:root {
    --navy: #061b39;
    --navy-2: #0a2a50;
    --navy-3: #123f69;
    --gold: #c89437;
    --gold-light: #e2bc70;
    --red: #c91f29;
    --cream: #fbf8f1;
    --paper: #fffefd;
    --ink: #102440;
    --muted: #637083;
    --line: #e5dfd4;
    --shadow: 0 24px 70px rgba(7, 28, 57, .12);
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.72; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.shell { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 110px 0; }
.center { margin-top: 42px; text-align: center; }

.announcement { background: var(--navy); color: rgba(255,255,255,.8); font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.announcement__dates { color: var(--gold-light); }

.site-header { position: relative; z-index: 40; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(16,36,64,.1); transition: box-shadow .3s ease; }
.site-header.is-stuck { position: sticky; top: 0; box-shadow: 0 10px 35px rgba(6,27,57,.1); }
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 32px; }
.diocese-brand { flex: 0 0 240px; }
.diocese-brand img { width: 220px; height: auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(17px, 1.8vw, 29px); }
.desktop-nav a { position: relative; color: var(--navy); font-size: 14px; font-weight: 700; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--gold); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { margin-left: 8px; }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; background: var(--navy); margin: 5px 0; transition: transform .25s, opacity .25s; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--navy); padding: 20px 24px 28px; box-shadow: var(--shadow); grid-template-columns: repeat(2, 1fr); gap: 1px; }
.mobile-nav.is-open { display: grid; }
.mobile-nav a { padding: 14px 12px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 16px; }

.button { min-height: 50px; padding: 13px 22px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 18px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(6,27,57,.18); }
.button--red { background: var(--red); }
.button--gold { background: var(--gold); color: var(--navy); }
.button--navy { background: var(--navy); }
.button--outline { border-color: var(--gold); color: var(--navy); background: rgba(255,255,255,.7); }
.button--large { min-width: 300px; min-height: 62px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; color: var(--navy); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.text-link span { color: var(--gold); font-size: 20px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.hero { position: relative; min-height: 700px; overflow: hidden; background: #f9f4eb; }
.hero__photo { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(255,254,252,1) 0%, rgba(255,253,249,.98) 32%, rgba(255,253,249,.58) 52%, rgba(255,253,249,.03) 72%), url("assets/kongres/hero-monstrancja-v1.jpg"); background-position: center; background-size: cover; }
.hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(255,255,255,.18), transparent 30%); }
.hero__inner { position: relative; z-index: 2; min-height: 610px; display: flex; align-items: center; padding-block: 55px 110px; }
.hero__content { width: 58%; max-width: 650px; }
.overline { margin: 0 0 13px; color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.overline--light { color: var(--gold-light); }
.hero h1 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(62px, 6.4vw, 94px); line-height: .84; font-weight: 600; letter-spacing: -.045em; text-transform: uppercase; }
.hero__diocese { margin: 17px 0 21px; color: var(--red); font-size: clamp(16px, 1.7vw, 22px); font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.ornament { width: 260px; display: flex; align-items: center; gap: 12px; color: var(--gold); }
.ornament span { height: 1px; flex: 1; background: var(--gold); }
.ornament b { font-size: 13px; }
.hero blockquote { margin: 20px 0 2px; color: var(--navy); font-family: var(--serif); font-size: clamp(34px, 3.2vw, 48px); font-style: italic; font-weight: 500; line-height: 1.05; }
.hero .verse { margin: 0; color: var(--gold); font-weight: 800; }
.hero__actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 13px; }
.hero__meta { position: absolute; z-index: 4; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border-top: 1px solid rgba(6,27,57,.08); }
.hero__meta-grid { min-height: 90px; display: grid; grid-template-columns: .8fr 1.25fr 1.2fr; align-items: center; }
.hero__meta-grid > div { min-height: 55px; display: flex; align-items: center; gap: 14px; padding: 0 26px; border-right: 1px solid var(--line); }
.hero__meta-grid > div:first-child { padding-left: 0; }
.hero__meta-grid > div:last-child { border: 0; }
.meta-icon { color: var(--gold); font-size: 26px; }
.hero__meta p { margin: 0; line-height: 1.3; }
.hero__meta b, .hero__meta small { display: block; }
.hero__meta b { font-size: 15px; color: var(--navy); }
.hero__meta small { margin-top: 3px; color: var(--muted); font-size: 13px; }

