:root {
  --navy: #071b49;
  --deep: #041438;
  --blue: #0357d6;
  --sky: #eaf4ff;
  --lime: #9bd51d;
  --orange: #ff5a00;
  --purple: #824ce8;
  --ink: #081838;
  --muted: #53627e;
  --line: #dbe5f5;
  --white: #fff;
  --shadow: 0 18px 48px rgba(7, 27, 73, .13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 88px;
  padding: 0 clamp(18px, 5vw, 112px);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 1px 0 rgba(7, 27, 73, .08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  display: inline-flex;
  align-items: baseline;
  color: var(--blue);
  font-size: 44px;
  font-weight: 900;
  line-height: .82;
}

.brand-mark span:first-child {
  color: var(--lime);
  font-size: 54px;
}

.brand-mark span:nth-child(2) {
  color: var(--orange);
  font-size: 30px;
}

.brand-name {
  display: grid;
  color: var(--blue);
  font-size: 20px;
  font-weight: 900;
  line-height: .95;
}

.brand-name b {
  color: var(--orange);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2vw, 34px);
  color: #061536;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.main-nav a {
  padding: 10px 0;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav .is-current {
  color: var(--blue);
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(7, 27, 73, .14);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #064ed2, #0037a7);
}

.button-hot {
  color: #fff;
  background: linear-gradient(135deg, #ff6808, #f24800);
}

.button-gold {
  color: #fff;
  background: #aa7a00;
}

.button-outline {
  color: #003bb2;
  border-color: #0f55df;
  background: rgba(255, 255, 255, .72);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 500px) 1fr minmax(240px, 340px);
  min-height: 560px;
  overflow: hidden;
  background: #f7fbff;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: #d9e6f5;
}

.hero-copy {
  position: relative;
  z-index: 4;
  align-self: center;
  padding: 40px 0 40px clamp(22px, 7.5vw, 112px);
}

.script {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  color: var(--deep);
  font-family: "Segoe Print", "Bradley Hand ITC", cursive;
  font-size: 19px;
  line-height: 1.05;
}

.script::after,
.section-heading p::before,
.heart-line {
  content: "";
  display: block;
  height: 3px;
  margin-top: 4px;
  background: var(--lime);
  border-radius: 99px;
}

.script::after {
  width: 76px;
}

h1 {
  max-width: 430px;
  margin: 0 0 16px;
  color: var(--deep);
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 900;
  line-height: .94;
}

h1 span {
  color: var(--orange);
  text-decoration: underline;
  text-decoration-color: var(--lime);
  text-decoration-thickness: 4px;
  text-underline-offset: 7px;
}

.lead {
  max-width: 455px;
  margin: 0 0 24px;
  color: #0c1b38;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #f7fbff 0%, rgba(247, 251, 255, .97) 24%, rgba(247, 251, 255, .58) 35%, rgba(247, 251, 255, .08) 47%, rgba(247, 251, 255, 0) 54%),
    linear-gradient(0deg, rgba(4, 20, 56, .08), rgba(4, 20, 56, .08)),
    url("assets/kids-in-seats-hero.png") 62% center / cover no-repeat;
}

.hero-accents {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.hero-accents::before,
.hero-accents::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.hero-accents::before {
  top: 19%;
  left: 46%;
  width: 74px;
  height: 74px;
  background: rgba(155, 213, 29, .1);
}

.hero-accents::after {
  right: 34%;
  bottom: 12%;
  width: 112px;
  height: 112px;
  background: rgba(3, 87, 214, .09);
}

.hero-accent {
  position: absolute;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 16px;
  background: rgba(255, 255, 255, .22);
  box-shadow: 0 12px 30px rgba(7, 27, 73, .08);
  backdrop-filter: blur(5px);
}

.hero-accent svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.hero-accent-ticket {
  top: 19%;
  left: 47%;
  color: rgba(155, 213, 29, .7);
  transform: rotate(-8deg);
}

.hero-accent-ball {
  top: 45%;
  left: 43%;
  color: rgba(255, 90, 0, .55);
  transform: scale(.82) rotate(8deg);
}

.hero-accent-event {
  bottom: 13%;
  left: 50%;
  color: rgba(3, 87, 214, .55);
  transform: rotate(7deg);
}

.impact-card {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 56%;
  display: grid;
  gap: 17px;
  width: min(320px, calc(100% - 44px));
  margin: 0;
  padding: 22px 28px 27px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 12px;
  background: rgba(255, 255, 255, .84);
  box-shadow:
    0 28px 70px rgba(4, 20, 56, .26),
    0 8px 24px rgba(4, 20, 56, .12),
    inset 0 1px 0 rgba(255, 255, 255, .8);
  transform: translate(-50%, -40%);
  -webkit-backdrop-filter: blur(15px) saturate(1.15);
  backdrop-filter: blur(15px) saturate(1.15);
}

.impact-kicker {
  margin: 0 0 2px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(7, 27, 73, .12);
  color: var(--deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.stat {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 17px;
  align-items: center;
}

.stat svg {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.stat strong {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.stat span {
  margin-top: 5px;
  color: #101829;
  font-size: 14px;
}

.stat-green {
  color: var(--lime);
}

.stat-orange {
  color: var(--orange);
}

.stat-blue {
  color: var(--blue);
}

.stat-purple {
  color: var(--purple);
}

.content-band {
  padding: 26px clamp(22px, 7.5vw, 112px) 18px;
}

.testimonials {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 34px;
  align-items: start;
}

.section-heading h2 {
  margin: 0 0 4px;
  color: var(--deep);
  font-size: clamp(22px, 2.5vw, 31px);
  font-weight: 900;
}

.section-heading p {
  display: inline-block;
  margin: 0 0 20px;
  color: #25304a;
  font-size: 15px;
  font-weight: 800;
}

.section-heading p::before {
  width: 56px;
  margin-bottom: 7px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
}

.testimonial-card {
  position: relative;
  min-height: 230px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 27, 73, .08);
}

.featured-testimonial {
  color: #fff;
  border-color: transparent;
  background:
    linear-gradient(135deg, rgba(3, 23, 70, .94), rgba(3, 76, 175, .86)),
    url("assets/kids-in-seats-hero.png") center / cover no-repeat;
}

.quote-mark {
  position: absolute;
  top: 8px;
  right: 24px;
  color: var(--lime);
  font-size: 84px;
  font-weight: 900;
  line-height: 1;
}

.testimonial-card p {
  position: relative;
  margin: 0 0 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.testimonial-card strong {
  display: block;
  color: var(--orange);
  font-size: 16px;
  font-weight: 900;
}

.testimonial-card span:last-child {
  display: block;
  margin: 3px 0 0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--muted);
}

.featured-testimonial span:last-child {
  color: rgba(255, 255, 255, .72);
}

.process {
  padding-top: 26px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.process-grid article {
  position: relative;
}

.process-grid article:not(:last-child)::after {
  content: ">";
  position: absolute;
  top: 34px;
  right: -20px;
  color: #112650;
  font-size: 26px;
  font-weight: 500;
}

.process-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: currentColor;
}

.process-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.process-icon.green {
  color: #dff2b4;
}

.process-icon.green svg {
  stroke: var(--lime);
}

.process-icon.orange {
  color: #ffe5d3;
}

.process-icon.orange svg {
  stroke: var(--orange);
}

.process-icon.blue {
  color: #d7e8ff;
}

.process-icon.blue svg {
  stroke: var(--blue);
}

.process-icon.purple {
  color: #ece1ff;
}

.process-icon.purple svg {
  stroke: var(--purple);
}

.process-grid h3 {
  margin: 0 0 5px;
  color: #071737;
  font-size: 15px;
  font-weight: 900;
}

.process-grid p {
  max-width: 185px;
  margin: 0;
  color: #263551;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.reach-section {
  padding: 38px clamp(22px, 7.5vw, 112px) 18px;
}

.reach-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, .8fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  padding: clamp(26px, 4vw, 46px);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(155, 213, 29, .28) 0 4px, transparent 5px),
    radial-gradient(circle at 76% 35%, rgba(255, 90, 0, .35) 0 5px, transparent 6px),
    radial-gradient(circle at 91% 60%, rgba(155, 213, 29, .25) 0 4px, transparent 5px),
    radial-gradient(circle at 70% 76%, rgba(255, 90, 0, .3) 0 5px, transparent 6px),
    linear-gradient(135deg, var(--deep), #0648bd);
  box-shadow: var(--shadow);
}

.reach-copy p {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.65;
}

.reach-copy p:last-child {
  margin-bottom: 0;
}

.reach-highlights {
  display: grid;
  gap: 12px;
}

.reach-highlights div {
  display: grid;
  gap: 5px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(8px);
}

.reach-highlights strong {
  color: var(--lime);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 900;
  line-height: 1;
}

.reach-highlights span {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.gallery-section {
  padding-top: 34px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-auto-rows: 184px;
  gap: 16px;
}

.gallery-tile {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 8px;
  background: #dbe5f5;
  box-shadow: 0 12px 30px rgba(7, 27, 73, .12);
}

.gallery-tile.missing-photo {
  background:
    linear-gradient(180deg, rgba(4, 20, 56, 0) 34%, rgba(4, 20, 56, .78) 100%),
    url("assets/kids-in-seats-hero.png") center / cover no-repeat;
}

.gallery-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 20, 56, 0) 34%, rgba(4, 20, 56, .78) 100%);
}

.gallery-large {
  grid-row: span 2;
}

.gallery-wide {
  grid-column: span 2;
}

.gallery-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-tile span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: 0 0 18px 18px;
  padding: 9px 13px;
  border-radius: 6px;
  color: #fff;
  background: rgba(7, 27, 73, .82);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(280px, 690px) minmax(250px, 380px);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: 70px clamp(22px, 7.5vw, 112px);
  background:
    linear-gradient(90deg, rgba(247, 251, 255, .96), rgba(247, 251, 255, .82)),
    url("assets/kids-in-seats-hero.png") center / cover no-repeat;
}

.page-hero h1 {
  max-width: 720px;
}

.supporter-note {
  display: grid;
  gap: 8px;
  padding: 28px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--deep), #0648bd);
  box-shadow: var(--shadow);
}

.supporter-note strong {
  color: var(--lime);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.supporter-note span {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.supporter-board-section {
  padding: 38px clamp(22px, 7.5vw, 112px) 18px;
}

.partner-intro {
  max-width: 880px;
  margin: 0 0 24px;
  color: #31405b;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.6;
}

.partner-showcase {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.partner-card {
  display: grid;
  grid-template-rows: 110px auto;
  gap: 16px;
  align-items: center;
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 27, 73, .08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.partner-card:hover,
.partner-card:focus-visible {
  border-color: rgba(3, 87, 214, .35);
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(7, 27, 73, .14);
}

.partner-card:focus-visible {
  outline: 3px solid rgba(3, 87, 214, .22);
  outline-offset: 3px;
}

.partner-card img {
  display: block;
  max-width: 150px;
  max-height: 82px;
  margin: auto;
  object-fit: contain;
}

.partner-card span {
  color: var(--deep);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.supporter-network {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.supporter-network-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}

.supporter-network-heading h3 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1;
}

.partner-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.partner-categories span {
  padding: 8px 11px;
  border: 1px solid #c9d7ea;
  border-radius: 99px;
  color: #17427e;
  background: #f5f9ff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.supporter-board {
  padding: clamp(16px, 3vw, 28px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(7, 27, 73, .08);
}

.supporter-board-image {
  position: relative;
}

.supporter-board img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.supporter-logo-link {
  position: absolute;
  display: block;
  border-radius: 8px;
}

.supporter-logo-link:focus-visible {
  outline: 3px solid #1d5dff;
  outline-offset: 4px;
}

.supporter-logo-link-mets {
  left: 1.3%;
  top: 1.7%;
  width: 8.2%;
  height: 21.2%;
}

.supporter-logo-link-islanders {
  left: 11.0%;
  top: 1.7%;
  width: 8.2%;
  height: 21.2%;
}

.supporter-logo-link-yankees {
  left: 71.8%;
  top: 1.8%;
  width: 8.1%;
  height: 21.2%;
}

.supporter-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin: 28px clamp(22px, 7.5vw, 112px);
  padding: 28px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0037b8, #0064e8);
}

.supporter-cta h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 1;
}

.supporter-cta p {
  max-width: 760px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.legal-note {
  margin: 0 clamp(22px, 7.5vw, 112px) 34px;
  padding: 18px 20px;
  border-left: 4px solid var(--lime);
  background: #f5f9ff;
}

.legal-note p {
  margin: 0;
  color: #394761;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.faq-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding: 38px clamp(22px, 7.5vw, 112px);
}

.faq-nav {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 27, 73, .08);
}

.faq-nav a {
  padding: 12px 14px;
  border-radius: 6px;
  color: var(--deep);
  background: #f5f9ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.faq-nav a:hover,
.faq-nav a:focus-visible {
  color: #fff;
  background: var(--blue);
}

.faq-content {
  display: grid;
  gap: 42px;
}

.faq-group {
  scroll-margin-top: 118px;
}

.faq-group details {
  scroll-margin-top: 118px;
}

.faq-group details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(7, 27, 73, .06);
}

.faq-group details + details {
  margin-top: 12px;
}

.faq-group summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 17px 54px 17px 20px;
  color: var(--deep);
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  list-style: none;
}

.faq-group summary::-webkit-details-marker {
  display: none;
}

.faq-group summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-size: 20px;
  line-height: 1;
}

.faq-group details[open] summary::after {
  content: "-";
}

.faq-group details[open] summary {
  color: var(--blue);
}

.faq-group details p {
  margin: 0;
  padding: 0 20px 20px;
  color: #31405b;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.faq-group details a,
.faq-hero .lead a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.mission-section,
.leadership-section {
  padding: 38px clamp(22px, 7.5vw, 112px);
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mission-grid article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 27, 73, .08);
}

.mission-grid h3 {
  margin: 0 0 10px;
  color: var(--deep);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
}

.mission-grid p {
  margin: 0;
  color: #31405b;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.mission-section-tight {
  padding-top: 12px;
}

.about-problem,
.about-goal {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 27, 73, .08);
}

.about-problem ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-problem li {
  position: relative;
  padding-left: 30px;
  color: #263551;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.55;
}

.about-problem li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(255, 90, 0, .12);
}

