/* ─────────────────────────────────────────────────────────────────
   Cuerda y Compás · In Memoriam — Layout de sitio /funerales
   Mobile-first, una sola columna. Carga después de in_memoriam.css
   ───────────────────────────────────────────────────────────────── */

* { box-sizing: border-box; }
body { margin: 0; }

/* anchura de columna editorial */
.wrap { width: 100%; max-width: 720px; margin: 0 auto; padding: 0 22px; }
.wrap--wide { max-width: 960px; }

/* ── Header sticky ───────────────────────────────────────────── */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(248,247,244,.88);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--im-rule);
}
.site-head .bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px 14px; padding: 13px 0; }
.brand-lock { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-lock img { height: 38px; width: auto; display: block; }
.brand-lock .txt { display: flex; flex-direction: column; line-height: 1.05; }
.brand-lock .nm { font-family: var(--im-display); font-weight: 500; font-size: 16px; letter-spacing: .03em; color: var(--im-ink); }
.brand-lock .dc { font-family: var(--im-display); font-style: italic; font-size: 13px; color: var(--im-gray); }
.head-call {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--im-body); font-weight: 600; font-size: 15px; letter-spacing: .01em;
  color: var(--im-base); background: var(--im-navy);
  padding: 10px 16px; border-radius: var(--im-r); text-decoration: none; white-space: nowrap;
}
.head-call:hover { background: #1f2c3d; }
.head-call svg { width: 16px; height: 16px; }
.head-call .lbl { display: none; }

/* ── Menú de navegación (cabecera) ───────────────────────────── */
/* En móvil baja a una segunda fila, centrado y a todo el ancho. */
.site-nav {
  order: 3; flex-basis: 100%;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 22px;
  margin-top: 2px; padding-top: 11px; border-top: 1px solid var(--im-rule);
}
.site-nav a {
  font-family: var(--im-body); font-size: 15px; letter-spacing: .01em;
  color: var(--im-gray); text-decoration: none; padding: 4px 2px;
  border-bottom: 2px solid transparent; transition: color .2s var(--im-ease);
}
.site-nav a:hover { color: var(--im-ink); }
.site-nav a[aria-current="page"] { color: var(--im-navy); border-bottom-color: var(--im-navy); }

/* ── Hero ────────────────────────────────────────────────────── */
.hero { position: relative; }
.hero-media {
  position: relative; width: 100%; overflow: hidden;
  background-color: #2b3340;
  background-image:
    linear-gradient(180deg, rgba(40,56,77,.18), rgba(28,32,40,.62)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 13px);
  display: flex; align-items: flex-end;
}
.hero-ph-tag {
  position: absolute; top: 16px; left: 16px;
  font-family: "Source Serif 4", monospace; font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(248,247,244,.6); border: 1px solid rgba(248,247,244,.25); padding: 5px 9px; border-radius: 2px;
}
.hero-copy { position: relative; z-index: 2; padding: 44px 0; width: 100%; }
.hero-copy .im-eyebrow { color: rgba(248,247,244,.72); display: block; margin-bottom: 16px; }
.hero h1 {
  font-family: var(--im-display); font-weight: 400; color: var(--im-base);
  font-size: clamp(30px, 8vw, 40px); line-height: 1.18; margin: 0; text-wrap: balance;
}
.hero-sub { color: rgba(248,247,244,.82); font-size: 17px; line-height: 1.6; margin: 16px 0 0; max-width: 32ch; }

.hero-cta { display: flex; flex-direction: column; gap: 12px; padding: 26px 0 0; }
.hero-cta .im-btn { width: 100%; }
.im-btn--call { background: var(--im-base); color: var(--im-navy); border-color: var(--im-base); font-weight: 600; }
.im-btn--call:hover { background: #fff; }
.im-btn--call .num { font-variant-numeric: tabular-nums; }

.hero-urgent {
  display: flex; align-items: center; gap: 9px; margin: 18px 0 0;
  font-family: var(--im-body); font-size: 14.5px; letter-spacing: .02em;
  color: rgba(248,247,244,.78);
}
.hero-urgent svg { width: 16px; height: 16px; color: var(--im-gold); flex: none; }
/* Dentro del bloque navy .program (en las satélite) hay que ganar a
   ".page-body p", que si no pinta este texto en oscuro e ilegible. */
.program .hero-urgent { color: rgba(248,247,244,.78); }

/* ── Section rhythm ──────────────────────────────────────────── */
.sect { padding: var(--im-sp-9) 0; }
.sect--stone { background: var(--im-stone); }
.sect-eyebrow { display:block; margin-bottom: 18px; }
.sect h2 { font-size: clamp(26px, 6vw, 32px); margin: 0 0 18px; }
.sect .intro { color: var(--im-gray); font-size: 18px; line-height: 1.7; }
.lede-prose p { margin: 0 0 16px; }
.lede-prose p:last-child { margin-bottom: 0; }

/* ── Formaciones · por nº de músicos ─────────────────────────── */
.ftiers-web { margin-top: 28px; border-top: 1px solid var(--im-rule); }
.fthead-web { display: none; }
.ftier-web {
  display: grid; grid-template-columns: 1fr auto; gap: 6px 18px;
  padding: 22px 0; border-bottom: 1px solid var(--im-rule); align-items: baseline;
}
.ftier-web .fname { font-family: var(--im-display); font-weight: 500; font-size: 22px; }
.ftier-web .fprice {
  font-family: var(--im-display); font-size: 26px; color: var(--im-navy);
  font-variant-numeric: tabular-nums; white-space: nowrap; text-align: right;
}
.ftier-web .frecs {
  grid-column: 1 / -1; margin: 4px 0 0; padding: 0; list-style: none;
  display: flex; flex-direction: column; gap: 3px;
}
.ftier-web .frecs li {
  font-size: 15.5px; line-height: 1.4; color: var(--im-gray);
  padding-left: 18px; position: relative;
}
.ftier-web .frecs li::before {
  content: ""; position: absolute; left: 0; top: 11px;
  width: 9px; height: 1px; background: var(--im-rule);
}
.forms-note { margin-top: 18px; font-size: 14.5px; color: var(--im-gray); }

/* ── Repertorio por momentos ─────────────────────────────────── */
.moments { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 28px 0 0; }
.moment {
  background: var(--im-base); border: 1px solid var(--im-rule); border-radius: var(--im-r);
  padding: 22px 24px;
  box-shadow: 0 1px 2px rgba(44,44,53,.04);
  transition: border-color .25s var(--im-ease), box-shadow .25s var(--im-ease);
}
.moment:hover { border-color: var(--im-navy); box-shadow: var(--im-shadow); }
.moment .mn {
  display: block; font-family: var(--im-display); font-weight: 500; font-size: 19px;
  padding-bottom: 13px; margin-bottom: 6px; border-bottom: 1px solid var(--im-rule);
}
.moment .pieces { list-style: none; margin: 0; padding: 0; }
.moment .pieces li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  padding: 9px 0; font-size: 16.5px; line-height: 1.35;
  border-top: 1px solid var(--im-rule-soft);
}
.moment .pieces li:first-child { border-top: none; }
.moment .pieces .t { color: var(--im-ink); }
.moment .pieces .who { color: var(--im-gray); font-style: italic; font-size: 14.5px; white-space: nowrap; flex: none; }
.program {
  margin-top: 26px; background: var(--im-navy); color: var(--im-base); border-radius: var(--im-r);
  padding: clamp(26px, 5vw, 40px);
}
.program h3 { color: var(--im-base); font-size: 21px; margin: 0 0 6px; }
.program .ph { color: rgba(248,247,244,.6); font-size: 14px; margin: 0 0 20px; }
.program ol { margin: 0; padding: 0; list-style: none; counter-reset: prog; }
.program li { counter-increment: prog; padding: 11px 0; border-top: 1px solid rgba(248,247,244,.14); font-size: 16.5px; color: rgba(248,247,244,.92); display:flex; gap: 14px; align-items: baseline; }
.program li:first-child { border-top: none; }
.program li::before { content: counter(prog,decimal-leading-zero); font-family: var(--im-body); font-size: 12px; letter-spacing: .1em; color: rgba(248,247,244,.5); padding-top: 1px; min-width: 22px; flex: none; }
.program li > span { white-space: nowrap; }
.program li em { font-style: italic; color: var(--im-base); }
.program li .who { color: rgba(248,247,244,.6); }

/* ── Confianza ───────────────────────────────────────────────── */
.trust-stat { text-align: center; padding: 8px 0 24px; }
.trust-stat .big { font-family: var(--im-display); font-weight: 400; font-size: clamp(40px,11vw,58px); color: var(--im-navy); line-height: 1; }
.trust-stat .cap { color: var(--im-gray); font-size: 16px; margin-top: 10px; }
.reviews { display: flex; flex-direction: column; gap: 16px; }
.review { border-left: 2px solid var(--im-rule); padding: 4px 0 4px 20px; }
.review p { font-family: var(--im-display); font-style: italic; font-weight: 400; font-size: 19px; line-height: 1.5; margin: 0 0 10px; color: var(--im-ink); }
.review .src { font-family: var(--im-body); font-size: 13px; letter-spacing: .04em; color: var(--im-gray); }
.videos { display: flex; flex-direction: column; gap: 16px; margin-top: 30px; }
.video-ph {
  position: relative; aspect-ratio: 16 / 9; border-radius: var(--im-r); overflow: hidden;
  background-color: #2b3340;
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.03) 0 1px, transparent 1px 13px);
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px;
}
.video-ph .play { width: 56px; height: 56px; border-radius: 999px; border: 1.5px solid rgba(248,247,244,.7); display:flex; align-items:center; justify-content:center; }
.video-ph .play svg { width: 20px; height: 20px; color: var(--im-base); margin-left: 3px; }
.video-ph .vtag { font-family: "Source Serif 4", monospace; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(248,247,244,.6); }
.generations { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--im-rule); }
.generations p { color: var(--im-gray); font-size: 17px; line-height: 1.7; margin: 0; }

