:root {
  --black: #060606;
  --black-2: #0a0a0b;
  --charcoal: #111113;
  --panel: #161618;
  --panel-2: #1b1b1e;
  --gold: #d6ad48;
  --gold-bright: #f0ce6c;
  --gold-deep: #7d6226;
  --ivory: #f4efe7;
  --muted: #aaa59c;
  --muted-2: #78736b;
  --line: rgba(214, 173, 72, 0.22);
  --line-strong: rgba(214, 173, 72, 0.52);
  --danger: #b56e62;
  --success: #8f9f70;
  --container: 1180px;
  --radius: 12px;
  --shadow: 0 32px 90px rgba(0,0,0,.58);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ivory);
  background:
    radial-gradient(circle at 76% 4%, rgba(214,173,72,.06), transparent 34rem),
    var(--black-2);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
p, h1, h2, h3 { margin-top: 0; }

.skip-link { position: fixed; left: 12px; top: 12px; z-index: 200; padding: 10px 14px; background: var(--gold-bright); color: #060606; font-weight: 800; transform: translateY(-180%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 116px 0; }
.section-dark { position: relative; background: var(--black); }
.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, black, transparent 94%);
}

h1, h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.045em;
}
h1 { font-size: clamp(4rem, 7.4vw, 7rem); margin-bottom: 28px; }
h2 { font-size: clamp(3.25rem, 5.8vw, 5.45rem); margin-bottom: 24px; }
h1 em, h2 em { color: var(--gold-bright); font-style: italic; font-weight: 500; }
h3 { line-height: 1.22; }
p { color: var(--muted); }

.scroll-progress { position: fixed; left: 0; top: 0; z-index: 110; width: 100%; height: 2px; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-bright)); box-shadow: 0 0 15px rgba(240,206,108,.6); }

