@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Raleway:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #10263f;
  --ink-soft: #294863;
  --blue: #176b92;
  --blue-dark: #0f4f6e;
  --teal: #2d7f7a;
  --sun: #e8954d;
  --sun-soft: #fff0df;
  --violet: #7566a2;
  --paper: #f7f8f5;
  --surface: #ffffff;
  --mist: #e8f0ef;
  --line: #cedbdd;
  --muted: #4a5d68;
  --danger: #b8454b;
  --white: #ffffff;
  --shadow-sm: 0 1px 2px rgba(16, 38, 63, 0.05);
  --shadow-md: 0 10px 30px rgba(16, 38, 63, 0.09);
  --shadow-lg: 0 22px 58px rgba(16, 38, 63, 0.14);
  --radius-sm: 0.5rem;
  --radius-md: 1rem;
  --radius-lg: 1.75rem;
  --max: 66rem;
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 5rem;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Raleway', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration-thickness: 0.1em; text-underline-offset: 0.18em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
button, input { font: inherit; }
button, a, input[type='search'] { cursor: pointer; }
img, svg { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: 0.8rem 1rem;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  color: var(--white);
  background: var(--ink);
  font-weight: 800;
}
.skip-link:focus { top: 0; }
:focus-visible { outline: 4px solid var(--sun); outline-offset: 4px; }

.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: clamp(3.8rem, 8vw, 7rem) 0; }
.section--tight { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--blue-dark);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.eyebrow::before {
  width: 2.3rem;
  height: 0.18rem;
  content: '';
  background: var(--sun);
}
.display, h1, h2, h3, h4 { font-family: 'Lora', Georgia, serif; font-weight: 600; letter-spacing: -0.035em; line-height: 1.08; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { margin-bottom: 1.25rem; font-size: clamp(2.8rem, 7vw, 6rem); }
h2 { margin-bottom: 1.1rem; font-size: clamp(2.15rem, 4vw, 4rem); }
h3 { margin-bottom: 0.65rem; font-size: clamp(1.35rem, 2vw, 1.8rem); }
p { color: var(--muted); }
.lede { max-width: 43rem; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.7; }
.small { font-size: 0.88rem; }

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(206, 219, 221, 0.9);
  background: rgba(247, 248, 245, 0.94);
  backdrop-filter: blur(14px);
}
.topline { padding: 0.65rem 0; color: var(--ink-soft); background: var(--mist); font-size: 0.8rem; }
.topline-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topline strong { color: var(--ink); }
.topline a { font-weight: 800; }
.nav-row { display: flex; align-items: center; justify-content: space-between; min-height: 5.5rem; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: 0.8rem; color: var(--ink); font-weight: 800; text-decoration: none; }
.brand-mark {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0.35rem 0.35rem 0 var(--sun);
}
.brand-mark svg { width: 1.35rem; height: 1.35rem; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: 'Lora', Georgia, serif; font-size: 1.18rem; }
.brand-copy span { margin-top: 0.25rem; color: var(--muted); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 1.5rem; }
.primary-nav a { color: var(--ink-soft); font-size: 0.92rem; font-weight: 700; text-decoration: none; }
.primary-nav a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 0.8rem; }
.menu-toggle { display: none; min-width: 2.9rem; min-height: 2.9rem; padding: 0.5rem; border: 1px solid var(--line); border-radius: 0.7rem; color: var(--ink); background: var(--surface); }
.menu-toggle svg { width: 1.3rem; margin-inline: auto; }

