:root{--bg:#0d1117;--surface:#151b23;--surface-2:#f4f6f8;--text:#111827;--muted:#667085;--white:#fff;--line:#e6e8ec;--accent:#5b5df0;--radius:18px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.6}a{color:inherit}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.narrow{max-width:780px}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:1.12rem;font-weight:800;text-decoration:none;letter-spacing:-.02em}.site-nav{display:flex;align-items:center;gap:24px}.site-nav a{text-decoration:none;color:#344054;font-weight:600;font-size:.94rem}.site-nav a:hover{color:#000}.menu-toggle{display:none;background:transparent;border:1px solid var(--line);border-radius:10px;padding:9px 12px;font:inherit}.hero{background:linear-gradient(140deg,#0a0d12,#172033);color:#fff;padding:92px 0}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:68px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:.75rem;font-weight:800;color:#7377ff;margin:0 0 14px}.hero h1,.page-hero h1{font-size:clamp(2.5rem,6vw,5.4rem);line-height:.98;letter-spacing:-.055em;margin:0 0 24px;max-width:900px}.hero-copy{font-size:1.15rem;color:#cbd5e1;max-width:660px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:12px;text-decoration:none;font-weight:750;border:1px solid transparent;cursor:pointer;font:inherit}.button.primary{background:#fff;color:#111827}.button.secondary{border-color:#3b4658;color:#fff;background:transparent}.hero-panel{display:flex;justify-content:center}.hero-card{width:min(100%,420px);min-height:330px;background:linear-gradient(145deg,#6771ff,#8e5cff);border-radius:32px;padding:36px;box-shadow:0 24px 70px rgba(0,0,0,.35);display:flex;flex-direction:column;justify-content:flex-end}.hero-card span{opacity:.8;font-weight:700}.hero-card strong{font-size:2.6rem;line-height:1;margin:10px 0}.hero-card p{margin-bottom:0}.section{padding:88px 0}.section-muted{background:var(--surface-2)}.section-heading{max-width:720px;margin-bottom:34px}.section-heading h2,.split-block h2{font-size:clamp(2rem,4vw,3.3rem);line-height:1.05;letter-spacing:-.045em;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;min-height:240px}.feature-number{display:inline-block;color:#98a2b3;font-weight:800;margin-bottom:50px}.feature-card h3{font-size:1.35rem;margin:0 0 10px}.feature-card p{color:var(--muted);margin:0}.split-block{display:grid;grid-template-columns:1fr 1fr;gap:60px}.split-block p{font-size:1.08rem;color:#475467}.text-link{font-weight:750;text-decoration:none}.page-hero{padding:80px 0 54px;background:#f8fafc;border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(2.5rem,5vw,4.6rem);color:#101828}.page-hero p{color:#667085;max-width:700px}.prose{font-size:1.07rem;color:#344054;line-height:1.9}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.post-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.post-card img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}.post-card-body{padding:22px}.post-card time{font-size:.82rem;color:#667085}.post-card h2{font-size:1.25rem;line-height:1.2}.post-card h2 a{text-decoration:none}.post-card p{color:#667085}.article-image{padding-top:45px}.article-image img{width:100%;border-radius:var(--radius);display:block}.contact-form{display:grid;gap:20px}.contact-form label{font-weight:700;display:grid;gap:8px}.contact-form input,.contact-form textarea{width:100%;border:1px solid #d0d5dd;border-radius:12px;padding:12px 14px;font:inherit}.contact-form .button.primary{background:#111827;color:#fff;width:max-content}.hp-field{position:absolute;left:-9999px}.alert{padding:14px 16px;border-radius:12px;margin-bottom:20px}.alert.error{background:#fff1f1;color:#9b1c1c}.alert.success{background:#ecfdf3;color:#067647}.empty-state{border:1px dashed #d0d5dd;border-radius:16px;padding:40px;text-align:center;color:#667085}.site-footer{background:#0b0f15;color:#cbd5e1;padding:54px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:40px}.footer-grid strong{color:#fff}.footer-grid p{max-width:500px}.footer-links{display:flex;gap:20px;justify-content:flex-end;flex-wrap:wrap}.footer-links a{text-decoration:none}.footer-bottom{border-top:1px solid #222b38;margin-top:34px;padding-top:22px;font-size:.9rem;color:#8c98a8}@media(max-width:820px){.site-nav{display:none;position:absolute;top:74px;left:0;right:0;background:#fff;padding:20px;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}.site-nav.open{display:flex}.menu-toggle{display:inline-flex}.hero{padding:64px 0}.hero-grid,.split-block{grid-template-columns:1fr;gap:36px}.hero-card{min-height:260px}.feature-grid,.post-grid{grid-template-columns:1fr}.feature-number{margin-bottom:28px}.section{padding:64px 0}.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}@media(max-width:480px){.container{width:min(var(--max),calc(100% - 28px))}.hero h1,.page-hero h1{letter-spacing:-.04em}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}}

/* =========================================================
   D2C HOME — SECTION 1
   Mobile-first implementation from the supplied design.
   ========================================================= */

.menu-toggle{width:42px;height:42px;padding:9px;border:0;border-radius:0;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.menu-toggle span{display:block;width:23px;height:2px;background:#111827;border-radius:10px;transition:transform .2s ease,opacity .2s ease}
.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.home-page{background:#050607;color:#fff}
.home-page .site-header{position:absolute;top:0;left:0;right:0;z-index:50;background:transparent;border:0;backdrop-filter:none;color:#fff}
.home-page .header-inner{min-height:62px;width:calc(100% - 56px);max-width:1180px}
.home-page .brand{color:#fff;font-size:1.23rem;font-weight:900;letter-spacing:-.035em;text-shadow:0 1px 8px rgba(0,0,0,.28)}
.home-page .site-nav a{color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.35)}
.home-page .menu-toggle span{background:#fff}

.home-hero{position:relative;overflow:hidden;background:#050607;color:#fff;padding:0}
.home-hero__visual{position:relative;width:100%;aspect-ratio:4/3;min-height:300px;background:radial-gradient(circle at 55% 30%,#2f3137 0,#161719 42%,#070809 100%);overflow:visible}
.home-hero__visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}
.home-hero__image-shade{position:absolute;z-index:1;left:0;right:0;bottom:-75px;height:190px;pointer-events:none;background:linear-gradient(to bottom,rgba(5,6,7,0) 0%,rgba(5,6,7,.28) 32%,#050607 78%,#050607 100%)}
.home-hero__content{position:relative;z-index:2;width:calc(100% - 56px);max-width:1180px;margin-top:-4px;padding:0 0 58px}
.home-hero__eyebrow{margin:0 0 10px;color:#9850ff;font-size:.72rem;font-weight:850;line-height:1.25;letter-spacing:.225em;text-transform:uppercase}
.home-hero h1{max-width:100%;margin:0;color:#fff;font-size:clamp(2.55rem,10.25vw,3.2rem);font-weight:900;line-height:.92;letter-spacing:-.048em}
.home-hero h1 span{color:#8f42ff}
.home-hero__copy{max-width:42rem;margin:22px 0 0;color:#d7d7dc;font-size:1.02rem;line-height:1.38;letter-spacing:-.012em}
.home-hero__primary{width:100%;min-height:62px;margin-top:20px;padding:10px 19px;display:flex;align-items:center;gap:14px;border-radius:7px;background:linear-gradient(90deg,#ffcc31 0%,#ffc02b 100%);box-shadow:0 3px 14px rgba(255,193,40,.14);color:#07090b;text-decoration:none;font-weight:900;font-size:1.07rem;line-height:1.1}
.home-hero__primary>span:nth-child(2){flex:1}
.home-hero__play{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:50%;background:#07090b;color:#fff}
.home-hero__play svg{width:23px;height:23px}
.home-hero__arrow{width:29px;height:29px;flex:0 0 29px}
.home-hero__secondary{display:inline-flex;align-items:center;gap:9px;margin-top:18px;color:#9448ff;text-decoration:none;font-size:.95rem;font-weight:650}
.home-hero__secondary span{font-size:1.45em;line-height:1;transform:translateY(-1px)}
.home-hero__proof{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:28px}
.proof-item{min-width:0}
.proof-item__icon{display:block;width:31px;height:31px;margin-bottom:10px;color:#fff}
.proof-item strong{display:block;color:#fff;font-size:.69rem;line-height:1.12;font-weight:850;letter-spacing:-.02em;overflow-wrap:anywhere}
.proof-item p{margin:7px 0 0;color:#c3c5ca;font-size:.62rem;line-height:1.35;letter-spacing:-.01em}

@media(max-width:820px){
  .home-page .site-nav{top:62px;background:#070809;border-bottom:1px solid #22272e;padding:22px 28px}
  .home-page .site-nav a{color:#fff}
}

@media(max-width:420px){
  .home-page .header-inner,.home-hero__content{width:calc(100% - 40px)}
  .home-hero__visual{min-height:280px}
  .home-hero h1{font-size:clamp(2.35rem,10.4vw,2.75rem)}
  .home-hero__copy{font-size:.98rem}
  .home-hero__primary{padding-inline:15px;gap:10px;font-size:.98rem}
  .home-hero__play{width:36px;height:36px;flex-basis:36px}
  .home-hero__proof{gap:8px}
  .proof-item strong{font-size:.63rem}
  .proof-item p{font-size:.57rem}
}

@media(min-width:821px){
  /* Temporary desktop behaviour. This will be replaced when the desktop design is supplied. */
  .home-page .site-header{position:absolute}
  .home-page .header-inner{min-height:76px}
  .home-hero__visual{aspect-ratio:auto;height:min(62vw,700px);min-height:560px}
  .home-hero__content{margin-top:-72px;padding-bottom:88px}
  .home-hero h1{font-size:clamp(3.7rem,6vw,5.6rem);max-width:900px}
  .home-hero__copy{font-size:1.18rem}
  .home-hero__primary{max-width:480px}
  .home-hero__proof{max-width:760px;gap:28px}
  .proof-item strong{font-size:.82rem}
  .proof-item p{font-size:.72rem}
}

/* =========================================================
   D2C HOME — ALL MOBILE SECTIONS
   Based on the supplied mobile reference screens.
   ========================================================= */
:root{--d2c-purple:#6e29ff;--d2c-purple-2:#8b43ff;--d2c-gold:#ffc228;--d2c-gold-2:#ffd668;--d2c-ink:#070a0f;--d2c-navy:#0a1020;--d2c-copy:#536073;--d2c-border:#dfe3e9}
.home-page main{overflow:hidden}.home-shell{width:min(560px,calc(100% - 32px));margin-inline:auto}.home-section{padding:48px 0;background:#fff;color:#0b0d11}.home-heading{margin:0 auto 24px}.home-heading--center{text-align:center}.home-heading h2{margin:0;font-size:clamp(2rem,8.2vw,2.65rem);line-height:1.01;letter-spacing:-.055em;font-weight:900}.home-heading>p:last-child{max-width:500px;margin:12px auto 0;color:#526074;font-size:.98rem;line-height:1.35}.home-heading--dark h2,.home-heading--dark h3{color:#fff}.home-heading--dark>p:last-child{color:#c8cbd4}.home-kicker{margin:0 0 12px;color:var(--d2c-purple);font-size:.69rem;font-weight:900;letter-spacing:.26em;text-transform:uppercase}.home-kicker--muted{color:#576274}.home-kicker--muted-light{color:#c5c9d1}.purple-text{color:var(--d2c-purple)!important}.gold-text{color:var(--d2c-gold)!important}.micro-tagline{text-align:center;margin:10px 0 0;font-size:.54rem;font-weight:850;letter-spacing:.26em;color:#8992a1;text-transform:uppercase}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.gold-button{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;min-height:48px;padding:10px 16px;border-radius:7px;background:linear-gradient(90deg,var(--d2c-gold),#ffc842);color:#080a0d;text-decoration:none;font-size:.91rem;font-weight:900;box-shadow:0 8px 22px rgba(255,183,17,.12)}.gold-button svg{width:20px;height:20px;flex:0 0 20px}.gold-button--wide{display:flex;width:100%;max-width:470px;margin-inline:auto}.gold-button--small{min-height:40px;padding:8px 14px;font-size:.78rem}.purple-link{display:inline-block;margin-top:5px;color:var(--d2c-purple);font-size:.84rem;font-weight:800;text-decoration:none}

/* 02 Paths */
.path-section{padding-top:46px}.path-section .home-heading h2{font-size:clamp(2rem,8vw,2.5rem)}.path-stack{display:grid;gap:14px}.path-card{position:relative;min-height:335px;border-radius:11px;overflow:hidden;padding:26px 22px;box-shadow:0 4px 18px rgba(19,26,39,.1)}.path-card--dark{background:radial-gradient(circle at 78% 32%,#252b31 0,#111419 46%,#080a0d 100%);color:#fff}.path-card--light{background:linear-gradient(120deg,#fff 0,#f9f9fa 62%,#eee 100%);color:#090b0e;border:1px solid #e7e8eb}.path-card__copy{position:relative;z-index:2;width:64%;display:flex;flex-direction:column;align-items:flex-start}.path-card__label{font-size:.66rem;letter-spacing:.2em;font-weight:900;color:#d9c8ff}.path-card--light .path-card__label{color:var(--d2c-purple)}.path-card h3{margin:8px 0 8px;font-size:2rem;line-height:1;letter-spacing:-.045em}.path-card p{margin:0;color:#e4e6e9;font-size:.95rem;line-height:1.28}.path-card--light p{color:#4f5a6b}.path-card__person{position:absolute;right:-5%;bottom:0;width:51%;height:92%;object-fit:contain;object-position:right bottom;z-index:1}.check-list{list-style:none;padding:0;margin:19px 0;display:grid;gap:12px}.check-list li{display:flex;gap:10px;align-items:center;font-size:.84rem}.check-list svg{width:20px;height:20px;flex:0 0 20px}.check-list--gold svg{color:var(--d2c-gold)}.check-list--purple svg{color:var(--d2c-purple)}.path-card .gold-button{position:relative;z-index:3;min-width:195px}

/* 03 System */
.system-section{padding-top:42px}.system-heading{margin-bottom:15px}.system-heading h2{font-size:clamp(1.9rem,7.2vw,2.45rem)}.system-heading>p:last-child{font-size:.86rem;max-width:430px}.way-card{border:1px solid #e3e5ea;border-radius:10px;padding:15px 20px;background:#fff;box-shadow:0 8px 25px rgba(27,37,55,.03)}.way-card--new{border-color:#d8c3ff;background:linear-gradient(115deg,#fff,#f6f0ff)}.way-pill{display:inline-flex;background:#edf0f4;color:#596274;border-radius:999px;padding:3px 10px;font-size:.63rem;line-height:1.2;font-weight:900}.way-card--new .way-pill{background:#eee4ff;color:var(--d2c-purple)}.way-card h3{font-size:1.28rem;line-height:1;margin:8px 0 12px;letter-spacing:-.04em}.way-list{list-style:none;margin:0;padding:10px 0 0;border-top:1px solid #dfe2e8;display:grid;gap:8px}.way-list li{display:flex;align-items:center;gap:11px;color:#374154;font-size:.8rem}.way-list svg{width:22px;height:22px;flex:0 0 22px}.way-list--old svg{color:#aab1be}.way-list--new svg{color:var(--d2c-purple)}.system-transition{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin:0 0 -1px;height:38px}.system-transition span{height:1px;background:#d8dce4}.system-transition b{display:grid;place-items:center;width:40px;height:40px;border:1px solid #d9c7ff;border-radius:50%;background:#fff;color:var(--d2c-purple);font-size:1.35rem;font-weight:500}.system-divider{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;margin:18px 0 11px}.system-divider span{height:1px;background:#8a94a5}.system-divider b{color:var(--d2c-purple);font-size:.58rem;letter-spacing:.18em;text-align:center}.eight-steps{display:grid;grid-template-columns:1fr 1fr;gap:8px}.system-step{min-height:76px;border:1px solid #e2e5eb;border-radius:9px;display:grid;grid-template-columns:42px 1fr;align-items:center;gap:8px;padding:8px 10px;background:#fff}.system-step__icon{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;background:#f3edff;color:var(--d2c-purple)}.system-step__icon svg{width:23px;height:23px}.system-step small{display:block;font-size:.52rem;color:#667085;font-weight:800}.system-step strong{display:block;font-size:.77rem;line-height:1.05}.system-step p{margin:3px 0 0;color:#657085;font-size:.57rem;line-height:1.15}.system-section .gold-button{margin-top:10px}

/* 04 Connected + starts */
.connected-visual{padding:24px 0 20px;background:radial-gradient(circle at 50% 55%,#261044 0,#0c0821 42%,#060712 78%,#05060b 100%);color:#fff}.connected-visual .home-heading{margin-bottom:10px}.connected-visual .home-heading h2{font-size:1.75rem}.connected-visual .home-heading>p:last-child{font-size:.74rem;line-height:1.25;max-width:455px}.connected-diagram{display:block;width:100%;max-height:210px;object-fit:cover;border-radius:4px;filter:saturate(1.05);box-shadow:0 0 42px rgba(113,35,255,.26)}.starting-section{padding-top:20px;background:linear-gradient(#fff 88%,#f4eeff)}.starting-section .home-heading h2{font-size:1.95rem}.starting-section .home-heading>p:last-child{font-size:.78rem}.starting-stack{display:grid;gap:12px}.starting-card{border:1px solid #e4e6eb;border-radius:10px;box-shadow:0 5px 15px rgba(30,40,60,.05);overflow:hidden;background:#fff;display:grid;grid-template-columns:42% 58%;min-height:180px}.starting-card__visual{position:relative;background:#17191d;overflow:hidden}.starting-card__visual img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.9)}.starting-card__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),transparent 45%,rgba(0,0,0,.06))}.starting-card__visual strong{position:absolute;z-index:2;left:12px;top:12px;max-width:82%;font-size:.58rem;line-height:1.15;color:#fff;letter-spacing:.15em}.starting-card__body{padding:12px 11px}.starting-card__head{display:grid;grid-template-columns:32px 1fr;gap:8px;align-items:start}.starting-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f0e7ff;color:var(--d2c-purple)}.starting-icon svg{width:20px;height:20px}.starting-card small{display:block;color:#707a8d;font-size:.48rem;letter-spacing:.14em;font-weight:900}.starting-card h3{font-size:.78rem;margin:2px 0 0;line-height:1.05}.starting-card__body>p{margin:5px 0 7px;color:#5c6575;font-size:.58rem;line-height:1.2}.mini-check-list{list-style:none;padding:0;margin:0 0 7px;display:grid;gap:3px}.mini-check-list li{display:flex;gap:5px;align-items:center;font-size:.54rem;line-height:1.15}.mini-check-list svg{width:12px;height:12px;color:var(--d2c-purple);flex:0 0 12px}.starting-card .gold-button{width:100%;min-height:31px;padding:5px 10px;font-size:.58rem}.starting-card .gold-button svg{width:15px;height:15px}.starting-section .micro-tagline{margin-top:16px}

/* 05 OS */
.os-section{position:relative;padding:34px 0 28px;background:radial-gradient(circle at 50% 100%,#12144d 0,#070b18 38%,#05070d 82%);color:#fff}.os-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(89,43,255,.11),transparent 18%,transparent 82%,rgba(89,43,255,.08));pointer-events:none}.os-section>.home-shell{position:relative}.os-heading h2{font-size:2rem}.os-heading h3{max-width:440px;margin:7px auto 0;font-size:1.28rem;line-height:1.05;letter-spacing:-.035em}.os-heading>p:last-of-type{font-size:.82rem}.os-arrow{color:#707888;font-weight:500}.os-heading .gold-button{margin-top:12px}.training-link{display:inline-flex;align-items:center;gap:8px;margin-top:9px;color:#fff;text-decoration:none;font-size:.72rem;border-bottom:1px solid #77808f;padding-bottom:3px}.training-link svg{width:22px;height:22px}.os-dashboard{display:block;width:100%;margin:14px auto 5px;border-radius:8px;box-shadow:0 0 0 1px rgba(178,162,255,.55),0 22px 40px rgba(0,0,0,.42)}.os-process{border-top:1px solid rgba(255,255,255,.14);padding-top:8px}.os-process__row{display:grid;grid-template-columns:46px 26px 1fr;gap:8px;align-items:center;padding:8px 0}.os-process__icon{width:40px;height:40px;border:1px solid var(--d2c-purple);border-radius:50%;display:grid;place-items:center;color:#9b5cff}.os-process__icon svg{width:24px;height:24px}.os-process__row>small{color:#778195;font-size:.64rem}.os-process__row h3{margin:0;font-size:.92rem;line-height:1}.os-process__row p{margin:4px 0 0;color:#c4c8d1;font-size:.67rem;line-height:1.2}.os-footer-line{border-top:1px solid rgba(255,255,255,.28);margin:13px 0 0;padding-top:17px;text-align:center;color:#bb78ff;font-size:.57rem;letter-spacing:.24em}

/* 06 Roman */
.roman-section{padding-top:0}.roman-shell{width:min(620px,100%)}.roman-photo{display:block;width:100%;aspect-ratio:2/1;object-fit:cover}.roman-copy{padding:26px 30px 0}.roman-copy h2{margin:8px 0 16px;font-size:2rem;line-height:1.03;letter-spacing:-.05em}.roman-copy>p:not(.home-kicker):not(.roman-midline){color:#586578;font-size:.92rem;line-height:1.4;margin:0 0 14px}.roman-midline{text-align:center;color:#5c6678;font-size:.84rem;line-height:1.3;margin:23px auto 0;max-width:470px}.roman-stats{display:grid;grid-template-columns:repeat(3,1fr);margin:25px 30px 0}.roman-stats>div{text-align:center;padding:0 12px;border-right:1px solid #d7dce4}.roman-stats>div:last-child{border:0}.roman-stats strong{display:block;font-size:1.35rem;line-height:1}.roman-stats span{display:block;color:#627084;font-size:.75rem;line-height:1.25;margin-top:5px}.roman-quote{margin:28px 30px 0;text-align:center;color:#4f5b6f;font-size:.82rem;font-style:italic;line-height:1.35}.roman-signature{display:flex;justify-content:center;align-items:center;gap:12px;margin:18px 0 4px;color:#536073;font-size:.62rem;letter-spacing:.28em;font-weight:800}.roman-signature span{width:28px;height:1px;background:#657083}

/* 07 Proof */
.real-proof-section{padding-bottom:0}.real-proof-section .home-heading h2{font-size:2rem}.real-proof-section .home-heading>p:last-child{font-size:.79rem;max-width:420px}.proof-case-stack{display:grid;gap:8px}.proof-case{position:relative;min-height:145px;border-radius:8px;overflow:hidden;background:#070a0e;color:#fff;text-decoration:none}.proof-case img{position:absolute;right:0;top:0;width:58%;height:100%;object-fit:cover}.proof-case__shade{position:absolute;inset:0;background:linear-gradient(90deg,#090c10 0%,#090c10 45%,rgba(9,12,16,.72) 64%,rgba(9,12,16,.12) 100%)}.proof-case__copy{position:relative;z-index:2;width:63%;padding:19px 16px}.proof-case__copy>small{font-size:.64rem}.proof-case h3{font-size:1.18rem;line-height:1;margin:5px 0 7px}.proof-case p{font-size:.67rem;line-height:1.2;color:#d3d6dc;margin:0 0 12px}.proof-case__copy>span{font-size:.46rem;letter-spacing:.16em;color:#dfe2e8}.proof-case>b{position:absolute;right:13px;bottom:12px;z-index:3;display:grid;place-items:center;width:31px;height:31px;border:1px solid rgba(255,255,255,.6);border-radius:50%;font-weight:400}.proof-stats-band{margin-top:12px;background:linear-gradient(155deg,#111820,#080c11);color:#fff;padding:28px 0 21px}.proof-stats-grid{display:grid;grid-template-columns:1fr 1fr}.proof-stats-grid>div{min-height:78px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px;border-right:1px solid #2b323d;border-bottom:1px solid #2b323d}.proof-stats-grid>div:nth-child(2n){border-right:0}.proof-stats-grid>div:nth-child(n+3){border-bottom:0}.proof-stats-grid svg{width:24px;height:24px;color:#e5e8ed}.proof-stats-grid strong{font-size:.87rem;margin-top:6px}.proof-stats-grid span{font-size:.6rem;color:#bfc4ce}.proof-stats-band>p{width:min(520px,calc(100% - 40px));margin:18px auto 0;text-align:center;color:#c9ced6;font-size:.5rem;letter-spacing:.21em}

/* 08 Masterclass */
.masterclass-section{position:relative;background:linear-gradient(90deg,#070b10 0,#0a0f15 68%,#2a4155 100%);color:#fff}.masterclass-shell{position:relative;padding-top:42px}.masterclass-copy{position:relative;z-index:2;padding:0 16px}.masterclass-copy h2{font-size:2.45rem;line-height:.95;letter-spacing:-.055em;margin:0}.masterclass-intro{color:#c4c9d1;font-size:1rem;line-height:1.3;margin:18px 0 20px}.masterclass-features{display:grid;gap:12px}.masterclass-features article{display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:center}.masterclass-features article>span{width:46px;height:46px;border:1px solid #6e7682;border-radius:8px;display:grid;place-items:center;color:#e6e8ec}.masterclass-features svg{width:28px;height:28px}.masterclass-features strong{display:block;font-size:.88rem}.masterclass-features p{margin:3px 0 0;color:#c2c7cf;font-size:.78rem}.masterclass-button{margin-top:20px;max-width:none}.masterclass-meta{display:flex;justify-content:space-between;gap:8px;margin:13px 0 0;color:#c6cbd3;font-size:.61rem}.masterclass-meta span{display:flex;align-items:center;gap:5px;min-width:0}.masterclass-meta svg{width:17px;height:17px}.masterclass-photo{display:block;width:100%;margin-top:7px;max-height:510px;object-fit:cover;object-position:center top}

/* 09 Insights */
.insights-section{padding-top:42px}.insights-section .home-heading h2{font-size:2rem}.insights-section .home-heading>p:last-child{font-size:.8rem;margin-top:8px}.insight-list{display:grid;gap:9px}.insight-card{display:grid;grid-template-columns:48% 52%;border:1px solid #e1e4ea;border-radius:8px;overflow:hidden;background:#fff;min-height:155px}.insight-card__visual{position:relative;display:block;background:#080b11;overflow:hidden;min-height:155px}.insight-card__visual img{width:100%;height:100%;object-fit:cover;display:block}.insight-tag{position:absolute;top:8px;left:8px;background:#6f35ed;color:#fff;border-radius:5px;padding:4px 8px;font-size:.48rem;font-weight:900}.insight-fallback{height:100%;min-height:155px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;background:radial-gradient(circle at 55% 55%,#2b1749,#080b12 65%);padding:20px 8px}.insight-fallback>span{display:none}.insight-fallback b{font-size:.67rem;line-height:1.2}.insight-fallback i{font-style:normal;color:#bcb8c8;font-size:.5rem;line-height:1.55;margin-top:8px}.insight-card__visual--2 .insight-fallback b{display:grid;place-items:center;width:72px;height:72px;border:10px solid #8c43ff;border-radius:50%;font-size:1rem}.insight-card__visual--3 .insight-fallback b{font-family:Georgia,serif;font-style:italic;font-weight:500;font-size:.8rem}.insight-card__copy{position:relative;padding:10px 13px}.insight-meta{display:flex;gap:5px;color:#737d8e;font-size:.5rem}.insight-card h3{font-size:.78rem;line-height:1.07;margin:8px 0}.insight-card h3 a{text-decoration:none}.insight-card p{font-size:.58rem;color:#5c6778;line-height:1.25;margin:0 0 22px}.insight-arrow{position:absolute;right:10px;bottom:7px;color:var(--d2c-purple);font-size:1.2rem;text-decoration:none}.newsletter-box{margin-top:12px;border:1px solid #ded3fb;border-radius:9px;background:linear-gradient(120deg,#f8f4ff,#f0ebff);padding:12px 14px}.newsletter-title{display:grid;grid-template-columns:48px 1fr;gap:10px;align-items:start}.newsletter-title>span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--d2c-purple);border:1px solid #dfd1ff}.newsletter-title svg{width:27px;height:27px}.newsletter-title small{display:block;color:var(--d2c-purple);font-size:.5rem;letter-spacing:.14em;font-weight:900}.newsletter-title h3{font-size:.86rem;line-height:1.05;margin:2px 0 2px}.newsletter-title p{font-size:.58rem;color:#697386;margin:0}.newsletter-form{display:grid;grid-template-columns:1fr auto;margin-top:10px}.newsletter-form input{min-width:0;border:1px solid #d9ddea;border-radius:6px 0 0 6px;padding:9px 10px;font:inherit;font-size:.65rem}.newsletter-form button{border:0;border-radius:0 6px 6px 0;background:var(--d2c-purple);color:#fff;padding:8px 13px;font-size:.62rem;font-weight:800}.newsletter-proof{display:flex;justify-content:space-between;gap:8px;margin-top:9px;color:#5e6778;font-size:.51rem}.newsletter-proof span{display:flex;align-items:center;gap:5px}.newsletter-proof svg{width:13px;height:13px;color:var(--d2c-purple)}.newsletter-message{border-radius:7px;padding:8px 10px;margin-top:8px;font-size:.7rem}.newsletter-message.success{background:#e9fbef;color:#0d6d34}.newsletter-message.error{background:#fff0f0;color:#9a1d1d}

/* 10 Final CTA */
.final-cta{position:relative;padding:28px 0 24px;background-image:linear-gradient(180deg,rgba(4,10,17,.72),rgba(4,8,13,.95)),var(--final-bg,linear-gradient(135deg,#173248,#0a1018 55%,#202b31));background-size:cover;background-position:center;color:#fff;text-align:center}.final-cta .home-kicker{margin-bottom:8px}.final-cta h2{font-size:1.72rem;line-height:1;letter-spacing:-.045em;margin:0}.final-cta>div>p:not(.home-kicker){font-size:.68rem;color:#d2d5da;max-width:400px;margin:10px auto}.final-cta .gold-button{max-width:315px;min-height:38px;font-size:.68rem}.final-secondary{display:inline-block;margin:8px 0 14px;color:#fff;font-size:.65rem;text-decoration:underline;text-underline-offset:3px}.final-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:470px;margin:0 auto}.final-proof>div{display:grid;grid-template-columns:28px 1fr;gap:6px;text-align:left;align-items:center}.final-proof svg{width:24px;height:24px;color:var(--d2c-gold)}.final-proof strong{display:block;font-size:.5rem;line-height:1.1}.final-proof small{display:block;color:#d5d8dd;font-size:.42rem;line-height:1.15;margin-top:2px}

/* 11 FAQ */
.faq-section{padding-top:30px;padding-bottom:30px}.faq-heading{margin-bottom:16px}.faq-heading h2{font-size:1.8rem}.faq-heading>p:last-child{font-size:.7rem}.faq-list{border-top:1px solid #e2e5e9}.faq-item{border:1px solid #e2e5e9;border-top:0;background:#fff}.faq-item summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:12px 14px;font-size:.67rem;font-weight:800}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary b{position:relative;width:18px;height:18px;flex:0 0 18px}.faq-item summary b:before,.faq-item summary b:after{content:"";position:absolute;left:4px;right:4px;top:8px;height:1.5px;background:#111}.faq-item summary b:after{transform:rotate(90deg);transition:transform .18s ease}.faq-item[open] summary b:after{transform:rotate(0)}.faq-answer{padding:0 14px 13px;color:#4f5a6c;font-size:.58rem;line-height:1.4}.faq-answer p{margin:0;max-width:94%}

/* Home footer */
.home-page .site-footer{padding-top:28px}.d2c-footer-grid{display:grid;gap:22px}.d2c-footer-brand{font-size:1.15rem;font-weight:900;color:#fff;letter-spacing:-.03em}.d2c-footer-copy{max-width:310px;color:#b5bdc8;font-size:.67rem;line-height:1.35;margin:7px 0 12px}.d2c-social{display:flex;gap:11px}.d2c-social a{width:22px;height:22px;display:grid;place-items:center;text-decoration:none;font-size:.7rem;color:#fff}.d2c-footer-cols{display:grid;grid-template-columns:1fr 1fr;gap:22px}.d2c-footer-cols strong{display:block;color:#fff;font-size:.65rem;margin-bottom:7px}.d2c-footer-cols a{display:block;text-decoration:none;color:#b8c0cb;font-size:.57rem;margin:5px 0}.d2c-footer-news h3{font-size:.67rem;color:#fff;margin:0}.d2c-footer-news p{font-size:.55rem;color:#aeb7c3;margin:4px 0 8px}.d2c-footer-news form{display:grid;grid-template-columns:1fr 34px}.d2c-footer-news input{min-width:0;background:#121820;border:1px solid #303845;border-right:0;color:#fff;border-radius:5px 0 0 5px;padding:8px;font-size:.55rem}.d2c-footer-news button{border:0;border-radius:0 5px 5px 0;background:var(--d2c-gold);font-weight:900}.home-page .footer-bottom{display:flex;justify-content:space-between;gap:15px;font-size:.48rem}.footer-made{margin-left:auto}

@media(max-width:420px){.home-shell{width:calc(100% - 24px)}.path-card{padding:22px 18px}.path-card__copy{width:67%}.path-card h3{font-size:1.72rem}.starting-card{grid-template-columns:40% 60%}.masterclass-copy{padding-inline:8px}.roman-copy{padding-inline:22px}.roman-stats,.roman-quote{margin-left:22px;margin-right:22px}}

@media(min-width:821px){
  /* Responsive desktop fallback until the separate desktop comps are supplied. */
  .home-shell{width:min(1120px,calc(100% - 64px))}.home-section{padding:82px 0}.home-heading{max-width:760px;margin-bottom:38px}.home-heading h2{font-size:clamp(2.7rem,4.3vw,4.4rem)}.home-heading>p:last-child{font-size:1.05rem}.home-kicker{font-size:.76rem}
  .path-stack{grid-template-columns:1fr 1fr;gap:24px}.path-card{min-height:430px}.path-card__copy{width:58%}.path-card h3{font-size:2.55rem}.path-card p{font-size:1.05rem}.path-card__person{width:50%}
  .system-heading h2{font-size:3.6rem}.way-card{max-width:850px;margin-inline:auto;padding:22px 30px}.system-transition{max-width:850px;margin-inline:auto}.eight-steps{grid-template-columns:repeat(4,1fr);gap:12px}.system-step{min-height:105px}.system-section .gold-button{max-width:620px}.connected-visual{padding:58px 0}.connected-diagram{max-width:920px;max-height:330px;margin-inline:auto}.starting-stack{grid-template-columns:repeat(3,1fr)}.starting-card{grid-template-columns:1fr;min-height:500px}.starting-card__visual{min-height:230px}.starting-card__body{padding:22px}.starting-card h3{font-size:1.15rem}.starting-card__body>p,.mini-check-list li{font-size:.78rem}.starting-card .gold-button{font-size:.78rem;min-height:42px}
  .os-section{padding:70px 0}.os-heading h2{font-size:4rem}.os-dashboard{max-width:900px}.os-process{max-width:820px;margin-inline:auto}.os-process__row{grid-template-columns:60px 36px 1fr}.os-process__icon{width:50px;height:50px}.os-process__row h3{font-size:1.1rem}.os-process__row p{font-size:.83rem}
  .roman-shell{width:min(1120px,calc(100% - 64px));display:grid;grid-template-columns:1.05fr .95fr;align-items:start}.roman-photo{grid-row:1/5;min-height:610px;aspect-ratio:auto;object-fit:cover;border-radius:14px}.roman-copy{padding:26px 0 0 54px}.roman-copy h2{font-size:3.1rem}.roman-copy>p:not(.home-kicker):not(.roman-midline){font-size:1rem}.roman-stats{margin-left:54px;margin-right:0}.roman-quote{margin-left:54px;margin-right:0}.roman-signature{grid-column:2}
  .real-proof-section .home-heading h2{font-size:3.6rem}.proof-case-stack{grid-template-columns:repeat(3,1fr);gap:16px}.proof-case{min-height:350px}.proof-case img{width:100%;height:55%;top:auto;bottom:0}.proof-case__shade{background:linear-gradient(180deg,#090c10 0,#090c10 48%,rgba(9,12,16,.65) 72%,rgba(9,12,16,.1))}.proof-case__copy{width:100%;padding:28px}.proof-case h3{font-size:1.7rem}.proof-case p{font-size:.9rem}.proof-case__copy>span{font-size:.58rem}.proof-stats-grid{grid-template-columns:repeat(4,1fr)}.proof-stats-grid>div{border-bottom:0!important;border-right:1px solid #2b323d!important}.proof-stats-grid>div:last-child{border-right:0!important}
  .masterclass-shell{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:30px;padding-top:70px}.masterclass-copy{padding:0 0 70px}.masterclass-copy h2{font-size:4.5rem}.masterclass-intro{font-size:1.25rem}.masterclass-photo{height:680px;margin:0;object-fit:cover}.insight-list{grid-template-columns:repeat(3,1fr);gap:16px}.insight-card{grid-template-columns:1fr;min-height:430px}.insight-card__visual{min-height:220px}.insight-card__copy{padding:20px}.insight-card h3{font-size:1.15rem}.insight-card p{font-size:.8rem}.newsletter-box{max-width:900px;margin:30px auto 0;padding:22px}.newsletter-title h3{font-size:1.25rem}.newsletter-title p{font-size:.75rem}.newsletter-form input,.newsletter-form button{font-size:.75rem}.newsletter-proof{font-size:.66rem}.final-cta{padding:70px 0}.final-cta h2{font-size:3.8rem}.final-cta>div>p:not(.home-kicker){font-size:1rem}.final-cta .gold-button{max-width:460px;font-size:.95rem;min-height:52px}.final-proof{max-width:760px;margin-top:15px}.final-proof>div{grid-template-columns:44px 1fr}.final-proof svg{width:36px;height:36px}.final-proof strong{font-size:.78rem}.final-proof small{font-size:.62rem}.faq-list{max-width:880px;margin-inline:auto}.faq-item summary{font-size:.9rem;padding:16px 20px}.faq-answer{font-size:.82rem;padding:0 20px 18px}.d2c-footer-grid{grid-template-columns:1.2fr 1fr 1.2fr;align-items:start}.d2c-footer-cols{grid-template-columns:1fr 1fr}.home-page .site-footer{padding-top:52px}
}
.final-cta{background-image:linear-gradient(135deg,#173248,#0a1018 55%,#202b31)}.final-cta__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.44;filter:saturate(.82)}.final-cta:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,10,17,.58),rgba(4,8,13,.92));pointer-events:none}.final-cta>.home-shell{position:relative;z-index:2}

/* ------------------------------------------------------------------
   Desktop-exact homepage refinement
   Added to preserve current mobile layout while tightening desktop
   rendering to the supplied reference comps.
   ------------------------------------------------------------------ */
.home-hero__visual picture,
.path-card__person,
.connected-diagram,
.starting-card__visual picture,
.os-dashboard,
.roman-photo,
.proof-case picture,
.masterclass-photo,
.final-cta__bg{display:block}
.path-card__person img,
.connected-diagram img,
.starting-card__visual picture img,
.os-dashboard img,
.roman-photo img,
.proof-case picture img,
.masterclass-photo img,
.final-cta__bg img{display:block;width:100%;height:100%;object-fit:cover}

@media (min-width:1024px){
  .home-page{background:#fff}
  .home-shell{width:min(1280px,calc(100% - 96px))}
  .home-section{padding:92px 0}
  .home-heading{max-width:1040px;margin:0 auto 42px}
  .home-heading h2{font-size:clamp(3.4rem,4.35vw,5.25rem);line-height:.98;letter-spacing:-.055em}
  .home-heading>p:last-child{font-size:1.18rem;line-height:1.42;max-width:880px;margin-inline:auto}
  .home-kicker{font-size:.86rem;letter-spacing:.42em}
  .gold-button{min-height:64px;padding:0 30px;border-radius:12px;font-size:1.14rem;gap:16px}
  .gold-button svg{width:22px;height:22px}
  .purple-link,.training-link{font-size:1rem}
  
  /* hero */
  .home-hero{min-height:930px;display:grid;align-items:stretch}
  .home-hero__visual{position:absolute;inset:0}
  .home-hero__visual img{width:100%;height:100%;object-fit:cover;object-position:center}
  .home-hero__image-shade{background:linear-gradient(90deg,rgba(5,9,16,.96) 0%,rgba(5,9,16,.93) 38%,rgba(5,9,16,.58) 58%,rgba(5,9,16,.42) 100%)}
  .home-hero__content{position:relative;z-index:2;width:min(1280px,calc(100% - 96px));padding:146px 0 54px;display:grid;grid-template-columns:minmax(470px,620px) 1fr;column-gap:56px}
  .home-hero__content>*{grid-column:1}
  .home-hero__eyebrow{font-size:1rem;letter-spacing:.24em;margin-bottom:22px}
  .home-hero h1{font-size:clamp(4.7rem,5vw,6.1rem);line-height:.93;letter-spacing:-.07em;max-width:700px;margin:0}
  .home-hero__copy{max-width:620px;margin:26px 0 34px;font-size:1.22rem;line-height:1.46}
  .home-hero__primary{width:max-content;min-height:68px;border-radius:14px;padding:0 30px;font-size:1.18rem;gap:14px}
  .home-hero__play{width:36px;height:36px}
  .home-hero__secondary{display:inline-flex;margin-top:22px;font-size:1.05rem}
  .home-hero__badges{gap:24px;margin-top:22px;font-size:.96rem;justify-content:flex-start}
  .home-hero__proof{grid-template-columns:repeat(4,1fr);gap:34px;margin-top:46px;padding-top:34px;border-top:1px solid rgba(255,255,255,.12);max-width:1080px}
  .proof-item strong{font-size:1.02rem}.proof-item p{font-size:.9rem;line-height:1.34}

  /* section 2 */
  .path-section{padding-top:110px;padding-bottom:92px;background:linear-gradient(180deg,#faf9fd 0,#ffffff 24%)}
  .path-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:stretch}
  .path-card{position:relative;min-height:610px;border-radius:20px;padding:42px 34px 32px;overflow:hidden;box-shadow:0 20px 52px rgba(23,31,55,.08)}
  .path-card__copy{width:58%;max-width:none;position:relative;z-index:2}
  .path-card__label{font-size:1rem;letter-spacing:.2em;margin-bottom:18px}
  .path-card h3{font-size:3.8rem;line-height:.93;letter-spacing:-.06em;margin-bottom:16px}
  .path-card p{font-size:1.18rem;line-height:1.46;max-width:540px;margin-bottom:26px}
  .check-list{gap:14px;margin-bottom:34px}.check-list li{font-size:1.05rem;line-height:1.35}
  .check-list li svg{width:22px;height:22px;flex:0 0 22px}
  .path-card .gold-button{width:max-content;min-width:330px}
  .path-card__person,.path-card__person img{position:absolute;right:0;bottom:0;width:44%;height:auto;max-height:100%;object-fit:contain;object-position:bottom center}
  .path-card--light .path-card__person,.path-card--light .path-card__person img{width:42%}

  /* section 3 */
  .system-section{padding-top:94px;padding-bottom:110px}
  .system-heading{margin-bottom:34px}.system-heading h2{font-size:clamp(3.7rem,4.7vw,5.45rem)}
  .way-card{max-width:none;width:100%;padding:34px 42px;border-radius:20px}
  .way-pill{font-size:.98rem;padding:12px 18px;border-radius:999px;margin-bottom:18px}
  .way-card h3{font-size:2.35rem;margin-bottom:22px}
  .way-list li{font-size:1.18rem;line-height:1.4;gap:14px;padding:10px 0}
  .way-list svg{width:22px;height:22px}
  .system-transition{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;max-width:none;margin:24px 0}
  .system-transition b{width:74px;height:74px;border-radius:50%;font-size:2rem;display:grid;place-items:center;border:1px solid #e3ddf7;color:var(--d2c-purple)}
  .eight-steps{grid-template-columns:repeat(8,minmax(0,1fr));gap:14px;align-items:start}
  .system-step{min-height:156px;border-radius:18px;padding:20px 16px}
  .system-step__icon{width:54px;height:54px;border-radius:16px;margin-bottom:18px}.system-step__icon svg{width:28px;height:28px}
  .system-step small{font-size:.86rem}.system-step strong{font-size:1.28rem}.system-step p{font-size:.92rem;line-height:1.32}
  .system-section .gold-button{margin-top:34px;min-width:460px}
  .micro-tagline{font-size:.88rem;letter-spacing:.32em;margin-top:22px}

  /* section 4 */
  .connected-visual{padding:72px 0 54px}.connected-visual .home-heading{margin-bottom:24px}.connected-visual .home-heading h2{font-size:clamp(3.2rem,4.2vw,4.8rem)}
  .connected-visual .home-heading>p:last-child{font-size:1.12rem;max-width:920px}
  .connected-diagram,.connected-diagram img{max-width:1120px;max-height:none;border-radius:10px;margin:0 auto;object-fit:contain;box-shadow:0 0 64px rgba(130,67,255,.26)}
  .starting-section{padding-top:74px;padding-bottom:88px}
  .starting-section .home-heading h2{font-size:clamp(3.1rem,4.15vw,4.7rem)}
  .starting-section .home-heading>p:last-child{font-size:1.08rem;max-width:780px}
  .starting-stack{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
  .starting-card{grid-template-columns:1fr;min-height:0;border-radius:14px}
  .starting-card__visual{min-height:178px}.starting-card__visual strong{font-size:.9rem;left:18px;top:18px;max-width:70%}
  .starting-card__body{padding:18px 18px 22px}.starting-card__head{grid-template-columns:52px 1fr;gap:12px}.starting-icon{width:48px;height:48px}.starting-icon svg{width:28px;height:28px}
  .starting-card small{font-size:.68rem}.starting-card h3{font-size:1.7rem;line-height:1.02;margin-top:4px}.starting-card__body>p{font-size:.95rem;line-height:1.38;margin:8px 0 14px}
  .mini-check-list{gap:8px;margin-bottom:18px}.mini-check-list li{font-size:.92rem;line-height:1.3}.mini-check-list svg{width:16px;height:16px;flex-basis:16px}
  .starting-card .gold-button{width:100%;min-height:56px;font-size:1rem}

  /* section 5 */
  .os-section{padding-top:86px;padding-bottom:68px}
  .os-heading h2{font-size:clamp(3.65rem,4.55vw,5rem);line-height:.98}.os-heading h3{font-size:2rem;margin-top:14px;max-width:none}.os-heading>p:last-of-type{font-size:1.12rem;max-width:860px}
  .os-heading .gold-button{margin-top:22px}.training-link{margin-top:0;margin-left:22px;display:inline-flex;vertical-align:middle}
  .os-dashboard,.os-dashboard img{max-width:980px;border-radius:28px;box-shadow:0 0 0 1px rgba(178,162,255,.5),0 34px 84px rgba(0,0,0,.45);margin:36px auto 22px}
  .os-process{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;border-top:0;padding-top:16px}
  .os-process__row{grid-template-columns:1fr;justify-items:center;text-align:center;padding:0 8px;gap:14px}
  .os-process__icon{width:74px;height:74px;border-width:2px}.os-process__icon svg{width:34px;height:34px}.os-process__row>small{font-size:.82rem}.os-process__row h3{font-size:1.42rem}.os-process__row p{font-size:.95rem;line-height:1.34;max-width:240px}
  .os-footer-line{margin-top:28px;padding-top:22px;font-size:.86rem}

  /* section 6 */
  .roman-section{padding-top:82px}.roman-shell{width:min(1180px,calc(100% - 96px));display:grid;grid-template-columns:46% 54%;grid-template-areas:'photo copy' 'stats stats' 'quote quote';background:linear-gradient(135deg,#fbfbfc,#f2f3f7);border:1px solid #eceef3;border-radius:0;overflow:hidden}
  .roman-photo,.roman-photo img{grid-area:photo;width:100%;height:100%;min-height:540px;aspect-ratio:auto;object-fit:cover;border-radius:0}
  .roman-copy{grid-area:copy;padding:58px 54px 28px 52px}.roman-copy h2{font-size:clamp(3.1rem,4.05vw,4.45rem);line-height:.96;margin:12px 0 20px}.roman-copy>p:not(.home-kicker):not(.roman-midline){font-size:1rem;line-height:1.55;margin-bottom:14px}.roman-midline{margin:22px 0 0;text-align:left;font-size:.98rem;max-width:100%}
  .roman-stats{grid-area:stats;grid-template-columns:repeat(3,1fr);margin:0;padding:26px 36px;border-top:1px solid #e4e7ed}.roman-stats strong{font-size:2.05rem}.roman-stats span{font-size:.95rem;margin-top:7px}
  .roman-quote{grid-area:quote;margin:0;padding:0 36px 32px;font-size:1.18rem;line-height:1.45}.roman-signature{padding-bottom:34px;font-size:.74rem}

  /* section 7 */
  .real-proof-section .home-heading h2{font-size:clamp(3.7rem,4.55vw,5.2rem)}.real-proof-section .home-heading>p:last-child{font-size:1.12rem;max-width:1040px}
  .proof-case-stack{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.proof-case{min-height:0;height:618px;border-radius:8px}.proof-case img,.proof-case picture,.proof-case picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.proof-case__shade{background:linear-gradient(180deg,rgba(5,8,13,.08) 0%,rgba(5,8,13,.14) 32%,rgba(5,8,13,.78) 68%,rgba(5,8,13,.98) 100%)}
  .proof-case__copy{width:100%;padding:24px 22px 20px;display:flex;flex-direction:column;justify-content:flex-end;position:absolute;inset:0}.proof-case__copy>small{font-size:1rem}.proof-case h3{font-size:2.2rem;line-height:.98;margin:10px 0}.proof-case p{font-size:1rem;line-height:1.4;max-width:96%;margin-bottom:18px}.proof-case__copy>span{font-size:.72rem;letter-spacing:.17em}.proof-case>b{right:20px;bottom:18px;width:42px;height:42px;font-size:1.3rem}
  .proof-stats-band{margin-top:22px;padding:34px 0 28px}.proof-stats-grid{grid-template-columns:repeat(4,1fr)}.proof-stats-grid>div{border-right:1px solid #2b323d!important;border-bottom:0!important;min-height:128px;padding:16px 12px}.proof-stats-grid>div:last-child{border-right:0!important}.proof-stats-grid svg{width:36px;height:36px}.proof-stats-grid strong{font-size:1.95rem;margin-top:12px}.proof-stats-grid span{font-size:1rem}.proof-stats-band>p{font-size:.9rem;margin-top:18px}

  /* section 8 */
  .masterclass-section{background:linear-gradient(90deg,#081019 0,#09111a 50%,#344a61 100%)}
  .masterclass-shell{display:grid;grid-template-columns:45% 55%;gap:0;align-items:stretch;padding-top:0}
  .masterclass-copy{padding:72px 42px 58px 32px}.masterclass-copy h2{font-size:clamp(4rem,4.9vw,5.45rem);line-height:.96}.masterclass-intro{font-size:1.18rem;line-height:1.42;max-width:560px;margin:22px 0 28px}.masterclass-features{gap:18px}.masterclass-features article{grid-template-columns:58px 1fr;gap:18px}.masterclass-features article>span{width:54px;height:54px}.masterclass-features svg{width:28px;height:28px}.masterclass-features strong{font-size:1.2rem}.masterclass-features p{font-size:.98rem;line-height:1.36}.masterclass-button{margin-top:34px;max-width:430px}.masterclass-meta{justify-content:flex-start;gap:28px;font-size:.95rem;margin-top:20px}.masterclass-photo,.masterclass-photo img{width:100%;height:100%;min-height:640px;max-height:none;object-fit:cover;object-position:center}

  /* section 9 - keep existing content, just polish desktop */
  .insights-section{padding-top:86px}.insight-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.insight-card{grid-template-columns:1fr;min-height:490px;border-radius:16px}.insight-card__visual{min-height:248px}.insight-card__copy{padding:22px}.insight-card h3{font-size:1.32rem}.insight-card p{font-size:.92rem;line-height:1.42}.newsletter-box{max-width:1120px;margin:30px auto 0;padding:22px 26px}

  /* final CTA + FAQ */
  .final-cta{padding:84px 0 72px}.final-cta h2{font-size:clamp(3.8rem,4.2vw,5rem);line-height:.96}.final-cta>div>p:not(.home-kicker){font-size:1.12rem;max-width:760px}.final-cta .gold-button{max-width:470px}.final-secondary{font-size:1rem;margin:14px 0 24px}.final-proof{max-width:980px;gap:30px}.final-proof>div{grid-template-columns:46px 1fr;gap:10px}.final-proof svg{width:36px;height:36px}.final-proof strong{font-size:1rem}.final-proof small{font-size:.82rem;line-height:1.32}
  .faq-section{padding-top:64px;padding-bottom:64px}.faq-heading h2{font-size:3.45rem}.faq-heading>p:last-child{font-size:1.1rem}.faq-list{max-width:980px}.faq-item summary{font-size:1.04rem;padding:18px 22px}.faq-answer{font-size:.94rem;padding:0 22px 20px}

  /* footer */
  .home-page .site-footer{padding-top:54px}.d2c-footer-grid{grid-template-columns:1.15fr .95fr 1.1fr;gap:34px}.d2c-footer-copy{font-size:.95rem;line-height:1.48}.d2c-footer-cols strong,.d2c-footer-news h3{font-size:1rem}.d2c-footer-cols a,.d2c-footer-news p{font-size:.88rem}.d2c-footer-news input,.d2c-footer-news button{font-size:.86rem;min-height:48px}.home-page .footer-bottom{font-size:.72rem}
}
