/* Baseline° — Home page styles.
   Shared tokens/nav/footer live in css/base.css. */

/* Prototype: section{scroll-margin-top:76px} (hero is a section there too) */
section,.hero{scroll-margin-top:76px}

/* Section shells carry their own horizontal padding; inner wraps are bare. */
main .wrap{padding:0}

/* ---------- Nav (home has a language toggle; no active link) ---------- */
.lang-toggle{display:flex;align-items:center;gap:9px;border:1px solid var(--line-2);padding:6px 11px;font-size:11px;letter-spacing:.14em}
.lang-toggle .lang{transition:color 200ms}
.lang{cursor:pointer;color:var(--muted)}
.lang.is-on{color:var(--ink)}
.lang-divider{width:1px;height:11px;background:var(--hair)}
.site-nav .nav-links a:not(.nav-cta):hover{color:#fff}
.site-nav .nav-cta:hover{background:var(--ink);color:#000}
[tabindex]:focus-visible{outline:1.5px solid var(--ink);outline-offset:3px}

/* ---------- Shared bits ---------- */
.btn-solid{
  display:inline-flex;align-items:center;gap:14px;
  border:1px solid var(--ink);background:var(--ink);color:#000;
  padding:17px 34px;font-family:var(--mono);font-size:11px;letter-spacing:.22em;
}
.btn-solid:hover{background:#d9d9d6;border-color:#d9d9d6;color:#000}
.cta-arrow{font-size:13px}
.sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}
.sec-link{font-family:var(--mono);font-size:11px;letter-spacing:.22em;color:var(--ink);white-space:nowrap}
.sec-link.pb{padding-bottom:8px}
.sec-link:hover{color:var(--muted)}
.band{position:relative;overflow:hidden;border:1px solid var(--line);margin-bottom:2px}
.band img{width:100%;height:100%;object-fit:cover}
.band-shade{position:absolute;inset:0}
.band-tag{position:absolute;left:40px;font-size:11px;letter-spacing:.2em;color:var(--soft);background:rgba(0,0,0,.5);padding:6px 12px}

/* ---------- 01 Hero ---------- */
.hero{position:relative;height:824px;overflow:hidden;background:#000;border-bottom:1px solid var(--line)}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.72) sepia(.14) contrast(1.1) brightness(.98)}
.hero-shade-x{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.93) 0%,rgba(0,0,0,.55) 46%,rgba(0,0,0,.12) 100%)}
.hero-shade-y{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,0) 50%)}
.hero-scan{
  position:absolute;top:0;bottom:0;width:1.5px;background:var(--ink);
  box-shadow:0 0 22px rgba(244,244,242,.5);left:-5%;
  animation:scanH 1.6s cubic-bezier(.16,1,.3,1) .4s forwards;
}
.hero-content{position:absolute;left:0;right:0;bottom:84px;z-index:4}
.hero-est{font-size:12px;letter-spacing:.28em;color:var(--muted);margin-bottom:30px}
.hero h1{font-size:90px;line-height:.98;color:#fff}
.hero-promise{font-size:20px;font-weight:300;line-height:1.6;color:var(--soft);max-width:640px;margin-top:32px}
.hero-ctas{display:flex;align-items:center;gap:22px;margin-top:46px}
.hero-cta-ghost{
  display:inline-flex;align-items:center;gap:10px;color:var(--soft);
  padding:17px 4px;font-family:var(--mono);font-size:11px;letter-spacing:.22em;
  border-bottom:1px solid var(--hair);
}
.hero-cta-ghost:hover{color:var(--ink)}
.hero-meta{display:flex;align-items:center;gap:26px;margin-top:56px;font-family:var(--mono);font-size:12px;letter-spacing:.14em;color:var(--muted)}
.hero-meta-strong{color:var(--ink)}
.hero-meta-divider{width:1px;height:13px;background:var(--hair)}

/* ---------- 02 How it works ---------- */
.method{padding:128px 52px;background:var(--panel);border-bottom:1px solid var(--line)}
.method .kick{margin-bottom:40px}
.method-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:72px;align-items:start}
.method-grid h2{font-size:56px;line-height:1.08}
.method-aside{border-left:1px solid var(--line);padding-left:40px}
.prob-kicker{font-size:11px;letter-spacing:.24em;color:var(--muted);margin-bottom:20px}
.prob-lead{font-size:19px;font-weight:300;line-height:1.7;color:var(--soft)}
.method-steps{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2px;margin-top:72px}
.step{border:1px solid var(--line);padding:48px 44px;display:flex;flex-direction:column;min-height:300px}
.step-head{display:flex;align-items:center;gap:16px;margin-bottom:38px}
.step-num{
  width:40px;height:40px;border:1.5px solid var(--ink);border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--ink);
}
.step-label{font-size:12px;letter-spacing:.24em;color:var(--muted)}
.step-body{font-size:22px;font-weight:300;line-height:1.6;color:var(--soft)}

