/* ============================================================
   MINAGI · v2 — modern industrial-editorial redesign
   Different type, palette, rhythm. Same content.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;600;700;800&family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;1,9..144,400;1,9..144,500&family=JetBrains+Mono:wght@400;500;600&display=swap');

:root {
  /* ---- Paper / surface scale — cooler, less yellow ---- */
  --paper-50:  #FBFAF6;
  --paper-100: #F6F4EE;
  --paper-200: #ECE8DF;
  --paper-300: #DFD9CC;

  /* ---- Graphite (the new dark — cooler, modern) ---- */
  --graphite-900: #14110F;
  --graphite-800: #1F1A16;
  --graphite-700: #2D2620;

  /* ---- Walnut (kept for warm accents) ---- */
  --walnut-700: #6B4A33;
  --walnut-800: #4F3525;
  --walnut-900: #34221A;

  /* ---- Brass (the bowl & dial) ---- */
  --brass-300: #D8C295;
  --brass-500: #B79862;
  --brass-700: #997A45;

  /* ---- Ink ---- */
  --ink-900: #18130F;
  --ink-700: #3A332C;
  --ink-500: #5E564A;
  --ink-300: #A89F90;

  /* ---- Line ---- */
  --line-hair: #E5DFD2;
  --line-soft: #DAD1BE;
  --line-strong: #B9AC93;
  --line-dark: rgba(216, 194, 149, 0.18);

  /* ---- Semantic ---- */
  --surface-page:    var(--paper-100);
  --surface-raised:  var(--paper-50);
  --surface-sunken:  var(--paper-200);
  --surface-dark:    var(--graphite-900);
  --text-strong:     var(--ink-900);
  --text-body:       var(--ink-700);
  --text-muted:      var(--ink-500);
  --text-on-dark:    var(--paper-50);
  --text-on-dark-mute: #A09584;
  --accent:          var(--brass-500);
  --accent-strong:   var(--brass-700);
  --focus-ring:      rgba(183, 152, 98, 0.55);

  /* ---- Type ---- */
  --font-display: 'Inter Tight', system-ui, -apple-system, sans-serif;
  --font-body:    'Inter Tight', system-ui, -apple-system, sans-serif;
  --font-serif:   'Fraunces', 'Times New Roman', serif;
  --font-mono:    'JetBrains Mono', ui-monospace, Menlo, Consolas, monospace;

  --t-display: clamp(2.75rem, 6vw, 5.5rem);
  --t-h1:      clamp(2.25rem, 4.6vw, 3.75rem);
  --t-h2:      clamp(1.875rem, 3.4vw, 2.75rem);
  --t-h3:      clamp(1.25rem, 2vw, 1.625rem);
  --t-lead:    1.1875rem;
  --t-base:    1.0625rem;
  --t-sm:      0.9375rem;
  --t-xs:      0.8125rem;
  --t-mono:    0.75rem;

  /* ---- Spacing ---- */
  --s-2: 0.5rem;  --s-3: 0.75rem;  --s-4: 1rem;  --s-5: 1.5rem;
  --s-6: 2rem;    --s-7: 3rem;     --s-8: 4rem;  --s-9: 6rem;  --s-10: 8rem;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --content-max: 1280px;
  --content-narrow: 760px;

  /* ---- Radii — much smaller, more industrial ---- */
  --r-xs: 2px;
  --r-sm: 4px;
  --r-md: 6px;
  --r-lg: 10px;

  /* ---- Shadows ---- */
  --shadow-sm: 0 1px 2px rgba(20, 17, 15, 0.06);
  --shadow-md: 0 8px 24px rgba(20, 17, 15, 0.08);
  --shadow-lg: 0 24px 60px rgba(20, 17, 15, 0.14);

  /* ---- Motion ---- */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast: 180ms;
  --dur: 340ms;
  --dur-slow: 600ms;
}

/* ============ Base ============ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--surface-page);
  color: var(--text-body);
  font-family: var(--font-body);
  font-size: var(--t-base);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-feature-settings: "ss01", "ss03", "cv11";
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--text-strong);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0;
}
h1 { font-size: var(--t-h1); font-weight: 500; }
h2 { font-size: var(--t-h2); font-weight: 500; }
h3 { font-size: var(--t-h3); font-weight: 600; letter-spacing: -0.012em; line-height: 1.18; }
p  { margin: 0 0 1em; }

a { color: var(--ink-900); text-decoration: none; }
a:hover { color: var(--accent-strong); }
img { display: block; max-width: 100%; }
::selection { background: var(--brass-300); color: var(--ink-900); }
:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: 2px; }
section[id] { scroll-margin-top: 76px; }

/* ============ Atoms ============ */
.eyebrow {
  font-family: var(--font-mono);
  font-size: var(--t-mono);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-strong);
  display: inline-block;
}
.eyebrow-ondark { color: var(--brass-300); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.005em;
  line-height: 1;
  padding: 14px 22px;
  border-radius: var(--r-sm);
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: all var(--dur-fast) var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.btn-sm { padding: 9px 14px; font-size: 13px; }
.btn-lg { padding: 17px 30px; font-size: 16px; }
.btn-block { width: 100%; }
.btn-primary  { background: var(--graphite-900); color: var(--paper-50); }
.btn-primary:hover  { background: var(--ink-900); transform: translateY(-1px); }
.btn-accent   { background: var(--brass-500); color: var(--graphite-900); }
.btn-accent:hover   { background: var(--brass-700); color: var(--paper-50); }
.btn-ghost    { background: transparent; color: var(--ink-900); border-color: var(--line-strong); }
.btn-ghost:hover    { border-color: var(--graphite-900); }

.card { background: var(--surface-raised); border-radius: var(--r-md); padding: var(--s-6); }
.card-outline { border: 1px solid var(--line-soft); }
.card-raised  { box-shadow: var(--shadow-md); border: 1px solid var(--line-hair); }

.input {
  font-family: var(--font-body);
  font-size: var(--t-base);
  color: var(--ink-900);
  background: var(--paper-50);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-sm);
  padding: 14px 16px;
  outline: none;
  width: 100%;
  transition: border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}
