/* ============================================================
   STRATUM · AGÊNCIA DIGITAL — Landing Page · v2
   Base Navy institucional · texto Ivory · Gold como destaque.
   Gold continua sem ocupar área — regra inegociável do manual.
   ============================================================ */

/* ------------------------------------------------------------
   1 · TOKENS
   ------------------------------------------------------------ */
:root {
  --ivory:      #F5F1E8;
  --ivory-mid:  #EDE8DC;
  --navy:       #1B2A4A;
  --slate:      #2D3D5C;
  --gold:       #C9A96E;

  --navy-55:  rgba(27, 42, 74, 0.55);
  --navy-60:  rgba(27, 42, 74, 0.60);
  --ivory-80: rgba(245, 241, 232, 0.80);
  --ivory-60: rgba(245, 241, 232, 0.60);
  --gold-50:  rgba(201, 169, 110, 0.50);
  --gold-10:  rgba(201, 169, 110, 0.10);

  --font-display: "Cormorant Garamond", serif;
  --font-support: "Montserrat", sans-serif;

  --space-1: 8px;   --space-2: 16px;  --space-3: 24px;
  --space-4: 32px;  --space-5: 40px;  --space-6: 48px;
  --space-7: 56px;  --space-8: 64px;

  --section-gap: 160px;
  --container-max: 1200px;
  --container-pad: 96px;

  --ease-brand: cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* ------------------------------------------------------------
   2 · RESET E BASE — fundo principal Navy, leitura em Ivory
   ------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-support);
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  color: var(--ivory-80);
  background-color: var(--navy);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
ul[role="list"], ol[role="list"] { list-style: none; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

a:focus-visible, button:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 4px;
}

::selection { background: var(--gold); color: var(--navy); }

/* ------------------------------------------------------------
   3 · CONTAINER E COLUNA DE LEITURA
   ------------------------------------------------------------ */
.container {
  width: 100%;
  max-width: calc(var(--container-max) + (var(--container-pad) * 2));
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

.narrow { max-width: 720px; }
.narrow--center { margin-inline: auto; text-align: center; }

.body-text { max-width: 62ch; margin-bottom: var(--space-4); }
.body-text--center { margin-inline: auto; }

/* ------------------------------------------------------------
   4 · SEÇÕES — camadas: Navy dominante, uma camada Ivory
   ------------------------------------------------------------ */
.section {
  position: relative;
  padding-block: var(--section-gap);
}

.section--ivory {
  background-color: var(--ivory);
  color: var(--navy-60);
}

.section--statement { padding-block: 140px; }

/* Cantos decorativos — traço Gold 1px, mesma espessura sempre */
.corner {
  position: absolute; width: 40px; height: 40px; pointer-events: none;
}
.corner--tl { top: var(--space-5); left: var(--space-5);
  border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); }
.corner--tr { top: var(--space-5); right: var(--space-5);
  border-top: 1px solid var(--gold); border-right: 1px solid var(--gold); }

/* ------------------------------------------------------------
   5 · TIPOGRAFIA — hierarquia reforçada, contraste elevado
   ------------------------------------------------------------ */
.eyebrow {
  font-family: var(--font-support);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-3);
}

.display {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 58px;
  line-height: 1.12;
  letter-spacing: 0.02em;
  color: var(--ivory);
  margin-bottom: var(--space-5);
}

.display--on-ivory { color: var(--navy); }
.display--cta { font-size: 64px; }

.quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.4;
  color: var(--gold);
  margin-top: var(--space-6);
}
.quote--center { margin-inline: auto; }

.rule-gold {
  display: block;
  width: 110px;
  height: 1px;
  background-color: var(--gold-50);
  margin-bottom: var(--space-5);
}
.rule-gold--center { margin-inline: auto; }

/* ------------------------------------------------------------
   6 · LOGO — três versões, zero variações
   ------------------------------------------------------------ */
.logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 0.6em; /* respiro = altura do "S" */
}

.logo__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  color: var(--ivory);
  line-height: 1;
}

.logo__rule {
  width: 72px; height: 1px;
  background-color: var(--gold-50);
  margin-block: 10px 8px;
}

.logo__subtitle {
  font-family: var(--font-support);
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.logo--impact { position: relative; margin-bottom: var(--space-8); }
.logo--impact .logo__name { font-size: 60px; }
.logo--impact .logo__subtitle { font-size: 11px; }

.logo__glow {
  position: absolute;
  inset: -60%;
  background: radial-gradient(ellipse at center,
    rgba(45, 61, 92, 0.95) 0%, rgba(45, 61, 92, 0) 65%);
  z-index: -1;
  animation: glow-pulse 8s var(--ease-brand) infinite;
}

@keyframes glow-pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.02); }
}

.logo--footer .logo__name { font-size: 32px; }

/* ------------------------------------------------------------
   7 · HEADER — apenas a logo
   ------------------------------------------------------------ */
.site-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 10;
  padding-block: var(--space-3);
}

.header-inner { display: flex; align-items: center; }

.logo--header { align-items: flex-start; }
.logo--header .logo__name { font-size: 20px; }
.logo--header .logo__rule { width: 56px; margin-block: 6px 5px; }
.logo--header .logo__subtitle { font-size: 8px; }

