@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/manrope-latin-v20.woff2') format('woff2');
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('/assets/fonts/newsreader-normal-static-subset.woff2') format('woff2');
  unicode-range: U+20-22, U+24-29, U+2b-3b, U+3f-5b, U+5d, U+5f, U+61-7b, U+7d, U+b0, U+b7, U+2013-2014, U+2018-2019, U+201c-201d, U+2022, U+2026, U+2190, U+2192, U+2197, U+21bb, U+2302, U+25c7, U+2605, U+2713;
}
@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/newsreader-italic-static-subset.woff2') format('woff2');
  unicode-range: U+20-22, U+24-29, U+2b-3b, U+3f-5b, U+5d, U+5f, U+61-7b, U+7d, U+b0, U+b7, U+2013-2014, U+2018-2019, U+201c-201d, U+2022, U+2026, U+2190, U+2192, U+2197, U+21bb, U+2302, U+25c7, U+2605, U+2713;
}

:root {
  --ink: #07101d;
  --ink-2: #0d1a2b;
  --panel: #111f32;
  --cream: #f2eee6;
  --cream-2: #e8e1d4;
  --paper: #fbf8f1;
  --gold: #d4ad55;
  --gold-light: #e8c979;
  --line-dark: rgba(255,255,255,.13);
  --line-light: rgba(7,16,29,.16);
  --muted: #9aa5b5;
  --text: #eef1f5;
  --max: 1180px;
  --sans: "Manrope", system-ui, sans-serif;
  --serif: "Newsreader", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--text); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; overscroll-behavior: none; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-140%); padding: .7rem 1rem; background: white; color: var(--ink); }
