/* ==========================================================================
   Velasquez Media — warm cream editorial with playful mouse interactivity
   (direction: juanmora.co × reblumfilms.com × astrayphotography.com)
   ========================================================================== */

:root {
  /* color */
  --bg: #FAF5EC;
  --bg-2: #F2EBDD;
  --ink: #201C16;
  --muted: #7E766B;
  --peach: #F2A97E;
  --peach-soft: #F8CCAE;
  --peach-deep: #D97F4E;
  --taupe: #9C948A;
  --flame: #E4572E;
  --line: rgba(32, 28, 22, 0.14);
  --card: #FFFDF8;

  /* type */
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-script: "Caveat", cursive;
  --font-block: "Anton", "Arial Narrow", sans-serif;
  --size-name: clamp(3.9rem, 16vw, 11.5rem);
  --size-h2: clamp(2.1rem, 5.5vw, 3.8rem);
  --size-body: 1.0625rem;

  /* space */
  --space-2: 0.5rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2.5rem;
  --space-6: 4rem;
  --space-7: 7rem;

  /* motion */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --dur-fast: 200ms;
  --dur-med: 400ms;

  /* layers */
  --z-nav: 100;
  --z-peek: 90;
  --z-lightbox: 1000;
  --z-loader: 1100;
  --z-cursor: 1200;
}

/* ---------- reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--size-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  touch-action: manipulation;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; line-height: 1.05; margin: 0; }
h2 em, .row__title em { font-style: italic; }
p { margin: 0 0 var(--space-3); }
a { color: var(--ink); text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
ul { margin: 0; padding: 0; list-style: none; }

:focus-visible { outline: 2px solid var(--peach-deep); outline-offset: 3px; border-radius: 2px; }

.skip-link {
  position: absolute; top: -100px; left: var(--space-3);
  background: var(--ink); color: var(--bg); padding: 0.6rem 1rem;
  border-radius: 999px; z-index: calc(var(--z-cursor) + 1); font-weight: 600;
}
.skip-link:focus { top: var(--space-3); }

.container { max-width: 74rem; margin-inline: auto; padding-inline: clamp(1.25rem, 5vw, 3rem); }
.section { padding-block: var(--space-7); }

/* ---------- section headers ---------- */
.section__head { margin-bottom: var(--space-5); }
.section__eyebrow {
  font-size: 0.78rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--peach-deep); font-weight: 700; margin-bottom: var(--space-2);
}
.section__title { font-size: var(--size-h2); letter-spacing: 0.01em; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; padding: 0.95rem 2rem; border-radius: 999px;
  font-weight: 600; font-size: 0.95rem; letter-spacing: 0.02em;
  transition: transform var(--dur-fast) var(--ease-spring), background-color var(--dur-fast) ease, color var(--dur-fast) ease, border-color var(--dur-fast) ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-3px) scale(1.03); }
