@font-face {
  font-family: "Ogg Medium";
  src: url("https://dcym8fthxf5uu.cloudfront.net/fonts/247a073c-29f5-4a89-aa3a-741020f346fc/OggText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --mx: 0; --my: 0;
  --back-opacity: 1; --back-x: 0px; --back-y: 0px; --back-scale: 0.76;
  --four-y: 10vh; --four-scale: 0.78;
  --bazaar-y: 20vh;
  --blur-px: 0px; --back-brightness: 1;
  --bazaar-blur-px: 0px; --bazaar-brightness: 1; --bazaar-saturation: 1;
  --shade-opacity: 1; --shade-z: 2;
  --shade-top-alpha: 0; --shade-mid-alpha: 0; --shade-bottom-alpha: 0;
  --blur-tint: 74, 181, 224;
  --title-y: 0px; --title-scale: 1; --title-opacity: 1;
  --bridge-x: -50%; --bridge-y: 0px; --bridge-bottom: 5vh;
  --bridge-width: 67.2vw; --bridge-scale: 1.02;
  --split-left-x: -50%;  --split-left-y: 0px;  --split-left-scale: 1;
  --split-right-x: -50%; --split-right-y: 0px; --split-right-scale: 1;
  --frame2-opacity: 0; --frame2-x: -50%; --frame2-y: -50%; --frame2-scale: 1.06;
  --intro-copy-y: 0px; --intro-copy-opacity: 1;
  --panel2-opacity: 0; --panel2-y: calc(-50% + 58px);
  --panel3-opacity: 0; --panel3-y: calc(-50% + 58px);
  --sights-opacity: 0; --sights-controls-opacity: 0; --sights-y: 0px;
  --sights-enter-x: 420vw; --sights-visibility: hidden;
  --sights-shift: 0px; --sights-scale: 1;
  --sights-top: clamp(112px, 19vh, 220px);
  --sights-screen-top: clamp(112px, 19vh, 220px);
  --ink: #111411; --paper: #fdf1e1; --shadow: rgba(0, 0, 0, 0.32);
  font-family: Inter, Satoshi, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--paper);
  background: #0b1110;
  letter-spacing: 0;
}

