@font-face { font-family: Manrope; src: url('/assets/fonts/manrope-latin.woff2') format('woff2'); font-weight: 400 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('/assets/fonts/dm-sans-latin.woff2') format('woff2'); font-weight: 400 700; font-style: normal; font-display: swap; }
:root { --night: #100e27; --panel: #1a1739; --panel-2: #232050; --paper: #f3f0ff; --muted: #aaa6c9; --lime: #d5ff49; --cyan: #5ce1d5; --coral: #ff6e82; --line: rgba(243, 240, 255, .16); --display: Manrope, 'DM Sans', sans-serif; --body: 'DM Sans', Arial, sans-serif; --ease: cubic-bezier(.2, .8, .2, 1); --mx: 50%; --my: 50%; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--night); color: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.5; }
body::before { position: fixed; z-index: 10; inset: 0; pointer-events: none; content: ''; background: radial-gradient(circle at var(--mx) var(--my), rgba(92, 225, 213, .12), transparent 20rem); mix-blend-mode: screen; }
.cursor-orbit { position: fixed; z-index: 9; top: var(--my); left: var(--mx); width: 11rem; height: 11rem; border: 1px solid rgba(213, 255, 73, .2); border-radius: 50%; pointer-events: none; transform: translate(-50%, -50%); opacity: .55; transition: top .2s ease-out, left .2s ease-out; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .7rem 1rem; border-radius: .6rem; background: var(--lime); color: var(--night); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.site-header { position: fixed; z-index: 20; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem clamp(1.1rem, 5vw, 5rem); background: rgba(16, 14, 39, .72); transition: background .35s, padding .35s, box-shadow .35s; backdrop-filter: blur(16px); }
.site-header.is-scrolled { padding-top: .7rem; padding-bottom: .7rem; background: rgba(16, 14, 39, .92); box-shadow: 0 1px 0 var(--line); }
.brand { display: flex; align-items: center; gap: .65rem; min-width: max-content; }
.brand-chip { display: grid; place-items: center; padding: .3rem .44rem; border-radius: .45rem; background: var(--lime); color: var(--night); font: 800 .78rem var(--display); letter-spacing: -.08em; }
.brand-copy { display: grid; gap: .12rem; font-size: .74rem; font-weight: 800; letter-spacing: .04em; }
.brand-copy small { color: var(--muted); font-size: .55rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.primary-nav { display: flex; gap: clamp(1rem, 2.5vw, 2.7rem); color: var(--muted); font-size: .78rem; font-weight: 700; }
.primary-nav a { position: relative; padding: .3rem 0; }
.primary-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; content: ''; background: var(--lime); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--paper); }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .82rem 1rem; border-radius: .55rem; font-size: .73rem; font-weight: 800; transition: transform .3s var(--ease), box-shadow .3s, background .3s; }
.header-cta { min-width: 10.3rem; background: var(--panel-2); color: var(--lime); }
.header-cta:hover, .button:hover { box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, .28); }
.header-cta span, .button span { font-size: 1rem; }
.menu-toggle { display: none; border: 0; background: none; padding: .45rem; }
.menu-toggle i { display: block; width: 1.5rem; height: 2px; margin: .32rem 0; background: var(--paper); transition: transform .25s; }

