/* Manuel Nieto Fotógrafo · dirección "Sala oscura" (elegida 4-sep-2026)
   Sistema: fondo #0b0a08, texto #ede6d8, secundario #a89f8f, regla #272320, latón #b8975a.
   7-sep-2026: fondo más negro y tipografía un punto más gruesa (Jost 400, Bodoni 500).
   Tipografía: Bodoni Moda (display) + Jost (texto), cargadas desde Google Fonts. */

:root {
  --bg: #08080a;
  --bg-2: #101013;
  --ink: #ede6d8;
  --ink-2: #d5cdbd;
  --muted: #a89f8f;
  --faint: #8a8274;
  --rule: #242429;
  --rule-2: #706757;
  --brass: #b8975a;
  --display: "Bodoni Moda", "Didot", "Bodoni 72", Georgia, "Times New Roman", serif;
  --sans: Jost, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --pad: 56px;
  --header-h: 116px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }

body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 400 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); text-decoration: none; transition: color .15s; }
a:hover { color: var(--brass); }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }
h1, h2, h3, .display { font-family: var(--display); font-weight: 500; margin: 0; letter-spacing: -0.005em; }
h1 { font-size: clamp(44px, 6.6vw, 96px); line-height: .96; text-wrap: pretty; }
h2 { font-size: clamp(32px, 3.6vw, 52px); line-height: 1.05; text-wrap: pretty; }
h3 { font-size: clamp(26px, 2.6vw, 38px); line-height: 1; }
p { margin: 0; }
em { font-style: italic; }
.muted { color: var(--muted); }
.ink2 { color: var(--ink-2); }
.pend { color: var(--muted); font-size: .92em; }
.wrap { padding-left: var(--pad); padding-right: var(--pad); }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--bg); padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }

/* Botones */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 22px; font: 500 14px/1 var(--sans); letter-spacing: .04em; border: 1px solid transparent; cursor: pointer; white-space: nowrap; }
.btn-primary { background: var(--ink); color: var(--bg); }
.btn-primary:hover { background: #fff; color: var(--bg); }
.btn-outline { border-color: var(--brass); color: var(--brass); }
.btn-outline:hover { background: var(--brass); color: var(--bg); }
.btn-ghost { border-color: var(--muted); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); }
.link-brass { font-size: 13px; letter-spacing: .08em; color: var(--brass); border-bottom: 1px solid var(--brass); padding-bottom: 4px; }
.link-brass:hover { color: var(--ink); border-color: var(--ink); }

/* Cabecera */
.site-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: var(--header-h); padding: 0 var(--pad); position: relative; z-index: 20; }
.site-header nav { display: flex; gap: 28px; align-items: center; font-size: 13px; font-weight: 500; letter-spacing: .06em; }
.site-header nav.right { justify-content: flex-end; }
.site-header nav a[aria-current="page"] { color: var(--brass); }
.brand { display: flex; flex-direction: column; align-items: center; gap: 6px; color: var(--ink); }
.brand svg { width: 34px; height: 34px; }
.brand span { font-family: var(--display); font-size: 15px; letter-spacing: .22em; text-transform: uppercase; line-height: 1; }
.phone-link { font-weight: 500; letter-spacing: .04em; }
.burger, .phone-icon, .header-actions, .site-header .mobile-nav { display: none; }

/* Hero */
.hero { position: relative; height: 100vh; height: 100svh; min-height: 640px; max-height: 1100px; overflow: hidden; display: flex; align-items: flex-end; }
.hero picture, .hero img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero img { object-fit: cover; object-position: center 10%; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,8,10,.15) 0%, rgba(8,8,10,0) 35%, rgba(8,8,10,.92) 100%); }
.hero-inner { position: relative; z-index: 1; padding: 0 var(--pad) 48px; display: flex; flex-direction: column; gap: 16px; max-width: 960px; }
.hero-inner p.lead { font-size: 17px; line-height: 1.6; max-width: 46ch; color: var(--ink-2); }
.crumbs { font-size: 13px; letter-spacing: .1em; color: var(--muted); }
.cta-row { display: flex; gap: 14px; align-items: stretch; flex-wrap: wrap; margin-top: 8px; }

