/* ============================================================================
   VENDORED COPY — DO NOT EDIT HERE.
   Source of truth: brand/just-moves-dance/tokens.css (SPEC v1.8.0 §6, WEB-V2-009/010).
   Regenerate this file (copy verbatim) whenever the brand tokens change.
   Site-specific decisions — including the accessible --jmd-energy semantic
   extension required by §6.3 (computed WCAG AA) — live in styles.css, NOT here.
   ============================================================================ */

:root {
  /* Primary — Blush */
  --jmd-blush:          #FBDDE2; /* primary surface / cards */
  --jmd-rose:           #EE9BB0; /* accents, playful fills */
  --jmd-rose-deep:      #E0738F; /* CTAs, key headlines (decorative fill only — see styles.css) */
  --jmd-plum:           #6E4655; /* body & display text */

  /* Warmth — Yellow */
  --jmd-butter:         #FCE2A9; /* soft badge / highlight */
  --jmd-glow:           #F4CD6C; /* subtle drop shadow ONLY — never a fill */
  --jmd-cream:          #FFF6F1; /* page background */

  /* Accent — Purple & Mint */
  --jmd-lavender:       #DBCBEC; /* secondary accent, confetti */
  --jmd-lavender-deep:  #B49AD6; /* script accent, links (decorative fill only — see styles.css) */
  --jmd-mint:           #BFE3D4; /* fresh accent, tags */

  /* Signature glow — soft warm shadow beneath blush cards */
  --jmd-glow-shadow:    0 22px 44px -14px rgba(244, 205, 108, 0.5);

  /* Type */
  --jmd-font-display:   'Quicksand', sans-serif;   /* display / logo / headings */
  --jmd-font-body:      'Nunito', sans-serif;      /* body copy */
  --jmd-font-script:    'Caveat', cursive;         /* sparing handwritten accent */

  /* Radii */
  --jmd-radius-card:    24px;
  --jmd-radius-pill:    999px;
}

/* ============================================================================
   Just Moves Dance — TEC-01 landing v1 site styles
   SPEC v1.8.0 §8 (WEB-V2-*). Loaded AFTER tokens.css so site rules win.
   Every color references a --jmd-* token. No one-off hex except the semantic
   extension defined here with its computed-AA justification.
   ============================================================================ */

