:root {
  --ink: #141512;
  --paper: #f3efe4;
  --cream: #fffaf0;
  --signal: #e73b2f;
  --acid: #d8ff49;
  --muted: #77796f;
  --line: rgba(20, 21, 18, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header {
  height: 88px;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
  background: rgba(243,239,228,.96);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}
.wordmark { text-decoration: none; display: grid; grid-template-columns: auto auto; align-items: end; width: max-content; line-height: .78; gap: .16rem; }
.wordmark span { font: 400 2rem/1 "Bebas Neue", sans-serif; letter-spacing: .01em; }
.wordmark span:nth-child(2) { color: var(--signal); }
.wordmark small { grid-column: 1 / -1; margin-top: .25rem; font-size: .53rem; text-transform: uppercase; letter-spacing: .32em; font-weight: 800; }
.site-header nav { display: flex; justify-content: center; gap: clamp(1rem, 3vw, 2.8rem); }
.site-header nav a, .header-call { font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
.header-call { padding: .75rem 1rem; border: 1px solid var(--ink); }
.header-call span { color: var(--signal); }

.hero {
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: 1.28fr .72fr;
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
}
.hero-copy { padding: clamp(4rem, 8vw, 8.5rem) clamp(1.25rem, 6vw, 7rem); align-self: center; }
.eyebrow { margin: 0 0 1.2rem; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1, .section h2, .discipline-section h2, .visit h2 {
  margin: 0;
  font: 400 clamp(4.8rem, 11vw, 10.8rem)/.76 "Bebas Neue", sans-serif;
  letter-spacing: -.015em;
  text-transform: uppercase;
}
.hero h1 em { color: var(--signal); font-style: normal; }
.hero-lede { max-width: 660px; margin: 2.2rem 0 0; font-size: clamp(1.05rem, 1.6vw, 1.35rem); font-weight: 500; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 52px; padding: .85rem 1.25rem; text-decoration: none; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; border: 1px solid var(--ink); transition: transform .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover { background: var(--signal); border-color: var(--signal); }
.button-quiet { background: transparent; }
.hero-mark { background: var(--ink); color: #fff; position: relative; min-height: 600px; overflow: hidden; }
.hero-mark::before { content: ""; position: absolute; width: 160%; height: 130px; background: var(--signal); left: -25%; top: 46%; transform: rotate(-24deg); }
.hero-mark::after { content: ""; position: absolute; inset: 2rem; border: 1px solid rgba(255,255,255,.2); }
.hero-number { position: absolute; top: 6%; right: 8%; font: 400 clamp(8rem, 18vw, 19rem)/1 "Bebas Neue"; color: rgba(255,255,255,.06); }
.hero-grid { position: absolute; left: 3.5rem; right: 3.5rem; bottom: 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; z-index: 2; }
.hero-grid span { border-top: 1px solid rgba(255,255,255,.4); padding-top: .65rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .17em; }
.stamp { position: absolute; left: 3rem; top: 3rem; border: 1px solid var(--acid); color: var(--acid); border-radius: 50%; width: 110px; height: 110px; display: grid; place-items: center; text-align: center; font: 400 1.25rem/1 "Bebas Neue"; letter-spacing: .08em; transform: rotate(-8deg); z-index: 2; }
.audience-strip { min-height: 64px; padding: .8rem 3rem; display: flex; align-items: center; justify-content: center; gap: 2rem; background: var(--acid); font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.audience-strip i { width: 5px; height: 5px; background: var(--ink); transform: rotate(45deg); }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem); }
.section-heading { max-width: 930px; margin-bottom: 3.2rem; }
.section-heading h2, .about h2, .first-class h2 { font-size: clamp(3.9rem, 7vw, 7rem); }
.section-heading > p:last-child { max-width: 650px; font-size: 1.05rem; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.path-card { min-height: 480px; padding: 2rem; display: flex; flex-direction: column; border-right: 1px solid var(--ink); position: relative; overflow: hidden; }
.path-card:last-child { border: 0; }
.path-card::before { content: ""; position: absolute; width: 160px; height: 160px; border: 35px solid rgba(20,21,18,.07); border-radius: 50%; right: -75px; top: -75px; }
.path-label { width: max-content; padding: .35rem .55rem; border: 1px solid var(--ink); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.path-card h3 { margin: 2rem 0 .5rem; font: 400 clamp(3.5rem, 5vw, 5.2rem)/1 "Bebas Neue"; text-transform: uppercase; }
.path-card p { min-height: 75px; }
.path-card ul { margin: 1rem 0 2rem; padding: 0; list-style: none; }
.path-card li { padding: .55rem 0; border-top: 1px solid rgba(20,21,18,.2); font-size: .85rem; font-weight: 600; }
.path-card > a { margin-top: auto; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .75rem; }
.path-youth { background: var(--signal); color: #fff; }
.path-youth .path-label { border-color: #fff; }
.path-youth li { border-color: rgba(255,255,255,.3); }
.path-teen { background: var(--cream); }
.path-adult { background: var(--ink); color: #fff; }
.path-adult .path-label { border-color: #fff; }
.path-adult li { border-color: rgba(255,255,255,.25); }

.discipline-section { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--ink); color: #fff; padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem); }
.discipline-section h2 { font-size: clamp(4rem, 7vw, 7.3rem); color: var(--cream); }
.discipline-list { border-top: 1px solid rgba(255,255,255,.25); }
.discipline-list > div { display: grid; grid-template-columns: 50px 1fr auto; gap: 1rem; align-items: center; min-height: 76px; border-bottom: 1px solid rgba(255,255,255,.25); }
.discipline-list span { color: var(--signal); font: 400 1.4rem "Bebas Neue"; }
.discipline-list strong { font-size: clamp(1rem, 1.6vw, 1.35rem); }
.discipline-list small { color: #aaa; text-align: right; }

.about { display: grid; grid-template-columns: .85fr 1.15fr; padding-left: 0; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-quote { background: var(--signal); color: #fff; min-height: 620px; padding: clamp(3rem, 6vw, 6rem); display: flex; flex-direction: column; justify-content: center; }
.quote-mark { font: 400 8rem/.5 Georgia, serif; }
.about blockquote { margin: 2rem 0; font: 400 clamp(2.5rem, 4vw, 4.2rem)/.98 "Bebas Neue"; text-transform: uppercase; }
.about-quote p { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.about-copy { padding-right: clamp(1rem, 6vw, 7rem); }
.about-copy > p:not(.eyebrow) { font-size: 1.05rem; }
.facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2.5rem; }
.facts div { border-top: 2px solid var(--ink); padding-top: .8rem; }
.facts strong { display: block; font: 400 3.6rem/1 "Bebas Neue"; color: var(--signal); }
.facts span { font-size: .72rem; font-weight: 700; }

.first-class { border-top: 1px solid var(--ink); }
.steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--ink); }
.steps li { padding: 2rem; display: flex; gap: 1.2rem; min-height: 230px; border-right: 1px solid var(--ink); }
.steps li:last-child { border: 0; }
.steps span { font: 400 1.7rem "Bebas Neue"; color: var(--signal); }
.steps h3 { margin: 0 0 .6rem; font: 400 2rem "Bebas Neue"; text-transform: uppercase; }
.steps p { margin: 0; font-size: .9rem; }
.first-class-cta { margin-top: 2rem; display: flex; justify-content: flex-end; align-items: center; gap: 1.25rem; }
.first-class-cta p { font-weight: 800; }

.visit { background: var(--signal); color: #fff; display: grid; grid-template-columns: 1fr 1fr; }
.visit-copy { padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); }
.visit h2 { font-size: clamp(5rem, 9vw, 9rem); }
.visit address { margin-top: 2rem; font-style: normal; font-size: 1.15rem; font-weight: 700; }
.visit-links { display: grid; gap: .5rem; margin-top: 2rem; }
.visit-links a { width: max-content; font-weight: 700; }
.visit-panel { background: var(--acid); color: var(--ink); padding: clamp(4rem, 8vw, 8rem); display: flex; flex-direction: column; justify-content: center; }
.visit-panel > p { font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.visit-panel h3 { margin: .8rem 0 2rem; font: 400 clamp(3rem, 5vw, 5rem)/.95 "Bebas Neue"; text-transform: uppercase; }
.button-light { background: var(--cream); width: max-content; }

footer { background: var(--ink); color: #fff; padding: 3rem clamp(1.25rem, 6vw, 7rem); display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; }
.wordmark-footer span:nth-child(2) { color: var(--signal); }
footer p { text-align: center; font-size: .75rem; color: #aaa; }
footer div { display: flex; gap: 1rem; }
footer div a { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
footer > small { grid-column: 1 / -1; text-align: center; color: #777; }
.mobile-bar { display: none; }

a:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: auto 1fr; }
  .site-header nav { display: none; }
  .header-call { justify-self: end; }
  .header-call span { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 610px; }
  .hero-mark { min-height: 420px; }
  .path-grid, .steps { grid-template-columns: 1fr; }
  .path-card, .steps li { border-right: 0; border-bottom: 1px solid var(--ink); }
  .path-card:last-child, .steps li:last-child { border-bottom: 0; }
  .path-card { min-height: 420px; }
  .discipline-section, .about, .visit { grid-template-columns: 1fr; }
  .discipline-intro { margin-bottom: 3rem; }
  .about { padding: 0; }
  .about-copy { padding: 5rem 1.25rem; }
  .about-quote { min-height: 500px; }
  footer { grid-template-columns: 1fr; justify-items: center; }
}

@media (max-width: 600px) {
  body { padding-bottom: 62px; }
  .site-header { height: 72px; padding: 0 1rem; grid-template-columns: 1fr; }
  .wordmark span { font-size: 1.65rem; }
  .header-call { display: none; }
  .hero-copy { min-height: 560px; width: 100%; max-width: 100vw; padding: 5rem 1.25rem 3.5rem; }
  .hero-copy, .section-heading { min-width: 0; }
  .hero h1 { font-size: clamp(3.7rem, 13.8vw, 4.25rem); }
  .hero .eyebrow { max-width: 300px; line-height: 1.45; }
  .hero-lede { max-width: 100%; font-size: .96rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; padding-inline: .75rem; text-align: center; white-space: normal; }
  .hero-mark { min-height: 330px; }
  .stamp { left: 1.5rem; top: 1.5rem; width: 90px; height: 90px; font-size: 1rem; }
  .hero-grid { left: 1.5rem; right: 1.5rem; bottom: 2rem; }
  .audience-strip { justify-content: flex-start; overflow-x: auto; padding: .8rem 1.25rem; gap: 1rem; white-space: nowrap; }
  .section, .discipline-section { padding: 5rem 1.25rem; }
  .section-heading h2, .about h2, .first-class h2, .discipline-section h2 { font-size: 4.2rem; }
  .path-card { padding: 1.5rem; }
  .discipline-list > div { grid-template-columns: 38px 1fr; }
  .discipline-list small { grid-column: 2; text-align: left; margin-top: -.8rem; }
  .about-quote { min-height: 470px; padding: 3rem 1.25rem; }
  .about blockquote { font-size: 2.8rem; }
  .facts { grid-template-columns: 1fr; }
  .facts div { display: grid; grid-template-columns: 80px 1fr; align-items: center; }
  .first-class-cta { align-items: stretch; flex-direction: column; }
  .visit-copy, .visit-panel { padding: 5rem 1.25rem; }
  .visit h2 { font-size: 5.2rem; }
  footer { padding-bottom: 3rem; }
  .mobile-bar { display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; background: var(--ink); border-top: 1px solid rgba(255,255,255,.2); }
  .mobile-bar a { color: #fff; text-decoration: none; text-align: center; padding: 1.1rem .5rem; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
  .mobile-bar a:last-child { background: var(--signal); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