.input::placeholder { color: var(--ink-300); }
.input:focus { border-color: var(--brass-500); box-shadow: 0 0 0 3px var(--focus-ring); }

.container        { max-width: var(--content-max); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.container-narrow { max-width: var(--content-narrow); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

.lead { font-size: var(--t-lead); line-height: 1.55; color: var(--ink-700); }

/* Thin brass scroll-progress bar pinned at the very top */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 100%;
  background: var(--brass-500);
  transform-origin: 0 50%;
  transform: scaleX(0);
  z-index: 60;
  pointer-events: none;
  transition: transform 80ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .scroll-progress { transition: none; }
}

/* Vertical engineering label — Nothing/TE style */
.vlabel {
  position: absolute;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-500);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

/* Reveal */
.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .reveal.in { animation: revealIn 0.8s var(--ease-out); }
}
@keyframes revealIn {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: none; }
}

/* ============ Nav ============ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.site-header.scrolled {
  background: rgba(246, 244, 238, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line-hair);
}
.nav-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 14px var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.nav-logo { line-height: 0; }
.nav-logo img { height: 56px; width: auto; }
.nav-links { display: flex; gap: var(--s-6); align-items: center; }
.nav-link {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-700);
  padding: 4px 0;
}
.nav-link:hover { color: var(--ink-900); }

.lang-toggle {
  display: inline-flex;
  gap: 0;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-xs);
  overflow: hidden;
}
.lang-btn {
  border: none;
  cursor: pointer;
  padding: 7px 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  background: transparent;
  color: var(--ink-500);
  transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);
}
.lang-btn[aria-pressed="true"] { background: var(--graphite-900); color: var(--paper-50); }

/* Small v1 / v2 switcher chip top-right (dev) */
.edition-chip {
  position: fixed;
  bottom: 18px; right: 18px;
  z-index: 80;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  background: var(--graphite-900);
  color: var(--paper-50);
  padding: 8px 14px;
  border-radius: var(--r-xs);
  box-shadow: var(--shadow-md);
  text-transform: uppercase;
}
.edition-chip a { color: var(--brass-300); margin-left: 10px; padding-left: 10px; border-left: 1px solid rgba(255,255,255,.18); }
.edition-chip a:hover { color: var(--paper-50); }

/* ============ Hero ============ */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--paper-50);
  border-bottom: 1px solid var(--line-hair);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr);
  gap: 0;
  max-width: var(--content-max);
  margin: 0 auto;
  min-height: clamp(640px, 90vh, 920px);
  align-items: stretch;
}
.hero-copy {
  position: relative;
  padding: clamp(3rem, 8vh, 6rem) var(--gutter) clamp(3rem, 7vh, 5rem) var(--gutter);
  display: flex; flex-direction: column; justify-content: center;
}
.hero-meta {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-500);
  margin-bottom: 28px;
}
.hero-meta .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brass-500); }
.hero-meta .sep { color: var(--line-strong); }
.hero h1 {
  font-size: var(--t-display);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.028em;
  color: var(--ink-900);
  margin: 0 0 28px;
  max-width: 14ch;
}
.hero h1 em {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--walnut-800);
}
.hero-body {
  font-size: var(--t-lead);
  line-height: 1.55;
  color: var(--ink-700);
  max-width: 44ch;
  margin: 0 0 32px;
}
.hero-ctas { display: flex; gap: var(--s-4); align-items: center; flex-wrap: wrap; margin-bottom: 30px; }
.link-arrow {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-900);
  padding: 8px 0;
  border-bottom: 1px solid var(--ink-900);
}
.link-arrow:hover { color: var(--brass-700); border-color: var(--brass-700); }

.hero-photo {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  /* Slow Ken-Burns breath so the hero doesn't feel frozen. */
  animation: heroBurns 28s ease-in-out infinite alternate;
  transform-origin: 60% 55%;
}
/* On desktop, let the photo bleed left underneath the text block and
   fade out smoothly so the text reads over a soft gradient instead of
   a hard column edge. */
