/* Zin Gold — cinematic scroll page. Rig values follow the reference prompt; scene is the counter. */
: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: 34vh; --counter-scale: 0.86;
  --blur-px: 0px; --back-brightness: 1; --sky-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: 7, 16, 31;
  --title-y: 0px; --title-scale: 1; --title-opacity: 1;
  --bridge-x: -50%; --bridge-y: 0px; --bridge-bottom: 5vh;
  --bridge-width: 34vw; --bridge-scale: 1.02; --bridge-brightness: 1; --bridge-opacity: 1;
  --split-left-x: -50%;  --split-left-y: 0px;  --split-left-scale: 1;
  --split-right-x: -50%; --split-right-y: 0px; --split-right-scale: 1;
  --split-opacity: 1;
  --frame2-opacity: 0; --frame2-x: -50%; --frame2-y: -50%; --frame2-scale: 1;
  --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-controls-opacity: 0; --sights-enter-x: 420vw; --sights-visibility: hidden; --sights-opacity: 0;

  /* floor of 96px keeps the title clear of the 88px single-row header on short windows */
  --title-top: clamp(96px, 10vh, 120px); --title-size: 14rem;
  --rail-top: clamp(112px, 17vh, 210px); --rail-card-h: 224px;
  --gutter: clamp(1.25rem, 4.5vw, 5.5rem);
  --rail-pad: max(var(--gutter), env(safe-area-inset-right));

  --ink: #07101F; --velvet: #000000; --paper: #F2ECE0; --paper-dim: #B9B2A4;
  --gold: #C9A24A; --gold-hi: #EAD08A; --seal: #A8262B;
  --shadow: rgba(0, 0, 0, 0.32);
  --f-mark: "Cinzel", "Trajan Pro", Georgia, serif;
  --f-disp: "Amiri", "Noto Naskh Arabic", "Times New Roman", serif;
  --f-body: "Vazirmatn", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  font-family: var(--f-body);
  color: var(--paper);
  background: var(--velvet);
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; background: var(--velvet); -webkit-text-size-adjust: 100%; }
body { min-height: 100%; margin: 0; overflow-x: clip; background: var(--velvet); font-weight: 300; line-height: 1.6; }
button { border: 0; font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, dl, dd, dt { margin: 0; }
.site-shell { min-height: 100vh; }
a:focus-visible, button:focus-visible, .sights-track:focus-visible { outline: 2px solid var(--gold-hi); outline-offset: 3px; }
.skip { position: fixed; inset-inline-start: 16px; top: 16px; z-index: 60; transform: translateY(-200%); background: var(--gold); color: var(--velvet); padding: 12px 20px; border-radius: 999px; font-weight: 500; text-decoration: none; }
.skip:focus-visible { transform: none; outline-offset: -3px; }
.hero-title, .story-panel h2, .facts dt { font-family: var(--f-disp); font-weight: 400; }
html[lang="en"] .hero-title, html[lang="en"] .story-panel h2, html[lang="en"] .facts dt { font-family: var(--f-mark); font-weight: 500; }

/* ---------- scroll rig ---------- */
.cinema-scroll { position: relative; height: calc(100vh + 3700px); }
.stage { position: sticky; top: 0; height: 100vh; height: 100svh; min-height: 560px; overflow: hidden; isolation: isolate; background: var(--velvet); }
.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: var(--velvet); }

/* ---------- header (z 10) ---------- */
.site-header { z-index: 10; top: 0; left: 0; right: 0; display: grid; grid-template-columns: minmax(200px, 1fr) auto minmax(200px, 1fr); align-items: center; gap: 24px;
  padding: 22px max(28px, env(safe-area-inset-right)) 22px max(28px, env(safe-area-inset-left)); color: rgba(242, 236, 224, 0.86); pointer-events: auto; }
.site-logo { justify-self: start; display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: rgba(242, 236, 224, 0.92); text-decoration: none; white-space: nowrap; }
.mark-svg { height: 40px; width: auto; }
.site-logo-ckb { font-family: var(--f-disp); font-size: 18px; line-height: 1; color: var(--gold); }
.site-nav { display: flex; justify-content: center; align-items: center; gap: clamp(20px, 2.2vw, 44px); }
.site-nav a, .language-switcher { color: rgba(242, 236, 224, 0.86); line-height: 1; text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35); text-decoration: none; }
.site-nav a { font-size: 17px; font-weight: 400; padding: 12px 2px; min-height: 44px; display: inline-flex; align-items: center; transition: color .6s var(--ease); }
.site-nav a:hover { color: var(--gold-hi); }
.language-switcher { justify-self: end; display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 10px 12px; min-height: 44px; background: transparent; font-size: 16px; font-weight: 700; cursor: pointer; }
.language-switcher:hover { color: var(--gold-hi); }
.language-switcher span { display: inline-flex; line-height: 1; }

