:root{--bg:#f4f4f2;--surface:#fff;--ink:#111214;--ink2:#50545a;--muted:#8b9096;--line:#dadcdf;--accent:#d8212a;--dark:#121416;--max:1180px;--radius:18px;--shadow:0 20px 60px rgba(16,20,24,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.6 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.wrap{max-width:var(--max);margin:auto;padding:0 26px}.nav{position:sticky;top:0;z-index:30;backdrop-filter:blur(14px);background:rgba(244,244,242,.85);border-bottom:1px solid rgba(218,220,223,.75)}.nav-inner{height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-weight:800;letter-spacing:-.02em}.brand span{color:var(--accent)}.nav-links{display:flex;gap:24px;color:var(--ink2);font-size:13px}.nav-actions{display:flex;gap:8px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--ink);padding:10px 16px;font-weight:700;font-size:13px;cursor:pointer;transition:.18s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(16,20,24,.08)}.btn.primary{background:var(--ink);border-color:var(--ink);color:#fff}.btn.accent{background:var(--accent);border-color:var(--accent);color:#fff}.hero{padding:82px 0 54px}.eyebrow{display:inline-flex;gap:8px;align-items:center;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.7);padding:7px 11px;color:var(--ink2);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.dot{width:7px;height:7px;background:var(--accent);border-radius:50%}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:54px;align-items:end;margin-top:24px}h1{margin:0;font-size:clamp(46px,7vw,84px);line-height:.97;letter-spacing:-.055em;max-width:880px}.hero-copy{font-size:17px;color:var(--ink2);max-width:560px;margin:26px 0 0}.hero-side{border-top:1px solid var(--line);padding-top:18px;color:var(--ink2);font-size:14px}.hero-side strong{display:block;color:var(--ink);font-size:17px;margin-bottom:4px}.metrics{margin-top:52px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.metric{padding:23px 20px;border-right:1px solid var(--line)}.metric:last-child{border-right:0}.metric b{font-size:21px;display:block;letter-spacing:-.025em}.metric span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}section{padding:76px 0}.section-head{display:grid;grid-template-columns:.55fr 1.45fr;gap:40px;margin-bottom:30px}.kicker{font-size:11px;text-transform:uppercase;letter-spacing:.11em;font-weight:800;color:var(--accent)}h2{margin:0;font-size:clamp(32px,4vw,52px);letter-spacing:-.045em;line-height:1.05}.lead{font-size:17px;color:var(--ink2);max-width:760px;margin:14px 0 0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 4px 18px rgba(16,20,24,.025)}.card .num{font-size:11px;color:var(--muted);font-weight:800;letter-spacing:.1em}.card h3{font-size:22px;line-height:1.1;letter-spacing:-.025em;margin:34px 0 9px}.card p{color:var(--ink2);margin:0}.dark{background:var(--dark);color:#f7f7f4;border-radius:30px;margin:20px auto;max-width:calc(var(--max) + 52px)}.dark .kicker{color:#ff6b70}.dark .lead,.dark p{color:#b9bdc1}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.step{border-top:2px solid #34383d;padding-top:18px;min-height:180px}.step b{font-size:12px;color:#ff6b70}.step h3{font-size:17px;margin:24px 0 7px;line-height:1.2}.step p{font-size:13px}.split{display:grid;grid-template-columns:1fr 1fr;gap:14px}.statement{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:32px;min-height:320px;display:flex;flex-direction:column;justify-content:space-between}.statement.big{background:var(--accent);color:#fff;border-color:var(--accent)}.statement h3{font-size:34px;line-height:1.03;letter-spacing:-.04em;margin:0}.statement p{margin:0;color:var(--ink2);max-width:530px}.statement.big p{color:#fff;opacity:.88}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.tag{display:inline-flex;border:1px solid var(--line);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:700;color:var(--ink2)}.statement.big .tag{border-color:rgba(255,255,255,.35);color:#fff}.offer{display:grid;grid-template-columns:1fr 1fr;gap:14px}.offer-box{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px}.offer-box.featured{border:2px solid var(--ink)}.offer-top{display:flex;justify-content:space-between;gap:14px;align-items:start}.offer-box h3{font-size:25px;margin:0;letter-spacing:-.03em}.price{font-size:13px;color:var(--ink2);text-align:right}.offer-list{list-style:none;padding:0;margin:26px 0}.offer-list li{padding:10px 0;border-bottom:1px solid var(--line);color:var(--ink2);display:flex;gap:10px}.offer-list li:before{content:"✓";font-weight:900;color:var(--accent)}.case{border-top:1px solid var(--line);padding:24px 0;display:grid;grid-template-columns:.6fr 1.4fr .7fr;gap:30px;align-items:start}.case:last-child{border-bottom:1px solid var(--line)}.case strong{font-size:18px}.case p{margin:0;color:var(--ink2)}.case .status{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);text-align:right}.about{display:grid;grid-template-columns:.75fr 1.25fr;gap:50px;align-items:start}.about-box{aspect-ratio:4/5;border-radius:var(--radius);background:linear-gradient(155deg,#1b1d20 0%,#33373c 60%,#d8212a 160%);color:#fff;padding:28px;display:flex;flex-direction:column;justify-content:space-between}.about-box .initials{font-size:54px;font-weight:900;letter-spacing:-.06em}.about-box small{color:#d6d8da}.about-copy h2{max-width:700px}.about-copy p{font-size:17px;color:var(--ink2);max-width:720px}.credentials{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:26px}.cred{border-top:1px solid var(--line);padding-top:12px;color:var(--ink2);font-size:13px}.cred b{display:block;color:var(--ink);margin-bottom:3px}.cta{background:var(--surface);border:1px solid var(--line);border-radius:28px;padding:46px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end}.cta h2{max-width:750px}.cta p{color:var(--ink2);max-width:650px;margin-bottom:0}footer{padding:34px 0 60px;color:var(--muted);font-size:12px}.footer-row{display:flex;justify-content:space-between;gap:20px;align-items:center}.private{position:fixed;right:18px;bottom:18px;z-index:50;background:#111214;color:#fff;border:1px solid #33373b;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:var(--shadow)}.modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(10,12,14,.55);z-index:80;padding:20px}.modal.open{display:flex}.modal-card{width:min(700px,100%);max-height:90vh;overflow:auto;background:var(--surface);border-radius:22px;padding:28px;border:1px solid var(--line);box-shadow:var(--shadow)}.modal-head{display:flex;justify-content:space-between;align-items:start;gap:20px}.modal h3{font-size:28px;margin:0;letter-spacing:-.035em}.close{border:0;background:transparent;font-size:24px;cursor:pointer;color:var(--ink2)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:10px;background:var(--bg);color:var(--ink);padding:12px 13px;outline:none}textarea{min-height:110px;resize:vertical}.form-note{background:var(--bg);border:1px solid var(--line);border-radius:10px;padding:11px 12px;font-size:11px;color:var(--muted);margin-top:14px}.saved{display:none;color:#22764d;font-size:12px;font-weight:700;margin-top:12px}
@media(max-width:900px){.nav-links{display:none}.hero-grid,.section-head,.about,.cta{grid-template-columns:1fr}.hero-side{max-width:600px}.metrics{grid-template-columns:repeat(2,1fr)}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.cards,.process{grid-template-columns:1fr 1fr}.split,.offer{grid-template-columns:1fr}.case{grid-template-columns:1fr}.case .status{text-align:left}}@media(max-width:600px){.wrap{padding:0 18px}.hero{padding-top:54px}.cards,.process,.metrics,.credentials,.form-grid{grid-template-columns:1fr}.metric{border-right:0!important;border-bottom:1px solid var(--line)!important}.metric:last-child{border-bottom:0!important}.field.full{grid-column:auto}.nav-actions .ghost{display:none}.cta{padding:28px}.private{right:10px;bottom:10px}}


/* Concept 03 — DIN Next Bold wordmark with a DIN-derived local fallback. */
@font-face{
  font-family:"mARTin DIN Next";
  src:local("DIN Next Bold"),local("DIN Next LT Pro Bold"),local("DINNextLTPro-Bold");
  font-style:normal;
  font-weight:700;
  font-display:swap;
}
@font-face{
  font-family:"mARTin DIN Next";
  src:local("DIN Next Regular"),local("DIN Next LT Pro Regular"),local("DINNextLTPro-Regular");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
:root{
  --brand-font:"mARTin DIN Next","DIN Next","DIN Next LT Pro","DIN 2014",Bahnschrift,"Arial Narrow","Helvetica Neue",Arial,sans-serif;
}
.brand-wordmark{
  display:block;
  width:max-content;
  max-width:100%;
  flex:0 0 auto;
  line-height:0;
  text-decoration:none;
}
.brand-wordmark img{
  display:block;
  width:100%;
  height:auto;
}
.brand-wordmark--nav{width:142px}
.brand-wordmark--display{width:min(100%,300px)}
.brand-wordmark--footer{width:126px}
.about-box .brand-wordmark{align-self:flex-start}
.footer-brand{display:flex;align-items:center;gap:18px}
.footer-brand>span{color:var(--muted);font-size:11px;white-space:nowrap}
.brand-art-mark{
  display:block;
  object-fit:contain;
}
@media(max-width:600px){
  .brand-wordmark--nav{width:118px}
  .brand-wordmark--display{width:min(100%,250px)}
  .brand-wordmark--footer{width:112px}
  .footer-row{align-items:flex-start;flex-direction:column}
  .footer-brand{gap:14px}
}


/* v0.5 — bilingual language switch */
.lang-switch{
  display:inline-flex;
  border:1px solid var(--line);
  border-radius:999px;
  overflow:hidden;
  background:var(--surface);
}
.lang-switch button{
  border:0;
  background:transparent;
  color:var(--muted);
  padding:8px 10px;
  cursor:pointer;
  font-size:11px;
  font-weight:850;
  letter-spacing:.06em;
}
.lang-switch button.active{
  background:var(--ink);
  color:#fff;
}
@media(max-width:600px){
  .lang-switch button{padding:7px 8px}
}


/* v0.6 — broader coaching positioning */
.continuum{
  margin-top:22px;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:18px 22px;
}
.continuum-line{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  align-items:center;
  gap:14px;
}
.continuum-stage{
  text-align:center;
}
.continuum-stage b{
  display:block;
  font-size:17px;
  letter-spacing:-.025em;
}
.continuum-stage span{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.continuum-arrow{
  color:var(--accent);
  font-size:19px;
  font-weight:900;
}
.pathway-card{
  position:relative;
  overflow:hidden;
}
.pathway-card:before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:4px;
  background:var(--line);
}
.pathway-label{
  display:inline-flex;
  margin-top:20px;
  border-radius:999px;
  padding:5px 8px;
  font-size:10px;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
  background:var(--bg);
  color:var(--ink2);
}
.pathway-card ul{
  list-style:none;
  padding:0;
  margin:18px 0 0;
}
.pathway-card li{
  display:grid;
  grid-template-columns:5px minmax(0,1fr);
  column-gap:10px;
  align-items:start;
  padding:6px 0;
  color:var(--ink2);
  font-size:13px;
}
.pathway-card li:before{
  content:"";
  width:5px;
  height:5px;
  margin-top:calc(.81em - 2.5px);
  border-radius:50%;
  background:var(--accent);
}
@media(max-width:700px){
  .continuum-line{grid-template-columns:1fr}
  .continuum-arrow{transform:rotate(90deg);text-align:center}
}


/* v0.7 — performance-tech visual experiment */
:root{
  --bg:#f2f2ef;
  --surface:#ffffff;
  --ink:#111214;
  --ink2:#4e5358;
  --muted:#8b9095;
  --line:#d8dbde;
  --accent:#e3262e;
  --accent2:#ff5a5f;
  --dark:#111315;
  --dark2:#191c1f;
  --tech:#25292d;
}

.nav{
  background:rgba(242,242,239,.92);
  border-bottom:1px solid rgba(17,18,20,.10);
}
.nav-inner{height:74px}
.nav-links{
  gap:22px;
  font-family:var(--brand-font);
  text-transform:uppercase;
  letter-spacing:.055em;
  font-size:11px;
  font-weight:700;
}
.btn{
  border-radius:6px;
  text-transform:uppercase;
  letter-spacing:.055em;
  font-size:10px;
  padding:11px 15px;
}
.btn.primary,.btn.accent{
  box-shadow:none;
}
.btn.accent{background:var(--accent);border-color:var(--accent)}

.hero{
  padding:34px 0 58px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.0), rgba(255,255,255,.18)),
    var(--bg);
}
.hero-shell .eyebrow{
  background:#1b1e21;
  border-color:#34383c;
  color:#bfc4c8;
}
.hero-shell .hero-copy,
.hero-shell .hero-side{color:#b8bec3}
.hero-shell .hero-side{
  border-top:1px solid #34383c;
}
.hero-shell .hero-side strong{color:#fff}

.hero-grid{
  grid-template-columns:1.08fr .92fr;
  align-items:center;
  gap:46px;
}
.hero h1{
  font-size:clamp(49px,6.7vw,80px);
  max-width:750px;
}
.hero .metrics{
  border-color:#34383c;
  margin-top:42px;
}
.hero .metric{border-color:#34383c}
.hero .metric b{color:#fff}
.hero .metric span{color:#8e969d}

.coaching-console{
  position:relative;
  z-index:2;
  background:#1a1d20;
  border:1px solid #34383c;
  border-radius:14px;
  padding:14px;
  box-shadow:0 20px 50px rgba(0,0,0,.28);
}
.console-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:6px 5px 15px;
}
.console-label{
  font-size:9px;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:850;
  color:#8f979e;
}
.console-status{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:10px;
  color:#bdc3c8;
}
.console-status i{
  width:7px;height:7px;border-radius:50%;
  background:#58bf85;
}
.console-main{
  background:#111315;
  border:1px solid #2a2e32;
  border-radius:10px;
  padding:17px;
}
.console-week{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:12px;
  border-bottom:1px solid #292d31;
  padding-bottom:14px;
}
.console-week strong{
  display:block;
  color:#fff;
  font-size:19px;
  letter-spacing:-.03em;
}
.console-week span{
  color:#828a91;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.console-score{
  text-align:right;
}
.console-score b{
  font-size:28px;
  line-height:1;
  color:#fff;
}
.console-score small{
  display:block;
  color:#8c949b;
  margin-top:3px;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.console-days{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:6px;
  margin-top:15px;
}
.cday{
  min-height:76px;
  background:#191c1f;
  border:1px solid #2c3034;
  border-radius:7px;
  padding:8px 7px;
}
.cday b{
  display:block;
  color:#7f878e;
  font-size:8px;
  letter-spacing:.08em;
  margin-bottom:8px;
}
.cday span{
  display:block;
  color:#e5e7e8;
  font-size:9px;
  line-height:1.25;
}
.cday.active{
  border-color:var(--accent);
  background:linear-gradient(180deg,rgba(227,38,46,.14),#191c1f 70%);
}
.cday.active:after{
  content:"";
  display:block;
  width:18px;height:2px;
  background:var(--accent);
  margin-top:8px;
}
.console-bottom{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:8px;
}
.console-mini{
  background:#111315;
  border:1px solid #2a2e32;
  border-radius:9px;
  padding:12px;
}
.console-mini span{
  display:block;
  color:#808990;
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.console-mini b{
  display:block;
  color:#fff;
  margin-top:4px;
  font-size:14px;
}
.console-bar{
  height:4px;
  background:#2d3135;
  border-radius:4px;
  margin-top:9px;
  overflow:hidden;
}
.console-bar i{
  display:block;height:100%;
  width:72%;
  background:var(--accent);
}

.system-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  margin:0 0 70px;
}
.system-item{
  background:var(--surface);
  padding:23px 24px;
  display:flex;
  gap:14px;
  align-items:flex-start;
}
.system-item .n{
  color:var(--accent);
  font-weight:900;
  font-size:11px;
}
.system-item strong{
  display:block;
  text-transform:uppercase;
  letter-spacing:.075em;
  font-size:11px;
}
.system-item p{
  margin:5px 0 0;
  color:var(--muted);
  font-size:12px;
}

.section-title-tech{
  display:flex;
  align-items:center;
  gap:10px;
}
.section-title-tech:before{
  content:"//";
  color:var(--accent);
  font-size:11px;
  letter-spacing:-.08em;
  font-weight:900;
}
.kicker{
  letter-spacing:.14em;
}

.cards{gap:10px}
.card{
  border-radius:10px;
  box-shadow:none;
  transition:.2s ease;
}
.card:hover{
  transform:translateY(-2px);
  border-color:#bfc3c7;
}
.pathway-card:before{height:3px}
.pathway-label{
  border-radius:4px;
  letter-spacing:.11em;
}

.continuum{
  border-radius:9px;
}
.continuum-stage b{
  letter-spacing:.05em;
  font-size:16px;
}

.dark{
  border-radius:18px;
  background:
    linear-gradient(130deg,#111315 0%,#16191c 72%,#241719 130%);
}
.dark .section-head h2{max-width:780px}
.process{gap:0}
.step{
  border-top:2px solid #33383d;
  padding:18px 16px 4px;
}
.step:first-child{padding-left:0}
.step b{color:var(--accent2)}

.statement,
.offer-box,
.cta{
  border-radius:12px;
}
.statement.big{
  background:var(--dark);
  border-color:var(--dark);
}
.offer-box.featured{
  border:1px solid var(--ink);
  box-shadow:inset 0 3px 0 var(--accent);
}
.case{
  transition:.18s ease;
}
.case:hover{
  background:rgba(255,255,255,.45);
  padding-left:10px;
  padding-right:10px;
}

.about-box{
  border-radius:12px;
}
.cta{
  background:var(--dark);
  color:#fff;
  border-color:var(--dark);
}
.cta p{color:#aeb4b9}
.cta .kicker{color:var(--accent2)}

@media(max-width:900px){
  .hero-shell{padding:36px 28px 28px}
  .hero-grid{grid-template-columns:1fr}
  .coaching-console{max-width:600px}
  .system-strip{grid-template-columns:1fr}
}
@media(max-width:600px){
  .hero{padding-top:18px}
  .hero-shell{border-radius:14px;padding:28px 18px 22px}
  .coaching-console{padding:9px}
  .console-days{grid-template-columns:repeat(5, minmax(54px,1fr));overflow-x:auto}
  .cday{min-width:54px}
  .system-strip{margin-bottom:46px}
}


/* v0.8 — immersive, full-width, interactive performance-platform direction */
:root{
  --max:1520px;
}
body{
  overflow-x:hidden;
}
.wrap{
  max-width:var(--max);
  padding-left:clamp(20px,4vw,68px);
  padding-right:clamp(20px,4vw,68px);
}
.nav-inner{
  max-width:none;
}
section{
  padding:clamp(72px,8vw,124px) 0;
}
.hero{
  padding:0;
  background:var(--dark);
}
.hero > .wrap{
  max-width:none;
  padding:0;
}
.hero-grid{
  width:100%;
  grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);
  gap:clamp(46px,6vw,96px);
}
.hero h1{
  font-size:clamp(60px,7.7vw,118px);
  max-width:980px;
}
.hero-copy{
  max-width:720px;
  font-size:clamp(17px,1.45vw,22px);
}
.hero .metrics{
  margin-top:54px;
}
.hero .metric{
  padding:26px 20px;
}
.hero .metric b{
  font-size:clamp(17px,1.5vw,23px);
}
.hero .metric span{
  font-size:10px;
}

.coaching-console{
  padding:16px;
  border-radius:12px;
  transform:translateZ(0);
}
.console-main{
  padding:19px;
}
.console-week strong{
  font-size:clamp(21px,2vw,30px);
}
.console-days{
  gap:8px;
}
.cday{
  min-height:92px;
  padding:10px 9px;
}
.cday span{
  font-size:10px;
}
.console-bottom{
  gap:10px;
}
.console-mini{
  padding:14px;
}
.console-mini b{
  font-size:15px;
}

.dashboard-grid{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(180px,.6fr);
  gap:10px;
}
.dashboard-side{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.dash-card{
  background:#111315;
  border:1px solid #2b2f33;
  border-radius:9px;
  padding:14px;
}
.dash-title{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  margin-bottom:11px;
}
.dash-title span{
  font-size:8px;
  color:#7f878e;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight:850;
}
.dash-title b{
  color:#fff;
  font-size:11px;
}
.progress-ring{
  --p:72;
  width:78px;
  aspect-ratio:1;
  border-radius:50%;
  background:conic-gradient(var(--accent) calc(var(--p)*1%), #2b2f33 0);
  display:grid;
  place-items:center;
  margin:4px auto 10px;
}
.progress-ring:after{
  content:"";
  width:58px;
  aspect-ratio:1;
  border-radius:50%;
  background:#111315;
  position:absolute;
}
.progress-ring{
  position:relative;
}
.progress-ring strong{
  position:relative;
  z-index:1;
  color:#fff;
  font-size:15px;
}
.dash-note{
  color:#8f979e;
  font-size:9px;
  text-align:center;
  line-height:1.35;
}
.readiness{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6px;
}
.readiness div{
  text-align:center;
  background:#191c1f;
  border:1px solid #2b3034;
  border-radius:6px;
  padding:8px 4px;
}
.readiness b{
  display:block;
  color:#fff;
  font-size:12px;
}
.readiness span{
  display:block;
  margin-top:2px;
  color:#777f86;
  font-size:7px;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.immersive-section{
  min-height:680px;
  display:flex;
  align-items:center;
}
.immersive-section > .wrap{
  width:100%;
}
.section-head{
  grid-template-columns:.38fr 1.62fr;
  margin-bottom:44px;
}
.section-head h2{
  font-size:clamp(38px,5vw,72px);
  max-width:1050px;
}
.lead{
  font-size:clamp(16px,1.45vw,21px);
}
.cards{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.pathway-card{
  min-height:420px;
  padding:28px;
  cursor:pointer;
}
.pathway-card.selected{
  border-color:var(--accent);
  transform:translateY(-4px);
}
.pathway-card.selected:before{background:var(--accent)}
.pathway-card h3{
  font-size:clamp(24px,2.2vw,34px);
}
.pathway-card p{
  font-size:15px;
}

.continuum{
  margin-top:16px;
  padding:25px 28px;
}
.continuum-stage{
  cursor:pointer;
}
.continuum-stage b{
  font-size:19px;
}
.continuum-stage.active b{
  color:var(--accent);
}
.continuum-stage.active span{
  color:var(--ink);
}

.system-strip{
  margin:0;
  border-left:0;border-right:0;
}
.system-item{
  padding:28px clamp(22px,4vw,54px);
}
.system-item strong{
  font-size:12px;
}

.dark{
  max-width:none;
  border-radius:0;
  margin:0;
  min-height:760px;
  display:flex;
  align-items:center;
}
.dark .wrap{
  width:100%;
}
.process{
  grid-template-columns:repeat(5,1fr);
}
.step{
  min-height:230px;
  padding-top:24px;
}
.step h3{
  font-size:19px;
}
.step p{
  font-size:14px;
}

.statement{
  min-height:480px;
  padding:clamp(28px,3vw,46px);
}
.statement h3{
  font-size:clamp(34px,4vw,58px);
}
.offer-box{
  min-height:560px;
  padding:clamp(28px,3vw,44px);
}
.offer-box h3{
  font-size:clamp(26px,3vw,40px);
}
.about{
  gap:clamp(40px,6vw,92px);
}
.about-box{
  min-height:640px;
}
.about-copy p{
  font-size:17px;
}
.cta{
  min-height:360px;
  padding:clamp(38px,5vw,74px);
}
.cta h2{
  font-size:clamp(40px,5vw,72px);
  max-width:950px;
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
}

.section-anchor{
  scroll-margin-top:90px;
}

@media(max-width:1100px){
  .hero-grid{
    grid-template-columns:1fr;
  }
  .hero-shell{
    min-height:auto;
  }
  .coaching-console{
    max-width:820px;
  }
  .cards{
    grid-template-columns:1fr;
  }
  .pathway-card{
    min-height:0;
  }
  .process{
    grid-template-columns:repeat(2,1fr);
  }
  .step:last-child{
    grid-column:1/-1;
  }
}
@media(max-width:760px){
  section{padding:64px 0}
  .hero-shell{
    padding:72px 18px 34px;
  }
  .hero h1{
    font-size:clamp(48px,16vw,72px);
  }
  .hero .metrics{
    grid-template-columns:1fr 1fr;
  }
  .hero .metric{
    border-bottom:1px solid #34383c!important;
  }
  .dashboard-grid{
    grid-template-columns:1fr;
  }
  .dashboard-side{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .section-head{
    grid-template-columns:1fr;
    gap:14px;
  }
  .section-head h2{
    font-size:clamp(36px,11vw,52px);
  }
  .process{
    grid-template-columns:1fr;
  }
  .step:last-child{
    grid-column:auto;
  }
  .dark{
    min-height:0;
  }
  .statement,.offer-box,.about-box,.cta{
    min-height:0;
  }
}


/* v0.9 — interactive coaching session demo */
.cday{cursor:pointer;position:relative;outline:none;transition:border-color .16s ease,background .16s ease,transform .16s ease}
.cday:hover{border-color:#555d64;transform:translateY(-1px)}
.cday:focus-visible{outline:2px solid #fff;outline-offset:2px}
.cday.selected-session{border-color:var(--accent)!important;background:linear-gradient(180deg,rgba(227,38,46,.17),#191c1f 76%)}
.cday.selected-session:before{content:"";position:absolute;left:7px;right:7px;bottom:6px;height:2px;background:var(--accent)}
.session-demo-wrap{max-height:0;overflow:hidden;opacity:0;transform:translateY(-8px);margin-top:0;transition:max-height .55s ease,opacity .28s ease,transform .35s ease,margin-top .35s ease}
.session-demo-wrap.open{max-height:1700px;opacity:1;transform:none;margin-top:14px}
.session-demo{background:#101214;border:1px solid #30353a;border-radius:12px;overflow:hidden}
.session-demo-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;padding:22px;border-bottom:1px solid #2a2f33;background:linear-gradient(120deg,#15181b,#101214)}
.session-eyebrow{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#838b92;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.11em}
.session-eyebrow .pill{border:1px solid #34393e;border-radius:999px;padding:5px 8px}
.session-demo-head h3{margin:8px 0 5px;color:#fff;font-size:clamp(24px,2.5vw,34px);letter-spacing:-.035em}
.session-demo-head p{margin:0;max-width:720px;color:#aeb5ba;font-size:12px}
.session-close{appearance:none;border:1px solid #3a4045;background:#191c1f;color:#adb4b9;border-radius:6px;min-width:42px;height:42px;cursor:pointer;font-size:18px}
.session-close:hover{color:#fff;border-color:#5d656c}
.session-demo-body{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);gap:0}
.session-plan{padding:20px;border-right:1px solid #2a2f33}
.session-sidebar{padding:20px;background:#14171a}
.session-block{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:14px;align-items:start;padding:14px 0;border-bottom:1px solid #262b2f}
.session-block:last-child{border-bottom:0}
.block-code{width:38px;height:38px;border:1px solid #383e43;border-radius:6px;display:grid;place-items:center;color:#8f979d;font-size:9px;font-weight:900;letter-spacing:.06em}
.block-main{min-width:0}.block-main strong{display:block;color:#fff;font-size:14px;line-height:1.25}
.block-prescription{margin-top:4px;color:#d4d7d9;font-size:11px;font-weight:750}.block-note{margin-top:6px;color:#808990;font-size:10px;line-height:1.45}
.block-history{text-align:right;color:#737c83;font-size:9px;white-space:nowrap}.block-history b{display:block;color:#d8dbdd;font-size:10px}
.demo-panel{border:1px solid #2d3236;border-radius:8px;padding:14px;margin-bottom:10px;background:#111315}.demo-panel:last-child{margin-bottom:0}
.demo-panel-label{color:#7d858c;text-transform:uppercase;letter-spacing:.09em;font-size:8px;font-weight:850;margin-bottom:7px}
.demo-panel strong{color:#fff;font-size:13px;line-height:1.35;display:block}.demo-panel p{margin:6px 0 0;color:#939aa0;font-size:10px;line-height:1.5}
.feedback-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px}
.feedback-btn{appearance:none;border:1px solid #343a3f;background:#191c1f;color:#939ba1;border-radius:5px;min-height:38px;padding:7px 6px;cursor:pointer;font-size:9px;font-weight:800}
.feedback-btn:hover{color:#fff;border-color:#565e65}.feedback-btn.active{color:#fff;border-color:var(--accent);background:rgba(227,38,46,.12)}
.adjustment-callout{border-left:3px solid var(--accent);padding-left:12px}
.session-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;align-items:center;padding:14px 20px;border-top:1px solid #2a2f33;background:#0e1012}
.session-footer-note{color:#6f777e;font-size:9px;max-width:720px}.session-footer-state{color:#c9ced1;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:850}
@media(max-width:850px){.session-demo-body{grid-template-columns:1fr}.session-plan{border-right:0;border-bottom:1px solid #2a2f33}}
@media(max-width:600px){.session-demo-head{grid-template-columns:1fr auto;padding:16px}.session-plan,.session-sidebar{padding:14px}.session-block{grid-template-columns:34px minmax(0,1fr)}.block-code{width:32px;height:32px}.block-history{grid-column:2;text-align:left;margin-top:-4px;white-space:normal}.feedback-grid{grid-template-columns:1fr}}


/* v0.10 — TrainHeroic-inspired client flow, without copying the product UI */
.coaching-console,
.session-demo-wrap{
  display:none!important;
}

.th-experience{
  margin-top:14px;
}
.th-context-label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:10px;
  color:#8d959c;
  font-size:8px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.11em;
}
.th-context-label strong{
  color:#c7ccd0;
  font-size:8px;
  letter-spacing:.08em;
}

.th-stage{
  display:grid;
  grid-template-columns:minmax(360px,1.08fr) minmax(260px,.62fr);
  gap:12px;
  align-items:stretch;
}
.th-app{
  background:#f7f7f7;
  color:#17191b;
  border:1px solid #3a3f44;
  border-radius:16px;
  overflow:hidden;
  min-width:0;
  box-shadow:0 22px 55px rgba(0,0,0,.28);
}
.th-app-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:13px 16px;
  background:#fff;
  border-bottom:1px solid #e5e7e9;
}
.th-coach{
  display:flex;
  gap:10px;
  align-items:center;
  min-width:0;
}
.th-avatar{
  width:34px;height:34px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#141618;
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
  flex:0 0 auto;
}
.th-coach-copy{
  min-width:0;
}
.th-coach-copy b{
  display:block;
  font-size:11px;
  line-height:1.2;
}
.th-coach-copy span{
  display:block;
  color:#858b90;
  font-size:8px;
  margin-top:2px;
}
.th-app-badge{
  color:#777e84;
  background:#f1f2f3;
  border:1px solid #e2e4e6;
  border-radius:999px;
  padding:5px 7px;
  font-size:7px;
  text-transform:uppercase;
  letter-spacing:.07em;
  white-space:nowrap;
}

.th-calendar{
  background:#fff;
  border-bottom:1px solid #e4e6e8;
  padding:11px 13px 13px;
}
.th-month{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:9px;
}
.th-month b{
  font-size:11px;
  letter-spacing:-.01em;
}
.th-month span{
  color:#969ca1;
  font-size:8px;
}
.th-days{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:5px;
}
.th-day{
  appearance:none;
  border:0;
  background:transparent;
  border-radius:7px;
  padding:6px 3px;
  min-width:0;
  cursor:pointer;
  color:#44494d;
}
.th-day:hover{
  background:#f1f2f3;
}
.th-day:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:1px;
}
.th-day b{
  display:block;
  font-size:7px;
  color:#a0a5aa;
  letter-spacing:.05em;
}
.th-day span{
  width:26px;height:26px;
  display:grid;place-items:center;
  border-radius:50%;
  margin:3px auto 0;
  font-size:9px;
  font-weight:800;
}
.th-day i{
  display:block;
  width:4px;height:4px;
  margin:4px auto 0;
  border-radius:50%;
  background:#c7cbce;
}
.th-day.has-session i{background:var(--accent)}
.th-day.active span{
  background:#17191b;
  color:#fff;
}
.th-day.active b{color:#555b60}

.th-view{
  min-height:410px;
  background:#f7f7f7;
}
.th-home{
  padding:16px;
}
.th-section-label{
  color:#8c9297;
  font-size:8px;
  letter-spacing:.11em;
  text-transform:uppercase;
  font-weight:850;
  margin-bottom:8px;
}
.th-day-title{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:10px;
  margin-bottom:12px;
}
.th-day-title h3{
  color:#141618;
  font-size:19px;
  line-height:1.05;
  margin:0;
  letter-spacing:-.035em;
}
.th-day-title span{
  color:#8a9095;
  font-size:8px;
  text-align:right;
}
.th-workout-card{
  appearance:none;
  width:100%;
  text-align:left;
  border:1px solid #dedfe1;
  background:#fff;
  border-radius:9px;
  padding:15px;
  cursor:pointer;
  box-shadow:0 4px 12px rgba(15,18,20,.035);
  transition:transform .15s ease,border-color .15s ease;
}
.th-workout-card:hover{
  transform:translateY(-1px);
  border-color:#bfc4c7;
}
.th-workout-card:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:2px;
}
.th-workout-card-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
}
.th-workout-type{
  color:var(--accent);
  font-size:7px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.th-workout-card h4{
  font-size:17px;
  margin:5px 0 4px;
  letter-spacing:-.025em;
}
.th-workout-meta{
  color:#8c9297;
  font-size:8px;
}
.th-chevron{
  color:#a0a5aa;
  font-size:17px;
  line-height:1;
}
.th-workout-summary{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6px;
}
.th-stat{
  padding:8px 7px;
  background:#f6f7f7;
  border-radius:6px;
}
.th-stat b{
  display:block;
  font-size:11px;
}
.th-stat span{
  display:block;
  margin-top:1px;
  color:#9aa0a5;
  font-size:7px;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.th-coach-message{
  margin-top:10px;
  padding:11px 12px;
  border:1px solid #e0e2e3;
  border-radius:8px;
  background:#fff;
}
.th-coach-message-label{
  display:flex;
  gap:7px;
  align-items:center;
  color:#8d9398;
  font-size:7px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:850;
}
.th-coach-message p{
  margin:5px 0 0;
  color:#53585c;
  font-size:9px;
  line-height:1.45;
}

.th-workout{
  display:none;
  background:#f7f7f7;
}
.th-workout.open{display:block}
.th-home.hidden{display:none}
.th-workout-header{
  position:relative;
  padding:14px 16px 15px;
  background:#fff;
  border-bottom:1px solid #e3e5e6;
}
.th-back{
  appearance:none;
  border:0;
  background:transparent;
  color:#60666b;
  padding:3px 0 8px;
  cursor:pointer;
  font-size:9px;
  font-weight:800;
}
.th-back:hover{color:#111}
.th-workout-header h3{
  margin:0;
  font-size:19px;
  letter-spacing:-.03em;
}
.th-workout-header p{
  color:#898f94;
  font-size:8px;
  margin:4px 0 0;
}
.th-exercise-list{
  padding:10px;
}
.th-exercise{
  background:#fff;
  border:1px solid #e0e2e3;
  border-radius:9px;
  margin-bottom:8px;
  overflow:hidden;
}
.th-exercise:last-child{margin-bottom:0}
.th-exercise-head{
  padding:12px 13px 10px;
}
.th-exercise-code{
  color:#969ca1;
  font-size:7px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.th-exercise h4{
  margin:3px 0 0;
  font-size:15px;
  letter-spacing:-.02em;
}
.th-history-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid #f0f1f2;
  border-bottom:1px solid #eceeef;
}
.th-history-cell{
  padding:8px 10px;
  border-right:1px solid #eceeef;
}
.th-history-cell:last-child{border-right:0}
.th-history-cell span{
  display:block;
  color:#a0a5a9;
  font-size:6px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:850;
}
.th-history-cell b{
  display:block;
  font-size:9px;
  margin-top:2px;
}
.th-instruction{
  padding:9px 12px;
  color:#666c70;
  font-size:8px;
  line-height:1.45;
  background:#fbfbfb;
  border-bottom:1px solid #eceeef;
}
.th-set-table{
  padding:8px 10px 10px;
}
.th-set-head,.th-set-row{
  display:grid;
  grid-template-columns:32px 1fr 1fr 38px;
  gap:5px;
  align-items:center;
}
.th-set-head{
  color:#a0a6aa;
  font-size:6px;
  text-transform:uppercase;
  letter-spacing:.07em;
  padding:0 3px 5px;
}
.th-set-row{
  margin-top:4px;
}
.th-set-num{
  color:#777d82;
  font-size:8px;
  font-weight:800;
  text-align:center;
}
.th-set-value{
  min-height:30px;
  display:grid;
  place-items:center;
  background:#f5f6f6;
  border:1px solid #e7e8e9;
  border-radius:5px;
  font-size:9px;
  font-weight:800;
}
.th-set-check{
  appearance:none;
  width:28px;height:28px;
  border:1px solid #d9dcde;
  background:#fff;
  border-radius:50%;
  cursor:pointer;
  position:relative;
  justify-self:center;
}
.th-set-check:checked{
  background:#17191b;
  border-color:#17191b;
}
.th-set-check:checked:after{
  content:"✓";
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:10px;
  font-weight:900;
}
.th-session-complete{
  padding:12px 14px 15px;
  border-top:1px solid #e2e4e5;
  background:#fff;
}
.th-progress-copy{
  display:flex;
  justify-content:space-between;
  gap:8px;
  color:#8d9398;
  font-size:7px;
  text-transform:uppercase;
  letter-spacing:.07em;
  font-weight:850;
  margin-bottom:6px;
}
.th-progress-track{
  height:5px;
  border-radius:5px;
  overflow:hidden;
  background:#eceeef;
}
.th-progress-fill{
  width:0%;
  height:100%;
  background:#181a1c;
  transition:width .2s ease;
}

.th-feedback{
  margin-top:8px;
  background:#fff;
  border:1px solid #e0e2e3;
  border-radius:8px;
  padding:12px;
}
.th-feedback h5{
  margin:0;
  font-size:10px;
}
.th-feedback p{
  color:#8d9398;
  font-size:7px;
  margin:3px 0 8px;
}
.th-rpe-row{
  display:flex;
  align-items:center;
  gap:9px;
}
.th-rpe-row input{
  flex:1;
  accent-color:#17191b;
}
.th-rpe-value{
  width:29px;height:29px;
  display:grid;place-items:center;
  border-radius:6px;
  background:#f2f3f3;
  font-size:10px;
  font-weight:900;
}
.th-feedback-options{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:5px;
  margin-top:8px;
}
.th-response{
  appearance:none;
  border:1px solid #e0e2e3;
  background:#fff;
  min-height:34px;
  border-radius:5px;
  color:#737a7f;
  cursor:pointer;
  font-size:7px;
  font-weight:800;
}
.th-response.active{
  border-color:#17191b;
  color:#17191b;
  background:#f2f3f3;
}
.th-send{
  width:100%;
  border:0;
  border-radius:6px;
  background:#17191b;
  color:#fff;
  min-height:38px;
  margin-top:8px;
  cursor:pointer;
  font-size:8px;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.th-send:hover{background:#2a2d30}

.th-coach-layer{
  background:#15181b;
  border:1px solid #353b40;
  border-radius:16px;
  padding:18px;
  min-width:0;
  display:flex;
  flex-direction:column;
}
.th-layer-top{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  padding-bottom:13px;
  border-bottom:1px solid #30353a;
}
.th-layer-top span{
  color:#858e95;
  font-size:7px;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight:850;
}
.th-layer-top b{
  color:#fff;
  font-size:9px;
}
.th-layer-body{
  padding-top:16px;
  flex:1;
}
.th-layer-kicker{
  color:var(--accent2);
  font-size:7px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.th-layer-body h4{
  color:#fff;
  font-size:clamp(20px,2vw,28px);
  margin:7px 0 8px;
  letter-spacing:-.035em;
}
.th-layer-body > p{
  color:#929aa1;
  font-size:10px;
  line-height:1.55;
  margin:0;
}
.th-signal{
  margin-top:16px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:9px;
  align-items:center;
  padding:10px 0;
  border-top:1px solid #30353a;
}
.th-signal span{
  color:#858e95;
  font-size:8px;
}
.th-signal b{
  color:#fff;
  font-size:9px;
}
.th-change{
  margin-top:8px;
  border-left:3px solid var(--accent);
  background:#101214;
  padding:12px;
}
.th-change-label{
  color:#777f86;
  font-size:7px;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-weight:850;
}
.th-change strong{
  display:block;
  color:#fff;
  margin-top:5px;
  font-size:13px;
  line-height:1.35;
}
.th-change p{
  margin:5px 0 0;
  color:#858d94;
  font-size:9px;
  line-height:1.45;
}
.th-layer-foot{
  padding-top:15px;
  color:#6f777e;
  font-size:7px;
  line-height:1.45;
}
.th-platform-note{
  margin-top:10px;
  color:#737c83;
  font-size:7px;
  line-height:1.45;
}
.th-platform-note strong{color:#aeb5ba}

@media(max-width:1080px){
  .th-stage{grid-template-columns:1fr}
}
@media(max-width:600px){
  .th-app{border-radius:11px}
  .th-stage{gap:8px}
  .th-app-top{padding:11px}
  .th-calendar{padding:9px}
  .th-days{gap:1px}
  .th-day{padding:5px 1px}
  .th-day span{width:24px;height:24px}
  .th-home{padding:12px}
  .th-workout-summary{grid-template-columns:1fr 1fr 1fr}
  .th-feedback-options{grid-template-columns:1fr}
}


/* v0.11 simplification */
.th-experience{display:none!important;} /* hide the too-heavy v0.10 block */

.hero-grid{
  align-items:center;
}

.hero-phone-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
}

.hero-phone{
  width:min(100%,360px);
  background:#f7f7f7;
  border:1px solid #353a3f;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 26px 60px rgba(0,0,0,.28);
  position:relative;
}
.hero-phone:before{
  content:"";
  position:absolute;
  top:8px; left:50%;
  transform:translateX(-50%);
  width:90px; height:18px;
  background:#111;
  border-radius:0 0 14px 14px;
  z-index:2;
}
.hp-top{
  background:#fff;
  padding:28px 18px 14px;
  border-bottom:1px solid #e5e7e9;
}
.hp-topline{
  display:flex;justify-content:space-between;align-items:center;gap:8px;
  color:#7b838a;
  font-size:8px;text-transform:uppercase;letter-spacing:.1em;font-weight:850;
}
.hp-brand{color:#121416}
.hp-days{
  display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-top:12px;
}
.hp-day{
  text-align:center;color:#8a9095;font-size:7px;
}
.hp-day b{
  display:grid;place-items:center;
  width:28px;height:28px;margin:4px auto 0;border-radius:50%;
  font-size:9px;color:#15181b;
}
.hp-day.active b{
  background:#15181b;color:#fff;
}
.hp-day .dot{
  width:4px;height:4px;border-radius:50%;background:var(--accent);margin:4px auto 0;
}
.hp-body{
  padding:16px;
}
.hp-kicker{
  color:#8a9095;font-size:8px;text-transform:uppercase;letter-spacing:.1em;font-weight:850;
}
.hp-card{
  margin-top:10px;background:#fff;border:1px solid #e0e2e3;border-radius:14px;padding:16px;
}
.hp-type{
  color:var(--accent);font-size:7px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;
}
.hp-card h4{
  margin:6px 0 5px;font-size:22px;letter-spacing:-.04em;color:#15181b;
}
.hp-meta{
  color:#858d93;font-size:8px;
}
.hp-stats{
  display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:14px;
}
.hp-stat{
  background:#f5f6f6;border-radius:8px;padding:9px 8px;
}
.hp-stat b{display:block;font-size:11px;color:#15181b}
.hp-stat span{display:block;font-size:7px;color:#9ca2a7;text-transform:uppercase;letter-spacing:.07em;margin-top:1px}
.hp-note{
  margin-top:12px;padding:11px 12px;border:1px solid #eceeef;border-radius:10px;background:#fcfcfc;
  color:#5c6165;font-size:9px;line-height:1.45;
}
.hp-footer{
  margin-top:12px;
  display:flex;justify-content:space-between;align-items:center;gap:8px;
  color:#7f878d;font-size:8px;
}
.hp-pill{
  border:1px solid #e1e3e5;background:#fff;border-radius:999px;padding:6px 9px;
}

.mini-demo{
  margin-top:22px;
  padding:24px;
  border:1px solid var(--border);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));
}
.mini-demo-head{
  display:flex;justify-content:space-between;align-items:end;gap:16px;flex-wrap:wrap;
  margin-bottom:18px;
}
.mini-demo-title h3{
  margin:0;
  font-size:clamp(28px,3vw,40px);
  letter-spacing:-.045em;
}
.mini-demo-title p{
  margin:8px 0 0;color:var(--muted);max-width:62ch;
}
.mini-demo-badge{
  color:#adb5bb;font-size:8px;text-transform:uppercase;letter-spacing:.1em;font-weight:850;
  border:1px solid #2a2f34;border-radius:999px;padding:8px 11px;
}

.mini-demo-grid{
  display:grid;
  grid-template-columns:minmax(300px,420px) 1fr;
  gap:18px;
  align-items:start;
}
.mini-phone{
  background:#f7f7f7;border:1px solid #353a3f;border-radius:24px;overflow:hidden;
  box-shadow:0 20px 45px rgba(0,0,0,.22);
}
.mini-phone-top{
  background:#fff;padding:24px 16px 12px;border-bottom:1px solid #e6e8ea;
}
.mini-strip{
  display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin-top:10px;
}
.mini-strip button{
  appearance:none;border:0;background:transparent;border-radius:10px;padding:6px 0;cursor:pointer;color:#858d93;
  font-size:7px;font-weight:800;
}
.mini-strip button span{display:grid;place-items:center;width:28px;height:28px;margin:4px auto 0;border-radius:50%;font-size:9px;color:#131518}
.mini-strip button.active span{background:#131518;color:#fff}
.mini-session{
  padding:14px;
}
.mini-session-card{
  background:#fff;border:1px solid #e0e2e3;border-radius:12px;padding:14px;
}
.mini-session-type{
  color:var(--accent);font-size:7px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;
}
.mini-session-card h4{
  margin:6px 0 4px;font-size:17px;letter-spacing:-.03em;color:#15181b;
}
.mini-session-card p{
  margin:0;color:#899196;font-size:8px;
}
.mini-blocks{margin-top:12px;display:grid;gap:8px}
.mini-block{
  border:1px solid #eceeef;border-radius:10px;padding:10px 11px;background:#fcfcfc;
}
.mini-block b{display:block;color:#15181b;font-size:11px}
.mini-block span{display:block;color:#8b9297;font-size:8px;margin-top:2px}
.mini-feedback{
  margin-top:12px;
}
.mini-feedback-label{
  color:#8c9398;font-size:7px;text-transform:uppercase;letter-spacing:.09em;font-weight:850;margin-bottom:6px;
}
.mini-options{
  display:grid;grid-template-columns:repeat(3,1fr);gap:6px;
}
.mini-options button{
  appearance:none;border:1px solid #e0e2e3;background:#fff;border-radius:8px;padding:10px 6px;cursor:pointer;
  color:#70787d;font-size:7px;font-weight:850;
}
.mini-options button.active{
  border-color:#15181b;background:#f1f2f3;color:#15181b;
}
.mini-send{
  width:100%;margin-top:8px;border:0;border-radius:9px;min-height:40px;background:#15181b;color:#fff;
  font-size:8px;font-weight:850;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;
}
.mini-flow{
  display:grid;gap:10px;
}
.flow-row{
  display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:start;
}
.flow-dot{
  width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#1a1d20;color:#fff;font-size:9px;font-weight:900;
  border:1px solid #30353a;
}
.flow-row h5{
  margin:1px 0 3px;font-size:14px;letter-spacing:-.02em;
}
.flow-row p{
  margin:0;color:var(--muted);font-size:13px;line-height:1.45;
}
.mini-coach-response{
  margin-top:12px;padding:14px 16px;border-left:3px solid var(--accent);
  background:#101214;border-radius:0 12px 12px 0;
}
.mini-coach-response .k{
  color:#8c9398;font-size:8px;text-transform:uppercase;letter-spacing:.1em;font-weight:850;
}
.mini-coach-response strong{
  display:block;margin-top:6px;font-size:17px;letter-spacing:-.03em;
}
.mini-coach-response p{
  margin:6px 0 0;color:#9aa2a8;font-size:13px;line-height:1.45;
}
.mini-note{
  margin-top:14px;color:#7e878d;font-size:12px;line-height:1.45;
}

@media(max-width:980px){
  .mini-demo-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .mini-demo{padding:18px}
  .mini-options{grid-template-columns:1fr}
}


/* v0.12 — make app preview clearly visible + more TrainHeroic-like */
.hero-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr) !important;
  gap:34px !important;
  align-items:center !important;
}
@media(max-width:980px){
  .hero-grid{
    grid-template-columns:1fr !important;
    gap:20px !important;
  }
}

.hero-copy{
  max-width:680px;
}

.hero-visual{
  display:flex !important;
  justify-content:flex-end;
  align-items:center;
  min-width:0;
}

.hero-phone-wrap{
  width:100%;
  display:flex;
  justify-content:flex-end;
}

.hero-preview-stack{
  width:min(100%,390px);
  display:grid;
  gap:12px;
}

.hero-preview-label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#9ba3a9;
  font-size:8px;
  line-height:1.2;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.11em;
}
.hero-preview-label strong{
  color:#d7dbde;
  font-size:8px;
}

.hero-phone{
  width:100% !important;
  max-width:390px;
  background:#f6f7f8;
  border:1px solid #3b4146;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 34px 85px rgba(0,0,0,.34), 0 8px 22px rgba(0,0,0,.16);
  position:relative;
  transform:translateZ(0);
}
.hero-phone:before{
  content:"";
  position:absolute;
  top:8px;left:50%;
  transform:translateX(-50%);
  width:98px;height:20px;
  background:#0f1113;
  border-radius:0 0 15px 15px;
  z-index:2;
}

.hp-top{
  padding:30px 18px 15px !important;
  background:#fff;
  border-bottom:1px solid #e4e6e8;
}
.hp-topline{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  color:#7e868c;
  font-size:8px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.11em;
}
.hp-topline .hp-brand{
  color:#121416;
}

.hp-days{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:5px;
  margin-top:14px;
}
.hp-day{
  text-align:center;
  color:#8d9499;
  font-size:7px;
  font-weight:800;
}
.hp-day b{
  display:grid;
  place-items:center;
  width:30px;height:30px;
  margin:4px auto 0;
  border-radius:50%;
  font-size:10px;
  color:#16191b;
}
.hp-day.active b{
  background:#16191b;
  color:#fff;
}
.hp-day .dot{
  width:4px;height:4px;border-radius:50%;background:var(--accent);margin:5px auto 0;
}

.hp-body{
  padding:16px;
}
.hp-kicker{
  color:#8c9398;
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-weight:850;
}
.hp-card{
  margin-top:10px;
  background:#fff;
  border:1px solid #dfe2e4;
  border-radius:16px;
  padding:16px;
}
.hp-type{
  color:var(--accent);
  font-size:7px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.hp-card h4{
  margin:6px 0 5px;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.045em;
  color:#141618;
}
.hp-meta{
  color:#8a9196;
  font-size:8px;
}
.hp-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6px;
  margin-top:14px;
}
.hp-stat{
  background:#f5f6f6;
  border-radius:9px;
  padding:9px 8px;
}
.hp-stat b{
  display:block;
  color:#141618;
  font-size:11px;
}
.hp-stat span{
  display:block;
  color:#9ba2a7;
  font-size:7px;
  text-transform:uppercase;
  letter-spacing:.07em;
  margin-top:2px;
}
.hp-note{
  margin-top:12px;
  padding:12px 12px;
  border:1px solid #eceeef;
  border-radius:11px;
  background:#fbfbfb;
  color:#5e6468;
  font-size:9px;
  line-height:1.48;
}
.hp-actions{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  align-items:center;
  margin-top:12px;
}
.hp-primary{
  display:grid;
  place-items:center;
  min-height:38px;
  border-radius:10px;
  background:#17191b;
  color:#fff;
  font-size:8px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.hp-secondary{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.hp-pill{
  border:1px solid #e0e3e5;
  background:#fff;
  color:#7e878d;
  border-radius:999px;
  padding:7px 10px;
  font-size:7px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.hero-preview-foot{
  color:#8f979d;
  font-size:12px;
  line-height:1.5;
}
.hero-preview-foot strong{
  color:#d2d7db;
}

/* Mini demo polish */
.mini-demo{
  margin-top:26px !important;
}
.mini-demo-grid{
  grid-template-columns:minmax(320px,400px) 1fr !important;
  gap:24px !important;
}
@media(max-width:980px){
  .mini-demo-grid{grid-template-columns:1fr !important;}
}

.mini-phone{
  border-radius:26px !important;
  overflow:hidden;
  box-shadow:0 22px 52px rgba(0,0,0,.24);
}
.mini-phone-top{
  padding:24px 16px 13px !important;
}
.mini-strip{
  grid-template-columns:repeat(5,1fr);
  gap:5px !important;
}
.mini-strip button{
  border-radius:11px !important;
  padding:6px 0 !important;
}
.mini-strip button span{
  width:29px !important;
  height:29px !important;
}
.mini-session-card{
  border-radius:14px !important;
  padding:15px !important;
}
.mini-session-card h4{
  font-size:19px !important;
}
.mini-session-type{
  letter-spacing:.12em !important;
}
.mini-block{
  border-radius:11px !important;
  background:#fbfbfb !important;
}
.mini-send{
  min-height:42px !important;
}
.flow-row h5{
  font-size:15px !important;
}
.mini-coach-response strong{
  font-size:20px !important;
}


/* v0.13 hero rebuild */
.hero-copy-col{max-width:680px}
.hero-preview-stack{width:min(100%,390px)}
.hero-preview-foot{padding:0 2px}
@media(max-width:980px){
  .hero-visual,.hero-phone-wrap{justify-content:flex-start!important}
  .hero-preview-stack{max-width:390px}
}


/* v0.14 polished interactive hero */
.hero-grid-v14{
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr)!important;
  gap:40px!important;
  align-items:center!important;
}
.hero-copy-col{max-width:700px}
.hero-points{
  margin-top:20px;
  display:grid;
  gap:10px;
}
.hero-point{
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));
}
.hero-point-k{
  display:block;
  color:#cfd5d9;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-weight:850;
  margin-bottom:4px;
}
.hero-point p{
  margin:0;
  color:var(--muted);
  line-height:1.5;
  font-size:14px;
}
.hero-preview-stack{width:min(100%,402px);display:grid;gap:12px}
.hero-preview-label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#9ba3a9;
  font-size:8px;
  line-height:1.2;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.11em;
}
.hero-preview-label strong{color:#d7dbde;font-size:8px}

.hero-phone-wrap{width:100%;display:flex;justify-content:flex-end}
.hero-phone-rich{
  width:100%;
  max-width:402px;
  background:#f6f7f8;
  border:1px solid #3b4146;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 36px 90px rgba(0,0,0,.34), 0 8px 22px rgba(0,0,0,.14);
  position:relative;
}
.hero-phone-rich:before{
  content:"";
  position:absolute;
  top:8px;left:50%;
  transform:translateX(-50%);
  width:102px;height:20px;
  background:#0e1012;border-radius:0 0 16px 16px;z-index:2;
}

.hp-top{padding:30px 18px 14px;background:#fff;border-bottom:1px solid #e4e6e8}
.hp-topline{
  display:flex;justify-content:space-between;align-items:center;gap:10px;
  color:#7e868c;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.11em;
}
.hp-topline .hp-brand{color:#121416}
.hp-toprow{
  margin-top:12px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  align-items:end;
}
.hp-small-label{
  color:#8c9398;font-size:7px;text-transform:uppercase;letter-spacing:.1em;font-weight:850;
}
.hp-readiness-value{
  margin-top:4px;
  display:flex;align-items:baseline;gap:4px;
  color:#131518;
}
.hp-readiness-value b{font-size:22px;letter-spacing:-.04em}
.hp-readiness-value span{font-size:10px;color:#8c9398}
.hp-focus-pill{
  margin-top:4px;
  display:inline-flex;align-items:center;justify-content:center;
  min-height:28px;padding:0 10px;border-radius:999px;
  background:#131518;color:#fff;font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;
}

.hp-days{
  display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin-top:14px;
}
.hp-day{
  appearance:none;border:0;background:transparent;padding:0;text-align:center;cursor:pointer;
  color:#8d9499;font-size:7px;font-weight:800;border-radius:12px;
}
.hp-day b{
  display:grid;place-items:center;width:30px;height:30px;margin:4px auto 0;border-radius:50%;
  font-size:10px;color:#16191b;
}
.hp-day.active b{background:#16191b;color:#fff}
.hp-day .dot{width:4px;height:4px;border-radius:50%;background:var(--accent);margin:5px auto 0}

.hp-body{padding:16px}
.hp-kicker{color:#8c9398;font-size:8px;text-transform:uppercase;letter-spacing:.11em;font-weight:850}
.hp-card{
  margin-top:10px;background:#fff;border:1px solid #dfe2e4;border-radius:16px;padding:16px;
}
.hp-card-head{
  display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start;
}
.hp-type{color:var(--accent);font-size:7px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.hp-card h4{margin:6px 0 5px;font-size:24px;line-height:1.05;letter-spacing:-.045em;color:#141618}
.hp-meta{color:#8a9196;font-size:8px}
.hp-chevron{
  width:32px;height:32px;border-radius:50%;display:grid;place-items:center;
  background:#f2f4f5;color:#1b1e21;font-weight:900;font-size:15px;
}
.hp-stats{
  display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:14px;
}
.hp-stat{background:#f5f6f6;border-radius:9px;padding:9px 8px}
.hp-stat b{display:block;color:#141618;font-size:11px}
.hp-stat span{display:block;color:#9ba2a7;font-size:7px;text-transform:uppercase;letter-spacing:.07em;margin-top:2px}

.hp-block-preview{
  margin-top:12px;display:grid;gap:7px;
}
.hp-block-item{
  display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;
  padding:10px 11px;border:1px solid #eceeef;border-radius:11px;background:#fbfbfb;
}
.hp-block-item b{font-size:11px;color:#15181b}
.hp-block-item span{font-size:8px;color:#8c9398}

.hp-secondary-cards{
  margin-top:12px;
  display:grid;gap:10px;
}
.hp-microcard{
  background:#fff;border:1px solid #dfe2e4;border-radius:14px;padding:12px;
}
.hp-note-input{
  width:100%;
  margin-top:7px;
  border:1px solid #e2e5e7;border-radius:10px;
  background:#fbfbfb;color:#1a1d20;
  font:inherit;font-size:10px;line-height:1.45;
  padding:10px 11px;resize:none;outline:none;
}
.hp-note-input:focus{border-color:#c9ced2}
.hp-response-row{
  margin-top:8px;
  display:grid;grid-template-columns:repeat(3,1fr);gap:6px;
}
.hp-response{
  appearance:none;border:1px solid #e0e2e4;background:#fff;border-radius:9px;
  padding:10px 6px;cursor:pointer;color:#747c81;font-size:7px;font-weight:850;
}
.hp-response.active{border-color:#15181b;background:#f2f3f4;color:#15181b}

.hp-actions-rich{
  display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;margin-top:12px;
}
.hp-primary{
  display:grid;place-items:center;min-height:40px;border-radius:10px;
  background:#17191b;color:#fff;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;
}
.hp-secondary{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.hp-pill{
  border:1px solid #e0e3e5;background:#fff;color:#7e878d;border-radius:999px;
  padding:7px 10px;font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;
}
.hp-coach-reply{
  margin-top:12px;padding:13px 14px;border-left:3px solid var(--accent);background:#101214;border-radius:0 12px 12px 0;
}
.hp-coach-reply strong{
  display:block;margin-top:6px;color:#fff;font-size:17px;letter-spacing:-.03em;
}
.hp-coach-reply p{
  margin:6px 0 0;color:#9aa2a8;font-size:12px;line-height:1.45;
}

.hero-preview-foot{color:#8f979d;font-size:12px;line-height:1.5;padding:0 2px}
.hero-preview-foot strong{color:#d2d7db}

@media(max-width:980px){
  .hero-grid-v14{grid-template-columns:1fr!important;gap:24px!important}
  .hero-phone-wrap{justify-content:flex-start!important}
}
@media(max-width:640px){
  .hp-response-row{grid-template-columns:1fr}
  .hp-actions-rich{grid-template-columns:1fr}
  .hp-secondary{justify-content:flex-start}
}


/* v0.15 hero rebuild inspired by TrainHeroic */
.hero-shell-v15{position:relative}
.hero-grid-v15{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);
  gap:48px;
  align-items:center;
}
.hero-copy-v15{max-width:640px}
.hero-intro-card{
  margin-top:20px;
  padding:18px 18px 16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  box-shadow:0 18px 40px rgba(0,0,0,.10);
}
.hero-intro-overline{
  color:#b3b9be;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:800;
}
.hero-intro-card h3{
  margin:8px 0 8px;
  font-size:19px;
  letter-spacing:-.03em;
}
.hero-intro-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}
.hero-points-v15{margin-top:16px}

.hero-visual-v15{display:flex;justify-content:flex-end}
.th-preview{width:100%;max-width:336px;display:grid;gap:12px}
.th-phone{
  position:relative;
  width:100%;
  min-height:680px;
  background:#08090a;
  color:#f1f3f5;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 30px 90px rgba(0,0,0,.28), 0 10px 24px rgba(0,0,0,.16);
  overflow:hidden;
}
.th-phone:before{
  content:"";
  position:absolute;
  top:9px; left:50%;
  transform:translateX(-50%);
  width:116px;height:22px;
  background:#000;border-radius:0 0 16px 16px; z-index:5;
}
.th-screen{display:none;padding:22px 16px 16px}
.th-screen.active{display:block}
.th-statusbar{height:10px}
.th-topbar{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}
.th-userchip{
  width:34px;height:34px;border-radius:50%;
  display:grid;place-items:center;font-size:12px;font-weight:850;
  background:#111319;color:#fafafa;border:1px solid rgba(255,255,255,.06);
}
.th-headings{display:grid;gap:4px}
.th-month{font-size:19px;font-weight:900;letter-spacing:-.04em}
.th-athlete{font-size:11px;color:#c7cbd0}
.th-top-actions{display:flex;align-items:center;gap:8px}
.th-today-btn{
  appearance:none;border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;
  border-radius:11px;padding:8px 11px;font-size:10px;font-weight:800;letter-spacing:.03em;
}
.th-bell{
  min-width:28px;height:28px;border-radius:50%;display:grid;place-items:center;
  background:#4d7cff;color:#fff;font-size:11px;font-weight:900;
}

.th-weekstrip{
  display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-top:14px;padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.th-daychip{
  appearance:none;background:transparent;border:0;color:#9ea6ac;padding:0 0 6px;cursor:pointer;
}
.th-daychip span{display:block;text-align:center;font-size:10px;font-weight:800}
.th-daychip em{
  display:block;width:6px;height:6px;border-radius:50%;background:#3ad68d;opacity:.55;margin:5px auto 0;
}
.th-daychip.active{color:#fff;position:relative}
.th-daychip.active:after{
  content:"";position:absolute;left:12%;right:12%;bottom:0;height:2px;border-radius:999px;background:var(--accent);
}

.th-session-head{
  display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;
  padding:14px 0 10px;
}
.th-session-mark{
  width:36px;height:36px;border-radius:10px;background:#0f1218;display:grid;place-items:center;
  font-size:13px;font-weight:850;color:#fff;border:1px solid rgba(255,255,255,.07);
}
.th-session-name{font-size:14px;font-weight:800}
.th-session-date{font-size:11px;color:#a0a7ad;margin-top:3px}
.th-more-btn{
  appearance:none;background:#14171d;border:0;color:#7f8fff;width:40px;height:40px;border-radius:50%;
  display:grid;place-items:center;font-size:17px;letter-spacing:2px;cursor:pointer;
}

.th-summary-card{
  padding:16px 14px;border-radius:24px;background:linear-gradient(180deg,#0c0e10,#101214);
  border:1px solid rgba(255,255,255,.06);
  box-shadow:0 16px 35px rgba(0,0,0,.22), 0 0 28px rgba(255,255,255,.06);
}
.th-summary-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.th-summary-row strong{display:block;font-size:17px;line-height:1.1;margin-top:7px}
.th-label{
  display:block;color:#9ca4aa;font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;
}
.th-line-wrap{position:relative;margin-top:16px;padding-top:8px}
.th-line-grid{
  position:absolute;left:0;right:0;top:18px;height:1px;
  background-image:linear-gradient(to right, rgba(255,255,255,.22) 35%, rgba(255,255,255,0) 0%);
  background-position:bottom;background-size:12px 1px;background-repeat:repeat-x;
}
.th-readiness-line{width:100%;height:44px;color:#ff5d66}
.th-line-dates{display:flex;justify-content:space-between;font-size:11px;color:#d8dbde;margin-top:-3px}
.th-readiness-score{display:grid;place-items:center;gap:4px;margin-top:8px}
.th-readiness-score strong{font-size:34px;letter-spacing:-.05em}
.th-insight-btn{
  width:100%;margin-top:12px;appearance:none;background:transparent;
  border:1px solid rgba(255,255,255,.16);border-radius:12px;color:#7fa2ff;cursor:pointer;
  min-height:50px;font-size:12px;font-weight:700;
}

.th-comment-title{
  color:#87a7ff;
  font-size:13px;
  font-weight:700;
  margin:14px 0 8px;
}
.th-exercise-card{
  position:relative;
  width:100%;text-align:left;appearance:none;background:transparent;border:0;cursor:pointer;
  padding:14px 64px 14px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#fff;
  display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;
}
.th-ex-code{
  width:42px;height:42px;border-radius:50%;background:#2cf08a;color:#0a0a0a;
  display:grid;place-items:center;font-weight:900;font-size:19px;
}
.th-ex-main{display:grid;gap:4px}
.th-ex-cat{font-size:9px;color:#a3adb4;letter-spacing:.11em;text-transform:uppercase}
.th-ex-main strong{font-size:15px;line-height:1.1}
.th-ex-main span:last-child{font-size:11px;color:#d7dadd}
.th-plus-fab{
  position:absolute;right:0;top:50%;transform:translateY(-50%);
  width:58px;height:60px;border-radius:50%;background:#4d7cff;color:#fff;
  display:grid;place-items:center;font-size:28px;font-weight:300;
}
.th-bottomnav{
  display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding-top:14px;
  color:#cfd3d7;font-size:10px;text-align:center;
}
.th-bottomnav span.active{color:#fff}

.th-detail-close{
  appearance:none;background:transparent;border:0;color:#fff;cursor:pointer;font-size:32px;line-height:1;
  margin:4px 0 8px;
}
.th-detail-header{border-bottom:3px solid #1be88a;padding-bottom:10px}
.th-progress-row{display:flex;gap:8px;justify-content:center;margin-bottom:10px}
.th-progress-row .dot{
  width:12px;height:12px;border-radius:50%;background:#1be88a;
}
.th-progress-row .dot.focus{width:18px;height:18px}
.th-progress-row .dot.hollow{background:transparent;border:3px solid #1be88a;box-sizing:border-box}
.th-detail-totals{
  display:grid;grid-template-columns:auto auto auto auto;gap:7px 5px;align-items:end;justify-content:center;
}
.th-detail-totals strong{font-size:24px;line-height:1}
.th-detail-totals span{font-size:12px;color:#dde0e2;margin-right:10px}
.th-detail-type{margin-top:16px;font-size:13px;color:#c8ced4}
.th-detail-name-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}
.th-detail-name-row h4{margin:8px 0 14px;font-size:25px;line-height:1.02;letter-spacing:-.05em}
.th-detail-top{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:start}
.th-video-thumb{
  width:92px;height:72px;border-radius:12px;background:linear-gradient(135deg,#59666f,#23272b);
  display:grid;place-items:center;font-size:26px;
}
.th-goal-card{
  border-radius:16px;background:#1a1d21;padding:10px 12px;border:1px solid rgba(255,255,255,.05);
}
.th-goal-row{display:grid;grid-template-columns:1fr auto;gap:8px;padding:8px 0}
.th-goal-row + .th-goal-row{border-top:1px solid rgba(255,255,255,.07)}
.th-goal-row span{font-size:10px;color:#e8ebee;letter-spacing:.11em}
.th-goal-row strong{font-size:14px;color:#8ea9ff}
.th-set-grid-head{
  margin-top:18px;display:grid;grid-template-columns:44px 1fr 1fr 34px;gap:10px;color:#dce0e3;font-size:12px;
}
.th-set-list{display:grid;gap:10px;margin-top:8px}
.th-set-row{
  display:grid;grid-template-columns:44px 1fr 1fr 34px;gap:10px;align-items:center;
}
.th-set-row span{font-size:13px;color:#bcc4cb}
.th-set-row div{
  min-height:48px;border:1px solid rgba(255,255,255,.14);border-radius:12px;
  display:grid;place-items:center;font-size:17px;
}
.th-set-row i{
  font-style:normal;width:34px;height:34px;border-radius:50%;background:#2cf08a;color:#06120c;
  display:grid;place-items:center;font-size:19px;font-weight:900;
}
.th-set-actions{
  margin-top:16px;display:grid;grid-template-columns:48px auto 48px;justify-content:center;align-items:center;gap:18px;
}
.th-set-actions button{
  appearance:none;width:48px;height:48px;border-radius:50%;
  border:2px solid rgba(255,255,255,.22);background:transparent;color:#fff;font-size:28px;cursor:pointer;
}
.th-set-actions span{font-size:14px}
.th-note-wrap{margin-top:16px}
.th-note-label{font-size:11px;color:#d9dde0;margin-bottom:8px}
.th-note-input{
  width:100%;min-height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.08);
  background:#111318;color:#e7eaed;padding:0 16px;font:inherit;font-size:12px;
}
.th-detail-footer{
  margin-top:22px;display:grid;grid-template-columns:1fr 1.3fr 1fr;gap:8px;
}
.th-detail-footer button{
  appearance:none;min-height:42px;border:0;border-radius:12px;background:#0d0f12;color:#8da6ff;
  font-size:12px;font-weight:700;cursor:pointer;
}
.th-caption{
  color:#8e969d;font-size:12px;line-height:1.5;
}
.th-caption strong{display:block;color:#d4d8dc;margin-bottom:2px}

@media(max-width:1080px){
  .hero-grid-v15{grid-template-columns:1fr;gap:28px}
  .hero-visual-v15{justify-content:flex-start}
}
@media(max-width:640px){
  .th-preview{max-width:100%}
  .th-phone{max-width:344px;min-height:660px}
}


/* v0.25 — reference-led interactive TrainHeroic-style preview */
.hero-grid-v16{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
  gap:clamp(34px,5vw,78px);
  align-items:center;
}
.hero-copy-v16{max-width:700px}
.hero-delivery{
  margin-top:22px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.025);
  border-radius:16px;
}
.hero-delivery h3{
  margin:7px 0 8px;
  font-size:21px;
  letter-spacing:-.03em;
}
.hero-delivery p{
  margin:0;
  color:#aab1b6;
  font-size:13px;
  line-height:1.55;
}
.hero-delivery-flow{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  margin-top:14px;
}
.hero-delivery-flow span{
  display:flex;
  align-items:center;
  gap:6px;
}
.hero-delivery-flow b{
  display:grid;
  place-items:center;
  width:23px;height:23px;
  border-radius:50%;
  background:var(--accent);
  color:#fff;
  font-size:8px;
}
.hero-delivery-flow em{
  font-style:normal;
  color:#e7e9ea;
  font-size:10px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.hero-delivery-flow i{
  color:#656c71;
  font-style:normal;
}
.hero-visual-v16{
  display:flex;
  justify-content:flex-end;
  min-width:0;
}
.ma-preview{
  width:min(100%,338px);
}
.ma-preview-topline{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:9px;
  color:#8f989e;
  font-size:7px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:850;
}
.ma-preview-topline strong{color:#c9ced1;font-size:7px}

.ma-phone{
  position:relative;
  width:100%;
  height:620px;
  overflow:hidden;
  border-radius:25px;
  background:#0d0e0f;
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 32px 90px rgba(0,0,0,.30),0 9px 24px rgba(0,0,0,.18);
  color:#f0f1ef;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}
.ma-screen{
  position:absolute;
  inset:0;
  background:#0d0e0f;
  opacity:0;
  visibility:hidden;
  transform:translateX(8%);
  transition:opacity .2s ease,transform .28s ease,visibility .28s;
}
.ma-screen.active{
  opacity:1;
  visibility:visible;
  transform:translateX(0);
}
.ma-home-scroll,
.ma-workout-scroll{
  height:calc(100% - 54px);
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:none;
}
.ma-home-scroll::-webkit-scrollbar,
.ma-workout-scroll::-webkit-scrollbar{display:none}

.ma-app-header{
  padding:17px 14px 8px;
  border-bottom:1px solid #303234;
  background:#0c0d0e;
}
.ma-header-row{
  display:grid;
  grid-template-columns:31px 28px 1fr auto 25px;
  gap:7px;
  align-items:center;
}
.ma-profile{
  width:31px;height:31px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#171316;
  color:var(--accent);
  font-family:var(--brand-font);
  font-size:9px;
  font-weight:800;
  letter-spacing:-.09em;
}
.ma-chat-icon{
  width:25px;height:24px;
  border:2px solid #c6c9ca;
  border-radius:2px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2px;
  position:relative;
}
.ma-chat-icon:after{
  content:"";
  position:absolute;
  bottom:-5px;right:2px;
  width:7px;height:7px;
  border-right:2px solid #c6c9ca;
  transform:skewY(35deg);
}
.ma-chat-icon span{
  width:3px;height:3px;border-radius:50%;background:#c6c9ca;
}
.ma-header-center{text-align:center;min-width:0}
.ma-header-center strong{
  display:block;
  font-size:19px;
  font-style:italic;
  font-weight:950;
  letter-spacing:-.035em;
  white-space:nowrap;
}
.ma-header-center span{
  display:block;
  margin-top:2px;
  color:#d5d7d8;
  font-size:10px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ma-today{
  appearance:none;
  border:1px solid #676a6d;
  background:transparent;
  color:#eceeed;
  min-height:28px;
  padding:0 8px;
  border-radius:5px;
  font-size:8px;
}
.ma-notification{
  width:24px;height:24px;
  display:grid;place-items:center;
  border-radius:50%;
  background:var(--accent);
  color:#fff;
  font-size:9px;
  font-weight:900;
}
.ma-date-strip{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:3px;
  margin-top:12px;
}
.ma-date-strip button{
  appearance:none;
  border:0;
  background:transparent;
  color:#777c7f;
  min-height:38px;
  padding:0;
  cursor:pointer;
  position:relative;
}
.ma-date-strip button span{
  display:block;
  font-size:10px;
}
.ma-date-strip button i{
  display:block;
  width:5px;height:5px;
  margin:6px auto 0;
  border-radius:50%;
  background:var(--accent);
  box-shadow:7px 0 0 #d8d8d4;
}
.ma-date-strip button i.muted{
  background:#777b7d;
  box-shadow:none;
}
.ma-date-strip button.active{color:#fff}
.ma-date-strip button.active:after{
  content:"";
  position:absolute;
  bottom:-8px;
  left:8%;
  right:8%;
  height:2px;
  background:#f0f0ed;
}

.ma-coach-row{
  display:grid;
  grid-template-columns:39px 1fr auto;
  gap:10px;
  align-items:center;
  padding:13px 14px 10px;
}
.ma-coach-avatar{
  width:39px;height:39px;
  border-radius:8px;
  display:grid;place-items:center;
  background:#181416;
  color:var(--accent);
  font-family:var(--brand-font);
  font-weight:800;
  letter-spacing:-.09em;
  font-size:11px;
}
.ma-coach-copy strong{display:block;font-size:13px}
.ma-coach-copy span{display:block;color:#b4b8ba;font-size:9px;margin-top:1px}
.ma-more{
  appearance:none;
  border:0;
  width:39px;height:39px;
  border-radius:50%;
  background:#252628;
  color:#d7555b;
  font-size:17px;
  letter-spacing:1px;
}

.ma-summary{
  margin:0 9px;
  padding:15px 14px 14px;
  border-radius:14px;
  border:1px solid #242627;
  background:#151617;
  box-shadow:0 0 22px rgba(255,255,255,.07);
}
.ma-summary-metrics{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  position:relative;
}
.ma-summary-metrics div>span{
  display:block;
  color:#d5d7d7;
  font-size:7px;
  letter-spacing:.03em;
}
.ma-summary-metrics div>strong{
  display:block;
  margin-top:4px;
  font-size:19px;
  line-height:1;
}
.ma-summary-metrics>em{
  position:absolute;
  top:-2px;
  right:-2px;
  padding:3px 7px;
  border-radius:999px;
  background:#efeee8;
  color:#252526;
  font-size:7px;
  font-weight:900;
}
.ma-chart{
  position:relative;
  margin-top:13px;
  padding-top:5px;
}
.ma-dotted{
  position:absolute;
  left:0;right:0;top:12px;
  height:1px;
  background-image:linear-gradient(to right,#666 35%,transparent 0%);
  background-size:10px 1px;
  opacity:.65;
}
.ma-chart svg{
  position:relative;
  width:100%;
  height:54px;
  color:var(--accent);
}
.ma-chart path{
  fill:none;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
}
.ma-chart-dates{
  display:flex;
  justify-content:space-between;
  margin-top:-2px;
  color:#dfe0de;
  font-size:8px;
}
.ma-readiness{
  text-align:center;
  margin-top:4px;
}
.ma-readiness span{
  display:block;
  color:#d1d3d2;
  font-size:8px;
}
.ma-readiness strong{
  display:block;
  margin-top:3px;
  font-size:27px;
  line-height:1;
}
.ma-insights{
  width:100%;
  min-height:42px;
  margin-top:11px;
  appearance:none;
  border:1px solid #47494a;
  background:transparent;
  color:#d7555b;
  border-radius:5px;
  font-size:10px;
  cursor:pointer;
}
.ma-insight-panel{
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height .3s ease,opacity .2s ease,margin-top .2s ease;
  color:#aeb4b6;
}
.ma-insight-panel.open{
  max-height:70px;
  opacity:1;
  margin-top:10px;
}
.ma-insight-panel b{
  display:block;
  color:#f1f1ee;
  font-size:10px;
}
.ma-insight-panel p{
  margin:3px 0 0;
  font-size:8px;
  line-height:1.4;
}

.ma-comment{
  appearance:none;
  border:0;
  background:transparent;
  color:#d7555b;
  padding:13px 17px 8px;
  font-size:12px;
  cursor:pointer;
}
.ma-exercise-list{
  padding:0 8px;
}
.ma-exercise{
  width:100%;
  appearance:none;
  border:0;
  border-bottom:1px solid #2b2d2e;
  background:transparent;
  color:#fff;
  display:grid;
  grid-template-columns:38px 1fr auto;
  gap:10px;
  align-items:center;
  padding:12px 8px;
  text-align:left;
  cursor:pointer;
}
.ma-exercise-cat{
  grid-column:1/-1;
  color:#c3c6c7;
  font-size:8px;
  margin-bottom:-5px;
}
.ma-exercise-code{
  width:32px;height:32px;
  display:grid;place-items:center;
  border-radius:50%;
  background:var(--accent);
  color:#fff;
  font-size:12px;
  font-weight:900;
}
.ma-exercise-copy strong{
  display:block;
  font-size:12px;
  line-height:1.15;
  text-transform:uppercase;
}
.ma-exercise-copy span{
  display:block;
  color:#d4d6d5;
  font-size:9px;
  margin-top:4px;
}
.ma-exercise-open{
  color:#d7555b;
  font-size:16px;
}
.ma-scroll-spacer{height:18px}

.ma-bottom-nav{
  height:54px;
  position:absolute;
  left:0;right:0;bottom:0;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border-top:1px solid #2a2c2d;
  background:#0a0b0c;
}
.ma-bottom-nav button{
  appearance:none;
  border:0;
  background:transparent;
  color:#c8cbca;
  display:grid;
  place-items:center;
  align-content:center;
  gap:1px;
  padding:3px;
}
.ma-bottom-nav span{font-size:13px;line-height:1}
.ma-bottom-nav em{
  font-style:normal;
  font-size:7px;
}
.ma-bottom-nav button.active{color:#fff}

.ma-workout-scroll{
  height:calc(100% - 60px);
}
.ma-workout-sticky{
  position:sticky;
  top:0;
  z-index:5;
  padding:8px 12px 0;
  background:#0b0c0d;
  border-bottom:1px solid #262829;
}
.ma-workout-close{
  appearance:none;
  border:0;
  background:transparent;
  color:#f1f2f0;
  font-size:25px;
  line-height:1;
  padding:0;
  cursor:pointer;
}
.ma-progress-dots{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:6px;
  margin-top:-12px;
}
.ma-progress-dots i{
  width:8px;height:8px;
  border-radius:50%;
  background:var(--accent);
}
.ma-progress-dots i.focus{
  width:17px;height:17px;
}
.ma-progress-dots i.hollow{
  background:transparent;
  border:2px solid var(--accent);
}
.ma-workout-totals{
  display:grid;
  grid-template-columns:auto auto auto auto;
  gap:4px 5px;
  justify-content:center;
  align-items:end;
  margin-top:10px;
}
.ma-workout-totals strong{
  font-size:21px;
  font-style:italic;
  line-height:1;
}
.ma-workout-totals span{
  color:#e0e1de;
  font-size:10px;
  margin-right:8px;
}
.ma-accent-line{
  height:3px;
  background:var(--accent);
  margin:10px -12px 0;
}

.ma-workout-content{
  padding:0 10px;
}
.ma-workout-exercise{
  padding:17px 0 18px;
  border-bottom:9px solid #222324;
  scroll-margin-top:94px;
}
.ma-workout-cat{
  color:#cbcdcb;
  font-size:10px;
}
.ma-workout-name-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  align-items:center;
}
.ma-workout-name-row h4{
  margin:8px 0 13px;
  font-size:17px;
  line-height:1.05;
  text-transform:uppercase;
}
.ma-workout-more{
  appearance:none;
  border:0;
  width:38px;height:38px;
  border-radius:50%;
  background:#242526;
  color:#d7555b;
  font-size:16px;
}
.ma-media-goal{
  display:grid;
  grid-template-columns:96px 1fr;
  gap:10px;
  align-items:start;
}
.ma-video{
  height:78px;
  border-radius:8px;
  background:
    linear-gradient(135deg,rgba(216,33,42,.18),rgba(255,255,255,.03)),
    repeating-linear-gradient(45deg,#282a2b 0 7px,#222425 7px 14px);
  display:grid;
  place-items:center;
}
.ma-video span{
  width:38px;height:38px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#f3f2ed;
  color:#111;
  font-size:17px;
}
.ma-goal{
  border-radius:9px;
  background:#242526;
  padding:9px 10px;
}
.ma-goal div{
  display:grid;
  grid-template-columns:1fr auto;
  gap:7px;
  padding:7px 0;
  border-bottom:1px solid #303233;
}
.ma-goal div:last-child{border-bottom:0}
.ma-goal span{
  color:#ececea;
  font-size:8px;
  letter-spacing:.09em;
}
.ma-goal strong{
  color:#d7555b;
  font-size:10px;
}
.ma-goal .pro{
  display:inline-block;
  margin-left:5px;
  padding:1px 4px;
  border-radius:999px;
  background:#eceae4;
  color:#282829;
  font-size:6px;
}

.ma-table-head,
.ma-set-row{
  display:grid;
  grid-template-columns:32px 1fr 1fr 32px;
  gap:7px;
  align-items:center;
}
.ma-table-head{
  margin-top:15px;
  color:#e3e4e2;
  font-size:10px;
}
.ma-set-list{
  display:grid;
  gap:8px;
  margin-top:7px;
}
.ma-set-row>span{
  color:#aeb1b0;
  text-align:center;
  font-size:12px;
}
.ma-set-box{
  min-height:42px;
  border:1px solid #414344;
  border-radius:8px;
  display:grid;
  place-items:center;
  color:#efefeb;
  font-size:14px;
}
.ma-check{
  appearance:none;
  border:0;
  width:30px;height:30px;
  border-radius:50%;
  background:var(--accent);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:16px;
  cursor:pointer;
  transition:opacity .15s ease,transform .15s ease;
}
.ma-check.off{
  opacity:.24;
  transform:scale(.92);
}
.ma-set-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-top:13px;
}
.ma-set-controls button{
  appearance:none;
  width:39px;height:39px;
  border-radius:50%;
  background:transparent;
  border:2px solid #777a7b;
  color:#e5e6e4;
  font-size:19px;
}
.ma-set-controls button:last-child{
  border-color:#d7555b;
  color:#d7555b;
}
.ma-set-controls span{
  color:#e7e7e5;
  font-size:12px;
}
.ma-exercise-note{
  width:100%;
  min-height:38px;
  margin-top:14px;
  border-radius:999px;
  border:1px solid #292b2c;
  background:#111213;
  color:#e5e6e3;
  padding:0 13px;
  font:inherit;
  font-size:10px;
}
.ma-workout-spacer{height:18px}

.ma-workout-footer{
  position:absolute;
  left:0;right:0;bottom:0;
  height:60px;
  display:grid;
  grid-template-columns:1fr 1.2fr 1fr;
  background:#0b0c0d;
  border-top:1px solid #272829;
}
.ma-workout-footer button{
  appearance:none;
  border:0;
  background:transparent;
  color:#d8d9d7;
  display:grid;
  place-items:center;
  align-content:center;
  gap:1px;
}
.ma-workout-footer span{
  color:#d7555b;
  font-size:17px;
}
.ma-workout-footer em{
  font-style:normal;
  font-size:8px;
}
.ma-preview-caption{
  display:flex;
  gap:8px;
  align-items:flex-start;
  margin:9px 2px 0;
  color:#80898f;
  font-size:10px;
  line-height:1.45;
}
.ma-caption-dot{
  width:6px;height:6px;
  flex:0 0 auto;
  margin-top:4px;
  border-radius:50%;
  background:var(--accent);
}

@media(max-width:1080px){
  .hero-grid-v16{
    grid-template-columns:1fr;
  }
  .hero-visual-v16{
    justify-content:flex-start;
  }
}
@media(max-width:600px){
  .ma-preview{width:min(100%,316px)}
  .ma-phone{height:568px}
}


.ma-preview-topline strong{white-space:nowrap}
.ma-header-row{grid-template-columns:31px 28px minmax(0,1fr) auto 25px}
.ma-coach-row{grid-template-columns:39px minmax(0,1fr) auto}
.ma-exercise{grid-template-columns:38px minmax(0,1fr) auto}
.ma-workout-name-row{grid-template-columns:minmax(0,1fr) auto;align-items:start}
.ma-media-goal{grid-template-columns:92px minmax(0,1fr)}
.ma-goal div{grid-template-columns:minmax(0,1fr) auto}
.ma-exercise-copy,.ma-coach-copy,.ma-goal{min-width:0}
.ma-coach-copy strong,
.ma-header-center span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ma-exercise-copy strong,
.ma-workout-name-row h4{overflow-wrap:anywhere}
.ma-insights{padding:0 10px;line-height:1.25;white-space:normal;text-align:center}
.ma-goal strong,.ma-summary-metrics div>strong,.ma-workout-footer em,.ma-bottom-nav em,.ma-today{white-space:nowrap}
.ma-exercise-note{box-sizing:border-box}
@media(max-width:600px){
  .ma-preview{width:min(100%,320px)}
  .ma-phone{height:590px}
}


/* v0.18 — eliminate inner horizontal crop / scroll */
.ma-phone,
.ma-screen,
.ma-home-scroll,
.ma-workout-scroll,
.ma-workout-content,
.ma-workout-exercise,
.ma-media-goal,
.ma-goal,
.ma-set-list,
.ma-table-head,
.ma-set-row,
.ma-bottom-nav,
.ma-workout-footer{
  max-width:100%;
  box-sizing:border-box;
}

.ma-home-scroll,
.ma-workout-scroll{
  width:100%;
  overflow-x:hidden !important;
  overscroll-behavior-x:none;
}

.ma-workout-content{
  width:100%;
  padding-left:12px;
  padding-right:12px;
  overflow:hidden;
}

.ma-workout-exercise{
  width:100%;
  min-width:0;
}

.ma-workout-cat{
  display:block;
  width:100%;
  padding-left:0;
  overflow-wrap:anywhere;
}

.ma-workout-name-row{
  width:100%;
  min-width:0;
}

.ma-workout-name-row h4{
  min-width:0;
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:normal;
}

.ma-media-goal{
  width:100%;
  min-width:0;
}

.ma-video,
.ma-goal{
  min-width:0;
  max-width:100%;
}

.ma-goal span,
.ma-goal strong{
  overflow-wrap:anywhere;
}

.ma-table-head,
.ma-set-row{
  width:100%;
  min-width:0;
}

.ma-set-box{
  min-width:0;
  width:100%;
}

.ma-exercise-note{
  display:block;
  width:100%;
  max-width:100%;
}

.ma-workout-footer,
.ma-bottom-nav{
  overflow:hidden;
}

.ma-workout-footer button,
.ma-bottom-nav button{
  min-width:0;
}

.ma-workout-footer em,
.ma-bottom-nav em{
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
}

@media(max-width:600px){
  .ma-preview{
    width:min(100%,330px);
    max-width:330px;
  }
  .ma-phone{
    width:100%;
    height:600px;
  }
  .ma-workout-content{
    padding-left:13px;
    padding-right:13px;
  }
}


/* v0.19 — UI micro tweaks */
.ma-more,
.ma-workout-more{
  width:34px;
  height:34px;
  font-size:14px;
  letter-spacing:0;
  color:rgba(215,85,91,.72);
  background:rgba(255,255,255,.05);
  box-shadow:none;
}
.ma-more:hover,
.ma-workout-more:hover{
  background:rgba(255,255,255,.08);
  color:rgba(215,85,91,.9);
}
.ma-more{
  font-size:0;
  position:relative;
}
.ma-more::before,
.ma-workout-more::before{
  content:"•••";
  display:block;
  text-align:center;
  line-height:34px;
  font-size:12px;
  letter-spacing:1px;
}
.ma-workout-more{
  font-size:0;
  position:relative;
}
.ma-workout-close{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:0;
  min-height:34px;
}
.ma-workout-close::before{
  content:"←";
  font-size:24px;
  line-height:1;
  color:#f1f2f0;
}
.ma-workout-close::after{
  content:"Back to plan";
  font-size:11px;
  font-weight:700;
  letter-spacing:.02em;
  color:#d9dddf;
}
.ma-workout-close:hover::after{
  color:#ffffff;
}


/* v0.20 — dot button polish */
.ma-more,
.ma-workout-more{
  width:34px;
  height:34px;
  min-width:34px;
  min-height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  padding:0;
  overflow:hidden;
  background:#2a2b2d;
  color:transparent;
  position:relative;
  line-height:1;
}

.ma-more::before,
.ma-workout-more::before{
  content:"";
  width:4px;
  height:4px;
  border-radius:50%;
  background:#d7555b;
  box-shadow:7px 0 0 #d7555b, -7px 0 0 #d7555b;
  display:block;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.ma-more:hover,
.ma-workout-more:hover{
  background:#303234;
}

.ma-more:hover::before,
.ma-workout-more:hover::before{
  background:#e1666b;
  box-shadow:7px 0 0 #e1666b, -7px 0 0 #e1666b;
}

/* Process section — canonical layout (replaces the v0.23–v0.25 override chain) */
.hero-grid-v23 {
  display: block;
}
.hero-copy-v23 {
  max-width: 900px;
}
.hero-copy-v23 .hero-copy,
.hero-copy-v23 .hero-delivery {
  max-width: 760px;
}

#process .section-head {
  margin-bottom: 38px;
}
#process .section-head h2 {
  max-width: 800px;
}
#process .section-head .lead {
  max-width: 760px;
}

.process-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(300px, 3fr);
  grid-template-rows: repeat(5, minmax(0, auto));
  column-gap: clamp(44px, 5.5vw, 78px);
  align-items: stretch;
  width: 100%;
}

.process-four,
.process-fifth {
  display: contents;
}

.process-feature-grid .process-step {
  grid-column: 1;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(42px, 60px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: clamp(18px, 1.7vw, 24px) 0;
  border-top: 1px solid rgba(255, 255, 255, .15);
}
.process-four .process-step:nth-child(1) { grid-row: 1; }
.process-four .process-step:nth-child(2) { grid-row: 2; }
.process-four .process-step:nth-child(3) { grid-row: 3; }
.process-four .process-step:nth-child(4) { grid-row: 4; }
.process-fifth .process-step { grid-row: 5; border-bottom: 1px solid rgba(255, 255, 255, .15); }
.process-step-number {
  display: block;
  margin-top: 3px;
  color: var(--accent2, #ff6b70);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
}
.process-step-copy {
  align-self: start;
  max-width: 40rem;
  padding: 0;
}
.process-step h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: -.015em;
}
.process-step p {
  margin: 0;
  max-width: 31rem;
  color: rgba(244, 244, 242, .78);
  font-size: 14px;
  line-height: 1.62;
}

.process-app-slot {
  grid-column: 2;
  grid-row: 1 / 6;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.process-app-slot .ma-preview {
  width: min(100%, 360px);
  margin: 0;
}
.process-app-slot .ma-phone {
  width: 100%;
  height: clamp(570px, 45vw, 640px);
}
.process-app-slot .ma-preview-caption {
  max-width: 360px;
}
.process-app-slot .ma-screen,
.process-app-slot .ma-screen.active {
  padding: 0;
  transform: none;
}
.process-app-slot .ma-summary-metrics > em {
  right: 0;
}

.process-mobile-summary {
  display: none;
}

.ma-workout-close::after {
  content: none;
}
.ma-workout-close > span {
  color: #d9dddf;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}
.ma-workout-close:hover > span {
  color: #fff;
}
.ma-swipe-hint {
  color: #d7555b;
  font-size: .75em;
}

#process button:focus-visible,
#process input:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 899px) {
  .process-feature-grid {
    display: flex;
    flex-direction: column;
    row-gap: 0;
  }
  .process-four,
  .process-fifth {
    display: contents;
  }
  .process-feature-grid .process-step {
    grid-column: auto;
    grid-row: auto;
    order: 1;
  }
  .process-four .process-step:nth-child(2) { order: 2; }
  .process-four .process-step:nth-child(3) { order: 3; }
  .process-four .process-step:nth-child(4) { order: 4; }
  .process-fifth .process-step { order: 5; }
  .process-app-slot {
    order: 6;
    justify-content: center;
    margin-top: 28px;
  }
  .process-app-slot .ma-phone {
    height: 600px;
  }
}

@media (max-width: 560px) {
  #process .section-head {
    margin-bottom: 28px;
  }
  .process-feature-grid .process-step {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 20px 0;
  }
  .process-step-copy {
    align-self: start;
    padding: 0;
  }
  .process-app-slot .ma-preview {
    display: none;
  }
  .process-mobile-summary {
    display: grid;
    width: 100%;
    gap: 16px;
    padding: 22px 0 2px;
    border-top: 2px solid var(--accent);
  }
  .process-mobile-summary > span,
  .process-mobile-summary small {
    color: var(--accent2);
    font-size: .625rem;
    font-weight: 800;
    letter-spacing: .1em;
  }
  .process-mobile-session {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }
  .process-mobile-session > div {
    display: grid;
    gap: 5px;
  }
  .process-mobile-session strong {
    color: #fff;
    font-family: var(--brand-font);
    font-size: 1.05rem;
  }
  .process-mobile-session em {
    color: rgba(247, 247, 244, .52);
    font-size: .75rem;
    font-style: normal;
  }
  .process-mobile-feedback p {
    margin: 7px 0 0;
    color: rgba(247, 247, 244, .72);
    font-size: .8125rem;
    line-height: 1.55;
  }
}

@media (prefers-reduced-motion: reduce) {
  #process .ma-screen,
  #process .ma-insight-panel,
  #process .ma-check {
    transition: none;
  }
}

/* Production product layer: configuration links, application, and footer. */
[hidden] { display: none !important; }

:where(a, button, input, textarea, select):focus-visible {
  outline: 2px solid #111214;
  outline-offset: 3px;
}

body:not(.hub-page) :is(.hero, .dark, .coaching-stage, .cta, .site-drawer) :where(a, button, input, textarea, select):focus-visible,
.hub-page :is(.hub-chapter--home, .hub-chapter--feedback, .hub-technical-plate, .hub-drawer) :where(a, button, input, textarea, select):focus-visible {
  outline-color: #f7f7f4;
}

.utility-link,
.preview-external-link,
.about-profile-link,
.footer-links a,
.application-error-email {
  align-items: center;
  gap: 7px;
}

.preview-external-link {
  display: inline-flex;
  margin-left: 8px;
  color: #f4f4f2;
  font-weight: 750;
  white-space: nowrap;
}

.price {
  color: var(--ink);
  font-weight: 800;
  white-space: nowrap;
}

.about-profile-link {
  display: inline-flex;
  width: max-content;
  margin-top: 24px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.about-profile-link svg,
.footer-links svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.footer-row {
  align-items: flex-end;
  flex-wrap: wrap;
}

.footer-identity {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-tagline {
  color: var(--ink2);
  font-weight: 650;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  display: inline-flex;
  color: var(--ink2);
  font-weight: 700;
}

.footer-copyright { white-space: nowrap; }

.modal {
  z-index: 200;
}

.modal-card {
  width: min(1000px, 100%);
  max-height: calc(100dvh - 64px);
  padding: 0;
  border: 0;
  border-top: 2px solid var(--accent);
  border-radius: 2px;
  background: var(--bg);
  box-shadow: 0 18px 60px rgba(10,12,14,.15);
}

.modal-card form {
  min-height: 100%;
}

.modal-head {
  position: sticky;
  z-index: 2;
  top: 0;
  padding: 30px 40px 24px;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}

.modal .form-grid { gap: 14px 28px; margin-top: 24px; }
.modal .field { gap: 9px; }
.modal .field.full { grid-column: auto; }
.modal .field:has(#fLevel),
.modal .field:has(#fInjury) { grid-column: 1 / -1; }
.modal :is(input,textarea,select) {
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid #bfc2c1;
  border-radius: 0;
  background: #e9eae5;
}
.modal textarea { min-height: 108px; }
.modal .field label { color: var(--ink2); }
.modal h3 { margin-top: 9px; }

.close {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  padding: 0;
}

.application-form-body {
  padding: 0 40px 32px;
}

body.application-open .nav,
body.application-open .site-drawer-shell {
  pointer-events: none;
}

.field-error {
  min-height: 1.25em;
  color: #ad1018;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.field :is(input, textarea, select)[aria-invalid="true"] {
  border-color: #ad1018;
  box-shadow: 0 0 0 2px rgba(173, 16, 24, .1);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.form-actions .btn {
  min-height: 44px;
}

.form-actions .btn[disabled] { opacity: .62; cursor: wait; }

.application-status {
  margin: 28px 40px 40px;
  padding: 24px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: var(--bg);
}

.application-status h4 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.2;
}

.application-status p { margin: 0; color: var(--ink2); }

.application-error-email {
  display: inline-flex;
  margin-top: 14px;
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 600px) {
  .footer-row,
  .footer-identity { align-items: flex-start; }
  .footer-identity { flex-direction: column; gap: 10px; }
  .footer-links { justify-content: flex-start; }
  .modal {
    align-items: stretch;
    padding: 0;
  }
  .modal-card {
    width: 100%;
    height: 100svh;
    min-height: 100svh;
    max-height: none;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  @supports (height: 100dvh) {
    .modal-card {
      height: 100dvh;
      min-height: 100dvh;
    }
  }
  .modal-head {
    padding: max(18px, env(safe-area-inset-top)) 20px 18px;
    border-bottom: 1px solid var(--line);
  }
  .application-form-body {
    padding: 0 20px max(24px, env(safe-area-inset-bottom));
  }
  .modal .form-grid { grid-template-columns: 1fr; gap: 16px; }
  .modal .field.full { grid-column: 1; }
  .application-status {
    margin: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .application-status { transition: none; }
}

/* Motion and interaction system — active canonical components only. */
:root {
  --motion-fast: 180ms;
  --motion-base: 420ms;
  --motion-slow: 720ms;
  --motion-ease: cubic-bezier(.22, 1, .36, 1);
  --motion-emphasized: cubic-bezier(.2, .8, .2, 1);
}

body { overflow-x: clip; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hero-art { color: var(--accent); }

.motion-cut-section {
  --section-progress: 0px;
  --section-line-gutter: 26px;
  position: relative;
}
.motion-cut-section::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: min(calc(100% - 52px), var(--max));
  height: 1px;
  background: rgba(17, 18, 20, .16);
  transform: translateX(-50%);
}
.motion-cut-section::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: calc(max(var(--section-line-gutter), calc(50% - 660px)) + var(--section-progress));
  width: clamp(54px, 8vw, 104px);
  height: 2px;
  background: var(--accent);
  pointer-events: none;
}
.dark.motion-cut-section::before { background: rgba(255, 255, 255, .16); }

.pathway-card {
  transition: transform var(--motion-base) var(--motion-ease), border-color var(--motion-fast) ease, box-shadow var(--motion-base) ease;
}
.pathway-card.selected {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(16, 20, 24, .1);
}

.motion-continuum {
  --continuum-progress: 50%;
  position: relative;
  padding-top: 46px;
}
.motion-continuum .continuum-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.motion-continuum .continuum-arrow { display: none; }
.continuum-track {
  position: absolute;
  top: 23px;
  left: 16.666%;
  right: 16.666%;
  height: 2px;
}
.continuum-track::before,
.continuum-fill {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
}
.continuum-track::before { background: var(--line); }
.continuum-fill {
  width: var(--continuum-progress);
  right: auto;
  background: var(--accent);
  transition: width var(--motion-base) var(--motion-ease);
}
.continuum-node,
.continuum-indicator {
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--bg);
  border-radius: 50%;
  background: #a8adb2;
  box-shadow: 0 0 0 1px #a8adb2;
  transform: translate(-50%, -50%);
  transition: background var(--motion-fast) ease, transform var(--motion-base) var(--motion-ease), opacity var(--motion-base) ease;
}
.continuum-node--return { left: 0; }
.continuum-node--capacity { left: 50%; }
.continuum-node--performance { left: 100%; }
.continuum-indicator {
  z-index: 2;
  left: var(--continuum-progress);
  width: 16px;
  height: 16px;
  border-width: 3px;
  background: var(--accent);
  box-shadow: 0 0 0 1px var(--accent), 0 5px 14px rgba(216, 33, 42, .25);
  transition: left var(--motion-base) var(--motion-ease), top var(--motion-base) var(--motion-ease);
}
.motion-continuum .continuum-stage {
  position: relative;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  text-align: center;
  transition: border-color var(--motion-fast) ease, background var(--motion-fast) ease, transform var(--motion-base) var(--motion-ease);
}
.motion-continuum .continuum-stage.active {
  border-color: rgba(216, 33, 42, .28);
  background: rgba(216, 33, 42, .045);
  transform: translateY(-2px);
}
.motion-continuum .continuum-stage.active b { color: var(--accent); }

.coaching-profile {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  min-height: 200px;
  margin-top: 30px;
  padding: 22px 0 4px;
  border-top: 1px solid var(--line);
  background: transparent;
  overflow: hidden;
}
.coaching-profile-copy strong {
  display: block;
  margin-top: 9px;
  font-family: var(--brand-font);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.12;
  letter-spacing: -.025em;
}
.coaching-profile-copy p {
  max-width: 390px;
  margin: 9px 0 0;
  color: var(--ink2);
  font-size: 13px;
}
.coaching-profile-graphic {
  display: block;
  width: min(100%, 240px);
  margin-inline: auto;
  overflow: visible;
}
.profile-grid polygon,
.profile-grid line { fill: none; stroke: rgba(17, 18, 20, .15); stroke-width: 1; }
.profile-shape {
  fill: rgba(216, 33, 42, .13);
  stroke: var(--accent);
  stroke-width: 2.5;
  stroke-linejoin: round;
  transition: opacity var(--motion-fast) ease;
}
.coaching-profile.is-morphing .profile-shape { opacity: .72; }
.profile-labels text {
  fill: var(--ink2);
  font-family: var(--brand-font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.process-step {
  outline: none;
  transition: border-color var(--motion-fast) ease, opacity var(--motion-fast) ease;
}
.has-process-context .process-step:not(.is-active) { opacity: .76; }
.process-step.is-active {
  opacity: 1;
  border-top-color: var(--accent);
}
.process-step.is-active .process-step-number { color: #fff; }
.process-step.is-active h3 { color: #fff; }
.process-step:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 6px;
}
.ma-phone { position: relative; isolation: isolate; }
.ma-process-callout {
  position: absolute;
  z-index: 20;
  left: 13px;
  right: 13px;
  bottom: 72px;
  padding: 14px 15px;
  border-left: 3px solid var(--accent);
  background: rgba(10, 11, 12, .96);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .34);
  pointer-events: none;
  opacity: 0;
  transform: translateY(7px);
  transition: opacity var(--motion-fast) ease, transform var(--motion-base) var(--motion-ease);
}
.ma-process-callout.active {
  opacity: 1;
  transform: translateY(0);
}
.ma-process-callout > span {
  display: block;
  color: #d7555b;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.ma-process-callout strong {
  display: block;
  margin: 6px 0 4px;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}
.ma-process-callout p,
#process .ma-process-callout p {
  margin: 0;
  color: #c9ccca;
  font-size: 9px;
  line-height: 1.5;
}

.ma-feedback-panel {
  margin: 0 10px 10px;
  padding: 13px;
  border: 1px solid rgba(216, 33, 42, .42);
  border-radius: 10px;
  background: #17191a;
}
.ma-feedback-head { display: flex; justify-content: space-between; gap: 8px; align-items: baseline; margin-bottom: 10px; }
.ma-feedback-head strong { color: #fff; font-size: 11px; }
.ma-feedback-head span { color: #9da2a1; font-size: 8px; }
.ma-feedback-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
.ma-feedback-options button,
.ma-feedback-send {
  appearance: none;
  border: 1px solid #343738;
  border-radius: 7px;
  background: #222425;
  color: #d7d9d7;
  padding: 7px 5px;
  font-size: 8px;
  cursor: pointer;
}
.ma-feedback-options button[aria-pressed="true"] { border-color: var(--accent); background: rgba(216, 33, 42, .15); color: #fff; }
.ma-feedback-panel textarea {
  min-height: 54px;
  margin-top: 7px;
  border-color: #343738;
  border-radius: 7px;
  background: #0f1011;
  color: #fff;
  padding: 8px;
  font-size: 9px;
  resize: vertical;
}
.ma-feedback-send { width: 100%; margin-top: 6px; border-color: var(--accent); background: var(--accent); color: #fff; font-weight: 800; }
.ma-feedback-send:disabled { border-color: #343738; background: #242627; color: #85898a; cursor: default; }
.ma-feedback-panel #maFeedbackResponse { margin: 8px 0 0; color: #d9dbd9; font-size: 9px; }
.ma-bottom-nav .ma-nav-item,
.ma-workout-footer .timer {
  min-width: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1px;
  color: #c8cbca;
  padding: 3px;
}
.ma-bottom-nav .ma-nav-item.active { color: #fff; }
.ma-workout-footer .timer span { color: #d7555b; font-size: 17px; }
.ma-workout-footer .timer em { max-width: 100%; overflow: hidden; text-overflow: ellipsis; }
.ma-more,
.ma-workout-more { display: grid; place-items: center; cursor: default; }

@media (max-width: 899px) {
  .coaching-profile { grid-template-columns: 1fr auto; gap: 20px; }
  .has-process-context .process-step:not(.is-active) { opacity: .8; }
}

@media (max-width: 680px) {
  .motion-cut-section { --section-line-gutter: 18px; }
  .motion-cut-section::before { width: calc(100% - 36px); }
  .motion-continuum { padding: 0 0 0 50px; }
  .motion-continuum .continuum-line { display: grid; grid-template-columns: 1fr; gap: 0; }
  .motion-continuum .continuum-stage { min-height: 82px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: left; }
  .continuum-track { top: 41px; bottom: 41px; left: 22px; right: auto; width: 2px; height: auto; }
  .continuum-fill { width: 2px; height: var(--continuum-progress); bottom: auto; transition: height var(--motion-base) var(--motion-ease); }
  .continuum-node,
  .continuum-indicator { left: 50%; top: var(--continuum-progress); }
  .continuum-node--return { top: 0; }
  .continuum-node--capacity { top: 50%; }
  .continuum-node--performance { top: 100%; }
  .continuum-indicator { left: 50%; }
  .coaching-profile { grid-template-columns: 1fr; min-height: 0; margin-top: 24px; padding: 20px 0 0; }
  .coaching-profile-graphic { width: min(100%, 210px); }
  .profile-labels text { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { --motion-fast: 1ms; --motion-base: 1ms; --motion-slow: 1ms; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 1ms !important; animation-iteration-count: 1 !important; transition-duration: 1ms !important; }
  .pathway-card.selected,
  .motion-continuum .continuum-stage.active,
  .process-step.is-active { transform: none; }
  .continuum-fill { opacity: 1; transform: none; }
  .ma-process-callout { transform: none; }
}

/* Astra page 16: one dark editorial field above the light coaching principle. */
main > #approach { padding-block: 0; }
.approach-field {
  padding-block: clamp(48px, 4.5vw, 64px) clamp(48px, 5vw, 72px);
  background: #171b1d;
  color: #f7f7f4;
}
.statement-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
#approach .section-head {
  align-items: start;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(247,247,244,.12);
}
#approach .approach-heading-emphasis {
  color: var(--accent);
}
#approach .split {
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(64px, 8vw, 116px);
  align-items: stretch;
}
#approach .split::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  width: 1px;
  background: rgba(247,247,244,.1);
}
#approach .statement {
  height: 100%;
  min-height: 0;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  text-align: left;
}
#approach .statement + .statement {
  padding-left: 0;
  border-left: 0;
}
#approach .statement.big { background: transparent; color: #f7f7f4; }
#approach .statement-content {
  max-width: 47rem;
  margin-inline: auto;
}
#approach .statement-content > p {
  margin: 0;
  color: rgba(247,247,244,.72);
}
#approach .statement-content > h3 + p {
  margin-top: 22px;
}
#approach .approach-supporting-copy {
  max-width: 62ch;
  color: rgba(247, 247, 244, .72);
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
}
#approach .statement.big .approach-supporting-copy {
  color: rgba(247, 247, 244, .72);
  opacity: 1;
  line-height: 1.6;
}

.display-line {
  display: block;
}

/* Art-direction refinement: one spatial system, a structural hero, and a restrained continuum. */
:root {
  --layout-max: 1320px;
  --reading-max: 68ch;
  --space-tier-a: clamp(92px, 7.5vw, 112px);
  --space-tier-b: clamp(80px, 6.5vw, 96px);
  --space-tier-c: clamp(68px, 5.5vw, 80px);
  --section-gap: clamp(32px, 4vw, 56px);
  --card-padding: clamp(24px, 2.3vw, 32px);
  --content-gap: clamp(16px, 2vw, 24px);
  --max: var(--layout-max);
  --material-hero: linear-gradient(138deg, #0d1012 0%, #1b1f22 55%, #302024 100%);
  --material-home: linear-gradient(140deg, #101315 0%, #1b1f22 58%, #322125 100%);
  --material-instrument: linear-gradient(135deg, #111517 0%, #1a1e20 72%, #221b1e 100%);
}

.wrap {
  max-width: var(--layout-max);
  padding-inline: clamp(20px, 4vw, 48px);
}

main > section:not(.hero) {
  padding-block: var(--space-tier-b);
}

main > #coaching,
main > #process,
main > #about {
  padding-block: var(--space-tier-a);
}

main > .offer-section,
main > .final-cta-section {
  padding-block: var(--space-tier-c);
}

.immersive-section,
.dark {
  min-height: 0;
  display: block;
  align-items: initial;
}

.section-head {
  grid-template-columns: minmax(150px, 240px) minmax(0, 1fr);
  gap: var(--section-gap);
  margin-bottom: var(--section-gap);
}

.section-head h2,
.section-head .lead,
.about-copy p {
  max-width: var(--reading-max);
}

.cards,
.split,
.offer {
  gap: var(--content-gap);
}

.card,
.statement,
.offer-box {
  padding: var(--card-padding);
}

.pathway-card {
  min-height: 360px;
}

.hero {
  padding: 0;
}

.hero-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
  padding: clamp(46px, 5.8vw, 84px) max(clamp(20px, 4vw, 48px), calc((100vw - var(--layout-max)) / 2 + 48px)) 38px;
  justify-content: flex-start;
}

.hero-shell::before {
  content: "";
  position: absolute;
  width: clamp(1100px, 92vw, 1800px);
  height: auto;
  aspect-ratio: 614 / 158;
  top: 52%;
  right: -30%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: linear-gradient(90deg, rgba(216, 33, 42, .065), rgba(216, 33, 42, .035));
  -webkit-mask: url("../assets/logo-art.svg") center / contain no-repeat;
  mask: url("../assets/logo-art.svg") center / contain no-repeat;
  pointer-events: none;
  transform: translateY(-50%);
}

.hero-grid,
.hero-copy-col {
  position: relative;
  z-index: 1;
}

.hero-copy-v23 {
  max-width: none;
  width: 100%;
}

.hero-title {
  max-width: 1000px;
  font-size: clamp(3.75rem, 7.5vw, 6.75rem);
  line-height: .88;
}

.hero-title-line {
  display: block;
  width: max-content;
  max-width: 100%;
  font-family: var(--brand-font);
  font-weight: 700;
  font-stretch: normal;
  white-space: nowrap;
}

.hero-delivery h3 {
  margin: 6px 0 6px;
  font-size: 1.125rem;
}

.hero-delivery p {
  max-width: 66ch;
  font-size: .8125rem;
}

.hero-delivery-flow {
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: 0 0 2px;
}

.hero-delivery-flow b {
  display: inline;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--accent2);
  font-size: .625rem;
  letter-spacing: .06em;
}

.hero-delivery-flow em {
  font-size: .625rem;
}

.motion-continuum {
  max-width: 100%;
  margin-top: 18px;
  padding: 48px var(--card-padding) 28px;
  border-color: rgba(17, 18, 20, .14);
  border-radius: 10px;
  box-shadow: none;
}

.motion-continuum .continuum-stage {
  padding: 8px 10px 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.motion-continuum .continuum-stage.active {
  border: 0;
  background: transparent;
  transform: none;
}

.motion-continuum .continuum-stage.active::after {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  margin: 10px auto 0;
  background: var(--accent);
}

.coaching-profile {
  grid-template-columns: minmax(240px, 1fr) 270px;
  gap: clamp(30px, 5vw, 64px);
  min-height: 0;
  max-width: 920px;
  margin: 32px auto 0;
  padding: 28px 0 0;
}

.coaching-profile-copy p {
  max-width: 42ch;
}

.coaching-profile-graphic {
  width: 270px;
  padding-left: 38px;
  border-left: 1px solid var(--line);
}

@media (min-width: 900px) and (max-width: 1100px) {
  .cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pathway-card {
    min-height: 400px;
  }
}

@media (max-width: 899px) {
  .section-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hero-delivery,
  .hero-copy-v23 .hero-delivery {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .hero-delivery-flow {
    justify-content: flex-start;
  }
  .pathway-card {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  :root {
    --section-gap: 28px;
    --card-padding: 22px;
  }
  .hero-shell {
    padding: 48px 20px 34px;
  }
  .hero-shell::before {
    content: none;
  }
  .hero-title {
    font-size: clamp(3.35rem, 15.4vw, 4.35rem);
    line-height: .9;
  }
  .hero-delivery {
    gap: 18px;
    padding-block: 18px;
  }
  .hero-delivery-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }
  .hero-delivery-flow span {
    display: grid;
    gap: 2px;
    align-content: start;
  }
  .hero-delivery-flow i {
    display: none;
  }
  .motion-continuum {
    padding: 0 18px 24px 58px;
  }
  .motion-continuum .continuum-stage.active::after {
    margin-left: 0;
  }
  .coaching-profile {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
    padding-top: 24px;
  }
  .coaching-profile-graphic {
    width: min(100%, 210px);
    padding: 22px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 390px) {
  .hero-title {
    font-size: 3.25rem;
  }
}

/* Client Hub: a lightweight public gateway, not an authenticated product surface. */
.hub-page {
  min-height: 100vh;
  background: var(--bg);
}

.hub-nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hub-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 104px) 0 clamp(68px, 7vw, 92px);
  background: var(--dark);
  color: #f7f7f4;
}

.hub-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent) 0 28%, transparent 28%);
}

.hub-hero-inner {
  max-width: 980px;
}

.hub-kicker {
  color: var(--accent2);
}

.hub-hero h1 {
  max-width: 14ch;
  margin: 22px 0 0;
  font-family: var(--brand-font);
  font-size: clamp(3.35rem, 6.3vw, 5.6rem);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: .94;
}

.hub-hero p {
  max-width: 68ch;
  margin: 26px 0 0;
  color: #b8bec3;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.65;
}

.hub-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--content-gap);
}

.hub-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--card-padding);
  border: 1px solid var(--line);
  border-top: 2px solid var(--accent);
  border-radius: 10px;
  background: var(--surface);
}

.hub-card-label {
  color: var(--accent);
  font-size: var(--type-label);
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.3;
}

.hub-card h3 {
  margin: 42px 0 12px;
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  letter-spacing: -.035em;
  line-height: 1.08;
}

.hub-card p {
  max-width: 38ch;
  margin: 0 0 28px;
  color: var(--ink2);
  font-size: .9375rem;
  line-height: 1.65;
}

.hub-card .btn {
  margin-top: auto;
}

.hub-loop-section {
  background: var(--surface);
}

.hub-loop-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hub-loop-step {
  min-width: 0;
  padding: 26px clamp(18px, 2vw, 28px) 30px;
  border-right: 1px solid var(--line);
}

.hub-loop-step:first-child {
  padding-left: 0;
}

.hub-loop-step:last-child {
  padding-right: 0;
  border-right: 0;
}

.hub-loop-step b {
  display: block;
  color: var(--accent);
  font-size: .6875rem;
  letter-spacing: .1em;
}

.hub-loop-step h3 {
  min-height: 2.7em;
  margin: 28px 0 9px;
  font-size: .875rem;
  letter-spacing: .06em;
  line-height: 1.35;
}

.hub-loop-step p {
  max-width: 31ch;
  margin: 0;
  color: var(--ink2);
  font-size: .875rem;
  line-height: 1.62;
}

.hub-footer {
  border-top: 1px solid var(--line);
}

@media (max-width: 899px) {
  .hub-card-grid {
    grid-template-columns: 1fr;
  }
  .hub-card {
    min-height: 0;
  }
  .hub-loop-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hub-loop-step:nth-child(2) {
    padding-right: 0;
    border-right: 0;
  }
  .hub-loop-step:nth-child(3),
  .hub-loop-step:nth-child(4) {
    border-top: 1px solid var(--line);
  }
  .hub-loop-step:nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  body:not(.hub-page) .nav-actions > .applyBtn {
    display: inline-flex;
  }
  body:not(.hub-page) .nav-actions .nav-client-hub {
    display: none !important;
  }
  .nav-inner {
    gap: 12px;
  }
  .hub-back-link {
    padding-inline: 10px;
    white-space: nowrap;
  }
  .hub-hero {
    padding: 62px 0 60px;
  }
  .hub-hero h1 {
    margin-top: 18px;
    font-size: clamp(3rem, 14vw, 3.8rem);
  }
  .hub-hero p {
    margin-top: 22px;
  }
  .hub-loop-rail {
    grid-template-columns: 1fr;
  }
  .hub-loop-step,
  .hub-loop-step:first-child,
  .hub-loop-step:nth-child(2),
  .hub-loop-step:nth-child(3),
  .hub-loop-step:last-child {
    padding: 24px 0 26px;
    border-top: 1px solid var(--line);
    border-right: 0;
  }
  .hub-loop-step:first-child {
    border-top: 0;
  }
  .hub-loop-step h3 {
    min-height: 0;
    margin-top: 18px;
  }
  .hub-loop-step p {
    max-width: 48ch;
  }
  .hub-page .footer-row,
  .hub-page .footer-identity {
    align-items: flex-start;
  }
}

@media (max-width: 430px) {
  body:not(.hub-page) .brand-wordmark--nav {
    width: 92px;
  }
  body:not(.hub-page) .nav-inner {
    gap: 8px;
  }
  body:not(.hub-page) .nav-actions {
    gap: 6px;
  }
  body:not(.hub-page) .nav-actions > .applyBtn {
    padding-inline: 10px;
    font-size: 9px;
    white-space: nowrap;
  }
  body:not(.hub-page) .lang-switch button {
    padding-inline: 7px;
  }
  .hub-page .brand-wordmark--nav {
    width: 96px;
  }
  .hub-nav-actions {
    gap: 6px;
  }
  .hub-back-link {
    font-size: 9px;
  }
}

/* Presentation refinement: integrated systems, quieter rhythm, and shared brand finish. */
.ma-profile.brand-art-mark {
  padding: 5px;
}

.ma-coach-avatar.brand-art-mark {
  padding: 6px;
}

.footer-tagline {
  color: var(--ink2);
  font-weight: 600;
  letter-spacing: -.01em;
}

.footer-tagline-art {
  color: #c64a50;
}

.hero-copy-v23 .hero-copy {
  margin-top: 28px;
  max-width: 650px;
}

.hero-delivery,
.hero-copy-v23 .hero-delivery {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  max-width: none;
  margin-top: clamp(32px, 3vw, 42px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hero-delivery-copy {
  grid-column: 1;
  max-width: 760px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.hero-delivery-heading {
  margin: 0 0 7px;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: -.02em;
  line-height: 1.25;
}

.hero-delivery p {
  margin: 0;
}

.hero-delivery-flow {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.hero-delivery-flow span {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  align-items: baseline;
  min-width: 0;
  padding: 13px 16px 6px 0;
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.hero-delivery-flow span:not(:first-of-type) {
  padding-left: 16px;
}

.hero-delivery-flow span:last-of-type {
  border-right: 0;
}

.hero-delivery-flow i {
  display: none;
}

.hero-delivery-flow b {
  color: var(--accent2);
  font-size: .625rem;
}

.hero-delivery-flow em {
  overflow: hidden;
  color: rgba(255, 255, 255, .82);
  font-size: .625rem;
  letter-spacing: .06em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 899px) {
  .hero-copy-v23 .hero-delivery { grid-template-columns: 1fr; gap: 22px; margin-top: 32px; }
  .hero-delivery-copy { grid-column: 1; }
}

.site-menu-trigger {
  appearance: none;
  display: none;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

body:not(.hub-page) .nav-actions > .applyBtn {
  min-height: 44px;
}

.site-menu-lines {
  position: relative;
  display: block;
  width: 17px;
  height: 12px;
}

.site-menu-lines i {
  position: absolute;
  left: 0;
  width: 17px;
  height: 1px;
  background: currentColor;
  transition: top 220ms var(--motion-ease), transform 220ms var(--motion-ease);
}

.site-menu-lines i:first-child { top: 2px; }
.site-menu-lines i:last-child { top: 9px; }
.site-drawer-open .site-menu-lines i:first-child { top: 5px; transform: rotate(45deg); }
.site-drawer-open .site-menu-lines i:last-child { top: 5px; transform: rotate(-45deg); }

.site-drawer-shell {
  position: fixed;
  z-index: 100;
  inset: 0;
}

.site-drawer-backdrop {
  appearance: none;
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(7, 9, 11, .5);
  opacity: 0;
  transition: opacity 220ms ease;
}

.site-drawer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(430px, 100%);
  overflow-y: auto;
  background: #111315;
  color: #f7f7f4;
  box-shadow: -24px 0 70px rgba(5, 7, 9, .22);
  transform: translateX(100%);
  transition: transform 260ms var(--motion-ease);
}

.site-drawer-shell.is-open .site-drawer-backdrop { opacity: 1; }
.site-drawer-shell.is-open .site-drawer { transform: translateX(0); }

.site-drawer-inner {
  display: grid;
  min-height: 100%;
  grid-template-rows: auto 1fr auto;
  gap: 30px;
  padding: 112px 34px 30px;
}

.site-drawer-header {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(247, 247, 244, .14);
}

.site-drawer-header span,
.site-drawer-language > span {
  color: var(--accent2);
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.site-drawer-header h2 {
  max-width: 10ch;
  margin: 10px 0 0;
  color: #fff;
  font-size: 2.2rem;
}

.site-drawer-nav {
  align-self: center;
  border-top: 1px solid rgba(247, 247, 244, .13);
}

.site-drawer-link {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  min-height: 52px;
  align-items: center;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(247, 247, 244, .13);
  border-left: 2px solid transparent;
  color: rgba(247, 247, 244, .74);
}

.site-drawer-link:hover,
.site-drawer-link:focus-visible {
  border-left-color: var(--accent2);
  color: #fff;
}

.site-drawer-link span {
  color: rgba(247, 247, 244, .34);
  font-size: .625rem;
  font-weight: 800;
}

.site-drawer-link b {
  font-family: var(--brand-font);
  font-size: .78rem;
  letter-spacing: .045em;
}

.site-drawer-language {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(247, 247, 244, .14);
}

.site-drawer-language .lang-switch {
  border-color: rgba(247, 247, 244, .2);
}

.site-drawer-language .lang-switch button { color: rgba(247, 247, 244, .62); }
.site-drawer-language .lang-switch button.active { color: #fff; }
.site-drawer-language .lang-switch button {
  min-width: 44px;
  min-height: 44px;
  padding: 0;
}

.pathway-mobile-selector {
  display: none;
}

.coaching-mobile-details {
  display: none;
}

.pathway-system {
  overflow: hidden;
  border: 0;
  border-top: 1px solid rgba(17, 18, 20, .14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pathway-system .cards {
  gap: 0;
}

.pathway-system .pathway-card {
  min-height: 342px;
  padding: clamp(24px, 2.4vw, 32px);
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pathway-system .pathway-card:last-child {
  border-right: 0;
}

.pathway-system .pathway-card::before {
  width: 56px;
  left: var(--card-padding);
  height: 1px;
  background: transparent;
}

.pathway-system .pathway-card.selected {
  background: transparent;
  box-shadow: none;
  transform: none;
}

.pathway-system .pathway-card.selected::before { background: var(--accent); }
.pathway-system .pathway-card.selected .num { color: var(--accent); }

.pathway-system .pathway-label {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pathway-system .pathway-card.selected .pathway-label {
  background: transparent;
  color: var(--ink);
}

/* Shared editorial baselines follow the longest live translation in each row. */
@supports (grid-template-rows: subgrid) {
  @media (min-width: 761px) {
    .pathway-system .pathway-card {
      display: grid;
      grid-row: span 4;
      grid-template-columns: auto 1fr;
      grid-template-rows: subgrid;
      column-gap: 8px;
      align-content: start;
    }
    .pathway-system .pathway-card > .num,
    .pathway-system .pathway-card > .pathway-label { grid-row: 1; margin: 0; align-self: center; }
    .pathway-system .pathway-card > h3 { grid-row: 2; grid-column: 1 / -1; }
    .pathway-system .pathway-card > p { grid-row: 3; grid-column: 1 / -1; }
    .pathway-system .pathway-card > ul { grid-row: 4; grid-column: 1 / -1; }
  }
}

.pathway-system .coaching-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 430px;
  margin: 0;
  padding: 50px var(--card-padding) 34px;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: #0f1113;
  color: #f7f7f4;
}

.coaching-stage::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, #0f1113 0%, #0f1113 54%, rgba(15, 17, 19, .78) 65%, rgba(15, 17, 19, .28) 80%, rgba(15, 17, 19, .56) 100%),
    linear-gradient(180deg, rgba(15, 17, 19, .48) 0%, transparent 27%, transparent 70%, rgba(15, 17, 19, .76) 100%);
  pointer-events: none;
}

.coaching-stage-media {
  position: absolute;
  z-index: 0;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 250;
  overflow: hidden;
  background: #0f1113;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
  transform: none;
  pointer-events: none;
}

.coaching-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.008);
  transition: opacity 420ms ease, transform 480ms var(--motion-ease);
}

.coaching-photo--return {
  object-position: center 53%;
  filter: grayscale(.9) saturate(.24) brightness(.64) contrast(1.1);
}

.coaching-photo--capacity {
  object-position: center 44%;
  filter: grayscale(.87) saturate(.28) brightness(.66) contrast(1.1);
}

.coaching-photo--performance {
  object-position: center 50%;
  filter: grayscale(.93) saturate(.16) brightness(.62) contrast(1.12);
}

.coaching-stage[data-path="return"] .coaching-photo--return,
.coaching-stage[data-path="capacity"] .coaching-photo--capacity,
.coaching-stage[data-path="performance"] .coaching-photo--performance {
  opacity: 1;
  transform: scale(1);
}

.coaching-stage > .continuum-track {
  z-index: 3;
  top: 25px;
}

.coaching-stage .continuum-track::before {
  background: rgba(255, 255, 255, .18);
}

.coaching-stage .continuum-node {
  border-color: #0f1113;
  background: #71767b;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

.coaching-stage .continuum-indicator {
  border-color: #0f1113;
  background: var(--accent);
  box-shadow: 0 0 0 1px var(--accent), 0 5px 16px rgba(216, 33, 42, .3);
}

.coaching-stage .continuum-line {
  position: relative;
  z-index: 3;
}

@media (min-width: 681px) {
  .coaching-stage > .continuum-track {
    top: 43px;
  }

  .coaching-stage .continuum-line {
    transform: translateY(18px);
  }
}

.pathway-system .coaching-stage .continuum-stage {
  padding-bottom: 10px;
  color: rgba(247, 247, 244, .56);
}

.coaching-stage .continuum-stage b {
  color: rgba(247, 247, 244, .72);
}

.coaching-stage .continuum-stage span {
  color: rgba(247, 247, 244, .48);
}

.coaching-stage .continuum-stage.active b {
  color: var(--accent2);
}

.pathway-system .coaching-stage .continuum-stage.active::after {
  width: 28px;
  height: 2px;
  margin-top: 9px;
}

.coaching-stage .coaching-profile {
  position: relative;
  z-index: 3;
  grid-template-columns: minmax(230px, 1fr) 250px;
  gap: clamp(34px, 6vw, 84px);
  align-items: end;
  min-height: 250px;
  max-width: none;
  margin: 38px 0 0;
  padding: 30px 0 0;
  border-top: 0;
  background: transparent;
}

.coaching-stage .coaching-profile-copy {
  align-self: end;
  max-width: min(600px, 42vw);
  padding-bottom: 12px;
}

.coaching-stage .coaching-profile-copy .kicker {
  color: var(--accent2);
}

.coaching-stage .coaching-profile-copy strong {
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  text-shadow: 0 2px 18px rgba(0, 0, 0, .45);
}

.coaching-stage .coaching-profile-copy p {
  max-width: 100%;
  color: rgba(247, 247, 244, .68);
  text-shadow: 0 2px 18px rgba(0, 0, 0, .55);
}

.coaching-profile-radar {
  display: grid;
  justify-items: center;
  align-self: end;
  margin-top: 0;
}

.coaching-profile-note {
  max-width: 240px;
  margin: 0;
  color: rgba(247, 247, 244, .36);
  font-size: .5rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .45);
}

.coaching-stage .coaching-profile-graphic {
  width: 240px;
  margin: 0;
  padding: 0;
  border: 0;
  filter: drop-shadow(0 7px 18px rgba(0, 0, 0, .26));
}

.coaching-stage .profile-grid polygon,
.coaching-stage .profile-grid line {
  stroke: rgba(247, 247, 244, .2);
}

.coaching-stage .profile-shape {
  fill: rgba(216, 33, 42, .1);
  stroke: var(--accent2);
  stroke-width: 2.2;
}

.coaching-stage .profile-labels text {
  fill: rgba(247, 247, 244, .7);
}

.offer-section .offer {
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
  border-top: 1px solid var(--line);
}

.offer-section .offer-box {
  min-height: 0;
  height: auto;
  padding: 26px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.offer-section .offer-box--fit { padding-top: 26px; }
.offer-section .offer-header > h3 { margin: 0; }
.offer-section .offer-header--plain > h3 { margin-top: 0; }
.offer-section .offer-list { margin-block: 24px 28px; }
.offer-section .offer-list li { padding-block: 12px; border-bottom: 0; }
.offer-enrolment {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  align-items: center;
  justify-content: flex-start;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.offer-enrolment .price {
  color: var(--ink2);
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
}

.offer-box--fit .offer-list-limit::before {
  content: "—";
  color: var(--muted);
}

.about {
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(54px, 6vw, 84px);
}

.about-box.about-media {
  --about-photo-position: 50% 40%;
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

.about-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--about-photo-position);
}

.about-media-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(24px, 3vw, 38px);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, .015), transparent 45%),
    linear-gradient(155deg, #16181b 0%, #292d31 68%, #482328 142%);
}

.about-profile-links {
  display: none;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 24px;
}

.about-profile-links.has-profile-links {
  display: flex;
}

.about-profile-links .about-profile-link {
  margin-top: 0;
}

.final-cta-section .cta {
  min-height: 306px;
  padding: clamp(36px, 4.25vw, 62px);
}

.offer-header {
  display: block;
}

.offer-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
}

#process .section-head .lead {
  max-width: 740px;
  font-size: .9375rem;
  line-height: 1.65;
}

.ma-process-callout {
  bottom: 68px;
  min-height: 116px;
  border: 1px solid rgba(216, 33, 42, .42);
  border-left: 3px solid var(--accent);
  border-radius: 8px;
  backdrop-filter: blur(8px);
}

.hub-hero {
  padding: clamp(70px, 8vw, 100px) 0 clamp(66px, 7vw, 88px);
}

.hub-hero::before {
  content: "";
  position: absolute;
  right: -.035em;
  bottom: -.13em;
  color: rgba(255, 255, 255, .035);
  font-family: var(--brand-font);
  font-size: clamp(230px, 31vw, 450px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .72;
  pointer-events: none;
}

.hub-hero .wrap {
  position: relative;
  z-index: 1;
}

.hub-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: clamp(46px, 7vw, 96px);
  align-items: end;
  max-width: none;
}

.hub-hero h1 {
  max-width: 11ch;
  margin-top: 18px;
}

.hub-hero-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.hub-hero-map.has-resources {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hub-hero-map span {
  display: grid;
  gap: 3px;
  padding: 13px 10px 13px 0;
}

.hub-hero-map b {
  color: var(--accent2);
  font-size: .625rem;
  letter-spacing: .08em;
}

.hub-hero-map em {
  color: rgba(255, 255, 255, .74);
  font-size: .6rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
}

.hub-card-grid {
  grid-template-columns: 1.18fr 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}

.hub-card-grid.has-resources {
  grid-template-columns: 1.18fr 1fr 1fr;
}

.hub-card {
  position: relative;
  min-height: 300px;
  padding: clamp(24px, 2.5vw, 34px);
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.hub-card:last-child {
  border-right: 0;
}

.hub-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: rgba(17, 18, 20, .18);
}

.hub-card--primary {
  background: var(--dark);
  color: #f7f7f4;
}

.hub-card--primary::before {
  background: var(--accent);
}

.hub-card--primary p {
  color: #b8bec3;
}

.hub-card--primary .btn.primary {
  border-color: var(--accent);
  background: var(--accent);
}

.hub-card-number {
  position: absolute;
  top: clamp(24px, 2.5vw, 34px);
  right: clamp(24px, 2.5vw, 34px);
  color: var(--muted);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.hub-card--primary .hub-card-number {
  color: rgba(255, 255, 255, .42);
}

.hub-card h3 {
  margin-top: 54px;
}

.hub-loop-rail {
  border-top-color: rgba(17, 18, 20, .16);
  border-bottom-color: rgba(17, 18, 20, .16);
}

.hub-loop-step {
  padding-top: 24px;
  padding-bottom: 26px;
}

.hub-loop-step h3 {
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .coaching-stage-media {
    right: auto;
    left: -10%;
    width: 120%;
  }
  .coaching-stage .coaching-profile {
    grid-template-columns: minmax(220px, 1fr) 230px;
    gap: 28px;
  }
  .coaching-stage .coaching-profile-graphic {
    width: 220px;
  }
}

@media (max-width: 899px) {
  body:not(.hub-page) .nav {
    z-index: 120;
  }
  body:not(.hub-page) .nav-links,
  body:not(.hub-page) .nav-actions > .lang-switch,
  body:not(.hub-page) .nav-client-hub {
    display: none;
  }
  body:not(.hub-page) .site-menu-trigger {
    display: grid;
  }
  #approach .split,
  .offer-section .offer,
  .about {
    grid-template-columns: 1fr;
  }
  .offer-section .offer-box {
    height: auto;
  }
  #approach .split::before { content: none; }
  #approach .statement + .statement {
    padding-top: 28px;
    border-top: 1px solid rgba(247,247,244,.12);
  }
  .pathway-system .cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pathway-system .pathway-card {
    min-height: 410px;
    padding: 24px 20px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
  .pathway-system .pathway-card:last-child {
    border-right: 0;
  }
  .hub-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }
  .hub-hero h1 {
    max-width: 13ch;
  }
  .hub-card-grid,
  .hub-card-grid.has-resources {
    grid-template-columns: 1fr;
  }
  .hub-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .hub-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .pathway-system .cards {
    display: none;
  }
  .pathway-mobile-selector {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid rgba(247, 247, 244, .12);
    background: #111315;
  }
  .pathway-mobile-selector button {
    appearance: none;
    display: grid;
    min-height: 62px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 7px;
    align-items: center;
    padding: 10px;
    border: 0;
    border-right: 1px solid rgba(247, 247, 244, .12);
    background: transparent;
    color: rgba(247, 247, 244, .56);
    text-align: left;
    cursor: pointer;
  }
  .pathway-mobile-selector button:last-child { border-right: 0; }
  .pathway-mobile-selector button.selected {
    background: rgba(216, 33, 42, .08);
    box-shadow: inset 0 3px 0 var(--accent);
    color: #fff;
  }
  .pathway-mobile-selector span {
    color: var(--accent2);
    font-size: .58rem;
    font-weight: 800;
  }
  .pathway-mobile-selector b {
    overflow: hidden;
    font-family: var(--brand-font);
    font-size: .62rem;
    letter-spacing: .035em;
    text-overflow: ellipsis;
  }
  .pathway-system .coaching-stage {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    padding: 30px 20px 0;
  }
  .coaching-stage > .continuum-track,
  .pathway-system .coaching-stage > .continuum-line {
    display: none;
  }
  .coaching-stage-media {
    position: relative;
    order: 2;
    flex: none;
    top: auto;
    right: 0;
    left: 0;
    width: calc(100% + 40px);
    margin: 32px -20px 0;
    height: 226px;
    aspect-ratio: auto;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 80%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 80%, transparent 100%);
    transform: none;
  }
  .coaching-stage::before {
    background: linear-gradient(90deg, rgba(15, 17, 19, .3), rgba(15, 17, 19, .04) 60%, rgba(15, 17, 19, .34));
  }
  .coaching-stage .coaching-profile {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
  }
  .coaching-stage .coaching-profile-copy {
    align-self: start;
    max-width: 34rem;
    padding: 0;
  }
  .coaching-mobile-details {
    display: block;
  }
  .coaching-mobile-details p {
    margin: 12px 0 0;
  }
  .coaching-mobile-details ul {
    display: grid;
    gap: 7px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
  }
  .coaching-mobile-details li {
    position: relative;
    padding-left: 15px;
    color: rgba(247, 247, 244, .62);
    font-size: .78rem;
    line-height: 1.45;
  }
  .coaching-mobile-details li::before {
    content: "";
    position: absolute;
    top: .62em;
    left: 0;
    width: 6px;
    height: 1px;
    background: var(--accent2);
  }
  .coaching-profile-copy > p[data-i18n="profile.copy"] {
    display: none;
  }
  .coaching-stage .coaching-profile-radar {
    display: none;
  }
}

@media (max-width: 680px) {
  :root {
    --space-tier-a: 76px;
    --space-tier-b: 68px;
    --space-tier-c: 60px;
  }
  .hero-shell {
    padding-top: 44px;
    padding-bottom: 30px;
  }
  .hero-delivery-flow {
    gap: 0;
  }
  .hero-delivery-flow span,
  .hero-delivery-flow span:not(:first-of-type) {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 12px 7px 5px;
  }
  .hero-delivery-flow span:first-of-type {
    padding-left: 0;
  }
  .hero-delivery-flow em {
    white-space: normal;
  }
  #approach .statement {
    min-height: 0;
  }
  .about-box.about-media {
    aspect-ratio: 4 / 3;
  }
  .final-cta-section .cta {
    min-height: 0;
    padding: 34px 24px;
  }
  .hub-hero::before {
    font-size: 250px;
    opacity: .75;
  }
  .hub-hero-map {
    margin-top: 22px;
  }
}

@media (max-width: 430px) {
  .footer-tagline {
    font-size: .7rem;
  }
  .hub-hero-map em {
    font-size: .53rem;
  }
}

/* Client Hub V1: one practical gateway into TrainHeroic, FAQs and contact. */

.hub-hero-map,
.hub-hero-map.has-resources {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hub-practical-section {
  background: var(--surface);
}

.hub-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(280px, 4fr);
  gap: clamp(46px, 5.5vw, 80px);
  align-items: start;
}

.hub-faq h2,
.hub-contact h2 {
  margin-top: 18px;
}

.hub-faq h2 {
  max-width: 13ch;
  margin-bottom: 38px;
}

.hub-faq-list {
  border-top: 1px solid var(--line);
}

.hub-faq-item {
  border-bottom: 1px solid var(--line);
}

.hub-faq-item h3 {
  margin: 0;
}

.hub-faq-question {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 22px;
  gap: 16px;
  width: 100%;
  min-height: 64px;
  align-items: center;
  padding: 17px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.hub-faq-question:hover {
  color: var(--accent);
}

.hub-faq-question:focus-visible {
  outline: 2px solid #111214;
  outline-offset: 4px;
}

.hub-loop-step:focus-visible {
  outline: 2px solid #f7f7f4;
  outline-offset: 4px;
}

.hub-faq-number {
  color: var(--accent);
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.hub-faq-question > span:nth-child(2) {
  font-family: var(--brand-font);
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.35;
}

.hub-faq-indicator {
  position: relative;
  width: 18px;
  height: 18px;
  justify-self: end;
}

.hub-faq-indicator::before,
.hub-faq-indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform var(--motion-fast) ease;
}

.hub-faq-indicator::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.hub-faq-question[aria-expanded="true"] .hub-faq-indicator::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.hub-faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 220ms var(--motion-ease), opacity 180ms ease;
}

.hub-faq-panel.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}

.hub-faq-panel > div {
  overflow: hidden;
}

.hub-faq-panel p {
  max-width: 66ch;
  margin: 0;
  padding: 0 40px 22px 46px;
  color: var(--ink2);
  font-size: .9375rem;
  line-height: 1.7;
}

.hub-contact {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid #292d30;
  border-top: 1px solid var(--accent);
  border-radius: 0;
  background: #151719;
  color: #f7f7f4;
}

.hub-contact h2 {
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1.03;
}

.hub-contact p {
  margin: 20px 0 0;
  color: rgba(247, 247, 244, .68);
  font-size: .9375rem;
  line-height: 1.7;
}

.hub-contact .btn {
  margin-top: 28px;
  border-color: #f7f7f4;
  background: #f7f7f4;
  color: #111214;
}

.hub-loop-section {
  background: var(--bg);
}

.hub-loop-rail {
  background: rgba(255, 255, 255, .38);
}

.hub-loop-step {
  appearance: none;
  display: grid;
  gap: 20px;
  min-height: 116px;
  align-content: center;
  padding: 24px clamp(18px, 2vw, 28px) 26px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background var(--motion-fast) ease, box-shadow var(--motion-fast) ease;
}

.hub-loop-step:first-child {
  padding-left: clamp(18px, 2vw, 28px);
}

.hub-loop-step:last-child {
  padding-right: clamp(18px, 2vw, 28px);
  border-right: 0;
}

.hub-loop-step:hover,
.hub-loop-step.is-active {
  background: rgba(216, 33, 42, .045);
  box-shadow: inset 0 2px 0 var(--accent);
}

.hub-loop-step b {
  color: var(--accent);
  font-size: .6875rem;
  letter-spacing: .1em;
}

.hub-loop-step span {
  font-family: var(--brand-font);
  font-size: .875rem;
  font-weight: 750;
  letter-spacing: .065em;
}

.hub-loop-context {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
  gap: var(--content-gap);
  min-height: 116px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.hub-loop-context span {
  color: var(--accent);
  font-family: var(--brand-font);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.hub-loop-context p {
  max-width: 64ch;
  margin: 0;
  color: var(--ink2);
  font-size: .9375rem;
  line-height: 1.65;
}

@media (max-width: 899px) {
  .hub-support-grid {
    grid-template-columns: 1fr;
    gap: var(--section-gap);
  }
  .hub-contact {
    max-width: 620px;
  }
  .hub-loop-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hub-loop-step:nth-child(2) {
    border-right: 0;
  }
  .hub-loop-step:nth-child(3),
  .hub-loop-step:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 600px) {
  .hub-faq h2 {
    margin-bottom: 28px;
  }
  .hub-faq-question {
    grid-template-columns: 24px minmax(0, 1fr) 20px;
    gap: 10px;
    min-height: 60px;
    padding: 16px 0;
  }
  .hub-faq-panel p {
    padding: 0 30px 20px 34px;
  }
  .hub-contact {
    padding: 24px 22px;
  }
  .hub-loop-rail {
    grid-template-columns: 1fr;
  }
  .hub-loop-step,
  .hub-loop-step:first-child,
  .hub-loop-step:nth-child(2),
  .hub-loop-step:nth-child(3),
  .hub-loop-step:last-child {
    grid-template-columns: 28px 1fr;
    gap: 12px;
    min-height: 64px;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }
  .hub-loop-step:first-child {
    border-top: 0;
  }
  .hub-loop-context {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 142px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .coaching-photo {
    transition: none;
    transform: none;
  }
  .hub-faq-panel,
  .hub-faq-indicator::before,
  .hub-faq-indicator::after,
  .hub-loop-step {
    transition: none;
  }
}

/* Client Hub fullscreen chapter system: one canvas, one drawer, one active chapter. */
.hub-page {
  --hub-nav-height: 75px;
  --hub-material: linear-gradient(140deg, #101315 0%, #191d20 72%, #211c1f 100%);
  --hub-art-opacity: .022;
  background: #101315 var(--hub-material);
}

.hub-page[data-hub-chapter="home"] {
  --hub-art-opacity: .034;
}

.hub-page .nav {
  z-index: 110;
}

.hub-nav-actions {
  gap: 8px;
}

.hub-menu-trigger {
  appearance: none;
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--accent);
  cursor: pointer;
}

.hub-menu-lines {
  position: relative;
  display: block;
  width: 24px;
  height: 18px;
}

.hub-menu-lines i {
  position: absolute;
  right: 0;
  display: block;
  height: 2px;
  background: currentColor;
  transform-origin: center;
  transition: top 260ms var(--motion-ease), width 220ms var(--motion-ease), opacity 180ms ease, transform 260ms var(--motion-ease);
}

.hub-menu-lines i:nth-child(1) {
  top: 1px;
  width: 24px;
}

.hub-menu-lines i:nth-child(2) {
  top: 8px;
  width: 17px;
}

.hub-menu-lines i:nth-child(3) {
  top: 15px;
  width: 21px;
}

.hub-menu-trigger[aria-expanded="true"] .hub-menu-lines i:nth-child(1),
.hub-menu-trigger[aria-expanded="true"] .hub-menu-lines i:nth-child(3) {
  top: 8px;
  width: 24px;
}

.hub-menu-trigger[aria-expanded="true"] .hub-menu-lines i:nth-child(1) {
  transform: rotate(45deg);
}

.hub-menu-trigger[aria-expanded="true"] .hub-menu-lines i:nth-child(2) {
  width: 0;
  opacity: 0;
}

.hub-menu-trigger[aria-expanded="true"] .hub-menu-lines i:nth-child(3) {
  transform: rotate(-45deg);
}

.hub-menu-trigger:focus-visible {
  outline: 2px solid #111214;
  outline-offset: 2px;
}

.hub-drawer-open {
  overflow: hidden;
}

.hub-drawer-shell {
  position: fixed;
  z-index: 100;
  inset: 0;
}

.hub-drawer-shell[hidden] {
  display: none;
}

.hub-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 8, .36);
  opacity: 0;
  backdrop-filter: blur(2px);
  transition: opacity 360ms ease;
}

.hub-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 42vw);
  height: 100%;
  overflow: hidden;
  background: #131517;
  color: #f7f7f4;
  box-shadow: -24px 0 60px rgba(5, 7, 8, .2);
  transform: translateX(100%);
  transition: transform 380ms var(--motion-ease);
}

.hub-drawer-inner {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr auto;
  padding: calc(var(--hub-nav-height) + 38px) clamp(32px, 4vw, 48px) 34px;
}

.hub-drawer-shell.is-open .hub-drawer-backdrop {
  opacity: 1;
}

.hub-drawer-shell.is-open .hub-drawer {
  transform: translateX(0);
}

.hub-drawer-shell.is-closing .hub-drawer-backdrop {
  transition-duration: 240ms;
}

.hub-drawer-shell.is-closing .hub-drawer {
  transition-duration: 260ms;
}

.hub-drawer-header {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(247, 247, 244, .14);
}

.hub-drawer-header span,
.hub-drawer-group > p {
  display: block;
  margin: 0;
  color: rgba(247, 247, 244, .42);
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.hub-drawer-header span {
  color: var(--accent2);
}

.hub-drawer-header h2 {
  margin: 11px 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.75rem);
  letter-spacing: -.035em;
}

.hub-drawer-nav {
  align-self: center;
}

.hub-drawer-group {
  padding: 10px 0;
  border-bottom: 1px solid rgba(247, 247, 244, .12);
}

.hub-drawer-group > p {
  padding: 8px 14px 9px;
}

.hub-drawer-link {
  --drawer-order: 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  min-height: 48px;
  align-items: center;
  padding: 10px 14px;
  border-left: 2px solid transparent;
  color: rgba(247, 247, 244, .66);
  opacity: 0;
  transform: translateX(10px);
  transition: color var(--motion-fast) ease, border-color var(--motion-fast) ease, opacity 220ms ease, transform 260ms var(--motion-ease);
}

.hub-drawer-group:nth-child(2) .hub-drawer-link:nth-of-type(1) { --drawer-order: 1; }
.hub-drawer-group:nth-child(2) .hub-drawer-link:nth-of-type(2) { --drawer-order: 2; }
.hub-drawer-group:nth-child(2) .hub-drawer-link:nth-of-type(3) { --drawer-order: 3; }
.hub-drawer-group:nth-child(2) .hub-drawer-link:nth-of-type(4) { --drawer-order: 4; }
.hub-drawer-group:nth-child(3) .hub-drawer-link { --drawer-order: 5; }

.hub-drawer-shell.is-open .hub-drawer-link {
  opacity: 1;
  transform: translateX(0);
  transition-delay: calc(95ms + var(--drawer-order) * 30ms);
}

.hub-drawer-link span {
  color: rgba(247, 247, 244, .34);
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.hub-drawer-link b {
  font-family: var(--brand-font);
  font-size: .75rem;
  letter-spacing: .04em;
  line-height: 1.35;
}

.hub-drawer-link:hover,
.hub-drawer-link.is-active {
  border-left-color: var(--accent2);
  color: #fff;
}

.hub-drawer-link.is-active {
  font-weight: 800;
}

.hub-drawer-link.is-active span {
  color: var(--accent2);
}

.hub-drawer-back {
  --drawer-order: 6;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-top: 1px solid rgba(247, 247, 244, .14);
  color: rgba(247, 247, 244, .68);
  font-family: var(--brand-font);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .045em;
  opacity: 0;
  transform: translateX(10px);
  transition: color var(--motion-fast) ease, opacity 220ms ease, transform 260ms var(--motion-ease);
}

.hub-drawer-utilities {
  display: grid;
}

.hub-drawer-language {
  display: none;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 14px;
  border-top: 1px solid rgba(247, 247, 244, .14);
}

.hub-drawer-language > span {
  color: rgba(247, 247, 244, .52);
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hub-drawer-language .lang-switch {
  border-color: rgba(247, 247, 244, .18);
  background: transparent;
}

.hub-drawer-language .lang-switch button {
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  color: rgba(247, 247, 244, .58);
}

.hub-drawer-language .lang-switch button.active {
  background: #f7f7f4;
  color: #111214;
}

.hub-drawer-shell.is-open .hub-drawer-back {
  opacity: 1;
  transform: translateX(0);
  transition-delay: calc(95ms + var(--drawer-order) * 30ms);
}

.hub-drawer-back i {
  color: var(--accent2);
  font-style: normal;
}

.hub-drawer-back:hover {
  color: #fff;
}

.hub-drawer-link:focus-visible,
.hub-drawer-back:focus-visible,
.hub-drawer-language button:focus-visible {
  outline: 2px solid #f7f7f4;
  outline-offset: -2px;
}

.hub-guide-panel-code {
  color: var(--accent);
  font-size: .6875rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.hub-handbook {
  background: transparent;
}

/* Chapter-local palette: navigation and drawer keep their approved treatment. */
.hub-chapter {
  --ink: #f7f7f4;
  --ink2: #b8bec3;
  --muted: #9ba3a8;
  --line: rgba(247,247,244,.14);
  --surface: transparent;
  --hub-canvas: 1440px;
  position: relative;
  z-index: 1;
  color: var(--ink);
}

.hub-handbook-layout {
  max-width: none;
  padding: 0;
}

.hub-chapter-deck {
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: clip;
  background: transparent;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 220ms var(--motion-ease), transform 220ms var(--motion-ease);
}

.hub-chapter-deck::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: clamp(-1850px, -112vw, -980px);
  bottom: 3%;
  width: clamp(1680px, 150vw, 2800px);
  aspect-ratio: 348 / 74;
  background: rgb(247 247 244 / var(--hub-art-opacity));
  -webkit-mask: url("../assets/hub-art.svg") center / contain no-repeat;
  mask: url("../assets/hub-art.svg") center / contain no-repeat;
  pointer-events: none;
}

.hub-chapter-deck.is-switching {
  opacity: .18;
  transform: translateY(3px);
}
.hub-app-stage.is-switching .hub-app-media { opacity: .18; }

.hub-chapter[hidden] {
  display: none;
}

.hub-page .hub-footer {
  display: none;
}

.hub-page[data-hub-chapter="support"] .hub-footer {
  --ink: #f7f7f4;
  --ink2: #b8bec3;
  --muted: #9ba3a8;
  display: block;
}

.hub-chapter--guide,
.hub-chapter--feedback,
.hub-chapter--support {
  width: 100%;
  min-height: calc(100svh - var(--hub-nav-height));
  min-height: calc(100dvh - var(--hub-nav-height));
  margin: 0 auto;
  padding: clamp(26px, 3.5vw, 48px) max(26px, calc((100vw - var(--hub-canvas)) / 2 + 40px));
  background: transparent;
}

@media (min-width: 761px) {
  .hub-chapter:is(.hub-chapter--home, .hub-chapter--trainheroic, .hub-chapter--load, .hub-chapter--running, .hub-chapter--feedback) {
    height: calc(100svh - var(--hub-nav-height));
    height: calc(100dvh - var(--hub-nav-height));
    min-height: 0;
    max-height: calc(100dvh - var(--hub-nav-height));
    overflow: clip;
  }
}

.hub-chapter-header {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  align-items: start;
  margin-bottom: clamp(20px, 2.5vw, 30px);
  padding-bottom: clamp(18px, 2.4vw, 26px);
  border-bottom: 1px solid var(--line);
}

.hub-chapter-header > span {
  grid-column: 1 / span 2;
  padding-top: 7px;
  color: var(--accent);
  font-size: .6875rem;
  font-weight: 800;
  letter-spacing: .11em;
}

.hub-chapter-header h1 {
  grid-column: 3 / span 4;
  max-width: none;
  margin: 0;
  font-size: clamp(2.6rem, 4.5vw, 4.7rem);
  line-height: .96;
}

.hub-chapter-header p {
  grid-column: 7 / -1;
  max-width: 64ch;
  margin: 0;
  color: var(--ink2);
  font-size: .9375rem;
  line-height: 1.65;
}

.hub-chapter--load .hub-chapter-header h1,
.hub-chapter--running .hub-chapter-header h1,
.hub-chapter--feedback .hub-chapter-header h1 { grid-column: 3 / -1; }

@media (min-width: 761px) {
  .hub-chapter--support .hub-chapter-header h1 {
    grid-column: 3 / -1;
    grid-row: 1;
    white-space: nowrap;
  }
  .hub-chapter--support .hub-chapter-header p {
    grid-column: 3 / -1;
    grid-row: 2;
    max-width: 64ch;
    margin-top: -8px;
  }
}

.hub-chapter-context {
  max-width: 820px;
  margin: 20px 0 0;
  color: #a5adb3;
  font-size: .78125rem;
  line-height: 1.55;
}
.hub-chapter--support .hub-faq-question:focus-visible { outline-color: #f7f7f4; }
.hub-page[data-hub-chapter="support"] .hub-footer {
  background: transparent;
  color: #a5adb3;
  border-color: rgba(247,247,244,.14);
}

.hub-chapter--home {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: calc(100svh - var(--hub-nav-height));
  min-height: calc(100dvh - var(--hub-nav-height));
  align-content: start;
  gap: clamp(64px, 18svh, 180px);
  overflow-x: clip;
  padding: clamp(30px, 4.8svh, 50px) max(26px, calc((100vw - var(--hub-canvas)) / 2 + 40px));
  background: transparent;
  color: #f7f7f4;
}

.hub-chapter--home::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent) 0 30%, rgba(247, 247, 244, .12) 30% 100%);
}

.hub-chapter--home .hub-hero {
  isolation: auto;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hub-chapter--home .hub-hero::before,
.hub-chapter--home .hub-hero::after {
  display: none;
}

.hub-chapter--home .hub-hero-inner {
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.hub-chapter--home .hub-hero-main {
  width: min(100%, 1100px);
}

.hub-handbook .hub-hero h1 {
  max-width: none;
  font-size: clamp(3.3rem, 6.7vw, 6.5rem);
}

.hub-chapter--home .hub-hero-main > p {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(247, 247, 244, .68);
  line-height: 1.6;
}

.hub-loop-section--home {
  padding: 0;
  background: transparent;
}

.hub-train-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: #f7f7f4;
  font-family: var(--brand-font);
  font-size: .6875rem;
  font-weight: 750;
  letter-spacing: .055em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.hub-train-link img {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.hub-train-link:hover span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hub-chapter--home .hub-hero-main .hub-train-link {
  margin-top: 17px;
}

.hub-home-loop-head {
  margin-bottom: 9px;
}

.hub-loop-section--home .hub-loop-rail {
  border-color: rgba(247, 247, 244, .14);
  background: transparent;
}

.hub-loop-section--home .hub-loop-step {
  min-height: 58px;
  gap: 12px;
  padding: 12px clamp(14px, 2vw, 24px);
  border-right-color: rgba(247, 247, 244, .12);
  color: #f7f7f4;
}

.hub-loop-section--home .hub-loop-step:hover,
.hub-loop-section--home .hub-loop-step.is-active {
  background: transparent;
}

.hub-loop-section--home .hub-loop-step span,
.hub-loop-section--home .hub-loop-context span {
  color: rgba(247, 247, 244, .72);
}

.hub-loop-section--home .hub-loop-context {
  grid-template-columns: minmax(100px, 140px) minmax(0, 1fr);
  height: max(62px, var(--hub-state-height, 0px));
  min-height: 0;
  padding: 11px 0 0;
  border-bottom: 0;
}

.hub-loop-section--home .hub-loop-context p {
  color: rgba(247, 247, 244, .58);
  font-size: .8125rem;
}

.hub-chapter--load,
.hub-chapter--running {
  display: flex;
  --ink: #f7f7f4;
  --ink2: #b8bec3;
  --muted: #9ba3a8;
  --line: rgba(247,247,244,.14);
  width: 100%;
  padding-inline: max(26px, calc((100vw - var(--hub-canvas)) / 2 + 40px));
  background: transparent;
  color: var(--ink);
  flex-direction: column;
}

.hub-load-guide,
.hub-run-guide {
  display: flex;
  flex: 0 1 auto;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-start;
}

.hub-technical-plate {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(20px, 2vw, 28px) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f7f7f4;
}

.hub-rpe-rail,
.hub-run-rail {
  position: relative;
  display: grid;
  margin-top: 0;
}

.hub-rpe-rail {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hub-rpe-rail::before,
.hub-run-rail::before {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 15px;
  left: 7%;
  height: 1px;
  background: rgba(247, 247, 244, .22);
}

.hub-rpe-point,
.hub-run-point {
  position: relative;
  appearance: none;
  border: 0;
  background: transparent;
  color: #f7f7f4;
  font: inherit;
  cursor: pointer;
}

.hub-rpe-point {
  display: grid;
  justify-items: center;
  min-height: 184px;
  align-content: start;
  padding: 7px 5px 29px;
  text-align: center;
}
.hub-rpe-point::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 32px;
  left: 6px;
  width: 12px;
  border-left: 1px solid rgba(247,247,244,.09);
  background: repeating-linear-gradient(0deg, transparent 0 15px, rgba(247,247,244,.055) 15px 16px);
  pointer-events: none;
}
.hub-rpe-point.is-active::before { border-left-color: var(--accent); }

.hub-rpe-point span,
.hub-rpe-point em {
  color: rgba(247, 247, 244, .5);
  font-size: .625rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .07em;
}

.hub-rpe-point b {
  margin: 14px 0 10px;
  font-family: var(--brand-font);
  font-size: clamp(3.4rem, 5.25vw, 5.25rem);
  line-height: 1;
}

@media (min-width: 761px) and (min-height: 921px) {
  .hub-chapter--load .hub-rpe-point { min-height: 200px; }
  .hub-chapter--load .hub-rpe-point b {
    font-size: clamp(3.675rem, 5.45vw, 5.5rem);
  }
}

.hub-rpe-point i,
.hub-run-point i {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid #151719;
  border-radius: 50%;
  background: rgba(247, 247, 244, .42);
  box-shadow: 0 0 0 1px rgba(247, 247, 244, .22);
  transform: translateX(-50%);
  transition: background var(--motion-fast) ease, box-shadow var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.hub-rpe-point:hover i,
.hub-rpe-point.is-active i,
.hub-run-point:hover i,
.hub-run-point.is-active i {
  background: var(--accent);
  box-shadow: none;
  transform: translateX(-50%);
}

.hub-rpe-point.is-active,
.hub-run-point.is-active {
  box-shadow: none;
}

.hub-rpe-point.is-active b,
.hub-run-point.is-active b {
  color: var(--accent);
}

.hub-guide-context {
  display: grid;
  grid-template-columns: minmax(110px, .7fr) minmax(140px, .9fr) minmax(260px, 2fr);
  gap: 0;
  margin-top: 18px;
  border: solid rgba(247, 247, 244, .16);
  border-width: 1px 0 0;
  background: transparent;
}

.hub-guide-context > div {
  min-height: 90px;
  padding: 18px 20px;
  border-right: 1px solid rgba(247, 247, 244, .14);
}

.hub-guide-context > div:last-child {
  border-right: 0;
}

.hub-guide-context span {
  display: block;
  margin-bottom: 8px;
  color: rgba(247, 247, 244, .46);
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.hub-guide-context strong {
  color: #f7f7f4;
  font-family: var(--brand-font);
  font-size: 1.2rem;
}

.hub-rpe-context > div:first-child strong {
  color: var(--accent2);
}

.hub-guide-context p {
  max-width: 58ch;
  min-height: var(--hub-state-height, 0px);
  margin: 0;
  color: rgba(247, 247, 244, .74);
  font-size: .875rem;
  line-height: 1.55;
}

.hub-guide-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .71875rem;
  line-height: 1.55;
}

.hub-technical-plate .hub-guide-note {
  color: rgba(247, 247, 244, .42);
}

.hub-load-reference {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: center;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.hub-load-reference h2,
.hub-app-caption h2 {
  margin: 9px 0 0;
  font-size: 1.25rem;
}

.hub-load-reference p,
.hub-app-caption p {
  margin: 8px 0 0;
  color: var(--ink2);
  font-size: .875rem;
  line-height: 1.6;
}

.hub-load-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}

.hub-load-flow > div {
  display: grid;
  gap: 8px;
  min-height: 72px;
  align-content: center;
  padding: 14px;
  border: 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.hub-load-flow span {
  color: var(--muted);
  font-size: .5625rem;
  font-weight: 800;
  letter-spacing: .07em;
}

.hub-load-flow b {
  font-family: var(--brand-font);
  font-size: .8rem;
}

.hub-load-flow > i {
  color: var(--accent);
  font-style: normal;
}

.hub-run-rail {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hub-run-rail::before { left: 0; right: 0; }
.hub-run-point::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 1px;
  border-left: 1px solid rgba(247,247,244,.4);
  background: transparent;
  pointer-events: none;
}
.hub-run-point.is-active::after { background: var(--accent); }
.hub-run-point i { left: auto; right: 0; width: 7px; height: 7px; bottom: 12px; border: 0; box-shadow: none; }

.hub-run-point {
  display: grid;
  min-height: 140px;
  align-content: start;
  justify-items: start;
  padding: 10px clamp(8px, 1.4vw, 18px) 29px;
  text-align: left;
}

.hub-run-point > span {
  color: rgba(247, 247, 244, .46);
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.hub-run-point b {
  margin-top: 13px;
  font-family: var(--brand-font);
  font-size: clamp(.8rem, 1.15vw, 1rem);
  letter-spacing: .035em;
  line-height: 1.25;
}

.hub-run-point em {
  margin-top: 5px;
  color: rgba(247, 247, 244, .46);
  font-size: .5625rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .07em;
}

.hub-run-point.is-active > span,
.hub-run-point.is-active b {
  color: var(--accent2);
}

.hub-run-context {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hub-run-context > div {
  min-height: 120px;
}

.hub-chapter--trainheroic {
  --hub-app-inset: clamp(26px, 3.5vw, 48px);
  display: flex;
  width: 100%;
  padding-right: 0;
  padding-left: max(26px, calc((100vw - var(--hub-canvas)) / 2 + 40px));
  background: transparent;
  flex-direction: column;
}

.hub-app-guide {
  position: relative;
  display: grid;
  flex: 1;
  min-height: 0;
  grid-template-columns: minmax(340px, 5fr) minmax(0, 7fr);
  grid-template-rows: auto auto auto auto;
  align-content: start;
  grid-template-areas:
    "header stage"
    "tabs stage"
    "detail stage"
    "controls stage";
  gap: clamp(12px, calc(14dvh - 112px), 28px) clamp(40px, 5vw, 76px);
  align-items: start;
}

.hub-app-guide > .hub-chapter-header {
  display: block;
  grid-area: header;
  margin: 0;
  padding: 0 0 16px;
}

.hub-app-guide > .hub-chapter-header > span,
.hub-app-guide > .hub-chapter-header h1,
.hub-app-guide > .hub-chapter-header p {
  display: block;
  padding: 0;
}

.hub-app-guide > .hub-chapter-header h1 {
  margin-top: 9px;
  font-size: clamp(2.55rem, 4vw, 4.25rem);
  line-height: .98;
}

.hub-app-guide > .hub-chapter-header p {
  max-width: 52ch;
  margin-top: 12px;
  font-size: .875rem;
  line-height: 1.55;
}

.hub-app-step-tabs {
  display: grid;
  grid-area: tabs;
  grid-template-columns: 1fr;
  border: solid var(--line);
  border-width: 1px 0;
}

.hub-app-step {
  appearance: none;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  min-height: 46px;
  align-items: center;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.hub-app-step:last-child {
  border-bottom: 0;
}

.hub-app-step.is-active {
  padding-left: 12px;
  background: transparent;
  box-shadow: inset 2px 0 0 var(--accent);
}

.hub-app-step span {
  color: var(--muted);
  font-size: .625rem;
  font-weight: 800;
}
.hub-app-step.is-active span { color: var(--accent); }

.hub-app-step b {
  font-family: var(--brand-font);
  font-size: .625rem;
  letter-spacing: .035em;
  line-height: 1.35;
}

.hub-app-stage {
  position: absolute;
  top: calc(-1 * var(--hub-app-inset));
  bottom: auto;
  height: calc(100dvh - var(--hub-nav-height));
  right: 0;
  width: 100%;
  isolation: isolate;
  display: grid;
  grid-area: 1 / 2 / -1 / 3;
  min-width: 0;
  align-self: stretch;
  overflow: hidden;
  place-items: center;
  padding: clamp(22px, 3vw, 38px);
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 180ms var(--motion-ease), transform 180ms var(--motion-ease);
}

.hub-app-stage::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 24px;
  left: 7%;
  height: 1px;
  background: linear-gradient(90deg, var(--accent) 0 16%, rgba(247, 247, 244, .12) 16% 100%);
}

.hub-app-frame {
  --screenshot-ratio: 334 / 585;
  position: relative;
  display: grid;
  width: auto;
  max-width: 100%;
  height: clamp(380px, 64dvh, 660px);
  aspect-ratio: var(--screenshot-ratio);
  overflow: hidden;
  place-items: center;
  border: 1px solid #2a2d30;
  border-radius: 0;
  background: #111315;
  outline: 1px solid rgba(247,247,244,.16);
  outline-offset: 10px;
  box-shadow: none;
}
.hub-app-frame::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 1px solid rgba(247,247,244,.22);
  pointer-events: none;
}

.hub-app-media {
  position: relative;
  width: 100%;
  height: 100%;
  transition: opacity 180ms ease;
}

.hub-app-screenshot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #111315;
}

.hub-app-placeholder {
  display: grid;
  max-width: 440px;
  justify-items: center;
  padding: 32px;
  color: rgba(247, 247, 244, .82);
  text-align: center;
}

.hub-app-placeholder::before {
  content: "";
  width: 60px;
  height: 42px;
  margin-bottom: 25px;
  background: rgba(247, 247, 244, .06);
  -webkit-mask: url("../assets/hub-art.svg") center / contain no-repeat;
  mask: url("../assets/hub-art.svg") center / contain no-repeat;
}

.hub-app-placeholder span {
  color: var(--accent2);
  font-size: .6875rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.hub-app-placeholder strong {
  margin-top: 16px;
  font-family: var(--brand-font);
  font-size: clamp(1.25rem, 3vw, 2rem);
  letter-spacing: -.015em;
}

.hub-app-placeholder em {
  margin-top: 15px;
  color: rgba(247, 247, 244, .38);
  font-size: .625rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
}

.hub-app-annotation-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hub-app-marker {
  position: absolute;
  top: var(--marker-y);
  left: var(--marker-x);
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: .6875rem;
  font-weight: 800;
  box-shadow: 0 3px 12px rgba(17, 18, 20, .25);
  transform: translate(-50%, -50%);
}

.hub-app-caption {
  display: grid;
  grid-area: detail;
  grid-template-columns: 1fr;
  gap: 12px;
  min-height: max(194px, var(--hub-state-height, 0px));
  align-content: start;
  padding: 2px 0 0;
  opacity: 1;
  transform: translateY(0);
  transition: none;
}

.hub-app-annotation-legend {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hub-app-annotation-legend li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--ink2);
  font-size: .8125rem;
  line-height: 1.5;
}

.hub-app-annotation-legend b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: .625rem;
}

.hub-app-controls {
  display: grid;
  grid-area: controls;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 0;
  padding-top: 13px;
  border-top: 1px solid var(--line);
}

.hub-app-controls button {
  appearance: none;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: 750 .75rem/1 var(--brand-font);
  letter-spacing: .055em;
  text-transform: uppercase;
  cursor: pointer;
}

.hub-app-prev {
  justify-self: start;
}

.hub-app-next {
  justify-self: end;
}

.hub-app-controls > span {
  color: var(--muted);
  font-size: .6875rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.hub-chapter--feedback {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  width: 100%;
  min-height: calc(100svh - var(--hub-nav-height));
  min-height: calc(100dvh - var(--hub-nav-height));
  margin: 0;
  padding-inline: max(26px, calc((100vw - var(--hub-canvas)) / 2 + 40px));
  flex-direction: column;
  background: transparent;
  color: #f7f7f4;
}

.hub-feedback-layout {
  display: grid;
  flex: 0 1 auto;
  min-height: 0;
  grid-template-columns: minmax(0, 5fr) minmax(280px, 7fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: start;
}

.hub-chapter--feedback::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent) 0 24%, transparent 24%);
}

.hub-chapter--feedback .hub-chapter-header {
  border-bottom-color: rgba(247, 247, 244, .13);
}

.hub-chapter--feedback .hub-chapter-header h1 {
  color: #fff;
}

.hub-chapter--feedback .hub-chapter-header p {
  color: #b8bec3;
}

.hub-feedback-anchors {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0;
  border: solid rgba(247, 247, 244, .13);
  border-width: 1px 0;
}

.hub-feedback-anchors article {
  display: grid;
  grid-template-columns: 30px minmax(110px, 150px) minmax(0, 1fr);
  gap: 14px;
  min-height: 64px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(247, 247, 244, .13);
}

.hub-feedback-anchors article:last-child {
  border-bottom: 0;
}

.hub-feedback-anchors span,
.hub-feedback-example > span {
  color: var(--accent2);
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.hub-feedback-anchors h2 {
  margin: 0;
  color: #fff;
  font-size: .875rem;
  letter-spacing: .055em;
}

.hub-feedback-anchors p {
  margin: 0;
  color: #b8bec3;
  font-size: .8125rem;
  line-height: 1.55;
}

.hub-feedback-example {
  max-width: none;
  margin: 0;
  padding: 28px clamp(24px, 3vw, 40px);
  border-left: 1px solid var(--accent);
  background: rgba(247,247,244,.02);
}

.hub-feedback-example p {
  margin: 12px 0 0;
  color: rgba(247, 247, 244, .84);
  font-family: var(--brand-font);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.5;
}

.hub-rpe-point:focus-visible,
.hub-run-point:focus-visible {
  position: relative;
  z-index: 3;
  outline: 2px solid #f7f7f4;
  outline-offset: 3px;
}

.hub-app-step:focus-visible,
.hub-app-controls button:focus-visible {
  position: relative;
  z-index: 3;
  outline: 2px solid #111214;
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .hub-drawer {
    width: min(400px, 58vw);
  }

  .hub-chapter--home {
    padding-inline: 32px;
  }

  .hub-chapter--home .hub-hero-inner {
    gap: 0;
  }

  .hub-handbook .hub-hero h1 {
    font-size: clamp(3.3rem, 7.2vw, 5.3rem);
  }

  .hub-app-guide {
    grid-template-columns: minmax(320px, 5fr) minmax(0, 7fr);
    gap: 14px 34px;
  }

  .hub-feedback-layout {
    grid-template-columns: minmax(0, 5fr) minmax(250px, 7fr);
    gap: 36px;
  }
}

@media (min-width: 761px) and (max-height: 800px) {
  .hub-chapter--home {
    gap: 14px;
    padding-block: 26px;
  }

  .hub-handbook .hub-hero h1 {
    font-size: clamp(3.8rem, 5.1vw, 4.65rem);
  }

  .hub-loop-section--home .hub-loop-step {
    min-height: 54px;
    padding-block: 10px;
  }

  .hub-loop-section--home .hub-loop-context {
    min-height: 46px;
    padding-top: 8px;
  }

  .hub-chapter--trainheroic {
    --hub-app-inset: 20px;
    padding-block: 20px;
  }

  .hub-app-guide > .hub-chapter-header {
    padding-bottom: 13px;
  }

  .hub-app-guide {
    row-gap: 12px;
  }

  .hub-app-step {
    min-height: 42px;
    padding-block: 8px;
  }

  .hub-app-caption {
    min-height: max(178px, var(--hub-state-height, 0px));
  }
}

@media (min-width: 761px) and (max-height: 920px) {
  .hub-chapter--load,
  .hub-chapter--running,
  .hub-chapter--feedback {
    padding-block: 22px;
  }

  .hub-chapter--load .hub-chapter-header,
  .hub-chapter--running .hub-chapter-header,
  .hub-chapter--feedback .hub-chapter-header {
    margin-bottom: 16px;
    padding-bottom: 15px;
  }

  .hub-chapter--load .hub-technical-plate {
    min-height: 0;
    padding: 10px 0;
  }
  .hub-rpe-point { min-height: 148px; }
  .hub-rpe-point b { margin: 8px 0 6px; font-size: clamp(3.15rem, 4.2vw, 4.25rem); }

  .hub-load-purpose {
    margin-top: 8px;
    padding-top: 12px;
  }

  .hub-load-reference {
    margin-top: 14px;
    padding-top: 14px;
  }

  .hub-load-flow > div {
    min-height: 64px;
    padding: 10px;
  }

  .hub-feedback-example {
    padding-block: 22px;
  }
}

@media (min-width: 761px) and (max-height: 800px) {
  .hub-chapter--load {
    padding-block: 16px;
  }

  .hub-chapter--load .hub-chapter-header {
    margin-bottom: 10px;
    padding-bottom: 11px;
  }

  .hub-chapter--load .hub-technical-plate {
    padding-block: 5px;
  }

  .hub-chapter--load .hub-rpe-point {
    min-height: 132px;
  }

  .hub-chapter--load .hub-rpe-point b {
    margin-block: 6px 4px;
    font-size: clamp(2.9rem, 3.85vw, 3.75rem);
  }

  .hub-chapter--load .hub-guide-context {
    margin-top: 12px;
  }

  .hub-chapter--load .hub-guide-context > div {
    min-height: 74px;
    padding: 12px 16px;
  }

  .hub-chapter--load .hub-guide-note {
    margin-top: 8px;
  }

  .hub-chapter--load .hub-load-purpose {
    margin-top: 6px;
    padding-top: 9px;
  }

  .hub-chapter--load .hub-load-reference {
    margin-top: 10px;
    padding-top: 10px;
  }

  .hub-chapter--load .hub-load-flow > div {
    min-height: 56px;
    padding: 8px 10px;
  }
}

@media (max-width: 760px) {
  .hub-drawer {
    width: 100%;
  }

  .hub-drawer-inner {
    padding: calc(var(--hub-nav-height) + 26px) 28px 24px;
  }

  .hub-chapter--guide,
  .hub-chapter--feedback,
  .hub-chapter--support {
    padding: 32px 24px;
  }

  .hub-chapter-header,
  .hub-load-reference,
  .hub-app-caption {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hub-chapter-header > span,
  .hub-chapter-header h1,
  .hub-chapter-header p,
  .hub-chapter--running .hub-chapter-header h1,
  .hub-chapter--load .hub-chapter-header h1,
  .hub-chapter--feedback .hub-chapter-header h1,
  .hub-chapter--running .hub-chapter-header p {
    grid-column: auto;
  }

  .hub-load-guide,
  .hub-run-guide {
    justify-content: flex-start;
  }

  .hub-technical-plate {
    min-height: 0;
    padding: 22px 18px;
  }

  .hub-load-reference {
    margin-top: 26px;
  }

  .hub-chapter-header > span {
    grid-row: auto;
    padding-top: 0;
  }

  .hub-chapter-header h1 {
    font-size: clamp(2.6rem, 10vw, 4rem);
  }

  .hub-chapter--home {
    min-height: calc(100svh - var(--hub-nav-height));
    min-height: calc(100dvh - var(--hub-nav-height));
    padding: 38px 28px 32px;
  }

  .hub-chapter--home .hub-hero-inner {
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
  }

  .hub-app-guide {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "header"
      "tabs"
      "detail"
      "stage"
      "controls";
    gap: 20px;
  }

  .hub-app-stage {
    position: relative;
    inset: auto;
    height: auto;
    grid-area: stage;
  }

  .hub-app-step-tabs {
    grid-template-columns: 1fr;
  }

  .hub-app-step,
  .hub-app-step:last-child {
    border-bottom: 1px solid var(--line);
  }

  .hub-app-step:last-child {
    border-bottom: 0;
  }

  .hub-app-step.is-active {
    box-shadow: inset 2px 0 0 var(--accent);
  }

  .hub-app-caption {
    min-height: var(--hub-state-height, 0px);
    padding: 0;
  }

  .hub-app-frame {
    width: min(100%, 360px);
    height: auto;
  }

  .hub-guide-context,
  .hub-run-context {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hub-guide-context > div:nth-child(2n) {
    border-right: 0;
  }
  .hub-guide-context-wide,
  .hub-run-context > div:nth-child(3),
  .hub-run-context > div:nth-child(4) {
    border-top: 1px solid rgba(247, 247, 244, .14);
  }
  .hub-guide-context-wide {
    grid-column: 1 / -1;
  }
  .hub-run-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hub-run-rail::before {
    display: none;
  }
  .hub-run-point {
    min-height: 96px;
    padding: 16px;
    border-bottom: 1px solid rgba(247, 247, 244, .14);
  }
  .hub-run-point:nth-child(odd) {
    border-right: 1px solid rgba(247, 247, 244, .14);
  }
  .hub-run-point i {
    top: 14px;
    right: 14px;
    bottom: auto;
    left: auto;
    transform: none;
  }
  .hub-run-point:hover i,
  .hub-run-point.is-active i {
    transform: none;
  }

  .hub-feedback-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .hub-page .nav-inner {
    gap: 8px;
  }

  .hub-page .brand-wordmark--nav {
    width: 96px;
  }

  .hub-nav-actions {
    gap: 6px;
  }

  .hub-nav-actions > .lang-switch {
    display: none;
  }

  .hub-page .hub-back-link {
    min-height: 44px;
    padding-inline: 11px;
    font-size: .625rem;
    letter-spacing: .03em;
  }

  .hub-menu-trigger {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .hub-drawer-inner {
    padding: calc(var(--hub-nav-height) + 18px) 22px 20px;
  }

  .hub-drawer-header {
    padding-bottom: 14px;
  }

  .hub-drawer-header h2 {
    margin-top: 6px;
    font-size: 1.85rem;
  }

  .hub-drawer-group {
    padding-block: 6px;
  }

  .hub-drawer-link {
    min-height: 44px;
    padding-block: 8px;
  }

  .hub-drawer-language {
    display: flex;
  }

  .hub-chapter--home {
    gap: 15px;
    padding: 18px 20px;
  }

  .hub-handbook .hub-hero h1 {
    font-size: clamp(2.65rem, 13vw, 3.25rem);
  }

  .hub-chapter--home .hub-hero-inner {
    gap: 0;
  }

  .hub-chapter--home .hub-hero-main > p {
    font-size: .8125rem;
    line-height: 1.55;
  }

  .hub-loop-section--home .hub-loop-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hub-loop-section--home .hub-loop-step,
  .hub-loop-section--home .hub-loop-step:first-child,
  .hub-loop-section--home .hub-loop-step:nth-child(2),
  .hub-loop-section--home .hub-loop-step:nth-child(3),
  .hub-loop-section--home .hub-loop-step:last-child {
    grid-template-columns: 26px 1fr;
    min-height: 54px;
    padding: 12px 10px;
    border: 0;
    border-top: 1px solid rgba(247, 247, 244, .12);
    border-right: 1px solid rgba(247, 247, 244, .12);
  }

  .hub-loop-section--home .hub-loop-step:nth-child(2n) {
    border-right: 0;
  }

  .hub-loop-section--home .hub-loop-context {
    grid-template-columns: 1fr;
    gap: 5px;
    height: max(88px, var(--hub-state-height, 0px));
    min-height: 0;
  }

  .hub-app-caption {
    min-height: max(240px, var(--hub-state-height, 0px));
  }

  .hub-chapter--guide,
  .hub-chapter--feedback,
  .hub-chapter--support {
    padding: 28px 20px 38px;
  }

  .hub-rpe-rail {
    margin-inline: -6px;
  }
  .hub-rpe-point {
    min-height: 122px;
    padding-inline: 2px;
  }
  .hub-rpe-point b {
    font-size: 2rem;
  }
  .hub-rpe-point span,
  .hub-rpe-point em {
    font-size: .625rem;
    letter-spacing: .035em;
  }
  .hub-guide-context,
  .hub-run-context {
    grid-template-columns: 1fr;
  }
  .hub-guide-context > div,
  .hub-guide-context > div:nth-child(2n) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(247, 247, 244, .14);
  }
  .hub-guide-context > div:last-child {
    border-bottom: 0;
  }
  .hub-guide-context-wide {
    grid-column: auto;
  }
  .hub-load-flow {
    grid-template-columns: 1fr;
  }
  .hub-load-flow > i {
    text-align: center;
    transform: rotate(90deg);
  }

  .hub-app-step,
  .hub-app-step:last-child {
    min-height: 54px;
    border-bottom: 1px solid var(--line);
  }
  .hub-app-step:last-child {
    border-bottom: 0;
  }

  .hub-app-controls {
    gap: 8px;
  }
  .hub-app-controls button {
    font-size: .65rem;
  }
  .hub-feedback-anchors article {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 3px 12px;
    min-height: 0;
    padding: 16px 0;
  }

  .hub-feedback-anchors article > span {
    grid-row: 1 / span 2;
  }

  .hub-feedback-anchors article:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hub-app-media { transition: none; }
  .hub-chapter-deck,
  .hub-app-stage,
  .hub-app-caption,
  .hub-drawer,
  .hub-drawer-backdrop,
  .hub-drawer-link,
  .hub-drawer-back,
  .hub-menu-lines i,
  .hub-rpe-point i,
  .hub-run-point i,
  .hub-app-step {
    transition: none !important;
  }
}

/* Product logic: compact editorial structures inside the established site and Hub systems. */
.approach-principle {
  position: relative;
  isolation: isolate;
  display: block;
  margin-top: 0;
  padding-block: clamp(38px, 4.5vw, 64px);
  border-top: 0;
}
.approach-principle::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 12px;
  bottom: 28px;
  width: 180px;
  height: 180px;
  background: linear-gradient(140deg, rgba(30,34,37,.06), rgba(216,33,42,.07));
  -webkit-mask: url("../assets/logo-mark.svg") center / contain no-repeat;
  mask: url("../assets/logo-mark.svg") center / contain no-repeat;
  pointer-events: none;
}

.approach-principle h3 {
  max-width: none;
  margin: 12px 0 0;
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.approach-principle-copy {
  max-width: 740px;
  margin-top: 20px;
}

.approach-principle-copy p {
  margin: 0;
  color: var(--ink2);
  font-size: 1rem;
  line-height: 1.7;
}

.hub-feedback-roles article > span {
  color: var(--accent);
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.hub-load-purpose {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: clamp(24px, 4vw, 54px);
  margin-block: 14px 0;
  padding-block: 16px 0;
  border-top: 1px solid rgba(247, 247, 244, .14);
}

.hub-load-purpose p {
  max-width: 58ch;
  margin: 0;
  color: rgba(247, 247, 244, .72);
  font-size: .8125rem;
  line-height: 1.55;
}

.hub-load-purpose p:last-child { color: rgba(247, 247, 244, .48); }

.hub-feedback-context {
  display: grid;
  gap: 18px;
}

.hub-feedback-example-meaning {
  display: grid;
  gap: 6px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(247, 247, 244, .12);
}

.hub-feedback-example-meaning strong {
  color: #f7f7f4;
  font-size: .8125rem;
  line-height: 1.45;
}

.hub-feedback-example-meaning span {
  color: rgba(247, 247, 244, .48);
  font-size: .6875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.hub-feedback-roles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: solid rgba(247, 247, 244, .13);
  border-width: 1px 0;
}

.hub-feedback-roles article {
  padding: 17px 18px 17px 0;
  border-right: 1px solid rgba(247, 247, 244, .13);
}

.hub-feedback-roles article:last-child {
  padding-right: 0;
  padding-left: 18px;
  border-right: 0;
}

.hub-feedback-roles h2 {
  margin: 8px 0 0;
  color: #f7f7f4;
  font-size: .875rem;
  line-height: 1.3;
}

.hub-feedback-roles p {
  margin: 7px 0 0;
  color: rgba(247, 247, 244, .54);
  font-size: .6875rem;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .approach-principle::after { content: none; }
  #approach .statement + .statement {
    padding: 28px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(247,247,244,.12);
  }
  .hub-load-purpose { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 600px) {
  .hub-feedback-roles { grid-template-columns: 1fr; }
  .hub-feedback-roles article,
  .hub-feedback-roles article:last-child {
    padding: 16px 0;
    border-right: 0;
  }
  .hub-feedback-roles article:first-child { border-bottom: 1px solid rgba(247, 247, 244, .13); }
}

/* Main-site brand surfaces: one restrained near-black / graphite / warm-red material family. */
/* Desktop artboard proportions; smaller screens retain the established stacked layouts. */
@media (min-width: 1100px) {
  .coaching-heading-line { display: block; }
  .hero { --type-display: clamp(5.75rem, 7.2vw, 7rem); }
  .hero-shell { padding-top: clamp(48px, 4vw, 64px); }
  .hero-delivery-flow em { font-size: .8125rem; letter-spacing: .025em; }
  main > #coaching {
    --type-section: clamp(2.25rem, 3vw, 2.8rem);
    --type-lead: 1rem;
    padding-block: 52px 0;
  }
  #coaching .section-head { align-items: start; margin-bottom: 38px; }
  #coaching .section-head .kicker { padding-top: 9px; }
  #coaching .section-head .lead { max-width: none; }
  .pathway-system { overflow: visible; }
  .pathway-system .pathway-card { min-height: 0; padding: 22px 24px 26px; }
  .pathway-system .pathway-card h3 { margin-top: 20px; }
  .pathway-system .pathway-card li { padding-block: 4px; }
  .pathway-system .coaching-stage {
    width: 100vw;
    max-width: none;
    min-height: 360px;
    margin-left: calc(50% - 50vw);
    padding: 46px max(26px, calc((100vw - var(--max)) / 2 + 48px)) 26px;
  }
  .coaching-stage .coaching-profile { min-height: 220px; margin-top: 12px; padding-top: 0; }
}

body:not(.hub-page) .hero-shell {
  background: var(--material-hero);
}

body:not(.hub-page) #process {
  background: linear-gradient(138deg, #111315 0%, #171a1d 64%, #21191b 116%, #5a252a 185%);
}

body:not(.hub-page) .coaching-stage {
  background: linear-gradient(145deg, #0d0f11 0%, #141719 70%, #211719 132%, #4d2025 195%);
}

body:not(.hub-page) .cta {
  border-color: #25282b;
  background: linear-gradient(142deg, #121416 0%, #181b1e 72%, #21191b 128%, #58242a 190%);
}

@media (max-width: 680px) {
  body:not(.hub-page) .hero-shell {
    background: linear-gradient(150deg, #0e1012 0%, #191d20 72%, #282023 100%);
  }
}