@media (min-width: 981px) {
  .hero-grid { overflow: visible; }
  .hero-photo {
    margin-left: clamp(-200px, -14vw, -100px);
    -webkit-mask-image: linear-gradient(90deg,
      transparent 0%,
      rgba(0,0,0,0.08) 10%,
      rgba(0,0,0,0.35) 22%,
      rgba(0,0,0,0.7) 34%,
      rgba(0,0,0,0.95) 44%,
      #000 52%,
      #000 100%);
            mask-image: linear-gradient(90deg,
      transparent 0%,
      rgba(0,0,0,0.08) 10%,
      rgba(0,0,0,0.35) 22%,
      rgba(0,0,0,0.7) 34%,
      rgba(0,0,0,0.95) 44%,
      #000 52%,
      #000 100%);
  }
  .hero-copy { position: relative; z-index: 2; }
}
.hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  display: block;
}
@keyframes heroBurns {
  from { transform: scale(1); }
  to   { transform: scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-photo { animation: none; }
}
.hero-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--paper-50) 0%, rgba(246,244,238,0) 18%);
}
.hero-vlabel-left {
  left: 28px; top: 50%; transform: translateY(-50%) rotate(180deg);
}
.hero-vlabel-right {
  right: 28px; top: 50%; transform: translateY(-50%) rotate(180deg);
  color: var(--paper-50);
  mix-blend-mode: difference;
  z-index: 4;
}

.hero-edition {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-500);
}
.hero-edition .num { color: var(--ink-900); font-weight: 600; }

.listen-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  background: var(--paper-50);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-sm);
  padding: 10px 12px 10px 16px;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
}
.listen-btn:hover { border-color: var(--graphite-900); transform: translateY(-1px); }
.listen-text { text-align: left; }
.listen-label { display: block; font-family: var(--font-body); font-size: 13px; font-weight: 600; color: var(--ink-900); }
.listen-sub { display: block; font-family: var(--font-mono); font-size: 10px; color: var(--ink-500); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 2px; }
.listen-icon {
  position: relative;
  width: 32px; height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--brass-500);
  display: inline-flex; align-items: center; justify-content: center;
}
/* listen-icon pulse removed — the bowl in the hero photo now hums
   continuously, so a second pulse here just competes rhythmically. */

/* Anchor sits on the brass bowl in the persona-design hero shot
   (bottom-right area where the minagi rests on the rug). */
.bowl-anchor { position: absolute; top: 72%; left: 60%; width: 0; height: 0; pointer-events: none; z-index: 3; }
@media (min-width: 981px) {
  .bowl-anchor { top: 64%; left: 45%; }
}

/* Two auto-pulsing rings — the bowl "humming" continuously so the
   tone visibly emanates from the photographed brass bowl. */
.bowl-anchor::before,
.bowl-anchor::after {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 40px; height: 40px;
  margin: -20px 0 0 -20px;
  border-radius: 50%;
  border: 1.5px solid var(--brass-500);
  opacity: 0;
  pointer-events: none;
  animation: bowlAutoPulse 5s ease-out infinite;
}
.bowl-anchor::after { animation-delay: 2.5s; }
@keyframes bowlAutoPulse {
  0%   { transform: scale(0.3); opacity: 0; }
  12%  { opacity: 0.55; }
  100% { transform: scale(7); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .bowl-anchor::before, .bowl-anchor::after { animation: none; opacity: 0; }
}

/* Click-spawned rings (main.js adds these on listen-btn click) —
   bigger / brighter than the auto-pulse for a clear "you triggered it" beat. */
.bowl-ring {
  position: absolute; left: 0; top: 0; width: 40px; height: 40px;
  margin: -20px 0 0 -20px;
  border-radius: 50%;
  border: 2px solid var(--brass-500);
  transform: scale(0.2);
  opacity: 0;
  animation: bowlRipple 2.6s var(--ease-out) forwards;
}
@keyframes bowlRipple {
  0% { transform: scale(0.2); opacity: 0.75; }
  100% { transform: scale(10); opacity: 0; }
}

.hero-disclaimer {
  position: absolute;
  right: var(--gutter);
  bottom: 16px;
  z-index: 3;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--paper-50);
  background: rgba(20, 17, 15, 0.45);
  padding: 5px 9px;
  border-radius: var(--r-sm);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  margin: 0;
}

/* ============ Doctrine strip (anti-gadget · ticker) ============ */
.doctrine {
  background: var(--graphite-900);
  color: var(--paper-50);
  padding: 22px 0;
  overflow: hidden;
}
.doctrine-marquee {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}
.doctrine-track {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 60s linear infinite;
}
.doctrine-track > * { flex-shrink: 0; }
.doctrine:hover .doctrine-track { animation-play-state: paused; }
.doctrine-sep {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--brass-500);
  opacity: 0.55;
}
.doctrine-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass-300);
}
.doctrine-line {
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  letter-spacing: -0.015em;
  color: var(--paper-50);
  margin: 0;
}