.btn:active { transform: translateY(0) scale(0.96); }
.btn--ink { background: var(--ink); color: var(--bg); }
.btn--ink:hover { background: var(--peach-deep); color: #FFF; }
.btn--line { border: 1.5px solid var(--line); color: var(--ink); }
.btn--line:hover { border-color: var(--peach-deep); color: var(--peach-deep); }

/* ---------- custom cursor ---------- */
.cursor { display: none; }
@media (hover: hover) and (pointer: fine) {
  .cursor { display: block; position: fixed; top: 0; left: 0; z-index: var(--z-cursor); pointer-events: none; }
  .cursor__dot {
    position: fixed; width: 8px; height: 8px; border-radius: 50%;
    background: var(--peach-deep); transform: translate(-50%, -50%);
  }
  .cursor__ring {
    position: fixed; width: 34px; height: 34px; border-radius: 50%;
    border: 1.5px solid var(--peach-deep); opacity: 0.5;
    transform: translate(-50%, -50%);
    transition: width 250ms var(--ease-out), height 250ms var(--ease-out), opacity 250ms ease;
  }
  .cursor.is-active .cursor__ring { width: 52px; height: 52px; opacity: 0.9; }
  .cursor.is-hidden { opacity: 0; }
  body.has-cursor, body.has-cursor a, body.has-cursor button { cursor: none; }
}

/* ---------- preloader ---------- */
.loader {
  position: fixed; inset: 0; z-index: var(--z-loader);
  background: var(--taupe); display: grid; place-items: center;
  transition: transform 700ms var(--ease-out), visibility 0s 700ms;
}
.loader__bar {
  position: absolute; top: 0; left: 0; height: 6px; width: 0%;
  background: var(--peach-soft); transition: width 300ms ease;
}
.loader__name {
  font-family: var(--font-display); font-size: clamp(1.8rem, 5vw, 3rem);
  color: var(--bg); margin: 0; letter-spacing: 0.04em; display: flex; align-items: center; gap: 0.45em;
  opacity: 0; transform: translateY(14px);
  transition: opacity 500ms ease, transform 600ms var(--ease-out);
}
.loader__name em { font-style: italic; color: var(--peach-soft); }
.loader__dot { width: 0.22em; height: 0.22em; border-radius: 50%; background: var(--peach-soft); }
.loader.is-showing .loader__name { opacity: 1; transform: none; }
.loader.is-done { transform: translateY(-100%); visibility: hidden; }
.loader[hidden] { display: none; }

/* ---------- nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: var(--z-nav);
  transition: background-color var(--dur-med) ease, box-shadow var(--dur-med) ease;
}
.nav.is-scrolled {
  background: rgba(250, 245, 236, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--line);
}
.nav__inner {
  max-width: 82rem; margin-inline: auto;
  padding: 1.05rem clamp(1.25rem, 4vw, 2.5rem);
  display: flex; align-items: center; justify-content: space-between; gap: var(--space-4);
}

/* rolling-letter brand (juanmora-style nav name) */
.nav__brand {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 500;
  display: inline-flex; align-items: center; gap: 0.4em; letter-spacing: 0.02em;
}
.nav__brand-dot { width: 0.3em; height: 0.3em; border-radius: 50%; background: var(--peach-deep); }
.roll { display: inline-flex; overflow: hidden; }
.roll--em { font-style: italic; color: var(--peach-deep); }
.roll .roll__l {
  display: inline-block; position: relative;
  transition: transform 450ms var(--ease-spring);
  transition-delay: calc(var(--i) * 28ms);
}
.roll .roll__l::after {
  content: attr(data-l); position: absolute; left: 0; top: 100%;
}
.nav__brand:hover .roll__l, .nav__brand:focus-visible .roll__l { transform: translateY(-100%); }

.nav__links { display: flex; align-items: center; gap: clamp(1.1rem, 2.5vw, 2.2rem); }
.nav__links a {
  color: var(--ink); font-size: 0.95rem; font-weight: 600; letter-spacing: 0.02em;
  padding: 0.35rem 0; position: relative;
}
.nav__links a:not(.nav__cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0.1em; height: 2px;
  background: var(--peach-deep); border-radius: 2px;
  transition: right var(--dur-med) var(--ease-out);
}
.nav__links a:hover::after, .nav__links a.is-current::after { right: 0; }
.nav__cta {
  background: var(--peach); border-radius: 999px;
  padding: 0.6rem 1.3rem !important;
  transition: transform var(--dur-fast) var(--ease-spring), background-color var(--dur-fast) ease;
}
.nav__cta:hover { background: var(--peach-deep); color: #FFF; transform: rotate(-2deg) scale(1.05); }

.nav__toggle {
  display: none; width: 44px; height: 44px; position: relative; z-index: 2;
  flex-direction: column; align-items: center; justify-content: center; gap: 7px;
}
.nav__toggle-bar {
  width: 24px; height: 2px; background: var(--ink); display: block; border-radius: 2px;
  transition: transform var(--dur-med) var(--ease-out);
}
.nav__toggle[aria-expanded="true"] .nav__toggle-bar:first-child { transform: translateY(4.5px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] .nav__toggle-bar:last-child { transform: translateY(-4.5px) rotate(-45deg); }

@media (max-width: 760px) {
  .nav__toggle { display: flex; }
  .nav__links {
    position: fixed; inset: 0; z-index: 1;
    background: rgba(250, 245, 236, 0.97);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    flex-direction: column; justify-content: center; gap: var(--space-4);
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity var(--dur-med) ease, visibility 0s var(--dur-med);
  }
  .nav__links.is-open { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity var(--dur-med) ease; }
  .nav__links a { font-size: 1.6rem; font-family: var(--font-display); font-weight: 500; }
}

/* ---------- hero ---------- */
.hero {
  min-height: 100vh; min-height: 100dvh;
  display: flex; flex-direction: column; justify-content: flex-end; align-items: center;
  text-align: center; padding: calc(var(--space-7) + 2rem) var(--space-4) clamp(2rem, 6vh, 4rem);
  position: relative; overflow: hidden; background: var(--ink);
}
/* full-bleed looping film behind the name; JS shrinks + rounds it on scroll */
.hero__media {
  position: absolute; inset: 0; overflow: hidden;
  transform-origin: 50% 100%; will-change: transform, border-radius;
}
.hero__video {
  width: 100%; height: 100%; object-fit: cover; display: block;
  will-change: transform;
}
.hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(26, 22, 18, 0.42), rgba(26, 22, 18, 0.08) 42%, rgba(26, 22, 18, 0.62) 88%);
}
.hero__content { position: relative; z-index: 1; }
.hero__eyebrow {
  font-size: 0.82rem; letter-spacing: 0.34em; text-transform: uppercase;
  color: rgba(250, 245, 236, 0.85); font-weight: 700; margin-bottom: var(--space-4);
}
.hero__eyebrow span { color: var(--peach); }

/* the interactive name — lando-style lockup: condensed caps × italic serif */
.hero__name {
  font-size: var(--size-name); font-weight: 500; letter-spacing: 0.01em;
  line-height: 0.95; margin: 0; user-select: none;
}
.hero__line { display: block; white-space: nowrap; }
.hero__line:first-child {
  font-family: var(--font-block); font-weight: 400; text-transform: uppercase;
  font-size: clamp(4.4rem, 17.5vw, 13rem); line-height: 0.9; letter-spacing: 0.005em;
  color: var(--bg);
  text-shadow: 0 4px 34px rgba(26, 22, 18, 0.35);
}
.hero__line--em {
  font-style: italic; color: var(--peach);
  font-size: clamp(2.6rem, 9.5vw, 7rem);
  margin-top: -0.52em; margin-left: 22%; position: relative; z-index: 1;
  transform: rotate(-2deg);
  text-shadow: 0 3px 24px rgba(26, 22, 18, 0.4);
}
.hero__name .sc {
  display: inline-block; will-change: transform;
  transition: color 300ms ease;
}
.hero__name .sc:hover { color: var(--peach); }
.hero__line--em .sc:hover { color: var(--bg); }
.hero__name .sc.boing { animation: boing 600ms var(--ease-spring); }
@keyframes boing {
  30% { transform: translateY(-0.14em) rotate(var(--tilt, 4deg)) scale(1.08); }
  60% { transform: translateY(0.03em) rotate(0deg) scale(0.97); }
  100% { transform: none; }
}
/* intro wave; retires via .waved so .boing can own the animation afterward */
.hero.is-ready .sc:not(.waved) { animation: wave-in 700ms var(--ease-out) backwards; animation-delay: calc(var(--i) * 40ms + 150ms); }
@keyframes wave-in {
  from { opacity: 0; transform: translateY(0.5em); }
  to   { opacity: 1; transform: none; }
}

/* cream band right under the film */
.hero-intro { text-align: center; padding: clamp(3rem, 8vh, 5rem) 0 clamp(2.5rem, 6vh, 4rem); }
.hero__sub {
  color: var(--muted); font-size: clamp(1.05rem, 2.1vw, 1.25rem);
  max-width: 52ch; margin: 0 auto var(--space-4);
}
.hero__actions { display: inline-flex; gap: var(--space-3); flex-wrap: wrap; justify-content: center; }

@media (max-width: 560px) {
  .hero__br { display: none; }
  }

/* ---------- marquee ---------- */
.marquee {
  border-block: 1px solid var(--line); padding-block: 1.15rem;
  overflow: hidden; background: var(--bg-2);
}
.marquee__track {
  display: flex; align-items: center; gap: 2.6rem; width: max-content;
  animation: marquee 38s linear infinite;
}
.marquee__track span {
  font-family: var(--font-display); font-style: italic; font-size: 1.25rem;
  color: var(--ink); letter-spacing: 0.04em; white-space: nowrap;
}
.marquee__track i { width: 6px; height: 6px; border-radius: 50%; background: var(--peach); flex: none; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- work gallery (reblum-style) ---------- */
.filters { display: flex; flex-wrap: wrap; gap: var(--space-2); margin-bottom: var(--space-6); }
.filter {
  padding: 0.6rem 1.3rem; border-radius: 999px; border: 1.5px solid var(--line);
  color: var(--muted); font-size: 0.9rem; font-weight: 600; letter-spacing: 0.02em;
  transition: color var(--dur-fast) ease, border-color var(--dur-fast) ease, background-color var(--dur-fast) ease, transform var(--dur-fast) var(--ease-spring);
  min-height: 44px;
}
.filter:hover { color: var(--ink); border-color: var(--taupe); transform: translateY(-2px); }
.filter.is-active { background: var(--ink); border-color: var(--ink); color: var(--bg); }

.gallery {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem) clamp(1.2rem, 3vw, 2.5rem);
}
.piece--full { grid-column: 1 / -1; }
.piece__open { display: block; width: 100%; text-align: left; }
.piece__media {
  display: block; overflow: hidden; border-radius: 6px; background: var(--bg-2);
}
.piece__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 900ms var(--ease-out);
  will-change: transform;
}
.piece--full .piece__media { aspect-ratio: 16 / 9; }
.piece:not(.piece--full) .piece__media { aspect-ratio: 4 / 5; }
.piece__open:hover img, .piece__open:focus-visible img { transform: scale(1.04); }
.piece__caption {
  display: flex; flex-direction: column; gap: 0.15rem;
  padding-top: var(--space-3);
}
.piece__caption strong {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2.1rem); letter-spacing: 0.01em; line-height: 1.15;
  transition: color var(--dur-fast) ease;
}
.piece__open:hover .piece__caption strong { color: var(--peach-deep); font-style: italic; }
.piece__caption span {
  font-size: 0.82rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
}
.piece.is-filtered { display: none; }
.piece.is-entering { animation: piece-in 500ms var(--ease-out) both; }
@keyframes piece-in {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}
.gallery__empty { color: var(--muted); text-align: center; padding-block: var(--space-6); }
.gallery__empty a { text-decoration: underline; text-underline-offset: 3px; color: var(--peach-deep); }

