:root{
  color-scheme:dark;
  --black:#050505;
  --black-soft:#0b0b0c;
  --surface:#151516;
  --surface-raised:#1c1c1e;
  --text:#f5f5f7;
  --text-dark:#1d1d1f;
  --secondary:#a1a1a6;
  --secondary-dark:#6e6e73;
  --line:#2c2c2e;
  --line-light:#d2d2d7;
  --light:#f5f5f7;
  --white:#fbfbfd;
  --accent:#ff6b35;
  --past-surface:#e5e5e8;
  --future-surface:#081712;
  --future-surface-raised:#10271e;
  --future-line:#27483b;
  --future-text:#effbf6;
  --future-muted:#b7d6c9;
  --future-accent:#72d9ad;
  --font:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",Inter,"Helvetica Neue",Arial,sans-serif;
  --radius:32px;
  --space-section:clamp(7.5rem,13vw,13rem);
  --text-body:1.0625rem;
  --text-body-sm:1rem;
  --text-ui:.875rem;
  --text-caption:.8125rem;
  --text-label:.75rem;
  font-family:var(--font);
  color:var(--text);
  background:var(--black);
  font-synthesis:none;
  font-kerning:normal;
  -webkit-font-smoothing:antialiased;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--black)}
body{margin:0;min-width:0;background:var(--black);color:var(--text);font-size:1rem;overflow-x:hidden}
a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit}img{max-width:100%;display:block}
h1,h2,h3,p{overflow-wrap:break-word}.shell{width:min(100% - 3rem,1200px);margin-inline:auto}
.skip-link{position:fixed;left:1rem;top:.75rem;z-index:100;background:var(--white);color:var(--text-dark);padding:.7rem 1rem;border-radius:999px;transform:translateY(-160%);font-weight:600}.skip-link:focus{transform:none}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}