/* ============ Problem ============ */
.problem {
  padding: var(--s-9) var(--gutter);
  border-bottom: 1px solid var(--line-hair);
}
.problem-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: var(--s-7);
  align-items: start;
}
.problem-inner > .eyebrow { grid-column: 1; grid-row: 1; }
.problem-inner > h2 { grid-column: 1; grid-row: 2; font-weight: 400; max-width: 18ch; margin: 12px 0 0; }
.problem-inner > .lead { grid-column: 2; grid-row: 2; line-height: 1.55; margin: 12px 0 0; max-width: 56ch; }

@media (max-width: 980px) {
  .problem-inner { grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  .problem-inner > h2,
  .problem-inner > .lead { grid-column: 1; }
  .problem-inner > h2 { grid-row: 2; }
  .problem-inner > .lead { grid-row: 3; }
}

/* ============ Ritual / How ============ */
.how { padding: var(--s-9) var(--gutter); background: var(--paper-50); }
.how-inner { max-width: var(--content-max); margin: 0 auto; }
.how-head { display: flex; align-items: baseline; justify-content: space-between; gap: 32px; flex-wrap: wrap; margin-bottom: var(--s-7); border-top: 1px solid var(--ink-900); padding-top: var(--s-5); }
.how-head h2 { font-weight: 400; max-width: 16ch; margin: 0; }
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: var(--s-7); align-items: center; }
.media-figure { margin: 0; }
.media-frame { border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-lg); }
.media-frame img { width: 100%; display: block; }
.kicker-caption {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-500);
  margin: 14px 0 0;
}
.steps { display: flex; flex-direction: column; gap: var(--s-6); }
.step { display: grid; grid-template-columns: 64px 1fr; gap: var(--s-5); align-items: start; padding-top: var(--s-4); border-top: 1px solid var(--line-hair); }
.step:first-child { padding-top: 0; border-top: 0; }
.step-num {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--brass-700);
  padding-top: 6px;
}
.step h3 { font-weight: 600; margin: 0 0 8px; }
.step p { color: var(--ink-700); font-size: var(--t-base); line-height: 1.55; margin: 0; }

/* ============ Breath band ============ */
.breath { position: relative; width: 100%; overflow: hidden; }
.breath-photo {
  position: absolute; inset: 0;
  background-image: url('../assets/minagi-bowl-topdown.webp');
  background-size: cover;
  background-position: center 44%;
}
.breath-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(20,17,15,0.78) 0%, rgba(20,17,15,0.42) 48%, rgba(20,17,15,0.1) 100%);
}
.breath-content {
  position: relative;
  z-index: 2;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(5rem, 12vh, 8rem) var(--gutter);
  min-height: clamp(420px, 60vh, 620px);
  display: flex; flex-direction: column; justify-content: center;
}
.breath-line {
  font-family: var(--font-display);
  font-size: clamp(34px, 5.4vw, 72px);
  font-weight: 300;
  font-style: normal;
  color: var(--paper-50);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0;
  max-width: 18ch;
  text-wrap: balance;
}
.breath-sub {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--brass-300);
  margin: 24px 0 0;
}

/* ============ Sound ============ */
.sound { padding: var(--s-9) var(--gutter); border-bottom: 1px solid var(--line-hair); }
.sound-inner { max-width: var(--content-max); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 0.4fr) minmax(0, 1fr); gap: var(--s-7); }
.sound h2 { font-weight: 400; margin: 12px 0 0; max-width: 14ch; }
.sound .lead { margin: 0; max-width: 56ch; }

/* ============ In the media · press ticker ============ */
.media {
  padding: var(--s-8) 0;
  background: var(--surface-page);
  border-top: 1px solid var(--line-hair);
  border-bottom: 1px solid var(--line-hair);
}
.media-head { text-align: center; margin-bottom: var(--s-6); padding: 0 var(--gutter); }
.media-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.media-track {
  display: flex;
  align-items: center;
  gap: clamp(44px, 6vw, 88px);
  width: max-content;
  will-change: transform;
  animation: marquee 55s linear infinite;
}
.media-track > * { flex-shrink: 0; }
.media:hover .media-track { animation-play-state: paused; }
.media-logo { height: 30px; width: auto; opacity: 0.6; }
@media (max-width: 560px) { .media-logo { height: 24px; } }
@media (prefers-reduced-motion: reduce) {
  .media-track { animation: none; }
  .media-marquee { overflow-x: auto; }
}

