/* ═══════════════════════════════════════════════════
   NCHA Heritage — main stylesheet
   The signature NCHA look: deep navy · liturgical gold
   · warm cream · Cormorant Garamond display · DM Sans
   body · Haiti flag accents · red TPS alert system
═══════════════════════════════════════════════════ */

:root {
  --navy:      #0b1f3a;
  --navy2:     #132d52;
  --navy-deep: #071526;
  --gold:      #c8993a;
  --gold2:     #e8b84b;
  --cream:     #faf5ed;
  --warm:      #f3ead6;
  --white:     #fff;
  --gray:      #444;
  --lgray:     #e8e0d0;
  --red:       #b91c1c;
  --redbg:     #fef2f2;
  --hb:        #00209f;   /* Haiti flag blue */
  --hr:        #d21034;   /* Haiti flag red  */
  --sh:        0 2px 12px rgba(11,31,58,.08);
  --sha:       0 8px 32px rgba(11,31,58,.14);
  --r:         10px;
  --tr:        all .22s ease;
  --display:   'Cormorant Garamond', Georgia, serif;
  --body:      'DM Sans', system-ui, sans-serif;
}

/* ── Reset ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  background: var(--cream);
  color: var(--navy);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: var(--body); }

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }
.center { text-align: center; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--gold); color: var(--navy); padding: .6rem 1rem; z-index: 999; font-weight: 700; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ── Type ── */
h1, h2, h3, .hero-title { font-family: var(--display); font-weight: 700; }
.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.15;
  margin-bottom: 2rem;
}

/* Eyebrow — gold small caps (Kreyòl leads) */
.eyebrow {
  display: flex; align-items: baseline; gap: .5rem;
  font-size: .68rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .7rem;
}
.eyebrow-kr { font-weight: 800; }
.eyebrow-dot { opacity: .6; }

/* Drapo ribbon — Haiti flag stripe under the header */
.drapo { display: flex; height: 4px; }
.drapo .d-b { flex: 1; background: var(--hb); }
.drapo .d-r { flex: 1; background: var(--hr); }
.drapo .d-g { flex: 0 0 12%; background: var(--gold); }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .75rem 1.6rem;
  border-radius: 5px; border: none;
  font-size: .85rem; font-weight: 700; letter-spacing: .02em;
  transition: var(--tr); white-space: nowrap;
}
.btn-blue, .btn-gold {
  background: var(--gold); color: var(--navy);
}
.btn-blue:hover, .btn-gold:hover {
  background: var(--gold2); transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200,153,58,.35); color: var(--navy);
}
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { filter: brightness(.92); transform: translateY(-2px); }
.btn-quiet { background: transparent; color: var(--gold); border: 1.5px solid var(--gold); }
.btn-quiet:hover { background: var(--gold); color: var(--navy); }
.btn-quiet-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.4); }
.btn-quiet-light:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.btn-light { background: var(--gold); color: var(--navy); }
.btn-light:hover { background: var(--gold2); transform: translateY(-2px); }
.btn-give { background: var(--gold); color: var(--navy); padding: .5rem 1.2rem; margin-left: .6rem; border-radius: 5px; }
.btn-give:hover { background: var(--gold2); }

/* ── Alert bar ── */
#alert-bar {
  background: var(--red); color: #fff;
  display: flex; align-items: center; justify-content: center;
  gap: .7rem; flex-wrap: wrap;
  padding: .5rem 3rem .5rem 1.2rem;
  font-size: .78rem; font-weight: 600;
  position: relative; z-index: 300; text-align: center;
}
.alert-dot { width: 7px; height: 7px; border-radius: 50%; background: #fff; flex-shrink: 0; animation: blink 1.2s infinite; }
.alert-link { color: #fecaca; text-decoration: underline; font-weight: 700; white-space: nowrap; }
.alert-close {
  position: absolute; right: .7rem; top: 50%; transform: translateY(-50%);
  background: none; border: none; color: rgba(255,255,255,.6); font-size: .95rem;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.25} }

/* ── Header (dark, sticky) ── */
#masthead {
  position: sticky; top: 0; z-index: 200;
  background: rgba(11,31,58,.98);
  backdrop-filter: blur(16px);
}
.mast-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 2rem;
  height: 72px;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand { display: flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.brand-logo { height: 46px; width: auto; }
.brand-arch {
  display: block; width: 42px; height: 42px; overflow: hidden;
  border-radius: 50%;
  border: 2px solid var(--gold);
}
.brand-arch img { width: 100%; height: 100%; object-fit: cover; }
.brand-name {
  display: block;
  font-family: var(--display);
  font-size: 1.02rem; font-weight: 700; line-height: 1.15;
  color: var(--gold);
  max-width: 300px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.brand-tag {
  display: block; font-size: .55rem; font-weight: 400;
  letter-spacing: .24em; text-transform: uppercase;
  color: rgba(255,255,255,.4); margin-top: .12rem;
}

#site-nav { display: flex; align-items: center; }
.nav-menu-items { display: flex; align-items: center; gap: .15rem; }
.nav-menu-items li { position: relative; }
.nav-menu-items a {
  display: block; padding: .45rem .8rem;
  font-size: .76rem; font-weight: 500;
  letter-spacing: .03em; text-transform: uppercase;
  color: rgba(255,255,255,.72); border-radius: 5px;
  transition: var(--tr); white-space: nowrap;
}
.nav-menu-items a:hover { color: var(--gold2); background: rgba(200,153,58,.1); }
.nav-menu-items .current-menu-item > a { color: var(--gold2); }
.nav-menu-items .sub-menu {
  position: absolute; top: calc(100% + 8px); left: 0;
  background: rgba(11,31,58,.99); backdrop-filter: blur(20px);
  border: 1px solid rgba(200,153,58,.2); border-radius: 8px;
  padding: .5rem; min-width: 210px;
  box-shadow: 0 8px 32px rgba(0,0,0,.4);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: var(--tr); z-index: 300;
}
.nav-menu-items li:hover > .sub-menu,
.nav-menu-items li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.nav-menu-items .sub-menu a { padding: .55rem .85rem; text-transform: none; font-size: .8rem; }

.nav-toggle { display: none; flex-direction: column; gap: 6px; background: none; border: none; padding: 6px; }
.nav-toggle span { width: 24px; height: 2px; background: rgba(255,255,255,.8); border-radius: 2px; transition: var(--tr); display: block; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

#mobile-nav {
  display: none;
  position: fixed; top: 76px; left: 0; right: 0; bottom: 0;
  background: rgba(11,31,58,.99); z-index: 198;
  padding: 1.5rem; overflow-y: auto;
  flex-direction: column; gap: .25rem;
  border-top: 2px solid var(--gold);
}
#mobile-nav.open { display: flex; }
.mobile-menu-items a {
  display: block; padding: .8rem 1rem;
  font-size: .9rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .03em;
  border-radius: 8px; color: rgba(255,255,255,.75);
}
.mobile-menu-items a:hover { background: rgba(200,153,58,.12); color: var(--gold2); }
#mobile-nav .btn-give { margin: 1rem 0 0; justify-content: center; }

/* ── Hero (dark, gold gradient em) ── */
.hero {
  background: linear-gradient(145deg, var(--navy-deep) 0%, var(--navy) 50%, var(--navy2) 100%);
  padding: 5rem 0 4rem;
  position: relative; overflow: hidden;
  color: #fff;
}
.hero::before {
  content: ''; position: absolute; inset: 0; opacity: .045; pointer-events: none;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 49px, rgba(200,153,58,.7) 49px, rgba(200,153,58,.7) 50px),
    repeating-linear-gradient(90deg, transparent, transparent 49px, rgba(200,153,58,.7) 49px, rgba(200,153,58,.7) 50px);
}
.hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, var(--hb) 50%, var(--hr) 50%);
}
.hero-grid {
  display: grid; grid-template-columns: 1.15fr .85fr;
  gap: 3.5rem; align-items: center;
  position: relative; z-index: 1;
}
.hero .eyebrow { color: rgba(255,255,255,.6); }
.hero .eyebrow-kr { color: var(--gold2); }
.hero-title {
  font-size: clamp(2.5rem, 5.6vw, 4.2rem);
  line-height: 1.06; letter-spacing: -.01em;
  color: #fff;
  margin-bottom: 1.4rem;
}
.hero-title em {
  font-style: italic;
  background: linear-gradient(135deg, #daa94e 0%, #b07d2a 50%, #dba850 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-lead {
  font-size: 1.02rem; color: rgba(255,255,255,.78);
  max-width: 34rem; margin-bottom: 2rem;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: .9rem; }
.hero-stats {
  display: flex; gap: 2.4rem; flex-wrap: wrap;
  margin-top: 2.8rem; padding-top: 2.2rem;
  border-top: 1px solid rgba(200,153,58,.2);
}
.hero-stats dt {
  font-family: var(--display);
  font-size: 2.1rem; font-weight: 700; color: var(--gold2); line-height: 1;
}
.hero-stats dd {
  font-size: .68rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.72); margin-top: .3rem;
}