@media (max-width: 700px) {
  .gallery { grid-template-columns: 1fr; }
}

/* ---------- services rows + image peek ---------- */
.services { background: var(--bg); padding-bottom: var(--space-6); }
.rows { border-top: 1px solid var(--line); }
.row { border-bottom: 1px solid var(--line); }
.row__link {
  display: flex; align-items: baseline; gap: clamp(1rem, 4vw, 3rem);
  padding: clamp(1.4rem, 3.5vw, 2.4rem) clamp(1.25rem, 5vw, 3rem);
  max-width: 82rem; margin-inline: auto;
  transition: background-color var(--dur-med) ease;
  position: relative;
}
.row__link:hover { background: var(--bg-2); }
.row__num {
  font-size: 0.85rem; font-weight: 700; color: var(--taupe);
  font-variant-numeric: tabular-nums; flex: none;
}
.row__title {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.9rem, 5.5vw, 4rem); line-height: 1.05; letter-spacing: 0.01em;
  transition: transform var(--dur-med) var(--ease-out), color var(--dur-fast) ease;
}
.row__link:hover .row__title { transform: translateX(0.35em); color: var(--peach-deep); }
.row__tag {
  margin-left: auto; font-family: var(--font-script);
  font-size: clamp(1.05rem, 2vw, 1.4rem); color: var(--muted);
  transform: rotate(-2deg); flex: none;
  transition: color var(--dur-fast) ease, transform var(--dur-fast) var(--ease-spring);
}
.row__link:hover .row__tag { color: var(--peach-deep); transform: rotate(2deg) scale(1.08); }

.peek {
  position: fixed; top: 0; left: 0; z-index: var(--z-peek);
  width: clamp(200px, 22vw, 320px); height: auto; aspect-ratio: 3 / 2; object-fit: cover;
  border-radius: 8px; pointer-events: none; opacity: 0;
  transform: translate(-50%, -60%) rotate(3deg) scale(0.9);
  transition: opacity 250ms ease, transform 350ms var(--ease-out);
  box-shadow: 0 24px 60px rgba(32, 28, 22, 0.28);
  display: none;
}
@media (hover: hover) and (pointer: fine) { .peek { display: block; } }
.peek.is-on { opacity: 1; transform: translate(-50%, -60%) rotate(-2deg) scale(1); }

