:root {
    --primary-color: #c9a24b;
    --sw-gold: #c9a24b;
    --sw-gold-soft: #f5dc9a;
    --sw-ink: #060606;
    --sw-panel: #101010;
    --sw-border: rgba(245, 220, 154, 0.18);
}

.signs-wonders-site.sw-site-ready {
    overflow-x: hidden;
    height: auto;
}

.signs-wonders-site.sw-site-ready .preloader {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-110vh);
    transition: opacity 450ms ease, visibility 450ms ease, transform 700ms ease;
}

body.signs-wonders-site {
    background:
        radial-gradient(circle at 80% 10%, rgba(201, 162, 75, 0.14), transparent 34%),
        radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.05), transparent 28%),
        #000;
}

.signs-wonders-site .main-header .header-upper {
    background: rgba(0, 0, 0, 0.72);
    border-bottom: 1px solid var(--sw-border);
    backdrop-filter: blur(16px);
}

.sw-logo {
    display: inline-flex;
    flex-direction: column;
    gap: 1px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 1;
    text-transform: uppercase;
}

.sw-logo strong {
    color: var(--sw-gold-soft);
    font-size: 19px;
    letter-spacing: 2px;
}

.sw-logo:hover {
    color: #fff;
}

.main-menu ul li a {
    color: rgba(255, 255, 255, 0.82);
}

.main-menu ul li a:hover {
    color: var(--sw-gold-soft);
}

.sw-hero-area {
    min-height: 100vh;
    padding: 180px 0 110px;
    position: relative;
    overflow: hidden;
}

.sw-hero-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.52)),
        url("../images/signs-wonders/premiere-page-2.jpg") center / cover;
    opacity: 0.26;
}

.sw-hero-area::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 220px;
    background: linear-gradient(180deg, transparent, #000);
}

.sw-hero-area .container {
    position: relative;
    z-index: 2;
}

.sw-hero-content {
    text-align: left !important;
}

.sw-kicker {
    display: inline-block;
    color: var(--sw-gold-soft);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.sw-hero-content h1 {
    color: #fff;
    font-size: clamp(54px, 9vw, 118px);
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 0.94;
    margin-bottom: 30px;
}

.sw-hero-content p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 19px;
    line-height: 1.8;
    max-width: 690px;
}

.sw-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 38px;
}

.sw-outline-btn {
    background: transparent;
    border: 1px solid var(--sw-border);
    color: var(--sw-gold-soft);
}

.sw-hero-visual,
.sw-page-frame,
.sw-feature-card {
    border: 1px solid var(--sw-border);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.sw-hero-visual {
    border-radius: 34px;
    padding: 16px;
    position: relative;
}

.sw-hero-visual img,
.sw-page-frame img,
.portfolio-box img,
.sw-feature-card img {
    width: 100%;
}

.sw-hero-visual img {
    aspect-ratio: 0.72;
    border-radius: 24px;
    object-fit: cover;
    object-position: top center;
}

.sw-visual-caption {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 14px;
}

.sw-visual-caption span {
    border: 1px solid var(--sw-border);
    border-radius: 999px;
    color: var(--sw-gold-soft);
    font-size: 12px;
    padding: 5px 11px;
    text-transform: uppercase;
}

.sw-section {
    padding-top: 120px;
}

.section-title p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 18px;
    margin: 18px auto 0;
    max-width: 780px;
}

.service-item {
    border: 1px solid var(--sw-border);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
        var(--sw-panel);
}

.service-item h5,
.service-item i {
    color: var(--sw-gold-soft);
}

.service-item:hover {
    border-color: rgba(245, 220, 154, 0.48);
}

.service-item p {
    color: rgba(255, 255, 255, 0.68);
}

.sw-mission-area,
.sw-international-area,
.sw-contact-area {
    padding: 120px 0;
}

.sw-page-frame {
    border-radius: 26px;
    display: block;
    padding: 14px;
}

.sw-page-frame img {
    border-radius: 18px;
}

.about-content-part h2 {
    color: #fff;
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.05;
    margin-bottom: 24px;
}

.about-content-part p {
    color: rgba(255, 255, 255, 0.72);
}

.counter-item {
    border-left: 1px solid var(--sw-border);
    padding-left: 18px;
}

.counter-item .count-text {
    color: var(--sw-gold-soft);
    font-size: 34px;
}

.counter-title {
    color: rgba(255, 255, 255, 0.72);
    display: block;
    line-height: 1.35;
}

.sw-gallery-area {
    padding: 110px 20px;
}

.portfolio-box {
    border: 1px solid var(--sw-border);
    border-radius: 24px;
    min-height: 480px;
    overflow: hidden;
    position: relative;
    background: #0c0c0c;
}

