/** Shopify CDN: Minification failed

Line 756:3 Unexpected "4"

**/
/* ============================================================
   Tokens — Travel & Draw, with the brief's #0A0A0A dark-section override
   ============================================================ */
:root {
  --ink:          39  39  39;
  --ink-pure:     17  17  17;
  --paper:        255 255 255;
  --paper-warm:   245 240 235;
  --paper-warm-2: 240 236 231;
  --paper-cool:   242 242 242;
  --accent:       31  38  51;

  --fg1: rgb(var(--ink));
  --fg2: rgb(var(--ink) / 0.7);
  --fg3: rgb(var(--ink) / 0.5);
  --fg4: rgb(var(--ink) / 0.3);
  --fg-on-dark:   rgb(var(--paper) / 0.96);
  --fg-on-dark-2: rgb(var(--paper) / 0.65);

  --bg1: rgb(var(--paper));
  --bg2: rgb(var(--paper-warm));
  --bg3: rgb(var(--paper-cool));
  --bg-ink: rgb(var(--accent));
  --bg-dark: #0A0A0A;
  --bg-dark-text: #F5F5F0;

  --border: rgb(var(--ink) / 0.12);
  --border-strong: rgb(var(--ink) / 0.24);
  --border-on-dark: rgb(255 255 255 / 0.14);
  --stamp-ink: #8C2018;

  --serif-display: 'Playfair', 'Cormorant Garamond', Georgia, serif;
  --sans-body:     'Libre Franklin', 'Helvetica Neue', Arial, sans-serif;
  --mono:          'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  --hand:          'Caveat', 'Bradley Hand', cursive;

  --fs-hero: clamp(40px, 7.5vw, 96px);
  --fs-h1:   clamp(34px, 5.2vw, 60px);
  --fs-h2:   clamp(28px, 3.8vw, 44px);
  --fs-h3:   clamp(22px, 2.4vw, 30px);
  --fs-body: 1rem;
  --fs-lead: 1.125rem;
  --fs-sm:   0.875rem;
  --fs-xs:   0.75rem;
  --fs-eyebrow: 0.6875rem;

  --sp-2: .5rem; --sp-3: .75rem; --sp-4: 1rem; --sp-5: 1.25rem;
  --sp-6: 1.5rem; --sp-8: 2rem; --sp-10: 2.5rem; --sp-12: 3rem;
  --sp-16: 4rem; --sp-20: 5rem; --sp-24: 6rem;

  --r-xs: .25rem; --r-sm: .5rem; --r: .625rem; --r-pill: 3.75rem;

  --shadow-sm:    0 2px 8px rgb(var(--ink) / 0.08);
  --shadow:       0 5px 15px rgb(var(--ink) / 0.10);
  --shadow-md:    0 5px 30px rgb(var(--ink) / 0.10);
  --shadow-block: 0 18px 50px rgb(var(--ink) / 0.10);

  --container:        1320px;
  --container-narrow: 1080px;
  --container-text:   650px;

  --t-fast: 150ms ease;
  --t: 250ms ease;
  --t-slow: 400ms ease;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ============================================================
   Base
   ============================================================ */
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans-body);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--fg1);
  background: var(--bg1);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }

h1,h2,h3,h4 { font-family: var(--serif-display); font-weight: 400; letter-spacing: 0; line-height: 1.08; margin: 0; color: var(--fg1); }
p { margin: 0; text-wrap: pretty; }

.eyebrow {
  font-family: var(--sans-body);
  font-size: var(--fs-eyebrow);
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--fg2);
  margin: 0;
}
.eyebrow--light { color: rgb(255 255 255 / 0.7); }

.field-note {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg3);
}
.field-note--light { color: rgb(255 255 255 / 0.55); }

/* Story section field notes styled as paper notelets */
.story__text .field-note {
  display: block;
  font-family: var(--hand);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #3a3020;
  background: #fdf8ed;
  border: 1px solid #e8dfc8;
  padding: 14px 18px 12px;
  border-radius: 2px;
  box-shadow: 1px 2px 8px rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.03);
  transform: rotate(-1.2deg);
  margin-bottom: var(--sp-6);
  position: relative;
  line-height: 1.4;
  max-width: 260px;
}
.story__text .field-note .fn-meta {
  display: block;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a8a6a;
  margin-bottom: 6px;
}
.story__text .field-note::before {
  content: "";
  position: absolute;
  top: -6px; left: 50%; transform: translateX(-50%);
  width: 32px; height: 11px;
  background: rgba(220,210,180,0.75);
  border-radius: 1px;
}
.story__row:nth-child(even) .story__text .field-note {
  transform: rotate(1.0deg);
}