/* ============ Subscribe form (hero / pledge / signup) ============ */
.ml-form { margin: 0; }
.ml-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.ml-row { display: flex; gap: var(--s-3); align-items: stretch; }
.ml-row .ml-email { flex: 1 1 auto; min-width: 0; }
.ml-row .ml-submit { flex: 0 0 auto; white-space: nowrap; }
.ml-form-hero { max-width: 460px; margin-bottom: var(--s-5); }
.ml-count { font-family: var(--font-mono); font-size: var(--t-xs); letter-spacing: 0.03em; color: var(--accent-strong); margin: 12px 0 0; }
.ml-sent { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.01em; font-size: var(--t-lead); color: var(--text-strong); margin: 0; }
.ml-error { font-size: var(--t-sm); color: #A32D2D; margin: 8px 0 0; }
.ml-form-stack .ml-email { width: 100%; margin-bottom: var(--s-3); }
@media (max-width: 560px) {
  .ml-row { flex-direction: column; }
  .ml-row .ml-submit { width: 100%; }
}

/* ============ Launch pricing (price preview + capture) ============ */
.price-preview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s-5); max-width: 660px; margin: 0 auto var(--s-7); }
.price-card { background: var(--surface-raised); border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: var(--s-6); text-align: center; }
.price-card-featured { border: 2px solid var(--accent); }
.price-tag { display: inline-block; font-family: var(--font-mono); font-size: var(--t-xs); text-transform: uppercase; letter-spacing: 0.08em; color: var(--accent-strong); margin-bottom: var(--s-3); }
.price-name { font-family: var(--font-mono); font-size: var(--t-sm); text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); }
.price-amount { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.02em; font-size: clamp(2rem, 4vw, 2.75rem); color: var(--text-strong); margin: 6px 0 8px; }
.price-note { font-size: var(--t-sm); line-height: 1.5; color: var(--text-body); margin: 0; }
.pledge-capture { max-width: 660px; margin: 0 auto; text-align: center; padding: var(--s-7) var(--s-6); }
.pledge-capture-copy { font-size: var(--t-base); line-height: 1.55; color: var(--text-body); margin: 0 auto var(--s-5); max-width: 48ch; }
.pledge-capture .ml-form-hero { margin: 0 auto; }
@media (max-width: 560px) { .price-preview { grid-template-columns: 1fr; } }

/* ============ Who's behind it · founders ============ */
.founders { padding: var(--s-9) var(--gutter); background: var(--surface-page); }
.founders-inner { max-width: var(--content-narrow); margin: 0 auto; }
.founders-head { text-align: center; margin-bottom: var(--s-8); }
.founders-head h2 { font-weight: 400; margin: 14px auto 16px; max-width: 22ch; }
.founders-head .lead { margin: 0 auto; max-width: 60ch; }
.founders-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s-5); }
.founder-card { text-align: center; padding: var(--s-7) var(--s-6); }
.founder-portrait { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; object-position: top; margin: 0 auto var(--s-4); display: block; }
.founder-name { font-family: var(--font-display); font-weight: 600; font-size: var(--t-h3); letter-spacing: -0.01em; color: var(--text-strong); }
.founder-role { font-family: var(--font-mono); font-size: var(--t-xs); text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent-strong); margin-top: 4px; }
.founder-bio { font-size: var(--t-sm); line-height: 1.6; color: var(--text-body); margin: var(--s-4) 0 0; }
.founders-closing { text-align: center; margin: var(--s-8) auto 0; max-width: 52ch; font-size: var(--t-base); line-height: 1.6; color: var(--text-body); }
.founders-link { display: inline-block; margin-top: var(--s-3); font-family: var(--font-mono); font-size: var(--t-sm); letter-spacing: 0.04em; color: var(--accent-strong); text-decoration: none; }
.founders-link:hover { color: var(--text-strong); }
@media (max-width: 560px) { .founders-grid { grid-template-columns: 1fr; } }

/* ============ Quote band ============ */
.quote-band {
  padding: var(--s-9) var(--gutter);
  background: var(--surface-raised);
  border-top: 1px solid var(--line-hair);
  border-bottom: 1px solid var(--line-hair);
}
.quote-inner { max-width: var(--content-narrow); margin: 0 auto; text-align: center; }
.quote-figure { margin: var(--s-5) 0 0; }
.quote-figure::before {
  content: '\201C';
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(56px, 8vw, 92px);
  line-height: 0.5;
  color: var(--brass-300);
}
.quote-text {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.5rem, 3.2vw, 2.5rem);
  font-weight: 400;
  line-height: 1.18;
  color: var(--text-strong);
  text-wrap: balance;
  margin: var(--s-4) 0 0;
}
.quote-cite {
  display: block;
  font-family: var(--font-mono);
  font-style: normal;
  font-size: var(--t-mono);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-strong);
  margin-top: var(--s-5);
}
.quote-cite::before { content: '\00B7'; margin-right: 0.5em; color: var(--brass-500); }
.quote-cite:empty { display: none; }

/* ============ Inside / mechanism ============ */
.inside { padding: var(--s-9) var(--gutter); background: var(--paper-50); }
.inside-inner { max-width: var(--content-max); margin: 0 auto; }
.inside-head { display: flex; align-items: baseline; justify-content: space-between; gap: 32px; flex-wrap: wrap; margin-bottom: var(--s-7); border-top: 1px solid var(--ink-900); padding-top: var(--s-5); }
.inside-head h2 { font-weight: 400; max-width: 18ch; margin: 0; }
.inside-body { font-size: var(--t-base); line-height: 1.6; color: var(--ink-700); margin: 0 0 28px; max-width: 50ch; }