/* moment "solo con cantante" note */
.moment .mn .vonly { font-family: var(--im-body); font-style: italic; font-size: 13px; color: var(--im-gray); letter-spacing: 0; margin-left: 8px; }

/* recordatorio note on web */
.recordatorio-web { margin-top: 26px; background: var(--im-base); border: 1px solid var(--im-rule); border-radius: var(--im-r); padding: 24px 26px; }
.recordatorio-web .rh { display: flex; align-items: baseline; gap: 14px; margin-bottom: 10px; }
.recordatorio-web .rh .nm { font-family: var(--im-display); font-weight: 500; font-size: 21px; color: var(--im-ink); }
.recordatorio-web .rh .free { font-family: var(--im-body); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--im-navy); font-weight: 600; white-space: nowrap; }
.recordatorio-web p { margin: 0; font-size: 16px; line-height: 1.65; color: var(--im-gray); }

/* cómo trabajamos · tarjetas numeradas */
.steps-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }
.step-card {
  background: var(--im-base); border: 1px solid var(--im-rule); border-radius: var(--im-r);
  padding: 24px 26px;
}
.step-card .sc-n {
  font-family: var(--im-display); font-weight: 400; font-size: 26px; color: var(--im-navy);
  line-height: 1; font-variant-numeric: tabular-nums; display: block; margin-bottom: 14px;
}
.step-card .sc-t { font-family: var(--im-display); font-weight: 500; font-size: 19px; margin: 0 0 6px; color: var(--im-ink); }
.step-card .sc-d { margin: 0; font-size: 15.5px; line-height: 1.6; color: var(--im-gray); }