.portfolio-box img {
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    object-position: top center;
    transition: transform 900ms ease, filter 900ms ease;
}

.portfolio-box:hover img {
    filter: brightness(0.72);
    transform: scale(1.04);
}

.portfolio-category {
    background: rgba(0, 0, 0, 0.72);
    border: 1px solid var(--sw-border);
    border-radius: 999px;
    bottom: 20px;
    color: var(--sw-gold-soft);
    font-size: 12px;
    font-weight: 800;
    left: 20px;
    letter-spacing: 2px;
    padding: 9px 16px;
    position: absolute;
    text-transform: uppercase;
}

.sw-feature-card {
    border-radius: 26px;
    overflow: hidden;
}

.sw-feature-card .blog-post-img img {
    height: 520px;
    object-fit: cover;
    object-position: top center;
}

.sw-feature-card .blog-post-caption {
    background: #0b0b0b;
}

.sw-feature-card .blog-post-caption h2 {
    color: #fff;
}

.sw-feature-card .blog-post-caption p {
    color: rgba(255, 255, 255, 0.68);
}

.sw-timeline {
    display: grid;
    gap: 18px;
}

.sw-timeline-item {
    border: 1px solid var(--sw-border);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018));
    padding: 30px;
}

.sw-timeline-item span {
    color: var(--sw-gold-soft);
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sw-timeline-item h4 {
    color: #fff;
}

.sw-timeline-item p {
    color: rgba(255, 255, 255, 0.66);
    margin-bottom: 0;
}

.sw-contact-area .contact-content-part,
.sw-contact-area .contact-form-area {
    height: 100%;
}

.sw-bio-area,
.sw-donation-area {
    padding: 120px 0;
}

.sw-bio-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 24px;
}

.sw-bio-card,
.sw-donation-panel {
    border: 1px solid var(--sw-border);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018));
    padding: 30px;
}

.sw-bio-card i {
    color: var(--sw-gold-soft);
    display: inline-block;
    font-size: 34px;
    margin-bottom: 18px;
}

.sw-bio-card span {
    color: var(--sw-gold-soft);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.sw-bio-card h4,
.sw-donation-panel h3 {
    color: #fff;
}

.sw-bio-card p,
.sw-donation-panel p {
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 0;
}

.sw-document-strip {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 28px;
}

.sw-document-strip a {
    border: 1px solid var(--sw-border);
    border-radius: 20px;
    display: block;
    overflow: hidden;
}

.sw-document-strip img {
    aspect-ratio: 0.75;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}

.sw-section-btn {
    display: inline-flex;
}

.sw-donation-panel h3 {
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.08;
    margin-bottom: 22px;
}

.sw-donation-panel blockquote {
    border-left: 2px solid var(--sw-gold);
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.7;
    margin: 28px 0 0;
    padding-left: 22px;
}

.sw-donation-panel blockquote strong {
    color: var(--sw-gold-soft);
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 10px;
    text-transform: uppercase;
}

.sw-support-item {
    min-height: 290px;
}

.sw-contact-area .contact-content-part img {
    height: 360px;
    object-fit: cover;
    object-position: top center;
}

.contact-form-area .form-group .form-control:disabled {
    background: rgba(255, 255, 255, 0.035);
    border-bottom-color: var(--sw-border);
    color: rgba(255, 255, 255, 0.45);
}

.footer-top h2 a {
    color: #fff;
}

.copy-left-text,
.copy-right-text {
    color: rgba(255, 255, 255, 0.56);
}

@media only screen and (max-width: 991px) {
    .sw-hero-area {
        padding: 150px 0 80px;
    }

    .sw-hero-content {
        margin-bottom: 50px;
        text-align: center !important;
    }

    .sw-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .sw-hero-actions {
        justify-content: center;
    }

    .portfolio-box,
    .portfolio-box img {
        min-height: 420px;
    }

    .sw-bio-grid {
        grid-template-columns: 1fr;
        margin-top: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .sw-logo {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .sw-logo strong {
        font-size: 15px;
    }

    .sw-hero-content h1 {
        font-size: 48px;
        letter-spacing: -1px;
    }

    .sw-hero-content p {
        font-size: 16px;
        line-height: 1.65;
    }

    .sw-hero-actions .theme-btn {
        justify-content: center;
        width: 100%;
    }

    .hero-counter-area {
        flex-direction: column;
        gap: 22px;
    }

    .sw-bio-grid,
    .sw-document-strip {
        grid-template-columns: 1fr;
    }

    .portfolio-box,
    .portfolio-box img {
        min-height: 360px;
    }

    .sw-mission-area,
    .sw-international-area,
    .sw-contact-area,
    .sw-bio-area,
    .sw-donation-area,
    .sw-section,
    .sw-gallery-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
