    *,
    *::before,
    *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0
    }

    :root {
        --gold: #C9A96E;
        --gold2: #A8863E;
        --gold-dk: #A8863E;
        --dark: #0F0F0F;
        --black: #0A0A0A;
        --sub: rgba(10,10,10,.58);
        --darker: #050505;
        --cream: #F0EBE0;
        --cream2: #E8E2D6;
        --serif: 'Cormorant Garamond', Georgia, serif;
        --sans: 'Inter', -apple-system, sans-serif;
        --ease: cubic-bezier(.16, 1, .3, 1);
    }

    html {
        scroll-behavior: smooth
    }

    body {
        font-family: var(--sans);
        background: var(--cream);
        color: var(--dark);
        overflow-x: hidden
    }

    a {
        text-decoration: none;
        color: inherit
    }

    img {
        display: block;
        max-width: 100%;
        height: auto
    }

    [data-sr] { opacity: 1; transform: none; }
    [data-sr].visible { opacity: 1; transform: none; }

    /* ── Global: every image fills its container perfectly ── */
    img {
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto
    }
    .ph__bg img,
    .si__img,
    .photo-strip__item img,
    .rc img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block
    }

    [data-sr].visible {
        opacity: 1;
        transform: none
    }

    [data-sr][data-d="1"] {
        transition-delay: .1s
    }

    [data-sr][data-d="2"] {
        transition-delay: .2s
    }

    [data-sr][data-d="3"] {
        transition-delay: .3s
    }

    [data-sr][data-d="4"] {
        transition-delay: .4s
    }

    [data-sr][data-d="5"] {
        transition-delay: .5s
    }

    .ph {
        position: relative;
        height: 72vh;
        min-height: 480px;
        display: flex;
        align-items: flex-end;
        overflow: hidden
    }

    .ph__bg {
        position: absolute;
        inset: 0
    }

    .ph__bg img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }

    .ph__ov {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(5, 5, 5, .9) 0%, rgba(5, 5, 5, .4) 50%, rgba(5, 5, 5, .15) 100%)
    }

    .ph__inner {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 48px 80px
    }

    .ph__kicker {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: .22em;
        text-transform: uppercase;
        color: var(--gold);
        margin-bottom: 20px;
        opacity: 0;
        animation: fi .8s .3s forwards
    }

    .ph__kicker::before {
        content: '';
        display: block;
        width: 28px;
        height: 1px;
        background: var(--gold)
    }

    .ph__title {
        font-family: var(--serif);
        font-size: clamp(50px, 8vw, 108px);
        font-weight: 300;
        line-height: .92;
        color: #fff;
        letter-spacing: -.02em;
        margin-bottom: 28px
    }

    .ph__title em {
        font-style: italic;
        color: var(--gold)
    }

    .rw {
        overflow: hidden;
        display: block
    }

    .rl {
        display: block;
        transform: translateY(110%);
        opacity: 0;
        animation: lu .9s cubic-bezier(.16, 1, .3, 1) forwards
    }

    .rl.l2 {
        animation-delay: .12s
    }

    .rl.l3 {
        animation-delay: .24s
    }

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

    @keyframes fi {
        to {
            opacity: 1
        }
    }

    .ph__meta {
        display: flex;
        align-items: center;
        gap: 28px;
        flex-wrap: wrap;
        font-size: 12px;
        color: rgba(255, 255, 255, .6);
        font-weight: 300;
        letter-spacing: .04em;
        opacity: 0;
        animation: fi .8s .65s forwards
    }

    .ph__meta i {
        color: var(--gold);
        font-size: 11px;
        margin-right: 6px
    }

    .ph__cta {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-top: 32px;
        opacity: 0;
        animation: fi .8s .85s forwards
    }

    .btn-g {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 15px 38px;
        background: var(--gold);
        color: #1E1208;
        font-family: var(--sans);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .12em;
        text-transform: uppercase;
        border-radius: 3px;
        transition: background .25s, transform .2s
    }

    .btn-g:hover {
        background: #E2C98A;
        transform: translateY(-2px)
    }

    .btn-gh {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 15px 30px;
        border: 1px solid rgba(255, 255, 255, .3);
        color: rgba(255, 255, 255, .8);
        font-family: var(--sans);
        font-size: 11px;
        font-weight: 500;
        letter-spacing: .1em;
        text-transform: uppercase;
        border-radius: 3px;
        transition: border-color .25s, color .25s
    }

    .btn-gh:hover {
        border-color: var(--gold);
        color: var(--gold)
    }

    .ph__scroll {
        position: absolute;
        bottom: 32px;
        right: 48px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        opacity: 0;
        animation: fi .6s 1.3s forwards;
        z-index: 2
    }

    .ph__scroll span {
        font-size: 9px;
        font-weight: 600;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, .3);
        writing-mode: vertical-rl
    }

    .ph__scroll-ln {
        width: 1px;
        height: 55px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, .3), transparent);
        animation: sp 2s ease-in-out infinite 1.5s
    }

    @keyframes sp {

        0%,
        100% {
            opacity: .3
        }

        50% {
            opacity: 1
        }
    }

    .marquee-banner {
        background: var(--darker);
        border-top: 1px solid rgba(201, 169, 110, .15);
        border-bottom: 1px solid rgba(201, 169, 110, .15);
        overflow: hidden;
        padding: 18px 0;
        position: relative
    }

    .marquee-banner::before,
    .marquee-banner::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 120px;
        z-index: 2;
        pointer-events: none
    }

    .marquee-banner::before {
        left: 0;
        background: linear-gradient(to right, var(--darker), transparent)
    }

    .marquee-banner::after {
        right: 0;
        background: linear-gradient(to left, var(--darker), transparent)
    }

    .marquee-track {
        display: flex;
        width: max-content;
        animation: marquee-scroll 30s linear infinite
    }

    @keyframes marquee-scroll {
        from { transform: translateX(0) }
        to   { transform: translateX(-50%) }
    }

    .marquee-track:hover {
        animation-play-state: paused
    }

    .marquee-item {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 0 40px;
        white-space: nowrap
    }

    .marquee-item__dot {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: var(--gold);
        opacity: .5;
        flex-shrink: 0
    }

    .marquee-item__text {
        font-family: var(--serif);
        font-size: 17px;
        font-weight: 300;
        font-style: italic;
        color: rgba(240, 235, 224, .55);
        letter-spacing: .01em
    }

    .marquee-item__text strong {
        font-style: normal;
        font-weight: 400;
        color: var(--gold)
    }

    .si {
        background: var(--cream);
        padding: 110px 48px
    }

    .si__inner {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 96px;
        align-items: center
    }

    .si__img-col {
        position: relative;
        overflow: hidden;
        border-radius: 4px
    }

    .si__img {
        width: 100%;
        height: 100%;
        aspect-ratio: 4/3;
        object-fit: cover;
        object-position: center center;
        display: block;
        border-radius: 4px
    }

    .si__img-tag {
        position: absolute;
        bottom: -20px;
        right: -20px;
        background: var(--dark);
        border: 1px solid rgba(201, 169, 110, .3);
        padding: 20px 26px;
        min-width: 190px
    }

    .si__img-tag strong {
        font-family: var(--serif);
        font-size: 25px;
        font-weight: 300;
        color: var(--gold);
        display: block;
        line-height: 1
    }

    .si__img-tag span {
        font-size: 9px;
        letter-spacing: .16em;
        text-transform: uppercase;
        color: rgba(240, 235, 224, .4);
        margin-top: 4px;
        display: block
    }

    .si__label {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: .22em;
        text-transform: uppercase;
        color: var(--gold);
        margin-bottom: 18px;
        display: flex;
        align-items: center;
        gap: 10px
    }

    .si__label::before {
        content: '';
        width: 22px;
        height: 1px;
        background: var(--gold);
        display: block
    }

    .si__title {
        font-family: var(--serif);
        font-size: clamp(34px, 3.8vw, 54px);
        font-weight: 300;
        line-height: 1.08;
        letter-spacing: -.02em;
        color: var(--dark);
        margin-bottom: 28px
    }

    .si__title em {
        font-style: italic;
        color: var(--gold-dk)
    }

    .si__body {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.85;
        color: rgba(15, 15, 15, .6);
        margin-bottom: 20px
    }

    .si__body strong {
        font-weight: 500;
        color: var(--dark)
    }

    .si__checks {
        margin: 28px 0 32px;
        display: flex;
        flex-direction: column;
        gap: 12px
    }

    .si__check {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 18px;
        color: rgba(15, 15, 15, .7);
        font-weight: 300
    }

    .si__check i {
        color: var(--gold);
        font-size: 11px;
        margin-top: 2px;
        flex-shrink: 0
    }

    .occ {
        background: var(--cream);
        padding: 110px 48px
    }

    .occ__inner {
        max-width: 1200px;
        margin: 0 auto
    }

    .occ__hd {
        text-align: center;
        margin-bottom: 64px
    }

    .occ__kicker {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: .22em;
        text-transform: uppercase;
        color: var(--gold);
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px
    }

    .occ__kicker::before,
    .occ__kicker::after {
        content: '';
        display: block;
        width: 32px;
        height: 1px;
        background: var(--gold)
    }

    .occ__title {
        font-family: var(--serif);
        font-size: clamp(30px, 3.5vw, 48px);
        font-weight: 300;
        color: var(--dark);
        letter-spacing: -.02em;
        line-height: 1.1;
        margin-bottom: 14px
    }

    .occ__sub {
        font-size: 18px;
        font-weight: 300;
        color: rgba(15, 15, 15, .45);
        line-height: 1.75;
        max-width: 580px;
        margin: 0 auto
    }

    .occ__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }

    .occ-card {
        background: #fff;
        border: 1px solid rgba(15, 15, 15, .07);
        padding: 40px 32px 36px;
        position: relative;
        overflow: hidden;
        transition: transform .3s, border-color .3s, box-shadow .3s
    }

    .occ-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 0;
        background: var(--gold);
        transition: width .45s cubic-bezier(.16, 1, .3, 1)
    }

    .occ-card:hover {
        transform: translateY(-4px);
        border-color: rgba(201, 169, 110, .25);
        box-shadow: 0 16px 48px rgba(0, 0, 0, .06)
    }

    .occ-card:hover::after {
        width: 100%
    }

    .occ-card__num {
        font-family: var(--serif);
        font-size: 48px;
        font-weight: 300;
        color: rgba(201, 169, 110, .15);
        line-height: 1;
        margin-bottom: 20px;
        display: block
    }

    .occ-card__icon {
        width: 44px;
        height: 44px;
        border: 1px solid rgba(201, 169, 110, .25);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 22px;
        transition: background .3s, border-color .3s
    }

    .occ-card__icon i {
        color: var(--gold);
        font-size: 16px
    }

    .occ-card:hover .occ-card__icon {
        background: var(--gold);
        border-color: var(--gold)
    }

    .occ-card:hover .occ-card__icon i {
        color: #1E1208
    }

    .occ-card__name {
        font-family: var(--serif);
        font-size: 22px;
        font-weight: 400;
        color: var(--dark);
        line-height: 1.2;
        margin-bottom: 12px
    }

    .occ-card__desc {
        font-size: 18px;
        font-weight: 300;
        color: rgba(15, 15, 15, .5);
        line-height: 1.75
    }

    .feat {
        background: var(--cream);
        padding: 110px 48px
    }

    .feat__inner {
        max-width: 1200px;
        margin: 0 auto
    }

    .feat__hd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 72px;
        align-items: end;
        margin-bottom: 72px
    }

    .feat__kicker {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: .22em;
        text-transform: uppercase;
        color: var(--gold);
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        gap: 10px
    }

    .feat__kicker::before {
        content: '';
        width: 22px;
        height: 1px;
        background: var(--gold);
        display: block
    }

    .feat__title {
        font-family: var(--serif);
        font-size: clamp(32px, 3.6vw, 50px);
        font-weight: 300;
        color: var(--dark);
        letter-spacing: -.02em;
        line-height: 1.1
    }

    .feat__desc {
        font-size: 18px;
        font-weight: 300;
        color: rgba(15, 15, 15, .5);
        line-height: 1.8;
        align-self: end
    }

    .feat__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px
    }

    .fc {
        background: #fff;
        border: 1px solid rgba(15, 15, 15, .08);
        padding: 36px 32px;
        transition: transform .3s, box-shadow .3s, border-color .3s;
        position: relative;
        overflow: hidden
    }

    .fc::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 0;
        background: var(--gold);
        transition: width .45s cubic-bezier(.16, 1, .3, 1)
    }

    .fc:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 48px rgba(0, 0, 0, .08);
        border-color: rgba(201, 169, 110, .3)
    }

    .fc:hover::after {
        width: 100%
    }

    .fc__icon {
        width: 42px;
        height: 42px;
        border: 1px solid rgba(201, 169, 110, .25);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: background .3s, border-color .3s
    }

    .fc__icon i {
        color: var(--gold);
        font-size: 15px
    }

    .fc:hover .fc__icon {
        background: var(--gold);
        border-color: var(--gold)
    }

    .fc:hover .fc__icon i {
        color: #1E1208
    }

    .fc__title {
        font-family: var(--serif);
        font-size: 19px;
        font-weight: 400;
        color: var(--dark);
        margin-bottom: 10px
    }

    .fc__body {
        font-size: 18px;
        font-weight: 300;
        color: rgba(15, 15, 15, .55);
        line-height: 1.75
    }

    .pkg {
        background: var(--dark);
        padding: 110px 48px
    }

    .pkg__inner {
        max-width: 1200px;
        margin: 0 auto
    }

    .pkg__hd {
        text-align: center;
        margin-bottom: 60px
    }

    .pkg__kicker {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: .22em;
        text-transform: uppercase;
        color: var(--gold);
        margin-bottom: 12px;
        display: block
    }

    .pkg__title {
        font-family: var(--serif);
        font-size: clamp(30px, 3.5vw, 48px);
        font-weight: 300;
        color: var(--cream);
        letter-spacing: -.02em;
        line-height: 1.1
    }

    .pkg__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }

    .pk {
        border: 1px solid rgba(201, 169, 110, .12);
        padding: 44px 36px;
        background: rgba(255, 255, 255, .03);
        transition: transform .3s, border-color .3s
    }

    .pk--feat {
        background: rgba(201, 169, 110, .08);
        border-color: rgba(201, 169, 110, .35)
    }

    .pk:hover {
        transform: translateY(-5px);
        border-color: rgba(201, 169, 110, .4)
    }

    .pk__badge {
        display: inline-block;
        font-size: 9px;
        font-weight: 700;
        letter-spacing: .16em;
        text-transform: uppercase;
        padding: 5px 10px;
        background: var(--gold);
        color: #1E1208;
        border-radius: 2px;
        margin-bottom: 20px
    }

    .pk__name {
        font-family: var(--serif);
        font-size: 26px;
        font-weight: 400;
        color: var(--cream);
        margin-bottom: 8px
    }

    .pk__sub {
        font-size: 13px;
        font-weight: 300;
        color: rgba(240, 235, 224, .4);
        line-height: 1.65;
        margin-bottom: 28px;
        padding-bottom: 28px;
        border-bottom: 1px solid rgba(201, 169, 110, .12)
    }

    .pk__list {
        list-style: none;
        padding: 0;
        margin: 0 0 32px;
        display: flex;
        flex-direction: column;
        gap: 11px
    }

    .pk__list li {
        display: flex;
        align-items: flex-start;
        gap: 9px;
        font-size: 13px;
        font-weight: 300;
        color: rgba(240, 235, 224, .5);
        line-height: 1.5
    }

    .pk__list li i {
        color: var(--gold);
        font-size: 10px;
        margin-top: 2px;
        flex-shrink: 0
    }

    .pk__cta {
        display: block;
        text-align: center;
        padding: 13px 20px;
        border: 1px solid rgba(201, 169, 110, .35);
        color: var(--gold);
        font-family: var(--sans);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .1em;
        text-transform: uppercase;
        border-radius: 3px;
        transition: background .25s, color .25s, border-color .25s
    }

    .pk--feat .pk__cta {
        background: var(--gold);
        color: #1E1208;
        border-color: var(--gold)
    }

    .pk__cta:hover {
        background: var(--gold);
        color: #1E1208;
        border-color: var(--gold)
    }

    .pk--feat .pk__cta:hover {
        background: #E2C98A;
        border-color: #E2C98A
    }

    /* ── HOW IT WORKS — Compact dark 4-col ── */
    .cf-steps {
        background: var(--darker);
        padding: 80px 72px
    }

    .cf-steps__inner {
        max-width: 1200px;
        margin: 0 auto
    }

    .cf-steps__hd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: end;
        padding-bottom: 48px;
        margin-bottom: 48px;
        border-bottom: 1px solid rgba(201,169,110,.15)
    }

    .cf-steps__eyebrow {
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .45em;
        text-transform: uppercase;
        color: var(--gold);
        margin-bottom: 14px;
        display: block
    }

    .cf-steps__title {
        font-family: var(--serif);
        font-size: clamp(26px, 2.8vw, 40px);
        font-weight: 300;
        line-height: 1.06;
        letter-spacing: -.02em;
        color: #fff
    }

    .cf-steps__title em {
        font-style: italic;
        color: var(--gold)
    }

    .cf-steps__sub {
        font-size: 18px;
        font-weight: 300;
        color: rgba(255,255,255,.42);
        line-height: 1.8;
        align-self: end
    }

    .cf-steps__grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0
    }

    .cf-step {
        padding: 0 36px;
        border-left: 1px solid rgba(255,255,255,.07)
    }

    .cf-step:first-child {
        padding-left: 0;
        border-left: none
    }

    .cf-step__meta {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 16px
    }

    .cf-step__n {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .2em;
        color: var(--gold)
    }

    .cf-step__icon {
        width: 26px;
        height: 26px;
        border: 1px solid rgba(201,169,110,.25);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--gold);
        font-size: 10px;
        transition: background .3s, border-color .3s, color .3s
    }

    .cf-step:hover .cf-step__icon {
        background: var(--gold);
        border-color: var(--gold);
        color: #1E1208
    }

    .cf-step__title {
        font-family: var(--serif);
        font-size: 20px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 12px;
        line-height: 1.2
    }

    .cf-step__text {
        font-size: 18px;
        font-weight: 300;
        color: rgba(255,255,255,.45);
        line-height: 1.75
    }

    .tc {
        background: rgba(255, 255, 255, .03);
        border: 1px solid rgba(201, 169, 110, .1);
        padding: 36px 32px;
        position: relative;
        overflow: hidden;
        transition: border-color .3s
    }

    .tc::before {
        content: '"';
        position: absolute;
        top: 16px;
        right: 24px;
        font-family: var(--serif);
        font-size: 72px;
        font-weight: 300;
        color: rgba(201, 169, 110, .1);
        line-height: 1
    }

    .tc:hover {
        border-color: rgba(201, 169, 110, .25)
    }

    .tc__stars {
        display: flex;
        gap: 3px;
        margin-bottom: 18px
    }

    .tc__stars i {
        color: var(--gold);
        font-size: 10px
    }

    .tc__quote {
        font-family: var(--serif);
        font-size: 16px;
        font-weight: 300;
        font-style: italic;
        color: var(--cream);
        line-height: 1.75;
        margin-bottom: 24px
    }

    .tc__meta {
        display: flex;
        align-items: center;
        gap: 10px;
        padding-top: 20px;
        border-top: 1px solid rgba(201, 169, 110, .1)
    }

    .tc__av {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--gold), var(--gold-dk));
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-family: var(--serif);
        font-size: 15px;
        color: #1E1208;
        font-weight: 600
    }

    .tc__name {
        font-size: 12px;
        font-weight: 600;
        color: var(--cream);
        letter-spacing: .02em
    }

    .tc__co {
        font-size: 11px;
        color: rgba(240, 235, 224, .4);
        font-weight: 300
    }

    .cb {
        position: relative;
        overflow: hidden;
        background: var(--dark);
        padding: 96px 48px;
        text-align: center
    }

    .cb__bg {
        position: absolute;
        inset: 0;
        opacity: .15;
        overflow: hidden
    }

    .cb__bg img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .cb__inner {
        position: relative;
        z-index: 2;
        max-width: 720px;
        margin: 0 auto
    }

    .cb__kicker {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: .22em;
        text-transform: uppercase;
        color: var(--gold);
        margin-bottom: 18px;
        display: block
    }

    .cb__title {
        font-family: var(--serif);
        font-size: clamp(36px, 5vw, 66px);
        font-weight: 300;
        color: #fff;
        line-height: 1.05;
        letter-spacing: -.02em;
        margin-bottom: 18px
    }

    .cb__title em {
        font-style: italic;
        color: var(--gold)
    }

    .cb__sub {
        font-size: 14px;
        font-weight: 300;
        color: rgba(255, 255, 255, .45);
        line-height: 1.75;
        margin-bottom: 40px
    }

    .cb__acts {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap
    }

    .faq {
        background: var(--cream);
        padding: 110px 48px
    }

    .faq__inner {
        max-width: 820px;
        margin: 0 auto
    }

    .faq__hd {
        text-align: center;
        margin-bottom: 52px
    }

    .faq__kicker {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: .22em;
        text-transform: uppercase;
        color: var(--gold);
        margin-bottom: 12px;
        display: block
    }

    .faq__title {
        font-family: var(--serif);
        font-size: clamp(28px, 3.2vw, 44px);
        font-weight: 300;
        color: var(--dark);
        letter-spacing: -.02em
    }

    .fi {
        border-bottom: 1px solid rgba(15, 15, 15, .1);
        overflow: hidden
    }

    .fi:first-of-type {
        border-top: 1px solid rgba(15, 15, 15, .1)
    }

    .fq {
        width: 100%;
        background: none;
        border: none;
        text-align: left;
        padding: 22px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        cursor: pointer;
        font-family: var(--serif);
        font-size: 18px;
        font-weight: 400;
        color: var(--dark);
        transition: color .2s
    }

    .fq:hover {
        color: var(--gold-dk)
    }

    .fq .fqi {
        width: 26px;
        height: 26px;
        border: 1px solid rgba(15, 15, 15, .15);
        border-radius: 50%;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background .25s, border-color .25s
    }

    .fq .fqi i {
        font-size: 10px;
        color: var(--dark);
        transition: transform .3s
    }

    .fi.open .fq {
        color: var(--gold-dk)
    }

    .fi.open .fqi {
        background: var(--gold);
        border-color: var(--gold)
    }

    .fi.open .fqi i {
        color: #1E1208;
        transform: rotate(45deg)
    }

    .fa {
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s cubic-bezier(.16, 1, .3, 1)
    }

    .fa__in {
        padding: 0 0 22px;
        font-size: 14px;
        font-weight: 300;
        color: rgba(15, 15, 15, .6);
        line-height: 1.85
    }

    .fi.open .fa {
        max-height: 300px
    }

    .photo-strip {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px;
        height: 480px
    }

    .photo-strip__item {
        overflow: hidden;
        position: relative;
        height: 100%;
        display: block
    }

    .photo-strip__item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        transition: transform .8s cubic-bezier(.16, 1, .3, 1)
    }

    .photo-strip__item:hover img {
        transform: scale(1.04)
    }

    .fundseo {
        background: var(--darker);
        padding: 96px 72px;
        position: relative;
        overflow: hidden;
        border-top: 1px solid rgba(201,169,110,.14);
        border-bottom: 1px solid rgba(201,169,110,.14)
    }

    .fundseo::before {
        content: 'GIVE';
        position: absolute;
        right: -22px;
        top: 22px;
        font-family: var(--serif);
        font-size: clamp(110px,18vw,260px);
        font-weight: 300;
        color: rgba(201,169,110,.045);
        line-height: 1;
        pointer-events: none
    }

    .fundseo__inner {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: .86fr 1.14fr;
        gap: 56px;
        align-items: start
    }

    .fundseo__kicker {
        display: block;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .36em;
        text-transform: uppercase;
        color: var(--gold);
        margin-bottom: 18px
    }

    .fundseo__title {
        font-family: var(--serif);
        font-size: clamp(34px,4vw,58px);
        font-weight: 300;
        line-height: 1.02;
        letter-spacing: -.03em;
        color: var(--cream)
    }

    .fundseo__body {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.85;
        color: rgba(240,235,224,.58);
        margin-top: 22px
    }

    .fundseo__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    .fundseo__grid article {
        min-height: 244px;
        padding: 28px 28px 30px;
        background: rgba(255,255,255,.045);
        border: 1px solid rgba(201,169,110,.13);
        position: relative;
        overflow: hidden;
        transition: transform .3s var(--ease), border-color .3s, background .3s
    }

    .fundseo__grid article::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background: linear-gradient(to bottom,var(--gold),rgba(201,169,110,.16))
    }

    .fundseo__grid article:hover {
        transform: translateY(-4px);
        border-color: rgba(201,169,110,.38);
        background: rgba(255,255,255,.07)
    }

    .fundseo__grid span {
        display: block;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .18em;
        text-transform: uppercase;
        color: rgba(201,169,110,.86);
        margin-bottom: 14px;
        line-height: 1.5
    }

    .fundseo__grid h3 {
        font-family: var(--serif);
        font-size: clamp(24px,2vw,30px);
        font-weight: 300;
        line-height: 1.08;
        color: #fff;
        margin: 0 0 18px
    }

    .fundseo__grid p {
        font-size: 17px;
        font-weight: 300;
        line-height: 1.65;
        color: rgba(240,235,224,.56)
    }

    .rc {
        position: relative;
        overflow: hidden;
        aspect-ratio: 4/3;
        cursor: pointer;
        display: block
    }

    .rc img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .7s cubic-bezier(.16, 1, .3, 1)
    }

    .rc:hover img {
        transform: scale(1.07)
    }

    .rc__ov {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(5, 5, 5, .82) 0%, rgba(5, 5, 5, .08) 55%)
    }

    .rc__cnt {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 24px
    }

    .rc__tag {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .16em;
        text-transform: uppercase;
        color: var(--gold);
        display: block;
        margin-bottom: 6px
    }

    .rc__name {
        font-family: var(--serif);
        font-size: 20px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2
    }

    .rc__arr {
        position: absolute;
        bottom: 24px;
        right: 24px;
        width: 34px;
        height: 34px;
        border: 1px solid rgba(201, 169, 110, .5);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transform: translateX(-6px);
        transition: opacity .3s, transform .3s
    }

    .rc__arr i {
        color: var(--gold);
        font-size: 10px
    }

    .rc:hover .rc__arr {
        opacity: 1;
        transform: none
    }

    /* ── Paragraph minimum 18px (global rule) ── */
    .si__body,
    .si__check,
    .occ__sub,
    .occ-card__desc,
    .feat__desc,
    .fc__body,
    .cf-steps__sub,
    .cf-step__text,
    .cb__sub,
    .pk__sub,
    .pk__list li,
    .tc__quote {
        font-size: 18px
    }

    @media(max-width:1024px) {

        .si__inner,
        .feat__hd {
            grid-template-columns: 1fr
        }

        .si__img {
            aspect-ratio: 16/9
        }

        .feat__grid,
        .pkg__grid,
        .tst__grid,
        .occ__grid,
        .rel__grid {
            grid-template-columns: 1fr 1fr
        }

        .cf-steps__hd {
            grid-template-columns: 1fr
        }

        .cf-steps__grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 40px 0
        }

        .fundseo__inner {
            grid-template-columns: 1fr
        }

        .fundseo__grid {
            grid-template-columns: 1fr 1fr
        }

        .cf-step:nth-child(odd) {
            padding-left: 0;
            border-left: none
        }

        .stats__g {
            grid-template-columns: repeat(2, 1fr);
            padding: 32px
        }
    }

    @media(max-width:768px) {

        .ph__inner,
        .si,
        .feat,
        .tst,
        .rel {
            padding-left: 24px;
            padding-right: 24px
        }

        .si,
        .feat,
        .tst,
        .rel {
            padding-top: 72px;
            padding-bottom: 72px
        }

        .feat__grid,
        .tst__grid,
        .occ__grid,
        .rel__grid {
            grid-template-columns: 1fr
        }

        .ph__cta {
            flex-direction: column;
            align-items: flex-start
        }

        .cf-steps {
            padding: 60px 24px
        }

        .fundseo {
            padding: 64px 24px
        }

        .fundseo__grid {
            grid-template-columns: 1fr
        }

        .fundseo__grid article {
            min-height: 0
        }

        .cf-steps__grid {
            grid-template-columns: 1fr;
            gap: 36px
        }

        .cf-step {
            padding: 0;
            border-left: none
        }
    }

