:root{--orange:#f39b12;--red:#b9242a;--blue:#1e4680;--ink:#26313e;--soft:#fff;--warm:#fff6e8;--muted:#66707c;--rule:#e7dfd2}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--soft);color:var(--ink);font:16px/1.55 'Trebuchet MS','Segoe UI',Verdana,sans-serif}
.skip{position:fixed;top:8px;left:8px;z-index:20;padding:10px 14px;background:#fff;border:1px solid var(--rule);transform:translateY(-160%)}
.skip:focus{transform:none}
:focus-visible{outline:3px solid var(--blue);outline-offset:2px}
img{max-width:100%;display:block}
a{color:var(--blue)}

/* Header */
.utility-strip{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap;padding:8px 24px;background:var(--blue);color:#fff;font-size:13px}
.utility-strip>a{color:#fff;text-decoration:none}
.utility-strip>a:hover{text-decoration:underline}
.language-select{display:inline-flex;align-items:center;gap:6px}
.language-select select{font:13px 'Trebuchet MS',sans-serif;padding:4px 6px;border:1px solid #fff;background:#fff;color:var(--ink);max-width:130px}
.brand-row{display:flex;align-items:center;gap:20px;padding:12px 24px;border-bottom:1px solid var(--rule);position:relative}
.brand img{height:52px;width:auto}
.menu{display:none;margin-left:auto;background:var(--red);border:0;color:#fff;padding:9px 14px;font:700 14px 'Trebuchet MS',sans-serif;border-radius:8px;cursor:pointer}
#primary{display:flex;gap:16px;margin-left:auto;flex-wrap:wrap}
#primary a{color:var(--ink);text-decoration:none;font-size:14px;font-weight:700;padding:6px 2px;border-bottom:3px solid transparent}
#primary a:hover{border-bottom-color:var(--orange)}

/* Hero */
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center;padding:48px 24px;max-width:1200px;margin:0 auto}
.eyebrow{margin:0 0 12px;font-size:12px;letter-spacing:.2em;color:var(--red);font-weight:700}
h1{margin:0 0 16px;font:700 clamp(34px,4.8vw,58px)/1.08 'Trebuchet MS',sans-serif;color:var(--blue)}
.hero-copy>p{margin:0 0 24px;max-width:52ch;font-size:18px}
.hero-photo{border-radius:16px;height:380px;width:100%;object-fit:cover}
.stage-picker{display:flex;gap:10px;flex-wrap:wrap}
.stage-picker a{display:inline-block;padding:12px 18px;border-radius:999px;border:2px solid var(--blue);color:var(--blue);font-weight:700;text-decoration:none;transition:transform 150ms ease}
.stage-picker a:hover{transform:translateY(-2px)}
.stage-picker a.is-here{background:var(--blue);color:#fff}

/* Growth chart spine */
.chart{max-width:1200px;margin:0 auto;padding:12px 24px;border-left:0;position:relative}
.stage{display:grid;grid-template-columns:88px 1fr .8fr;gap:28px;padding:44px 0;border-top:1px solid var(--rule)}
.stage:first-child{border-top:0}
.tick{display:flex;flex-direction:column;align-items:center;gap:10px}
.tick-mark{width:26px;height:8px;background:var(--orange);border-radius:4px;transform-origin:left center;transition:transform 200ms ease}
.stage.is-current .tick-mark{transform:scaleX(1.7);background:var(--red)}
.tick-label{font-size:12px;font-weight:700;letter-spacing:.14em;color:var(--muted);writing-mode:vertical-rl;text-orientation:mixed}
.stage-body h2{margin:0 0 10px;font-size:30px;color:var(--blue)}
.stage-body>p{margin:0 0 18px;max-width:56ch}
.shelf{list-style:none;margin:0 0 18px;padding:0;display:flex;flex-direction:column;gap:12px}
.shelf li{background:var(--warm);border-radius:12px;padding:14px 16px}
.shelf-type{display:block;font-size:11px;font-weight:700;letter-spacing:.16em;color:var(--red);margin-bottom:4px}
.shelf a{font-weight:700;text-decoration:none}
.shelf a:hover{text-decoration:underline}
.covers{display:flex;gap:12px;flex-wrap:wrap}
.covers img{height:130px;width:auto;border:1px solid var(--rule);border-radius:6px}
.stage-photo{margin:0}
.stage-photo img{border-radius:16px;height:100%;min-height:260px;width:100%;object-fit:cover}

/* Always-on strip */
.always{background:var(--blue);color:#fff;padding:48px 24px 56px}
.always h2{margin:0 auto 8px;max-width:1152px;font-size:28px}
.always>p{margin:0 auto 22px;max-width:1152px;color:#dbe6f5}
.always-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1152px;margin:0 auto}
.always-grid a{background:#fff;color:var(--ink);border-radius:12px;padding:18px;text-decoration:none;display:flex;flex-direction:column;gap:6px;transition:transform 150ms ease}
.always-grid a:hover{transform:translateY(-3px)}
.always-grid b{color:var(--red);font-size:19px}
.always-grid span{font-size:14px}

footer{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;background:#16334f;color:#fff;flex-wrap:wrap}
footer img{height:40px;width:auto}
footer p{margin:0;font-size:13px;color:#cfdcec}

@media (max-width:1000px){
  .hero{grid-template-columns:1fr}
  .hero-photo{height:280px}
  .stage{grid-template-columns:56px 1fr}
  .stage-photo{grid-column:2}
  .stage-photo img{min-height:200px;height:220px}
}
@media (max-width:900px){
  #primary{display:none;position:absolute;top:100%;left:0;right:0;z-index:10;flex-direction:column;gap:0;background:#fff;border-bottom:2px solid var(--rule);margin:0}
  #primary a{padding:14px 24px;border-bottom:1px solid var(--rule)}
  body.nav-open #primary{display:flex}
  .menu{display:block}
}
@media (max-width:640px){
  .utility-strip{justify-content:flex-start}
  .stage{grid-template-columns:40px 1fr;gap:16px}
  .tick-label{writing-mode:horizontal-tb;font-size:10px}
  .covers img{height:104px}
  .always-grid{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .stage-picker a,.always-grid a,.tick-mark{transition:none}
  .stage-picker a:hover,.always-grid a:hover{transform:none}
  *{animation:none!important}
}
