:root {
  --olive-950: #15180f;
  --olive-900: #20251a;
  --olive-800: #303526;
  --olive-700: #454c37;
  --cream: #e7d4a5;
  --paper: #f7f5ef;
  --paper-deep: #eee9dc;
  --ink: #20221d;
  --muted: #666b60;
  --line: rgba(48, 53, 38, .18);
  --shadow: 0 24px 70px rgba(21, 24, 15, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 82px; padding: 12px clamp(20px, 5vw, 76px); color: var(--paper); background: rgba(21, 24, 15, .93); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(231, 212, 165, .16); }
.brand { display: grid; text-decoration: none; line-height: 1.1; }
.brand span { font-size: 1.08rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.brand small { margin-top: 7px; color: var(--cream); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: var(--paper); font-size: .85rem; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--cream); }
.site-nav .nav-cta { padding: 12px 18px; color: var(--olive-950); background: var(--cream); border-radius: 999px; }
.nav-toggle { display: none; color: var(--paper); background: transparent; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: 9px 14px; font: inherit; }

.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(340px, .76fr); gap: clamp(30px, 6vw, 90px); align-items: start; padding: clamp(44px, 5vw, 72px) clamp(20px, 7vw, 110px); color: var(--paper); background: radial-gradient(circle at 15% 20%, rgba(231,212,165,.12), transparent 30%), linear-gradient(145deg, var(--olive-800), var(--olive-950) 74%); overflow: hidden; }
.hero-copy { max-width: 820px; padding-top: clamp(24px, 5vh, 70px); }
.eyebrow { margin: 0 0 20px; color: var(--olive-700); font-size: .78rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.hero .eyebrow, .check-cta .eyebrow { color: var(--cream); }
h1, h2, h3 { margin-top: 0; line-height: 1.04; text-wrap: balance; }
h1, h2 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; letter-spacing: .015em; text-transform: uppercase; }
h1 { margin-bottom: 24px; font-size: clamp(3.15rem, 4.4vw, 5rem); max-width: 820px; }
h2 { margin-bottom: 22px; font-size: clamp(2.5rem, 4.6vw, 5.1rem); }
h3 { font-size: 1.45rem; }
.hero-lead { max-width: 760px; margin: 0; color: rgba(247,245,239,.85); font-size: clamp(1.05rem, 1.5vw, 1.35rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .86rem; font-weight: 900; letter-spacing: .055em; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary { color: var(--olive-950); background: var(--cream); }
.button.secondary { color: var(--paper); border-color: rgba(247,245,239,.5); background: transparent; }
.button.dark { color: var(--paper); background: var(--olive-900); }
.button.full { width: 100%; }
.proof-list { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin: 32px 0 0; color: rgba(247,245,239,.72); list-style: none; font-size: .9rem; }
.proof-list li::before { content: "✓"; margin-right: 8px; color: var(--cream); font-weight: 900; }
.hero-visual { position: relative; align-self: center; margin: 0; justify-self: end; max-width: 480px; border-radius: 220px 220px 26px 26px; overflow: hidden; box-shadow: 0 40px 110px rgba(0,0,0,.37); }
.hero-visual img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.hero-visual figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 11px 14px; color: var(--paper); background: rgba(0,0,0,.58); border-radius: 9px; font-size: .72rem; }

.signal-bar { display: flex; align-items: center; justify-content: center; gap: 22px; padding: 18px 24px; color: var(--olive-950); background: var(--cream); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.signal-bar p { margin: 0; }
.section { padding: clamp(75px, 9vw, 135px) clamp(20px, 7vw, 110px); }
.section-heading { max-width: 960px; margin-bottom: 52px; }
.section-heading > p:not(.eyebrow), .story-copy > p { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-grid article { min-height: 260px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 40px rgba(21,24,15,.06); }
.problem-grid article span { color: var(--olive-700); font-weight: 900; letter-spacing: .2em; }
.problem-grid h3 { margin: 65px 0 12px; }
.problem-grid p { color: var(--muted); }

.nina-story { display: grid; grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr); gap: clamp(50px, 8vw, 120px); align-items: center; overflow: hidden; background: var(--paper-deep); }
.image-stack { display: grid; grid-template-columns: .78fr 1fr; gap: 18px; align-items: end; max-width: 650px; }
.image-stack img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 28%; border-radius: 18px; box-shadow: var(--shadow); }
.stack-back { transform: translateY(-34px); }
.stack-front { border: 8px solid var(--paper); }
.story-copy h2 { max-width: 790px; }
.text-link { color: var(--olive-800); font-weight: 900; text-underline-offset: 5px; }

.offers { color: var(--paper); background: var(--olive-950); }
.offers .eyebrow { color: var(--cream); }
.offers .section-heading > p:not(.eyebrow) { color: rgba(247,245,239,.7); }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.offer-card { display: flex; flex-direction: column; padding: clamp(28px, 4vw, 50px); color: var(--ink); background: var(--paper); border-radius: var(--radius); }
.offer-card.featured { background: var(--cream); }
.offer-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 30px; }
.offer-label { padding: 7px 11px; border: 1px solid rgba(32,34,29,.25); border-radius: 999px; font-size: .73rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.offer-number { color: rgba(32,34,29,.32); font-size: 1.7rem; font-weight: 900; }
.offer-card h3 { margin-bottom: 13px; font-size: clamp(1.9rem, 3vw, 3.2rem); }
.offer-intro { min-height: 78px; color: #53574f; }
.price { display: flex; align-items: baseline; gap: 12px; padding: 24px 0; margin: 12px 0 20px; border-top: 1px solid rgba(32,34,29,.15); border-bottom: 1px solid rgba(32,34,29,.15); }
.price strong { font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1; }
.price span { color: #65695f; font-size: .8rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.offer-card ul { display: grid; gap: 11px; padding: 0; margin: 0 0 34px; list-style: none; }
.offer-card li { padding-left: 26px; position: relative; }
.offer-card li::before { content: "✓"; position: absolute; left: 0; color: var(--olive-700); font-weight: 900; }
.offer-card .button { margin-top: auto; }
.price-note { max-width: 950px; margin: 28px auto 0; color: rgba(247,245,239,.62); font-size: .78rem; text-align: center; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; list-style: none; counter-reset: step; }
.process-grid li { padding: 28px 28px 12px; border-left: 1px solid var(--line); }
.process-grid li:last-child { border-right: 1px solid var(--line); }
.process-grid span { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 70px; color: var(--paper); background: var(--olive-800); border-radius: 50%; font-weight: 900; }
.process-grid p { color: var(--muted); }

.check-cta { display: grid; grid-template-columns: 1fr minmax(360px, .7fr); gap: clamp(40px, 8vw, 120px); align-items: center; color: var(--paper); background: linear-gradient(135deg, var(--olive-800), var(--olive-950)); }
.check-copy p { max-width: 740px; color: rgba(247,245,239,.78); font-size: 1.08rem; }
.check-copy ul { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; list-style: none; color: var(--cream); font-weight: 800; }
.check-copy li::before { content: "·"; margin-right: 8px; }
.contact-card { padding: clamp(28px, 4vw, 46px); color: var(--ink); background: var(--paper); border-radius: var(--radius); box-shadow: 0 28px 85px rgba(0,0,0,.23); }
.contact-card h3 { font-size: 2rem; }
.contact-card > p { color: var(--muted); }
.contact-alternatives { display: flex; justify-content: center; gap: 22px; margin-top: 24px; }
.contact-alternatives a { color: var(--olive-800); font-weight: 900; }
.privacy-note { margin-top: 22px; font-size: .72rem; }

.faq { background: var(--paper-deep); }
.faq-list { max-width: 1050px; }
.faq details { padding: 22px 0; border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-size: 1.12rem; font-weight: 900; }
.faq details p { max-width: 800px; color: var(--muted); }

.site-footer { display: flex; justify-content: space-between; gap: 30px; padding: 42px clamp(20px, 7vw, 110px) 95px; color: var(--paper); background: #0d0f09; }
.site-footer strong { text-transform: uppercase; letter-spacing: .1em; }
.site-footer p { color: rgba(247,245,239,.6); }
.site-footer nav { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 18px; }
.site-footer a { color: var(--cream); }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; padding: 20px; background: var(--olive-950); border-top: 1px solid rgba(255,255,255,.12); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 8px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; justify-self: start; width: min(100%, 620px); }
  .problem-grid, .offer-grid { grid-template-columns: 1fr; }
  .nina-story { grid-template-columns: 1fr; }
  .story-visual { max-width: 700px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .process-grid li, .process-grid li:last-child { border: 1px solid var(--line); border-radius: 20px; }
  .process-grid span { margin-bottom: 38px; }
  .check-cta { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { padding-bottom: 72px; }
  .site-header { min-height: 66px; padding: 9px 16px; }
  .brand span { font-size: .96rem; }
  .brand small { display: none; }
  .site-nav { top: 66px; }
  .hero { min-height: auto; gap: 34px; padding: 42px 20px 54px; }
  .hero-copy { padding-top: 0; }
  h1 { margin-bottom: 18px; font-size: clamp(2.7rem, 12.5vw, 3.7rem); line-height: .98; }
  h2 { margin-bottom: 17px; font-size: clamp(2.25rem, 10vw, 3.25rem); }
  .hero-lead { font-size: 1rem; line-height: 1.55; }
  .hero-visual { width: 100%; max-width: none; border-radius: 26px; }
  .hero-visual img { aspect-ratio: 1 / 1.08; object-position: center 24%; }
  .hero-visual figcaption { left: 10px; right: 10px; bottom: 10px; font-size: .64rem; }
  .button-row, .button-row .button { width: 100%; }
  .section { padding: 64px 20px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading > p:not(.eyebrow), .story-copy > p { font-size: 1rem; }
  .signal-bar { align-items: flex-start; flex-direction: column; gap: 6px; padding: 15px 20px; font-size: .67rem; letter-spacing: .11em; }
  .signal-bar span { display: none; }
  .proof-list { display: grid; }
  .nina-story { gap: 36px; padding-top: 48px; }
  .image-stack { display: block; max-width: none; }
  .image-stack img { width: 100%; aspect-ratio: 4 / 5; border-radius: 22px; box-shadow: 0 16px 40px rgba(21,24,15,.14); }
  .stack-back { display: block; transform: none; }
  .stack-front { display: none; }
  .offer-card { padding: 26px 22px; }
  .offer-intro { min-height: auto; }
  .contact-alternatives { flex-wrap: wrap; gap: 10px 20px; }
  .process-grid { grid-template-columns: 1fr; }
  .check-copy ul { display: grid; }
  .site-footer { flex-direction: column; }
  .mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 60; display: block; padding: 15px 18px; color: var(--olive-950); background: var(--cream); border-radius: 999px; box-shadow: 0 12px 38px rgba(0,0,0,.25); opacity: 0; pointer-events: none; transform: translateY(80px); transition: opacity .25s ease, transform .25s ease; font-size: .78rem; font-weight: 900; letter-spacing: .05em; text-align: center; text-decoration: none; text-transform: uppercase; }
  .mobile-cta.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
}
