/* ============================================================================
   MANIFESTALYS · DESIGN SYSTEM EDITORIAL — "Noche del Solsticio"
   Long-read cinematográfico cálido. Tema CLARO por defecto + bandas noche.
   Todo bajo `body.editorial` para no afectar al resto del sitio (rollout por fases).
   Origen: rediseño hub Noche de San Juan (Claude Design).
   ============================================================================ */

/* ---------------------------------------------------------------- FUENTES */
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 400; font-display: swap; src: url('/static/fonts/cormorant-garamond-400-normal-latin.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 500; font-display: swap; src: url('/static/fonts/cormorant-garamond-500-normal-latin.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-display: swap; src: url('/static/fonts/cormorant-garamond-600-normal-latin.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 400; font-display: swap; src: url('/static/fonts/cormorant-garamond-400-italic-latin.woff2') format('woff2'); }
@font-face { font-family: 'Mulish'; font-style: normal; font-weight: 400; font-display: swap; src: url('/static/fonts/mulish-400-normal-latin.woff2') format('woff2'); }
@font-face { font-family: 'Mulish'; font-style: normal; font-weight: 500; font-display: swap; src: url('/static/fonts/mulish-500-normal-latin.woff2') format('woff2'); }
@font-face { font-family: 'Mulish'; font-style: normal; font-weight: 600; font-display: swap; src: url('/static/fonts/mulish-600-normal-latin.woff2') format('woff2'); }
@font-face { font-family: 'Mulish'; font-style: normal; font-weight: 700; font-display: swap; src: url('/static/fonts/mulish-700-normal-latin.woff2') format('woff2'); }

/* ---------------------------------------------------------------- TOKENS (tema claro) */
body.editorial {
  /* Light canvas — "Amanecer de San Juan" */
  --night-950: oklch(0.984 0.007 80);   /* fondo página (crema) */
  --night-900: oklch(0.967 0.013 70);
  --night-850: oklch(0.95 0.016 68);
  --surface:   oklch(0.998 0.003 84);    /* tarjetas/cajas */
  --surface-2: oklch(0.967 0.012 72);    /* banda alterna */
  --hairline:  oklch(0.30 0.03 252 / 0.16);
  --hairline-2:oklch(0.30 0.03 252 / 0.08);
  /* Ink */
  --cream: oklch(0.26 0.035 252);        /* titulares (azul noche) */
  --soft:  oklch(0.34 0.028 250);        /* cuerpo */
  --muted: oklch(0.50 0.025 248);
  --faint: oklch(0.60 0.022 246);
  /* Acentos — oro oscurecido para contraste WCAG AA (4.7:1) sobre crema */
  --gold:     oklch(0.55 0.105 74);
  --gold-hi:  oklch(0.50 0.105 70);
  --ember:    oklch(0.58 0.150 46);
  --ember-hi: oklch(0.52 0.150 44);
  --water:    oklch(0.53 0.090 228);
  --water-hi: oklch(0.47 0.090 230);

  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans:  'Mulish', system-ui, -apple-system, sans-serif;
  --label: 'Josefin Sans', var(--sans);

  --maxw: 1200px;
  --readw: 720px;
  --accent: var(--gold);
  --accent-hi: var(--gold-hi);

  background: var(--night-950);
  color: var(--soft);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.editorial *, body.editorial *::before, body.editorial *::after { box-sizing: border-box; }
body.editorial img { display: block; max-width: 100%; }
body.editorial strong { color: var(--cream); font-weight: 600; }

/* Full-bleed: el long-read controla su propio ancho con .wrap */
body.editorial main.container { max-width: none; margin: 0; padding: 0; }

/* ---------------------------------------------------------------- TIPO */
body.editorial .eyebrow {
  font-family: var(--label); font-weight: 600;
  font-size: 0.74rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--accent);
}
body.editorial h1, body.editorial h2, body.editorial h3 {
  font-family: var(--serif); font-weight: 500; line-height: 1.05; letter-spacing: -0.01em; color: var(--cream); margin: 0;
}
body.editorial .display { font-size: clamp(2.8rem, 6.4vw, 5.2rem); font-weight: 500; line-height: 0.99; letter-spacing: -0.018em; }
body.editorial .s-title { font-size: clamp(2rem, 3.8vw, 3.1rem); letter-spacing: -0.015em; }
body.editorial p { text-wrap: pretty; }

/* ---------------------------------------------------------------- LAYOUT */
body.editorial .wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.25rem, 5vw, 3rem); }
body.editorial .read { max-width: var(--readw); margin-inline: auto; }
body.editorial .band { padding-block: clamp(3.5rem, 8vw, 7rem); position: relative; }
body.editorial .band--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
body.editorial .band--alt { background: var(--surface-2); }
body.editorial .rule { height: 1px; background: var(--hairline); border: 0; }
body.editorial .kicker { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 1.1rem; }
body.editorial .kicker.eyebrow::before { content: ''; width: 34px; height: 1px; background: var(--accent); opacity: 0.7; }