.skip-link:focus { transform: none; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - var(--max))/2)); border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, height .35s; }
.site-header.is-scrolled { height: 78px; background: rgba(7,16,29,.94); border-color: var(--line-dark); backdrop-filter: blur(20px); }
.site-header .brand { color: #f2f4f7; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 42px; aspect-ratio: 1; border: 1px solid rgba(212,173,85,.65); color: var(--gold-light); font-family: var(--serif); font-size: 17px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 17px; letter-spacing: .02em; }
.brand small { color: #aab4c1; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; margin-top: 2px; }
.primary-nav { display: flex; align-items: center; gap: 26px; font-size: 15px; font-weight: 650; }
.primary-nav > a:not(.nav-cta) { color: #d5dbe3; transition: color .2s; }
.primary-nav > a:not(.nav-cta):hover { color: var(--gold-light); }
.nav-cta { padding: 12px 19px; border: 1px solid rgba(212,173,85,.55); color: var(--gold-light); font-size: 14px; }
.menu-toggle { display: none; background: none; border: 0; width: 48px; height: 48px; padding: 12px 10px; cursor: pointer; touch-action: manipulation; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: white; margin: 6px 0; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background-image: url('/assets/hero-home.png'); background-image: image-set(url('/assets/hero-home-20260804.avif') type('image/avif'), url('/assets/hero-home.png') type('image/png')); background-position: center; background-size: cover; background-repeat: no-repeat; transform: scale(1.02); }
.hero-shade { background: linear-gradient(90deg, rgba(4,10,18,.94) 0%, rgba(4,10,18,.76) 38%, rgba(4,10,18,.22) 70%, rgba(4,10,18,.18) 100%), linear-gradient(0deg, rgba(4,10,18,.72), transparent 45%); }
.hero-content { position: relative; z-index: 1; padding: 180px 0 92px; }
.eyebrow { margin: 0 0 22px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 750; }
.eyebrow.dark { color: #866719; }
.hero h1, .section h2 { margin: 0; font-family: var(--sans); letter-spacing: -.055em; line-height: .98; }
.hero h1 { max-width: 830px; font-size: clamp(3.7rem, 7.1vw, 7.5rem); font-weight: 500; }
.hero h1 em, .section h2 em { color: var(--gold-light); font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }
.section-cream .section-intro h2 em { color: #a47a18; }
.hero-copy { max-width: 590px; margin: 28px 0 0; color: #c5ced9; font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border: 0; font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #111318; }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { border: 1px solid rgba(255,255,255,.3); color: white; background: rgba(0,0,0,.08); }
.button-ghost span { color: #b9c1cb; font-weight: 500; }
.button-light { background: var(--paper); color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 0; margin-top: 60px; color: #ccd3dc; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.hero-proof span { padding: 0 24px; border-left: 1px solid rgba(255,255,255,.25); }
.hero-proof span:first-child { padding-left: 0; border-left: 0; }
.scroll-cue { position: absolute; z-index: 2; right: max(24px, calc((100vw - var(--max))/2)); bottom: 70px; display: flex; align-items: center; gap: 14px; color: #b8c0ca; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; transform: rotate(90deg) translateX(100%); transform-origin: right bottom; }
.scroll-cue i { width: 65px; height: 1px; background: rgba(255,255,255,.4); }

.section { position: relative; padding: 130px 0; }
.section-cream, .portrait-section { color: var(--ink); background: var(--cream); }
.section-ink { background: var(--ink); }
.section h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 500; }
.section-intro { max-width: 850px; }
.split-heading { display: grid; grid-template-columns: 1.45fr .7fr; column-gap: 70px; }
.split-heading .eyebrow { grid-column: 1 / -1; }
.split-heading p:last-child { align-self: end; max-width: 430px; margin: 0 0 8px; color: #39434f; font-size: 17px; }
.advantage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 75px; }
.advantage-card { min-height: 365px; display: flex; flex-direction: column; overflow: hidden; padding: 30px; border: 1px solid var(--line-light); background: rgba(255,255,255,.2); }
.card-index { color: #7d601b; font-size: 11px; font-weight: 650; letter-spacing: .14em; }
.advantage-card h3 { margin: auto 0 12px; font-size: 24px; letter-spacing: -.035em; }
.advantage-card p { min-height: 70px; margin: 0; color: #525d69; font-size: 14px; }
.signal-line { position: relative; width: 100%; max-width: 100%; height: 50px; display: flex; align-items: center; flex: 0 0 auto; margin-top: 24px; overflow: hidden; border-top: 1px solid var(--line-light); }
.signal-line:before { content: ''; width: 100%; height: 2px; background: rgba(7,16,29,.1); }
.signal-line span { position: absolute; left: 0; width: min(var(--w), 100%); max-width: 100%; height: 2px; background: var(--gold); }
.mini-model { display: flex; gap: 6px; height: 50px; align-items: flex-end; margin-top: 24px; border-top: 1px solid var(--line-light); }
.mini-model b { flex: 1; height: 26%; background: var(--ink); }
.mini-model b:nth-child(2) { height: 52%; opacity: .65; }
.mini-model b:nth-child(3) { height: 82%; background: var(--gold); }
.pulse { position: relative; width: 100%; max-width: 100%; height: 50px; flex: 0 0 auto; margin-top: 24px; overflow: hidden; border-top: 1px solid var(--line-light); }
.pulse:before { content: ''; position: absolute; left: 0; right: 0; top: 27px; height: 1px; background: var(--gold); }
.pulse i { position: absolute; left: 48%; top: 20px; width: 14px; height: 14px; transform: rotate(45deg); border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); background: var(--cream); }

.tools-section { background: #0b1727; }
.tools-heading { display: grid; grid-template-columns: 1.25fr .6fr; gap: 70px; align-items: end; }
.tools-heading > p { margin: 0 0 8px; color: #b4becb; font-size: 17px; }
.tool-list { margin-top: 70px; border-top: 1px solid var(--line-dark); }
.tool-feature { display: grid; grid-template-columns: 70px minmax(0,1fr) 300px; gap: 36px; align-items: center; padding: 42px 0; border-bottom: 1px solid var(--line-dark); }
.tool-number { align-self: start; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.tool-copy h3 { margin: 0 0 10px; font-size: 30px; letter-spacing: -.035em; }
.tool-copy p { max-width: 640px; margin: 0; color: #aab5c3; font-size: 16px; }
.tool-copy a { display: inline-block; margin-top: 22px; color: var(--gold-light); font-size: 15px; font-weight: 700; }
.tool-preview { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 26px; border: 1px solid rgba(212,173,85,.32); background: #101f33; }
.tool-preview small { color: #aab5c3; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.tool-preview strong { margin: 8px 0 2px; color: white; font-family: var(--serif); font-size: 45px; font-weight: 400; line-height: 1; }
.tool-preview > span { color: #8f9cac; font-size: 12px; }
.tool-preview-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; align-items: end; }
.tool-preview-steps small { grid-column: 1 / -1; }
.tool-preview-steps span { display: grid; place-items: end center; min-height: 60px; padding: 8px 4px; background: rgba(212,173,85,.15); color: #dbe1e8; }
.tool-preview-steps span:nth-of-type(1) { min-height: 32px; }
.tool-preview-steps span:nth-of-type(2) { min-height: 46px; }

.snapshot-section { background: #091321; overflow: hidden; }
.snapshot-section:before { content: ''; position: absolute; width: 750px; height: 750px; left: -320px; top: 5%; border-radius: 50%; background: radial-gradient(circle, rgba(48,81,116,.22), transparent 68%); }
.snapshot-layout { display: grid; grid-template-columns: .8fr 1.1fr; gap: 90px; align-items: start; }
.snapshot-story { position: sticky; top: 120px; padding-top: 48px; }
.snapshot-story h2 { font-size: clamp(3rem, 4.5vw, 5rem); }
.snapshot-story > p:nth-of-type(2) { max-width: 450px; color: #aeb8c5; font-size: 16px; }
.snapshot-benefits { margin: 48px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.snapshot-benefits li { display: flex; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line-dark); color: #dce1e7; font-size: 13px; }
.snapshot-benefits span { color: var(--gold); font-size: 10px; letter-spacing: .14em; }
.snapshot-card { position: relative; min-height: 650px; padding: 34px; background: #101e31; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 35px 90px rgba(0,0,0,.3); }
.form-topline { display: flex; justify-content: space-between; color: #c0c8d3; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; }
.form-progress { height: 1px; margin: 18px 0 36px; background: rgba(255,255,255,.13); }
.form-progress span { display: block; width: 33.333%; height: 100%; background: var(--gold); transition: width .35s ease; }
.form-step h3 { margin: 0; color: white; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 400; line-height: 1; }
.form-eyebrow { margin-bottom: 12px; }
.form-intro { margin: 16px 0 28px; color: #aeb8c5; font-size: 15px; }
.choice-grid { display: grid; gap: 10px; }
.choice { position: relative; display: grid; grid-template-columns: 46px 1fr auto; grid-template-rows: auto auto; column-gap: 15px; width: 100%; padding: 18px; text-align: left; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.015); cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.choice:hover, .choice:focus-visible { border-color: var(--gold); background: rgba(212,173,85,.055); transform: translateX(3px); }
.choice-icon { grid-row: 1 / 3; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(212,173,85,.45); border-radius: 50%; color: var(--gold-light); }
.choice strong { font-size: 15px; }
.choice small { color: #a7b2c0; font-size: 13px; }
.choice i { grid-column: 3; grid-row: 1 / 3; align-self: center; color: var(--gold); font-style: normal; }
.privacy-note { margin: 22px 0 0; text-align: center; color: #9ca8b7; font-size: 12px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-grid label > span { display: block; margin: 0 0 7px; color: #d8dee7; font-size: 13px; font-weight: 700; }
.field-grid input, .field-grid select { width: 100%; height: 51px; padding: 0 14px; color: white; border: 1px solid rgba(255,255,255,.16); border-radius: 0; outline: none; background: #0c1828; }
.field-grid input:focus, .field-grid select:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(212,173,85,.12); }
.money-field { position: relative; display: block; }
.money-field i { position: absolute; left: 14px; top: 14px; color: #8e9aaa; font-style: normal; }
.money-field input { padding-left: 29px; }
.field-wide { grid-column: 1 / -1; }
.form-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 30px; }
.text-button { border: 0; background: none; color: #b2bdca; cursor: pointer; font-size: 13px; }
.marketing-check { display: flex; align-items: flex-start; gap: 10px; margin-top: 22px; color: #b1bbc8; font-size: 12px; }
.marketing-check input { margin-top: 2px; accent-color: var(--gold); }
.consent { margin: 18px 0 0; padding-top: 16px; color: #919dad; font-size: 11px; line-height: 1.55; border-top: 1px solid var(--line-dark); }
.consent a { text-decoration: underline; }
.form-message { display: none; margin: 16px 0 0; padding: 12px; border-left: 2px solid #d45a5a; background: rgba(136,32,32,.28); color: #ffc4c4; font-size: 11px; }
.form-message:not(:empty) { display: block; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.success-step { padding: 80px 20px; text-align: center; }
.success-mark { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 28px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 24px; }
.success-step p:not(.eyebrow) { max-width: 430px; margin: 18px auto 28px; color: #9ba8b7; }

.section-ink .section-intro { margin-left: 25%; }
.solution-list { margin-top: 90px; border-top: 1px solid var(--line-dark); }
.solution { display: grid; grid-template-columns: 70px 1fr 220px; align-items: center; gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--line-dark); }
.solution > span { color: var(--gold); font-size: 10px; letter-spacing: .14em; }
.solution h3 { margin: 0 0 5px; font-size: 27px; letter-spacing: -.03em; }
.solution p { max-width: 640px; margin: 0; color: #aeb8c5; font-size: 16px; }
.solution a { justify-self: end; color: var(--gold-light); font-size: 14px; font-weight: 700; }

.portrait-layout { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: 110px; }
.portrait-frame { position: relative; width: 100%; max-width: 480px; padding: 18px 18px 0; border: 1px solid var(--line-light); }
.portrait-frame:before { content: ''; position: absolute; inset: -16px 32px 60px -16px; border: 1px solid rgba(148,114,36,.35); pointer-events: none; }
.portrait-frame img { position: relative; width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.82) contrast(1.02); }
.portrait-frame > span { display: block; padding: 16px 0; font-family: var(--serif); font-size: 22px; }
.portrait-frame small { color: #58636e; font-family: var(--sans); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.portrait-copy h2 { font-size: clamp(3rem, 4.8vw, 5.2rem); }
.portrait-copy h2 em { color: #98762c; }
.portrait-copy .lead { margin: 32px 0 14px; font-family: var(--serif); font-size: 24px; line-height: 1.35; }
.portrait-copy > p:not(.eyebrow):not(.lead) { color: #515b66; }
.credential-row { display: flex; gap: 0; margin: 36px 0; border-block: 1px solid var(--line-light); }
.credential-row span { flex: 1; padding: 17px 12px; border-left: 1px solid var(--line-light); color: #47525d; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.credential-row span:first-child { border-left: 0; padding-left: 0; }

.reviews-section { background: #0c1828; }
.reviews-heading { display: flex; justify-content: space-between; align-items: flex-end; }
.reviews-heading h2 { font-size: clamp(3rem, 5vw, 5.2rem); }
.rating-block { display: flex; align-items: center; gap: 16px; padding-bottom: 8px; }
.rating-block strong { font-family: var(--serif); color: var(--gold-light); font-size: 58px; font-weight: 400; line-height: 1; }
.rating-block span { color: var(--gold-light); letter-spacing: .08em; }
.rating-block small { display: block; margin-top: 5px; color: #8f9baa; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border: 1px solid var(--line-dark); }
.review { min-height: 340px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 35px; border-left: 1px solid var(--line-dark); }
.review:first-child { border-left: 0; }
.review blockquote { margin: 0; font-family: var(--serif); font-size: 24px; line-height: 1.35; }
.review figcaption strong, .review figcaption span { display: block; }
.review figcaption strong { font-size: 15px; }
.review figcaption span { color: #a2adba; font-size: 12px; margin-top: 4px; }
.review-link { display: inline-block; margin-top: 26px; color: var(--gold-light); font-size: 14px; font-weight: 700; }

.final-cta { min-height: 610px; display: grid; place-items: center; overflow: hidden; text-align: center; }
.final-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(4,10,18,.76),rgba(4,10,18,.9)), url('/assets/hero-home.png'); background-image: linear-gradient(rgba(4,10,18,.76),rgba(4,10,18,.9)), image-set(url('/assets/hero-home-20260804.avif') type('image/avif'), url('/assets/hero-home.png') type('image/png')); background-position: center 65%; background-size: cover; filter: saturate(.75); transform: scale(1.03); }
.final-content { position: relative; }
.final-content h2 { font-size: clamp(3.2rem, 6vw, 6.5rem); }
.final-content p:nth-of-type(2) { color: #aeb8c5; }
.final-content > div { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }

.faq-section { color: var(--ink); background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { font-size: clamp(3rem, 4.6vw, 5rem); }
.faq-heading h2 em { color: #8f6c21; }
.faq-heading > p:last-child { max-width: 470px; margin-top: 25px; color: #46515c; font-size: 16px; }
.faq-list { border-top: 1px solid var(--line-light); }
.faq-list details { border-bottom: 1px solid var(--line-light); }
.faq-list summary { position: relative; padding: 25px 48px 25px 0; cursor: pointer; font-size: 18px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: '+'; position: absolute; right: 4px; top: 21px; color: #8f6c21; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.faq-list details[open] summary:after { content: '−'; }
.faq-list details p { max-width: 720px; margin: -4px 0 25px; color: #45515d; font-size: 16px; }

.site-footer { padding: 82px 0 34px; background: #050c15; border-top: 1px solid var(--line-dark); }
.footer-main { display: grid; grid-template-columns: 1.45fr repeat(3, .75fr); gap: 58px; padding-bottom: 62px; }
.footer-main h3 { margin: 0 0 18px; color: #aab5c3; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.footer-main p { max-width: 390px; color: #a4afbd; font-size: 14px; }
.footer-main div:not(:first-child) a, .footer-main div:not(:first-child) span { display: block; margin-bottom: 12px; color: #d1d7df; font-size: 14px; }
.footer-main a:hover { color: var(--gold-light); }
.footer-legal { padding-top: 28px; border-top: 1px solid var(--line-dark); color: #9aa5b3; font-size: 12px; line-height: 1.65; }
.footer-legal p { margin: 7px 0; }
.footer-legal a { text-decoration: underline; }

.anchor-alias { position: relative; top: -88px; display: block; height: 0; visibility: hidden; }
.reveal { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: calc(72px + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); padding-left: max(24px, env(safe-area-inset-left)); padding-right: max(24px, env(safe-area-inset-right)); }
  .site-header.is-scrolled { height: calc(72px + env(safe-area-inset-top)); }
  .site-header .brand { position: relative; z-index: 3; }
  .site-header.menu-active { height: calc(72px + env(safe-area-inset-top)); background: #07101d; border-color: var(--line-dark); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .site-header.menu-active::before { content: ""; position: fixed; z-index: 3; inset: 0 0 auto; height: calc(88px + env(safe-area-inset-top)); background: #07101d; border-bottom: 1px solid rgba(255,255,255,.08); pointer-events: none; }
  .site-header.menu-active .brand { z-index: 4; }
  .menu-toggle { display: block; position: relative; z-index: 5; }
  .primary-nav { position: fixed; z-index: 2; inset: 0; width: 100vw; height: 100dvh; min-height: 100svh; display: flex; visibility: hidden; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 0; padding: calc(96px + env(safe-area-inset-top)) max(24px, calc(20px + env(safe-area-inset-right))) max(28px, calc(20px + env(safe-area-inset-bottom))) max(24px, calc(20px + env(safe-area-inset-left))); background: linear-gradient(145deg, #07101d 0%, #091729 70%, #0c1c30 100%); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; opacity: 0; pointer-events: none; transform: translateX(100%); transition: transform .32s cubic-bezier(.22,.72,.2,1), opacity .2s, visibility 0s linear .32s; font-size: clamp(1.4rem, 6.6vw, 1.85rem); }
  .primary-nav::before { content: "Explore"; margin: 0 0 10px; color: var(--gold-light); font-size: 11px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
  .primary-nav > a { display: flex; min-height: 54px; width: 100%; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.11); line-height: 1.15; letter-spacing: -.025em; }
  .primary-nav > a:not(.nav-cta) { color: #f2f4f7; }
  .primary-nav > a:not(.nav-cta)::after { content: "→"; margin-left: auto; color: var(--gold-light); font-size: .72em; opacity: .72; }
  .primary-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; transition-delay: 0s; }
  .primary-nav .nav-cta { justify-content: center; min-height: 54px; margin-top: 24px; padding: 14px 18px; border-color: var(--gold); background: var(--gold); color: var(--ink); font-size: 16px; letter-spacing: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-shade { background: linear-gradient(90deg, rgba(4,10,18,.92), rgba(4,10,18,.5)), linear-gradient(0deg,rgba(4,10,18,.8),transparent); }
  .hero-content { padding: 150px 0 70px; }
  .scroll-cue { display: none; }
  .split-heading { grid-template-columns: 1fr; }
  .split-heading p:last-child { margin-top: 28px; }
  .advantage-grid { grid-template-columns: 1fr; }
  .advantage-card { min-height: 280px; }
  .tools-heading { grid-template-columns: 1fr; gap: 28px; }
  .tool-feature { grid-template-columns: 45px minmax(0,1fr); gap: 24px; }
  .tool-preview { grid-column: 2; width: 100%; }
  .snapshot-layout { grid-template-columns: 1fr; gap: 55px; }
  .snapshot-story { position: static; padding-top: 0; }
  .section-ink .section-intro { margin-left: 0; }
  .solution { grid-template-columns: 45px 1fr; }
  .solution a { grid-column: 2; justify-self: start; }
  .portrait-layout { grid-template-columns: 1fr; gap: 70px; }
  .portrait-frame { margin-inline: auto; }
  .reviews-heading { align-items: flex-start; flex-direction: column; gap: 35px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review { border-left: 0; border-top: 1px solid var(--line-dark); }
  .review:first-child { border-top: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 55px; }
  .faq-heading { position: static; }
  .footer-main { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 42px; }
}

@media (max-width: 600px) {
  .shell { width: min(calc(100% - 30px), var(--max)); }
  .site-header { padding-left: max(15px, env(safe-area-inset-left)); padding-right: max(15px, env(safe-area-inset-right)); }
  .hero { min-height: max(100svh, 720px); }
  .hero-media { background-position: 66% center; }
  .hero-content { padding-top: 175px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 4.7rem); }
  .hero-actions, .final-content > div { flex-direction: column; align-items: stretch; }
  .hero-proof { display: grid; gap: 10px; margin-top: 42px; }
  .hero-proof span { padding: 0; border: 0; }
  .section { padding: 90px 0; }
  .section h2 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .snapshot-card { min-height: 0; padding: 24px 18px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .form-actions { gap: 12px; }
  .form-actions .button { flex: 1; }
  .solution { padding: 28px 0; }
  .portrait-frame { padding: 10px 10px 0; }
  .credential-row { flex-wrap: wrap; }
  .credential-row span { flex-basis: 50%; }
  .review { min-height: 290px; padding: 28px; }
  .rating-block strong { font-size: 48px; }
  .tool-feature { grid-template-columns: 1fr; gap: 18px; }
  .tool-preview { grid-column: 1; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