.about-goal p {
  margin: 0 0 16px;
  color: #263551;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.65;
}

.about-goal p:last-child {
  margin-bottom: 0;
}

.mission-statement p:first-child {
  color: var(--deep);
  font-size: 18px;
  font-weight: 800;
}

.chairman-profile {
  display: grid;
  grid-template-columns: minmax(280px, 440px) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(7, 27, 73, .12);
}

.chairman-photo {
  min-height: 520px;
  background: var(--deep);
}

.chairman-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.chairman-bio {
  align-self: center;
  padding: clamp(28px, 4vw, 46px) clamp(24px, 4vw, 52px) clamp(28px, 4vw, 46px) 0;
}

.role-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 6px;
  color: #fff;
  background: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.chairman-bio h3 {
  margin: 0 0 18px;
  color: var(--deep);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  line-height: .95;
}

.chairman-bio p {
  margin: 0 0 16px;
  color: #263551;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.chairman-bio p:last-child {
  margin-bottom: 0;
}

.team-section {
  padding: 38px clamp(22px, 7.5vw, 112px);
}

.team-grid {
  display: grid;
  gap: 22px;
}

.team-member {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(7, 27, 73, .1);
}

.team-member-featured {
  border-color: rgba(255, 90, 0, .3);
}

.team-photo {
  min-height: 390px;
  background: var(--deep);
}