/* ---------- 03 Your data ---------- */
.record{padding:128px 52px;background:#000;border-bottom:1px solid var(--line)}
.record .kick{margin-bottom:28px}
.record-head{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:end}
.record-head h2{font-size:52px;line-height:1.1}
.record-sub{font-size:18px;font-weight:300;line-height:1.75;color:var(--muted);max-width:520px}
.dash{margin-top:60px;border:1px solid var(--line);background:var(--panel)}
.dash-shot{display:block;width:100%}
.dash-bar{display:flex;justify-content:space-between;align-items:center;padding:18px 26px;border-bottom:1px solid var(--line)}
.dash-id{display:flex;align-items:center;gap:14px}
.dash-dots{display:flex;gap:6px}
.dash-dot{width:9px;height:9px;border-radius:50%;border:1.5px solid var(--hair)}
.dash-dot.is-on{border-color:var(--ink)}
.dash-title{font-size:11px;letter-spacing:.22em;color:var(--muted)}
.dash-tabs{display:flex;gap:22px;font-size:11px;letter-spacing:.18em;color:var(--muted)}
.dash-tab.is-active{color:var(--ink);border-bottom:1px solid var(--ink);padding-bottom:4px}
.dash-grid{display:grid;grid-template-columns:3fr 2fr;gap:1px;background:var(--line)}
.dash-panel{background:var(--panel);padding:44px}
.chart-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:32px}
.chart-label{font-size:11px;letter-spacing:.2em;color:var(--muted)}
.chart-range{font-size:11px;color:var(--muted)}
.chart{width:100%;height:auto;display:block}
.chart-line{transition:stroke-dashoffset 1500ms cubic-bezier(.16,1,.3,1)}
.chart-legend{display:flex;gap:32px;margin-top:24px;font-size:11px;letter-spacing:.16em;color:var(--muted)}
.legend-item{display:flex;align-items:center;gap:10px}
.legend-swatch{width:20px;height:1.5px;background:var(--ink)}
.legend-swatch.is-chron{background:var(--hair)}
.dash-stats{display:flex;flex-direction:column;justify-content:space-between;gap:30px}
.stats-label{font-size:11px;letter-spacing:.2em;color:var(--muted)}
.stats{display:flex;flex-direction:column;gap:26px}
.stat-row{display:flex;justify-content:space-between;font-size:11px;letter-spacing:.14em;color:var(--soft);margin-bottom:11px}
.stat-bar{position:relative;height:1.5px;background:var(--line-2)}
.stat-fill{position:absolute;left:0;top:0;height:1.5px;background:var(--ink);width:0%;transition:width 1100ms cubic-bezier(.16,1,.3,1)}
.stat-knob{
  position:absolute;top:50%;transform:translate(-50%,-50%);
  width:8px;height:8px;border:2px solid #fff;border-radius:50%;background:#000;
  left:0%;transition:left 1100ms cubic-bezier(.16,1,.3,1);
}
.bioage{display:flex;align-items:baseline;gap:14px;border-top:1px solid var(--line);padding-top:26px}
.bioage-num{font-size:46px;line-height:1;color:var(--ink)}
.bioage-note{font-size:11px;letter-spacing:.16em;color:var(--muted);line-height:1.5;white-space:pre-line}

