:root {
  --navy: #031a34;
  --navy-2: #062442;
  --teal: #009f91;
  --teal-2: #00b6a6;
  --gold: #f7b500;
  --orange: #f05a28;
  --white: #ffffff;
  --ink: #071a32;
  --muted: #5c6c7b;
  --panel: #f7f9fb;
  --line: rgba(7, 26, 50, .12);
  --shadow: 0 24px 55px rgba(3, 26, 52, .16);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

h1, h2, h3, .button, .eyebrow, .site-nav a, .team-name, .team-school {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-style: italic;
  letter-spacing: .025em;
  text-transform: uppercase;
}
h1 { font-size: clamp(3rem, 8vw, 7.4rem); line-height: .88; margin: 0; color: var(--white); text-shadow: 0 4px 16px rgba(0,0,0,.25); }
h1 span, h2 span { color: var(--teal-2); }
h2 { font-size: clamp(2rem, 4.2vw, 4rem); line-height: .95; margin: 0; }
h3 { margin: 0 0 .6rem; font-size: 1.25rem; line-height: 1; }
p { line-height: 1.55; }

.site-header {
  position: fixed; inset: 0 0 auto; height: 86px; z-index: 50;
  display: flex; align-items: center; gap: 26px; padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  color: white; background: linear-gradient(90deg, rgba(3,26,52,.96), rgba(3,26,52,.88));
  border-bottom: 1px solid rgba(255,255,255,.08); transition: .25s ease;
}
.site-header.is-scrolled { height: 72px; box-shadow: 0 10px 35px rgba(3,26,52,.28); }
.brand img { width: 122px; }
.site-nav { display: flex; gap: 24px; align-items: center; margin-left: auto; }
.site-nav a { font-size: .88rem; opacity: .9; padding: 10px 0; border-bottom: 2px solid transparent; }
.site-nav a:hover { color: var(--gold); border-color: var(--teal); }
.header-cta { margin-left: 8px; }
.menu-button { display: none; margin-left: auto; background: transparent; color: white; border: 1px solid rgba(255,255,255,.35); padding: 10px 14px; border-radius: 999px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 46px; padding: 0 22px; border-radius: 4px; border: 2px solid transparent;
  font-size: .92rem; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(3,26,52,.22); }
.button-yellow { background: var(--gold); color: var(--navy); }
.button-teal { background: var(--teal); color: white; }
.button-outline { border-color: rgba(255,255,255,.55); color: white; background: rgba(255,255,255,.06); }
.button.full { width: 100%; }

.section { padding: 78px 0; }
.section-dark { background: var(--navy); color: white; }
.light { background: var(--white); }
.eyebrow { color: var(--gold); font-size: 1.05rem; margin: 0 0 12px; }
.eyebrow.dark { color: var(--teal); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.section-dark .section-heading p { color: rgba(255,255,255,.72); }

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  padding-top: 86px;
  padding-bottom: 86px;
  overflow: hidden;
  isolation: isolate;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,26,52,.98) 0%, rgba(3,26,52,.78) 44%, rgba(3,26,52,.08) 100%); z-index: 1; }
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 150px;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(140% 90% at 50% 100%, var(--navy) 0%, var(--navy) 54%, transparent 55%),
    linear-gradient(180deg, rgba(3,26,52,0) 0%, rgba(3,26,52,.56) 78%, var(--navy) 100%);
}
.hero-media { position: absolute; inset: 0; background: url('../assets/hero-hastings-sport.jpg') center right / cover no-repeat; filter: saturate(1.1) contrast(1.04); }
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.hero-copy { max-width: 650px; margin-top: 32px; }
.hero-lede { color: white; font-size: 1.25rem; max-width: 600px; margin: 24px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.audience-block {
  width: min(980px, calc(100vw - 40px));
  margin-top: -8px;
}
.audience-kicker {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-style: italic;
  letter-spacing: .025em;
  text-transform: uppercase;
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
}
.audience-selector {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  overflow: visible;
}
.audience-block .audience-card {
  position: relative;
  z-index: 1;
  min-height: 96px;
  padding: 18px 18px 14px 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 7px;
  color: white;
  background: rgba(3,26,52,.72);
  border: 1px solid rgba(255,255,255,.34);
  border-left: 4px solid var(--orange);
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(0,0,0,.24);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.audience-arrow {
  position: absolute;
  top: 50%;
  width: 58px;
  height: 27px;
  z-index: 8;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: url('../assets/spray-arrow-card.png') center / contain no-repeat;
  filter: drop-shadow(0 3px 5px rgba(0,0,0,.22));
}
.audience-arrow-one { left: calc(25% - 2px); }
.audience-arrow-two { left: 50%; }
.audience-arrow-three { left: calc(75% + 2px); }
.audience-block .audience-card:hover {
  z-index: 2;
  transform: translateY(-3px);
  background: rgba(3,26,52,.86);
  border-color: rgba(247,181,0,.72);
  border-left-color: var(--gold);
  box-shadow: 0 20px 38px rgba(0,0,0,.32);
}
.audience-block .audience-card span {
  color: var(--gold);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-style: italic;
  letter-spacing: .025em;
  text-transform: uppercase;
  font-size: clamp(.9rem, 1vw, 1.08rem);
  line-height: 1;
}
.audience-block .audience-card small {
  color: rgba(255,255,255,.9);
  font-size: .9rem;
  line-height: 1.32;
}
.problem-band {
  position: relative;
  padding: 0 0 78px;
  margin-top: 0;
  background: var(--navy);
  color: white;
  overflow: visible;
}
.problem-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 10%, rgba(0,182,166,.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(247,181,0,.12), transparent 24%),
    linear-gradient(135deg, rgba(0,159,145,.10), transparent 52%, rgba(247,181,0,.07));
}
.school-involved::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,159,145,.16), transparent 40%, rgba(247,181,0,.08));
  pointer-events: none;
}
.problem-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(520px, 1.25fr);
  gap: 42px;
  align-items: center;
  padding: 42px 46px;
  border-radius: 28px;
  background: linear-gradient(135deg, #072a67 0%, #031a34 76%);
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.12);
  border-top: 5px solid var(--teal);
  transform: translateY(-36px);
  overflow: visible;
}
.problem-grid::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  background:
    linear-gradient(115deg, rgba(0,182,166,.12), transparent 36%),
    linear-gradient(300deg, rgba(247,181,0,.10), transparent 34%);
  pointer-events: none;
}
.problem-grid > * {
  position: relative;
  z-index: 1;
}
.problem-grid h2 {
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: .92;
  max-width: 590px;
}
.problem-grid p {
  max-width: 610px;
  color: rgba(255,255,255,.82);
  font-size: 1.02rem;
}
.problem-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.problem-icons article {
  text-align: center;
  border-left: 1px solid rgba(255,255,255,.14);
  padding: 6px 12px;
}
.problem-icons strong { display: block; color: var(--gold); font-family: Impact, Haettenschweiler, "Arial Black"; font-style: italic; text-transform: uppercase; margin-top: 10px; }
.line-icon, .journey-icon { width: 54px; height: 54px; margin: auto; position: relative; color: white; }
.line-icon::before, .line-icon::after, .journey-icon::before, .journey-icon::after { content: ""; position: absolute; }
.person-x::before { width: 24px; height: 24px; border: 4px solid currentColor; border-radius: 50%; left: 15px; top: 2px; }
.person-x::after { width: 42px; height: 24px; border: 4px solid currentColor; border-top-left-radius: 42px; border-top-right-radius: 42px; border-bottom: 0; left: 6px; bottom: 4px; }
.calendar-x::before { inset: 6px; border: 4px solid currentColor; border-radius: 7px; }
.calendar-x::after { width: 34px; height: 4px; background: currentColor; left: 10px; top: 22px; box-shadow: 0 11px 0 currentColor; }
.signpost::before { width: 5px; height: 48px; background: currentColor; left: 24px; top: 3px; }
.signpost::after { width: 42px; height: 16px; border: 4px solid currentColor; left: 6px; top: 8px; transform: skewX(-25deg); }
.session::before { width: 32px; height: 32px; border: 4px solid currentColor; border-radius: 50%; left: 9px; top: 0; }
.session::after { width: 46px; height: 4px; background: currentColor; left: 4px; bottom: 8px; }