.team-photo.team-photo-natural {
  align-self: start;
  min-height: 0;
  aspect-ratio: 1;
}

.team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.team-copy {
  align-self: center;
  padding: 34px 34px 34px 0;
}

.team-copy h3 {
  margin: 0 0 16px;
  color: var(--deep);
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 900;
  line-height: .98;
}

.team-copy p {
  margin: 0 0 14px;
  color: #263551;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.62;
}

.team-copy p:last-child {
  margin-bottom: 0;
}

.advisor-section,
.team-contact {
  padding: 12px clamp(22px, 7.5vw, 112px) 38px;
}

.advisor-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.advisor-grid article {
  min-height: 130px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 27, 73, .07);
}

.advisor-grid h3 {
  margin: 10px 0 0;
  color: var(--deep);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #c9d7ea;
  border-radius: 6px;
  color: var(--blue);
  background: #fff;
  font-size: 14px;
  font-weight: 900;
}

.donation-tiers,
.donate-form-section {
  padding: 38px clamp(22px, 7.5vw, 112px);
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tier-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 360px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 27, 73, .08);
}

.tier-card-featured {
  border-color: rgba(255, 90, 0, .35);
  box-shadow: 0 18px 48px rgba(255, 90, 0, .16);
}

.best-value {
  align-self: flex-start;
  padding: 7px 10px;
  border-radius: 6px;
  color: #fff;
  background: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tier-card h3 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1;
}