/* ---- Self-hosted font faces (replaces Google Fonts round-trip) -------------
   woff2 files in assets/. font-display: swap prevents FOIT;
   size-adjust reduces CLS by matching fallback advance width.
   Values are conservative estimates; tune with font-style-matcher if needed. - */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  size-adjust: 98%;
  src: url(quicksand-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  size-adjust: 98%;
  src: url(quicksand-500.woff2) format('woff2');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  size-adjust: 98%;
  src: url(quicksand-600.woff2) format('woff2');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  size-adjust: 98%;
  src: url(quicksand-700.woff2) format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  size-adjust: 97%;
  src: url(nunito-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  size-adjust: 97%;
  src: url(nunito-500.woff2) format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  size-adjust: 97%;
  src: url(nunito-600.woff2) format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  size-adjust: 97%;
  src: url(nunito-700.woff2) format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  size-adjust: 97%;
  src: url(nunito-800.woff2) format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  size-adjust: 95%;
  src: url(caveat-500.woff2) format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  size-adjust: 95%;
  src: url(caveat-600.woff2) format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  size-adjust: 95%;
  src: url(caveat-700.woff2) format('woff2');
}

/* ---- Semantic extension (SPEC §6.3: "semantic tokens may extend the pack
   later without replacing brand tokens"). Rose-Deep (#E0738F) and Lavender-Deep
   (#B49AD6) fail computed WCAG AA as text (white-on-Rose-Deep 2.99, Rose-Deep-on-
   cream 2.81, white-on-Lavender-Deep 2.46). --jmd-energy is a deeper in-hue
   raspberry that passes AA for CTA fills (white 5.43:1) and accent text on cream
   (5.10:1). Brand tokens above are untouched and remain decorative fills. ------ */
:root {
  --jmd-energy:        #B83D5E; /* CTA fill (white text), eyebrows, accent headlines, links */
  --jmd-energy-deep:   #9E2F4C; /* hover / active */

  /* Spacing scale (0.25rem base) — no off-scale values in this file */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;

  --container: 1120px;
  --focus-ring: 3px solid var(--jmd-energy);
}

/* ---- Reset / base -------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--jmd-cream);
  color: var(--jmd-plum);
  font-family: var(--jmd-font-body);
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.0625rem; /* 17px */
  overflow-x: hidden; /* WEB-V2-012 guard: no horizontal scroll */
}
img, svg { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { font-family: var(--jmd-font-display); color: var(--jmd-plum); margin: 0 0 var(--space-4); }
h1 { font-weight: 700; letter-spacing: -0.01em; line-height: 1.02; }
h2 { font-weight: 700; font-size: clamp(1.75rem, 4vw, 2.5rem); line-height: 1.1; }
h3 { font-weight: 600; font-size: 1.25rem; }
p { margin: 0 0 var(--space-4); }
a { color: var(--jmd-energy); font-weight: 700; text-decoration: underline; text-underline-offset: 0.15em; }
a:hover { color: var(--jmd-energy-deep); }

/* ---- Accessibility helpers ---------------------------------------------- */
.skip-link {
  position: absolute; left: var(--space-3); top: var(--space-2);
  background: var(--jmd-energy); color: #fff; font-family: var(--jmd-font-display);
  font-weight: 700; padding: var(--space-3) var(--space-5);
  border-radius: var(--jmd-radius-pill);
  z-index: 100; transform: translateY(-200%); transition: transform .15s ease;
}
.skip-link:focus { transform: translateY(0); color: #fff; text-decoration: none; }
:focus-visible { outline: var(--focus-ring); outline-offset: 2px; border-radius: 4px; }
.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;
}

/* ---- Layout -------------------------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--space-5); }
section { padding-block: var(--space-16); position: relative; }
.section-head { max-width: 44rem; margin-bottom: var(--space-10); }
.eyebrow {
  font-family: var(--jmd-font-display); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.22em; font-size: 0.8125rem; color: var(--jmd-energy);
  margin: 0 0 var(--space-3);
}
.lede { font-size: 1.125rem; color: var(--jmd-plum); }
.script { font-family: var(--jmd-font-script); color: var(--jmd-energy); font-weight: 600; }

/* ---- Buttons (pill; SPEC §6.8) ------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--space-2);
  font-family: var(--jmd-font-display); font-weight: 700; font-size: 1.0625rem;
  padding: var(--space-4) var(--space-8); border-radius: var(--jmd-radius-pill);
  border: 0; cursor: pointer; text-align: center; text-decoration: none;
  transition: transform .12s ease, background-color .12s ease, box-shadow .12s ease;
  min-height: 48px; /* comfortable touch target */
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--jmd-energy); color: #fff; box-shadow: var(--jmd-glow-shadow); }
.btn--primary:hover { background: var(--jmd-energy-deep); color: #fff; }
.btn--ghost { background: transparent; color: var(--jmd-plum); border: 2px solid var(--jmd-rose); }
.btn--ghost:hover { background: var(--jmd-blush); color: var(--jmd-plum); }
.btn--block { display: flex; width: 100%; }
.btn:disabled,
.btn[aria-busy="true"] {
  opacity: 0.72;
  cursor: not-allowed;
  transform: none;
  pointer-events: none;
  box-shadow: none;
}
.btn--primary:disabled,
.btn--primary[aria-busy="true"] {
  background: var(--jmd-energy);
  color: #fff;
}

/* ---- Tags (SPEC §6.8) ---------------------------------------------------- */
.tag {
  display: inline-block; font-family: var(--jmd-font-display); font-weight: 700;
  font-size: 0.8125rem; padding: var(--space-2) var(--space-4);
  border-radius: var(--jmd-radius-pill); color: var(--jmd-plum);
}
.tag--mint { background: var(--jmd-mint); }
.tag--butter { background: var(--jmd-butter); }
.tag--lavender { background: var(--jmd-lavender); }

/* ---- Cards (blush + glow, SPEC §6.8) ------------------------------------ */
.card {
  background: var(--jmd-blush); border-radius: var(--jmd-radius-card);
  box-shadow: var(--jmd-glow-shadow); padding: var(--space-6);
}
.card--plain { background: #fff; box-shadow: 0 10px 30px -18px rgba(110,70,85,.35); }

/* ---- Header / nav -------------------------------------------------------- */
.site-header { background: var(--jmd-cream); border-bottom: 2px solid var(--jmd-blush); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); padding-block: var(--space-4); }
.brand { display: inline-flex; align-items: baseline; gap: var(--space-2); font-family: var(--jmd-font-display); font-weight: 700; font-size: 1.375rem; color: var(--jmd-plum); }
.brand:hover { color: var(--jmd-plum); text-decoration: none; }
.brand .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--jmd-energy); display: inline-block; }
.nav-toggle {
  display: inline-flex; align-items: center; gap: var(--space-2); background: transparent;
  border: 2px solid var(--jmd-rose); color: var(--jmd-plum); font-family: var(--jmd-font-display);
  font-weight: 700; border-radius: var(--jmd-radius-pill); padding: var(--space-2) var(--space-4);
  cursor: pointer; min-height: 44px;
}
.nav-menu { display: none; }
.nav-menu[data-open="true"] { display: block; }
.nav-list { list-style: none; margin: 0; padding: var(--space-4) 0; display: flex; flex-direction: column; gap: var(--space-2); }
.nav-list a { color: var(--jmd-plum); font-family: var(--jmd-font-display); font-weight: 600; display: block; padding: var(--space-3) var(--space-2); text-decoration: none; }
.nav-list a:hover { color: var(--jmd-energy); text-decoration: none; }
.nav-actions { display: flex; align-items: center; gap: var(--space-4); padding-bottom: var(--space-4); flex-wrap: wrap; }
.lang-switch { font-family: var(--jmd-font-display); font-weight: 700; font-size: 0.9375rem; }
.lang-switch a { color: var(--jmd-plum); text-decoration: none; }
.lang-switch a:hover { text-decoration: underline; }
.lang-switch [aria-current="true"] { color: var(--jmd-energy); text-decoration: underline; }