.handwritten { font-family: var(--hand); font-weight: 400; font-size: 1.45rem; line-height: 1.1; }
.marginalia {
  font-family: var(--hand);
  font-size: 1.35rem;
  color: var(--fg2);
  transform: rotate(-2deg);
  display: inline-block;
  line-height: 1.05;
}

.stamp {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stamp-ink);
  border: 1.5px solid currentColor;
  padding: 5px 10px;
  transform: rotate(-3deg);
}
.stamp--light { color: rgb(255 255 255 / 0.7); }

/* ============================================================
   Reveal on scroll utility
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 100ms; }
.reveal[data-delay="2"] { transition-delay: 200ms; }
.reveal[data-delay="3"] { transition-delay: 300ms; }
.reveal[data-delay="4"] { transition-delay: 400ms; }
.reveal[data-delay="5"] { transition-delay: 500ms; }
.reveal[data-delay="6"] { transition-delay: 600ms; }

/* ============================================================
   Sticky header
   ============================================================ */
.site-header {
  position: fixed; inset: 0 0 auto 0;
  z-index: 100;
  background: rgb(255 255 255 / 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transform: translateY(-100%);
  transition: transform 320ms var(--ease-out), border-color 320ms var(--ease-out);
}
.site-header.is-visible { transform: none; border-bottom-color: var(--border); }
.site-header__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px var(--sp-6);
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--sp-6);
}
.brand-mark {
  font-family: var(--serif-display);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--fg1);
  display: inline-flex; align-items: baseline; gap: 8px;
}
.brand-mark::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--fg1); display: inline-block; transform: translateY(-1px);
}
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans-body);
  font-size: var(--fs-sm);
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 11px 22px;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  background: var(--fg1);
  color: var(--bg1);
  text-decoration: none;
  cursor: pointer;
  transition: opacity var(--t-fast);
}
.btn:hover { opacity: 0.85; }
.btn--ghost {
  background: transparent; color: var(--fg1); border-color: var(--border-strong);
}
.btn--ghost:hover { background: rgb(var(--ink) / 0.04); opacity: 1; }
.btn--light {
  background: var(--bg-dark-text); color: var(--bg-dark);
}
.btn--lg { padding: 18px 36px; font-size: 1rem; letter-spacing: 0.01em; }

/* ============================================================
   1 — HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #0A0A0A;
  color: var(--bg-dark-text);
  display: flex; flex-direction: column; justify-content: flex-end;
}
.hero__bg {
  position: absolute; inset: -8% 0 -8% 0;
  background-image: url("https://www.heinerradau.de/cdn/shop/files/bens_screen_4.jpg");
  background-size: cover;
  background-position: center 35%;
  will-change: transform;
  z-index: 0;
}
.hero__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.10) 30%, rgba(0,0,0,0.15) 55%, rgba(0,0,0,0.75) 100%);
  z-index: 1;
}
.hero__noise {
  position: absolute; inset: 0; pointer-events: none; z-index: 2; opacity: 0.18;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay;
}
.hero__top {
  position: relative; z-index: 3;
  max-width: var(--container); width: 100%;
  margin: 0 auto;
  padding: 28px var(--sp-6) 0;
  display: flex; justify-content: space-between; align-items: center;
  color: rgb(255 255 255 / 0.85);
}
.hero__top .brand-mark { color: rgb(255 255 255 / 0.95); }
.hero__top .brand-mark::before { background: rgb(255 255 255 / 0.95); }
.hero__meta {
  display: flex; gap: var(--sp-6); align-items: center;
}
.hero__content {
  position: relative; z-index: 3;
  max-width: var(--container); width: 100%;
  margin: 0 auto;
  padding: 0 var(--sp-6) clamp(80px, 12vh, 140px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: var(--sp-12);
}
.hero__copy { max-width: 900px; }
.hero__eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.7);
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: var(--sp-8);
}
.hero__eyebrow::before {
  content: ""; width: 36px; height: 1px; background: rgb(255 255 255 / 0.5);
}
.hero h1 {
  font-size: var(--fs-hero);
  font-weight: 400;
  color: var(--bg-dark-text);
  line-height: 0.98;
  letter-spacing: -0.01em;
}
.hero h1 .ln { display: block; overflow: hidden; }
.hero h1 .ln > span {
  display: inline-block;
  transform: translateY(110%);
  animation: heroLineUp 1100ms var(--ease-out) forwards;
}
.hero h1 .ln:nth-child(1) > span { animation-delay: 150ms; }
.hero h1 .ln:nth-child(2) > span { animation-delay: 280ms; }
.hero h1 .ln:nth-child(3) > span { animation-delay: 410ms; }
@keyframes heroLineUp { to { transform: translateY(0); } }

.hero__sub {
  margin-top: var(--sp-8);
  max-width: 540px;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.5;
  font-weight: 300;
  color: rgb(255 255 255 / 0.85);
  opacity: 0;
  transform: translateY(20px);
  animation: heroFade 900ms var(--ease-out) 700ms forwards;
}
@keyframes heroFade { to { opacity: 1; transform: none; } }

.hero__side {
  align-self: end;
  display: flex; flex-direction: column; align-items: flex-end; gap: var(--sp-6);
  opacity: 0;
  animation: heroFade 900ms var(--ease-out) 900ms forwards;
}
.hero__stamp {
  border-color: rgb(255 255 255 / 0.55);
  color: rgb(255 255 255 / 0.85);
  background: rgb(0 0 0 / 0.15);
}

.hero__scroll {
  position: absolute; left: 50%; bottom: 36px; transform: translateX(-50%);
  z-index: 4;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex; flex-direction: column; align-items: center; gap: 14px;
  opacity: 0; animation: heroFade 900ms var(--ease-out) 1200ms forwards;
  text-shadow: 0 1px 8px rgba(0,0,0,0.8);
}
.hero__scroll-arrow {
  width: 44px; height: 44px;
  border: 2px solid rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(4px);
  animation: scrollBounce 2200ms ease-in-out infinite;
}
.hero__scroll-arrow svg {
  width: 18px; height: 18px;
  stroke: #ffffff; fill: none; stroke-width: 2.5;
}
@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ============================================================
   2 — STORY
   ============================================================ */