.services__note {
  color: var(--muted); max-width: 56ch;
  margin-top: var(--space-5); font-size: 1.02rem;
}
.services__note em { font-family: var(--font-display); font-style: italic; color: var(--peach-deep); font-size: 1.15em; }

/* ---------- about ---------- */
.about { background: var(--bg-2); border-block: 1px solid var(--line); }
.about__layout {
  display: grid; grid-template-columns: 3fr 2fr; gap: clamp(2rem, 6vw, 5rem); align-items: center;
}
.about__body p { color: var(--muted); max-width: 56ch; }
.about__media { margin: 0; position: relative; }
.about__media img { border-radius: 8px; width: 100%; height: auto; } /* full headshot, never cropped */
.about__scribble {
  position: absolute; right: 4%; bottom: -2.4rem;
  font-family: var(--font-script); font-size: 1.5rem; color: var(--peach-deep);
  display: flex; align-items: center; gap: 0.4rem; transform: rotate(-4deg);
}
.about__scribble-arrow { width: 40px; height: 32px; }
@media (max-width: 760px) {
  .about__layout { grid-template-columns: 1fr; }
  .about__media { max-width: 24rem; margin-top: var(--space-4); }
}

/* ---------- contact ---------- */
.contact { background: var(--bg); }
.contact__layout {
  display: grid; grid-template-columns: 5fr 6fr; gap: clamp(2rem, 6vw, 5rem); align-items: start;
}
.contact__intro p { color: var(--muted); max-width: 42ch; }
.contact__direct a { font-weight: 700; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--peach); }
.contact__direct a:hover { color: var(--peach-deep); }
.form { display: grid; gap: var(--space-4); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }
.form__field { display: grid; gap: 0.45rem; }
.form__field label { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.06em; }
.form__field label span { color: var(--peach-deep); }
.form__field input, .form__field select, .form__field textarea {
  background: var(--card); border: 1.5px solid var(--line); border-radius: 10px;
  color: var(--ink); font: inherit; font-size: 1rem; padding: 0.8rem 1rem;
  min-height: 48px; width: 100%;
  transition: border-color var(--dur-fast) ease, transform var(--dur-fast) ease;
}
.form__field textarea { resize: vertical; min-height: 8rem; }
.form__field input:focus, .form__field select:focus, .form__field textarea:focus {
  outline: none; border-color: var(--peach-deep);
}
.form__field input[aria-invalid="true"], .form__field textarea[aria-invalid="true"] { border-color: #C4463A; }
.form__field ::placeholder { color: rgba(126, 118, 107, 0.55); }
.form__helper { font-size: 0.82rem; color: var(--muted); margin: 0; }
.form__error { font-size: 0.85rem; color: #B0392E; margin: 0; font-weight: 600; }
.form__submit { justify-self: start; min-width: 10rem; }
.form__submit[disabled] { opacity: 0.45; cursor: progress; }
.form__status { min-height: 1.5em; margin: 0; font-size: 0.95rem; font-weight: 600; }
.form__status.is-ok { color: #3D7A4E; }
.form__status.is-err { color: #B0392E; }
.form__status a { text-decoration: underline; text-underline-offset: 3px; color: inherit; }
@media (max-width: 860px) {
  .contact__layout { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
}

/* ---------- keyboard footer ---------- */
.footer {
  background: var(--bg-2); border-top: 1px solid var(--line);
  padding-block: var(--space-6) var(--space-5); text-align: center;
}
.footer__hint { margin-bottom: var(--space-4); }
.footer__hint-script {
  font-family: var(--font-script); font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  color: var(--peach-deep); display: inline-block; transform: rotate(-2deg);
}

.footer__legal { color: var(--muted); font-size: 0.82rem; margin: var(--space-5) 0 0; }

.footer__links {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0.4rem clamp(1rem, 3vw, 2rem); margin: 0 auto var(--space-4);
  max-width: 46rem;
}
.footer__links a {
  color: var(--ink); font-weight: 600; font-size: 0.95rem; letter-spacing: 0.04em;
  padding: 0.55rem 0.35rem; min-height: 44px; display: inline-flex; align-items: center;
  border-bottom: 2px solid transparent; transition: border-color var(--dur-fast) ease, color var(--dur-fast) ease;
}
.footer__links a:hover { color: var(--peach-deep); border-bottom-color: var(--peach-deep); text-decoration: none; }

/* ---------- lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: var(--z-lightbox); display: grid; place-items: center; padding: var(--space-4); }
.lightbox[hidden] { display: none; }
.lightbox__backdrop {
  position: absolute; inset: 0; background: rgba(32, 28, 22, 0.55);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.lightbox__panel {
  position: relative; margin: 0; max-width: min(64rem, 100%);
  animation: lightbox-in 350ms var(--ease-out);
}
@keyframes lightbox-in {
  from { opacity: 0; transform: scale(0.96) translateY(10px); }
  to   { opacity: 1; transform: none; }
}
.lightbox__media { border-radius: 10px; overflow: hidden; background: var(--card); box-shadow: 0 30px 80px rgba(32,28,22,.35); }
.lightbox__media img { width: 100%; max-height: 74vh; object-fit: contain; }
.lightbox__title { font-family: var(--font-display); font-size: 1.5rem; color: var(--bg); margin: var(--space-3) 0 0.2rem; }
.lightbox__meta { color: rgba(250, 245, 236, 0.75); font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; margin: 0; font-weight: 600; }
.lightbox__close {
  position: absolute; top: -52px; right: 0; width: 44px; height: 44px;
  display: grid; place-items: center; color: var(--bg);
  border: 1.5px solid rgba(250, 245, 236, 0.5); border-radius: 50%;
  transition: color var(--dur-fast) ease, border-color var(--dur-fast) ease, transform var(--dur-fast) var(--ease-spring);
}
.lightbox__close:hover { border-color: var(--bg); transform: rotate(90deg); }
.lightbox__close svg { width: 18px; height: 18px; }
body.lightbox-open { overflow: hidden; }

/* ---------- lando-style type lockups ---------- */
.lockup { position: relative; display: inline-block; line-height: 1; }
.lockup__big {
  font-family: var(--font-block); font-weight: 400; text-transform: uppercase;
  font-size: clamp(2.8rem, 8vw, 5.6rem); letter-spacing: 0.01em; color: var(--ink);
  display: block;
}
.lockup__script {
  position: absolute; left: 55%; bottom: -0.32em; white-space: nowrap;
  font-family: var(--font-script); font-weight: 600;
  font-size: clamp(1.5rem, 3.6vw, 2.6rem); color: var(--flame);
  transform: rotate(-5deg); pointer-events: none;
}
.lockup--sm .lockup__big { font-size: clamp(2.2rem, 5.5vw, 3.8rem); }
.lockup--sm .lockup__script { font-size: clamp(1.3rem, 2.6vw, 1.9rem); }

/* ---------- contour line decorations ---------- */
.contours {
  position: absolute; inset: 0; width: 100%; height: 100%;
  color: var(--ink); opacity: 0.07; stroke-width: 1.5;
  pointer-events: none; z-index: 0;
}
.contours--hero { inset: auto 0 0 0; height: 100%; }

/* ---------- rotating stamp badge ---------- */
.stamp {
  position: absolute; top: clamp(90px, 14vh, 140px); right: clamp(1rem, 7vw, 6rem);
  width: clamp(88px, 11vw, 130px); color: var(--peach-deep); z-index: 1;
}
.stamp svg { width: 100%; height: auto; animation: stamp-spin 24s linear infinite; }
.stamp text {
  font-family: var(--font-body); font-weight: 700; font-size: 10.5px;
  letter-spacing: 0.18em; text-transform: uppercase; fill: currentColor;
}
@keyframes stamp-spin { to { transform: rotate(360deg); } }
.stamp svg { transform-origin: 50% 50%; }
@media (max-width: 700px) { .stamp { display: none; } }

/* ---------- hero extras ---------- */
.hero { position: relative; }
.hero .stamp { color: var(--bg); }
.hero__sub em { font-family: var(--font-display); font-style: italic; color: var(--peach-deep); font-size: 1.2em; }

/* ---------- reel band: scroll-tilt "screening monitor" ---------- */
.reel { background: var(--bg); padding: clamp(1.5rem, 5vh, 3.5rem) 0 var(--space-7); }
.reel__stage {
  perspective: 1200px;
  max-width: 78rem; margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 3rem);
}
.reel__open {
  display: block; width: 100%; position: relative;
  background: var(--ink); border-radius: 24px;
  padding: clamp(8px, 1.1vw, 14px);
  transform-origin: 50% 20%;
  will-change: transform;
  box-shadow:
    0 9px 20px rgba(32, 28, 22, 0.27),
    0 37px 37px rgba(32, 28, 22, 0.22),
    0 84px 50px rgba(32, 28, 22, 0.13),
    0 149px 60px rgba(32, 28, 22, 0.04);
}
.reel__media { display: block; overflow: hidden; border-radius: 16px; position: relative; }

/* ink-reveal fog over the reel (desktop pointer only) */
.ink-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.ink-hint {
  position: absolute; left: 50%; top: 26%; transform: translate(-50%, -50%) rotate(-3deg);
  z-index: 2; pointer-events: none;
  font-family: var(--font-script); font-weight: 600;
  font-size: clamp(1.3rem, 2.6vw, 1.9rem); color: var(--peach-deep);
  transition: opacity 600ms ease;
}
.ink-hint.is-gone { opacity: 0; }
.reel__badge, .reel__caption { z-index: 2; }
@media (hover: none), (prefers-reduced-motion: reduce) {
  .ink-canvas, .ink-hint { display: none; }
}
.reel__open img, .reel__open video {
  width: 100%; height: auto; aspect-ratio: 21 / 9; object-fit: cover; display: block;
  transition: transform 1200ms var(--ease-out);
}
.reel__open:hover img, .reel__open:focus-visible img { transform: scale(1.03); }

/* parallax headroom: images get breathing room so scroll drift never shows edges */
@media (prefers-reduced-motion: no-preference) {
  .piece__media img, .about__media img { scale: 1.1; }
}
.reel__badge {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: clamp(64px, 8vw, 96px); height: clamp(64px, 8vw, 96px); border-radius: 50%;
  background: var(--bg); color: var(--ink);
  display: grid; place-items: center;
  box-shadow: 0 12px 40px rgba(32, 28, 22, 0.3);
  transition: transform 300ms var(--ease-spring), background-color 200ms ease, color 200ms ease;
}
.reel__badge svg { width: 42%; height: 42%; margin-left: 6%; }
.reel__open:hover .reel__badge { transform: translate(-50%, -50%) scale(1.12) rotate(6deg); background: var(--flame); color: #FFF; }
.reel__caption {
  position: absolute; left: clamp(1.25rem, 4vw, 3rem); bottom: clamp(1rem, 3vw, 2rem);
  color: #FFFDF8; font-weight: 600; font-size: clamp(0.95rem, 2vw, 1.15rem);
  letter-spacing: 0.04em; text-shadow: 0 2px 14px rgba(32, 28, 22, 0.5);
}
.reel__caption em { font-family: var(--font-display); font-style: italic; font-size: 1.25em; }

/* ---------- loader pun ---------- */
.loader__pun {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  font-family: var(--font-script); font-size: 1.25rem; color: var(--bg);
  opacity: 0; transition: opacity 500ms ease 300ms; margin: 0; white-space: nowrap;
}
.loader.is-showing .loader__pun { opacity: 0.85; }

/* ---------- zoom parallax (scroll through the frames) ---------- */
.zoomp { position: relative; height: 300vh; background: var(--bg); }
.zoomp__sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.zoomp__tile {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
}
.zoomp__frame { position: relative; height: 25vh; width: 25vw; }
.zoomp__frame img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
.zoomp__tile--2 .zoomp__frame { top: -30vh; left: 5vw; height: 30vh; width: 35vw; }
.zoomp__tile--3 .zoomp__frame { top: -10vh; left: -25vw; height: 45vh; width: 20vw; }
.zoomp__tile--4 .zoomp__frame { left: 27.5vw; height: 25vh; width: 25vw; }
.zoomp__tile--5 .zoomp__frame { top: 27.5vh; left: 5vw; height: 25vh; width: 20vw; }
.zoomp__tile--6 .zoomp__frame { top: 27.5vh; left: -22.5vw; height: 25vh; width: 30vw; }
.zoomp__tile--7 .zoomp__frame { top: 22.5vh; left: 25vw; height: 15vh; width: 15vw; }
@media (max-width: 760px) {
  .zoomp { height: 220vh; }
  .zoomp__frame { height: 22vh; width: 44vw; }
}

/* ---------- lens dive: scroll-scrubbed video into About ---------- */
.lens { position: relative; height: 240vh; background: var(--bg); }
.lens__sticky {
  position: sticky; top: 0; height: 100vh; overflow: hidden;
  display: grid; place-items: center; background: var(--bg);
}
.lens__canvas {
  position: absolute; inset: 0; width: 100%; height: 100%; display: block;
}
.lens__reveal {
  position: absolute; inset: 0; overflow: hidden;
  clip-path: circle(0px at 50% 50%);
  background: var(--bg);
}
.lens__reveal img {
  /* keep Deivin (lower-left of the stage frame) visible even in narrow mobile crops */
  width: 100%; height: 100%; object-fit: cover; object-position: 28% 72%; display: block;
  transform: scale(1.15);
}
.lens__reveal-text {
  position: absolute; left: 50%; bottom: clamp(2rem, 7vh, 4.5rem);
  transform: translateX(-50%) rotate(-2deg);
  font-family: var(--font-script); font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  color: #FFFDF8; text-shadow: 0 2px 16px rgba(32, 28, 22, 0.6);
  margin: 0; white-space: nowrap;
}
.lens__reveal-text em { font-style: normal; color: var(--peach); }
.lens__poem {
  position: absolute; left: 50%; top: 44%;
  transform: translate(-50%, -50%);
  display: grid; gap: clamp(0.7rem, 1.6vh, 1.2rem);
  text-align: center; pointer-events: none;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.8vw, 3rem); line-height: 1.22; font-weight: 500;
  color: #FFFDF8;
  text-shadow: 0 1px 3px rgba(20, 16, 12, 0.9), 0 4px 28px rgba(20, 16, 12, 0.8);
  padding: clamp(1.8rem, 4vw, 3rem) clamp(2rem, 5vw, 4rem);
  background: radial-gradient(ellipse 100% 100% at 50% 50%, rgba(20, 16, 12, 0.5), rgba(20, 16, 12, 0.26) 58%, transparent 75%);
  border-radius: 32px;
  max-width: min(88vw, 24ch);
}
.lens__poem p { margin: 0; opacity: 0; will-change: opacity, transform; }
.lens__poem em { font-style: italic; color: var(--peach); }
@media (max-width: 640px) { .lens__poem { font-size: 1.3rem; } }
.lens__hint {
  position: absolute; bottom: clamp(1.5rem, 5vh, 3rem); left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  font-family: var(--font-script); font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  color: #FFFDF8; text-shadow: 0 2px 12px rgba(32, 28, 22, 0.55);
  margin: 0; white-space: nowrap; transition: opacity 400ms ease;
}

/* ---------- wedding collections ---------- */
.collections { background: var(--bg-2, var(--bg)); border-block: 1.5px solid var(--line); }
.collections__intro { color: var(--muted); max-width: 52ch; margin-top: var(--space-3); }
.tiers {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.9rem, 1.8vw, 1.4rem); align-items: stretch;
}
.tier {
  background: var(--bg); border: 1.5px solid var(--line); border-radius: 16px;
  padding: var(--space-4);
  display: flex; flex-direction: column;
  transition: transform var(--dur-med) var(--ease-out), border-color var(--dur-med) ease;
}
.tier:hover { transform: translateY(-4px); border-color: var(--peach-deep); }
.tier--star { border-color: var(--peach-deep); box-shadow: 0 10px 30px rgba(216, 137, 78, 0.14); }
.tier__tag {
  align-self: flex-start; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 700; color: var(--peach-deep); border: 1.5px solid var(--peach-deep);
  border-radius: 999px; padding: 0.25rem 0.7rem; margin: 0 0 var(--space-2);
}
.tier__name { font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; margin: 0; }
.tier__price {
  font-family: var(--font-display); font-style: italic; font-size: 2rem;
  color: var(--peach-deep); margin: 0.2rem 0 var(--space-2);
}
.tier__blurb { color: var(--muted); font-size: 0.92rem; margin-bottom: var(--space-3); }
.tier__list { display: grid; gap: 0.45rem; margin-top: auto; }
.tier__list li {
  font-size: 0.88rem; color: var(--muted); padding-left: 1.1rem; position: relative;
}
.tier__list li::before {
  content: ""; position: absolute; left: 0; top: 0.5em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--peach);
}
.collections__addons { color: var(--muted); max-width: 62ch; margin-top: var(--space-5); font-size: 0.95rem; }
@media (max-width: 1020px) { .tiers { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .tiers { grid-template-columns: 1fr; } }

/* ---------- chapters ---------- */
.chapter--tinted { background: var(--bg-2); border-block: 1.5px solid var(--line); }
.chapter__note {
  font-family: var(--font-script); font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  color: var(--peach-deep); margin: var(--space-5) 0 var(--space-4); transform: rotate(-1.5deg);
}

/* wedding CTA card */
.piece__open--cta {
  display: grid; place-items: center; height: 100%; min-height: 220px;
  border: 1.5px dashed var(--peach-deep); border-radius: 14px;
  background: var(--card);
  transition: background-color var(--dur-fast) ease, transform var(--dur-fast) var(--ease-spring);
}
.piece__open--cta:hover { background: var(--peach-soft); transform: translateY(-4px); }
.piece__ctabox { text-align: center; padding: var(--space-4); }
.piece__ctabox strong { font-family: var(--font-display); font-size: 1.5rem; display: block; margin-bottom: 0.4rem; }
.piece__ctabox span { color: var(--peach-deep); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.08em; text-transform: uppercase; }

/* ---------- album cards (photo stacks) ---------- */
.albums {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: clamp(1.2rem, 2.5vw, 2rem); align-items: start;
}
.album { position: relative; text-align: left; display: block; width: 100%; }
.album__cover {
  position: relative; display: block; border-radius: 10px; overflow: hidden;
  background: var(--card); box-shadow: 0 10px 30px rgba(32, 28, 22, 0.14);
  transition: transform 400ms var(--ease-spring), box-shadow 400ms ease;
}
.album__cover::before, .album__cover::after { content: none; }
.album::before, .album::after {
  content: ""; position: absolute; inset: 0 0 3.4rem 0; border-radius: 10px;
  background: var(--card); border: 1px solid var(--line);
  transition: transform 400ms var(--ease-spring);
  z-index: -1;
}
.album::before { transform: rotate(-2.4deg) translateY(6px); }
.album::after { transform: rotate(1.8deg) translateY(3px); }
.album:hover::before { transform: rotate(-4.5deg) translateY(8px) translateX(-4px); }
.album:hover::after { transform: rotate(3.5deg) translateY(5px) translateX(4px); }
.album__cover img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.album:hover .album__cover { transform: translateY(-6px) rotate(-0.6deg); box-shadow: 0 22px 48px rgba(32, 28, 22, 0.22); }
.album:focus-visible { outline: 2px solid var(--peach-deep); outline-offset: 4px; border-radius: 12px; }
.album__label { display: block; padding: 0.85rem 0.2rem 0; }
.album__label strong { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; display: block; }
.album__label span { color: var(--muted); font-size: 0.85rem; letter-spacing: 0.04em; }

/* ---------- album viewer overlay ---------- */
.albumview { position: fixed; inset: 0; z-index: var(--z-lightbox); }
.albumview[hidden] { display: none; }
.albumview__backdrop { position: absolute; inset: 0; background: rgba(32, 28, 22, 0.35); }
.albumview__panel {
  position: absolute; inset: 0; margin: clamp(0px, 2vh, 24px) auto; max-width: 100rem;
  width: calc(100% - clamp(0px, 4vw, 48px));
  background: var(--bg); border-radius: clamp(0px, 2vw, 18px);
  display: flex; flex-direction: column; overflow: hidden;
  box-shadow: 0 40px 120px rgba(32, 28, 22, 0.4);
  transform: translateY(24px); opacity: 0;
  transition: transform 450ms var(--ease-out), opacity 350ms ease;
}
.albumview.is-open .albumview__panel { transform: none; opacity: 1; }
.albumview__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem clamp(1.25rem, 3vw, 2.2rem); border-bottom: 1.5px solid var(--line);
  background: var(--bg); flex: none;
}
.albumview__title { font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 600; margin: 0; }
.albumview__meta { color: var(--muted); font-size: 0.85rem; letter-spacing: 0.06em; margin: 0; }
.albumview__close {
  width: 46px; height: 46px; border: 1.5px solid var(--line); border-radius: 50%;
  display: grid; place-items: center; color: var(--ink); flex: none;
  transition: border-color var(--dur-fast) ease, transform var(--dur-fast) var(--ease-spring);
}
.albumview__close:hover { border-color: var(--peach-deep); transform: rotate(90deg); }
.albumview__close svg { width: 20px; height: 20px; }
.albumview__grid {
  overflow-y: auto; padding: clamp(1rem, 2.5vw, 2rem);
  columns: 3 320px; column-gap: 1rem;
  overscroll-behavior: contain;
}
.albumview__grid button {
  display: block; width: 100%; margin-bottom: 1rem;
  border-radius: 8px; overflow: hidden; break-inside: avoid;
  opacity: 0; transform: translateY(22px);
  transition: opacity 550ms ease, transform 650ms var(--ease-out);
  transition-delay: calc(var(--i) * 45ms);
}
.albumview.is-open .albumview__grid button { opacity: 1; transform: none; }
.albumview__grid img {
  width: 100%; height: auto; display: block;
  transition: transform 500ms var(--ease-out);
}
.albumview__grid button:hover img { transform: scale(1.03); }
.albumview__grid button:focus-visible { outline: 2px solid var(--peach-deep); outline-offset: 2px; }
.albumview__zoom {
  position: fixed; inset: 0; z-index: 2;
  display: grid; place-items: center; padding: clamp(1rem, 3vw, 3rem);
  animation: zoom-in 300ms var(--ease-out);
}
.albumview__zoom[hidden] { display: none; }
.albumview__zoombg { position: absolute; inset: 0; background: rgba(32, 28, 22, 0.92); cursor: pointer; }
.albumview__zoom img {
  position: relative; max-width: min(92vw, 100%); max-height: 86vh; width: auto; height: auto;
  border-radius: 8px; animation: zoom-in 220ms ease;
}
.albumview__znav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 54px; height: 54px; border-radius: 50%;
  background: rgba(250, 245, 236, 0.12); color: var(--bg);
  border: 1.5px solid rgba(250, 245, 236, 0.35);
  display: grid; place-items: center;
  transition: background-color 150ms ease, transform 150ms var(--ease-out);
}
.albumview__znav:hover { background: rgba(250, 245, 236, 0.24); transform: translateY(-50%) scale(1.06); }
.albumview__znav svg { width: 24px; height: 24px; }
.albumview__znav--prev { left: clamp(0.6rem, 2.5vw, 2rem); }
.albumview__znav--next { right: clamp(0.6rem, 2.5vw, 2rem); }
.albumview__count {
  position: absolute; bottom: clamp(0.8rem, 2.5vh, 1.6rem); left: 50%; transform: translateX(-50%);
  color: rgba(250, 245, 236, 0.8); font-size: 0.85rem; letter-spacing: 0.12em; margin: 0;
  font-variant-numeric: tabular-nums;
}
@keyframes zoom-in { from { opacity: 0; } to { opacity: 1; } }
body.albumview-open { overflow: hidden; }

/* ---------- scrapbook touches (inspiration: nostalgic memorabilia sites) ---------- */
/* paper grain over the cream */
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 4;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* washi tape on the album stacks */
.album__tape {
  position: absolute; top: -11px; left: 50%; z-index: 2;
  width: clamp(72px, 40%, 110px); height: 26px;
  transform: translateX(-50%) rotate(-3.5deg);
  background: rgba(234, 217, 194, 0.85);
  box-shadow: 0 2px 6px rgba(32, 28, 22, 0.12);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.album:nth-child(even) .album__tape { transform: translateX(-52%) rotate(2.5deg); }

/* film-negative strip built from real frames */
.filmstrip {
  position: absolute; top: clamp(-2rem, -3vw, -1rem); right: clamp(0.5rem, 4vw, 4rem);
  width: clamp(74px, 9vw, 120px); padding: 10px 12px;
  background: #221E19; border-radius: 4px;
  transform: rotate(7deg);
  box-shadow: 0 18px 44px rgba(32, 28, 22, 0.3);
  display: grid; gap: 8px;
}
.filmstrip::before, .filmstrip::after {
  content: ""; position: absolute; top: 6px; bottom: 6px; width: 6px;
  background-image: repeating-linear-gradient(to bottom, transparent 0 4px, var(--bg) 4px 10px);
  border-radius: 1px;
}
.filmstrip::before { left: 3px; }
.filmstrip::after { right: 3px; }
.filmstrip span { display: block; overflow: hidden; border-radius: 2px; }
.filmstrip img {
  width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover;
  filter: grayscale(1) contrast(1.08) brightness(0.94);
}
.chapter .container { position: relative; }
.chapter__lead {
  color: var(--muted); max-width: 54ch;
  font-size: 1.02rem; margin: calc(-1 * var(--space-3)) 0 var(--space-5);
}
@media (max-width: 820px) { .filmstrip { display: none; } }

/* ink statement band */
.statement {
  background: var(--ink); color: var(--bg); text-align: center;
  padding: clamp(5rem, 14vh, 8.5rem) clamp(1.25rem, 5vw, 3rem);
}
.statement__line {
  font-family: var(--font-display); font-size: clamp(1.9rem, 5vw, 3.6rem);
  line-height: 1.2; max-width: 22ch; margin: 0 auto;
}
.statement__line em { font-style: italic; color: var(--peach); }
.statement__sub {
  font-family: var(--font-script); color: rgba(250, 245, 236, 0.55);
  font-size: clamp(1.05rem, 2vw, 1.3rem); margin: var(--space-3) 0 0;
}

/* hand-drawn underline beneath the script overlays */
.lockup__script {
  padding-bottom: 0.32em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'%3E%3Cpath d='M3 8 C 24 3, 46 10, 68 6 S 106 4, 117 7' fill='none' stroke='%23E4572E' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: 50% 100%; background-size: 92% 0.28em;
}

/* ---------- scroll reveal ---------- */
.reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity 700ms ease, transform 800ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.in-view { opacity: 1; transform: none; }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
  .marquee__track { animation: none; flex-wrap: wrap; width: auto; }
  .reveal { opacity: 1; transform: none; }
  .hero.is-ready .sc { animation: none; opacity: 1; }
  .loader, .cursor, .peek, .zoomp, .lens { display: none !important; }
  /* video hero falls back to the cream name lockup */
  .hero__media { display: none; }
  .hero { background: var(--bg); justify-content: center; }
  .hero__line:first-child { color: var(--ink); text-shadow: none; }
  .hero__line--em { color: var(--peach-deep); text-shadow: none; }
  .hero__eyebrow { color: var(--muted); }
  .hero__eyebrow span { color: var(--peach-deep); }
    .hero .stamp { color: var(--peach-deep); }
}