/* ---- Hero ---------------------------------------------------------------- */
.hero { padding-block: var(--space-12) var(--space-16); }
.hero-grid { display: grid; gap: var(--space-8); align-items: center; }
.hero h1 { font-size: clamp(2.25rem, 8vw, 4rem); }
.hero .lede { font-size: 1.1875rem; max-width: 34rem; }
.hero-cta { display: flex; flex-direction: column; gap: var(--space-3); margin-top: var(--space-6); }
.hero-note { margin-top: var(--space-5); font-size: 0.9375rem; color: var(--jmd-plum); opacity: .85; }
.hero-art {
  position: relative;
  max-width: 640px;
  margin-inline: auto;
  aspect-ratio: 4 / 3;
  width: 100%;
  min-height: 0; /* prevent flex blowout before image loads */
}
.hero-art picture,
.hero-art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}
.hero-art img {
  border-radius: var(--jmd-radius-card);
  box-shadow: var(--jmd-glow-shadow);
}

/* ---- Age-band grid / class finder --------------------------------------- */
.band-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-5); }
.band { display: flex; flex-direction: column; gap: var(--space-3); }
.band .meta { display: flex; flex-wrap: wrap; gap: var(--space-2); align-items: center; }
.band h3 { margin: 0; }
.band .age { font-weight: 800; color: var(--jmd-energy-deep); }
.band p { margin: 0; }
.band-figure { width: 56px; height: 56px; flex: none; }

/* ---- Full class list (dual entry, WEB-V2-002) --------------------------- */
.table-wrap { overflow-x: auto; border-radius: var(--jmd-radius-card); }
table.classes { width: 100%; border-collapse: collapse; background: #fff; min-width: 520px; }
table.classes caption { text-align: left; font-family: var(--jmd-font-display); font-weight: 700; padding: var(--space-4); }
table.classes th, table.classes td { text-align: left; padding: var(--space-3) var(--space-4); border-bottom: 1px solid var(--jmd-blush); vertical-align: top; }
table.classes th[scope="col"] { font-family: var(--jmd-font-display); color: var(--jmd-plum); background: var(--jmd-blush); }
table.classes th[scope="row"] { font-family: var(--jmd-font-display); font-weight: 700; }

/* ---- Simple two-column info layout -------------------------------------- */
.two-col { display: grid; grid-template-columns: 1fr; gap: var(--space-6); }
.stack > * + * { margin-top: var(--space-4); }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { position: relative; padding-left: var(--space-8); margin-bottom: var(--space-3); }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 0.35em; width: 18px; height: 18px;
  border-radius: 50%; background: var(--jmd-mint);
  box-shadow: inset 0 0 0 2px var(--jmd-cream);
}
.note {
  background: var(--jmd-butter); color: var(--jmd-plum); border-radius: var(--jmd-radius-card);
  padding: var(--space-5); font-weight: 600;
}