/* ------------------------------------------------------------
   8 · HERO
   ------------------------------------------------------------ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-block: 160px;
  overflow: hidden;
}

.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero .eyebrow { margin-bottom: var(--space-7); }

.hero__tagline {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 80px;
  line-height: 1.08;
  letter-spacing: 0.02em;
  color: var(--ivory);
  max-width: 18ch;
  margin-bottom: var(--space-5);
}

.hero__sub {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.5;
  color: var(--ivory-80);
  max-width: 42ch;
}

/* ------------------------------------------------------------
   9 · DOR PRINCIPAL / MISSÃO — statements
   ------------------------------------------------------------ */
.statement {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--ivory);
}

.statement--quote {
  font-style: italic;
  font-weight: 300;
  margin-bottom: var(--space-6);
}

.statement-support {
  font-family: var(--font-support);
  font-weight: 300;
  font-size: 19px;
  line-height: 1.8;
  color: var(--ivory-80);
}

.section--statement .rule-gold--center { margin-bottom: var(--space-6); }

/* ------------------------------------------------------------
   10 · MÉTODO — cinco etapas em grade compacta
   ------------------------------------------------------------ */
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: var(--space-3);
  margin-top: var(--space-8);
  border-top: 1px solid var(--gold-50);
}

.step { padding-top: var(--space-5); padding-right: var(--space-2); }

.step__number {
  display: block;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 44px;
  line-height: 1;
  color: var(--gold);
  margin-bottom: var(--space-3);
}

.step__title {
  font-family: var(--font-support);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ivory);
  margin-bottom: var(--space-2);
}

.step__body {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ivory-60);
}

/* ------------------------------------------------------------
   11 · DIFERENCIAL — camada Ivory · crenças em duas colunas
   ------------------------------------------------------------ */
.section--ivory .body-text { color: var(--navy-60); }

.beliefs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-3) var(--space-6);
  margin-top: var(--space-7);
  max-width: 980px;
}

.belief {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  color: var(--navy);
  padding: var(--space-4) 0 var(--space-4) var(--space-4);
  border-left: 1px solid var(--gold);
}

/* ------------------------------------------------------------
   12 · CTA FINAL — único da página, maior destaque visual
   ------------------------------------------------------------ */
.section--cta {
  background-color: var(--slate); /* profundidade do Navy */
  padding-block: 180px;
}

.answers {
  margin-block: var(--space-2) var(--space-8);
  display: inline-block;
  text-align: left;
}

.answer {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 23px;
  line-height: 1.55;
  color: var(--ivory);
  padding-block: var(--space-1);
}

/* Botão — moldura Gold, texto Gold, canto reto.
   Destaque por escala e isolamento; nunca Gold sólido. */
.btn {
  display: inline-block;
  font-family: var(--font-support);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  transition:
    background-color 250ms ease-out,
    border-color 250ms ease-out,
    transform 250ms ease-out;
}

.btn--cta {
  font-size: 15px;
  padding: 26px 64px;
  border: 1px solid var(--gold);
  color: var(--gold);
  background-color: transparent;
  box-shadow: 0 0 0 8px var(--gold-10); /* halo Gold — linha, não área */
}

.btn--cta:hover {
  background-color: var(--gold-10);
  transform: translateY(-2px);
}

/* ------------------------------------------------------------
   13 · RODAPÉ
   ------------------------------------------------------------ */
.footer { padding-block: 120px 72px; }

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer__tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  color: var(--ivory);
  margin-block: var(--space-4) var(--space-6);
}

.quote--footer { margin-top: var(--space-6); font-size: 24px; }

.footer__closing {
  font-size: 15px;
  color: var(--ivory-80);
  margin-top: var(--space-4);
}

.footer__meta {
  margin-top: var(--space-8);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ivory-80);
}

.footer__meta a {
  text-decoration: none;
  padding-bottom: 3px;
  background-image: linear-gradient(var(--gold), var(--gold));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 1px;
  transition: background-size 200ms ease-out;
}

.footer__meta a:hover { background-size: 100% 1px; }

/* ------------------------------------------------------------
   14 · ANIMAÇÕES DE ENTRADA
   ------------------------------------------------------------ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 600ms var(--ease-brand),
    transform 600ms var(--ease-brand);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.reveal-line {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 400ms var(--ease-brand);
  transition-delay: var(--reveal-delay, 0ms);
}
.rule-gold--center.reveal-line { transform-origin: center; }
.reveal-line.is-visible { transform: scaleX(1); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { transform: none; transition: opacity 300ms ease-out; }
  .reveal-line { transform: none; opacity: 0; transition: opacity 300ms ease-out; }
  .reveal-line.is-visible { opacity: 1; }
  .logo__glow { animation: none; }
  .btn--cta:hover { transform: none; }
}

/* ------------------------------------------------------------
   15 · RESPONSIVO
   ------------------------------------------------------------ */