/* Medallion — the gold-ringed mosaic */
.hero-arch { position: relative; width: min(340px, 100%); margin: 0 auto; }
.hero-arch img {
  position: relative; z-index: 1;
  width: 100%; aspect-ratio: 1; object-fit: cover;
  border-radius: 50%;
  border: 6px solid #b8862f;
  box-shadow: 0 24px 60px rgba(0,0,0,.4);
}
.hero-arch::before {
  content: '';
  position: absolute; inset: -18px; border-radius: 50%;
  background: linear-gradient(135deg, #d4a843, #9a6820);
  filter: blur(2.5rem); opacity: .3;
  pointer-events: none;
}
.hero-arch figcaption {
  position: relative; z-index: 1;
  text-align: center;
  font-size: .66rem; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.55); margin-top: 1.2rem;
}

/* ── TPS notice (light red band) ── */
.tps-notice {
  background: rgba(185,28,28,.08);
  border-top: 2px solid rgba(185,28,28,.3);
  border-bottom: 2px solid rgba(185,28,28,.3);
}
.tps-inner { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; padding: 1.5rem 1.5rem; }
.tps-mark { width: 10px; height: 44px; border-radius: 6px; background: var(--red); flex-shrink: 0; }
.tps-copy { flex: 1; min-width: 260px; }
.tps-copy h2 { font-size: 1.25rem; margin-bottom: .15rem; }
.tps-copy p { font-size: .86rem; color: var(--gray); max-width: 46rem; }

/* ── Pillars (cream section, white cards) ── */
.pillars { padding: 4rem 0; background: var(--cream); }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-bottom: 2.2rem; }
.pillar {
  background: #fff;
  border: 1px solid var(--lgray);
  border-radius: var(--r);
  padding: 1.8rem 1.6rem;
  transition: var(--tr);
}
.pillar:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--sha);
}
.pillar-kr {
  display: inline-block;
  font-size: .62rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold);
  background: rgba(200,153,58,.14);
  padding: .28rem .8rem; border-radius: 3px;
  margin-bottom: .9rem;
}
.pillar h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.pillar p { font-size: .84rem; color: var(--gray); line-height: 1.65; }

