/* ============================================================
   DANCESEQUENCES INC. — Main Stylesheet
   Colors: Black · Lavender · Teal
   Fonts: Playfair Display + Inter
   ============================================================ */

:root {
  --black:           #0f0f0f;
  --black-soft:      #1a1a1a;
  --black-card:      #141414;
  --lavender:        #b8a4d8;
  --lavender-mid:    #c9bae6;
  --lavender-light:  #ede8f5;
  --lavender-faint:  #f7f4fc;
  --lavender-dim:    rgba(184, 164, 216, 0.12);
  --teal:            #157575;
  --teal-dark:       #0d5a5a;
  /* Teal is only 3.4:1 on our near-black fields — too low for text. Use this
     lightened teal for teal-coloured *text* on dark backgrounds (5.6:1). */
  --teal-on-dark:    #2a9d9d;
  --teal-light-bg:   rgba(26, 138, 138, 0.08);
  --white:           #ffffff;
  --text-dark:       #1a1a1a;
  --text-muted:      #585d68;
  --lavender-text:   #5c3f9a;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;

  --nav-height:   72px;
  --max-width:    1200px;
  --section-pad:  clamp(5rem, 10vw, 9rem);

  --ease:     cubic-bezier(0.25, 0.1, 0.25, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
}

/* ── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  font-size: 16px;
  /* Keeps a focused or anchored element clear of the fixed nav when the browser
     scrolls it into view (WCAG 2.4.11 Focus Not Obscured). */
  scroll-padding-top: calc(var(--nav-height) + 1rem);
}
body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: inherit; }

/* ── Layout ─────────────────────────────────────────────────── */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
}

/* ── Typography ─────────────────────────────────────────────── */
.section-label {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.75rem;
}
.section-label.on-dark { color: var(--lavender); }

.section-heading {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

/* ── Buttons ─────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s var(--ease);
  white-space: nowrap;
}
.btn-primary {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
}
.btn-primary:hover {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26, 138, 138, 0.35);
}
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-outline:hover {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
  transform: translateY(-2px);
}
.btn-outline-teal {
  background: transparent;
  color: var(--lavender);
  border-color: rgba(184, 164, 216, 0.6);
}
.btn-outline-teal:hover {
  background: var(--lavender);
  color: var(--black);
  border-color: var(--lavender);
  transform: translateY(-2px);
}

/* ── Skip Link ──────────────────────────────────────────────── */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  padding: 0.6rem 1.2rem;
  background: var(--teal);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  z-index: 9999;
  transition: top 0.15s;
}
.skip-link:focus {
  top: 1rem;
  outline: 2px solid var(--white);
  outline-offset: 2px;
}

/* ── Visually Hidden ────────────────────────────────────────── */
/* Off-screen for sighted users, still announced by screen readers. */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── Global Focus Styles ────────────────────────────────────── */
:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
  border-radius: 2px;
}
.nav a:focus-visible,
.nav button:focus-visible {
  outline-color: var(--lavender);
}
.nav-mobile a:focus-visible {
  outline-color: var(--lavender);
}
/* Teal only reaches 2.4:1 on the lavender bands — below the 3:1 that WCAG 1.4.11
   requires of a focus indicator. Black gets 8.5:1 there. */
.cta-banner :focus-visible,
.overview-block :focus-visible {
  outline-color: var(--black);
}

/* ── Scroll Reveal ──────────────────────────────────────────── */
.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s var(--ease-out), transform 0.75s var(--ease-out);
}
body.js .reveal {
  opacity: 0;
  transform: translateY(36px);
}
body.js .reveal--left  { transform: translateX(-72px); }
body.js .reveal--right { transform: translateX(72px); }
body.js .reveal--up    { transform: translateY(64px); }
body.js .reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }
.reveal-d4 { transition-delay: 0.4s; }

/* ── Navigation ─────────────────────────────────────────────── */
/* Dropdown */
.nav-dropdown { position: relative; }

.nav-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  /* Renders as a nav link but is a <button>: it opens a menu, it doesn't navigate. */
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

.nav-chevron {
  flex-shrink: 0;
  transition: transform 0.2s var(--ease);
  margin-top: 1px;
}

.nav-dropdown.open .nav-chevron { transform: rotate(180deg); }

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 210px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s var(--ease), visibility 0.18s;
  pointer-events: none;
  padding-top: 10px;
  z-index: 100;
}

.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: 10px; left: 0; right: 0; bottom: 0;
  background: rgba(15, 15, 15, 0.97);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(184, 164, 216, 0.15);
  z-index: -1;
}

/* No :hover or :focus-within here — .open is the single source of truth, set by
   JS on both click and mouseenter. A CSS-only :hover rule would survive Escape
   while the pointer sat still, which fails WCAG 1.4.13 (dismissible). */
.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav-dropdown-menu li { list-style: none; }

.nav-dropdown-menu a {
  display: block;
  padding: 0.6rem 1.4rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
  transition: color 0.15s, padding-left 0.15s, background 0.15s;
}

.nav-dropdown-menu a:hover {
  color: var(--lavender);
  padding-left: 1.75rem;
  background: rgba(184, 164, 216, 0.06);
}

.nav-dropdown-menu a::after { display: none; }

.nav-mobile-sub {
  padding-left: 2rem !important;
  font-size: 0.88rem !important;
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom-color: rgba(255, 255, 255, 0.03) !important;
}