/* Hero partido (foto vertical a toda altura, sin estirar) */
.hero.split { display: grid; grid-template-columns: minmax(0, 46fr) minmax(0, 54fr); grid-template-rows: 100%; align-items: stretch; }
.hero.split::after { display: none; }
.hero.split picture { position: relative; width: 100%; height: 100%; min-height: 0; overflow: hidden; }
.hero.split img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 12%; }
.hero.split .hero-inner { align-self: end; padding: 48px var(--pad) 64px 0; margin-left: var(--pad); max-width: none; }
.hero.split picture { order: 2; }

/* Formulario rápido de correo */
.quick { display: flex; border: 1px solid var(--brass); min-width: 380px; }
.quick input { flex: 1; min-width: 0; background: transparent; border: 0; padding: 0 16px; font: 400 14px var(--sans); color: var(--ink); }
.quick input::placeholder { color: var(--muted); }
.quick button { background: transparent; border: 0; border-left: 1px solid var(--brass); color: var(--brass); padding: 0 18px; font: 400 13px var(--sans); letter-spacing: .04em; cursor: pointer; min-height: 48px; }
.quick button:hover { background: var(--brass); color: var(--bg); }

/* Servicios en tres columnas */
.tri { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0 var(--pad); border-top: 1px solid var(--rule); }
.tri > * { display: flex; flex-direction: column; gap: 14px; padding: 44px 32px; border-right: 1px solid var(--rule); color: var(--ink); }
.tri > *:first-child { padding-left: 0; }
.tri > *:last-child { padding-right: 0; border-right: 0; }
.tri h2 { font-size: clamp(26px, 2.6vw, 38px); line-height: 1; }
.tri .desc { font-size: 14px; color: var(--muted); line-height: 1.6; }
.tri .price { font-size: 14px; letter-spacing: .04em; color: var(--brass); }
.tri .price.na { color: var(--muted); }
.tri .price.big { font-family: var(--display); font-size: 34px; letter-spacing: 0; color: var(--ink); line-height: 1; }

/* Secciones partidas */
.section { padding: 96px var(--pad); border-top: 1px solid var(--rule); }
.section.tight { padding-top: 72px; padding-bottom: 72px; }
.section.alt { background: var(--bg-2); }
.grid12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: center; }
.col-5 { grid-column: span 5; } .col-6 { grid-column: span 6; } .col-4 { grid-column: span 4; }
.col-7-5 { grid-column: 7 / span 5; } .col-7-6 { grid-column: 7 / span 6; } .col-8-5 { grid-column: 8 / span 5; } .col-6-7 { grid-column: 6 / span 7; } .col-2-8 { grid-column: 2 / span 8; } .col-2-10 { grid-column: 2 / span 10; }
.stack { display: flex; flex-direction: column; gap: 22px; }
.stack p { font-size: 16px; line-height: 1.75; color: var(--ink-2); max-width: 54ch; }
.photo-tall img { width: 100%; height: 620px; object-fit: cover; }
.photo-mid img { width: 100%; height: 560px; object-fit: cover; }
.placeholder { border: 1px dashed var(--rule-2); display: flex; align-items: center; justify-content: center; text-align: center; padding: 32px; font-size: 13px; letter-spacing: .06em; color: var(--muted); line-height: 1.6; }

/* Opiniones */
blockquote { margin: 0; font-family: var(--display); font-style: italic; font-size: clamp(26px, 3vw, 44px); line-height: 1.2; text-wrap: pretty; }
.cite { margin-top: 20px; font-size: 13px; letter-spacing: .08em; color: var(--muted); }
.quotes-2 { margin-top: 56px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
.quotes-2 > div { display: flex; flex-direction: column; gap: 10px; border-top: 1px solid var(--rule); padding-top: 18px; }
.quotes-2 p { font-size: 16px; line-height: 1.6; color: var(--ink-2); }
.quotes-2 span { font-size: 12px; letter-spacing: .08em; color: var(--muted); }

/* Contacto */
.contact-phone { font-family: var(--display); font-size: 34px; line-height: 1; }
.address { margin-top: 24px; font-size: 14px; line-height: 1.7; color: var(--muted); }
.form { display: flex; flex-direction: column; gap: 16px; border: 1px solid var(--rule); padding: 36px; }
.form .row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 12px; letter-spacing: .08em; color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; background: transparent; border: 1px solid var(--rule-2); padding: 13px 14px; font: 400 14px var(--sans); color: var(--ink); min-height: 48px; }
.field input::placeholder { color: var(--faint); }
.field select { appearance: none; -webkit-appearance: none; }
.field select option { background: var(--bg-2); color: var(--ink); }
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 8px; }
.form-foot small { font-size: 12px; color: var(--muted); max-width: 34ch; line-height: 1.5; }
.form-ok { display: none; padding: 18px; border: 1px solid var(--brass); color: var(--ink-2); font-size: 15px; }
.form.sent .form-ok { display: block; }
.form.sent .row, .form.sent .field, .form.sent .form-foot { display: none; }
.hp { position: absolute; left: -9999px; }