.feature-grid { display: grid; gap: 26px; }
.feature-grid.three { grid-template-columns: repeat(3, 1fr); }
.feature-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 12px 32px rgba(3,26,52,.08); }
.icon-circle { width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; color: white; font-size: 2rem; margin-bottom: 18px; }
.icon-circle.teal { background: var(--teal); }
.icon-circle.gold { background: var(--gold); color: var(--navy); }
.feature-card p { color: var(--muted); margin-bottom: 0; }

#difference { display: none; }

.sponsor-section {
  background:
    linear-gradient(180deg, #f9fbfc, #ffffff 42%, #f5f9fb);
}
.sponsor-panel {
  border-radius: 22px;
  background: white;
  padding: clamp(24px, 4vw, 58px);
  box-shadow: 0 22px 60px rgba(3, 26, 52, .13);
  border: 1px solid rgba(7, 26, 50, .08);
}
.sponsor-hero {
  display: grid;
  grid-template-columns: .92fr 1fr;
  gap: clamp(26px, 5vw, 62px);
  align-items: center;
  margin-bottom: 28px;
}
.sponsor-copy h2 {
  max-width: 520px;
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 900;
  line-height: 1.02;
}
.sponsor-copy h2 span {
  display: block;
  color: var(--teal);
}
.sponsor-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 16px 0 0;
  color: var(--navy);
  font-size: 1.08rem;
}
.sponsor-image {
  min-height: 270px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(90deg, rgba(3,26,52,.05), rgba(3,26,52,.05)),
    url("../assets/hero-hastings-sport.jpg") center 36% / cover;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
}
.sponsor-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(3,26,52,.58));
}
.sponsor-image-callout {
  position: absolute;
  right: clamp(16px, 5vw, 64px);
  bottom: 18px;
  z-index: 1;
  width: min(360px, calc(100% - 32px));
  min-height: 78px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  color: white;
  background: rgba(3,26,52,.88);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(3,26,52,.28);
}
.sponsor-image-callout strong {
  font-size: 1.12rem;
  line-height: 1.25;
}
.sponsor-image-callout span span,
.sponsor-image-callout strong span {
  color: var(--teal-2);
}
.sponsor-callout-icon,
.sponsor-icon,
.sponsor-line-icon {
  display: inline-block;
  position: relative;
  color: var(--teal);
}
.sponsor-callout-icon {
  width: 52px;
  height: 42px;
}
.sponsor-callout-icon::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: 18px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 50%;
  box-shadow: -20px 8px 0 -3px rgba(0,0,0,0), -20px 8px 0 0 currentColor, 20px 8px 0 -3px rgba(0,0,0,0), 20px 8px 0 0 currentColor;
}
.sponsor-callout-icon::after {
  content: "";
  position: absolute;
  left: 9px;
  bottom: 0;
  width: 32px;
  height: 19px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}
