/* ==========================================================================
   FARO · one page. MOBILE FIRST: base = the 390 comp, then min-width up to
   768 / 1024 / 1440 (Halden's four comps, inverted). Root font-size re-bases
   per band exactly as Halden (4.102564vw / 2.083333vw / 1.5625vw / 1.111111vw),
   so 1rem = 16px at 390, 768, 1024 and 1440. Body copy never drops below 17px.
   Two families only: Titling Gothic FB Compressed Bold + Helvetica Neue.
   Nothing is italic.
   ========================================================================== */
@font-face {
  font-family: "Titling Gothic FB Comp";
  src: url("../fonts/TitlingGothicFBCompBold.ttf") format("truetype");
  font-weight: 700; font-style: normal; font-display: swap;
}

:root {
  /* brand */
  --papel: #D9D1C1;
  --tinta: #141210;
  --ambar: #E8A33D;
  --gris: #6E675E;
  /* text-only derivatives of gris, to pass WCAG AA on small text (see report) */
  --gris-sobre-papel: #58524A;   /* 4.9:1 on papel */
  --gris-sobre-tinta: #9A9288;   /* 5.8:1 on tinta */

  --f-display: "Titling Gothic FB Comp", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --f-text: "Helvetica Neue", Helvetica, Arial, sans-serif;

  /* scale (rem = 16px on every comp) */
  --g: 1.25rem;                                   /* side gutter: 20px @390 */
  --hdr-h: 4rem;                                  /* 64px @390 */
  --tap: max(48px, 3rem);                         /* touch target floor */
  --t-body: max(17px, 1.0625rem);
  --t-lead: max(19px, 1.25rem);
  --t-label: max(12px, 0.8125rem);
  --t-h2: 3.5rem;
  --t-h3: 2.25rem;
  --t-man: 2.875rem;
  --t-help: 4.35rem;
  --sec-pad: 6rem;

  --ease: cubic-bezier(0.2, 0, 0, 1);
  --dur: 250ms;
}

/* ---- root re-base per comp (Halden) ---- */
html { font-size: 4.102564vw; }
@media (min-width: 549px)  { html { font-size: 2.083333vw; } }
@media (min-width: 769px)  { html { font-size: 1.5625vw; } }
@media (min-width: 1025px) { html { font-size: 1.111111vw; } }

