@font-face {
  font-family: "Neue Haas Partiu";
  src: url("assets/fonts/NeueHaasDisplayRoman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Partiu";
  src: url("assets/fonts/NeueHaasDisplayMedium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Partiu";
  src: url("assets/fonts/NeueHaasDisplayBold.ttf") format("truetype");
  font-weight: 750;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather Partiu";
  src: url("assets/fonts/Merriweather-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --header-height: 116px;
  --blue: #096bb3;
  --blue-dark: #064b80;
  --orange: #ec6610;
  --yellow: #faba11;
  --green: #adc938;
  --purple: #6f2481;
  --ink: #171717;
  --muted: #5f6368;
  --paper: #fff8e5;
  --mist: #f5f8fb;
  --line: #dfe5eb;
  --white: #ffffff;
  --shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Neue Haas Partiu", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

.quick-nav {display:flex; justify-content:center; align-items:stretch; background:#096bb3; color:#fff; min-height:48px; gap:0;}
.quick-nav a {display:flex; align-items:center; justify-content:center; padding:9px 18px; min-height:48px; text-decoration:none; font-size:.92rem; font-weight:600; line-height:1.2; text-align:center;}
.quick-nav a + a {border-left:1px solid #ffffff60;}
.quick-nav a:hover {background:#064b80;}
:focus-visible {outline:3px solid #c44806; outline-offset:4px;}
.quick-nav a:focus-visible {outline-color:#fff; outline-offset:-4px;}
.editorial-story {display:grid; gap:24px; align-items:center;}
.editorial-story figure {margin:0; min-width:0;}
.editorial-story figure img {width:100%; aspect-ratio:3/2; object-fit:cover; border-radius:4px;}
.story-copy {max-width:65ch;}
.story-copy p {margin:0 0 18px; color:#41484b; font-size:1.06rem;}
.story-copy .program-logo {max-width:260px; max-height:100px; object-fit:contain; object-position:left; margin-bottom:24px;}
.design-story .program-logo {display:block; width:100%; max-width:400px; max-height:230px; margin:0 0 16px;}
.design-trail {display:grid; gap:32px;}
.design-trail article {min-width:0; border-top:3px solid #f56d2b; padding-top:16px;}
.design-trail article:nth-child(2) {border-color:#808080;}
.design-trail article:nth-child(3) {border-color:#623c91;}
.design-trail img {width:160px; height:108px; object-fit:contain; display:block; margin-bottom:16px;}
.design-trail h3 {font-size:1.3rem; line-height:1.3; margin:0 0 12px;}
.design-trail p {margin:0 0 20px;}
.gallery-track figcaption .map-link {display:block; margin-top:8px; width:fit-content;}
.carousel-controls {display:flex; justify-content:flex-end; gap:8px; margin-bottom:12px;}
.carousel-controls button {width:48px; height:48px; border:1px solid #bdd2df; border-radius:4px; background:#fff; color:#006eae; font-size:24px; cursor:pointer;}
.experience-track {display:flex; gap:20px; overflow-x:auto; scroll-snap-type:x mandatory; padding:2px 2px 20px; scrollbar-width:thin; overscroll-behavior-x:contain;}
.experience-track > .card {flex:0 0 85%; min-width:0; scroll-snap-align:start; display:flex; flex-direction:column;}
.experience-track .card-body {flex:1; display:flex; flex-direction:column;}
.experience-track .card-body > span {margin-top:auto; padding-top:12px;}
.content-section[id] {scroll-margin-top:200px;}
.experience-track .card img {width:100%; aspect-ratio:3/2; height:auto; object-fit:cover;}
.experience-track:focus-visible, .carousel-controls button:focus-visible {outline:3px solid #006eae; outline-offset:3px;}
@media (min-width:700px) {.experience-track > .card {flex-basis:calc((100% - 20px) / 2);}}
@media (min-width:1100px) {.experience-track > .card {flex-basis:calc((100% - 40px) / 3);}}
@media (min-width:900px) {.design-trail {grid-template-columns:repeat(3,minmax(0,1fr)); gap:36px;}}
.photo-gallery {min-width:0;}
.gallery-track {display:flex; overflow-x:auto; gap:16px; scroll-snap-type:x mandatory; scrollbar-width:thin; overscroll-behavior-x:contain;}
.gallery-track figure {flex:0 0 100%; min-width:0; margin:0; scroll-snap-align:start;}
.gallery-track img {width:100%; aspect-ratio:3/2; object-fit:cover; border-radius:4px;}
.gallery-track figcaption {font-size:.92rem; color:#555; margin:10px 0;}
.gallery-controls {display:flex; justify-content:flex-end; gap:8px; margin-top:12px;}
.gallery-controls button {width:48px; height:48px; border:1px solid var(--line); background:#fff; color:var(--blue); border-radius:4px; font-size:1.5rem; cursor:pointer;}
.gallery-controls button:hover {background:var(--mist);}
.gallery-photo {display:block; position:relative; width:100%; padding:0; border:0; background:transparent; cursor:zoom-in; text-align:left;}
.gallery-photo img {display:block;}
.gallery-photo span {position:absolute; bottom:12px; right:12px; padding:6px 10px; background:#fff; color:#154b6a; font-size:.85rem; border-radius:4px; box-shadow:0 1px 5px #0003;}
.gallery-photo:focus-visible {outline:3px solid var(--orange); outline-offset:-3px;}
.gallery-dialog {width:min(1200px,96vw); max-width:96vw; max-height:94dvh; padding:56px 20px 16px; border:0; border-radius:6px; background:#141719; color:#fff;}
.gallery-dialog::backdrop {background:#000c;}
.gallery-dialog>img {display:block; width:100%; height:min(68dvh,760px); object-fit:contain;}
.gallery-caption {text-align:center; font-size:.95rem; line-height:1.5; margin:12px 0;}
.gallery-dialog button {width:48px; height:48px; border:1px solid #778087; border-radius:4px; color:#fff; background:#242a2e; font-size:1.5rem; cursor:pointer;}
.gallery-dialog button:focus-visible {outline:3px solid #ffbf3c; outline-offset:2px;}
.gallery-close {position:absolute; top:6px; right:12px;}
.gallery-dialog-controls {display:flex; align-items:center; justify-content:center; gap:24px;}
body:has(.gallery-dialog[open]) {overflow:hidden;}
@media(max-width:600px){.gallery-dialog{padding:56px 12px 12px;}.gallery-dialog>img{height:52dvh;}}
.park-map-layout {display:grid; gap:28px; align-items:center;}
.park-map-layout .map-art {display:block; background:#fff; border:1px solid var(--line); border-radius:4px;}
.park-map-layout img {width:100%; max-height:700px; object-fit:contain;}
.map-note {font-size:.9rem; color:var(--muted);}
.park-activities {list-style:none; padding:0; margin:0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 20px;}
.park-activities li {display:flex; flex-direction:column; align-items:flex-start; gap:12px; min-width:0; padding:20px 0; border-bottom:1px solid var(--line);}
.park-activities img {width:64px; height:64px; object-fit:contain; flex:none;}
.park-activities span {font-size:1rem; line-height:1.4; overflow-wrap:anywhere;}
.activity-notes {margin-top:24px; color:var(--muted); max-width:800px;}
.activity-notes p {font-size:.95rem; margin:8px 0;}
.nature-place {padding:32px 0; border-top:1px solid var(--line); display:grid; gap:24px;}
.nature-place h3 {font-size:1.6rem; line-height:1.3; margin:0 0 12px;}
.nature-place-heading p {margin:0 0 16px;}
.nature-place .actions {gap:12px;}
.park-activities-compact img {width:48px; height:48px;}
.park-activities-compact li {padding:12px 0;}
.map-art .gallery-track {display:block; overflow:visible;}
.map-art .gallery-track figure {width:auto; margin:0;}
.map-art .gallery-photo {width:100%;}
.map-art .gallery-photo img {aspect-ratio:auto; height:clamp(300px,55vh,640px); object-fit:contain; padding:16px;}
.map-art figcaption {padding:12px 16px;}
.map-dialog>img {background:#fff;}
.gallery-dialog-controls[hidden] {display:none;}
@media(min-width:700px){.park-activities {grid-template-columns:repeat(3,minmax(0,1fr));}.park-activities li {flex-direction:row; align-items:center;}}
@media(min-width:1100px){.park-activities {grid-template-columns:repeat(4,minmax(0,1fr));}.nature-place {grid-template-columns:minmax(0,1fr) minmax(0,2fr); gap:48px;}.park-activities-compact {grid-template-columns:repeat(3,minmax(0,1fr));}}
.continent-map {margin:0 auto; max-width:900px;}
.continent-map img {width:100%;}
.continent-map figcaption {font-size:.9rem; color:var(--muted);}
.event-list article {display:grid; gap:12px; padding:24px 0; border-top:1px solid var(--line);}
.event-list h3 {margin:0;}
.event-list p {margin:8px 0;}
.event-date strong {display:block; color:var(--blue);}
.event-date span {font-size:.86rem; color:var(--muted);}
.excursion-grid {display:grid; gap:0 32px;}
.excursion-grid article {padding:24px 0; border-top:1px solid var(--line);}
.excursion-grid h3 {margin:8px 0;}
.travel-facts {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0 0 24px;padding:20px 0;border-block:1px solid var(--line);}
.travel-facts dt {font-size:.9rem;color:var(--muted);margin-bottom:6px;}
.travel-facts dd {margin:0;font-size:1.15rem;font-weight:700;color:var(--blue);line-height:1.4;}
.editorial-story figcaption {font-size:.8rem;color:var(--muted);padding-top:8px;}
@media(max-width:420px){.travel-facts{grid-template-columns:1fr;}}
.card img.contain {object-fit:contain; background:#fff; padding:12px;}
.hero.plain-hero {min-height:280px; background:#096bb3;}
.hero.plain-hero .hero-bg {display:none;}
.hero.plain-hero .hero-content {padding-block:48px;}
@media (min-width:720px) {
  .editorial-story {grid-template-columns:minmax(0,1.2fr) minmax(0,1fr); gap:36px;}
  .gallery-track figure {flex-basis:calc(66.66% - 8px);}
  .park-map-layout {grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);}
  .event-list article {grid-template-columns:240px minmax(0,1fr); gap:32px;}
  .excursion-grid {grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:480px) {
  .quick-nav a {font-size:.79rem; padding-inline:10px;}
  .quick-nav a:first-child {flex:0 0 38%;}
  .quick-nav a:last-child {flex:1;}
  .header-inner {gap:8px;}
  .brand img {max-width:128px;}
  .language-switcher button {min-height:40px;}
}

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

a {
  color: inherit;
}

button {
  font: inherit;
}

.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;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-150%);
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 166px;
  height: auto;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.language-switcher span {
  display: none;
  padding: 0 6px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.language-switcher button {
  min-width: 30px;
  min-height: 30px;
  padding: 4px 7px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
  cursor: pointer;
}

.language-switcher button:hover,
.language-switcher button:focus {
  background: var(--white);
  color: var(--blue);
}

.language-switcher button.is-active {
  background: var(--blue);
  color: var(--white);
}

.translation-mount {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

body > .skiptranslate,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.menu-toggle span:not(.sr-only) {
  width: 22px;
  height: 2px;
  background: var(--ink);
}

.primary-nav {
  position: absolute;
  left: 16px;
  right: 16px;
  top: calc(100% + 8px);
  display: none;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.primary-nav.is-open {
  display: grid;
  gap: 4px;
}

.primary-nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  color: var(--ink);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 750;
  border-radius: 6px;
}

.primary-nav a:hover,
.primary-nav a:focus {
  background: var(--mist);
  color: var(--blue);
}

.primary-nav .nav-cta {
  background: var(--blue);
  color: var(--white);
  justify-content: center;
}

.hero {
  min-height: 74svh;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  background: var(--blue-dark);
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: var(--blue-dark);
  opacity: 0;
  transition: opacity 900ms ease;
}

.hero-video.is-ready {
  opacity: 1;
}

.hero-video.is-paused {
  display: none;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(180deg, rgba(8, 21, 31, 0.18), rgba(8, 21, 31, 0.86)),
    var(--hero-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}

.home-hero {
  min-height: 82svh;
}

.hero.has-video .hero-bg {
  background-image:
    linear-gradient(180deg, rgba(6, 17, 27, 0.08), rgba(6, 17, 27, 0.86)),
    var(--hero-image);
}

.hero.has-video.is-video-ready .hero-bg {
  background-image:
    linear-gradient(180deg, rgba(6, 17, 27, 0.08), rgba(6, 17, 27, 0.86));
}

.home-hero.has-video .hero-content {
  padding-bottom: 56px;
}

.home-hero.has-video h1 {
  max-width: 760px;
  font-size: 2.7rem;
}

.home-hero.has-video .hero-intro {
  max-width: 620px;
  font-size: 0.98rem;
  font-weight: 500;
}

@media (orientation: landscape) {
  .home-hero.has-video {
    min-height: 0;
    height: min(calc(100svh - var(--header-height)), 56.25vw);
    max-height: 1080px;
  }
}

@media (orientation: portrait) {
  .home-hero.has-video {
    min-height: 78svh;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0 44px;
}

.eyebrow,
.kicker,
.download-copy > p,
.park-card p,
.attraction-item p,
.guide-card p {
  margin: 0;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--yellow);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 3px;
  background: var(--yellow);
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h1,
h2 {
  font-family: "Merriweather Partiu", Georgia, serif;
  font-style: italic;
  line-height: 1.06;
}

h1 {
  max-width: 860px;
  font-size: 3.15rem;
}

.hero-subtitle {font-size:1rem; line-height:1.5; font-weight:400; margin:8px 0 18px; max-width:48ch; opacity:.9;}
.hero-intro {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.08rem;
  font-weight: 600;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 2px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 850;
  line-height: 1.1;
}

.btn.primary {
  background: var(--orange);
  color: var(--white);
}

.btn.secondary {
  background: var(--white);
  color: var(--blue-dark);
}

.btn.outline {
  background: transparent;
  color: var(--blue);
  border-color: var(--blue);
}

.hero .btn.outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.7);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-badges span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.85rem;
  font-weight: 700;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.content-section {
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
}

.content-section:last-child {
  border-bottom: 0;
}

.section-head {
  max-width: 820px;
  margin-bottom: 22px;
}

.section-head h2 {
  margin-top: 6px;
  color: var(--blue);
  font-size: 2rem;
}

.section-head > p:not(.kicker) {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.card-grid,
.guide-grid,
.download-grid,
.park-grid,
.stop-grid,
.stats-grid,
.color-grid {
  display: grid;
  gap: 14px;
}

.card {
  display: grid;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.card > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.card-body {
  padding: 18px;
}

.card h3,
.download-card h3,
.park-card h3,
.stop-card h3,
.attraction-item h3,
.guide-card h3,
.timeline h3,
.faq-list summary,
.color-grid h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Neue Haas Partiu", Arial, Helvetica, sans-serif;
  font-size: 1.06rem;
  font-weight: 850;
  line-height: 1.18;
}

.card p,
.download-card span,
.park-card span,
.stop-card p,
.attraction-item span,
.timeline p,
.faq-list p,
.color-grid p,
.video-copy span {
  margin: 9px 0 0;
  color: var(--muted);
}

.card span,
.guide-card span,
.map-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue);
  font-weight: 850;
}

.map-link {
  align-items: center;
  min-height: 36px;
  margin-top: 12px;
  text-decoration: none;
}

.map-link::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.carry-section {
  padding-top: 28px;
}

.carry-card {
  display: grid;
  gap: 18px;
  padding: 18px;
  background: linear-gradient(135deg, var(--paper), var(--mist));
  border: 1px solid #f2cf74;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.carry-copy h2 {
  margin-top: 6px;
  color: var(--blue);
  font-size: 1.75rem;
}

.carry-copy p:not(.kicker) {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.carry-card .actions {
  margin-top: 18px;
}

.qr-card {
  width: 100%;
  max-width: 360px;
  display: grid;
  gap: 10px;
  justify-self: start;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.qr-card a {
  display: block;
}

.qr-card img {
  width: min(290px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
  object-fit: contain;
}

.qr-card span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.3;
  text-align: center;
  word-break: break-word;
}

.guide-card {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 14px;
  align-items: start;
  min-height: 118px;
  padding: 14px;
  color: inherit;
  text-decoration: none;
  background: var(--paper);
  border: 1px solid #f1d98a;
  border-radius: 8px;
}

.guide-summary {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.38;
}

.guide-icon,
.download-icon,
.park-card img,
.stop-card img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.download-card {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.download-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.download-copy li {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--mist);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.download-actions .btn {
  min-height: 40px;
  padding: 8px 11px;
  font-size: 0.88rem;
}

.park-card,
.stop-card {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  padding: 14px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.park-card .btn {
  min-height: 38px;
  margin-top: 12px;
  padding: 8px 10px;
  font-size: 0.88rem;
}

.attraction-list {
  display: grid;
  gap: 10px;
}

.attraction-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.attraction-item > strong {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-weight: 850;
}

.timeline {
  position: relative;
  display: grid;
  gap: 12px;
}

.timeline article {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.timeline strong {
  color: var(--orange);
  font-weight: 850;
}

.stats-grid article,
.color-grid article {
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.stats-grid strong {
  display: block;
  color: var(--blue);
  font-family: "Merriweather Partiu", Georgia, serif;
  font-size: 2rem;
  font-style: italic;
  line-height: 1;
}

.stats-grid p {
  margin: 8px 0 0;
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  padding: 15px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-list summary {
  cursor: pointer;
}

.color-grid article {
  border-top: 6px solid var(--bus-color);
}

.color-grid span {
  width: 34px;
  height: 34px;
  display: block;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--bus-color);
}

.video-feature {
  display: grid;
  gap: 18px;
  padding: 14px;
  background: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.video-frame {
  overflow: hidden;
  background: #050505;
  border-radius: 6px;
}

.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #050505;
}

.video-copy {
  padding: 2px 2px 4px;
  color: var(--white);
}

.video-copy p {
  margin: 0 0 6px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.video-copy h3 {
  color: var(--white);
  font-size: 1.35rem;
}

.video-copy span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
}

.video-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.video-copy li {
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 750;
}

.video-copy .btn {
  margin-top: 16px;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.56);
}

.image-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 84%);
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 2px 0 14px;
}

.image-carousel figure {
  margin: 0;
  overflow: hidden;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  scroll-snap-align: start;
}

.image-carousel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.site-footer {
  margin-top: 28px;
  background: var(--blue-dark);
  color: var(--white);
}

.footer-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 26px;
  padding: 42px 0;
}

.footer-logo {
  width: 205px;
  margin-bottom: 14px;
}

.site-footer h2 {
  color: var(--yellow);
  font-family: "Neue Haas Partiu", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-style: normal;
}

.site-footer p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.84);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-bottom p {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0;
  font-size: 0.92rem;
}

@media (max-width: 420px) {
  .header-inner {
    width: min(100% - 20px, 1180px);
    gap: 8px;
  }

  .brand img {
    width: 132px;
  }

  .language-switcher {
    padding: 3px;
  }

  .language-switcher button {
    min-width: 28px;
    min-height: 28px;
    padding: 3px 6px;
  }
}

@media (min-width: 720px) {
  .hero-content {
    padding-bottom: 58px;
  }

  h1 {
    font-size: 4.7rem;
  }

  .hero-intro {
    font-size: 1.25rem;
  }

  .home-hero.has-video h1 {
    font-size: 3.75rem;
  }

  .home-hero.has-video .hero-intro {
    font-size: 1.08rem;
  }

  .card-grid,
  .guide-grid,
  .download-grid,
  .park-grid,
  .stop-grid,
  .stats-grid,
  .color-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .carry-card {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
    align-items: center;
    padding: 22px;
  }

  .qr-card {
    justify-self: end;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
}

@media (min-width: 980px) {
  .menu-toggle {
    display: none;
  }

  .primary-nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .primary-nav a {
    min-height: 44px;
    padding: 8px 10px;
    font-size: 0.86rem;
  }

  .primary-nav .nav-cta {
    padding-inline: 12px;
  }

  .language-switcher span {
    display: inline-block;
  }

  .brand img {
    width: 188px;
  }

  .hero-bg {
    background-image:
      linear-gradient(90deg, rgba(6, 17, 27, 0.88), rgba(6, 17, 27, 0.54) 48%, rgba(6, 17, 27, 0.2)),
      var(--hero-image);
  }

  .hero.has-video .hero-bg {
    background-image:
      linear-gradient(90deg, rgba(6, 17, 27, 0.86), rgba(6, 17, 27, 0.48) 46%, rgba(6, 17, 27, 0.12));
  }

  h1 {
    font-size: 5.4rem;
  }

  .content-section {
    padding: 64px 0;
  }

  .section-head h2 {
    font-size: 2.6rem;
  }

  .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .four-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .guide-grid,
  .stats-grid,
  .color-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .download-grid,
  .park-grid,
  .stop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-feature {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.45fr);
    align-items: center;
    padding: 18px;
  }

  .video-copy {
    padding: 8px 8px 8px 2px;
  }

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

  .image-carousel {
    grid-auto-columns: minmax(420px, 48%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }
}

/* Responsive image fallback for the video hero. */
@media (orientation: portrait) {
  .hero.has-video .hero-bg {
    background-image:
      linear-gradient(180deg, rgba(6, 17, 27, 0.08), rgba(6, 17, 27, 0.86)),
      url('assets/editorial/opera-fallback-portrait.webp');
  }
}

@media (min-width: 1280px) and (min-height: 720px) {
  body {
    font-size: 17px;
  }

  .primary-nav a {
    font-size: 0.92rem;
  }

  .btn {
    min-height: 54px;
    padding-inline: 18px;
  }

  .card-body,
  .download-card,
  .park-card,
  .stop-card,
  .attraction-item,
  .timeline article,
  .faq-list details,
  .stats-grid article,
  .color-grid article {
    padding: 18px;
  }
}

@media (min-width: 1180px) {
  .guide-grid,
  .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}
