@media (max-width: 980px) {
    .main-nav {
        display: none;
    }

    .trust-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .trust-divider {
        display: none;
    }

    .trust-data {
        grid-template-columns: repeat(3, 1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 820px) {
    .site-header {
    height: 82px;
    padding: 0 22px;
    position: fixed;
    z-index: 2000;
}

    .header-cta {
        padding: 10px 16px;
    }

    .hero {
        align-items: end;
        min-height: 100svh;
        padding: 110px 22px 48px;
    }

    .hero-media img {
        object-position: center center;
    }

    .hero-overlay {
        background:
            linear-gradient(0deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.62) 58%, rgba(0, 0, 0, 0.15) 100%);
    }

    .hero h1 {
        font-size: clamp(2.65rem, 12vw, 4.35rem);
    }

    .hero-actions {
        width: 100%;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .trust-container {
        padding: 70px 24px;
    }

    .trust-data {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .why-section {
        padding: 90px 0;
    }

    .why-grid {
        grid-template-columns: 1fr;
        padding: 0 22px;
    }

    .why-card {
        min-height: 240px;
    }
}
@media (max-width: 768px) {
    .hero h1 {
        max-width: 100%;
        margin-bottom: 22px;

        font-size: clamp(3rem, 14.2vw, 4.65rem);
        line-height: 0.91;
        letter-spacing: -0.058em;
    }
}

@media (max-width: 390px) {
    .hero h1 {
        font-size: clamp(2.75rem, 13.8vw, 3.55rem);
    }
}
@media (max-width: 768px) {
    .site-logo img {
        height: 36px;
    }
}
@media (max-width: 720px) {
    .experience-stats {
        gap: 8px;
        margin: 18px 0 24px;
    }

    .experience-stats span {
        min-height: 33px;
        padding: 7px 10px;
        font-size: 0.69rem;
    }
}
@media (max-width: 720px) {
    .experience-stage {
        min-height: 720px;
    }

    .experience-background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .experience-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(4, 5, 8, 0.18) 0%,
                rgba(4, 5, 8, 0.42) 38%,
                rgba(4, 5, 8, 0.9) 78%,
                rgba(4, 5, 8, 0.98) 100%
            );
    }

    .experience-content {
        min-height: 720px;
        padding: 28px 20px 24px;
        justify-content: flex-end;
    }

    .experience-copy {
        max-width: 100%;
    }

    .experience-copy h3 {
        font-size: clamp(2.5rem, 12vw, 4rem);
        line-height: 0.95;
    }

    .experience-copy > p {
        max-width: 34rem;
        font-size: 0.98rem;
        line-height: 1.55;
    }

    .experience-stats {
        gap: 7px;
        margin: 18px 0 24px;
    }

    .experience-stats span {
        font-size: 0.68rem;
        padding: 7px 10px;
    }

    .experience-index {
        display: none;
    }
}

/* =========================================================
   MOBILE HEADER + FULLSCREEN MENU
========================================================= */

@media (max-width: 980px) {
    .site-header {
        height: 82px;
        padding: 0 22px;
        grid-template-columns: auto 1fr auto;
        gap: 14px;
    }

    .site-header.is-scrolled {
        height: 74px;
    }

    .brand img {
        width: 136px;
    }

    .main-nav {
        display: none;
    }

    .header-actions {
        gap: 10px;
    }

    .header-cta {
        min-height: 40px;
        padding: 0 16px;
        font-size: 0.8rem;
    }

    .menu-toggle {
        position: relative;
        z-index: 1003;
        width: 44px;
        height: 44px;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 0;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 50%;
        cursor: pointer;
        transition:
             border-color 200ms ease,
             background-color 200ms ease,
             transform 200ms ease;
    }

    body.menu-open .menu-toggle {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.24);
    }

    body.menu-open .brand,
    body.menu-open .header-cta,
    body.menu-open .menu-toggle {
    opacity: 1;
    visibility: visible;
    }

    body.menu-open .site-header {
    background: rgba(7, 7, 7, 0.98);
}

body.menu-open .brand {
    display: inline-flex;
    opacity: 1;
    visibility: visible;
}

    .menu-toggle span {
        width: 18px;
        height: 1px;
        display: block;
        background: #fff;
        transition:
            transform 250ms ease,
            opacity 200ms ease;
    }

    .menu-toggle.is-active span:first-child {
        transform: translateY(3.5px) rotate(45deg);
    }

    .menu-toggle.is-active span:last-child {
        transform: translateY(-3.5px) rotate(-45deg);
    }

    .mobile-menu {
        position: fixed;
        inset: 0;
        z-index: 1500;

        display: none;

        padding: 0;
        background:
            radial-gradient(
                circle at 80% 10%,
                rgba(255, 255, 255, 0.055),
                transparent 28%
            ),
            #070707;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-8px);
        transition:
            opacity 260ms ease,
            visibility 260ms ease,
            transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .mobile-menu.is-open {
    display: block;

    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateY(0);
}

.mobile-menu::before {
    content: "";

    position: absolute;
    inset: 0;
    z-index: -1;

    background:
        linear-gradient(
            110deg,
            transparent 0%,
            rgba(255, 255, 255, 0.025) 42%,
            transparent 62%
        ),
        repeating-linear-gradient(
            90deg,
            transparent 0,
            transparent 79px,
            rgba(255, 255, 255, 0.018) 80px
        );

    pointer-events: none;
}

.mobile-menu::after {
    content: "";

    position: absolute;
    top: 82px;
    right: 0;
    left: 0;

    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.15),
        transparent
    );

    pointer-events: none;
}

