/* ==========================================================================
   Coding School — Tinker Fair & Weekly Enrichment Programmes
   Brand palette + type sampled directly from the Nursery Brochure.
   ========================================================================== */

:root{
  /* Brand — sampled from brochure artwork */
  --purple:        #372461;
  --purple-deep:   #1F1950;
  --purple-soft:   #4A3280;
  --purple-line:   #52407e;
  --yellow:        #FFCB04;
  --yellow-warm:   #FDB913;
  --magenta:       #EC008C;
  --pink:          #E8174A;
  --cream:         #FFF9EC;
  --paper:         #FFFFFF;
  --ink:           #241940;
  --ink-soft:      #5B4E77;

  --on-purple:       #FFFFFF;
  --on-purple-muted: #CFC3E8;

  --radius-sm: 10px;
  --radius:    18px;
  --radius-lg: 28px;

  --shell: 1180px;
  --gutter: clamp(20px, 5vw, 48px);

  --font: "Figtree", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
          "Helvetica Neue", Arial, sans-serif;

  --ease: cubic-bezier(.22,.7,.28,1);
}

/* ---------- reset ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body,h1,h2,h3,h4,p,ul,ol,figure,blockquote{margin:0}
ul,ol{padding:0;list-style:none}
img,picture,svg{display:block;max-width:100%}
img{height:auto}
button,input,textarea,select{font:inherit;color:inherit}
a{color:inherit}

html{scroll-behavior:smooth;scroll-padding-top:88px}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}
}

body{
  font-family:var(--font);
  background:var(--purple);
  color:var(--ink);
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

/* ---------- helpers ---------- */
.shell{width:min(100% - (var(--gutter) * 2), var(--shell));margin-inline:auto}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip-link{position:absolute;left:-9999px;top:0;z-index:200;background:var(--yellow);
  color:var(--purple);padding:.8rem 1.2rem;border-radius:0 0 var(--radius-sm) 0;font-weight:800}
.skip-link:focus{left:0}

:focus-visible{outline:3px solid var(--yellow);outline-offset:3px;border-radius:6px}
.on-light :focus-visible{outline-color:var(--magenta)}

/* ---------- type ---------- */
h1,h2,h3,h4{line-height:1.08;letter-spacing:-.02em;font-weight:800;text-wrap:balance}
.h-xl{font-size:clamp(2.9rem,9vw,5.6rem);font-weight:900;letter-spacing:-.035em}
.h-lg{font-size:clamp(2rem,4.6vw,3.25rem)}
.h-md{font-size:clamp(1.45rem,2.6vw,2rem)}
.h-sm{font-size:clamp(1.1rem,1.7vw,1.32rem);line-height:1.25}
.lede{font-size:clamp(1.05rem,1.55vw,1.22rem);line-height:1.7}

.eyebrow{
  display:inline-flex;align-items:center;gap:.6rem;
  font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;
  color:var(--yellow);margin-bottom:1rem;
}
.eyebrow::before{content:"";width:26px;height:3px;border-radius:2px;background:var(--yellow)}
.on-light .eyebrow{color:var(--magenta)}
.on-light .eyebrow::before{background:var(--magenta)}

