:root {
  --ink: #12252f;
  --muted: #5e6c72;
  --line: #d9e0df;
  --paper: #f6f7f4;
  --white: #ffffff;
  --blue: #0d536c;
  --blue-deep: #0b3b4d;
  --sun: #f0ae44;
  --mint: #dcebe8;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(17, 42, 51, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.topbar {
  height: 76px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 max(4vw, 32px);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(18,37,47,.08);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-symbol { width: 50px; height: 43px; object-fit: contain; }
.brand-mark {
  width: 39px; height: 39px; display: grid; place-items: center;
  border-radius: 12px 12px 12px 4px; background: var(--blue); color: white;
  font-weight: 800; font-size: 1.1rem;
}
.brand span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.brand strong { font-size: 1rem; letter-spacing: .06em; }
.brand small { color: var(--muted); font-size: .68rem; letter-spacing: .14em; margin-top: 4px; }
.nav { display: flex; gap: 28px; font-size: .9rem; color: #35464d; }
.nav a { transition: color .2s; }
.nav a:hover { color: var(--blue); }
.nav-cta {
  color: white; background: var(--ink); border-radius: 999px;
  padding: 10px 20px; font-size: .88rem; font-weight: 700;
}
.hero {
  min-height: calc(100vh - 76px);
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.hero-image {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  z-index: -3;
}
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(7,30,41,.88) 0%, rgba(9,43,56,.72) 38%, rgba(11,50,63,.12) 70%, rgba(11,50,63,.08) 100%);
  z-index: -2;
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 24%;
  background: linear-gradient(transparent, rgba(4,27,36,.35)); z-index: -1;
}
.hero-copy { width: min(640px, 84vw); margin-left: max(8vw, 44px); color: white; padding: 70px 0 130px; }
.eyebrow { margin: 0 0 22px; color: #d8edf3; letter-spacing: .18em; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
.eyebrow.light { color: #9dcbd5; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.8rem, 5.5vw, 5.4rem); line-height: 1.08; letter-spacing: -.055em; margin-bottom: 26px; font-weight: 800; }
.hero-lead { max-width: 560px; font-size: clamp(1rem, 1.5vw, 1.22rem); color: rgba(255,255,255,.88); margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 52px; padding: 0 24px; border-radius: 999px; font-size: .96rem; font-weight: 800;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sun); color: #18282d; box-shadow: 0 12px 35px rgba(240,174,68,.25); }
.button-primary:hover { background: #ffc05b; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.button-light { background: white; color: var(--ink); margin-top: 16px; }
.micro { color: rgba(255,255,255,.64); font-size: .78rem; margin-top: 18px; margin-bottom: 0; }
.hero-note {
  position: absolute; right: max(4vw, 32px); bottom: 32px;
  width: 250px; background: rgba(255,255,255,.9); backdrop-filter: blur(16px);
  border-radius: 18px; padding: 19px 22px; box-shadow: var(--shadow);
}
.hero-note span { color: var(--blue); font-size: .72rem; letter-spacing: .15em; font-weight: 800; }
.hero-note strong { display: block; font-size: 1.07rem; margin: 4px 0; }
.hero-note p { color: var(--muted); margin-bottom: 0; font-size: .82rem; }
.signal-strip {
  display: grid; grid-template-columns: repeat(3, 1fr);
  background: var(--white); border-bottom: 1px solid var(--line);
  padding: 0 max(5vw, 32px);
}
.signal-strip div { display: flex; align-items: center; gap: 18px; min-height: 98px; padding: 20px 28px; border-right: 1px solid var(--line); }
.signal-strip div:last-child { border-right: 0; }
.signal-strip b { color: var(--blue); font-size: 1.65rem; }
.signal-strip span { color: var(--muted); font-size: .9rem; }
.section { padding: 120px max(7vw, 40px); }
.section-heading { max-width: 710px; }
.section-heading.split, .route-top {
  max-width: 1180px; margin: 0 auto 54px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end;
}
h2 { font-size: clamp(2.25rem, 4.2vw, 4rem); line-height: 1.16; letter-spacing: -.045em; margin-bottom: 0; }
h3 { line-height: 1.35; }
.section-intro { max-width: 700px; color: var(--muted); font-size: 1.06rem; margin: 34px 0 50px; }
.intro { max-width: 1320px; margin: 0 auto; }
.traveler-visuals { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 16px; }
.traveler-scene, .route-scene { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); background: #dfe7e8; isolation: isolate; }
.traveler-scene { min-height: 310px; }
.traveler-scene img, .route-scene img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; z-index: -2; }
.traveler-scene::after, .route-scene::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4,25,34,.83)); z-index: -1; }
.traveler-scene:hover img, .route-scene:hover img { transform: scale(1.035); }
.traveler-scene figcaption { position: absolute; left: 24px; right: 24px; bottom: 22px; color: white; display: flex; flex-direction: column; }
.traveler-scene figcaption strong { font-size: 1.25rem; }
.traveler-scene figcaption span { color: rgba(255,255,255,.74); font-size: .82rem; margin-top: 3px; }
.visual-note { color: #7b8b90; font-size: .76rem; margin: 14px 0 28px; }
.traveler-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px;
}
.traveler-card {
  grid-column: span 2; min-height: 285px; padding: 28px; border-radius: var(--radius);
  background: white; border: 1px solid var(--line); display: flex; flex-direction: column;
  transition: transform .25s, box-shadow .25s;
}
.traveler-card:hover { transform: translateY(-5px); box-shadow: 0 16px 42px rgba(17,42,51,.08); }
.traveler-card.featured { grid-column: span 4; background: var(--blue); color: white; border-color: var(--blue); }
.card-number { font-size: .75rem; color: #7f9096; letter-spacing: .16em; }
.featured .card-number { color: #9fcbd5; }
.traveler-card h3 { margin: auto 0 10px; font-size: 1.5rem; }
.traveler-card p { color: var(--muted); margin-bottom: 0; }
.traveler-card.featured p { color: rgba(255,255,255,.76); max-width: 520px; }
.traveler-card a { color: #fff; margin-top: 24px; font-weight: 700; }
.route-section { background: #eaf0ef; }
.route-top p:last-child, .section-heading.split > p { color: var(--muted); margin-bottom: 4px; }
.route-visuals { max-width: 1180px; margin: 0 auto 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.route-scene { min-height: 260px; }
.route-scene figcaption { position: absolute; left: 22px; right: 22px; bottom: 20px; color: white; display: flex; flex-direction: column; }
.route-scene figcaption span { color: #f6c66f; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.route-scene figcaption strong { font-size: 1rem; margin-top: 4px; }
.route-list { max-width: 1180px; margin: 0 auto; border-top: 1px solid #bdcaca; }
.route-row {
  display: grid; grid-template-columns: 55px minmax(280px, 1fr) 150px 110px;
  gap: 22px; align-items: center; padding: 27px 8px; border-bottom: 1px solid #bdcaca;
}
.route-index { color: var(--blue); font-weight: 900; font-size: .84rem; }
.route-row h3 { margin-bottom: 4px; font-size: 1.2rem; }
.route-row p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.route-days { font-size: .87rem; color: var(--blue); font-weight: 800; }
.route-toggle {
  border: 1px solid #9baead; background: transparent; padding: 9px 14px; border-radius: 999px;
  color: var(--ink); cursor: pointer; font-size: .82rem; font-weight: 700;
}
.route-toggle:hover { background: white; }
.route-detail {
  grid-column: 2 / -1; display: none; background: rgba(255,255,255,.6);
  border-left: 3px solid var(--sun); padding: 15px 18px; color: #44565c; font-size: .9rem;
}
.route-row.open .route-detail { display: block; }
.vehicle-section { background: var(--paper); }
.vehicle-heading {
  max-width: 1180px; margin: 0 auto 52px; display: grid;
  grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end;
}
.vehicle-heading > p { color: var(--muted); margin-bottom: 4px; }
.vehicle-layout {
  max-width: 1180px; margin: 0 auto; display: grid;
  grid-template-columns: .92fr 1.08fr; border-radius: 30px; overflow: hidden;
  box-shadow: 0 24px 70px rgba(17,42,51,.1);
}
.vehicle-question {
  min-height: 510px; padding: 54px; color: white;
  background: linear-gradient(145deg, var(--blue), var(--blue-deep));
  display: flex; flex-direction: column;
}
.vehicle-kicker { color: #a7d4dc; font-size: .74rem; font-weight: 800; letter-spacing: .14em; }
.vehicle-question h3 { font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.035em; margin: 22px 0 26px; }
.vehicle-question > p { color: rgba(255,255,255,.72); margin: auto 0 0; }
.vehicle-factors { display: flex; flex-wrap: wrap; gap: 9px; }
.vehicle-factors span {
  padding: 8px 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px;
  color: rgba(255,255,255,.88); font-size: .8rem; font-weight: 700;
}
.vehicle-decisions { background: white; padding: 30px 46px; }
.vehicle-decisions article {
  min-height: 150px; display: grid; grid-template-columns: 46px 1fr; gap: 20px;
  align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line);
}
.vehicle-decisions article:last-child { border-bottom: 0; }
.vehicle-decisions article > span { color: var(--sun); font-size: .84rem; font-weight: 900; }
.vehicle-decisions h3 { font-size: 1.18rem; margin-bottom: 8px; }
.vehicle-decisions p { color: var(--muted); font-size: .9rem; margin-bottom: 0; }
.vehicle-gallery { max-width: 1180px; margin: 24px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.vehicle-card { background: white; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.vehicle-media { height: 220px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--line); }
.vehicle-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.vehicle-card-copy { padding: 25px 28px 28px; }
.vehicle-card-copy > span { color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.vehicle-card-copy h3 { font-size: 1.2rem; margin: 8px 0 9px; }
.vehicle-card-copy p { color: var(--muted); font-size: .88rem; margin-bottom: 0; }
.vehicle-checks {
  max-width: 1180px; margin: 22px auto 0; display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1px; padding: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
}
.vehicle-checks div { min-height: 124px; padding: 25px 28px; background: white; display: flex; flex-direction: column; justify-content: center; }
.vehicle-checks span { color: var(--blue); font-size: .73rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 7px; }
.vehicle-checks strong { font-size: .92rem; line-height: 1.55; }
.vehicle-note { max-width: 1180px; margin: 18px auto 0; color: #76868b; font-size: .78rem; }
.cases-section { background: white; }
.case-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.case-card { border-radius: var(--radius); padding: 34px; background: var(--paper); min-height: 330px; display: flex; flex-direction: column; border: 1px solid #e5e9e7; }
.case-main { grid-row: span 2; min-height: 678px; background: var(--ink); color: white; justify-content: flex-end; position: relative; overflow: hidden; }
.case-main::before {
  content: "5"; position: absolute; right: -8px; top: -120px; font-size: 32rem; line-height: 1;
  font-weight: 900; color: rgba(255,255,255,.035);
}
.case-tag { align-self: flex-start; background: var(--mint); color: var(--blue-deep); border-radius: 999px; padding: 7px 12px; font-size: .72rem; font-weight: 800; }
.case-main .case-tag { background: var(--sun); color: var(--ink); }
.case-card h3 { font-size: clamp(1.45rem, 2.4vw, 2.2rem); letter-spacing: -.025em; margin: 24px 0 16px; max-width: 550px; }
.case-card p { color: var(--muted); }
.case-main p { color: rgba(255,255,255,.72); }
.case-result { margin-top: auto; border-top: 1px solid rgba(18,37,47,.14); padding-top: 18px; display: flex; flex-direction: column; }
.case-main .case-result { border-color: rgba(255,255,255,.16); }
.case-result span { font-size: .7rem; color: #789097; letter-spacing: .14em; }
.case-result strong { margin-top: 4px; }
.case-disclaimer { max-width: 1180px; margin: 22px auto 0; color: #76868b; font-size: .78rem; }
.process-section {
  background: var(--blue-deep); color: white; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: start;
}
.process-copy { position: sticky; top: 120px; }
.process-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); max-width: 500px; margin-top: 24px; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list li > span { color: #7eb4c0; font-weight: 800; }
.process-list strong { font-size: 1.15rem; }
.process-list p { color: rgba(255,255,255,.58); margin: 4px 0 0; font-size: .9rem; }
.team-section { max-width: 1320px; margin: 0 auto; }
.team-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.member-card { border-radius: 28px; overflow: hidden; border: 1px solid var(--line); background: white; }
.member-photo-wrap { aspect-ratio: 16 / 10; overflow: hidden; background: #e7ecee; }
.member-photo { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.member-photo-li { object-position: center 24%; }
.member-photo-liao { object-position: center 32%; }
.member-card:hover .member-photo { transform: scale(1.025); }
.member-copy { padding: 30px 32px 34px; }
.member-role { color: var(--blue); margin-bottom: 10px; font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.member-title { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; border-bottom: 1px solid var(--line); padding-bottom: 17px; margin-bottom: 20px; }
.member-title h3 { margin-bottom: 0; font-size: 1.65rem; }
.member-title span { color: var(--muted); font-size: .82rem; font-weight: 700; white-space: nowrap; }
.member-copy > p:not(.member-role) { color: var(--muted); margin-bottom: 22px; }
.member-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.member-tags span { padding: 7px 11px; border-radius: 999px; background: var(--mint); color: var(--blue-deep); font-size: .75rem; font-weight: 700; }
.team-support { max-width: 1180px; margin: 20px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.role-card { min-height: 220px; border-radius: var(--radius); padding: 30px; border: 1px solid var(--line); background: #f9fbfa; }
.role-card { display: flex; flex-direction: column; }
.role-card > span { color: var(--blue); font-weight: 800; font-size: .76rem; letter-spacing: .1em; }
.role-card h3 { margin: auto 0 12px; font-size: 1.25rem; }
.role-card p { color: var(--muted); font-size: .86rem; margin-bottom: 0; }
.verify-section { padding-top: 0; }
.verify-panel {
  max-width: 1180px; margin: 0 auto; border-radius: 30px; overflow: hidden;
  display: grid; grid-template-columns: .8fr 1.2fr; background: var(--ink); color: white;
}
.verify-copy { padding: 64px; background: linear-gradient(145deg, var(--blue), var(--blue-deep)); }
.verify-copy h2 { font-size: clamp(2.1rem, 3.7vw, 3.5rem); }
.verify-copy > p:last-child { color: rgba(255,255,255,.7); margin-top: 26px; }
.verify-list { padding: 34px 46px; }
.verify-list div { display: grid; grid-template-columns: 110px 1fr; gap: 28px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.verify-list div:last-child { border-bottom: 0; }
.verify-list span { color: rgba(255,255,255,.52); font-size: .78rem; }
.verify-list strong, .verify-list a { font-size: .9rem; font-weight: 600; }
.verify-list a { color: #f5c16f; text-decoration: underline; text-underline-offset: 4px; }
.license-gallery { max-width: 1180px; margin: 22px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.license-card { display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; color: var(--ink); box-shadow: 0 18px 45px rgba(11, 42, 53, .07); transition: transform .25s ease, box-shadow .25s ease; }
.license-card:hover { transform: translateY(-3px); box-shadow: 0 22px 52px rgba(11, 42, 53, .12); }
.license-image-wrap { aspect-ratio: 3 / 2; padding: 16px; background: #edf1f0; overflow: hidden; }
.license-image-wrap img { display: block; width: 100%; height: 100%; object-fit: contain; }
.license-card-copy { min-height: 92px; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.license-card-copy div { display: grid; gap: 6px; }
.license-card-copy span { color: var(--blue); font-size: .9rem; font-weight: 800; }
.license-card-copy strong { color: var(--muted); font-size: .76rem; font-weight: 600; }
.license-card-copy b { flex: 0 0 auto; color: var(--blue); font-size: .78rem; }
.license-note { max-width: 1180px; margin: 14px auto 0; color: var(--muted); font-size: .76rem; }
.final-cta { text-align: center; padding-top: 70px; }
.final-cta h2 { max-width: 890px; margin: 0 auto; }
.final-cta > p:not(.eyebrow) { max-width: 590px; margin: 24px auto 30px; color: var(--muted); }
.centered { justify-content: center; }
.text-link { font-size: .88rem; font-weight: 800; border-bottom: 1px solid #819197; padding: 10px 2px; }
footer {
  background: #091c24; color: white; padding: 48px max(5vw, 32px) 34px;
  display: grid; grid-template-columns: 1fr auto; gap: 38px; align-items: center;
}
.footer-brand { display: flex; align-items: center; gap: 22px; }
.footer-brand img { width: 178px; height: auto; display: block; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand p { color: rgba(255,255,255,.58); font-size: .8rem; margin: 0; }
.footer-note { color: rgba(255,255,255,.68); font-size: .88rem; }
.footer-meta { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; color: rgba(255,255,255,.42); font-size: .73rem; }

@media (max-width: 900px) {
  .topbar { padding: 0 20px; height: 68px; }
  .nav { display: none; }
  .nav-cta { padding: 9px 14px; font-size: .78rem; }
  .hero { min-height: 760px; align-items: end; }
  .hero-image { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(6,28,38,.94) 0%, rgba(7,30,41,.65) 57%, rgba(7,30,41,.08) 100%); }
  .hero-copy { margin-left: 0; width: auto; padding: 260px 22px 130px; }
  h1 { font-size: clamp(2.55rem, 11vw, 4rem); }
  .hero-note { left: 22px; right: 22px; bottom: 22px; width: auto; display: none; }
  .signal-strip { grid-template-columns: 1fr; padding: 0 22px; }
  .signal-strip div { min-height: 76px; padding: 12px 6px; border-right: 0; border-bottom: 1px solid var(--line); }
  .signal-strip div:last-child { border-bottom: 0; }
  .section { padding: 82px 22px; }
  .section-heading.split, .route-top { grid-template-columns: 1fr; gap: 26px; margin-bottom: 38px; }
  .traveler-grid { grid-template-columns: 1fr; }
  .traveler-visuals, .route-visuals, .vehicle-gallery { grid-template-columns: 1fr; }
  .traveler-scene, .route-scene { min-height: 270px; }
  .traveler-card, .traveler-card.featured { grid-column: auto; min-height: 240px; }
  .route-row { grid-template-columns: 40px 1fr auto; gap: 12px; padding: 22px 0; }
  .route-days { grid-column: 2; }
  .route-toggle { grid-column: 3; grid-row: 1 / span 2; }
  .route-detail { grid-column: 2 / -1; }
  .vehicle-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 38px; }
  .vehicle-layout { grid-template-columns: 1fr; }
  .vehicle-question { min-height: 430px; padding: 38px 28px; }
  .vehicle-decisions { padding: 12px 28px; }
  .vehicle-media { height: 240px; }
  .vehicle-checks { grid-template-columns: 1fr; }
  .case-grid { grid-template-columns: 1fr; }
  .case-main { grid-row: auto; min-height: 520px; }
  .process-section { grid-template-columns: 1fr; }
  .process-copy { position: static; }
  .team-grid { grid-template-columns: 1fr; }
  .team-support { grid-template-columns: 1fr; }
  .verify-panel { grid-template-columns: 1fr; }
  .verify-copy, .verify-list { padding: 36px 24px; }
  .verify-list div { grid-template-columns: 1fr; gap: 5px; }
  .license-gallery { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-meta { grid-column: auto; }
}

@media (max-width: 520px) {
  .brand-symbol { width: 43px; height: 37px; }
  .brand small { display: none; }
  .brand strong { font-size: .9rem; }
  .hero { min-height: 720px; }
  .hero-copy { padding-bottom: 90px; }
  .hero-actions .button { width: 100%; }
  .button-ghost { background: rgba(255,255,255,.13); }
  h2 { font-size: 2.25rem; }
  .route-row { grid-template-columns: 30px 1fr; }
  .route-toggle { grid-column: 2; grid-row: auto; justify-self: start; }
  .route-detail { grid-column: 1 / -1; }
  .member-photo-wrap { aspect-ratio: 5 / 4; }
  .member-copy { padding: 25px 22px 28px; }
  .member-title { align-items: flex-start; flex-direction: column; gap: 4px; }
  .license-image-wrap { padding: 8px; }
  .license-card-copy { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-brand { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