/* ── Pilgrimage (indigo Marian panel) ── */
.pilgrimage {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(55,48,163,.6), transparent 55%),
    radial-gradient(ellipse at 80% 100%, rgba(67,56,202,.5), transparent 55%),
    linear-gradient(180deg, #1e1b4b 0%, #0f0c29 100%);
  color: #faf5ed;
  padding: 4.5rem 0;
  position: relative;
}
.pilgrimage::before, .pilgrimage::after {
  content: ''; position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,153,58,.6), transparent);
}
.pilgrimage::before { top: 0; }
.pilgrimage::after  { bottom: 0; }
.pilg-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; align-items: center; }
.pilg-arch { position: relative; width: min(320px, 100%); margin: 0 auto; }
.pilg-arch img {
  position: relative; z-index: 1;
  width: 100%; aspect-ratio: 1; object-fit: cover;
  border-radius: 50%;
  border: 6px solid #b8862f;
  box-shadow: 0 24px 60px rgba(0,0,0,.4);
}
.pilg-arch::before {
  content: ''; position: absolute; inset: -16px; border-radius: 50%;
  background: linear-gradient(135deg, #d4a843, #9a6820);
  filter: blur(2.5rem); opacity: .3; pointer-events: none;
}
.pilgrimage .eyebrow { color: rgba(250,245,237,.6); letter-spacing: .32em; }
.pilgrimage .eyebrow-kr {
  background: linear-gradient(135deg, #daa94e 0%, #b07d2a 50%, #dba850 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pilg-title {
  font-family: var(--display);
  font-size: clamp(2rem, 4.6vw, 3.2rem);
  font-weight: 500; line-height: 1.08; letter-spacing: -.01em;
  color: #fff; margin-bottom: .6rem;
}
.pilg-place {
  display: flex; align-items: center; gap: 1rem;
  font-size: .7rem; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase;
  color: rgba(250,245,237,.7); margin-bottom: 1.2rem;
}
.pilg-place::before {
  content: ''; height: 1px; width: 3rem; flex-shrink: 0;
  background: linear-gradient(135deg, #daa94e, #b07d2a);
}
.pilg-copy > p:not(.pilg-place) {
  font-family: var(--display);
  font-size: 1.08rem; line-height: 1.7;
  color: rgba(250,245,237,.85);
  max-width: 38rem; margin-bottom: 1.8rem;
}
.pilgrimage .btn {
  border-radius: 999px; font-weight: 600; font-size: .875rem;
}
.pilgrimage .btn-gold {
  background: linear-gradient(135deg, #d4a843 0%, #9a6820 100%);
  color: #1e1b4b;
}
.pilgrimage .btn-gold:hover { box-shadow: 0 20px 40px -10px rgba(30,27,75,.4); color: #1e1b4b; }

/* ── News (warm section) ── */
.news { padding: 4rem 0; background: var(--warm); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.news-card {
  background: #fff; border: 1px solid var(--lgray);
  border-radius: var(--r); padding: 1.6rem;
  transition: var(--tr);
}
.news-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: var(--sha); }
.news-card time {
  display: block; font-size: .66rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: .55rem;
}
.news-card h3 { font-size: 1.15rem; line-height: 1.3; margin-bottom: .45rem; }
.news-card h3 a:hover { color: var(--gold); }
.news-card p { font-size: .82rem; color: var(--gray); line-height: 1.62; }
.news-more { display: inline-block; margin-top: .8rem; font-size: .78rem; font-weight: 700; color: var(--gold); }

/* ── Prayer strip (purple) ── */
.prayer {
  background: linear-gradient(135deg, #3a1a6e, #5b2d8e, #2d1060);
  color: #fff; padding: 3rem 0;
}
.prayer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.prayer .eyebrow { color: rgba(255,255,255,.6); }
.prayer .eyebrow-kr { color: var(--gold2); }
.prayer-title { font-family: var(--display); font-size: 1.6rem; font-weight: 700; margin-bottom: .3rem; }
.prayer-note { font-size: .86rem; color: rgba(255,255,255,.82); }

/* ── Newsletter (gold band) ── */
.newsletter { background: var(--gold); padding: 2.2rem 0; }
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.8rem; flex-wrap: wrap; }
.newsletter-title { font-size: 1.15rem; font-family: var(--body); font-weight: 700; color: var(--navy); }
.newsletter-note { font-size: .8rem; color: rgba(11,31,58,.78); margin-top: .1rem; }
.newsletter-form { display: flex; gap: .45rem; flex-wrap: wrap; }
.newsletter-form input {
  padding: .65rem 1.05rem; min-width: 240px;
  border: none; border-radius: 5px;
  font-family: var(--body); font-size: .86rem;
  background: #fff; outline: none;
}
.newsletter-form .btn { background: var(--navy); color: #fff; }
.newsletter-form .btn:hover { background: var(--navy2); transform: none; box-shadow: none; }

/* ── Footer (near-black navy) ── */
#colophon { background: #060f1c; color: rgba(255,255,255,.72); padding: 3.5rem 0 1.8rem; }
.foot-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
.foot-name {
  display: block; font-family: var(--display);
  font-size: 1.05rem; color: var(--gold); margin-bottom: .8rem;
}
.foot-brand p { font-size: .8rem; max-width: 270px; line-height: 1.72; }
.foot-flag { display: flex; align-items: center; gap: 4px; margin-top: 1.1rem; }
.foot-flag .f-b { width: 15px; height: 10px; background: var(--hb); border-radius: 1px; }
.foot-flag .f-r { width: 15px; height: 10px; background: var(--hr); border-radius: 1px; }
.foot-since { font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-left: .45rem; }
.foot-col h3 {
  font-family: var(--body);
  font-size: .68rem; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase;
  color: #fff; margin-bottom: 1rem;
}
.foot-col a { display: block; font-size: .8rem; margin-bottom: .52rem; transition: color .2s; }
.foot-col a:hover { color: var(--gold); }
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 1.4rem; font-size: .73rem;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: .9rem;
}

/* ── Inner pages ── */
.page-hero {
  background: linear-gradient(145deg, var(--navy-deep) 0%, var(--navy) 60%, var(--navy2) 100%);
  color: #fff;
  padding: 3.4rem 0 2.8rem;
  position: relative;
}
.page-hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--hb) 50%, var(--hr) 50%);
}
.page-hero .eyebrow { color: rgba(255,255,255,.6); }
.page-hero .eyebrow-kr { color: var(--gold2); }
.page-hero h1 { font-size: clamp(2rem, 4.6vw, 3.2rem); letter-spacing: -.01em; color: #fff; }
.page-hero .entry-meta { color: var(--gold2); }
.entry { padding: 3rem 0 4rem; }
.entry-content { max-width: 760px; }
.entry-content > * + * { margin-top: 1.1rem; }
.entry-content h2 { font-size: 1.7rem; margin-top: 2.2rem; }
.entry-content h3 { font-size: 1.3rem; margin-top: 1.8rem; }
.entry-content a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.entry-content a:hover { color: var(--navy); }
.entry-content ul { list-style: disc; padding-left: 1.3rem; }
.entry-content ol { list-style: decimal; padding-left: 1.3rem; }
.entry-content blockquote {
  border-left: 3px solid var(--gold);
  padding: .4rem 0 .4rem 1.2rem;
  font-family: var(--display); font-style: italic; font-size: 1.15rem;
  color: var(--gray);
}
.entry-meta {
  font-size: .7rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: .5rem;
}
.post-list { display: grid; gap: 1rem; padding: 3rem 0 4rem; }
.post-card {
  background: #fff; border: 1px solid var(--lgray);
  border-radius: var(--r); padding: 1.8rem;
  transition: var(--tr);
}
.post-card:hover { border-color: var(--gold); transform: translateX(4px); box-shadow: var(--sha); }
.post-card h2 { font-size: 1.4rem; margin-bottom: .35rem; }
.post-card h2 a:hover { color: var(--gold); }
.post-card p { color: var(--gray); font-size: .88rem; }

/* Search + 404 */
.nothing { padding: 5rem 0; text-align: center; }
.nothing h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 1rem; }
.nothing p { color: var(--gray); margin-bottom: 1.6rem; }
.nothing .eyebrow { justify-content: center; }
.search-form { display: inline-flex; gap: .5rem; flex-wrap: wrap; justify-content: center; }
.search-form input[type="search"] {
  padding: .7rem 1.1rem; min-width: 260px;
  border: 1px solid var(--lgray); border-radius: 5px;
  font-family: var(--body); background: #fff; outline: none;
}
.search-form input[type="search"]:focus { border-color: var(--gold); }
.search-form input[type="submit"], .search-form button {
  background: var(--gold); color: var(--navy);
  border: none; border-radius: 5px; padding: .7rem 1.3rem; font-weight: 700;
}

/* ── Reveal animation ── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  * { animation: none !important; }
}

/* ── Responsive ── */
@media (max-width: 1000px) {
  #site-nav { display: none; }
  .nav-toggle { display: flex; }
  .hero-grid, .pilg-grid { grid-template-columns: 1fr; }
  .hero-arch { order: -1; width: min(240px, 70%); }
  .pillar-grid, .news-grid { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .pillar-grid, .news-grid, .foot-grid { grid-template-columns: 1fr; }
  .hero { padding: 3.5rem 0 3rem; }
  .brand-name { font-size: .88rem; max-width: 200px; }
  .newsletter-form input { min-width: 0; flex: 1; }
}

/* ═══ Pilgrimage hero — faithful port from
   pilgrimage.haitianapostolate.com ═══ */
.pilg-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(55,48,163,0.6), transparent 55%),
    radial-gradient(ellipse at 80% 100%, rgba(67,56,202,0.5), transparent 55%),
    linear-gradient(180deg, #1e1b4b 0%, #0f0c29 100%);
  color: #faf5ed;
  padding: 5rem 1rem;
}
.pilg-mosaic {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: .25;
  mix-blend-mode: luminosity;
  pointer-events: none;
}
.pilg-vignette {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(22,20,70,0.65) 0%,
    rgba(18,16,60,0.85) 60%,
    rgba(15,12,48,1) 100%);
  pointer-events: none;
}
.pilg-divider {
  position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,153,58,.6), transparent);
}
.pilg-divider-top { top: 0; }
.pilg-divider-bot { bottom: 0; }