/* dotted rule — signature brochure device */
.dotted{border:0;border-top:3px dotted var(--purple-line);margin:0}
.on-light .dotted{border-top-color:#E3D9F2}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  padding:.95rem 1.7rem;border-radius:999px;border:2px solid transparent;
  font-weight:800;font-size:1rem;text-decoration:none;cursor:pointer;
  transition:transform .22s var(--ease), box-shadow .22s var(--ease),
             background-color .22s var(--ease), color .22s var(--ease);
}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(0)}
.btn-primary{background:var(--yellow);color:var(--purple);box-shadow:0 8px 0 -2px #D9A800}
.btn-primary:hover{background:#FFD733;box-shadow:0 11px 0 -2px #D9A800}
.btn-ghost{background:transparent;color:var(--on-purple);border-color:rgba(255,255,255,.42)}
.btn-ghost:hover{background:rgba(255,255,255,.1);border-color:#fff}
.on-light .btn-ghost{color:var(--purple);border-color:rgba(55,36,97,.3)}
.on-light .btn-ghost:hover{background:rgba(55,36,97,.06);border-color:var(--purple)}
.btn-lg{padding:1.1rem 2.1rem;font-size:1.06rem}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(31,25,80,.72);
  backdrop-filter:saturate(150%) blur(14px);
  -webkit-backdrop-filter:saturate(150%) blur(14px);
  border-bottom:1px solid rgba(255,255,255,.09);
  transition:background-color .3s var(--ease), box-shadow .3s var(--ease);
}
.site-header.is-stuck{background:rgba(31,25,80,.96);box-shadow:0 10px 34px rgba(0,0,0,.3)}
.header-inner{display:flex;align-items:center;gap:1.2rem;min-height:74px}
.brand{display:flex;align-items:center;flex:0 0 auto;text-decoration:none;padding:.3rem 0}
.brand img{height:38px;width:auto}

.nav{margin-left:auto;display:flex;align-items:center;gap:.35rem}
.nav a{
  text-decoration:none;color:var(--on-purple-muted);font-weight:600;font-size:.95rem;
  padding:.55rem .85rem;border-radius:999px;white-space:nowrap;
  transition:color .2s var(--ease),background-color .2s var(--ease);
}
.nav a:hover{color:#fff;background:rgba(255,255,255,.09)}
.nav a.is-active{color:var(--yellow)}
.nav a.btn{font-size:1rem;padding:.95rem 1.7rem;border-radius:999px;color:var(--purple)}
.nav a.btn:hover{background:#FFD733;color:var(--purple)}
.header-cta{margin-left:.5rem}

.nav-toggle{
  display:none;margin-left:auto;width:46px;height:46px;border-radius:12px;
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);
  align-items:center;justify-content:center;cursor:pointer;
}
.nav-toggle span{display:block;width:20px;height:2px;background:#fff;border-radius:2px;position:relative;
  transition:background-color .2s var(--ease)}
.nav-toggle span::before,.nav-toggle span::after{
  content:"";position:absolute;left:0;width:20px;height:2px;background:#fff;border-radius:2px;
  transition:transform .28s var(--ease)}
.nav-toggle span::before{top:-6px}
.nav-toggle span::after{top:6px}
.nav-toggle[aria-expanded="true"] span{background:transparent}
.nav-toggle[aria-expanded="true"] span::before{transform:translateY(6px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span::after{transform:translateY(-6px) rotate(-45deg)}

@media (max-width:960px){
  .nav-toggle{display:flex}
  .nav{
    position:absolute;left:0;right:0;top:100%;
    flex-direction:column;align-items:stretch;gap:.15rem;
    background:var(--purple-deep);
    padding:.8rem var(--gutter) 1.4rem;
    border-bottom:1px solid rgba(255,255,255,.1);
    box-shadow:0 22px 40px rgba(0,0,0,.35);
    display:none;
  }
  .nav.is-open{display:flex}
  .nav a{padding:.85rem .6rem;font-size:1.02rem;border-radius:12px}
  .header-cta{margin:.6rem 0 0}
  .btn.header-cta{width:100%}
}

/* ---------- sections ---------- */
.section{padding:clamp(64px,9vw,116px) 0;position:relative}
.section-head{max-width:62ch;margin-bottom:clamp(2.2rem,4vw,3.4rem)}
.section-head .lede{margin-top:1.1rem}
.on-purple{background:var(--purple);color:var(--on-purple)}
.on-purple .lede{color:var(--on-purple-muted)}
.on-deep{background:var(--purple-deep);color:var(--on-purple)}
.on-deep .lede{color:var(--on-purple-muted)}
.on-light{background:var(--cream);color:var(--ink)}
.on-light .lede{color:var(--ink-soft)}
.on-paper{background:var(--paper);color:var(--ink)}
.on-paper .lede{color:var(--ink-soft)}

/* soft blooms */
.section.on-purple::before,.section.on-deep::before{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
  background:
    radial-gradient(680px 380px at 88% -8%, rgba(236,0,140,.14), transparent 62%),
    radial-gradient(560px 340px at 4% 104%, rgba(255,203,4,.10), transparent 64%);
}
.section > .shell{position:relative;z-index:1}

/* ---------- hero ---------- */
.hero{position:relative;overflow:hidden;background:var(--purple);
  padding:clamp(56px,8vw,96px) 0 clamp(64px,9vw,112px)}
.hero::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(760px 520px at 78% 8%, rgba(236,0,140,.20), transparent 60%),
    radial-gradient(620px 460px at 10% 96%, rgba(74,50,128,.85), transparent 62%);
}
/* yellow arc, echoing the brochure cover */
/* ring centred exactly on the hero's bottom-right corner, so only the
   top-left quarter falls inside the section — the brochure cover device.
   overflow:hidden on .hero crops the rest. */
.hero-arc{
  position:absolute;right:-280px;bottom:-280px;width:560px;height:560px;z-index:0;
  border:66px solid var(--yellow);border-radius:50%;pointer-events:none;
}
.hero-inner{position:relative;z-index:1;display:grid;gap:clamp(2.4rem,5vw,4rem);
  grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);align-items:center}
@media (max-width:940px){.hero-inner{grid-template-columns:1fr}
  .hero-arc{width:420px;height:420px;border-width:54px;right:-210px;bottom:-210px}}
/* below the stacking breakpoint the arc's sweep cuts across the column, so drop it */
@media (max-width:700px){.hero-arc{display:none}}

.hero-badge{
  display:inline-block;background:var(--yellow);color:var(--purple);
  font-weight:800;font-size:clamp(.86rem,1.35vw,1rem);
  padding:.62rem 1.25rem;border-radius:999px;margin-bottom:1.5rem;
}
.hero h1{color:#fff}
.hero h1 .line{display:block;color:var(--yellow);position:relative}
/* magenta mis-registration echo from the cover artwork */
.hero h1 .line::after{
  content:attr(data-text);position:absolute;left:-4px;top:3px;
  color:var(--magenta);opacity:.55;z-index:-1;
}
.hero h1 .sub{
  display:block;color:#fff;font-weight:600;letter-spacing:-.005em;
  font-size:clamp(1.1rem,2.5vw,1.75rem);margin-top:.5rem;line-height:1.25;
}
.hero p.lede{color:var(--on-purple-muted);margin-top:1.5rem;max-width:52ch}
.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}

.hero-facts{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(116px,1fr));
  gap:1.5rem 1.4rem;margin-top:2.6rem;
  padding-top:1.9rem;border-top:3px dotted var(--purple-line);
}
.hero-facts b{display:block;font-size:clamp(1.5rem,2.4vw,1.9rem);color:var(--yellow);
  font-weight:900;line-height:1.05;letter-spacing:-.02em}
.hero-facts span{font-size:.83rem;color:var(--on-purple-muted);font-weight:600;line-height:1.35;display:block}

/* framed photo — magenta offset, as on the brochure cover */
.framed{position:relative;border-radius:var(--radius-lg);isolation:isolate;
  /* ::after is shifted 11px right / 13px down and paints outside the box —
     reserve that space so it can never overlap the next block */
  margin:0 11px 13px 0}
.framed::after{
  content:"";position:absolute;inset:0;border-radius:inherit;z-index:-1;
  background:var(--magenta);transform:translate(11px,13px);
}
.framed img{border-radius:inherit;width:100%;height:auto;object-fit:cover;
  border:4px solid var(--yellow)}
/* paired photos in a grid share one ratio so rows line up */
.grid > .framed img{aspect-ratio:3/2}
.framed.framed-y::after{background:var(--yellow)}
.framed.framed-y img{border-color:var(--magenta)}
.hero-media{position:relative}
.hero-media .framed img{aspect-ratio:16/10}

/* ---------- generic cards ---------- */
.grid{display:grid;gap:clamp(1.1rem,2.2vw,1.7rem)}
.g-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.g-3{grid-template-columns:repeat(auto-fit,minmax(268px,1fr))}
.g-4{grid-template-columns:repeat(auto-fit,minmax(224px,1fr))}

.card{
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius-lg);
  padding:clamp(1.4rem,2.6vw,2rem);
  transition:transform .3s var(--ease),border-color .3s var(--ease),background-color .3s var(--ease);
}
.card:hover{transform:translateY(-4px);border-color:rgba(255,203,4,.5);background:rgba(255,255,255,.085)}
.on-light .card,.on-paper .card{
  background:#fff;border:1px solid #EDE4F7;box-shadow:0 2px 0 rgba(55,36,97,.05);
}
.on-light .card:hover,.on-paper .card:hover{
  border-color:var(--yellow);box-shadow:0 14px 34px rgba(55,36,97,.11)
}
.card h3{margin-bottom:.6rem}
.card p{color:var(--on-purple-muted);font-size:.98rem}
.on-light .card p,.on-paper .card p{color:var(--ink-soft)}

.card-num{
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:14px;margin-bottom:1.1rem;
  background:var(--yellow);color:var(--purple);font-weight:900;font-size:1.1rem;
}
.card-ico{
  display:inline-flex;align-items:center;justify-content:center;
  width:54px;height:54px;border-radius:16px;margin-bottom:1.15rem;
  background:rgba(255,203,4,.16);border:1px solid rgba(255,203,4,.35);
}
.on-light .card-ico,.on-paper .card-ico{background:rgba(255,203,4,.22);border-color:rgba(255,203,4,.6)}
.card-ico svg{width:27px;height:27px;stroke:var(--yellow);fill:none;stroke-width:2;
  stroke-linecap:round;stroke-linejoin:round}
.on-light .card-ico svg,.on-paper .card-ico svg{stroke:var(--purple)}

/* ---------- bullet lists (brochure arrow bullets) ---------- */
.ticks li{position:relative;padding-left:1.85rem;margin-bottom:.72rem;font-size:1rem}
.ticks li::before{
  content:"";position:absolute;left:0;top:.62em;
  border-left:8px solid var(--yellow);
  border-top:5.5px solid transparent;border-bottom:5.5px solid transparent;
}
.on-light .ticks li::before,.on-paper .ticks li::before{border-left-color:var(--magenta)}
.ticks li b{font-weight:800}
.ticks.checks li::before{
  content:"";left:1px;top:.45em;width:14px;height:8px;border:0;
  border-left:3px solid var(--yellow);border-bottom:3px solid var(--yellow);
  transform:rotate(-45deg);
}
.on-light .ticks.checks li::before,.on-paper .ticks.checks li::before{
  border-left-color:var(--magenta);border-bottom-color:var(--magenta)}

/* ---------- split feature rows ---------- */
.split{display:grid;gap:clamp(1.8rem,4vw,3.4rem);align-items:center;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}
.split + .split{margin-top:clamp(2.6rem,5vw,4.4rem);padding-top:clamp(2.6rem,5vw,4.4rem);
  border-top:3px dotted var(--purple-line)}
.on-light .split + .split,.on-paper .split + .split{border-top-color:#E3D9F2}
.split.reverse .split-media{order:-1}
@media (max-width:720px){.split.reverse .split-media{order:0}}
.split-media img{aspect-ratio:4/3}
.split-media.wide img{aspect-ratio:16/9}
.tagline{
  display:inline-block;font-weight:800;color:var(--magenta);
  font-size:.95rem;letter-spacing:.02em;margin-bottom:.35rem;
}
.on-purple .tagline,.on-deep .tagline{color:var(--yellow)}
.split-body > p{margin-bottom:1rem}
.split-body > p:last-child{margin-bottom:0}

/* skills chip row */
.skills{margin-top:1.4rem;padding-top:1.2rem;border-top:3px dotted var(--purple-line)}
.on-light .skills,.on-paper .skills{border-top-color:#E3D9F2}
.skills strong{display:block;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--yellow);margin-bottom:.7rem}
.on-light .skills strong,.on-paper .skills strong{color:var(--magenta)}
.chips{display:flex;flex-wrap:wrap;gap:.45rem}
.chips li{
  font-size:.84rem;font-weight:700;padding:.36rem .8rem;border-radius:999px;
  background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);
}
.on-light .chips li,.on-paper .chips li{background:#F4EDFC;border-color:#E3D9F2;color:var(--purple)}

/* ---------- sequence strip ---------- */
.sequence{
  display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));
  margin:0 0 clamp(2.6rem,5vw,3.6rem);
}
@media (max-width:720px){.sequence{grid-template-columns:1fr}}
.sequence li{
  position:relative;padding:1.25rem 1.4rem;border-radius:var(--radius);
  background:rgba(255,203,4,.1);border:1px solid rgba(255,203,4,.3);
}
.sequence li span{display:block;font-size:.74rem;font-weight:800;letter-spacing:.14em;
  text-transform:uppercase;color:var(--yellow);margin-bottom:.3rem}
