:root {
  --ink: #140e0d;
  --ink-soft: #2b201e;
  --ivory: #f7f1ec;
  --paper: #fffaf6;
  --rose: #995c60;
  --rose-dark: #774247;
  --blush: #dcb5b0;
  --blush-soft: #ead2ce;
  --copper: #b88262;
  --gold: #d6ad59;
  --gold-light: #f3dd9b;
  --muted: #766866;
  --line: rgba(74, 48, 43, .16);
  --serif: Iowan Old Style, Baskerville, Times New Roman, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 26px 70px rgba(47, 28, 24, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -10rem; z-index: 100; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 1rem; color: var(--rose); font-size: .77rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.04; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2.35rem, 5vw, 4.45rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
p { margin: 0; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: rgba(255,255,255,.77); max-width: 660px; }
.muted { color: var(--muted); }
.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.section-head { display: grid; grid-template-columns: .72fr 1.28fr; gap: 3rem; align-items: end; margin-bottom: 3.5rem; }
.section-head p { color: var(--muted); max-width: 580px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: white; }
.site-header.is-light { position: relative; background: var(--ink); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { width: clamp(210px, 24vw, 300px); height: auto; }
.nav { display: flex; align-items: center; gap: 1.65rem; }
.nav a { color: white; text-decoration: none; font-size: .86rem; font-weight: 650; }
.nav a:not(.button):hover { color: var(--blush); }
.nav-dropdown { position: relative; }
.nav-dropdown summary { display: flex; align-items: center; gap: .45rem; color: white; font-size: .86rem; font-weight: 650; list-style: none; cursor: pointer; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { content: "⌄"; color: var(--gold-light); font-size: .9rem; transform: translateY(-.12rem); }
.nav-dropdown[open] summary::after { transform: rotate(180deg) translateY(-.12rem); }
.nav-dropdown-menu { position: absolute; top: calc(100% + 1rem); left: 50%; width: 275px; padding: .65rem; display: grid; gap: .15rem; border: 1px solid rgba(255,255,255,.12); border-radius: 3px; background: rgba(23,18,17,.98); box-shadow: 0 22px 60px rgba(0,0,0,.28); transform: translateX(-50%); }
.nav-dropdown-menu::before { content: ""; position: absolute; inset: -1rem 0 auto; height: 1rem; }
.nav-dropdown-menu a { padding: .72rem .8rem; border-radius: 2px; line-height: 1.25; }
.nav-dropdown-menu a:hover { background: rgba(255,255,255,.07); }
.menu-button { display: none; border: 0; background: transparent; color: white; font: inherit; }

.button { min-height: 52px; padding: .82rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; border: 1px solid transparent; border-radius: 999px; background: linear-gradient(135deg, var(--rose), #875056); color: white; text-decoration: none; font-size: .86rem; font-weight: 800; letter-spacing: .02em; box-shadow: 0 10px 26px rgba(103,57,59,.18); transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--rose-dark); }
.button--light { background: white; color: var(--ink); }
.button--light:hover { background: var(--blush-soft); }
.button--outline { border-color: rgba(255,255,255,.45); background: transparent; color: white; box-shadow: none; }
.button--outline:hover { border-color: white; background: rgba(255,255,255,.08); }
.button--dark { background: var(--ink); color: white; box-shadow: inset 0 0 0 1px rgba(214,173,89,.26), 0 10px 26px rgba(20,14,13,.15); }
.button--small { min-height: 44px; padding: .62rem 1rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }

.hero { min-height: min(900px, 100svh); position: relative; display: grid; align-items: end; overflow: hidden; background: var(--ink); color: white; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,11,10,.96) 0%, rgba(17,11,10,.83) 39%, rgba(17,11,10,.2) 73%, rgba(17,11,10,.04) 100%); }
.hero-photo { position: absolute; inset: 0 0 0 42%; width: 58%; height: 100%; object-fit: cover; object-position: center 24%; filter: saturate(.88) contrast(1.02); }
.hero-content { position: relative; z-index: 2; padding-top: 11rem; padding-bottom: clamp(4rem, 9vw, 8rem); }
.hero h1 { max-width: 820px; }
.hero h1 em { color: var(--blush); font-style: italic; }
.hero .lead { margin-top: 1.5rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1.25rem 2rem; margin-top: 2.25rem; padding-top: 1.35rem; border-top: 1px solid rgba(255,255,255,.2); max-width: 760px; }
.hero-proof span { display: flex; align-items: center; gap: .5rem; font-size: .84rem; color: rgba(255,255,255,.74); }
.hero-proof strong { color: white; }
.hero .eyebrow, .feature-main .eyebrow, .process .eyebrow, .campaign-hero .eyebrow, .cta-panel .eyebrow, .page-hero .eyebrow { color: var(--blush); }

.trust-strip { background: linear-gradient(135deg, #fffaf6, #f2e5df); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 124px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-left: 1px solid var(--line); }
.trust-item { min-width: 0; min-height: 124px; padding: 1.35rem .9rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .28rem; text-align: center; border-right: 1px solid var(--line); }
.trust-item strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; line-height: 1.15; color: var(--ink); white-space: nowrap; }
.trust-item small { color: var(--muted); font-size: .72rem; line-height: 1.25; letter-spacing: .04em; white-space: nowrap; }

.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; }
.feature-main, .feature-side { position: relative; overflow: hidden; border-radius: 2px; }
.feature-main { min-height: 590px; background: var(--ink); color: white; }
.feature-main img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center top; opacity: .62; }
.feature-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,10,9,.95), rgba(16,10,9,.04) 70%); }
.feature-copy { position: absolute; inset: auto 0 0; z-index: 2; padding: clamp(1.8rem, 5vw, 4rem); }
.feature-copy p { max-width: 570px; margin-top: 1rem; color: rgba(255,255,255,.75); }
.feature-side { display: grid; gap: 2px; background: var(--line); }
.procedure-card { min-height: 194px; padding: 2rem; display: grid; align-content: end; background: white; text-decoration: none; transition: background .2s ease, color .2s ease; }
.procedure-card:hover { background: var(--ink-soft); color: white; }
.procedure-card .num { margin-bottom: 1.35rem; color: var(--rose); font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.procedure-card h3 { font-size: 1.6rem; }
.procedure-card p { margin-top: .6rem; color: var(--muted); font-size: .9rem; }
.procedure-card:hover p { color: rgba(255,255,255,.7); }

.process { background: var(--ink); color: white; }
.process .section-head p { color: rgba(255,255,255,.62); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.step { padding: 2.4rem 2rem 1rem 0; border-right: 1px solid rgba(255,255,255,.16); }
.step + .step { padding-left: 2rem; }
.step:last-child { border-right: 0; }
.step span { color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .15em; }
.step h3 { margin-top: 2.8rem; }
.step p { margin-top: 1rem; color: rgba(255,255,255,.6); }

.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-photo { position: relative; }
.about-photo img { aspect-ratio: 4/5; object-fit: cover; object-position: center top; box-shadow: var(--shadow); }
.about-photo figcaption { margin-top: .9rem; color: var(--muted); font-size: .77rem; }
.about-copy p:not(.eyebrow) { margin-top: 1.25rem; color: var(--muted); max-width: 650px; }
.credentials { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin-top: 2rem; }
.credential { padding: 1rem 0; border-top: 1px solid var(--line); font-size: .87rem; font-weight: 700; }

.reviews { background: #efe4dc; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(23,18,17,.12); }
.review { padding: 2.1rem; background: var(--paper); }
.stars { color: var(--rose); letter-spacing: .16em; }
.review blockquote { margin: 1.3rem 0; font-family: var(--serif); font-size: 1.35rem; line-height: 1.35; }
.review cite { color: var(--muted); font-style: normal; font-size: .8rem; }

.instagram-bar { padding: 2.2rem 0; background: linear-gradient(135deg, #845054, #ad7372); color: white; }
.instagram-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.instagram-inner strong { font-family: var(--serif); font-size: clamp(1.5rem, 4vw, 2.7rem); font-weight: 500; }
.instagram-inner a { color: white; font-weight: 800; text-decoration: none; }

.cta-panel { position: relative; overflow: hidden; min-height: 590px; display: grid; align-items: center; background: var(--ink); color: white; }
.cta-panel img { position: absolute; inset: 0 0 0 50%; width: 50%; height: 100%; object-fit: cover; object-position: center top; }
.cta-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,12,11,1) 0%, rgba(18,12,11,.98) 46%, rgba(18,12,11,.08) 78%); }
.cta-copy { position: relative; z-index: 2; max-width: 620px; padding-block: 5rem; }
.cta-copy p { margin-top: 1.2rem; color: rgba(255,255,255,.7); }

.site-footer { padding: 4rem 0 2rem; background: #0d0908; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 4rem; }
.footer-logo { width: min(100%, 300px); margin-bottom: 1.1rem; }
.footer-grid h4 { margin: 0 0 1rem; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-light); }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.65); text-decoration: none; font-size: .9rem; }
.footer-grid a:hover { color: white; }
.footer-list { display: grid; gap: .6rem; }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .75rem; }

