:root {
  --black: #050505;
  --black-soft: #10110f;
  --paper: #f3f3ed;
  --white: #ffffff;
  --green: #38ff2f;
  --green-soft: #b9ffac;
  --cyan: #37e7ff;
  --magenta: #ff37d1;
  --ink: #11130f;
  --muted-dark: #6d7067;
  --muted-light: #b5b8ae;
  --line-dark: rgba(17, 19, 15, 0.16);
  --line-light: rgba(255, 255, 255, 0.16);
  --display: "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.58;
  overflow-x: hidden;
}

::selection { color: var(--black); background: var(--green); }
a { color: inherit; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--black);
  background: var(--green);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  gap: 32px;
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-light);
}

.brand { display: inline-flex; align-items: center; width: 240px; }
.brand img { width: 100%; height: auto; }

.site-header nav { display: flex; justify-content: center; gap: 28px; }
.site-header nav a,
.nav-cta {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header nav a { color: #d5d7d0; }
.site-header nav a:hover { color: var(--green); }
.nav-cta { padding: 11px 14px; border: 1px solid rgba(56,255,47,.7); color: var(--green); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  align-items: center;
  min-height: 820px;
  padding: 150px max(32px, calc((100vw - 1380px) / 2)) 78px;
  isolation: isolate;
  overflow: hidden;
  background: var(--black);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.92) 39%, rgba(5,5,5,.45) 68%, rgba(5,5,5,.24) 100%),
    linear-gradient(0deg, rgba(5,5,5,.94) 0%, transparent 38%);
}

.hero-media {
  position: absolute;
  inset: 0 0 0 34%;
  z-index: -2;
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 63% center; }

.matrix-rain {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .3;
  background-image:
    linear-gradient(rgba(56,255,47,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56,255,47,.07) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, black 0%, transparent 70%);
}

.hero-copy { position: relative; z-index: 1; max-width: 930px; }
.eyebrow {
  margin-bottom: 20px;
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .2em;
  text-transform: uppercase;
}

h1, h2 {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .91;
  text-transform: uppercase;
}
h1 { max-width: 960px; margin-bottom: 28px; font-size: clamp(68px, 8.4vw, 136px); }
h1 span {
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1.4px var(--white);
  text-shadow: 3px 0 var(--cyan), -3px 0 var(--magenta);
}