.on-light .sequence li,.on-paper .sequence li{
  background:#FFF6D6;border-color:#F3D96B}
.on-light .sequence li span,.on-paper .sequence li span{color:#A8720B}
.sequence li b{font-size:1.06rem;font-weight:800}

/* ---------- specialties ---------- */
.spec{
  display:flex;gap:1rem;padding:1.3rem;border-radius:var(--radius);
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);
  transition:transform .28s var(--ease),border-color .28s var(--ease);
}
.spec:hover{transform:translateY(-3px);border-color:rgba(255,203,4,.5)}
.spec-mark{
  flex:0 0 auto;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;
  background:var(--yellow);color:var(--purple);
}
.spec-mark svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:2.4;
  stroke-linecap:round;stroke-linejoin:round}
.spec h3{font-size:1.02rem;margin-bottom:.25rem}
.spec p{font-size:.93rem;color:var(--on-purple-muted);line-height:1.55}

/* ---------- benefits ---------- */
.benefit-card{
  border-radius:var(--radius-lg);padding:clamp(1.5rem,2.8vw,2.2rem);
  background:#fff;border:1px solid #EDE4F7;
}
.benefit-card.is-accent{background:var(--purple);border-color:var(--purple);color:#fff}
.benefit-card.is-accent .ticks li::before{border-left-color:var(--yellow)}
.benefit-card.is-accent .ticks.checks li::before{
  border-left-color:var(--yellow);border-bottom-color:var(--yellow)}
.benefit-card h3{margin-bottom:1.1rem}
.benefit-card .sub-h{
  font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  color:var(--magenta);margin:1.5rem 0 .7rem;
}
.benefit-card.is-accent .sub-h{color:var(--yellow)}
.benefit-card .sub-h:first-of-type{margin-top:0}

/* ---------- gallery ---------- */
.gallery{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
@media (max-width:560px){.gallery{grid-template-columns:repeat(2,1fr)}}
.gallery button{
  padding:0;border:0;background:none;cursor:pointer;border-radius:var(--radius);
  overflow:hidden;position:relative;line-height:0;
}
.gallery img{aspect-ratio:1;object-fit:cover;width:100%;height:auto;
  transition:transform .5s var(--ease),filter .35s var(--ease)}
.gallery button:hover img{transform:scale(1.06)}
.gallery button::after{
  content:"";position:absolute;inset:0;border-radius:inherit;
  box-shadow:inset 0 0 0 3px transparent;transition:box-shadow .28s var(--ease);
}
.gallery button:hover::after{box-shadow:inset 0 0 0 3px var(--yellow)}

.lightbox{
  position:fixed;inset:0;z-index:200;display:none;
  background:rgba(20,14,48,.94);padding:clamp(16px,4vw,48px);
  align-items:center;justify-content:center;
}
.lightbox.is-open{display:flex}
.lightbox img{max-width:min(1100px,100%);max-height:86vh;width:auto;height:auto;object-fit:contain;border-radius:var(--radius);
  border:4px solid var(--yellow)}
.lightbox-close{
  position:absolute;top:clamp(12px,3vw,28px);right:clamp(12px,3vw,28px);
  width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.3);
  background:rgba(255,255,255,.12);color:#fff;font-size:1.6rem;line-height:1;cursor:pointer;
}
.lightbox-close:hover{background:rgba(255,255,255,.22)}
.lightbox-nav{
  position:absolute;top:50%;transform:translateY(-50%);
  width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.3);
  background:rgba(255,255,255,.12);color:#fff;font-size:1.5rem;cursor:pointer;
}
.lightbox-nav:hover{background:rgba(255,255,255,.22)}
.lightbox-prev{left:clamp(8px,2vw,24px)}
.lightbox-next{right:clamp(8px,2vw,24px)}