.tier-price {
  margin: 0;
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
}

.tier-card ul {
  display: grid;
  gap: 10px;
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tier-card li {
  position: relative;
  padding-left: 24px;
  color: #31405b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.tier-card li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
}

.donate-form-section {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  background: #f5f9ff;
}

.donation-checkout-card {
  display: grid;
  gap: 16px;
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 27, 73, .1);
}

.donation-checkout-card h3 {
  max-width: 560px;
  margin: 0;
  color: var(--deep);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.05;
}

.donation-checkout-card > p {
  max-width: 640px;
  margin: 0;
  color: #31405b;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.6;
}

.donation-checkout-card .button {
  justify-self: start;
}

.checkout-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding-top: 4px;
}

.checkout-trust span {
  padding: 8px 11px;
  border-radius: 99px;
  color: #17427e;
  background: #eaf4ff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.donate-copy p {
  margin: 0;
  color: #31405b;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.6;
}

.donation-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(7, 27, 73, .08);
}

.donation-form label {
  display: grid;
  gap: 8px;
  color: var(--deep);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.donation-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid #c9d7ea;
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  font-weight: 650;
}

.amount-field {
  display: grid;
  grid-template-columns: 42px 1fr;
  overflow: hidden;
  border: 1px solid #c9d7ea;
  border-radius: 6px;
}