.page-hero { padding: 10rem 0 5rem; background: var(--ink); color: white; }
.page-hero h1 { max-width: 1000px; font-size: clamp(3rem, 7vw, 6rem); }
.page-hero p { margin-top: 1.4rem; max-width: 720px; color: rgba(255,255,255,.68); font-size: 1.13rem; }
.campaign-hero { min-height: 720px; display: grid; align-items: end; position: relative; overflow: hidden; background: var(--ink); color: white; }
.campaign-hero img { position: absolute; inset: 0 0 0 48%; width: 52%; height: 100%; object-fit: cover; object-position: center top; }
.campaign-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,12,11,.98) 0%, rgba(18,12,11,.92) 47%, rgba(18,12,11,.08) 80%); }
.campaign-hero .wrap { position: relative; z-index: 2; padding-top: 11rem; padding-bottom: 6rem; }
.campaign-hero h1 { max-width: 780px; font-size: clamp(3rem, 6.4vw, 5.8rem); }
.campaign-hero p { margin-top: 1.3rem; max-width: 620px; color: rgba(255,255,255,.72); font-size: 1.1rem; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.content-grid p { margin-top: 1rem; color: var(--muted); }
.video-story { background: white; }
.video-story-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.video-story-player { position: relative; width: min(100%, 430px); overflow: hidden; background: #090706; box-shadow: var(--shadow); }
.video-story-player video { display: block; width: 100%; aspect-ratio: 9/16; object-fit: cover; background: #090706; }
.video-story-copy p:not(.eyebrow) { margin-top: 1.2rem; color: var(--muted); }
.benefit-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.benefit { padding: 1.1rem 0; display: grid; grid-template-columns: 32px 1fr; gap: .8rem; border-bottom: 1px solid var(--line); }
.benefit span { color: var(--rose); font-weight: 900; }
.disclaimer { margin-top: 1.5rem; font-size: .8rem; color: var(--muted); }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 1.25rem 2.5rem 1.25rem 0; list-style: none; cursor: pointer; position: relative; font-family: var(--serif); font-size: 1.3rem; }
.faq summary::after { content: "+"; position: absolute; right: .25rem; top: 1.18rem; color: var(--rose); font-family: var(--sans); }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 0 1.4rem; color: var(--muted); }
.procedure-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.procedure-list a { min-height: 230px; padding: 1.8rem; display: grid; align-content: end; background: white; text-decoration: none; }
.procedure-list a:hover { background: #efe1dc; }
.procedure-list p { margin-top: .65rem; color: var(--muted); font-size: .87rem; }

.sticky-cta { display: none; }
.cookie-banner { position: fixed; z-index: 60; left: 1rem; right: 1rem; bottom: 1rem; max-width: 560px; padding: 1.2rem; border: 1px solid rgba(255,255,255,.15); background: rgba(20,14,13,.98); color: white; box-shadow: var(--shadow); }
.cookie-banner p { font-size: .82rem; color: rgba(255,255,255,.72); }
.cookie-actions { margin-top: .9rem; display: flex; gap: .6rem; }
.cookie-actions button { border: 1px solid rgba(255,255,255,.3); background: transparent; color: white; padding: .58rem .85rem; border-radius: 99px; cursor: pointer; }
.cookie-actions button:first-child { background: white; color: var(--ink); }

@media (max-width: 920px) {
  .nav { position: fixed; inset: 0; padding: 7rem 2rem 2rem; display: none; align-content: start; overflow-y: auto; background: var(--ink); }
  .nav[data-open="true"] { display: grid; }
  .nav a { font-family: var(--serif); font-size: 1.8rem; }
  .nav-dropdown summary { justify-content: space-between; padding-block: .25rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
  .nav-dropdown-menu { position: static; width: auto; margin-top: .65rem; padding: .4rem 0 .7rem 1rem; gap: 0; border: 0; border-left: 1px solid rgba(255,255,255,.2); background: transparent; box-shadow: none; transform: none; }
  .nav-dropdown-menu::before { display: none; }
  .nav-dropdown-menu a { padding: .5rem .75rem; font-family: var(--sans); font-size: 1rem; }
  .nav .button { font-family: var(--sans); font-size: .9rem; margin-top: 1rem; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .hero { min-height: 820px; }
  .hero-photo { inset: 0; width: 100%; opacity: .52; object-position: 62% top; }
  .hero::after { background: linear-gradient(0deg, rgba(17,11,10,.98) 0%, rgba(17,11,10,.76) 56%, rgba(17,11,10,.24) 100%); }
  .feature-grid, .about-grid, .content-grid, .footer-grid, .video-story-grid { grid-template-columns: 1fr; }
  .section-head { grid-template-columns: 1fr; gap: 1.2rem; }
  .trust-grid { min-height: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item { min-height: 112px; padding: 1.1rem .6rem; }
  .trust-item:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { padding: 2rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .review-grid, .procedure-list { grid-template-columns: 1fr; }
  .campaign-hero img { inset: 0; width: 100%; opacity: .46; }
  .campaign-hero::after { background: linear-gradient(0deg, rgba(18,12,11,.98), rgba(18,12,11,.48)); }
  .cta-panel img { inset: 0; width: 100%; opacity: .38; }
  .cta-panel::after { background: rgba(18,12,11,.7); }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .wrap, .narrow { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 76px; }
  .brand-logo { width: min(225px, calc(100vw - 115px)); }
  .hero-content { padding-top: 8rem; }
  .hero-proof { gap: .7rem; }
  .button-row .button { width: 100%; }
  .trust-item { min-height: 104px; padding: 1rem .35rem; }
  .trust-item strong { font-size: clamp(1.08rem, 5vw, 1.28rem); }
  .trust-item small { font-size: .68rem; letter-spacing: .025em; }
  .feature-main { min-height: 540px; }
  .instagram-inner { align-items: flex-start; flex-direction: column; }
  .footer-bottom { flex-direction: column; }
  .sticky-cta { position: fixed; z-index: 50; left: .75rem; right: .75rem; bottom: .75rem; display: grid; grid-template-columns: 1fr 1.25fr; gap: .45rem; padding: .5rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(18,12,11,.95); box-shadow: 0 12px 35px rgba(0,0,0,.26); backdrop-filter: blur(14px); }
  .sticky-cta .button { min-height: 45px; padding: .5rem .6rem; font-size: .75rem; }
  .site-footer { padding-bottom: 7rem; }
  .cookie-banner { bottom: 5.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
