/* ============================================================
   VistaCriativa AI — "Cinematic Atelier" edition (Fable build)
   Umbrella brand tokens (aubergine / gold / cream) deepened into
   a dark cinematic world. Serif: Cormorant Garamond. Body: Figtree.
   Technical accent: Fragment Mono.
   ============================================================ */

:root {
  /* ---- World ---- */
  --ink:        #0e0813;   /* page base — near-black aubergine */
  --ink-2:      #150c1d;   /* raised surface on ink */
  --ink-3:      #1d1226;   /* card surface on ink */
  --aub:        #34233a;   /* brand aubergine (matches vistacriativa.com) */
  --aub-light:  #4a3550;
  --aub-deep:   #241829;

  /* ---- Gold ---- */
  --gold:       #b08828;
  --gold-warm:  #d4ad4e;
  --gold-pale:  #ead9a8;
  --gold-grad:  linear-gradient(115deg, #a97f22 0%, #d4ad4e 45%, #f0dfae 62%, #c89a37 100%);
  --gold-line:  rgba(212, 173, 78, 0.22);
  --gold-line-soft: rgba(212, 173, 78, 0.12);

  /* ---- Cream (editorial light panels) ---- */
  --cream:      #faf6ee;
  --cream-2:    #f4ecda;
  --cream-card: #fffdf8;

  /* ---- CTA ---- */
  --green:       #27ae60;
  --green-hover: #229954;

  /* ---- Text ---- */
  --paper:       #f5f1ea;                 /* warm white on ink */
  --paper-dim:   rgba(245, 241, 234, 0.62);
  --paper-faint: rgba(245, 241, 234, 0.38);
  --text-ink:    #241829;                 /* on cream */
  --text-ink-dim:#5c4f63;

  /* ---- Type ---- */
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans:  "Figtree", system-ui, -apple-system, sans-serif;
  --mono:  "Fragment Mono", ui-monospace, "SF Mono", monospace;

  --fs-display: clamp(2.6rem, 6.2vw, 5rem);
  --fs-h2:      clamp(2.1rem, 4.6vw, 3.9rem);
  --fs-h3:      clamp(1.35rem, 2vw, 1.7rem);
  --fs-lead:    clamp(1.02rem, 1.4vw, 1.2rem);
  --fs-body:    1rem;
  --fs-sm:      0.875rem;
  --fs-mono:    0.72rem;

  --ease:       cubic-bezier(0.16, 1, 0.3, 1);
  --container:  1200px;
}

/* ============ Reset / base ============ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--paper);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
::selection { background: rgba(212, 173, 78, 0.32); color: #fff; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

/* Global film grain — one fixed layer, cheap */
.grain-veil {
  position: fixed; inset: -50%;
  width: 200%; height: 200%;
  pointer-events: none;
  z-index: 2000;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
  animation: grain-shift 1.4s steps(4) infinite;
}
@keyframes grain-shift {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-1.2%, 0.8%); }
  50% { transform: translate(0.9%, -1.1%); }
  75% { transform: translate(-0.7%, -0.6%); }
  100% { transform: translate(0, 0); }
}

/* ============ Typography primitives ============ */
.eyebrow {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--gold-warm);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.eyebrow::before {
  content: "";
  width: 34px; height: 1px;
  background: linear-gradient(90deg, var(--gold-warm), transparent);
  flex: none;
}
.eyebrow--center { justify-content: center; }
.eyebrow--center::after {
  content: "";
  width: 34px; height: 1px;
  background: linear-gradient(270deg, var(--gold-warm), transparent);
  flex: none;
}

.display {
  font-family: var(--serif);
  font-weight: 500;
  font-size: var(--fs-display);
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--paper);
}
.h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: var(--fs-h2);
  line-height: 1.06;
  letter-spacing: -0.012em;
  margin: 0 0 20px;
  color: var(--paper);
  max-width: 21ch;
}
.h2--center { margin-inline: auto; text-align: center; }
.gold-i {
  font-style: italic;
  font-weight: 500;
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 0.06em; /* italic overhang */
}
.lead {
  font-size: var(--fs-lead);
  line-height: 1.7;
  color: var(--paper-dim);
  max-width: 54ch;
  margin: 0;
}

/* Line-reveal: JS wraps heading lines in .rl > .rl__in */
.rl { display: block; overflow: hidden; }
.rl__in { display: block; transform: translateY(110%); }