.hero { position: relative; min-height: 100svh; padding: 7.5rem clamp(1.1rem, 5vw, 5rem) 0; overflow: hidden; background: var(--night); }
.hero::before { position: absolute; inset: 0; pointer-events: none; content: ''; background-image: linear-gradient(rgba(243, 240, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(243, 240, 255, .045) 1px, transparent 1px); background-size: 4rem 4rem; mask-image: linear-gradient(180deg, rgba(0,0,0,.8), transparent 90%); }
.hero-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 1rem; max-width: 125rem; margin: 0 auto; padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .61rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.live-dot { display: inline-block; width: .45rem; height: .45rem; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255, 110, 130, .14); }
.hero-topline span:first-child { display: inline-flex; align-items: center; gap: .55rem; color: var(--lime); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(2rem, 7vw, 8rem); max-width: 125rem; min-height: 42rem; margin: 0 auto; }
.mono-label { margin: 0; color: var(--cyan); font-size: .63rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.mono-label--lime { color: var(--lime); }
.hero-copy h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 800; letter-spacing: -.08em; line-height: .9; }
.hero-copy h1 { max-width: 7.5ch; margin-top: 1rem; font-size: clamp(5rem, 9.6vw, 11rem); }
.hero-copy h1 span, h2 em { color: var(--lime); font-style: normal; }
.hero-lede { max-width: 25rem; margin: 2rem 0; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.16rem); }
.hero-actions { display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; }
.button--lime { background: var(--lime); color: var(--night); }
.button--coral { background: var(--coral); color: var(--night); }
.under-link, .schedule-card a { border-bottom: 1px solid currentColor; padding-bottom: .15rem; color: var(--paper); font-size: .76rem; font-weight: 800; }
.under-link span, .schedule-card a span { display: inline-block; margin-left: .35rem; color: var(--cyan); transition: transform .3s; }
.under-link:hover span, .schedule-card a:hover span { transform: translate(3px, -3px); }
.hero-visual { position: relative; min-height: 34rem; perspective: 1200px; }
.hero-photo { position: relative; width: min(42rem, 100%); height: 29rem; margin: 1rem 0 0 auto; overflow: hidden; border: 1px solid rgba(92, 225, 213, .5); border-radius: 1.3rem; box-shadow: 1rem 1rem 0 var(--cyan); transform: rotate(2.5deg); transition: transform .7s var(--ease); will-change: transform; }
.hero-photo::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 45%, rgba(16, 14, 39, .72)); }
.hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(1.08) contrast(1.04); }
.photo-ui { position: absolute; z-index: 1; right: 1.3rem; bottom: 1.2rem; left: 1.3rem; display: grid; gap: .3rem; }
.photo-ui span { color: var(--cyan); font-size: .59rem; font-weight: 800; letter-spacing: .14em; }
.photo-ui strong { color: white; font: 800 clamp(2rem, 4.2vw, 4.4rem) / .9 var(--display); letter-spacing: -.08em; }
.hero-float-card { position: absolute; bottom: 0; left: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .7rem; width: 13rem; padding: 1rem; border: 1px solid var(--line); border-radius: .65rem; background: rgba(26, 23, 57, .92); box-shadow: .7rem .7rem 0 rgba(0, 0, 0, .25); backdrop-filter: blur(12px); }
.hero-float-card div { display: grid; gap: .13rem; }
.hero-float-card b { font-size: .78rem; }
.hero-float-card small { color: var(--muted); font-size: .65rem; }
.hero-float-card > span:last-child { color: var(--lime); font-size: 1.1rem; }
.hero-index { position: absolute; top: 2rem; right: 0; color: var(--muted); font: 800 1rem / .8 var(--display); text-align: right; }
.hero-index small { font-size: .6rem; letter-spacing: .14em; }
.hero-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; max-width: 125rem; margin: 1rem auto 0; border-top: 1px solid var(--line); padding: 1rem 0 1.15rem; color: var(--muted); font-size: .6rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-arrow { color: var(--lime); font-size: 1.1rem; }

