/* Tier 1 home — whale lane + mobile hero order. v20260910md1 */
:root{--md-red:#F6010F;--md-red-deep:#900303;--md-ink:#0A0E12;--md-gold:#F3BF2E;--md-ground:#F0EFF0;--md-line:rgba(10,14,18,.12)}
.md-eyebrow{display:inline-flex;align-items:center;gap:.55rem;font:600 .78rem/1 Montserrat,system-ui,sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--md-red-deep)}
.md-eyebrow::before{content:"";width:10px;height:10px;border-radius:50%;background:var(--md-red)}
.md-lane{background:#fff;border-top:1px solid var(--md-line);border-bottom:1px solid var(--md-line);padding:clamp(2rem,4vw,3.25rem) 0}
.md-lane-shell{display:grid;gap:1.5rem 3rem;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);align-items:center}
.md-lane-copy h2{font:800 clamp(1.35rem,2.6vw,1.9rem)/1.12 Montserrat,system-ui,sans-serif;letter-spacing:-.02em;color:var(--md-ink);margin:.6rem 0 .6rem}
.md-lane-copy p{font-size:1rem;line-height:1.6;color:#3a4047;margin:0;max-width:62ch}
.md-lane-actions{display:flex;flex-direction:column;gap:.75rem}
.md-lane-actions .btn{justify-content:center;min-height:50px}
@media (max-width:820px){.md-lane-shell{grid-template-columns:1fr}.md-lane-actions{flex-direction:row;flex-wrap:wrap}.md-lane-actions .btn{flex:1 1 220px}}
/* Mobile: copy before photo so the headline is in the first viewport */
@media (max-width:760px){
  html body.home-page.home-page--prune #main #page-overview.it-split-hero .home-hero-grid .it-split-hero-media{order:2!important;margin-top:1.25rem!important}
  html body.home-page.home-page--prune #main #page-overview.it-split-hero .home-hero-grid .it-split-hero-copy{order:1!important}
  html body.home-page.home-page--prune #main #page-overview.it-split-hero .hero-photo-frame img{max-height:52vh!important;object-fit:cover!important}
}
/* Sector "route by scale" block */
.md-route-scale{background:#fff}
.md-scale-head{max-width:64ch;margin-bottom:1.5rem}
.md-scale-head h2{font:800 clamp(1.4rem,2.8vw,2rem)/1.1 Montserrat,system-ui,sans-serif;letter-spacing:-.02em;color:var(--md-ink);margin:.6rem 0 0}
.md-scale-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.md-scale-card{background:var(--md-ground);border:1px solid var(--md-line);border-radius:18px;padding:1.5rem;display:flex;flex-direction:column;gap:.6rem}
.md-scale-card--mandate{background:#fff;border-color:rgba(246,1,15,.35);box-shadow:0 12px 32px -20px rgba(144,3,3,.35)}
.md-scale-card .md-tag{font:600 .7rem/1.3 Montserrat,system-ui,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--md-red-deep)}
.md-scale-card h3{font:700 1.1rem/1.3 Montserrat,system-ui,sans-serif;color:var(--md-ink);margin:0}
.md-scale-card p{font-size:.95rem;line-height:1.55;color:#3a4047;margin:0 0 .5rem}
.md-scale-card .btn{align-self:flex-start;margin-top:auto}
.md-scale-wa{margin:1.25rem 0 0;font-size:.95rem;color:#3a4047}
.md-scale-wa a{color:var(--md-red-deep);font-weight:600}
