/* School Choice Report — British, civic, warm, trustworthy
   Bitter (slab serif display) + Mulish (humanist body)
   Deep teal-blue + warm coral + cream */

:root {
  --teal: #17505c;
  --teal-2: #1f6675;
  --coral: #e8674c;
  --coral-deep: #cf4e34;
  --cream: #f7f2e9;
  --cream-2: #efe7d7;
  --card: #fffdf9;
  --ink: #22312f;
  --ink-soft: #52605e;
  --ink-faint: #86918f;
  --line: #e2d9c7;
  --good: #1f7a44;
  --warn: #c9902b;
  --bad: #c0392b;
  --shadow: rgba(23, 80, 92, 0.14);
}
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; font-family:'Mulish',system-ui,sans-serif; background:var(--cream); color:var(--ink); font-size:16.5px; line-height:1.62; -webkit-font-smoothing:antialiased; }
.wrap { width:100%; max-width:1100px; margin:0 auto; padding:0 26px; }
a { color:var(--teal); text-decoration:none; } a:hover { color:var(--coral-deep); }
h1,h2,h3 { font-family:'Bitter',Georgia,serif; font-weight:600; letter-spacing:-0.01em; color:var(--teal); line-height:1.14; }
.mono, .num { font-variant-numeric:tabular-nums; }

.masthead { background:rgba(247,242,233,0.93); backdrop-filter:blur(7px); border-bottom:1px solid var(--line); position:sticky; top:0; z-index:50; }
.masthead .wrap { display:flex; justify-content:space-between; align-items:center; padding:12px 26px; }
.brand { display:flex; align-items:center; gap:11px; }
.brand-mark { width:38px; height:38px; object-fit:contain; display:block; }
.brand-name { font-family:'Bitter',serif; font-weight:600; font-size:1.18rem; color:var(--teal); }
.brand-dot { color:var(--coral); }
.nav-desktop { display:flex; gap:23px; align-items:center; }
.nav-desktop a { font-weight:600; font-size:0.94rem; color:var(--ink-soft); }
.nav-desktop a:hover { color:var(--teal); }
.nav-desktop a.nav-cta { color:#fff; background:var(--coral); padding:9px 17px; border-radius:9px; }
.nav-desktop a.nav-cta:hover { color:#fff; background:var(--coral-deep); }
.nav-toggle { display:none; } .nav-mobile { display:none; }
@media (max-width:760px){
  .nav-desktop{display:none;}
  .nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:46px;height:46px;margin-right:-8px;background:none;border:0;cursor:pointer;padding:11px;}
  .nav-toggle span{display:block;height:2.5px;width:100%;background:var(--teal);border-radius:3px;transition:transform .25s,opacity .2s;}
  .nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7.5px) rotate(45deg);}
  .nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0;}
  .nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg);}
  .nav-mobile{display:block;border-top:1px solid var(--line);background:var(--cream);}
  .nav-mobile[hidden]{display:none;}
  .nav-mobile a{display:block;padding:15px 26px;font-size:1.05rem;font-weight:600;color:var(--teal);border-top:1px solid var(--cream-2);}
  .nav-mobile a.nav-mobile-cta{color:#fff;background:var(--coral);}
}

.hero { padding:60px 0 66px; border-bottom:1px solid var(--line);
  background:radial-gradient(720px 420px at 84% 6%, rgba(232,103,76,0.12), transparent 60%), var(--cream); }
.eyebrow { font-weight:700; font-size:0.78rem; letter-spacing:0.09em; text-transform:uppercase; color:var(--coral-deep); margin-bottom:15px; }
.hero h1 { font-size:clamp(2.3rem,5.2vw,3.7rem); margin:0 0 18px; max-width:16ch; }
.hero h1 em { font-style:italic; color:var(--coral-deep); }
.lede { font-size:1.18rem; line-height:1.55; max-width:42ch; color:var(--ink-soft); margin:0 0 26px; }
.hero-grid { display:grid; grid-template-columns:1fr 1.02fr; gap:40px; align-items:start; }
@media (max-width:880px){ .hero-grid{grid-template-columns:1fr; gap:30px;} .lede{max-width:54ch;} }
.chips { display:flex; flex-wrap:wrap; gap:9px 18px; margin-top:22px; }
.chip { font-size:0.92rem; color:var(--ink-soft); display:inline-flex; align-items:center; gap:7px; }
.chip .dot { width:8px; height:8px; border-radius:50%; background:var(--coral); }

