:root {
  --olive-950: #152217;
  --olive-900: #1e2f1b;
  --olive-800: #2a4023;
  --olive-700: #3a542d;
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --gold: #f3a900;
  --gold-2: #ffbf27;
  --ink: #172017;
  --muted: #677065;
  --line: rgba(35, 52, 31, .16);
  --shadow: 0 18px 48px rgba(18, 30, 17, .16);
  --radius: 18px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 88px 0; }

.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 9999;
  background: var(--gold); padding: 10px 16px; border-radius: 8px; font-weight: 800;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 50; color: #fff;
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  position: fixed; background: rgba(21, 34, 23, .96); backdrop-filter: blur(16px);
  box-shadow: 0 12px 35px rgba(0,0,0,.2);
}
.header-inner {
  width: min(calc(100% - 40px), 1320px); margin-inline: auto;
  height: 112px; display: flex; align-items: center; gap: 34px;
}
.site-header.scrolled .header-inner { height: 78px; }
.brand {
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-right: auto;
  flex: 0 0 auto;
}
.brand img {
  width: auto;
  height: 106px;
  max-width: none;
  object-fit: contain;
  transition: height .25s ease;
}
.site-header.scrolled .brand img { width: auto; height: 62px; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a {
  text-decoration: none; font-size: .91rem; font-weight: 800; text-transform: uppercase; letter-spacing: .045em;
  position: relative; padding: 12px 0;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 4px; width: 0; height: 3px;
  background: var(--gold); transition: width .2s ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.language-switch {
  display: inline-flex; gap: 7px; align-items: center; padding: 8px 13px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px;
  background: rgba(0,0,0,.14);
}
.language-switch a { border: 0; background: none; color: rgba(255,255,255,.64); font: inherit; font-weight: 800; cursor: pointer; padding: 0; text-decoration: none; }
.language-switch a.active { color: var(--gold-2); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 10px; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; }

.hero { min-height: 760px; height: 88vh; position: relative; display: grid; align-items: center; color: #fff; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url("hero-current.webp") center 48% / cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,9,7,.92) 0%, rgba(7,10,8,.72) 37%, rgba(7,10,8,.24) 68%, rgba(7,10,8,.15) 100%), linear-gradient(0deg, rgba(0,0,0,.36), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding-top: 100px; }
.eyebrow { display: inline-block; border: 1px solid var(--gold); padding: 7px 12px; font-size: .82rem; font-weight: 900; letter-spacing: .08em; }
.hero h1 { margin: 24px 0 12px; font-size: clamp(4rem, 8vw, 7.8rem); line-height: .83; letter-spacing: -.055em; text-transform: uppercase; max-width: 900px; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 strong { color: var(--gold); }
.hero-opening { margin: 22px 0 2px; font-size: clamp(1.45rem, 2vw, 2.15rem); font-weight: 900; text-transform: uppercase; }
.hero-lead { font-size: clamp(1.08rem, 1.4vw, 1.4rem); max-width: 620px; margin: 0 0 30px; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px; padding: 0 24px; border-radius: 7px; text-decoration: none; border: 1px solid transparent; font-weight: 900; font-size: .9rem; text-transform: uppercase; letter-spacing: .035em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #172017; }
.button-primary:hover { background: var(--gold-2); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.7); background: rgba(0,0,0,.16); }

.feature-strip { background: linear-gradient(130deg, #0e1511, #202420); color: #fff; padding: 34px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.feature { text-align: center; padding: 12px 26px; position: relative; }
.feature + .feature::before { content: ""; position: absolute; left: 0; top: 10%; bottom: 10%; width: 1px; background: rgba(255,255,255,.18); }
.feature svg { width: 48px; height: 48px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; margin: 0 auto 13px; }
.feature h2 { margin: 0 0 6px; font-size: .92rem; text-transform: uppercase; line-height: 1.2; }
.feature p { margin: 0; font-size: .82rem; color: rgba(255,255,255,.72); }

.history { background: #fbfaf6; }
.history-grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: 72px; align-items: center; }
.history-image { margin: 0; position: relative; }
.history-image img { width: 100%; border-radius: 8px; box-shadow: var(--shadow); filter: contrast(1.04); }
.history-image figcaption { position: absolute; top: 22px; right: 24px; font-size: 2.2rem; font-family: Georgia, serif; font-style: italic; }
.section-kicker { color: var(--gold); font-weight: 900; letter-spacing: .07em; font-size: .78rem; text-transform: uppercase; margin: 0 0 6px; }
.history-copy h2, .future-copy h2 { margin: 0 0 14px; font-size: clamp(2.4rem, 4vw, 4.5rem); line-height: .98; color: var(--olive-900); }
.history-copy > p:not(.section-kicker) { font-size: 1.07rem; max-width: 640px; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 44px; position: relative; }
.timeline-line { position: absolute; top: 7px; left: 5%; right: 5%; height: 2px; background: linear-gradient(90deg, var(--olive-700) 0 75%, var(--gold) 75%); }
.timeline-item { position: relative; padding-top: 26px; display: flex; flex-direction: column; gap: 1px; }
.timeline-item span { position: absolute; top: 2px; left: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--olive-700); border: 3px solid #fbfaf6; z-index: 1; }
.timeline-item strong { font-size: 1.1rem; }
.timeline-item small { color: var(--muted); }
.timeline-item.final { align-items: flex-end; text-align: right; color: var(--gold); }
.timeline-item.final span { left: auto; right: 0; background: var(--gold); }

.future { display: grid; grid-template-columns: 1.07fr .93fr; min-height: 620px; background: var(--olive-950); color: #fff; }
.future-image { min-height: 620px; }
.future-image img { width: 100%; height: 100%; object-fit: cover; }
.future-copy { padding: 76px clamp(36px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.future-copy h2 { color: #fff; max-width: 640px; }
.check-list { list-style: none; margin: 18px 0 26px; padding: 0; display: grid; gap: 11px; }
.check-list li { position: relative; padding-left: 30px; color: rgba(255,255,255,.9); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 1000; }
#prices { scroll-margin-top: 110px; }
.price-section { max-width: 560px; }
.price-section h3 { margin: 0 0 12px; color: var(--gold); font-size: 1rem; text-transform: uppercase; letter-spacing: .06em; }
.price-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 560px; }
.price-card { padding: 16px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); border-radius: 10px; }
.price-card span, .price-card strong { display: block; }
.price-card span { color: var(--gold); font-weight: 900; font-size: 1.1rem; }
.price-card strong { font-size: .82rem; margin-top: 4px; color: rgba(255,255,255,.72); }

.opening-banner { background: linear-gradient(90deg, #ffb30d, #f1a200); color: #182019; }
.opening-inner { min-height: 150px; display: grid; grid-template-columns: 110px 1fr 1.3fr; align-items: center; gap: 32px; }
.opening-icon { width: 92px; height: 92px; border-radius: 50%; display: grid; place-items: center; background: var(--olive-950); color: var(--gold); }
.opening-icon svg { width: 54px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.opening-title { border-right: 1px solid rgba(23,32,23,.45); padding-right: 34px; }
.opening-title h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 4rem); line-height: .93; }
.opening-text p { margin: 0 0 5px; font-size: 1.02rem; }

.location-section { background: linear-gradient(150deg, #17251a, #2a3e28); padding: 56px 0 28px; color: #fff; }
.location-grid { display: grid; grid-template-columns: .95fr 1.25fr .9fr; gap: 20px; }
.contact-card, .route-card, .map-card { border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.035); min-height: 270px; overflow: hidden; }
.contact-card, .route-card { padding: 26px; }
.card-label { color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .06em; margin: 0 0 18px; }
.contact-card address { font-style: normal; display: grid; gap: 18px; }
.contact-card address div { display: flex; gap: 14px; align-items: flex-start; }
.contact-card a { text-decoration: none; }
.contact-card a:hover { color: var(--gold); }
.contact-symbol { color: var(--gold); font-size: 1.2rem; }
.route-card h2 { margin: 0 0 10px; line-height: 1.05; }
.route-card p:not(.card-label) { color: rgba(255,255,255,.72); margin-bottom: 22px; }
.map-card { position: relative; background: #1b2720; }
.map-placeholder { min-height: 270px; height: 100%; display: grid; place-content: center; justify-items: center; gap: 10px; padding: 26px; text-align: center; background: radial-gradient(circle at 60% 35%, rgba(243,169,0,.15), transparent 30%), linear-gradient(145deg,#1b2720,#243727); }
.map-placeholder svg { width: 48px; height: 48px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.map-placeholder strong { color: var(--gold); font-size: 1.05rem; }
.map-placeholder span { color: rgba(255,255,255,.78); }
.map-placeholder small { max-width: 430px; color: rgba(255,255,255,.58); font-size: .74rem; }
.map-load { min-height: 44px; margin-top: 5px; }
.map-frame { display: block; width: 100%; min-height: 270px; height: 100%; border: 0; background: #e8e5dc; }
.map-frame[hidden] { display: none; }
.map-card.is-loaded .map-placeholder { display: none; }
.map-card noscript { display: block; padding: 20px; }

.site-footer { background: var(--olive-950); color: rgba(255,255,255,.74); border-top: 1px solid rgba(255,255,255,.1); }
.footer-inner { min-height: 115px; display: flex; align-items: center; gap: 40px; }
.footer-brand { margin-right: auto; }
.footer-brand img { width: 150px;  }
.footer-inner p { margin: 0; }
.footer-links { display: flex; gap: 32px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--gold); }

.to-top { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 46px; height: 46px; border: 0; border-radius: 50%; color: var(--olive-950); background: var(--gold); box-shadow: 0 8px 24px rgba(0,0,0,.25); font-size: 1.3rem; font-weight: 900; cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s ease; }
.to-top.visible { opacity: 1; pointer-events: auto; transform: none; }

.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 100; max-width: 820px; margin: auto; display: flex; align-items: center; gap: 28px; padding: 18px 20px; border-radius: 14px; color: #fff; background: rgba(20,32,21,.97); box-shadow: 0 20px 70px rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.15); }
.cookie-banner.hidden { display: none; }
.cookie-banner strong { color: var(--gold); }
.cookie-banner p { margin: 3px 0 0; font-size: .86rem; color: rgba(255,255,255,.74); }
.cookie-banner .button { flex: 0 0 auto; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .78rem; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .feature:nth-child(4)::before { display: none; }
  .feature:nth-child(n+4) { margin-top: 24px; }
  .history-grid { gap: 40px; }
  .location-grid { grid-template-columns: 1fr 1fr; }
  .route-card { grid-column: 1 / -1; min-height: auto; }
}

@media (max-width: 900px) {
  .header-inner { height: 86px; }
  .brand img { width: auto; height: 72px; }
  .site-header.scrolled .brand img { width: auto; height: 58px; }
  .language-switch { margin-left: auto; }
  .menu-toggle { display: block; order: 3; }
  .main-nav { position: fixed; left: 14px; right: 14px; top: 86px; display: grid; gap: 0; padding: 14px; border-radius: 14px; background: rgba(21,34,23,.98); box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: .2s ease; }
  .site-header.scrolled .main-nav { top: 78px; }
  .main-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .main-nav a { padding: 13px 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero { min-height: 720px; height: 90svh; }
  .hero-media { background-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,9,7,.93), rgba(5,9,7,.52)); }
  .hero h1 { font-size: clamp(3.3rem, 15vw, 5.8rem); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature:nth-child(odd)::before { display: none; }
  .feature:nth-child(n+3) { margin-top: 22px; }
  .history-grid { grid-template-columns: 1fr; }
  .future { grid-template-columns: 1fr; }
  .future-image {
    min-height: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }
  .future-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .opening-inner { grid-template-columns: 80px 1fr; padding: 26px 0; }
  .opening-icon { width: 70px; height: 70px; }
  .opening-title { border: 0; padding: 0; }
  .opening-text { grid-column: 1 / -1; }
  .location-grid { grid-template-columns: 1fr; }
  .route-card { grid-column: auto; }
  .footer-inner { flex-wrap: wrap; padding: 30px 0; }
  .footer-brand { width: 100%; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 78px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .language-switch { padding: 6px 10px; }
  .hero-content { padding-top: 80px; }
  .eyebrow { font-size: .65rem; }
  .hero h1 { font-size: 3.35rem; letter-spacing: -.045em; }
  .hero-opening { font-size: 1.25rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { padding: 20px 8px; }
  .feature + .feature::before { top: 0; bottom: auto; left: 10%; right: 10%; width: auto; height: 1px; display: block !important; }
  .feature:nth-child(n+2) { margin-top: 0; }
  .section { padding: 60px 0; }
  .timeline { gap: 4px; }
  .timeline-item small { font-size: .68rem; }
  .future-copy { padding: 54px 24px; }
  .price-cards { grid-template-columns: 1fr; }
  .opening-inner { grid-template-columns: 1fr; text-align: center; }
  .opening-icon { margin: auto; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; display: grid; gap: 14px; }
  .footer-inner { display: grid; gap: 20px; }
  .footer-links { flex-wrap: wrap; gap: 16px; }
}

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

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.language-switch a { line-height: 1; }
.hero-media { will-change: transform; }
@media (max-width: 900px) { .map-frame, .map-placeholder { min-height: 320px; } }
@media (max-width: 560px) { .map-frame, .map-placeholder { min-height: 290px; } }