@media (max-width: 1024px) {
  :root { --container-pad: 48px; --section-gap: 128px; }

  .hero__tagline { font-size: 60px; }
  .display { font-size: 46px; }
  .display--cta { font-size: 52px; }
  .statement { font-size: 38px; }

  .steps {
    grid-template-columns: repeat(2, 1fr);
    row-gap: var(--space-5);
  }
}

@media (max-width: 640px) {
  :root { --container-pad: 24px; --section-gap: 96px; }

  body { font-size: 16px; }

  .hero { padding-block: 140px 110px; min-height: auto; }
  .hero__tagline { font-size: 44px; }
  .hero__sub { font-size: 19px; }
  .logo--impact .logo__name { font-size: 36px; }

  .display { font-size: 36px; }
  .display--cta { font-size: 40px; }
  .statement { font-size: 30px; }
  .statement-support { font-size: 17px; }
  .eyebrow { font-size: 12px; }
  .quote { font-size: 21px; }

  .steps { grid-template-columns: 1fr; row-gap: var(--space-4); }
  .step { padding-right: 0; }

  .beliefs { grid-template-columns: 1fr; gap: var(--space-2); }
  .belief { font-size: 21px; padding: var(--space-3) 0 var(--space-3) var(--space-3); }

  .answer { font-size: 18px; }

  .section--cta { padding-block: 120px; }
  .btn--cta {
    font-size: 13px;
    padding: 22px 40px;
    min-height: 48px;
  }

  .corner { width: 24px; height: 24px; top: var(--space-3); }
  .corner--tl { left: var(--space-3); }
  .corner--tr { right: var(--space-3); }

  .quote--footer { font-size: 19px; }
  .footer { padding-block: 88px 56px; }
}

@media (min-width: 1600px) {
  .container { max-width: var(--container-max); padding-inline: 0; }
}

/* ============================================================
   ONDA 4 — REFINAMENTO FINAL
   Paleta fechada. Gold permanece linha e traço, nunca área.
   ============================================================ */

/* ------------------------------------------------------------
   0 · ATMOSFERA
   ------------------------------------------------------------ */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='140' height='140' filter='url(%23n)'/></svg>");
}

.layer-rail {
  position: fixed;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  pointer-events: none;
}

.layer-rail__tick { width: 1px; height: 36px; background-color: var(--gold-50); }

.layer-rail__label {
  font-family: var(--font-support);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  transition: opacity 300ms ease-out;
}

.layer-rail__label.is-swapping { opacity: 0; }

@media (max-width: 1280px) { .layer-rail { display: none; } }

/* ------------------------------------------------------------
   1 · HIERARQUIA GOLD
   ------------------------------------------------------------ */
.eyebrow {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.22em;
  margin-bottom: var(--space-4);
}

.eyebrow::before {
  content: "";
  flex: none;
  width: 56px;
  height: 1px;
  background-color: var(--gold);
}

.eyebrow--center { justify-content: center; }
.eyebrow--center::after {
  content: "";
  flex: none;
  width: 56px;
  height: 1px;
  background-color: var(--gold);
}

.section--ivory .eyebrow { font-size: 17px; letter-spacing: 0.24em; }

.rule-gold { display: none; }

.quote { font-size: 31px; }
.territories__closing.quote { font-size: 29px; }

/* ------------------------------------------------------------
   2 · HERO
   ------------------------------------------------------------ */
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
  column-gap: var(--space-8);
}

.hero__copy .hero__tagline {
  text-align: left;
  font-size: 68px;
  line-height: 1.12;
  max-width: 15ch;
  margin-bottom: var(--space-5);
}

.hero__lede {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 27px;
  line-height: 1.45;
  color: var(--ivory-80);
  max-width: 30ch;
  border-left: 1px solid var(--gold);
  padding-left: var(--space-4);
}

.hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
}

.monolith__glow {
  position: absolute;
  inset: -10%;
  background: radial-gradient(ellipse at center,
    rgba(45, 61, 92, 0.95) 0%, rgba(45, 61, 92, 0) 62%);
  animation: glow-pulse 8s var(--ease-brand) infinite;
}

.monolith {
  position: relative;
  width: 250px;
  height: 250px;
  transform-style: preserve-3d;
}

.monolith__slab {
  position: absolute;
  inset: 0;
  transform: rotateX(58deg) rotateZ(-42deg) translateZ(calc(var(--i) * 44px));
  background-color: var(--slate);
  box-shadow: inset 0 0 0 1px rgba(201, 169, 110, 0.35), 0 2px 0 rgba(15, 24, 44, 0.6);
  opacity: 0;
  transition: opacity 700ms var(--ease-brand), margin-top 700ms var(--ease-brand);
  margin-top: -60px;
  animation: slab-breathe 7s var(--ease-brand) infinite;
  animation-delay: calc(var(--i) * -1.2s);
  animation-play-state: paused;
}

.monolith__slab:nth-child(odd) { background-color: var(--navy);
  box-shadow: inset 0 0 0 1px rgba(201, 169, 110, 0.22), 0 2px 0 rgba(15, 24, 44, 0.6); }

.monolith__slab--crown {
  background-color: var(--ivory);
  box-shadow: inset 0 0 0 1px var(--gold), 0 2px 0 rgba(15, 24, 44, 0.5);
}