/* valoración */
.rating { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 12px; margin: 26px 0 0; }
.rating .stars { color: var(--im-gold); font-size: 19px; letter-spacing: .12em; }
.rating .rating-txt { font-size: 15.5px; color: var(--im-gray); }
.rating .rating-txt strong { color: var(--im-ink); font-weight: 600; }

/* testimonios */
.testimonials { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }
.tcard {
  margin: 0; background: var(--im-base); border: 1px solid var(--im-rule); border-radius: var(--im-r);
  padding: 24px 26px;
}
.tcard blockquote {
  margin: 0 0 12px; font-family: var(--im-display); font-style: italic; font-weight: 400;
  font-size: 19px; line-height: 1.5; color: var(--im-gray);
}
.tcard figcaption { font-family: var(--im-body); font-size: 13px; letter-spacing: .04em; color: var(--im-gray); }

/* preguntas frecuentes · acordeón */
.faq { margin-top: 28px; border-top: 1px solid var(--im-rule); }
.faq-item { border-bottom: 1px solid var(--im-rule); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 0; font-family: var(--im-display); font-weight: 500; font-size: 19px;
  color: var(--im-ink); line-height: 1.35;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; flex: none; width: 13px; height: 13px; margin-left: auto; margin-top: 6px;
  background: var(--im-navy);
  -webkit-mask: no-repeat center / contain; mask: no-repeat center / contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");
  transition: transform .25s var(--im-ease);
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-a { padding: 0 0 22px; }
.faq-a p { margin: 0; font-size: 16.5px; line-height: 1.7; color: var(--im-gray); max-width: 64ch; }

/* ── Acción / formulario ─────────────────────────────────────── */
.action-grid { display: flex; flex-direction: column; gap: 28px; margin-top: 28px; }
form.contact { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-family: var(--im-body); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--im-gray); font-weight: 600; }
.field input {
  font-family: var(--im-body); font-size: 17px; color: var(--im-ink);
  background: var(--im-base); border: 1px solid var(--im-rule); border-radius: var(--im-r);
  padding: 13px 15px;
}
.field input:focus { outline: 2px solid var(--im-navy); outline-offset: 1px; border-color: var(--im-navy); }
.field-row { display: flex; flex-direction: column; gap: 16px; }
.contact .im-btn { margin-top: 6px; }
.form-status {
  margin: 2px 0 0; padding: 13px 15px; border-radius: var(--im-r);
  font-family: var(--im-body); font-size: 15.5px; line-height: 1.5;
  border: 1px solid var(--im-rule); background: var(--im-stone); color: var(--im-ink);
}
.form-status--ok { border-color: var(--im-navy); background: var(--im-navy-mist); color: var(--im-navy); }
.form-status--error { border-color: var(--im-gold); background: rgba(196,149,106,.10); color: #8a5a32; }
.direct { display: flex; flex-direction: column; gap: 12px; }
.direct a {
  display: flex; align-items: center; gap: 13px; text-decoration: none;
  border: 1px solid var(--im-rule); border-radius: var(--im-r); padding: 16px 18px;
  color: var(--im-ink); background: var(--im-base); transition: border-color .25s var(--im-ease);
}
.direct a:hover { border-color: var(--im-navy); }
.direct svg { width: 20px; height: 20px; color: var(--im-navy); flex: none; }
.direct .k { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--im-gray); font-weight: 600; }
.direct .v { font-family: var(--im-display); font-size: 19px; color: var(--im-ink); font-variant-numeric: tabular-nums; white-space: nowrap; }
.direct .col { display:flex; flex-direction: column; gap: 2px; }

