/*
  Signature Staging — design tokens surface
  Edit these first. Reload http://127.0.0.1:8080/
*/

:root {
  /* Palette — interiors-credible, not cream-template / not racing neon */
  --void: #0e1114;
  --void-soft: #171b20;
  --paper: #ebe6df;
  --paper-deep: #d9d2c8;
  --ink: #12151a;
  --muted: #6e675e;
  --mark: #c4a35a;
  --mark-soft: rgba(196, 163, 90, 0.18);
  --mark-hot: #d4b56e;
  --line: rgba(18, 21, 26, 0.12);
  --line-on-void: rgba(235, 230, 223, 0.14);

  /* Type */
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Instrument Sans", system-ui, sans-serif;

  /* Rhythm */
  --pad-x: clamp(1.25rem, 4vw, 3.5rem);
  --section-y: clamp(4rem, 10vh, 7.5rem);
  --hero-min-h: 100svh;
  --radius: 2px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* Door height = house pull-up so Living sits under glass from scroll 0 */
  --walk-scroll: 1400vh;
  --door-scroll: 280vh;
  /* IG phone fan (replaces More work) — shorter than door/walk */
  --ig-scroll: 210vh;
  --ig-scroll-mobile: 220vh;
  --chrome-top: 0px;
}

@media (max-width: 900px) {
  :root {
    --pad-x: 1.15rem;
    --section-y: clamp(3rem, 8vh, 4.5rem);
    --door-scroll: 200vh;
    --walk-scroll: 980vh;
    --ig-scroll: var(--ig-scroll-mobile);
  }
}