.monolith.is-built .monolith__slab { opacity: 1; margin-top: 0; animation-play-state: running; }
.monolith.is-built .monolith__slab:nth-child(1) { transition-delay: 0ms; }
.monolith.is-built .monolith__slab:nth-child(2) { transition-delay: 220ms; }
.monolith.is-built .monolith__slab:nth-child(3) { transition-delay: 440ms; }
.monolith.is-built .monolith__slab:nth-child(4) { transition-delay: 660ms; }
.monolith.is-built .monolith__slab:nth-child(5) { transition-delay: 880ms; }

@keyframes slab-breathe {
  0%, 100% { translate: 0 0; }
  50%      { translate: 0 -6px; }
}

/* ------------------------------------------------------------
   3 · A PERCEPÇÃO — balões + espectro editorial
   ------------------------------------------------------------ */
#dor { overflow: hidden; }

.giant-quote {
  position: absolute;
  top: 60px;
  left: 4%;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 340px;
  line-height: 0.8;
  color: var(--slate);
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}

.giant-quote--close {
  top: auto;
  bottom: 20px;
  left: auto;
  right: 3%;
  line-height: 0.2;
}

#dor .display { margin-bottom: 0; }

.thoughts {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  max-width: 760px;
  margin: var(--space-8) auto var(--space-7);
}

.thought {
  position: relative;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  color: var(--ivory);
  background-color: var(--slate);
  padding: var(--space-4) var(--space-5);
  max-width: 460px;
  border-radius: 2px;
}

.thought::after {
  content: "";
  position: absolute;
  bottom: -7px;
  width: 14px;
  height: 14px;
  background-color: var(--slate);
  transform: rotate(45deg);
}

.thought--left  { align-self: flex-start; }
.thought--left::after  { left: 32px; }

.thought--right { align-self: flex-end; background-color: var(--navy);
  box-shadow: inset 0 0 0 1px rgba(201, 169, 110, 0.35); }
.thought--right::after { right: 32px; background-color: var(--navy);
  box-shadow: inset -1px -1px 0 0 rgba(201, 169, 110, 0.35); }

.thought--dim { opacity: 0.75; font-size: 21px; }

#dor .statement--quote {
  font-size: 54px;
  margin-block: var(--space-6) 0;
}

/* O espectro: uma linha editorial de leitura imediata.
   Da esquerda para a direita: o pouco que o mercado percebe,
   e todo o valor que ainda espera para ser visto. */
.spectrum {
  position: relative;
  max-width: 860px;
  margin: var(--space-8) auto;
  padding: var(--space-7) var(--space-7) var(--space-6);
}

.spectrum__corner { position: absolute; width: 32px; height: 32px; }
.spectrum__corner--tl { top: 0; left: 0;
  border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); }
.spectrum__corner--br { bottom: 0; right: 0;
  border-bottom: 1px solid var(--gold); border-right: 1px solid var(--gold); }

.spectrum__fig {
  position: absolute;
  top: var(--space-3);
  left: var(--space-6);
  font-family: var(--font-support);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.spectrum__title {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  color: var(--ivory);
  text-align: center;
  margin-bottom: var(--space-7);
}

/* Anotações com fio-guia, como numa página de relatório */
.spectrum__note {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  color: var(--ivory);
  opacity: 0;
  transition: opacity 500ms ease-out;
}

.spectrum__note--full {
  justify-content: flex-end;
  margin-bottom: var(--space-2);
  transition-delay: 1300ms;
}

.spectrum__note--seen {
  justify-content: flex-start;
  margin-top: var(--space-2);
  color: var(--ivory-80);
  transition-delay: 1550ms;
}

.reveal.is-visible .spectrum__note { opacity: 1; }

.spectrum__leader {
  position: relative;
  width: 1px;
  height: 26px;
  background-color: var(--gold);
}

/* Ponto de ancoragem do fio-guia — detalhe de prancheta técnica */
.spectrum__dot {
  position: absolute;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--gold);
  transform: translateX(-50%);
}

.spectrum__note--full .spectrum__dot { bottom: -2px; }
.spectrum__note--seen .spectrum__dot { top: -2px; }

.spectrum__note--full .spectrum__leader { transform: translateY(14px); margin-right: 10%; }
.spectrum__note--seen .spectrum__leader { transform: translateY(-14px); margin-left: 13%; }

/* A banda */
.spectrum__band {
  position: relative;
  height: 108px;
  box-shadow: 0 0 0 1px var(--gold-50);
}

/* Régua: ticks de medição sob a banda, como numa prancheta */
.spectrum__ruler {
  display: block;
  height: 7px;
  margin-top: 5px;
  background-image: repeating-linear-gradient(
    to right,
    var(--gold-50) 0,
    var(--gold-50) 1px,
    transparent 1px,
    transparent 10%
  );
  border-bottom: 1px solid var(--gold-50);
}

.spectrum__full {
  position: absolute;
  inset: 0;
  background-color: var(--ivory);
  display: flex;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1000ms var(--ease-brand) 200ms;
}