/* Packs (bodas) */
.packs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.pack { display: flex; flex-direction: column; gap: 18px; padding: 36px 32px; border: 1px solid var(--rule); }
.pack.featured { border-color: var(--brass); }
.pack .name { font-family: var(--display); font-size: 30px; line-height: 1; }
.pack .amount { font-family: var(--display); font-size: 56px; line-height: 1; }
.pack .what { font-size: 14px; line-height: 1.7; color: var(--ink-2); }
.pack .btn { margin-top: auto; }
.packs-foot { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; padding-top: 8px; font-size: 14px; color: var(--muted); }

/* Pasos */
.steps { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; }
.steps > li { list-style: none; }
.steps > li > div, .steps > div { display: flex; flex-direction: column; gap: 12px; border-top: 1px solid var(--rule); padding-top: 16px; }
.steps .n { font-family: var(--display); font-size: 26px; color: var(--brass); line-height: 1; }
.steps .t { font-size: 14px; font-weight: 400; }
.steps .d { font-size: 13px; line-height: 1.6; color: var(--muted); }

/* Galería */
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gallery img, .gallery .placeholder { width: 100%; height: 360px; object-fit: cover; }
.gallery.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gallery.four img, .gallery.four .placeholder { height: 300px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
.section-head .note { font-size: 13px; letter-spacing: .08em; color: var(--muted); }

/* FAQ */
.faq { display: flex; flex-direction: column; border-bottom: 1px solid var(--rule); }
.faq details { border-top: 1px solid var(--rule); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 0; font-size: 17px; font-weight: 400; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--display); font-size: 24px; color: var(--brass); line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq .a { padding: 0 0 22px; font-size: 14px; line-height: 1.7; color: var(--muted); max-width: 70ch; }

/* Banda final */
.band { display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; padding: 64px var(--pad); border-top: 1px solid var(--rule); background: var(--bg-2); }
.band .big { font-family: var(--display); font-size: clamp(28px, 2.8vw, 40px); line-height: 1.05; }
.band .sub { margin-top: 10px; font-size: 14px; color: var(--muted); }

/* Reserva (estudio) */
.booking { border: 1px solid var(--rule); padding: 32px; display: flex; flex-direction: column; gap: 20px; }
.booking .head { display: flex; justify-content: space-between; align-items: center; font-size: 14px; letter-spacing: .06em; }
.booking .head span:last-child { font-size: 12px; color: var(--muted); }
.cal { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px; text-align: center; font-size: 13px; }
.cal .dow { color: var(--muted); }
.cal .off { color: var(--rule-2); }
.cal span { padding: 10px 0; }
.cal .sel { background: var(--ink); color: var(--bg); }
.hours { display: flex; flex-wrap: wrap; gap: 8px; }
.hours span { padding: 10px 14px; border: 1px solid var(--rule-2); font-size: 13px; }
.hours .sel { border-color: var(--brass); color: var(--brass); }
.booking .foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-top: 1px solid var(--rule); padding-top: 20px; font-size: 13px; color: var(--muted); }

/* Pie */
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; padding: 28px var(--pad); font-size: 13px; color: var(--muted); border-top: 1px solid var(--rule); }
.site-footer nav { display: flex; gap: 22px; flex-wrap: wrap; }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--brass); }

/* Barra fija móvil */
.mobile-bar { display: none; }

/* Aviso de cookies (GA4 solo tras aceptar; ver js/eventos-ga4.js) */
#mn-cookies { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 50; background: var(--bg-2); border: 1px solid var(--rule-2); padding: 16px 18px; display: none; gap: 14px; align-items: center; justify-content: space-between; flex-wrap: wrap; font-size: 13px; color: var(--ink-2); }
#mn-cookies.show { display: flex; }
#mn-cookies .acts { display: flex; gap: 10px; }
#mn-cookies button { min-height: 40px; padding: 0 16px; font: 400 13px var(--sans); cursor: pointer; border: 1px solid var(--muted); background: transparent; color: var(--ink); }
#mn-cookies button.ok { background: var(--ink); color: var(--bg); border-color: var(--ink); }