/* ---------- 04 What we offer ---------- */
.suite{padding:128px 52px;background:var(--panel);border-bottom:1px solid var(--line)}
.suite .kick{margin-bottom:28px}
.suite h2{font-size:56px;line-height:1.06}
.suite-sub{font-size:19px;font-weight:300;line-height:1.75;color:var(--muted);max-width:760px;margin-top:26px}
.pc-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2px;margin-top:56px}
.pc{position:relative;overflow:hidden;border:1px solid var(--line);min-height:860px;display:flex}
.pc-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.72) sepia(.14) contrast(1.05) brightness(.84)}
.pc-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.42) 52%,rgba(0,0,0,.38) 100%)}
.pc-body{position:relative;display:flex;flex-direction:column;padding:44px 40px;width:100%}
.pc-kick{font-size:12px;letter-spacing:.24em;color:var(--ink);margin-bottom:26px;display:flex;gap:10px;align-items:center}
.pc-sep{color:var(--muted)}
.pc-h{font-size:40px;font-weight:300;line-height:1.12;letter-spacing:.01em;color:#fff;margin-bottom:20px;max-width:320px}
.pc-blurb{font-size:16px;font-weight:300;line-height:1.65;color:#d9d9d6;max-width:360px}
.pc-list-label{margin-top:auto;font-size:11px;letter-spacing:.24em;color:rgba(244,244,242,.6);padding-bottom:4px}
.pc-item{font-size:17px;font-weight:300;padding:15px 0;border-bottom:1px solid rgba(244,244,242,.26);color:#fff}
.pc-cta{display:block;text-align:center;margin-top:34px;background:var(--ink);border:1px solid var(--ink);color:#000;padding:17px;font-size:11px;letter-spacing:.22em}
.pc-cta:hover{opacity:.82;color:#000}
.systems{margin-top:60px;border-top:1px solid var(--line)}
.sys-row{display:grid;grid-template-columns:300px 1fr;gap:48px;padding:44px 0;border-bottom:1px solid var(--line);align-items:start}
.sys-num{font-size:12px;color:var(--muted);margin-bottom:14px}
.sys-name{font-size:30px;font-weight:400;letter-spacing:.01em;margin-bottom:14px}
.sys-kpi{display:inline-block;font-size:11px;letter-spacing:.14em;color:var(--muted)}
.sys-chips{display:flex;flex-wrap:wrap;gap:10px;padding-top:6px}
.chip{border:1px solid var(--line-2);padding:10px 16px;font-size:15px;font-weight:400;color:var(--soft)}
.fuel{display:grid;grid-template-columns:1.1fr .9fr;gap:0;align-items:stretch;margin-top:2px;border:1px solid var(--line)}
.fuel-copy{padding:52px 56px;display:flex;flex-direction:column;justify-content:center}
.fuel-kicker{font-family:var(--mono);font-size:11px;letter-spacing:.24em;color:var(--muted);margin-bottom:18px}
.fuel-h{font-size:32px;font-weight:300;letter-spacing:.01em;margin-bottom:18px}
.fuel-body{font-size:17px;font-weight:300;line-height:1.75;color:var(--muted);max-width:460px}
.fuel-media{position:relative;overflow:hidden;border-left:1px solid var(--line);min-height:300px}
.fuel-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.72) sepia(.14) contrast(1.05) brightness(.86)}
.fuel-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,12,14,.6) 0%,rgba(0,0,0,.1) 100%)}