/* ============ Section shells ============ */
.sec { position: relative; padding: clamp(88px, 12vw, 168px) 0; }
.sec--flush { padding: 0; }
.sec--cream {
  background: var(--cream);
  color: var(--text-ink);
  background-image: radial-gradient(circle at 1px 1px, rgba(52,35,58,0.05) 1px, transparent 0);
  background-size: 28px 28px;
  /* editorial "sheet" laid over the dark world */
  border-radius: clamp(20px, 3vw, 36px) clamp(20px, 3vw, 36px) 0 0;
  margin-top: calc(-1 * clamp(20px, 3vw, 36px));
  position: relative;
  z-index: 3;
}
.sec--cream + .sec:not(.sec--cream),
.sec--cream + .showcase {
  /* dark section following a cream sheet gets the mirrored rounding */
  border-radius: clamp(20px, 3vw, 36px) clamp(20px, 3vw, 36px) 0 0;
  margin-top: calc(-1 * clamp(20px, 3vw, 36px));
  position: relative;
  z-index: 3;
  background-color: var(--ink);
}
.sec--cream .h2, .sec--cream .display { color: var(--aub-deep); }
.sec--cream .lead { color: var(--text-ink-dim); }
.sec--cream .eyebrow { color: var(--gold); }

/* mono index marker at each section top — atelier plan-sheet flavor */
.sec-index {
  position: absolute;
  top: clamp(26px, 3.4vw, 44px);
  left: 0; right: 0;
  pointer-events: none;
}
.sec-index .container {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--mono); font-size: 0.66rem;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--paper-faint);
}
.sec--cream .sec-index .container { color: rgba(52,35,58,0.55); }
.sec-index .container::after {
  content: ""; flex: 1; height: 1px;
  background: currentColor; opacity: 0.28;
}

/* ============ Buttons ============ */
.btn {
  --btn-bg: var(--green);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--btn-bg);
  color: #fff;
  font-weight: 600;
  font-size: 0.98rem;
  padding: 15px 28px;
  border-radius: 999px;
  border: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.25s;
  box-shadow: 0 12px 32px -10px rgba(39, 174, 96, 0.55);
  white-space: nowrap;
}
.btn::after { /* shine sweep */
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,0.35) 50%, transparent 65%);
  transform: translateX(-120%);
  transition: transform 0.7s var(--ease);
  z-index: -1;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -10px rgba(39,174,96,0.65); background: var(--green-hover); }
.btn:hover::after { transform: translateX(120%); }
.btn:active { transform: translateY(0) scale(0.98); }
.btn--ghost {
  background: transparent;
  color: var(--paper);
  border: 1px solid rgba(245,241,234,0.28);
  box-shadow: none;
}
.btn--ghost:hover { background: rgba(245,241,234,0.06); border-color: rgba(245,241,234,0.5); box-shadow: none; }
.btn--ghost::after { display: none; }
.btn--gold-ghost {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold-line);
  box-shadow: none;
}
.btn--gold-ghost:hover { background: rgba(212,173,78,0.08); border-color: var(--gold-warm); box-shadow: none; }
.btn--gold-ghost::after { display: none; }
.btn--small { padding: 10px 20px; font-size: 0.86rem; }
.btn-row { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

/* ============ Nav ============ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  padding: 18px 0;
  transition: background 0.4s, backdrop-filter 0.4s, padding 0.4s, border-color 0.4s;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(14, 8, 19, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom-color: var(--gold-line-soft);
  padding: 12px 0;
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav__logo img { height: 36px; width: auto; }
.nav__right { display: flex; align-items: center; gap: 18px; }
.lang-toggle {
  display: flex; align-items: center; gap: 4px;
  font-family: var(--mono); font-size: 0.7rem;
  letter-spacing: 0.12em;
}
.lang-toggle button {
  background: none; border: 0;
  color: var(--paper-faint);
  padding: 6px 6px;
  font: inherit;
  letter-spacing: inherit;
  transition: color 0.25s;
}
.lang-toggle button.active { color: var(--gold-warm); }
.lang-toggle button:hover { color: var(--paper); }
.lang-toggle__sep { color: rgba(245,241,234,0.2); }

/* ============ Hero ============ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(120px, 14vh, 180px) 0 clamp(60px, 8vh, 120px);
  overflow: hidden;
}
.hero__aurora {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 0;
}
.hero::after { /* bottom fade into page ink */
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 220px;
  background: linear-gradient(180deg, transparent, var(--ink));
  z-index: 1;
  pointer-events: none;
}
.hero__grid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  width: 100%;
}
.hero__brand {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.5rem;
  margin-bottom: 18px;
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.hero .display { max-width: 15ch; margin: 6px 0 26px; }
.hero__sub { margin-bottom: 34px; }
.hero__meta {
  margin-top: 44px;
  display: flex; gap: 28px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 0.68rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--paper-faint);
}
.hero__meta span { display: flex; align-items: center; gap: 8px; }
.hero__meta span::before { content: "◆"; font-size: 0.5rem; color: var(--gold-warm); }

/* ============ Phone — 3D stage ============ */
.phone-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  perspective: 1400px;
}
.phone-tilt { transform-style: preserve-3d; will-change: transform; }
.phone-halo { /* gold aura behind the device */
  position: absolute;
  top: 50%; left: 50%;
  width: 480px; height: 480px;
  transform: translate(-50%, -55%);
  background: radial-gradient(circle, rgba(212,173,78,0.16) 0%, rgba(176,136,40,0.05) 42%, transparent 68%);
  filter: blur(6px);
  pointer-events: none;
  z-index: -1;
}

