@font-face {
  font-family: "Pioneer Cyrillic Text";
  src: url("assets/MazzardH-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0400-052F, U+1C80-1C8F, U+2DE0-2DFF, U+A640-A69F, U+2116;
}

@font-face {
  font-family: "Pioneer Cyrillic Text";
  src: url("assets/MazzardH-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  unicode-range: U+0400-052F, U+1C80-1C8F, U+2DE0-2DFF, U+A640-A69F, U+2116;
}

@font-face {
  font-family: "Pioneer Cyrillic Display";
  src: url("assets/ZonaPro-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0400-052F, U+1C80-1C8F, U+2DE0-2DFF, U+A640-A69F, U+2116;
}

@font-face {
  font-family: "Pioneer Cyrillic Display";
  src: url("assets/ZonaPro-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  unicode-range: U+0400-052F, U+1C80-1C8F, U+2DE0-2DFF, U+A640-A69F, U+2116;
}

:root {
  --ink: #161616;
  --paper: #f8f8f8;
  --soft: #d1d1d1;
  --white: #ffffff;
  --brand: #f8f8f8;
  --line: rgba(22, 22, 22, 0.22);
  --photo-grade: none;
  --photo-grade-hover: none;
  --photo-grade-dark: none;
  --gutter: clamp(20px, 3.25vw, 52px);
  --font-brand: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-text: "Pioneer Cyrillic Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: "Pioneer Cyrillic Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-ui: "Pioneer Cyrillic Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-text);
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

::selection {
  color: var(--white);
  background: var(--ink);
  text-shadow: none;
}

em::selection {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

img {
  display: block;
  max-width: 100%;
}

.ui-icon {
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  color: inherit;
  transform-origin: center;
}

.ui-icon::before {
  content: "";
  width: 15px;
  height: 1.5px;
  position: absolute;
  top: calc(50% - .75px);
  left: 1px;
  background: currentColor;
}

.ui-icon::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 5px;
  right: 1px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.ui-icon-ne {
  transform: rotate(-45deg);
}

.ui-icon-se {
  transform: rotate(45deg);
}

.ui-icon-down {
  transform: rotate(90deg);
}

.ui-icon-up {
  transform: rotate(-90deg);
}

.ui-icon-west {
  transform: rotate(180deg);
}

.ticker-dot {
  width: 5px;
  height: 5px;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  opacity: .72;
}

.inline-icon-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
}

.noise {
  position: fixed;
  z-index: 50;
  inset: 0;
  opacity: 0.045;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.footer-nav-home {
  display: flex;
  margin-top: 26px;
  padding-top: 22px;
  gap: clamp(18px, 3vw, 42px);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 12px;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(248, 248, 248, 0.94);
  border-color: var(--line);
  backdrop-filter: blur(12px);
}

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

.brand-logo {
  display: block;
  width: clamp(118px, 10vw, 146px);
  height: auto;
  object-fit: contain;
}

.brand-logo-school {
  width: clamp(154px, 13vw, 206px);
}

.site-header.is-scrolled .brand-logo {
  filter: invert(1);
}

.menu-open .site-header {
  color: var(--white);
  background: var(--ink);
  border-color: rgba(255, 255, 255, 0.25);
}

.menu-open .site-header .brand-logo {
  filter: none;
}

.school-tag {
  max-width: 58px;
  font-size: 8px;
  line-height: 1.15;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  gap: clamp(22px, 3vw, 52px);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.desktop-nav > a,
.nav-services-trigger {
  position: relative;
}

.desktop-nav > a::after,
.nav-services-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: currentColor;
  transition: right 0.25s;
}

.desktop-nav > a:hover::after,
.nav-services-trigger:hover::after,
.nav-services.is-open .nav-services-trigger::after,
.nav-services-trigger:focus-visible::after {
  right: 0;
}

.nav-services {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-services.is-open::after {
  position: absolute;
  top: 100%;
  right: -16px;
  left: -16px;
  height: 40px;
  content: "";
}

.nav-services-trigger {
  padding: 0 18px 0 0;
  color: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-services-trigger > span,
.nav-services-trigger > span::after {
  position: absolute;
  width: 9px;
  height: 1px;
  right: 0;
  top: 50%;
  display: block;
  background: currentColor;
  content: "";
  transition: transform .25s ease;
}

.nav-services-trigger > span::after {
  top: 0;
  transform: rotate(90deg);
}

.nav-services.is-open .nav-services-trigger > span::after {
  transform: rotate(0);
}

.services-mega {
  position: fixed;
  z-index: 38;
  top: 84px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: var(--white);
  background: var(--ink);
  border-top: 1px solid rgba(255, 255, 255, .28);
  border-bottom: 1px solid rgba(255, 255, 255, .28);
  box-shadow: 0 28px 64px rgba(0, 0, 0, .28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-14px);
  transition: opacity .24s ease, visibility .24s ease, transform .32s ease;
}

.nav-services.is-open .services-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.services-mega > a {
  min-width: 0;
  min-height: clamp(300px, 31vw, 430px);
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr 24px;
  grid-template-rows: auto 1fr;
  gap: 22px;
  padding: clamp(24px, 2.6vw, 44px);
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, .28);
}

.services-mega > a:last-child {
  border-right: 0;
}

.services-mega > a::before,
.services-mega > a::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  transition: opacity .35s ease, transform .7s cubic-bezier(.2,.75,.2,1);
}

.services-mega > a::before {
  background-image: var(--service-image);
  background-position: center;
  background-size: cover;
  filter: grayscale(1) contrast(1.08);
  opacity: .34;
}

.services-mega > a::after {
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.24), rgba(0,0,0,.86));
}

.services-mega > a:hover::before,
.services-mega > a:focus-visible::before {
  opacity: .7;
  transform: scale(1.045);
}

.services-mega > a[href="/promo/"]::before {
  filter: grayscale(1) contrast(1.08);
  opacity: .34;
}

.services-mega > a[href="/promo/"]:hover::before,
.services-mega > a[href="/promo/"]:focus-visible::before {
  opacity: .7;
}

.services-mega > a > span {
  grid-column: 1 / -1;
  font: 600 10px/1.2 var(--font-ui);
  letter-spacing: .1em;
}

.services-mega > a > div {
  align-self: end;
}

.services-mega h3 {
  margin: 0;
  font: 700 clamp(30px, 3.25vw, 58px)/.86 var(--font-display);
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.services-mega p {
  max-width: 34ch;
  margin: 24px 0 0;
  font-size: clamp(13px, 1vw, 17px);
  line-height: 1.35;
}

.services-mega .ui-icon {
  align-self: end;
  justify-self: end;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 15px;
  color: var(--ink);
  background: var(--brand);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.7vw, 28px);
}

.header-phone {
  display: grid;
  gap: 3px;
  text-align: right;
  white-space: nowrap;
}

.header-phone span {
  font-size: 8px;
  line-height: 1;
  letter-spacing: .16em;
  opacity: .62;
}

.header-phone strong {
  position: relative;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .035em;
}

.header-phone strong::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 100%;
  height: 1px;
  background: currentColor;
  content: "";
  transition: left .25s ease;
}

.header-phone:hover strong::after,
.header-phone:focus-visible strong::after {
  left: 0;
}

.menu-button,
.mobile-menu,
.mobile-sticky-cta {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  color: var(--white);
  background: #000000;
  overflow: hidden;
}

.hero-video,
.hero-shade,
.sound-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  object-position: center 44%;
  filter: contrast(1.03) brightness(0.9);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 8, 7, 0.64) 0%, rgba(8, 8, 7, 0.18) 52%, rgba(8, 8, 7, 0.45) 100%),
    linear-gradient(180deg, rgba(8, 8, 7, 0.3), rgba(8, 8, 7, 0.08) 50%, rgba(8, 8, 7, 0.82));
}