/* ── Navigation ─────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-height);
  background: var(--black);
  z-index: 1000;
  border-bottom: 1px solid rgba(184, 164, 216, 0.1);
  transition: background 0.3s, box-shadow 0.3s;
}
.nav.scrolled {
  background: rgba(15, 15, 15, 0.96);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.01em;
  transition: color 0.2s;
}
.nav-logo-mark {
  height: 5rem;
  width: auto;
  display: block;
  flex-shrink: 0;
  margin-left: 3.15rem;
}
.nav-logo span { color: var(--lavender); }
.nav-logo:hover { color: var(--lavender-mid); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-links a,
.nav-links .nav-dropdown-trigger {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s;
  position: relative;
}
.nav-links a::after,
.nav-links .nav-dropdown-trigger::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1.5px;
  background: var(--lavender);
  transition: width 0.25s var(--ease);
}
.nav-links a:hover,
.nav-links .nav-dropdown-trigger:hover { color: var(--white); }
.nav-links a:hover::after,
.nav-links a.active::after,
.nav-links .nav-dropdown-trigger:hover::after,
.nav-links .nav-dropdown-trigger.active::after { width: 100%; }
.nav-links a.active,
.nav-links .nav-dropdown-trigger.active { color: var(--lavender); }

.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px; height: 32px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 100%; height: 1.5px;
  background: var(--white);
  transition: all 0.3s;
  transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.nav-mobile {
  display: none;
  position: fixed;
  top: var(--nav-height); left: 0; right: 0;
  background: var(--black);
  border-top: 1px solid rgba(184, 164, 216, 0.12);
  padding: 0.5rem 1.5rem 1.5rem;
  z-index: 999;
  flex-direction: column;
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  display: block;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  letter-spacing: 0.05em;
  transition: color 0.2s, padding-left 0.2s;
}
.nav-mobile a:hover { color: var(--lavender); padding-left: 0.5rem; }

/* ── Footer ─────────────────────────────────────────────────── */
.footer {
  background: var(--black-soft);
  color: rgba(255, 255, 255, 0.55);
  padding: 5rem 0 2.5rem;
  border-top: 1px solid rgba(184, 164, 216, 0.08);
}
.footer-spotlight {
  background: linear-gradient(135deg, var(--teal-dark) 0%, var(--teal) 100%);
  border-radius: 14px;
  padding: 2rem 2.25rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
/* min-width:0 lets these flex items shrink below min-content; break-word stops
   the long "@dancesequencesinc" handle forcing the footer wider than a 320px
   viewport (WCAG 1.4.10). */
.footer-spotlight-text {
  min-width: 0;
  overflow-wrap: break-word;
}
.footer-spotlight-text h3 {
  font-family: var(--font-display);
  color: var(--white);
  font-size: 1.4rem;
  margin: 0 0 0.3rem;
}
.footer-spotlight-text p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-size: 0.95rem;
}
.footer-spotlight-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.footer-spotlight-links a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: var(--white);
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: background 0.2s, transform 0.2s, color 0.2s;
}
.footer-spotlight-links a:hover {
  background: var(--white);
  color: var(--teal-dark);
  transform: translateY(-2px);
}
.footer-spotlight-links svg { width: 18px; height: 18px; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.footer-logo {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  display: block;
  margin-bottom: 0.85rem;
}
.footer-brand p {
  font-size: 0.88rem;
  line-height: 1.65;
  max-width: 280px;
}
.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.25s;
}
.social-link:hover {
  border-color: var(--lavender);
  color: var(--lavender);
  transform: translateY(-3px);
}
.social-link svg { width: 17px; height: 17px; }

.social-link-prominent {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.75rem;
  border: 1px solid rgba(184, 164, 216, 0.4);
  color: var(--lavender);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: all 0.25s;
}
.social-link-prominent svg { width: 19px; height: 19px; }
.social-link-prominent:hover {
  background: var(--lavender);
  border-color: var(--lavender);
  color: var(--black);
  transform: translateY(-3px);
}

.footer-col h3 {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lavender);
  margin-bottom: 1.25rem;
}
.footer-col li { margin-bottom: 0.65rem; }
.footer-col a {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--white); }

.footer-bottom {
  padding-top: 2rem;
  text-align: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer-credit {
  margin-top: 0.4rem;
}
.footer-credit a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-credit a:hover { color: var(--white); }

/* ────────────────────────────────────────────────────────────
   HOME PAGE
   ──────────────────────────────────────────────────────────── */

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  background: var(--black);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: var(--nav-height);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(184, 164, 216, 0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  top: -20%; right: -5%;
  width: 55vw; height: 55vw;
  background: radial-gradient(ellipse, rgba(26, 138, 138, 0.07) 0%, transparent 65%);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  padding: 4rem 0;
}
/* .hero is a flex container, so .container is a flex item and defaults to
   min-width:auto — it would refuse to shrink below the min-content width of
   "EVERYBODY" and push the page wider than the viewport (WCAG 1.4.10). */
.hero > .container { min-width: 0; }

.hero-eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lavender);
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.1s forwards;
}
.hero-headline {
  font-family: var(--font-display);
  color: var(--white);
  line-height: 1;
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease-out) 0.3s forwards;
}
.hero-line-1 {
  display: block;
  font-size: clamp(1.8rem, 4.5vw, 4rem);
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.01em;
  margin-bottom: 0.15em;
}
.hero-line-2 {
  display: block;
  font-size: clamp(4rem, 12vw, 10.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.9;
}
.hero-line-3 {
  display: block;
  font-size: clamp(1.5rem, 3.5vw, 3rem);
  font-weight: 500;
  color: var(--lavender);
  letter-spacing: 0.06em;
  margin-top: 0.4em;
}

.hero-rule {
  width: 100px; height: 2px;
  background: linear-gradient(90deg, var(--lavender), var(--teal));
  margin: 2.5rem 0;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.5s forwards;
}
.hero-tagline {
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2.5rem;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.55s forwards;
}
.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.7s forwards;
}