.section-pad { padding: clamp(5rem, 9vw, 9rem) clamp(1.1rem, 5vw, 5rem); }
.board, .routes, .programs, .community { background: var(--night); }
.board-header, .routes-header, .programs-header { display: grid; grid-template-columns: 1fr .45fr; align-items: end; gap: 4rem; max-width: 125rem; margin: 0 auto 3.6rem; }
.board-header h2, .routes-header h2, .programs-header h2, .community-copy h2, .apply-card h2 { max-width: 8ch; margin-top: .7rem; font-size: clamp(3.8rem, 7vw, 8rem); }
.board-header > p, .routes-header > p, .programs-header > p { max-width: 22rem; margin: 0 0 .35rem; color: var(--muted); font-size: 1rem; }
.schedule-grid { display: grid; grid-template-columns: repeat(3, 1fr) .55fr; gap: .8rem; max-width: 125rem; margin: 0 auto; }
.schedule-card { display: flex; flex-direction: column; min-height: 20rem; padding: 1.3rem; border-radius: .85rem; color: var(--night); transition: transform .45s var(--ease); }
.schedule-card:hover { transform: translateY(-.5rem); }
.schedule-card--lime { background: var(--lime); }
.schedule-card--cyan { background: var(--cyan); }
.schedule-card--coral { background: var(--coral); }
.schedule-meta { display: flex; justify-content: space-between; gap: 1rem; font-size: .6rem; font-weight: 800; letter-spacing: .1em; }
.schedule-card h3 { margin: auto 0; font-size: clamp(2.25rem, 4vw, 4.2rem); }
.schedule-card a { align-self: flex-start; color: var(--night); }
.schedule-card a span { color: var(--night); }
.schedule-aside { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; min-height: 20rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: .85rem; color: var(--muted); font-size: .63rem; font-weight: 800; letter-spacing: .13em; text-align: right; }
.aside-number { color: var(--cyan); font: 800 4.5rem / .8 var(--display); letter-spacing: -.1em; }
.aside-rule { width: 100%; height: 1px; background: var(--line); }