.sponsor-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 24px;
}
.sponsor-option {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 22px;
  background: white;
  border: 1px solid rgba(7, 26, 50, .09);
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(3,26,52,.09);
}
.sponsor-option h3 {
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.15;
}
.sponsor-option p {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: .95rem;
}
.sponsor-option div {
  width: 100%;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-weight: 700;
}
.sponsor-option strong {
  color: var(--teal);
  font-size: 1.15rem;
}
.sponsor-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 16px;
}
.sponsor-icon::before,
.sponsor-icon::after,
.sponsor-line-icon::before,
.sponsor-line-icon::after {
  content: "";
  position: absolute;
}
.sponsor-icon-child::before {
  width: 30px;
  height: 30px;
  border: 4px solid currentColor;
  border-radius: 50%;
  left: 17px;
  top: 3px;
}
.sponsor-icon-child::after {
  width: 46px;
  height: 25px;
  border: 4px solid currentColor;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  left: 8px;
  bottom: 6px;
}
.sponsor-icon-team::before {
  width: 18px;
  height: 18px;
  border: 4px solid currentColor;
  border-radius: 50%;
  left: 22px;
  top: 2px;
  box-shadow: -23px 16px 0 -4px white, -23px 16px 0 0 var(--navy), 23px 16px 0 -4px white, 23px 16px 0 0 var(--navy);
}
.sponsor-icon-team::after {
  width: 44px;
  height: 25px;
  border: 4px solid currentColor;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  left: 10px;
  bottom: 8px;
}
.sponsor-icon-school::before {
  width: 48px;
  height: 36px;
  border: 4px solid currentColor;
  left: 8px;
  bottom: 8px;
}
.sponsor-icon-school::after {
  width: 30px;
  height: 30px;
  border-left: 4px solid currentColor;
  border-top: 4px solid currentColor;
  left: 17px;
  top: 8px;
  transform: rotate(45deg);
}
.sponsor-icon-shirt::before {
  width: 42px;
  height: 46px;
  border: 4px solid currentColor;
  left: 11px;
  top: 12px;
  clip-path: polygon(20% 0, 38% 12%, 62% 12%, 80% 0, 100% 22%, 84% 38%, 84% 100%, 16% 100%, 16% 38%, 0 22%);
}
.sponsor-icon-shirt::after {
  width: 4px;
  height: 28px;
  background: var(--navy);
  left: 32px;
  top: 24px;
}
.sponsor-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  color: white;
  background: linear-gradient(135deg, var(--navy), #06182e);
  border-radius: 12px;
  padding: 22px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.1);
}
.sponsor-benefits article {
  min-height: 170px;
  text-align: center;
  padding: 0 18px;
  border-left: 1px solid rgba(255,255,255,.34);
}
.sponsor-benefits article:first-child {
  border-left: 0;
}
.sponsor-benefits h3 {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.15;
}
.sponsor-benefits p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: .9rem;
}
.sponsor-line-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}
.sponsor-line-community::before,
.sponsor-line-web::before,
.sponsor-line-shirt::before,
.sponsor-line-chart::before,
.sponsor-line-heart::before {
  inset: 5px;
  border: 3px solid var(--teal-2);
}
.sponsor-line-community::before { border-radius: 50% 50% 8px 8px; }
.sponsor-line-web::before { border-radius: 5px; }
.sponsor-line-shirt::before { clip-path: polygon(20% 0, 38% 12%, 62% 12%, 80% 0, 100% 22%, 84% 38%, 84% 100%, 16% 100%, 16% 38%, 0 22%); }
.sponsor-line-chart::before { border-radius: 50%; clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%); }
.sponsor-line-heart::before { transform: rotate(45deg); border-radius: 8px 8px 0 8px; }
.sponsor-actions {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-top: 18px;
}
.sponsor-actions .button {
  min-width: 250px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1rem;
  border-radius: 8px;
}
.sponsor-actions .button span {
  font-size: 1.7rem;
  line-height: 0;
}
.sponsor-pack-button {
  background: white;
  color: var(--navy);
  border-color: rgba(3,26,52,.65);
}