.story {
  background: var(--bg1);
  padding: clamp(80px, 12vh, 160px) 0;
}
.story__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--sp-6);
}
.story__head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: var(--sp-12);
  align-items: end;
  margin-bottom: var(--sp-20);
}
.story__head h2 {
  font-size: var(--fs-h1);
  letter-spacing: -0.01em;
  max-width: 760px;
}
.story__head .eyebrow { padding-top: 8px; }

.story__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
  margin-bottom: clamp(80px, 10vh, 140px);
}
.story__row:last-child { margin-bottom: 0; }
.story__row--reverse .story__media { order: -1; }

/* Large note card — equal partner to the photo */
.story__note {
  position: relative;
}
.story__note-inner {
  background: #fdf8ed;
  border: 1px solid #e0d5be;
  box-shadow: 2px 4px 16px rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.03);
  transform: rotate(-0.8deg);
  padding: clamp(28px, 4vw, 52px);
  height: 100%;
  min-height: 340px;
  display: flex; flex-direction: column; justify-content: center;
  gap: var(--sp-5);
  position: relative;
}
.story__row--reverse .story__note-inner {
  transform: rotate(0.6deg);
}
.story__note-inner::before {
  content: "";
  position: absolute;
  top: -8px; left: 50%; transform: translateX(-50%);
  width: 48px; height: 14px;
  background: rgba(210,198,165,0.8);
  border-radius: 2px;
}
.story__note-meta {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9a8a6a;
}
.story__note-hand {
  font-family: var(--hand);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 700;
  color: #2a2010;
  line-height: 1.15;
  margin: 0;
}
.story__note-body {
  font-family: var(--sans-body);
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  color: #4a3f2a;
  line-height: 1.6;
  margin: 0;
}
.story__note-italic {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  color: #6a5a3a;
  line-height: 1.4;
  margin: 0;
  padding-top: var(--sp-4);
  border-top: 1px solid #e0d5be;
}

.story__text {
  max-width: 480px;
}
.story__text p {
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.55;
  color: var(--fg1);
}
.story__text p + p { margin-top: 1.1em; }
.story__text .field-note { margin-bottom: var(--sp-6); display: block; }

.story__media {
  position: relative;
  overflow: visible;
}
.story__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transform: scale(0.96);
  transition: transform 1200ms var(--ease-out);
  filter: saturate(0.95);
}
.reveal.is-in .story__media img { transform: scale(1); }
.story__media--landscape img { aspect-ratio: 5 / 4; }