.site-header{position:sticky;top:0;z-index:50;background:rgb(5 5 5/.82);border-bottom:1px solid rgb(255 255 255/.08);backdrop-filter:saturate(180%) blur(20px)}
.header-inner{height:3.6rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.brand{display:flex;align-items:center;gap:.55rem;text-decoration:none;font-size:.76rem;font-weight:600;letter-spacing:-.01em}.brand i{width:.34rem;height:.34rem;border-radius:50%;background:var(--accent)}
.primary-navigation{display:flex;align-items:center;gap:2rem;font-size:.78rem}.primary-navigation a{text-decoration:none;transition:opacity .2s}.primary-navigation>a:not(.nav-cta):hover{opacity:.65}
.nav-cta{background:var(--accent);color:var(--text-dark);padding:.5rem .9rem;border-radius:999px;font-weight:650}.nav-cta:hover{background:#ff8259}
.menu-button{display:none;background:none;border:0;padding:.6rem 0;font-size:.75rem;font-weight:600;color:inherit;cursor:pointer}
.menu-button span,.menu-button span:before,.menu-button span:after{display:block;width:1.25rem;height:1px;background:currentColor;transition:transform .2s ease,opacity .2s ease}
.menu-button span{position:relative}.menu-button span:before,.menu-button span:after{content:"";position:absolute;left:0}.menu-button span:before{top:-.35rem}.menu-button span:after{top:.35rem}
.menu-button[aria-expanded="true"] span{background:transparent}.menu-button[aria-expanded="true"] span:before{top:0;transform:rotate(45deg)}.menu-button[aria-expanded="true"] span:after{top:0;transform:rotate(-45deg)}

.eyebrow,.section-index{display:inline-flex;align-items:center;gap:.68rem;font-size:clamp(.92rem,.86rem + .25vw,1.05rem);line-height:1.2;font-weight:600;letter-spacing:-.012em;color:var(--secondary);margin:0 0 clamp(1.7rem,2.5vw,2.2rem)}.eyebrow:before,.section-index:before{content:"";flex:0 0 .46rem;width:.46rem;height:.46rem;border-radius:50%;background:var(--accent)}.section-index.light{color:var(--secondary)}
.hero{position:relative;isolation:isolate;padding:clamp(6rem,11vw,10rem) 0 clamp(7rem,12vw,12rem);overflow:hidden;background:var(--black)}
.hero-grid{display:flex;flex-direction:column;align-items:center;gap:clamp(4.5rem,9vw,8rem)}
.hero-copy{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;animation:fade-up .8s cubic-bezier(.16,1,.3,1) both}
h1{font-size:clamp(3.75rem,8vw,7.7rem);line-height:.92;letter-spacing:-.075em;margin:0;max-width:1120px;font-weight:600}
h1 em{display:block;font:inherit;font-style:normal;color:var(--text)}
.hero-lead{font-size:clamp(1.1rem,1.7vw,1.4rem);line-height:1.55;letter-spacing:-.02em;max-width:48rem;margin:2.2rem auto 0;color:var(--secondary)}
.hero-actions{display:flex;align-items:center;justify-content:center;gap:1.4rem;margin-top:2.5rem}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:3.3rem;padding:.9rem 1.45rem;text-decoration:none;font-size:.9rem;font-weight:600;border:1px solid transparent;border-radius:999px;transition:transform .25s cubic-bezier(.16,1,.3,1),background .2s,color .2s,border-color .2s}
.button:after{content:"↗";margin-left:.6rem;font-size:.85rem}.button:hover{transform:scale(1.025)}
.button-primary{background:var(--accent);color:var(--text-dark)}.button-primary:hover{background:#ff8259}.button[data-pending="true"]{cursor:not-allowed;opacity:1}
.price-note{font-size:.78rem;color:var(--secondary);text-align:left}.price-note strong{display:block;font-size:1.15rem;font-weight:600;color:var(--text);letter-spacing:-.02em}
.hero-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;max-width:42rem;gap:0;padding:0;margin:3.3rem 0 0;list-style:none;color:var(--secondary)}
.hero-facts li{display:grid;min-width:0;align-content:start;gap:.35rem;padding:.2rem clamp(.8rem,1.6vw,1.7rem);border-right:1px solid var(--line)}.hero-facts li:last-child{border:0}
.hero-facts span{font-size:.7rem}.hero-facts strong{font-size:.82rem;font-weight:500;color:var(--text)}

.hero-visual{position:relative;width:min(100%,68rem);min-height:clamp(27rem,53vw,40rem);border-radius:clamp(2rem,5vw,4rem);background:radial-gradient(circle at 50% 42%,#3b3b3f 0,#161618 28%,#09090a 58%,#050505 78%);overflow:hidden;isolation:isolate;animation:fade-up .9s .12s cubic-bezier(.16,1,.3,1) both;box-shadow:inset 0 1px 0 rgb(255 255 255/.08),0 4rem 8rem rgb(0 0 0/.35)}
.hero-visual:before{content:"";position:absolute;inset:10% 20%;border-radius:50%;background:radial-gradient(circle at 35% 28%,rgb(255 255 255/.42),rgb(255 255 255/.08) 18%,transparent 45%);filter:blur(14px);opacity:.8}
.hero-visual:after{content:"";position:absolute;width:54%;aspect-ratio:1;left:50%;top:52%;transform:translate(-50%,-50%);border:1px solid rgb(255 255 255/.12);border-radius:50%;box-shadow:0 0 0 3rem rgb(255 255 255/.02),0 0 0 7rem rgb(255 255 255/.015)}
.core{position:absolute;z-index:3;width:clamp(12rem,25vw,19rem);aspect-ratio:1;left:50%;top:52%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2.5rem;border-radius:50%;color:var(--text-dark);background:radial-gradient(circle at 34% 26%,#fff 0,#e5e5e7 22%,#a8a8ad 56%,#55555a 78%,#202023 100%);box-shadow:inset -1.4rem -1.5rem 3rem rgb(0 0 0/.32),inset .7rem .7rem 1.4rem rgb(255 255 255/.42),0 3rem 6rem rgb(0 0 0/.5)}
.core:before{content:"";width:.42rem;height:.42rem;margin-bottom:1rem;border-radius:50%;background:var(--accent);box-shadow:0 0 0 .38rem rgb(255 107 53/.1)}
.core small{font-size:.72rem;font-weight:600;color:#4e4e52}.core strong{font-size:clamp(1.6rem,3vw,2.45rem);letter-spacing:-.045em;margin:.4rem 0}.core span{max-width:14rem;font-size:.72rem;line-height:1.45;color:#4f4f53}
.tool{position:absolute;z-index:4;padding:.7rem 1rem;border:1px solid rgb(255 255 255/.14);border-radius:999px;background:rgb(20 20 22/.74);backdrop-filter:blur(18px);font-size:.7rem;font-weight:500;color:#dedee2;box-shadow:0 .8rem 2rem rgb(0 0 0/.25)}
.tool:before{content:"";display:inline-block;width:.3rem;height:.3rem;margin-right:.5rem;border-radius:50%;background:var(--accent)}.tool-a{left:12%;top:22%}.tool-b{right:12%;top:27%}.tool-c{left:16%;bottom:17%}
.hero-visual>p{position:absolute;right:2.2rem;bottom:1.8rem;z-index:4;margin:0;text-align:right;font-size:.7rem;line-height:1.5;color:#77777c}

.split-heading{display:flex;flex-direction:column;align-items:center;gap:0;max-width:64rem;text-align:center}
.split-heading>div{width:100%}.split-heading h2{max-width:16ch;margin-inline:auto}
.pain-section,.possibility-section,.mechanism-section,.before-after,.fit-section,.faq-section,.proof-section{padding:var(--space-section) 0}
.pain-section{background:var(--black-soft)}
.pain-section h2,.possibility-section h2,.proof-section h2,.belief-section h2,.mechanism-section h2,.before-after h2,.experience-section h2,.fit-section h2,.offer-section h2,.faq-section h2{font-size:clamp(2.6rem,4.65vw,4.75rem);line-height:1.02;letter-spacing:-.055em;margin:0;font-weight:600}
.strike-list,.check-grid{width:100%;list-style:none;padding:0;margin:clamp(3rem,6vw,5.5rem) auto 0;border-top:1px solid var(--line);text-align:left}
.strike-list li,.check-grid li{position:relative;padding:1.45rem .2rem 1.45rem 2.25rem;border-bottom:1px solid var(--line);font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.5;letter-spacing:-.015em}
.strike-list li{color:#c7c7cc}.strike-list li:before{content:"";position:absolute;left:.2rem;top:1.95rem;width:.45rem;height:.45rem;border-radius:50%;background:#4c4c4e}
.possibility-section{background:var(--light);color:var(--text-dark)}.possibility-section .section-index{color:var(--secondary-dark)}
.check-grid{display:grid;grid-template-columns:1fr 1fr;border-color:var(--line-light)}.check-grid li{border-color:var(--line-light)}.check-grid li:before{content:"✓";position:absolute;left:.15rem;top:1.5rem;color:var(--accent);font-weight:600}.check-grid li:nth-child(odd){border-right:1px solid var(--line-light);padding-right:2rem}.check-grid li:nth-child(even){padding-left:4rem}.check-grid li:nth-child(even):before{left:2rem}

.proof-section{background:var(--white);color:var(--text-dark)}.proof-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(4rem,9vw,9rem);align-items:center}
.proof-section .section-index{color:var(--secondary-dark)}.portrait-card{margin:0;position:relative;border-radius:var(--radius);overflow:hidden;background:#d8d8dc;box-shadow:0 2rem 5rem rgb(0 0 0/.12)}
.portrait-card img{aspect-ratio:1;object-fit:cover;filter:grayscale(.18) contrast(1.02)}.portrait-card figcaption{position:absolute;left:1rem;bottom:1rem;background:rgb(255 255 255/.82);backdrop-filter:blur(18px);color:var(--text-dark);padding:.65rem .9rem;border-radius:999px;font-size:.72rem;font-weight:600}
.proof-grid>div>p:not(.section-index){font-size:1.08rem;line-height:1.68;color:var(--secondary-dark);max-width:42rem}.proof-facts{display:flex;gap:0;margin-top:2.6rem;border-top:1px solid var(--line-light);padding-top:1.4rem}.proof-facts div{flex:1;padding-right:1rem}.proof-facts dt{font-size:1.45rem;font-weight:600;letter-spacing:-.04em}.proof-facts dd{margin:.4rem 0 0;font-size:.78rem;line-height:1.45;color:var(--secondary-dark)}

.belief-section{padding:var(--space-section) 0;background:var(--black);color:var(--text);overflow:hidden}.belief-inner{display:flex;flex-direction:column;align-items:center;text-align:center}.belief-inner h2{font-size:clamp(3rem,5.8vw,5.8rem);max-width:980px}.belief-inner h2 em{font:inherit;font-style:normal;color:#77777c}.belief-copy{display:flex;flex-direction:column;gap:1.25rem;max-width:46rem;margin:clamp(3.5rem,7vw,6rem) auto 0;padding-top:2rem;border-top:1px solid var(--line);text-align:center}.belief-copy p{font-size:1.02rem;line-height:1.65;margin:0;color:var(--secondary)}

.mechanism-section{background:var(--black-soft)}.mechanism-grid{display:flex;flex-direction:column;align-items:center;gap:clamp(3.5rem,7vw,6rem);max-width:64rem;text-align:center}.mechanism-grid>div{display:flex;flex-direction:column;align-items:center}.mechanism-grid h2{max-width:15ch}.big-copy{font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.5;color:var(--secondary);max-width:34rem;margin:1.8rem auto 0}
.steps{width:min(100%,50rem);list-style:none;margin:0;padding:0;border-top:1px solid var(--line);text-align:left}.steps li{display:grid;grid-template-columns:3.5rem 1fr;padding:1.55rem 0;border-bottom:1px solid var(--line)}.steps li>span{font-size:.72rem;color:var(--accent);font-variant-numeric:tabular-nums}.steps strong{font-size:1.28rem;font-weight:600;letter-spacing:-.025em}.steps p{margin:.45rem 0 0;color:var(--secondary);font-size:.9rem}

.before-after{background:var(--light);color:var(--text-dark)}.section-heading-center{text-align:center;max-width:60rem;margin:auto}.before-after .section-index{justify-content:center;color:var(--secondary-dark)}
.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:clamp(3.5rem,7vw,6rem)}.comparison-card{padding:clamp(2rem,4vw,3.4rem);border-radius:var(--radius);background:var(--past-surface)}.comparison-card>span{display:inline-block;font-size:.75rem;font-weight:600;margin-bottom:2rem}.comparison-card ul{list-style:none;padding:0;margin:0}.comparison-card li{position:relative;padding:1.05rem 0 1.05rem 1.8rem;border-top:1px solid #c9c9cd;line-height:1.5}.comparison-card li:before{position:absolute;left:.1rem;color:var(--secondary-dark)}.comparison-card.before li:before{content:"–"}.comparison-card.after{color:var(--future-text);background:radial-gradient(circle at 88% 4%,rgb(114 217 173/.14),transparent 30%),linear-gradient(145deg,var(--future-surface-raised),var(--future-surface) 72%);box-shadow:inset 0 1px 0 rgb(255 255 255/.07),inset 0 0 0 1px rgb(114 217 173/.12)}.comparison-card.after>span{color:var(--future-muted)}.comparison-card.after li{border-color:var(--future-line)}.comparison-card.after li:before{content:"✓";color:var(--future-accent)}

.experience-section{padding:var(--space-section) 0;background:var(--black)}.experience-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(22rem,.72fr);align-items:end;column-gap:clamp(4rem,8vw,8rem);row-gap:1rem;max-width:1200px;margin-inline:auto;text-align:left}.experience-intro .section-index{grid-column:1/-1;margin-bottom:.6rem}.experience-intro h2{max-width:12ch}.experience-intro>p{font-size:1.08rem;line-height:1.65;color:var(--secondary);max-width:36rem;margin:0 0 .3rem}
.offer-modules{display:grid;grid-template-columns:1.12fr .88fr;gap:1.2rem;margin-top:clamp(4rem,8vw,7rem)}.module-card{border-radius:var(--radius);background:var(--surface);padding:clamp(2.2rem,4.5vw,4rem)}.module-card.featured{background:linear-gradient(145deg,#232325,#121214 72%);box-shadow:inset 0 1px 0 rgb(255 255 255/.08)}.module-card>span{font-size:.75rem;color:var(--secondary);font-weight:600}.module-card h3{font-size:clamp(2rem,3.2vw,3.4rem);line-height:1.02;letter-spacing:-.05em;margin:1.2rem 0 .8rem;font-weight:600}.module-card>strong{font-size:.82rem;font-weight:500;color:#d2d2d7}.module-card ul,.day-list{list-style:none;margin:2rem 0 0;padding:0;border-top:1px solid var(--line)}.module-card li{padding:1rem 0;border-bottom:1px solid var(--line);font-size:.88rem;line-height:1.5;color:#c7c7cc}.day-list b{display:inline-block;width:2.3rem;color:var(--accent);font-weight:500}

.deliverables-section{padding:var(--space-section) 0;background:#efeff1;color:var(--text-dark)}
.deliverables-section .section-index{color:var(--secondary-dark)}
.deliverables-header{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(20rem,.65fr);align-items:end;gap:clamp(3rem,8vw,8rem)}
.deliverables-header h2{max-width:13ch;margin:0;font-size:clamp(2.8rem,5vw,5rem);line-height:1.01;letter-spacing:-.058em;font-weight:600}
.deliverables-header>p{max-width:34rem;margin:0 0 .35rem;font-size:1.08rem;line-height:1.65;color:var(--secondary-dark)}
.deliverables-display{display:grid;grid-template-columns:1.08fr .92fr;gap:1.15rem;margin-top:clamp(3.5rem,7vw,6rem)}
.deliverable{position:relative;display:flex;min-height:43rem;flex-direction:column;overflow:hidden;border-radius:2.25rem;padding:clamp(1.4rem,2.8vw,2.4rem)}
.deliverable-recording{color:var(--text);background:radial-gradient(circle at 72% 28%,rgb(255 107 53/.12),transparent 24%),linear-gradient(145deg,#242426,#0e0e10 72%);box-shadow:inset 0 1px 0 rgb(255 255 255/.1),0 2rem 5rem rgb(0 0 0/.12)}
.deliverable-guide{background:linear-gradient(145deg,#e1e1e4,#d3d3d7);box-shadow:inset 0 1px 0 rgb(255 255 255/.85)}
.deliverable-meta{display:flex;align-items:center;justify-content:space-between;font-size:.64rem;font-weight:650;letter-spacing:.09em;text-transform:uppercase}
.deliverable-recording .deliverable-meta{color:#8e8e93}.deliverable-recording .deliverable-meta span:first-child{color:var(--accent)}
.deliverable-guide .deliverable-meta{color:#77777d}.deliverable-guide .deliverable-meta span:first-child{color:#c94e23}
.recording-visual{position:relative;display:grid;place-items:center;margin:auto 0;overflow:hidden;border:1px solid rgb(255 255 255/.12);border-radius:1.35rem;background:#111113;box-shadow:0 1.8rem 3.5rem rgb(0 0 0/.28)}
.recording-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgb(5 5 5/.04),rgb(5 5 5/.18));pointer-events:none}
.recording-visual img{display:block;width:100%;height:auto;object-fit:contain}
.recording-play{position:absolute;z-index:1;width:5rem;aspect-ratio:1;border:1px solid rgb(255 255 255/.28);border-radius:50%;background:rgb(12 12 14/.72);backdrop-filter:blur(14px);box-shadow:0 1.5rem 3rem rgb(0 0 0/.4),inset 0 1px 0 rgb(255 255 255/.14)}
.recording-play:after{content:"";position:absolute;left:52%;top:50%;transform:translate(-42%,-50%);border-left:.85rem solid #ededf0;border-top:.55rem solid transparent;border-bottom:.55rem solid transparent}
.guide-visual{position:relative;min-height:22rem;margin:auto 0;display:grid;place-items:center;perspective:900px}
.guide-page{position:absolute;width:min(68%,14rem);aspect-ratio:.71;border-radius:.35rem}
.guide-page-back{transform:translate(1.4rem,-.8rem) rotate(5deg);background:#b9b9be;box-shadow:0 1.7rem 3rem rgb(0 0 0/.13)}
.guide-page-front{display:flex;flex-direction:column;justify-content:space-between;padding:1.4rem;transform:rotate(-3deg);color:#f4f4f6;background:linear-gradient(150deg,#28282b,#111113);box-shadow:0 2.2rem 4rem rgb(0 0 0/.24),inset 0 1px 0 rgb(255 255 255/.12)}
.guide-page-front:after{content:"";position:absolute;width:2.6rem;height:2.6rem;right:1.2rem;top:1.2rem;border:1px solid rgb(255 107 53/.55);border-radius:50%;box-shadow:0 0 0 .45rem rgb(255 107 53/.055)}
.guide-page-front small,.guide-page-front span{font-size:.48rem;font-weight:650;letter-spacing:.12em;color:#85858a}.guide-page-front strong{font-size:clamp(1.45rem,3vw,2.2rem);line-height:.9;letter-spacing:-.055em}
.deliverable-copy{margin-top:auto;padding-top:1.8rem;border-top:1px solid}
.deliverable-recording .deliverable-copy{border-color:rgb(255 255 255/.12)}.deliverable-guide .deliverable-copy{border-color:#b9b9be}
.deliverable-copy>p{margin:0 0 1rem;font-size:.68rem;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.deliverable-recording .deliverable-copy>p{color:var(--accent)}.deliverable-guide .deliverable-copy>p{color:#b54821}
.deliverable-copy h3{max-width:18ch;margin:0;font-size:clamp(1.75rem,2.7vw,2.65rem);line-height:1.03;letter-spacing:-.05em;font-weight:600}
.deliverable-copy>span{display:block;max-width:34rem;margin-top:1rem;font-size:.92rem;line-height:1.6}.deliverable-recording .deliverable-copy>span{color:#9a9a9f}.deliverable-guide .deliverable-copy>span{color:#5f5f64}
.deliverables-method{display:grid;grid-template-columns:minmax(18rem,.7fr) minmax(0,1.3fr);align-items:center;gap:clamp(3rem,7vw,7rem);margin-top:1.15rem;padding:clamp(2rem,4vw,3.5rem);border:1px solid #d3d3d7;border-radius:2.25rem;background:var(--white);box-shadow:inset 0 1px 0 rgb(255 255 255/.9)}
.deliverables-method>div>span{font-size:.64rem;font-weight:650;letter-spacing:.08em;color:#b54821;text-transform:uppercase}
.deliverables-method h3{margin:1rem 0 .7rem;font-size:clamp(1.8rem,3vw,3rem);line-height:1.02;letter-spacing:-.05em}
.deliverables-method p{max-width:28rem;margin:0;font-size:.92rem;line-height:1.6;color:var(--secondary-dark)}
.deliverables-method ol{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin:0;padding:0;list-style:none;border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light)}
.deliverables-method li{display:grid;gap:1.2rem;min-width:0;padding:1.15rem .65rem;border-right:1px solid var(--line-light);font-size:.72rem;font-weight:600;word-break:break-word}
.deliverables-method li:last-child{border-right:0}.deliverables-method li span{font-size:.58rem;color:var(--accent);font-variant-numeric:tabular-nums}

.fit-section{background:var(--white);color:var(--text-dark)}.fit-section .section-index{color:var(--secondary-dark)}.fit-layout{display:grid;grid-template-columns:minmax(25rem,.9fr) minmax(0,1.1fr);align-items:start;gap:clamp(3rem,6vw,7rem)}.fit-intro{position:sticky;top:calc(3.6rem + 2rem)}.fit-intro h2{max-width:11.5ch}.fit-cards{display:flex;flex-direction:column;margin:0;border-top:1px solid var(--line-light)}.fit-cards article{display:grid;grid-template-columns:minmax(12rem,.8fr) minmax(0,1.2fr);align-items:start;gap:clamp(1.5rem,3vw,3rem);padding:1.65rem 0;border-bottom:1px solid var(--line-light)}.fit-cards strong{font-size:1.12rem;line-height:1.35;font-weight:600;letter-spacing:-.025em}.fit-cards p{font-size:1rem;line-height:1.62;color:var(--secondary-dark);margin:0}

.offer-section{padding:var(--space-section) 0;background:var(--light);color:var(--text-dark)}.offer-section .section-index{color:var(--secondary-dark)}.offer-grid{display:flex;flex-direction:column;align-items:center;gap:clamp(3.5rem,7vw,6rem);max-width:64rem;text-align:center}.offer-grid>div:first-child{display:flex;flex-direction:column;align-items:center}.offer-grid h2{max-width:16ch}.offer-grid>div>p:last-child{font-size:1.08rem;line-height:1.65;color:var(--secondary-dark);max-width:40rem}.price-box{width:min(100%,32rem);background:var(--white);padding:clamp(2rem,4vw,3.2rem);display:grid;border-radius:var(--radius);box-shadow:0 1.5rem 4rem rgb(0 0 0/.09);text-align:left}.price-box>span{font-size:.74rem;color:var(--secondary-dark)}.price-box>strong{font-size:clamp(4rem,7vw,6rem);line-height:.92;letter-spacing:-.07em;margin-top:1rem;font-weight:600}.price-box>small{color:var(--secondary-dark);margin-top:.6rem}.button-light{background:var(--accent);color:var(--text-dark);margin-top:1.8rem}.button-light:hover{background:#ff8259}.button-light[data-pending="true"]{background:var(--accent);color:var(--text-dark)}.checkout-status{font-size:.72rem!important;line-height:1.5!important;color:var(--secondary-dark)!important;margin:.9rem 0 0!important}

.faq-section{background:var(--white);color:var(--text-dark);border-top:1px solid var(--line-light)}.faq-section .section-index{color:var(--secondary-dark)}.faq-grid{display:flex;flex-direction:column;align-items:center;gap:clamp(3.5rem,7vw,6rem);max-width:60rem;text-align:center}.faq-grid>div:first-child{display:flex;flex-direction:column;align-items:center}.faq-list{width:min(100%,50rem);border-top:1px solid var(--line-light);text-align:left}details{border-bottom:1px solid var(--line-light)}summary{list-style:none;padding:1.6rem 3rem 1.6rem 0;cursor:pointer;font-weight:550;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;right:.4rem;color:var(--secondary-dark);font-size:1.5rem;font-weight:300;top:1.15rem}details[open] summary:after{content:"−"}details p{color:var(--secondary-dark);font-size:.93rem;line-height:1.65;margin:-.2rem 3rem 1.6rem 0}
.site-footer{background:var(--light);color:var(--secondary-dark);padding:3rem 0;border-top:1px solid var(--line-light)}.footer-inner{display:flex;justify-content:space-between;gap:3rem;font-size:.72rem;line-height:1.6}.footer-inner p{margin:0}.footer-inner strong{color:var(--text-dark);font-weight:600}

@keyframes fade-up{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@media(max-width:920px){.menu-button{display:inline-flex}.primary-navigation{display:none;position:absolute;left:0;right:0;top:3.6rem;background:rgb(15 15 16/.98);padding:1.5rem;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.primary-navigation[data-open="true"]{display:flex}.nav-cta{text-align:center}.proof-grid{grid-template-columns:.82fr 1.18fr;gap:3.5rem}}
@media(max-width:700px){.shell{width:min(100% - 2rem,1200px)}.header-inner{height:3.25rem}.primary-navigation{top:3.25rem}.hero{padding:5rem 0 7rem}.hero-grid{gap:4rem}h1{font-size:clamp(3.35rem,16vw,5.3rem)}.hero-lead{font-size:1.02rem}.hero-actions{flex-direction:column}.button{width:100%}.price-note{text-align:center}.hero-facts{display:grid;grid-template-columns:1fr 1fr;width:100%;margin-top:2.6rem}.hero-facts li{border-bottom:1px solid var(--line)}.hero-facts li:nth-child(2){border-right:0}.hero-facts li:last-child{grid-column:1/-1;border-bottom:0}.hero-visual{min-height:31rem;border-radius:2rem}.core{width:12.5rem}.tool-a{left:5%;top:13%}.tool-b{right:4%;top:25%}.tool-c{left:7%;bottom:11%}.hero-visual>p{right:1.2rem;bottom:1.2rem}.pain-section,.possibility-section,.mechanism-section,.before-after,.fit-section,.faq-section,.proof-section,.experience-section,.deliverables-section,.offer-section,.belief-section{padding:6.5rem 0}.pain-section h2,.possibility-section h2,.proof-section h2,.belief-section h2,.mechanism-section h2,.before-after h2,.experience-section h2,.deliverables-section h2,.fit-section h2,.offer-section h2,.faq-section h2{font-size:clamp(2.5rem,11vw,3.65rem)}.proof-grid{grid-template-columns:1fr;gap:2.5rem}.strike-list,.check-grid{margin-top:2.5rem}.check-grid{grid-template-columns:1fr}.check-grid li:nth-child(odd){border-right:0;padding-right:.2rem}.check-grid li:nth-child(even){padding-left:2.25rem}.check-grid li:nth-child(even):before{left:.15rem}.proof-facts{display:grid;grid-template-columns:1fr}.proof-facts div{padding:.75rem 0;border-bottom:1px solid var(--line-light)}.belief-copy{gap:1.5rem;margin-top:3.2rem}.comparison-grid,.offer-modules,.fit-cards{grid-template-columns:1fr}.comparison-card{padding:2rem}.module-card{padding:2rem}.footer-inner{flex-direction:column}.portrait-card{max-width:31rem}}
@media(max-width:370px){.shell{width:calc(100% - 1.5rem)}h1{font-size:3rem}.hero-visual{min-height:28rem}.core{width:11rem}.tool{font-size:.62rem;padding:.6rem .75rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* 21st-inspired refinement: cinematic material + progressive reasoning */
.hero-ambient{position:absolute;z-index:0;inset:0;overflow:hidden;pointer-events:none;background:radial-gradient(circle at 76% 30%,rgb(255 255 255/.035),transparent 34%)}
.hero-ambient:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgb(5 5 5/.25),transparent 42%,rgb(5 5 5/.08)),linear-gradient(180deg,transparent 62%,var(--black) 100%)}
.ambient-fold{position:absolute;display:block;width:clamp(36rem,64vw,78rem);height:clamp(52rem,92vw,110rem);border-radius:48% 52% 44% 56%;filter:blur(28px);will-change:transform,opacity;transform-origin:50% 50%}
.ambient-fold-a{right:-18%;top:-58%;opacity:.62;background:linear-gradient(118deg,transparent 17%,rgb(255 255 255/.012) 27%,rgb(255 255 255/.105) 36%,rgb(255 255 255/.018) 44%,transparent 58%);animation:ambient-fold-a 22s cubic-bezier(.45,.05,.55,.95) infinite alternate}
.ambient-fold-b{left:-34%;bottom:-78%;opacity:.42;background:linear-gradient(72deg,transparent 28%,rgb(255 107 53/.012) 38%,rgb(255 107 53/.09) 46%,rgb(255 255 255/.03) 52%,transparent 66%);animation:ambient-fold-b 28s cubic-bezier(.45,.05,.55,.95) infinite alternate}
.ambient-spotlight{position:absolute;display:block;width:42rem;height:42rem;right:-8rem;top:-16rem;border-radius:50%;background:radial-gradient(circle,rgb(255 255 255/.075),transparent 66%);filter:blur(14px);opacity:.48;will-change:transform,opacity;animation:ambient-spotlight 16s ease-in-out infinite alternate}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(28rem,.98fr);align-items:center;gap:clamp(3rem,6vw,6.5rem)}
.hero-copy{align-items:flex-start;text-align:left}
.hero-copy h1{max-width:13ch;font-size:clamp(3.35rem,5.3vw,5.55rem);line-height:.94;letter-spacing:-.068em}
.hero-copy h1 em{color:#a1a1a6}
.hero-lead{margin-left:0;margin-right:0;max-width:39rem}
.hero-actions{justify-content:flex-start}
.hero-facts{justify-content:flex-start}
.hero-facts li:first-child{padding-left:0}
.hero-visual{
  --pointer-x:50%;
  --pointer-y:36%;
  min-height:42rem;
  padding:1.2rem;
  border:1px solid rgb(255 255 255/.1);
  border-radius:2.75rem;
  background:linear-gradient(145deg,#202023 0%,#101012 46%,#080809 100%);
  box-shadow:0 3rem 8rem rgb(0 0 0/.55),inset 0 1px 0 rgb(255 255 255/.12),inset 0 -1px 0 rgb(0 0 0/.8);
}
.hero-visual:before{inset:-20%;background:radial-gradient(circle at var(--pointer-x) var(--pointer-y),rgb(255 255 255/.14),transparent 28%);filter:none;opacity:1;transition:opacity .25s}
.hero-visual:after{inset:1.2rem;width:auto;aspect-ratio:auto;left:1.2rem;top:1.2rem;transform:none;border-radius:1.7rem;border:1px solid rgb(255 255 255/.05);box-shadow:none;pointer-events:none}
.hero-sheen{position:absolute;inset:0;z-index:6;border-radius:inherit;pointer-events:none;background:radial-gradient(36rem circle at var(--pointer-x) var(--pointer-y),rgb(255 255 255/.08),transparent 42%);mix-blend-mode:screen}
.artifact-bar{position:relative;z-index:7;display:flex;align-items:center;justify-content:space-between;padding:.5rem .55rem 1.25rem;font-size:.62rem;font-weight:650;letter-spacing:.12em;color:#7f7f85}
.artifact-status{display:flex;align-items:center;gap:.45rem}.artifact-status:before{content:"";width:.36rem;height:.36rem;border-radius:50%;background:var(--accent);box-shadow:0 0 0 .28rem rgb(255 107 53/.1)}
.tool-row{position:relative;z-index:7;display:flex;justify-content:center;gap:.55rem;padding:2rem 0 1.5rem}
.tool-row span{padding:.58rem .82rem;border:1px solid rgb(255 255 255/.11);border-radius:999px;background:linear-gradient(180deg,rgb(255 255 255/.065),rgb(255 255 255/.025));box-shadow:0 .7rem 1.8rem rgb(0 0 0/.28),inset 0 1px 0 rgb(255 255 255/.08);font-size:.59rem;font-weight:600;letter-spacing:.075em;color:#b8b8bd}
.criterion-card{position:relative;z-index:7;margin:auto;width:min(100%,29rem);border:1px solid rgb(255 255 255/.11);border-radius:2rem;padding:1.5rem;background:linear-gradient(145deg,#2b2b2f 0%,#161618 55%,#111113 100%);box-shadow:0 2.5rem 5rem rgb(0 0 0/.48),inset 0 1px 1px rgb(255 255 255/.13),inset 0 -2px 5px rgb(0 0 0/.55);transform:perspective(1000px) rotateX(.4deg)}
.criterion-heading{display:flex;align-items:flex-end;justify-content:space-between;padding:.3rem .2rem 1.35rem;border-bottom:1px solid var(--line)}
.criterion-heading small{font-size:.6rem;font-weight:650;letter-spacing:.12em;color:#77777d}.criterion-heading strong{font-size:clamp(1.8rem,3.3vw,2.75rem);letter-spacing:-.055em;color:#ededf0}
.criterion-flow{list-style:none;padding:0;margin:0}
.criterion-flow li{display:grid;grid-template-columns:2.1rem 1fr auto;align-items:center;min-height:3.75rem;border-bottom:1px solid rgb(255 255 255/.07)}.criterion-flow li:last-child{border:0}
.criterion-flow span{font-size:.6rem;color:var(--accent);font-variant-numeric:tabular-nums}.criterion-flow b{font-size:.85rem;font-weight:580;color:#ededf0}.criterion-flow i{font-size:.65rem;font-style:normal;color:#6e6e73}
.artifact-outcome{position:relative;z-index:7;display:grid;grid-template-columns:1fr 3rem 1fr;align-items:center;gap:.65rem;width:min(100%,27rem);margin:1.4rem auto 0;padding:0 .25rem;color:#6e6e73;font-size:.56rem;line-height:1.5;letter-spacing:.08em}
.artifact-outcome span:last-child{text-align:right}.artifact-outcome b{font-size:.68rem;font-weight:520;letter-spacing:0;color:#c7c7cc}.artifact-outcome i{height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);position:relative}.artifact-outcome i:after{content:"";position:absolute;right:0;top:-2px;border-left:4px solid var(--accent);border-top:2.5px solid transparent;border-bottom:2.5px solid transparent}
.hero-visual>p{position:relative;z-index:7;left:auto;right:auto;bottom:auto;transform:none;width:auto;margin:1rem auto .15rem;text-align:center;font-size:.6rem;line-height:1.5;letter-spacing:.04em;color:#66666b}

.steps{width:min(100%,56rem);border-top:0;counter-reset:step}
.steps>li{display:block;padding:0;border-bottom:1px solid var(--line)}
.steps>li:first-child{border-top:1px solid var(--line)}
.thought-step summary{display:grid;grid-template-columns:3.5rem 1fr auto;align-items:center;gap:1rem;min-height:5.25rem;padding:.6rem 3rem .6rem 0;position:relative;list-style:none;cursor:pointer}
.thought-step summary::-webkit-details-marker{display:none}
.thought-step summary:after{content:"+";position:absolute;right:.2rem;top:50%;transform:translateY(-50%);font-size:1.5rem;font-weight:300;color:#747479;transition:transform .25s,color .2s}
.thought-step[open] summary:after{content:"−";color:var(--accent)}
.thought-step summary>span{display:grid;place-items:center;width:2rem;height:2rem;border:1px solid #39393d;border-radius:50%;font-size:.62rem;color:#8e8e93;font-variant-numeric:tabular-nums}
.thought-step[open] summary>span{border-color:rgb(255 107 53/.45);background:rgb(255 107 53/.08);color:var(--accent)}
.thought-step summary strong{font-size:1.18rem;font-weight:600;letter-spacing:-.025em}.thought-step summary small{font-size:.72rem;color:#77777d}
.step-detail{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-left:3.5rem;padding:0 3rem 1.7rem 1rem;border-left:1px solid rgb(255 107 53/.28)}
.step-detail p,.step-detail b{margin:0;font-size:.84rem;line-height:1.55}.step-detail p{color:#c7c7cc}.step-detail b{font-weight:480;color:#77777d}

.offer-grid{max-width:1200px;text-align:left;align-items:center}
.offer-copy{display:block!important;align-items:initial!important}
.offer-copy h2{max-width:12ch}.offer-grid>div>p:last-of-type{margin-top:1.6rem}
.offer-recap{list-style:none;padding:0;margin:2.8rem 0 0;border-top:1px solid var(--line-light)}
.offer-recap li{display:grid;grid-template-columns:2.25rem 1fr;gap:.75rem;padding:1rem 0;border-bottom:1px solid var(--line-light);font-size:.86rem;color:#515156}
.offer-recap span{font-size:.64rem;color:var(--accent);font-variant-numeric:tabular-nums}
.price-box{position:relative;overflow:hidden;padding:clamp(2.2rem,4vw,3.6rem);border:1px solid #dedee2;box-shadow:0 2rem 5rem rgb(0 0 0/.11),inset 0 1px 0 rgb(255 255 255/.8)}
.price-box:before{content:"";position:absolute;width:18rem;height:18rem;right:-9rem;top:-10rem;border-radius:50%;background:radial-gradient(circle,rgb(255 107 53/.16),transparent 68%);pointer-events:none}
.price-topline{display:flex;justify-content:space-between;gap:1rem;padding-bottom:1.25rem;margin-bottom:2.8rem;border-bottom:1px solid var(--line-light);font-size:.58rem;font-weight:650;letter-spacing:.11em;color:#7a7a80}.price-topline i{font-style:normal;color:var(--accent)}
.price-label{font-size:.74rem!important}.price-footnote{margin:1.25rem 0 0!important;padding-top:1.1rem;border-top:1px solid var(--line-light);font-size:.7rem!important;line-height:1.5!important;color:#77777d!important;text-align:center}

@media(min-width:921px){
  .hero{padding:clamp(6rem,9vw,8rem) 0 clamp(8rem,11vw,11rem)}
  .offer-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(25rem,.72fr);gap:clamp(4rem,8vw,8rem)}
}

@media(max-width:920px){
  .hero-grid{grid-template-columns:1fr;max-width:48rem}
  .hero-copy{align-items:center;text-align:center}
  .hero-copy h1{max-width:13ch}.hero-lead{margin-left:auto;margin-right:auto}.hero-actions,.hero-facts{justify-content:center}.hero-facts li:first-child{padding-left:1.7rem}
  .hero-visual{width:min(100%,38rem)}
  .fit-layout{grid-template-columns:1fr;gap:3.5rem}.fit-intro{position:static;max-width:38rem}.fit-intro h2{max-width:11ch}
  .offer-copy{text-align:center}.offer-copy h2{max-width:16ch;margin-inline:auto}.offer-recap{text-align:left}
}

@media(max-width:700px){
  .header-inner{padding-right:.65rem}.hero{padding:4.6rem 0 6.5rem}.hero-grid{gap:3.8rem}.hero-copy h1{font-size:clamp(2.75rem,11vw,4rem);max-width:13ch;line-height:.98;letter-spacing:-.06em}
  .hero-lead{max-width:34rem;margin-top:1.7rem}
  .ambient-fold{filter:blur(22px)}.ambient-fold-a{right:-68%;top:-34%;opacity:.45}.ambient-fold-b{display:none}.ambient-spotlight{width:28rem;height:28rem;right:-14rem;top:-9rem;opacity:.35}
  .hero-visual{min-height:37rem;padding:.85rem;border-radius:2rem}.hero-visual:after{inset:.85rem;left:.85rem;top:.85rem;border-radius:1.25rem}.artifact-bar{padding:.45rem .4rem .9rem}.tool-row{gap:.35rem;padding:1.35rem 0 1.15rem}.tool-row span{font-size:.52rem;padding:.52rem .58rem}.criterion-card{padding:1.15rem;border-radius:1.5rem}.criterion-heading{padding-bottom:1rem}.criterion-flow li{min-height:3.45rem}.artifact-outcome{margin-top:1.15rem}.hero-visual>p{bottom:auto;margin-top:1rem}
  .experience-intro{display:flex;flex-direction:column;align-items:flex-start;gap:1.35rem;text-align:left}.experience-intro .section-index{margin-bottom:.4rem}.experience-intro h2{max-width:13ch}.experience-intro>p{max-width:34rem;margin:0}
  .deliverables-header{display:flex;flex-direction:column;align-items:center;gap:1.4rem;text-align:center}.deliverables-header .section-index{justify-content:center}.deliverables-header h2{max-width:13ch}.deliverables-header>p{max-width:33rem;margin:0}
  .deliverables-display{grid-template-columns:1fr;gap:1rem;margin-top:3.5rem}.deliverable{min-height:37rem;border-radius:1.75rem;padding:1.4rem}.recording-visual{width:100%;margin:2.25rem 0}.recording-play{width:4.4rem}.guide-visual{min-height:18rem}.guide-page{width:min(62%,12rem)}
  .deliverable-copy h3{max-width:17ch}.deliverables-method{grid-template-columns:1fr;gap:2rem;padding:2rem;border-radius:1.75rem}.deliverables-method ol{grid-template-columns:1fr}.deliverables-method li{grid-template-columns:2rem 1fr;align-items:center;gap:.4rem;padding:.8rem .2rem;border-right:0;border-bottom:1px solid var(--line-light)}.deliverables-method li:last-child{border-bottom:0}
  .fit-layout{gap:3rem}.fit-cards article{grid-template-columns:1fr;gap:.7rem;padding:1.5rem 0}.fit-cards p{max-width:34rem}
  .thought-step summary{grid-template-columns:2.8rem 1fr;padding-right:2.5rem;gap:.6rem}.thought-step summary small{display:none}.step-detail{grid-template-columns:1fr;gap:.55rem;margin-left:2.8rem;padding-left:.6rem;padding-right:1rem}
  .offer-copy{text-align:center}.offer-recap{text-align:left}.price-topline{margin-bottom:2rem}.price-box>strong{font-size:clamp(4rem,20vw,5.5rem)}
}

@keyframes ambient-fold-a{
  0%{transform:translate3d(-4%,-2%,0) rotate(-9deg) scale(.96);opacity:.42}
  52%{transform:translate3d(5%,4%,0) rotate(-2deg) scale(1.04);opacity:.68}
  100%{transform:translate3d(-1%,8%,0) rotate(5deg) scale(1);opacity:.5}
}
@keyframes ambient-fold-b{
  0%{transform:translate3d(-4%,2%,0) rotate(6deg) scale(1);opacity:.3}
  55%{transform:translate3d(7%,-5%,0) rotate(-1deg) scale(1.06);opacity:.48}
  100%{transform:translate3d(1%,-9%,0) rotate(-7deg) scale(.98);opacity:.34}
}
@keyframes ambient-spotlight{
  0%{transform:translate3d(-8%,0,0) scale(.92);opacity:.32}
  100%{transform:translate3d(9%,12%,0) scale(1.08);opacity:.54}
}

@media(max-width:370px){
  .shell{width:calc(100% - 2rem)}.hero-copy h1{font-size:2.65rem}.hero-visual{min-height:34.5rem}.tool-row span{padding:.48rem .42rem;letter-spacing:.035em}.criterion-card{padding:1rem}.criterion-flow li{grid-template-columns:1.8rem 1fr auto}.criterion-flow b{font-size:.78rem}.artifact-outcome{grid-template-columns:1fr 2rem 1fr}
}

/* Paired tension / resolution block */
.duality-section{padding:var(--space-section) 0;background:var(--light);color:var(--text-dark)}
.duality-section .section-index{color:var(--secondary-dark)}
.duality-section h2{max-width:15ch;margin:0 auto;font-size:clamp(2.8rem,5vw,5rem);line-height:1.02;letter-spacing:-.055em;font-weight:600}
.duality-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:clamp(3.5rem,7vw,6rem)}
.duality-card{padding:clamp(2rem,4vw,3.4rem);border-radius:var(--radius)}
.duality-card h3{margin:0;font-size:.78rem;font-weight:650;letter-spacing:-.01em}
.duality-card .strike-list,.duality-card .check-grid{display:block;margin:2rem 0 0;border-top:1px solid #cdcdcf}
.duality-card .strike-list li,.duality-card .check-grid li{padding:1.15rem .1rem 1.15rem 2rem;border-right:0;border-bottom:1px solid #cdcdcf;font-size:clamp(.92rem,1.15vw,1.04rem);line-height:1.5}
.duality-card .check-grid li:nth-child(even),.duality-card .check-grid li:nth-child(odd){padding-left:2rem;padding-right:.1rem;border-right:0}
.duality-card .check-grid li:before,.duality-card .check-grid li:nth-child(even):before{left:.1rem;top:1.2rem}
.duality-card .strike-list li:before{left:.2rem;top:1.7rem}
.duality-before{background:var(--past-surface)}
.duality-before .strike-list li{color:#2c2c2e}
.duality-before .strike-list li:before{content:"−";top:1.15rem;width:auto;height:auto;border-radius:0;background:none;color:#6e6e73;font-size:1rem}
.duality-after{color:var(--future-text);background:radial-gradient(circle at 88% 4%,rgb(114 217 173/.14),transparent 30%),linear-gradient(145deg,var(--future-surface-raised),var(--future-surface) 72%);box-shadow:inset 0 1px 0 rgb(255 255 255/.07),inset 0 0 0 1px rgb(114 217 173/.12)}
.duality-after h3{color:var(--future-muted)}
.duality-after .check-grid{border-color:var(--future-line)}
.duality-after .check-grid li{border-color:var(--future-line);color:var(--future-text)}
.duality-after .check-grid li:before,.duality-after .check-grid li:nth-child(even):before{color:var(--future-accent)}

@media(max-width:700px){
  .duality-section{padding:6.5rem 0}
  .duality-section h2{font-size:clamp(2.5rem,11vw,3.65rem)}
  .duality-cards{grid-template-columns:1fr;gap:1rem;margin-top:3.25rem}
  .duality-card{padding:2rem}
}

/* Compact author portrait */
.proof-grid{grid-template-columns:minmax(13rem,17rem) minmax(0,1fr);gap:clamp(3.5rem,7vw,7rem);max-width:68rem}
.portrait-card{width:100%;border-radius:1.6rem;box-shadow:0 1.4rem 3.5rem rgb(0 0 0/.1)}
.portrait-card img{width:100%;height:auto;filter:saturate(.86) contrast(1.025);object-position:center 44%}

@media(max-width:700px){
  .proof-grid{grid-template-columns:1fr;max-width:36rem}
  .portrait-card{width:min(100%,15rem);margin-inline:auto;border-radius:1.35rem}
}

/* 21st component adaptations */
[hidden]{display:none!important}

.interactive-accordion .thought-step{transition:background .25s ease,padding .25s ease}
.interactive-accordion .thought-step summary{min-height:5.65rem}
.interactive-accordion .thought-step summary strong{transition:color .2s ease,transform .25s ease}
.interactive-accordion .thought-step summary:hover strong{color:#fff;transform:translateX(.2rem)}
.interactive-accordion .thought-step[open]{margin:.5rem 0;padding:0 1.25rem;border:1px solid rgb(255 255 255/.08);border-radius:1.35rem;background:linear-gradient(135deg,rgb(255 255 255/.055),rgb(255 255 255/.018))}
.interactive-accordion .thought-step[open] summary:after{content:"+";color:var(--accent);transform:translateY(-50%) rotate(45deg)}
.interactive-accordion .thought-step[open] summary strong{color:#fff}
.interactive-accordion .thought-step[open] .step-detail{padding-bottom:1.9rem}

.curriculum-showcase{display:grid;grid-template-columns:minmax(20rem,.78fr) minmax(0,1.22fr);gap:clamp(2.5rem,6vw,6rem);align-items:start;margin-top:clamp(4rem,8vw,7rem)}
.curriculum-list{display:grid;border-top:1px solid var(--line)}
.curriculum-tab{position:relative;display:grid;grid-template-columns:2rem 1fr;column-gap:1rem;row-gap:.35rem;min-height:7.3rem;padding:1.35rem 2.25rem 1.35rem .2rem;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;cursor:pointer;color:var(--secondary);transition:color .2s ease,padding .25s ease,background .25s ease}
.curriculum-tab:after{content:"↗";position:absolute;right:.3rem;top:1.45rem;font-size:.8rem;color:#5e5e63;transform:rotate(45deg);transition:transform .25s ease,color .2s ease}
.curriculum-tab>span{grid-row:1/3;padding-top:.18rem;font-size:.65rem;font-variant-numeric:tabular-nums;color:#646469}
.curriculum-tab strong{font-size:1.05rem;line-height:1.3;font-weight:600;letter-spacing:-.025em;color:#d8d8dc}
.curriculum-tab small{font-size:.76rem;line-height:1.45;color:#77777d}
.curriculum-tab:hover{padding-left:.7rem;background:rgb(255 255 255/.025)}
.curriculum-tab[aria-selected="true"]{padding-left:.9rem;color:#fff;background:linear-gradient(90deg,rgb(255 107 53/.1),transparent 72%)}
.curriculum-tab[aria-selected="true"]:before{content:"";position:absolute;left:0;top:1.2rem;bottom:1.2rem;width:2px;background:var(--accent)}
.curriculum-tab[aria-selected="true"]:after{color:var(--accent);transform:none}
.curriculum-tab[aria-selected="true"]>span{color:var(--accent)}
.curriculum-tab[aria-selected="true"] strong{color:#fff}

.curriculum-stage{position:sticky;top:calc(3.6rem + 2rem);min-height:34rem;border:1px solid rgb(255 255 255/.1);border-radius:2.4rem;overflow:hidden;background:radial-gradient(circle at 88% 2%,rgb(255 107 53/.09),transparent 28%),linear-gradient(145deg,#242426,#111113 68%);box-shadow:0 2.8rem 7rem rgb(0 0 0/.42),inset 0 1px 0 rgb(255 255 255/.1)}
.curriculum-stage:before{content:"";position:absolute;inset:1rem;border:1px solid rgb(255 255 255/.055);border-radius:1.65rem;pointer-events:none}
.curriculum-panel{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;min-height:34rem;padding:clamp(2.2rem,4.5vw,4rem);animation:panel-in .42s cubic-bezier(.16,1,.3,1) both}
.panel-kicker{margin:0;font-size:.63rem;font-weight:650;letter-spacing:.14em;color:#85858a}
.panel-caption{max-width:29rem;margin:2rem 0 0;font-size:.85rem;line-height:1.55;color:#8f8f94}
.map-flow{display:grid;grid-template-columns:1fr 1.4rem 1fr 1.4rem 1fr 1.4rem 1fr;align-items:center;gap:.4rem;margin:auto 0}
.map-flow span{display:grid;place-items:center;min-height:4.6rem;padding:.75rem;border:1px solid rgb(255 255 255/.12);border-radius:1rem;background:linear-gradient(180deg,rgb(255 255 255/.07),rgb(255 255 255/.02));box-shadow:inset 0 1px 0 rgb(255 255 255/.06);font-size:.7rem;font-weight:650;letter-spacing:.08em;color:#e6e6e9}
.map-flow i{position:relative;height:1px;background:linear-gradient(90deg,#4b4b50,var(--accent))}
.map-flow i:after{content:"";position:absolute;right:0;top:-3px;border-left:5px solid var(--accent);border-top:3.5px solid transparent;border-bottom:3.5px solid transparent}

.context-stack{display:grid;gap:.7rem;margin:auto 0}
.context-stack>div{display:grid;grid-template-columns:2.3rem 1fr auto;align-items:center;min-height:4.3rem;padding:0 1.15rem;border:1px solid rgb(255 255 255/.09);border-radius:1rem;background:rgb(255 255 255/.035);box-shadow:0 1rem 2rem rgb(0 0 0/.16)}
.context-stack>div:nth-child(2){margin-left:1.5rem}.context-stack>div:nth-child(3){margin-left:3rem}
.context-stack span{font-size:.62rem;color:var(--accent)}.context-stack b{font-size:.88rem;font-weight:580}.context-stack small{font-size:.68rem;color:#747479}
.context-meter{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;margin-top:2rem;font-size:.68rem;color:#8d8d92}
.context-meter i{height:.28rem;border-radius:99px;background:#353539;overflow:hidden}.context-meter i b{display:block;width:68%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),#ffad8f)}.context-meter strong{color:#d6d6da;font-weight:600}

.instruction-sheet{margin:auto 0;border-top:1px solid rgb(255 255 255/.12)}
.instruction-sheet>div{display:grid;grid-template-columns:7.5rem 1fr;gap:1.5rem;align-items:center;min-height:5.4rem;border-bottom:1px solid rgb(255 255 255/.1)}
.instruction-sheet span{font-size:.61rem;font-weight:650;letter-spacing:.12em;color:var(--accent)}
.instruction-sheet p{margin:0;font-size:.92rem;line-height:1.45;color:#d8d8dc}

.orchestration-map{position:relative;width:min(100%,25rem);aspect-ratio:1.55;margin:auto;display:grid;place-items:center}
.orchestration-map:before,.orchestration-map:after{content:"";position:absolute;border:1px solid rgb(255 255 255/.1);border-radius:50%}
.orchestration-map:before{inset:16% 24%}.orchestration-map:after{inset:2% 8%}
.orchestration-map strong{position:relative;z-index:2;display:grid;place-items:center;width:7.5rem;aspect-ratio:1;border:1px solid rgb(255 107 53/.35);border-radius:50%;background:radial-gradient(circle at 35% 28%,#3d302d,#1a1717 70%);box-shadow:0 1.8rem 4rem rgb(0 0 0/.4),0 0 0 .5rem rgb(255 107 53/.035);font-size:.72rem;letter-spacing:.1em}
.orchestration-map .orbit{position:absolute;z-index:2;padding:.55rem .75rem;border:1px solid rgb(255 255 255/.12);border-radius:999px;background:#1d1d20;font-size:.58rem;font-weight:650;letter-spacing:.08em;color:#b5b5ba}
.orbit-skill{left:3%;top:14%}.orbit-agent{right:2%;top:18%}.orbit-mcp{left:7%;bottom:12%}.orbit-memory{right:0;bottom:15%}

.fit-tabs{min-width:0}
.fit-tablist{display:flex;gap:clamp(1rem,2.4vw,2rem);border-bottom:1px solid var(--line-light);overflow-x:auto;scrollbar-width:none}
.fit-tablist::-webkit-scrollbar{display:none}
.fit-tablist button{position:relative;flex:0 0 auto;min-height:3.4rem;padding:.4rem 0;border:0;background:transparent;color:var(--secondary-dark);font-size:.82rem;font-weight:580;cursor:pointer;white-space:nowrap}
.fit-tablist button:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.fit-tablist button[aria-selected="true"]{color:var(--text-dark)}
.fit-tablist button[aria-selected="true"]:after{transform:scaleX(1)}
.fit-panels{margin-top:2rem}
.fit-panels article{min-height:18rem;padding:clamp(2rem,4vw,3.2rem);border-radius:2rem;background:linear-gradient(145deg,#efeff1,#e5e5e8);box-shadow:inset 0 1px 0 rgb(255 255 255/.9);animation:panel-in .38s cubic-bezier(.16,1,.3,1) both}
.fit-panels span{font-size:.68rem;font-variant-numeric:tabular-nums;color:var(--accent)}
.fit-panels h3{max-width:13ch;margin:3.2rem 0 1rem;font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.03;letter-spacing:-.045em}
.fit-panels p{max-width:34rem;margin:0;font-size:1rem;line-height:1.65;color:var(--secondary-dark)}

.faq-grid{display:grid;grid-template-columns:minmax(18rem,.76fr) minmax(0,1.24fr);align-items:start;gap:clamp(4rem,9vw,9rem);max-width:1200px;text-align:left}
.faq-grid>div.faq-intro:first-child{position:sticky;top:calc(3.6rem + 2.5rem);display:block;width:100%;align-items:initial;text-align:left}
.faq-intro h2{max-width:8ch}
.faq-lead{max-width:26rem;margin:1.6rem 0 0;font-size:1rem;line-height:1.65;color:var(--secondary-dark)}
.faq-cta{display:inline-flex;align-items:center;gap:.65rem;margin-top:2rem;padding-bottom:.35rem;border-bottom:1px solid var(--text-dark);font-size:.82rem;font-weight:600;text-decoration:none}
.faq-cta span{color:var(--accent);transition:transform .2s ease}.faq-cta:hover span{transform:translate(.18rem,-.18rem)}
.faq-list{width:100%;border-top:1px solid var(--line-light)}
.faq-list details{border-bottom:1px solid var(--line-light)}
.faq-list summary{display:grid;grid-template-columns:2.2rem 1fr;align-items:center;gap:.8rem;min-height:5.3rem;padding:1rem 3rem 1rem 0}
.faq-list summary>span{font-size:.65rem;font-variant-numeric:tabular-nums;color:#9a9a9f}
.faq-list summary>b{font-size:1rem;font-weight:580;letter-spacing:-.015em;color:var(--text-dark)}
.faq-list summary:after{content:"+";top:50%;transform:translateY(-50%);transition:transform .25s ease,color .2s ease}
.faq-list details[open] summary:after{content:"+";color:var(--accent);transform:translateY(-50%) rotate(45deg)}
.faq-answer{padding:0 3rem 1.7rem 3rem}
.faq-answer p{max-width:38rem;margin:0;font-size:.93rem;line-height:1.68;color:var(--secondary-dark)}

@keyframes panel-in{from{opacity:0;transform:translateY(.7rem)}to{opacity:1;transform:none}}

@media(max-width:920px){
  .curriculum-showcase{grid-template-columns:minmax(16rem,.78fr) minmax(0,1.22fr);gap:2rem}.curriculum-stage{top:calc(3.6rem + 1rem)}
  .faq-grid{grid-template-columns:minmax(16rem,.7fr) minmax(0,1.3fr);gap:3rem}
}

@media(max-width:700px){
  .interactive-accordion .thought-step[open]{padding:0 .85rem}
  .curriculum-showcase{display:flex;flex-direction:column;gap:1.5rem;margin-top:3.5rem}
  .curriculum-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;overflow:visible;border:1px solid var(--line);border-radius:1.25rem;scroll-snap-type:none}
  .curriculum-tab{grid-template-columns:1.45rem minmax(0,1fr);align-content:center;min-height:5.6rem;padding:1rem .9rem;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left}
  .curriculum-tab:nth-child(2n){border-right:0}.curriculum-tab:nth-last-child(-n+2){border-bottom:0}
  .curriculum-tab:after{display:none}
  .curriculum-tab:hover,.curriculum-tab[aria-selected="true"]{padding-left:.9rem;background:rgb(255 107 53/.1)}
  .curriculum-tab[aria-selected="true"]:before{top:.75rem;bottom:.75rem;width:3px}
  .curriculum-tab>span{grid-row:auto;padding-top:.1rem}
  .curriculum-tab small{display:none}
  .curriculum-stage{position:relative;top:auto;width:100%;min-height:30rem;border-radius:1.8rem}
  .curriculum-stage:before{inset:.7rem;border-radius:1.25rem}
  .curriculum-panel{min-height:30rem;padding:2rem}
  .map-flow{display:flex;flex-direction:column;gap:.35rem}.map-flow span{width:100%;min-height:3.2rem;font-size:.61rem}.map-flow i{width:1px;height:1.1rem;background:linear-gradient(180deg,#4b4b50,var(--accent))}.map-flow i:after{right:auto;left:-3px;top:auto;bottom:0;border-left:3.5px solid transparent;border-right:3.5px solid transparent;border-top:5px solid var(--accent);border-bottom:0}
  .context-stack>div:nth-child(2){margin-left:.8rem}.context-stack>div:nth-child(3){margin-left:1.6rem}.context-stack>div{grid-template-columns:2rem 1fr}.context-stack small{display:none}
  .instruction-sheet>div{grid-template-columns:5.6rem 1fr;gap:1rem}.instruction-sheet p{font-size:.84rem}
  .orchestration-map{width:100%}.orchestration-map strong{width:6.5rem}.orchestration-map .orbit{font-size:.52rem}
  .fit-tablist{gap:1.25rem}.fit-panels article{min-height:17rem}.fit-panels h3{margin-top:2.5rem}
  .faq-grid{display:block;text-align:left}.faq-grid>div.faq-intro:first-child{position:static}.faq-intro h2{max-width:9ch}.faq-lead{max-width:32rem}.faq-list{margin-top:3.5rem}.faq-list summary{grid-template-columns:1.8rem 1fr;gap:.55rem;padding-right:2.5rem}.faq-answer{padding-left:2.35rem;padding-right:1rem}
}

/* HIG-inspired typography and scan hierarchy */
html{font-optical-sizing:auto;-moz-osx-font-smoothing:grayscale}
h1,h2,h3{text-wrap:balance}
.hero-lead,.proof-grid>div>p:not(.section-index),.belief-copy p,.big-copy,.experience-intro>p,.fit-panels p,.offer-copy>p,.faq-lead,.faq-answer p{text-wrap:pretty}
.brand,.primary-navigation,.menu-button{font-size:var(--text-ui)}
.skip-link,.brand,.menu-button,.faq-cta{min-height:2.75rem}
.brand{display:inline-flex;align-items:center}
.menu-button{align-items:center;justify-content:center;min-width:2.75rem}
.faq-cta{align-items:center}
.price-note{font-size:var(--text-ui)}
.hero-facts span{font-size:var(--text-label)}
.hero-facts strong{font-size:var(--text-ui)}
.artifact-bar{font-size:var(--text-label)}
.tool-row span{font-size:var(--text-label)}
.criterion-heading small,.criterion-flow span{font-size:var(--text-label)}
.criterion-flow i{font-size:var(--text-label)}
.artifact-outcome{font-size:var(--text-label)}.artifact-outcome b{font-size:var(--text-label)}
.hero-visual>p{font-size:var(--text-label)}
.duality-card .strike-list li,.duality-card .check-grid li{font-size:var(--text-body-sm)}
.proof-grid>div>p:not(.section-index),.belief-copy p{font-size:var(--text-body);line-height:1.68}
.step-detail p,.step-detail b{font-size:var(--text-body-sm);line-height:1.58}
.thought-step summary>span,.curriculum-tab>span{font-size:var(--text-label)}
.thought-step summary small{font-size:var(--text-caption)}
.curriculum-tab small{font-size:var(--text-ui);line-height:1.5}
.panel-kicker{font-size:var(--text-label)}
.panel-caption{font-size:var(--text-body-sm);line-height:1.6}
.map-flow span{font-size:var(--text-label)}
.context-stack span,.context-stack small{font-size:var(--text-label)}
.context-meter{font-size:var(--text-caption)}
.instruction-sheet span{font-size:var(--text-label)}
.instruction-sheet p{font-size:var(--text-body-sm);line-height:1.5}
.orchestration-map .orbit{font-size:var(--text-label)}
.fit-tablist button{font-size:var(--text-ui)}
.fit-panels span,.faq-list summary>span{font-size:var(--text-label)}
.fit-panels p,.faq-lead,.faq-answer p{font-size:var(--text-body-sm);line-height:1.68}
.faq-list summary>b{font-size:var(--text-body-sm)}
.offer-recap li{font-size:.95rem;line-height:1.5}.offer-recap span{font-size:var(--text-label)}
.portrait-card figcaption{font-size:var(--text-caption)}
.price-topline{font-size:var(--text-label)}.price-label{font-size:var(--text-caption)!important}
.checkout-status{font-size:var(--text-ui)!important;line-height:1.55!important}
.price-footnote{font-size:var(--text-caption)!important;line-height:1.55!important}
.footer-inner{font-size:var(--text-caption);line-height:1.65}

.hero-lead strong,.belief-copy strong,.big-copy strong,.experience-intro>p strong{font-weight:650;color:var(--text)}
.duality-card strong,.comparison-card strong,.proof-grid>div>p strong,.fit-panels p strong,.offer-copy>p strong,.faq-answer strong{font-weight:650;color:var(--text-dark)}
.duality-after strong,.comparison-card.after strong{color:var(--future-accent)}

@media(max-width:700px){
  body{font-size:var(--text-body)}
  .tool-row span,.criterion-heading small,.criterion-flow span,.artifact-outcome,.orchestration-map .orbit{font-size:var(--text-label)}
  .criterion-flow b{font-size:var(--text-ui)}
  .duality-card .strike-list li,.duality-card .check-grid li,.proof-grid>div>p:not(.section-index),.belief-copy p,.step-detail p,.step-detail b,.panel-caption,.fit-panels p,.faq-lead,.faq-answer p{font-size:var(--text-body);line-height:1.65}
  .curriculum-tab strong{font-size:1rem}.curriculum-tab small{font-size:var(--text-caption)}
  .faq-list summary>b{font-size:var(--text-body)}

  .proof-grid>div{text-align:center}
  .proof-grid>div>.section-index{justify-content:center}
  .proof-grid>div>p:not(.section-index){width:100%;text-align:left}
  .proof-facts{width:100%;text-align:center}

  .experience-intro{align-items:center;text-align:center}
  .experience-intro .section-index{justify-content:center}
  .experience-intro h2{margin-inline:auto}
  .experience-intro>p{text-align:center}

  .fit-intro{width:100%;margin-inline:auto;text-align:center}
  .fit-intro .section-index{justify-content:center}
  .fit-intro h2{margin-inline:auto}

  .faq-grid{text-align:center}
  .faq-grid>div.faq-intro:first-child{display:flex;flex-direction:column;align-items:center;text-align:center}
  .faq-intro .section-index{justify-content:center}
  .faq-intro h2,.faq-lead{margin-inline:auto}
  .faq-list{text-align:left}
}

@media(prefers-contrast:more){
  :root{--secondary:#c7c7cc;--secondary-dark:#4a4a4f}
  .hero-lead strong,.belief-copy strong,.big-copy strong,.experience-intro>p strong,.duality-card strong,.comparison-card strong,.proof-grid>div>p strong,.fit-panels p strong,.offer-copy>p strong,.faq-answer strong{font-weight:700}
}