.children-experience { padding-top: 26px; }
.journey { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; text-align: center; }
.journey-item { position: relative; }
.journey-item:not(:last-child)::after { content: "→"; position: absolute; right: -22px; top: 26px; color: var(--teal); font-size: 2rem; font-weight: 900; }
.journey-icon { width: 76px; height: 76px; border-radius: 50%; background: var(--teal); margin-bottom: 16px; display: grid; place-items: center; color: white; font-size: 2rem; }
.journey-item:nth-child(even) .journey-icon { background: var(--gold); color: var(--navy); }
.journey-icon::before { content: attr(class); }
.shirt::before { content: "♜"; }
.ball::before { content: "●"; }
.medal::before { content: "★"; }
.pin::before { content: "⌖"; }
.arrow-up::before { content: "↗"; }
.journey-item h3 { color: var(--navy); }
.journey-item p { color: var(--muted); font-size: .95rem; }

.team-preview { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.split-grid { display: grid; grid-template-columns: .85fr 1.4fr; gap: 42px; align-items: center; }
.team-copy p { color: var(--muted); }
.team-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.team-card {
  position: relative;
  aspect-ratio: auto;
  padding: 12px;
  border-radius: 18px;
  color: white;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-rows: auto auto;
  gap: 10px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(236,246,250,.88)),
    radial-gradient(circle at 100% 0%, rgba(0,182,166,.18), transparent 38%);
  border: 1px solid rgba(3,26,52,.12);
}
.team-card.has-concept-image {
  background: #f7fbfc;
}
.team-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--navy), #06182d 78%);
  z-index: 0;
}
.team-card.has-concept-image::before {
  display: none;
}
.team-card.teal { --team: #00a897; }
.team-card.gold { --team: #f7b500; }
.team-card.purple { --team: #6b2fb9; }
.team-card.blue { --team: #1478b8; }
.team-card.red { --team: #d94332; }
.team-card.green { --team: #087f5b; }
.team-card.navy { --team: #09254a; }
.team-card-media {
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
  border-radius: 12px 12px 6px 6px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 78% 20%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(145deg, var(--team), var(--navy) 58%);
}
.team-card.has-concept-image .team-card-media {
  background: transparent;
}
.team-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  opacity: 1;
}
.team-card.has-concept-image .team-card-media img {
  object-fit: contain;
  background: transparent;
}
.concept-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  color: white;
  background: linear-gradient(90deg, var(--teal), rgba(0,159,145,.78));
  border-radius: 5px;
  padding: 6px 9px;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}
.team-concept-placeholder {
  width: 100%;
  height: 100%;
  padding: 42px 18px 18px;
  display: grid;
  place-content: center;
  text-align: center;
}
.team-symbol {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  color: var(--gold);
  line-height: 1;
  margin-bottom: 10px;
}
.team-school { font-size: .9rem; color: rgba(255,255,255,.86); }
.team-name { font-size: clamp(1.8rem, 3vw, 3.1rem); line-height: .85; margin-top: 4px; color: white; }
.team-demand {
  position: relative;
  z-index: 1;
  padding: 10px 11px;
  border-radius: 8px 8px 12px 12px;
  background: rgba(255,255,255,.96);
  color: var(--navy);
  box-shadow: 0 -8px 20px rgba(0,0,0,.12);
}
.team-demand em {
  display: block;
  margin-bottom: 3px;
  color: var(--navy);
  font-style: normal;
  font-weight: 900;
  font-size: .86rem;
}
.team-demand strong {
  display: inline-block;
  margin-right: 6px;
  font-size: clamp(1.65rem, 2.7vw, 2.2rem);
  line-height: 1;
}
.team-demand p {
  display: inline;
  margin: 0;
  color: var(--navy);
  font-size: .9rem;
  font-weight: 800;
}
.demand-track {
  height: 7px;
  margin: 7px 0 6px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(3,26,52,.12);
}
.demand-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--teal-2));
}
.team-demand small {
  color: rgba(3,26,52,.62);
  font-weight: 800;
}
.team-card-small .team-demand { padding: 10px; }
.concept-note { text-align: center; font-size: .9rem; color: var(--muted); margin: 22px auto 0; }

.school-involved { position: relative; }
.school-grid { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.school-benefit { text-align: center; border-left: 1px solid rgba(255,255,255,.16); padding: 0 12px; }
.school-benefit div { color: var(--gold); font-size: 2.2rem; margin-bottom: 12px; }
.school-benefit h3 { font-size: 1.02rem; color: white; }
.school-benefit p { color: rgba(255,255,255,.72); font-size: .9rem; }

.local-play { background: white; }
.play-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.play-card { background: var(--panel); border: 1px solid var(--line); padding: 28px; border-radius: var(--radius); }
.play-card span { font-family: Impact; font-size: 2.4rem; color: var(--teal); font-style: italic; }
.play-card p { color: var(--muted); }

.involved { background: linear-gradient(180deg, white, #f4f7f9); }
.involved-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: start; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.audience-card { background: white; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(3,26,52,.07); padding: 22px; text-align: center; }
.audience-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 14px; border-radius: 50%; background: var(--teal); color: white; font-size: 1.8rem; }
.audience-card:nth-child(2) .audience-icon { background: var(--gold); color: var(--navy); }
.audience-card:nth-child(4) .audience-icon { background: #7048e8; }
.audience-card p { color: var(--muted); font-size: .92rem; }
.interest-panel { background: white; border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.interest-panel h2 { font-size: 2.3rem; }
.interest-form { display: grid; gap: 14px; margin-top: 24px; }
.interest-form label { display: grid; gap: 7px; font-weight: 800; color: var(--navy); }
.interest-form input, .interest-form select, .interest-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 13px 14px; background: #fbfcfd; }
.form-note { color: var(--teal); font-weight: 800; font-size: .9rem; }

.admin-page {
  background: linear-gradient(135deg, #f7f9fb, #e9f3f4);
  min-height: 100vh;
}
.admin-shell {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0;
}
.admin-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 30px;
}
.admin-panel h1 {
  color: var(--navy);
  font-size: clamp(2.2rem, 4vw, 4rem);
  text-shadow: none;
}
.admin-panel p {
  color: var(--muted);
}
.admin-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}
.admin-team-row {
  margin: 0;
  border: 1px solid var(--line);
  border-left: 5px solid var(--orange);
  border-radius: 10px;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.admin-team-row legend {
  padding: 0 8px;
  color: var(--navy);
  font-weight: 900;
}
.admin-team-row legend span {
  display: block;
}
.admin-team-row legend small {
  color: var(--teal);
  text-transform: uppercase;
}
.admin-team-row label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-weight: 800;
  font-size: .9rem;
}
.admin-team-row input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.admin-reset {
  color: var(--navy);
  border-color: var(--line);
  background: white;
}

.all-teams { background: white; }
.all-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

.site-footer { padding: 50px 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr 1fr; gap: 40px; align-items: start; }
.footer-logo { width: 140px; margin-bottom: 14px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.72); }
.site-footer a { display: block; margin: 8px 0; }
.site-footer h3 { color: var(--gold); }

.reveal { opacity: 0; transform: translateY(22px); transition: .65s ease; transition-delay: calc(var(--delay, 0) * 70ms); }
.reveal[data-delay="1"] { --delay: 1; }
.reveal[data-delay="2"] { --delay: 2; }
.reveal[data-delay="3"] { --delay: 3; }
.reveal[data-delay="4"] { --delay: 4; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .site-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .site-nav.is-open { display: flex; position: absolute; top: 100%; left: 16px; right: 16px; flex-direction: column; align-items: stretch; background: var(--navy); border-radius: 16px; padding: 18px; box-shadow: var(--shadow); }
  .hero-grid, .problem-grid, .split-grid, .involved-grid { grid-template-columns: 1fr; }
  .hero { min-height: 650px; }
  .hero::before { background: linear-gradient(90deg, rgba(3,26,52,.98), rgba(3,26,52,.62)); }
  .problem-icons, .audience-grid, .team-cards, .all-team-grid, .play-grid { grid-template-columns: repeat(2, 1fr); }
  .journey, .school-grid { grid-template-columns: repeat(3, 1fr); }
  .sponsor-hero { grid-template-columns: 1fr; }
  .sponsor-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sponsor-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sponsor-benefits article {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.24);
    padding: 18px;
  }
  .sponsor-benefits article:first-child,
  .sponsor-benefits article:nth-child(2) {
    border-top: 0;
  }
  .journey-item:not(:last-child)::after { display: none; }
}

@media (max-width: 860px) {
  .audience-block {
    width: 100%;
  }

  .audience-selector {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-arrow {
    display: none;
  }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--max)); }
  .site-header { height: 72px; padding-inline: 14px; }
  .brand img { width: 96px; }
  .hero { min-height: 700px; }
  h1 { font-size: 3.6rem; }
  h2 { font-size: 2.35rem; }
  .section { padding: 58px 0; }
  .hero-actions, .button { width: 100%; }
  .audience-selector {
    grid-template-columns: 1fr;
  }
  .audience-block .audience-card {
    min-height: 84px;
    padding: 16px 16px 14px 14px;
  }
  .problem-icons, .feature-grid.three, .journey, .team-cards, .all-team-grid, .school-grid, .play-grid, .audience-grid { grid-template-columns: 1fr; }
  .sponsor-panel { padding: 22px 16px; border-radius: 18px; }
  .sponsor-copy h2 { font-size: 2.35rem; }
  .sponsor-image { min-height: 250px; }
  .sponsor-image-callout {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }
  .sponsor-callout-icon { margin: 0 auto; }
  .sponsor-options,
  .sponsor-benefits {
    grid-template-columns: 1fr;
  }
  .sponsor-benefits article,
  .sponsor-benefits article:nth-child(2) {
    border-top: 1px solid rgba(255,255,255,.24);
  }
  .sponsor-benefits article:first-child {
    border-top: 0;
  }
  .sponsor-actions {
    flex-direction: column;
    gap: 12px;
  }
  .sponsor-actions .button {
    width: 100%;
    min-width: 0;
  }
  .footer-grid { grid-template-columns: 1fr; }
  .admin-panel { padding: 22px; }
  .admin-form, .admin-team-row { grid-template-columns: 1fr; }
  .admin-actions .button { width: 100%; }
}


/* Clean hero to problem transition
   No white wedge or overlapping divider. The hero fades into navy,
   and the problem section sits as a floating branded panel. */
@media (max-width: 980px) {
  .hero {
    min-height: 640px;
    padding-bottom: 78px;
  }

  .hero::after {
    height: 120px;
  }

  .problem-band {
    padding-bottom: 62px;
  }

  .problem-grid {
    grid-template-columns: 1fr;
    transform: translateY(-26px);
    padding: 36px 28px;
    gap: 30px;
  }

  .problem-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .problem-icons article:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 610px;
    padding-bottom: 60px;
  }

  .hero-copy {
    margin-top: 24px;
  }

  .hero::after {
    height: 90px;
  }

  .problem-grid {
    transform: translateY(-18px);
    padding: 32px 22px;
    border-radius: 22px;
  }

  .problem-grid h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .problem-icons {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .problem-icons article {
    border-left: 0;
    padding: 8px 6px;
  }
}

.nowrap { white-space: nowrap; }


/* Children experience moved into the second homepage band */
.children-band .section-intro p {
  max-width: 620px;
}

.children-band-items article {
  min-height: 132px;
}

.children-band-items .journey-icon {
  color: white;
  margin-bottom: 8px;
}

.children-band-items strong {
  color: var(--gold);
}


/* Second band: children experience stacked layout */
.problem-grid.children-band-stacked {
  display: block;
}

.children-band-header {
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: center;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,.22);
}

