@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Thai:wght@400;500;600;700;800&display=swap");

:root {
  --navy: #06142f;
  --navy-2: #0c2352;
  --orange: #ff5a1f;
  --gold: #ffd65a;
  --white: #fff;
  --ink: #101828;
  --muted: #aab7d5;
  --panel: #0a1b3d;
  --line: rgba(255, 255, 255, .16);
  --route: #ffd65a;
  --text-body: clamp(17px, 1.15vw, 20px);
  --text-small: clamp(13px, .85vw, 15px);
  --text-display: clamp(58px, 8.5vw, 136px);
  --text-section: clamp(46px, 5.8vw, 86px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--navy);
  font-family: "Noto Serif Thai", Georgia, serif;
  font-size: var(--text-body);
  line-height: 1.68;
  font-weight: 500;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-lang-switch {
  position: fixed; z-index: 1100; top: 16px; right: 18px; display: flex; align-items: center; gap: 7px;
  padding: 7px 11px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px;
  background: rgba(6,20,47,.88); color: rgba(255,255,255,.7); font: 800 13px/1 Arial,sans-serif;
  letter-spacing: .08em; backdrop-filter: blur(8px);
}

.admin-page .page-lang-switch,
.admin-payment-page .page-lang-switch {
  top: 5.5rem;
}
.page-lang-switch a { padding: 4px 2px; }
.page-lang-switch a[aria-current="page"] { color: #fff; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.page-lang-switch a:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.registration-page .page-lang-switch,
.payment-page .page-lang-switch,
.applicant-page .page-lang-switch { top: 92px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.site-header {
  position: fixed; z-index: 50; top: 0; left: 0; right: 0;
  min-height: 82px; display: flex; align-items: center; gap: 28px;
  padding: 14px clamp(20px, 5vw, 84px);
  transition: background .25s, box-shadow .25s;
}
.site-header.scrolled {
  background: rgba(6, 20, 47, .94);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .22);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.brand-logo {
  display: block; width: auto; height: 62px; max-width: min(210px, 30vw);
  object-fit: contain; object-position: left center;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, .25));
}
.brand-mark {
  width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #fff;
  border-radius: 50%; font-weight: 800; font-size: 16px; letter-spacing: .06em;
}
.brand-copy { font-size: 13px; line-height: 1.2; letter-spacing: .12em; font-weight: 800; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); font-size: clamp(15px, 1vw, 17px); font-weight: 700; }
.site-nav a { position: relative; }
.site-nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px;
  height: 2px; background: var(--orange); transition: right .2s;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-cta, .button {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  min-height: 48px; padding: 10px 24px; border: 1px solid var(--orange);
  font-weight: 700; transition: transform .2s, background .2s;
}
.nav-cta { background: var(--orange); }
.button:hover, .button:focus-visible, .nav-cta:hover, .nav-cta:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #fff; }
.lang-switch { display: flex; gap: 7px; font: 800 14px/1 Arial, sans-serif; letter-spacing: .08em; }
.lang-switch span:not(.active) { opacity: .45; }
.menu-toggle { display: none; background: none; border: 0; color: #fff; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 6px; background: currentColor; }
.hero {
  min-height: 100svh; position: relative; display: flex; align-items: center;
  padding: 130px clamp(24px, 9vw, 170px) 170px; isolation: isolate;
}
.hero-image, .hero-vignette, .hero-stars { position: absolute; inset: 0; z-index: -3; }
.hero-image {
  background: url("../img/14-hero-background.jpg") center / cover no-repeat;
  transform: scale(1.03);
}
.hero-vignette {
  z-index: -2;
  background: linear-gradient(90deg, rgba(3, 12, 31, .96) 0%, rgba(3, 12, 31, .67) 43%, rgba(3, 12, 31, .15) 75%),
              linear-gradient(0deg, rgba(3, 12, 31, .75), transparent 45%);
}
.hero-stars {
  z-index: -1; opacity: .55;
  background-image: radial-gradient(circle at 22% 24%, #fff 0 1px, transparent 2px),
                    radial-gradient(circle at 76% 20%, #fff 0 1.5px, transparent 2.5px),
                    radial-gradient(circle at 64% 60%, #ffd65a 0 1px, transparent 2px);
  background-size: 180px 160px, 260px 240px, 320px 280px;
  animation: drift 18s linear infinite;
}
@keyframes drift { to { background-position: 180px 160px, -260px 240px, 320px -280px; } }
.hero-content { max-width: 780px; }
.eyebrow {
  margin: 0 0 20px; color: var(--orange); font: 800 clamp(13px, .9vw, 15px)/1.3 Arial, sans-serif;
  letter-spacing: .2em; text-transform: uppercase;
}
.hero h1, .section-heading h2, .safety-content h2, .register-banner h2, .placeholder-card h1 {
  margin: 0; text-wrap: balance; line-height: 1.05;
}
.hero h1 {
  max-width: 850px; font-size: var(--text-display); line-height: .98; font-weight: 800;
  letter-spacing: -.035em; text-shadow: 0 4px 30px rgba(0,0,0,.38);
}
.hero-kicker { margin: 14px 0 0; color: var(--gold); font-size: clamp(28px, 3.35vw, 52px); line-height: 1.25; font-weight: 800; }
.hero-description { max-width: 660px; margin: 20px 0 34px; font-size: clamp(19px, 1.5vw, 25px); line-height: 1.65; font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-course-list {
  display: flex; align-items: center; gap: 18px; padding: 13px 18px;
  border: 1px solid rgba(255,255,255,.2); background: rgba(5,18,43,.38);
  backdrop-filter: blur(8px); font: 800 14px Arial, sans-serif; letter-spacing: .08em;
}
.hero-course-list span { display: flex; align-items: center; gap: 7px; }
.course-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; box-shadow: 0 0 12px currentColor; }
.course-dot.nova { color: #ffd65a; background: currentColor; }
.course-dot.orion { color: #ff5f63; background: currentColor; }
.course-dot.polaris { color: #dc78ff; background: currentColor; }
.hero-scroll {
  position: absolute; right: clamp(22px, 3vw, 58px); bottom: 158px; display: flex; align-items: center; gap: 13px;
  color: rgba(255,255,255,.62); font: 700 9px Arial, sans-serif; letter-spacing: .18em; writing-mode: vertical-rl;
}
.hero-scroll span { width: 1px; height: 54px; background: linear-gradient(#ff5a1f, transparent); }
.event-strip {
  position: absolute; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: .8fr 1.6fr 1fr;
  padding: 28px clamp(24px, 9vw, 170px); background: rgba(4, 16, 41, .85); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
}
.event-strip div { padding: 0 24px; border-left: 1px solid var(--line); }
.event-strip div:first-child { padding-left: 0; border-left: 0; }
.event-strip small, .route-summary small { display: block; margin-bottom: 7px; color: var(--muted); font: 800 12px Arial, sans-serif; letter-spacing: .14em; }
.event-strip strong { font-size: clamp(16px, 1.25vw, 21px); line-height: 1.55; font-weight: 700; }
.event-strip .event-note { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.countdown { margin-top: 13px; }
.countdown-prefix {
  display: block; margin-bottom: 7px; color: rgba(255,255,255,.64);
  font: 800 9px/1.2 Arial, sans-serif; letter-spacing: .15em;
}
.countdown-values { display: flex; align-items: stretch; gap: 6px; }
.countdown-unit {
  position: relative; min-width: 45px; padding: 6px 7px 5px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.2); border-radius: 7px;
  background: linear-gradient(145deg, rgba(227,52,190,.23), rgba(15,171,244,.19) 52%, rgba(255,93,29,.2));
  box-shadow: inset 0 1px rgba(255,255,255,.16), 0 6px 18px rgba(0,0,0,.14);
  text-align: center;
}
.countdown-unit::after {
  content: ""; position: absolute; inset: 0; opacity: .45; pointer-events: none;
  background: linear-gradient(115deg, transparent 15%, rgba(255,255,255,.3) 45%, transparent 70%);
  transform: translateX(-120%); animation: countdown-shine 5s ease-in-out infinite;
}
.countdown-unit b {
  display: block; color: #fff; font: 800 clamp(16px, 1.35vw, 23px)/1 Arial, sans-serif;
  font-variant-numeric: tabular-nums; text-shadow: 0 0 13px rgba(73,177,255,.55);
}
.countdown-unit small { margin: 4px 0 0; color: rgba(255,255,255,.72); font: 700 8px/1 Arial, sans-serif; letter-spacing: .04em; }
.countdown-unit.tick b { animation: countdown-tick .38s cubic-bezier(.2,.8,.2,1); }
.countdown.finished .countdown-prefix { display: none; }
.countdown.finished .countdown-values { color: #fff; font-size: 15px; font-weight: 800; }
@keyframes countdown-tick { 0% { opacity: .2; transform: translateY(-55%) scale(.85); } 100% { opacity: 1; transform: none; } }
@keyframes countdown-shine { 0%, 72% { transform: translateX(-120%); } 100% { transform: translateX(120%); } }
.routes-section { padding: clamp(76px, 9vw, 140px) clamp(20px, 7vw, 130px); background: #f7f4ef; color: var(--ink); }
.section-heading {
  display: grid; grid-template-columns: minmax(360px, 1fr) minmax(280px, .72fr); align-items: end;
  gap: clamp(30px, 7vw, 110px); margin-bottom: 54px;
}
.section-heading h2, .safety-content h2, .register-banner h2 {
  font-size: var(--text-section); line-height: 1.08; font-weight: 800; letter-spacing: -.025em;
}
.section-heading > p:last-child { max-width: 620px; margin: 0 0 8px; color: #4f596d; font-size: clamp(18px, 1.35vw, 22px); line-height: 1.75; }
.route-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #ccd1da; }
.route-tab {
  position: relative; display: flex; justify-content: space-between; align-items: baseline; padding: 20px 22px;
  border: 0; border-right: 1px solid #ccd1da; background: transparent; color: #7a8190; cursor: pointer;
}
.route-tab:last-child { border-right: 0; }
.route-tab span { display: flex; align-items: baseline; gap: 12px; font-size: clamp(24px, 2.25vw, 36px); font-weight: 700; }
.route-tab span small { color: #a0a7b3; font: 700 9px Arial, sans-serif; letter-spacing: .12em; }
.route-tab strong { font: 800 clamp(18px, 1.75vw, 27px) Arial, sans-serif; }
.route-tab::after { content: ""; position: absolute; height: 4px; left: 0; right: 100%; bottom: -2px; background: var(--route); transition: right .25s; }
.route-tab.active { color: var(--ink); }
.route-tab.active::after { right: 0; }
.elevation-shell { margin-top: 42px; border: 1px solid #d9dde5; background: #fff; box-shadow: 0 22px 60px rgba(21, 31, 51, .1); }
.route-summary { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #e3e6eb; }
.route-summary div { padding: 20px 28px; border-right: 1px solid #e3e6eb; }
.route-summary div:last-child { border-right: 0; }
.route-summary strong { font: 800 clamp(24px, 2.7vw, 40px) Arial, sans-serif; }
.chart-wrap { position: relative; min-height: 390px; padding: 24px 18px 8px; overflow: hidden; }
.chart-wrap canvas { width: 100%; height: 360px; display: block; touch-action: pan-y; }
.chart-status { position: absolute; inset: 0; display: grid; place-items: center; color: #697386; }
.chart-status[hidden] { display: none; }
.chart-tooltip {
  position: absolute; z-index: 3; min-width: 132px; transform: translate(-50%, calc(-100% - 12px));
  padding: 10px 12px; border-radius: 8px; background: var(--navy); color: #fff;
  font: 700 12px/1.5 Arial, sans-serif; pointer-events: none; box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.cutoff-schedule { margin-top: clamp(58px, 7vw, 100px); }
.cutoff-schedule > header { max-width: 880px; margin: 0 auto clamp(28px, 4vw, 48px); text-align: center; }
.cutoff-schedule > header h3 { margin: 4px 0 10px; font-size: clamp(34px, 4.4vw, 64px); line-height: 1.12; }
.cutoff-schedule > header strong { color: #c74421; font-size: clamp(18px, 1.6vw, 24px); }
.cutoff-schedule > header > p:last-child { margin: 14px auto 0; color: #586276; font-size: clamp(16px, 1.2vw, 20px); line-height: 1.7; }
.cutoff-route-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 26px); }
.cutoff-route { --cutoff-color: #d2a500; overflow: hidden; border: 1px solid #d9dde5; border-top: 5px solid var(--cutoff-color); background: #fff; box-shadow: 0 16px 40px rgba(21,31,51,.08); }
.cutoff-route.route-15 { --cutoff-color: #e44b54; }
.cutoff-route.route-30 { --cutoff-color: #9b50c9; }
.cutoff-route-name { padding: 18px 20px 14px; }
.cutoff-route-name strong { font: 900 clamp(26px, 2.5vw, 40px) Arial, sans-serif; }
.cutoff-route dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-top: 1px solid #e2e5ea; }
.cutoff-route dl > div { min-width: 0; padding: 15px 18px; border-right: 1px solid #e2e5ea; border-bottom: 1px solid #e2e5ea; }
.cutoff-route dl > div:nth-child(2n) { border-right: 0; }
.cutoff-route dt { color: #697386; font: 800 11px Arial, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.cutoff-route dd { margin: 7px 0 0; color: #101827; font: 800 20px/1.35 Arial, sans-serif; }
.cutoff-route dd small { display: block; margin-top: 4px; color: #a12b35; font: 700 13px/1.4 Arial, sans-serif; }
.cutoff-warning { display: flex; align-items: flex-start; gap: 12px; margin: clamp(20px, 3vw, 34px) 0 0; padding: 18px 20px; border-left: 4px solid #d49300; background: #fff5d9; color: #503b08; font-size: clamp(15px, 1.15vw, 18px); line-height: 1.7; }
.cutoff-warning span { flex: 0 0 auto; color: #ba7200; font: 800 22px Arial, sans-serif; }
.route-information { margin-top: clamp(58px, 7vw, 100px); }
.route-information h3 { margin: 0 0 clamp(26px, 4vw, 46px); font-size: clamp(32px, 4vw, 58px); line-height: 1.18; text-align: center; }
.route-information-grid { display: grid; gap: clamp(18px, 2.5vw, 36px); width: min(1380px, 100%); margin-inline: auto; }
.route-information-featured { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.route-distance-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(18px, 2.5vw, 36px); }
.route-information figure { min-width: 0; margin: 0; padding: clamp(8px, 1vw, 14px); background: #fff; box-shadow: 0 16px 46px rgba(21, 31, 51, .1); }
.route-information img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; background: #fff; }
.route-information figcaption { padding: 14px 6px 7px; color: var(--navy); font-size: clamp(17px, 1.45vw, 23px); font-weight: 800; text-align: center; }
.safety-section { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; background: #071731; }
.safety-image { background: #071731 url("../img/13-mandatory-equipment.jpg") center / contain no-repeat; }
.safety-content { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(24px, 6vw, 100px) 70px 20px; }
.gear-list { margin-top: 44px; border-top: 1px solid var(--line); }
.gear-list div { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.gear-list span { color: var(--orange); font: 800 21px Arial, sans-serif; }
.gear-list p { margin: 0; color: #e6ecf8; font-size: clamp(18px, 1.35vw, 22px); line-height: 1.7; }
.awards-section { padding: clamp(70px, 8vw, 120px) clamp(20px, 7vw, 130px); background: #f5f2ec; color: var(--ink); scroll-margin-top: 88px; }
.awards-heading { margin-bottom: clamp(28px, 4vw, 52px); text-align: center; }
.awards-heading h2 { margin: 0; font-size: clamp(40px, 5vw, 74px); line-height: 1.12; }
.awards-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 3vw, 48px); width: min(1320px, 100%); margin: 0 auto; }
.award-card { margin: 0; padding: clamp(10px, 1.4vw, 18px); background: #fff; box-shadow: 0 20px 60px rgba(6, 20, 47, .12); }
.award-card img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; background: #fff; }
.award-card figcaption { padding: 18px 8px 10px; color: var(--navy); font-size: clamp(21px, 2vw, 30px); font-weight: 800; text-align: center; }
.shirts-section { padding: clamp(70px, 8vw, 120px) clamp(20px, 7vw, 130px); background: #071731; color: #fff; scroll-margin-top: 88px; }
.shirts-heading { margin-bottom: clamp(28px, 4vw, 52px); text-align: center; }
.shirts-heading h2 { margin: 0; font-size: clamp(40px, 5vw, 74px); line-height: 1.12; }
.shirts-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 3vw, 48px); width: min(1320px, 100%); margin: 0 auto; }
.shirts-section figure { min-width: 0; margin: 0; padding: clamp(10px, 1.4vw, 18px); background: #fff; box-shadow: 0 20px 60px rgba(0, 0, 0, .24); }
.shirts-section img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; background: #fff; }
.shirts-section figcaption { padding: 18px 8px 10px; color: var(--navy); font-size: clamp(19px, 1.8vw, 28px); font-weight: 800; text-align: center; }
.shirt-size-card { width: min(650px, 100%); margin: clamp(20px, 3vw, 48px) auto 0 !important; }
.register-banner { padding: clamp(80px, 10vw, 160px) 24px; text-align: center; background: #fff; color: var(--ink); }
.register-banner { position: relative; overflow: hidden; }
.register-banner::before, .register-banner::after {
  content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid #e8e1d8;
  border-radius: 50%; pointer-events: none;
}
.register-banner::before { left: -210px; top: -190px; box-shadow: 0 0 0 55px #faf7f2, 0 0 0 56px #e8e1d8; }
.register-banner::after { right: -230px; bottom: -230px; box-shadow: 0 0 0 78px #faf7f2, 0 0 0 79px #e8e1d8; }
.register-banner > * { position: relative; z-index: 1; }
.register-banner > p:not(.eyebrow) { color: #5d6678; font-size: clamp(18px, 1.35vw, 22px); }
.register-banner .button { margin-top: 22px; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 30px clamp(20px, 7vw, 130px); color: var(--muted); font-size: 14px; }
.placeholder-page { min-height: 100svh; display: grid; place-items: center; padding: 24px; background: linear-gradient(135deg, #06142f, #183566); }
.placeholder-card { width: min(640px, 100%); padding: clamp(30px, 6vw, 72px); background: #fff; color: var(--ink); box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.placeholder-card h1 { font-size: clamp(42px, 8vw, 72px); }
.placeholder-card .button { margin-top: 24px; }

@media (max-width: 1180px) {
  .site-header { min-height: 70px; padding: 10px 18px; }
  .brand-logo { height: 52px; max-width: 155px; }
  .brand-mark { width: 46px; height: 46px; }
  .menu-toggle { display: block; order: 2; cursor: pointer; }
  .lang-switch { order: 1; }
  .site-nav {
    position: absolute; left: 0; right: 0; top: 70px; display: none; align-items: stretch; flex-direction: column;
    gap: 0; padding: 14px 20px 24px; background: rgba(6,20,47,.98); box-shadow: 0 20px 30px rgba(0,0,0,.2);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 10px; font-size: 18px; }
  .nav-cta { margin-top: 8px; }
  .hero { min-height: 920px; align-items: flex-end; padding: 130px 24px 320px; }
  .hero-vignette { background: linear-gradient(0deg, #06142f 4%, rgba(3,12,31,.63) 65%, rgba(3,12,31,.22)); }
  .event-strip { grid-template-columns: 1fr; gap: 15px; padding: 22px 24px; }
  .hero-scroll { display: none; }
  .event-strip div, .event-strip div:first-child { padding: 0 0 0 14px; border-left: 2px solid var(--orange); }
  .event-strip .countdown-unit { padding: 6px 8px 5px; }
  .route-tabs { grid-template-columns: 1fr; border: 1px solid #d7dbe3; }
  .section-heading { display: block; }
  .section-heading > p:last-child { margin-top: 20px; }
  .route-tab { border-right: 0; border-bottom: 1px solid #d7dbe3; }
  .route-tab:last-child { border-bottom: 0; }
  .route-tab::after { top: 0; right: auto; bottom: 100%; width: 4px; height: auto; transition: bottom .25s; }
  .route-tab.active::after { bottom: 0; }
  .cutoff-route-list { grid-template-columns: 1fr; }
  .chart-wrap { min-height: 310px; padding-inline: 4px; }
  .chart-wrap canvas { height: 290px; }
  .route-distance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .route-distance-grid figure:last-child { grid-column: 1 / -1; width: calc(50% - clamp(9px, 1.25vw, 18px)); justify-self: center; }
  .safety-section { min-height: auto; grid-template-columns: 1fr; }
  .safety-image { min-height: 0; aspect-ratio: 1 / 1; background: #071731 url("../img/13-mandatory-equipment.jpg") center / contain no-repeat; }
  .safety-content { padding: 10px 24px 70px; }
  .awards-grid { grid-template-columns: 1fr; }
  .shirts-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .page-lang-switch { top: 10px; right: 10px; padding: 6px 9px; }
  .registration-page .page-lang-switch,
  .payment-page .page-lang-switch,
  .applicant-page .page-lang-switch { top: 76px; }
  .brand-copy { display: none; }
  .brand-logo { height: 46px; max-width: 130px; }
  .hero h1 { font-size: clamp(52px, 16.5vw, 78px); line-height: 1.02; }
  .hero-kicker { font-size: clamp(26px, 8.5vw, 36px); }
  .hero-description { font-size: 18px; line-height: 1.7; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-course-list { width: 100%; }
  .route-information-featured, .route-distance-grid { grid-template-columns: 1fr; }
  .route-distance-grid figure:last-child { grid-column: auto; width: auto; }
  .hero-course-list { justify-content: space-between; }
  .countdown-values { gap: 5px; }
  .countdown-unit { min-width: 42px; }
  .route-summary div { padding: 16px 12px; }
  .route-summary strong { font-size: 21px; }
  .cutoff-route dl > div { padding: 14px 12px; }
  .cutoff-warning { padding: 15px 14px; }
  footer { flex-direction: column; }
}

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