.mobile-menu-inner::before {
    content: "";

    position: absolute;
    top: 84px;
    right: -90px;

    width: 280px;
    height: 280px;

    background: radial-gradient(
        circle,
        rgba(135, 0, 0, 0.22) 0%,
        rgba(90, 0, 0, 0.08) 38%,
        transparent 72%
    );

    filter: blur(18px);
    pointer-events: none;
}
    .mobile-menu-inner {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .mobile-menu-view {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        padding:
    calc(88px + env(safe-area-inset-top))
    24px
    calc(24px + env(safe-area-inset-bottom));
        overflow-y: auto;
        overscroll-behavior: contain;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(34px);
        transition:
            opacity 250ms ease,
            visibility 250ms ease,
            transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .mobile-menu-view.is-active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
    }

    .mobile-menu-view.is-leaving {
        transform: translateX(-34px);
    }

    .mobile-nav {
        width: min(100%, 680px);
        margin: 0;
        padding-top: 18px; 
    }

    .mobile-root-cta {
    width: min(100%, 680px);
    min-height: 62px;
    margin-top: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #080808;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 999px;

    font-size: 0.88rem;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 0 28px rgba(255, 255, 255, 0.06);

    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease;
}

.mobile-root-cta:hover,
.mobile-root-cta:focus-visible {
    background: rgba(255, 255, 255, 0.92);

    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.16),
        0 0 34px rgba(255, 255, 255, 0.1);
}

.mobile-root-cta:active {
    transform: scale(0.985);
}

    .mobile-nav-entry {
    position: relative;

    width: 100%;
    min-height: 68px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 0;

    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    font: inherit;
    font-size: clamp(1.8rem, 7vw, 3.1rem);
    font-weight: 650;
    line-height: 1;
    letter-spacing: -0.035em;
    text-align: left;
    text-decoration: none;

    cursor: pointer;

    transition:
        padding-left 220ms ease,
        background-color 220ms ease;
}

.mobile-nav-entry:hover,
.mobile-nav-entry:focus-visible {
    padding-left: 10px;
    background: rgba(255, 255, 255, 0.035);
}

    .mobile-nav-entry:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-nav-entry-button {
        appearance: none;
    }

    .mobile-nav-entry span:first-child {
        transition: transform 220ms ease;
    }

    .mobile-nav-entry:active span:first-child {
        transform: translateX(5px);
    }

    .mobile-nav-arrow {
    justify-self: end;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: rgba(255, 255, 255, 0.66);

    transition:
        color 180ms ease,
        transform 200ms ease;
}

    .mobile-nav-arrow svg {
    display: block;
}