/* As camadas dentro da entrega: divisórias finas */
.spectrum__full i {
  flex: 1;
  border-right: 1px solid rgba(27, 42, 74, 0.35);
}

.spectrum__full i:last-child { border-right: none; }

.spectrum__seen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  background-color: var(--slate);
  box-shadow: inset 0 0 0 1px rgba(201, 169, 110, 0.35);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 700ms var(--ease-brand) 1000ms;
}

.reveal.is-visible .spectrum__full,
.reveal.is-visible .spectrum__seen { transform: scaleX(1); }

/* O valor ainda invisível: hachura Gold sobre a entrega */
.spectrum__hatch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30%;
  right: 0;
  border-left: 1px dashed var(--gold);
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(201, 169, 110, 0.22) 0,
    rgba(201, 169, 110, 0.22) 1px,
    transparent 1px,
    transparent 9px
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 700ms ease-out 1300ms;
}

.reveal.is-visible .spectrum__hatch { opacity: 1; }

.spectrum__hatch-label {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.4;
  text-align: center;
  color: var(--navy);
  background-color: var(--ivory);
  padding: var(--space-2) var(--space-4);
  box-shadow: 0 0 0 1px var(--gold-50);
}

/* ------------------------------------------------------------
   4 · PARA QUEM — comparador
   ------------------------------------------------------------ */
.compare { max-width: 720px; margin: var(--space-8) auto 0; }

.compare__instruction {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  color: var(--navy);
  margin-bottom: var(--space-4);
}

.compare__arrow { position: relative; width: 56px; height: 1px; background-color: var(--gold); }

.compare__arrow::before {
  content: "";
  position: absolute;
  top: -4px;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--gold);
}

.compare__arrow--l::before { left: 0; border-left: 1px solid var(--gold); transform: rotate(-45deg); }
.compare__arrow--r::before { right: 0; border-right: 1px solid var(--gold); transform: rotate(45deg); }

.compare__arrow--l { animation: nudge-l 2.2s var(--ease-brand) infinite; }
.compare__arrow--r { animation: nudge-r 2.2s var(--ease-brand) infinite; }

@keyframes nudge-l { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(-6px); } }
@keyframes nudge-r { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(6px); } }

.compare__stage {
  position: relative;
  height: 340px;
  overflow: hidden;
  cursor: ew-resize;
  box-shadow: inset 0 0 0 1px rgba(27, 42, 74, 0.14);
}

.compare__panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--space-5);
}

.compare__panel--after { background-color: var(--navy); }

.compare__card-eyebrow {
  font-family: var(--font-support);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-4);
}

.compare__panel--after .compare__card-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
  color: var(--ivory);
}

.compare__card-rule { width: 64px; height: 1px; background-color: var(--gold-50); margin-block: var(--space-2); }

.compare__panel--after .compare__card-sub {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  color: var(--gold);
}

.compare__panel--before {
  background-color: var(--ivory-mid);
  clip-path: inset(0 calc(100% - var(--x, 50%)) 0 0);
}

.compare__panel--before .compare__card-name {
  font-family: var(--font-support);
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.04em;
  color: var(--navy-55);
  filter: blur(0.6px);
}

.compare__panel--before .compare__card-sub {
  font-family: var(--font-support);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: var(--navy-55);
  margin-top: var(--space-2);
  filter: blur(0.4px);
}

.compare__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--x, 50%);
  width: 1px;
  background-color: var(--gold);
  pointer-events: none;
}

.compare__grip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 1px solid var(--gold);
  background-color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare__grip::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--gold);
  box-shadow: 0 5px 0 var(--gold), 0 -5px 0 var(--gold);
}

.compare__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  margin: 0;
}

.compare__labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--space-3);
  font-family: var(--font-support);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy);
}

.territories__closing { margin-top: var(--space-7); text-align: center; }

/* ------------------------------------------------------------
   5 · MÉTODO
   ------------------------------------------------------------ */
.sediment {
  position: relative;
  height: 1px;
  background-color: var(--gold-50);
  margin-top: var(--space-8);
}

.sediment__fill {
  position: absolute;
  inset: 0;
  background-color: var(--gold);
  transform: scaleX(var(--p, 0));
  transform-origin: left center;
  will-change: transform;
}

.steps { border-top: none; margin-top: 0; }

.step { opacity: 0.4; transition: opacity 500ms var(--ease-brand); }
.step.is-lit { opacity: 1; }

.step__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border: 1px solid var(--gold-50);
  border-radius: 50%;
  margin-bottom: var(--space-3);
  transition: border-color 500ms var(--ease-brand);
}

.step.is-lit .step__badge { border-color: var(--gold); }

.step__icon { width: 38px; height: 38px; color: var(--gold); }

.step__icon path,
.step__icon circle,
.step__icon rect {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 900ms var(--ease-brand);
}

.step.is-lit .step__icon path,
.step.is-lit .step__icon circle,
.step.is-lit .step__icon rect { stroke-dashoffset: 0; }

.step__icon *:nth-child(2) { transition-delay: 150ms; }
.step__icon *:nth-child(3) { transition-delay: 300ms; }