.video-frame {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  cursor: pointer;
  background: var(--paper-300);
  aspect-ratio: 16 / 9;
  margin-bottom: var(--s-6);
}
.video-frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-overlay { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; background: rgba(20,17,15,0.18); }
.video-frame.paused .video-overlay { display: flex; }
.video-play {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(251, 250, 246, 0.96);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md);
}
.video-caption { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-500); text-align: center; margin: 12px 0 0; }

.modules { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-5) var(--s-6); margin-top: var(--s-6); }
.module { display: grid; grid-template-columns: 48px 1fr; gap: var(--s-4); align-items: start; padding-top: var(--s-4); border-top: 1px solid var(--line-hair); }
.module-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--brass-700);
  padding-top: 6px;
}
.module h3 { font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--ink-900); letter-spacing: -0.005em; margin: 0 0 6px; }
.module p { font-size: var(--t-sm); line-height: 1.55; color: var(--ink-700); margin: 0; }

/* ============ Specs · data card ============ */
.specs { padding: var(--s-9) var(--gutter); background: var(--paper-200); border-top: 1px solid var(--line-hair); }
.specs-head {
  max-width: var(--content-max);
  margin: 0 auto var(--s-7);
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
  border-top: 1px solid var(--ink-900);
  padding-top: var(--s-5);
}
.specs-head h2 { font-weight: 400; max-width: 18ch; margin: 0; flex: 1 1 auto; }
.specs-head .eyebrow { order: -1; flex-basis: 100%; }
.specs-meta {
  font-family: var(--font-mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--ink-500); margin: 0;
}
.specs-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: var(--s-7);
  align-items: stretch;
}
.specs-photo {
  margin: 0;
  background: var(--paper-50);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  padding: var(--s-6);
}
.specs-photo img {
  width: 100%;
  height: auto;
  max-width: 480px;
  filter: drop-shadow(0 24px 40px rgba(20, 17, 15, 0.16));
}
.specs-data {
  background: var(--paper-50);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: var(--s-5);
}
/* Datasheet values wipe in left-to-right on scroll-in (schematic loading feel).
   .reveal.in is added by main.js's IntersectionObserver. */
.specs-data dd { display: inline-block; }
.specs-data.in dd { animation: ddWipe 0.55s var(--ease-out) backwards; }
.specs-data.in .spec-row:nth-child(1) dd { animation-delay: 0.08s; }
.specs-data.in .spec-row:nth-child(2) dd { animation-delay: 0.16s; }
.specs-data.in .spec-row:nth-child(3) dd { animation-delay: 0.24s; }
.specs-data.in .spec-row:nth-child(4) dd { animation-delay: 0.32s; }
.specs-data.in .spec-row:nth-child(5) dd { animation-delay: 0.40s; }
.specs-data.in .spec-row:nth-child(6) dd { animation-delay: 0.48s; }
.specs-data.in .spec-row:nth-child(7) dd { animation-delay: 0.56s; }
.specs-data.in .spec-row:nth-child(8) dd { animation-delay: 0.64s; }
.specs-data.in .spec-row:nth-child(9) dd { animation-delay: 0.72s; }
@keyframes ddWipe {
  from { clip-path: inset(0 100% 0 0); }
  to   { clip-path: inset(0 0 0 0); }
}
@media (prefers-reduced-motion: reduce) {
  .specs-data.in dd { animation: none; clip-path: none; }
}
.specs-data-head {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-500);
  padding-bottom: 10px; border-bottom: 1px solid var(--line-hair);
}
.specs-data dl { margin: 0; padding: 0; }
.spec-row {
  display: grid;
  grid-template-columns: minmax(110px, 0.42fr) 1fr;
  gap: var(--s-5);
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px dotted var(--line-soft);
}
.spec-row:last-child { border-bottom: 0; }
.spec-row dt {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brass-700);
}
.spec-row dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  color: var(--ink-900);
  line-height: 1.35;
  letter-spacing: -0.005em;
}

/* ============ Personas · 3-row marquee ============ */
.personas {
  padding: var(--s-9) 0;
  background: var(--paper-50);
  border-top: 1px solid var(--line-hair);
  overflow: hidden;
}
.personas-head {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: var(--s-5) var(--gutter) var(--s-7);
  border-top: 1px solid var(--ink-900);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 32px;
  align-items: start;
}
.personas-head > .eyebrow { grid-column: 1; grid-row: 1; }
.personas-head > h2 { grid-column: 1; grid-row: 2; font-weight: 400; max-width: 22ch; margin: 12px 0 0; }
.personas-head > .lead { grid-column: 2; grid-row: 2; margin: 12px 0 0; max-width: 40ch; }

