/* =====================================================================
   Divino Niño Jesús – Las Praderas — hoja de estilos principal
   Estructura: 1) fuentes  2) tokens  3) reset/base  4) iconos  5) header
   6) hero  7) accesos rápidos  8) contenido diario  9) semana/avisos
   10) comunidades  11) CTA  12) footer  13) móvil bottom-nav
   14) organigrama  15) archivos/singles genéricos  16) utilidades/responsive
   ===================================================================== */

/* ---------- 1) Tipografía self-hosted (sin dependencia de CDN) ---------- */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300 800;
	font-display: swap;
	src: url('../fonts/Inter-Variable.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 300 800;
	font-display: swap;
	src: url('../fonts/Inter-Italic-Variable.woff2') format('woff2');
}

/* ---------- 2) Tokens ---------- */
:root {
	--navy: #071D49;
	--primary-blue: #064DA1;
	--light-blue: #1597E5;
	--black: #050505;
	--white: #FFFFFF;
	--off-white: #F4F6F8;
	--gray: #6B7280;
	--border: #D9E1EA;

	--radius-sm: 14px;
	--radius-md: 18px;
	--radius-lg: 24px;
	--shadow-sm: 0 2px 10px rgba(5, 9, 20, 0.06);
	--shadow-md: 0 16px 36px -18px rgba(5, 9, 20, 0.28);
	--shadow-lg: 0 24px 60px -24px rgba(5, 9, 20, 0.35);

	--container: 1180px;
	--font: 'Inter', Arial, sans-serif;
}