.pilg-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.pilg-eyebrow {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .32em;
  background: linear-gradient(135deg, #daa94e 0%, #b07d2a 50%, #dba850 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin: 0 0 1.25rem;
}
.pilg-hero-title {
  font-family: var(--display);
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0 0 1.5rem;
}
.pilg-hero-italic {
  font-style: italic;
  background: linear-gradient(135deg, #daa94e 0%, #b07d2a 50%, #dba850 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pilg-rule-row {
  display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;
}
.pilg-rule-line {
  height: 1px; width: 3rem;
  background: linear-gradient(135deg, #daa94e, #b07d2a);
  flex-shrink: 0;
}
.pilg-rule-text {
  font-size: .7rem; text-transform: uppercase; letter-spacing: .3em;
  color: rgba(250,245,237,.7);
}
.pilg-desc {
  font-family: var(--display);
  font-size: 1.1rem; line-height: 1.7;
  color: rgba(250,245,237,.85);
  max-width: 38rem; margin: 0 0 2rem;
}
.pilg-ctas { display: flex; flex-wrap: wrap; gap: .75rem; }
.pilg-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  border-radius: 9999px; padding: .75rem 1.75rem;
  font-size: .875rem; font-weight: 600;
  transition: transform .15s, box-shadow .15s;
  cursor: pointer;
}
.pilg-btn:hover { transform: translateY(-2px); }
.pilg-btn-primary {
  background: linear-gradient(135deg, #d4a843 0%, #9a6820 100%);
  color: #1e1b4b;
  box-shadow: 0 1px 0 rgba(255,255,255,.05) inset,
              0 20px 50px -20px rgba(30,27,75,.35),
              0 4px 12px -4px rgba(30,27,75,.15);
}
.pilg-btn-primary:hover { box-shadow: 0 20px 40px -10px rgba(30,27,75,.4); color: #1e1b4b; }
.pilg-btn-outline {
  border: 1px solid rgba(200,153,58,.5); color: #faf5ed; background: transparent;
}
.pilg-btn-outline:hover { background: rgba(250,245,237,.05); color: #faf5ed; }
.pilg-btn-arrow { transition: transform .15s; }
.pilg-btn:hover .pilg-btn-arrow { transform: translateX(3px); }

/* Medallion */
.pilg-medallion {
  position: relative;
  aspect-ratio: 1;
  width: 100%; max-width: 380px;
  margin: 0 auto;
}
.pilg-med-glow {
  position: absolute; inset: 0; border-radius: 50%;
  background: linear-gradient(135deg, #d4a843, #9a6820);
  filter: blur(2.5rem); opacity: .3;
}
.pilg-med-ring {
  position: relative; height: 100%;
  border-radius: 50%; padding: 6px;
  background: linear-gradient(135deg, #d4a843 0%, #9a6820 100%);
  box-shadow: 0 1px 0 rgba(255,255,255,.05) inset,
              0 20px 50px -20px rgba(30,27,75,.35);
}
.pilg-med-inner {
  height: 100%; border-radius: 50%; overflow: hidden;
  outline: 1px solid rgba(200,153,58,.5);
}
.pilg-med-img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 1023px) {
  .pilg-hero-grid { grid-template-columns: 1fr; }
  .pilg-medallion { display: none; }
  .pilg-hero { padding: 4rem 1rem; }
}
@media (max-width: 600px) {
  .pilg-hero-title { font-size: 2.2rem; }
  .pilg-hero { padding: 3rem 1rem; }
}

/* ═══ Hero slider — matches pilgrimage.haitianapostolate.com ═══ */
.hs-wrapper { min-height: 86vh; display: flex; flex-direction: column; justify-content: center; padding: 4.5rem 1rem 5rem; }
.hs-slide { display: none; width: 100%; position: relative; animation: hsFadeIn .65s ease; }
.hs-slide.hs-active { display: block; }
@keyframes hsFadeIn { from { opacity: 0; } to { opacity: 1; } }

.hs-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

/* Slide 1 stats — gold gradient numerals */
.hs-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; margin-top: 2.4rem; padding-top: 2rem;
  border-top: 1px solid rgba(200,153,58,.25);
}
.hs-stats > div { text-align: center; }
.hs-stat-n {
  display: block;
  font-family: var(--display);
  font-size: 2.4rem; font-weight: 700; line-height: 1;
  background: linear-gradient(135deg, #daa94e 0%, #b07d2a 50%, #dba850 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: .3rem;
}
.hs-stats dd {
  font-size: .68rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .1em;
  color: rgba(255,255,255,.6); line-height: 1.4;
}

/* TPS card (slide 1, right column) */
.hs-tps-card {
  display: block;
  background: rgba(11,20,40,.75);
  border: 1px solid rgba(200,153,58,.25);
  border-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(8px);
  transition: var(--tr);
}
.hs-tps-card:hover { border-color: rgba(200,153,58,.5); transform: translateY(-3px); }
.hs-tps-head {
  display: flex; align-items: center; gap: .5rem;
  padding: .7rem 1rem;
  background: rgba(185,28,28,.22);
  border-bottom: 1px solid rgba(185,28,28,.3);
  font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  color: #fca5a5;
}
.hs-tps-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #f87171; flex-shrink: 0;
  animation: hsPulse 1.5s infinite;
}
@keyframes hsPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.3)} }
.hs-tps-body { display: block; padding: 1.1rem 1.2rem 1.2rem; }
.hs-tps-body strong { display: block; font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: .45rem; }
.hs-tps-lead { display: block; font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.85); line-height: 1.5; margin-bottom: .5rem; }
.hs-tps-note { display: block; font-size: .78rem; color: rgba(255,255,255,.58); line-height: 1.6; margin-bottom: .9rem; }
.hs-tps-cta {
  display: block; text-align: center;
  padding: .6rem;
  border: 1px solid rgba(255,255,255,.2); border-radius: 6px;
  font-size: .78rem; font-weight: 600;
  color: rgba(255,255,255,.75);
  transition: var(--tr);
}
.hs-tps-card:hover .hs-tps-cta { border-color: rgba(200,153,58,.6); color: #e8b84b; }

/* Dots + arrows */
.hs-dots {
  position: absolute; bottom: 1.8rem; left: 50%; transform: translateX(-50%);
  display: flex; gap: .65rem; z-index: 10;
}
.hs-dot {
  width: 8px; height: 8px; border-radius: 50%;
  border: none; padding: 0;
  background: rgba(255,255,255,.3);
  transition: background .3s, transform .3s;
}
.hs-dot-active { background: #c8993a; transform: scale(1.3); }
.hs-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff; font-size: 1.6rem;
  display: flex; align-items: center; justify-content: center;
  z-index: 10; transition: var(--tr);
}
.hs-arrow:hover { background: rgba(255,255,255,.16); }
.hs-prev { left: 1.2rem; }
.hs-next { right: 1.2rem; }

@media (max-width: 1023px) {
  .hs-grid { grid-template-columns: 1fr; }
  .hs-stats { grid-template-columns: repeat(2, 1fr); }
  .hs-wrapper { min-height: 0; padding: 3.5rem 1rem 4.5rem; }
}
@media (max-width: 640px) {
  .hs-arrow { display: none; }
}

/* ═══ Slider program cards (slides 3 & 4) ═══ */
.hs-program-card {
  background: rgba(11,20,40,.75);
  border: 1px solid rgba(200,153,58,.25);
  border-radius: 12px;
  padding: 1.4rem 1.5rem 1.5rem;
  backdrop-filter: blur(8px);
}
.hs-pc-badge {
  display: inline-block;
  font-size: .64rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--gold2);
  background: rgba(200,153,58,.14);
  border: 1px solid rgba(200,153,58,.3);
  padding: .3rem .8rem; border-radius: 999px;
  margin-bottom: 1rem;
}
.hs-pc-list { display: flex; flex-direction: column; gap: .55rem; }
.hs-pc-list li {
  display: flex; align-items: baseline; gap: .7rem;
  font-size: .8rem; color: rgba(255,255,255,.82); line-height: 1.5;
}
.hs-pc-list li span {
  font-family: var(--display);
  font-weight: 700; font-size: .85rem;
  color: var(--gold2); flex-shrink: 0; min-width: 1.3rem;
}
.hs-iahm-mono {
  font-family: var(--display);
  font-size: 3.4rem; font-weight: 700; line-height: 1;
  background: linear-gradient(135deg, #daa94e 0%, #b07d2a 50%, #dba850 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hs-iahm-tag {
  font-size: .7rem; text-transform: uppercase; letter-spacing: .22em;
  color: rgba(255,255,255,.6);
  margin: .3rem 0 1.1rem;
}

/* ═══ Page hero subtitle ═══ */
.page-hero-sub {
  margin-top: .8rem;
  font-size: .95rem; line-height: 1.7;
  color: rgba(255,255,255,.75);
  max-width: 40rem;
}
.nom-hero-iahm {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(55,48,163,.6), transparent 55%),
    radial-gradient(ellipse at 80% 100%, rgba(67,56,202,.5), transparent 55%),
    linear-gradient(180deg, #1e1b4b 0%, #0f0c29 100%);
}

/* ═══ Nominations hub ═══ */
.nom-hub { padding: 3.5rem 0 4.5rem; }
.nom-hub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.nom-track {
  display: block;
  background: #fff;
  border: 1px solid var(--lgray);
  border-radius: var(--r);
  padding: 2rem 1.9rem;
  transition: var(--tr);
  position: relative;
  overflow: hidden;
}
.nom-track::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px;
}
.nom-track-llw::before { background: linear-gradient(90deg, #3a1a6e, #c8993a); }
.nom-track-iahm::before { background: linear-gradient(90deg, var(--hb), var(--hr)); }
.nom-track:hover { border-color: var(--gold); transform: translateY(-5px); box-shadow: var(--sha); }
.nom-track-eyebrow {
  display: inline-block;
  font-size: .64rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .16em;
  color: var(--gold);
  margin-bottom: .8rem;
}
.nom-track h2 { font-size: 1.5rem; line-height: 1.2; margin-bottom: .6rem; }
.nom-track h2 em { font-style: italic; color: var(--gold); }
.nom-track p { font-size: .87rem; color: var(--gray); line-height: 1.65; margin-bottom: 1rem; }
.nom-track ul { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1.4rem; }
.nom-track ul li {
  font-size: .8rem; color: var(--gray);
  padding-left: 1.2rem; position: relative;
}
.nom-track ul li::before {
  content: '\2726'; position: absolute; left: 0;
  color: var(--gold); font-size: .7rem;
}
.nom-track-cta { font-size: .85rem; font-weight: 700; color: var(--gold); transition: var(--tr); }
.nom-track:hover .nom-track-cta { color: var(--navy); }

/* ═══ Nomination app (eligibility + 3-step form) ═══ */
.nom-app { padding: 3rem 1.5rem 4.5rem; max-width: 820px; }

/* step rail */
.nom-rail {
  display: flex; justify-content: space-between;
  margin-bottom: .9rem;
  counter-reset: step;
}
.nom-rail-step {
  display: flex; align-items: center; gap: .5rem;
  font-size: .7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  color: #a8a091;
  transition: var(--tr);
}
.nom-rail-step span {
  width: 26px; height: 26px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--lgray); color: var(--gray);
  font-size: .74rem; transition: var(--tr);
}
.nom-rail-step.is-current { color: var(--navy); }
.nom-rail-step.is-current span { background: var(--gold); color: var(--navy); }
.nom-rail-step.is-done span { background: var(--navy); color: var(--gold2); }
.nom-progress {
  height: 4px; background: var(--lgray); border-radius: 2px;
  overflow: hidden; margin-bottom: 2.2rem;
}
.nom-progress-bar {
  height: 100%; border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  transition: width .4s ease;
}

/* panels */
.nom-panel { display: none; animation: hsFadeIn .4s ease; }
.nom-panel.is-active { display: block; }
.nom-panel-title { font-size: 1.7rem; margin-bottom: .4rem; }
.nom-panel-sub { font-size: .9rem; color: var(--gray); margin-bottom: 1.6rem; }

/* eligibility checklist */
.nom-checklist { display: flex; flex-direction: column; gap: .7rem; margin-bottom: 1rem; }
.nom-check {
  display: flex; align-items: flex-start; gap: .85rem;
  background: #fff; border: 1px solid var(--lgray); border-radius: 9px;
  padding: .95rem 1.1rem; cursor: pointer;
  transition: var(--tr);
}
.nom-check:hover { border-color: var(--gold); }
.nom-check input { position: absolute; opacity: 0; pointer-events: none; }
.nom-check-box {
  width: 20px; height: 20px; border-radius: 5px;
  border: 2px solid var(--lgray); flex-shrink: 0;
  transition: var(--tr); position: relative; margin-top: .1rem;
}
.nom-check input:checked ~ .nom-check-box {
  background: var(--gold); border-color: var(--gold);
}
.nom-check input:checked ~ .nom-check-box::after {
  content: '\2713'; position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--navy); font-size: .8rem; font-weight: 900;
}
.nom-check input:checked ~ .nom-check-text { color: var(--navy); }
.nom-check input:focus-visible ~ .nom-check-box { outline: 2px solid var(--gold); outline-offset: 2px; }
.nom-check-text { font-size: .88rem; color: var(--gray); line-height: 1.55; transition: var(--tr); }
.nom-elig-msg { font-size: .78rem; font-weight: 700; color: var(--gold); min-height: 1.2em; }
.nom-elig-msg.is-ready { color: var(--navy); }

/* fields */
.nom-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.2rem; margin-bottom: .5rem; }
.nom-field { display: flex; flex-direction: column; gap: .35rem; }
.nom-field-wide { grid-column: 1 / -1; }
.nom-field > span {
  font-size: .74rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  color: var(--navy);
}
.nom-field input, .nom-field textarea {
  padding: .7rem .9rem;
  border: 1.5px solid var(--lgray); border-radius: 7px;
  font-family: var(--body); font-size: .9rem;
  background: #fff; outline: none;
  transition: border-color .2s;
}
.nom-field input:focus, .nom-field textarea:focus { border-color: var(--gold); }
.nom-field input.nom-invalid, .nom-field textarea.nom-invalid { border-color: var(--red); }
.nom-count { font-size: .7rem; color: #a8a091; text-align: right; }

/* review */
.nom-review {
  background: #fff; border: 1px solid var(--lgray); border-radius: var(--r);
  padding: 1.4rem 1.5rem; margin-bottom: 1.2rem;
  display: grid; grid-template-columns: max-content 1fr; gap: .55rem 1.4rem;
}
.nom-review dt {
  font-size: .7rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .1em;
  color: var(--gold); align-self: baseline;
}
.nom-review dd { font-size: .88rem; color: var(--navy); }
.nom-attest { margin-bottom: 1.4rem; }

/* nav */
.nom-nav { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.6rem; }
.nom-app .pilg-btn { border: none; }
.nom-app .pilg-btn-outline { border: 1px solid var(--gold); color: var(--gold); background: transparent; }
.nom-app .pilg-btn-outline:hover { background: rgba(200,153,58,.1); color: var(--gold); }
.nom-app .pilg-btn-primary:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }

/* success */
.nom-success { padding: 4rem 1.5rem 5rem; max-width: 640px; }
.nom-success-card {
  text-align: center;
  background: #fff; border: 1px solid var(--lgray); border-radius: var(--r);
  padding: 3rem 2.4rem;
  box-shadow: var(--sha);
}
.nom-success-seal {
  width: 64px; height: 64px; margin: 0 auto 1.2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4a843, #9a6820);
  color: #fff; font-size: 1.7rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(200,153,58,.4);
}
.nom-success-card h2 { font-size: 1.8rem; margin-bottom: .6rem; }
.nom-success-card p { color: var(--gray); font-size: .92rem; margin-bottom: 1.8rem; }
.nom-success .pilg-btn-primary { background: linear-gradient(135deg, #d4a843 0%, #9a6820 100%); color: #1e1b4b; }
.nom-success .pilg-btn-outline { border: 1px solid var(--gold); color: var(--gold); }

@media (max-width: 760px) {
  .nom-hub-grid { grid-template-columns: 1fr; }
  .nom-fields { grid-template-columns: 1fr; }
  .nom-rail-step { font-size: 0; gap: 0; }
  .nom-rail-step span { font-size: .74rem; }
  .nom-review { grid-template-columns: 1fr; gap: .1rem; }
  .nom-review dd { margin-bottom: .6rem; }
}

/* ═══ Static hero ═══ */
.hero-static { min-height: 86vh; display: flex; align-items: center; padding: 4.5rem 1rem 5rem; }
.hero-static .hs-grid { width: 100%; }

/* ═══ What We Do — interactive explorer ═══ */
.wwd { padding: 4rem 0 4.5rem; background: var(--cream); }
.wwd-tabs {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1rem; margin-bottom: 1.2rem;
}
.wwd-tab {
  text-align: left;
  background: #fff;
  border: 1px solid var(--lgray);
  border-radius: var(--r);
  padding: 1.5rem 1.4rem 1.3rem;
  cursor: pointer;
  position: relative;
  transition: var(--tr);
  display: flex; flex-direction: column; gap: .35rem;
}
.wwd-tab:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: var(--sha); }
.wwd-tab.is-open {
  border-color: var(--gold);
  background: linear-gradient(145deg, var(--navy-deep) 0%, var(--navy) 60%, var(--navy2) 100%);
  box-shadow: var(--sha);
}
.wwd-tab-kr {
  display: inline-block; align-self: flex-start;
  font-size: .62rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold);
  background: rgba(200,153,58,.14);
  padding: .28rem .8rem; border-radius: 3px;
  margin-bottom: .3rem;
}
.wwd-tab.is-open .wwd-tab-kr { color: var(--gold2); background: rgba(200,153,58,.2); }
.wwd-tab-en { font-family: var(--display); font-size: 1.25rem; font-weight: 700; color: var(--navy); transition: var(--tr); }
.wwd-tab.is-open .wwd-tab-en { color: #fff; }
.wwd-tab-blurb { font-size: .8rem; color: var(--gray); line-height: 1.55; transition: var(--tr); }
.wwd-tab.is-open .wwd-tab-blurb { color: rgba(255,255,255,.75); }
.wwd-tab-arrow {
  position: absolute; top: 1.3rem; right: 1.3rem;
  color: var(--gold); font-size: 1rem;
  transform: rotate(0deg); transition: transform .3s ease;
}
.wwd-tab.is-open .wwd-tab-arrow { transform: rotate(90deg); color: var(--gold2); }

.wwd-panel { display: none; animation: hsFadeIn .4s ease; }
.wwd-panel.is-open { display: block; }
.wwd-panel-grid {
  background: #fff;
  border: 1px solid var(--gold);
  border-radius: var(--r);
  padding: 2rem;
  display: grid; grid-template-columns: 1.2fr .8fr;
  gap: 2rem; align-items: start;
  box-shadow: var(--sh);
}
.wwd-panel-body { font-size: .95rem; color: var(--gray); line-height: 1.75; margin-bottom: 1.4rem; }
.wwd-panel-list { display: flex; flex-direction: column; gap: .7rem; }
.wwd-panel-list li {
  background: var(--warm);
  border-left: 3px solid var(--gold);
  border-radius: 0 7px 7px 0;
  padding: .8rem 1rem;
  font-size: .84rem; color: var(--navy); font-weight: 500;
  transition: var(--tr);
}
.wwd-panel-list li:hover { transform: translateX(4px); }

/* ═══ Initiatives ═══ */
.initiatives { padding: 4rem 0 4.5rem; background: var(--warm); }
.init-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.init-card {
  display: block;
  background: #fff;
  border: 1px solid var(--lgray);
  border-radius: var(--r);
  padding: 1.8rem 1.6rem;
  position: relative; overflow: hidden;
  transition: var(--tr);
}
.init-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; }
.init-pilg::before { background: linear-gradient(90deg, #1e1b4b, #c8993a); }
.init-llw::before  { background: linear-gradient(90deg, #3a1a6e, #c8993a); }
.init-iahm::before { background: linear-gradient(90deg, var(--hb), var(--hr)); }
.init-card:hover { border-color: var(--gold); transform: translateY(-5px); box-shadow: var(--sha); }
.init-eyebrow {
  display: inline-block;
  font-size: .62rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .7rem;
}
.init-card h3 { font-size: 1.3rem; line-height: 1.2; margin-bottom: .5rem; }
.init-card p { font-size: .83rem; color: var(--gray); line-height: 1.62; margin-bottom: 1.1rem; }
.init-cta { font-size: .82rem; font-weight: 700; color: var(--gold); transition: var(--tr); }
.init-card:hover .init-cta { color: var(--navy); }

/* ═══ Back to top ═══ */
.to-top {
  position: fixed; right: 1.4rem; bottom: 1.4rem;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--gold); color: var(--navy);
  border: none; font-size: 1.15rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(11,31,58,.3);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: var(--tr); z-index: 150;
}
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--gold2); }

@media (max-width: 900px) {
  .wwd-tabs, .init-grid { grid-template-columns: 1fr; }
  .wwd-panel-grid { grid-template-columns: 1fr; }
}

/* ═══ Homily reader ═══ */
.homily-reader { padding: 1rem 1.5rem 4.5rem; max-width: 860px; }
.homily-tabs { display: flex; gap: .5rem; margin-bottom: 1.6rem; flex-wrap: wrap; }
.homily-tab {
  padding: .6rem 1.4rem;
  border-radius: 999px;
  border: 1.5px solid var(--lgray);
  background: #fff;
  font-size: .84rem; font-weight: 700;
  color: var(--gray);
  transition: var(--tr);
}
.homily-tab:hover { border-color: var(--gold); color: var(--navy); }
.homily-tab.is-on { background: var(--navy); border-color: var(--navy); color: var(--gold2); }
.homily-body { display: none; animation: hsFadeIn .35s ease; }
.homily-body.is-on { display: block; }
.homily-body h3 {
  font-size: 1.4rem; line-height: 1.3;
  border-bottom: 2px solid var(--gold);
  padding-bottom: .8rem; margin-bottom: 1.4rem;
}
.homily-body p {
  font-size: .98rem; line-height: 1.85;
  color: var(--gray);
  margin-bottom: 1.1rem;
  text-align: justify;
}
.homily-body p:first-of-type { font-family: var(--display); font-size: 1.15rem; color: var(--navy); }
.homily-note {
  margin-top: 2rem; padding-top: 1.2rem;
  border-top: 1px solid var(--lgray);
  font-size: .78rem; color: #8a8272; font-style: italic;
}

/* ═══ Homily popup ═══ */
.hm-overlay {
  position: fixed; inset: 0; z-index: 400;
  background: rgba(7,15,28,.78);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 1.5rem;
}
.hm-overlay.is-open { display: flex; animation: hsFadeIn .3s ease; }
.hm-modal {
  background: var(--cream);
  border-radius: 14px;
  border-top: 5px solid var(--gold);
  width: 100%; max-width: 620px;
  max-height: 86vh;
  display: flex; flex-direction: column;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,.5);
  animation: hmRise .35s ease;
}
@keyframes hmRise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.hm-head {
  position: relative;
  background: linear-gradient(145deg, var(--navy-deep) 0%, var(--navy) 60%, var(--navy2) 100%);
  color: #fff;
  padding: 1.6rem 3rem 1.4rem 1.8rem;
}
.hm-head .eyebrow { color: rgba(255,255,255,.6); margin-bottom: .4rem; }
.hm-head .eyebrow-kr { color: var(--gold2); }
.hm-title { font-family: var(--display); font-size: 1.6rem; font-weight: 700; line-height: 1.15; color: #fff; }
.hm-sub { font-size: .74rem; color: rgba(255,255,255,.65); margin-top: .35rem; }
.hm-close {
  position: absolute; top: .9rem; right: .9rem;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff; font-size: .85rem;
  display: flex; align-items: center; justify-content: center;
  transition: var(--tr);
}
.hm-close:hover { background: rgba(255,255,255,.22); }
.hm-body { padding: 1.4rem 1.8rem; overflow-y: auto; }
.hm-body .homily-tabs { margin-bottom: 1.1rem; }
.hm-body .homily-tab { font-size: .76rem; padding: .45rem 1.1rem; }
.hm-quote {
  font-family: var(--display);
  font-size: 1.08rem; font-style: italic; line-height: 1.65;
  color: var(--navy);
  border-left: 3px solid var(--gold);
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.hm-text { font-size: .88rem; line-height: 1.75; color: var(--gray); margin-bottom: 1rem; }
.hm-foot {
  padding: 1rem 1.8rem 1.4rem;
  border-top: 1px solid var(--lgray);
  display: flex; gap: .7rem; flex-wrap: wrap; align-items: center; justify-content: space-between;
  background: #fff;
}
.hm-foot .btn { font-size: .8rem; padding: .6rem 1.3rem; }
.hm-later { background: none; border: none; font-size: .78rem; color: #8a8272; text-decoration: underline; text-underline-offset: 3px; }
.hm-later:hover { color: var(--navy); }
@media (max-width: 560px) {
  .hm-modal { max-height: 92vh; }
  .hm-head { padding: 1.3rem 2.8rem 1.1rem 1.3rem; }
  .hm-body, .hm-foot { padding-left: 1.3rem; padding-right: 1.3rem; }
}

/* ═══ Nomination mode chooser + selects ═══ */
.nom-mode { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; margin-bottom: 1.8rem; }
.nom-mode-card {
  text-align: left;
  background: #fff;
  border: 2px solid var(--lgray);
  border-radius: 11px;
  padding: 1.2rem 1.3rem;
  cursor: pointer;
  display: flex; flex-direction: column; gap: .25rem;
  transition: var(--tr);
}
.nom-mode-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.nom-mode-card.is-picked {
  border-color: var(--gold);
  background: rgba(200,153,58,.1);
  box-shadow: 0 6px 18px rgba(200,153,58,.18);
}
.nom-mode-icon { font-size: 1.5rem; }
.nom-mode-card strong { font-size: .95rem; color: var(--navy); }
.nom-mode-card > span:last-child { font-size: .78rem; color: var(--gray); }
.nom-elig-title { font-size: 1.15rem; margin-bottom: .9rem; }
.nom-field select {
  padding: .7rem .9rem;
  border: 1.5px solid var(--lgray); border-radius: 7px;
  font-family: var(--body); font-size: .9rem;
  background: #fff; outline: none;
  transition: border-color .2s;
  appearance: auto;
}
.nom-field select:focus { border-color: var(--gold); }
.nom-field select.nom-invalid { border-color: var(--red); }
@media (max-width: 560px) { .nom-mode { grid-template-columns: 1fr; } }

/* ═══ Upcoming events ═══ */
.events-sec { padding: 4rem 0 4.5rem; background: var(--cream); }
.ev-featured {
  display: flex; gap: 1.6rem; align-items: center;
  background: linear-gradient(145deg, #1e1b4b 0%, #0f0c29 100%);
  border: 1px solid rgba(200,153,58,.35);
  border-radius: var(--r);
  padding: 1.6rem 1.8rem;
  margin-bottom: 2.2rem;
  transition: var(--tr);
  position: relative; overflow: hidden;
}
.ev-featured::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, transparent, rgba(200,153,58,.8), transparent);
}
.ev-featured:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(15,12,41,.4); border-color: var(--gold); }
.ev-featured-date {
  flex-shrink: 0;
  width: 92px; text-align: center;
  background: linear-gradient(135deg, #d4a843 0%, #9a6820 100%);
  border-radius: 10px;
  padding: .8rem .4rem;
  color: #1e1b4b;
}
.ev-featured-date .ev-mo { display: block; font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.ev-featured-date .ev-day { display: block; font-family: var(--display); font-size: 1.9rem; font-weight: 700; line-height: 1.1; }
.ev-featured-date .ev-yr { display: block; font-size: .66rem; font-weight: 700; opacity: .75; }
.ev-featured-body { color: #faf5ed; }
.ev-badge {
  display: inline-block;
  font-size: .6rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .16em;
  color: var(--gold2);
  border: 1px solid rgba(200,153,58,.45);
  border-radius: 999px;
  padding: .25rem .75rem;
  margin-bottom: .55rem;
}
.ev-featured-body h3 { font-size: 1.4rem; color: #fff; line-height: 1.2; margin-bottom: .4rem; }
.ev-featured-body p { font-size: .84rem; color: rgba(250,245,237,.8); line-height: 1.6; margin-bottom: .8rem; max-width: 40rem; }
.ev-cta { font-size: .82rem; font-weight: 700; color: var(--gold2); }

.ev-sub {
  font-family: var(--body);
  font-size: .74rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--gold);
  margin-bottom: 1rem;
}
.ev-list { display: flex; flex-direction: column; gap: .65rem; }
.ev-row {
  display: flex; align-items: center; gap: 1.2rem;
  background: #fff;
  border: 1px solid var(--lgray);
  border-radius: var(--r);
  padding: .9rem 1.2rem;
  transition: var(--tr);
}
.ev-row:hover { border-color: var(--gold); transform: translateX(5px); box-shadow: var(--sh); }
.ev-date {
  flex-shrink: 0; width: 58px; text-align: center;
  background: var(--warm);
  border: 1px solid var(--lgray);
  border-radius: 8px;
  padding: .45rem .2rem;
}
.ev-date .ev-mo { display: block; font-size: .58rem; font-weight: 800; letter-spacing: .14em; color: var(--gold); }
.ev-date .ev-day { display: block; font-family: var(--display); font-size: 1.3rem; font-weight: 700; color: var(--navy); line-height: 1.1; }
.ev-body { flex: 1; min-width: 0; }
.ev-body h4 { font-size: 1.02rem; line-height: 1.25; margin-bottom: .15rem; }
.ev-body p { font-size: .78rem; color: var(--gray); line-height: 1.55; }
.ev-kind {
  flex-shrink: 0;
  font-size: .58rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .12em;
  padding: .3rem .7rem; border-radius: 999px;
}
.ev-kind-feast    { background: rgba(200,153,58,.14); color: var(--gold); }
.ev-kind-heritage { background: rgba(0,32,159,.1); color: var(--hb); }
.ev-kind-program  { background: rgba(58,26,110,.1); color: #5b2d8e; }
.ev-note { margin-top: 1.4rem; font-size: .76rem; color: #8a8272; font-style: italic; }
@media (max-width: 640px) {
  .ev-featured { flex-direction: column; align-items: flex-start; }
  .ev-kind { display: none; }
}

/* ═══ WhatsApp button ═══ */
.nl-actions { display: flex; align-items: center; gap: .7rem; flex-wrap: wrap; }
.btn-wa { background: #128c4a; color: #fff; }
.btn-wa:hover { background: #0f7a40; color: #fff; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(18,140,74,.35); }

/* ═══ Events — horizontal strip (compact) ═══ */
.ev-strip {
  display: flex; gap: .6rem;
  overflow-x: auto;
  padding: .3rem .2rem 1rem;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) transparent;
}
.ev-strip::-webkit-scrollbar { height: 6px; }
.ev-strip::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }
.ev-strip::-webkit-scrollbar-track { background: var(--lgray); border-radius: 3px; }
.ev-chip {
  position: relative;
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: flex; align-items: center; gap: .65rem;
  background: #fff;
  border: 1px solid var(--lgray);
  border-radius: 999px;
  padding: .45rem 1.05rem .45rem .45rem;
  cursor: default;
  transition: var(--tr);
  max-width: 270px;
}
.ev-chip:hover, .ev-chip:focus-visible { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--sh); }
.ev-chip-date {
  flex-shrink: 0;
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--warm);
  border: 1px solid var(--lgray);
}
.ev-chip-feast   .ev-chip-date { background: rgba(200,153,58,.16); border-color: rgba(200,153,58,.4); }
.ev-chip-heritage .ev-chip-date { background: rgba(0,32,159,.08); border-color: rgba(0,32,159,.25); }
.ev-chip-program .ev-chip-date { background: rgba(58,26,110,.08); border-color: rgba(58,26,110,.25); }
.ev-chip-date .ev-mo { font-size: .5rem; font-weight: 800; letter-spacing: .12em; color: var(--gold); line-height: 1; }
.ev-chip-heritage .ev-chip-date .ev-mo { color: var(--hb); }
.ev-chip-program .ev-chip-date .ev-mo { color: #5b2d8e; }
.ev-chip-date .ev-day { font-family: var(--display); font-size: 1.05rem; font-weight: 700; color: var(--navy); line-height: 1.1; }
.ev-chip-title { font-size: .78rem; font-weight: 600; color: var(--navy); line-height: 1.25; white-space: normal; }
/* tooltip with the description on hover/focus */
.ev-chip-tip {
  position: absolute; left: 50%; bottom: calc(100% + 10px); transform: translateX(-50%) translateY(4px);
  width: 240px;
  background: var(--navy); color: rgba(255,255,255,.9);
  font-size: .72rem; line-height: 1.55; font-weight: 400;
  border-radius: 9px; padding: .7rem .85rem;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: all .22s ease;
  z-index: 50;
  box-shadow: 0 12px 30px rgba(11,31,58,.35);
}
.ev-chip-tip::after {
  content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  border: 6px solid transparent; border-top-color: var(--navy);
}
.ev-chip:hover .ev-chip-tip, .ev-chip:focus-visible .ev-chip-tip {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
/* keep old row styles harmless if unused */

/* ═══ Pilgrimage theme quote ═══ */
.pilg-theme-quote {
  font-family: var(--display);
  font-size: 1.05rem; font-style: italic; line-height: 1.5;
  color: var(--gold2);
  margin: .9rem 0 .2rem;
  max-width: 34rem;
}
.pilg-theme-quote .pilg-theme-en {
  display: block;
  font-family: var(--body);
  font-size: .72rem; font-style: normal;
  color: rgba(255,255,255,.55);
  letter-spacing: .04em;
  margin-top: .25rem;
}
.ev-theme {
  font-family: var(--display);
  font-size: .95rem; font-style: italic;
  color: var(--gold2);
  margin: -.2rem 0 .5rem;
}
.init-theme {
  font-family: var(--display);
  font-size: .9rem !important; font-style: italic;
  color: var(--gold) !important;
  margin-bottom: .35rem !important;
}

/* ═══ HALI page ═══ */
.hali-banner {
  background: linear-gradient(145deg, #3a1a6e 0%, #1e1b4b 100%);
  border: 1px solid rgba(200,153,58,.35);
  border-radius: var(--r);
  padding: 1.8rem 2rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
.hali-banner-badge {
  display: inline-block;
  font-size: .62rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .16em;
  color: var(--gold2);
  border: 1px solid rgba(200,153,58,.45);
  border-radius: 999px;
  padding: .3rem .9rem;
  margin-bottom: .8rem;
}
.hali-banner h2 { font-size: 1.7rem; color: #fff; margin-bottom: .3rem; }
.hali-banner p { font-size: .82rem; color: rgba(255,255,255,.7); }
.hali-ctas { margin-top: 2rem; }
.hali-ctas .pilg-btn-primary { background: linear-gradient(135deg, #d4a843 0%, #9a6820 100%); color: #1e1b4b; }
.hali-btn-outline { border: 1px solid var(--gold); color: var(--gold); }

/* ═══ iAHM movement page ═══ */
.iahm-hero h1 { font-size: 3.2rem; }
.iahm-hero-name {
  font-family: var(--display);
  font-size: 1.35rem; font-style: italic;
  color: var(--gold2);
  margin: -.3rem 0 .6rem;
}
.iahm-hero .pilg-ctas { margin-top: 1.4rem; }
.iahm-hero .pilg-btn-outline { border: 1px solid rgba(255,255,255,.4); color: #fff; }

/* motto ribbon */
.iahm-motto {
  background: var(--navy-deep, #081426);
  overflow: hidden; padding: .8rem 0;
  border-top: 2px solid var(--hb); border-bottom: 2px solid var(--hr);
}
.iahm-motto-track {
  display: flex; gap: 1.6rem; white-space: nowrap;
  animation: iahmScroll 26s linear infinite;
  width: max-content;
}
.iahm-motto-track span {
  font-family: var(--display);
  font-size: 1.05rem; font-style: italic; font-weight: 600;
  color: var(--gold2);
}
.iahm-motto-track em { color: rgba(255,255,255,.35); font-style: normal; }
@keyframes iahmScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .iahm-motto-track { animation: none; } }

/* about */
.iahm-about { padding: 4rem 0; background: var(--cream); }
.iahm-about-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 2.5rem; align-items: center; }
.iahm-about p { font-size: .95rem; color: var(--gray); line-height: 1.75; margin-bottom: 1rem; }
.iahm-invite {
  background: #fff; border-left: 3px solid var(--gold);
  border-radius: 0 9px 9px 0;
  padding: 1rem 1.2rem;
  font-weight: 500; color: var(--navy) !important;
}
.iahm-mark { display: flex; justify-content: center; }
.iahm-mark-inner {
  width: 230px; height: 230px; border-radius: 50%;
  background: linear-gradient(145deg, #1e1b4b 0%, #0f0c29 100%);
  border: 3px solid var(--gold);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 20px 50px rgba(15,12,41,.35);
}
.iahm-mark-i {
  font-family: var(--display); font-style: italic;
  font-size: 3rem; font-weight: 700; color: #fff; line-height: .9;
}
.iahm-mark-ahm {
  font-family: var(--display); font-size: 3rem; font-weight: 700; line-height: 1;
  background: linear-gradient(135deg, #daa94e, #b07d2a, #dba850);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.iahm-mark-flags { margin-top: .6rem; font-size: 1.2rem; }

/* opportunities */
.iahm-opps { padding: 4rem 0; background: var(--warm); }
.iahm-opp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.iahm-opp {
  background: #fff; border: 1px solid var(--lgray); border-radius: var(--r);
  padding: 1.6rem 1.5rem; transition: var(--tr);
}
.iahm-opp:hover { border-color: var(--gold); transform: translateY(-5px); box-shadow: var(--sha); }
.iahm-opp-ico { font-size: 1.8rem; display: block; margin-bottom: .6rem; }
.iahm-opp h3 { font-size: 1.1rem; margin-bottom: .35rem; }
.iahm-opp p { font-size: .81rem; color: var(--gray); line-height: 1.6; }

/* tracks */
.iahm-tracks { padding: 4rem 0; background: var(--cream); }
.iahm-track-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.iahm-track-card {
  background: linear-gradient(145deg, var(--navy-deep) 0%, var(--navy) 70%, var(--navy2) 100%);
  border: 1px solid rgba(200,153,58,.3);
  border-radius: var(--r);
  padding: 1.8rem 1.6rem;
  color: #fff;
  transition: var(--tr);
}
.iahm-track-card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 18px 44px rgba(11,31,58,.35); }
.iahm-track-tier {
  display: inline-block;
  font-size: .62rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .16em;
  color: var(--gold2);
  background: rgba(200,153,58,.16);
  border: 1px solid rgba(200,153,58,.35);
  border-radius: 999px;
  padding: .3rem .85rem;
  margin-bottom: .8rem;
}
.iahm-track-card h3 { font-size: 1.5rem; color: #fff; margin-bottom: .5rem; }
.iahm-track-card p { font-size: .82rem; color: rgba(255,255,255,.78); line-height: 1.65; }

/* how it works */
.iahm-how { padding: 4rem 0 4.5rem; background: var(--warm); }
.iahm-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: none; }
.iahm-steps li {
  background: #fff; border: 1px solid var(--lgray); border-radius: var(--r);
  padding: 1.5rem 1.3rem; position: relative; transition: var(--tr);
}
.iahm-steps li:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: var(--sh); }
.iahm-steps li > span {
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--gold); color: var(--navy);
  font-weight: 800; font-size: .95rem;
  margin-bottom: .7rem;
}
.iahm-steps h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.iahm-steps p { font-size: .78rem; color: var(--gray); line-height: 1.6; }

@media (max-width: 900px) {
  .iahm-about-grid { grid-template-columns: 1fr; }
  .iahm-opp-grid, .iahm-track-grid { grid-template-columns: 1fr; }
  .iahm-steps { grid-template-columns: 1fr 1fr; }
}

/* newsletter success */
.nl-success { font-weight: 700; color: var(--navy); background: rgba(255,255,255,.55); border-radius: 8px; padding: .8rem 1.2rem; }

/* TPS resources hero */
.tps-hero-red {
  background:
    radial-gradient(ellipse at 15% 0%, rgba(210,16,52,.35), transparent 55%),
    linear-gradient(145deg, var(--navy-deep) 0%, var(--navy) 60%, var(--navy2) 100%);
}

/* ═══ Renouvo ═══ */
.renouvo-mark { border-color: var(--hr); }
.renouvo-flame { font-size: 2.6rem; line-height: 1; }
.renouvo-steps { grid-template-columns: repeat(4, 1fr); }
.renouvo-weekly { background: linear-gradient(145deg, var(--navy-deep), var(--navy)); border-color: var(--gold); }
.renouvo-weekly h3, .renouvo-weekly p { color: #fff; }
.renouvo-weekly p { color: rgba(255,255,255,.75); }
.renouvo-weekly > span { background: var(--gold2); }
@media (max-width: 900px) { .renouvo-steps { grid-template-columns: 1fr 1fr; } }
.init-lespwa::before { background: linear-gradient(90deg, var(--hr), #c8993a); }
.init-renouvo::before { background: linear-gradient(90deg, #b32017, #e8b84b); }