/* ---------------------------------------------------------------- NAV (reusa .navbar global) */
body.editorial .navbar {
  position: fixed; inset: 0 0 auto 0; background: transparent; z-index: 70;
  padding: 1rem clamp(1.25rem, 5vw, 3rem);
  transition: background .4s ease, box-shadow .4s ease, padding .3s ease;
  /* light-on-dark sobre el hero */
  --cream: oklch(0.97 0.012 84); --soft: oklch(0.90 0.014 84); --gold-hi: oklch(0.86 0.075 84);
}
body.editorial .navbar.scrolled {
  background: oklch(0.18 0.03 252 / 0.86); backdrop-filter: blur(16px) saturate(1.1);
  box-shadow: 0 1px 0 oklch(0.85 0.04 90 / 0.07), 0 10px 40px oklch(0.12 0.03 252 / 0.5);
  padding-block: 0.6rem;
}
body.editorial .navbar .logo-text { font-family: var(--label); font-weight: 600; letter-spacing: 0.22em; font-size: 0.95rem; color: var(--cream); }
body.editorial .navbar .nav-links a { color: var(--soft); opacity: 0.88; }
body.editorial .navbar .nav-links a:hover, body.editorial .navbar .nav-links a.active { opacity: 1; color: var(--gold-hi); }

/* ---------------------------------------------------------------- HERO */
body.editorial .hero {
  position: relative; min-height: 92svh; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden;
  /* light-on-dark sobre la foto */
  --cream: oklch(0.97 0.012 84); --soft: oklch(0.90 0.014 84); --muted: oklch(0.78 0.018 240);
  --gold-hi: oklch(0.86 0.075 84); --accent: oklch(0.82 0.090 80); --hairline: oklch(0.85 0.04 90 / 0.22);
}
body.editorial .hero__img { position: absolute; inset: 0; z-index: -3; }
body.editorial .hero__img img { width: 100%; height: 100%; object-fit: cover; }
body.editorial .hero__grad {
  position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(70% 50% at 62% 42%, oklch(0.6 0.14 55 / 0.22), transparent 60%),
    linear-gradient(180deg, oklch(0.15 0.03 252 / 0.55) 0%, transparent 26%, oklch(0.15 0.03 252 / 0.35) 52%, oklch(0.145 0.028 252 / 0.96) 100%);
}
body.editorial .hero__content { position: relative; z-index: 2; padding-bottom: clamp(3rem, 8vh, 6rem); padding-top: 7rem; text-shadow: 0 2px 24px oklch(0.12 0.03 252 / 0.5); }
body.editorial .hero__back { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--soft); font-size: 0.85rem; font-weight: 500; opacity: 0.8; margin-bottom: 1.6rem; transition: gap .2s, opacity .2s; }
body.editorial .hero__back:hover { opacity: 1; gap: 0.75rem; }
body.editorial .hero h1 { max-width: 16ch; }
body.editorial .hero__byline { color: var(--soft); opacity: 0.85; font-size: 0.92rem; margin-top: 1.4rem; }
body.editorial .hero__byline a { color: var(--gold-hi); text-decoration: underline; text-underline-offset: 3px; }
body.editorial .hero__meta { display: flex; flex-wrap: wrap; gap: 0.7rem 0.9rem; margin-top: 1.8rem; }
body.editorial .chip {
  display: inline-flex; align-items: center; gap: 0.55rem; font-family: var(--label);
  border: 1px solid var(--hairline); border-radius: 999px; padding: 0.5rem 1.05rem;
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.06em; color: var(--cream);
  background: oklch(0.2 0.03 252 / 0.4); backdrop-filter: blur(6px); text-shadow: none;
}
body.editorial .chip .ico { color: var(--accent); }
body.editorial .hero__cue { position: absolute; right: clamp(1.5rem, 5vw, 3rem); bottom: 1.6rem; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; font-family: var(--label); font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--soft); opacity: 0.66; }
body.editorial .hero__cue .ln { width: 1px; height: 30px; background: linear-gradient(var(--soft), transparent); animation: ed-cue 2.2s ease-in-out infinite; }
@keyframes ed-cue { 0%,100% { opacity: 0.3; transform: scaleY(0.6); } 50% { opacity: 1; transform: scaleY(1); } }

