:root {
  --navy: #101B33;
  --gold: #C9992E;
  --gold-deep: #A97F22;
  --ink: #17191D;
  --paper: #FFFFFF;
  --card: #F3F5F8;
  --mute: #6B7280;
  --rule: #E4E7EC;
  --display: "Montserrat", Arial, Helvetica, sans-serif;
  --body: Arial, Helvetica, sans-serif;
  --shadow: 0 18px 45px rgba(16, 27, 51, .09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 16px/1.62 var(--body); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: absolute; left: -9999px; top: 1rem; z-index: 20; padding: .7rem 1rem; background: var(--gold); color: var(--navy); font-weight: 700; }
.skip-link:focus { left: 1rem; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
h1, h2, h3 { margin: 0; color: var(--navy); font-family: var(--display); letter-spacing: -.04em; }
.site-header { border-bottom: 1px solid var(--rule); background: var(--paper); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { position: relative; width: 32px; height: 32px; flex: 0 0 auto; border: 1px solid var(--navy); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; left: 6px; right: 6px; height: 3px; transform: skew(-28deg); }
.brand-mark::before { top: 9px; background: var(--gold); }
.brand-mark::after { top: 17px; background: var(--navy); }
.brand-copy strong { display: block; color: var(--navy); font: 700 1.02rem/1 var(--display); letter-spacing: .02em; }
.brand-copy small { display: block; max-width: 240px; margin-top: 5px; color: var(--mute); font-size: .73rem; line-height: 1.25; }
.header-nav { display: flex; align-items: center; gap: clamp(14px, 2.2vw, 28px); margin-left: auto; }
.header-nav a, .header-back { color: var(--mute); font: 700 .68rem/1.2 var(--display); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.header-nav a:hover, .header-back:hover { color: var(--navy); }
.header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; border: 1px solid var(--navy); color: var(--navy); font: 700 .68rem/1.2 var(--display); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: background-color .18s ease, color .18s ease, transform .18s ease; }
.header-cta:hover { background: var(--navy); color: var(--paper); transform: translateY(-1px); }
.header-back { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); }
.header-back span:first-child { font-size: 1rem; line-height: 0; }
.home-hero, .product-hero { position: relative; overflow: hidden; border-top: 4px solid var(--gold); background: var(--navy); color: var(--paper); }
.home-hero::after, .product-hero::after { content: ""; position: absolute; top: -130px; right: -90px; width: 520px; height: 520px; border: 1px solid rgba(201,153,46,.28); border-radius: 50%; box-shadow: 0 0 0 34px rgba(201,153,46,.05), 0 0 0 68px rgba(201,153,46,.035); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: center; gap: clamp(44px, 8vw, 108px); padding: clamp(76px, 9vw, 130px) 0 104px; }
.hero-copy { animation: cd-rise .7s both; }
.eyebrow { margin: 0 0 17px; color: var(--gold-deep); font: 700 .71rem/1.2 var(--display); letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #E9C86B; }
.hero-title { max-width: 760px; color: var(--paper); font-size: clamp(2.8rem, 5.2vw, 5.25rem); line-height: .98; text-wrap: balance; }
.hero-lead { max-width: 690px; margin: 27px 0 0; color: #F2F4F8; font-size: clamp(1.05rem, 1.8vw, 1.24rem); line-height: 1.52; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 13px 18px; border: 1px solid transparent; text-align: center; font-weight: 700; text-decoration: none; transition: transform .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease; }
.button-primary { background: var(--gold); color: var(--navy); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.button-primary:hover { background: #E0B24A; transform: translateY(-2px); }
.button-quiet { border-color: rgba(255,255,255,.45); color: var(--paper); }
.button-quiet:hover { border-color: var(--paper); background: rgba(255,255,255,.1); }
.hero-note { display: flex; align-items: center; gap: 10px; margin: 28px 0 0; color: #BFC8D7; font-size: .86rem; }
.hero-note::before { content: ""; width: 8px; height: 8px; flex: 0 0 auto; border: 2px solid var(--gold); border-radius: 50%; }
.shift-card { padding: 29px; border-top: 3px solid var(--gold); background: rgba(255,255,255,.08); box-shadow: 0 22px 55px rgba(0,0,0,.19); animation: cd-rise .75s .1s both; }
.shift-card-heading { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.22); color: #E9C86B; font: 700 .68rem/1.2 var(--display); letter-spacing: .13em; text-transform: uppercase; }
.shift-row { display: grid; grid-template-columns: 100px minmax(0,1fr); gap: 18px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.shift-row span { color: #AEB8CA; font: 700 .66rem/1.3 var(--display); letter-spacing: .09em; text-transform: uppercase; }
.shift-row strong { color: var(--paper); font: 700 1.22rem/1.15 var(--display); letter-spacing: -.02em; }
.shift-arrow { width: 38px; height: 42px; margin: -1px 0 -1px 100px; border-left: 1px solid var(--gold); border-bottom: 1px solid var(--gold); transform: skewY(-25deg); }
.shift-row-accent { border-bottom: 0; padding-bottom: 7px; }
.shift-footer { display: flex; flex-wrap: wrap; gap: 8px 17px; padding-top: 17px; color: #D6DCE7; font: 700 .65rem/1.2 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.section { padding: clamp(76px, 9vw, 120px) 0; }
.section--paper { background: var(--paper); }
.section--soft { background: var(--card); }
.section--navy { background: var(--navy); color: var(--paper); }
.section-heading { max-width: 770px; margin-bottom: 43px; }
.section-heading h2 { font-size: clamp(2.15rem, 4vw, 3.45rem); line-height: 1.03; text-wrap: balance; }
.section-heading > p:last-child { max-width: 710px; margin: 18px 0 0; color: var(--mute); font-size: 1.04rem; }
.section--navy h2, .section--navy h3 { color: var(--paper); }
.section--navy .section-heading > p:last-child { color: #C9D1DF; }
.approach-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 17px; }
.approach-card { min-height: 235px; padding: 25px 23px; border: 1px solid var(--rule); background: var(--card); }
.card-index { display: inline-grid; width: 35px; height: 35px; place-items: center; margin-bottom: 24px; background: var(--gold); color: var(--navy); font: 700 .72rem/1 var(--display); }
.approach-card h3 { font-size: 1.26rem; line-height: 1.1; }
.approach-card p { margin: 13px 0 0; color: var(--mute); font-size: .93rem; }
.rhythm { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 0; margin-top: 44px; border-top: 1px solid var(--rule); }
.rhythm-step { min-height: 125px; padding: 18px 17px 0 0; border-right: 1px solid var(--rule); }
.rhythm-step:not(:first-child) { padding-left: 17px; }
.rhythm-step:last-child { border-right: 0; }
.rhythm-step span { display: block; margin-bottom: 9px; color: var(--gold-deep); font: 700 .68rem/1.2 var(--display); letter-spacing: .12em; }
.rhythm-step strong { display: block; color: var(--navy); font: 700 .98rem/1.18 var(--display); }
.rhythm-step p { margin: 8px 0 0; color: var(--mute); font-size: .82rem; line-height: 1.42; }
.approach-note { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 28px; padding: 18px 20px; border-left: 3px solid var(--gold); background: #FAFBFC; color: var(--mute); font-size: .9rem; }
.approach-note strong { color: var(--navy); font-family: var(--display); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.product-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--rule); background: var(--paper); box-shadow: 0 12px 30px rgba(16,27,51,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.product-card:hover { border-color: rgba(201,153,46,.72); box-shadow: var(--shadow); transform: translateY(-4px); }
.cover-frame { aspect-ratio: 896 / 1152; overflow: hidden; background: #EDF0F4; }
.cover-frame img { width: 100%; height: 100%; object-fit: cover; }
.product-content { display: flex; flex: 1; flex-direction: column; padding: 22px 21px 20px; }
.meta-row, .product-hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: var(--gold-deep); font: 700 .66rem/1.3 var(--display); letter-spacing: .09em; text-transform: uppercase; }
.meta-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.product-card h3 { margin-top: 12px; font-size: 1.32rem; line-height: 1.09; }
.method-label { margin: 17px 0 0; color: var(--navy); font: 700 .73rem/1.3 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.method-label span { margin-right: 6px; color: var(--gold-deep); }
.product-benefit { margin: 11px 0 0; color: var(--mute); font-size: .9rem; }
.includes { display: flex; align-items: center; gap: 8px; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--rule); color: var(--navy); font-size: .78rem; font-weight: 700; }
.includes::before { content: ""; width: 8px; height: 8px; flex: 0 0 auto; background: var(--gold); transform: rotate(45deg); }
.card-link { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 21px; color: var(--navy); font: 700 .72rem/1.2 var(--display); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.card-link:hover { color: var(--gold-deep); }
.bundle-grid, .safeguard-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.bundle-card { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 21px; padding: 29px 27px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
.bundle-icon { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid var(--gold); color: #F1CE78; font: 700 .7rem/1 var(--display); }
.bundle-card h3 { font-size: 1.45rem; line-height: 1.1; }
.bundle-card p:not(.eyebrow) { margin: 13px 0 0; color: #C9D1DF; font-size: .91rem; }
.check-list { display: grid; gap: 8px; margin: 19px 0 0; padding: 17px 0 0; border-top: 1px solid rgba(255,255,255,.19); list-style: none; }
.check-list li { display: flex; gap: 10px; color: #F2F4F8; font-size: .83rem; }
.check-list li::before { content: "✓"; color: #E7BF59; font-weight: 700; }
.fit-layout { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); align-items: start; gap: clamp(40px, 7vw, 92px); }
.fit-layout .section-heading { margin-bottom: 0; }
.safeguard-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.safeguard-card { padding: 23px 21px; border: 1px solid var(--rule); background: var(--paper); }
.safeguard-card h3 { font-size: 1.05rem; line-height: 1.13; }
.safeguard-card p { margin: 10px 0 0; color: var(--mute); font-size: .86rem; line-height: 1.5; }
.faq-layout { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); align-items: start; gap: clamp(40px, 8vw, 110px); }
.faq-layout .section-heading { margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--rule); }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; color: var(--navy); cursor: pointer; font: 700 1rem/1.35 var(--display); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--gold-deep); font-size: 1.35rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 650px; margin: -4px 0 20px; color: var(--mute); font-size: .92rem; }
.site-footer { padding: 34px 0 25px; background: var(--navy); color: #ABB5C6; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; }
.footer-brand { color: var(--paper); font: 700 1.05rem/1 var(--display); text-decoration: none; }
.footer-grid p { margin: 10px 0 0; font-size: .81rem; }
.footer-label { color: #E8C66A; font: 700 .66rem/1.2 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 7px; margin-top: 11px; }
.footer-links a { color: #D3D9E4; font-size: .8rem; text-decoration: none; }
.footer-links a:hover { color: var(--paper); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 30px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.17); color: #8F9BAE; font-size: .73rem; }
.product-hero-grid { align-items: end; }
.product-title { max-width: 15ch; color: var(--paper); font-size: clamp(2.45rem, 4.6vw, 4.7rem); line-height: .99; }
.product-hero-meta { margin-bottom: 20px; color: #D7DEEA; }
.product-hero-meta .meta-dot { background: var(--gold); }
.product-subtitle { max-width: 670px; margin: 27px 0 0; color: #F2F4F8; font-size: 1.13rem; line-height: 1.5; }
.product-promise { max-width: 645px; margin: 16px 0 0; color: #C9D1DF; font-size: .92rem; }
.product-facts { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px; margin-top: 28px; }
.product-fact { padding: 15px 14px; border-top: 2px solid var(--gold); background: rgba(255,255,255,.08); }
.product-fact span { display: block; color: #BFC8D7; font: 700 .64rem/1.25 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.product-fact strong { display: block; margin-top: 7px; color: var(--paper); font: 700 .86rem/1.25 var(--display); }
.product-hero-visual { display: grid; grid-template-columns: minmax(0,.78fr) minmax(205px,1fr); align-items: end; gap: 17px; animation: cd-rise .75s .1s both; }
.product-cover-figure { min-width: 0; margin: 0; }
.product-cover-frame { aspect-ratio: 896 / 1152; overflow: hidden; border: 8px solid var(--paper); background: var(--paper); box-shadow: 0 22px 50px rgba(0,0,0,.28); }
.product-cover-frame img { width: 100%; height: 100%; object-fit: contain; }
.cover-caption { display: flex; justify-content: space-between; gap: 12px; margin-top: 11px; color: #BFC8D7; font: 700 .63rem/1.25 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.method-card { min-width: 0; padding: 20px 17px; border-top: 3px solid var(--gold); background: rgba(255,255,255,.1); }
.method-card-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; color: #E8C66A; font: 700 .61rem/1.25 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.method-card p { margin: 25px 0 11px; color: #BFC8D7; font: 700 .64rem/1.25 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.method-card ol { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.method-card li { display: flex; align-items: center; gap: 8px; color: var(--paper); font: 700 .88rem/1.1 var(--display); }
.method-card li span { display: inline-grid; width: 24px; height: 24px; place-items: center; flex: 0 0 auto; background: var(--gold); color: var(--navy); font-size: .58rem; }
.method-card-footer { margin-top: 18px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.2); color: #C9D1DF; font-size: .73rem; }
.cta-stack { margin-top: 26px; }
.cta { display: flex; width: 100%; min-height: 52px; align-items: center; justify-content: center; padding: 13px 17px; border-radius: 2px; text-align: center; font-weight: 700; text-decoration: none; }
.cta-primary { background: var(--gold); color: var(--navy); box-shadow: 0 9px 20px rgba(0,0,0,.18); }
.cta-primary:hover { background: #E0B24A; transform: translateY(-2px); }
.cta-pending { border: 1px solid rgba(255,255,255,.58); background: rgba(255,255,255,.1); color: var(--paper); cursor: not-allowed; }
.cta-pending:disabled { opacity: 1; }
.cta-note { margin: 10px 0 0; color: #C9D1DF; font-size: .76rem; line-height: 1.4; }
.product-section-heading { max-width: 760px; margin-bottom: 42px; }
.product-section-heading h2 { font-size: clamp(2.1rem, 4vw, 3.25rem); line-height: 1.03; }
.product-section-heading > p:last-child { margin: 17px 0 0; color: var(--mute); font-size: 1rem; }
.product-section--navy .product-section-heading > p:last-child { color: #C9D1DF; }
.product-bundle-card { position: relative; min-height: 310px; padding: 29px 27px 27px; border: 1px solid var(--rule); background: var(--paper); box-shadow: 0 12px 30px rgba(16,27,51,.05); }
.product-bundle-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--gold); }
.product-card-kicker { margin: 0 0 10px; color: var(--gold-deep); font: 700 .68rem/1.2 var(--display); letter-spacing: .13em; text-transform: uppercase; }
.product-bundle-card h3 { font-size: 1.48rem; line-height: 1.09; }
.product-bundle-card > div > p:not(.product-card-kicker):not(.product-count) { margin: 15px 0 0; color: var(--mute); font-size: .91rem; }
.product-count { display: flex; align-items: center; gap: 9px; margin: 21px 0 0; color: var(--navy); font-weight: 700; }
.product-count::before { content: ""; width: 8px; height: 8px; flex: 0 0 auto; background: var(--gold); transform: rotate(45deg); }
.product-bullet-list { display: grid; gap: 7px; margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid var(--rule); list-style: none; }
.product-bullet-list li { color: var(--ink); font-size: .84rem; }
.product-bullet-list li::before { content: "✓"; margin-right: 9px; color: var(--gold-deep); font-weight: 700; }
.stage-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 15px; }
.stage-card { min-width: 0; padding: 21px 14px 0; border-top: 1px solid rgba(255,255,255,.3); }
.stage-number { display: grid; width: 39px; height: 39px; place-items: center; margin-bottom: 18px; border-radius: 50%; background: var(--gold); color: var(--navy); font: 700 .72rem/1 var(--display); }
.stage-card h3 { font-size: 1.13rem; line-height: 1.1; }
.stage-card p { margin: 10px 0 0; color: #C9D1DF; font-size: .83rem; line-height: 1.48; }
.outcomes-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(275px,.92fr); align-items: start; gap: clamp(38px, 8vw, 100px); }
.outcome-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.outcome-list li { display: flex; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--rule); font-size: .98rem; }
.outcome-list li::before { content: ""; width: 9px; height: 9px; flex: 0 0 auto; margin-top: .55em; border: 2px solid var(--gold-deep); border-radius: 50%; }
.boundary-card { padding: 25px 23px; border-top: 3px solid var(--gold); background: var(--card); }
.boundary-card h3 { font-size: 1.25rem; line-height: 1.12; }
.boundary-card p { margin: 12px 0 0; color: var(--mute); font-size: .88rem; }
.product-safeguard-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.product-safeguard { padding: 22px 19px; border: 1px solid var(--rule); background: var(--paper); }
.product-safeguard h3 { font-size: 1.04rem; line-height: 1.12; }
.product-safeguard p { margin: 10px 0 0; color: var(--mute); font-size: .83rem; line-height: 1.5; }
.product-final { padding: clamp(75px, 9vw, 112px) 0; border-top: 4px solid var(--gold); background: var(--navy); color: var(--paper); }
.product-final-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(290px,.72fr); align-items: end; gap: 50px; }
.product-final h2 { color: var(--paper); font-size: clamp(2.25rem, 4.4vw, 4.1rem); line-height: .99; }
.product-final p:not(.eyebrow) { max-width: 650px; margin: 19px 0 0; color: #C9D1DF; font-size: 1rem; }
.product-final .cta-stack { margin: 0; }
.product-return { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: #E8C66A; font: 700 .7rem/1.2 var(--display); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.product-return:hover { color: var(--paper); }
.product-footer { padding: 23px 0; border-top: 1px solid rgba(255,255,255,.18); background: var(--navy); color: #AAB4C5; font-size: .78rem; }
.product-footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 13px; }
.product-footer a { color: var(--paper); font-family: var(--display); text-decoration: none; }
.not-found { min-height: 100vh; display: grid; place-items: center; padding: 40px 0; background: var(--navy); }
.not-found-card { width: min(620px, calc(100% - 40px)); padding: clamp(34px, 7vw, 66px); border-top: 4px solid var(--gold); background: var(--paper); box-shadow: var(--shadow); }
.not-found-card h1 { font-size: clamp(2.5rem, 6vw, 4.7rem); line-height: .98; }
.not-found-card p:not(.eyebrow) { margin: 18px 0 0; color: var(--mute); }
.not-found-card .button { margin-top: 28px; }
@keyframes cd-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1020px) { .header-nav { display: none; } .hero-grid, .product-hero-grid { grid-template-columns: 1fr; gap: 48px; } .shift-card, .product-hero-visual { max-width: 700px; } .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .product-safeguard-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .stage-grid { grid-template-columns: repeat(3, minmax(0,1fr)); row-gap: 30px; } .fit-layout, .faq-layout { grid-template-columns: 1fr; gap: 38px; } }
@media (max-width: 720px) { .wrap { width: min(100% - 28px, 560px); } .header-inner { min-height: 70px; padding: 15px 0; } .brand-copy small { max-width: 180px; } .header-cta { display: none; } .hero-grid { padding: 61px 0 72px; } .hero-title { font-size: clamp(2.55rem, 11vw, 4.2rem); } .hero-actions { align-items: stretch; flex-direction: column; } .hero-actions .button { width: 100%; } .approach-grid, .bundle-grid, .product-grid, .outcomes-grid { grid-template-columns: 1fr; } .rhythm { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0; } .rhythm-step { border-bottom: 1px solid var(--rule); } .rhythm-step:nth-child(2n) { border-right: 0; padding-right: 0; } .rhythm-step:nth-child(2n+1) { padding-left: 0; } .rhythm-step:last-child { grid-column: 1 / -1; border-bottom: 0; } .fit-layout, .faq-layout { gap: 32px; } .footer-grid { grid-template-columns: 1fr 1fr; } .footer-grid > :first-child { grid-column: 1 / -1; } .product-title { max-width: 17ch; font-size: clamp(2.45rem, 10.5vw, 4rem); } .product-hero-visual { grid-template-columns: minmax(0,.85fr) minmax(190px,1fr); } .product-final-grid { grid-template-columns: 1fr; gap: 32px; } .product-final .cta-stack { max-width: 560px; } }
@media (max-width: 470px) { .section { padding: 63px 0; } .shift-card, .bundle-card, .product-bundle-card { padding: 23px 20px; } .shift-row { grid-template-columns: 82px minmax(0,1fr); gap: 12px; } .shift-arrow { margin-left: 82px; } .rhythm { grid-template-columns: 1fr; } .rhythm-step, .rhythm-step:not(:first-child), .rhythm-step:nth-child(2n+1) { padding: 15px 0; border-right: 0; } .rhythm-step:last-child { grid-column: auto; } .safeguard-grid, .product-safeguard-grid { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } .footer-grid > :first-child { grid-column: auto; } .product-facts { grid-template-columns: 1fr; } .product-hero-visual { grid-template-columns: 1fr; } .product-cover-figure { max-width: 340px; } .cover-caption { max-width: 340px; } .stage-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .product-footer-inner { display: grid; gap: 7px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

/* ============================================================
   Content pages — about, faq, contact, terms, privacy, refunds,
   thank-you. Reuses the existing tokens and .wrap container.
   ============================================================ */
.page-hero {
  position: relative; overflow: hidden;
  border-top: 4px solid var(--gold);
  background: var(--navy); color: var(--paper);
  padding: 72px 0 66px;
}
.page-hero::after {
  content: ""; position: absolute; top: -150px; right: -110px;
  width: 500px; height: 500px; border: 1px solid rgba(201,153,46,.26);
  border-radius: 50%; box-shadow: 0 0 0 34px rgba(201,153,46,.05);
  pointer-events: none;
}
.page-title {
  max-width: 20ch; color: var(--paper);
  font-size: clamp(2.1rem, 4.2vw, 3.5rem); line-height: 1.03;
  text-wrap: balance;
}
.page-lead {
  max-width: 62ch; margin: 22px 0 0;
  color: #E4E9F1; font-size: clamp(1rem, 1.6vw, 1.16rem); line-height: 1.6;
}

.page-body { padding: 66px 0 84px; background: var(--paper); }
.prose { max-width: 74ch; margin-inline: 0; }
.prose h2 {
  margin: 46px 0 14px; color: var(--navy);
  font-size: clamp(1.2rem, 2vw, 1.5rem); line-height: 1.25;
}
.prose h2:first-child { margin-top: 0; }
.prose p { margin: 0 0 16px; font-size: 1.02rem; line-height: 1.72; color: var(--ink); }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 22px; }
.prose li { margin-bottom: 10px; font-size: 1.02rem; line-height: 1.65; color: var(--ink); }
.prose ol li { padding-left: 4px; }
.prose a { color: var(--navy); text-underline-offset: 3px; }
.prose a:hover { color: var(--gold-deep); }
.prose strong { color: var(--navy); }
.prose code {
  padding: 2px 6px; border-radius: 4px; background: var(--stage);
  font-size: .92em; word-break: break-all;
}

.callout {
  margin: 40px 0 0; padding: 22px 24px;
  border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0;
  background: var(--stage);
}
.callout p { margin: 0 0 10px; font-size: .95rem; line-height: 1.6; }
.callout p:last-child { margin-bottom: 0; }

.faq-item { border-bottom: 1px solid var(--rule); }
.faq-item:first-of-type { border-top: 1px solid var(--rule); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 19px 34px 19px 0; position: relative;
  color: var(--navy); font: 700 1.02rem/1.4 var(--display); letter-spacing: -.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 4px; top: 17px;
  color: var(--gold-deep); font-size: 1.3rem; font-weight: 700; line-height: 1;
}
.faq-item[open] summary::after { content: "\2013"; }
.faq-item summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.faq-item p { margin: 0 0 20px; font-size: 1rem; line-height: 1.7; color: var(--ink); }

.prose-cta { margin-top: 38px; }

@media (max-width: 720px) {
  .page-hero { padding: 48px 0 44px; }
  .page-body { padding: 46px 0 60px; }
  .prose h2 { margin-top: 34px; }
}