/* ── Footer ──────────────────────────────────────────────────── */
.site-foot { background: var(--im-navy); color: rgba(248,247,244,.78); padding: var(--im-sp-8) 0; }
.site-foot .brand-lock .nm { color: var(--im-base); }
.site-foot .brand-lock .dc { color: rgba(248,247,244,.7); }
.site-foot .cols { display:flex; flex-direction: column; align-items: center; text-align: center; gap: 28px; }
.site-foot .brand-lock { border: none; }   /* sin la línea bajo el logo */
.site-foot a { color: rgba(248,247,244,.78); text-decoration: none; border-bottom: 1px solid rgba(248,247,244,.2); }
.site-foot a:hover { color: var(--im-base); }
.site-foot .nav { display:flex; flex-direction: column; align-items: center; gap: 10px; order: 3; }
.site-foot .nav a { border: none; font-size: 16px; }
.site-foot .meta { font-size: 13px; color: rgba(248,247,244,.5); line-height: 1.6; order: 2; }
.site-foot .meta a { border: none; }

/* ── Subpage hero (plantilla) ────────────────────────────────── */
.page-hero { padding: var(--im-sp-8) 0 var(--im-sp-6); border-bottom: 1px solid var(--im-rule); }
.page-hero .im-eyebrow { display:block; margin-bottom: 16px; }
.page-hero h1 { font-family: var(--im-display); font-weight: 400; font-size: clamp(32px,8vw,46px); line-height: 1.12; margin: 0; }
.page-hero .standfirst { color: var(--im-gray); font-size: 19px; line-height: 1.65; margin: 18px 0 0; max-width: 46ch; }
.breadcrumb { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--im-gray); margin-bottom: 22px; }
.breadcrumb a { color: var(--im-gray); text-decoration: none; border-bottom: 1px solid var(--im-rule); }
.breadcrumb .sep { margin: 0 8px; color: var(--im-rule); }
.page-body { padding: var(--im-sp-8) 0; }
.page-body h2 { font-size: 26px; margin: var(--im-sp-7) 0 14px; }
.page-body h2:first-child { margin-top: 0; }
.page-body p { font-size: 18px; line-height: 1.72; margin: 0 0 16px; color: var(--im-ink); }
.page-body .lead { font-size: 21px; color: var(--im-gray); }