/* ---- Fall calendar (WEB-V2-003 / TBD-06) --------------------------------- */
.term-card {
  background: var(--jmd-blush);
  border-radius: var(--jmd-radius-card);
  box-shadow: var(--jmd-glow-shadow);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}
.term-card__meta { display: flex; flex-wrap: wrap; gap: var(--space-2); }
.term-card__range {
  margin: 0;
  font-family: var(--jmd-font-display);
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--jmd-plum);
}
.term-card__note {
  margin: 0;
  font-size: 0.9375rem;
  opacity: 0.9;
}
.date-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}
.date-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 4.5rem;
  padding: var(--space-3) var(--space-4);
  border-radius: var(--jmd-radius-pill);
  background: #fff;
  color: var(--jmd-plum);
  font-family: var(--jmd-font-display);
  font-weight: 700;
  line-height: 1.15;
  box-shadow: 0 8px 20px -14px rgba(110, 70, 85, 0.4);
}
.date-chip__dow { font-size: 0.6875rem; letter-spacing: 0.08em; text-transform: uppercase; }
.date-chip__day { font-size: 1rem; }
.date-chip--first { background: var(--jmd-mint); }
.date-chip--last { background: var(--jmd-lavender); }
.date-chip--off {
  background: transparent;
  border: 2px dashed var(--jmd-rose);
  opacity: 0.85;
  box-shadow: none;
  text-decoration: line-through;
  text-decoration-color: var(--jmd-rose-deep);
}
.date-chip--off .date-chip__day { text-decoration: inherit; }

.timetable-wrap { overflow-x: auto; border-radius: var(--jmd-radius-card); }
table.timetable {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 520px;
}
table.timetable th,
table.timetable td {
  text-align: left;
  padding: var(--space-3) var(--space-4);
  border-bottom: 1px solid var(--jmd-blush);
  vertical-align: top;
}
table.timetable th[scope="col"] {
  font-family: var(--jmd-font-display);
  color: var(--jmd-plum);
  background: var(--jmd-blush);
}
table.timetable th[scope="row"] {
  font-family: var(--jmd-font-display);
  font-weight: 700;
  white-space: nowrap;
}
table.timetable .time {
  font-weight: 800;
  color: var(--jmd-energy);
  white-space: nowrap;
}
/* Labeled divider row inside a timetable (e.g. Monday morning → after school). */
table.timetable tr.tt-group td {
  background: var(--jmd-lavender);
  font-family: var(--jmd-font-display);
  font-weight: 700;
  color: var(--jmd-plum);
  text-align: left;
}

/* ---- Fall pricing (WEB-V2-004 / OFR-03) ---------------------------------- */
.price-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-5);
}
.price-card {
  background: var(--jmd-blush);
  border-radius: var(--jmd-radius-card);
  box-shadow: var(--jmd-glow-shadow);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.price-card h3 { margin: 0; }
.price-card .price {
  margin: 0;
  font-family: var(--jmd-font-display);
  font-weight: 700;
  font-size: clamp(2rem, 6vw, 2.5rem);
  color: var(--jmd-energy);
  line-height: 1.1;
}
.price-card .price span {
  font-size: 1rem;
  font-weight: 700;
  color: var(--jmd-plum);
  opacity: 0.85;
}
.price-card .term-total {
  margin: 0;
  font-weight: 800;
  font-size: 1.0625rem;
  color: var(--jmd-plum);
}
.price-card .includes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: var(--space-2);
}
.price-card .includes li {
  position: relative;
  padding-left: var(--space-6);
  font-weight: 600;
}
.price-card .includes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--jmd-mint);
}

/* ---- About -------------------------------------------------------------- */
.about-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-8); align-items: center; }
.portrait {
  position: relative;
  width: min(80vw, 320px);
  margin: 0 auto;
}
.portrait::before {
  content: "";
  position: absolute;
  inset: var(--space-3) calc(var(--space-3) * -1) calc(var(--space-3) * -1) var(--space-3);
  border-radius: var(--jmd-radius-card);
  background: var(--jmd-lavender);
  box-shadow: var(--jmd-glow-shadow);
}
.portrait picture,
.portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
}
.portrait picture { position: relative; }
.portrait img {
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--jmd-radius-card);
}
.portrait figcaption {
  position: relative;
  font-family: var(--jmd-font-display);
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin-top: var(--space-4);
}