.sound-canvas {
  z-index: 1;
  opacity: 0.58;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-status {
  position: absolute;
  z-index: 2;
  top: 112px;
  left: var(--gutter);
  right: var(--gutter);
  display: grid;
  grid-template-columns: 0.7fr 0.7fr 2fr 1.2fr;
  gap: 20px;
  font-family: var(--font-ui);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.hero-status div {
  display: flex;
  gap: 18px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.hero-status span {
  opacity: 0.6;
}

.hero-status strong {
  font-weight: 400;
}

.hero-status .live {
  color: var(--brand);
}

.hero-copy {
  position: absolute;
  z-index: 3;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 58px;
}

.eyebrow,
.section-index {
  margin: 0 0 20px;
  font: 400 11px/1 var(--font-ui);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero h1,
.section-intro h2,
.courses-heading h2,
.mentor-copy h2,
.school-copy h2,
.trial-heading h2 {
  margin: 0;
  font: 700 clamp(58px, 8.4vw, 138px)/0.84 var(--font-display);
  letter-spacing: -0.055em;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
  width: fit-content;
  max-width: 100%;
}

.hero h1 {
  font-size: clamp(46px, 6.2vw, 102px);
  line-height: .84;
}

.hero h1 .outline {
  color: transparent;
  -webkit-text-stroke: 1.6px var(--white);
  transform: translateX(3vw);
}

.hero-action-row {
  margin-top: 34px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.hero-action-row p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 22px;
  text-transform: uppercase;
  font-weight: 600;
}

.button-brand {
  color: var(--ink);
  background: var(--brand);
}

.hero-button {
  width: min(410px, 34vw);
  color: var(--ink);
  background: var(--brand);
  font-size: 14px;
  transition: transform 0.25s, background 0.25s;
}

.hero-button:hover {
  transform: translateY(-5px);
  color: var(--white);
  background: var(--ink);
}

.hero-button b {
  font-size: 22px;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  right: 12px;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right center;
  font: 10px/1 var(--font-ui);
  letter-spacing: 0.08em;
}

.scroll-cue i {
  display: block;
  width: 72px;
  height: 1px;
  background: currentColor;
}

.ticker {
  color: var(--ink);
  background: var(--brand);
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
}

.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  padding: 17px 0;
  animation: ticker var(--ticker-duration, 38s) linear infinite;
  font: 700 17px/1 var(--font-ui);
  letter-spacing: .025em;
  text-transform: uppercase;
  will-change: transform;
}

.ticker-group {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  padding-right: 32px;
}

.ticker-track i,
.ticker-group i {
  font-style: normal;
}

@keyframes ticker {
  to { transform: translate3d(var(--ticker-shift, -50%), 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
  }
}

.route-section,
.school-section,
.trial-section {
  padding: 130px var(--gutter);
}

.section-intro {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 28px;
  align-items: start;
}

.section-intro > *,
.courses-heading > *,
.equipment-heading > *,
.school-copy > *,
.trial-section > * {
  min-width: 0;
}

.section-intro h2,
.courses-heading h2,
.equipment-heading h2,
.mentor-copy h2,
.school-copy h2,
.trial-heading h2 {
  font-size: clamp(52px, 6vw, 100px);
  line-height: .86;
}

.section-intro h2 em,
.courses-heading h2 em,
.equipment-heading h2 em,
.mentor-copy h2 em,
.school-copy h2 em,
.trial-heading h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.5px var(--ink);
}

@supports not (-webkit-text-stroke: 1px currentColor) {
  .hero h1 .outline,
  .section-intro h2 em,
  .courses-heading h2 em,
  .equipment-heading h2 em,
  .mentor-copy h2 em,
  .school-copy h2 em,
  .trial-heading h2 em {
    color: inherit;
  }
}

.courses-heading h2 em,
.equipment-heading h2 em {
  -webkit-text-stroke-color: var(--white);
}

.section-lead {
  margin: 0;
  max-width: 320px;
  font-size: 18px;
  line-height: 1.35;
}

.route-player {
  margin-top: 112px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.route-visual {
  position: sticky;
  top: 84px;
  height: calc(100vh - 84px);
  min-height: 620px;
  overflow: hidden;
  background: var(--soft);
  border-right: 1px solid var(--ink);
}

.route-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: var(--photo-grade);
  transition: opacity 0.22s, transform 0.7s;
}

.route-visual.is-changing img {
  opacity: 0;
  transform: scale(1.025);
}

.route-scanline {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(180deg, transparent 0 6px, rgba(248, 248, 248, 0.08) 7px);
  pointer-events: none;
}

.route-time {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: var(--white);
  font: 11px/1 var(--font-ui);
}

.route-steps {
  display: flex;
  flex-direction: column;
}

.route-step {
  flex: 1;
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-template-rows: auto auto;
  gap: 8px 20px;
  min-height: 190px;
  padding: 30px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  text-align: left;
  cursor: pointer;
  transition: color 0.25s, background 0.25s;
}

.route-step:last-child {
  border-bottom: 0;
}

.route-step:hover,
.route-step.is-active {
  color: var(--white);
  background: var(--ink);
}

.route-step.is-active span {
  color: var(--brand);
}

.route-step span {
  grid-row: 1 / 3;
  font: 14px/1 var(--font-ui);
}

.route-step strong {
  font: 700 clamp(27px, 3vw, 48px)/0.94 var(--font-display);
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.route-step small {
  max-width: 430px;
  font-size: 14px;
  line-height: 1.35;
  opacity: 0.7;
}

.courses-section {
  padding: 130px var(--gutter);
  color: var(--white);
  background: var(--ink);
}

.courses-heading {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 28px;
  align-items: end;
}

.section-index.light {
  color: rgba(255, 255, 255, 0.64);
}

.courses-heading p:last-child {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

.course-browser {
  --course-browser-height: clamp(570px, 25vw, 840px);
  margin-top: 110px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 28px;
  align-items: stretch;
}

.course-list {
  display: flex;
  height: var(--course-browser-height);
  min-height: var(--course-browser-height);
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.course-row {
  flex: 1 0 190px;
  display: grid;
  grid-template-columns: 46px 1.5fr 0.8fr 40px;
  gap: 24px;
  align-items: center;
  min-height: 190px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  transition: color 0.2s;
}

.course-row:hover,
.course-row.is-active {
  color: var(--brand);
}

.course-number,
.course-row small,
.course-preview span {
  font: 11px/1 var(--font-ui);
  letter-spacing: 0.08em;
}

.course-row small {
  display: block;
  margin-bottom: 14px;
  opacity: 0.55;
}

.course-row strong {
  font: 700 clamp(32px, 3.2vw, 54px)/0.87 var(--font-display);
  letter-spacing: -0.045em;
}

.course-row p {
  margin: 0;
  color: var(--white);
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.65;
}

.course-row .ui-icon {
  justify-self: end;
}

.course-preview {
  position: sticky;
  top: 104px;
  height: var(--course-browser-height);
  min-height: var(--course-browser-height);
  align-self: stretch;
  overflow: hidden;
  background: var(--ink);
}

.course-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.7));
}

.course-preview.is-product {
  background: transparent;
}

.course-preview.is-product::after {
  display: none;
}

.course-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.85);
  transition: opacity 0.2s, transform 0.55s;
}

.course-preview img.is-contain {
  object-fit: contain;
  padding: clamp(18px, 2.2vw, 34px) clamp(22px, 3vw, 48px) 44px;
}

.course-preview.is-changing img {
  opacity: 0;
  transform: scale(1.035);
}

.course-preview span {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 18px;
  color: var(--brand);
}

.equipment-section {
  padding: 130px var(--gutter);
  color: var(--white);
  background: #0f0f0f;
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.equipment-heading {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 28px;
  align-items: end;
}

.equipment-heading h2 {
  margin: 0;
  letter-spacing: -.055em;
}

.equipment-heading h2.equipment-heading-long {
  grid-column: 2 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: clamp(24px, 3.4vw, 58px);
  align-items: end;
  font-family: var(--font-display);
  text-transform: uppercase;
}

.equipment-title-kicker,
.equipment-title-subject,
.equipment-title-brand,
.equipment-title-journey {
  display: block;
}

.equipment-title-kicker {
  grid-column: 1 / -1;
  font-size: clamp(54px, 7.2vw, 122px);
  font-weight: 700;
  line-height: .76;
  letter-spacing: -.075em;
}

.equipment-title-subject {
  grid-column: 1;
  color: transparent;
  font-size: clamp(54px, 7.2vw, 122px);
  font-weight: 700;
  line-height: .8;
  letter-spacing: -.075em;
  white-space: nowrap;
  -webkit-text-stroke: 1.5px var(--white);
}

.equipment-title-brand {
  grid-column: 2;
  padding: 0 0 .08em clamp(18px, 1.8vw, 30px);
  font-size: clamp(20px, 2.1vw, 35px);
  font-weight: 700;
  line-height: .84;
  letter-spacing: -.055em;
  white-space: nowrap;
  border-left: 1px solid rgba(255, 255, 255, .4);
}

.equipment-title-journey {
  grid-column: 1 / -1;
  margin-top: clamp(20px, 2.5vw, 40px);
  display: grid;
  grid-template-columns: auto minmax(56px, 1fr) auto;
  gap: clamp(16px, 2vw, 32px);
  align-items: center;
}

.equipment-title-journey > span,
.equipment-title-journey strong {
  font: 600 clamp(11px, .9vw, 15px)/1.1 var(--font-ui);
  letter-spacing: .01em;
  white-space: nowrap;
}

.equipment-title-journey > span {
  color: rgba(255, 255, 255, .62);
}

.equipment-title-journey strong {
  color: var(--white);
}

.equipment-title-journey i {
  height: 1px;
  position: relative;
  display: block;
  background: rgba(255, 255, 255, .48);
}

.equipment-title-journey i::after {
  width: 7px;
  height: 7px;
  position: absolute;
  top: -3px;
  right: 0;
  content: "";
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  transform: rotate(45deg);
}

@supports not (-webkit-text-stroke: 1px currentColor) {
  .equipment-title-subject {
    color: var(--white);
  }
}

.equipment-heading p:last-child {
  max-width: 34ch;
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

.equipment-showcase {
  margin-top: 110px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(400px, .75fr);
  border-top: 1px solid rgba(255, 255, 255, .35);
  border-bottom: 1px solid rgba(255, 255, 255, .35);
}

.equipment-visual {
  min-width: 0;
  min-height: 720px;
  position: relative;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, .35);
  background: var(--ink);
}

.equipment-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, .86));
  pointer-events: none;
}