/* ---------------------------------------------------------------- EDITORIAL */
body.editorial .lead { font-family: var(--serif); font-size: clamp(1.5rem, 2.8vw, 2.15rem); line-height: 1.32; color: var(--cream); font-weight: 400; letter-spacing: -0.005em; }
body.editorial .article p { font-size: 1.04rem; line-height: 1.82; color: var(--soft); margin-bottom: 1.15rem; }
body.editorial .article p strong { color: var(--gold-hi); }
body.editorial .article a { color: var(--accent); text-decoration: underline; text-decoration-color: color-mix(in oklab, var(--accent) 35%, transparent); text-underline-offset: 2px; transition: text-decoration-color .2s; }
body.editorial .article a:hover { text-decoration-color: var(--accent); }
body.editorial .article h2 { margin: 0 0 1rem; }
body.editorial .block + .block { margin-top: clamp(2.5rem, 5vw, 4rem); }
body.editorial .pullquote {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(1.65rem, 3.3vw, 2.6rem); line-height: 1.28; letter-spacing: -0.01em;
  color: var(--cream); text-align: center; max-width: 20ch; margin: clamp(2.5rem, 5vw, 4rem) auto;
}
body.editorial .pullquote::before { content: '\201C'; display: block; font-size: 2.6em; line-height: 0.6; color: var(--accent); opacity: 0.5; margin-bottom: 0.05em; }
body.editorial .daterow { display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem; align-items: center; margin: 1.75rem 0; padding: 1.4rem 1.6rem; background: var(--surface); border-left: 2px solid var(--accent); box-shadow: inset 0 0 0 1px var(--hairline-2); }
body.editorial .daterow .big { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.3rem); color: var(--cream); }
body.editorial .daterow .small { font-size: 0.92rem; color: var(--muted); max-width: 40ch; }