.media-caption {
  position: absolute;
  left: 16px; bottom: 16px;
  background: rgb(255 255 255 / 0.96);
  padding: 8px 12px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg1);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 250ms var(--ease-out), transform 250ms var(--ease-out);
  pointer-events: none;
}
.story__media:hover .media-caption { opacity: 1; transform: none; }

.story__row--break-left .story__media { margin-left: -8%; }
.story__row--break-right .story__media { margin-right: -8%; }

.story__row .marginalia {
  position: absolute; right: -10px; top: -34px;
  color: var(--fg3);
}

/* ============================================================
   3 — ART MAP INTRO (artwork bg, hotspot explainer)
   ============================================================ */
.intro {
  position: relative;
  color: var(--bg-dark-text);
  min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.intro__bg {
  position: absolute; inset: 0; z-index: 0;
  opacity: 0;
  transition: opacity 900ms ease;
}
.intro__bg.is-active { opacity: 1; }
.intro__bg img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  filter: grayscale(20%) brightness(0.42);
}
.intro__bg-overlay {
  position: absolute; inset: 0;
  background: rgba(6,6,6,0.52);
}
.skip-btn {
  position: absolute; top: 28px; right: var(--sp-6); z-index: 10;
  background: transparent; border: 1px solid rgb(255 255 255 / 0.22);
  color: rgb(255 255 255 / 0.7);
  padding: 8px 16px; border-radius: var(--r-pill);
  font-family: var(--sans-body); font-size: 12px; letter-spacing: 0.06em;
  cursor: pointer; transition: all var(--t);
}
.skip-btn:hover { color: var(--bg-dark-text); border-color: rgb(255 255 255 / 0.5); }
.intro__head {
  position: relative; z-index: 2;
  max-width: var(--container); margin: 0 auto;
  padding: clamp(60px, 8vh, 100px) var(--sp-6) 0;
  text-align: center;
}
.intro__head h2 {
  font-size: clamp(40px, 6vw, 78px);
  color: var(--bg-dark-text);
  letter-spacing: -0.01em; margin-top: var(--sp-6);
}
.intro__stage {
  position: relative; z-index: 2;
  flex: 1; display: flex; align-items: center; justify-content: center;
  padding: var(--sp-10) var(--sp-6);
}
.intro__steps {
  position: relative; width: 100%; max-width: 760px;
  min-height: 420px;
  display: flex; align-items: center; justify-content: center;
}
.step {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: var(--sp-6); text-align: center;
  opacity: 0; transform: translateY(20px);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
  pointer-events: none;
}
.step.is-active { opacity: 1; transform: none; pointer-events: auto; }
.intro__hotspot-demo {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  gap: 32px; height: 80px;
}
.hdemo {
  width: 24px; height: 24px; border-radius: 50%;
  opacity: 0.3; transition: opacity 500ms, transform 500ms;
  position: relative;
}
.hdemo.is-active-dot { opacity: 1; transform: scale(1.4); }
.hdemo--red    { background: #e8392a; box-shadow: 0 0 0 5px rgba(232,57,42,0.22); }
.hdemo--yellow { background: #f0b429; box-shadow: 0 0 0 5px rgba(240,180,41,0.22); }
.hdemo--blue   { background: #2b8be8; box-shadow: 0 0 0 5px rgba(43,139,232,0.22); }
.hdemo.is-pulse::after {
  content: ; position: absolute; inset: -6px;
  border-radius: 50%; border: 2px solid currentColor;
  animation: dotPulse 1.8s ease-out infinite;
}
.hdemo--red.is-pulse::after    { border-color: #e8392a; }
.hdemo--yellow.is-pulse::after { border-color: #f0b429; }
.hdemo--blue.is-pulse::after   { border-color: #2b8be8; }
@keyframes dotPulse {
  0%   { transform: scale(1);   opacity: 0.9; }
  100% { transform: scale(2.6); opacity: 0;   }
}
.hdemo__click-hint {
  position: absolute; bottom: -28px; left: 50%; transform: translateX(-50%);
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgb(255 255 255 / 0.5); white-space: nowrap;
  animation: hintBlink 2s ease-in-out infinite;
}
@keyframes hintBlink { 0%,100% { opacity:0.5; } 50% { opacity:1; } }
/* Screenshot-based steps */
.step__screenshot {
  position: relative;
  width: 100%;
  max-width: 720px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
}
.step__screenshot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.step__annotation {
  position: absolute;
  background: rgba(255,255,255,0.92);
  color: #111;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  pointer-events: none;
  white-space: nowrap;
}
.step__text {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.35;
  color: var(--bg-dark-text);
  max-width: 600px;
  text-align: center;
  margin-top: 0;
}
.step__text strong { font-style: normal; font-weight: 700; }
.hotspot-label {
  font-family: var(--sans-body); font-style: normal;
  font-size: 0.75em; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  display: inline-block;
}
.hotspot-label--red    { color: #ff6b5a; }
.hotspot-label--yellow { color: #f5cc5a; }
.hotspot-label--blue   { color: #5aadff; }

/* Animated color dots per step */
.step__dots {
  display: flex; gap: 20px; align-items: center; justify-content: center;
  margin-bottom: 12px;
}
.sdot {
  width: 28px; height: 28px; border-radius: 50%;
  position: relative; display: inline-block;
  flex-shrink: 0;
}
.sdot--red    { background: #e8392a; box-shadow: 0 0 0 5px rgba(232,57,42,0.25); }
.sdot--yellow { background: #f0b429; box-shadow: 0 0 0 5px rgba(240,180,41,0.25); }
.sdot--blue   { background: #2b8be8; box-shadow: 0 0 0 5px rgba(43,139,232,0.25); }
.sdot--green  { background: #4caf50; box-shadow: 0 0 0 5px rgba(76,175,80,0.25); }
.sdot--pulse::after {
  content: "";
  position: absolute; inset: -6px;
  border-radius: 50%;
  animation: sdotPulse 1.6s ease-out infinite;
}
.sdot--red.sdot--pulse::after    { border: 2px solid #e8392a; }
.sdot--yellow.sdot--pulse::after { border: 2px solid #f0b429; }
.sdot--blue.sdot--pulse::after   { border: 2px solid #2b8be8; }
@keyframes sdotPulse {
  0%   { transform: scale(1);   opacity: 0.9; }
  100% { transform: scale(2.8); opacity: 0; }
}
.intro__progress {
  position: relative; z-index: 2;
  display: flex; justify-content: center; align-items: center; gap: 14px;
  padding: 20px 0;
}
.intro__progress span {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.35);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 300ms, width 300ms, height 300ms;
  outline: 8px solid transparent;
  box-sizing: content-box;
}
.intro__progress span:hover { background: rgb(255 255 255 / 0.65); }
.intro__progress span.is-done { background: rgb(255 255 255 / 0.55); }
.intro__progress span.is-active {
  width: 12px; height: 12px;
  background: rgb(255 255 255 / 0.95);
}
.intro__outro {
  position: relative; z-index: 2;
  max-width: var(--container); margin: 0 auto;
  padding: 0 var(--sp-6) clamp(60px, 9vh, 100px);
  text-align: center; opacity: 0;
  transition: opacity 800ms var(--ease-out);
}
.intro__outro.is-revealed { opacity: 1; }
.intro__cta {
  background: var(--bg-dark-text); color: var(--bg-dark);
  padding: 18px 36px; border-radius: var(--r-pill);
  font-size: 1rem; letter-spacing: 0.02em;
  display: inline-flex; align-items: center; gap: 12px;
  text-decoration: none; transition: opacity var(--t-fast);
  border: none; cursor: pointer; font-family: var(--sans-body);
}
.intro__cta:hover { opacity: 0.85; }
.intro__cta .arrow { transition: transform var(--t); }
.intro__cta:hover .arrow { transform: translateY(3px); }

   4 — MAP LIVE PREVIEW + OVERLAY
   ============================================================ */
.map {
  background: var(--bg1);
  padding: clamp(80px, 12vh, 140px) 0;
}
.map__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 var(--sp-6);
}
.map__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: var(--sp-8);
  margin-bottom: var(--sp-8);
}
.map__head h2 {
  font-size: clamp(28px, 3vw, 40px);
  max-width: 620px;
  margin-top: var(--sp-3);
}
.map__hint {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg3);
  display: flex; align-items: center; gap: 10px;
}
.map__hint::before {
  content: ""; width: 22px; height: 1px; background: var(--border-strong);
}
.map__frame-wrap {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-block);
  background: #f5f5f5;
}
.map__frame {
  display: block;
  width: 100%;
  height: 700px;
  border: 0;
}
.map__corner {
  position: absolute;
  top: 16px; right: 16px;
  z-index: 5;
  display: flex; align-items: center; gap: 10px;
  background: rgb(255 255 255 / 0.94);
  padding: 8px 14px;
  border-radius: var(--r-pill);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg1);
  pointer-events: none;
  box-shadow: var(--shadow-sm);
}
.map__corner .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--stamp-ink);
  animation: livePulse 1800ms ease-in-out infinite;
}
@keyframes livePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.8); }
}
.map__footnote {
  margin-top: var(--sp-5);
  display: flex; justify-content: space-between; align-items: center;
  font-size: var(--fs-sm);
  color: var(--fg3);
}
.map__footnote .progress-bar {
  flex: 1; max-width: 240px; height: 2px;
  background: rgb(var(--ink) / 0.08);
  margin: 0 var(--sp-5);
  position: relative;
}
.map__footnote .progress-bar::after {
  content: ""; position: absolute; inset: 0;
  background: var(--fg1);
  transform: scaleX(0.133);
  transform-origin: left;
}

/* Overlay */
.map__overlay {
  position: absolute; inset: 0;
  z-index: 10;
  display: none;
  align-items: center; justify-content: center;
  padding: var(--sp-5);
}
.map__overlay.is-visible { display: flex; }
.map__overlay__back {
  position: absolute; inset: 0;
  background: rgb(10 10 10 / 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  animation: backIn 350ms var(--ease-out) forwards;
}
@keyframes backIn { to { opacity: 1; } }
.map__overlay__card {
  position: relative;
  background: var(--bg1);
  max-width: 480px;
  width: 100%;
  padding: var(--sp-12) var(--sp-10);
  border-radius: var(--r);
  box-shadow: var(--shadow-block);
  opacity: 0;
  transform: scale(0.96);
  animation: cardIn 380ms var(--ease-out) 60ms forwards;
}
@keyframes cardIn { to { opacity: 1; transform: none; } }
.map__overlay__card h3 {
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: var(--sp-5) 0 var(--sp-5);
}
.map__overlay__body {
  font-size: 0.95rem;
  color: var(--fg2);
  line-height: 1.55;
  margin-bottom: var(--sp-8);
}
.form {
  display: grid; gap: 10px;
}
.form__input {
  width: 100%;
  padding: 14px 18px;
  font-family: var(--sans-body);
  font-size: 0.95rem;
  border: 1px solid var(--border-strong);
  border-radius: var(--r);
  background: var(--bg1);
  color: var(--fg1);
  transition: border-color var(--t);
}
.form__input:focus { outline: none; border-color: var(--bg-ink); }
.form__submit {
  width: 100%;
  padding: 15px 22px;
  background: var(--fg1);
  color: var(--bg1);
  border: none;
  border-radius: var(--r);
  font-family: var(--sans-body);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: opacity var(--t-fast);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
}
.form__submit:hover { opacity: 0.88; }
.form__note {
  margin-top: 14px;
  font-size: 12px;
  color: var(--fg3);
  line-height: 1.55;
  text-align: center;
}
.skip-link {
  display: block;
  margin-top: var(--sp-6);
  text-align: center;
  background: none; border: none;
  font-family: var(--sans-body);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--fg3);
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: var(--fg4);
}
.skip-link:hover { color: var(--fg2); }

.overlay-success {
  text-align: center;
  padding: var(--sp-8) 0;
}
.overlay-success__tick {
  width: 56px; height: 56px;
  border-radius: 50%;
  border: 1.5px solid var(--fg1);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: var(--sp-5);
}
.overlay-success__tick svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 2; }
.overlay-success p { font-family: var(--serif-display); font-style: italic; font-size: 1.4rem; }

/* ============================================================
   5 — WHAT YOU GET
   ============================================================ */
.get {
  background: var(--bg2);
  background-image:
    radial-gradient(circle at 20% 30%, rgba(39,39,39,0.03) 0, transparent 1px),
    radial-gradient(circle at 60% 70%, rgba(39,39,39,0.025) 0, transparent 1px),
    radial-gradient(circle at 80% 20%, rgba(39,39,39,0.02) 0, transparent 1px);
  background-size: 14px 14px, 22px 22px, 18px 18px;
  padding: clamp(80px, 12vh, 140px) 0;
}
.get__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--sp-6);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}
.get__copy h2 {
  font-size: var(--fs-h1);
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin-top: var(--sp-5);
  margin-bottom: var(--sp-6);
}
.get__sub {
  color: var(--fg2);
  font-size: var(--fs-lead);
  margin-bottom: var(--sp-10);
  max-width: 460px;
}
.get__list {
  list-style: none; padding: 0;
  margin: 0 0 var(--sp-10);
  display: grid; gap: 0;
}
.get__list li,
.get__item {
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: baseline;
  font-size: 1.02rem;
  color: var(--fg1);
  /* stagger animation */
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 500ms var(--ease-out), transform 500ms var(--ease-out);
}
.get__list li:first-child,
.get__item:first-child { border-top: 1px solid var(--border); }
.get__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.get__item strong {
  font-weight: 700;
  color: var(--fg1);
}
.get__list .tick {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--fg1);
}
.get__media {
  position: relative;
  align-self: stretch;
}
.get__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: grayscale(0.1) contrast(1.02);
}
.get__media .stamp {
  position: absolute;
  left: -16px; bottom: 18px;
  background: var(--bg2);
}
.get__media .field-note {
  position: absolute;
  bottom: -28px; left: 0;
}
.get__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  max-width: 460px;
}
.get__form .form__input { border-color: var(--border-strong); background: var(--bg1); }
.get__note {
  margin-top: 14px;
  font-size: 12px;
  color: var(--fg3);
  letter-spacing: 0.04em;
}