/* ---------- Tablet ---------- */
@media (max-width: 1100px) {
  :root { --pad: 32px; }
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .photo-tall img { height: 480px; }
}

/* ---------- Móvil ---------- */
@media (max-width: 900px) {
  :root { --pad: 20px; --header-h: 64px; }
  body { padding-bottom: 64px; }
  .site-header { display: flex; justify-content: space-between; }
  .site-header nav { display: none; }
  .brand { flex-direction: row; gap: 10px; }
  .brand svg { width: 26px; height: 26px; }
  .brand span { font-size: 13px; letter-spacing: .18em; }
  .header-actions { display: flex; align-items: center; gap: 8px; }
  .phone-icon, .burger { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: transparent; border: 0; cursor: pointer; color: var(--ink); }
  .phone-icon { border: 1px solid var(--brass); color: var(--brass); }
  .site-header .mobile-nav { display: none; position: absolute; top: var(--header-h); left: 0; right: 0; background: var(--bg-2); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 12px 20px 20px; flex-direction: column; z-index: 30; }
  .site-header .mobile-nav.open { display: flex; }
  .mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--rule); font-size: 16px; }
  .mobile-nav a:last-child { border-bottom: 0; }
  .hero { height: 88vh; height: 88svh; min-height: 560px; max-height: 820px; }
  .hero.split { display: flex; flex-direction: column; height: auto; min-height: 0; max-height: none; }
  .hero.split picture { order: 0; height: 62vh; height: 62svh; min-height: 420px; max-height: 620px; flex: none; }
  .hero.split .hero-inner { margin: 0; padding: 24px var(--pad) 28px; }
  .hero img { object-position: 60% 30%; }
  .hero-inner { padding-bottom: 28px; gap: 14px; }
  .hero-inner p.lead { font-size: 15px; }
  .cta-row { flex-direction: column; }
  .cta-row .btn { width: 100%; }
  .quick { min-width: 0; width: 100%; height: 52px; }
  .tri { grid-template-columns: 1fr; padding: 0 var(--pad); }
  .tri > * { flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px 12px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .tri > *:last-child { border-bottom: 0; }
  .tri h3 { font-size: 28px; flex-basis: 100%; }
  .tri h2 { font-size: clamp(26px, 2.6vw, 38px); line-height: 1; }
.tri .desc { font-size: 13px; flex: 1; }
  .tri .price { white-space: nowrap; }
  .tri .price.big { font-size: 26px; }
  .section { padding: 44px var(--pad); }
  .grid12 { grid-template-columns: 1fr; gap: 20px; }
  .grid12 > * { grid-column: auto; }
  .photo-tall img, .photo-mid img { height: 420px; }
  .stack p { font-size: 15px; }
  .quotes-2 { grid-template-columns: 1fr; gap: 28px; margin-top: 36px; }
  .form { padding: 0; border: 0; }
  .form .row { grid-template-columns: 1fr; }
  .form-foot { flex-direction: column-reverse; align-items: stretch; }
  .form-foot .btn { width: 100%; min-height: 52px; }
  .packs { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 18px; }
  .gallery, .gallery.four { grid-template-columns: 1fr 1fr; gap: 10px; }
  .gallery img, .gallery .placeholder, .gallery.four img, .gallery.four .placeholder { height: 200px; }
  .band { padding: 40px var(--pad); }
  .band .cta-row { width: 100%; }
  .booking { padding: 20px; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 10px; padding-bottom: 28px; }
  .mobile-bar { display: grid; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; grid-template-columns: 1fr 1fr; height: 64px; border-top: 1px solid var(--rule); background: var(--bg); }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 14px; letter-spacing: .04em; }
  .mobile-bar a.call { background: var(--ink); color: var(--bg); }
  .mobile-bar a.wa { color: var(--brass); }
  #mn-cookies { bottom: 76px; }
}