/* ---------- 05 The assessment ---------- */
.zero{padding:128px 52px;background:#000;border-bottom:1px solid var(--line)}
.zero-head{margin-bottom:28px}
.zero .band{height:320px}
.zero .band img{filter:saturate(.72) sepia(.14) contrast(1.06) brightness(.72)}
.zero .band-shade{background:linear-gradient(0deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.12) 62%)}
.zero .band-tag{bottom:32px}
.zero-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;align-items:stretch}
.zero-card{border:1px solid var(--line);background:var(--panel);padding:60px}
.zero-card h2{font-size:52px;line-height:1.06;margin-bottom:24px}
.zero-lead{font-size:18px;font-weight:300;line-height:1.75;color:var(--muted);max-width:460px;margin-bottom:48px}
.zero-measures{display:grid;grid-template-columns:1fr 1fr;gap:0 40px}
.measure{display:flex;align-items:center;gap:14px;padding:16px 0;border-top:1px solid var(--line)}
.measure-dot{width:5px;height:5px;border:1.5px solid var(--ink);border-radius:50%;flex-shrink:0}
.measure-label{font-size:16px;font-weight:400;letter-spacing:.02em}
.zero-offer{display:flex;flex-direction:column;justify-content:center}
.zero-kicker2{font-size:11px;letter-spacing:.24em;color:var(--muted);margin-bottom:22px}
.zero-leave{font-size:30px;font-weight:300;line-height:1.45;text-wrap:pretty;margin-bottom:48px}
.zero-price{display:flex;align-items:baseline;gap:16px;border-top:1px solid var(--line);padding-top:36px;margin-bottom:32px}
.zero-amount{font-size:56px;line-height:1;color:var(--ink)}
.zero-price-note{font-size:11px;letter-spacing:.18em;color:var(--muted);line-height:1.5;white-space:pre-line}
.zero-cta{justify-content:center;padding:18px 32px}