/* ------------------------------------------------------------
   6 · O PROCESSO — raio-X com convite à interação
   ------------------------------------------------------------ */
.diferencial-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: var(--space-8);
}

.xray { text-align: center; }

.xray__stack {
  position: relative;
  width: 330px;
  height: 420px;
}

/* Convite: um anel Gold pulsando junto à pilha */
.xray__pulse {
  position: absolute;
  top: 26px;
  left: 108px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  opacity: 0;
}

.xray.is-visible .xray__pulse { animation: pulse-ring 2.4s ease-out infinite 1.4s; }

@keyframes pulse-ring {
  0%   { opacity: 0.9; transform: scale(0.6); }
  70%  { opacity: 0;   transform: scale(2.4); }
  100% { opacity: 0;   transform: scale(2.4); }
}

.xray__pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 76px;
  background-color: rgba(245, 241, 232, 0.55);
  box-shadow: inset 0 0 0 1px rgba(27, 42, 74, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  translate: 0 0;
  opacity: 0;
  transition: translate 700ms var(--ease-brand), opacity 500ms ease-out;
}

.xray__pane svg { width: 120px; height: 56px; opacity: 0.75; }

.xray__mark {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.24em;
  text-indent: 0.24em;
  color: rgba(27, 42, 74, 0.65);
}

.xray__tag {
  position: absolute;
  left: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-support);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
  transition: opacity 300ms;
}

.xray__tag::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: var(--gold);
  margin-right: 3px;
}

.xray.is-visible .xray__pane {
  opacity: 1;
  translate: calc(var(--i) * 8px) calc(var(--i) * 84px);
}

.xray.is-visible .xray__pane:nth-child(2) { transition-delay: 100ms; }
.xray.is-visible .xray__pane:nth-child(3) { transition-delay: 260ms; }
.xray.is-visible .xray__pane:nth-child(4) { transition-delay: 420ms; }
.xray.is-visible .xray__pane:nth-child(5) { transition-delay: 580ms; }
.xray.is-visible .xray__pane:nth-child(6) { transition-delay: 740ms; }

.xray__final {
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translate(-50%, -50%) translateY(8px);
  width: 240px;
  height: 300px;
  background-color: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms var(--ease-brand), transform 500ms var(--ease-brand);
}

.xray__final-eyebrow {
  font-family: var(--font-support);
  font-weight: 600;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-3);
}

.xray__final-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 23px;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
  color: var(--ivory);
}

.xray__final-rule { width: 48px; height: 1px; background-color: var(--gold-50); margin-block: 10px; }

.xray__final-sub {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  color: var(--gold);
}

/* Estado sobreposto: por hover OU por classe (prévia automática / toque) */
.xray.is-visible:is(:hover, .is-merged) .xray__pane {
  translate: calc(var(--i) * 2px) calc(160px + var(--i) * 5px);
  opacity: 0.12;
  transition-delay: 0ms;
}

.xray.is-visible:is(:hover, .is-merged) .xray__tag { opacity: 0; }
.xray.is-visible:is(:hover, .is-merged) .xray__pulse { animation: none; opacity: 0; }

.xray.is-visible:is(:hover, .is-merged) .xray__final {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}

.xray__caption {
  display: grid;
  margin-top: var(--space-4);
  font-family: var(--font-support);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
}

.xray__caption-idle,
.xray__caption-hover {
  grid-area: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: opacity 300ms ease-out;
}

.xray__cue { flex: none; }

/* Sobre Ivory, a instrução precisa de contraste: Navy, não Gold */
.xray__caption-idle { color: var(--navy); }

.xray__cue {
  width: 8px;
  height: 8px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  animation: cue-blink 2.4s ease-out infinite;
}

@keyframes cue-blink {
  0%, 100% { opacity: 0.3; }
  50%      { opacity: 1; }
}

.xray__caption-hover { opacity: 0; }

.xray:is(:hover, .is-merged) .xray__caption-idle  { opacity: 0; }
.xray:is(:hover, .is-merged) .xray__caption-hover { opacity: 1; }

/* ------------------------------------------------------------
   7 · A HISTÓRIA — linha do tempo horizontal
   ------------------------------------------------------------ */
.word-section { overflow: hidden; position: relative; }

.bg-word {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(180px, 26vw, 400px);
  line-height: 1;
  color: var(--slate);
  opacity: 0.35;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  transform: translate(-50%, -50%) translateY(var(--shift, 0px));
  will-change: transform;
}

.historia__header { position: relative; z-index: 1; margin-inline: auto; }
.historia__header .display { color: var(--ivory); }

.timeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: var(--space-5);
  margin-top: var(--space-8);
}

/* O fio condutor: desenha-se da esquerda para a direita */
.timeline__track {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  height: 1px;
  background-color: var(--gold-50);
}

.timeline__fill {
  position: absolute;
  inset: 0;
  background-color: var(--gold);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1600ms var(--ease-brand) 300ms;
}

.timeline.is-visible .timeline__fill { transform: scaleX(1); }

.tl-chapter { position: relative; padding-top: 68px; }

.tl-node {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold-50);
  border-radius: 50%;
  background-color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 500ms var(--ease-brand);
}