/* full repertoire list (subpage) */
.replist { column-count: 2; column-gap: 38px; margin-top: 18px; }
.rli { break-inside: avoid; display: flex; gap: 11px; padding: 8px 0; font-size: 15.5px; line-height: 1.4; align-items: baseline; border-bottom: 1px solid var(--im-rule-soft); }
.rli .n { color: var(--im-navy); font-size: 12px; min-width: 20px; text-align: right; font-variant-numeric: tabular-nums; flex: none; }
.rli .c { color: var(--im-gray); }
@media (max-width: 600px) { .replist { column-count: 1; } }

/* botón de audio placeholder (repertorio) */
.moments--audio .pieces li { align-items: center; justify-content: flex-start; gap: 12px; }
.moments--audio .pieces .who { margin-left: auto; }
.audio-btn {
  flex: none; width: 28px; height: 28px; border-radius: 999px;
  border: 1px solid var(--im-rule); background: var(--im-base);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--im-navy); padding: 0;
  transition: border-color .2s var(--im-ease), background .2s var(--im-ease);
}
.audio-btn:hover { border-color: var(--im-navy); background: #fff; }
.audio-btn svg { width: 13px; height: 13px; margin-left: 1px; }

/* Leyenda de los iconos (YouTube / audio) */
.audio-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; margin: 16px 0 0; font-family: var(--im-body); font-size: 14.5px; color: var(--im-gray); }
.audio-legend .lg { display: inline-flex; align-items: center; gap: 8px; }
.audio-legend svg { width: 16px; height: 16px; flex: none; }
.audio-legend .yt svg { color: #FF0000; }
.audio-legend .au svg { color: var(--im-navy); }

/* Botón que enlaza a YouTube: icono de YouTube en rojo */
.audio-btn--yt { color: #FF0000; border-color: rgba(255,0,0,.30); }
.audio-btn--yt:hover { border-color: #FF0000; background: #fff; }
.audio-btn--yt svg { width: 17px; height: 17px; margin-left: 0; }

/* lista "qué incluye" (precios) */
.checklist { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.checklist li { position: relative; padding-left: 30px; font-size: 17px; line-height: 1.55; color: var(--im-ink); }
.checklist li svg { position: absolute; left: 0; top: 3px; width: 18px; height: 18px; color: var(--im-gold); }

/* cuadrícula de parroquias / zonas */
.place-grid { list-style: none; margin: 20px 0 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--im-rule); }
.place-grid li { padding: 14px 0; border-bottom: 1px solid var(--im-rule); font-size: 16.5px; line-height: 1.45; color: var(--im-ink); }
.place-grid li .z { display: block; margin-top: 3px; color: var(--im-gray); font-size: 14.5px; font-style: italic; }
.zone-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.zone-tags span { font-family: var(--im-body); font-size: 14.5px; color: var(--im-navy); border: 1px solid var(--im-rule); border-radius: 999px; padding: 7px 15px; background: var(--im-base); }

/* ── Desktop enhancements ────────────────────────────────────── */
@media (min-width: 720px) {
  .head-call .lbl { display: inline; }
  /* Logo a la izquierda; el menú y el botón de llamar, agrupados a la derecha,
     todo en una sola línea (sin saltos). */
  .site-head .bar { flex-wrap: nowrap; }
  .brand-lock { margin-right: auto; }
  .site-nav {
    order: 0; flex-basis: auto; flex: none;
    margin-top: 0; padding-top: 0; border-top: none;
    gap: 26px; white-space: nowrap;
  }
  .hero-copy { padding: 76px 0; }
  .hero-cta { flex-direction: row; }
  .hero-cta .im-btn { width: auto; }
  .field-row { flex-direction: row; }
  .field-row .field { flex: 1; }
  .fthead-web {
    display: grid; grid-template-columns: 150px 1fr 110px; gap: 28px;
    padding-bottom: 12px; border-bottom: 1px solid var(--im-rule);
  }
  .fthead-web span {
    font-family: var(--im-body); font-size: 11px; letter-spacing: .16em;
    text-transform: uppercase; color: var(--im-gray); font-weight: 600;
  }
  .fthead-web .r { text-align: right; }
  .ftier-web {
    grid-template-columns: 150px 1fr 110px; gap: 28px; align-items: baseline;
  }
  .ftier-web .frecs { grid-column: 2; margin-top: 0; }
  /* Los momentos de la misa van en una sola columna, en orden lineal
     de arriba a abajo (Inicio → Liturgia → ... → Pésame). */
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .testimonials { grid-template-columns: 1fr 1fr; gap: 18px; }
  .place-grid { grid-template-columns: 1fr 1fr; column-gap: 32px; }
  .place-grid li:nth-last-child(2):nth-child(odd) { border-bottom: 1px solid var(--im-rule); }
  .videos { flex-direction: row; }
  .videos .video-ph { flex: 1; }
  .site-foot .cols { flex-direction: row; justify-content: space-between; align-items: center; }
  .site-foot .meta { flex: 1; }            /* el texto ocupa el centro y se centra */
  .site-foot .nav { align-items: flex-end; } /* menú alineado a la derecha */
}

/* ──────────────────────────────────────────────────────────────
   Centrado de títulos e introducciones
   Los listados (repertorio, formaciones, precios, FAQ, formulario)
   se mantienen alineados a la izquierda para no perder legibilidad.
   ────────────────────────────────────────────────────────────── */

/* Hero: eyebrow y título centrados (como las demás secciones).
   El subtítulo va justificado y a todo el ancho (el del grupo de botones). */
.hero-copy .im-eyebrow { text-align: center; }
.hero h1 { text-align: center; }
.hero-sub { max-width: none; text-align: justify; }

/* Secciones de la portada: eyebrow y título centrados, párrafos justificados */
.sect-eyebrow,
.sect h2 { text-align: center; }
.sect .intro { text-align: justify; }

/* Páginas satélite (precios, repertorio, parroquias): misma línea de diseño.
   A todo el ancho de la columna; títulos centrados y párrafos justificados. */
.page-hero { text-align: center; }                              /* eyebrow, título y migas centrados */
.page-hero .standfirst { max-width: none; text-align: justify; } /* entradilla a todo el ancho y justificada */
.page-body h2 { text-align: center; }                            /* titulares centrados */
.page-body p,
.page-body .lead { text-align: justify; }                        /* párrafos justificados */
