/* ==========================================================================
   WAYANAD KIDATHON — design system
   Translated from the 2026_v2 print system (poster + A5 brochure).
   Palette and type verified against the shipped artwork, not the older
   spec files (which still say Anton / Barlow — that direction was rejected).
   ========================================================================== */

/* ---- fonts: self-hosted, so no third party sees a visitor's IP ---------- */
@font-face{font-family:'Archivo Black';src:url('fonts/archivo-black-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Archivo';src:url('fonts/archivo-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Archivo';src:url('fonts/archivo-500.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Archivo';src:url('fonts/archivo-600.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Archivo';src:url('fonts/archivo-700.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Archivo';src:url('fonts/archivo-900.woff2') format('woff2');font-weight:900;font-style:normal;font-display:swap}

:root{
  /* brand */
  --teal:#0B6E5F;
  --teal-deep:#064A3F;
  --orange:#F4671F;
  --yellow:#FFC220;
  --navy:#0A1A2B;
  --cream:#FFFDF7;
  --white:#fff;

  /* derived */
  --ink:var(--navy);
  --ink-soft:#5a6672;
  --ink-faint:#8b949d;
  --rule:#e7e3da;
  --rule-strong:#d5cfc2;
  --field:#fff;
  --shadow:0 1px 2px rgba(10,26,43,.05),0 8px 24px -12px rgba(10,26,43,.16);
  --shadow-lift:0 2px 4px rgba(10,26,43,.06),0 18px 40px -18px rgba(10,26,43,.28);

  /* lane device */
  --lane-800m:var(--yellow);
  --lane-2km:var(--orange);
  --lane-4km:var(--cream);
  --lane-finish:rgba(255,253,247,.55);

  /* type */
  --display:'Archivo Black',system-ui,-apple-system,'Segoe UI',sans-serif;
  --body:'Archivo',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;

  /* rhythm */
  --wrap:1120px;
  --wrap-narrow:720px;
  --gut:clamp(20px,5vw,48px);
  --section:clamp(56px,9vw,104px);
  --r-sm:10px; --r-md:16px; --r-lg:22px; --r-pill:999px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

body{
  margin:0;background:var(--cream);color:var(--ink);
  font-family:var(--body);font-size:17px;line-height:1.6;font-weight:400;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img,svg,video{max-width:100%;height:auto;display:block}
a{color:var(--teal);text-underline-offset:.18em;text-decoration-thickness:.08em}
a:hover{color:var(--teal-deep)}
:focus-visible{outline:3px solid var(--orange);outline-offset:3px;border-radius:4px}

/* ---- type scale --------------------------------------------------------- */
.d1,.d2,.d3,h1,h2,h3{font-family:var(--display);font-weight:400;line-height:.98;
  letter-spacing:-.015em;text-transform:uppercase;margin:0}
.d1{font-size:clamp(2.6rem,8.2vw,5.4rem)}
.d2{font-size:clamp(2rem,5.4vw,3.5rem);line-height:1.02}
.d3{font-size:clamp(1.4rem,3.2vw,2.1rem);line-height:1.06}
h1{font-size:clamp(2.2rem,6vw,4rem)}
h2{font-size:clamp(1.9rem,5vw,3.2rem);line-height:1.02}
h3{font-size:clamp(1.15rem,2.4vw,1.5rem);letter-spacing:-.005em}

.eyebrow{font-family:var(--body);font-weight:700;font-size:.78rem;letter-spacing:.22em;
  text-transform:uppercase;color:var(--orange);margin:0 0 .9rem}
.eyebrow--muted{color:var(--ink-faint)}
.lede{font-size:clamp(1.05rem,2.1vw,1.28rem);line-height:1.55;color:var(--ink-soft);max-width:56ch}
.small{font-size:.9rem}
.tiny{font-size:.8rem;color:var(--ink-soft)}
.caps{font-weight:700;letter-spacing:.16em;text-transform:uppercase;font-size:.76rem}
.num{font-family:var(--display);font-variant-numeric:tabular-nums}
.rupee{font-family:'Archivo',sans-serif;font-weight:900;font-size:.72em;vertical-align:.04em;margin-right:.02em}

/* ---- layout ------------------------------------------------------------- */
.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gut)}
.wrap--narrow{max-width:var(--wrap-narrow)}
.section{padding-block:var(--section)}
.section--tight{padding-block:clamp(38px,6vw,64px)}
.section--cream{background:var(--cream)}
.section--white{background:var(--white)}
.stack>*+*{margin-top:1rem}
.grid{display:grid;gap:clamp(14px,2.2vw,22px)}
@media (min-width:720px){.grid--2{grid-template-columns:1fr 1fr}.grid--3{grid-template-columns:repeat(3,1fr)}}
.center{text-align:center}
.hide{display:none!important}

/* ---- header ------------------------------------------------------------- */
.site-head{position:sticky;top:0;z-index:60;background:rgba(255,253,247,.92);
  backdrop-filter:saturate(1.4) blur(12px);border-bottom:1px solid var(--rule)}
.site-head__in{display:flex;align-items:center;gap:clamp(12px,2.5vw,26px);
  min-height:66px;padding-block:9px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;flex:0 0 auto}
.brand__logo{height:38px;width:auto}
.brand__fallback{font-family:var(--display);font-size:1.18rem;letter-spacing:-.02em;
  text-transform:uppercase;color:var(--teal);line-height:1;white-space:nowrap}
.brand__fallback span{color:var(--orange);display:block;font-size:.5em;letter-spacing:.2em;margin-bottom:2px}
.head-spacer{flex:1 1 auto}
.head-nav{display:none;gap:clamp(14px,2vw,24px)}
@media (min-width:900px){.head-nav{display:flex}}
.head-nav a{color:var(--ink);text-decoration:none;font-weight:600;font-size:.94rem}
.head-nav a:hover{color:var(--teal)}

/* presented-by lockup: Title sponsor at 50% of the Kidathon logo height */
.presented{display:none;align-items:center;gap:9px;padding-left:clamp(12px,2vw,20px);
  border-left:1px solid var(--rule)}
@media (min-width:640px){.presented{display:flex}}
.presented__label{font-size:.6rem;font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;color:var(--ink-faint);line-height:1.25;max-width:5.2em}
.presented__logo{height:19px;width:auto}

/* ---- buttons ------------------------------------------------------------ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6em;
  font-family:var(--body);font-weight:700;font-size:1.02rem;letter-spacing:.01em;
  padding:1rem 1.7rem;min-height:54px;border-radius:var(--r-pill);border:2px solid transparent;
  text-decoration:none;cursor:pointer;transition:transform .12s ease,box-shadow .16s ease,background .16s ease;
  -webkit-tap-highlight-color:transparent}
.btn:active{transform:translateY(1px)}
.btn--primary{background:var(--orange);color:#fff;box-shadow:0 10px 24px -12px rgba(244,103,31,.9)}
.btn--primary:hover{background:#e35a13;color:#fff}
.btn--ghost{background:transparent;color:var(--teal);border-color:var(--rule-strong)}
.btn--ghost:hover{border-color:var(--teal);color:var(--teal-deep)}
.btn--onDark{background:var(--yellow);color:var(--navy)}
.btn--onDark:hover{background:#ffcf47;color:var(--navy)}
.btn--wide{width:100%}
.btn--lg{font-size:1.1rem;padding:1.15rem 2.1rem;min-height:60px}
.btn[disabled]{opacity:.45;pointer-events:none}
/* An unavailable CTA should read as information, not as a broken button. */
.btn[aria-disabled=true]{pointer-events:none;background:transparent;box-shadow:none;
  font-weight:600;letter-spacing:.01em}
.btn--primary[aria-disabled=true]{color:var(--orange);border-color:rgba(244,103,31,.42)}
.btn--onDark[aria-disabled=true]{color:var(--yellow);border-color:rgba(255,194,32,.45)}
.site-head .btn{white-space:nowrap;font-size:.94rem;padding:.7rem 1.15rem;min-height:46px}

/* ---- hero --------------------------------------------------------------- */
.hero{position:relative;background:linear-gradient(158deg,var(--teal-deep) 0%,var(--teal) 62%,#0a7a68 100%);
  color:var(--cream);overflow:hidden;isolation:isolate}
.hero__in{position:relative;z-index:2;padding-block:clamp(40px,7vw,74px) clamp(0px,2vw,10px)}
.hero .eyebrow{color:var(--yellow)}
.hero__org{display:flex;align-items:center;gap:12px;margin-bottom:clamp(24px,5vw,44px)}
.hero__crest{height:44px;width:auto;flex:0 0 auto}
.hero__orgtext{font-size:.82rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;line-height:1.35}
.hero__orgtext em{display:block;font-style:normal;font-weight:500;color:rgba(255,253,247,.62);font-size:.9em;letter-spacing:.2em}
.hero__title{color:var(--cream)}
/* the year pill — the dated lockup, so it still reads right when the line wraps */
.hero__title .yr{display:inline-block;background:var(--cream);color:var(--teal-deep);
  border-radius:var(--r-pill);padding:.06em .34em .1em;line-height:1;
  font-size:.62em;letter-spacing:.04em;vertical-align:.16em;margin-left:.12em}
.hero__tag{margin-top:clamp(18px,3vw,30px);font-family:var(--display);
  font-size:clamp(1.8rem,5.6vw,3.6rem);line-height:.98;text-transform:uppercase;letter-spacing:-.02em}
.hero__tag span{color:var(--yellow);display:block}
.hero__meta{margin-top:clamp(22px,4vw,36px);display:flex;flex-wrap:wrap;gap:clamp(14px,3vw,34px);align-items:flex-end}
.hero__cta{margin-top:clamp(26px,4vw,38px);display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.hero__lanes{position:relative;z-index:1;margin-top:clamp(26px,5vw,44px);opacity:.98}
.hero__lanes .lanes{width:100%;height:auto}
/* on a wide screen the arcs would otherwise swallow the fold */
@media (min-width:900px){
  .hero__lanes{display:flex;justify-content:center}
  .hero__lanes .lanes{width:auto;height:clamp(180px,22vh,250px)}
}
.lanes-caption{font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;
  color:rgba(255,253,247,.5);text-align:center;padding-bottom:clamp(18px,3vw,26px)}
.hero__strip{background:var(--cream);color:var(--navy);border-top:0}
.hero__strip .wrap{display:flex;flex-wrap:wrap;gap:clamp(14px,4vw,40px);
  align-items:center;justify-content:space-between;padding-block:clamp(22px,3.4vw,30px)}
.hero__strip .wrap>*{text-align:left}
.strip-right{max-width:22ch}
@media (min-width:640px){.hero__strip .wrap .strip-right{text-align:right;max-width:none}}
.datebig{font-family:var(--display);font-size:clamp(1.7rem,4.6vw,2.9rem);line-height:.98;text-transform:uppercase}
.datebig em{font-style:normal;color:var(--orange)}

/* animated lane draw-in */
@media (prefers-reduced-motion:no-preference){
  .lanes .lane{stroke-dasharray:var(--len,1400);stroke-dashoffset:var(--len,1400);
    animation:draw 1.5s cubic-bezier(.22,.9,.25,1) forwards}
  .lane--outer{animation-delay:.15s}.lane--mid{animation-delay:.45s}.lane--inner{animation-delay:.7s}
  @keyframes draw{to{stroke-dashoffset:0}}
}

/* ---- distance / race cards ---------------------------------------------- */
.race{position:relative;background:var(--white);border:1px solid var(--rule);
  border-radius:var(--r-lg);padding:clamp(20px,3vw,28px) clamp(20px,3vw,30px);
  padding-left:clamp(26px,3.4vw,38px);box-shadow:var(--shadow);overflow:hidden}
.race::before{content:"";position:absolute;left:0;top:0;bottom:0;width:9px;background:var(--spine,var(--teal))}
.race--800{--spine:var(--yellow)}
.race--2k{--spine:var(--orange)}
.race--4k{--spine:var(--teal)}
.race__head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem}
.race__dist{font-family:var(--display);font-size:clamp(2.1rem,5.6vw,3rem);line-height:.9;
  color:var(--spine,var(--teal))}
.race__name{font-family:var(--display);font-size:clamp(1.05rem,2.4vw,1.35rem);
  text-transform:uppercase;letter-spacing:.02em}
.race__ages{color:var(--ink-soft);font-size:.95rem;margin-top:.35rem}
.race__route{color:var(--ink-soft);font-size:.95rem;margin-top:.75rem}
/* the naming sponsor lives INSIDE the card — see plan §8.8 */
.race__sponsor{display:flex;align-items:center;gap:9px;margin-top:.85rem;
  padding-top:.85rem;border-top:1px dashed var(--rule)}
.race__sponsor .caps{color:var(--ink-faint);font-size:.66rem;letter-spacing:.18em}
.race__sponsor img{height:22px;width:auto}
.race__sponsor strong{font-weight:700;font-size:.95rem}
.prizes{display:flex;flex-wrap:wrap;gap:8px;margin-top:1.1rem}
.prize{border:1.5px solid var(--orange);border-radius:var(--r-pill);
  padding:.42rem 1rem;font-size:.92rem;font-weight:600;white-space:nowrap}
.prize b{color:var(--orange);font-weight:700}
.race__places{margin-top:1rem;display:flex;align-items:center;gap:10px;font-size:.9rem;font-weight:600}
.dot{width:9px;height:9px;border-radius:50%;background:var(--teal);flex:0 0 auto}
.dot--low{background:var(--orange)}
.dot--full{background:var(--ink-faint)}
.race.is-full{opacity:.72}
.race.is-full::before{background:var(--ink-faint)}

/* ---- money block -------------------------------------------------------- */
.moneyblock{background:var(--navy);color:var(--cream);border-radius:var(--r-lg);
  padding:clamp(22px,3.6vw,34px);display:flex;flex-wrap:wrap;gap:1rem 2rem;
  align-items:center;justify-content:space-between}
.moneyblock .caps{color:var(--yellow)}
.moneyblock__amt{font-family:var(--display);font-size:clamp(2.2rem,7vw,4rem);line-height:.9}
.moneyblock p{margin:.3rem 0 0;color:rgba(255,253,247,.72);font-size:.95rem}

/* ---- steps -------------------------------------------------------------- */
.steps{list-style:none;margin:0;padding:0;display:grid;gap:clamp(16px,2.6vw,24px)}
.step{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start}
.step__n{width:38px;height:38px;border-radius:50%;background:var(--orange);color:#fff;
  display:grid;place-items:center;font-family:var(--display);font-size:1.05rem;line-height:1}
.step h3{font-size:1.05rem;margin-bottom:.2rem}
.step p{margin:0;color:var(--ink-soft);font-size:.98rem}

/* ---- price cards -------------------------------------------------------- */
.prices{display:grid;gap:clamp(14px,2.4vw,20px)}
@media (min-width:640px){.prices{grid-template-columns:1fr 1fr}}
.price{background:var(--white);border:1px solid var(--rule);border-radius:var(--r-lg);
  padding:clamp(22px,3.4vw,30px);text-align:center;position:relative}
.price--live{border-color:var(--orange);box-shadow:0 0 0 3px rgba(244,103,31,.1)}
.price__tag{position:absolute;top:-11px;left:50%;transform:translateX(-50%);
  background:var(--orange);color:#fff;font-size:.66rem;font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;padding:.3rem .8rem;border-radius:var(--r-pill);white-space:nowrap}
.price__amt{font-family:var(--display);font-size:clamp(2.6rem,7vw,3.6rem);line-height:1;margin:.5rem 0 .3rem}
.price--early .price__amt{color:var(--orange)}
.price--regular .price__amt{color:var(--teal)}
.price__when{color:var(--ink-soft);font-size:.95rem}
.price.is-past{opacity:.5}

/* ---- includes list ------------------------------------------------------ */
.includes{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}
@media (min-width:560px){.includes{grid-template-columns:1fr 1fr}}
.includes li{display:flex;align-items:flex-start;gap:.7rem;font-weight:600}
.includes li::before{content:"";width:10px;height:10px;border-radius:50%;
  background:var(--orange);flex:0 0 auto;margin-top:.5rem}

/* ---- panels, notes ------------------------------------------------------ */
.panel{background:var(--white);border:1px solid var(--rule);border-radius:var(--r-lg);
  padding:clamp(20px,3vw,30px);box-shadow:var(--shadow)}
.panel--flat{box-shadow:none}
.note{background:#fff8f2;border:1px solid #f7d9c4;border-radius:var(--r-md);
  padding:1rem 1.1rem;font-size:.95rem}
.note--teal{background:#f0f7f5;border-color:#c9e3dd}
.note--warn{background:#fff6e8;border-color:#f2ddb4}
.note strong{color:var(--ink)}

/* ---- forms -------------------------------------------------------------- */
.field{margin-bottom:1.25rem}
.field>label,.legend{display:block;font-weight:700;font-size:.95rem;margin-bottom:.4rem}
.hint{display:block;font-weight:400;color:var(--ink-soft);font-size:.87rem;margin-top:.25rem}
.input,select.input,textarea.input{
  width:100%;font-family:var(--body);font-size:16px;/* 16px stops iOS zooming */
  line-height:1.4;padding:.9rem 1rem;min-height:52px;color:var(--ink);background:var(--field);
  border:1.5px solid var(--rule-strong);border-radius:var(--r-md);appearance:none}
.input:focus{border-color:var(--teal);outline:3px solid rgba(11,110,95,.18);outline-offset:0}
select.input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%230A1A2B' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.6rem}
.input[aria-invalid=true]{border-color:#c62828;background:#fff7f7}
.err{color:#c62828;font-size:.87rem;font-weight:600;margin-top:.35rem;display:none}
.err.is-on{display:block}

.choice{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.choice input{position:absolute;opacity:0;pointer-events:none}
.choice label{display:flex;align-items:center;justify-content:center;gap:.5rem;
  min-height:54px;padding:.8rem 1rem;border:1.5px solid var(--rule-strong);border-radius:var(--r-md);
  background:#fff;font-weight:700;cursor:pointer;text-align:center}
.choice input:checked+label{border-color:var(--teal);background:#f0f7f5;
  box-shadow:inset 0 0 0 1.5px var(--teal);color:var(--teal-deep)}
.choice input:focus-visible+label{outline:3px solid var(--orange);outline-offset:2px}

.check{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;
  padding:.9rem 0;border-top:1px solid var(--rule)}
.check:first-of-type{border-top:0}
.check input{width:24px;height:24px;margin:2px 0 0;accent-color:var(--teal);flex:0 0 auto}
.check label{font-size:.97rem;line-height:1.5;font-weight:500}

.filebox{border:1.5px dashed var(--rule-strong);border-radius:var(--r-md);
  padding:1.1rem;text-align:center;background:#fff}
.filebox.is-set{border-style:solid;border-color:var(--teal);background:#f0f7f5}
.filebox input[type=file]{display:block;width:100%;font-size:15px;margin-top:.6rem}
.filebox__state{font-weight:700;color:var(--teal-deep);font-size:.95rem}

/* progress */
.steps-bar{display:flex;gap:6px;margin-bottom:1.6rem}
.steps-bar span{flex:1;height:5px;border-radius:99px;background:var(--rule)}
.steps-bar span.is-done{background:var(--teal)}
.steps-bar span.is-now{background:var(--orange)}
.formstep{display:none}
.formstep.is-on{display:block;animation:fade .22s ease}
@keyframes fade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
.formnav{display:flex;gap:10px;margin-top:1.6rem}
.formnav .btn{flex:1}

/* category callout, live from DOB */
.callout{margin-top:.8rem;padding:1rem 1.1rem;border-radius:var(--r-md);
  background:#f0f7f5;border:1px solid #c9e3dd;display:none}
.callout.is-on{display:block}
.callout.is-bad{background:#fff7f7;border-color:#f0c9c9}
.callout__race{font-family:var(--display);font-size:1.25rem;text-transform:uppercase;color:var(--teal-deep)}
.callout.is-bad .callout__race{color:#c62828}

/* review */
.review{border:1px solid var(--rule);border-radius:var(--r-md);overflow:hidden;background:#fff}
.review div{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 1rem;
  border-top:1px solid var(--rule);font-size:.95rem}
.review div:first-child{border-top:0}
.review dt,.review span:first-child{color:var(--ink-soft)}
.review b{text-align:right;font-weight:700}
/* on a phone a long value squeezes the label onto two lines - stack instead */
@media (max-width:460px){
  .review div{flex-direction:column;gap:.15rem}
  .review b{text-align:left}
}

/* ---- status page -------------------------------------------------------- */
.chest{background:var(--teal-deep);color:var(--cream);border-radius:var(--r-lg);
  padding:clamp(26px,5vw,44px);text-align:center}
.chest__n{font-family:var(--display);font-size:clamp(4rem,17vw,8rem);line-height:.9;
  color:var(--yellow);font-variant-numeric:tabular-nums;letter-spacing:.02em}
.chest .caps{color:rgba(255,253,247,.6)}
.statusline{display:inline-flex;align-items:center;gap:.6rem;font-weight:700;
  padding:.5rem 1rem;border-radius:var(--r-pill);font-size:.9rem}
.statusline--wait{background:#fff6e8;color:#8a5a12}
.statusline--ok{background:#eaf6f2;color:var(--teal-deep)}
.statusline--bad{background:#fdeaea;color:#a52020}

/* ---- FAQ ---------------------------------------------------------------- */
.faq details{border-top:1px solid var(--rule);padding:1.05rem 0}
.faq details:last-child{border-bottom:1px solid var(--rule)}
.faq summary{font-weight:700;cursor:pointer;list-style:none;display:flex;
  justify-content:space-between;gap:1rem;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-family:var(--display);color:var(--orange);font-size:1.3rem;line-height:1}
.faq details[open] summary::after{content:"–"}
.faq p{margin:.7rem 0 0;color:var(--ink-soft)}

/* ---- sponsors: ONE band, not a grid. Heights step 65% per tier row ------ */
.partners{border-top:1px solid var(--rule);background:var(--cream)}
.tierrow{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;
  gap:clamp(20px,4vw,52px);margin-bottom:clamp(18px,3vw,30px)}
.tierrow img{width:auto;object-fit:contain}
.tier-title img{height:64px}
.tier-co img{height:42px}
.tier-platinum img{height:27px}
.tier-gold img{height:18px}
.tier-silver img{height:12px}
.tierlabel{width:100%;text-align:center;font-size:.66rem;font-weight:700;
  letter-spacing:.2em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:.9rem}

/* ---- footer ------------------------------------------------------------- */
.site-foot{background:var(--navy);color:rgba(255,253,247,.74);padding-block:clamp(40px,6vw,64px)}
.site-foot a{color:var(--cream)}
.site-foot h4{font-family:var(--display);text-transform:uppercase;color:var(--cream);
  font-size:.95rem;letter-spacing:.06em;margin:0 0 .7rem}
.foot-grid{display:grid;gap:clamp(24px,4vw,40px)}
@media (min-width:760px){.foot-grid{grid-template-columns:1.4fr 1fr 1fr}}
.foot-bottom{margin-top:clamp(28px,4vw,44px);padding-top:1.4rem;
  border-top:1px solid rgba(255,253,247,.14);display:flex;flex-wrap:wrap;
  gap:.6rem 1.4rem;font-size:.85rem}
.foot-bottom a{text-decoration:none;color:rgba(255,253,247,.74)}
.foot-bottom a:hover{color:var(--cream)}
.helpline{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;color:var(--cream)!important;
  text-decoration:none;font-size:1.05rem}

/* ---- prose (legal pages) ------------------------------------------------ */
.prose{max-width:68ch}
.prose h2{font-size:clamp(1.4rem,3vw,1.9rem);margin:2.4rem 0 .8rem}
.prose h3{font-size:1.1rem;margin:1.8rem 0 .5rem}
.prose p,.prose li{color:var(--ink-soft)}
.prose li{margin-bottom:.45rem}
.prose strong{color:var(--ink)}

/* ---- utility ------------------------------------------------------------ */
.sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip{position:absolute;left:-9999px;top:0;background:var(--orange);color:#fff;
  padding:.8rem 1.2rem;z-index:200;border-radius:0 0 var(--r-sm) 0}
.skip:focus{left:0}
.spin{display:inline-block;width:17px;height:17px;border:2.5px solid rgba(255,255,255,.4);
  border-top-color:#fff;border-radius:50%;animation:sp .7s linear infinite}
@keyframes sp{to{transform:rotate(360deg)}}