/* ---------- scene layers ---------- */
.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; filter: blur(var(--blur-px)) brightness(var(--sky-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-four { position: absolute; top: auto; bottom: 0; left: 50%; width: 112%; height: auto; object-fit: contain; z-index: 1; opacity: 0.72; mix-blend-mode: screen;
  transform: translate3d(-50%, calc(var(--four-y) - 110px), 0) scale(var(--four-scale)); }

/* The three plates are a sibling of .back-stack, NOT a child of it. Inside it they inherited a
   1.3x scale, a filter layer and `will-change`, which made percentage widths lie and left the
   row sitting on a composited clip edge — so it rendered short until something forced a repaint.
   Standing on its own it carries its own depth scale and the geometry is literal. */
.counter-row { position: absolute; z-index: 2; left: 50%; bottom: 0; width: min(92vw, 1500px); display: flex; justify-content: center; align-items: flex-end; gap: clamp(10px, 2.4vw, 56px);
  transform: translate3d(-50%, var(--bazaar-y), 0) scale(var(--counter-scale));
  transform-origin: 50% 100%;
  filter: blur(var(--bazaar-blur-px)) brightness(var(--bazaar-brightness)) saturate(var(--bazaar-saturation)); }
/* the box is a fixed square: the plate's height must never wait on the image to decode,
   or the row reflows mid-scene and the plates look cropped until something repaints */
.counter-plate { flex: 0 1 auto; width: clamp(80px, min(30%, 36vh), 420px); aspect-ratio: 1 / 1; pointer-events: none; transition: transform .7s var(--ease), filter .7s var(--ease); }
.counter-row.is-live .counter-plate { pointer-events: auto; }
.counter-plate img { width: 100%; height: 100%; object-fit: contain; object-position: 50% 100%; }
.counter-plate:hover, .counter-plate:focus-visible { transform: translateY(-18px); filter: drop-shadow(0 24px 40px rgba(201, 162, 74, 0.28)); }

/* ---------- title (z 3) ---------- */
.hero-title { z-index: 3; left: 50%; top: var(--title-top); width: min(94vw, 1780px); margin: 0; color: var(--paper); font-size: var(--title-size); line-height: 1; text-align: center;
  transform: translate3d(-50%, var(--title-y), 0) scale(var(--title-scale)); opacity: var(--title-opacity); will-change: transform, opacity; pointer-events: none; }
html[lang="en"] .hero-title { line-height: 0.82; letter-spacing: .04em; }

/* ---------- the held plate (z 4) ---------- */
.bridge-img { z-index: 4; left: 50%; bottom: var(--bridge-bottom); width: min(var(--bridge-width), 2140px); height: auto; opacity: var(--bridge-opacity);
  transform: translate3d(var(--bridge-x), var(--bridge-y), 0) scale(var(--bridge-scale)); transform-origin: 50% 48%;
  filter: brightness(var(--bridge-brightness)) drop-shadow(0 40px 60px rgba(0, 0, 0, 0.6)); }

/* ---------- the two gloves (z 6) ---------- */
.splitframe-img { z-index: 6; left: 50%; bottom: -2vh; width: min(118vw, 2240px); height: auto; opacity: var(--split-opacity); 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%; }

/* ---------- the close-up (z 5) ---------- */
/* capped at the asset's own width — magnifying a 1100px crop past 1:1 is what made this
   read as a zoomed texture instead of a photograph */
.frame-two-img { z-index: 5; left: 50%; top: 50%; width: min(78vw, 1400px); 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%); }

/* ---------- collections rail (z 7 — above every scene layer) ---------- */
.sights-slider { z-index: 7; left: 0; right: 0; top: var(--rail-top); visibility: var(--sights-visibility); opacity: var(--sights-opacity);
  transform: translate3d(var(--sights-enter-x), 0, 0); will-change: transform; }
.sights-track { display: flex; gap: clamp(12px, 1.15vw, 24px); align-items: stretch; direction: ltr;
  overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--rail-pad); padding: 8px var(--rail-pad) 22px; scrollbar-width: none; -webkit-overflow-scrolling: touch; cursor: grab; }