/* ---------------------------------------------------------------- CHOOSER (conversión) */
body.editorial .chooser-sub { color: var(--muted); font-size: 1rem; max-width: 42ch; margin: 1rem auto 0; }
body.editorial .chooser { display: grid; gap: 0.7rem; margin: 0 auto clamp(2.5rem,5vw,3.5rem); max-width: 880px; }
body.editorial .chooser__row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.4rem 1.5rem;
  padding: 1.05rem 1.1rem 1.05rem 1.4rem; background: var(--surface);
  border: 1px solid var(--hairline); border-radius: 14px;
  transition: transform .2s ease, border-color .2s, box-shadow .25s, background .2s;
}
body.editorial .chooser__row:hover { transform: translateY(-2px); border-color: var(--accent); box-shadow: 0 14px 34px oklch(0.30 0.05 250 / 0.12); }
body.editorial .chooser__want { color: var(--cream); font-size: 1.1rem; font-weight: 500; line-height: 1.4; flex: 1 1 auto; }
body.editorial .chooser__pick {
  display: inline-flex; align-items: center; gap: 0.55rem; flex: none;
  font-family: var(--sans); font-weight: 700; font-size: 0.86rem; color: var(--accent);
  padding: 0.45rem 0.5rem 0.45rem 1.05rem; border: 1px solid var(--accent); border-radius: 999px;
  transition: background .2s, color .2s;
}
body.editorial .chooser__pick .arrow { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; flex: none; background: var(--accent); color: var(--surface); transition: transform .25s, background .2s, color .2s; }
body.editorial .chooser__row:hover .chooser__pick { background: var(--accent); color: var(--surface); }
body.editorial .chooser__row:hover .chooser__pick .arrow { transform: translateX(3px); background: var(--surface); color: var(--accent); }
@media (max-width: 620px) { body.editorial .chooser__row { flex-direction: column; align-items: flex-start; gap: 0.55rem; } }

/* ---------------------------------------------------------------- TARJETAS PÓSTER */
body.editorial .cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); }
body.editorial .card {
  position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; isolation: isolate;
  background: var(--surface); border: 1px solid var(--hairline-2);
  --cream: oklch(0.97 0.012 84); --gold-hi: oklch(0.86 0.075 84);
}
body.editorial .card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
body.editorial .card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, oklch(0.13 0.03 252 / 0.55) 62%, oklch(0.11 0.025 252 / 0.94) 100%); transition: background .4s; }
body.editorial .card:hover img { transform: scale(1.06); }
body.editorial .card__body { position: absolute; inset: auto 0 0 0; z-index: 2; padding: 1.25rem 1.2rem; }
body.editorial .card__tag { display: inline-block; font-family: var(--label); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: oklch(0.16 0.03 252); background: var(--gold); padding: 0.25rem 0.6rem; margin-bottom: 0.7rem; }
body.editorial .card__tag.amor { background: oklch(0.82 0.07 20); }
body.editorial .card__tag.abundancia { background: oklch(0.80 0.10 84); }
body.editorial .card__tag.carrera { background: oklch(0.74 0.080 222); }
body.editorial .card__name { font-family: var(--serif); font-size: 1.45rem; line-height: 1.15; color: var(--cream); }
body.editorial .card__go { margin-top: 0.6rem; font-family: var(--label); font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-hi); opacity: 0; transform: translateY(6px); transition: opacity .3s, transform .3s; }
body.editorial .card:hover .card__go { opacity: 1; transform: none; }

/* ---------------------------------------------------------------- DÍPTICO FUEGO/AGUA */
body.editorial .diptych { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2.5vw, 2rem); }
body.editorial .element { position: relative; overflow: hidden; border: 1px solid var(--hairline-2); display: flex; flex-direction: column; min-height: 100%; }
body.editorial .element--fuego { border-top: 2px solid var(--ember); }
body.editorial .element--agua  { border-top: 2px solid var(--water); }
body.editorial .element__img { position: relative; aspect-ratio: 16 / 11; overflow: hidden; }
body.editorial .element__img img { width: 100%; height: 100%; object-fit: cover; }
body.editorial .element__body { padding: clamp(1.5rem, 3vw, 2.2rem); background: var(--surface); flex: 1; }
body.editorial .element__label { font-family: var(--label); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; }
body.editorial .element--fuego .element__label { color: var(--ember-hi); }
body.editorial .element--agua .element__label { color: var(--water-hi); }
body.editorial .element__body h3 { font-size: 1.9rem; margin: 0.5rem 0 0.8rem; }
body.editorial .element__body p { color: var(--soft); font-size: 1rem; line-height: 1.75; }