.site-switcher { display: flex; align-items: center; gap: 0.35rem; padding: 0.28rem; border: 1px solid var(--line); border-radius: 99rem; background: var(--surface); }
.site-switcher a { padding: 0.45rem 0.72rem; border-radius: 99rem; color: var(--muted); font-size: 0.72rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.site-switcher a:hover, .site-switcher a[aria-current='page'] { color: var(--ink); background: var(--sun-soft); }

.btn {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem 1.15rem;
  border: 2px solid transparent;
  border-radius: 99rem;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition: background-color 180ms var(--ease), border-color 180ms var(--ease), color 180ms var(--ease), transform 180ms var(--ease), box-shadow 180ms var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 1rem; height: 1rem; }
.btn-primary { color: var(--white); background: var(--blue); box-shadow: 0 0.35rem 0 var(--blue-dark); }
.btn-primary:hover { background: var(--blue-dark); box-shadow: 0 0.2rem 0 var(--blue-dark); }
.btn-secondary { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-secondary:hover { color: var(--white); background: var(--ink); }
.btn-light { color: var(--ink); background: var(--sun-soft); }
.btn-light:hover { background: var(--white); }
.btn-link { min-height: auto; padding-inline: 0; color: var(--blue-dark); border: 0; border-radius: 0; font-weight: 800; }
.btn-link:hover { color: var(--ink); transform: none; }

.hero { position: relative; overflow: hidden; padding: clamp(4.5rem, 10vw, 8rem) 0 clamp(4rem, 8vw, 6rem); }
.hero::after { position: absolute; right: -8rem; top: 5rem; width: 20rem; height: 20rem; border: 1px solid rgba(23, 107, 146, 0.25); border-radius: 50%; content: ''; box-shadow: -2rem 2rem 0 -1rem rgba(232, 149, 77, 0.24), -4rem 4rem 0 -2rem rgba(45, 127, 122, 0.16); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr); align-items: end; gap: clamp(2rem, 7vw, 7rem); }
.hero h1 { max-width: 10ch; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.hero-note { display: flex; align-items: flex-start; gap: 0.75rem; max-width: 27rem; padding-top: 1.2rem; margin-top: 2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.85rem; }
.hero-note svg { flex: 0 0 auto; width: 1.2rem; color: var(--sun); }
.hero-card { position: relative; padding: clamp(1.3rem, 3vw, 2rem); border-radius: var(--radius-lg); color: var(--white); background: var(--ink); box-shadow: var(--shadow-lg); }
.hero-card::before { position: absolute; right: 1.2rem; top: 1.2rem; width: 4rem; height: 4rem; border: 1px solid rgba(255, 255, 255, 0.32); border-radius: 50%; content: ''; }
.hero-card::after { position: absolute; right: 2.45rem; top: 2.45rem; width: 1.5rem; height: 1.5rem; border-radius: 50%; content: ''; background: var(--sun); }
.hero-card .eyebrow { color: #c7e8ed; }
.hero-card h2 { max-width: 10ch; margin-top: 3.5rem; color: var(--white); font-size: clamp(2rem, 4vw, 3.2rem); }
.hero-card p { color: #d3e0e3; }
.hero-card .btn { margin-top: 0.8rem; }

.band { color: var(--white); background: var(--blue-dark); }
.band p { color: #d6e6e8; }
.band-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 3rem; }
.band h2 { max-width: 11ch; }
.band .eyebrow { color: #c7e8ed; }
.band .btn-secondary { border-color: #d6e6e8; color: var(--white); }
.band .btn-secondary:hover { color: var(--blue-dark); background: var(--white); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-heading h2 { max-width: 12ch; margin-bottom: 0; }
.section-heading p { max-width: 33rem; margin-bottom: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card-grid--four { grid-template-columns: repeat(4, 1fr); }
.card { display: flex; min-height: 100%; flex-direction: column; padding: clamp(1.25rem, 3vw, 1.8rem); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-sm); transition: border-color 180ms var(--ease), box-shadow 180ms var(--ease), transform 180ms var(--ease); }
a.card { color: inherit; text-decoration: none; }
.card:hover { border-color: rgba(23, 107, 146, 0.5); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.card-icon { display: grid; width: 2.9rem; height: 2.9rem; place-items: center; margin-bottom: 1.25rem; border-radius: 0.8rem; color: var(--blue-dark); background: var(--mist); }
.card-icon svg { width: 1.35rem; }
.card:nth-child(3n + 2) .card-icon { color: #82602d; background: var(--sun-soft); }
.card:nth-child(3n + 3) .card-icon { color: #5c4e8c; background: #eeeaf7; }
.card p { flex: 1; }
.card-arrow { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1rem; color: var(--blue-dark); font-size: 0.88rem; font-weight: 800; }
.card-arrow svg { width: 1rem; transition: transform 180ms var(--ease); }
.card:hover .card-arrow svg { transform: translateX(3px); }

.support { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 2rem; align-items: stretch; }
.support-intro { padding: clamp(1.5rem, 4vw, 3rem); border-radius: var(--radius-lg); background: var(--sun-soft); }
.support-intro h2 { max-width: 8ch; }
.support-list { display: grid; gap: 0.8rem; }
.resource-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 0.8rem; color: inherit; background: var(--surface); text-decoration: none; transition: border-color 180ms var(--ease), transform 180ms var(--ease); }
.resource-row:hover { border-color: var(--blue); transform: translateX(3px); }
.resource-row strong { display: block; margin-bottom: 0.15rem; }
.resource-row small { color: var(--muted); }
.resource-row > svg { width: 1.15rem; color: var(--blue); }
.resource-row .arrow { width: 1rem; color: var(--muted); }

.search-shell { display: flex; align-items: center; gap: 0.75rem; padding: 0.85rem 1rem; margin-bottom: 1.4rem; border: 1px solid var(--line); border-radius: 0.8rem; background: var(--surface); box-shadow: var(--shadow-sm); }
.search-shell svg { width: 1.15rem; color: var(--muted); }
.search-shell input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-shell input::placeholder { color: #788993; }
.search-empty { display: none; padding: 1rem; border-radius: 0.8rem; color: var(--muted); background: var(--mist); }
.search-empty.is-visible { display: block; }

.feature-split { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.feature-split--reverse .feature-art { order: 2; }
.feature-art { position: relative; min-height: 22rem; padding: 2rem; border-radius: var(--radius-lg); overflow: hidden; background: var(--mist); }
.feature-art::before { position: absolute; left: 2rem; top: 2rem; width: 8rem; height: 8rem; border: 1px solid rgba(23, 107, 146, 0.25); border-radius: 50%; content: ''; }
.feature-art::after { position: absolute; right: 1.5rem; bottom: 1.5rem; width: 13rem; height: 13rem; border: 1px solid rgba(232, 149, 77, 0.42); border-radius: 50%; content: ''; }
.feature-art-panel { position: absolute; z-index: 1; right: 2rem; bottom: 2rem; left: 2rem; padding: 1.25rem; border-radius: 1rem; background: var(--surface); box-shadow: var(--shadow-md); }
.feature-art-panel strong { display: block; margin-bottom: 0.4rem; font-family: 'Lora', Georgia, serif; font-size: 1.45rem; }
.feature-art-panel span { color: var(--muted); font-size: 0.85rem; }
.check-list { display: grid; gap: 0.8rem; padding: 0; margin: 1.5rem 0 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 0.7rem; color: var(--ink-soft); }
.check-list svg { flex: 0 0 auto; width: 1.2rem; margin-top: 0.2rem; color: var(--teal); }

.callout { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(1.4rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-sm); }
.callout h2 { max-width: 12ch; margin-bottom: 0; font-size: clamp(1.9rem, 4vw, 3rem); }
.callout p { max-width: 32rem; margin-bottom: 0; }

.campaign-hero { color: var(--white); background: var(--violet); }
.campaign-hero .hero-card { color: var(--ink); background: var(--sun-soft); }
.campaign-hero .hero-card h2 { color: var(--ink); }
.campaign-hero .hero-card p { color: var(--ink-soft); }
.campaign-hero .hero-card .eyebrow { color: var(--blue-dark); }
.campaign-hero .hero-note, .campaign-hero p { color: #e9e7f3; }
.campaign-hero .eyebrow { color: #f3eecb; }
.campaign-hero h1 em { color: #f5cf8b; }
.campaign-hero::after { border-color: rgba(255, 255, 255, 0.25); box-shadow: -2rem 2rem 0 -1rem rgba(232, 149, 77, 0.3), -4rem 4rem 0 -2rem rgba(255, 255, 255, 0.12); }

.day-hero { background: var(--ink); color: var(--white); }
.day-hero .hero-card { color: var(--ink); background: var(--surface); }
.day-hero .hero-card h2 { color: var(--ink); }
.day-hero .hero-card p { color: var(--muted); }
.day-hero .hero-note, .day-hero p { color: #d4e2e5; }
.day-hero .eyebrow { color: #f6d39f; }
.day-hero h1 em { color: #f0ae6d; }
.day-hero::after { border-color: rgba(255, 255, 255, 0.22); }

.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; counter-reset: step; }
.timeline-item { position: relative; padding: 1.5rem 1.5rem 1.7rem; border-top: 4px solid var(--blue); background: var(--surface); }
.timeline-item:nth-child(2) { border-color: var(--sun); }
.timeline-item:nth-child(3) { border-color: var(--violet); }
.timeline-item::before { display: block; margin-bottom: 2.2rem; color: var(--muted); content: '0' counter(step); counter-increment: step; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.14em; }
.timeline-item p { margin-bottom: 0; }

.memorial { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr); gap: 2rem; align-items: center; }
.memorial-card { position: relative; min-height: 22rem; padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius-lg); overflow: hidden; color: var(--white); background: var(--ink-soft); }
.memorial-card::before, .memorial-card::after { position: absolute; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; content: ''; }
.memorial-card::before { right: -5rem; top: -6rem; width: 19rem; height: 19rem; }
.memorial-card::after { right: 2rem; bottom: -7rem; width: 15rem; height: 15rem; border-color: rgba(232, 149, 77, 0.55); }
.memorial-card blockquote { position: relative; z-index: 1; max-width: 12ch; margin: 0; font-family: 'Lora', Georgia, serif; font-size: clamp(2rem, 5vw, 4rem); line-height: 1.08; }
.memorial-copy h2 { max-width: 10ch; }
.memorial-copy p:last-child { margin-bottom: 0; }

footer { padding: 3rem 0 2rem; color: #d7e4e6; background: var(--ink); }
footer p { color: #aec0c5; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; padding-bottom: 3rem; }
footer .brand { color: var(--white); }
footer .brand-copy span { color: #aec0c5; }
footer h3 { margin-bottom: 0.7rem; color: var(--white); font-family: 'Raleway', sans-serif; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 0.45rem; }
.footer-links a { color: #c8d7da; font-size: 0.9rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.2rem; border-top: 1px solid rgba(215, 228, 230, 0.2); color: #aec0c5; font-size: 0.8rem; }
.footer-bottom p { margin: 0; font-size: inherit; }

@media (max-width: 920px) {
  .primary-nav { gap: 1rem; }
  .nav-row { gap: 0.75rem; }
  .site-switcher a { padding-inline: 0.55rem; }
  .hero-grid, .support, .feature-split, .memorial { grid-template-columns: 1fr; }
  .hero-card { max-width: 34rem; }
  .feature-split--reverse .feature-art { order: initial; }
  .card-grid--four { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 1.35rem), var(--max)); }
  .topline-inner { align-items: flex-start; flex-direction: column; gap: 0.2rem; }
  .nav-row { min-height: 4.7rem; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; right: 0.75rem; top: calc(100% + 0.6rem); display: none; width: min(19rem, calc(100vw - 1.5rem)); align-items: stretch; flex-direction: column; gap: 0.2rem; padding: 0.7rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--surface); box-shadow: var(--shadow-lg); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 0.75rem; border-radius: 0.6rem; }
  .primary-nav a:hover { background: var(--mist); }
  .nav-actions { margin-left: auto; }
  .site-switcher { display: none; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.5rem); }
  .hero::after { right: -12rem; }
  .section-heading, .callout, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .section-heading { gap: 0.8rem; }
  .card-grid, .card-grid--four, .timeline { grid-template-columns: 1fr; }
  .band-grid { grid-template-columns: 1fr; gap: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .resource-row { grid-template-columns: auto 1fr; }
  .resource-row .arrow { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

.urgent-bar { color: #fff7ec; background: var(--danger); font-size: 0.82rem; }
.urgent-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 0.85rem; min-height: 2.65rem; }
.urgent-bar strong { color: #fff; }
.urgent-bar a { color: #fff; font-weight: 800; white-space: nowrap; }
.card-grid--six { grid-template-columns: repeat(3, 1fr); }
.audience-section { background: #f0f5f3; }
.audience-card .card-icon { font-family: 'Raleway', sans-serif; font-size: 1.35rem; font-weight: 800; }
.urgent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.urgent-card { display: flex; min-height: 100%; flex-direction: column; padding: clamp(1.35rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-sm); }
.urgent-card--primary { color: var(--white); border-color: var(--blue-dark); background: var(--blue-dark); }
.urgent-card--primary p { color: #d6e6e8; }
.urgent-card--primary .urgent-number { color: #f6d39f; }
.urgent-number { display: block; margin-bottom: 1.5rem; color: var(--blue); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.15em; }
.urgent-card h3 { max-width: 13ch; }
.urgent-card p { flex: 1; }
.link-stack { display: grid; gap: 0.55rem; margin-top: 0.9rem; }
.link-stack a { display: block; padding: 0.65rem 0.75rem; border: 1px solid var(--line); border-radius: 0.65rem; color: inherit; background: rgba(255, 255, 255, 0.64); text-decoration: none; }
.link-stack a:hover { border-color: var(--blue); background: var(--surface); }
.link-stack strong, .link-stack small { display: block; }
.link-stack small { color: var(--muted); font-size: 0.76rem; }
.urgent-card--primary .link-stack a { border-color: rgba(255, 255, 255, 0.3); color: var(--white); background: rgba(255, 255, 255, 0.08); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.resource-card { display: flex; min-height: 100%; flex-direction: column; padding: 1.35rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-sm); transition: border-color 180ms var(--ease), box-shadow 180ms var(--ease), transform 180ms var(--ease); }
.resource-card:hover { border-color: rgba(23, 107, 146, 0.55); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.resource-card h3 { font-size: 1.45rem; }
.resource-card p { flex: 1; margin-bottom: 1.1rem; }
.resource-card > a, .fact-card > a { color: var(--blue-dark); font-size: 0.86rem; font-weight: 800; }
.resource-meta { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; margin-bottom: 1.1rem; color: var(--muted); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.tag { display: inline-flex; align-items: center; padding: 0.25rem 0.5rem; border-radius: 99rem; color: var(--blue-dark); background: var(--mist); font-size: 0.68rem; letter-spacing: 0.04em; }
.tag--urgent { color: #8f2e35; background: #fde5e1; }
.tag--grief { color: #5c4e8c; background: #eeeaf7; }
.tag--action { color: #82602d; background: var(--sun-soft); }
.filter-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: -0.35rem 0 1.4rem; }
.filter-btn { padding: 0.55rem 0.8rem; border: 1px solid var(--line); border-radius: 99rem; color: var(--ink-soft); background: var(--surface); font-size: 0.78rem; font-weight: 800; }
.filter-btn:hover, .filter-btn.is-active { border-color: var(--ink); color: var(--white); background: var(--ink); }
.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.fact-card { padding: clamp(1.25rem, 3vw, 2rem); border-top: 4px solid var(--teal); background: var(--surface); box-shadow: var(--shadow-sm); }
.fact-card:nth-child(2) { border-color: var(--sun); }
.fact-card:nth-child(3) { border-color: var(--violet); }
.fact-mark { display: block; margin-bottom: 2.2rem; color: var(--muted); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.15em; }
.fact-card p { min-height: 7.5rem; }
.check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.check-panel { padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.check-panel h3 { margin-bottom: 1.25rem; }
.check-panel .check-list { margin-top: 0; }
.action-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; padding: 0; margin: 0; list-style: none; counter-reset: action; }
.action-card { min-height: 12rem; padding: 1.15rem; border: 1px solid var(--line); border-radius: 0.8rem; background: var(--surface); }
.action-card:nth-child(4n + 1) { border-top: 4px solid var(--blue); }
.action-card:nth-child(4n + 2) { border-top: 4px solid var(--sun); }
.action-card:nth-child(4n + 3) { border-top: 4px solid var(--teal); }
.action-card:nth-child(4n + 4) { border-top: 4px solid var(--violet); }
.action-card > span { display: block; margin-bottom: 1.25rem; color: var(--muted); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; }
.action-card strong { display: block; margin-bottom: 0.45rem; font-family: 'Lora', Georgia, serif; font-size: 1.1rem; line-height: 1.2; }
.action-card p { margin-bottom: 0; font-size: 0.86rem; }
.response-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; margin: 1.5rem 0 2rem; }
.response-steps article { padding: 1.2rem; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 0.8rem; background: rgba(255, 255, 255, 0.08); }
.response-steps article > span { display: block; margin-bottom: 1.1rem; color: #f6d39f; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.15em; }
.response-steps h3 { color: var(--white); font-size: 1.35rem; }
.response-steps p { margin-bottom: 0; color: #d6e6e8; font-size: 0.88rem; }
.memorial-caption { position: relative; z-index: 1; max-width: 23rem; margin-top: 1.5rem; color: #d6e6e8; font-size: 0.92rem; }
.source-section { background: #edf3f1; }
.source-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.source-grid a { display: grid; gap: 0.35rem; padding: 1.15rem; border: 1px solid var(--line); border-radius: 0.8rem; color: inherit; background: var(--surface); text-decoration: none; }
.source-grid a:hover { border-color: var(--blue); box-shadow: var(--shadow-sm); }
.source-grid span { color: var(--muted); font-size: 0.86rem; }
.resource-disclaimer { padding: 1rem 1.1rem; margin: 1.2rem 0 0; border-left: 4px solid var(--sun); color: var(--ink-soft); background: var(--sun-soft); font-size: 0.88rem; }
.resource-disclaimer strong { color: var(--ink); }
.callout-section { background: #f0f5f3; }
.campaign-hero .hero-actions .btn-secondary, .day-hero .hero-actions .btn-secondary { border-color: rgba(255, 255, 255, 0.78); color: var(--white); }
.campaign-hero .hero-actions .btn-secondary:hover, .day-hero .hero-actions .btn-secondary:hover { color: var(--ink); background: var(--white); }
[hidden] { display: none !important; }

@media (max-width: 1050px) {
  .action-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 920px) {
  .urgent-grid, .resource-grid, .fact-grid, .check-grid, .source-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid--six { grid-template-columns: repeat(2, 1fr); }
  .response-steps { grid-template-columns: repeat(2, 1fr); }
  .action-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .urgent-bar-inner { align-items: flex-start; flex-direction: column; gap: 0.15rem; padding: 0.6rem 0; }
  .urgent-bar a { white-space: normal; }
  .urgent-grid, .resource-grid, .fact-grid, .check-grid, .source-grid, .card-grid--six, .response-steps, .action-grid { grid-template-columns: 1fr; }
  .fact-card p { min-height: 0; }
}

.hero { padding: clamp(3.7rem, 7vw, 5.7rem) 0 clamp(3.5rem, 6vw, 5rem); }
.hero-grid { align-items: center; }

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

.article-hero { padding: clamp(3.8rem, 8vw, 6.5rem) 0 clamp(3.2rem, 6vw, 5rem); border-bottom: 1px solid var(--line); background: var(--mist); }
.article-hero h1 { max-width: 15ch; margin-top: 0.65rem; margin-bottom: 1.25rem; font-size: clamp(2.7rem, 6vw, 5.2rem); }
.article-hero .lede { max-width: 49rem; }
.article-hero .article-meta { margin: 1.25rem 0 0; color: var(--ink-soft); font-size: 0.82rem; font-weight: 700; }
.article-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.7rem; }
.article-layout { display: grid; grid-template-columns: minmax(13rem, 0.34fr) minmax(0, 1fr); align-items: start; gap: clamp(2rem, 7vw, 6rem); }
.article-sidebar { position: sticky; top: 1.25rem; }
.sidebar-card { padding: 1.4rem; border-radius: var(--radius-md); background: var(--sun-soft); box-shadow: var(--shadow-sm); }
.sidebar-card strong { display: block; margin: 0.7rem 0; font-family: 'Lora', Georgia, serif; font-size: 1.65rem; line-height: 1.12; }
.sidebar-card p { font-size: 0.9rem; }
.sidebar-card .btn { width: 100%; margin-top: 0.55rem; }
.sidebar-card--dark { color: var(--white); background: var(--ink); }
.sidebar-card--dark p { color: #d3e0e3; }
.sidebar-card--dark .eyebrow { color: #f6d39f; }
.article-nav { display: grid; gap: 0.15rem; padding: 1.2rem 0 0; }
.article-nav strong { margin-bottom: 0.45rem; color: var(--ink); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; }
.article-nav a { padding: 0.38rem 0; color: var(--blue-dark); font-size: 0.9rem; font-weight: 700; text-decoration: none; }
.article-nav a:hover { color: var(--ink); text-decoration: underline; }
.prose { max-width: 52rem; }
.prose h2 { margin: 2.8rem 0 1rem; font-size: clamp(1.9rem, 4vw, 3rem); }
.prose h2:first-child { margin-top: 0; }
.prose p { max-width: 48rem; }
.prose a { color: var(--blue-dark); font-weight: 700; }
.answer-box { padding: 1.2rem 1.3rem; margin-bottom: 2rem; border-left: 4px solid var(--sun); color: var(--ink-soft); background: var(--sun-soft); }
.answer-box strong { color: var(--ink); }
.step-list { display: grid; gap: 1rem; padding: 0; margin: 0; list-style: none; counter-reset: response-step; }
.step-list li { position: relative; padding: 1.15rem 1.2rem 1.15rem 3.6rem; border: 1px solid var(--line); border-radius: var(--radius-md); color: var(--ink-soft); background: var(--surface); }
.step-list li::before { position: absolute; left: 1.15rem; top: 1.1rem; display: grid; width: 1.75rem; height: 1.75rem; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); content: counter(response-step); counter-increment: response-step; font-size: 0.78rem; font-weight: 800; }
.step-list strong { color: var(--ink); }
.print-card { padding: clamp(1.4rem, 4vw, 2.3rem); margin: 2rem 0; border: 2px solid var(--ink); border-radius: var(--radius-md); background: var(--surface); box-shadow: 0.45rem 0.45rem 0 var(--sun); }
.print-card h2 { margin-top: 0.55rem; }
.print-card ol { display: grid; gap: 0.55rem; padding-left: 1.35rem; color: var(--ink-soft); font-weight: 700; }
.print-card p:last-child { margin-bottom: 0; }
.source-list { display: grid; gap: 0.65rem; padding-left: 1.15rem; }
.source-list li { color: var(--ink-soft); }
.article-next { background: #edf3f1; }
.calendar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; padding: 0; margin: 0; list-style: none; }
.calendar-grid .action-card { min-height: 13rem; }
.check-grid--article { margin: 1.2rem 0 2rem; }
.gathering-page .article-hero { background: var(--ink); }
.gathering-page .article-hero .article-meta { color: #d3e0e3; }
.gathering-page .article-hero h1 { color: var(--white); }
.gathering-page .article-hero .lede { color: #d4e2e5; }

@media (max-width: 1050px) {
  .calendar-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 920px) {
  .article-layout { grid-template-columns: 1fr; gap: 2rem; }
  .article-sidebar { position: static; display: grid; grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.7fr); align-items: start; gap: 1.5rem; }
  .article-nav { padding: 0; }
  .calendar-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .article-hero h1 { font-size: clamp(2.5rem, 13vw, 4.2rem); }
  .article-actions { align-items: stretch; flex-direction: column; }
  .article-actions .btn { width: 100%; }
  .article-sidebar, .calendar-grid { grid-template-columns: 1fr; }
}

@media print {
  @page { margin: 1.25cm; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .site-header, footer, .article-sidebar, .article-actions, .article-next, .urgent-bar, .topline { display: none !important; }
  .article-hero { padding: 0 0 1rem; border: 0; background: #fff; }
  .article-hero h1, .gathering-page .article-hero h1 { color: #000; font-size: 28pt; }
  .article-hero .lede, .gathering-page .article-hero .lede, .article-hero .article-meta { color: #000; }
  .article-layout { display: block; }
  .prose { max-width: none; }
  .print-card { break-inside: avoid; box-shadow: none; }
  .calendar-grid { grid-template-columns: repeat(2, 1fr); gap: 0.45rem; }
  .calendar-grid .action-card { min-height: auto; padding: 0.7rem; break-inside: avoid; }
  .calendar-grid .action-card p { font-size: 9pt; }
  a { color: #000; text-decoration: none; }
}