.hero-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.9s forwards;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 2.5rem; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  /* Static by design: an infinite pulse here would be auto-starting motion with
     no pause control (WCAG 2.2.2), and its opacity keyframes dropped the text
     below 4.5:1 on the way through. */
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.scroll-line {
  width: 1px; height: 36px;
  background: linear-gradient(180deg, transparent, var(--lavender));
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Mission Strip */
.mission-strip {
  background: var(--lavender-light);
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mission-strip::before {
  content: '\201C';
  position: absolute;
  top: -0.25em; left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 22rem; line-height: 1;
  color: rgba(184, 164, 216, 0.1);
  pointer-events: none;
  user-select: none;
}
.mission-quote {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.85rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.55;
  color: var(--text-dark);
  max-width: 800px;
  margin: 0 auto;
  position: relative; z-index: 1;
}
.mission-quote em {
  color: var(--teal);
  font-style: normal;
  font-weight: 600;
}

/* Programs Section */
.programs { padding: var(--section-pad) 0; }
.programs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.program-card {
  border-top: 3px solid var(--teal);
  padding: 2.5rem 2rem 2.5rem;
  background: var(--white);
  border: 1px solid rgba(26, 138, 138, 0.1);
  border-top: 3px solid var(--teal);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
  position: relative;
}
.program-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.09);
}
.program-icon {
  width: 46px; height: 46px;
  color: var(--teal);
  margin-bottom: 1.5rem;
  stroke-width: 1.5;
}
.program-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.program-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.68;
  margin-bottom: 1.75rem;
}
.program-link {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.2s;
}
.program-link:hover { gap: 0.75rem; }

/* Events Section */
.events-section {
  background: var(--black);
  padding: var(--section-pad) 0;
  position: relative;
  overflow: hidden;
}
.events-section::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 40%; height: 1px;
  background: linear-gradient(90deg, var(--teal), transparent);
}
.events-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.events-grid--photo {
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(3rem, 6vw, 5.5rem);
  align-items: center;
}
.events-photo-col {
  position: relative;
}
.events-photo-col::before {
  content: '';
  position: absolute;
  inset: 1.1rem -1.1rem -1.1rem 1.1rem;
  border: 1px solid rgba(184, 164, 216, 0.4);
  z-index: 0;
}
.events-photo-frame {
  position: relative;
  z-index: 1;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 2.5%, 97.5% 100%, 2% 97%);
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.5);
}
.events-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: grayscale(12%) contrast(1.05);
}
.events-photo-badge {
  position: absolute;
  z-index: 2;
  top: -1rem;
  left: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* min-height, not height: user text-spacing overrides (WCAG 1.4.12) grow the
     two lines inside this badge and a fixed height would clip them. */
  width: 4.75rem;
  min-height: 4.75rem;
  padding: 0.25rem;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  transform: rotate(-8deg);
  box-shadow: 0 0.75rem 1.75rem rgba(26, 138, 138, 0.45);
}
.events-content-col { position: relative; z-index: 1; }
.events-footnote {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.75rem;
}
.overline {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lavender);
  margin-bottom: 1rem;
}
.events-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}
.events-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  line-height: 1.72;
}
.dates-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding-top: 0.5rem;
}
.date-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1rem;
  background: rgba(184, 164, 216, 0.1);
  border: 1px solid rgba(184, 164, 216, 0.2);
  color: var(--lavender);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: background 0.2s, border-color 0.2s;
}
.date-chip:hover {
  background: rgba(184, 164, 216, 0.2);
  border-color: var(--lavender);
}

/* Testimonials */
.testimonials-section {
  background: var(--lavender-light);
  padding: var(--section-pad) 0;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3.5rem;
}
.testimonial-card {
  background: var(--white);
  padding: 3rem;
  position: relative;
}
.quote-mark {
  font-family: var(--font-display);
  font-size: 5rem; line-height: 0.65;
  color: var(--lavender);
  display: block;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.testimonial-text {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.65;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
}
.testimonial-author {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
}

/* CTA Banner */
.cta-banner {
  background: var(--lavender);
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  text-align: center;
}
.cta-banner-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.cta-banner p {
  font-size: 1.05rem;
  color: rgba(15, 15, 15, 0.8);
  margin-bottom: 2.5rem;
  max-width: 520px;
  margin-left: auto; margin-right: auto;
  line-height: 1.65;
}

/* ────────────────────────────────────────────────────────────
   ABOUT PAGE
   ──────────────────────────────────────────────────────────── */
.about-hero {
  min-height: 70vh;
  padding-top: var(--nav-height);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.about-hero-left {
  background: var(--black);
  display: flex;
  align-items: center;
  padding: 6rem clamp(2rem, 6vw, 5rem);
}
.about-hero-right {
  background: linear-gradient(140deg, var(--teal) 0%, var(--teal-dark) 40%, var(--black) 100%);
  position: relative;
  overflow: hidden;
}
.about-hero-right::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 38px,
    rgba(255, 255, 255, 0.03) 38px,
    rgba(255, 255, 255, 0.03) 39px
  );
}
.about-hero-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.05;
  letter-spacing: -0.025em;
}
.about-headline span { color: var(--lavender); }

.mission-section {
  background: var(--lavender-light);
  padding: var(--section-pad) 0;
  text-align: center;
}
.mission-big {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.mission-big em { color: var(--teal); font-style: normal; }
.mission-section p {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.72;
}

.visibility-section {
  background: var(--black);
  padding: var(--section-pad) 0;
}
.visibility-inner { max-width: 760px; }
.visibility-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.visibility-section p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
}
.topic-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  border: 1px solid rgba(26, 138, 138, 0.3);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-weight: 500;
  transition: border-color 0.2s, color 0.2s;
}
.topic-tag:hover { border-color: var(--teal); color: var(--white); }
.topic-tag::before {
  content: '';
  width: 5px; height: 5px;
  background: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
}