/* ---------- 3) Reset / base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
body {
	margin: 0;
	font-family: var(--font);
	color: var(--black);
	background: var(--white);
	line-height: 1.6;
	overflow-x: hidden;
}
body.nav-locked { overflow: hidden; }
h1, h2, h3, h4 { font-family: var(--font); font-weight: 700; line-height: 1.18; margin: 0; text-wrap: balance; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: var(--font); cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }
address { font-style: normal; }
:focus-visible { outline: 2px solid var(--light-blue); outline-offset: 2px; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2.5rem); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

.screen-reader-text, .skip-link {
	position: absolute; left: -9999px; top: auto;
}
.skip-link:focus {
	left: 1rem; top: 1rem; z-index: 200; background: var(--white); color: var(--black);
	padding: 0.6rem 1rem; border-radius: 8px; box-shadow: var(--shadow-md);
}

.btn {
	display: inline-flex; align-items: center; gap: 0.5rem;
	font-weight: 700; font-size: 0.92rem; padding: 0.8rem 1.4rem;
	border-radius: 999px; border: 1.5px solid transparent; transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, color 0.16s ease;
	white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--light-blue); color: var(--white); }
.btn--primary:hover { background: var(--primary-blue); }
.btn--outline { background: transparent; border-color: rgba(255,255,255,0.5); color: var(--white); }
.btn--outline:hover { border-color: var(--white); }
.btn--navy-outline { background: transparent; border-color: var(--border); color: var(--navy); }
.btn--navy-outline:hover { border-color: var(--primary-blue); color: var(--primary-blue); }
.btn--white { background: var(--white); color: var(--primary-blue); }
.btn--white:hover { background: var(--off-white); }
.btn--sm { padding: 0.55rem 1.05rem; font-size: 0.82rem; }
.btn--block { width: 100%; justify-content: center; }

.section-heading {
	display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem;
	margin-bottom: 2rem; flex-wrap: wrap;
}
.section-heading__eyebrow { display: block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--light-blue); margin-bottom: 0.4rem; }
.section-heading__title { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.section-heading__subtitle { color: var(--gray); font-size: 0.98rem; margin-top: 0.35rem; }
.section-heading__action { font-weight: 700; font-size: 0.92rem; color: var(--primary-blue); white-space: nowrap; }
.section-heading__action:hover { text-decoration: underline; }

section { padding: clamp(2.75rem, 6vw, 4.25rem) 0; }

/* ---------- 4) Iconos (SVG en máscara CSS, heredan color con currentColor) ---------- */
.u-icon {
	display: inline-block; width: 1.1em; height: 1.1em; background-color: currentColor;
	-webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
	-webkit-mask-position: center; mask-position: center;
	-webkit-mask-size: contain; mask-size: contain;
	vertical-align: -0.18em; flex-shrink: 0;
}
.u-icon--calendar { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3Cline x1='8' y1='3' x2='8' y2='7'/%3E%3Cline x1='16' y1='3' x2='16' y2='7'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3Cline x1='8' y1='3' x2='8' y2='7'/%3E%3Cline x1='16' y1='3' x2='16' y2='7'/%3E%3C/svg%3E"); }
.u-icon--book { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h7a3 3 0 0 1 3 3v13a2 2 0 0 0-2-2H4z'/%3E%3Cpath d='M20 4h-7a3 3 0 0 0-3 3v13a2 2 0 0 1 2-2h8z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h7a3 3 0 0 1 3 3v13a2 2 0 0 0-2-2H4z'/%3E%3Cpath d='M20 4h-7a3 3 0 0 0-3 3v13a2 2 0 0 1 2-2h8z'/%3E%3C/svg%3E"); }
.u-icon--clock { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E"); }
.u-icon--bell { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8a6 6 0 0 1 12 0c0 5 2 6 2 6H4s2-1 2-6'/%3E%3Cpath d='M10 20a2 2 0 0 0 4 0'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8a6 6 0 0 1 12 0c0 5 2 6 2 6H4s2-1 2-6'/%3E%3Cpath d='M10 20a2 2 0 0 0 4 0'/%3E%3C/svg%3E"); }
.u-icon--pin { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.5 7-12a7 7 0 0 0-14 0c0 5.5 7 12 7 12z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.5 7-12a7 7 0 0 0-14 0c0 5.5 7 12 7 12z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E"); }
.u-icon--phone { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h4l2 5-2.5 1.5a12 12 0 0 0 6 6L16 14l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h4l2 5-2.5 1.5a12 12 0 0 0 6 6L16 14l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2z'/%3E%3C/svg%3E"); }
.u-icon--mail { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E"); }
.u-icon--search { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E"); }
.u-icon--document { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h7l5 5v13H7z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cline x1='9' y1='13' x2='16' y2='13'/%3E%3Cline x1='9' y1='17' x2='16' y2='17'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h7l5 5v13H7z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cline x1='9' y1='13' x2='16' y2='13'/%3E%3Cline x1='9' y1='17' x2='16' y2='17'/%3E%3C/svg%3E"); }
.u-icon--whatsapp { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/%3E%3C/svg%3E"); }
.u-icon--facebook { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9h3V5h-3a4 4 0 0 0-4 4v2H7v4h3v7h4v-7h3l1-4h-4V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9h3V5h-3a4 4 0 0 0-4 4v2H7v4h3v7h4v-7h3l1-4h-4V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E"); }
.u-icon--instagram { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1'/%3E%3C/svg%3E"); }
.u-icon--youtube { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='6' width='20' height='12' rx='3'/%3E%3Cpolygon points='10,9 16,12 10,15' fill='black' stroke='none'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='6' width='20' height='12' rx='3'/%3E%3Cpolygon points='10,9 16,12 10,15' fill='black' stroke='none'/%3E%3C/svg%3E"); }
.u-icon--users { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Cpath d='M3 20a6 6 0 0 1 12 0'/%3E%3Ccircle cx='17' cy='9' r='2.5'/%3E%3Cpath d='M15 20a5 5 0 0 1 6.5-4.7'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Cpath d='M3 20a6 6 0 0 1 12 0'/%3E%3Ccircle cx='17' cy='9' r='2.5'/%3E%3Cpath d='M15 20a5 5 0 0 1 6.5-4.7'/%3E%3C/svg%3E"); }
.u-icon--hands { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 12V6a2 2 0 1 1 4 0v5'/%3E%3Cpath d='M11 11V4a2 2 0 1 1 4 0v7'/%3E%3Cpath d='M15 11V6a2 2 0 1 1 4 0v8c0 4-3 7-7 7h-1c-3 0-4-1-6-3l-2.5-3a1.7 1.7 0 0 1 2.6-2.2L7 15'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 12V6a2 2 0 1 1 4 0v5'/%3E%3Cpath d='M11 11V4a2 2 0 1 1 4 0v7'/%3E%3Cpath d='M15 11V6a2 2 0 1 1 4 0v8c0 4-3 7-7 7h-1c-3 0-4-1-6-3l-2.5-3a1.7 1.7 0 0 1 2.6-2.2L7 15'/%3E%3C/svg%3E"); }
.u-icon--music { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l11-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='17' cy='16' r='3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l11-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='17' cy='16' r='3'/%3E%3C/svg%3E"); }
.u-icon--cross { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='3' x2='12' y2='21'/%3E%3Cline x1='6' y1='9' x2='18' y2='9'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='3' x2='12' y2='21'/%3E%3Cline x1='6' y1='9' x2='18' y2='9'/%3E%3C/svg%3E"); }
.u-icon--heart { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-7-4.5-9.5-9A5.5 5.5 0 0 1 12 6a5.5 5.5 0 0 1 9.5 6c-2.5 4.5-9.5 9-9.5 9z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-7-4.5-9.5-9A5.5 5.5 0 0 1 12 6a5.5 5.5 0 0 1 9.5 6c-2.5 4.5-9.5 9-9.5 9z'/%3E%3C/svg%3E"); }
.u-icon--church { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2v3'/%3E%3Cpath d='M12 5l8 6h-3v9H7v-9H4z'/%3E%3Cline x1='9' y1='20' x2='9' y2='14'/%3E%3Cline x1='15' y1='20' x2='15' y2='14'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2v3'/%3E%3Cpath d='M12 5l8 6h-3v9H7v-9H4z'/%3E%3Cline x1='9' y1='20' x2='9' y2='14'/%3E%3Cline x1='15' y1='20' x2='15' y2='14'/%3E%3C/svg%3E"); }

/* ---------- 5) Utility bar + Header ---------- */
.utility-bar { background: var(--primary-blue); color: var(--white); font-size: 0.86rem; }
.utility-bar__inner {
	display: flex; align-items: center; gap: 1.75rem; padding: 0.6rem 0;
	overflow-x: auto; scrollbar-width: none;
}
.utility-bar__inner::-webkit-scrollbar { display: none; }
.utility-bar__item { display: inline-flex; align-items: center; gap: 0.45rem; white-space: nowrap; opacity: 0.96; }
.utility-bar__item strong { font-weight: 700; }
.utility-bar__item--link { margin-left: auto; font-weight: 700; }
.utility-bar__item--link:hover { text-decoration: underline; }
.utility-bar__count {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px;
	background: var(--light-blue); color: var(--white); font-size: 0.72rem; font-weight: 800;
}

.site-header {
	background: var(--black); position: sticky; top: 0; z-index: 50;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-header__inner { display: flex; align-items: center; gap: 1.5rem; padding: 0.75rem 0; }

.brand { display: flex; align-items: center; gap: 0.85rem; }
.brand__emblem {
	width: 54px; height: 54px; border-radius: 50%; flex-shrink: 0;
	background:
		radial-gradient(circle at 50% 42%, var(--light-blue) 0 34%, transparent 35%),
		conic-gradient(from 210deg, var(--primary-blue), var(--light-blue), var(--navy), var(--primary-blue));
	border: 2px solid rgba(255,255,255,0.85);
	position: relative;
}
.brand__emblem::after {
	content: ""; position: absolute; inset: 32%; background: var(--white); border-radius: 2px 2px 50% 50%; opacity: 0.92;
}
.custom-logo { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,0.85); }
.brand__text { display: flex; flex-direction: column; line-height: 1.22; }
.brand__eyebrow { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--light-blue); white-space: nowrap; }
.brand__name { font-size: 1.15rem; font-weight: 800; color: var(--white); letter-spacing: -0.01em; white-space: nowrap; }
.brand__place { font-size: 0.78rem; font-weight: 700; color: var(--light-blue); letter-spacing: 0.02em; white-space: nowrap; }
.footer .brand__name, .footer-col--brand .brand__name { color: var(--white); }

.primary-nav { margin-left: auto; }
.primary-nav__list { display: flex; align-items: center; gap: clamp(1rem, 1.8vw, 1.6rem); }
.primary-nav__list .menu-item { position: relative; }
.primary-nav__list > .menu-item > a {
	display: inline-block; color: rgba(255,255,255,0.86); font-weight: 600; font-size: 0.94rem;
	padding: 0.5rem 0.1rem; position: relative; white-space: nowrap;
}
.primary-nav__list > .menu-item > a::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--light-blue);
	transform: scaleX(0); transform-origin: left; transition: transform 0.2s ease;
}
.primary-nav__list > .menu-item:hover > a,
.primary-nav__list > .menu-item > a:focus-visible { color: var(--white); }
.primary-nav__list > .menu-item:hover > a::after,
.primary-nav__list > .menu-item:focus-within > a::after { transform: scaleX(1); }
.primary-nav__list .menu-item-has-children > a::after { content: none; }
.primary-nav__list .menu-item-has-children > a { padding-right: 1.1rem; }
.primary-nav__list .menu-item-has-children > a::before {
	content: ""; position: absolute; right: 0; top: 50%; width: 7px; height: 7px;
	border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
	transform: translateY(-70%) rotate(45deg); transition: transform 0.2s ease;
}
.primary-nav__list .menu-item-has-children:hover > a::before,
.primary-nav__list .menu-item-has-children:focus-within > a::before { transform: translateY(-30%) rotate(225deg); }

.sub-menu {
	display: none; position: absolute; top: 100%; left: 0; min-width: 220px;
	background: var(--navy); border-radius: var(--radius-sm); padding: 0.5rem;
	box-shadow: var(--shadow-lg); margin-top: 0.6rem; z-index: 60;
}
.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu { display: block; }
.sub-menu .menu-item a {
	display: block; padding: 0.55rem 0.8rem; border-radius: 10px; color: rgba(255,255,255,0.85); font-size: 0.9rem; font-weight: 600;
}
.sub-menu .menu-item a:hover, .sub-menu .menu-item a:focus-visible { background: rgba(255,255,255,0.08); color: var(--white); }

.site-header__actions { display: flex; align-items: center; gap: 0.6rem; }
.search-toggle, .nav-toggle {
	background: transparent; border: 1px solid rgba(255,255,255,0.22); border-radius: 10px;
	width: 40px; height: 40px; color: var(--white); display: inline-flex; align-items: center; justify-content: center;
}
.search-toggle:hover, .nav-toggle:hover { border-color: var(--light-blue); color: var(--light-blue); }
.nav-toggle { display: none; flex-direction: column; gap: 4px; padding: 0; }
.nav-toggle span { display: block; width: 18px; height: 2px; background: currentColor; border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.header-search { background: var(--navy); }
.header-search .search-form { display: flex; gap: 0.6rem; padding: 1rem 0; }
.header-search input[type="search"] {
	flex: 1; padding: 0.7rem 1rem; border-radius: 10px; border: 1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.08); color: var(--white); font-family: var(--font); font-size: 0.95rem;
}
.header-search input::placeholder { color: rgba(255,255,255,0.55); }
.header-search button { padding: 0.7rem 1.2rem; border-radius: 10px; border: none; background: var(--light-blue); color: var(--white); font-weight: 700; }

.nav-scrim { position: fixed; inset: 0; background: rgba(3,6,16,0.55); z-index: 55; }

/* ---------- 6) Hero ---------- */
.hero {
	position: relative; min-height: clamp(460px, 58vw, 620px);
	display: flex; align-items: center; overflow: hidden; background: var(--navy);
	background-size: cover; background-position: center;
}
.hero__silhouette {
	position: absolute; inset: 0;
	background:
		radial-gradient(1200px 600px at 15% 30%, rgba(21,151,229,0.18), transparent 60%),
		linear-gradient(200deg, var(--navy) 0%, var(--black) 78%);
}
.hero__silhouette svg { position: absolute; right: -4%; bottom: -6%; width: min(64%, 780px); height: auto; opacity: 0.5; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (prefers-reduced-motion: reduce) { .hero__video { display: none; } }
.hero__overlay {
	position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(3,7,20,0.86) 0%, rgba(3,7,20,0.62) 42%, rgba(3,7,20,0.28) 75%, rgba(3,7,20,0.12) 100%);
}
.hero__content { position: relative; z-index: 2; max-width: 620px; padding: clamp(2.5rem, 8vw, 0) 0; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--light-blue); font-weight: 700; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1rem; }
.hero__title { color: var(--white); font-size: clamp(2.1rem, 5vw, 3.4rem); letter-spacing: -0.01em; }
.hero__place { display: block; color: var(--light-blue); font-size: clamp(1.3rem, 3vw, 1.9rem); font-weight: 700; margin-top: 0.2rem; }
.hero__claim { color: rgba(255,255,255,0.82); font-size: 1.08rem; max-width: 46ch; margin-top: 1.1rem; }
.hero__cta { margin-top: 1.85rem; }

/* ---------- 7) Accesos rápidos (superpuestos) ---------- */
.quick-access { position: relative; z-index: 3; margin-top: -46px; padding: 0 0 0; }
.quick-access__list {
	background: var(--navy); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
	display: grid; grid-template-columns: repeat(4, 1fr);
}
.quick-access__item {
	display: flex; align-items: center; gap: 0.9rem; padding: 1.3rem 1.4rem; color: var(--white);
	border-right: 1px solid rgba(255,255,255,0.12); transition: background 0.18s ease;
}
.quick-access__item:last-child { border-right: none; }
.quick-access__item:hover { background: rgba(255,255,255,0.06); }
.quick-access__icon {
	width: 42px; height: 42px; border-radius: 12px; background: var(--primary-blue); color: var(--white);
	display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.quick-access__icon .u-icon { width: 1.3em; height: 1.3em; }
.quick-access__title { font-weight: 700; font-size: 0.95rem; display: block; }
.quick-access__subtitle { font-size: 0.82rem; color: rgba(255,255,255,0.7); display: block; margin-top: 0.1rem; }

/* ---------- 8) Contenido diario (3 tarjetas) ---------- */
.daily-content { padding-top: clamp(3.5rem, 8vw, 4.5rem); }
.daily-content__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
.content-card {
	background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md);
	overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.content-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.content-card__media {
	height: 150px; position: relative; display: flex; align-items: flex-end; padding: 1rem;
	background: linear-gradient(155deg, var(--navy), var(--primary-blue));
}
.content-card--reflection .content-card__media { background: linear-gradient(155deg, #1b2430, var(--gray)); }
.content-card__media .u-icon { width: 2rem; height: 2rem; color: rgba(255,255,255,0.75); }
.content-card__body { padding: 1.4rem 1.4rem 1.6rem; display: flex; flex-direction: column; gap: 0.65rem; flex: 1; }
.content-card__label { font-size: 0.76rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--primary-blue); }
.content-card__label::before { content: "— "; }
.content-card__quote { font-size: 1.05rem; font-weight: 600; line-height: 1.5; }
.content-card__ref, .content-card__meta { font-size: 0.85rem; color: var(--gray); font-weight: 600; }
.content-card__title { font-size: 1.12rem; }
.content-card__excerpt { color: var(--gray); font-size: 0.92rem; }
.content-card__actions { margin-top: auto; padding-top: 0.6rem; display: flex; gap: 0.6rem; flex-wrap: wrap; align-items: center; }
.content-card__link { font-size: 0.85rem; font-weight: 700; color: var(--primary-blue); }
.content-card__link:hover { text-decoration: underline; }
.content-card--bulletin .content-card__media {
	background: var(--off-white); display: flex; align-items: center; justify-content: center; padding: 0;
}
.bulletin-mock {
	width: 74px; height: 96px; background: var(--white); border: 1px solid var(--border); border-radius: 6px;
	box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
}
.bulletin-mock::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 22px; background: var(--primary-blue); }
.bulletin-mock::after {
	content: ""; position: absolute; left: 10px; right: 10px; top: 34px; bottom: 10px;
	background: repeating-linear-gradient(0deg, var(--border) 0 3px, transparent 3px 9px);
}

/* ---------- 9) Semana + Avisos ---------- */
.weekly-section { padding-top: 0; }
.weekly-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 1.5rem; align-items: stretch; }
.week-panel, .notices-panel {
	border-radius: var(--radius-md); padding: clamp(1.5rem, 3vw, 2.1rem);
}
.week-panel { background: var(--black); color: var(--white); }
.notices-panel { background: var(--primary-blue); color: var(--white); }
.panel-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.4rem; gap: 1rem; }
.panel-header h2 { font-size: 1.2rem; }
.panel-header a { font-size: 0.85rem; font-weight: 700; color: rgba(255,255,255,0.85); }
.panel-header a:hover { color: var(--white); text-decoration: underline; }

.week-days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
.week-day { text-align: center; border-radius: var(--radius-sm); background: rgba(255,255,255,0.04); padding: 1.1rem 0.6rem; }
.week-day__name { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.week-day__date { font-size: 1.8rem; font-weight: 800; margin: 0.25rem 0 0.6rem; }
.week-day__icon {
	width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.08);
	display: flex; align-items: center; justify-content: center; margin: 0 auto 0.6rem; color: var(--light-blue);
}
.week-day__title { font-size: 0.85rem; font-weight: 700; display: block; }
.week-day__time { font-size: 0.78rem; color: rgba(255,255,255,0.62); display: block; margin-top: 0.15rem; }
.week-day--empty { color: rgba(255,255,255,0.4); font-size: 0.82rem; display: flex; align-items: center; justify-content: center; }

.notices-list { display: flex; flex-direction: column; gap: 1rem; }
.notice-item { display: flex; gap: 0.9rem; align-items: flex-start; }
.notice-item__icon {
	width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.14);
	display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 0.1rem;
}
.notice-item__body { flex: 1; min-width: 0; }
.notice-item__top { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
.notice-item__title { font-weight: 700; font-size: 0.95rem; }
.notice-item__desc { font-size: 0.86rem; color: rgba(255,255,255,0.78); margin-top: 0.2rem; }
.notice-item__badge {
	font-size: 0.68rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;
	padding: 0.2rem 0.55rem; border-radius: 999px; background: var(--light-blue); color: var(--white); white-space: nowrap;
}

/* ---------- 10) Comunidades ---------- */
.communities-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.1rem; }
.community-card {
	border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease; background: var(--white);
}
.community-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.community-card__media {
	height: 130px; position: relative;
	background: linear-gradient(155deg, var(--navy), var(--primary-blue));
}
.community-card:nth-child(2n) .community-card__media { background: linear-gradient(155deg, var(--primary-blue), var(--light-blue)); }
.community-card:nth-child(3n) .community-card__media { background: linear-gradient(155deg, #1c2430, var(--gray)); }
.community-card__icon {
	position: absolute; left: 14px; bottom: -18px; width: 40px; height: 40px; border-radius: 50%;
	background: var(--light-blue); color: var(--white); display: flex; align-items: center; justify-content: center;
	border: 3px solid var(--white); box-shadow: var(--shadow-sm);
}
.community-card__body { padding: 1.5rem 1rem 1.2rem; }
.community-card__name { font-size: 1rem; margin-bottom: 0.3rem; }
.community-card__mission { font-size: 0.85rem; color: var(--gray); }

/* ---------- 11) CTA integrarme ---------- */
.join-cta { background: linear-gradient(115deg, var(--navy), var(--primary-blue) 60%, var(--light-blue)); color: var(--white); }
.join-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding: 2.75rem 0; }
.join-cta h2 { font-size: clamp(1.3rem, 2.6vw, 1.7rem); }
.join-cta p { color: rgba(255,255,255,0.85); margin-top: 0.4rem; }

/* ---------- 12) Footer ---------- */
.site-footer { background: #07111C; color: rgba(255,255,255,0.82); padding: clamp(2.75rem, 6vw, 4rem) 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2.5rem; }
.footer-col h3 { color: var(--white); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-col p { font-size: 0.9rem; line-height: 1.75; }
.footer-col--brand .brand { margin-bottom: 1rem; }
.footer-links li { margin-bottom: 0.55rem; }
.footer-links a { font-size: 0.9rem; }
.footer-links a:hover { color: var(--light-blue); }
.footer-mass-schedule li { display: flex; justify-content: space-between; gap: 1rem; font-size: 0.9rem; padding-bottom: 0.55rem; margin-bottom: 0.55rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-mass-schedule li b { color: var(--white); }
.footer-bottom {
	display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
	padding: 1.4rem 0; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.8rem; color: rgba(255,255,255,0.55);
}
.footer-social { display: flex; gap: 0.7rem; }
.footer-social a {
	width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2);
	display: flex; align-items: center; justify-content: center;
}
.footer-social a:hover { border-color: var(--light-blue); color: var(--light-blue); }

/* ---------- 13) Barra inferior móvil ---------- */
.mobile-bottom-nav {
	display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
	background: var(--black); border-top: 1px solid rgba(255,255,255,0.1);
	grid-template-columns: repeat(3, 1fr);
}
.mobile-bottom-nav a {
	display: flex; flex-direction: column; align-items: center; gap: 0.25rem;
	padding: 0.65rem 0.4rem; color: rgba(255,255,255,0.8); font-size: 0.7rem; font-weight: 700;
}
.mobile-bottom-nav .u-icon { width: 1.25em; height: 1.25em; }

/* ---------- 14) Organigrama ---------- */
.org-wrap { background: var(--off-white); border-radius: var(--radius-lg); padding: clamp(1.5rem, 4vw, 3rem); }
.org-tree { display: flex; flex-direction: column; align-items: center; gap: 0; }
.org-node {
	background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius-sm);
	padding: 0; box-shadow: var(--shadow-sm); width: min(320px, 100%);
}
.org-node--top { background: var(--navy); border-color: var(--navy); color: var(--white); }
.org-node__btn {
	width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
	background: none; border: none; padding: 0.9rem 1.2rem; font-weight: 700; font-size: 0.95rem; color: inherit; text-align: left;
}
.org-node__btn::after { content: "+"; font-size: 1.2rem; font-weight: 400; transition: transform 0.2s ease; }
.org-node[data-open="true"] .org-node__btn::after { content: "–"; }
.org-node__panel { display: none; padding: 0 1.2rem 1.1rem; font-size: 0.88rem; color: var(--gray); border-top: 1px dashed var(--border); }
.org-node--top .org-node__panel { color: rgba(255,255,255,0.78); border-top-color: rgba(255,255,255,0.2); }
.org-node[data-open="true"] .org-node__panel { display: block; padding-top: 0.9rem; }
.org-branch { display: flex; justify-content: center; gap: 1.75rem; position: relative; padding-top: 2rem; flex-wrap: wrap; }
.org-branch::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 2rem; background: var(--border); }
.org-col { position: relative; }
.org-col::before { content: ""; position: absolute; top: -2rem; left: 50%; width: 1px; height: 2rem; background: var(--border); }
.org-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-top: 2rem; max-width: 460px; position: relative; }
.org-chips::before { content: ""; position: absolute; top: -2rem; left: 50%; width: 1px; height: 2rem; background: var(--border); }
.org-chip { font-size: 0.78rem; font-weight: 700; padding: 0.4rem 0.9rem; border-radius: 999px; background: var(--white); border: 1px solid var(--border); color: var(--navy); }

/* ---------- 15) Archivos / singles genéricos ---------- */
.archive-shell { padding: clamp(2.5rem, 6vw, 3.5rem) 0; }
.archive-header { margin-bottom: 2rem; }
.archive-header h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); }

.avisos-list { display: flex; flex-direction: column; }
.aviso { display: grid; grid-template-columns: 84px 1fr auto; gap: 1.2rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid var(--border); }
.aviso:first-child { padding-top: 0; }
.aviso:last-child { border-bottom: none; }
.aviso-date { text-align: center; background: var(--off-white); border: 1px solid var(--border); border-radius: 12px; padding: 0.6rem 0.4rem; }
.aviso-date .day { font-size: 1.4rem; font-weight: 800; line-height: 1; display: block; color: var(--navy); }
.aviso-date .month { font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray); }
.aviso-body h3 { font-size: 1.02rem; font-weight: 700; }
.aviso-body h3 a:hover { color: var(--primary-blue); }
.aviso-body p { margin: 0.3rem 0 0; color: var(--gray); font-size: 0.92rem; }
.aviso-expiry { font-size: 0.72rem; color: var(--gray); text-align: right; white-space: nowrap; }
@media (max-width: 560px) {
	.aviso { grid-template-columns: 56px 1fr; }
	.aviso-expiry { grid-column: 2; text-align: left; }
}
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.generic-card { border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; background: var(--white); box-shadow: var(--shadow-sm); }
.generic-card__media img { height: 180px; width: 100%; object-fit: cover; }
.generic-card__body { padding: 1.2rem 1.3rem 1.4rem; }
.generic-card__body h2 { font-size: 1.05rem; margin-bottom: 0.5rem; }
.generic-card__body p { color: var(--gray); font-size: 0.9rem; }
.single-shell { max-width: 760px; margin: 0 auto; padding: clamp(2.5rem, 6vw, 3.5rem) 0; }
.single-shell h1 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-bottom: 1rem; }
.single-meta { color: var(--gray); font-size: 0.9rem; margin-bottom: 1.5rem; }
.single-shell .entry-content { font-size: 1.02rem; line-height: 1.75; }
.single-shell .entry-content > * + * { margin-top: 1.1rem; }
.info-box { background: var(--off-white); border-radius: var(--radius-md); padding: 1.4rem 1.6rem; margin-top: 1.6rem; }
.info-box h3 { font-size: 1rem; margin-bottom: 0.6rem; }
.error-404 { text-align: center; padding: clamp(4rem, 10vw, 6rem) 0; }
.error-404 h1 { font-size: clamp(3rem, 8vw, 5rem); color: var(--primary-blue); }

/* ---------- 16) Responsive ---------- */
@media (max-width: 1200px) {
	.communities-grid { grid-template-columns: repeat(3, 1fr); }
}
/* El menú principal tiene 7 enlaces + submenús: por debajo de 1080px ya no cabe
   cómodamente en una fila junto al logo, así que pasa a panel off-canvas antes
   de llegar al rango "tablet" (evita que las etiquetas se partan en 2 líneas). */
@media (max-width: 1080px) {
	.primary-nav {
		position: fixed; top: 0; right: 0; bottom: 0; width: min(320px, 86vw);
		background: var(--navy); z-index: 65; padding: 5.5rem 1.5rem 2rem;
		transform: translateX(100%); transition: transform 0.3s ease; overflow-y: auto;
	}
	.primary-nav.is-open { transform: translateX(0); }
	.primary-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
	.primary-nav__list .menu-item { width: 100%; }
	.primary-nav__list > .menu-item > a { display: flex; justify-content: space-between; padding: 0.9rem 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,0.1); white-space: normal; }
	.primary-nav__list .menu-item-has-children > a::before { position: static; margin-left: auto; transform: rotate(45deg); }
	.primary-nav__list .menu-item-has-children.is-open > a::before { transform: rotate(225deg); }
	.sub-menu { position: static; display: none; box-shadow: none; background: rgba(255,255,255,0.04); margin: 0.3rem 0 0.5rem; }
	.menu-item-has-children.is-open > .sub-menu { display: block; }
	.nav-toggle { display: inline-flex; }
	.brand__name { font-size: 1.05rem; }
}
@media (max-width: 1024px) {
	.quick-access__list { grid-template-columns: repeat(2, 1fr); }
	.quick-access__item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); }
	.quick-access__item:nth-child(2n) { border-right: 1px solid rgba(255,255,255,0.12); }
	.daily-content__grid { grid-template-columns: 1fr 1fr; }
	.weekly-grid { grid-template-columns: 1fr; }
	.archive-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
	.communities-grid { grid-template-columns: repeat(2, 1fr); }
	.daily-content__grid { grid-template-columns: 1fr; }
	.week-days { grid-template-columns: repeat(2, 1fr); }
	.hero__content { max-width: 100%; }
	.hero__overlay { background: linear-gradient(180deg, rgba(3,7,20,0.55) 0%, rgba(3,7,20,0.88) 100%); }
	.mobile-bottom-nav { display: grid; }
	body { padding-bottom: 64px; }
	.footer-grid { grid-template-columns: 1fr; }
	.join-cta__inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
	.quick-access__list { grid-template-columns: 1fr; }
	.quick-access__item { border-right: none !important; }
	.communities-grid { grid-template-columns: 1fr 1fr; }
	.archive-grid { grid-template-columns: 1fr; }
	.week-days { grid-template-columns: 1fr 1fr; }
	.utility-bar__item--link { margin-left: 0; }
	.org-branch { gap: 1rem; }
}
