:root {
  --blue: #5a4637;
  --blue-dark: #30251f;
  --blue-soft: #7b6250;
  --sky: #eee5dc;
  --gold: #bf9348;
  --gold-pale: #f1ddb2;
  --ink: #312c28;
  --muted: #70675f;
  --paper: #fffefa;
  --cream: #f7f2e8;
  --line: #d9dee1;
  --white: #fff;
  --shadow: 0 22px 55px rgba(48, 37, 31, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 8% 8%,rgba(191,147,72,.16),transparent 24rem),linear-gradient(180deg,#f5f1ec 0,#fff 37rem,#f3eee7 100%); font-family: Georgia,"Times New Roman",serif; font-size: 18px; line-height: 1.72; }
img { display: block; max-width: 100%; }
a { color: #6d4d32; text-decoration-thickness: .08em; text-underline-offset: .17em; }
a:hover { color: #9b6f1c; }
.shell { width: min(1120px,calc(100% - 36px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 30; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: var(--blue-dark); border-radius: 7px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; overflow: hidden; padding: 24px 0 80px; color: #fff; background: linear-gradient(118deg,rgba(48,37,31,.99),rgba(90,70,55,.96) 57%,rgba(94,79,66,.92)),var(--blue-dark); border-bottom: 5px solid var(--gold); }
.site-header::before { position: absolute; right: -10rem; bottom: -17rem; width: 39rem; height: 39rem; content: ""; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(255,255,255,.024),0 0 0 10rem rgba(255,255,255,.017); }
.brand,.breadcrumbs,.hero { position: relative; z-index: 1; }
.brand { display: inline-flex; align-items: center; gap: 15px; margin-bottom: 30px; color: #fff; text-decoration: none; }
.brand:hover { color: #fff; }
.brand img { width: 72px; height: 72px; object-fit: cover; border: 2px solid rgba(255,255,255,.74); border-radius: 17px; box-shadow: 0 9px 25px rgba(0,0,0,.28); }
.brand strong,.brand small { display: block; }
.brand strong { font-size: 1.08rem; }
.brand small { margin-top: 2px; color: #dbeaf5; font: .78rem/1.4 Arial,sans-serif; }
.breadcrumbs { margin-bottom: 32px; font: .86rem/1.45 Arial,sans-serif; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li + li::before { margin-right: 8px; color: var(--gold-pale); content: "›"; }
.breadcrumbs a { color: #e6f0f7; }
.hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(240px,.52fr); gap: clamp(35px,7vw,82px); align-items: center; }
.eyebrow { display: block; margin: 0 0 10px; color: #9b6f1c; font: 700 .76rem/1.4 Arial,sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { color: #f2d99f; }
h1,h2,h3 { text-wrap: balance; }
h1 { margin: 0; font-size: clamp(2.55rem,6.5vw,4.8rem); font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
.lead { max-width: 720px; margin: 24px 0 0; color: #edf5fa; font-size: 1.09rem; line-height: 1.64; }
.hero-image { width: min(100%,330px); margin: 0 auto; overflow: hidden; background: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 24px; box-shadow: 0 24px 48px rgba(20,13,10,.36); }
.hero-image img { width: 100%; height: clamp(320px,40vw,455px); object-fit: cover; }
.hero-image figcaption { padding: 9px 14px; color: #52616b; background: #fffaf0; font: .72rem/1.4 Arial,sans-serif; text-align: right; }

.page-main { position: relative; z-index: 2; margin-top: -38px; padding-bottom: 72px; }
.page-index,.article-card,.channels,.share,.related { max-width: 1000px; margin-inline: auto; border-radius: 23px; }
.page-index { padding: clamp(25px,4vw,36px); margin-bottom: 34px; background: var(--paper); border: 1px solid rgba(90,70,55,.12); box-shadow: var(--shadow); }
.page-index h2 { margin: 0 0 17px; color: var(--blue); font-size: clamp(1.45rem,3vw,1.85rem); font-weight: 500; }
.page-index > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.page-index a { display: flex; align-items: center; min-height: 50px; padding: 11px 14px; color: var(--blue); background: #faf7f2; border: 1px solid #ded4c8; border-radius: 10px; font: 700 .8rem/1.35 Arial,sans-serif; text-decoration: none; }
.page-index a:hover { color: #8c651f; border-color: var(--gold); }
.article-card { padding: clamp(30px,6vw,68px); background: var(--paper); border: 1px solid rgba(24,63,104,.1); box-shadow: var(--shadow); }
.article-body::after { display: block; clear: both; content: ""; }
.article-body p { margin: 0 0 1.28rem; }
.justify { text-align: left; }
.feast-date { margin: 0 0 2rem !important; padding: 16px 20px; color: var(--blue); background: linear-gradient(135deg,#edf5fa,#fffaf0); border: 1px solid #d5e2ea; border-left: 5px solid var(--gold); border-radius: 4px 14px 14px 4px; font-size: 1.12rem; font-weight: 700; text-align: center; }
.article-body h2 { clear: both; margin: 2.8rem 0 1rem; color: var(--blue); font-size: clamp(1.55rem,3.5vw,2.08rem); font-weight: 500; line-height: 1.23; }
.article-body h3 { clear: both; margin: 2.2rem 0 .8rem; color: var(--blue); font-size: clamp(1.25rem,2.8vw,1.58rem); font-weight: 500; line-height: 1.3; }
.negrita { color: var(--blue); font-weight: 700; }
.text-author { padding: 13px 17px; color: var(--muted); background: var(--cream); border-radius: 10px; font: .86rem/1.5 Arial,sans-serif; }
.wide-figure { width: min(100%,650px); margin: 1.7rem auto 2rem; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 12px 32px rgba(48,37,31,.11); }
.wide-figure img { width: 100%; height: auto; }
.campaign-figure { width: min(100%,789px); }
.historical-note { margin: 1rem 0 2rem; padding: 18px 20px; color: #57493e; background: var(--cream); border: 1px solid #dfcfb8; border-left: 5px solid var(--gold); border-radius: 4px 13px 13px 4px; font-size: .92rem; }
.content-figure { width: min(42%,380px); margin: .45rem 0 1.5rem; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 32px rgba(12,41,69,.12); }
.content-figure img { width: 100%; height: auto; }
.content-figure figcaption { padding: 8px 12px; color: var(--muted); background: #f8fafb; font: .72rem/1.4 Arial,sans-serif; }
.float-right { float: right; margin-left: 1.8rem; }
.float-left { float: left; margin-right: 1.8rem; }
.hymn-image { float: right; width: min(48%,457px); margin-left: 2rem; }
.hymn { padding: 24px 28px; color: #35495a; background: linear-gradient(135deg,#eff6fa,#fffaf0); border-left: 5px solid var(--gold); border-radius: 4px 16px 16px 4px; }
.hymn p { margin-bottom: 1.15rem; }

.video-card { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 22px; align-items: center; padding: clamp(24px,4vw,36px); color: #fff; background: linear-gradient(125deg,var(--blue-dark),var(--blue)); border-radius: 18px; box-shadow: var(--shadow); }
.video-icon { display: grid; width: 72px; height: 72px; padding-left: 4px; place-items: center; color: var(--blue-dark); background: var(--gold-pale); border-radius: 50%; box-shadow: 0 8px 22px rgba(0,0,0,.25); font-size: 1.4rem; }
.video-card h3 { margin: 0 0 6px; font-size: 1.35rem; font-weight: 500; }
.video-card p { margin: 0 0 15px; color: #dcebf5; font: .88rem/1.55 Arial,sans-serif; }
.video-button,.button { display: inline-block; padding: 11px 17px; color: var(--blue-dark); background: linear-gradient(180deg,#f5e4bd,#d6b268); border: 1px solid #f7dfa5; border-radius: 9px; box-shadow: 0 4px 0 #886129; font: 700 .83rem/1.35 Arial,sans-serif; text-decoration: none; }
.video-button:hover,.button:hover { color: var(--blue-dark); transform: translateY(-1px); }

.channels,.share,.related { margin-top: 34px; }
.channels { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 23px; align-items: center; padding: clamp(26px,5vw,42px); color: #fff; background: linear-gradient(125deg,var(--blue-dark),var(--blue)); box-shadow: var(--shadow); }
.channels img { width: 76px; height: 76px; object-fit: cover; border: 2px solid var(--gold-pale); border-radius: 50%; box-shadow: 0 7px 18px rgba(0,0,0,.25); }
.channels .eyebrow { color: #f2d99f; }.channels h2,.share h2,.related h2 { margin: 0 0 8px; font-size: clamp(1.5rem,3.2vw,1.95rem); font-weight: 500; }.channels p { margin: 0; color: #e3eff6; }.channel-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 17px; }.button.whatsapp,.button.telegram { min-width: 116px; text-align: center; }.button.whatsapp { background: linear-gradient(180deg,#ecf8ef,#a8dfb9); border-color: #c9eed3; box-shadow: 0 4px 0 #327a4a; }.button.telegram { background: linear-gradient(180deg,#edf8fd,#afdced); border-color: #d4eff8; box-shadow: 0 4px 0 #357996; }
.share,.related { padding: clamp(27px,5vw,44px); background: rgba(255,254,250,.9); border: 1px solid var(--line); }
.share h2,.related h2 { color: var(--blue); }.share > p { margin: 0 0 18px; color: var(--muted); }.share-buttons { display: flex; flex-wrap: wrap; gap: 10px; }.share-buttons a { display: inline-flex; align-items: center; gap: 8px; min-height: 43px; padding: 10px 14px; color: #fff; border-radius: 9px; box-shadow: 0 4px 0 rgba(20,25,29,.24); font: 700 .8rem/1 Arial,sans-serif; text-decoration: none; }.share-buttons svg { width: 20px; height: 20px; fill: currentColor; }.share-x { background: #161616; }.share-facebook { background: #1877f2; }.share-whatsapp { background: #128c4a; }.share-telegram { background: #2389c8; }
.related > div { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }.related a { display: block; padding: 17px 19px; color: var(--blue); background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 7px 20px rgba(12,41,69,.07); font-weight: 700; text-decoration: none; }.related a:hover { border-color: var(--gold); transform: translateY(-2px); }

.site-footer { color: #e5eff6; background: var(--blue-dark); border-top: 4px solid var(--gold); }.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 28px; align-items: center; padding-block: 28px; font: .82rem/1.5 Arial,sans-serif; }.site-footer a { color: #fff; }.footer-home { font-family: Georgia,"Times New Roman",serif; font-size: .95rem; }.site-footer nav { display: flex; flex-wrap: wrap; gap: 10px 20px; }
:focus-visible { outline: 3px solid #f2c96f; outline-offset: 4px; }

@media (max-width: 820px) { .hero { grid-template-columns: 1fr; }.hero-image { width: min(72%,330px); }.page-index > div { grid-template-columns: repeat(2,1fr); }.channels { grid-template-columns: auto 1fr; }.related > div { grid-template-columns: 1fr; } }
@media (max-width: 600px) { body { font-size: 17px; }.shell { width: min(100% - 20px,1120px); }.site-header { padding: 16px 0 63px; }.brand { margin-bottom: 24px; }.brand img { width: 58px; height: 58px; border-radius: 13px; }.brand strong { font-size: .96rem; }.breadcrumbs { margin-bottom: 24px; }h1 { font-size: 2.55rem; }.lead { font-size: 1rem; }.hero-image { width: min(82%,310px); border-radius: 16px; }.hero-image img { height: 390px; }.page-main { margin-top: -28px; }.page-index,.article-card,.channels,.share,.related { border-radius: 17px; }.page-index > div { grid-template-columns: 1fr; }.article-card { padding: 28px 20px; }.content-figure,.hymn-image { float: none; width: min(100%,430px); margin: 1.5rem auto; }.video-card { grid-template-columns: 1fr; }.video-icon { width: 58px; height: 58px; }.channels { grid-template-columns: 1fr; gap: 15px; }.channels img { width: 62px; height: 62px; }.share-buttons a { flex: 1 1 calc(50% - 10px); justify-content: center; }.footer-inner { display: block; text-align: center; }.site-footer nav { justify-content: center; margin-top: 14px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*,*::before,*::after { transition: none !important; } }
@media print { body { color: #000; background: #fff; font-size: 11pt; }.skip-link,.brand img,.breadcrumbs,.channels,.share,.related,.site-footer,.hero-image figcaption,.video-card { display: none; }.site-header { padding: 15px 0; color: #000; background: #fff; border-bottom: 2px solid #777; }.brand,.brand small,.hero .eyebrow,.lead { color: #000; }.hero { display: block; }h1 { font-size: 28pt; }.hero-image { max-width: 350px; margin: 18px 0 0; box-shadow: none; }.hero-image img { height: auto; }.page-main { margin-top: 0; }.article-card { max-width: none; padding: 0; border: 0; box-shadow: none; } }