/* ============================================================
   6 — THE ARTWORK
   ============================================================ */
.work {
  background: var(--bg-dark);
  color: var(--bg-dark-text);
  position: relative;
}
.work__media {
  position: relative;
  width: 100%;
  height: clamp(420px, 70vh, 760px);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.55) 100%),
    url("/cdn/shop/files/14x14_ANGLED_NYC_cover_mockup.jpg?v=1779316271") center top / cover no-repeat;
}
.work__inner {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(60px, 8vh, 90px) var(--sp-6) clamp(80px, 10vh, 120px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: end;
}
.work__inner h2 {
  font-size: clamp(40px, 5.5vw, 64px);
  color: var(--bg-dark-text);
  line-height: 1;
  letter-spacing: -0.01em;
  margin-top: var(--sp-5);
}
.work__body {
  color: rgb(255 255 255 / 0.78);
  font-size: var(--fs-lead);
  line-height: 1.6;
  max-width: 440px;
}
.work__body p + p { margin-top: 1em; }
.work__meta {
  margin-top: var(--sp-8);
  display: flex; gap: var(--sp-8);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.55);
}
.work__meta strong {
  display: block;
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--bg-dark-text);
  margin-bottom: 4px;
}
.work__link {
  margin-top: var(--sp-10);
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--bg-dark-text);
  text-decoration: none;
  font-size: var(--fs-lead);
  font-family: var(--serif-display);
  font-style: italic;
  border-bottom: 1px solid rgb(255 255 255 / 0.4);
  padding-bottom: 4px;
  transition: border-color var(--t);
}
.work__link:hover { border-bottom-color: var(--bg-dark-text); }