.equipment-visual img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% center;
  filter: var(--photo-grade);
  transition: filter .4s ease, transform .8s cubic-bezier(.2, .75, .2, 1);
}

.equipment-visual:hover img {
  filter: var(--photo-grade-hover);
  transform: scale(1.018);
}

.equipment-visual figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 3vw, 48px);
  bottom: clamp(24px, 3vw, 48px);
  left: clamp(24px, 3vw, 48px);
  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
}

.equipment-visual figcaption span,
.equipment-list article > span {
  font: 600 10px/1.2 var(--font-ui);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.equipment-visual figcaption strong {
  max-width: 330px;
  font: 700 clamp(24px, 2.6vw, 42px)/.9 var(--font-display);
  letter-spacing: -.04em;
  text-align: right;
}

.equipment-list {
  min-width: 0;
  display: grid;
  grid-template-rows: repeat(4, minmax(180px, 1fr));
}

.equipment-list article {
  min-width: 0;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 14px 22px;
  padding: 28px clamp(24px, 2.5vw, 42px);
  align-content: center;
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, .35);
}

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

.equipment-list h3 {
  margin: 0;
  font: 700 clamp(26px, 2.3vw, 40px)/.88 var(--font-display);
  letter-spacing: -.045em;
  white-space: nowrap;
}