/* ---------------------------------------------------------------- FIGURA */
body.editorial .figure { margin: clamp(2rem,4vw,3rem) 0; }
body.editorial .figure img { width: 100%; height: auto; border-radius: 0; }
body.editorial .figure figcaption { font-family: var(--label); font-size: 0.74rem; letter-spacing: 0.06em; color: var(--faint); margin-top: 0.7rem; text-transform: uppercase; }

/* ---------------------------------------------------------------- AUTORA + CTA */
body.editorial .author { display: flex; gap: 1.5rem; align-items: flex-start; max-width: var(--readw); margin-inline: auto; padding: clamp(1.5rem, 3vw, 2rem); background: var(--surface); border: 1px solid var(--hairline-2); }
body.editorial .author__mark { flex: none; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--night-900); border: 1px solid var(--hairline); color: var(--gold); font-family: var(--serif); font-size: 1.7rem; }
body.editorial .author h3 { font-size: 1.4rem; margin-bottom: 0.5rem; }
body.editorial .author p { color: var(--soft); font-size: 0.98rem; line-height: 1.7; }
body.editorial .cta { max-width: var(--readw); margin: clamp(2rem,4vw,3rem) auto 0; text-align: center; padding: clamp(2.5rem, 5vw, 3.5rem); position: relative; overflow: hidden; isolation: isolate; border: 1px solid var(--hairline); background: var(--night-900); }
body.editorial .cta::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(80% 130% at 50% 0%, oklch(0.6 0.13 60 / 0.18), transparent 62%); }
body.editorial .cta__mark { font-size: 1.6rem; color: var(--gold); }
body.editorial .cta h3 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin: 0.6rem 0 0.7rem; }
body.editorial .cta p { color: var(--soft); max-width: 46ch; margin: 0 auto 1.6rem; font-size: 0.98rem; }
body.editorial .btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-family: var(--label); font-weight: 600; font-size: 0.92rem; letter-spacing: 0.06em; padding: 0.85rem 1.9rem; border-radius: 999px; border: 1px solid transparent; transition: transform .2s, box-shadow .25s; }
body.editorial .btn:hover { transform: translateY(-2px); }
body.editorial .btn--gold { background: linear-gradient(135deg, var(--gold-hi), var(--gold)); color: oklch(0.99 0.01 84); box-shadow: 0 10px 30px oklch(0.5 0.09 70 / 0.3); }
body.editorial .btn--gold:hover { box-shadow: 0 16px 40px oklch(0.5 0.09 70 / 0.42); }

/* ---------------------------------------------------------------- FAQ */
body.editorial .faq { max-width: var(--readw); margin-inline: auto; }
body.editorial .faq details { border-bottom: 1px solid var(--hairline-2); }
body.editorial .faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.4rem); color: var(--cream); }
body.editorial .faq summary::-webkit-details-marker { display: none; }
body.editorial .faq summary .pm { flex: none; width: 24px; height: 24px; position: relative; color: var(--accent); }
body.editorial .faq summary .pm::before, body.editorial .faq summary .pm::after { content: ''; position: absolute; inset: 50% 0 auto 0; height: 1.5px; background: currentColor; transition: transform .3s; }
body.editorial .faq summary .pm::after { transform: rotate(90deg); }
body.editorial .faq details[open] summary .pm::after { transform: rotate(0); }
body.editorial .faq details[open] summary { color: var(--gold-hi); }
body.editorial .faq details p { color: var(--soft); font-size: 1rem; line-height: 1.75; padding: 0 0 1.3rem; max-width: 62ch; }
body.editorial .faq details a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }

/* ---------------------------------------------------------------- BARRA DE PROGRESO */
body.editorial .progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 75; pointer-events: none; }
body.editorial .progress span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #C5A059, #E2853A); box-shadow: 0 0 14px rgba(226,133,58,0.55); transition: width .08s linear; }