@media (max-width: 980px) {
  .personas-head { grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  .personas-head > h2, .personas-head > .lead { grid-column: 1; }
  .personas-head > h2 { grid-row: 2; }
  .personas-head > .lead { grid-row: 3; }
}

.persona-marquee {
  position: relative;
  display: flex; flex-direction: column;
  gap: 14px;
  padding: 8px 0;
  /* Soft fade at the edges so tiles enter/exit cleanly. */
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}
.marquee-row { overflow: hidden; }
.marquee-track {
  display: flex;
  gap: 14px;
  width: max-content;
  will-change: transform;
  animation-name: marquee;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.marquee-row-1 .marquee-track { animation-duration: 90s; }

@keyframes marquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}
.persona-marquee:hover .marquee-track,
.persona-marquee:focus-within .marquee-track {
  animation-play-state: paused;
}

.persona-tile {
  flex: 0 0 auto;
  position: relative;
  width: clamp(320px, 42vw, 620px);
  aspect-ratio: 16 / 9;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--paper-300);
  margin: 0;
  box-shadow: var(--shadow-sm);
}
.persona-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.persona-code {
  position: absolute;
  top: 12px; left: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--paper-50);
  background: rgba(20, 17, 15, 0.55);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 6px 10px;
  border-radius: var(--r-xs);
  z-index: 1;
}

@media (max-width: 560px) {
  .persona-tile { width: clamp(260px, 85vw, 380px); }
  .personas { padding: var(--s-7) 0; }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none !important; transform: none !important; }
  .marquee-row { overflow-x: auto; scrollbar-width: thin; }
}

/* ============ Lookbook ============ */
.lookbook { padding: var(--s-9) var(--gutter); background: var(--paper-100); }
.lookbook-inner { max-width: var(--content-max); margin: 0 auto; }
.lookbook-head { display: flex; align-items: baseline; justify-content: space-between; gap: 32px; flex-wrap: wrap; margin-bottom: var(--s-6); border-top: 1px solid var(--ink-900); padding-top: var(--s-5); }
.lookbook-head h2 { font-weight: 400; margin: 0; }
.lookbook-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-5); }
.lookbook-grid .tile-frame { margin: 0; aspect-ratio: 1 / 1; border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-md); }
.lookbook-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease-out); }
.lookbook-grid .tile-frame:hover img { transform: scale(1.04); }

/* ---- Moments · use-mode tiles ---- */
.moments {
  list-style: none; margin: var(--s-7) 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-5);
}
.moment {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--surface-raised);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: clamp(20px, 2vw, 28px);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.moment:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.moment-idx {
  font-family: var(--font-mono);
  font-size: var(--t-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--brass-700);
}
.moment-top { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.moment-name {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.01em;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.1;
  color: var(--text-strong);
  margin: 0;
}
.moment-tag {
  font-family: var(--font-mono);
  font-size: var(--t-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--brass-700);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-sm);
  padding: 3px 9px;
  white-space: nowrap;
}
.moment-desc { font-size: var(--t-sm); line-height: 1.5; color: var(--text-body); margin: 0; }
@media (max-width: 900px) { .moments { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .moments { grid-template-columns: 1fr; } }

/* ============ 凪 idea — graphite dark, modern minimal ============ */
.idea {
  background: var(--graphite-900);
  color: var(--text-on-dark);
  padding: var(--s-10) var(--gutter);
  position: relative;
}
.idea::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(60% 60% at 50% 0%, rgba(183,152,98,0.06) 0%, rgba(183,152,98,0) 70%);
  pointer-events: none;
}
.idea-inner { max-width: var(--content-narrow); margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.idea-kanji {
  font-family: var(--font-serif);
  font-size: clamp(96px, 14vw, 196px);
  font-weight: 300;
  color: var(--brass-500);
  line-height: 0.9;
  margin-bottom: 16px;
}
.idea h2 {
  font-family: var(--font-display);
  color: var(--paper-50);
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  font-weight: 300;
  letter-spacing: -0.022em;
  line-height: 1.05;
  margin: 14px 0 22px;
  text-wrap: balance;
}
.idea-body {
  font-size: var(--t-lead);
  line-height: 1.6;
  color: var(--text-on-dark-mute);
  max-width: 56ch;
  margin: 0 auto 18px;
}
.idea-ai {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.7;
  color: var(--brass-300);
  max-width: 64ch;
  margin: 28px auto 0;
}

/* ============ Pledge ============ */
.pledge { padding: var(--s-10) var(--gutter); }
.pledge-inner { max-width: var(--content-max); margin: 0 auto; }
.pledge-head { display: flex; align-items: baseline; justify-content: space-between; gap: 32px; flex-wrap: wrap; margin-bottom: var(--s-7); border-top: 1px solid var(--ink-900); padding-top: var(--s-5); }
.pledge-head h2 { font-weight: 400; max-width: 16ch; margin: 0; font-size: var(--t-h1); }
.pledge-head .lead { margin: 0; max-width: 40ch; }
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-5); align-items: stretch; }
.tier { display: flex; }
.tier .card { display: flex; flex-direction: column; width: 100%; position: relative; padding: var(--s-7) var(--s-6); }
.tier-featured .card {
  border: 1px solid var(--graphite-900);
  background: var(--graphite-900);
  color: var(--paper-50);
}
.tier-featured .tier-name,
.tier-featured .tier-price { color: var(--paper-50); }
.tier-featured .tier-desc { color: var(--text-on-dark-mute); }
.tier-tag {
  position: absolute;
  top: 16px; right: 16px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--graphite-900);
  background: var(--brass-500);
  padding: 5px 10px;
  border-radius: var(--r-xs);
}
.tier-name {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-500);
}
.tier-price {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 400;
  letter-spacing: -0.022em;
  color: var(--ink-900);
  line-height: 1;
  margin: 14px 0 16px;
}
.tier-desc { font-size: var(--t-sm); line-height: 1.55; color: var(--ink-700); margin: 0 0 26px; flex: 1; }
.tier .card > a { display: block; }
.pledge-note {
  text-align: center; font-family: var(--font-mono);
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--ink-500); margin: var(--s-6) 0 0;
}

