:root {
  --orange: #f36b21;
  --orange-bright: #ff7a1a;
  --orange-dark: #c74608;
  --black: #080808;
  --ink: #121212;
  --panel: #171717;
  --line: #303030;
  --paper: #f4f3ef;
  --white: #fff;
  --muted: #a9a9a9;
  --max: 1240px;
  --shadow: 0 24px 70px rgba(0,0,0,.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans CJK TC", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif; line-height: 1.5; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--orange); color: #000; padding: 10px 16px; font-weight: 900; }
.skip-link:focus { top: 16px; }

.announcement { background: var(--orange); color: #111; font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.announcement__inner { min-height: 32px; display: flex; justify-content: space-between; align-items: center; }
.announcement strong { background: #111; color: #fff; padding: 2px 6px; margin-right: 8px; }
.announcement a:hover { text-decoration: underline; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(9,9,9,.94); color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 205px; }
.brand img { width: 58px; height: 58px; object-fit: cover; object-position: center; border: 1px solid #514239; }
.brand__text { display: grid; line-height: 1; }
.brand__text b { font-size: 25px; letter-spacing: .08em; font-style: italic; }
.brand__text small { margin-top: 6px; color: #c7c7c7; letter-spacing: .18em; font-size: 9px; }
.main-nav { display: flex; align-items: center; gap: clamp(12px, 1.8vw, 27px); font-size: 13px; font-weight: 800; }
.main-nav > a:not(.nav-login) { position: relative; padding: 28px 0; }
.main-nav > a:not(.nav-login)::after { content: ""; position: absolute; left: 0; bottom: 20px; height: 2px; width: 0; background: var(--orange); transition: .25s; }
.main-nav > a:hover::after { width: 100%; }
.nav-login { color: var(--orange); }
.nav-cta { padding: 12px 17px !important; }
.menu-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 0; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .2s; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; padding: 0 24px; font-weight: 900; letter-spacing: .02em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--orange { color: #111; background: var(--orange); border-color: var(--orange); }
.button--orange:hover { background: #ff853a; }
.button--ghost { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(0,0,0,.18); }
.button--black { color: #fff; background: #111; }
.button--white { color: #111; background: #fff; }

.hero { min-height: 720px; height: calc(100vh - 110px); position: relative; isolation: isolate; color: #fff; overflow: hidden; background: #090909; }
.hero__photo { position: absolute; inset: 0; z-index: -3; background: url("assets/team-kart.webp") center 49% / cover no-repeat; transform: scale(1.015); }
.hero__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.82) 35%, rgba(0,0,0,.17) 68%, rgba(0,0,0,.22) 100%), linear-gradient(0deg, rgba(0,0,0,.68), transparent 45%); }
.hero__stripes { position: absolute; z-index: -1; width: 320px; height: 120%; left: 50%; top: -10%; transform: skewX(-18deg); background: linear-gradient(90deg, transparent 0 38%, rgba(243,107,33,.34) 38% 42%, transparent 42% 73%, rgba(255,255,255,.12) 73% 75%, transparent 75%); }
.hero__content { height: 100%; display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: center; gap: 60px; padding-top: 30px; }
.hero__copy { max-width: 720px; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 12px; letter-spacing: .18em; font-weight: 900; }
.eyebrow--dark { color: var(--orange-dark); }
.hero h1, .section-heading h2, .academy h2, .app-promo h2, .contact-cta h2 { margin: 0; font-size: clamp(47px, 6vw, 82px); line-height: .97; letter-spacing: -.055em; font-weight: 950; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero__lead { max-width: 610px; margin: 28px 0; font-size: clamp(16px, 1.6vw, 20px); color: #e0e0e0; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__meta { display: flex; gap: 28px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); color: #bdbdbd; font-size: 11px; letter-spacing: .04em; }
.hero__meta span { display: grid; gap: 4px; }
.hero__meta b { color: #fff; font-size: 12px; }
.next-race { align-self: end; margin-bottom: 72px; padding: 25px; color: #fff; background: rgba(12,12,12,.91); border-top: 4px solid var(--orange); box-shadow: var(--shadow); backdrop-filter: blur(9px); }
.next-race__top { display: flex; align-items: center; gap: 9px; font-size: 10px; letter-spacing: .12em; font-weight: 900; }
.next-race__top .status { margin-left: auto; color: var(--orange); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(243,107,33,.14); }
.next-race__date { display: flex; gap: 10px; align-items: center; margin: 22px 0 10px; }
.next-race__date strong { color: var(--orange); font-size: 58px; line-height: 1; }
.next-race__date span { font-size: 11px; font-weight: 900; line-height: 1.2; }
.next-race h2 { margin: 0; font-size: 25px; }
.muted { color: var(--muted); font-size: 12px; }
.race-facts { margin: 20px 0; border-top: 1px solid #3b3b3b; }
.race-facts div { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #2b2b2b; font-size: 12px; }
.race-facts dt { color: #888; }.race-facts dd { margin: 0; font-weight: 800; }
.text-link, .outline-link { border: 0; background: transparent; color: var(--orange); padding: 0; font-weight: 900; }
.hero__scroll { position: absolute; bottom: 20px; left: 24px; display: flex; align-items: center; gap: 12px; font-size: 9px; letter-spacing: .18em; transform: rotate(-90deg); transform-origin: left center; }
.hero__scroll i { width: 42px; height: 1px; background: var(--orange); }

.quick-links { background: #101010; color: #fff; border-top: 1px solid #333; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-grid a { min-height: 128px; position: relative; display: grid; align-content: center; padding: 20px 28px; border-right: 1px solid #303030; transition: background .2s; }
.quick-grid a:first-child { border-left: 1px solid #303030; }
.quick-grid a:hover { background: var(--orange); color: #111; }
.quick-grid b { font-size: 18px; }.quick-grid small { color: #8f8f8f; }.quick-grid a:hover small { color: #3c240f; }
.quick-index { position: absolute; top: 14px; left: 14px; color: var(--orange); font-size: 9px; }.quick-grid a:hover .quick-index { color: #111; }
.quick-grid i { position: absolute; right: 20px; top: 50%; font-style: normal; font-size: 21px; }

.section { position: relative; padding: 110px 0; overflow: hidden; }
.section--light { background: var(--paper); }.section--dark { color: #fff; background: #0d0d0d; }.section--orange { color: #111; background: var(--orange); }
.section-heading { margin-bottom: 50px; }.section-heading h2, .academy h2, .app-promo h2 { font-size: clamp(42px, 5vw, 68px); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.split-heading > div:last-child, .split-heading > p { max-width: 500px; color: #646464; }
.section--dark .split-heading > div:last-child { color: #a7a7a7; }
.filter-row, .ranking-switch { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.filter, .ranking-switch button { border: 1px solid #c8c5be; background: transparent; padding: 8px 13px; font-size: 11px; font-weight: 900; }
.filter.is-active, .ranking-switch button.is-active { color: #fff; background: #111; border-color: #111; }

.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.event-card { min-width: 0; background: #fff; border: 1px solid #d8d5cf; box-shadow: 0 8px 30px rgba(0,0,0,.05); }
.event-card[hidden] { display: none; }
.event-card__top { height: 110px; display: flex; align-items: start; justify-content: space-between; padding: 20px; color: #777; font-size: 10px; background: repeating-linear-gradient(135deg, #171717 0 7px, #1c1c1c 7px 14px); }
.event-card__image { height: 220px; position: relative; }.event-card__image--photo { background: linear-gradient(0deg, rgba(0,0,0,.12),rgba(0,0,0,.12)), url("assets/team-kart.webp") 50% 52% / cover; }
.event-card__image .tag { position: absolute; top: 20px; left: 20px; }
.tag { display: inline-block; color: #fff; background: #353535; padding: 5px 8px; font-size: 9px; font-weight: 900; letter-spacing: .1em; }.tag--orange { color: #111; background: var(--orange); }
.event-card__body { display: flex; min-height: 250px; padding: 25px 20px; }
.event-date { min-width: 70px; padding-right: 18px; border-right: 1px solid #ddd; }.event-date strong { display: block; color: var(--orange-dark); font-size: 42px; line-height: 1; }.event-date span { font-size: 10px; font-weight: 900; }
.event-copy { flex: 1; min-width: 0; padding-left: 20px; }.event-copy h3 { margin: 5px 0; font-size: 21px; line-height: 1.15; }.event-copy > p:not(.overline) { color: #777; font-size: 12px; }
.overline { margin: 0; color: var(--orange-dark); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.event-bottom { display: grid; gap: 10px; margin-top: 32px; }.event-bottom button, .service-card button, .news-list button { width: fit-content; border: 0; padding: 0; background: none; font-weight: 900; color: var(--orange-dark); }

.orange-slash { position: absolute; right: -140px; top: -90px; width: 500px; height: 280px; transform: rotate(-16deg); opacity: .07; background: var(--orange); }
.plan-tabs { display: flex; overflow-x: auto; border-bottom: 1px solid #3a3a3a; scrollbar-width: none; }
.plan-tab { flex: 1 0 145px; border: 0; border-bottom: 3px solid transparent; padding: 17px 12px; color: #8d8d8d; background: transparent; font-weight: 900; }
.plan-tab.is-active { color: #fff; border-color: var(--orange); }
.plan-showcase { display: grid; grid-template-columns: 1.05fr .95fr 1.5fr auto; gap: 30px; align-items: center; padding: 42px; margin-top: 26px; background: #171717; border: 1px solid #303030; box-shadow: var(--shadow); }
.plan-amount p, .plan-total span { margin: 0; color: #888; font-size: 11px; font-weight: 900; letter-spacing: .08em; }.plan-amount .currency { color: var(--orange); font-size: 20px; }.plan-amount > strong { color: var(--orange); font-size: clamp(48px, 5vw, 70px); line-height: 1; }.plan-amount .bonus { margin-top: 12px; }.plan-amount .bonus b { color: #fff; }
.plan-total { display: grid; gap: 6px; padding-left: 25px; border-left: 1px solid #393939; }.plan-total strong { font-size: 26px; }.plan-total small { color: #888; }
.plan-benefits { border-left: 1px solid #393939; padding-left: 25px; }.plan-benefits ul { margin: 12px 0 0; padding-left: 18px; color: #d0d0d0; font-size: 13px; }.plan-benefits li { margin: 7px 0; }
.fees { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; margin-top: 70px; }.fees__intro h3 { margin: 0 0 12px; font-size: 33px; }.fees__intro p:last-child { color: #8c8c8c; }.fees__list { border-top: 1px solid #3b3b3b; }.fees__list > div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid #292929; }.fees__list span { display: grid; font-weight: 900; }.fees__list small { color: #777; font-weight: 400; }.fees__list strong { color: var(--orange); white-space: nowrap; }

.rankings { background: #e7e5df; }.ranking-table { background: #fff; box-shadow: 0 15px 50px rgba(0,0,0,.08); overflow: hidden; }.ranking-head, .ranking-row { display: grid; grid-template-columns: 70px 2fr repeat(6, 1fr); align-items: center; min-width: 860px; }.ranking-head { color: #fff; background: #111; padding: 13px 20px; font-size: 10px; font-weight: 900; letter-spacing: .08em; }.ranking-row { padding: 17px 20px; border-bottom: 1px solid #eceae5; }.ranking-row:hover { background: #fff7f0; }.ranking-row .position { font-size: 23px; font-style: italic; font-weight: 950; }.ranking-row .driver { display: flex; align-items: center; gap: 12px; font-weight: 900; }.driver-avatar { display: grid; place-items: center; width: 36px; height: 36px; color: #fff; background: #222; border-radius: 50%; }.ranking-row .points { color: var(--orange-dark); font-size: 20px; font-weight: 950; }.sample-note { margin: 0; padding: 12px 20px; color: #777; font-size: 10px; }.ranking-table { overflow-x: auto; }

.academy::after { content: "Z"; position: absolute; right: -60px; bottom: -180px; font-size: 570px; line-height: 1; font-weight: 950; font-style: italic; color: rgba(0,0,0,.08); }.academy__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }.academy .eyebrow { color: #111; }.academy h2 em { color: #fff; }.academy__copy > p:not(.eyebrow) { max-width: 560px; margin: 26px 0; font-size: 18px; }.academy__steps { border-top: 1px solid rgba(0,0,0,.35); }.academy__steps article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid rgba(0,0,0,.35); }.academy__steps article > span { font-size: 13px; font-weight: 900; }.academy__steps h3 { margin: 0; font-size: 21px; }.academy__steps p { margin: 3px 0 0; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }.service-card { min-height: 380px; display: flex; flex-direction: column; align-items: start; padding: 28px; color: #fff; background: #131313; }.service-card > span, .service-card--image > div > span { color: var(--orange); font-size: 12px; font-weight: 900; }.service-card > p:first-of-type, .service-card--image > div > p:first-of-type { margin-top: auto; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .12em; }.service-card h3 { margin: 5px 0 12px; font-size: 24px; line-height: 1.1; }.service-card p { color: #aaa; }.service-card button { margin-top: auto; color: var(--orange); }.service-card--image { justify-content: end; position: relative; overflow: hidden; background: linear-gradient(0deg, rgba(0,0,0,.92), rgba(0,0,0,.06)), url("assets/team-kart.webp") center / cover; }.service-card--image > div { position: relative; z-index: 1; }

.app-promo { padding: 100px 0; color: #fff; overflow: hidden; background: radial-gradient(circle at 75% 30%, #3a1b0b 0, #111 34%, #070707 75%); }.app-promo__grid { display: grid; grid-template-columns: 1fr 410px; gap: 100px; align-items: center; }.app-promo__copy > p:not(.eyebrow) { max-width: 620px; margin: 25px 0; color: #b6b6b6; font-size: 18px; }.phone-mini { width: 330px; margin: 0 auto; padding: 20px 18px 18px; border: 8px solid #292929; border-radius: 38px; color: #111; background: #f5f3ee; box-shadow: 0 35px 90px rgba(0,0,0,.55), 0 0 0 1px #555; }.phone-mini__bar { display: flex; justify-content: space-between; font-size: 10px; }.phone-mini__bar b { color: var(--orange-dark); font-style: italic; }.phone-mini__hello { position: relative; margin: 25px 0 15px; }.phone-mini__hello small { color: #777; }.phone-mini__hello h3 { margin: 0; font-size: 26px; }.avatar { position: absolute; right: 0; top: 0; display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: #111; border-radius: 50%; }.digital-card { min-height: 158px; display: grid; align-content: center; position: relative; padding: 22px; overflow: hidden; color: #fff; border-radius: 16px; background: linear-gradient(135deg,#151515,#2f170b); }.digital-card::after { content: ""; position: absolute; right: -40px; top: -10px; width: 150px; height: 220px; transform: rotate(26deg); background: var(--orange); opacity: .75; }.digital-card span, .digital-card small { position: relative; z-index: 1; font-size: 8px; letter-spacing: .12em; }.digital-card b { position: relative; z-index: 1; margin: 12px 0 1px; font-size: 29px; }.digital-card i { position: absolute; z-index: 2; right: 15px; bottom: 14px; font-weight: 950; }.mini-race { display: flex; gap: 13px; align-items: center; padding: 15px; margin-top: 12px; border-radius: 13px; background: #fff; box-shadow: 0 8px 25px rgba(0,0,0,.08); }.mini-race > span { color: var(--orange-dark); font-size: 11px; font-weight: 950; }.mini-race div { display: grid; flex: 1; }.mini-race small { font-size: 7px; }.mini-nav { display: flex; justify-content: space-between; margin-top: 20px; color: #999; font-size: 8px; }.mini-nav .active { color: var(--orange-dark); font-weight: 900; }

.news-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 25px; }.news-main { background: #fff; }.news-main__photo { min-height: 370px; background: url("assets/team-kart.webp") center 46% / cover; }.news-main > div:last-child { padding: 28px; }.news-main h3 { margin: 7px 0; font-size: 28px; }.news-main a { color: var(--orange-dark); font-weight: 900; }.news-list { display: grid; }.news-list article { display: flex; flex-direction: column; align-items: start; padding: 25px; border-bottom: 1px solid #ccc8c1; }.news-list span { color: var(--orange-dark); font-size: 9px; font-weight: 900; }.news-list time { color: #888; font-size: 9px; }.news-list h3 { margin: 12px 0; font-size: 19px; }
.contact-cta { color: #111; background: var(--orange); }.contact-cta__inner { min-height: 290px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }.contact-cta .eyebrow { color: #111; }.contact-cta h2 { font-size: clamp(44px, 6vw, 72px); }.contact-cta p { margin: 8px 0; }

.site-footer { padding-top: 70px; color: #b4b4b4; background: #080808; }.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 60px; }.footer-grid h3 { color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; font-size: 12px; }.footer-grid button { border: 0; padding: 0; color: var(--orange); background: none; text-align: left; }.footer-brand img { width: 90px; height: 90px; object-fit: cover; }.footer-brand h2 { margin: 15px 0 0; color: #fff; font-size: 35px; font-style: italic; }.footer-brand p { margin: 0; font-size: 11px; }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 25px 0; margin-top: 60px; border-top: 1px solid #262626; font-size: 10px; }
.floating-contact { position: fixed; z-index: 80; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 9px; padding: 8px 15px 8px 8px; border: 0; color: #111; background: var(--orange); box-shadow: 0 12px 40px rgba(0,0,0,.3); font-weight: 900; }.floating-contact span { display: grid; place-items: center; width: 35px; height: 35px; color: #fff; background: #111; border-radius: 50%; font-size: 10px; }

.modal { width: min(560px, calc(100% - 28px)); max-height: 88vh; padding: 35px; border: 0; color: #111; background: #f7f6f2; box-shadow: 0 30px 100px rgba(0,0,0,.65); }.modal::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(4px); }.modal h2 { margin: 0; font-size: 36px; }.modal > p:not(.eyebrow) { color: #656565; }.modal__close { position: absolute; right: 14px; top: 10px; border: 0; background: transparent; font-size: 30px; }.modal form { display: grid; gap: 13px; margin-top: 22px; }.modal label { display: grid; gap: 5px; font-size: 11px; font-weight: 900; }.modal input, .modal select, .modal textarea { width: 100%; border: 1px solid #cac6be; padding: 11px; background: #fff; }.modal .check { display: flex; grid-template-columns: auto 1fr; align-items: start; flex-direction: row; font-weight: 400; }.modal .check input { width: auto; margin-top: 4px; }.form-success { padding: 25px; margin-top: 20px; background: #e8f2e9; }.modal--image { width: min(840px, calc(100% - 28px)); }.modal--image img { margin-top: 20px; }.doc-list { display: grid; margin-top: 25px; }.doc-list span { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid #ccc; }.doc-list b { color: var(--orange-dark); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; left: 0; right: 0; top: 110px; display: none; padding: 24px; color: #fff; background: #101010; border-top: 1px solid #333; flex-direction: column; align-items: stretch; }
  .main-nav.is-open { display: flex; }.main-nav > a:not(.nav-login) { padding: 7px 0; }.main-nav > a:not(.nav-login)::after { display: none; }
  .hero__content { grid-template-columns: 1fr 320px; gap: 30px; }.hero h1 { font-size: 58px; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }.quick-grid a { border-bottom: 1px solid #303030; }
  .events-grid { grid-template-columns: repeat(2, 1fr); }.events-grid article:last-child { grid-column: 1 / -1; }
  .plan-showcase { grid-template-columns: 1fr 1fr; }.plan-benefits { border-left: 0; padding-left: 0; }.plan-showcase .button { width: 100%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }.service-card { min-height: 330px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, var(--max)); }.announcement__inner { justify-content: center; }.announcement a { display: none; }
  .nav-wrap { height: 67px; }.brand img { width: 47px; height: 47px; }.brand__text b { font-size: 21px; }.main-nav { top: 99px; }
  .hero { min-height: 760px; height: auto; }.hero__photo { background-position: 59% center; }.hero__shade { background: linear-gradient(0deg, rgba(0,0,0,.98) 2%, rgba(0,0,0,.74) 61%, rgba(0,0,0,.25)); }
  .hero__content { display: block; padding-top: 320px; padding-bottom: 35px; }.hero h1 { font-size: clamp(42px, 12vw, 60px); }.hero__lead { font-size: 15px; margin: 20px 0; }.hero__meta { gap: 12px; overflow-x: auto; }.hero__meta span { min-width: 125px; }.next-race { margin: 30px 0 0; }.hero__scroll { display: none; }
  .quick-grid { grid-template-columns: 1fr 1fr; }.quick-grid a { min-height: 115px; padding: 26px 16px 15px; }.quick-grid b { font-size: 15px; }.quick-grid i { display: none; }
  .section { padding: 75px 0; }.split-heading, .academy__grid, .app-promo__grid, .fees, .news-grid { grid-template-columns: 1fr; gap: 32px; }.section-heading { margin-bottom: 35px; }.section-heading h2, .academy h2, .app-promo h2 { font-size: 43px; }
  .events-grid { grid-template-columns: 1fr; }.events-grid article:last-child { grid-column: auto; }.event-card__image { height: 190px; }
  .plan-showcase { grid-template-columns: 1fr; padding: 27px; }.plan-total, .plan-benefits { border-left: 0; padding: 20px 0 0; border-top: 1px solid #393939; }.fees { margin-top: 55px; }.fees__list > div { align-items: end; }.fees__list strong { font-size: 13px; }
  .ranking-head, .ranking-row { grid-template-columns: 55px 190px repeat(6, 85px); }
  .academy__grid { gap: 45px; }.academy__copy > p:not(.eyebrow) { font-size: 16px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 300px; }
  .app-promo { padding: 75px 0; }.app-promo__grid { gap: 55px; }.phone-mini { width: min(330px, 100%); }
  .news-main__photo { min-height: 260px; }.contact-cta__inner { min-height: 340px; flex-direction: column; align-items: start; justify-content: center; }.contact-cta__inner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
  .modal { padding: 28px 20px; }.doc-list span { flex-direction: column; gap: 4px; }
}

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