/* ---------------------------------------------------------------- BANDA NOCHE (oscura) */
body.editorial .band--night {
  --night-950: oklch(0.165 0.028 252); --night-900: oklch(0.205 0.032 252);
  --surface: oklch(0.255 0.034 250); --surface-2: oklch(0.295 0.036 249);
  --hairline: oklch(0.85 0.04 90 / 0.14); --hairline-2: oklch(0.85 0.04 90 / 0.07);
  --cream: oklch(0.96 0.012 84); --soft: oklch(0.86 0.014 84); --muted: oklch(0.72 0.018 240); --faint: oklch(0.60 0.020 244);
  --gold: oklch(0.76 0.095 82); --gold-hi: oklch(0.86 0.075 84);
  --ember: oklch(0.72 0.155 52); --ember-hi: oklch(0.80 0.135 58);
  --water: oklch(0.74 0.080 222); --water-hi: oklch(0.84 0.060 220);
  --accent: var(--gold); --accent-hi: var(--gold-hi);
  background: var(--night-950); color: var(--soft);
}

/* ---------------------------------------------------------------- FOOTER global (oscuro) sobre crema */
body.editorial .footer { font-family: var(--sans); }
body.editorial .footer .footer-tagline { font-family: var(--serif); font-style: italic; }

/* ---------------------------------------------------------------- REVEAL */
@media (prefers-reduced-motion: no-preference) {
  body.editorial .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
  body.editorial .reveal.in { opacity: 1; transform: none; }
  body.editorial .cards .card { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
  body.editorial .cards.in .card { opacity: 1; transform: none; }
  body.editorial .cards.in .card:nth-child(1) { transition-delay: .05s; }
  body.editorial .cards.in .card:nth-child(2) { transition-delay: .13s; }
  body.editorial .cards.in .card:nth-child(3) { transition-delay: .21s; }
  body.editorial .cards.in .card:nth-child(4) { transition-delay: .29s; }
  body.editorial .cards.in .card:nth-child(5) { transition-delay: .37s; }
}

/* ============================================================================
   HUBS SEO DE RITUALES — hero tipográfico, grid rcard, cross-links dorados.
   Reutiliza la ficha cinematográfica del catálogo (macro rcard) dentro del
   sistema editorial. Todo bajo body.editorial.
   ============================================================================ */

/* ---- Hero tipográfico sobre crema (hubs sin imagen) ---- */
body.editorial .hub-hero { padding-block: clamp(2.6rem, 6vw, 4.6rem) clamp(2rem, 4vw, 3rem); text-align: center; border-bottom: 1px solid var(--hairline-2); }
body.editorial .hub-hero__back { display: inline-flex; align-items: center; gap: 0.45rem; font-family: var(--label); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); text-decoration: none; margin-bottom: 1.6rem; transition: gap .2s, color .2s; }
body.editorial .hub-hero__back:hover { color: var(--gold-hi); gap: 0.7rem; }
body.editorial .hub-hero .eyebrow { justify-content: center; }
body.editorial .hub-hero h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.06; letter-spacing: -0.015em; color: var(--cream); margin: 0.6rem auto 0; max-width: 20ch; }
body.editorial .hub-hero h1 em { font-style: italic; color: var(--gold-hi); }
body.editorial .hub-hero__intro { font-family: var(--serif); font-style: italic; font-size: clamp(1.15rem, 2.2vw, 1.5rem); line-height: 1.4; color: var(--soft); max-width: 34ch; margin: 1.2rem auto 0; }
body.editorial .hub-hero__count { display: block; margin-top: 1.4rem; font-family: var(--label); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--faint); }

/* ---- Grid de rituales (rcard) ---- */
body.editorial .rt-hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.5rem); }
body.editorial .rt-hub-grid .hub-cell { display: flex; }
body.editorial .rt-hub-grid .hub-cell.is-hidden { display: none; }
body.editorial .rt-hub-grid .hub-cell > .rcard { flex: 1; }
body.editorial .rt-hub-empty { text-align: center; padding: clamp(2.5rem, 6vw, 4rem) 1rem; }
body.editorial .rt-hub-empty h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.6rem, 3vw, 2.1rem); color: var(--cream); margin: 0 0 0.5rem; }
body.editorial .rt-hub-empty p { color: var(--muted); font-size: 1rem; margin: 0 0 1.4rem; }