.amount-field span {
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #edf5ff;
  font-size: 18px;
  font-weight: 900;
}

.amount-field input {
  border: 0;
  border-radius: 0;
}

.donation-form button,
.form-note {
  grid-column: 1 / -1;
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.contact-page {
  display: grid;
  grid-template-columns: minmax(300px, 42vw) 1fr;
  min-height: calc(100vh - 88px);
}

.contact-info-panel {
  display: grid;
  align-content: center;
  gap: 86px;
  padding: clamp(42px, 7vw, 120px);
  color: #fff;
  background: var(--orange);
}

.contact-info-panel h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
}

.contact-info-list {
  display: grid;
  gap: 28px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.12;
}

.contact-info-list a {
  width: max-content;
}

.contact-info-list address {
  margin: 0;
  font-style: normal;
}

.contact-info-list strong {
  display: block;
}

.contact-info-list p {
  margin: 0;
}

.contact-form-panel {
  display: grid;
  align-content: center;
  padding: clamp(42px, 8vw, 130px) clamp(28px, 9vw, 150px);
  background: #fff;
}

.contact-form {
  display: grid;
  gap: 26px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.contact-form label {
  display: grid;
  gap: 11px;
  color: #111;
  font-size: 17px;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 47px;
  padding: 10px 12px;
  border: 1px solid #111;
  border-radius: 0;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 16px;
}

.contact-form textarea {
  resize: vertical;
}

.partner-band {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  margin: 26px clamp(22px, 7.5vw, 112px) 0;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.partner-band p {
  margin: 0;
  color: var(--deep);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.partner-logos span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 52px;
  padding: 9px 14px;
  border: 1px solid #c9d7ea;
  border-radius: 6px;
  background: #fff;
}

.partner-logos .wide-logo {
  width: 152px;
}

.partner-logos img {
  display: block;
  max-width: 100%;
  max-height: 32px;
  object-fit: contain;
}

.transparency-section {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) minmax(240px, 330px);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  margin: 42px clamp(22px, 7.5vw, 112px) 0;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 10px 10px 0 0;
  background:
    linear-gradient(135deg, rgba(234, 244, 255, .72), rgba(255, 255, 255, .95)),
    #fff;
  box-shadow: 0 18px 44px rgba(7, 27, 73, .08);
}

.transparency-seal {
  display: block;
  width: clamp(96px, 9vw, 118px);
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(7, 27, 73, .12);
  transition: transform .2s ease, box-shadow .2s ease;
}

.transparency-seal:hover,
.transparency-seal:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 13px 28px rgba(7, 27, 73, .18);
}

.transparency-seal:focus-visible {
  outline: 3px solid rgba(3, 87, 214, .28);
  outline-offset: 4px;
}

