:root {
  --ink: #17323a;
  --muted: #5f7074;
  --paper: #fbfaf6;
  --surface: #ffffff;
  --line: #dce4e2;
  --teal: #173f48;
  --teal-2: #205b63;
  --gold: #d39d3f;
  --gold-soft: #f3e5c8;
  --berry: #8b3d4b;
  --shadow: 0 18px 44px rgba(23, 50, 58, 0.09);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 1rem/1.65 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 0.18em; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  line-height: 1.08;
  text-wrap: balance;
}
h1 { margin-bottom: 22px; font-size: clamp(2.45rem, 5vw, 4.4rem); letter-spacing: -0.048em; }
h2 { margin-bottom: 17px; font-size: clamp(1.9rem, 3.3vw, 3rem); letter-spacing: -0.035em; }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.55rem); letter-spacing: -0.018em; }
input, textarea, select, button { font: inherit; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only, .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 12px 18px;
  color: #fff;
  background: var(--teal);
  border-radius: 10px;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #e7b655; outline-offset: 4px; }

.utility-bar { color: #e8f0ef; background: #102f36; }
.utility-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.utility-inner > p { margin: 0; font-size: 0.78rem; letter-spacing: 0.04em; }
.utility-links { display: flex; align-items: center; gap: 22px; }
.utility-links a { display: inline-flex; min-height: 42px; align-items: center; font-size: 0.82rem; text-decoration: none; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(23, 63, 72, 0.09);
  background: rgba(251, 250, 246, 0.95);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--teal); text-decoration: none; }
.brand-mark { width: 52px; flex: 0 0 52px; }
.brand-mark circle, .brand-mark path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}
.brand-copy { display: grid; }
.brand-copy strong { font-size: 0.98rem; letter-spacing: 0.04em; text-transform: uppercase; }
.brand-copy small { color: var(--muted); font-size: 0.78rem; }
.site-nav .mod-menu { display: flex; align-items: center; gap: clamp(10px, 1.2vw, 18px); margin: 0; padding: 0; list-style: none; }
.site-nav { display: flex; align-items: center; gap: clamp(10px, 1.2vw, 18px); }
.community-nav-fallback { min-height: 44px; display: inline-flex; align-items: center; font-size: 0.84rem; font-weight: 680; text-decoration: none; }
.site-nav .mod-menu > li { position: relative; }
.site-nav .mod-menu a { min-height: 44px; display: inline-flex; align-items: center; font-size: 0.82rem; font-weight: 680; text-decoration: none; white-space: nowrap; }
.site-nav .mod-menu > li::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  background: var(--gold);
  transition: transform 180ms ease;
}
.site-nav .mod-menu > li:hover::after,
.site-nav .mod-menu > .current::after,
.site-nav .mod-menu > .active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--teal);
  background: transparent;
}
.menu-toggle span[aria-hidden] { width: 22px; height: 2px; display: block; margin: 5px auto; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 108px) 0 76px;
  background: linear-gradient(135deg, #f7f2e7 0%, #fbfaf6 58%, #e1eeeb 100%);
}
.hero::before {
  position: absolute;
  top: -190px;
  right: -130px;
  width: 500px;
  height: 500px;
  content: "";
  border: 1px solid rgba(23, 63, 72, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(23, 63, 72, 0.025), 0 0 0 160px rgba(23, 63, 72, 0.02);
}
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.72fr); align-items: center; gap: clamp(48px, 7vw, 92px); }
.hero-copy h1 { max-width: 710px; font-size: clamp(2.55rem, 4.5vw, 4.05rem); }
.eyebrow, .archive-eyebrow {
  margin-bottom: 13px;
  color: var(--berry);
  font-size: 0.75rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.lead { max-width: 700px; margin-bottom: 17px; color: var(--muted); font-size: clamp(1.04rem, 1.55vw, 1.22rem); }
.lead strong { color: var(--ink); font-weight: 780; }
.hero-author { margin: 0 0 32px; color: var(--berry); font-size: 0.88rem; font-weight: 720; }
.hero-actions, .inline-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 760;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(23, 50, 58, 0.14); }
.button-primary { color: #fff; background: var(--teal); }
.button-primary:hover { background: var(--teal-2); }
.button-secondary { border-color: rgba(23, 63, 72, 0.3); color: var(--teal); background: rgba(255, 255, 255, 0.64); }
.button-light { color: var(--teal); background: #fff; }
.text-link, .card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: 0.88rem; font-weight: 780; text-decoration: none; }

.glass-card {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  padding: 32px;
  border: 9px solid #6e5236;
  border-radius: 155px 155px 28px 28px;
  background: #d1b27d;
  box-shadow: inset 0 0 0 4px #9c774d, var(--shadow);
  isolation: isolate;
}
.glass { position: absolute; filter: saturate(0.9); opacity: 0.94; }
.glass-a { inset: 16px 50% 46% 16px; background: #a74c49; border-radius: 140px 18px 60px 20px; }
.glass-b { inset: 16px 16px 52% 47%; background: #2d6f79; border-radius: 18px 140px 24px 64px; }
.glass-c { inset: 49% 47% 16px 16px; background: #dfa73b; border-radius: 42px 18px 20px 36px; }
.glass-d { inset: 45% 16px 16px 50%; background: #5d8581; border-radius: 18px 68px 24px 16px; }
.glass-card::after {
  position: absolute;
  inset: 14px;
  z-index: 2;
  content: "";
  border: 3px solid rgba(37, 46, 45, 0.66);
  border-radius: 142px 142px 14px 14px;
  background: linear-gradient(55deg, transparent 48.5%, rgba(36, 52, 51, 0.8) 49%, rgba(36, 52, 51, 0.8) 51%, transparent 51.5%), linear-gradient(125deg, transparent 48.5%, rgba(36, 52, 51, 0.8) 49%, rgba(36, 52, 51, 0.8) 51%, transparent 51.5%);
}
.glass-cross { position: absolute; z-index: 3; top: 75px; left: 50%; width: 14px; height: 190px; transform: translateX(-50%); background: rgba(255, 255, 255, 0.9); box-shadow: 0 0 18px rgba(255, 255, 255, 0.45); }
.glass-cross::after { position: absolute; top: 51px; left: -48px; width: 110px; height: 14px; content: ""; background: inherit; box-shadow: inherit; }
.glass-card p { position: absolute; z-index: 4; right: 26px; bottom: 25px; left: 26px; margin: 0; padding: 14px 17px; border-radius: 12px; color: #fff; background: rgba(16, 47, 54, 0.82); font-family: ui-serif, Georgia, serif; font-size: 1rem; text-align: center; }

.quick-info { padding: 68px 0; color: #f7fbfa; background: var(--teal); }
.section-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading h2 { margin-bottom: 0; }
.quick-info .eyebrow { color: #e9bc6e; }
.quick-info h2 { color: #fff; }
.compact-heading { margin-bottom: 24px; }
.compact-heading h2 { font-size: clamp(1.8rem, 2.8vw, 2.5rem); }
.info-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 16px; }
.info-card { min-height: 154px; padding: 23px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: var(--radius); background: rgba(255, 255, 255, 0.055); }
.info-card-accent { color: var(--ink); background: var(--gold-soft); }
.info-card p { margin-bottom: 7px; }
.card-label { font-size: 0.72rem; font-weight: 780; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.78; }
.large-value { font-family: ui-serif, Georgia, serif; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.12; }
.info-value { font-size: 1.05rem; font-weight: 700; }

.mission-section { padding: clamp(68px, 8vw, 96px) 0; border-bottom: 1px solid var(--line); background: #fbfaf6; }
.mission-heading { max-width: 760px; margin-bottom: 32px; }
.mission-heading h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
.mission-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.mission-card { min-height: 220px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 28px rgba(23, 50, 58, 0.035); }
.mission-card:nth-child(2) { background: #f7f2e7; }
.mission-number { margin-bottom: 18px; color: var(--berry); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.1em; }
.mission-card p { margin: 0; color: var(--ink); font-size: 1.02rem; line-height: 1.65; }

.content-section { padding: clamp(68px, 8vw, 100px) 0; }
.home-stream-section { background: #f1f4f1; }
.home-streams { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 4vw, 46px); }
.parish-stream { min-width: 0; }
.parish-stream .section-heading { align-items: flex-start; margin-bottom: 22px; }
.parish-stream .section-heading h2 { font-size: clamp(1.8rem, 2.8vw, 2.55rem); }
.parish-stream .story-grid { display: grid; grid-template-columns: 1fr; }
.story-card {
  min-height: 270px;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(23, 50, 58, 0.045);
  transition: box-shadow 170ms ease, border-color 170ms ease;
}
.story-card:hover { border-color: #b9c9c6; box-shadow: var(--shadow); }
.story-art { min-height: 100%; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #173f48, #2d6c6c); text-align: center; }
.parish-stream-prayer .story-art { background: linear-gradient(145deg, #8b3d4b, #b86b63); }
.newspaper-icon { position: relative; width: 58px; height: 46px; display: block; border: 2px solid currentColor; border-radius: 4px; }
.newspaper-icon::before { position: absolute; top: 8px; left: 8px; width: 25px; height: 5px; border-radius: 1px; background: currentColor; content: ""; }
.newspaper-icon::after { position: absolute; right: 8px; bottom: 7px; left: 8px; height: 2px; background: currentColor; box-shadow: 0 -6px 0 currentColor; content: ""; }
.newspaper-icon i { position: absolute; top: 20px; left: 8px; width: 14px; height: 9px; border: 2px solid currentColor; }
.newspaper-icon i::before { position: absolute; top: -2px; left: 20px; width: 20px; height: 2px; background: currentColor; box-shadow: 0 6px 0 currentColor; content: ""; }
.prayer-hands-icon { display: block; font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif; font-size: 3rem; line-height: 1; filter: grayscale(1) brightness(0) invert(1); opacity: .94; }
.story-body { display: flex; flex-direction: column; align-items: flex-start; padding: 24px; }
.story-body h3 { margin-bottom: 12px; }
.story-body h3 a { text-decoration: none; }
.story-body > p:not(.meta) { margin-bottom: 18px; color: var(--muted); }
.story-body .card-link { margin-top: auto; }
.meta { display: flex; flex-wrap: wrap; gap: 8px 12px; margin-bottom: 12px; color: var(--muted); font-size: 0.72rem; font-weight: 650; }
.meta span { color: var(--berry); letter-spacing: 0.08em; text-transform: uppercase; }
.stream-empty { min-height: 160px; padding: 26px; border: 1px dashed #b9c9c6; border-radius: var(--radius); background: #fff; }

.communities-section { background: #f7f2e7; }
.parish-stream-community .section-heading { margin-bottom: 30px; }
.community-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.community-card { min-height: 270px; display: flex; flex-direction: column; padding: 26px; border: 1px solid rgba(23, 63, 72, 0.11); border-radius: var(--radius); background: rgba(255, 255, 255, 0.78); transition: transform 170ms ease, background 170ms ease, box-shadow 170ms ease; }
.community-card:hover { transform: translateY(-4px); background: #fff; box-shadow: 0 14px 34px rgba(23, 50, 58, 0.07); }
.community-number { margin-bottom: 40px; color: var(--berry); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.08em; }
.community-card h2, .community-card h3 { margin-bottom: 13px; font-size: clamp(1.3rem, 2vw, 1.65rem); }
.community-card h2 a, .community-card h3 a { text-decoration: none; }
.community-card p { color: var(--muted); }
.community-card .card-link { margin-top: auto; }

.gospel-band { padding: 54px 0; color: #fff; background: var(--berry); }
.gospel-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) auto; align-items: center; gap: 50px; }
.gospel-band .eyebrow { color: #f1c77c; }
.gospel-band h2 { color: #fff; font-size: clamp(1.9rem, 3vw, 2.8rem); }
.gospel-band p:last-child { max-width: 720px; margin-bottom: 0; color: #f1dfe2; }

.interior-shell { min-height: 58vh; padding: clamp(52px, 7vw, 88px) 0 clamp(72px, 9vw, 116px); }
.interior-shell > * { width: 100%; }
.archive-page { max-width: 1000px; }
.archive-header { max-width: 720px; margin-bottom: 44px; }
.archive-header h1, .article-header h1 { font-size: clamp(2.35rem, 4.5vw, 3.75rem); }
.archive-lead { margin-bottom: 0; color: var(--muted); font-size: clamp(1.03rem, 1.6vw, 1.18rem); }
.archive-list { display: grid; gap: 18px; }
.archive-card { display: grid; grid-template-columns: 150px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: border-color 170ms ease, box-shadow 170ms ease; }
.archive-card:hover { border-color: #b9c9c6; box-shadow: 0 14px 34px rgba(23, 50, 58, 0.07); }
.archive-date { display: grid; align-content: center; justify-items: center; gap: 2px; padding: 24px 18px; color: #fff; background: var(--teal); text-align: center; }
.archive-page-prayer .archive-date { background: var(--berry); }
.archive-date-icon { place-items: center; }
.archive-card-body { padding: 25px 28px; }
.archive-card-body h2 { margin-bottom: 10px; font-size: clamp(1.35rem, 2.2vw, 1.72rem); letter-spacing: -0.022em; }
.archive-card-body h2 a { text-decoration: none; }
.archive-card-body p { margin-bottom: 14px; color: var(--muted); }
.archive-card-body .card-link { margin-bottom: 0; }
.archive-empty { padding: 30px; border: 1px dashed #b9c9c6; border-radius: var(--radius); background: #fff; }
.archive-community-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.archive-community-grid .community-card { min-height: 300px; }

.article-page { max-width: 850px; margin-inline: auto; }
.article-header { margin-bottom: 34px; }
.article-date { display: block; margin-bottom: 14px; color: var(--muted); font-size: 0.85rem; }
.article-body { padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 36px rgba(23, 50, 58, 0.055); }
.article-body > :last-child { margin-bottom: 0; }
.article-body h2 { font-size: clamp(1.55rem, 2.8vw, 2.15rem); }
.article-body img { height: auto; border-radius: 14px; }
.article-body .cemetery-price-list { padding-left: 1.25rem; }
.article-body .cemetery-price-list li { margin-bottom: 0.65rem; }
.article-body .cemetery-notice { margin-top: 28px; padding: 18px 20px; border-left: 4px solid var(--berry); border-radius: 0 12px 12px 0; color: var(--ink); background: #f7f2e7; }
.article-back { margin-top: 26px; }

.pagination-wrapper { margin-top: 32px; }
.pagination { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.page-link { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 6px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; text-decoration: none; }
.active > .page-link { color: #fff; background: var(--teal); }
.disabled > .page-link { color: #96a2a4; background: #f1f3f1; }

.form-control, .form-select, input[type="text"], input[type="email"], input[type="password"], textarea, select { max-width: 100%; padding: 0.75rem 0.9rem; border: 1px solid #b9c9c6; border-radius: 10px; color: var(--ink); background: #fff; }
.btn { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0.55rem 0.9rem; border: 1px solid var(--teal); border-radius: 9px; color: #fff; background: var(--teal); text-decoration: none; cursor: pointer; }
.alert { width: min(1100px, calc(100% - 32px)); margin: 1rem auto; padding: 1rem 1.2rem; border-radius: 10px; background: #e8f1f0; }
.alert-warning { background: #fff2d4; }
.alert-danger { background: #fae0e3; }
.alert-success { background: #dff3e8; }

.contact-section { padding: clamp(66px, 8vw, 96px) 0; border-top: 1px solid var(--line); background: #f5efe2; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr); align-items: center; gap: clamp(40px, 8vw, 100px); }
.office-card { padding: 30px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.office-card h3 { margin-bottom: 22px; }

.site-footer { padding: 60px 0 26px; color: #dfe9e7; background: #102f36; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.7fr 0.9fr; gap: 50px; padding-bottom: 44px; }
.footer-brand { color: #fff; }
.footer-brand .brand-copy small { color: #b9cdca; }
.footer-grid h2 { margin-bottom: 18px; color: #fff; font-family: inherit; font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { min-height: 36px; display: block; color: #dfe9e7; text-decoration: none; }
.footer-grid p { color: #b9cdca; font-size: 0.9rem; }
.footer-bottom { min-height: 62px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.footer-bottom p { margin: 0; color: #91aaa6; font-size: 0.74rem; }
.error-page { min-height: 100vh; display: grid; align-content: center; justify-items: start; padding-block: 5rem; }
.component-view { padding: 2rem; background: #fff; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; padding: 16px max(16px, calc((100% - 728px) / 2)); border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 30px rgba(23, 50, 58, 0.1); }
  .site-nav .mod-menu { display: grid; gap: 0; }
  .site-nav .mod-menu a { display: flex; padding: 7px 10px; border-bottom: 1px solid var(--line); }
  .community-nav-fallback { display: flex; padding: 7px 10px; border-bottom: 1px solid var(--line); }
  .nav-open .site-nav { display: block; }
  .nav-open .menu-toggle span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-open .menu-toggle span:nth-child(3) { opacity: 0; }
  .nav-open .menu-toggle span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; }
  .glass-card { width: min(100%, 500px); min-height: 370px; }
  .info-grid { grid-template-columns: 1fr; }
  .info-card { min-height: auto; }
  .mission-grid { grid-template-columns: 1fr; }
  .mission-card { min-height: auto; }
  .mission-number { margin-bottom: 16px; }
  .home-streams { grid-template-columns: 1fr; }
  .community-grid { grid-template-columns: 1fr 1fr; }
  .archive-community-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid, .gospel-grid { grid-template-columns: 1fr; }
  .gospel-grid { gap: 26px; }
}

@media (max-width: 660px) {
  :root { --shell: calc(100% - 28px); --radius: 18px; }
  body { font-size: 0.98rem; }
  .utility-inner { padding: 8px 0; }
  .utility-inner > p { display: none; }
  .utility-links { width: 100%; justify-content: space-between; gap: 10px; }
  .utility-links a { font-size: 0.72rem; }
  .header-inner { min-height: 76px; }
  .brand-mark { width: 44px; flex-basis: 44px; }
  .brand-copy strong { font-size: 0.79rem; }
  .brand-copy small { font-size: 0.68rem; }
  .hero { padding: 58px 0 58px; }
  .hero-grid { gap: 44px; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .hero-actions .button { flex: 1 1 145px; }
  .glass-card { min-height: 315px; padding: 20px; border-width: 8px; border-radius: 125px 125px 22px 22px; }
  .glass-cross { top: 61px; height: 150px; }
  .glass-cross::after { top: 42px; left: -38px; width: 90px; }
  .quick-info, .mission-section, .content-section { padding: 60px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .parish-stream .section-heading { margin-bottom: 18px; }
  .story-card { min-height: 0; grid-template-columns: 1fr; }
  .story-art { min-height: 112px; }
  .story-body { padding: 22px; }
  .community-grid, .archive-community-grid { grid-template-columns: 1fr; }
  .community-card { min-height: 220px; }
  .community-number { margin-bottom: 28px; }
  .gospel-grid .button { width: 100%; }
  .archive-header { margin-bottom: 30px; }
  .archive-card { grid-template-columns: 1fr; }
  .archive-date { min-height: 96px; padding: 18px 22px; }
  .archive-date-icon { place-items: center; }
  .archive-card-body { padding: 22px; }
  .inline-actions { align-items: stretch; flex-direction: column; }
  .inline-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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