.tl-node i {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  color: var(--gold);
  opacity: 0.5;
  transition: opacity 500ms ease-out;
}

.timeline.is-visible .tl-node { border-color: var(--gold); }
.timeline.is-visible .tl-node i { opacity: 1; }

.timeline.is-visible .tl-chapter:nth-child(2) .tl-node { transition-delay: 300ms; }
.timeline.is-visible .tl-chapter:nth-child(3) .tl-node { transition-delay: 700ms; }
.timeline.is-visible .tl-chapter:nth-child(4) .tl-node { transition-delay: 1100ms; }
.timeline.is-visible .tl-chapter:nth-child(5) .tl-node { transition-delay: 1500ms; }

.tl-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2;
  color: var(--ivory);
  margin-bottom: var(--space-2);
}

.tl-body {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ivory-80);
}

.tl-body em {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold);
  font-size: 17px;
}

.tl-beliefs { display: flex; flex-direction: column; gap: var(--space-2); }

.tl-beliefs li {
  position: relative;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.4;
  color: var(--ivory);
  padding-left: var(--space-3);
}

.tl-beliefs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 12px;
  height: 1px;
  background-color: var(--gold);
}

.historia__quote {
  position: relative;
  z-index: 1;
  margin-top: var(--space-8);
  text-align: center;
}

/* ------------------------------------------------------------
   8 · CTA — o dossiê
   ------------------------------------------------------------ */
.cta-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 96px;
  max-width: 1040px;
  margin: var(--space-8) auto 0;
}

.dossier { position: relative; text-align: center; }

.dossier__glow {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 620px;
  height: 520px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center,
    rgba(27, 42, 74, 0.9) 0%, rgba(27, 42, 74, 0) 65%);
  pointer-events: none;
  animation: glow-pulse 8s var(--ease-brand) infinite;
}

.dossier__doc {
  position: relative;
  width: 300px;
  height: 400px;
  background-color: var(--navy);
  box-shadow: inset 0 0 0 1px rgba(201, 169, 110, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-6);
  transition: transform 400ms var(--ease-brand);
}

@media (hover: hover) {
  .dossier:hover .dossier__doc { transform: translateY(-6px); }
}

.dossier__corner { position: absolute; width: 22px; height: 22px; }
.dossier__corner--tl { top: 10px; left: 10px;
  border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); }
.dossier__corner--tr { top: 10px; right: 10px;
  border-top: 1px solid var(--gold); border-right: 1px solid var(--gold); }
.dossier__corner--bl { bottom: 10px; left: 10px;
  border-bottom: 1px solid var(--gold); border-left: 1px solid var(--gold); }
.dossier__corner--br { bottom: 10px; right: 10px;
  border-bottom: 1px solid var(--gold); border-right: 1px solid var(--gold); }

.dossier__eyebrow {
  font-family: var(--font-support);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-5);
}

.dossier__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 37px;
  line-height: 1.12;
  color: var(--ivory);
}

.dossier__rule { width: 56px; height: 1px; background-color: var(--gold-50); margin-block: var(--space-4); }