/* ============ FAQ ============ */
.faq { background: var(--paper-200); padding: var(--s-9) var(--gutter); border-top: 1px solid var(--line-hair); }
.faq-inner { max-width: 880px; margin: 0 auto; }
.faq-head { margin-bottom: var(--s-7); border-top: 1px solid var(--ink-900); padding-top: var(--s-5); display: flex; gap: var(--s-5); align-items: baseline; justify-content: space-between; flex-wrap: wrap; }
.faq-head h2 { font-weight: 400; margin: 0; }
.faq-item { border-bottom: 1px solid var(--line-soft); }
.faq-q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none; border: none; cursor: pointer;
  text-align: left;
  padding: 22px 0;
}
.faq-q .q {
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink-900);
}
.faq-x {
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 22px;
  color: var(--brass-700);
  line-height: 1;
  transition: transform var(--dur) var(--ease);
}
.faq-item.open .faq-x { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height var(--dur-slow) var(--ease); }
.faq-item.open .faq-a { max-height: 320px; }
.faq-a p {
  font-size: var(--t-base); line-height: 1.65; color: var(--ink-700);
  margin: 0 0 24px; max-width: 64ch;
}

/* ============ Signup ============ */
.signup { padding: var(--s-10) var(--gutter); background: var(--paper-50); }
.signup-inner { max-width: var(--content-narrow); margin: 0 auto; text-align: center; }
.signup h2 { font-size: var(--t-h1); font-weight: 400; margin: 12px 0 14px; }
.signup .lead { margin: 0 auto 32px; max-width: 46ch; }
.signup-card { max-width: 480px; margin: 0 auto; padding: var(--s-6); }
.signup-form { display: flex; flex-direction: column; gap: 14px; }
.signup-tiny { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-500); margin: 0; }
.signup-sent { padding: 12px 0; }
.signup-sent-head { font-family: var(--font-display); font-weight: 500; font-size: 24px; color: var(--ink-900); margin-bottom: 8px; letter-spacing: -0.012em; }
.signup-sent p { color: var(--ink-700); margin: 0; }

/* ============ Footer ============ */
.site-footer { background: var(--graphite-900); color: var(--text-on-dark); }
.footer-grid {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: var(--s-9) var(--gutter) var(--s-6);
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: var(--s-7);
}
.footer-logo { height: 56px; width: auto; margin-bottom: 16px; }
.footer-tagline {
  color: var(--text-on-dark-mute);
  max-width: 36ch;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.012em;
  margin: 0;
}
.footer-col-h {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass-300);
  margin-bottom: 16px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  font-family: var(--font-body);
  font-size: 14px; color: var(--text-on-dark);
}
.footer-links a:hover { color: var(--brass-300); }
.footer-bottom {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 18px var(--gutter);
  border-top: 1px solid var(--line-dark);
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text-on-dark-mute);
}

/* ============ Responsive ============ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-photo { aspect-ratio: 4 / 3; min-height: auto; }
  .hero-copy { padding: 4rem var(--gutter) 3rem; }
  .split, .problem-inner, .sound-inner, .specs-inner { grid-template-columns: 1fr; gap: var(--s-6); }
  .modules { grid-template-columns: 1fr; }
  .tiers { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .lookbook-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .lookbook-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .nav-inner { padding: 10px var(--gutter); }
  .nav-links { gap: 12px; }
  .nav-link { display: none; }
  .nav-logo img { height: 44px; }
  .lang-btn { min-height: 44px; padding-left: 14px; padding-right: 14px; display: inline-flex; align-items: center; }
  .nav-links .btn-sm { min-height: 44px; }
  .hero-disclaimer { position: relative; right: auto; bottom: auto; color: var(--ink-500); background: none; padding: 0; backdrop-filter: none; -webkit-backdrop-filter: none; margin: 16px var(--gutter) 0; }
  .edition-chip { bottom: 14px; right: 14px; font-size: 10px; padding: 6px 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}