/* ============================================================
   7 — MAKING-OF GALLERY
   ============================================================ */
.gallery {
  background: var(--bg1);
  padding: clamp(80px, 12vh, 140px) 0;
}
.gallery__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--sp-6);
}
.gallery__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  margin-bottom: var(--sp-16);
  gap: var(--sp-8);
}
.gallery__head h2 {
  font-size: var(--fs-h1);
  letter-spacing: -0.01em;
  margin-top: var(--sp-5);
  max-width: 600px;
}
.gallery__head .field-note { text-align: right; }

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 64px;
  gap: 14px;
}
.gtile {
  position: relative;
  overflow: hidden;
  background: var(--bg3);
}
.gtile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 800ms var(--ease-out), filter 400ms var(--ease-out);
  filter: grayscale(0.12) contrast(1.02);
}
.gtile:hover img { transform: scale(1.04); filter: grayscale(0) contrast(1.05); }
.gtile__cap {
  position: absolute; inset: auto 0 0 0;
  padding: 16px 18px;
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  color: #fff;
  font-family: var(--sans-body);
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  opacity: 0; transform: translateY(8px);
  transition: opacity 250ms var(--ease-out), transform 250ms var(--ease-out);
}
.gtile__cap .meta {
  display: block;
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgb(255 255 255 / 0.75);
  margin-bottom: 4px;
}
.gtile:hover .gtile__cap { opacity: 1; transform: none; }