.equipment-list p {
  grid-column: 2;
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
  line-height: 1.4;
}

.equipment-footer {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  padding-top: 34px;
}

.equipment-footer p {
  max-width: 46ch;
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
  line-height: 1.4;
}

.equipment-footer .inline-icon-link {
  flex: 0 0 auto;
  color: var(--white);
}

.mentor-section {
  padding: 130px 0 80px;
  scroll-margin-top: 84px;
  background: var(--soft);
  overflow: hidden;
  overflow-anchor: none;
}

.mentor-stage {
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 8vw, 140px);
  align-items: stretch;
}

.mentor-photo-wrap {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--soft);
}

.mentor-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 15, 0.35);
}

.mentor-photo-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center top;
  filter: var(--photo-grade);
  transition: opacity .2s, transform .45s;
}

.mentor-label {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 8px 10px;
  color: var(--ink);
  background: var(--brand);
  font: 10px/1 var(--font-ui);
}

.mentor-copy {
  min-width: 0;
  display: grid;
  grid-template-rows: auto clamp(164px, 12vw, 220px) minmax(84px, auto) auto minmax(38px, auto) auto;
  gap: 24px;
  align-content: center;
}

.mentor-copy h2 {
  width: 100%;
  margin: 0;
  align-self: center;
  font-size: clamp(76px, 8vw, 144px);
  line-height: .76;
  transition: opacity .2s, transform .35s;
}

.mentor-copy h2 span,
.mentor-copy h2 em {
  display: block;
  width: fit-content;
  max-width: 100%;
}

.mentor-copy h2 span:empty {
  display: none;
}

.mentor-copy h2.is-long {
  font-size: clamp(58px, 6.2vw, 108px);
}

.mentor-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--ink);
}

.mentor-meta p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.mentor-meta,
.mentor-links,
.mentor-socials {
  transition: opacity .2s, transform .35s;
}

.mentor-stage.is-changing .mentor-photo-wrap img {
  opacity: 0;
  transform: scale(1.025);
}

.mentor-stage.is-changing .mentor-copy h2,
.mentor-stage.is-changing .mentor-meta,
.mentor-stage.is-changing .mentor-links,
.mentor-stage.is-changing .mentor-socials {
  opacity: .12;
  transform: translateY(8px);
}

.mentor-links {
  display: flex;
  gap: 18px;
  align-items: center;
}

.mentor-links > a {
  min-height: 58px;
  padding: 0 18px;
  display: inline-flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--ink);
  text-transform: uppercase;
  font-size: 12px;
  transition: color 0.2s, background 0.2s;
}

.mentor-links > a:hover {
  color: var(--white);
  background: var(--ink);
}

.mentor-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  min-height: 38px;
  align-content: start;
}

.mentor-socials[hidden] {
  display: none;
}

