:root {
  --ink: #f3f1e9;
  --muted: #92958c;
  --graphite: #171917;
  --graphite-soft: #20231f;
  --accent: #f4bd2e;
  --line: rgba(243, 241, 233, 0.19);
  --hero-radius: 16px;
  --overlay-radius: 4px;
  --top-gap: 16px;
  --gutter: clamp(20px, 5.8vw, 28px);
  --title-size: clamp(2.35rem, 10.1vw, 3.9rem);
  --body-size: clamp(1rem, 4.15vw, 1.15rem);
}

* { box-sizing: border-box; }
html { background: var(--graphite); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--graphite); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.site-shell { width: 100%; max-width: 600px; margin: 0 auto; }
.hero-media { position: relative; width: calc(100% - 2 * var(--gutter)); aspect-ratio: 5 / 4; margin: var(--top-gap) var(--gutter) 0; overflow: hidden; border-radius: var(--hero-radius); background: #282b26; isolation: isolate; }
.hero-video { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.hero-shade { position: absolute; inset: 0; z-index: 1; pointer-events: none; border-radius: inherit; background: linear-gradient(180deg, rgba(13, 16, 14, 0) 54%, rgba(13, 16, 14, .08) 70%, rgba(13, 16, 14, .38) 87%, rgba(13, 16, 14, .82) 100%); }
.route-map { position: absolute; top: 16px; right: 17px; z-index: 2; width: min(52%, 220px); padding: 9px 10px 6px; border: 1px solid rgba(243, 241, 233, .28); border-radius: var(--overlay-radius); background: rgba(23, 25, 23, .18); backdrop-filter: blur(2px); }
.route-map__label { display: flex; justify-content: space-between; color: rgba(243, 241, 233, .78); font-size: 7px; letter-spacing: .14em; }
.route-map__svg { display: block; width: 100%; margin-top: 4px; overflow: visible; }
.route-map__grid { fill: none; stroke: rgba(243, 241, 233, .19); stroke-width: .55; stroke-dasharray: 2 4; }
.route-map__line { fill: none; stroke: var(--accent); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1000; stroke-dashoffset: 1000; filter: drop-shadow(0 0 3px rgba(244, 189, 46, .5)); }
.route-map__point { fill: var(--graphite); stroke: var(--accent); stroke-width: 2; }.route-map__point--pass { opacity: .72; }
.route-map text { fill: rgba(243, 241, 233, .72); font: 6px Arial, sans-serif; letter-spacing: .1em; }
.route-mark, .media-caption, .scale { position: absolute; z-index: 2; pointer-events: none; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.route-mark--top { top: 16px; left: 17px; right: 17px; display: flex; gap: 9px; align-items: center; color: rgba(255,255,255,.77); }
.coordinate-chip { display: inline-block; padding: 7px 10px; border: 1px solid rgba(243, 241, 233, .24); border-radius: var(--overlay-radius); background: rgba(23, 25, 23, .42); line-height: 1.45; white-space: nowrap; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.route-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
.scale { top: 45px; bottom: 48px; display: flex; width: 13px; flex-direction: column; justify-content: space-between; }
.scale--left { left: 8px; align-items: flex-start; }.scale--right { display: none; right: 8px; align-items: flex-end; }
.scale i { display: block; width: 7px; border-top: 1px solid rgba(255,255,255,.47); }.scale i:nth-child(3n) { width: 12px; border-color: rgba(255,255,255,.7); }
.scale--left i { width: 7px; border-top-width: 1px; border-color: rgba(255,255,255,.54); }.scale--left i:nth-child(3n) { width: 12px; border-color: rgba(255,255,255,.7); }
.media-caption { bottom: 15px; left: 17px; right: 17px; display: flex; justify-content: space-between; color: rgba(255,255,255,.73); }
.hero-copy { padding: 31px var(--gutter) 38px; background: var(--graphite); }
.section-kicker { display: flex; align-items: center; gap: 9px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.kicker-line { width: 23px; height: 1px; background: var(--accent); }
h1 { position: relative; margin: 24px 0 22px; font-size: var(--title-size); line-height: .91; letter-spacing: -.055em; font-weight: 900; }
.hero-lead { max-width: 360px; margin: 0; color: var(--ink); font-size: var(--body-size); line-height: 1.31; letter-spacing: -.02em; }
.hero-detail { margin: 18px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.booking-button { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 12px; padding: 0 17px 0 20px; border: 1px solid var(--accent); border-radius: 3px; color: #171917; background: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.booking-button:hover, .booking-button:focus-visible { color: var(--accent); background: transparent; }.booking-button:active { transform: translateY(1px); }
.button-arrow { font-size: 21px; line-height: 1; }
.trip-meta { display: grid; grid-template-columns: 1fr 1fr 1.2fr; margin-top: 29px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 700; line-height: 1.25; letter-spacing: .11em; }.trip-meta span + span { padding-left: 9px; border-left: 1px solid var(--line); }
.map-ready { display: none; min-height: 320px; padding: var(--gutter); background: var(--graphite-soft); }.map-placeholder { display: flex; height: 260px; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; letter-spacing: .15em; }
@media (min-width: 601px) { .site-shell { max-width: 960px; }.hero { display: grid; grid-template-columns: minmax(420px, 1.1fr) minmax(360px, .9fr); padding: 24px; gap: 0; }.hero-media { width: 100%; margin: 0; border-radius: var(--hero-radius); }.hero-copy { padding: 56px 48px; border-radius: 0 var(--hero-radius) var(--hero-radius) 0; }.map-ready { display: block; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.booking-button { transition: none; } }
