: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: 196, 138, 74;               /* warm caramel shade, NOT blue */
  --title-y: 0px; --title-scale: 1; --title-opacity: 1;
  --cup-x: -50%; --cup-y: 0px; --cup-bottom: 5vh;
  --cup-width: 67.2vw; --cup-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: #1a120b; --paper: #f5e9d7; --shadow: rgba(0, 0, 0, 0.32);
  font-family: Inter, Satoshi, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--paper);
  background: #120c07;
  letter-spacing: 0;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; background: #120c07; }
body { min-height: 100%; margin: 0; overflow-x: clip; background: #120c07; }
button { border: 0; font: inherit; }
.site-shell { min-height: 100vh; }

/* ---------- scroll rig ---------- */
.cinema-scroll { position: relative; height: calc(100vh + 3000px); }
.stage {
  position: sticky; top: 0; height: 100vh; min-height: 620px;
  overflow: hidden; isolation: isolate; background: #caa06b;
}

.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: #d9ab74; }

/* ---------- header ---------- */
.site-header {
  top: 0; left: 0; right: 0; z-index: 10;
  display: grid; grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  align-items: center; gap: 32px; padding: 32px;
  color: rgba(245, 233, 215, 0.86); pointer-events: auto;
}
.site-logo {
  justify-self: start; font-family: "Fraunces", Georgia, serif;
  font-size: 24px; line-height: 1; font-weight: 500;
  color: rgba(245, 233, 215, 0.92); text-decoration: none; white-space: nowrap;
}
.site-nav { display: flex; justify-content: center; gap: clamp(24px, 2.2vw, 44px); }
.site-nav a, .language-switcher {
  color: rgba(245, 233, 215, 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; }
.language-switcher {
  justify-self: end; display: inline-flex; align-items: center; gap: 5px;
  padding: 0; background: transparent; font-size: 16px; cursor: pointer;
}

/* ---------- scene images ---------- */
.scene-img {
  display: block; user-select: none; -webkit-user-drag: none;
  will-change: transform, opacity, filter; pointer-events: none;
}
.sky-img {
  inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover;
  transform: none; filter: blur(var(--blur-px)) brightness(var(--back-brightness)); transition: filter 0.4s ease;
}

.back-stack {
  top: 0; bottom: 0; left: -3vw; right: -3vw; z-index: 1;
  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)); transition: filter 0.4s ease;
}
.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)); transition: filter 0.4s ease;
  transform: translate3d(-50%, var(--bazaar-y), 0) scale(0.86);
}
.back-four {
  z-index: 1; opacity: 0.28; mix-blend-mode: screen;
  transform: translate3d(-50%, calc(var(--four-y) - 110px), 0) scale(var(--four-scale));
}

/* dust motes inside the warm glow layer */
.dust { position: absolute; inset: 0; z-index: 2; pointer-events: none; mix-blend-mode: screen; }
.dust i {
  position: absolute; border-radius: 50%;
  background: rgba(255, 205, 140, 0.85); filter: blur(1px);
  animation: dust-float linear infinite; opacity: 0;
}
@keyframes dust-float {
  0%   { transform: translate3d(0, 6vh, 0); opacity: 0; }
  15%  { opacity: 0.75; }
  70%  { opacity: 0.4; }
  100% { transform: translate3d(var(--dx, 30px), -46vh, 0); opacity: 0; }
}

/* ---------- menu slider ---------- */
.sights-slider {
  left: 0; right: 0; z-index: 2; 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; }

.sight-card {
  position: relative; flex: 0 0 clamp(360px, 19.4vw, 430px); height: 220px;
  padding: 24px; overflow: hidden;
  border: 1px solid rgba(245, 233, 215, 0.42); border-radius: 24px;
  color: #1a120b; background: #f5e9d7;
  box-shadow: 0 18px 52px rgba(64, 32, 8, 0.12);
  backdrop-filter: none; cursor: pointer; pointer-events: auto; user-select: none;
}
.sight-card::before, .sight-card::after { content: none; }
.sight-kicker, .sight-card h3, .sight-card p { text-shadow: none; position: relative; z-index: 1; }
.sight-card:focus-visible, .sight-card.is-active { outline: none; }
.sight-card.is-active { border-color: rgba(26, 18, 11, 0.55); }

.sight-kicker {
  display: block; margin-bottom: 56px; color: #1a120b !important;
  font-size: 12px; font-weight: 500; line-height: 1.05; text-transform: uppercase;
}
.sight-pin { position: absolute; top: 24px; right: 24px; width: 64px; height: 64px; pointer-events: none;
  object-fit: cover; border-radius: 12px; background: #fff8ec;
  border: 1px solid rgba(26, 18, 11, 0.14); box-shadow: 0 6px 16px rgba(64, 32, 8, 0.10); }