.mentor-socials a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid var(--ink);
  font: 600 11px/1 var(--font-ui);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mentor-socials a:hover {
  color: var(--brand-dark);
  border-color: currentColor;
}

.mentor-selector {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.mentor-selector-head {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(17,17,15,.28);
  font: 600 11px/1 var(--font-ui);
  letter-spacing: .08em;
}

.mentor-selector-head > div {
  display: flex;
  align-self: stretch;
}

.mentor-selector-head button {
  width: 52px;
  display: grid;
  place-items: center;
  border: 0;
  border-left: 1px solid rgba(17,17,15,.28);
  background: transparent;
  cursor: pointer;
}

.mentor-selector-head button:hover {
  color: var(--white);
  background: var(--ink);
}

.mentor-selector-list {
  display: grid;
  grid-template-columns: repeat(var(--mentor-count, 1), minmax(0, 1fr));
}

.mentor-selector-list button,
.mentor-selector-list > a {
  min-width: 0;
  min-height: 58px;
  padding: 10px 9px;
  border: 0;
  border-right: 1px solid rgba(17,17,15,.28);
  background: transparent;
  font: 600 clamp(9px, .72vw, 11px)/1.2 var(--font-ui);
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.mentor-selector-list > a {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
}

.mentor-selector-list button:last-child {
  border-right: 0;
}

.mentor-selector-list button:hover,
.mentor-selector-list button[aria-pressed="true"] {
  color: var(--white);
  background: var(--ink);
}

.mentor-marquee {
  margin-top: 96px;
  color: var(--ink);
  white-space: nowrap;
  font: 700 clamp(60px, 10vw, 160px)/0.8 var(--font-display);
  letter-spacing: -0.04em;
  opacity: 0.52;
  overflow: hidden;
}

.mentor-marquee span {
  display: inline-block;
  min-width: max-content;
  animation: mentorTicker 22s linear infinite;
}

@keyframes mentorTicker {
  to { transform: translateX(-50%); }
}

@media (min-width: 1600px) and (min-height: 1000px) {
  .mentor-section {
    padding-top: clamp(140px, 10vh, 190px);
    padding-bottom: clamp(90px, 7vh, 120px);
  }

  .mentor-photo-wrap {
    min-height: clamp(820px, 68vh, 1080px);
  }

  .mentor-marquee {
    margin-top: clamp(100px, 8vh, 140px);
  }
}

.school-section {
  background: var(--paper);
}

.school-copy {
  display: grid;
  grid-template-columns: .65fr 3.35fr;
  gap: 30px;
}

.school-copy h2 {
  max-width: 1380px;
  font-size: clamp(72px, 9.4vw, 178px);
  line-height: .82;
}

.school-collage {
  --school-collage-height: clamp(280px, 33vw, 430px);
  margin-top: 105px;
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 0.8fr;
  gap: 20px;
  align-items: start;
}

.school-collage figure {
  margin: 0;
}

.school-collage img {
  width: 100%;
  height: var(--school-collage-height);
  object-fit: cover;
  filter: var(--photo-grade);
}

.school-collage figcaption {
  margin-top: 9px;
  font: 10px/1 var(--font-ui);
  letter-spacing: 0.07em;
}

.school-facts {
  align-self: start;
  height: var(--school-collage-height);
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.school-facts div {
  display: flex;
  min-height: 160px;
  padding: 18px;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.school-facts strong {
  font: 700 clamp(38px, 4vw, 66px)/1 var(--font-display);
  letter-spacing: -0.04em;
}

.school-facts span {
  max-width: 130px;
  font-size: 12px;
  line-height: 1.25;
}

.trial-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(40px, 8vw, 130px);
  color: var(--ink);
  background: var(--soft);
}

.trial-heading h2 em {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
}

.trial-form {
  align-self: end;
  background: var(--paper);
  border: 1px solid var(--ink);
}

.form-status {
  display: flex;
  justify-content: space-between;
  padding: 15px 18px;
  color: var(--white);
  background: var(--ink);
  font: 10px/1 var(--font-ui);
  letter-spacing: 0.07em;
}

.form-status strong {
  color: var(--brand);
  font-weight: 400;
}

.form-benefit {
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid var(--ink);
  font-size: 13px;
  line-height: 1.4;
}

.trial-form label {
  display: block;
  padding: 20px 18px 14px;
  border-bottom: 1px solid var(--ink);
}

.trial-form label > span {
  display: block;
  margin-bottom: 8px;
  font: 10px/1 var(--font-ui);
  letter-spacing: 0.08em;
}

.trial-form input,
.trial-form select {
  width: 100%;
  padding: 6px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-size: 20px;
}

.trial-form select {
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 6 6 6-6' fill='none' stroke='%23111' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right center;
}

.trial-form input::placeholder {
  color: rgba(17, 17, 15, 0.36);
}

.submit-button {
  width: calc(100% - 36px);
  min-height: 72px;
  margin: 18px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  background: var(--ink);
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}

.submit-button:hover {
  color: var(--white);
  background: #000000;
  outline: 1px solid var(--ink);
}

.submit-button .ui-icon {
  margin-right: 2px;
}

.form-note,
.form-message {
  margin: 0 18px 18px;
  font-size: 10px;
  line-height: 1.35;
  opacity: 0.62;
}

.form-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-meta a {
  color: inherit;
}

.footer-platform-note {
  max-width: 760px;
  margin: 42px 0 0;
  color: rgba(255,255,255,.46);
  font: 9px/1.45 var(--font-ui);
  letter-spacing: .02em;
}

.form-message {
  color: #177215;
  font-size: 12px;
  opacity: 1;
}

footer {
  padding: 54px var(--gutter) 30px;
  color: var(--white);
  background: var(--ink);
}

.footer-lockup {
  display: flex;
  align-items: flex-end;
  gap: 22px;
}

.footer-logo {
  width: min(54vw, 720px);
  height: auto;
}

.footer-logo-school {
  width: min(62vw, 800px);
}

.footer-lockup span {
  padding-bottom: 3px;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.footer-meta {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-meta p {
  margin: 0;
  font: 10px/1 var(--font-ui);
}

/* Shared footer system for the home page and every generated route. */
.inner-footer {
  padding: clamp(54px, 6vw, 88px) var(--gutter) 30px;
  color: var(--white);
  background: var(--ink);
}

.inner-footer .footer-lockup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr);
  gap: clamp(40px, 8vw, 140px);
  align-items: end;
}

.inner-footer .footer-logo-school { width: min(52vw, 700px); }
.footer-lockup-copy { display: grid; gap: 24px; padding-bottom: 5px; }
.footer-lockup-copy span { padding: 0; color: rgba(255,255,255,.5); font: 600 10px/1 var(--font-ui); letter-spacing: .12em; }
.footer-lockup-copy a { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); font: 700 11px/1 var(--font-ui); }

.footer-directory {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: clamp(52px, 6vw, 86px) 0 0;
  padding: 34px 0 clamp(52px, 6vw, 86px);
  border-top: 1px solid rgba(255,255,255,.25);
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.footer-directory div { display: flex; flex-direction: column; gap: 11px; }
.footer-directory strong { margin-bottom: 12px; color: rgba(255,255,255,.48); font: 600 10px/1 var(--font-ui); letter-spacing: .1em; }
.footer-directory a {
  position: relative;
  width: fit-content;
  font-size: 14px;
  transition: color .2s ease, transform .25s cubic-bezier(.2,.7,.2,1);
}

.footer-directory a::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s cubic-bezier(.2,.7,.2,1);
}

.footer-directory a:hover,
.footer-directory a:focus-visible {
  transform: translateX(4px);
}

.footer-directory a:hover::after,
.footer-directory a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.footer-socials {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 2fr);
  column-gap: clamp(40px, 7vw, 120px);
  padding: clamp(46px, 5vw, 74px) 0 clamp(40px, 4.5vw, 66px);
}

.footer-socials-heading p { margin: 0 0 28px; color: rgba(255,255,255,.5); font: 600 10px/1 var(--font-ui); letter-spacing: .12em; }
.footer-socials-heading h2 { max-width: 7.2em; margin: 0; font: 700 clamp(38px, 4.1vw, 66px)/.88 var(--font-display); letter-spacing: -.05em; }
.footer-socials-heading h2 em { color: rgba(255,255,255,.52); font-style: normal; }
.footer-socials nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.28); border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.footer-socials nav a { display: grid; min-width: 0; min-height: clamp(132px, 10vw, 164px); padding: 18px clamp(14px, 1.35vw, 22px) 20px; grid-template-columns: minmax(0, 1fr) 20px; grid-template-rows: auto 1fr; gap: 20px 10px; align-items: end; border-left: 1px solid rgba(255,255,255,.28); transition: color .2s ease, background .2s ease; }
.footer-socials nav a:hover,
.footer-socials nav a:focus-visible { color: var(--ink); background: var(--white); }
.footer-socials nav a > small { grid-column: 1 / -1; align-self: start; color: rgba(255,255,255,.48); font: 600 9px/1 var(--font-ui); letter-spacing: .12em; transition: color .2s; }
.footer-socials nav a:hover > small,
.footer-socials nav a:focus-visible > small { color: rgba(0,0,0,.58); }
.footer-socials nav a > strong { min-width: 0; font: 700 clamp(19px, 1.65vw, 28px)/.94 var(--font-display); letter-spacing: -.045em; text-transform: uppercase; }
.footer-socials nav .ui-icon { justify-self: end; }
.footer-socials nav a:hover .ui-icon,
.footer-socials nav a:focus-visible .ui-icon { transform: translate(3px, -3px); }
.inner-footer .footer-platform-note { grid-column: 2; max-width: 740px; margin: 16px 0 0; }
.inner-footer .footer-meta { margin-top: 0; padding-top: 22px; border-top: 0; }