.announcement { min-height: 36px; display: flex; align-items: center; background: #0d0c09; border-bottom: 1px solid var(--line); color: #bdb7ac; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.announcement-inner { display: flex; align-items: center; justify-content: center; gap: 14px; }
.announcement strong { color: var(--gold-bright); }
.announcement-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.site-header { position: absolute; top: 36px; left: 0; right: 0; z-index: 40; height: 80px; border-bottom: 1px solid rgba(255,255,255,.05); }
.site-header.is-scrolled { position: fixed; top: 0; height: 68px; background: rgba(6,6,6,.88); backdrop-filter: blur(18px); border-color: var(--line); box-shadow: 0 14px 40px rgba(0,0,0,.36); animation: headerDown .28s ease; }
@keyframes headerDown { from { transform: translateY(-100%); } }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { position: relative; display: flex; width: 31px; height: 24px; align-items: center; justify-content: center; }
.brand-mark i { position: absolute; display: block; width: 9px; height: 9px; background: var(--gold); transform: rotate(45deg); box-shadow: 0 0 18px rgba(214,173,72,.28); }
.brand-mark i:first-child { left: 1px; transform: rotate(45deg) scale(.58); opacity: .55; }
.brand-mark i:nth-child(2) { transform: rotate(45deg) scale(1.08); }
.brand-mark i:last-child { right: 1px; transform: rotate(45deg) scale(.58); opacity: .55; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: .13em; }
.brand-copy strong { color: var(--gold-bright); font-size: .78rem; }
.brand-copy small { margin-top: 5px; color: #8f887a; font-size: .55rem; }
.primary-nav { display: flex; align-items: center; gap: 32px; font-size: .84rem; }
.primary-nav > a:not(.button) { color: #c8c2b9; transition: color .2s ease; }
.primary-nav > a:not(.button):hover { color: var(--gold-bright); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.02); align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.menu-toggle span { width: 17px; height: 1px; background: var(--ivory); transition: transform .25s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 57px; padding: 0 27px; border: 1px solid var(--line-strong); border-radius: 4px; font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #080706; background: linear-gradient(135deg, #c89c35, #f3d97d 52%, #bd8d27); border-color: #f1d16d; box-shadow: 0 16px 48px rgba(196,145,39,.22), inset 0 1px 0 rgba(255,255,255,.45); }
.button-primary:hover { box-shadow: 0 22px 65px rgba(196,145,39,.34), inset 0 1px 0 rgba(255,255,255,.5); }
.button span { padding-left: 16px; border-left: 1px solid rgba(0,0,0,.24); }
.button-small { min-height: 42px; padding-inline: 18px; background: rgba(214,173,72,.08); font-size: .69rem; }
.button-wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 4px; border-bottom: 1px solid var(--line-strong); color: #d9d3c9; font-size: .85rem; font-weight: 600; }
.text-link span { color: var(--gold); }

.hero { min-height: 930px; padding: 190px 0 78px; overflow: hidden; }
.hero-orbit { position: absolute; border: 1px solid rgba(214,173,72,.08); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 900px; height: 900px; right: -430px; top: -20px; box-shadow: 0 0 0 130px rgba(214,173,72,.018), 0 0 0 260px rgba(214,173,72,.012); }
.hero-orbit-two { width: 440px; height: 440px; left: -270px; bottom: -210px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; }
.product-name { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .21em; text-transform: uppercase; }
.product-name::before { content: ""; width: 40px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.hero-lead { max-width: 660px; margin-bottom: 34px; color: #bdb8af; font-size: 1.08rem; line-height: 1.82; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-proof { display: flex; gap: 38px; margin-top: 35px; }
.hero-proof div { display: flex; align-items: baseline; gap: 8px; }
.hero-proof strong { color: var(--gold-bright); font: 600 2.1rem/1 "Cormorant Garamond", serif; }
.hero-proof span { color: #8f8980; font-size: .67rem; letter-spacing: .06em; text-transform: uppercase; }
.micro-trust { margin: 18px 0 0; color: #747068; font-size: .7rem; }

.hero-visual { position: relative; min-height: 630px; display: grid; place-items: center; }
.product-stage { position: relative; width: 100%; height: 610px; perspective: 1500px; transform-style: preserve-3d; transition: transform .18s ease-out; }
.product-shadow { position: absolute; left: 50%; bottom: 22px; width: 450px; height: 90px; translate: -50% 0; border-radius: 50%; background: rgba(0,0,0,.75); filter: blur(24px); }
.book-shell { position: absolute; overflow: hidden; border: 1px solid rgba(242,207,107,.5); border-radius: 5px; background: #070707; box-shadow: var(--shadow); }
.book-shell::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 40%, rgba(255,255,255,.13) 49%, transparent 58%); transform: translateX(-120%); animation: bookShine 6s ease-in-out infinite 2s; }
@keyframes bookShine { 0%, 55%, 100% { transform: translateX(-120%); } 72% { transform: translateX(120%); } }

.book-spine { position: absolute; left: 0; top: 0; bottom: 0; z-index: 2; width: 13px; background: linear-gradient(90deg, rgba(255,255,255,.12), rgba(0,0,0,.65)); box-shadow: 4px 0 10px rgba(0,0,0,.4); }






@keyframes floatOne { 50% { translate: 0 -12px; rotate: -1deg; } }
@keyframes floatTwo { 50% { translate: 0 11px; rotate: 1deg; } }



.trust-strip { position: relative; z-index: 3; min-height: 70px; display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 58px; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); color: #99938a; font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.trust-strip i { width: 4px; height: 4px; background: var(--gold); transform: rotate(45deg); }

.section-heading { max-width: 850px; }
.section-heading.centered { margin: 0 auto 58px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: end; margin-bottom: 58px; }
.section-heading.split > p { max-width: 620px; margin-bottom: 8px; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 24px; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 39px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.section-heading.centered > p { max-width: 760px; margin-inline: auto; }

.problem-section { background: linear-gradient(180deg, #0d0d0e, #121214); }
.before-after { display: grid; grid-template-columns: 1fr auto 1fr; gap: 26px; align-items: stretch; }
.state-card { padding: 38px; border: 1px solid rgba(255,255,255,.08); background: linear-gradient(145deg, rgba(26,26,29,.98), rgba(16,16,18,.98)); }
.state-before { border-color: rgba(181,110,98,.26); }
.state-after { border-color: rgba(143,159,112,.3); }
.state-label { display: inline-flex; margin-bottom: 26px; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .16em; }
.state-card li { position: relative; padding: 12px 0 12px 26px; border-bottom: 1px solid rgba(255,255,255,.05); color: #c4bfb6; font-size: .88rem; }
.state-card li:last-child { border-bottom: 0; }
.state-card li::before { content: ""; position: absolute; left: 2px; top: 21px; width: 7px; height: 7px; border: 1px solid var(--gold-deep); transform: rotate(45deg); }
.state-before li::before { border-color: var(--danger); }
.state-after li::before { border-color: var(--success); background: rgba(143,159,112,.18); }
.transition-mark { display: grid; place-items: center; color: var(--gold); font-size: 1.7rem; }
.truth-note { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; margin-top: 38px; padding: 28px 32px; border: 1px solid var(--line); background: #0c0c0d; }
.truth-symbol { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line-strong); color: var(--gold); transform: rotate(45deg); }
.truth-symbol::first-letter { transform: rotate(-45deg); }
.truth-note span { color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.truth-note h3 { margin: 7px 0 0; color: #d8d2c8; font-size: 1.05rem; font-weight: 600; }

.protocol-section { background: #0a0a0b; }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 77px; top: 58px; bottom: 58px; width: 1px; background: linear-gradient(var(--gold-deep), rgba(214,173,72,.08)); }
.timeline-item { position: relative; display: grid; grid-template-columns: 155px 1fr auto; gap: 28px; align-items: center; min-height: 132px; padding: 24px 28px; border-top: 1px solid rgba(255,255,255,.07); }
.timeline-item:last-child { border-bottom: 1px solid rgba(255,255,255,.07); }
.timeline-day { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; }
.timeline-day::before { content: ""; width: 14px; height: 14px; border: 1px solid var(--gold); background: #0a0a0b; transform: rotate(45deg); }
.timeline-day span { color: #6f6a63; font-size: .56rem; letter-spacing: .11em; }
.timeline-day strong { color: var(--gold-bright); font: 600 2.15rem/1 "Cormorant Garamond", serif; }
.timeline-copy h3 { margin: 0 0 7px; font: 600 1.9rem/1.1 "Cormorant Garamond", serif; }
.timeline-copy p { margin: 0; font-size: .84rem; }
.timeline-action { min-width: 92px; padding: 8px 12px; border: 1px solid var(--line); color: var(--gold); font-size: .59rem; font-weight: 700; letter-spacing: .13em; text-align: center; text-transform: uppercase; }

.inside-section { background: linear-gradient(180deg, #121214, #0d0d0e); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.resource-card { overflow: hidden; border: 1px solid rgba(255,255,255,.08); background: #151517; box-shadow: 0 20px 55px rgba(0,0,0,.22); }
.resource-featured { grid-column: 1 / -1; display: grid; grid-template-columns: .78fr 1.22fr; }
.resource-media { min-height: 360px; display: grid; place-items: center; padding: 34px; background: radial-gradient(circle at 50% 38%, rgba(214,173,72,.12), transparent 48%), #0c0c0d; border-bottom: 1px solid rgba(255,255,255,.06); }
.resource-featured .resource-media { min-height: 560px; border-right: 1px solid rgba(255,255,255,.06); border-bottom: 0; }
.resource-media img { width: min(70%, 260px); max-height: 450px; object-fit: contain; border: 1px solid var(--line-strong); box-shadow: var(--shadow); }
.resource-featured .resource-media img { width: min(72%, 320px); }
.resource-content { padding: 31px 30px 34px; }
.resource-featured .resource-content { display: flex; flex-direction: column; justify-content: center; padding: 56px; }
.resource-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 18px; color: var(--gold); font-size: .62rem; font-weight: 800; letter-spacing: .15em; }
.resource-meta strong { color: #7d776f; font-weight: 600; letter-spacing: .04em; text-transform: none; }
.resource-content h3 { margin: 0 0 12px; font: 600 2rem/1.08 "Cormorant Garamond", serif; }
.resource-featured .resource-content h3 { font-size: 3.4rem; }
.resource-content p { margin-bottom: 0; font-size: .84rem; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin-top: 24px; }
.check-list li { position: relative; padding-left: 20px; color: #c4bfb6; font-size: .82rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); }

.preview-section { background: #09090a; }
.preview-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; grid-auto-rows: 360px; gap: 18px; }
.preview-item { position: relative; overflow: hidden; padding: 0; border: 1px solid rgba(255,255,255,.09); background: #111; cursor: zoom-in; }
.preview-large { grid-row: span 2; }
.preview-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.94), transparent 52%); }
.preview-item img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .45s ease, filter .45s ease; }
.preview-item:hover img { transform: scale(1.03); filter: brightness(1.08); }
.preview-item span { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 17px; display: flex; align-items: center; gap: 11px; color: #e6e0d6; font-size: .76rem; font-weight: 700; text-align: left; }
.preview-item b { color: var(--gold); font-size: .62rem; }

.process-section { background: linear-gradient(180deg, #101012, #0b0b0c); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-card { min-height: 285px; padding: 34px; border: 1px solid rgba(255,255,255,.08); background: linear-gradient(145deg, #171719, #111113); }
.process-card > span { display: inline-flex; margin-bottom: 46px; color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .16em; }
.process-card h3 { margin: 0 0 12px; font: 600 2rem/1.08 "Cormorant Garamond", serif; }
.process-card p { margin: 0; font-size: .83rem; }

.fit-section { background: #0a0a0b; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fit-column { padding: 38px; border: 1px solid rgba(255,255,255,.08); background: #131315; }
.fit-column:first-child { border-color: rgba(143,159,112,.28); }
.fit-column:last-child { border-color: rgba(181,110,98,.24); }
.fit-heading { margin-bottom: 24px; font: 600 2.45rem/1 "Cormorant Garamond", serif; }
.fit-yes { color: #d9ddca; }
.fit-no { color: #d9c8c5; }
.fit-column li { position: relative; padding: 13px 0 13px 27px; border-bottom: 1px solid rgba(255,255,255,.05); color: #c1bbb2; font-size: .84rem; }
.fit-column li:last-child { border-bottom: 0; }
.fit-column li::before { content: ""; position: absolute; left: 1px; top: 22px; width: 7px; height: 7px; border: 1px solid var(--gold-deep); transform: rotate(45deg); }

.offer-section { overflow: hidden; background: #0a0a0b; }
.offer-section::before { content: ""; position: absolute; left: -260px; top: 10%; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(214,173,72,.1), transparent 64%); }
.offer-wrap { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.offer-visual { min-height: 650px; display: grid; place-items: center; }






.offer-card { padding: 55px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(145deg, rgba(32,30,24,.97), rgba(16,16,17,.98)); box-shadow: var(--shadow); }
.offer-label { color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .18em; }
.offer-card h2 { margin: 13px 0 18px; font-size: clamp(3rem, 5vw, 4.7rem); }
.price-row { display: flex; align-items: end; justify-content: space-between; margin: 28px 0 10px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-row > div { display: flex; flex-direction: column; }
.price-row span { color: #8c867d; font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }
.price-row strong { color: var(--gold-bright); font: 600 4.5rem/.9 "Cormorant Garamond", serif; }
.price-row sup { position: relative; top: .45rem; font-size: 1.6rem; vertical-align: top; }
.price-row small { color: #77726a; font-size: .67rem; }
.offer-list { margin-bottom: 30px; }
.offer-list li { display: flex; gap: 11px; padding: 9px 0; color: #cbc5bb; font-size: .84rem; }
.offer-list li span { color: var(--gold); }
.checkout-note { display: flex; justify-content: center; gap: 9px; margin-top: 16px; color: #77726a; font-size: .66rem; text-align: center; }
.lock-icon { color: var(--gold-deep); }

.faq-section { background: linear-gradient(180deg, #101011, #0b0b0c); }
.faq-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid rgba(255,255,255,.08); }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.08); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 25px 2px; border: 0; background: transparent; text-align: left; cursor: pointer; font-size: .94rem; font-weight: 600; }
.faq-item button i { position: relative; flex: none; width: 18px; height: 18px; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 2px; right: 2px; top: 8px; height: 1px; background: var(--gold); transition: transform .25s ease; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-answer > p { overflow: hidden; max-width: 720px; margin: 0; font-size: .84rem; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer > p { padding: 0 30px 26px 2px; }

.final-cta { overflow: hidden; padding: 120px 0 130px; text-align: center; }
.final-cta::after { content: ""; position: absolute; left: 50%; top: 50%; width: 550px; height: 550px; translate: -50% -50%; border-radius: 50%; background: radial-gradient(circle, rgba(214,173,72,.12), transparent 68%); }
.final-cta-inner { position: relative; z-index: 2; }
.final-symbol { margin-bottom: 30px; color: var(--gold); font-size: .52rem; letter-spacing: .55em; }
.final-cta .product-name { justify-content: center; }
.final-cta h2 { max-width: 920px; margin: 0 auto 24px; }
.final-cta p { margin-bottom: 34px; }

.site-footer { padding: 52px 0 112px; border-top: 1px solid var(--line); background: #060606; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 60px; }
.footer-brand { margin-bottom: 14px; }
.footer-grid p { margin: 0; color: #716d67; font-size: .67rem; }
.footer-links { display: flex; gap: 24px; color: #9c978f; font-size: .72rem; }
.footer-links a:hover, .legal-links a:hover { color: var(--gold); }
.footer-legal { text-align: right; }
.legal-links { display: flex; justify-content: flex-end; gap: 17px; margin-bottom: 8px; color: #928d85; font-size: .66rem; }

.mobile-buybar { display: none; }
.lightbox { max-width: min(88vw, 760px); max-height: 92vh; padding: 12px; border: 1px solid var(--line-strong); border-radius: 10px; background: #090909; box-shadow: var(--shadow); }
.lightbox::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(7px); }
.lightbox img { max-height: calc(92vh - 24px); margin: auto; }
.lightbox-close { position: fixed; right: 22px; top: 18px; width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 50%; background: #111; color: white; font-size: 1.8rem; cursor: pointer; }

.reveal { opacity: 1; transform: none; }
.reveal.reveal-ready { opacity: 0; transform: translateY(18px); transition: opacity .68s ease, transform .68s cubic-bezier(.2,.7,.2,1); }
.reveal.reveal-ready.is-visible { opacity: 1; transform: none; }
.reveal-delay-sm.reveal-ready { transition-delay: .08s; }
.reveal-delay.reveal-ready { transition-delay: .16s; }

.legal-page { min-height: 100vh; padding: 150px 0 90px; background: #0a0a0b; }
.legal-shell { max-width: 900px; margin: auto; }
.legal-shell h1 { font-size: clamp(3.5rem, 7vw, 5.8rem); }
.legal-shell h2 { margin-top: 46px; font-size: 2rem; letter-spacing: -.02em; }
.legal-shell p, .legal-shell li { color: #aaa59c; font-size: .92rem; }
.legal-shell ul { padding-left: 20px; list-style: disc; }
.legal-back { display: inline-flex; margin-bottom: 32px; color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 1030px) {
  .section { padding: 94px 0; }
  .primary-nav { gap: 20px; }
  .hero { min-height: auto; padding-top: 170px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 820px; margin: auto; }
  .product-name, .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 590px; }
  .product-stage { max-width: 690px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 18px; }
  .resource-grid { grid-template-columns: repeat(2,1fr); }
  .resource-featured { grid-column: 1 / -1; }
  .resource-grid > .resource-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .preview-grid { grid-template-columns: 1fr 1fr; }
  .preview-large { grid-row: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 220px; }
  .faq-wrap { grid-template-columns: 1fr; gap: 54px; }
  .offer-wrap { gap: 26px; }
  .offer-card { padding: 43px 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { display: none; }
}

@media (max-width: 780px) {
  body { padding-bottom: 68px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .announcement { font-size: .6rem; }
  .announcement-inner { gap: 9px; }
  .announcement-inner span:first-child { display: none; }
  .site-header, .site-header.is-scrolled { height: 65px; }
  .menu-toggle { display: flex; }
  .primary-nav { position: fixed; left: 14px; right: 14px; top: 78px; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(8,8,8,.98); backdrop-filter: blur(18px); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .site-header:not(.is-scrolled) .primary-nav { top: 112px; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav > a { padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .primary-nav .button { margin-top: 10px; border-bottom: 1px solid var(--line-strong); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

  .section { padding: 76px 0; }
  h1 { font-size: clamp(3.55rem, 16vw, 5.2rem); }
  h2 { font-size: clamp(2.95rem, 13.5vw, 4.2rem); }
  .hero { padding: 148px 0 52px; }
  .hero-lead { font-size: .98rem; }
  .hero-actions { flex-direction: column; gap: 19px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 18px; }
  .hero-proof div { flex-direction: column; gap: 3px; align-items: center; }
  .hero-proof strong { font-size: 1.7rem; }
  .hero-visual { min-height: 520px; margin-top: 18px; }
  .product-stage { height: 500px; }
  
  
  
  
  
  
  .trust-strip { flex-wrap: wrap; gap: 13px; padding: 19px 10px; font-size: .54rem; }

  .before-after { grid-template-columns: 1fr; }
  .transition-mark { transform: rotate(90deg); }
  .truth-note { grid-template-columns: 1fr; padding: 25px; }

  .timeline::before { left: 28px; }
  .timeline-item { grid-template-columns: 62px 1fr; gap: 15px; min-height: 148px; padding: 23px 4px; }
  .timeline-day { flex-direction: column; gap: 5px; }
  .timeline-day::before { width: 12px; height: 12px; }
  .timeline-day span { display: none; }
  .timeline-day strong { font-size: 1.8rem; }
  .timeline-copy h3 { font-size: 1.62rem; }
  .timeline-copy p { font-size: .78rem; }
  .timeline-action { display: none; }

  .resource-grid { grid-template-columns: 1fr; }
  .resource-featured, .resource-grid > .resource-card:last-child { grid-column: auto; display: block; }
  .resource-featured .resource-media { min-height: 420px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.06); }
  .resource-featured .resource-content { padding: 34px 28px; }
  .resource-featured .resource-content h3 { font-size: 2.8rem; }
  .resource-media { min-height: 350px; }
  .check-list { grid-template-columns: 1fr; }

  .preview-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 300px; }
  .process-grid { grid-template-columns: 1fr; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-column { padding: 29px 24px; }

  .offer-wrap { grid-template-columns: 1fr; }
  .offer-visual { min-height: 520px; }
  
  
  
  
  
  .offer-card { padding: 34px 24px; }
  .price-row { align-items: start; flex-direction: column; gap: 12px; }
  .price-row strong { font-size: 4rem; }

  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-legal { text-align: center; }
  .legal-links { justify-content: center; }

  .mobile-buybar { position: fixed; z-index: 90; bottom: 0; left: 0; right: 0; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 9px 14px; border-top: 1px solid var(--line-strong); background: rgba(8,8,8,.95); backdrop-filter: blur(16px); }
  .mobile-buybar > div { display: flex; flex-direction: column; line-height: 1.2; }
  .mobile-buybar strong { color: var(--gold-bright); font-size: 1.05rem; }
  .mobile-buybar span { color: #77726a; font-size: .61rem; }
  .mobile-buybar a { min-width: 135px; padding: 13px 17px; border-radius: 4px; background: linear-gradient(135deg, #cda23d, #efd270); color: #080808; font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-align: center; text-transform: uppercase; }
}

@media (max-width: 470px) {
  .announcement-inner span:last-child, .announcement-dot:last-of-type { display: none; }
  .hero-visual { min-height: 460px; }
  .product-stage { height: 440px; }
  
  
  
  
  .preview-grid { grid-template-columns: 1fr; grid-auto-rows: 320px; }
  .button { gap: 10px; padding-inline: 17px; }
  .button span { padding-left: 10px; }
}

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



.hero-visual {
  min-height: 600px;
  overflow: visible;
}
.product-stage {
  width: min(100%, 680px);
  height: auto;
  margin-inline: auto;
  perspective: none;
  transform-style: flat;
  transition: transform .18s ease-out;
}
.bundle-mockup {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 34px 45px rgba(0,0,0,.46));
  transform: translateZ(0);
}

@media (max-width: 1030px) {
  .hero-visual { min-height: 540px; }
  .product-stage { width: min(100%, 620px); }
}

/* Open the mobile navigation earlier so the header never crowds the hero. */
@media (max-width: 900px) {
  body { padding-bottom: 68px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .announcement { font-size: .6rem; }
  .announcement-inner { gap: 9px; }
  .announcement-inner span:first-child { display: none; }
  .site-header, .site-header.is-scrolled { height: 65px; }
  .menu-toggle { display: flex; }
  .primary-nav { position: fixed; left: 14px; right: 14px; top: 78px; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(8,8,8,.98); backdrop-filter: blur(18px); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .site-header:not(.is-scrolled) .primary-nav { top: 112px; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav > a { padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .primary-nav .button { margin-top: 10px; border-bottom: 1px solid var(--line-strong); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

  .hero { padding-top: 148px; }
  .hero-visual { min-height: 470px; margin-top: 14px; }
  .product-stage { width: min(100%, 560px); }
}

@media (max-width: 620px) {
  .hero-visual { min-height: 390px; }
  .product-stage { width: min(100%, 460px); }
}

@media (max-width: 470px) {
  .hero-visual { min-height: 330px; }
  .product-stage { width: min(100%, 390px); height: auto; }
}


/* V4 final cleanup */
html { scroll-padding-top: 84px; }
.hero { min-height: calc(100svh - 36px); padding: 142px 0 58px; }
.hero-grid { grid-template-columns: 1.02fr .98fr; gap: 44px; align-items: center; }
.hero-visual { min-height: 0; overflow: visible; }
.product-stage { width: min(100%, 650px); height: auto; margin-inline: auto; perspective: 1100px; transform-style: preserve-3d; }
.bundle-mockup { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 34px 45px rgba(0,0,0,.48)); }

.offer-wrap { grid-template-columns: .92fr 1.08fr; gap: 58px; }
.offer-visual { min-height: 0; display: grid; place-items: center; }
.offer-mockup-frame { width: 100%; max-width: 590px; padding: 24px; border: 1px solid var(--line); background: radial-gradient(circle at 50% 36%, rgba(214,173,72,.1), transparent 56%), rgba(13,13,14,.72); box-shadow: 0 26px 70px rgba(0,0,0,.34); }
.offer-mockup { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 28px 34px rgba(0,0,0,.46)); }
.offer-visual-caption { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 12px; padding-top: 16px; border-top: 1px solid var(--line); }
.offer-visual-caption span { color: var(--gold); font-size: .6rem; font-weight: 800; letter-spacing: .15em; }
.offer-visual-caption strong { color: #9e978d; font-size: .7rem; font-weight: 600; }

.legal-shell { max-width: 820px; padding: 52px; border: 1px solid var(--line); background: rgba(19,19,21,.92); box-shadow: var(--shadow); }
.legal-page { padding: 70px 0; background: radial-gradient(circle at 80% 0, rgba(214,173,72,.08), transparent 32rem), #09090a; }
.legal-shell a:not(.legal-back) { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1024px) {
  .hero { padding-top: 132px; }
  .hero-grid { gap: 28px; }
  .offer-wrap { gap: 38px; }
}

@media (max-width: 900px) {
  .hero { min-height: auto; padding: 132px 0 54px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { margin-top: 0; }
  .product-stage { width: min(100%, 620px); }
  .offer-wrap { grid-template-columns: 1fr; }
  .offer-mockup-frame { max-width: 650px; }
}

@media (max-width: 640px) {
  .hero { padding-top: 120px; }
  .product-stage { width: min(100%, 470px); }
  .offer-mockup-frame { padding: 14px; }
  .offer-visual-caption { align-items: flex-start; flex-direction: column; gap: 4px; }
  .legal-shell { padding: 34px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.reveal-ready { opacity: 1 !important; transform: none !important; }
}

/* V5 performance pass: smoother scrolling and faster first paint */
.site-header,
.site-header.is-scrolled {
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
  height: 68px;
  background: #080808;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
  backdrop-filter: none;
  animation: none;
}

.scroll-progress { display: none; }
.product-stage { transition: none; transform: none !important; }
.bundle-mockup,
.offer-mockup { filter: none; transform: none; }
.offer-mockup-frame { box-shadow: 0 18px 42px rgba(0,0,0,.28); }
.resource-card,
.offer-card,
.lightbox,
.legal-shell { box-shadow: 0 18px 44px rgba(0,0,0,.30); }
.preview-item img { transition: transform .22s ease; }
.preview-item:hover img { transform: scale(1.015); filter: none; }
.lightbox::backdrop { backdrop-filter: none; background: rgba(0,0,0,.94); }

/* Avoid rendering long off-screen sections until they are near the viewport. */
.problem-section,
.protocol-section,
.inside-section,
.preview-section,
.process-section,
.fit-section,
.offer-section,
.faq-section,
.final-cta,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.reveal.reveal-ready {
  transform: translateY(10px);
  transition: opacity .36s ease, transform .36s ease;
}

@media (max-width: 900px) {
  .site-header,
  .site-header.is-scrolled { position: sticky; top: 0; height: 65px; }
  .site-header:not(.is-scrolled) .primary-nav,
  .primary-nav { top: 72px; background: #080808; backdrop-filter: none; }
  .mobile-buybar { background: #080808; backdrop-filter: none; }
  .reveal,
  .reveal.reveal-ready { opacity: 1 !important; transform: none !important; transition: none !important; }
  .button:hover,
  .preview-item:hover img { transform: none; }
}

/* Analytics consent notice */
.cookie-consent {
  position: fixed;
  z-index: 10000;
  left: 22px;
  right: 22px;
  bottom: 22px;
  max-width: 920px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 22px;
  color: #f3eee6;
  background: rgba(10,10,11,.98);
  border: 1px solid rgba(214,173,72,.42);
  box-shadow: 0 18px 50px rgba(0,0,0,.55);
}
.cookie-consent__copy { max-width: 620px; }
.cookie-consent__copy strong { color: #e6c25d; letter-spacing: .04em; }
.cookie-consent__copy p { margin: 6px 0 3px; color: #bdb7ad; font-size: .86rem; line-height: 1.55; }
.cookie-consent__copy a { color: #e6c25d; font-size: .78rem; text-decoration: underline; text-underline-offset: 3px; }
.cookie-consent__actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-consent button,
.cookie-settings {
  font: inherit;
  cursor: pointer;
  border: 1px solid rgba(214,173,72,.42);
  color: #f3eee6;
  background: #141416;
}
.cookie-consent button { padding: 11px 15px; font-size: .78rem; font-weight: 700; }
.cookie-consent .cookie-consent__accept { color: #080808; background: #d6ad48; border-color: #d6ad48; }
.cookie-settings {
  position: fixed;
  z-index: 9998;
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  font-size: .68rem;
  opacity: .72;
}
.cookie-settings:hover { opacity: 1; }
@media (max-width: 700px) {
  .cookie-consent { left: 12px; right: 12px; bottom: 78px; align-items: stretch; flex-direction: column; gap: 14px; padding: 17px; }
  .cookie-consent__actions { width: 100%; }
  .cookie-consent__actions button { flex: 1; }
  .cookie-settings { bottom: 76px; }
}