/* ---------- Páginas de historia (reportajes reales) ---------- */
.story img { filter: none; }
.story-hero { position: relative; height: 100vh; height: 100svh; min-height: 640px; max-height: 1000px; overflow: hidden; display: flex; align-items: flex-end; }
.story-hero picture, .story-hero img { position: absolute; inset: 0; width: 100%; height: 100%; }
.story-hero img { object-fit: cover; object-position: center 40%; }
.story-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,8,10,.25) 0%, rgba(8,8,10,0) 40%, rgba(8,8,10,.85) 100%); }
.story-hero .hero-inner { max-width: 1100px; gap: 16px; }
.story-kicker { font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--brass); }
.story-hero h1 { font-size: clamp(52px, 8vw, 128px); line-height: .94; }
.story-hero .lead { color: var(--ink-2); font-size: 16px; }
.story-open { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; padding: 96px var(--pad); align-items: center; }
.story-open p { grid-column: 2 / span 10; font-family: var(--display); font-size: clamp(22px, 2.4vw, 34px); line-height: 1.35; color: var(--ink-2); text-wrap: pretty; }
.act { font-size: 12px; font-weight: 400; letter-spacing: 0; display: flex; align-items: center; gap: 18px; padding: 96px var(--pad) 32px; }
.act span { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--brass); white-space: nowrap; }
.act::after { content: ""; flex: 1; height: 1px; background: var(--rule); }
.full { padding: 0 var(--pad); }
.full img { width: 100%; height: 92vh; height: min(92svh, 900px); object-fit: cover; }
.full.bleed { padding: 0; }
.pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 16px var(--pad) 0; }
.pair img { width: 100%; aspect-ratio: 3 / 4; height: auto; object-fit: cover; }
.mid { max-width: 1040px; margin: 16px auto 0; padding: 0 var(--pad); }
.mid img { width: 100%; height: auto; }
.pause { max-width: 520px; margin: 96px auto; padding: 0 var(--pad); text-align: center; }
.pause img { width: 100%; height: auto; }
.pause figcaption { margin-top: 16px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.story-close { position: relative; margin-top: 96px; height: 92vh; height: 92svh; min-height: 600px; overflow: hidden; display: flex; align-items: flex-end; }
.story-close picture, .story-close img { position: absolute; inset: 0; width: 100%; height: 100%; }
.story-close img { object-fit: cover; object-position: center 10%; }
.story-close::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,8,10,0) 30%, rgba(8,8,10,.9) 100%); }
.story-close .inner { position: relative; z-index: 1; padding: 0 var(--pad) 64px; display: flex; flex-direction: column; gap: 18px; }
.story-close .end { font-family: var(--display); font-size: clamp(40px, 5vw, 72px); line-height: 1; }
.story-close .credits { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.story-meta { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding: 40px var(--pad); border-top: 1px solid var(--rule); font-size: 13px; color: var(--muted); }
.story-meta strong { display: block; color: var(--ink); font-weight: 400; margin-bottom: 4px; }
@media (max-width: 900px) {
  .story-hero { min-height: 560px; max-height: 760px; }
  .story-open { display: block; padding: 48px var(--pad); }
  .story-open p { font-size: 22px; }
  .act { padding: 56px var(--pad) 20px; }
  .full img { height: 60vh; height: 60svh; max-height: 560px; }
  .pair { gap: 8px; padding-top: 8px; }
  .mid { margin-top: 8px; }
  .pause { margin: 56px auto; }
  .story-close { height: 70vh; height: 70svh; min-height: 480px; max-height: 640px; margin-top: 56px; }
  .story-meta { grid-template-columns: 1fr 1fr; }
}

/* ---------- Páginas de texto: legales y artículos ---------- */
.prosa .section { max-width: 820px; }
.prosa h2 { font-size: clamp(24px, 2.2vw, 32px); margin: 44px 0 14px; }
.prosa h2 + h3 { margin-top: 16px; }
.prosa .entradilla { font-family: var(--display); font-size: clamp(19px, 1.8vw, 24px); line-height: 1.45; color: var(--ink); margin-bottom: 28px; }
.prosa .fuente { font-size: 13px; color: var(--muted); margin: -6px 0 18px; }
.prosa .fuente a { color: var(--muted); border-bottom-color: rgba(168,159,143,.4); }
.prosa .aviso { border-left: 2px solid var(--brass); padding: 14px 0 14px 18px; margin: 24px 0; font-size: 14px; color: var(--ink-2); }
.prosa h3 { font-size: 19px; font-family: var(--sans); font-weight: 500; margin: 24px 0 8px; }
.prosa p, .prosa li { font-size: 15px; line-height: 1.75; color: var(--ink-2); max-width: 72ch; }
.prosa p { margin-bottom: 14px; }
.prosa ul { padding-left: 20px; margin: 0 0 14px; }
.prosa li { margin-bottom: 8px; }
.prosa a { color: var(--brass); border-bottom: 1px solid rgba(184,151,90,.4); }
.prosa a:hover { border-color: var(--brass); }
.prosa .tabla { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 8px 0 20px; }
.prosa table { width: 100%; min-width: 460px; border-collapse: collapse; margin: 8px 0 20px; font-size: 14px; }
.prosa th, .prosa td { text-align: left; padding: 12px 14px 12px 0; border-bottom: 1px solid var(--rule); vertical-align: top; color: var(--ink-2); }
.prosa th { color: var(--ink); font-weight: 500; font-size: 13px; letter-spacing: .04em; }
.prosa .dato { display: block; font-size: 15px; line-height: 1.9; color: var(--ink-2); }
.prosa .dato strong { color: var(--ink); font-weight: 400; display: inline-block; min-width: 190px; }
.prosa .actualizado { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--rule); font-size: 13px; color: var(--muted); }
@media (max-width: 900px) {
  .prosa .dato strong { display: block; min-width: 0; }
  .prosa .section { padding-top: 32px; }
  .story-hero .hero-inner { gap: 10px; }
  .story-hero h1 { font-size: clamp(40px, 12vw, 56px); }
}