/* ---------- CTA + form ---------- */
.cta-grid{display:grid;gap:clamp(1.8rem,4vw,3.2rem);
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start}
.contact-list{margin-top:2rem;display:grid;gap:1.1rem}
.contact-list li{display:flex;gap:.95rem;align-items:flex-start}
.contact-list svg{flex:0 0 auto;width:22px;height:22px;stroke:var(--yellow);fill:none;
  stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin-top:.2rem}
.contact-list span{display:block;font-size:.76rem;letter-spacing:.13em;text-transform:uppercase;
  color:var(--on-purple-muted);font-weight:800;margin-bottom:.1rem}
.contact-list a{font-weight:700;text-decoration:none;border-bottom:2px solid rgba(255,203,4,.45)}
.contact-list a:hover{border-bottom-color:var(--yellow)}

.form-card{
  background:#fff;color:var(--ink);border-radius:var(--radius-lg);
  padding:clamp(1.5rem,3vw,2.3rem);box-shadow:0 22px 60px rgba(0,0,0,.28);
}
.field{margin-bottom:1.05rem}
.field label{display:block;font-weight:700;font-size:.9rem;margin-bottom:.4rem}
.field .req{color:var(--magenta)}
.field input,.field select,.field textarea{
  width:100%;padding:.82rem 1rem;border-radius:12px;border:2px solid #E5DCF2;
  background:#FCFAFF;transition:border-color .2s var(--ease),box-shadow .2s var(--ease);
}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;border-color:var(--purple);box-shadow:0 0 0 4px rgba(55,36,97,.12)}
.field textarea{resize:vertical;min-height:104px}
.field-row{display:grid;gap:1.05rem;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}
.form-note{font-size:.84rem;color:var(--ink-soft);margin-top:.9rem;line-height:1.5}
.form-card .btn{width:100%;margin-top:.4rem}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-status{margin-top:.9rem;font-weight:700;font-size:.93rem;display:none}
.form-status.is-visible{display:block}