.sight-card h3 {
  position: absolute; left: 24px; right: 24px;
  bottom: calc(24px + (16px * 1.16 * 2) + 12px);
  max-width: calc(100% - 76px); margin: 0; color: #1a120b !important;
  font-size: 24px; font-weight: 800; line-height: 0.95;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.sight-card p {
  position: absolute; left: 24px; right: 24px; bottom: 24px;
  max-width: 100%; margin: 12px 0 0; color: #1a120b !important;
  font-size: 16px; font-weight: 400; line-height: 1.16;
  display: -webkit-box; max-height: calc(2em * 1.16);
  overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
}

.sights-controls {
  left: 48px; right: auto; z-index: 5;
  top: calc(var(--sights-screen-top) + 220px + 16px);
  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; align-items: center; justify-content: center;
  border-radius: 999px; color: #1a120b; background: rgba(245, 233, 215, 0.94);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2); cursor: pointer;
}

/* ---------- hero title ---------- */
.hero-title {
  left: 50%; top: clamp(122px, 19vh, 205px); z-index: 3;
  width: min(94vw, 1780px); margin: 0; color: #f5e9d7;
  font-family: "Fraunces", Georgia, serif; font-size: 11rem; font-weight: 500;
  line-height: 0.82; 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;
  pointer-events: none;
}

/* ---------- cup / splitframes / frame two ---------- */
.cup-img {
  left: 50%; bottom: var(--cup-bottom); z-index: 4;
  width: min(var(--cup-width), 2140px); height: auto;
  transform: translate3d(var(--cup-x), var(--cup-y), 0) scale(var(--cup-scale));
  transform-origin: 50% 48%;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.35));
}
.splitframe-img {
  left: 50%; bottom: -2vh; z-index: 6;
  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 {
  filter: none !important; backdrop-filter: none;
  left: 50%; top: 50%; z-index: 5;
  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%;
}

/* steam wisps over the hero cup — soft white plumes, not lines */
.steam {
  position: absolute; left: 50%; bottom: calc(var(--cup-bottom) + 30vw);
  z-index: 5; width: 200px; height: 320px; margin-left: -100px;
  pointer-events: none; opacity: var(--title-opacity);
}
.steam .wisp {
  position: absolute; bottom: 0; left: 50%;
  width: 46px; height: 150px; border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(245, 233, 215, 0.85), rgba(245, 233, 215, 0) 72%);
  filter: blur(9px); opacity: 0; will-change: transform, opacity;
  animation: steam-wisp 6s ease-in-out infinite;
}
.steam .w1 { margin-left: -34px; animation-delay: 0s; }
.steam .w2 { margin-left: -8px; width: 56px; height: 180px; filter: blur(11px); animation-delay: 2s; }
.steam .w3 { margin-left: 14px; width: 40px; height: 130px; filter: blur(7px); animation-delay: 4s; }
@keyframes steam-wisp {
  0%   { transform: translate3d(0, 0, 0) scale(0.85); opacity: 0; }
  30%  { opacity: 0.5; }
  55%  { transform: translate3d(10px, -70px, 0) scale(1.05); opacity: 0.42; }
  100% { transform: translate3d(-8px, -120px, 0) scale(1.2); opacity: 0; }
}

/* ---------- warm shade ---------- */
.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 ---------- */
.intro-copy {
  left: 50%; bottom: clamp(56px, 28vh, 400px); z-index: 9;
  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;
  pointer-events: none;
}
.intro-copy::before {
  content: ""; position: absolute; inset: -90px -110px; z-index: -1;
  background: radial-gradient(60% 66% at 50% 52%, rgba(26, 18, 11, 0.72), rgba(26, 18, 11, 0) 74%);
  pointer-events: none;
}
.intro-copy p {
  margin: 0 auto; max-width: 560px; color: #f5e9d7;
  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; gap: 10px; margin-top: 26px; }