.pillars { background: var(--navy); color: #fff; }
.pillars__grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.pillars article { min-height: 178px; padding: 28px 18px 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.13); }
.pillars article:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.pillar-icon { display: block; color: var(--gold); font-family: var(--serif); font-size: 39px; line-height: 1; }
.pillars h3 { margin: 14px 0 5px; color: var(--gold-light); font-size: 14px; text-transform: uppercase; letter-spacing: .07em; }
.pillars p { margin: 0; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.55; }

.about { background: var(--paper); position: relative; }
.about::after { content: "IHS"; position: absolute; right: 4%; bottom: -20px; color: rgba(200,148,55,.045); font-family: var(--serif); font-size: 230px; font-weight: 700; }
.about__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.about__visual { position: relative; display: grid; place-items: center; }
.about__visual img { position: relative; z-index: 2; width: min(100%, 390px); filter: drop-shadow(0 28px 35px rgba(7,28,57,.13)); }
.seal-halo { position: absolute; width: 470px; height: 470px; max-width: 110%; border-radius: 50%; background: radial-gradient(circle, #fff 35%, #f7ead1 70%, transparent 71%); }
.about__copy h2, .section-heading h2, .prose h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4.2vw, 60px); line-height: 1; font-weight: 600; letter-spacing: -.025em; }
.title-line { width: 48px; height: 2px; margin: 25px 0; background: var(--gold); }
.lead { color: var(--ink); font-size: 18px; line-height: 1.8; }
.about__copy > p:not(.overline):not(.lead), .prose > p { color: var(--muted); }
.about__copy .text-link { margin-top: 20px; }