.sights-track::-webkit-scrollbar { display: none; }
.sights-track.is-dragging { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; }
.sight-card { position: relative; flex: 0 0 clamp(300px, 26vw, 420px); min-height: var(--rail-card-h); padding: 22px; display: flex; flex-direction: column; scroll-snap-align: start;
  border: 1px solid rgba(242, 236, 224, 0.42); border-radius: 24px; color: #000; background: var(--paper); box-shadow: 0 18px 52px rgba(0, 0, 0, 0.45);
  cursor: pointer; text-decoration: none; direction: rtl; text-align: start;
  transition: transform .5s var(--ease), border-color .5s var(--ease), box-shadow .5s var(--ease); }
html[lang="en"] .sight-card { direction: ltr; }
.sight-card:hover, .sight-card:focus-visible { transform: translateY(-8px); border-color: var(--gold); box-shadow: 0 26px 60px rgba(0, 0, 0, 0.55); }
.sight-kicker { display: block; margin-bottom: auto; padding-inline-end: 76px; color: #4a4437; font-size: 12px; font-weight: 500; line-height: 1.3; letter-spacing: .06em; }
html[lang="en"] .sight-kicker { text-transform: uppercase; }
.sight-pin { position: absolute; top: 14px; inset-inline-end: 14px; width: 74px; height: 74px; pointer-events: none; }
.sight-card h3 { margin-top: 18px; color: #000; font-family: var(--f-disp); font-size: 25px; font-weight: 700; line-height: 1.25; }
html[lang="en"] .sight-card h3 { font-family: var(--f-body); font-weight: 800; font-size: 23px; line-height: 1.05; }
.sight-card p { margin-top: 8px; color: #2b2b2b; font-size: 15px; font-weight: 400; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.sights-controls { z-index: 8; inset-inline-start: max(var(--gutter), env(safe-area-inset-left)); top: calc(var(--rail-top) + var(--rail-card-h) + 46px);
  display: flex; gap: 14px; direction: ltr; opacity: var(--sights-controls-opacity); pointer-events: none; will-change: opacity; }
.sights-controls.is-ready { pointer-events: auto; }
.sight-nav { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: var(--velvet); background: rgba(242, 236, 224, 0.94);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35); cursor: pointer; font-size: 20px; transition: background .3s var(--ease); }
.sight-nav:hover { background: var(--gold-hi); }

/* ---------- intro copy (z 9) ---------- */
.intro-copy.is-gone { visibility: hidden; pointer-events: none; }
.intro-copy { z-index: 9; left: 50%; top: calc(var(--title-top) + var(--title-size) + 1.25rem); 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: var(--paper); font-size: 1.15rem; font-weight: 400; line-height: 1.5; text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55); }
.hero-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 24px; }
.hero-tags span { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; color: var(--velvet); border-radius: 999px; background: var(--paper);
  font-size: 0.95rem; font-weight: 500; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3); }

/* ---------- story panels (z 10) ---------- */
.story-panel { z-index: 10; left: 50%; top: 45%; width: min(760px, calc(100vw - 42px)); text-align: center; visibility: hidden; pointer-events: none;
  transform: translate3d(-50%, -50%, 0); will-change: transform, opacity; }
.story-panel.is-shown { visibility: visible; }
.story-panel.is-live { pointer-events: auto; }
.story-panel h2 { margin: 0; color: var(--paper); font-size: 4.6rem; line-height: 1.2; text-shadow: 0 16px 38px var(--shadow); }
html[lang="en"] .story-panel h2 { line-height: 0.95; }
.story-panel p { width: min(520px, 100%); margin: 24px auto 0; color: var(--paper); font-size: 1.1rem; font-weight: 400; line-height: 1.5; text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5); }
.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: 72px; width: min(470px, 100%); margin: 56px auto 0; }
.facts dt { color: var(--gold); font-size: 4rem; line-height: 1; text-shadow: 0 14px 34px var(--shadow); }
.facts dd { margin: 14px 0 0; color: var(--paper); font-size: 1rem; font-weight: 500; line-height: 1.3; text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5); }
.note-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.note-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 26px; border-radius: 999px; color: var(--velvet); background: var(--paper);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3); cursor: pointer; text-decoration: none; font-weight: 500; transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); }
.note-button:hover { background: var(--gold-hi); }
.note-button span:first-child { font-size: 1.2rem; line-height: 1; }
.note-button-ghost { background: transparent; color: var(--paper); border: 1px solid rgba(242, 236, 224, .6); box-shadow: none; }
.note-button-ghost:hover { background: transparent; color: var(--gold-hi); border-color: var(--gold-hi); }