@media (max-width: 980px) {
  .inner-footer .footer-socials { grid-template-columns: 1fr; gap: 34px; }
  .inner-footer .footer-socials nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .inner-footer .footer-socials nav a:nth-child(n + 3) { border-top: 1px solid rgba(255,255,255,.28); }
  .inner-footer .footer-platform-note { grid-column: 1; }
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

#trial:target .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (min-width: 981px) and (max-width: 1320px) {
  .desktop-nav {
    gap: 18px;
    font-size: 11px;
  }

  .brand {
    gap: 10px;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .header-actions {
    gap: 0;
  }

  .header-phone {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    background: var(--brand);
    border-right: 1px solid rgba(22, 22, 22, .2);
  }

  .inner-page .header-phone {
    color: var(--white);
    background: var(--ink);
    border-color: rgba(255, 255, 255, .28);
  }

  .header-phone span,
  .header-phone strong {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .header-phone::before {
    width: 18px;
    height: 18px;
    background: currentColor;
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.299c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.299c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58z'/%3E%3C/svg%3E") center / contain no-repeat;
  }
}

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

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

  .menu-button {
    display: flex;
    width: 46px;
    height: 46px;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: inherit;
    background: transparent;
    border: 1px solid currentColor;
  }

  .menu-button span {
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 0.2s;
  }

  .menu-open .menu-button span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-open .menu-button span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    z-index: 35;
    inset: 0;
    padding: 100px var(--gutter) 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    overflow-y: auto;
    color: var(--white);
    background: var(--ink);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
  }

  .menu-open .mobile-menu {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu > nav {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
  }

  .mobile-menu > nav > a,
  .mobile-services > summary {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font: 700 clamp(28px, 8vw, 48px)/1 var(--font-display);
    letter-spacing: -0.03em;
  }

  .mobile-services > summary {
    position: relative;
    padding-right: 42px;
    list-style: none;
    cursor: pointer;
  }

  .mobile-services > summary::-webkit-details-marker {
    display: none;
  }

  .mobile-services > summary::after {
    content: "+";
    position: absolute;
    right: 3px;
    top: 50%;
    font: 400 30px/1 var(--font-ui);
    transform: translateY(-50%);
  }

  .mobile-services[open] > summary::after {
    content: "-";
  }

  .mobile-services-links {
    padding: 9px 0 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
  }

  .mobile-menu .mobile-services-links a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 16px;
    font: 600 clamp(17px, 5vw, 23px)/1.05 var(--font-text);
    letter-spacing: -.015em;
  }

  .mobile-services-links span {
    opacity: .48;
    font: 600 10px/1.5 var(--font-ui);
  }

  .mobile-menu-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, .34);
  }

  .mobile-menu-phone {
    display: grid;
    align-content: center;
    gap: 4px;
    padding: 12px 16px;
  }

  .mobile-menu-phone span {
    font-size: 9px;
    letter-spacing: .14em;
    text-transform: uppercase;
    opacity: .58;
  }

  .mobile-menu-phone strong {
    font-size: clamp(13px, 3.7vw, 16px);
    white-space: nowrap;
  }

  .mobile-menu-actions .button {
    min-width: min(46vw, 230px);
    border: 0;
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 34;
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    left: max(12px, env(safe-area-inset-left));
    width: min(560px, calc(100% - 24px));
    min-height: 68px;
    margin: 0 auto;
    padding-left: 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 62px;
    align-items: stretch;
    color: var(--ink);
    background: rgba(248, 248, 248, .97);
    border: 1px solid var(--ink);
    box-shadow: 0 14px 42px rgba(0, 0, 0, .24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
    transition: opacity .24s ease, transform .32s cubic-bezier(.22, 1, .36, 1);
    backdrop-filter: blur(10px);
  }

  .mobile-sticky-cta-copy {
    min-width: 0;
    display: grid;
    align-content: center;
    gap: 5px;
  }

  .mobile-sticky-cta small {
    font: 600 9px/1 var(--font-ui);
    letter-spacing: .12em;
    opacity: .55;
  }

  .mobile-sticky-cta strong {
    font: 700 clamp(12px, 3.7vw, 15px)/1 var(--font-text);
    letter-spacing: -.015em;
    white-space: nowrap;
  }

  .mobile-sticky-cta-icon {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border-left: 1px solid rgba(22, 22, 22, .28);
  }

  .mobile-sticky-cta-icon img {
    width: 20px;
    height: 20px;
  }

  .mobile-cta-visible:not(.menu-open) .mobile-sticky-cta {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .hero-status {
    top: 94px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-status div:nth-child(3),
  .hero-status div:nth-child(4) {
    display: none;
  }

  .section-intro,
  .courses-heading,
  .equipment-heading,
  .school-copy {
    grid-template-columns: 1fr;
  }

  .section-intro h2,
  .courses-heading h2,
  .equipment-heading h2,
  .school-copy h2 {
    max-width: 780px;
  }

  .equipment-heading h2.equipment-heading-long {
    grid-column: 1;
  }

  .equipment-title-brand {
    white-space: normal;
  }

  .section-lead,
  .courses-heading p:last-child,
  .equipment-heading p:last-child {
    margin-left: auto;
  }

  .course-browser {
    grid-template-columns: 1fr;
  }

  .course-list {
    display: block;
    height: auto;
    min-height: 0;
  }

  .course-preview {
    display: none;
  }

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

  .equipment-visual {
    min-height: 620px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
  }

  .equipment-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(250px, auto));
  }

  .equipment-list article:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .35);
  }

  .mentor-stage {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 32px;
  }

  .mentor-photo-wrap {
    min-height: 620px;
  }

  .school-collage {
    grid-template-columns: 1fr 0.75fr;
  }

  .school-facts {
    grid-column: 1 / -1;
    margin-top: 18px;
  }

  .school-facts div {
    min-height: 130px;
  }

  .trial-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .footer-nav-home {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
  }

  :root {
    --gutter: 18px;
  }

  .brand-logo {
    width: 112px;
  }

  .brand-logo-school {
    width: 158px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-video {
    object-position: 52% center;
  }

  .hero-copy {
    bottom: 34px;
  }

  .hero h1 {
    font-size: clamp(39px, 12.3vw, 62px);
    line-height: 0.86;
  }

  .hero h1 .outline {
    transform: translateX(0);
  }

  .hero-action-row {
    margin-top: 28px;
    display: block;
  }

  .hero-action-row p {
    display: none;
  }

  .hero-button {
    width: 100%;
    min-height: 60px;
  }

  .scroll-cue {
    display: none;
  }

  .ticker-track {
    font-size: 14px;
    padding: 14px 0;
  }

  .route-section,
  .courses-section,
  .equipment-section,
  .school-section,
  .trial-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-intro h2,
  .courses-heading h2,
  .equipment-heading h2,
  .school-copy h2,
  .trial-heading h2 {
    font-size: clamp(32px, 9vw, 54px);
    line-height: 0.88;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .equipment-heading h2.equipment-heading-long {
    font-size: inherit;
    line-height: inherit;
  }

  .equipment-title-kicker {
    font-size: clamp(46px, 13.8vw, 72px);
    line-height: .78;
  }

  .equipment-title-subject {
    grid-column: 1 / -1;
    font-size: clamp(40px, 11.6vw, 58px);
    line-height: .82;
  }

  .equipment-title-brand {
    grid-column: 1 / -1;
    margin-top: 24px;
    padding: 0;
    font-size: 20px;
    line-height: .9;
    border-left: 0;
  }

  .equipment-title-journey {
    margin-top: 24px;
    grid-template-columns: auto minmax(34px, 1fr);
    gap: 12px 14px;
  }

  .equipment-title-journey > span,
  .equipment-title-journey strong {
    font-size: 11px;
    line-height: 1.15;
    white-space: normal;
  }

  .equipment-title-journey strong {
    grid-column: 1 / -1;
    justify-self: end;
    max-width: 180px;
    text-align: right;
  }

  .section-index {
    max-width: 100%;
    line-height: 1.3;
  }

  .section-lead,
  .courses-heading p:last-child,
  .equipment-heading p:last-child {
    margin: 22px 0 0;
    max-width: 290px;
    font-size: 15px;
  }

  .route-player {
    margin-top: 64px;
    display: block;
  }

  .route-visual {
    position: relative;
    top: auto;
    height: 58vh;
    min-height: 420px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .route-step {
    min-height: 146px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 22px 8px;
  }

  .route-step > * {
    min-width: 0;
  }

  .route-step strong {
    font-size: 27px;
  }

  .route-step small {
    font-size: 12px;
  }

  .course-browser {
    margin-top: 62px;
  }

  .course-row {
    grid-template-columns: 26px 1fr 26px;
    min-height: 150px;
    gap: 10px;
  }

  .course-row p {
    display: none;
  }

  .course-row strong {
    font-size: clamp(30px, 9.7vw, 42px);
  }

  .equipment-showcase {
    margin-top: 62px;
  }

  .equipment-visual {
    min-height: 460px;
  }

  .equipment-visual figcaption {
    display: grid;
    gap: 12px;
  }

  .equipment-visual figcaption strong {
    max-width: 260px;
    text-align: left;
  }

  .equipment-list {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
  }

  .equipment-list article {
    min-height: 180px;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 16px;
    padding: 24px 18px;
    align-content: center;
    border-right: 0;
  }

  .equipment-list article:nth-child(odd) {
    border-right: 0;
  }

  .equipment-list article > span {
    grid-row: 1 / 3;
    align-self: start;
  }

  .equipment-list h3 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .equipment-list p {
    grid-column: 2;
    max-width: 34ch;
  }

  .equipment-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 28px;
  }

  .mentor-section {
    padding: 84px 0 56px;
  }

  .mentor-stage {
    grid-template-columns: 1fr;
  }

  .mentor-photo-wrap {
    min-height: 600px;
  }

  .mentor-copy h2 {
    font-size: clamp(72px, 25vw, 122px);
  }

  .mentor-copy h2.is-long {
    font-size: clamp(52px, 17vw, 86px);
  }

  .mentor-meta {
    grid-template-columns: 1fr;
    min-height: 136px;
  }

  .mentor-copy {
    grid-template-rows: auto clamp(150px, 38vw, 186px) 136px auto 82px auto;
    gap: 22px;
    align-content: start;
  }

  .mentor-links {
    display: grid;
  }

  .mentor-socials {
    min-height: 82px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 36px;
    gap: 10px 16px;
  }

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

  .mentor-selector-list button {
    border-bottom: 1px solid rgba(17,17,15,.28);
  }

  .mentor-selector-list button:nth-child(2n) {
    border-right: 0;
  }

  .mentor-selector-list button:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .mentor-marquee {
    margin-top: 72px;
  }

  .school-collage {
    margin-top: 62px;
    grid-template-columns: 1fr;
  }

  .collage-b {
    width: 76%;
    margin-left: auto !important;
  }

  .school-facts {
    grid-column: auto;
  }

  .school-facts div {
    min-height: 122px;
  }

  .trial-form input,
  .trial-form select {
    font-size: 17px;
  }

  .submit-button span {
    max-width: 220px;
    text-align: left;
  }

  footer {
    padding-top: 42px;
  }

  .footer-logo {
    width: 76%;
  }

  .footer-lockup {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .footer-meta {
    margin-top: 48px;
    flex-direction: column;
    gap: 15px;
  }

  .inner-footer { padding-top: 54px; }
  .inner-footer .footer-lockup { grid-template-columns: 1fr; gap: 28px; }
  .inner-footer .footer-logo-school { width: min(88vw, 560px); }
  .inner-footer .footer-lockup-copy { max-width: 420px; }
  .inner-footer .footer-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; margin: 50px 0 0; }
  .inner-footer .footer-socials { grid-template-columns: 1fr; gap: 34px; padding: 48px 0; }
  .inner-footer .footer-socials-heading h2 { max-width: 8em; font-size: clamp(38px, 11.5vw, 56px); }
  .inner-footer .footer-socials nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .inner-footer .footer-socials nav a { min-height: 108px; padding: 16px; grid-template-columns: minmax(0, 1fr) 20px; gap: 18px 10px; }
  .inner-footer .footer-socials nav a:nth-child(n + 3) { border-top: 1px solid rgba(255,255,255,.28); }
  .inner-footer .footer-socials nav a > small { display: block; grid-column: 1; }
  .inner-footer .footer-socials nav a > strong { grid-column: 1 / -1; font-size: clamp(18px, 5.5vw, 24px); }
  .inner-footer .footer-socials nav .ui-icon { grid-row: 1; grid-column: 2; align-self: start; }
  .inner-footer .footer-platform-note { grid-column: 1; margin-top: 20px; }
  .inner-footer .footer-meta { margin-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