* { box-sizing: border-box; }
html, body {
  min-height: 100%;
  scroll-behavior: smooth;
  background: #0b1110;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
body { margin: 0; overflow-x: clip; }
img, video, canvas, svg {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
button { border: 0; font: inherit; }
.site-shell { min-height: 100vh; }

.cinema-scroll { position: relative; height: calc(100vh + 3700px); }
.stage { position: sticky; top: 0; height: 100vh; min-height: 620px; overflow: hidden; isolation: isolate; background: #7fb4d4; }

.world, .back-stack, .sky-img, .shade, .scene-img, .site-header, .sights-slider, .sights-controls, .hero-title, .intro-copy, .story-panel {
  position: absolute;
}

.world { inset: 0; overflow: hidden; background: #79b7dd; }

.site-header {
  top: 0; left: 0; right: 0; z-index: 10;
  display: flex; justify-content: space-between; align-items: center;
  padding: 32px 40px;
  color: rgba(253, 241, 225, 0.86); pointer-events: auto;
}

.site-header-top {
  display: flex; align-items: center; gap: 24px;
}

.site-logo {
  font-family: "Ogg Medium", serif; font-size: 24px; line-height: 1; font-weight: 500;
  color: rgba(253, 241, 225, 0.92); text-decoration: none; white-space: nowrap;
  transition: opacity 0.25s ease;
}
.site-logo:hover { opacity: 0.8; }

.site-nav {
  display: flex; justify-content: center; align-items: center;
  gap: clamp(24px, 2.2vw, 44px);
}

.site-nav a, .language-switcher {
  color: rgba(253, 241, 225, 0.86); font-weight: 700; line-height: 1;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

.site-nav a {
  font-size: 20px; font-weight: 400; text-decoration: none;
  transition: opacity 0.25s ease, text-shadow 0.25s ease;
}
.site-nav a:hover {
  opacity: 1;
  text-shadow: 0 0 12px rgba(253, 241, 225, 0.8);
}

.language-switcher {
  justify-self: end; display: inline-flex; align-items: center; justify-content: center;
  gap: 5px; padding: 6px 12px; background: transparent; font-size: 16px; cursor: pointer;
  border-radius: 999px; transition: background 0.25s ease, transform 0.25s ease;
}
.language-switcher:hover {
  background: rgba(253, 241, 225, 0.12);
  transform: translateY(-1px);
}

.language-switcher span {
  display: inline-flex; line-height: 1;
}

.scene-img {
  display: block; user-select: none; -webkit-user-drag: none;
  will-change: transform, opacity, filter; pointer-events: none;
}

.sky-img {
  z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transform: none; filter: blur(var(--blur-px)) brightness(var(--back-brightness));
}

.back-stack {
  z-index: 1; top: 0; bottom: 0; left: -3vw; right: -3vw;
  opacity: var(--back-opacity);
  transform: translate3d(var(--back-x), var(--back-y), 0) scale(var(--back-scale));
  transform-origin: 50% 100%;
  will-change: transform, filter, opacity;
}

.back-img {
  inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: blur(var(--blur-px)) brightness(var(--back-brightness));
}

.back-bazaar, .back-four {
  top: auto; bottom: 0; left: 48%; right: auto; width: 112%; height: auto; object-fit: contain;
}

.back-bazaar {
  z-index: 3; opacity: 1;
  filter: blur(var(--bazaar-blur-px)) brightness(var(--bazaar-brightness)) saturate(var(--bazaar-saturation));
  transform: translate3d(-50%, var(--bazaar-y), 0) scale(0.86);
}

.back-four {
  z-index: 1; opacity: 0.72; mix-blend-mode: screen;
  transform: translate3d(-50%, calc(var(--four-y) - 110px), 0) scale(var(--four-scale));
}

.sights-slider {
  z-index: 2; left: 0; right: 0; top: var(--sights-top); padding: 0;
  opacity: 1; visibility: var(--sights-visibility);
  transform: translate3d(var(--sights-enter-x), var(--sights-y), 0) scale(var(--sights-scale));
  transform-origin: 0 0; pointer-events: auto; will-change: transform;
}

.sights-track {
  display: flex; gap: clamp(16px, 1.15vw, 24px); align-items: stretch;
  transform: translate3d(calc(var(--sights-shift) - 18vw), 0, 0);
  transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1); will-change: transform;
}

.sights-track.is-jumping { transition: none; }

/* Non-overlapping, clean flex column card design */
.sight-card {
  position: relative;
  flex: 0 0 clamp(320px, 18vw, 380px);
  height: 180px;
  padding: 18px 22px;
  overflow: hidden;
  border: 1px solid rgba(253, 241, 225, 0.6);
  border-radius: 22px;
  color: #111411;
  background: linear-gradient(150deg, #fdf1e1 0%, #f6e3cd 100%);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.sight-card::before, .sight-card::after { content: none; }
.sight-card:focus-visible, .sight-card.is-active { outline: none; }

.sight-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.32), 0 0 24px rgba(253, 241, 225, 0.25);
  border-color: #ffffff;
}

.sight-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.sight-kicker {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  background: rgba(17, 20, 17, 0.07);
  border: 1px solid rgba(17, 20, 17, 0.1);
  border-radius: 999px;
  color: rgba(17, 20, 17, 0.75);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sight-pin-wrapper {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 20, 17, 0.06);
  border-radius: 50%;
  transition: transform 0.4s ease, background 0.4s ease;
}

.sight-card:hover .sight-pin-wrapper {
  transform: scale(1.1) rotate(6deg);
  background: rgba(17, 20, 17, 0.12);
}

.sight-pin {
  width: 22px;
  height: 22px;
  object-fit: contain;
  pointer-events: none;
}

.sight-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.sight-card h3 {
  margin: 0;
  color: #111411;
  font-family: "Ogg Medium", serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
}

.sight-card p {
  margin: 0;
  color: rgba(17, 20, 17, 0.72);
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.38;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sights-controls {
  z-index: 5; left: 48px; right: auto; top: calc(var(--sights-screen-top) + 180px + 14px);
  display: flex; justify-content: flex-start; gap: 14px;
  opacity: var(--sights-controls-opacity);
  transform: translate3d(0, var(--sights-y), 0);
  pointer-events: none; will-change: transform, opacity;
}

.sights-controls.is-ready { pointer-events: auto; }

.sight-nav {
  width: 54px; height: 54px; display: inline-flex; justify-content: center; align-items: center;
  border-radius: 999px; color: #111411; background: rgba(253, 241, 225, 0.94);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2); cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, box-shadow 0.3s ease;
}
.sight-nav:hover {
  transform: translateY(-2px) scale(1.05);
  background: #ffffff;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.3);
}

.hero-title {
  z-index: 3; left: 50%; top: clamp(122px, 19vh, 205px); width: min(94vw, 1780px); margin: 0;
  color: #fdf1e1; font-family: "Ogg Medium", serif; font-size: 14rem; font-weight: 500;
  line-height: 0.78; text-align: center; text-shadow: none;
  transform: translate3d(-50%, var(--title-y), 0) scale(var(--title-scale));
  opacity: var(--title-opacity); will-change: transform, opacity;
}

.bridge-img {
  z-index: 4; left: 50%; bottom: var(--bridge-bottom); width: min(var(--bridge-width), 2140px);
  height: auto; transform: translate3d(var(--bridge-x), var(--bridge-y), 0) scale(var(--bridge-scale));
  transform-origin: 50% 48%;
}

.splitframe-img {
  z-index: 6; left: 50%; bottom: -2vh; width: min(118vw, 2240px); height: auto; pointer-events: none;
}

.splitframe-left {
  transform: translate3d(var(--split-left-x), var(--split-left-y), 0) scale(var(--split-left-scale));
  transform-origin: 21% 52%;
}

.splitframe-right {
  transform: translate3d(var(--split-right-x), var(--split-right-y), 0) scale(var(--split-right-scale));
  transform-origin: 79% 52%;
}

.frame-two-img {
  z-index: 5; filter: none !important; backdrop-filter: none; left: 50%; top: 50%;
  width: min(122vw, 2160px); height: auto; opacity: var(--frame2-opacity);
  transform: translate3d(var(--frame2-x), var(--frame2-y), 0) scale(var(--frame2-scale));
  transform-origin: 50% 48%;
}

.shade {
  inset: 0; z-index: var(--shade-z); pointer-events: none; opacity: var(--shade-opacity);
  background: linear-gradient(180deg,
    rgba(var(--blur-tint), var(--shade-top-alpha)) 0%,
    rgba(var(--blur-tint), var(--shade-mid-alpha)) 48%,
    rgba(var(--blur-tint), var(--shade-bottom-alpha)) 100%);
}

.intro-copy {
  z-index: 9; left: 50%; bottom: clamp(70px, 28vh, 400px); width: min(560px, calc(100vw - 40px));
  text-align: center; transform: translate3d(-50%, var(--intro-copy-y), 0);
  opacity: var(--intro-copy-opacity); will-change: transform, opacity;
}

.intro-copy p {
  margin: 0 auto; max-width: 560px; color: #fdf1e1; font-size: 1.18rem; font-weight: 500;
  line-height: 1.18; text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.hero-tags {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 10px; margin-top: 26px;
}

.hero-tags span {
  min-height: 42px; display: inline-flex; justify-content: center; align-items: center;
  padding: 0 25px; color: var(--ink); border-radius: 999px; background: #fdf1e1;
  font-size: 0.98rem; font-weight: 500; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, background 0.25s ease;
}
.hero-tags span:hover {
  transform: translateY(-2px);
  background: #ffffff;
}

.story-panel {
  z-index: 10; left: 50%; top: 45%; width: min(760px, calc(100vw - 42px));
  text-align: center; pointer-events: none; transform: translate3d(-50%, -50%, 0);
  will-change: transform, opacity;
}

.story-panel h2 {
  margin: 0; color: #fdf1e1; font-family: "Ogg Medium", serif; font-size: 4.75rem;
  font-weight: 500; line-height: 0.95; text-shadow: 0 16px 38px var(--shadow);
}

.story-panel p {
  width: min(520px, 100%); margin: 26px auto 0; color: #fdf1e1; font-size: 1.14rem;
  font-weight: 500; line-height: 1.18; text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.story-panel-bridge {
  top: 60%; opacity: var(--panel2-opacity); transform: translate3d(-50%, var(--panel2-y), 0);
}

.story-panel-bazaar {
  top: 29%; opacity: var(--panel3-opacity); transform: translate3d(-50%, var(--panel3-y), 0);
}

.facts {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 86px;
  width: min(470px, 100%); margin: 72px auto 0;
}

.facts dt {
  color: #fdf1e1; font-family: "Ogg Medium", serif; font-size: 4.2rem; font-weight: 500;
  line-height: 0.9; text-shadow: 0 14px 34px var(--shadow);
}

.facts dd {
  margin: 18px 0 0; color: #fdf1e1; font-size: 1rem; font-weight: 500; line-height: 1.14;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.note-button {
  min-height: 50px; margin-top: 28px; display: inline-flex; justify-content: center;
  align-items: center; gap: 12px; padding: 0 28px; border-radius: 999px; color: var(--ink);
  background: #fdf1e1; box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18); pointer-events: auto; cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, box-shadow 0.3s ease;
}
.note-button:hover {
  transform: translateY(-2px) scale(1.03);
  background: #ffffff;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
}

.note-button span:first-child {
  font-size: 1.25rem; line-height: 1;
}

/* Stage Footer Bar (Floating designated container on last page image) */
.stage-footer {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(92vw, 920px);
  padding: 12px 28px;
  background: rgba(11, 17, 16, 0.84);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(253, 241, 225, 0.32);
  border-radius: 999px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(253, 241, 225, 0.2);
  color: #fdf1e1;
  font-size: 0.88rem;
  pointer-events: auto;
  opacity: var(--sights-controls-opacity, 1);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.stage-footer-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stage-footer-brand {
  font-family: "Ogg Medium", serif;
  font-weight: 500;
  font-size: 1rem;
  color: rgba(253, 241, 225, 0.95);
  white-space: nowrap;
}

.stage-footer-divider {
  opacity: 0.35;
}

.stage-footer-copy {
  color: rgba(253, 241, 225, 0.65);
  font-size: 0.82rem;
  white-space: nowrap;
}

.stage-footer-center {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: rgba(253, 241, 225, 0.75);
  white-space: nowrap;
}

.stage-footer-partner {
  color: #fdf1e1;
  font-weight: 600;
  text-decoration: none;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(253, 241, 225, 0.12);
  border: 1px solid rgba(253, 241, 225, 0.25);
  transition: all 0.25s ease;
}

.stage-footer-partner:hover {
  background: #fdf1e1;
  color: #111411;
  transform: translateY(-1px);
}

.stage-footer-right {
  display: flex;
  align-items: center;
}

.stage-footer-email {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fdf1e1;
  font-weight: 500;
  font-size: 0.84rem;
  text-decoration: none;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(253, 241, 225, 0.15);
  border: 1px solid rgba(253, 241, 225, 0.3);
  transition: all 0.25s ease;
  white-space: nowrap;
}

.stage-footer-email:hover {
  background: #fdf1e1;
  color: #111411;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

/* Modal styling */
.notes-modal {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.notes-modal.is-open {
  opacity: 1; visibility: visible; pointer-events: auto;
}
.modal-backdrop {
  position: absolute; inset: 0; background: rgba(11, 17, 16, 0.75); backdrop-filter: blur(12px);
}
.modal-content {
  position: relative; z-index: 1; width: min(520px, 100%); padding: 36px;
  background: #fdf1e1; color: #111411; border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  transform: translateY(20px) scale(0.95);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.notes-modal.is-open .modal-content {
  transform: translateY(0) scale(1);
}
.modal-close {
  position: absolute; top: 20px; right: 20px; width: 36px; height: 36px;
  border-radius: 50%; background: rgba(17, 20, 17, 0.08); color: #111411;
  font-size: 16px; font-weight: bold; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.modal-close:hover {
  background: rgba(17, 20, 17, 0.16); transform: scale(1.08);
}
.modal-kicker {
  display: block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(17, 20, 17, 0.6); margin-bottom: 8px;
}
.modal-content h3 {
  margin: 0 0 14px; font-family: "Ogg Medium", serif; font-size: 2.2rem; line-height: 1.1; font-weight: 500;
}
.modal-content p {
  margin: 0 0 24px; font-size: 1.05rem; line-height: 1.5; color: rgba(17, 20, 17, 0.85);
}
.modal-meta {
  display: flex; gap: 24px; border-top: 1px solid rgba(17, 20, 17, 0.12); padding-top: 18px;
}
.meta-item { display: flex; flex-direction: column; gap: 4px; font-size: 0.9rem; }
.meta-item strong { font-weight: 600; color: #111411; }
.meta-item a { color: #111411; text-decoration: underline; font-weight: 600; }

/* Site Footer */
.site-footer {
  position: relative; z-index: 20; background: #070c0b; border-top: 1px solid rgba(253, 241, 225, 0.15);
  color: #fdf1e1; padding: 80px 32px 40px; font-family: Inter, Satoshi, system-ui, sans-serif;
}
.footer-container { max-width: 1200px; margin: 0 auto; }
.footer-top {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px;
  padding-bottom: 48px; border-bottom: 1px solid rgba(253, 241, 225, 0.1);
}
.footer-logo { font-family: "Ogg Medium", serif; font-size: 1.8rem; font-weight: 500; color: #fdf1e1; }
.footer-tagline { margin: 6px 0 0; color: rgba(253, 241, 225, 0.65); font-size: 0.95rem; }
.footer-email-btn {
  display: inline-flex; flex-direction: column; align-items: flex-end; justify-content: center;
  padding: 12px 24px; background: rgba(253, 241, 225, 0.08); border: 1px solid rgba(253, 241, 225, 0.25);
  border-radius: 16px; color: #fdf1e1; text-decoration: none; transition: all 0.3s ease;
}
.footer-email-btn:hover {
  background: #fdf1e1; color: #111411; border-color: #fdf1e1; transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.footer-email-btn .email-address { font-size: 1.05rem; font-weight: 600; margin-top: 2px; }

.footer-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding: 56px 0;
}
.footer-col h4 {
  margin: 0 0 20px; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(253, 241, 225, 0.5);
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 12px; }
.footer-col a, .footer-col span { color: rgba(253, 241, 225, 0.8); text-decoration: none; font-size: 0.95rem; transition: color 0.2s ease; }
.footer-col a:hover { color: #fdf1e1; text-decoration: underline; }
.contact-info { color: rgba(253, 241, 225, 0.75); font-size: 0.95rem; line-height: 1.6; margin: 0; }
.contact-link { color: #fdf1e1; font-weight: 600; text-decoration: underline; }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
  padding-top: 32px; border-top: 1px solid rgba(253, 241, 225, 0.08); font-size: 0.88rem; color: rgba(253, 241, 225, 0.5);
}
.footer-bottom a { color: rgba(253, 241, 225, 0.75); text-decoration: none; }
.footer-bottom a:hover { color: #fdf1e1; }
.footer-links { display: flex; align-items: center; gap: 12px; }

@media (max-width: 1500px) {
  .hero-title { font-size: 11rem; }
  .story-panel h2 { font-size: 4.1rem; }
}

@media (max-width: 1100px) {
  .hero-title { top: 15vh; font-size: 7.5rem; }
  .bridge-img { width: 138vw; }
  .frame-two-img { width: 132vw; }
  .story-panel h2 { font-size: 3.2rem; }
  .facts { gap: 34px; margin-top: 44px; }
  .facts dt { font-size: 3.2rem; }
  .sight-card { flex-basis: clamp(310px, 38vw, 380px); min-height: 210px; padding: 20px; }
}

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .footer-top { flex-direction: column; align-items: flex-start; }
  .footer-email-btn { align-items: flex-start; }
  .stage-footer {
    bottom: 16px;
    padding: 8px 18px;
    font-size: 0.8rem;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 20px;
    gap: 8px 14px;
    width: min(94vw, 680px);
  }
}

@media (max-width: 900px) {
  .stage { min-height: 600px; }
  .site-header {
    top: 10px; left: 50%; transform: translateX(-50%);
    width: min(calc(100vw - 20px), 480px);
    display: flex; flex-direction: column; gap: 8px;
    padding: 10px 14px;
    background: rgba(253, 241, 225, 0.16);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(253, 241, 225, 0.35);
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  }
  .site-header-top {
    display: flex; align-items: center; justify-content: space-between; width: 100%;
  }
  .site-logo { font-size: 16px; color: #fdf1e1; text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
  .site-nav {
    display: flex; align-items: center; justify-content: space-between; width: 100%;
    padding: 3px;
    background: rgba(253, 241, 225, 0.14);
    border-radius: 999px;
    border: 1px solid rgba(253, 241, 225, 0.25);
    gap: 2px;
  }
  .site-nav a {
    flex: 1; text-align: center; padding: 6px 0; font-size: 13px; font-weight: 600;
    color: #fdf1e1; border-radius: 999px; transition: background 0.25s ease;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
  }
  .site-nav a:hover, .site-nav a:active { background: rgba(253, 241, 225, 0.28); }
  .language-switcher { font-size: 13px; padding: 4px 10px; color: #fdf1e1; text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
  
  .hero-title {
    top: clamp(125px, 18vh, 155px);
    font-size: clamp(3.2rem, 15vw, 4.6rem);
    letter-spacing: -0.02em;
  }
  .bridge-img { bottom: 2vh; width: 190vw; }
  .frame-two-img { width: 176vw; }
  
  /* Tagline & Pills safely below hero title and arch */
  .intro-copy {
    top: clamp(235px, 34vh, 300px);
    bottom: auto;
    width: calc(100vw - 32px);
    padding: 0 12px;
  }
  .intro-copy p { font-size: 0.96rem; line-height: 1.35; text-shadow: 0 2px 22px rgba(0, 0, 0, 0.85); }
  .hero-tags { gap: 8px; margin-top: 14px; }
  .hero-tags span { min-height: 36px; padding: 0 14px; font-size: 0.82rem; font-weight: 600; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); }
  
  .story-panel { top: 48%; width: calc(100vw - 32px); }
  .story-panel-bridge { top: 54%; }
  .story-panel-bazaar { top: 48%; }
  .story-panel h2 { font-size: clamp(2.2rem, 9vw, 2.7rem); line-height: 1.05; }
  .story-panel p { font-size: 0.95rem; margin-top: 16px; }
  .facts { gap: 18px; margin-top: 28px; }
  .facts dt { font-size: 2.4rem; }
  .facts dd { font-size: 0.88rem; margin-top: 6px; }
  
  .sights-slider { padding: 0; }
  .sights-track { gap: 12px; transform: translate3d(calc(var(--sights-shift) - 18vw), 0, 0); }
  .sight-card { flex-basis: min(85vw, 310px); min-height: 200px; padding: 18px; border-radius: 22px; }
  .sights-controls { top: calc(var(--sights-screen-top) + 220px); left: 20px; }
  .sight-card h3 { font-size: 1.3rem; }
  .sight-card p { font-size: 0.84rem; line-height: 1.35; }
  .sight-kicker { font-size: 10px; padding: 5px 10px; }
  .sight-pin-wrapper { width: 36px; height: 36px; }
  .sight-pin { width: 22px; height: 22px; }
  
  .stage-footer {
    bottom: 16px;
    width: calc(100vw - 28px);
    padding: 10px 16px;
    border-radius: 18px;
    font-size: 0.78rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 12px;
    text-align: center;
  }
}

@media (max-width: 550px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scene-img, .back-stack, .hero-title, .intro-copy,
  .story-panel, .sights-track, .sights-slider { transition: none; }
}