/* ---------- 06 Membership ---------- */
.membership{padding:128px 52px;background:var(--panel);border-bottom:1px solid var(--line)}
.membership .kick{margin-bottom:28px}
.mem-head{margin-bottom:18px}
.membership h2{font-size:52px;line-height:1.08;max-width:760px}
.mem-hook{font-size:12px;letter-spacing:.16em;color:var(--ink);margin-bottom:56px}
.tier-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:2px}
.tier{border:1px solid var(--line);background:#000;padding:44px 36px;display:flex;flex-direction:column;min-height:420px}
.tier.is-featured{border-color:var(--ink)}
.tier-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:28px}
.tier-name{font-size:18px;font-weight:500;letter-spacing:.2em}
.tier-tag{font-size:11px;letter-spacing:.16em;color:var(--muted);opacity:0}
.tier.is-featured .tier-tag{opacity:1}
.tier-price{display:flex;align-items:baseline;gap:6px;margin-bottom:30px}
.tier-amount{font-size:34px;color:var(--ink)}
.tier-per{font-size:13px;color:var(--muted)}
.tier-points{display:flex;flex-direction:column;gap:14px;margin-bottom:36px}
.tier-point{display:flex;align-items:flex-start;gap:12px}
.tier-dash{font-size:12px;color:var(--muted);line-height:1.5;flex-shrink:0}
.tier-point-text{font-size:14.5px;font-weight:300;line-height:1.5;color:var(--soft)}
.tier-cta{
  text-align:center;margin-top:auto;
  border:1px solid var(--line-2);background:transparent;color:var(--ink);
  padding:15px;font-size:11px;letter-spacing:.22em;
}
.tier.is-featured .tier-cta{border-color:var(--ink);background:var(--ink);color:#000}
.tier-cta:hover{opacity:.82;color:var(--ink)}
.tier.is-featured .tier-cta:hover{color:#000}

/* ---------- 07 Locations ---------- */
.locations{padding:128px 52px;background:#000;border-bottom:1px solid var(--line)}
.locations .kick{margin-bottom:28px}
.loc-head{margin-bottom:56px}
.locations h2{font-size:56px;line-height:1.04}
.loc-sub{font-size:18px;font-weight:300;line-height:1.75;color:var(--muted);max-width:620px;margin-bottom:56px}
.locations .band{height:400px}
.locations .band img{filter:saturate(.72) sepia(.14) contrast(1.05) brightness(.7)}
.locations .band-shade{background:linear-gradient(0deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.1) 60%)}
.locations .band-tag{bottom:34px}
.loc-list{border-top:1px solid var(--line)}
.loc-row{display:grid;grid-template-columns:90px 1fr auto;gap:36px;padding:30px 8px;border-bottom:1px solid var(--line);align-items:center}
.loc-num{font-size:13px;color:var(--muted)}
.loc-city{font-size:38px;font-weight:300;letter-spacing:.02em;color:var(--ink)}
.loc-row.is-flagship .loc-city{color:#fff}
.loc-status{font-size:11px;letter-spacing:.2em;color:var(--muted)}

/* ---------- 08 Why trust us / compare ---------- */
.credibility{padding:128px 52px;background:var(--panel);border-bottom:1px solid var(--line)}
.credibility .kick{margin-bottom:28px}
.cred-head{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:end;margin-bottom:64px}
.cred-head h2{font-size:52px;line-height:1.1}
.cred-cat{font-size:20px;font-weight:300;line-height:1.65;color:var(--soft);max-width:540px}
.adv-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2px;margin-bottom:56px}
.adv{border:1px solid var(--line);padding:42px 44px}
.adv-field{font-size:22px;font-weight:400;letter-spacing:.02em;margin-bottom:14px}
.adv-note{font-size:15px;font-weight:400;line-height:1.7;color:var(--muted)}
.cmp-title{font-size:12px;letter-spacing:.24em;color:var(--muted);margin-bottom:20px}
.cmp{border:1px solid var(--line)}
.cmp-head{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;background:#000;border-bottom:1px solid var(--line)}
.cmp-cap-head{padding:22px 32px;font-size:11px;letter-spacing:.2em;color:var(--muted)}
.cmp-col-head{padding:22px 22px;font-size:11px;letter-spacing:.14em;color:var(--muted);text-align:center;border-left:1px solid var(--line)}
.cmp-col-head.is-b{color:var(--ink)}
.cmp-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-top:1px solid var(--line)}
.cmp-cap{padding:24px 32px;font-size:16px;font-weight:400;color:var(--soft)}
.cmp-cell{padding:24px 22px;text-align:center;font-size:15px;color:var(--muted);border-left:1px solid var(--line)}
.cmp-cell.is-b{color:var(--ink);background:#000}

/* ---------- 09 Franchise ---------- */
.franchise{padding:128px 52px;background:#000;border-bottom:1px solid var(--line)}
.fran-box{border:1px solid var(--line-2);background:var(--panel)}
.franchise .band{height:260px;border:0;border-bottom:1px solid var(--line);margin-bottom:0}
.franchise .band img{filter:saturate(.72) sepia(.14) contrast(1.06) brightness(.74)}
.franchise .band-shade{background:linear-gradient(0deg,rgba(12,12,14,.7) 0%,rgba(0,0,0,.1) 65%)}
.franchise .band-tag{bottom:30px}
.fran-grid{display:grid;grid-template-columns:1.05fr .95fr}
.fran-copy{padding:72px;border-right:1px solid var(--line)}
.fran-copy .kick{margin-bottom:26px}
.fran-copy h2{font-size:46px;line-height:1.1;margin-bottom:26px}
.fran-body{font-size:18px;font-weight:300;line-height:1.75;color:var(--muted);max-width:500px}
.fran-cta{gap:12px;padding:16px 30px;margin-top:42px}
.fran-points{padding:72px;display:flex;flex-direction:column;justify-content:center}
.fran-point{display:flex;align-items:baseline;gap:22px;padding:24px 0;border-bottom:1px solid var(--line)}
.fran-point:last-child{border-bottom:0}
.fran-point-num{font-size:12px;color:var(--muted)}
.fran-point-text{font-size:19px;font-weight:300;color:var(--soft)}

/* ---------- 10 Founding CTA ---------- */
.founding{padding:156px 52px;background:var(--panel);border-bottom:1px solid var(--line)}
.founding-inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}
.founding-ring{width:22px;height:22px;border:4px solid #fff;border-radius:50%;margin-bottom:42px}
.founding h2{font-size:60px;line-height:1.06;text-wrap:balance;margin-bottom:24px}
.founding-sub{font-size:12px;letter-spacing:.16em;color:var(--muted);margin-bottom:52px}
.founding-form{display:flex;gap:2px;width:100%;max-width:520px}
.founding-form input{flex:1;background:#000;border:1px solid var(--line-2);color:var(--ink);padding:18px 22px;font-size:15px;outline:none}
.founding-submit{
  display:flex;align-items:center;gap:12px;
  border:1px solid var(--ink);background:var(--ink);color:#000;
  padding:0 30px;font-size:11px;letter-spacing:.2em;cursor:pointer;white-space:nowrap;
}
.founding-submit:hover{background:#d9d9d6}
.founding-micro{font-size:11px;letter-spacing:.16em;color:var(--muted);margin-top:18px}
.founding-done{border:1px solid var(--line-2);padding:40px 54px;display:flex;flex-direction:column;align-items:center;gap:14px}
.done-kick{font-size:12px;letter-spacing:.24em;color:var(--muted)}
.done-member{font-size:46px;color:var(--ink);letter-spacing:.04em}
.done-note{font-size:14px;font-weight:300;color:var(--muted)}
.is-hidden{display:none}

/* ---------- Footer (home variant) ---------- */
/* Home prototype footer has no border-top (the founding section above carries the line). */
.site-footer{border-top:none}
.newsletter-form button:hover{background:var(--ink);color:#000}
.footer-lang-wrap{display:flex;gap:26px;font-size:11px;letter-spacing:.18em}
.footer-lang{display:flex;align-items:center;gap:8px;color:var(--muted)}
.footer-lang .lang{transition:none}
.footer-lang-divider{width:1px;height:10px;background:var(--hair)}

/* ---------- Responsive ---------- */
@media (max-width:1100px){
  .hero-shade-y{background:linear-gradient(0deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.38) 60%,rgba(0,0,0,.3) 100%)}
  /* Hero: flow layout so tall content never clips; stack CTAs */
  .hero{height:auto!important;min-height:620px;display:flex;align-items:flex-end}
  .hero-content{position:static;width:100%;padding:150px 0 56px}
  .hero h1{font-size:42px!important}
  .hero-ctas{flex-direction:column;align-items:flex-start;gap:16px}
  /* Cards: border-box + natural heights (no dead space) */
  .tier{box-sizing:border-box;min-height:0}
  .step{min-height:0}
  .pc{min-height:0}
  .pc-list-label{margin-top:34px}
  /* Section headers: stack eyebrow/heading and side link */
  .sec-head{flex-direction:column;align-items:flex-start;gap:14px}

  .founding-form{flex-direction:column;gap:2px}
  .founding-form input{width:100%}
  .founding-submit{width:100%;justify-content:center}
  .zero-card{box-sizing:border-box;padding:44px 28px}
  /* Home keeps its nav links at mobile (prototype wraps them instead of hiding). */

  .hero{height:620px}
  /* Prototype hero inner wrap keeps its inline 52px padding at mobile. */
  .hero .wrap{padding:0 52px}
  .hero h1{font-size:50px}

  .method,.record,.suite,.zero,.membership,.locations,.credibility,.franchise,.founding{padding-left:24px;padding-right:24px}

  .method-grid h2,.record-head h2,.suite h2,.zero-card h2,.membership h2,.locations h2,.cred-head h2,.fran-copy h2,.founding h2{font-size:32px}

  /* Prototype collapses every inline-styled grid at <=1100px (incl. the compare table and location rows). */
  .method-grid,.method-steps,.record-head,.dash-grid,.pc-grid,.sys-row,.fuel,
  .zero-grid,.zero-measures,.tier-grid,.loc-row,.adv-grid,
  .cred-head,.fran-grid{grid-template-columns:1fr}
  .cmp{overflow-x:auto}
  .cmp-head,.cmp-row{grid-template-columns:2fr 1fr 1fr 1fr;min-width:560px}
  .pc{min-height:720px}
  .pc-h{font-size:32px}
}

/* ---------- Box model parity ----------
   The home prototype (unlike the five inner-page prototypes) does NOT use
   box-sizing:border-box — only its nav, .wrap containers, and email inputs
   opt in. base.css sets border-box globally, which shrinks every element
   here that combines explicit dimensions with padding/borders. Restore the
   prototype's content-box math for exactly those elements. */
.hero,
.step,.step-num,
.dash-dot,.stat-knob,
.fuel-media,
.band,.measure-dot,
.tier,
.founding-ring{box-sizing:content-box}
/* The franchise box is content-box in the prototype: max-width 1360 + 1px
   border renders 1362px wide, which nudges everything inside by 1px. */
.fran-box{box-sizing:content-box}