.hero-tags span {
  min-height: 42px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 25px; color: var(--ink); border-radius: 999px; background: #f5e9d7;
  font-size: 0.98rem; font-weight: 500; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

/* ---------- story panels ---------- */
.story-panel {
  left: 50%; top: 45%; z-index: 10;
  width: min(760px, calc(100vw - 42px)); text-align: center; pointer-events: none;
  transform: translate3d(-50%, -50%, 0); will-change: transform, opacity;
}
.story-panel::before {
  content: ""; position: absolute; inset: -90px -70px; z-index: -1;
  background: radial-gradient(55% 60% at 50% 50%, rgba(26, 18, 11, 0.35), rgba(26, 18, 11, 0) 75%);
  filter: blur(40px); pointer-events: none;
}
.story-panel h2 {
  margin: 0; color: #f5e9d7; font-family: "Fraunces", Georgia, 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: #f5e9d7;
  font-size: 1.14rem; font-weight: 500; line-height: 1.18;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}
.story-panel-craft {
  top: 60%; opacity: var(--panel2-opacity);
  transform: translate3d(-50%, var(--panel2-y), 0);
}
.story-panel-bay {
  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: #f5e9d7; font-family: "Fraunces", Georgia, 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: #f5e9d7; 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; align-items: center; justify-content: center; gap: 12px;
  padding: 0 28px; border-radius: 999px; color: var(--ink); background: #f5e9d7;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18); pointer-events: auto; cursor: pointer;
}
.note-button span:first-child { font-size: 1.25rem; line-height: 1; }

/* ---------- film grain ---------- */
.grain {
  position: absolute; inset: -100px; z-index: 30; pointer-events: none; opacity: 0.06; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 8s steps(10) infinite;
}
@keyframes grain {
  0%, 100% { transform: translate(0, 0); }
  10% { transform: translate(-40px, -30px); }
  20% { transform: translate(30px, -50px); }
  30% { transform: translate(-50px, 20px); }
  40% { transform: translate(20px, 40px); }
  50% { transform: translate(-30px, 60px); }
  60% { transform: translate(50px, 10px); }
  70% { transform: translate(-20px, -40px); }
  80% { transform: translate(40px, 30px); }
  90% { transform: translate(-60px, -10px); }
}

/* ---------- footer ---------- */
.site-footer {
  position: relative; z-index: 2;
  background: #120c07; border-top: 1px solid rgba(245, 233, 215, 0.12);
  padding: 72px 32px 34px;
}
.foot-grid {
  max-width: 1180px; margin: 0 auto; display: grid;
  grid-template-columns: 2fr 1fr 1fr; gap: 40px;
  padding-bottom: 40px; border-bottom: 1px solid rgba(245, 233, 215, 0.12);
}
.fbrand {
  font-family: "Fraunces", Georgia, serif; font-size: 30px;
  font-weight: 500; color: #f5e9d7; margin-bottom: 14px;
}
.fbrand em { font-style: italic; color: #d9a45b; }
.foot-brand p { max-width: 380px; margin: 0; color: rgba(245, 233, 215, 0.62); font-size: 14px; line-height: 1.8; }
.foot-col h4 {
  margin: 0 0 16px; color: #a97c46; font-size: 11px; font-weight: 700;
  letter-spacing: 0.28em; text-transform: uppercase;
}
.foot-col p { margin: 0; color: rgba(245, 233, 215, 0.62); font-size: 13.5px; line-height: 2; }
.foot-col a {
  display: block; color: rgba(245, 233, 215, 0.62); font-size: 13.5px;
  line-height: 2; text-decoration: none; transition: color 0.3s;
}
.foot-col a:hover { color: #d9a45b; }
.foot-base {
  max-width: 1180px; margin: 0 auto; padding-top: 24px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  color: rgba(245, 233, 215, 0.45); font-size: 12px; letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .site-footer { padding: 56px 24px 28px; }
}

/* ---------- media queries ---------- */
@media (max-width: 1500px) {
  .hero-title { font-size: 9rem; }
  .story-panel h2 { font-size: 4.1rem; }
}

@media (max-width: 1100px) {
  .hero-title { top: 15vh; font-size: 6.5rem; }
  .cup-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(320px, 40vw, 390px); min-height: 178px; }
}

@media (max-width: 640px) {
  .stage { min-height: 640px; }
  .site-header { grid-template-columns: 1fr auto; gap: 18px; padding: 24px; }
  .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; }
  .hero-title { top: 16vh; font-size: 3.4rem; }
  .cup-img { bottom: 2vh; width: 190vw; }
  .frame-two-img { width: 176vw; }
  .intro-copy { bottom: 42px; }
  .intro-copy p, .story-panel p { font-size: 1rem; }
  .hero-tags { gap: 8px; }
  .hero-tags span { min-height: 38px; padding: 0 16px; font-size: 0.88rem; }
  .story-panel { top: 42%; }
  .story-panel-bay { top: 26%; }
  .story-panel h2 { font-size: 2.45rem; }
  .facts { gap: 18px; margin-top: 34px; }
  .facts dt { font-size: 2.5rem; }
  .sights-slider { padding: 0; }
  .sights-track { gap: 12px; transform: translate3d(calc(var(--sights-shift) - 18vw), 0, 0); }
  .sight-card { flex-basis: min(82vw, 330px); height: 220px; padding: 24px; border-radius: 24px; }
  .sights-controls { top: calc(var(--sights-screen-top) + 236px); }
  .sight-card h3 { max-width: 78%; }
  .sight-card p { max-width: 100%; margin-top: 10px; }
  .sight-kicker { margin-bottom: 56px; }
  .sight-pin { top: 24px; right: 24px; width: 56px; height: 56px; }
  .steam { width: 130px; height: 220px; margin-left: -65px; bottom: calc(var(--cup-bottom) + 88vw); }
}

@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; }
}