.methodology-section {
  background: var(--lavender-faint);
  padding: var(--section-pad) 0;
}
.method-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}
.method-media { position: relative; }
.method-photo-wrap {
  position: relative;
  max-width: 420px;
}
.method-photo-wrap::before {
  content: '';
  position: absolute;
  top: -1.25rem; left: -1.25rem;
  width: 100%; height: 100%;
  border: 2px solid var(--teal);
  z-index: 0;
}
.method-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: 0 30px 60px -25px rgba(15, 15, 15, 0.3);
}
.method-label {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.5;
  max-width: 420px;
  margin-top: 1.75rem;
  padding-left: 1rem;
  border-left: 2px solid var(--lavender);
}
.method-body .section-label { margin-bottom: 0.75rem; }
.method-body .section-heading { margin-bottom: 1.25rem; }
.method-body p {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 1rem;
}
.method-body p:last-child { margin-bottom: 0; }

.board-section {
  background: var(--lavender-light);
  padding: var(--section-pad) 0;
}
.board-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-top: 3rem;
}
.board-card {
  padding: 2.25rem 2rem;
  background: var(--white);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.board-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}
.board-avatar {
  width: 96px; height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--lavender));
  margin: 0 0 1.25rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.board-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.board-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.board-role {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.85rem;
}
.board-bio {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
  border-top: 1px solid rgba(26, 138, 138, 0.12);
  padding-top: 0.85rem;
  margin-top: auto;
}

/* Leadership teaser (about.html) */
.leadership-teaser {
  background: var(--white);
  padding: var(--section-pad) 0;
}
.leadership-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: end;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid rgba(26, 138, 138, 0.15);
}
.leadership-intro {
  color: var(--text-muted);
  line-height: 1.72;
  font-size: 1.05rem;
}
.leadership-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  margin-top: 2.75rem;
}
.leadership-card {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2rem;
  background: var(--white);
  border: 1px solid rgba(26, 138, 138, 0.12);
  border-top: 3px solid var(--teal);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
  color: inherit;
}
.leadership-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}
.leadership-card-count {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.5rem;
}
.leadership-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}
.leadership-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 1.25rem;
}
.leadership-card-link {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: gap 0.2s;
}
.leadership-card:hover .leadership-card-link { gap: 0.65rem; }

/* ────────────────────────────────────────────────────────────
   OUR WORK PAGE
   ──────────────────────────────────────────────────────────── */
.page-hero {
  min-height: 55vh;
  background: var(--black);
  padding-top: var(--nav-height);
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(26, 138, 138, 0.1) 0%, transparent 55%);
  pointer-events: none;
}
/* Flex item, so min-width:auto would hold the page open at the min-content
   width of the longest headline word (WCAG 1.4.10). */
.page-hero > .container { min-width: 0; }
.page-hero-inner {
  position: relative; z-index: 1;
  padding: 4rem 0;
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 700;
  color: var(--white);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
}
.page-hero p {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: rgba(255, 255, 255, 0.48);
  max-width: 540px;
  line-height: 1.65;
}

.work-block { padding: var(--section-pad) 0; }
.work-block--white { background: var(--white); }
.work-block--soft   { background: var(--lavender-light); }
.work-block--dark   { background: var(--black); }

/* Repertory page hero (editorial pinboard layout) */
.repertory-hero {
  position: relative;
  min-height: 92vh;
  margin-top: var(--nav-height);
  background: var(--black);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  padding: clamp(3rem, 6vh, 5rem) clamp(1.5rem, 5vw, 4rem);
  overflow: hidden;
}
.repertory-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(184,164,216,0.35) 1px, transparent 1.4px);
  background-size: 28px 28px;
  opacity: 0.15;
  pointer-events: none;
}
.repertory-hero-content { position: relative; z-index: 1; }
.repertory-headline {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6.5vw, 5.75rem);
  font-weight: 800;
  color: var(--white);
  line-height: 0.94;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
}
.repertory-headline span { color: var(--lavender); font-style: italic; }
.repertory-hero-content p {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  color: rgba(255, 255, 255, 0.6);
  max-width: 460px;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.repertory-hero-stats {
  display: flex;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  flex-wrap: wrap;
}
.repertory-hero-stat {
  border-top: 2px solid var(--teal);
  padding-top: 0.6rem;
}
.repertory-hero-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
}
.repertory-hero-stat span {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

/* Pinboard photo — single pinned polaroid */
.repertory-collage {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.collage-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  background: var(--white);
  padding: 0.6rem 0.6rem 2.4rem;
  box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.55);
  transform: rotate(-2deg);
}
.collage-card img {
  display: block;
  width: 100%;
  height: auto;
}
.collage-card-label {
  position: absolute;
  left: 0.6rem; right: 0.6rem; bottom: 0.7rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--black);
  text-align: center;
}
.collage-pin {
  position: absolute;
  top: -10px; left: 50%;
  width: 18px; height: 18px;
  background: var(--teal);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 3px 6px rgba(0,0,0,0.4);
  z-index: 3;
}

@media (max-width: 860px) {
  .repertory-hero { grid-template-columns: 1fr; min-height: auto; padding-top: calc(var(--nav-height) + 2rem); }
  .repertory-collage { margin-top: 1rem; }
}