.transparency-seal img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.trust-label {
  margin: 0 0 7px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.transparency-copy h2 {
  margin: 0 0 9px;
  color: var(--deep);
  font-size: clamp(23px, 2.4vw, 32px);
  font-weight: 900;
  line-height: 1;
}

.transparency-copy > p:last-child {
  max-width: 720px;
  margin: 0;
  color: #31405b;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.transparency-facts {
  display: grid;
  gap: 10px;
}

.transparency-facts span {
  position: relative;
  padding-left: 23px;
  color: var(--deep);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.transparency-facts span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #fff;
  background: var(--lime);
}

.transparency-section + .site-footer {
  margin-top: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  margin-top: 22px;
  padding: 14px clamp(22px, 7.5vw, 112px);
  color: #fff;
  background: linear-gradient(90deg, #0037b8, #0064e8);
}

.heart-line {
  width: 34px;
  margin: 0 0 4px;
  background: var(--lime);
}

.site-footer strong {
  display: block;
  font-size: 15px;
  font-weight: 900;
}

.site-footer p,
.site-footer a {
  margin: 2px 0 0;
  font-size: 13px;
  font-weight: 700;
}

.site-footer p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 1320px) {
  .site-header {
    grid-template-columns: auto auto 1fr;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
    grid-column: 3;
  }

  .main-nav,
  .header-actions {
    display: none;
  }

  .site-header.nav-open .main-nav,
  .site-header.nav-open .header-actions {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .hero {
    grid-template-columns: minmax(300px, 1fr) minmax(255px, 330px);
  }

  .hero-image {
    background-position: 58% center;
  }

  .impact-card {
    left: 57%;
  }

  .hero-accent-ticket {
    left: 45%;
  }

  .hero-accent-ball {
    left: 41%;
  }

  .hero-accent-event {
    left: 47%;
  }

  .mission-grid,
  .chairman-profile,
  .team-member,
  .advisor-grid,
  .tier-grid,
  .donate-form-section,
  .contact-page,
  .form-row {
    grid-template-columns: 1fr;
  }

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

  .supporter-network-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .partner-categories {
    justify-content: flex-start;
  }

  .chairman-bio,
  .team-copy {
    padding: 0 28px 32px;
  }

  .testimonials {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) and (min-width: 861px) {
  .hero-copy {
    width: 50%;
    padding-left: 36px;
  }

  .hero-copy h1 {
    font-size: 44px;
  }

  .hero-copy .lead {
    font-size: 14px;
    line-height: 1.4;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .button {
    padding-inline: 14px;
    font-size: 12px;
  }

  .impact-card {
    right: 22px;
    left: auto;
    width: 280px;
    padding-inline: 22px;
    transform: translateY(-40%);
  }

  .hero-accents {
    display: none;
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 74px;
  }

  .brand-mark {
    font-size: 36px;
  }

  .brand-mark span:first-child {
    font-size: 44px;
  }

  .brand-name {
    font-size: 17px;
  }

  .hero {
    display: block;
    min-height: 0;
    padding-bottom: 20px;
    background: #f7fbff;
  }

  .hero-copy {
    padding: 34px 22px 20px;
  }

  .hero-image {
    position: relative;
    inset: auto;
    min-height: 265px;
    background:
      linear-gradient(180deg, #f7fbff 0%, rgba(247, 251, 255, .12) 22%, rgba(247, 251, 255, 0) 42%),
      linear-gradient(0deg, rgba(4, 20, 56, .06), rgba(4, 20, 56, .06)),
      url("assets/kids-in-seats-hero.png") 62% center / cover no-repeat;
  }

  .hero-accents {
    display: none;
  }

  .impact-card {
    position: relative;
    top: auto;
    left: auto;
    margin: -34px 22px 0;
    width: auto;
    transform: none;
    -webkit-backdrop-filter: blur(12px) saturate(1.1);
    backdrop-filter: blur(12px) saturate(1.1);
  }

  .chairman-photo,
  .team-photo {
    min-height: 360px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 330px;
  }

  .process-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 210px;
  }

  .gallery-large {
    grid-row: span 1;
  }

  .gallery-wide {
    grid-column: span 1;
  }

  .process-grid article:not(:last-child)::after {
    display: none;
  }

  .process-grid p {
    max-width: 100%;
  }

  .partner-band,
  .page-hero,
  .reach-panel,
  .transparency-section,
  .supporter-cta,
  .faq-layout,
  .site-footer {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .transparency-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .faq-nav {
    position: static;
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
  }

  .donation-form {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 520px) {
  .button {
    width: 100%;
    padding-inline: 16px;
  }

  .site-header.nav-open .header-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .testimonial-card {
    min-height: auto;
    padding: 24px;
  }

  .stat strong {
    font-size: 24px;
  }

  .transparency-section {
    justify-items: start;
    margin-top: 30px;
    padding: 22px;
  }

  .transparency-seal {
    width: 96px;
  }

  .transparency-facts {
    grid-template-columns: 1fr;
  }

  .partner-showcase {
    grid-template-columns: 1fr;
  }

  .partner-card {
    grid-template-rows: 90px auto;
    min-height: 165px;
  }

  .partner-categories span {
    font-size: 10px;
  }

  .supporter-board {
    padding: 10px;
  }
}