.dossier__for {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: var(--ivory-80);
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.dossier__blank {
  display: inline-block;
  width: 88px;
  height: 1px;
  background-color: var(--gold);
  transform: translateY(-3px);
}

.dossier__stamp {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 52px;
  height: 52px;
  border: 1px solid var(--gold-50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dossier__stamp i {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: var(--gold);
}

.dossier__caption {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: var(--ivory-60);
  margin-top: var(--space-4);
  position: relative;
}

.cta-copy { text-align: left; }
.cta-copy .body-text { font-size: 19px; color: var(--ivory); }

.answers-index { margin-block: var(--space-5) var(--space-7); }

.answers-index__item {
  display: flex;
  align-items: baseline;
  gap: var(--space-3);
  padding-block: var(--space-3);
  border-bottom: 1px solid var(--gold-50);
}

.answers-index__item:first-child { border-top: 1px solid var(--gold-50); }

.answers-index__num {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 26px;
  color: var(--gold);
}

.answers-index__text {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.45;
  color: var(--ivory);
}

.cta-copy .btn--cta { font-size: 16px; padding: 28px 68px; }

.cta-note {
  font-family: var(--font-support);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ivory-60);
  margin-top: var(--space-4);
}

/* ------------------------------------------------------------
   9 · RODAPÉ — selo
   ------------------------------------------------------------ */
.seal { position: relative; padding: var(--space-6) var(--space-8); margin-top: var(--space-4); }
.seal .quote--footer { margin-top: 0; font-size: 26px; }

.seal__corner { position: absolute; width: 28px; height: 28px; opacity: 0; transition: opacity 400ms ease-out; }
.seal__corner--tl { top: 0; left: 0;
  border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); }
.seal__corner--tr { top: 0; right: 0;
  border-top: 1px solid var(--gold); border-right: 1px solid var(--gold); }
.seal__corner--bl { bottom: 0; left: 0;
  border-bottom: 1px solid var(--gold); border-left: 1px solid var(--gold); }
.seal__corner--br { bottom: 0; right: 0;
  border-bottom: 1px solid var(--gold); border-right: 1px solid var(--gold); }

.seal.is-visible .seal__corner { opacity: 1; }

/* ------------------------------------------------------------
   10 · MOVIMENTO REDUZIDO
   ------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  .monolith__slab { transition: opacity 300ms ease-out; margin-top: 0; animation: none; }
  .monolith.is-built .monolith__slab { opacity: 1; }
  .compare__arrow--l, .compare__arrow--r { animation: none; }
  .xray__pulse, .xray__cue { animation: none !important; opacity: 0.6; }

  .bg-word { transform: translate(-50%, -50%) !important; }

  .spectrum__full, .spectrum__seen { transition: opacity 300ms ease-out; transform: none; opacity: 0; }
  .reveal.is-visible .spectrum__full,
  .reveal.is-visible .spectrum__seen { opacity: 1; transform: none; }

  .step__icon path, .step__icon circle, .step__icon rect { transition: none; stroke-dashoffset: 0; }

  .xray__pane { transition: opacity 300ms ease-out; }
  .timeline__fill { transition: none; transform: scaleX(1); }

  .dossier:hover .dossier__doc { transform: none; }
  .cta-glow, .monolith__glow, .dossier__glow { animation: none; }
}

/* ------------------------------------------------------------
   11 · RESPONSIVO
   ------------------------------------------------------------ */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; row-gap: var(--space-6); }
  .hero__copy .hero__tagline { font-size: 50px; }
  .hero__visual { min-height: 380px; order: -1; }
  .monolith { width: 190px; height: 190px; }
  .monolith__slab { transform: rotateX(58deg) rotateZ(-42deg) translateZ(calc(var(--i) * 34px)); }

  .diferencial-head { grid-template-columns: 1fr; row-gap: var(--space-7); justify-items: center; }

  .timeline { grid-template-columns: 1fr 1fr; row-gap: var(--space-7); }
  .timeline__track { display: none; }

  .cta-grid { grid-template-columns: 1fr; row-gap: var(--space-7); justify-items: center; }
  .cta-copy { text-align: center; }
  .answers-index__item { text-align: left; }

  .giant-quote { font-size: 220px; }
  #dor .statement--quote { font-size: 42px; }
}

@media (max-width: 640px) {
  .bg-word { font-size: 150px; }
  .giant-quote { font-size: 150px; top: 30px; }

  .eyebrow { font-size: 13px; gap: var(--space-2); }
  .eyebrow::before, .eyebrow--center::after { width: 32px; }
  .section--ivory .eyebrow { font-size: 14px; }

  .hero__copy .hero__tagline { font-size: 37px; }
  .hero__lede { font-size: 19px; }
  .giant-quote--close { font-size: 150px; bottom: 12px; }
  .hero__visual { min-height: 300px; }
  .monolith { width: 150px; height: 150px; }
  .monolith__slab { transform: rotateX(58deg) rotateZ(-42deg) translateZ(calc(var(--i) * 27px)); }

  .thoughts { margin-top: var(--space-6); gap: var(--space-3); }
  .thought { font-size: 19px; padding: var(--space-3) var(--space-4); max-width: 88%; }
  .thought--dim { font-size: 17px; }

  #dor .statement--quote { font-size: 31px; }

  .spectrum { padding: var(--space-5) var(--space-2) var(--space-4); }
  .spectrum__title { font-size: 22px; margin-bottom: var(--space-5); }
  .spectrum__band { height: 84px; }
  .spectrum__note { font-size: 15px; }
  .spectrum__hatch-label { font-size: 15px; padding: var(--space-1) var(--space-2); }

  .compare__instruction { font-size: 22px; gap: var(--space-2); }
  .compare__arrow { width: 32px; }
  .compare__stage { height: 260px; }
  .compare__panel--after .compare__card-name { font-size: 27px; }
  .compare__panel--before .compare__card-name { font-size: 21px; }
  .compare__labels { font-size: 9px; gap: 8px; }

  .step__badge { width: 60px; height: 60px; }
  .step__icon { width: 30px; height: 30px; }

  .xray__stack { width: 240px; height: 380px; }
  .xray__pane { width: 200px; height: 64px; }
  .xray.is-visible .xray__pane { translate: calc(var(--i) * 6px) calc(var(--i) * 76px); }
  .xray.is-visible:is(:hover, .is-merged) .xray__pane {
    translate: calc(var(--i) * 2px) calc(150px + var(--i) * 5px);
  }
  .xray__tag { display: none; }
  .xray__pulse { left: 92px; }
  .xray__final { left: 100px; width: 200px; height: 260px; }
  .xray__caption { font-size: 10px; }

  .timeline { grid-template-columns: 1fr; }
  .tl-chapter { padding-top: 0; padding-left: 64px; }
  .tl-node { top: 2px; }
  .tl-title { font-size: 22px; }

  .dossier__doc { width: 250px; height: 336px; }
  .dossier__title { font-size: 30px; }
  .cta-copy .btn--cta { font-size: 13px; padding: 22px 40px; }

  .seal { padding: var(--space-4); }
  .seal__corner { width: 20px; height: 20px; }
}
