:root {
    --gold: #c9a961;
    --gold-light: #e8d4a0;
    --ink: #17191d;
    --ivory: #fbfaf7;
    --line: rgba(23, 25, 29, .1);
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
*, *::before, *::after { box-sizing: border-box; }
img, svg, video { max-width: 100%; }

.site-header { transition: background-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 12px 32px rgba(0, 0, 0, .22); }
.nav-link {
    color: rgba(255,255,255,.66);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .01em;
    transition: color .2s ease;
}
.nav-link:hover, .nav-link-active { color: #fff; }
.nav-link-active { border-bottom: 2px solid var(--gold); padding-bottom: .25rem; }
.mobile-nav-link {
    display: block;
    padding: .65rem 0;
    color: rgba(255,255,255,.7);
    font-size: .85rem;
    font-weight: 500;
}
.mobile-nav-link-active { color: #fff; }

.bg-gold-gradient {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 52%, var(--gold) 100%);
}
.gold-gradient {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 52%, var(--gold) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-panel {
    position: relative;
    overflow: hidden;
    background: #000;
}
.hero-panel::before {
    display: none;
}
.hero-panel > div { position: relative; z-index: 1; }
.hero-image-frame { position: relative; min-height: 28rem; background: #171717; }
.hero-image-frame img { min-height: 28rem; filter: saturate(.78) contrast(1.02); }
.hero-stamp { z-index: 2; }

.section-kicker {
    color: var(--gold);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .2em;
    line-height: 1.4;
    text-transform: uppercase;
}
.section-title {
    color: var(--ink);
    font-family: Lora, serif;
    font-size: clamp(2.15rem, 4vw, 3.6rem);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.14;
}
.lead-copy {
    color: #333840;
    font-family: Lora, serif;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    line-height: 1.55;
}
.body-copy {
    color: #60656d;
    font-size: 1.08rem;
    line-height: 1.9;
    overflow-wrap: anywhere;
}
.metric-card {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    padding: 1.2rem 1.25rem;
    background: #fbfaf7;
    border: 1px solid rgba(23,25,29,.08);
    border-radius: 1rem;
}
.metric-number { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.metric-label { color: #333840; font-size: .74rem; font-weight: 700; line-height: 1.5; }

.feature-card {
    padding: 2rem 1.7rem;
    background: #fff;
    border: 1px solid rgba(23,25,29,.08);
    border-radius: 1.25rem;
    box-shadow: 0 8px 24px rgba(23,25,29,.025);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.feature-card:hover { transform: translateY(-5px); border-color: rgba(201,169,97,.55); box-shadow: 0 18px 40px rgba(23,25,29,.08); }
.feature-card h3 { margin-top: 1.4rem; color: var(--ink); font-family: Lora, serif; font-size: 1.27rem; }
.feature-card p { margin-top: .75rem; color: #6a7078; font-size: 1rem; line-height: 1.75; }
.icon-disc {
    display: grid;
    place-items: center;
    width: 3.1rem;
    height: 3.1rem;
    border: 1px solid rgba(201,169,97,.52);
    border-radius: 50%;
    color: var(--gold);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.medical-note, .risk-panel, .dark-soft-card {
    background: linear-gradient(145deg, #090a0c, #1a1a1a);
    border-radius: 1.8rem;
    box-shadow: 0 18px 45px rgba(0,0,0,.16);
}
.medical-note { display: flex; align-items: flex-start; gap: 1.25rem; padding: 2rem; }
.note-mark, .risk-symbol {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid rgba(201,169,97,.7);
    border-radius: 50%;
    color: var(--gold);
    font-family: Lora, serif;
    font-size: 1.25rem;
}
.soft-panel, .light-card, .white-outline-card, .disclaimer-box {
    background: #fff;
    border: 1px solid rgba(23,25,29,.08);
    border-radius: 1.5rem;
    padding: 2rem;
}
.soft-panel { background: #f6f3ed; border: 0; }

.dark-callout { padding: 1.25rem 1.4rem; border-left: 2px solid var(--gold); background: rgba(255,255,255,.06); }
.table-card { padding: 1.6rem; background: #fff; border-radius: 1.5rem; color: var(--ink); box-shadow: 0 18px 50px rgba(0,0,0,.14); }
.table-scroll { scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }
.table-card table, .comparison-card table { border-collapse: collapse; }
.table-card th, .table-card td, .comparison-card th, .comparison-card td { padding: 1rem 1.05rem; border-bottom: 1px solid rgba(23,25,29,.1); font-size: .82rem; white-space: nowrap; }
.table-card thead th, .comparison-card thead th { color: var(--gold); font-size: .67rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; background: #faf8f3; }
.table-card tbody th, .comparison-card tbody td:first-child { font-weight: 700; color: var(--ink); }
.table-card td { color: #555b63; }
.table-card td span { color: #8b9198; font-size: .72rem; }
.table-card tbody tr:last-child th, .table-card tbody tr:last-child td, .comparison-card tbody tr:last-child td { border-bottom: 0; }
.table-card tbody tr:hover, .comparison-card tbody tr:hover { background: #fcfaf5; }

.quote-card {
    padding: 2.7rem;
    background: #090a0c;
    color: #fff;
    border-radius: 1.8rem;
    position: relative;
    overflow: hidden;
}
.quote-card::after { content: ""; position: absolute; width: 14rem; height: 14rem; border: 1px solid rgba(201,169,97,.22); border-radius: 50%; right: -5rem; bottom: -6rem; }
.quote-mark { color: var(--gold); font-family: Georgia, serif; font-size: 5rem; line-height: .5; }
.consideration-card { padding: 1.7rem; background: #fff; border: 1px solid rgba(23,25,29,.08); border-radius: 1rem; }
.consideration-card h3 { color: var(--ink); font-family: Lora, serif; font-size: 1.25rem; }
.consideration-card p { margin-top: .7rem; color: #6a7078; font-size: 1rem; line-height: 1.75; }
.risk-panel { padding: 2rem; }
.risk-symbol { margin-bottom: 4rem; font-size: 1.5rem; font-family: Inter, sans-serif; font-weight: 300; }
.comparison-card { border: 1px solid rgba(23,25,29,.1); border-radius: 1.25rem; background: #fff; }
.comparison-card th, .comparison-card td { width: 50%; }
.comparison-card thead th:first-child { background: #090a0c; }
.comparison-card thead th:last-child { background: #f5f1e9; color: #8e713b; }
.alert-strip { display: flex; align-items: center; gap: .8rem; padding: .95rem 1rem; background: #f5f1e9; border-radius: .8rem; color: #5a4826; font-size: .95rem; line-height: 1.5; }
.alert-strip strong { min-width: 0; overflow-wrap: anywhere; }
.alert-strip span { display: grid; place-items: center; flex: 0 0 auto; width: 1.4rem; height: 1.4rem; border: 1px solid var(--gold); border-radius: 50%; color: #8e713b; font-weight: 800; }
.mini-card { padding: .8rem; background: #f8f6f1; border: 1px solid rgba(201,169,97,.25); border-radius: .7rem; color: #67522b; font-size: .72rem; font-weight: 700; text-align: center; }

.research-link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; color: var(--ink); transition: color .2s ease, padding-left .2s ease; }
.research-link:hover { padding-left: .4rem; color: #8e713b; }
.research-link > span:first-child { min-width: 0; }
.research-link strong { display: block; font-family: Lora, serif; font-size: 1rem; font-weight: 500; line-height: 1.45; overflow-wrap: anywhere; }
.research-link small { display: block; margin-top: .3rem; color: #8a9096; font-size: .7rem; }
.research-link > span:last-child { flex: 0 0 auto; color: var(--gold); font-size: 1.15rem; }
.dark-soft-card { padding: 2rem; }
.healing-timeline { display: flex; align-items: center; gap: .7rem; padding: 1.4rem; background: #f6f3ed; border-radius: 1.4rem; overflow-x: auto; }
.timeline-step { display: flex; min-width: 9rem; flex-direction: column; gap: .2rem; }
.timeline-step span { color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .15em; }
.timeline-step strong { color: var(--ink); font-family: Lora, serif; font-size: 1.05rem; font-weight: 500; white-space: nowrap; }
.timeline-step small { color: #7c8289; font-size: .68rem; white-space: nowrap; }
.timeline-line { width: 2.5rem; height: 1px; flex: 0 0 auto; background: rgba(201,169,97,.7); }

.faq-list { border-top: 1px solid rgba(23,25,29,.15); }
.faq-list details { border-bottom: 1px solid rgba(23,25,29,.15); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; list-style: none; padding: 1.35rem 0; color: var(--ink); font-family: Lora, serif; font-size: 1.05rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--gold); font-family: Inter, sans-serif; font-size: 1.4rem; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 52rem; padding: 0 2rem 1.4rem 0; color: #676d75; font-size: 1rem; line-height: 1.8; }
.disclaimer-box p:not(.section-kicker) { font-size: 1rem; }
.credential-chip { padding: .55rem .75rem; border: 1px solid rgba(201,169,97,.45); border-radius: 999px; color: #806631; }
.disclaimer-box { box-shadow: 0 16px 40px rgba(23,25,29,.04); }

@media (max-width: 640px) {
    .site-header nav { width: 100%; }
    .site-header .flex { min-width: 0; }
    .site-header img { max-width: min(13rem, 68vw); }
    .hero-panel { overflow: clip; }
    .hero-image-frame, .hero-image-frame img { min-height: 23rem; }
    .hero-image-frame {
        display: flex;
        flex-direction: column;
        min-height: 0;
        background: #000;
    }
    .hero-image-frame img {
        height: 21rem;
        min-height: 0;
        object-fit: cover;
    }
    .hero-caption {
        position: static !important;
        padding: 1.15rem 1.25rem !important;
        background: #000 !important;
    }
    .hero-caption p:first-child {
        font-size: .68rem !important;
        letter-spacing: .14em !important;
        line-height: 1.45;
    }
    .hero-caption p:last-child {
        margin-top: .45rem !important;
        color: rgba(255,255,255,.9);
        font-size: 1rem !important;
        line-height: 1.45;
    }
    .hero-stamp {
        position: static !important;
        inset: auto !important;
        width: 100%;
        margin: 1rem 0 0;
        padding: 1rem 1.15rem !important;
        border-left: 3px solid var(--gold);
        border-radius: .9rem;
        box-shadow: 0 10px 24px rgba(0,0,0,.12);
    }
    .hero-stamp span:first-child {
        font-size: .65rem !important;
        letter-spacing: .15em !important;
        line-height: 1.4;
    }
    .hero-stamp .text-xl {
        margin-top: .35rem !important;
        color: var(--ink);
        font-size: 1.1rem;
        line-height: 1.3;
    }
    .medical-note, .risk-panel, .dark-soft-card, .quote-card, .light-card, .white-outline-card { padding: 1.5rem; }
    .body-copy { font-size: 1rem; line-height: 1.82; }
    .lead-copy { font-size: 1.28rem; }
    .feature-card h3 { font-size: 1.35rem; }
    .table-card { padding: 1.15rem; }
    .table-card h3 { font-size: 1.35rem; line-height: 1.25; }
    .table-card .table-scroll,
    .comparison-card .table-scroll { overflow-x: visible; }
    .table-card table,
    .comparison-card table {
        display: block;
        width: 100% !important;
        min-width: 0 !important;
    }
    .table-card thead,
    .comparison-card thead { display: none; }
    .table-card tbody,
    .comparison-card tbody,
    .table-card tr,
    .comparison-card tr { display: block; width: 100%; }
    .table-card tr {
        padding: .85rem 0;
        border-bottom: 1px solid rgba(23,25,29,.1);
    }
    .table-card tr:last-child { border-bottom: 0; }
    .table-card th {
        display: block;
        padding: 0 0 .55rem;
        border: 0;
        color: var(--ink);
        font-size: .95rem;
        white-space: normal;
    }
    .table-card td {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 1rem;
        padding: .38rem 0;
        border: 0;
        font-size: .95rem;
        white-space: normal;
    }
    .table-card td::before {
        color: #8e713b;
        font-size: .72rem;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase;
    }
    .table-card td:nth-child(2)::before { content: "10 ml"; }
    .table-card td:nth-child(3)::before { content: "15 ml"; }
    .table-card td:nth-child(4)::before { content: "20 ml"; }
    .table-card td span { font-size: .78rem; }
    .comparison-card th,
    .comparison-card td {
        white-space: normal;
    }
    .comparison-card tr {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .65rem;
        padding: .7rem;
        border-bottom: 1px solid rgba(23,25,29,.1);
    }
    .comparison-card tr:last-child { border-bottom: 0; }
    .comparison-card td {
        display: block;
        min-width: 0;
        width: auto;
        padding: .75rem;
        border: 1px solid rgba(23,25,29,.08);
        border-radius: .65rem;
        font-size: .9rem;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }
    .comparison-card td::before {
        display: block;
        margin-bottom: .35rem;
        color: var(--gold);
        font-size: .63rem;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase;
    }
    .comparison-card td:first-child::before { content: "Fillers"; }
    .comparison-card td:last-child::before { content: "Surgery"; }
    .timeline-line { width: 1.5rem; }
    .timeline-step { min-width: 8rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