/* asymmetric masonry */
.gtile--1 { grid-column: span 6; grid-row: span 6; }
.gtile--2 { grid-column: span 6; grid-row: span 4; }
.gtile--3 { grid-column: span 3; grid-row: span 4; }
.gtile--4 { grid-column: span 5; grid-row: span 5; }
.gtile--5 { grid-column: span 4; grid-row: span 5; }
.gtile--6 { grid-column: span 5; grid-row: span 4; }
.gtile--7 { grid-column: span 4; grid-row: span 4; }
.gtile--8 { grid-column: span 3; grid-row: span 5; }

/* ============================================================
   8 — FINAL CTA
   ============================================================ */
.final {
  background: var(--bg-dark);
  color: var(--bg-dark-text);
  padding: clamp(100px, 16vh, 180px) var(--sp-6);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final__noise {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.08;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.5 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}
.final__inner {
  position: relative; z-index: 2;
  max-width: 880px;
  margin: 0 auto;
}
.final h2 {
  font-size: clamp(48px, 8vw, 110px);
  color: var(--bg-dark-text);
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin: var(--sp-8) 0 var(--sp-8);
}
.final__sub {
  font-size: var(--fs-lead);
  color: rgb(255 255 255 / 0.7);
  line-height: 1.5;
  margin-bottom: var(--sp-16);
}
.final__cta {
  background: var(--bg-dark-text);
  color: var(--bg-dark);
  padding: 22px 44px;
  border-radius: var(--r-pill);
  border: none;
  font-family: var(--sans-body);
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 12px;
  text-decoration: none;
  transition: opacity var(--t-fast);
}
.final__cta:hover { opacity: 0.88; }
.final__secondary {
  margin-top: var(--sp-8);
  font-size: var(--fs-sm);
  color: rgb(255 255 255 / 0.6);
}
.final__secondary a {
  color: rgb(255 255 255 / 0.85);
  text-decoration: underline;
  text-decoration-color: rgb(255 255 255 / 0.3);
  text-underline-offset: 4px;
}
.final__small {
  margin-top: var(--sp-16);
  padding-top: var(--sp-8);
  border-top: 1px solid rgb(255 255 255 / 0.1);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.4);
  line-height: 1.8;
}