.hero-lead { max-width: 600px; margin-bottom: 34px; color: #d2d4ce; font-size: clamp(18px, 1.5vw, 22px); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}
.button-primary { color: var(--black); background: var(--green); }
.button-primary:hover { background: var(--white); }
.button-ghost { color: var(--ink); border-color: var(--line-dark); background: transparent; }
.button-ghost:hover { border-color: var(--green); }
.text-link { color: var(--white); font-size: 12px; font-weight: 750; text-underline-offset: 6px; }
.text-link span { margin-left: 4px; color: var(--green); }

.hero-seal { position: absolute; right: 5.5vw; bottom: 105px; width: clamp(110px, 12vw, 184px); }
.hero-seal img { filter: drop-shadow(0 15px 38px rgba(0,0,0,.55)); }

.hero-footer {
  position: absolute;
  inset: auto max(32px, calc((100vw - 1380px) / 2)) 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line-light);
}
.hero-footer span {
  padding: 21px 14px;
  border-right: 1px solid var(--line-light);
  color: var(--muted-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-align: center;
  text-transform: uppercase;
}
.hero-footer span:first-child { color: var(--green); }
.hero-footer span:last-child { border-right: 0; }

.open-house {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  color: var(--white);
  background: var(--black-soft);
  scroll-margin-top: 20px;
}
.open-house-intro {
  padding: clamp(70px, 7vw, 110px) max(32px, calc((100vw - 1380px) / 2));
  padding-right: clamp(42px, 6vw, 90px);
  background:
    linear-gradient(145deg, rgba(56,255,47,.09), transparent 42%),
    var(--black);
}
.open-house h2 { margin-bottom: 30px; font-size: clamp(64px, 7vw, 108px); }
.open-house h2 span { color: var(--green); }
.open-house-lead { max-width: 590px; color: #c4c7bf; font-size: 18px; }
.open-house-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 48px; }
.button-light { color: var(--white); border-color: rgba(255,255,255,.5); background: transparent; }
.button-light:hover { color: var(--black); background: var(--white); }
.event-facts { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.event-facts li { display: flex; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line-light); }
.event-facts strong { color: var(--white); font-size: 12px; text-transform: uppercase; }
.event-facts span { color: #92968c; font-size: 12px; text-align: right; }
.open-house-details { padding: clamp(70px, 7vw, 110px) max(32px, calc((100vw - 1380px) / 2)) clamp(70px, 7vw, 110px) clamp(42px, 6vw, 90px); color: var(--ink); background: var(--paper); }
.open-house-details .eyebrow { margin-bottom: 10px; color: #169f18; }
.venue-card { display: grid; grid-template-columns: .65fr 1.35fr 1fr auto; gap: 22px; align-items: end; padding-bottom: 30px; border-bottom: 1px solid var(--line-dark); }
.venue-card h3, .venue-card p { margin-bottom: 0; }
.venue-card h3 { font-family: var(--display); font-size: 27px; line-height: 1; text-transform: uppercase; }
.venue-card p { color: #62665c; font-size: 13px; }
.venue-card a { color: #169f18; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: 4px; }
.week-schedule article { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.week-schedule article > div span, .week-schedule article > div strong { display: block; }
.week-schedule article > div span { color: #169f18; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.week-schedule article > div strong { margin-top: 4px; font-family: var(--display); font-size: 24px; line-height: 1; text-transform: uppercase; }
.week-schedule ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.week-schedule li { display: grid; grid-template-columns: 90px 1fr; gap: 16px; align-items: baseline; }
.week-schedule time { color: #62665c; font-size: 11px; font-weight: 800; }
.week-schedule li > span { font-size: 14px; font-weight: 750; }
.week-schedule em { margin-left: 7px; padding: 3px 6px; color: var(--black); background: var(--green); font-size: 8px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.week-schedule small { display: block; color: #6b6f65; font-size: 11px; font-weight: 500; }
.pass-note { display: flex; justify-content: space-between; gap: 28px; margin-top: 28px; padding: 24px; color: var(--white); background: var(--black-soft); }
.pass-note strong { color: var(--green); font-family: var(--display); font-size: 23px; line-height: 1; text-transform: uppercase; }
.pass-note span { max-width: 420px; color: #b9bcb3; font-size: 12px; text-align: right; }

.confirmation-page { min-height: 100vh; background: radial-gradient(circle at 80% 15%, rgba(56,255,47,.11), transparent 30%), var(--black); }
.confirmation-main { width: min(940px, calc(100% - 36px)); margin: 0 auto; padding: 34px 0 80px; }
.confirmation-brand { display: inline-block; width: 230px; margin-bottom: 52px; }
.confirmation-card { padding: clamp(38px, 7vw, 84px); border: 1px solid var(--line-light); background: rgba(16,17,15,.9); }
.confirmation-mark { display: grid; width: 58px; height: 58px; margin-bottom: 30px; place-items: center; color: var(--black); background: var(--green); font-size: 26px; font-weight: 900; }
.confirmation-card h1 { margin-bottom: 30px; font-size: clamp(56px, 9vw, 104px); }
.confirmation-lead { max-width: 660px; color: #d0d3cb; font-size: 19px; }
.confirmation-details { display: grid; grid-template-columns: repeat(3, 1fr); margin: 44px 0 30px; border-block: 1px solid var(--line-light); }
.confirmation-details div { padding: 22px 20px 22px 0; border-right: 1px solid var(--line-light); }
.confirmation-details div:not(:first-child) { padding-left: 20px; }
.confirmation-details div:last-child { border-right: 0; }
.confirmation-details dt { margin-bottom: 8px; color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.confirmation-details dd { margin: 0; color: #b9bcb3; font-size: 13px; }
.confirmation-help { color: #9ea198; font-size: 13px; }
.confirmation-help a { color: var(--green); }

.reservation-page { min-height: 100vh; background: radial-gradient(circle at 15% 20%, rgba(56,255,47,.1), transparent 26%), var(--black); }
.reservation-main { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 34px 0 80px; }
.reservation-layout { display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid var(--line-light); background: var(--black-soft); }
.reservation-copy { padding: clamp(42px, 6vw, 78px); background: linear-gradient(150deg, rgba(56,255,47,.08), transparent 45%), var(--black); }
.reservation-copy h1 { margin-bottom: 30px; font-size: clamp(62px, 8vw, 104px); }
.reservation-copy h1 span { color: var(--green); -webkit-text-stroke: 0; text-shadow: none; }
.reservation-lead { color: #c2c5bd; font-size: 18px; }
.reservation-event { margin-top: 46px; border-top: 1px solid var(--line-light); }
.reservation-event div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line-light); }
.reservation-event dt { color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.reservation-event dd { margin: 0; color: #c2c5bd; font-size: 13px; }
.reservation-form-card { min-height: 720px; padding: clamp(42px, 6vw, 78px); color: var(--ink); background: var(--paper); }
.reservation-status { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 48px; padding-bottom: 13px; border-bottom: 1px solid var(--line-dark); color: #60645a; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.reservation-status span:first-child { color: #169f18; }
.reservation-form-card h2 { margin-bottom: 10px; font-family: var(--display); font-size: clamp(40px, 5vw, 62px); line-height: 1; text-transform: uppercase; }
.reservation-form-card > div > p:not(.eyebrow) { color: #676b61; }
.reservation-form-card form { margin-top: 34px; }
.reservation-form-card select { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(17,19,15,.3); border-radius: 0; color: var(--ink); background: transparent; }
.reservation-honeypot { position: absolute; left: -9999px; }
.reservation-error { min-height: 24px; color: #a42b28; font-size: 12px; }
.reservation-submit { width: 100%; margin-top: 8px; }
.reservation-submit:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.reservation-success { padding-top: 50px; }
.reservation-success[hidden], #formPanel[hidden] { display: none; }
.reservation-success .eyebrow { color: #169f18; }
.reservation-success h2 { margin-bottom: 22px; }
.reservation-success h2 span { color: #169f18; }
.reservation-success .button-light { margin-top: 20px; color: var(--ink); border-color: var(--line-dark); }
.reservation-success .button-light:hover { color: var(--white); background: var(--black); }

.legacy { padding: 130px max(32px, calc((100vw - 1380px) / 2)); color: var(--ink); background: var(--paper); }
.legacy-intro { display: grid; grid-template-columns: .55fr 1.25fr 1fr; gap: 50px; align-items: start; }
.legacy .eyebrow, .training .eyebrow { color: #169f18; }
.legacy h2 { margin-bottom: 0; font-size: clamp(54px, 6.5vw, 94px); }
.legacy h2 span { color: #169f18; }
.legacy-copy { padding-top: 5px; color: #55594f; }
.lead-copy { color: var(--ink); font-size: 20px; font-weight: 650; line-height: 1.45; }

.story-timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 84px; border: 1px solid var(--line-dark); }
.story-timeline article { min-height: 250px; padding: 28px; border-right: 1px solid var(--line-dark); background: rgba(255,255,255,.24); }
.story-timeline article:last-child { border-right: 0; }
.story-timeline span { color: #169f18; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.story-timeline h3 { margin: 76px 0 12px; font-family: var(--display); font-size: 24px; line-height: 1; text-transform: uppercase; }
.story-timeline p { margin-bottom: 0; color: #62665c; font-size: 13px; }

.legacy-gallery {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: 360px 360px;
  gap: 14px;
  margin-top: 86px;
}
.legacy-gallery figure { position: relative; margin: 0; overflow: hidden; background: var(--black-soft); }
.legacy-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.legacy-gallery figure:hover img { transform: scale(1.025); }
.gallery-wide { grid-column: 1; grid-row: 1; }
.gallery-standard { grid-column: 1; grid-row: 2; }
.gallery-standard img { object-position: center top; }
.gallery-tall { grid-column: 2; grid-row: 1 / span 2; }
.gallery-tall img { object-position: center 28%; }
.legacy-gallery figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 44px 24px 20px;
  color: var(--white);
  background: linear-gradient(transparent, rgba(0,0,0,.83));
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}
.legacy-gallery figcaption span { display: block; margin-bottom: 3px; color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }

.director { display: grid; grid-template-columns: .82fr 1.18fr; margin-top: 130px; background: var(--black-soft); }
.director-portrait { position: relative; min-height: 0; aspect-ratio: 1365 / 2048; overflow: hidden; background: #26325b; }
.director-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 58%, rgba(0,0,0,.88));
}
.director-portrait img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.portrait-label { position: absolute; inset: auto 30px 30px; z-index: 2; display: flex; flex-direction: column; color: var(--white); }
.portrait-label span { color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.portrait-label strong { margin-top: 5px; font-family: var(--display); font-size: 34px; line-height: 1; text-transform: uppercase; }

.director-copy { padding: clamp(54px, 6vw, 92px); color: #c9cbc4; }
.director-copy .eyebrow { color: var(--green); }
.director-copy h2 { max-width: 760px; margin-bottom: 36px; color: var(--white); font-size: clamp(52px, 5.2vw, 78px); }
.director-copy .lead-copy { color: var(--white); }
.director-copy > p:not(.eyebrow):not(.lead-copy) { color: #b6bab0; }
.discipline-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.discipline-list span { padding: 8px 11px; border: 1px solid rgba(56,255,47,.3); color: var(--green-soft); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.training { padding: 130px max(32px, calc((100vw - 1380px) / 2)); color: var(--ink); background: #e6e7df; }
.training-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.training-heading h2 { margin-bottom: 0; font-size: clamp(62px, 7.5vw, 110px); }
.training-heading > div:last-child > p:last-child { color: #585c53; }

.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 68px; border: 1px solid var(--line-dark); }
.program-card { min-height: 455px; padding: 32px; border-right: 1px solid var(--line-dark); background: rgba(255,255,255,.25); transition: background .25s ease, transform .25s ease; }
.program-card:last-child { border-right: 0; }
.program-card:hover { transform: translateY(-5px); background: var(--white); }
.card-index { margin-bottom: 80px; color: #169f18; font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.program-card h3 { margin-bottom: 16px; font-family: var(--display); font-size: 31px; line-height: 1; text-transform: uppercase; }
.program-card > p { min-height: 67px; color: #62665c; }
.program-card ul { margin: 26px 0 0; padding: 0; list-style: none; }
.program-card li { padding: 11px 0; border-top: 1px solid var(--line-dark); font-size: 12px; font-weight: 750; letter-spacing: .04em; }

.teams-showcase {
  display: grid;
  grid-template-columns: 1.12fr .62fr .62fr;
  grid-template-rows: 340px 340px;
  gap: 10px;
  margin-top: 96px;
  padding: 10px;
  color: var(--white);
  background: var(--black-soft);
}
.teams-copy { grid-row: 1 / span 2; padding: clamp(42px, 5vw, 76px); align-content: center; }
.teams-copy .eyebrow { color: var(--green); }
.teams-copy h3 { margin-bottom: 22px; font-family: var(--display); font-size: clamp(48px, 5vw, 75px); letter-spacing: -.04em; line-height: .94; text-transform: uppercase; }
.teams-copy > p:not(.eyebrow) { max-width: 440px; color: #b9bcb3; }
.team-preview { position: relative; display: block; overflow: hidden; text-decoration: none; }
.team-preview-tall { grid-row: 1 / span 2; }
.team-preview::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.9)); }
.team-preview img { width: 100%; height: 100%; object-fit: cover; transition: filter .25s ease, transform .6s ease; }
.team-preview:hover img { transform: scale(1.025); filter: saturate(1.1); }
.team-preview > span { position: absolute; inset: auto 18px 18px; z-index: 2; display: flex; flex-direction: column; }
.team-preview b { color: var(--green); font-family: var(--display); font-size: 25px; line-height: 1; letter-spacing: .02em; }
.team-preview small { margin-top: 4px; color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.team-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.team-pills a { padding: 10px 12px; border: 1px solid rgba(56,255,47,.35); color: var(--green-soft); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.team-pills a:hover { color: var(--black); background: var(--green); }

.teams-section, .teams-preview-section { margin-top: 120px; scroll-margin-top: 20px; }
.teams-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.teams-heading h2 { margin-bottom: 0; font-size: clamp(58px, 7vw, 104px); }
.teams-heading .lead-copy { margin-bottom: 8px; }
.team-directory-preview { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 58px; padding: 8px; background: var(--black-soft); }
.team-preview-card { position: relative; min-height: 410px; overflow: hidden; color: var(--white); background: #070807; text-decoration: none; }
.team-preview-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.94)); }
.team-preview-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; transition: transform .55s ease, filter .25s ease; }
.team-preview-card:nth-child(4) img, .team-preview-card:nth-child(5) img { object-position: center; }
.team-preview-card:hover img { transform: scale(1.035); filter: saturate(1.08); }
.team-preview-card > span { position: absolute; inset: auto 18px 20px; z-index: 1; display: flex; flex-direction: column; }
.team-preview-card b { color: var(--green); font-family: var(--display); font-size: 30px; line-height: 1; }
.team-preview-card small { margin-top: 7px; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.teams-page-link { margin-top: 28px; }
.teams-page-hero { min-height: 590px; padding: 190px max(32px, calc((100vw - 1380px) / 2)) 90px; background: radial-gradient(circle at 72% 35%, rgba(56,255,47,.12), transparent 30%), var(--black); }
.teams-page-hero h1 { margin-bottom: 28px; }
.teams-page-hero > p:last-child { max-width: 620px; color: #b9bcb3; font-size: 18px; }
.teams-directory { padding: 0 max(32px, calc((100vw - 1380px) / 2)) 130px; color: var(--ink); background: #e6e7df; }
.teams-directory .team-tabs { margin-top: 0; }
.team-tabs { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 58px; border: 1px solid var(--line-dark); }
.team-tabs button { min-height: 92px; padding: 18px 12px; border: 0; border-right: 1px solid var(--line-dark); cursor: pointer; color: #62665c; background: rgba(255,255,255,.22); text-align: left; transition: color .2s ease, background .2s ease; }
.team-tabs button:last-child { border-right: 0; }
.team-tabs button b, .team-tabs button span { display: block; }
.team-tabs button b { color: #169f18; font-family: var(--display); font-size: 23px; line-height: 1; }
.team-tabs button span { margin-top: 7px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.team-tabs button[aria-selected="true"] { color: var(--white); background: var(--black-soft); }
.team-tabs button[aria-selected="true"] b { color: var(--green); }
.team-tabs button:focus-visible { position: relative; z-index: 2; outline: 2px solid #169f18; outline-offset: -3px; }
.team-panel { display: grid; grid-template-columns: 1fr 1fr; background: var(--black-soft); }
.team-panel[hidden] { display: none; }
.team-panel-image { display: grid; min-height: 590px; overflow: hidden; background: #070807; place-items: center; }
.team-panel-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
[data-team-panel]:not([data-team-panel="dari"]) .team-panel-image img { object-fit: cover; object-position: center 24%; }
[data-team-panel="ewa"] .team-panel-image img { object-position: center 20%; }
[data-team-panel="idasile"] .team-panel-image img { object-position: center 18%; }
[data-team-panel="itan"] .team-panel-image img { object-position: center 22%; }
.team-panel-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(48px, 5vw, 82px); color: #b9bcb3; }
.team-level { margin-bottom: 16px; color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.team-panel-copy h2, .team-panel-copy h3 { margin-bottom: 26px; color: var(--white); font-family: var(--display); font-size: clamp(64px, 7vw, 102px); letter-spacing: -.04em; line-height: .85; }
.team-panel-copy > p:not(.team-level) { max-width: 650px; }
.commitment { width: 100%; margin: 26px 0 34px; padding: 22px 0; border-block: 1px solid var(--line-light); }
.commitment span { display: block; color: #8b8f85; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.commitment strong { display: block; margin: 5px 0 10px; color: var(--green); font-family: var(--display); font-size: 29px; line-height: 1; text-transform: uppercase; }
.commitment p { margin: 0; color: #b9bcb3; font-size: 14px; }
.team-gallery { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 8px; background: var(--black-soft); }
.team-gallery:has(img:nth-child(3)) { grid-template-columns: repeat(3, 1fr); }
.team-gallery img { width: 100%; height: 390px; object-fit: contain; object-position: center; background: #070807; }
[data-team-panel]:not([data-team-panel="dari"]) .team-gallery img { object-fit: cover; object-position: center 24%; }
[data-team-panel]:not([data-team-panel="dari"]) .team-gallery img { height: 460px; }
[data-team-panel="ewa"] .team-gallery,
[data-team-panel="idasile"] .team-gallery { grid-template-columns: 1.6fr 1fr; }
[data-team-panel="ewa"] .team-gallery img:first-child { object-position: center 18%; }
[data-team-panel="idasile"] .team-gallery img:first-child { object-position: center 28%; }
[data-team-panel="idasile"] .team-gallery img:last-child { object-position: center 16%; }
[data-team-panel="itan"] .team-gallery img { object-position: center 28%; }
.team-gallery-single { grid-template-columns: 1fr; }
.team-gallery-single img { height: 480px; object-position: center 32%; }
.team-panel-wide-photo .team-panel-image { grid-column: 1 / -1; min-height: 0; aspect-ratio: 16 / 7; }
.team-panel-wide-photo .team-panel-image img { object-position: center 28%; }
.team-panel-wide-photo .team-panel-copy { grid-column: 1 / -1; }
.team-panel-wide-photo .team-gallery img { object-position: center 23%; }
.team-panel:has(.team-video-ready video) .team-panel-image {
  grid-column: 1 / -1;
  min-height: 0;
  aspect-ratio: 16 / 9;
}
.team-panel:has(.team-video-ready video) .team-panel-copy { grid-column: 1 / -1; }
.team-video-ready video { width: 100%; height: 100%; object-fit: contain; background: #070807; }

.interest { display: grid; grid-template-columns: .86fr 1.14fr; margin-top: 110px; background: var(--black-soft); }
.interest-intro {
  padding: clamp(54px, 6vw, 90px);
  color: var(--white);
  background:
    linear-gradient(rgba(5,5,5,.84), rgba(5,5,5,.93)),
    url("./assets/company-team.webp") center / cover;
}
.interest-intro .eyebrow { color: var(--green); }
.interest-intro h2 { margin-bottom: 30px; font-size: clamp(54px, 5.8vw, 84px); }
.interest-intro > p:not(.eyebrow):not(.signature) { color: #c3c6bd; font-size: 17px; }
.interest-intro blockquote { margin: 74px 0 0; padding-left: 20px; border-left: 2px solid var(--green); font-family: Georgia, serif; font-size: 21px; line-height: 1.48; }
.signature { margin-top: 22px; color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }

.form-shell { display: flex; flex-direction: column; justify-content: center; min-height: 760px; padding: clamp(54px, 6vw, 90px); color: var(--ink); background: var(--paper); }
.form-progress { margin-bottom: 38px; }
.progress-meta { display: flex; justify-content: space-between; margin-bottom: 11px; color: #65695f; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.progress-track { height: 2px; background: var(--line-dark); }
.progress-track span { display: block; width: 33.333%; height: 100%; background: #169f18; transition: width .3s ease; }

fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.form-step { display: none; }
.form-step.is-active { display: block; animation: stepIn .28s ease both; }
legend { width: 100%; margin-bottom: 8px; padding: 0; font-family: var(--display); font-size: clamp(32px, 3vw, 44px); font-weight: 900; letter-spacing: -.025em; line-height: 1; text-transform: uppercase; }
.field-help { margin-bottom: 25px; color: #666a60; }
.field-label { margin: 0 0 11px; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.field-label span, .text-field em { color: #767a70; font-size: 9px; font-style: normal; font-weight: 650; }

.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.choice-card { position: relative; }
.choice-card.choice-wide { grid-column: 1 / -1; }
.choice-card input, .segmented input, .chip-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card > span {
  display: flex;
  flex-direction: column;
  min-height: 91px;
  padding: 18px;
  border: 1px solid var(--line-dark);
  cursor: pointer;
  background: rgba(255,255,255,.24);
  transition: background .18s ease, border-color .18s ease;
}
.choice-card b { font-size: 12px; letter-spacing: .03em; text-transform: uppercase; }
.choice-card small { margin-top: 5px; color: #6a6e64; font-size: 11px; }
.choice-card input:checked + span { border-color: #169f18; background: rgba(56,255,47,.1); box-shadow: inset 3px 0 0 #169f18; }
.choice-card input:focus-visible + span, .segmented input:focus-visible + span, .chip-grid input:focus-visible + span { outline: 2px solid #169f18; outline-offset: 2px; }

.segmented { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-dark); }
.segmented label { position: relative; }
.segmented label span { display: grid; min-height: 64px; padding: 9px; place-items: center; border-right: 1px solid var(--line-dark); cursor: pointer; color: #5f6359; font-size: 10px; font-weight: 850; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.segmented label:last-child span { border-right: 0; }
.segmented input:checked + span { color: var(--black); background: var(--green); }
.segmented-three { grid-template-columns: repeat(3, 1fr); }
.segmented-three label span { min-height: 47px; }
.team-choice { margin-top: 31px; }
.chip-grid { display: flex; flex-wrap: wrap; gap: 7px; }
.chip-grid label { position: relative; }
.chip-grid span { display: block; padding: 9px 12px; border: 1px solid var(--line-dark); cursor: pointer; color: #5f6359; font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.chip-grid input:checked + span { color: var(--ink); border-color: #169f18; background: rgba(56,255,47,.14); }

.text-field { display: block; margin-bottom: 17px; }
.text-field > span { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.text-field input, .text-field textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(17,19,15,.3); border-radius: 0; color: var(--ink); background: transparent; outline: none; transition: border-color .18s ease; }
.text-field textarea { resize: vertical; }
.text-field input:focus, .text-field textarea:focus { border-color: #169f18; }
.text-field input[aria-invalid="true"] { border-color: #b52828; }
.contact-preference { margin: 23px 0 20px; }
.input-error, .field-error { display: block; min-height: 17px; margin: 6px 0 0; color: #a42b28; font-size: 11px; }
.field-error:empty { min-height: 0; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 20px; color: #5f6359; font-size: 11px; }
.consent input { width: 17px; height: 17px; margin-top: 1px; accent-color: #169f18; }
.form-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 31px; }
.form-actions .button-primary { margin-left: auto; }
.preview-note { margin: 14px 0 0; color: #777b71; font-size: 10px; text-align: right; }
.is-hidden { display: none !important; }

.success-state { text-align: left; }
.success-state[hidden] { display: none; }
.success-icon { display: grid; width: 56px; height: 56px; margin-bottom: 26px; place-items: center; color: var(--black); background: var(--green); font-size: 25px; font-weight: 900; }
.success-state .eyebrow { margin-bottom: 14px; color: #169f18; }
.success-state h3 { margin-bottom: 15px; font-family: var(--display); font-size: clamp(36px, 4vw, 52px); line-height: 1; text-transform: uppercase; }
.success-state > p:not(.eyebrow) { max-width: 520px; margin-bottom: 26px; color: #5f6359; }

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 36px max(32px, calc((100vw - 1380px) / 2));
  border-top: 1px solid var(--line-light);
  color: #a9aca3;
  background: #030303;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
footer img { width: 190px; }
footer p { margin: 0; }
footer p:nth-child(2) { color: var(--green); font-weight: 850; }
footer p:last-child { justify-self: end; }

/* CaSuCality */
.casucality-page { background: #ebe0ca; }
.casucality-page .site-header nav a[aria-current="page"] { color: var(--green); }
.casu-hero {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  min-height: 900px;
  padding-top: 92px;
  color: var(--white);
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.12) 50%, transparent 50.2%),
    radial-gradient(circle at 82% 25%, rgba(218,176,140,.24), transparent 36%),
    #47242d;
}
.casu-hero-image { min-height: 808px; overflow: hidden; }
.casu-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.casu-hero-image video { display: block; width: 100%; height: 100%; min-height: 808px; object-fit: contain; background: #050505; }
.casu-hero-copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: 70px clamp(34px, 7vw, 112px); }
.casu-logo { width: min(460px, 100%); margin-bottom: 34px; filter: drop-shadow(0 18px 28px rgba(0,0,0,.32)); }
.casu-hero-copy .eyebrow { color: #d9b08c; }
.casu-hero-copy h1 { max-width: 850px; margin-bottom: 30px; font-size: clamp(62px, 6.6vw, 108px); }
.casu-hero-copy h1 span,
.casu-origin h2 span,
.casu-section-heading h2 span,
.casu-misconception h2 span,
.casu-translation h2 span,
.casu-carlos h2 span { color: #b73f3c; }
.casu-hero-lead { max-width: 720px; color: #c5c8c2; font-size: 19px; }

.casu-origin,
.casu-carlos {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(50px, 8vw, 130px);
  padding: 130px max(32px, calc((100vw - 1380px) / 2));
  color: #181813;
  background: #ebe0ca;
}
.casu-origin .eyebrow,
.casu-artist .eyebrow,
.casu-carlos .eyebrow { color: #6f2424; }
.casu-origin h2,
.casu-carlos h2 { font-size: clamp(66px, 7.6vw, 118px); }
.casu-origin-copy { padding-top: 36px; }
.casu-origin-copy p:not(.lead-copy) { color: #5b574d; }
.casu-origin blockquote {
  margin: 52px 0 0;
  padding: 24px 0 24px 28px;
  border-left: 5px solid #b73f3c;
  font-family: var(--display);
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
  text-transform: uppercase;
}

.casu-definitions { padding: 125px max(32px, calc((100vw - 1380px) / 2)); color: var(--white); background: #0b1012; }
.casu-section-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: end; }
.casu-section-heading h2 { margin: 0; font-size: clamp(66px, 7.2vw, 112px); }
.casu-definition-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 78px; border: 1px solid rgba(255,255,255,.18); }
.casu-definition-grid article { min-height: 500px; padding: clamp(34px, 5vw, 72px); }
.casu-definition-grid article + article { border-left: 1px solid rgba(255,255,255,.18); }
.casu-number { color: #d9b08c; font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.casu-definition-grid h3 { margin: 110px 0 24px; font-family: var(--display); font-size: clamp(46px, 5vw, 74px); text-transform: uppercase; }
.casu-definition-grid p { color: #b9bcb5; }
.casu-definition-grid strong { display: block; margin-top: 30px; color: #d9b08c; }

.casu-artist { display: grid; grid-template-columns: .8fr 1.2fr; color: #181813; background: #ebe0ca; }
.casu-artist figure { margin: 0; background: #d6ded9; }
.casu-artist figure img { display: block; width: 100%; height: auto; }
.casu-artist > div { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 130px); }
.casu-artist h2 { font-size: clamp(60px, 6.5vw, 102px); }
.casu-artist h2 span { color: #b73f3c; }
.casu-artist p:not(.eyebrow) { max-width: 720px; }

.casu-misconception { padding: 130px max(32px, calc((100vw - 1380px) / 2)); color: #181813; background: #d6ded9; }
.casu-misconception .eyebrow { color: #6f2424; }
.casu-misconception-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: end; }
.casu-misconception-intro .eyebrow { align-self: start; }
.casu-misconception h2 { font-size: clamp(64px, 7vw, 108px); }
.casu-misconception .lead-copy { grid-column: 2; }
.casu-contrast { display: grid; grid-template-columns: 1fr 1fr; margin-top: 70px; border: 1px solid rgba(24,24,19,.24); }
.casu-contrast article { padding: clamp(32px, 5vw, 64px); }
.casu-contrast article + article { border-left: 1px solid rgba(24,24,19,.24); background: rgba(255,255,255,.32); }
.casu-contrast ul { display: grid; gap: 0; margin: 26px 0 0; padding: 0; list-style: none; }
.casu-contrast li { padding: 17px 0; border-top: 1px solid rgba(24,24,19,.18); font-weight: 700; }

.casu-translation { display: grid; grid-template-columns: 1.08fr .92fr; background: #0b1012; }
.casu-translation-copy { padding: clamp(80px, 8vw, 135px) clamp(34px, 7vw, 112px); color: #b9bcb5; }
.casu-translation-copy h2 { color: var(--white); font-size: clamp(62px, 6.8vw, 104px); }
.casu-translation-copy p { max-width: 770px; }
.casu-percussion { position: relative; min-height: 900px; margin: 0; overflow: hidden; }
.casu-percussion img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.casu-percussion::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.9)); }
.casu-percussion figcaption { position: absolute; inset: auto 34px 34px; z-index: 1; color: var(--white); font-family: var(--display); font-size: 34px; line-height: 1; text-transform: uppercase; }
.casu-percussion figcaption span { display: block; margin-bottom: 8px; color: #d9b08c; font-family: var(--sans); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.casu-process { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 62px; border: 1px solid rgba(255,255,255,.18); }
.casu-process span { padding: 20px 12px; border-right: 1px solid rgba(255,255,255,.18); color: #d9b08c; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.casu-process span:last-child { border-right: 0; }

.casu-carlos { background: #ebe0ca; }
.casu-carlos > p { grid-column: 1 / -1; }
.casu-carlos > div:last-child { padding-top: 30px; }
.casu-carlos .button { margin-top: 24px; }

@media (max-width: 1080px) {
  .casu-hero { grid-template-columns: 1fr 1fr; min-height: 760px; }
  .casu-hero-image { min-height: 668px; }
  .casu-origin, .casu-carlos { grid-template-columns: 1fr; }
  .casu-artist { grid-template-columns: 1fr 1fr; }
  .casu-section-heading, .casu-misconception-intro { grid-template-columns: 1fr; }
  .casu-misconception .lead-copy { grid-column: 1; }
  .casu-translation { grid-template-columns: 1fr; }
  .casu-percussion { min-height: 760px; }
}

@media (max-width: 760px) {
  .casu-hero { display: block; min-height: auto; padding-top: 88px; }
  .casu-hero-image { min-height: 580px; }
  .casu-hero-copy { padding: 54px 22px 74px; }
  .casu-logo { width: 100%; }
  .casu-origin, .casu-carlos, .casu-definitions, .casu-misconception { padding: 82px 18px; }
  .casu-definition-grid, .casu-contrast { grid-template-columns: 1fr; }
  .casu-artist { grid-template-columns: 1fr; }
  .casu-artist > div { padding: 70px 22px; }
  .casu-definition-grid article { min-height: auto; }
  .casu-definition-grid article + article, .casu-contrast article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .casu-contrast article + article { border-top-color: rgba(24,24,19,.24); }
  .casu-definition-grid h3 { margin-top: 70px; }
  .casu-translation-copy { padding: 82px 18px; }
  .casu-percussion { min-height: 620px; }
  .casu-process { grid-template-columns: 1fr 1fr; }
  .casu-process span:nth-child(2) { border-right: 0; }
  .casu-process span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes stepIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 220px 1fr auto; }
  .brand { width: 205px; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .open-house { grid-template-columns: 1fr; }
  .open-house-intro, .open-house-details { padding-inline: max(32px, calc((100vw - 900px) / 2)); }
  .hero-seal { right: 34px; }
  .legacy-intro { grid-template-columns: 1fr 1.5fr; }
  .legacy-intro .eyebrow { grid-column: 1 / -1; }
  .story-timeline { grid-template-columns: 1fr 1fr; }
  .story-timeline article:nth-child(2) { border-right: 0; }
  .story-timeline article:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .director { grid-template-columns: 1fr; }
  .director-portrait { min-height: 0; }
  .director-portrait img { object-position: center; }
  .teams-showcase { grid-template-columns: 1.25fr .75fr; grid-template-rows: 380px 330px 330px; }
  .teams-copy { grid-row: 1 / span 3; }
  .team-preview-tall { grid-row: auto; }
  .team-directory-preview { grid-template-columns: repeat(3, 1fr); }
  .team-preview-card { min-height: 360px; }
  .team-tabs { grid-template-columns: repeat(3, 1fr); }
  .team-tabs button:nth-child(3) { border-right: 0; }
  .team-tabs button:nth-child(-n+3) { border-bottom: 1px solid var(--line-dark); }
  .team-panel { grid-template-columns: 1fr; }
  .team-panel-image { min-height: 620px; }
  .team-panel-wide-photo .team-panel-image { min-height: 0; aspect-ratio: 16 / 8; }
  .interest { grid-template-columns: 1fr; }
  .interest-intro { min-height: 650px; }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; width: calc(100% - 36px); padding: 17px 0; }
  .brand { width: 180px; }
  .nav-cta { padding: 8px 9px; font-size: 8px; }
  .hero { min-height: 760px; padding: 140px 18px 124px; align-items: end; }
  .hero::before { background: linear-gradient(0deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.75) 64%, rgba(5,5,5,.3) 100%); }
  .hero-media { inset: 0; }
  .hero-media img { object-position: 57% center; }
  h1 { font-size: clamp(58px, 17vw, 82px); }
  .hero-lead { font-size: 17px; }
  .hero-seal { top: 108px; right: 18px; bottom: auto; width: 92px; }
  .hero-footer { inset-inline: 18px; grid-template-columns: repeat(2, 1fr); }
  .hero-footer span { display: none; }
  .hero-footer span:first-child, .hero-footer span:last-child { display: block; }
  .hero-footer span:first-child { border-right: 1px solid var(--line-light); }
  .open-house-intro, .open-house-details { padding: 72px 18px; }
  .open-house h2 { font-size: clamp(58px, 17vw, 82px); }
  .open-house-actions { align-items: stretch; flex-direction: column; }
  .open-house-actions .button { width: 100%; }
  .event-facts li { align-items: flex-start; flex-direction: column; gap: 4px; }
  .event-facts span { text-align: left; }
  .venue-card { grid-template-columns: 1fr; align-items: start; }
  .week-schedule article { grid-template-columns: 78px 1fr; gap: 12px; }
  .week-schedule li { grid-template-columns: 70px 1fr; gap: 8px; }
  .pass-note { align-items: flex-start; flex-direction: column; }
  .pass-note span { text-align: left; }
  .confirmation-main { padding-top: 22px; }
  .confirmation-brand { width: 190px; margin-bottom: 28px; }
  .confirmation-card { padding: 34px 22px; }
  .confirmation-details { grid-template-columns: 1fr; }
  .confirmation-details div, .confirmation-details div:not(:first-child) { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .confirmation-details div:last-child { border-bottom: 0; }
  .reservation-main { padding-top: 22px; }
  .reservation-layout { grid-template-columns: 1fr; }
  .reservation-copy, .reservation-form-card { padding: 48px 22px; }
  .reservation-form-card { min-height: 650px; }
  .reservation-status { align-items: flex-start; flex-direction: column; gap: 4px; }
  .reservation-event div { grid-template-columns: 94px 1fr; }
  .legacy, .training { padding: 84px 18px; }
  .legacy-intro, .training-heading { display: block; }
  .legacy-intro h2, .training-heading h2 { margin-bottom: 30px; }
  .legacy-copy { padding-top: 0; }
  .story-timeline { grid-template-columns: 1fr; margin-top: 54px; }
  .story-timeline article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .story-timeline article:last-child { border-bottom: 0; }
  .story-timeline h3 { margin-top: 54px; }
  .legacy-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3, 300px); margin-top: 60px; }
  .gallery-wide, .gallery-standard, .gallery-tall { grid-column: 1; grid-row: auto; }
  .gallery-tall img { object-position: center 23%; }
  .director { margin-top: 82px; }
  .director-portrait { min-height: 0; }
  .director-copy { padding: 48px 24px; }
  .program-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .program-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .program-card:last-child { border-bottom: 0; }
  .card-index { margin-bottom: 44px; }
  .program-card > p { min-height: auto; }
  .teams-showcase { display: block; margin-top: 70px; padding: 8px; }
  .teams-copy { padding: 46px 22px; }
  .team-preview { height: 330px; margin-bottom: 8px; }
  .team-preview:last-child { margin-bottom: 0; }
  .teams-section, .teams-preview-section { margin-top: 82px; }
  .teams-heading { display: block; }
  .teams-heading h2 { margin-bottom: 28px; }
  .team-directory-preview { grid-template-columns: 1fr; margin-top: 38px; }
  .team-preview-card { min-height: 390px; }
  .teams-page-hero { min-height: 520px; padding: 150px 18px 70px; }
  .teams-directory { padding: 0 18px 84px; }
  .team-tabs { display: flex; margin-top: 38px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .team-tabs button { flex: 0 0 164px; border-right: 1px solid var(--line-dark); border-bottom: 0 !important; scroll-snap-align: start; }
  .team-panel-image { min-height: 430px; }
  .team-panel-wide-photo .team-panel-image { min-height: 300px; aspect-ratio: auto; }
  .team-panel-copy { padding: 48px 22px; }
  .team-gallery, .team-gallery:has(img:nth-child(3)) { grid-template-columns: 1fr; }
  .team-gallery img, .team-gallery-single img { height: 330px; }
  .interest { margin-top: 72px; }
  .interest-intro { min-height: auto; padding: 68px 24px; }
  .interest-intro blockquote { margin-top: 54px; }
  .form-shell { min-height: 720px; padding: 62px 22px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card.choice-wide { grid-column: auto; }
  .segmented { grid-template-columns: 1fr 1fr; }
  .segmented label:nth-child(2) span { border-right: 0; }
  .segmented label:nth-child(-n+2) span { border-bottom: 1px solid var(--line-dark); }
  .segmented-three { grid-template-columns: repeat(3, 1fr); }
  .segmented-three label:nth-child(-n+2) span { border-bottom: 0; }
  .segmented-three label:nth-child(2) span { border-right: 1px solid var(--line-dark); }
  footer { grid-template-columns: 1fr; gap: 18px; padding: 34px 18px; }
  footer p:last-child { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
.team-pronunciation {
  font-size: 0.5em;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