.phone {
  width: 300px;
  height: 620px;
  background: linear-gradient(160deg, #1a0f22, #0a0510 60%);
  border-radius: 46px;
  padding: 11px;
  position: relative;
  margin: 0 auto;
  box-shadow:
    0 60px 100px -30px rgba(0, 0, 0, 0.75),
    0 25px 50px -20px rgba(20, 8, 30, 0.6),
    0 0 0 1px rgba(212, 173, 78, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.phone::before { /* glass reflection streak */
  content: "";
  position: absolute; inset: 0;
  border-radius: 46px;
  background: linear-gradient(118deg, transparent 30%, rgba(255,255,255,0.065) 42%, rgba(255,255,255,0.02) 50%, transparent 58%);
  pointer-events: none;
  z-index: 6;
}
.phone__notch {
  position: absolute;
  top: 13px; left: 50%;
  transform: translateX(-50%);
  width: 98px; height: 23px;
  background: #0a0510;
  border-radius: 0 0 16px 16px;
  z-index: 5;
}
.phone__screen {
  width: 100%; height: 100%;
  background: #efeae2;
  border-radius: 36px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.phone__home-indicator {
  position: absolute;
  bottom: 7px; left: 50%;
  transform: translateX(-50%);
  width: 100px; height: 4px;
  border-radius: 2px;
  background: rgba(0,0,0,0.25);
  z-index: 4;
}
.phone__chat-bg {
  background-color: #efeae2;
  background-image:
    radial-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
    radial-gradient(rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 24px 24px, 32px 32px;
  background-position: 0 0, 12px 16px;
}

/* ---- WhatsApp chrome (faithful port) ---- */
.wa-statusbar {
  background: #008069; color: #fff;
  height: 27px; padding: 5px 22px 0;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12px; font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
  position: relative; z-index: 2;
}
.wa-statusbar__time { letter-spacing: -0.02em; }
.wa-statusbar__right { display: inline-flex; align-items: center; gap: 6px; }
.wa-header {
  background: #008069; color: #fff;
  padding: 6px 10px 10px;
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600;
}
.wa-back { color: #fff; flex: none; opacity: 0.95; }
.wa-avatar {
  width: 32px; height: 32px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  color: var(--gold-warm);
  font-size: 16px;
  flex: none;
}
.wa-header__text { flex: 1 1 auto; min-width: 0; }
.wa-name { font-weight: 600; line-height: 1.15; font-size: 13.5px; }
.wa-status { font-size: 10.5px; font-weight: 400; opacity: 0.85; line-height: 1.3; }
.wa-header__actions { display: inline-flex; gap: 14px; color: #fff; opacity: 0.9; flex: none; }
.wa-daybadge {
  align-self: center;
  background: rgba(225, 245, 254, 0.92);
  color: #54656f;
  font-size: 10px; font-weight: 500;
  padding: 4px 10px; border-radius: 8px;
  letter-spacing: 0.04em;
  box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
  margin: 6px 0 8px;
}
.wa-messages {
  flex: 1;
  padding: 4px 10px 8px;
  overflow: hidden;
  display: flex; flex-direction: column; gap: 6px;
}
.wa-bubble {
  max-width: 80%;
  padding: 6px 9px 5px;
  border-radius: 8px;
  font-size: 12.5px;
  line-height: 1.35;
  position: relative;
  box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
  color: #111b21;
  font-family: var(--sans);
}
.wa-bubble--in  { background: #fff; align-self: flex-start; border-top-left-radius: 0; }
.wa-bubble--out { background: #d9fdd3; align-self: flex-end; border-top-right-radius: 0; }
.wa-meta { font-size: 9px; color: rgba(0,0,0,0.45); text-align: right; margin-top: 2px; }
.wa-meta__check { color: #53bdeb; margin-left: 2px; }
.wa-bubble--media { max-width: 86%; }
.wa-voice { display: flex; align-items: center; gap: 7px; min-width: 158px; }
.wa-voice__play { flex: none; opacity: 0.85; }
.wa-voice__wave { flex: 1 1 auto; display: flex; align-items: center; min-width: 0; }
.wa-voice__dur { flex: none; font-size: 10px; opacity: 0.65; font-variant-numeric: tabular-nums; }
.wa-voice__tx { margin-top: 5px; font-size: 11px; line-height: 1.35; opacity: 0.62; font-style: italic; }
.wa-photo { width: 188px; max-width: 100%; aspect-ratio: 22/15; border-radius: 9px; overflow: hidden; background: rgba(0,0,0,0.06); }
.wa-photo svg { display: block; width: 100%; height: 100%; }
.wa-photo__cap { margin-top: 5px; font-size: 11px; opacity: 0.7; }
.wa-bubble--draft { max-width: 90%; }
.wa-draft__lead { margin-bottom: 6px; }
.wa-draft { border-left: 2.5px solid #d4ad4e; padding: 1px 0 1px 9px; margin: 2px 0; }
.wa-draft__label { font-size: 10px; opacity: 0.6; margin-bottom: 4px; letter-spacing: 0.02em; }
.wa-draft__subj { font-weight: 700; font-size: 12px; margin-bottom: 4px; }
.wa-draft__body { font-size: 11.5px; line-height: 1.5; opacity: 0.92; }
.wa-draft__foot { margin-top: 7px; font-size: 11px; opacity: 0.7; }
.wa-composer {
  display: flex; align-items: center; gap: 6px;
  padding: 6px 8px 18px;
  background: #efeae2;
}
.wa-composer__input {
  flex: 1 1 auto;
  background: #fff;
  border-radius: 999px;
  padding: 7px 10px;
  display: flex; align-items: center; gap: 8px;
  color: #54656f;
  box-shadow: 0 1px 0.5px rgba(0,0,0,0.08);
  min-width: 0;
}
.wa-composer__placeholder {
  flex: 1 1 auto;
  font-size: 12px;
  color: #8696a0;
  letter-spacing: 0.01em;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
}
.wa-composer__input svg { flex: none; color: #54656f; }
.wa-composer__mic {
  flex: none;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: #008069; color: #fff;
  border: 0;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
@keyframes wa-bubble-in {
  from { opacity: 0; transform: translateY(6px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.wa-bubble--enter { animation: wa-bubble-in 260ms cubic-bezier(0.16,1,0.3,1) both; }
.wa-bubble--typing { padding: 8px 12px 8px; }
.wa-typing { display: inline-flex; gap: 4px; align-items: center; height: 12px; }
.wa-typing span {
  width: 6px; height: 6px; border-radius: 50%;
  background: #8696a0; opacity: 0.4;
  animation: wa-typing-bounce 1.2s infinite ease-in-out;
}
.wa-typing span:nth-child(2) { animation-delay: 0.18s; }
.wa-typing span:nth-child(3) { animation-delay: 0.36s; }
@keyframes wa-typing-bounce {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30%           { transform: translateY(-3px); opacity: 0.9; }
}
/* dark chat (Personal AI) */
.wa--dark .phone__screen { background: #0b141a; }
.wa--dark .phone__chat-bg {
  background-color: #0b141a;
  background-image:
    radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    radial-gradient(rgba(255,255,255,0.035) 1px, transparent 1px);
}
.wa--dark .wa-statusbar { background: #1f2c34; }
.wa--dark .wa-header { background: #1f2c34; }
.wa--dark .wa-daybadge { background: rgba(31,44,52,0.92); color: #aebac1; box-shadow: none; }
.wa--dark .wa-bubble { color: #e9edef; box-shadow: 0 1px 0.5px rgba(0,0,0,0.3); }
.wa--dark .wa-bubble--in  { background: #202c33; }
.wa--dark .wa-bubble--out { background: #005c4b; }
.wa--dark .wa-meta { color: rgba(233,237,239,0.55); }
.wa--dark .wa-meta__check { color: #53bdeb; }
.wa--dark .wa-composer { background: #0b141a; }
.wa--dark .wa-composer__input { background: #202c33; color: #aebac1; box-shadow: none; }
.wa--dark .wa-composer__placeholder { color: #8696a0; }
.wa--dark .wa-composer__input svg { color: #aebac1; }
.wa--dark .wa-typing span { background: #aebac1; }

/* ---- scenario chips ---- */
.scenario-chips { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.scenario-chips__label {
  font-family: var(--mono); font-size: 0.62rem;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--paper-faint);
}
.scenario-chips__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; max-width: 400px; }
.scenario-chip {
  background: rgba(245,241,234,0.05);
  border: 1px solid rgba(245,241,234,0.14);
  color: var(--paper-dim);
  font-size: 0.78rem;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: 999px;
  transition: all 0.3s var(--ease);
}
.scenario-chip:hover { border-color: var(--gold-line); color: var(--paper); }
.scenario-chip.is-active {
  background: rgba(212,173,78,0.12);
  border-color: var(--gold-warm);
  color: var(--gold-pale);
}

/* ============ Marquee ============ */
.marquee-wrap { overflow: hidden; padding: 34px 0 26px; }
.marquee-band {
  position: relative;
  padding: 22px 0;
  border-top: 1px solid var(--gold-line-soft);
  border-bottom: 1px solid var(--gold-line-soft);
  overflow: hidden;
  background: var(--ink-2);
  transform: rotate(-1.15deg) scale(1.02);
}
.marquee { display: flex; overflow: hidden; user-select: none; gap: 0; }
.marquee--rev { border-top: 0; margin-top: -1px; }
.marquee--rev .marquee__track { animation-direction: reverse; animation-duration: 58s; }
.marquee--rev .marquee__item { font-style: normal; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--paper-faint); }
.marquee__track {
  display: flex; flex: none;
  align-items: center;
  gap: 0;
  min-width: 100%;
  animation: marquee-scroll 46s linear infinite;
}
.marquee-band:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-100%); } }
.marquee__item {
  display: inline-flex; align-items: center; gap: 26px;
  padding: 0 26px;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-style: italic;
  color: var(--paper-dim);
  white-space: nowrap;
}
.marquee__item::after { content: "◆"; font-size: 0.5rem; color: var(--gold); font-style: normal; }

/* ============ Problem (cream editorial) ============ */
.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.pain-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.pain {
  display: flex; gap: 20px; align-items: baseline;
  padding: 26px 0;
  border-bottom: 1px solid rgba(52,35,58,0.12);
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--text-ink);
}
.pain:first-child { border-top: 1px solid rgba(52,35,58,0.12); }
.pain__num {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--gold);
  flex: none;
  letter-spacing: 0.1em;
}
.pain-close {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  line-height: 1.35;
  color: var(--aub-deep);
  margin-top: 34px;
  max-width: 24ch;
}

/* ============ Showcase (pinned scrollytelling) ============ */
.showcase { position: relative; background: var(--ink); }
.showcase__pin {
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-top: 72px; /* fixed-nav clearance while pinned */
}
/* chapter headings sit inside a 100vh pin — keep them compact */
.showcase__chapter .h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin-bottom: 10px; }
.showcase__chapter .eyebrow { margin-bottom: 12px; }
.showcase__chapter .lead { font-size: 0.95rem; line-height: 1.55; max-width: 46ch; }
.showcase__bullets { margin: 16px 0 18px; gap: 8px; }
.showcase__bullets li { font-size: 0.88rem; line-height: 1.5; }
.showcase .phone { width: 280px; height: 580px; }
.showcase__chapter .scenario-chips { margin-top: 16px !important; }
/* Chips wrap freely — never a horizontal cutoff. Chapters are natural-height
   and centered in the pin, and each chapter is capped at 5 scenarios (fable.js),
   so this never exceeds two rows or spills below the pinned frame. */
.showcase__chapter .scenario-chips__row { flex-wrap: wrap; max-width: 100%; }
.showcase__chapter .scenario-chip { padding: 7px 13px; font-size: 0.76rem; }
.showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 90px);
  align-items: center;
  width: 100%;
}
.showcase__copy { position: relative; }
/* Only the active chapter occupies flow — its natural height drives the column,
   and the pinned grid centers it. No fixed height (that forced overflow below
   the pin on short viewports, clipping the scenario chips). */
.showcase__chapter {
  display: none;
  flex-direction: column; justify-content: center;
}
.showcase__chapter.is-active { display: flex; }
.showcase__bullets { list-style: none; margin: 26px 0 30px; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.showcase__bullets li {
  display: flex; gap: 12px; align-items: baseline;
  color: var(--paper-dim);
  font-size: 0.98rem;
}
.showcase__bullets li svg { flex: none; color: var(--gold-warm); transform: translateY(2px); }
.showcase__price {
  font-family: var(--serif);
  font-size: 1.7rem;
  color: var(--paper);
  display: flex; align-items: baseline; gap: 12px;
  flex-wrap: wrap;
  white-space: nowrap;
  margin-bottom: 8px;
}
.showcase__price s { color: var(--paper-faint); font-size: 1.1rem; white-space: nowrap; }
.showcase__price-sub { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--paper-faint); white-space: nowrap; }
.showcase__promo { font-size: 0.9rem; color: var(--gold-pale); margin-bottom: 24px; }
.showcase__promo s { color: var(--paper-faint); }
.showcase__rail {
  position: absolute;
  left: clamp(20px, 4vw, 48px);
  top: 50%;
  transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 30px;
  z-index: 5;
}
.showcase__rail-item {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 0.62rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--paper-faint);
  background: none; border: 0;
  padding: 0;
  transition: color 0.3s;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.showcase__rail-item::before {
  content: "";
  width: 1px; height: 26px;
  background: currentColor;
  opacity: 0.4;
  transition: height 0.4s var(--ease), opacity 0.3s;
}
.showcase__rail-item.is-active { color: var(--gold-warm); }
.showcase__rail-item.is-active::before { height: 44px; opacity: 1; }

/* ============ Pricing cards ============ */
.pricing { background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%); }
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: clamp(40px, 5vw, 72px);
  align-items: stretch;
}
.card {
  position: relative;
  background: linear-gradient(165deg, rgba(245,241,234,0.045), rgba(245,241,234,0.015));
  border: 1px solid rgba(245,241,234,0.09);
  border-radius: 20px;
  padding: 34px 30px 30px;
  display: flex; flex-direction: column;
  backdrop-filter: blur(8px);
  transition: transform 0.5s var(--ease), border-color 0.4s, box-shadow 0.5s;
  overflow: hidden;
}
.card::before { /* cursor spotlight — JS feeds --mx/--my */
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, -20%), rgba(212,173,78,0.09), transparent 65%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.card:hover::before { opacity: 1; }
.card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-line);
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6);
}
.card--popular {
  border-color: var(--gold-line);
  background: linear-gradient(165deg, rgba(212,173,78,0.09), rgba(212,173,78,0.02) 55%);
}
.card__badge {
  position: absolute;
  top: -11px; left: 30px;
  font-family: var(--mono); font-size: 0.58rem;
  letter-spacing: 0.22em;
  background: var(--gold-grad);
  color: #241829;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
}
.card__title { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; margin: 0 0 10px; color: var(--paper); }
.card__desc { font-size: 0.92rem; color: var(--paper-dim); margin: 0 0 20px; line-height: 1.6; }
.card__bullets { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.card__bullets li { display: flex; gap: 10px; align-items: baseline; font-size: 0.88rem; color: var(--paper-dim); }
.card__bullets li svg { flex: none; color: var(--gold-warm); transform: translateY(2px); }
.card__price {
  font-family: var(--serif);
  font-size: 1.9rem;
  color: var(--paper);
  margin-top: auto;
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
  white-space: nowrap;
}
.card__price-was { color: var(--paper-faint); font-size: 1.1rem; white-space: nowrap; }
.card__price-sub { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--paper-faint); }
.card__promo { font-size: 0.85rem; color: var(--gold-pale); margin-top: 8px; }
.card__promo s { color: var(--paper-faint); }
.card__fineprint { font-size: 0.72rem; color: var(--paper-faint); margin: 12px 0 0; line-height: 1.5; }
.card__cta-wrap { margin-top: 22px; }
.card__cta { width: 100%; justify-content: center; }
.cards-note {
  text-align: center;
  font-size: 0.85rem;
  color: var(--paper-faint);
  max-width: 60ch;
  margin: 28px auto 0;
}
/* custom row card spans */
.card--wide {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.card--wide .card__body { flex: 1 1 380px; }
.card--wide .card__price { margin: 0; flex-direction: column; align-items: flex-start; gap: 2px; }
.card--wide .card__cta-wrap { margin: 0; }

/* ============ Journey — what you get ============ */
.journey-groups { display: flex; flex-direction: column; gap: clamp(48px, 6vw, 80px); margin-top: clamp(40px, 5vw, 64px); }
.journey-group__label {
  font-family: var(--mono); font-size: 0.68rem;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold);
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 28px;
}
.journey-group__label::after { content: ""; flex: 1; height: 1px; background: rgba(52,35,58,0.14); }
.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.surface {
  background: var(--cream-card);
  border: 1px solid rgba(52,35,58,0.1);
  border-radius: 16px;
  padding: 24px 22px;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.3s;
}
.surface:hover {
  transform: translateY(-4px);
  border-color: var(--gold-line);
  box-shadow: 0 20px 44px -20px rgba(36,24,41,0.25);
}
.surface__icon {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: rgba(176,136,40,0.1);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.surface h4 { font-family: var(--sans); font-weight: 700; font-size: 0.98rem; margin: 0 0 6px; color: var(--aub-deep); }
.surface p { font-size: 0.86rem; color: var(--text-ink-dim); margin: 0; line-height: 1.55; }
.journey-note { font-size: 0.85rem; color: var(--text-ink-dim); margin-top: 20px; font-style: italic; }

/* ============ Capabilities bento ============ */
.bento {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(40px, 5vw, 64px);
}
.bento__cell {
  background: linear-gradient(165deg, rgba(245,241,234,0.04), rgba(245,241,234,0.012));
  border: 1px solid rgba(245,241,234,0.09);
  border-radius: 20px;
  padding: 30px 28px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.4s;
}
.bento__cell:hover { border-color: var(--gold-line); }
.bento__cell::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, -20%), rgba(212,173,78,0.08), transparent 65%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.bento__cell:hover::before { opacity: 1; }
.bento__cell--big { grid-column: span 2; grid-row: span 2; display: flex; flex-direction: column; justify-content: flex-end; min-height: 280px; }
.bento__cell--big::after { /* oversized italic 24/7 watermark */
  content: "24/7";
  position: absolute;
  top: 10px; right: 26px;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(212,173,78,0.28);
  pointer-events: none;
}
.bento__cell--big .bento__glow {
  position: absolute; top: -60px; right: -60px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(212,173,78,0.14), transparent 65%);
  pointer-events: none;
}
.bento__icon { color: var(--gold-warm); margin-bottom: 16px; }
.bento__cell h4 { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; margin: 0 0 8px; color: var(--paper); }
.bento__cell--big h4 { font-size: clamp(1.7rem, 2.6vw, 2.3rem); }
.bento__cell p { font-size: 0.9rem; color: var(--paper-dim); margin: 0; line-height: 1.6; }

/* ============ Why us / ChaveOS (cream) ============ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
  margin-top: clamp(36px, 5vw, 60px);
}
.why-col { border-top: 2px solid var(--gold); padding-top: 22px; }
.why-col h4 { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; margin: 0 0 10px; color: var(--aub-deep); }
.why-col p { font-size: 0.94rem; color: var(--text-ink-dim); margin: 0; }
.chaveos-band {
  margin-top: clamp(64px, 8vw, 110px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.chaveos-shot {
  perspective: 1000px;
}
.chaveos-shot img {
  border-radius: 14px;
  border: 1px solid rgba(52,35,58,0.15);
  box-shadow: 0 40px 80px -30px rgba(36,24,41,0.4);
  transform: rotateY(-7deg) rotateX(2deg);
  transition: transform 0.7s var(--ease);
}
.chaveos-shot:hover img { transform: rotateY(0) rotateX(0); }

/* ============ Try now — steps ============ */
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 44px);
  margin: clamp(40px, 5vw, 64px) 0;
  counter-reset: step;
}
.step { position: relative; padding-top: 90px; }
.step::before { /* hairline connecting the numerals */
  content: "";
  position: absolute;
  top: 34px; left: 90px; right: -22px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-line), transparent);
}
.step:last-child::before { display: none; }
.step__num {
  position: absolute; top: 0; left: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 4.6rem;
  line-height: 1;
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.9;
}
.step h4 { font-family: var(--sans); font-weight: 700; font-size: 1.05rem; margin: 0 0 8px; color: var(--paper); }
.step p { font-size: 0.92rem; color: var(--paper-dim); margin: 0; }

/* ============ Proof line ============ */
.proof-line {
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  color: var(--paper-dim);
  max-width: 34ch;
  margin: 0 auto;
}

/* ============ Mission (Kept) ============ */
.mission {
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%);
  border-radius: clamp(20px, 3vw, 36px) clamp(20px, 3vw, 36px) 0 0;
  margin-top: calc(-1 * clamp(20px, 3vw, 36px));
  position: relative;
  z-index: 3;
}
.mission + .sec {
  border-radius: clamp(20px, 3vw, 36px) clamp(20px, 3vw, 36px) 0 0;
  margin-top: calc(-1 * clamp(20px, 3vw, 36px));
  position: relative;
  z-index: 3;
  background-color: var(--ink);
}
.mission-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
}
/* mission is a cream panel but not .sec--cream — carry the dark-text treatment
   so the heading isn't warm-white-on-cream (only the gold word was showing). */
.mission .h2, .mission .display { color: var(--aub-deep); }
.mission .eyebrow { color: var(--gold); }
.mission .sec-index .container { color: rgba(52,35,58,0.55); }
.mission p { color: var(--text-ink-dim); }
.mission__body { font-size: 1.04rem; line-height: 1.75; }
.mission__sub { font-size: 0.92rem; margin-top: 16px; }
.mission__foot { font-size: 0.78rem; margin-top: 28px; font-style: italic; opacity: 0.8; }
.mission__photo { position: relative; }
.mission__photo img {
  border-radius: 16px;
  box-shadow: 0 30px 70px -25px rgba(36,24,41,0.45);
}
.mission__caption {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  color: var(--text-ink-dim);
  margin-top: 14px;
}
.mission__soon {
  display: inline-block;
  font-family: var(--mono); font-size: 0.6rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  border: 1px solid var(--gold-line);
  color: var(--gold);
  border-radius: 999px;
  padding: 4px 12px;
  margin-left: 12px;
  vertical-align: middle;
}

/* ============ FAQ ============ */
.faq-list { max-width: 760px; margin: clamp(36px, 5vw, 56px) auto 0; }
.faq-item { border-bottom: 1px solid rgba(245,241,234,0.1); }
.faq-item:first-child { border-top: 1px solid rgba(245,241,234,0.1); }
.faq-q {
  width: 100%;
  background: none; border: 0;
  display: flex; align-items: center; gap: 18px;
  text-align: left;
  padding: 24px 4px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
  transition: color 0.3s;
}
.faq-q__num {
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  color: var(--gold);
  flex: none;
  transform: translateY(-0.35em);
}
.faq-q > span:nth-child(2) { flex: 1 1 auto; }
.faq-q:hover { color: var(--gold-pale); }
.faq-q__icon {
  flex: none;
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(245,241,234,0.2);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-warm);
  transition: transform 0.45s var(--ease), background 0.3s;
}
.faq-item.is-open .faq-q__icon { transform: rotate(45deg); background: rgba(212,173,78,0.1); }
.faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s var(--ease);
}
.faq-a p { margin: 0; padding: 0 44px 24px 40px; color: var(--paper-dim); font-size: 0.96rem; }

/* ============ Final CTA ============ */
.final {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(110px, 15vw, 200px) 0 0;
}
.final__aurora { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.75; }
.final::before {
  content: "";
  position: absolute; left: 0; right: 0; top: 0;
  height: 200px;
  background: linear-gradient(180deg, var(--ink), transparent);
  z-index: 1; pointer-events: none;
}
.final .container { position: relative; z-index: 2; }
.final .display { max-width: 18ch; margin: 0 auto 24px; }
.final .lead { margin: 0 auto 40px; }
.final .btn-row { justify-content: center; }

/* contact form */
.inquiry {
  max-width: 520px;
  margin: clamp(56px, 7vw, 88px) auto 0;
  text-align: left;
}
.inquiry__intro {
  text-align: center;
  font-size: 0.9rem;
  color: var(--paper-faint);
  margin-bottom: 22px;
}
.inquiry input, .inquiry textarea {
  width: 100%;
  background: rgba(245,241,234,0.045);
  border: 1px solid rgba(245,241,234,0.12);
  border-radius: 12px;
  color: var(--paper);
  font: inherit;
  font-size: 0.94rem;
  padding: 14px 16px;
  margin-bottom: 12px;
  transition: border-color 0.3s, background 0.3s;
}
.inquiry input:focus, .inquiry textarea:focus {
  outline: none;
  border-color: var(--gold-warm);
  background: rgba(245,241,234,0.07);
}
.inquiry input::placeholder, .inquiry textarea::placeholder { color: var(--paper-faint); }
.inquiry textarea { min-height: 110px; resize: vertical; }
.inquiry .btn { width: 100%; justify-content: center; }
.inquiry__msg { text-align: center; font-size: 0.88rem; margin-top: 14px; color: var(--gold-pale); min-height: 1.4em; }

/* footer */
.footer {
  border-top: 1px solid var(--gold-line-soft);
  padding: 36px 0 46px;
  text-align: center;
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  color: var(--paper-faint);
}

/* ============ WhatsApp float ============ */
.wa-float {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 950;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 34px -8px rgba(39,174,96,0.6);
  transition: transform 0.35s var(--ease), opacity 0.4s;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
}
.wa-float.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.wa-float:hover { transform: scale(1.08); }

/* ============ Scroll cue ============ */
.scroll-cue {
  position: absolute;
  left: 50%; bottom: 26px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 0.58rem;
  letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--paper-faint);
  pointer-events: none;
}
.scroll-cue::after {
  content: "";
  width: 1px; height: 44px;
  background: linear-gradient(180deg, var(--gold-warm), transparent);
  animation: cue-drop 2.2s var(--ease) infinite;
  transform-origin: top;
}
@keyframes cue-drop {
  0% { transform: scaleY(0); opacity: 0; }
  35% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1) translateY(18px); opacity: 0; }
}
@media (max-width: 880px) { .scroll-cue { display: none; } }

/* ============ Footer umbrella ============ */
.footer__sites {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 26px;
  margin-bottom: 14px;
}
.footer__sites a {
  color: var(--paper-dim);
  transition: color 0.25s;
}
.footer__sites a:hover { color: var(--gold-warm); }
.footer__sites .is-here { color: var(--gold-warm); }

/* ============ Focus visibility ============ */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--gold-warm);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ============ Reveal primitives ============ */
.rv { opacity: 0; transform: translateY(34px); }
.rv--l { transform: translateX(-34px); }
.rv--r { transform: translateX(34px); }
.rv--none { transform: none; }

/* ============ Responsive ============ */
@media (max-width: 1080px) {
  .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bento__cell--big { grid-column: span 2; grid-row: span 1; min-height: 0; }
  .showcase__rail { display: none; }
}
@media (max-width: 880px) {
  .hero { min-height: 0; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero .display { max-width: 17ch; }
  .problem-grid { grid-template-columns: 1fr; }
  .showcase__grid { grid-template-columns: 1fr; gap: 26px; }
  .showcase__copy { min-height: 0; height: auto; }
  .showcase__chapter { position: relative; inset: auto; display: none; }
  .showcase__chapter.is-active { display: flex; }
  .chaveos-band { grid-template-columns: 1fr; }
  .mission-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 36px; }
  .step::before { display: none; }
  .why-grid { grid-template-columns: 1fr; gap: 30px; }
  .phone { width: 272px; height: 566px; }
}
@media (max-width: 620px) {
  .cards-grid { grid-template-columns: 1fr; }
  .journey-grid { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; }
  .bento__cell--big { grid-column: span 1; }
  .card--wide { flex-direction: column; align-items: flex-start; gap: 18px; }
  .card--wide .card__body { flex: 0 0 auto; }
  .nav__logo img { height: 24px; }
  .faq-q { font-size: 1.1rem; }
}

/* ============ Reduced motion ============ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .grain-veil { animation: none; }
  .marquee__track { animation: none; }
  .rv, .rv--l, .rv--r { opacity: 1; transform: none; }
  .rl__in { transform: none; }
  .scroll-cue { display: none; }
  /* no pin/flip: stack all product chapters so every one stays reachable */
  .showcase__pin { min-height: 0; padding: clamp(88px, 12vw, 168px) 0; }
  .showcase__copy { height: auto; min-height: 0; }
  .showcase__chapter { position: static; opacity: 1; visibility: visible; display: flex; margin-bottom: 56px; }
  .showcase__rail { display: none; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