.order-card { background:var(--card); border:1px solid var(--line); border-radius:18px; padding:26px; box-shadow:0 24px 50px -28px var(--shadow); }
.order-card h2 { font-size:1.34rem; margin:0 0 4px; }
.order-card .sub { color:var(--ink-faint); font-size:0.92rem; margin:0 0 16px; }
.orderform label { display:block; font-weight:700; font-size:0.86rem; margin:13px 0 5px; color:var(--ink); }
.orderform label .opt { color:var(--ink-faint); font-weight:400; }
.orderform input, .orderform select { width:100%; padding:12px 14px; border:1.5px solid var(--line); border-radius:11px; font-size:1rem; font-family:inherit; background:var(--cream); color:var(--ink); }
.orderform input:focus, .orderform select:focus { outline:none; border-color:var(--teal); box-shadow:0 0 0 3px rgba(23,80,92,0.16); background:#fff; }
.phase-toggle { display:flex; gap:8px; }
.phase-toggle label { flex:1; margin:0; }
.phase-toggle input { position:absolute; opacity:0; width:0; }
.phase-toggle span { display:block; text-align:center; padding:11px 8px; border:1.5px solid var(--line); border-radius:11px; font-weight:700; font-size:0.9rem; cursor:pointer; background:var(--cream); color:var(--ink-soft); }
.phase-toggle input:checked + span { border-color:var(--teal); background:var(--teal); color:#fff; }
.btn { display:inline-block; border:0; cursor:pointer; font-family:'Mulish',sans-serif; font-weight:800; text-decoration:none; border-radius:11px; transition:transform .12s,box-shadow .2s,background .2s; }
.btn.primary { background:var(--coral); color:#fff; box-shadow:0 5px 16px -6px rgba(207,78,52,0.7); }
.btn.primary:hover { color:#fff; background:var(--coral-deep); transform:translateY(-1px); }
.btn.big { padding:15px 30px; font-size:1.05rem; }
.btn.teal { background:var(--teal); color:#fff; } .btn.teal:hover { color:#fff; background:var(--teal-2); transform:translateY(-1px); }
.submit-row { margin-top:18px; }
.submit-row .btn { width:100%; text-align:center; }
.subnote { display:block; text-align:center; font-size:0.82rem; color:var(--ink-faint); margin-top:10px; }
.order-status { margin-top:12px; padding:11px 14px; border-radius:10px; font-size:0.91rem; background:var(--cream-2); }
.order-status.err { background:#f8e7e3; color:#a3392c; }
.cta-row { display:flex; align-items:center; gap:18px; flex-wrap:wrap; }

section.band { padding:64px 0; border-bottom:1px solid var(--line); }
section.band.teal { background:var(--teal); color:#cfe0e2; }
section.band.teal h2 { color:#fff; } section.band.teal .intro { color:#b6ccce; }
.kicker { font-weight:700; font-size:0.78rem; letter-spacing:0.09em; text-transform:uppercase; color:var(--coral-deep); }
section.band.teal .kicker { color:#f0b3a4; }
.band h2 { font-size:clamp(1.8rem,3.4vw,2.55rem); margin:11px 0 14px; max-width:20ch; }
.band .intro { font-size:1.1rem; color:var(--ink-soft); max-width:62ch; margin:0 0 30px; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.card { background:var(--card); border:1px solid var(--line); border-radius:14px; padding:22px; }
section.band.teal .card { background:var(--teal-2); border-color:#2d7585; }
.card .num { font-weight:800; color:var(--coral-deep); font-size:0.85rem; }
section.band.teal .card .num { color:#f0b3a4; }
.card h3 { font-size:1.15rem; margin:8px 0 6px; } section.band.teal .card h3 { color:#fff; }
.card p { margin:0; color:var(--ink-soft); font-size:0.96rem; } section.band.teal .card p { color:#b6ccce; }
@media (max-width:800px){ .cards{grid-template-columns:1fr;} }

.sample { background:var(--card); border:1px solid var(--line); border-radius:16px; overflow:hidden; box-shadow:0 20px 42px -28px var(--shadow); }
.sample-head { background:var(--teal); color:var(--cream); padding:15px 20px; font-family:'Bitter',serif; }
.sample-row { display:flex; justify-content:space-between; align-items:center; padding:12px 20px; border-bottom:1px solid var(--cream-2); }
.sample-row:last-child { border-bottom:0; }
.sample-row .sc { font-weight:700; } .sample-row .sc small { display:block; color:var(--ink-faint); font-weight:400; font-size:0.82rem; }
.pill { font-size:0.78rem; font-weight:800; padding:4px 10px; border-radius:20px; white-space:nowrap; }
.p-out { background:#e2f0e8; color:var(--good); } .p-good { background:#e2f0e8; color:var(--good); }
.p-ri { background:#f6ecd6; color:var(--warn); } .p-inad { background:#fbe4e0; color:var(--bad); }

.article { max-width:720px; }
.article h2 { font-size:1.6rem; margin:32px 0 10px; } .article h3 { font-size:1.2rem; margin:24px 0 6px; }
.article p, .article li { color:var(--ink-soft); } .article ul { padding-left:1.2rem; }
.article a { text-decoration:underline; text-decoration-color:var(--coral); text-underline-offset:3px; }
.faq-q { font-family:'Bitter',serif; font-weight:600; font-size:1.2rem; color:var(--teal); margin:26px 0 6px; }
.callout { background:var(--cream-2); border:1px solid var(--line); border-left:4px solid var(--coral); border-radius:12px; padding:16px 20px; margin:20px 0; }
.callout p { margin:0; color:var(--ink); }

.footer { background:var(--teal); color:#a6bcbe; padding:50px 0 30px; }
.footer .wrap { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:30px; }
@media (max-width:700px){ .footer .wrap{grid-template-columns:1fr; gap:24px;} .footer{padding:40px 0 26px;} }
.footer h4 { font-weight:800; font-size:0.72rem; letter-spacing:0.1em; text-transform:uppercase; color:#f0b3a4; margin:0 0 12px; }
.footer a { display:block; color:#a6bcbe; padding:3px 0; } .footer a:hover { color:var(--cream); }
.foot-brand { font-family:'Bitter',serif; font-weight:600; font-size:1.25rem; color:var(--cream); }
.foot-bottom { grid-column:1/-1; border-top:1px solid #2d7585; margin-top:22px; padding-top:18px; font-size:0.83rem; color:#7ea0a2; }