@media(max-width:768px){
  .photo-strip{height:220px;grid-template-columns:1fr 1fr}
  .fundseo,.cf-steps,.cf-feat,.cf-testi,.cf-cta,.lf,.faq-section{padding-top:48px !important;padding-bottom:48px !important}
  /* icon + title yan yana */
  .cf-step{display:grid;grid-template-columns:auto 1fr;column-gap:14px;align-items:start;padding:0;border-left:none}
  .cf-step__meta{grid-column:1;grid-row:1;margin-bottom:0;flex-direction:column;align-items:center;gap:4px;align-self:start}
  .cf-step__title{grid-column:2;grid-row:1;margin-bottom:0;font-size:17px;align-self:center}
  .cf-step__text{grid-column:1/-1;grid-row:2;margin-top:10px;font-size:13px !important;line-height:1.6 !important}
  .feat-card,.cf-feat__card{padding:22px 18px}
  .feat-card__body,.cf-feat__desc{font-size:13px;line-height:1.6}
  .lf-left,.lf-right{padding:28px 20px}
  .lf-left::before{font-size:120px}
  /* fc + occ-card — icon + title yan yana */
  .fc{display:grid;grid-template-columns:42px 1fr;column-gap:14px;align-items:start;padding:20px 16px}
  .fc__icon{grid-column:1;grid-row:1;margin-bottom:0;align-self:center}
  .fc__title{grid-column:2;grid-row:1;margin-bottom:0;font-size:17px;align-self:center}
  .fc__body{grid-column:1/-1;grid-row:2;margin-top:8px;font-size:13px;line-height:1.6}
  .occ-card{display:grid;grid-template-columns:44px 1fr;column-gap:14px;align-items:start;padding:20px 16px}
  .occ-card__icon{grid-column:1;grid-row:1;margin-bottom:0;align-self:center}
  .occ-card__name{grid-column:2;grid-row:1;margin-bottom:0;font-size:17px;align-self:center}
  .occ-card__desc{grid-column:1/-1;grid-row:2;margin-top:8px;font-size:13px;line-height:1.6}
}