/* ============================================================
   Footer
   ============================================================ */
.foot {
  background: var(--bg-dark);
  color: rgb(255 255 255 / 0.45);
  padding: 28px var(--sp-6);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-top: 1px solid rgb(255 255 255 / 0.06);
}
.foot__inner {
  max-width: var(--container); margin: 0 auto;
  display: flex; justify-content: space-between; gap: var(--sp-6);
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 960px) {
  .hero__content { grid-template-columns: 1fr; gap: var(--sp-8); }
  .hero__side { flex-direction: row; align-items: center; }
  .story__head { grid-template-columns: 1fr; gap: var(--sp-5); }
  .story__row, .story__row--reverse { grid-template-columns: 1fr; gap: var(--sp-8); margin-bottom: var(--sp-16); }
  .story__row--reverse .story__media { order: 0; }
  .story__row--break-left .story__media,
  .story__row--break-right .story__media { margin: 0; }
  .map__head { grid-template-columns: 1fr; }
  .map__frame { height: 500px; }
  .get__inner { grid-template-columns: 1fr; gap: var(--sp-10); }
  .get__media img { aspect-ratio: 5 / 4; }
  .get__form { grid-template-columns: 1fr; }
  .work__inner { grid-template-columns: 1fr; gap: var(--sp-8); }
  .gallery__head { grid-template-columns: 1fr; }
  .gallery__head .field-note { text-align: left; }
  .gallery__grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 52px; }
  .gtile--1 { grid-column: span 6; grid-row: span 5; }
  .gtile--2 { grid-column: span 6; grid-row: span 4; }
  .gtile--3 { grid-column: span 3; grid-row: span 4; }
  .gtile--4 { grid-column: span 3; grid-row: span 4; }
  .gtile--5 { grid-column: span 6; grid-row: span 4; }
  .gtile--6 { grid-column: span 3; grid-row: span 4; }
  .gtile--7 { grid-column: span 3; grid-row: span 4; }
  .gtile--8 { grid-column: span 6; grid-row: span 4; }
  .foot__inner { flex-direction: column; text-align: center; gap: var(--sp-3); }
}

@media (max-width: 560px) {
  .hero__top .hero__meta .field-note:not(:first-child) { display: none; }
  .hero__content { padding-bottom: 100px; }
  .map__corner { display: none; }
  .map__overlay__card { padding: var(--sp-8) var(--sp-6); }
  .map__footnote { flex-direction: column; gap: 10px; align-items: flex-start; }
  .map__footnote .progress-bar { margin: 0; max-width: 100%; width: 100%; }
}