.children-band-header h2 {
  margin-bottom: 14px;
}

.children-band-header p {
  margin: 0 auto;
  max-width: 860px;
  color: rgba(255,255,255,.84);
}

.children-experience-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.children-experience-list article {
  text-align: center;
  padding: 4px 10px 0;
}

.children-experience-list .journey-icon {
  margin: 0 auto 14px;
  color: white;
}

.children-experience-list .shield-icon {
  height: 122px;
  margin: 0 auto 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.children-experience-list .shield-icon img {
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
}

.children-experience-list h3 {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: Impact, Haettenschweiler, "Arial Black";
  font-style: italic;
  text-transform: uppercase;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  line-height: 1.05;
}

.children-experience-list p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: .93rem;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .children-experience-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .children-experience-list .shield-icon {
    height: 104px;
  }
}

@media (max-width: 760px) {
  .children-band-header {
    text-align: left;
    margin-bottom: 22px;
  }

  .children-experience-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .children-experience-list article {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;
    text-align: left;
    align-items: start;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .children-experience-list article:last-child {
    border-bottom: 0;
  }

  .children-experience-list .journey-icon {
    margin: 0;
  }

  .children-experience-list .shield-icon {
    height: 70px;
  }
}


/* Second band header: left title, vertical divider, body copy */
.children-band-stacked .children-band-header {
  max-width: none;
  margin: 0 0 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.18);
  display: grid;
  grid-template-columns: minmax(260px, .75fr) 1px minmax(420px, 1.25fr);
  gap: 28px;
  align-items: center;
  text-align: left;
}

.children-band-stacked .children-band-header h2 {
  margin: 0;
  max-width: 420px;
}

.children-band-stacked .children-band-header p {
  margin: 0;
  max-width: 760px;
  color: rgba(255,255,255,.84);
  font-size: 1.05rem;
  line-height: 1.55;
}

.children-band-divider {
  width: 1px;
  height: 92px;
  background: rgba(255,255,255,.28);
}

@media (max-width: 860px) {
  .children-band-stacked .children-band-header {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 22px;
  }

  .children-band-divider {
    width: 100%;
    height: 1px;
  }

  .children-band-stacked .children-band-header h2,
  .children-band-stacked .children-band-header p {
    max-width: none;
  }
}


/* Keep the second band title phrase tighter */
.children-band-stacked .children-band-header h2 {
  max-width: 520px;
}


/* Make the second band header columns evenly split */
.children-band-stacked .children-band-header {
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
}

.children-band-stacked .children-band-header h2,
.children-band-stacked .children-band-header p {
  max-width: none;
}

@media (max-width: 860px) {
  .children-band-stacked .children-band-header {
    grid-template-columns: 1fr;
  }
}