/* ---- Banner de cookies ---------------------------------------------- */
.mn-cookies{
  position:fixed; left:50%; bottom:22px; transform:translate(-50%,150%);
  z-index:9000; width:min(700px, calc(100vw - 28px));
  display:grid; grid-template-columns:auto 1fr; gap:20px; align-items:start;
  padding:26px 28px;
  border:1px solid rgba(184,151,90,.32); border-radius:4px;
  background:linear-gradient(180deg, rgba(16,16,19,.97), rgba(8,8,10,.98));
  backdrop-filter:blur(20px) saturate(150%);
  box-shadow:0 24px 60px rgba(0,0,0,.6), 0 0 0 1px rgba(0,0,0,.4);
  opacity:0; transition:transform .5s cubic-bezier(.22,.61,.36,1), opacity .5s;
}
.mn-cookies.visible{transform:translate(-50%,0); opacity:1}
/* filete dorado superior, como el resto de la marca */
.mn-cookies::before{
  content:""; position:absolute; inset:0 0 auto 0; height:1px;
  background:linear-gradient(90deg,transparent,rgba(184,151,90,.7),transparent);
}
.mn-ck-marca{flex:0 0 auto; color:var(--brass); opacity:.9}
.mn-ck-marca svg{width:40px; height:40px; display:block}
.mn-ck-cuerpo{min-width:0}
.mn-ck-titulo{
  margin:0 0 8px; font-family:var(--display); font-size:19px; line-height:1.15;
  color:var(--ink); letter-spacing:.005em;
}
.mn-cookies-txt{margin:0 0 18px; font-size:13.5px; line-height:1.65; color:var(--ink-2)}
.mn-cookies-txt strong{color:var(--ink); font-weight:500}
.mn-cookies-txt a{color:var(--brass); text-decoration:underline; text-underline-offset:2px}
.mn-cookies-btns{display:flex; gap:10px; flex-wrap:wrap}
/* Los dos botones: mismo tamaño y misma prominencia.
   La AEPD exige que rechazar cueste lo mismo que aceptar. */
.mn-ck-btn{
  flex:1 1 190px; min-height:46px; padding:0 22px;
  font:500 13.5px/1 var(--sans); letter-spacing:.06em; text-transform:uppercase;
  cursor:pointer; border-radius:999px;
  border:1px solid rgba(184,151,90,.55); background:transparent; color:var(--ink);
  transition:background .28s cubic-bezier(.22,.61,.36,1), color .28s, border-color .28s, transform .22s;
}
.mn-ck-btn:hover{background:rgba(184,151,90,.14); border-color:var(--brass); transform:translateY(-1px)}
.mn-ck-si{background:var(--brass); border-color:var(--brass); color:#12100c}
.mn-ck-si:hover{background:#c9a869; border-color:#c9a869; color:#12100c}
.mn-ck-btn:focus-visible{outline:2px solid var(--brass); outline-offset:3px}
@media (max-width:560px){
  .mn-cookies{bottom:12px; padding:22px 20px; grid-template-columns:1fr; gap:14px}
  .mn-ck-marca svg{width:32px; height:32px}
  .mn-ck-titulo{font-size:17px}
  .mn-cookies-btns{flex-direction:column}
  .mn-ck-btn{flex:none; width:100%}
}
@media (prefers-reduced-motion:reduce){
  .mn-cookies{transition:opacity .25s}
  .mn-ck-btn:hover{transform:none}
}