/* ---- Ficha cinematográfica (misma card que el catálogo) ---- */
body.editorial .rcard { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 320px; overflow: hidden; isolation: isolate; text-decoration: none; }
body.editorial .rcard img.bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.6,.2,1); }
body.editorial .rcard:hover img.bg { transform: scale(1.045); }
body.editorial .rcard::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, oklch(0.15 0.03 252 / 0.06) 30%, oklch(0.14 0.028 252 / 0.92) 100%); }
body.editorial .rcard__fav { position: absolute; top: 0.75rem; right: 0.75rem; z-index: 2; width: 36px; height: 36px; border-radius: 50%; border: 1px solid oklch(0.85 0.06 84 / 0.5); background: oklch(0.2 0.03 252 / 0.45); backdrop-filter: blur(6px); color: oklch(0.9 0.05 84); display: grid; place-items: center; font-size: 1.05rem; cursor: pointer; }
body.editorial .rcard__fav:hover, body.editorial .rcard__fav.saved { background: oklch(0.85 0.06 84 / 0.35); color: #fff; }
body.editorial .rcard__momento { position: absolute; top: 0.9rem; left: 0; z-index: 2; font-family: var(--label); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: oklch(0.16 0.03 252); background: linear-gradient(135deg,#C5A059,#B8A078); padding: 0.35rem 0.9rem 0.32rem 1rem; }
body.editorial .rcard__body { padding: 1.1rem 1.15rem 1.2rem; border-left: 3px solid transparent; }
body.editorial .rcard__tags { font-family: var(--label); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; }
body.editorial .rcard h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.3rem, 2.1vw, 1.55rem); line-height: 1.12; color: oklch(0.975 0.01 84); margin-top: 0.35rem; }
body.editorial .rcard p { font-size: 0.85rem; color: oklch(0.88 0.016 84); line-height: 1.55; margin-top: 0.35rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
body.editorial .rcard.p-amor .rcard__body { border-color: oklch(0.82 0.09 15); } body.editorial .rcard.p-amor .rcard__tags { color: oklch(0.82 0.09 15); }
body.editorial .rcard.p-abund .rcard__body { border-color: oklch(0.87 0.085 82); } body.editorial .rcard.p-abund .rcard__tags { color: oklch(0.87 0.085 82); }
body.editorial .rcard.p-carrera .rcard__body { border-color: oklch(0.8 0.1 55); } body.editorial .rcard.p-carrera .rcard__tags { color: oklch(0.8 0.1 55); }
body.editorial .rcard.p-limpia .rcard__body { border-color: oklch(0.85 0.04 250); } body.editorial .rcard.p-limpia .rcard__tags { color: oklch(0.85 0.04 250); }
body.editorial .rcard .rmeta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.3rem 0.9rem; font-size: 0.72rem; color: oklch(0.95 0.005 84 / 0.9); margin-top: 0.55rem; }
body.editorial .rcard .rmeta span { display: inline-flex; align-items: center; gap: 0.3rem; white-space: nowrap; }
body.editorial .rcard.is-hidden { display: none; }

/* ---- Botón "Ver más" ---- */
body.editorial .rt-hub-more { text-align: center; margin-top: clamp(1.6rem, 3vw, 2.4rem); }
body.editorial .rt-hub-more button { font-family: var(--label); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-hi); background: none; border: 1px solid color-mix(in oklab, var(--gold) 45%, transparent); border-radius: 999px; padding: 0.7rem 1.8rem; cursor: pointer; transition: background .2s, border-color .2s; }
body.editorial .rt-hub-more button:hover { background: color-mix(in oklab, var(--gold) 10%, transparent); border-color: var(--gold); }