/* ---------- footer ---------- */
.site-footer{background:var(--purple-deep);color:var(--on-purple);
  padding:clamp(48px,7vw,76px) 0 2rem}
.footer-top{display:grid;gap:2.4rem;grid-template-columns:1fr;
  padding-bottom:2.4rem;border-bottom:3px dotted var(--purple-line)}
@media (min-width:620px){.footer-top{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.footer-top{grid-template-columns:1.5fr 1fr 1fr 1.3fr}}
.site-footer img.logo{height:44px;width:auto;margin-bottom:1.1rem}
.site-footer p{color:var(--on-purple-muted);font-size:.96rem}
.footer-col h4{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--yellow);margin-bottom:1rem}
.footer-col li{margin-bottom:.6rem}
.footer-col a{text-decoration:none;color:var(--on-purple-muted);font-size:.96rem}
.footer-col a:hover{color:#fff}
.footer-bottom{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;
  align-items:center;padding-top:1.8rem;font-size:.88rem;color:var(--on-purple-muted)}

/* ---------- scroll reveal ---------- */
.reveal{opacity:0;transform:translateY(24px);
  transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}

/* ---------- print ---------- */
@media print{
  .site-header,.hero-actions,.form-card,.lightbox,.nav-toggle{display:none!important}
  body{background:#fff;color:#000}
  .section{padding:18px 0;background:#fff!important;color:#000!important}
}