/* Current Work — asymmetric overlapping frame */
.current-work-frame {
  position: relative;
}
.current-work-photo-wrap {
  position: relative;
  max-width: 520px;
  margin-left: auto;
}
.current-work-photo-wrap::before {
  content: '';
  position: absolute;
  top: -1.25rem; left: -1.25rem;
  width: 100%; height: 100%;
  border: 2px solid var(--teal);
  z-index: 0;
}
.current-work-photo-wrap .img-placeholder {
  position: relative;
  z-index: 1;
  aspect-ratio: 3 / 4;
  transform: rotate(1.5deg);
  box-shadow: 0 30px 60px -20px rgba(15, 15, 15, 0.35);
}
.current-work-photo-wrap .collage-card {
  z-index: 1;
  max-width: 100%;
  transform: rotate(2deg);
}
@media (max-width: 860px) {
  .current-work-photo-wrap { max-width: 420px; margin: 0 auto; }
}

/* Contact page hero */
.page-hero--contact { min-height: 68vh; }
.hero-ghost-text {
  position: absolute;
  bottom: -6%; right: -2%;
  font-family: var(--font-display);
  font-size: clamp(8rem, 22vw, 20rem);
  font-weight: 800;
  font-style: italic;
  color: rgba(184, 164, 216, 0.05);
  letter-spacing: -0.04em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.hero-email-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3.2vw, 2.5rem);
  font-weight: 600;
  font-style: italic;
  color: var(--white);
  transition: border-color 0.3s var(--ease), gap 0.3s var(--ease);
}
.hero-email-link:hover { border-color: var(--teal); gap: 1.1rem; }
.hero-email-arrow {
  display: inline-flex;
  width: 0.62em; height: 0.62em;
  color: var(--teal);
  transition: transform 0.3s var(--ease);
}
.hero-email-arrow svg { width: 100%; height: 100%; }
.hero-email-link:hover .hero-email-arrow { transform: translate(3px, -3px); }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.two-col--reverse { direction: rtl; }
.two-col--reverse > * { direction: ltr; }

.img-placeholder {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-placeholder--teal {
  background: linear-gradient(135deg, var(--teal-dark) 0%, var(--teal) 60%, rgba(26, 138, 138, 0.5) 100%);
}
.img-placeholder--lavender {
  background: linear-gradient(135deg, var(--lavender) 0%, var(--lavender-mid) 60%, rgba(184, 164, 216, 0.5) 100%);
}
.img-placeholder::after {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -45deg, transparent, transparent 20px,
    rgba(255, 255, 255, 0.04) 20px, rgba(255, 255, 255, 0.04) 21px
  );
}
.img-placeholder--sm { aspect-ratio: 16 / 10; }
.img-placeholder--inline { max-width: 480px; margin: 2.5rem auto 0; }
.img-placeholder-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 0 1rem;
}
.img-placeholder-content svg { width: 30px; height: 30px; opacity: 0.85; }
.img-placeholder-content span {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.img-placeholder-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.gallery-item { overflow: hidden; }
.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--ease-out);
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-caption {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
}
@media (max-width: 720px) {
  .gallery-grid { grid-template-columns: 1fr; }
}

/* ── Photo-placeholder avatars (board, advisors, dancers) ───── */
.avatar-icon { width: 40%; height: 40%; opacity: 0.7; fill: none; stroke: var(--white); stroke-width: 1.5; }

.work-overline { color: var(--teal); }
.work-overline--light { color: var(--lavender); }

.work-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
}
.work-title--dark { color: var(--white); }

.work-body {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 1rem;
}
.work-body--dark { color: rgba(255, 255, 255, 0.52); }

.prog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
}
.prog-tag {
  padding: 0.4rem 1rem;
  background: var(--teal-light-bg);
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.equinimity-block {
  background: var(--black);
  padding: var(--section-pad) 0;
  position: relative;
  overflow: hidden;
}
.equinimity-block::before {
  content: 'EQUINIMITY';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-display);
  font-size: clamp(10vw, 16vw, 18rem);
  font-weight: 800;
  color: rgba(184, 164, 216, 0.04);
  white-space: nowrap;
  pointer-events: none; user-select: none;
  letter-spacing: -0.05em;
}
.equinimity-inner {
  position: relative; z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.intl-block {
  background: var(--white);
  padding: var(--section-pad) 0;
}
.intl-card {
  max-width: 680px;
  margin: 0 auto;
  padding: 3.5rem;
  border: 2px solid var(--teal);
  text-align: center;
}
.intl-card h3 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.intl-card p {
  color: var(--text-muted);
  line-height: 1.72;
}

.collab-cta {
  background: var(--black);
  padding: clamp(4rem, 7vw, 6rem) 0;
  text-align: center;
}
.collab-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  color: var(--lavender);
  margin-bottom: 2rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* ────────────────────────────────────────────────────────────
   REPERTORY PAGE
   ──────────────────────────────────────────────────────────── */
.overview-block {
  background: var(--lavender);
  padding: clamp(4rem, 7vw, 6rem) 0;
  text-align: center;
}
.overview-block h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: var(--black);
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}
.overview-block p {
  font-size: 1.05rem;
  color: var(--black);
  max-width: 680px;
  margin: 0 auto 2rem;
  line-height: 1.72;
}
.venue-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}
.venue-tag {
  padding: 0.4rem 1.1rem;
  background: var(--lavender-faint);
  border: 1px solid rgba(26, 138, 138, 0.15);
  color: var(--text-dark);
  font-size: 0.85rem;
  font-weight: 500;
}

.dancers-block {
  background: var(--white);
  padding: var(--section-pad) 0;
}
.dancers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.dancer-card {
  text-align: center;
  padding: 2rem 1rem;
  transition: transform 0.3s;
}
.dancer-card:hover { transform: translateY(-5px); }
.dancer-avatar {
  width: 96px; height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--lavender-mid));
  margin: 0 auto 1.25rem;
}
.dancer-name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.dancer-role {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
}