/* ---- preflight ---- */
*, ::before, ::after { box-sizing: border-box; margin: 0; padding: 0; border: 0 solid; }
html { -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  background: var(--papel); color: var(--tinta);
  font-family: var(--f-text); font-size: var(--t-body); line-height: 1.5;
  overflow-x: hidden; min-height: 100vh;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, canvas { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, p { font-size: inherit; font-weight: inherit; }
em, i, cite, address { font-style: normal; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: var(--g); top: -100px; z-index: 200; background: var(--tinta); color: var(--papel); padding: 0.75rem 1rem; font-weight: 700; }
.skip:focus { top: 0.75rem; }

/* focus: visible everywhere, tone-aware */
:focus-visible { outline: 3px solid var(--tinta); outline-offset: 3px; }
.on-dark :focus-visible, .manifiesto :focus-visible, .footer :focus-visible, .hdr.on-accent :focus-visible { outline-color: var(--ambar); }

.display { font-family: var(--f-display); font-weight: 700; text-transform: uppercase; line-height: 1.05; letter-spacing: 0.005em; }
.label { font-family: var(--f-text); font-size: var(--t-label); font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; line-height: 1.4; }
.wrap { padding-inline: var(--g); }

/* ==========================================================================
   TEXT ENGINE BOXES (Halden). Words are flex items; clipped words get extra
   head/foot room so accents (Á, Í) and commas are never cut by the mask.
   ========================================================================== */
.te { position: relative; display: flex; flex-wrap: wrap; column-gap: 0.2em; }
.te > [aria-hidden] { display: contents; }
.line-word { display: inline-block; }
.te[data-overflow] .line-word { overflow: hidden; padding-block: 0.16em 0.1em; margin-block: -0.16em -0.1em; }
.line-word > .line, .line-word .letter { display: inline-block; }

/* ==========================================================================
   HEADER: fixed, compact on phones, recolours on [data-header-accent].
   ========================================================================== */
.hdr {
  position: fixed; inset: 0 0 auto 0; z-index: 50; height: var(--hdr-h);
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
  padding-inline: var(--g);
  background: var(--papel); color: var(--tinta);
  border-bottom: 1px solid rgb(20 18 16 / 0.18);
  transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.hdr.on-accent { background: var(--tinta); color: var(--papel); border-color: rgb(217 209 193 / 0.2); }
.hdr-logo { display: flex; align-items: center; min-height: var(--tap); }
.hdr-logo .mark {
  display: block; width: 5.25rem; aspect-ratio: 1400 / 358; background: currentColor;
  -webkit-mask: url("../img/faro-logo.png") center / contain no-repeat;
          mask: url("../img/faro-logo.png") center / contain no-repeat;
}
.hdr-nav { display: flex; align-items: center; gap: 0.25rem; }
.nav-item { position: relative; isolation: isolate; }
.nav-item .bar { position: absolute; inset: 0.6rem 0; z-index: -1; transform: scaleX(0); transform-origin: left; background: currentColor; }
.hdr-link {
  display: inline-flex; align-items: center; min-height: var(--tap); padding-inline: 0.625rem;
  font-size: var(--t-label); font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em;
  transition: color var(--dur) var(--ease);
}
.btn-help {
  display: inline-flex; align-items: center; justify-content: center; min-height: var(--tap); padding-inline: 1rem;
  background: var(--ambar); color: var(--tinta);
  font-size: var(--t-label); font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; white-space: nowrap;
  transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.btn-help:hover { background: var(--tinta); color: var(--ambar); }
.hdr.on-accent .btn-help:hover { background: var(--papel); color: var(--tinta); }

/* ==========================================================================
   HERO (papel): quiet stage, the wordmark sits on the horizon line.
   ========================================================================== */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: var(--hdr-h) var(--g) 2.5rem;
}
/* foto del faro: ocupa todo el alto libre sobre la línea de horizonte, a sangre en los costados */
.hero-plate { position: relative; flex: 1 1 auto; min-height: 14rem; margin: 0 calc(var(--g) * -1) 2rem; overflow: hidden; }
.hero-plate .reveal { position: absolute; inset: 0; display: block; }
.hero-plate img { width: 100%; height: 100%; object-fit: cover; object-position: 47% 45%; display: block; }
.hero-veiled { visibility: hidden; }
.hero-rule { display: block; height: 1px; background: var(--tinta); transform-origin: left; margin-bottom: 1.5rem; opacity: 0.85; }
.hero-h1 { margin: 0; }
.hero-logo { display: block; width: 100%; }
.hero-logo .reveal { display: block; }
.hero-logo img { width: 100%; height: auto; }
.hero-sub { display: flex; align-items: flex-start; gap: 0.75rem; margin-top: 1.5rem; max-width: 22rem; }
.dot { flex: none; width: 0.625rem; height: 0.625rem; border-radius: 50%; background: var(--ambar); margin-top: 0.3em; }
.hero-sub .te { column-gap: 0.32em; }
/* corta en dos renglones exactos: "Salud mental masculina" / "para los que no piden ayuda" (medido: 16,9em y 19,8em a 20,5em) */
.hero-sub-text { max-width: 20.1em; }


/* ==========================================================================
   MANIFIESTO (tinta + Pharos): written letter by letter.
   ========================================================================== */
.manifiesto {
  position: relative; isolation: isolate; overflow: hidden;
  background: var(--tinta); color: var(--papel);
  padding: var(--sec-pad) var(--g) 3rem;
  min-height: 100svh; display: flex; flex-direction: column; justify-content: space-between; gap: 4rem;
}
#pharos { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; opacity: 0; transition: opacity 1.1s ease; }
#pharos.is-on { opacity: 1; }
@media (prefers-reduced-motion: reduce) { #pharos { transition: none; } }
.man-h2 { display: flex; flex-direction: column; gap: 2.25rem; font-size: var(--t-man); line-height: 1.06; }
.man-s { display: flex; flex-wrap: wrap; column-gap: 0.2em; row-gap: 0.18em; }
.man-s > .te { display: contents; }
.man-mark { position: relative; display: inline-flex; white-space: nowrap; }
.man-mark .te { flex-wrap: nowrap; }
.man-underline { position: absolute; left: 0; right: 0; bottom: 0.08em; height: 0.06em; background: var(--ambar); transform-origin: left; }
.man-src { font-size: var(--t-label); line-height: 1.5; letter-spacing: 0.02em; color: var(--gris-sobre-tinta); max-width: 34rem; }

/* ==========================================================================
   QUÉ ES FARO (papel)
   ========================================================================== */
.que { padding: var(--sec-pad) var(--g); display: grid; gap: 2.5rem; }
.sec-title { font-size: var(--t-h2); line-height: 1.1; }
.plate { position: relative; overflow: hidden; background: var(--tinta); aspect-ratio: 16 / 10; }
.plate .reveal { display: block; width: 100%; height: 100%; }
.plate img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.cols { display: grid; gap: 2.5rem; }
.col { position: relative; padding-top: 1.25rem; }
.col .rule { position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--tinta); transform-origin: left; }
.col .num { display: block; color: var(--gris-sobre-papel); margin-bottom: 1rem; font-variant-numeric: tabular-nums; }
.col h3 { font-size: var(--t-h3); line-height: 1.05; margin-bottom: 0.75rem; }
.col p { max-width: 30rem; }
.tag { display: inline-block; margin-left: 0.25em; padding: 0.1em 0.45em; background: var(--tinta); color: var(--papel); font-size: 0.82em; font-weight: 700; letter-spacing: 0.02em; white-space: nowrap; }

/* ==========================================================================
   AYUDA (ámbar, critical): no animation, visible without JS.
   ========================================================================== */
.ayuda { background: var(--ambar); color: var(--tinta); padding: 4.5rem var(--g) 4rem; scroll-margin-top: var(--hdr-h); }
.ayuda h2 { font-size: var(--t-help); line-height: 1.02; }
.ayuda h2:focus, h2[tabindex="-1"]:focus { outline: none; }
.ayuda .lead { font-size: var(--t-lead); line-height: 1.45; margin-top: 1.5rem; max-width: 34rem; font-weight: 500; }
.ayuda .lead strong { font-weight: 700; white-space: nowrap; }
.btn-call {
  display: flex; align-items: center; justify-content: center; gap: 0.75rem;
  min-height: max(64px, 4rem); width: 100%; margin-top: 2rem; padding: 0.75rem 1.25rem;
  background: var(--tinta); color: var(--papel);
  font-family: var(--f-display); font-weight: 700; text-transform: uppercase; font-size: 2rem; line-height: 1.05; letter-spacing: 0.01em;
  transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.btn-call:hover { background: var(--papel); color: var(--tinta); }
.btn-call .ic { width: 0.8em; height: 0.8em; flex: none; }
.ayuda :focus-visible { outline-color: var(--tinta); }
.ayuda .note { margin-top: 1.5rem; font-size: var(--t-body); line-height: 1.5; }
.ayuda .note a { position: relative; font-weight: 700; text-decoration: underline; text-underline-offset: 0.18em; text-decoration-thickness: 2px; display: inline-block; min-height: 1.5em; }
.ayuda .note a::after { content: ""; position: absolute; inset: -12px -14px; }

/* ==========================================================================
   SÚMATE (papel)
   ========================================================================== */
.sumate { padding: var(--sec-pad) var(--g); display: grid; gap: 1.75rem; }
.sumate p { max-width: 30rem; }
.btn-line {
  display: inline-flex; align-items: center; justify-content: center; justify-self: start;
  min-height: var(--tap); padding-inline: 1.5rem; border: 2px solid var(--tinta);
  font-weight: 700; font-size: var(--t-body); letter-spacing: 0.02em;
  transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.btn-line:hover { background: var(--tinta); color: var(--papel); }

/* ==========================================================================
   FOOTER (tinta)
   ========================================================================== */
.footer { position: relative; isolation: isolate; overflow: hidden; background: var(--tinta); color: var(--papel); padding: 5rem var(--g) 2.5rem; }
.footer .bg { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; opacity: 0.22; }
.ft-tag { font-size: 2.5rem; line-height: 1.06; max-width: 20rem; }
.ft-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem 1.5rem; margin-top: 3rem; color: var(--papel); }
.ft-meta a { display: inline-flex; align-items: center; min-height: var(--tap); text-decoration: underline; text-underline-offset: 0.2em; text-decoration-thickness: 1px; }
.ft-meta span { display: inline-flex; align-items: center; min-height: var(--tap); color: var(--gris-sobre-tinta); }
.ft-logo { margin-top: 2rem; }
.ft-logo .reveal { display: block; }
.ft-logo img { width: 100%; }

/* ==========================================================================
   PRELOADER (Halden viewfinder)
   ========================================================================== */
#preloader { pointer-events: none; position: fixed; inset: 0; z-index: 100; }
#preloader .veil { position: absolute; inset: 0; background: var(--papel); }
#preloader .frame { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
#preloader .content { position: absolute; inset: 5px; overflow: hidden; background: var(--papel); }
#preloader .content img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 250ms var(--ease); }
#preloader .content img.logo { object-fit: contain; padding: 18%; }
#preloader .content img.shown { opacity: 1; }
#preloader .corner { position: absolute; display: block; border-color: var(--tinta); border-style: solid; }
#preloader .foot { position: absolute; bottom: -2.125rem; left: 0; display: flex; width: 100%; align-items: baseline; justify-content: space-between; color: var(--tinta); }
#preloader .foot .brand { font-family: var(--f-display); font-size: 1.25rem; font-weight: 700; letter-spacing: 0.16em; line-height: 1; }
#preloader .foot .pct { font-size: 0.875rem; letter-spacing: 0.08em; line-height: 1; font-variant-numeric: tabular-nums; }

/* ==========================================================================
   768 comp
   ========================================================================== */
@media (min-width: 549px) {
  :root { --g: 3rem; --hdr-h: 4.5rem; --t-h2: 5rem; --t-h3: 2.25rem; --t-man: 4rem; --t-help: 6.5rem; --sec-pad: 7rem; }
  .hdr-logo .mark { width: 6.5rem; }
  .hdr-nav { gap: 0.75rem; }
  .hero { padding-bottom: 3rem; }
  .hero-sub { max-width: none; }
  .cols { grid-template-columns: repeat(2, 1fr); column-gap: 2rem; row-gap: 3rem; }
  .btn-call { width: auto; display: inline-flex; padding-inline: 2.5rem; min-height: 5rem; font-size: 2.5rem; }
  .ft-tag { font-size: 3.5rem; max-width: 30rem; }
}

/* ==========================================================================
   1024 comp
   ========================================================================== */
@media (min-width: 769px) {
  :root { --g: 4rem; --t-h2: 5.25rem; --t-h3: 2.5rem; --t-man: 4.75rem; --t-help: 8rem; --sec-pad: 8rem; }
  .que { grid-template-columns: repeat(12, 1fr); column-gap: 1.5rem; row-gap: 5rem; }
  .que .sec-title { grid-column: 1 / span 10; align-self: end; }
  .que .plate { grid-column: 7 / span 6; }
  .que .cols { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); column-gap: 1.5rem; }
  .sumate { grid-template-columns: repeat(12, 1fr); column-gap: 1.5rem; align-items: end; }
  .sumate .sec-title { grid-column: 1 / span 7; }
  .sumate .sumate-body { grid-column: 8 / span 5; display: grid; gap: 1.75rem; }
  .man-h2 { gap: 3rem; }
  .man-s:nth-child(2) { padding-left: 16.666%; }
  .man-s:nth-child(3) { padding-left: 33.333%; }
  .ayuda { padding-block: 6rem 5rem; }
  .ayuda-grid { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: 1.5rem; align-items: end; }
  .ayuda-grid h2 { grid-column: 1 / span 7; }
  .ayuda-grid .ayuda-body { grid-column: 8 / span 5; }
  .ayuda .btn-call { width: 100%; white-space: nowrap; }
}

/* ==========================================================================
   1440 comp (and linear above it)
   ========================================================================== */
@media (min-width: 1025px) {
  :root { --g: max(96px, 6rem); --hdr-h: 4.5rem; --t-h2: 7.5rem; --t-h3: 2.75rem; --t-man: 5.25rem; --t-help: 10rem; --sec-pad: 9rem; --t-body: max(17px, 1.125rem); --t-lead: max(19px, 1.375rem); }
  .man-h2 { max-width: 76rem; }
  .hdr-logo .mark { width: 7.5rem; }
  .hdr-nav { gap: 1.25rem; }
  .btn-help { padding-inline: 1.5rem; }
  .hero { padding-bottom: 3.5rem; }
  .hero-sub { margin-top: 2rem; }
  .ayuda .btn-call { font-size: 2.75rem; min-height: 5.5rem; }
  .ft-tag { font-size: 4.5rem; max-width: 44rem; }
  .ft-logo { margin-top: 3rem; }
}

@media (hover: hover) and (min-width: 769px) {
  .nav-item:hover .hdr-link { color: var(--papel); }
  .hdr.on-accent .nav-item:hover .hdr-link { color: var(--tinta); }
}

/* los saltos a secciones (Ayuda ahora) no quedan tapados por el header fijo */
section[id], #ayuda { scroll-margin-top: calc(var(--hdr-h) + 1rem); }

/* ==========================================================================
   RONDA 2 · MENÚ, CÓMO TE AYUDAMOS, NOSOTROS, DOCUMENTAL (mobile first)
   ========================================================================== */
/* header: desktop links hidden until there is room for them; the menu button
   takes over below that. Ayuda ahora is always visible. */
.hdr-desk { display: none; }
.hdr-actions { display: flex; align-items: center; gap: 0.5rem; margin-left: auto; }
.menu-btn { display: inline-flex; align-items: center; justify-content: center; width: var(--tap); height: var(--tap); margin-right: -0.5rem; background: transparent; color: inherit; cursor: pointer; }
.menu-btn[hidden] { display: none; }
.menu-btn .bars { position: relative; display: block; width: 1.5rem; height: 0.875rem; }
.menu-btn .bars span { position: absolute; left: 0; right: 0; height: 2px; background: currentColor; transition: transform var(--dur) var(--ease), top var(--dur) var(--ease); }
.menu-btn .bars span:first-child { top: 0; }
.menu-btn .bars span:last-child { top: calc(100% - 2px); }
.menu-btn[aria-expanded="true"] .bars span { top: calc(50% - 1px); }
.menu-btn[aria-expanded="true"] .bars span:first-child { transform: rotate(45deg); }
.menu-btn[aria-expanded="true"] .bars span:last-child { transform: rotate(-45deg); }
.hdr.menu-open { background: var(--tinta); color: var(--papel); border-color: rgb(217 209 193 / 0.2); }
.hdr.menu-open :focus-visible { outline-color: var(--ambar); }

.menu {
  position: fixed; inset: 0; z-index: 45; overflow-y: auto; overscroll-behavior: contain;
  background: var(--tinta); color: var(--papel);
  padding: calc(var(--hdr-h) + 2rem) var(--g) max(2rem, env(safe-area-inset-bottom));
}
.menu[hidden] { display: none; }
.menu :focus-visible { outline-color: var(--ambar); }
.menu-inner { min-height: 100%; display: flex; flex-direction: column; justify-content: space-between; gap: 3rem; }
.menu-list { display: flex; flex-direction: column; gap: 0.5rem; font-size: 2.75rem; line-height: 1.1; }
.menu-list li + li { border-top: 1px solid rgb(217 209 193 / 0.18); padding-top: 0.5rem; }
.menu-list a { white-space: nowrap; }
.menu-list a { display: flex; align-items: center; min-height: var(--tap); }
.mw { display: inline-block; overflow: hidden; padding-block: 0.16em 0.1em; margin-block: -0.16em -0.1em; }
.ml { display: inline-block; }
.menu-foot { display: grid; gap: 1rem; }
.menu-help {
  display: flex; align-items: center; justify-content: center; min-height: max(64px, 4rem);
  background: var(--ambar); color: var(--tinta);
  font-family: var(--f-display); font-weight: 700; text-transform: uppercase; font-size: 2rem; line-height: 1.05;
}
.menu-ig { display: inline-flex; align-items: center; min-height: var(--tap); justify-self: start; color: var(--papel); }

/* CÓMO TE AYUDAMOS (tinta): headline + a numbered ledger */
.como { background: var(--tinta); color: var(--papel); padding: var(--sec-pad) var(--g); display: grid; gap: 3rem; }
.como-lead { margin-top: 1.25rem; font-size: var(--t-lead); line-height: 1.45; max-width: 26rem; }
.steps { display: grid; }
.step { position: relative; display: grid; grid-template-columns: 3.5rem 1fr; column-gap: 1rem; padding-block: 1.5rem; }
.step .rule { position: absolute; left: 0; right: 0; top: 0; height: 1px; background: rgb(217 209 193 / 0.35); transform-origin: left; }
.step:last-child::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: rgb(217 209 193 / 0.35); }
.step-n { font-size: 2.5rem; line-height: 1.02; color: var(--gris-sobre-tinta); font-variant-numeric: tabular-nums; }
.step-crisis .step-n { color: var(--ambar); }
.step h3 { font-size: 1.875rem; line-height: 1.05; margin-bottom: 0.5rem; }
.step p { max-width: 30rem; }
.como-note { font-size: var(--t-body); line-height: 1.5; color: var(--gris-sobre-tinta); max-width: 34rem; }
.como-note a { position: relative; color: var(--papel); font-weight: 700; text-decoration: underline; text-underline-offset: 0.18em; text-decoration-thickness: 2px; white-space: nowrap; }
.como-note a::after { content: ""; position: absolute; inset: -12px -8px; }
.como :focus-visible { outline-color: var(--ambar); }

/* NOSOTROS (papel): headline, portrait, two blocks */
.nosotros { padding: var(--sec-pad) var(--g); display: grid; gap: 2.5rem; }
.nos-plate { aspect-ratio: 1038 / 1400; max-width: 30rem; }
.nos-plate img { object-position: 50% 30%; }
.nos-blocks { display: grid; gap: 2.5rem; }
.nos-b h3 { font-size: var(--t-h3); line-height: 1.05; margin-bottom: 0.75rem; }
.nos-b p { max-width: 30rem; }

/* EL DOCUMENTAL (tinta): kicker + headline, text, cinematic plate */
.docu { background: var(--tinta); color: var(--papel); padding: var(--sec-pad) var(--g); display: grid; gap: 2rem; }
.docu-kick { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem; color: var(--papel); }
.docu-kick .dot { margin-top: 0; }
.docu-text { font-size: var(--t-lead); line-height: 1.45; max-width: 30rem; }
.docu-plate { aspect-ratio: 16 / 10; margin-top: 1rem; }
.docu :focus-visible { outline-color: var(--ambar); }

@media (min-width: 549px) {
  .menu-list { font-size: 4rem; }
  .menu-foot { grid-template-columns: auto 1fr; align-items: center; column-gap: 2rem; }
  .menu-help { padding-inline: 2.5rem; }
  .step { grid-template-columns: 5rem 1fr; }
  .step-n { font-size: 3rem; }
  .nos-blocks { grid-template-columns: 1fr 1fr; column-gap: 2rem; }
  .docu-plate { aspect-ratio: 16 / 9; }
}
@media (min-width: 769px) {
  .como { grid-template-columns: repeat(12, 1fr); column-gap: 1.5rem; row-gap: 3rem; }
  .como-head { grid-column: 1 / span 6; align-self: start; position: sticky; top: calc(var(--hdr-h) + 3rem); }
  .steps { grid-column: 7 / span 6; }
  .como-note { grid-column: 7 / span 6; }
  .como .sec-title { padding-right: 1.5rem; }
  .step h3 { font-size: 2.25rem; }
  .nosotros { grid-template-columns: repeat(12, 1fr); column-gap: 1.5rem; row-gap: 3rem; }
  .nosotros .sec-title { grid-column: 1 / span 11; }
  .nos-plate { grid-column: 1 / span 5; max-width: none; align-self: start; }
  .nos-blocks { grid-column: 7 / span 6; align-self: end; grid-template-columns: 1fr; row-gap: 3rem; }
  .docu { grid-template-columns: repeat(12, 1fr); column-gap: 1.5rem; row-gap: 3rem; align-items: end; }
  .docu-head { grid-column: 1 / span 8; }
  .docu-text { grid-column: 9 / span 4; }
  .docu-plate { grid-column: 1 / -1; aspect-ratio: 21 / 9; margin-top: 0; }
  .docu-plate img { object-position: 50% 55%; }
}
@media (min-width: 1025px) {
  .step { grid-template-columns: 6rem 1fr; padding-block: 2rem; }
  .step-n { font-size: 3.5rem; }
  .step h3 { font-size: 2.75rem; }
}
/* desktop links: only once all six fit beside Ayuda ahora (measured) */
@media (min-width: 1180px) {
  .hdr-desk { display: block; margin-left: auto; }
  .hdr-desk .hdr-nav { gap: 0.25rem; }
  .hdr-actions { margin-left: 1rem; }
  .menu-btn, .menu-btn[hidden] { display: none; }
  .menu { display: none !important; }
}