.journey { background: var(--cream); border-block: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center p:last-child { margin-inline: auto; }
.section-heading > p:last-child { max-width: 670px; color: var(--muted); }
.section-heading--row { max-width: none; display: flex; align-items: end; justify-content: space-between; }
.section-heading--row h2 { margin-bottom: 0; }
.journey__line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin: 70px 0 20px; }
.journey__line::before { content: ""; position: absolute; left: 11%; right: 11%; top: 51px; height: 1px; background: #d8c59f; }
.journey__line article { position: relative; padding: 0 20px; text-align: center; }
.journey__line time { color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.journey__line article > span { position: relative; z-index: 1; width: 18px; height: 18px; margin: 17px auto 24px; display: block; border: 4px solid var(--cream); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.journey__line .featured > span { width: 28px; height: 28px; margin-top: 12px; margin-bottom: 19px; background: var(--red); box-shadow: 0 0 0 1px var(--red); }
.journey__line h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 26px; line-height: 1.1; }
.journey__line p { margin: 0; color: var(--muted); font-size: 14px; }

.arena { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 85% 30%, #174b79, transparent 35%), var(--navy); }
.arena::before { content: "✦"; position: absolute; left: -40px; bottom: -120px; color: rgba(200,148,55,.08); font-family: var(--serif); font-size: 390px; }
.arena__grid { position: relative; display: grid; grid-template-columns: 1.2fr .75fr; gap: 90px; align-items: center; }
.arena h2, .cta-section h2 { margin: 0 0 22px; color: #fff; font-family: var(--serif); font-size: clamp(45px, 5vw, 68px); line-height: .98; font-weight: 600; }
.arena .lead { color: rgba(255,255,255,.85); }
.check-list { padding: 0; margin: 30px 0 35px; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 31px; color: rgba(255,255,255,.78); }
.check-list li::before { content: "✦"; position: absolute; left: 0; top: 0; color: var(--gold); }
.check-list--dark li { color: var(--muted); }
.quote-card { padding: 55px 50px; border: 1px solid rgba(226,188,112,.7); background: linear-gradient(150deg, rgba(255,255,255,.08), rgba(0,0,0,.18)); box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.quote-card__mark { color: var(--gold); font-family: var(--serif); font-size: 70px; line-height: .6; }
.quote-card blockquote { margin: 15px 0 25px; font-family: var(--serif); font-size: 29px; font-style: italic; line-height: 1.35; }
.quote-card cite { color: var(--gold-light); font-style: normal; font-weight: 800; }

.resources { background: var(--paper); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.resource-card { min-height: 330px; padding: 38px; border: 1px solid var(--line); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.resource-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: var(--gold); }
.resource-card > span { color: var(--gold); font-size: 11px; font-weight: 800; }
.resource-card h3 { margin: 44px 0 15px; font-family: var(--serif); font-size: 34px; }
.resource-card p { color: var(--muted); font-size: 15px; }
.resource-card b { display: block; margin-top: 28px; color: var(--navy); font-size: 12px; text-transform: uppercase; }

.news-section { background: var(--cream); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.news-grid--home { grid-template-columns: repeat(4, 1fr); }
.news-card { background: #fff; border: 1px solid var(--line); overflow: hidden; }
.news-card__media { height: 190px; display: block; overflow: hidden; background: var(--navy); }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.news-card:hover .news-card__media img { transform: scale(1.045); }
.news-card__media .news-card__art { height: 100%; }
.news-card__art { height: 190px; display: grid; place-items: center; color: rgba(255,255,255,.9); background: radial-gradient(circle, #194d78, var(--navy)); font-family: var(--serif); font-size: 58px; letter-spacing: .12em; }
.news-card__art--gold { color: var(--navy); background: linear-gradient(135deg, #efd59f, var(--gold)); font-size: 45px; line-height: .8; letter-spacing: 0; }
.news-card__art--gold small { font: 700 11px var(--sans); }
.news-card__art--cream { color: var(--gold); background: #fffaf1; font-size: 80px; }
.news-card__body { padding: 28px; }
.news-card__category { display: block; margin-bottom: 4px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-card time { display: block; color: var(--gold); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.news-card h3 { margin: 8px 0 12px; font-family: var(--serif); font-size: 27px; line-height: 1.12; }
.news-card p { color: var(--muted); font-size: 15px; }
.news-card a { color: var(--navy); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.news-card h3 a { font: inherit; text-transform: none; }
.news-filters { margin: -10px 0 45px; display: flex; flex-wrap: wrap; gap: 10px; }
.news-filters a { padding: 9px 16px; border: 1px solid var(--line); color: var(--navy); background: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.news-filters a:hover, .news-filters a.is-active { border-color: var(--gold); color: var(--navy); background: #f7ead1; }
.news-pagination { margin-top: 48px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; }
.news-pagination a, .news-pagination b, .news-pagination span { min-width: 40px; min-height: 40px; padding: 9px 13px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); background: #fff; color: var(--navy); font-size: 11px; }
.news-pagination b { border-color: var(--gold); background: var(--gold); }

.cta-section { color: #fff; background: linear-gradient(110deg, var(--navy), #0b345f); }
.cta-section__inner { min-height: 230px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-section h2 { margin-bottom: 8px; font-size: clamp(38px, 4vw, 54px); }
.cta-section p:last-child { margin: 0; max-width: 670px; color: rgba(255,255,255,.7); }

.site-footer { padding: 75px 0 25px; color: rgba(255,255,255,.68); background: #04152d; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer-logo { width: 250px; padding: 13px; background: #fff; }
.footer-brand p { margin-top: 24px; font-size: 12px; }
.site-footer h3 { margin: 0 0 18px; color: var(--gold-light); font-family: var(--serif); font-size: 22px; }
.site-footer a, .site-footer p { display: block; margin: 9px 0; font-size: 14px; }
.site-footer a:hover { color: #fff; }
.footer-motto { margin-top: 22px !important; color: #fff; font-family: var(--serif); font-size: 16px !important; font-style: italic; }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; font-size: 12px; }

.cookie-notice { position: fixed; z-index: 100; right: 22px; bottom: 22px; width: min(620px, calc(100% - 44px)); padding: 17px 18px 17px 21px; display: flex; align-items: center; gap: 22px; border: 1px solid rgba(226,188,112,.55); color: #fff; background: rgba(4,21,45,.97); box-shadow: 0 18px 55px rgba(4,21,45,.28); opacity: 0; transform: translateY(18px); transition: opacity .25s ease, transform .25s ease; }
.cookie-notice[hidden] { display: none; }
.cookie-notice.is-visible { opacity: 1; transform: none; }
.cookie-notice__copy { min-width: 0; }
.cookie-notice b { display: block; color: var(--gold-light); font: 600 19px/1.2 var(--serif); }
.cookie-notice p { margin: 4px 0 0; color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.5; }
.cookie-notice a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.cookie-notice button { flex: 0 0 auto; min-height: 42px; padding: 9px 17px; border: 1px solid var(--gold); color: var(--navy); background: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.cookie-notice button:hover { background: var(--gold-light); }

.subhero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 30%, #1a4f7c, transparent 30%), var(--navy); }
.subhero__inner { min-height: 350px; display: flex; align-items: center; justify-content: space-between; }
.subhero h1 { margin: 5px 0 0; font-family: var(--serif); font-size: clamp(58px, 7vw, 88px); line-height: 1; font-weight: 600; }
.subhero img { width: 285px; margin-right: 5%; opacity: .17; filter: grayscale(1) brightness(2); }
.breadcrumbs { margin: 0 0 40px; color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.breadcrumbs span { margin: 0 9px; color: var(--gold); }
.content-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: start; }
.prose { max-width: 780px; }
.prose h3 { margin-top: 45px; font-family: var(--serif); font-size: 32px; }
.prose blockquote { margin: 42px 0; padding: 28px 32px; border-left: 3px solid var(--gold); background: var(--cream); font-family: var(--serif); font-size: 30px; font-style: italic; }
.prose blockquote cite { display: block; margin-top: 8px; color: var(--gold); font: 800 12px var(--sans); }
.side-card { padding: 35px; text-align: center; background: var(--cream); border: 1px solid var(--line); }
.side-card img { width: 280px; margin: auto; }
.side-card p { margin-top: 25px; font-size: 13px; }
.policy-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 90px; align-items: start; }
.policy-content { max-width: 820px; }
.policy-content h2 { max-width: 760px; }
.policy-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.policy-list { padding-left: 22px; }
.policy-list li { margin: 12px 0; padding-left: 6px; }
.policy-updated { margin-top: 45px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.policy-summary { position: sticky; top: 125px; padding: 38px 32px; color: #fff; background: radial-gradient(circle at top right, #1b507d, transparent 42%), var(--navy); box-shadow: var(--shadow); }
.policy-summary > span { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 24px; }
.policy-summary h3 { margin: 25px 0 10px; color: #fff; font-family: var(--serif); font-size: 29px; }
.policy-summary p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }

.calendar-list { max-width: 950px; margin-top: 60px; }
.calendar-list article { display: grid; grid-template-columns: 180px 1fr; gap: 45px; padding: 35px 0; border-top: 1px solid var(--line); }
.calendar-list time { color: var(--gold); font-family: var(--serif); font-size: 28px; font-weight: 700; }
.calendar-list span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.calendar-list h3 { margin: 4px 0; font-family: var(--serif); font-size: 30px; }
.calendar-list p { margin: 0; color: var(--muted); font-size: 14px; }
.calendar-list__featured { margin-inline: -30px; padding-inline: 30px !important; color: #fff; background: var(--navy); border: 0 !important; }
.calendar-list__featured p { color: rgba(255,255,255,.7); }

.arena-page { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: start; }
.info-tiles { margin: 40px 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.info-tiles > div { padding: 22px; border-right: 1px solid var(--line); }
.info-tiles > div:last-child { border: 0; }
.info-tiles span, .info-tiles b, .info-tiles small { display: block; }
.info-tiles span { color: var(--gold); font-size: 22px; }
.info-tiles b { margin-top: 8px; font-size: 12px; }
.info-tiles small { color: var(--muted); font-size: 10px; }
.program-card { padding: 50px 42px; color: #fff; background: radial-gradient(circle at top right, #1b507d, transparent 40%), var(--navy); box-shadow: var(--shadow); }
.program-card h3 { margin: 0; font-family: var(--serif); font-size: 36px; line-height: 1.1; }
.program-card ul { margin: 30px 0 0; padding: 0; list-style: none; }
.program-card li { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.75); }

.speaker-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.speaker-grid article { padding: 30px; text-align: center; border: 1px solid var(--line); background: var(--cream); }
.speaker-placeholder { width: 130px; height: 130px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; color: var(--gold); background: #fff; border: 1px solid #e9ddc6; font-size: 42px; }
.speaker-grid h3 { margin: 0; font-family: var(--serif); font-size: 26px; }
.speaker-grid p { color: var(--muted); font-size: 12px; }

.download-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.download-grid article { padding: 30px; border: 1px solid var(--line); }
.download-grid article > span { display: inline-grid; place-items: center; width: 48px; height: 48px; color: #fff; background: var(--navy); font-size: 10px; font-weight: 800; }
.download-grid h3 { margin: 25px 0 10px; font-family: var(--serif); font-size: 26px; }
.download-grid p { min-height: 66px; color: var(--muted); font-size: 12px; }
.download-grid button { border: 0; background: transparent; color: var(--gold); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.news-grid--page { grid-template-columns: repeat(3, 1fr); }
.article-section { background: var(--cream); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 65px; align-items: start; }
.article-content { padding: 50px; background: #fff; border: 1px solid var(--line); }
.article-content > time { display: block; margin-top: 5px; color: var(--gold); font-size: 11px; font-weight: 800; }
.article-content h2 { margin: 12px 0 35px; font: 600 clamp(40px, 4.5vw, 62px)/1 var(--serif); letter-spacing: -.025em; }
.article-cover { width: 100%; max-height: 620px; margin-bottom: 40px; object-fit: cover; }
.article-body { color: #36465b; font-size: 16px; }
.article-body h2, .article-body h3 { color: var(--navy); font-family: var(--serif); }
.article-body img { height: auto; margin: 30px auto; }
.article-body a { color: var(--red); text-decoration: underline; }
.article-content > .button { margin-top: 35px; }
.article-sidebar { position: sticky; top: 125px; padding: 30px; color: #fff; background: var(--navy); }
.article-sidebar h3 { margin: 0 0 18px; color: var(--gold-light); font-family: var(--serif); font-size: 27px; }
.article-sidebar a { display: block; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); }
.article-sidebar time { display: block; color: var(--gold-light); font-size: 9px; }
.article-sidebar b { display: block; margin-top: 3px; color: #fff; font: 600 18px/1.2 var(--serif); }
.partner-placeholder { max-width: 420px; margin: 50px auto 0; padding: 50px; text-align: center; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.partner-placeholder p { color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.contact-note { margin-top: 40px; padding: 25px; border-left: 2px solid var(--gold); background: var(--cream); }
.contact-note b, .contact-note span { display: block; }
.contact-note span { color: var(--muted); font-size: 12px; }
.contact-form { padding: 42px; background: var(--cream); border: 1px solid var(--line); }
.contact-form label { display: block; margin-bottom: 20px; color: var(--navy); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 8px; padding: 13px 15px; border: 1px solid #d9d1c4; background: #fff; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,148,55,.12); }
.contact-form textarea { min-height: 150px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.consent { display: flex !important; gap: 12px; align-items: flex-start; text-transform: none !important; font-weight: 500 !important; }
.consent input { flex: 0 0 18px; width: 18px; margin-top: 3px; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
    .desktop-nav { gap: 15px; }
    .desktop-nav a { font-size: 12px; }
    .diocese-brand { flex-basis: 205px; }
    .diocese-brand img { width: 195px; }
    .header-cta { padding-inline: 15px; }
    .hero__content { width: 62%; }
    .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 900px) {
    .desktop-nav, .header-cta { display: none; }
    .menu-toggle { display: block; }
    .header-inner { min-height: 78px; }
    .hero { min-height: 780px; }
    .hero__photo { background-image: linear-gradient(90deg, rgba(255,254,252,.98) 0%, rgba(255,253,249,.9) 52%, rgba(255,253,249,.15) 100%), url("assets/kongres/hero-monstrancja-v1.jpg"); background-position: 58% center; }
    .hero__inner { min-height: 690px; align-items: flex-start; padding-top: 75px; }
    .hero__content { width: 70%; }
    .hero__meta-grid { grid-template-columns: repeat(3, 1fr); }
    .hero__meta-grid > div { padding-inline: 15px; }
    .pillars__grid { grid-template-columns: repeat(3, 1fr); }
    .pillars article:nth-child(3) { border-right: 0; }
    .pillars article:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.13); }
    .about__grid, .arena__grid, .content-grid, .arena-page, .contact-grid, .policy-layout { grid-template-columns: 1fr; gap: 55px; }
    .policy-summary { position: static; }
    .about__visual img { width: 340px; }
    .journey__line { grid-template-columns: repeat(2, 1fr); row-gap: 45px; }
    .journey__line::before { display: none; }
    .resource-grid, .news-grid { grid-template-columns: 1fr 1fr; }
    .news-grid--home { grid-template-columns: 1fr 1fr; }
    .news-grid .news-card:last-child { grid-column: 1 / -1; }
    .speaker-grid, .download-grid { grid-template-columns: repeat(2, 1fr); }
    .article-layout { grid-template-columns: 1fr; }
    .article-sidebar { position: static; }
    .cta-section__inner { padding-block: 55px; align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .subhero__inner { min-height: 300px; }
    .subhero img { width: 220px; }
}

@media (max-width: 640px) {
    .shell { width: min(100% - 30px, 1220px); }
    .section { padding: 72px 0; }
    .announcement__inner { justify-content: center; }
    .announcement__inner > span:first-child { display: none; }
    .diocese-brand { flex-basis: 190px; }
    .diocese-brand img { width: 184px; }
    .mobile-nav { grid-template-columns: 1fr; max-height: calc(100vh - 110px); overflow: auto; }
    .hero { min-height: 710px; background: #fbf7ef; }
    .hero__photo { background-image: linear-gradient(180deg, #fbf7ef 0%, rgba(251,247,239,.98) 42%, rgba(251,247,239,.72) 58%, rgba(251,247,239,.12) 80%), url("assets/kongres/hero-monstrancja-v1.jpg"); background-size: auto 76%; background-repeat: no-repeat; background-position: 77% bottom; }
    .hero__inner { min-height: 605px; padding-top: 44px; padding-bottom: 115px; align-items: flex-start; }
    .hero__content { width: 100%; }
    .hero h1 { font-size: clamp(34px, 10.2vw, 40px); letter-spacing: -.025em; }
    .hero__diocese { font-size: 13px; letter-spacing: .12em; }
    .hero blockquote { font-size: 31px; }
    .hero__actions { gap: 9px; }
    .hero__actions .button { padding-inline: 15px; }
    .hero__meta { position: absolute; }
    .hero__meta-grid { min-height: 105px; display: flex; overflow-x: auto; }
    .hero__meta-grid > div { min-width: 280px; }
    .hero__meta-grid > div:first-child { padding-left: 15px; }
    .pillars__grid { grid-template-columns: repeat(2, 1fr); }
    .pillars article { min-height: 150px; }
    .pillars article:nth-child(3) { border-right: 1px solid rgba(255,255,255,.13); }
    .pillars article:nth-child(2n) { border-right: 0; }
    .pillars article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.13); }
    .about__grid { gap: 35px; }
    .about__visual img { width: 260px; }
    .seal-halo { width: 310px; height: 310px; }
    .about__copy h2, .section-heading h2, .prose h2 { font-size: 40px; }
    .journey__line, .resource-grid, .news-grid, .speaker-grid, .download-grid, .footer-grid, .form-row, .info-tiles { grid-template-columns: 1fr; }
    .news-grid--home { grid-template-columns: 1fr; }
    .journey__line article { padding: 0; text-align: left; }
    .journey__line article > span { margin: 12px 0 16px; }
    .news-grid .news-card:last-child { grid-column: auto; }
    .arena__grid { gap: 45px; }
    .quote-card { padding: 38px 28px; }
    .section-heading--row { align-items: flex-start; flex-direction: column; gap: 20px; }
    .cta-section__inner { gap: 28px; }
    .button--large { min-width: 100%; }
    .footer-grid { gap: 35px; }
    .footer-logo { width: 225px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
    .subhero__inner { min-height: 265px; }
    .subhero h1 { font-size: 53px; }
    .subhero img { position: absolute; right: -55px; width: 190px; opacity: .1; }
    .breadcrumbs { margin-bottom: 25px; }
    .calendar-list article { grid-template-columns: 1fr; gap: 5px; }
    .calendar-list__featured { margin-inline: -15px; padding-inline: 15px !important; }
    .info-tiles > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .info-tiles > div:last-child { border-bottom: 0; }
    .contact-form { padding: 27px 20px; }
    .article-content { padding: 28px 20px; }
    .news-filters { flex-wrap: nowrap; overflow-x: auto; margin-inline: -15px; padding: 0 15px 12px; scrollbar-width: thin; }
    .news-filters a { flex: 0 0 auto; }
    .cookie-notice { right: 15px; bottom: 15px; width: calc(100% - 30px); padding: 15px; align-items: flex-start; gap: 14px; }
    .cookie-notice b { font-size: 18px; }
    .cookie-notice p { font-size: 11px; }
    .cookie-notice button { min-height: 40px; padding-inline: 13px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