.dancer-bio-list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-top: 3rem;
}
.dancer-bio-card {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 2.5rem;
  align-items: start;
  padding: 2.5rem;
  background: var(--white);
  border: 1px solid rgba(26, 138, 138, 0.1);
  border-left: 3px solid var(--teal);
  transition: box-shadow 0.3s;
}
.dancer-bio-card:hover { box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07); }
.dancer-bio-avatar {
  width: 88px; height: 88px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--lavender-mid));
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dancer-bio-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.dancer-bio-role {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.85rem;
}
.dancer-bio-text {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.75;
}
.dancer-bio-quote {
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  border-left: 3px solid var(--lavender);
  background: var(--lavender-faint);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text-dark);
}
.dancer-bio-link {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--teal);
  transition: color 0.2s;
}
.dancer-bio-link:hover { color: var(--teal-dark); }
.dancer-memorial {
  border-left-color: var(--lavender);
  background: var(--lavender-faint);
}
.dancer-memorial-avatar {
  background: linear-gradient(135deg, var(--lavender), var(--lavender-mid));
}
.dancer-memorial-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal-dark);
  margin-bottom: 0.3rem;
}

.sharings-block {
  background: var(--black);
  padding: var(--section-pad) 0;
}
.sharings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.sharing-card {
  padding: 2.5rem;
  border-top: 3px solid var(--lavender);
  background: rgba(255, 255, 255, 0.03);
  transition: background 0.25s;
  overflow: hidden;
}
.sharing-card:hover { background: rgba(184, 164, 216, 0.07); }
.sharing-card-img {
  margin: -2.5rem -2.5rem 1.5rem;
}
.sharing-badge {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  background: rgba(184, 164, 216, 0.12);
  color: var(--lavender);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.sharing-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.75rem;
  line-height: 1.25;
}
.sharing-location {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.sharing-location::before {
  content: '◎';
  font-size: 0.7rem;
  color: var(--teal);
}

.videos-block {
  background: var(--lavender-light);
  padding: var(--section-pad) 0;
}
.videos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
  margin-top: 3rem;
}
.video-item {
  cursor: pointer;
  display: block;
  color: inherit;
  text-decoration: none;
}
.video-badge {
  position: absolute;
  top: 0.75rem; right: 0.75rem;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.6rem;
  background: rgba(15, 15, 15, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--white);
}
.video-badge svg { width: 12px; height: 12px; fill: #ff4d4d; }
.video-frame {
  aspect-ratio: 16 / 9;
  background: var(--black-card);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s;
}
.video-frame::before {
  content: '';
  position: absolute; inset: 0;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(26, 138, 138, 0.12) 0%,
    transparent 50%,
    rgba(184, 164, 216, 0.08) 100%
  );
}
.video-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 62px; height: 62px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: transform 0.3s, border-color 0.3s, background 0.3s;
}
.video-item:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  border-color: var(--lavender);
  background: rgba(184, 164, 216, 0.15);
}
.play-btn svg {
  width: 20px; height: 20px;
  fill: var(--white);
  margin-left: 3px;
}
.video-label {
  padding: 0.85rem 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-dark);
}
.video-sublabel {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 0.2rem;
}
.videos-social {
  text-align: center;
  margin: -0.5rem 0 3.5rem;
}
.videos-social-text {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 600;
  font-style: italic;
  color: var(--black);
  margin-bottom: 1.5rem;
}
.videos-social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.social-link-prominent--on-light {
  border-color: rgba(92, 63, 154, 0.35);
  color: var(--lavender-text);
}
.social-link-prominent--on-light:hover {
  background: var(--lavender-text);
  border-color: var(--lavender-text);
  color: var(--white);
}

.donate-why-header {
  max-width: 700px;
  margin-bottom: 2.5rem;
}
.donate-why-header p {
  color: var(--text-muted);
  line-height: 1.72;
  font-size: 1rem;
  margin-top: 0.75rem;
}
.donate-goals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.donate-goal-card {
  padding: 2.5rem 2rem 2.25rem;
  background: var(--white);
  border-top: 3px solid var(--teal);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.donate-goal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.1);
}
.donate-goal-card--offset { margin-top: -1.5rem; }
.donate-goal-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--lavender-text);
  margin-bottom: 0.5rem;
  line-height: 1;
}
.donate-goal-card p {
  font-size: 1.1rem;
  line-height: 1.5;
  color: var(--text-dark);
  font-family: var(--font-display);
  font-weight: 500;
}

/* Circle of Support */
.supporters-section {
  background: var(--black);
  padding: var(--section-pad) 0;
}
.supporters-section .section-header { color: var(--white); }
.supporters-section .section-label { color: var(--lavender); }
.supporters-section .section-heading { color: var(--white); }

.supporters-intro {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1.75rem;
  letter-spacing: 0.01em;
}
.supporters-bridge {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  margin: 2.5rem 0 1.5rem;
  letter-spacing: 0.01em;
}

.supporters-org-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.supporters-org-grid--sm { max-width: 600px; }

.supporter-org-card {
  padding: 1.1rem 1.75rem;
  border: 1px solid rgba(184, 164, 216, 0.2);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  transition: border-color 0.2s, background 0.2s;
}
.supporter-org-card:hover {
  border-color: var(--lavender);
  background: rgba(184, 164, 216, 0.06);
}
.supporter-org-sub {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
}

.supporters-names {
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.55);
  max-width: 860px;
}

.supporters-partners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  max-width: 860px;
}
.supporter-partner {
  padding: 0.85rem 1.25rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 500;
  font-style: italic;
  color: var(--lavender);
  border-left: 2px solid rgba(184, 164, 216, 0.25);
  transition: border-color 0.2s, color 0.2s;
}
.supporter-partner:hover {
  border-color: var(--lavender);
  color: var(--white);
}