.routes { background: var(--panel); }
.routes-header { grid-template-columns: .8fr 1fr .5fr; align-items: start; }
.routes-header h2 { max-width: 8ch; }
.route-system { display: grid; grid-template-columns: .4fr 1fr; max-width: 125rem; margin: 0 auto; border: 1px solid var(--line); border-radius: 1rem; overflow: hidden; background: var(--night); }
.route-nav { border-right: 1px solid var(--line); }
.route-button { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; width: 100%; border: 0; border-bottom: 1px solid var(--line); padding: 1.2rem; background: none; color: var(--muted); text-align: left; cursor: pointer; }
.route-button:last-child { border-bottom: 0; }
.route-button:hover, .route-button.is-active { background: var(--panel-2); color: var(--paper); }
.route-button > span { color: var(--coral); font-size: .64rem; font-weight: 800; }
.route-button b, .route-button small { display: block; }
.route-button b { font-size: .87rem; }
.route-button small { margin-top: .2rem; color: var(--muted); font-size: .7rem; }
.route-button i { font-style: normal; transition: transform .3s; }
.route-button:hover i, .route-button.is-active i { color: var(--lime); transform: translate(3px, -3px); }
.route-content { padding: clamp(1.5rem, 4vw, 4.5rem); }
.route-panel { position: relative; min-height: 23rem; padding-right: min(31rem, 48%); }
.route-panel h3 { max-width: 8ch; margin: .7rem 0 1rem; font-size: clamp(2.8rem, 5.2vw, 5.4rem); }
.route-panel > p:not(.mono-label) { max-width: 26rem; margin: 0 0 1.6rem; color: var(--muted); }
.route-art { position: absolute; top: 0; right: 0; width: min(26rem, 45%); height: 20rem; overflow: hidden; border-radius: .7rem; }
.route-art::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 45%, rgba(16, 14, 39, .75)); }
.route-art img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(1.1); }
.route-art span, .route-art b { position: absolute; z-index: 1; bottom: 1rem; left: 1rem; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.route-art--neon, .route-art--soft { display: flex; align-items: flex-end; justify-content: space-between; padding: 1rem; background-image: radial-gradient(rgba(16, 14, 39, .2) 1px, transparent 1px), linear-gradient(135deg, var(--coral), var(--lime)); background-size: 13px 13px, auto; }
.route-art--soft { background-image: radial-gradient(rgba(16, 14, 39, .16) 1px, transparent 1px), linear-gradient(135deg, var(--cyan), var(--paper)); }
.route-art--neon span, .route-art--soft span { position: relative; left: auto; bottom: auto; color: var(--night); }
.route-art--neon b, .route-art--soft b { position: relative; left: auto; bottom: auto; color: var(--night); font: 800 3.5rem / .8 var(--display); letter-spacing: -.1em; }

.gaming { background: var(--blue); }
.gaming-top { display: grid; grid-template-columns: 1fr .45fr; align-items: end; gap: 4rem; max-width: 125rem; margin: 0 auto 3.6rem; }
.gaming-top h2 { max-width: 6ch; margin-top: .7rem; font-size: clamp(5rem, 10vw, 11rem); line-height: .78; }
.gaming-top h2 em { color: var(--lime); }
.gaming-top > div:last-child { max-width: 23rem; }
.gaming-top > div:last-child p { margin: 0 0 1.5rem; color: rgba(243, 240, 255, .8); }
.gaming-stage { position: relative; max-width: 125rem; min-height: 33rem; margin: 0 auto; }
.gaming-shot { position: absolute; overflow: hidden; margin: 0; border: 1px solid rgba(243, 240, 255, .36); border-radius: .85rem; background: var(--panel); box-shadow: .8rem .8rem 0 rgba(16, 14, 39, .28); transition: transform .6s var(--ease); will-change: transform; }
.gaming-shot img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(1.08); }
.gaming-shot::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 55%, rgba(16, 14, 39, .75)); }
.gaming-shot figcaption { position: absolute; z-index: 1; bottom: 1rem; left: 1rem; font-size: .64rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.gaming-shot--one { top: 0; left: 0; width: 59%; height: 26rem; transform: rotate(-2deg); }
.gaming-shot--two { right: 0; bottom: 0; width: 47%; height: 21rem; transform: rotate(2deg); }
.gaming-shot--one:hover, .gaming-shot--two:hover { transform: rotate(0) scale(1.025); }
.gaming-hud { position: absolute; z-index: 3; top: 2rem; right: 35%; display: grid; gap: .25rem; padding: 1rem; border: 1px solid rgba(243, 240, 255, .45); border-radius: .65rem; background: rgba(16, 14, 39, .48); color: var(--paper); font-size: .62rem; font-weight: 800; letter-spacing: .1em; backdrop-filter: blur(12px); }
.gaming-hud span { display: flex; align-items: center; gap: .45rem; color: var(--lime); }
.gaming-hud small { color: var(--muted); }

.programs-header { grid-template-columns: 1fr .48fr; }
.program-list { max-width: 125rem; margin: 0 auto; border-top: 1px solid var(--line); }
.program-row { display: grid; grid-template-columns: 4rem 1fr auto 3rem; align-items: center; gap: 1.5rem; border-bottom: 1px solid var(--line); padding: 1.4rem 0; transition: padding .35s, background .35s; }
.program-row:hover { padding-right: 1rem; padding-left: 1rem; background: var(--panel); }
.program-number { color: var(--coral); font-size: .68rem; font-weight: 800; }
.program-row h3 { margin: 0 0 .35rem; font-size: clamp(1.7rem, 3vw, 3rem); }
.program-row p { max-width: 33rem; margin: 0; color: var(--muted); font-size: .86rem; }
.program-row > strong { display: grid; color: var(--lime); font: 800 1.8rem / .85 var(--display); letter-spacing: -.08em; text-align: right; }
.program-row > strong small { color: var(--muted); font: 500 .58rem var(--body); letter-spacing: .1em; text-transform: uppercase; }
.program-row > a { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: var(--coral); color: var(--night); font-size: 1.1rem; transition: transform .3s; }
.program-row > a:hover { transform: translate(3px, -3px); }
.price-note { max-width: 125rem; margin: 1.15rem auto 0; color: var(--muted); font-size: .68rem; }

.community { background: var(--panel); }
.community-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 9rem); max-width: 125rem; margin: 0 auto; }
.community-copy h2 { max-width: 8ch; }
.community-copy > p:not(.mono-label) { max-width: 28rem; margin: 1.8rem 0 2.3rem; color: var(--muted); font-size: 1.06rem; }
.community-stats { display: flex; gap: 1.6rem; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 1rem; }
.community-stats span { display: grid; gap: .2rem; color: var(--muted); font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.community-stats b { color: var(--cyan); font: 800 2.5rem / .9 var(--display); letter-spacing: -.1em; }
.community-photo { position: relative; min-height: 29rem; overflow: hidden; border-radius: 1rem; border: 1px solid rgba(92, 225, 213, .38); box-shadow: 1rem 1rem 0 var(--cyan); transform: rotate(2deg); transition: transform .7s var(--ease); will-change: transform; }
.community-photo img { display: block; width: 100%; height: 100%; min-height: 29rem; object-fit: cover; filter: saturate(1.08); }
.community-photo::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 55%, rgba(16, 14, 39, .72)); }
.community-photo span { position: absolute; z-index: 1; bottom: 1rem; left: 1rem; color: white; font-size: .65rem; font-weight: 800; letter-spacing: .14em; }
.apply { background: var(--lime); color: var(--night); }
.apply-card { display: grid; grid-template-columns: 1fr .45fr; align-items: end; gap: 4rem; max-width: 125rem; margin: 0 auto; }
.apply-card h2 { max-width: 8ch; }
.apply-card > div:last-child { max-width: 23rem; }
.apply-card > div:last-child > p { margin: 0 0 1.8rem; font-size: 1.05rem; }
.apply-card .button--lime { background: var(--night); color: var(--lime); }
.phone-link { display: inline-block; margin-top: 1rem; border-bottom: 1px solid currentColor; padding-bottom: .15rem; font-size: .8rem; font-weight: 800; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.6rem clamp(1.1rem, 5vw, 5rem); background: #0a091c; color: var(--muted); font-size: .68rem; }
.footer-brand, .site-footer nav { display: flex; align-items: center; gap: .7rem; }
.site-footer nav { gap: 1.2rem; font-weight: 700; }
.site-footer nav a:hover { color: var(--lime); }
.site-footer p { margin: 0; opacity: .55; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
@media (max-width: 900px) {
  .hero-layout { grid-template-columns: 1fr; min-height: auto; padding: 4rem 0 3rem; }
  .hero-visual { min-height: 31rem; }
  .hero-photo { margin-right: 3rem; }
  .board-header, .gaming-top, .programs-header, .apply-card { grid-template-columns: 1fr .65fr; gap: 2rem; }
  .schedule-grid { grid-template-columns: repeat(3, 1fr); }
  .schedule-aside { grid-column: 1 / -1; flex-direction: row; align-items: center; min-height: auto; }
  .aside-rule { width: 1px; height: 2rem; }
  .route-system { grid-template-columns: .5fr 1fr; }
  .route-panel { padding-right: 46%; }
  .community-grid { gap: 3rem; }
}
@media (max-width: 680px) {
  body { font-size: 15px; }
  .cursor-orbit { display: none; }
  .site-header { padding: .85rem 1rem; }
  .site-header.is-scrolled { padding: .65rem 1rem; }
  .brand-copy { font-size: .65rem; }
  .brand-copy small { font-size: .5rem; }
  .primary-nav { position: absolute; top: calc(100% + .5rem); right: 1rem; left: 1rem; display: flex; flex-direction: column; gap: .1rem; padding: .7rem; border: 1px solid var(--line); border-radius: .65rem; background: rgba(26, 23, 57, .98); box-shadow: 0 1rem 2rem rgba(0, 0, 0, .3); opacity: 0; pointer-events: none; transform: translateY(-1rem); transition: opacity .25s, transform .25s; }
  .site-header.menu-open .primary-nav { opacity: 1; pointer-events: auto; transform: none; }
  .primary-nav a { padding: .72rem 1rem; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .site-header.menu-open .menu-toggle i:first-of-type { transform: translateY(4px) rotate(45deg); }
  .site-header.menu-open .menu-toggle i:last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: auto; padding: 6.5rem 1rem 0; }
  .hero-topline { gap: .7rem; overflow-x: auto; white-space: nowrap; font-size: .52rem; }
  .hero-topline span:last-child { display: none; }
  .hero-layout { gap: 1rem; padding: 3.5rem 0 2rem; }
  .hero-copy h1 { max-width: 7.5ch; font-size: clamp(4.5rem, 19vw, 7rem); }
  .hero-lede { margin: 1.5rem 0; }
  .hero-visual { min-height: 23rem; }
  .hero-photo { width: calc(100% - 1.5rem); height: 19rem; margin: .8rem 0 0 .5rem; box-shadow: .7rem .7rem 0 var(--cyan); }
  .hero-float-card { bottom: 0; width: 11.5rem; padding: .75rem; }
  .hero-index { top: 1rem; right: 0; font-size: .8rem; }
  .hero-footer { gap: .8rem; font-size: .51rem; }
  .hero-footer span:first-child { max-width: 10rem; }
  .section-pad { padding: 5rem 1rem; }
  .board-header, .gaming-top, .programs-header, .apply-card { display: block; margin-bottom: 2.8rem; }
  .board-header h2, .routes-header h2, .programs-header h2, .community-copy h2, .apply-card h2 { font-size: clamp(3.7rem, 17vw, 6.5rem); }
  .board-header > p, .routes-header > p, .programs-header > p { max-width: 22rem; margin-top: 1.4rem; }
  .schedule-grid { grid-template-columns: 1fr; }
  .schedule-card { min-height: 16rem; }
  .schedule-aside { grid-column: auto; min-height: 9rem; }
  .routes-header { margin-bottom: 2rem; }
  .route-system { display: block; }
  .route-nav { border-right: 0; border-bottom: 1px solid var(--line); }
  .route-button { border-bottom: 1px solid var(--line); }
  .route-button:last-child { border-bottom: 0; }
  .route-content { padding: 2rem 1.2rem; }
  .route-panel { min-height: 0; padding-right: 0; }
  .route-panel h3 { font-size: 3.3rem; }
  .route-art { position: relative; top: auto; right: auto; width: 100%; height: 15rem; margin-top: 2.2rem; }
  .gaming-top h2 { font-size: clamp(5rem, 22vw, 8rem); }
  .gaming-stage { min-height: 23rem; }
  .gaming-shot--one { width: 74%; height: 18rem; }
  .gaming-shot--two { width: 58%; height: 14rem; }
  .gaming-hud { top: .8rem; right: .2rem; font-size: .52rem; }
  .program-row { grid-template-columns: 2rem 1fr auto; gap: .75rem; padding: 1.2rem 0; }
  .program-row > a { grid-column: 3; grid-row: 1 / span 2; width: 2.2rem; height: 2.2rem; }
  .program-row > strong { grid-column: 2; grid-row: 2; justify-self: start; font-size: 1.5rem; text-align: left; }
  .program-row p { font-size: .78rem; }
  .community-grid { display: block; }
  .community-copy { margin-bottom: 3rem; }
  .community-photo { min-height: 19rem; box-shadow: .7rem .7rem 0 var(--cyan); }
  .community-photo img { min-height: 19rem; }
  .community-stats { gap: .9rem; }
  .community-stats b { font-size: 2rem; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .site-footer nav { flex-wrap: wrap; }
  .site-footer p { font-size: .61rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cursor-orbit { display: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-photo, .gaming-shot, .community-photo { transition: none; }
  body::before { display: none; }
}