/* ---------- footer ---------- */
.site-footer { position: relative; z-index: 11; background: var(--velvet); border-top: 1px solid rgba(201, 162, 74, 0.28); }
.footer-inner { max-width: 1440px; margin: 0 auto; padding: 36px max(20px, env(safe-area-inset-right)) calc(36px + env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 32px; color: var(--paper-dim); font-size: 0.9rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 4px 28px; }
.footer-links a { color: var(--paper); text-decoration: none; padding: 12px 0; display: inline-flex; align-items: center; min-height: 44px; transition: color .6s var(--ease); }
.footer-links a:hover { color: var(--gold-hi); }
.footer-legal { width: 100%; font-size: 0.8125rem; }

/* ---------- ≤1500 ---------- */
@media (max-width: 1500px) {
  :root { --title-size: 11rem; }
  .story-panel h2 { font-size: 4rem; }
}
/* ---------- ≤1100 (tablet landscape / small laptop) ---------- */
@media (max-width: 1100px) {
  :root { --title-top: clamp(64px, 9vh, 108px); --title-size: 7.5rem; --rail-card-h: 210px; }
  .frame-two-img { width: 92vw; }
  .story-panel h2 { font-size: 3.1rem; }
  .facts { gap: 34px; margin-top: 40px; }
  .facts dt { font-size: 3.1rem; }
  .sight-card { flex-basis: clamp(280px, 42vw, 360px); }
  .site-logo-ckb { display: none; }
  .counter-plate { width: clamp(80px, min(30%, 34vh), 320px); }
}
/* ---------- ≤820 (tablet portrait) — the two-row header is only right on a TALL screen;
   a landscape phone is wide and short, so it keeps the single-row header ---------- */
@media (max-width: 820px) and (min-height: 561px) {
  :root { --title-size: 6rem; --title-top: 152px; --rail-top: clamp(150px, 20vh, 230px); }
  .site-header { grid-template-columns: 1fr auto; gap: 14px; padding-block: 16px; }
  .site-nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; gap: 18px; overflow-x: auto; scrollbar-width: none; }
  .site-nav::-webkit-scrollbar { display: none; }
  .site-nav { -webkit-mask-image: linear-gradient(to left, #000 82%, transparent 100%); mask-image: linear-gradient(to left, #000 82%, transparent 100%); }
  html[dir="ltr"] .site-nav { -webkit-mask-image: linear-gradient(to right, #000 82%, transparent 100%); mask-image: linear-gradient(to right, #000 82%, transparent 100%); }
  .site-nav a { font-size: 16px; white-space: nowrap; }
}
/* ---------- ≤640 (phones) ---------- */
@media (max-width: 640px) {
  :root { --title-top: 150px; --title-size: 3.9rem; --rail-top: clamp(150px, 21vh, 240px); --rail-card-h: 196px; }
  .stage { min-height: 0; }
  .mark-svg { height: 34px; }
  .site-nav a { font-size: 15px; padding-block: 10px; min-height: 40px; }
  .language-switcher { padding: 10px 8px; font-size: 15px; }
  .intro-copy { top: calc(var(--title-top) + var(--title-size) + .85rem); width: min(100%, calc(100vw - 32px)); }
  .intro-copy p { font-size: 1rem; line-height: 1.55; }
  .hero-tags { gap: 8px; margin-top: 18px; }
  .hero-tags span { min-height: 38px; padding: 0 14px; font-size: 0.84rem; }
  .splitframe-img { width: 168vw; bottom: -1vh; }
  .frame-two-img { width: 116vw; }
  .counter-row { width: min(96vw, 560px); gap: 6px; align-items: flex-end; }
  .counter-plate { width: min(31%, 30vh); }
  .counter-plate:hover { transform: translateY(-8px); }
  .sights-track { gap: 12px; padding-bottom: 18px; }
  .sight-card { flex-basis: min(78vw, 320px); padding: 18px; border-radius: 20px; }
  .sight-pin { width: 60px; height: 60px; top: 12px; inset-inline-end: 12px; }
  .sight-kicker { padding-inline-end: 62px; font-size: 12px; }
  .sight-card h3 { margin-top: 14px; font-size: 21px; }
  .sight-card p { font-size: 14px; }
  .sights-controls { top: calc(var(--rail-top) + var(--rail-card-h) + 40px); }
  .sight-nav { width: 48px; height: 48px; }
  .story-panel { top: 44%; width: calc(100vw - 32px); }
  .story-panel-bridge { top: 59%; }
  .story-panel-bazaar { top: 46%; }
  .story-panel h2 { font-size: 2.3rem; line-height: 1.3; }
  .story-panel p { font-size: 1rem; margin-top: 18px; }
  .facts { gap: 16px; margin-top: 28px; width: min(320px, 100%); }
  .facts dt { font-size: 2.3rem; }
  .facts dd { font-size: .9rem; margin-top: 10px; }
  .note-row { gap: 10px; margin-top: 22px; }
  .note-button { min-height: 48px; padding: 0 20px; font-size: .95rem; }
  .footer-inner { justify-content: flex-start; gap: 6px 20px; }
  .footer-links { gap: 2px 20px; }
}
/* ---------- ≤380 (small phones) ---------- */
@media (max-width: 380px) {
  :root { --title-size: 3.2rem; --title-top: 150px; }
  .site-nav { gap: 14px; }
  .sight-card { flex-basis: 82vw; }
  .story-panel h2 { font-size: 2rem; }
  .facts dt { font-size: 2rem; }
  .story-panel-bazaar { top: 51%; }
  .story-panel-bridge { top: 60%; }
  .note-row { flex-direction: column; align-items: stretch; }
}
/* ---------- short windows (laptop split-screen, landscape phones) ---------- */
@media (max-height: 800px) and (min-width: 641px) {
  :root { --title-top: 96px; --rail-top: 100px; --rail-card-h: 178px; }
  .sight-card { padding: 18px; }
  .sight-card h3 { margin-top: 12px; font-size: 22px; }
  .sight-card p { font-size: 14px; }
  .sight-pin { width: 62px; height: 62px; }
  .sight-kicker { padding-inline-end: 66px; }
  .counter-plate { width: clamp(80px, min(30%, 30vh), 340px); }
  .sights-controls { top: calc(var(--rail-top) + var(--rail-card-h) + 34px); }
}
/* landscape phones: ~375px of height for the whole film, so everything compresses and the
   rail arrows go away — swipe and drag still work, and the arrows would land on the plates */
@media (max-height: 560px) and (min-width: 481px) {
  :root { --title-size: 3.4rem; --title-top: 108px; --rail-top: 108px; --rail-card-h: 120px; }
  /* a sticky stage taller than the window cannot stick, and every % anchor inside it overflows */
  .stage { min-height: 0; }
  .intro-copy { top: calc(var(--title-top) + var(--title-size) + .6rem); }
  .intro-copy p { font-size: .95rem; line-height: 1.45; }
  .hero-tags { display: none; }
  .sight-card { min-height: 120px; padding: 14px; }
  .sight-card h3 { margin-top: 8px; font-size: 19px; }
  .sight-card p { font-size: 13px; -webkit-line-clamp: 1; }
  .sight-pin { width: 48px; height: 48px; top: 10px; inset-inline-end: 10px; }
  .sight-kicker { padding-inline-end: 52px; }
  .sights-controls { display: none; }
  .counter-plate { width: clamp(64px, min(18%, 24vh), 200px); }
  .story-panel { width: min(620px, calc(100vw - 42px)); }
  .story-panel h2 { font-size: 1.85rem; line-height: 1.25; }
  .story-panel p { font-size: .95rem; margin-top: 12px; }
  .story-panel-bridge { top: 58%; }
  .story-panel-bazaar { top: 55%; }
  .facts { margin-top: 18px; gap: 22px; }
  .facts dt { font-size: 1.9rem; }
  .facts dd { margin-top: 6px; font-size: .85rem; }
  .note-row { margin-top: 16px; }
  .note-button { min-height: 42px; padding: 0 18px; font-size: .9rem; }
}
/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scene-img, .back-stack, .hero-title, .intro-copy, .story-panel, .sights-slider, .counter-plate, .sight-card { transition: none; }
  .sights-track { scroll-behavior: auto; }
}