.donate-other {
  background: var(--lavender-faint);
  padding: var(--section-pad) 0;
}
.donate-other-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  max-width: 820px;
  margin: 0 auto;
}
.donate-other-card {
  padding: 2.5rem 2rem 2.25rem;
  background: var(--white);
  border-left: 3px solid var(--teal);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.donate-other-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.08);
}
.donate-other-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--lavender-light);
  color: var(--teal-dark);
  margin-bottom: 1.25rem;
}
.donate-other-icon svg { width: 22px; height: 22px; }
.donate-other-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0.4rem 0 0.85rem;
  color: var(--text-dark);
}
.donate-other-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.68;
}
.donate-other-card strong { color: var(--text-dark); }
.donate-other-card address {
  font-style: normal;
  margin-top: 0.85rem;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text-dark);
  font-weight: 500;
}
.donate-other-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--teal);
  transition: color 0.2s;
}
.donate-other-link:hover { color: var(--teal-dark); }

/* ────────────────────────────────────────────────────────────
   CONTACT PAGE
   ──────────────────────────────────────────────────────────── */
.contact-intro {
  background: var(--lavender-faint);
  padding: clamp(3.5rem, 6vw, 5rem) 0;
}
.contact-intro .section-label { color: var(--teal); }
.contact-intro-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3.5rem;
  align-items: start;
}
/* Grid items default to min-width:auto, so "Lecture/Demonstration" held this
   column open past the viewport once text-spacing overrides were applied
   (WCAG 1.4.12). `anywhere` — not `break-word` — reduces min-content size. */
.contact-intro-main { min-width: 0; }
.contact-questions {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.contact-question {
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  align-items: baseline;
  gap: 0.5rem 1.25rem;
  padding: 1.4rem 0;
  border-top: 1px solid rgba(15, 15, 15, 0.1);
  position: relative;
}
.contact-questions .contact-question:last-child { border-bottom: 1px solid rgba(15, 15, 15, 0.1); }
.contact-question::before {
  content: '';
  position: absolute;
  left: 0; bottom: -1px;
  width: 0; height: 1px;
  background: var(--teal);
  transition: width 0.4s var(--ease);
}
.contact-question:hover::before { width: 100%; }
.contact-question-num {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  color: var(--lavender-text);
}
.contact-question p {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.5;
  color: var(--text-dark);
  overflow-wrap: anywhere;
  transition: transform 0.3s var(--ease);
}
.contact-question:hover p { transform: translateX(6px); }
.contact-question strong { color: var(--teal-dark); font-weight: 600; }

/* Contact details — sidebar card */
.contact-details {
  min-width: 0;
  /* "dancesequences@gmail.com" is a single unbreakable token; under WCAG 1.4.12
     text-spacing it held this grid column — and so the whole page — open. */
  overflow-wrap: anywhere;
  background: var(--white);
  padding: 2.25rem 2rem;
  border-top: 3px solid var(--teal);
  box-shadow: 0 30px 60px -30px rgba(15, 15, 15, 0.25);
}
.contact-details-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(15, 15, 15, 0.1);
}
.contact-detail-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
}
.contact-detail p {
  color: var(--text-dark);
  font-size: 0.95rem;
  margin-top: 0.5rem;
  line-height: 1.6;
}
.contact-detail a { color: var(--text-dark); border-bottom: 1px solid rgba(15, 15, 15, 0.25); transition: color 0.2s, border-color 0.2s; }
.contact-detail a:hover { color: var(--teal-dark); border-color: var(--teal-dark); }
.contact-note {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(15, 15, 15, 0.1);
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.social-banner {
  background: var(--black);
  padding: clamp(4rem, 7vw, 6rem) 0;
  text-align: center;
}
.social-banner-inner {
  max-width: 620px;
  margin: 0 auto;
}
.social-banner-heading {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: var(--lavender);
  line-height: 1.1;
  margin: 0.6rem 0 1rem;
}
.social-banner-inner p {
  font-size: 1rem;
  color: rgba(184, 164, 216, 0.72);
  line-height: 1.7;
  margin-bottom: 2.25rem;
}
.social-banner-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.social-banner-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.75rem;
  border: 1px solid rgba(184, 164, 216, 0.4);
  color: var(--lavender);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.25s;
}
.social-banner-link svg { width: 19px; height: 19px; }
.social-banner-link:hover {
  background: var(--lavender);
  border-color: var(--lavender);
  color: var(--black);
  transform: translateY(-3px);
}

/* ────────────────────────────────────────────────────────────
   DONATE PAGE
   ──────────────────────────────────────────────────────────── */
.donate-intro {
  padding: var(--section-pad) 0;
  background: var(--lavender-faint);
}
.donate-intro-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.donate-intro-layout p { color: var(--text-muted); line-height: 1.75; }
.donate-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3rem;
}
.donate-stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  font-weight: 700;
  color: var(--teal);
  line-height: 1;
}
.donate-stat-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 0.35rem;
}

.donate-tiers-section {
  padding: var(--section-pad) 0;
  background: var(--black);
}
.tier-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}
.tier-card {
  background: var(--black-card);
  padding: 2rem 1.5rem 1.75rem;
  border: 1px solid rgba(184, 164, 216, 0.08);
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s, transform 0.25s;
}
.tier-card:hover {
  border-color: var(--teal);
  transform: translateY(-4px);
}
.tier-card.featured { border-color: rgba(184, 164, 216, 0.35); }
.tier-card.featured:hover { border-color: var(--lavender); }
.tier-amount {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.2rem;
  line-height: 1;
}
.tier-name {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal-on-dark);
  margin-bottom: 1rem;
}
.tier-card.featured .tier-name { color: var(--lavender); }
.tier-desc {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.65;
  flex: 1;
}