/* ---- FAQ (native details/summary) --------------------------------------- */
.faq { display: grid; gap: var(--space-3); }
details.qa { background: #fff; border-radius: var(--jmd-radius-card); box-shadow: 0 10px 30px -18px rgba(110,70,85,.35); overflow: hidden; }
details.qa > summary {
  cursor: pointer; list-style: none; padding: var(--space-5) var(--space-6);
  font-family: var(--jmd-font-display); font-weight: 700; font-size: 1.0625rem;
  display: flex; justify-content: space-between; align-items: center; gap: var(--space-4);
}
details.qa > summary::-webkit-details-marker { display: none; }
details.qa > summary::after { content: "+"; font-size: 1.5rem; color: var(--jmd-energy); line-height: 1; }
details.qa[open] > summary::after { content: "\2013"; }
details.qa .qa-body { padding: 0 var(--space-6) var(--space-6); }
details.qa .qa-body p:last-child { margin-bottom: 0; }

/* ---- Trial form (WEB-V2-017) -------------------------------------------- */
.form-card { max-width: 40rem; }
.preview-flag {
  display: inline-block; background: var(--jmd-lavender); color: var(--jmd-plum);
  font-family: var(--jmd-font-display); font-weight: 700; font-size: 0.8125rem;
  padding: var(--space-1) var(--space-3); border-radius: var(--jmd-radius-pill); margin-bottom: var(--space-4);
}
.field { margin-bottom: var(--space-5); }
.field label { display: block; font-family: var(--jmd-font-display); font-weight: 700; margin-bottom: var(--space-2); }
.field .req { color: var(--jmd-energy); }
.field .hint { font-size: 0.875rem; font-weight: 500; opacity: .8; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--jmd-font-body); font-size: 1rem; color: var(--jmd-plum);
  background: #fff; border: 2px solid var(--jmd-rose); border-radius: 14px;
  padding: var(--space-3) var(--space-4); min-height: 48px;
}
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { border-color: var(--jmd-energy); }
.field--error input, .field--error select { border-color: var(--jmd-energy); background: #fff5f7; }
.field-error { color: var(--jmd-energy); font-weight: 700; font-size: 0.875rem; margin-top: var(--space-2); display: none; }
.field-error::before { content: "\26A0  "; } /* warning sign — not color alone */
.field--error .field-error { display: block; }
.consent { display: flex; gap: var(--space-3); align-items: flex-start; }
.consent input { width: auto; min-height: auto; margin-top: 0.3em; }
.form-status { margin-top: var(--space-5); }
.form-status:empty { margin: 0; }
.status-ok { background: var(--jmd-mint); color: var(--jmd-plum); padding: var(--space-5); border-radius: var(--jmd-radius-card); font-weight: 600; }
.status-err { background: #fde8e8; color: var(--jmd-plum); padding: var(--space-5); border-radius: var(--jmd-radius-card); font-weight: 600; }

/* ---- Footer -------------------------------------------------------------- */
.site-footer { background: var(--jmd-blush); padding-block: var(--space-12); margin-top: var(--space-8); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-8); }
.footer-nav { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--space-2); }
.footer-nav a { color: var(--jmd-plum); font-weight: 600; text-decoration: none; }
.footer-nav a:hover { color: var(--jmd-energy); }
.footer-meta { font-size: 0.875rem; opacity: .85; }
.address { font-style: normal; line-height: 1.6; }

/* ---- Decorative confetti ------------------------------------------------- */
.confetti { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.confetti + * { position: relative; z-index: 1; }

/* ---- Responsive ---------------------------------------------------------- */
@media (min-width: 720px) {
  .band-grid { grid-template-columns: 1fr 1fr; }
  .two-col { grid-template-columns: 1fr 1fr; }
  .price-grid { grid-template-columns: 1fr 1fr; }
  .hero-cta { flex-direction: row; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .about-grid { grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr); }
  .portrait { width: min(100%, 360px); }
  .about-grid .stack { max-width: 42rem; }
}
@media (min-width: 960px) {
  .nav-toggle { display: none; }
  .nav-menu { display: block !important; }
  .nav { flex-wrap: nowrap; }
  .nav-menu { flex: 1; }
  .nav-list { flex-direction: row; align-items: center; justify-content: center; padding: 0; gap: var(--space-5); }
  .nav-actions { padding-bottom: 0; }
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; }
  .hero-art { max-width: none; margin-inline: 0; }
  .band-grid { grid-template-columns: 1fr 1fr; }
  section { padding-block: var(--space-20); }
}

/* ---- Motion preference --------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