/* ---- Landing de hub (tiles de situación / método / timing / fases) ---- */
body.editorial .hub-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2vw, 1.4rem); }
body.editorial .hub-tile { background: var(--surface); border: 1px solid var(--hairline-2); padding: clamp(1.3rem, 2.5vw, 1.8rem); display: flex; flex-direction: column; }
body.editorial .hub-tile h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.4rem, 2.4vw, 1.7rem); line-height: 1.15; color: var(--cream); margin: 0 0 0.7rem; }
body.editorial .hub-tile p { color: var(--soft); font-size: 0.98rem; line-height: 1.7; margin: 0 0 1.1rem; }
body.editorial .hub-tile p a { color: var(--accent); text-decoration: underline; text-decoration-color: color-mix(in oklab, var(--accent) 35%, transparent); text-underline-offset: 2px; }
body.editorial .hub-tile__link { margin-top: auto; font-family: var(--label); font-weight: 600; font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-hi); text-decoration: none; display: inline-flex; align-items: center; gap: 0.4rem; transition: gap .2s; }
body.editorial .hub-tile__link:hover { gap: 0.7rem; }

body.editorial .fase-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.7rem; }
body.editorial .fase-chip { background: var(--surface); border: 1px solid var(--hairline-2); border-top: 2px solid var(--accent); padding: 1.1rem 0.9rem; text-align: center; }
body.editorial .fase-chip .n { font-family: var(--label); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em; color: var(--gold-hi); }
body.editorial .fase-chip strong { display: block; font-family: var(--serif); font-weight: 500; font-size: 1.25rem; color: var(--cream); margin: 0.25rem 0 0.2rem; }
body.editorial .fase-chip span.d { font-size: 0.82rem; color: var(--muted); line-height: 1.4; }

body.editorial .timing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; }
body.editorial .timing-tile { background: var(--surface); border: 1px solid var(--hairline-2); padding: 1.1rem 1rem; text-align: center; }
body.editorial .timing-tile strong { display: block; font-family: var(--serif); font-weight: 500; font-size: 1.3rem; color: var(--cream); }
body.editorial .timing-tile .verb { display: block; font-family: var(--label); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-hi); margin: 0.2rem 0 0.5rem; }
body.editorial .timing-tile p { font-size: 0.86rem; color: var(--muted); line-height: 1.5; margin: 0; }

/* ---- Cross-links (píldoras doradas) ---- */
body.editorial .hub-cross { text-align: center; }
body.editorial .hub-cross h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--cream); margin: 0 0 0.4rem; }
body.editorial .hub-cross p { color: var(--muted); font-size: 1rem; margin: 0 auto 1.6rem; max-width: 46ch; }
body.editorial .pill-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.7rem; }
body.editorial .pill { font-family: var(--label); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-hi); text-decoration: none; border: 1px solid color-mix(in oklab, var(--gold) 42%, transparent); border-radius: 999px; padding: 0.55rem 1.3rem; transition: background .2s, border-color .2s, color .2s; }
body.editorial .pill:hover { background: color-mix(in oklab, var(--gold) 10%, transparent); border-color: var(--gold); }

/* ---------------------------------------------------------------- RESPONSIVE */
@media (max-width: 960px) {
  body.editorial .rt-hub-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  body.editorial .diptych { grid-template-columns: 1fr; }
  body.editorial .cards { grid-template-columns: repeat(2, 1fr); }
  body.editorial .daterow { flex-direction: column; align-items: flex-start; gap: 0.6rem; }
  body.editorial .hub-tiles { grid-template-columns: 1fr; }
  body.editorial .fase-strip { grid-template-columns: repeat(2, 1fr); }
  body.editorial .timing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  body.editorial .rt-hub-grid { grid-template-columns: 1fr; }
  body.editorial .rcard { min-height: 300px; }
}
@media (max-width: 460px) { body.editorial .cards { grid-template-columns: 1fr; } }