.donate-impact-section {
  padding: var(--section-pad) 0;
  background: var(--lavender-faint);
}
.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
.impact-card {
  padding: 2.25rem 2rem;
  background: var(--white);
  border-left: 3px solid var(--teal);
}
.impact-card-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.75rem;
}
.impact-card-heading {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.impact-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.donate-custom-section {
  position: relative;
  background: var(--black);
  padding: clamp(5rem, 9vw, 8rem) 0;
  text-align: center;
  overflow: hidden;
}
.donate-custom-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(184, 164, 216, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
}
.donate-custom-section::after {
  content: '';
  position: absolute;
  top: -25%; left: 50%;
  transform: translateX(-50%);
  width: 60vw; height: 60vw;
  background: radial-gradient(ellipse, rgba(26, 138, 138, 0.14) 0%, transparent 65%);
  pointer-events: none;
}
.donate-custom-inner {
  position: relative;
  z-index: 1;
}
.donate-custom-mark {
  display: block;
  font-size: 1.75rem;
  color: var(--teal);
  margin-bottom: 0.75rem;
}
.donate-custom-heading {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 6vw, 4.75rem);
  font-weight: 700;
  font-style: italic;
  color: var(--white);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0.5rem 0 1.25rem;
}
.donate-custom-sub {
  color: rgba(255, 255, 255, 0.6);
  max-width: 460px;
  margin: 0 auto 2.75rem;
  font-size: 1.05rem;
  line-height: 1.7;
}
.donate-custom-box {
  max-width: 440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
}
.donate-fine-print {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.65;
}
.donate-fine-print--dark { color: rgba(255, 255, 255, 0.6); }

/* ────────────────────────────────────────────────────────────
   RESPONSIVE
   ──────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  :root { --nav-height: 60px; }

  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  /* Decorative affordance only; at mobile widths it collides with the social
     buttons, and scrolling needs no hint on a touch device. */
  .hero-scroll-indicator { display: none; }

  .hero-line-1 { font-size: clamp(1.5rem, 5vw, 2.5rem); }
  /* Sized so the unbreakable word "EVERYBODY" fits a 320px viewport: it was
     overflowing and body{overflow-x:hidden} clipped it rather than reflowing
     (WCAG 1.4.10). 11vw ≈ 35px at 320px ≈ 259px of glyphs in 265px of room. */
  .hero-line-2 { font-size: clamp(2rem, 11vw, 7rem); }
  .hero-line-3 { font-size: clamp(1.4rem, 4.5vw, 2.5rem); }

  .programs-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .events-grid   { grid-template-columns: 1fr; gap: 3rem; }
  .events-grid--photo { grid-template-columns: 1fr; }
  .events-photo-col { order: -1; max-width: 320px; margin: 0 auto 1.5rem; }
  .testimonials-grid { grid-template-columns: 1fr; }

  .about-hero { grid-template-columns: 1fr; min-height: auto; }
  .about-hero-right { display: none; }
  .method-layout { grid-template-columns: 1fr; gap: 2.75rem; }
  .method-photo-wrap { max-width: 100%; margin-left: 1.25rem; }
  .method-label { max-width: 100%; }
  .board-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
  .leadership-head { grid-template-columns: 1fr; gap: 1.25rem; align-items: start; }
  .leadership-cards { grid-template-columns: 1fr; max-width: 100%; }

  .two-col { grid-template-columns: 1fr; }
  .two-col--reverse { direction: ltr; }
  .img-placeholder { order: -1; }

  .dancers-grid { grid-template-columns: repeat(2, 1fr); }
  .dancer-bio-card { grid-template-columns: 1fr; }
  .dancer-bio-avatar { margin: 0 auto; }
  .dancer-bio-content { text-align: left; }
  .sharings-grid { grid-template-columns: 1fr; }
  .videos-grid { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  /* nowrap + stretch: a column flex container that still says flex-wrap:wrap
     lets items size past the container's cross axis, which pushed the footer
     23px wider than a 320px viewport (WCAG 1.4.10). */
  .footer-spotlight {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 2rem 1.5rem;
  }

  /* Floor lowered so long headline words ("Collaborate", "Accessibility") fit
     a 320px viewport instead of being clipped. */
  .page-hero h1 { font-size: clamp(2rem, 9vw, 4rem); }

  .contact-question { grid-template-columns: 2.25rem 1fr; }
  .contact-intro-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  /* The address is one long token; at the old 1.4rem floor it ran past the
     viewport and .page-hero's overflow:hidden clipped it (WCAG 1.4.10). */
  .hero-email-link {
    font-size: clamp(1rem, 5.5vw, 2rem);
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-ghost-text { font-size: clamp(6rem, 26vw, 12rem); bottom: -4%; }

  .donate-intro-layout { grid-template-columns: 1fr; gap: 3rem; }
  .donate-stats { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .donate-goals-grid { grid-template-columns: 1fr; }
  .donate-goal-card--offset { margin-top: 0; }
  .tier-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .impact-grid { grid-template-columns: 1fr; }
  .donate-other-grid { grid-template-columns: 1fr; }
  .supporters-partners-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .supporters-partners-grid { grid-template-columns: 1fr; }
  /* Two columns can't hold a 96px avatar plus 2rem of card padding at 320px —
     the cards overflowed the viewport by ~94px. */
  .board-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .hero-btns .btn { width: 100%; justify-content: center; }
  .intl-card { padding: 2rem 1.5rem; }
  .tier-grid { grid-template-columns: 1fr; }
}

/* ── Reduced Motion ─────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
  .reveal,
  body.js .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .hero-eyebrow,
  .hero-headline,
  .hero-rule,
  .hero-tagline,
  .hero-btns,
  .hero-social {
    opacity: 1 !important;
    animation: none !important;
  }
}