.mobile-nav-entry:hover .mobile-nav-arrow,
.mobile-nav-entry:focus-visible .mobile-nav-arrow {
    color: #fff;
    transform: translateX(4px);
}

    .mobile-nav-entry:active .mobile-nav-arrow {
        color: #fff;
        transform: translateX(5px);
    }

    .mobile-menu-footer {
        width: min(100%, 680px);
        margin-top: 34px;
        display: flex;
        justify-content: space-between;
        gap: 20px;
        color: rgba(255, 255, 255, 0.42);
        font-size: 0.72rem;
        font-weight: 650;
        line-height: 1.4;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .mobile-menu-footer p {
        margin: 0;
    }

    .mobile-menu-back {
        width: fit-content;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        gap: 11px;
        padding: 0;
        color: rgba(255, 255, 255, 0.64);
        background: transparent;
        border: 0;
        font: inherit;
        font-size: 0.78rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        cursor: pointer;
    }

    .mobile-menu-back span:first-child {
        font-size: 1.15rem;
    }

    .mobile-menu-heading {
        margin: clamp(38px, 8vh, 78px) 0 34px;
    }

    .mobile-menu-eyebrow {
        margin: 0 0 12px;
        color: rgba(255, 255, 255, 0.38);
        font-size: 0.7rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.16em;
        text-transform: uppercase;
    }

    .mobile-menu-heading h2 {
        margin: 0;
        color: #fff;
        font-size: clamp(2.8rem, 11vw, 5rem);
        font-weight: 650;
        line-height: 0.95;
        letter-spacing: -0.055em;
    }

    .mobile-subnav {
        width: min(100%, 680px);
        display: grid;
    }

    .mobile-subnav a {
        min-height: 54px;
        display: flex;
        align-items: center;
        color: rgba(255, 255, 255, 0.68);
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        font-size: clamp(1.1rem, 4.7vw, 1.45rem);
        font-weight: 560;
        line-height: 1.2;
        text-decoration: none;
        transition:
            color 180ms ease,
            padding-left 220ms ease;
    }

    .mobile-subnav a:hover,
.mobile-subnav a:focus-visible {
    color: #fff;
    padding-left: 10px;
}

    .mobile-subnav a:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.09);
    }

    .mobile-subnav a:active {
    color: #fff;
    padding-left: 10px;
}

    .mobile-panel-cta {
        width: min(100%, 680px);
        min-height: 56px;
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0b0b0b;
        background: #fff;
        border-radius: 999px;
        font-size: 0.88rem;
        font-weight: 850;
        line-height: 1;
        text-decoration: none;
    }

    .mobile-menu.is-open .mobile-nav-entry {
    animation: mobileMenuEntry 520ms both;
}

.mobile-menu.is-open .mobile-nav-entry:nth-child(1) {
    animation-delay: 40ms;
}

.mobile-menu.is-open .mobile-nav-entry:nth-child(2) {
    animation-delay: 80ms;
}

.mobile-menu.is-open .mobile-nav-entry:nth-child(3) {
    animation-delay: 120ms;
}

.mobile-menu.is-open .mobile-nav-entry:nth-child(4) {
    animation-delay: 160ms;
}

.mobile-menu.is-open .mobile-nav-entry:nth-child(5) {
    animation-delay: 200ms;
}

.mobile-menu.is-open .mobile-nav-entry:nth-child(6) {
    animation-delay: 240ms;
}

.mobile-menu.is-open .mobile-nav-entry:nth-child(7) {
    animation-delay: 280ms;
}

@keyframes mobileMenuEntry {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

    body.menu-open {
        overflow: hidden;
    }
}

.site-header {
    transition:
        height 260ms ease,
        background-color 260ms ease,
        border-color 260ms ease,
        box-shadow 260ms ease;
}

body.menu-open .site-header {
    background: rgba(7, 7, 7, 0.96);
    border-bottom-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}

@media (max-width: 520px) {
    .site-header {
        padding: 0 16px;
    }

    .brand img {
        width: 124px;
    }

    .header-cta {
        padding: 0 13px;
        font-size: 0.76rem;
    }

    .mobile-menu-view {
        padding-right: 16px;
        padding-left: 16px;
    }
}