 .df-page {
        background: #fdfaf3;
        overflow: hidden;
    }

    .df-hero {
        position: relative;
        min-height: 94vh;
        display: flex;
        align-items: center;
        padding: 9rem 0 5rem;
        background: var(--ink);
        color: var(--cream);
        isolation: isolate;
    }

    .df-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(90deg, rgba(31, 26, 20, .96) 0%, rgba(31, 26, 20, .9) 44%, rgba(31, 26, 20, .62) 100%),
            url("assets/skin-texture.jpg") center/cover no-repeat !important;
        z-index: -2;
    }

    .df-hero::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(201, 169, 106, .75), transparent);
        z-index: -1;
    }

    .df-kicker {
        display: inline-flex;
        align-items: center;
        gap: .7rem;
        color: var(--gold-light);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .28em;
        text-transform: uppercase;
    }

    .df-kicker::before {
        content: "";
        width: 34px;
        height: 1px;
        background: var(--gold);
    }

    .df-hero h1 {
        max-width: 11ch;
        margin: 1.35rem 0 0;
        color: var(--cream);
        font-size: clamp(2.65rem, 6vw, 5.6rem);
        line-height: .95;
    }

    .df-hero-lead {
        max-width: 590px;
        margin: 1.4rem 0 0;
        color: rgba(250, 245, 236, .78);
        font-size: 1.02rem;
        line-height: 1.8;
    }

    .df-hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: .8rem;
        margin-top: 2rem;
    }

    .df-hero-board {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
        padding-left: 1.25rem;
    }

    .df-portrait {
        position: relative;
        min-height: 590px;
        overflow: hidden;
        border: 1px solid rgba(201, 169, 106, .28);
        border-radius: 8px;
        box-shadow: var(--shadow-luxe);
    }

    .df-portrait img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .df-portrait::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 42%, rgba(31, 26, 20, .82));
    }

    .df-special {
        position: absolute;
        left: -1.8rem;
        bottom: 2rem;
        max-width: 300px;
        padding: 1.25rem;
        border: 1px solid rgba(201, 169, 106, .34);
        border-radius: 8px;
        background: rgba(250, 245, 236, .92);
        color: var(--ink);
        box-shadow: var(--shadow-soft);
    }

    .df-special .df-price {
        display: block;
        font-family: var(--serif);
        font-size: clamp(2rem, 4vw, 3rem);
        line-height: 1;
        color: var(--gold);
    }

    .df-hero-notes {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: .75rem;
        margin-top: 1rem;
    }

    .df-note {
        min-height: 92px;
        padding: 1rem;
        border: 1px solid rgba(201, 169, 106, .2);
        border-radius: 8px;
        background: rgba(250, 245, 236, .05);
    }

    .df-note i {
        color: var(--gold);
        font-size: 1.15rem;
    }

    .df-note span {
        display: block;
        margin-top: .5rem;
        color: rgba(250, 245, 236, .76);
        font-size: .78rem;
        line-height: 1.45;
    }

    .df-quickbar {
        position: relative;
        z-index: 2;
        margin-top: -2.5rem;
    }

    .df-quickbar-inner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        border: 1px solid rgba(201, 169, 106, .22);
        border-radius: 8px;
        overflow: hidden;
        background: var(--cream);
        box-shadow: var(--shadow-soft);
    }

    .df-quick-item {
        min-height: 126px;
        padding: 1.25rem;
        border-right: 1px solid rgba(201, 169, 106, .16);
    }

    .df-quick-item:last-child {
        border-right: 0;
    }

    .df-quick-item i {
        color: var(--gold);
        font-size: 1.3rem;
    }

    .df-quick-item h3 {
        margin: .75rem 0 .35rem;
        font-size: 1.22rem;
    }

    .df-quick-item p {
        margin: 0;
        color: #6b6256;
        font-size: .86rem;
        line-height: 1.55;
    }

    .df-intro-grid {
        display: grid;
        grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
        gap: 4rem;
        align-items: start;
    }

    .df-sticky-title {
        position: sticky;
        top: 110px;
    }

    .df-copy p {
        color: #6b6256;
        font-size: 1rem;
        line-height: 1.85;
    }

    .df-copy ul,
    .df-panel ul {
        list-style: none;
        padding: 0;
        margin: 1.5rem 0 0;
        display: grid;
        gap: .7rem;
    }

    .df-copy li,
    .df-panel li {
        display: flex;
        gap: .72rem;
        color: rgba(31, 26, 20, .82);
        line-height: 1.55;
    }

    .df-copy li i,
    .df-panel li i {
        color: var(--gold);
        flex: 0 0 auto;
        margin-top: .18rem;
    }

    .df-band {
        background: var(--soft-bg);
        border-top: 1px solid rgba(201, 169, 106, .14);
        border-bottom: 1px solid rgba(201, 169, 106, .14);
    }

    .df-area-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: .85rem;
    }

    .df-area-card {
        min-height: 210px;
        padding: 1.25rem;
        border: 1px solid rgba(201, 169, 106, .22);
        border-radius: 8px;
        background: rgba(250, 245, 236, .78);
        transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

    .df-area-card:nth-child(1),
    .df-area-card:nth-child(4) {
        grid-column: span 2;
    }

    .df-area-card:nth-child(2),
    .df-area-card:nth-child(3),
    .df-area-card:nth-child(5),
    .df-area-card:nth-child(6) {
        grid-column: span 2;
    }

    .df-area-card:hover {
        transform: translateY(-4px);
        border-color: var(--gold);
        box-shadow: var(--shadow-soft);
    }

    .df-area-card i {
        color: var(--gold);
        font-size: 1.35rem;
    }

    .df-area-card h3 {
        margin: 1rem 0 .55rem;
        font-size: 1.32rem;
    }

    .df-area-card p {
        margin: 0;
        color: #6b6256;
        font-size: .88rem;
        line-height: 1.65;
    }

    .df-panel {
        height: 100%;
        padding: 1.5rem;
        border: 1px solid rgba(201, 169, 106, .22);
        border-radius: 8px;
        background: rgba(250, 245, 236, .7);
    }

    .df-panel.dark {
        background: var(--ink);
        color: var(--cream);
    }

    .df-panel.dark p,
    .df-panel.dark li {
        color: rgba(250, 245, 236, .72);
    }

    .df-panel h3 {
        margin: .8rem 0 .55rem;
        font-size: 1.45rem;
    }

    .df-panel p {
        margin: 0;
        color: #6b6256;
        font-size: .9rem;
        line-height: 1.7;
    }

    .df-panel-icon {
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: var(--gold-grad);
        color: var(--ink);
    }

    .df-brand-table {
        border: 1px solid rgba(201, 169, 106, .2);
        border-radius: 8px;
        overflow: hidden;
        background: var(--cream);
    }

    .df-brand-row {
        display: grid;
        grid-template-columns: .7fr 1.2fr .65fr;
        gap: 1rem;
        align-items: center;
        padding: 1.1rem 1.25rem;
        border-bottom: 1px solid rgba(201, 169, 106, .14);
    }

    .df-brand-row:last-child {
        border-bottom: 0;
    }

    .df-brand-row strong {
        font-family: var(--serif);
        font-size: 1.32rem;
        font-weight: 400;
    }

    .df-brand-row span {
        color: #6b6256;
        font-size: .9rem;
        line-height: 1.55;
    }

    .df-brand-row small {
        justify-self: end;
        border: 1px solid rgba(201, 169, 106, .32);
        border-radius: 999px;
        padding: .35rem .7rem;
        color: var(--ink);
        font-size: .72rem;
        letter-spacing: .08em;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .df-process {
        background: var(--ink);
        color: var(--cream);
    }

    .df-process .section-sub {
        color: rgba(250, 245, 236, .68);
    }

    .df-process-track {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 1px;
        overflow: hidden;
        border: 1px solid rgba(201, 169, 106, .2);
        border-radius: 8px;
        background: rgba(201, 169, 106, .16);
    }

    .df-step {
        min-height: 230px;
        padding: 1.35rem;
        background: rgba(250, 245, 236, .04);
    }

    .df-step .num {
        display: block;
        color: var(--gold);
        font-size: .78rem;
        font-weight: 700;
        letter-spacing: .24em;
        text-transform: uppercase;
    }

    .df-step h3 {
        margin: 1.1rem 0 .55rem;
        color: var(--cream);
        font-size: 1.26rem;
    }

    .df-step p {
        margin: 0;
        color: rgba(250, 245, 236, .62);
        font-size: .86rem;
        line-height: 1.65;
    }

    .df-safety {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 1.25rem;
    }

    .df-safety-img {
        min-height: 460px;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

    .df-safety-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .df-testimonial {
        height: 100%;
        padding: 1.5rem;
        border: 1px solid rgba(201, 169, 106, .22);
        border-radius: 8px;
        background: rgba(250, 245, 236, .72);
    }

    .df-stars {
        color: var(--gold);
        letter-spacing: .1em;
    }

    .df-testimonial p {
        margin: 1rem 0;
        color: #5f564b;
        line-height: 1.75;
        font-size: .95rem;
    }

    .df-testimonial strong {
        font-size: .82rem;
        letter-spacing: .16em;
        text-transform: uppercase;
    }

    .df-faq .accordion-item {
        border: 1px solid rgba(201, 169, 106, .22);
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: .75rem;
        background: var(--cream);
    }

    .df-faq .accordion-button {
        background: var(--cream);
        color: var(--ink);
        font-family: var(--serif);
        font-size: 1.18rem;
        box-shadow: none;
        padding: 1.15rem 1.25rem;
    }

    .df-faq .accordion-button:not(.collapsed) {
        color: var(--ink);
        background: rgba(201, 169, 106, .12);
    }

    .df-faq .accordion-body {
        color: #6b6256;
        font-size: .93rem;
        line-height: 1.75;
        padding: 0 1.25rem 1.25rem;
    }

    .df-cta {
        position: relative;
        padding: 6rem 0;
        color: var(--cream);
        isolation: isolate;
        overflow: hidden;
    }

    .df-cta img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -2;
    }

    .df-cta::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(31, 26, 20, .74);
        z-index: -1;
    }

    .df-cta h2 {
        color: var(--cream);
        font-size: clamp(2rem, 4vw, 3.45rem);
    }

    .df-cta p {
        max-width: 620px;
        color: rgba(250, 245, 236, .76);
        line-height: 1.75;
    }

    @media (max-width: 1199px) {
        .df-process-track {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (max-width: 991px) {
        .df-hero {
            min-height: auto;
            padding-top: 7rem;
        }

        .df-hero-board {
            padding-left: 0;
            margin-top: 3rem;
        }

        .df-portrait {
            min-height: 480px;
        }

        .df-special {
            left: 1rem;
            right: 1rem;
            bottom: 1rem;
            max-width: none;
        }

        .df-quickbar {
            margin-top: 0;
        }

        .df-quickbar-inner {
            grid-template-columns: repeat(2, 1fr);
        }

        .df-quick-item {
            border-bottom: 1px solid rgba(201, 169, 106, .16);
        }

        .df-quick-item:nth-child(2) {
            border-right: 0;
        }

        .df-intro-grid,
        .df-safety {
            grid-template-columns: 1fr;
            gap: 2.5rem;
        }

        .df-sticky-title {
            position: static;
        }

        .df-area-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .df-area-card:nth-child(n) {
            grid-column: span 1;
        }
    }

    @media (max-width: 767px) {
        .df-hero-notes,
        .df-process-track {
            grid-template-columns: 1fr;
        }

        .df-brand-row {
            grid-template-columns: 1fr;
            gap: .55rem;
        }

        .df-brand-row small {
            justify-self: start;
        }
    }

    @media (max-width: 575px) {
        .df-hero {
            padding: 6rem 0 3rem;
        }

        .df-portrait {
            min-height: 410px;
        }

        .df-quickbar-inner,
        .df-area-grid {
            grid-template-columns: 1fr;
        }

        .df-quick-item {
            border-right: 0;
        }
    }