:root {
  --navy: #1e3a5f;
  --navy-mid: #2c5282;
  --navy-dark: #162d4a;
  --navy-ink: #0f243d;
  --gold: #c9a227;
  --gold-dark: #b8860b;
  --cream: #f6f3ec;
  --paper: #ffffff;
  --ink: #1e293b;
  --muted: #475569;
  --line: #e2e8f0;
  --shadow: 0 18px 40px -18px rgba(15, 36, 61, 0.28);
  --radius: 1.35rem;
  --nav-h: 4.5rem;
  --wrap: min(92rem, calc(100% - 2.5rem));
  --font: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --serif: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

img,
svg,
iframe {
  max-width: 100%;
}

img {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0;
}

p { margin: 0; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  z-index: 100;
  background: var(--paper);
  color: var(--navy);
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
}

.skip:focus {
  top: 0.75rem;
}

.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.icon {
  width: 1.15em;
  height: 1.15em;
  display: inline-block;
  vertical-align: -0.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-fill {
  fill: currentColor;
  stroke: none;
}

.wrap {
  width: var(--wrap);
  margin-inline: auto;
}

.eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dark);
  background: #f3e6c1;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}

.section {
  padding: 3.5rem 0;
}

.section-follow {
  padding-top: 0;
}

#locations,
#maps,
#worship,
#calendar,
#give {
  scroll-margin-top: calc(var(--nav-h) + env(safe-area-inset-top) + 0.4rem);
}

.eyebrow-green {
  background: #d1fae5;
  color: #047857;
}

.eyebrow-sky {
  background: #e0f2fe;
  color: #0369a1;
}

.section-head {
  text-align: center;
  margin-bottom: 2.25rem;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  color: var(--navy);
}

.section-head p {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 36rem;
  margin-inline: auto;
}

/* NAV */
.site-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: var(--nav-h);
  padding-top: env(safe-area-inset-top);
  color: #fff;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.site-nav.is-solid,
.site-nav.is-open {
  background: rgba(255, 255, 255, 0.97);
  color: var(--navy);
  box-shadow: 0 1px 0 rgba(15, 36, 61, 0.08);
  backdrop-filter: blur(10px);
}

.nav-inner {
  width: var(--wrap);
  margin-inline: auto;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  flex: 1 1 auto;
}

.brand-mark {
  width: 2.7rem;
  height: 2.7rem;
  flex: 0 0 2.7rem;
  border-radius: 0.85rem;
  background: #fff;
  color: var(--navy);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.12rem;
  background: #fff;
  border-radius: 0.7rem;
}

.site-nav.is-solid .brand-mark,
.site-nav.is-open .brand-mark {
  background: var(--navy);
  padding: 0.18rem;
  box-shadow: 0 1px 3px rgba(15, 36, 61, 0.25);
}

.site-nav.is-solid .brand-logo,
.site-nav.is-open .brand-logo {
  border-radius: 0.62rem;
}

.brand-mark-fallback {
  display: none;
  width: 1.35rem;
  height: 1.35rem;
  stroke-width: 2.2;
}

.brand.is-logo-missing .brand-logo {
  display: none;
}

.brand.is-logo-missing .brand-mark {
  background: var(--navy);
  color: #fff;
}

.brand.is-logo-missing .brand-mark-fallback {
  display: block;
}

.site-nav.is-solid .brand.is-logo-missing .brand-mark,
.site-nav.is-open .brand.is-logo-missing .brand-mark {
  background: var(--navy);
  color: var(--gold);
}

.brand-text {
  min-width: 0;
}

.brand-text strong {
  display: block;
  font-size: clamp(0.92rem, 2.8vw, 1.2rem);
  letter-spacing: -0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-text span {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  opacity: 0.75;
  font-weight: 600;
}

.nav-links,
.nav-actions {
  display: none;
}

.nav-links a,
.nav-actions a {
  font-size: 0.92rem;
  font-weight: 600;
}

.nav-links a:hover,
.nav-actions a:hover:not(.btn-give) {
  color: var(--gold);
}

.nav-actions {
  align-items: center;
  gap: 0.65rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  font-weight: 650;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
}

.btn:active {
  transform: scale(0.985);
}

.btn-ghost {
  padding: 0.65rem 1rem;
}

.site-nav.is-solid .btn-ghost,
.site-nav.is-open .btn-ghost {
  color: var(--navy);
}

.btn-give {
  background: #fff;
  color: var(--navy);
  padding: 0.7rem 1.15rem;
  box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.45);
}

.site-nav.is-solid .btn-give,
.site-nav.is-open .btn-give {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 8px 18px -12px rgba(30, 58, 95, 0.7);
}

.nav-social {
  display: flex;
  gap: 0.7rem;
  padding-left: 0.75rem;
  margin-left: 0.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.site-nav.is-solid .nav-social,
.site-nav.is-open .nav-social {
  border-left-color: var(--line);
}

.nav-social a {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
}

.nav-social .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.nav-toggle {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  flex: 0 0 2.75rem;
}

.nav-toggle .icon-close { display: none; }
.site-nav.is-open .icon-menu { display: none; }
.site-nav.is-open .icon-close { display: block; }

.nav-mobile {
  display: none;
  background: #fff;
  color: var(--navy);
  border-top: 1px solid var(--line);
  padding: 1rem 1.25rem 1.5rem;
  max-height: calc(100svh - var(--nav-h) - env(safe-area-inset-top));
  overflow: auto;
}

.site-nav.is-open {
  height: auto;
  min-height: 100svh;
  background: #fff;
}

.site-nav.is-open .nav-mobile {
  display: block;
  min-height: calc(100svh - var(--nav-h) - env(safe-area-inset-top));
}

.nav-mobile a {
  display: block;
  padding: 0.85rem 0.2rem;
  font-weight: 600;
  font-size: 1.05rem;
}

.nav-mobile .btn-give {
  width: 100%;
  margin-top: 0.75rem;
  background: var(--navy);
  color: #fff;
  padding: 0.95rem 1rem;
}

.nav-mobile-meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.nav-mobile-social {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  padding: 1rem 0 0.25rem;
  font-size: 1.35rem;
}

@media (min-width: 1024px) {
  .nav-toggle,
  .nav-mobile { display: none !important; }

  .site-nav.is-open {
    height: var(--nav-h);
    min-height: 0;
  }

  .brand { flex: 0 1 auto; }

  .nav-links {
    display: flex;
    gap: 1.6rem;
  }

  .nav-actions {
    display: flex;
  }
}

/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(ellipse 80% 55% at 50% 38%, rgba(201, 162, 39, 0.2), transparent 58%),
    radial-gradient(ellipse 45% 40% at 88% 92%, rgba(44, 82, 130, 0.55), transparent 50%),
    linear-gradient(165deg, var(--navy) 0%, var(--navy-dark) 48%, var(--navy-ink) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(30, 58, 95, 0.75), rgba(30, 58, 95, 0.85));
  pointer-events: none;
}

.hero-cross {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  z-index: 0;
  opacity: 0.07;
}

.hero-cross .icon {
  width: min(70vw, 28rem);
  height: min(70vw, 28rem);
  stroke-width: 1.2;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(56rem, calc(100% - 2rem));
  padding: calc(var(--nav-h) + env(safe-area-inset-top) + 1.5rem) 0.35rem 4.5rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  font-weight: 650;
  margin-bottom: 1.1rem;
}

.pulse {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.7);
  animation: pulse 1.8s ease-out infinite;
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 8px rgba(52, 211, 153, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}

.hero h1 {
  font-size: clamp(1.7rem, 8vw, 4.75rem);
  line-height: 1.08;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.hero h1 em {
  font-style: normal;
  color: var(--gold);
}

.hero-lead {
  margin: 1rem auto 1.6rem;
  max-width: 32rem;
  font-size: clamp(1.05rem, 2.4vw, 1.4rem);
  font-weight: 350;
  color: rgba(255, 255, 255, 0.92);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
}

.btn-light {
  background: #fff;
  color: var(--navy);
  padding: 0.95rem 1.5rem;
  font-size: 1.05rem;
  box-shadow: 0 16px 30px -18px rgba(0, 0, 0, 0.55);
}

.btn-outline {
  border: 2px solid rgba(255, 255, 255, 0.72);
  color: #fff;
  padding: 0.9rem 1.5rem;
  font-size: 1.05rem;
  background: rgba(255, 255, 255, 0.04);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.hero-meta {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-size: 0.92rem;
  opacity: 0.85;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.hero-scroll {
  display: none;
}

@media (min-width: 640px) {
  .hero-actions {
    flex-direction: row;
    justify-content: center;
  }

  .hero-meta {
    flex-direction: row;
    justify-content: center;
    gap: 1.25rem;
  }
}

@media (min-width: 768px) {
  .hero-scroll {
    display: flex;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 1.4rem;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .hero-scroll .icon {
    animation: bounce 1.6s ease-in-out infinite;
  }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

/* STRIP */
.strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}

.strip-inner {
  width: var(--wrap);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.strip strong {
  color: var(--navy);
}

.strip .icon {
  color: var(--gold);
  margin-right: 0.35rem;
}

/* LOCATION CARDS */
.cards {
  display: grid;
  gap: 1.5rem;
}

.church-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.card-main {
  display: grid;
  align-items: stretch;
}

.card-main .card-body {
  min-width: 0;
}

.card-map {
  min-height: 12.5rem;
  background: #e8eef4;
  border-top: 1px solid var(--line);
}

.card-map .embed {
  height: 12.5rem;
  border-radius: 0;
}

.directions {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.1rem;
  font-weight: 650;
  color: var(--navy);
}

.directions:hover { color: var(--gold-dark); }

.accent {
  height: 0.38rem;
}

.accent-navy { background: linear-gradient(90deg, var(--navy), var(--navy-mid)); }
.accent-gold { background: linear-gradient(90deg, var(--gold), var(--gold-dark)); }

.photo-slot {
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 30% 30%, rgba(201, 162, 39, 0.28), transparent 45%),
    linear-gradient(145deg, var(--navy) 0%, var(--navy-mid) 100%);
  overflow: hidden;
}

.photo-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.photo-slot img.is-ready {
  opacity: 1;
}

.photo-slot--compact {
  aspect-ratio: 16 / 7;
}

.card-body,
.card-times,
.card-foot {
  padding: 1.35rem 1.4rem;
}

.card-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.card-top h3 {
  font-size: 2rem;
  color: var(--navy);
}

.card-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.pill {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: #d1fae5;
  color: #047857;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  white-space: nowrap;
}

.facts {
  display: grid;
  gap: 0.75rem;
  font-size: 0.95rem;
}

.facts p {
  display: grid;
  grid-template-columns: 1.4rem 1fr;
  gap: 0.55rem;
}

.facts .icon { color: var(--gold-dark); }
.facts a:hover { color: var(--gold-dark); }

.card-times {
  background: #f8fafc;
  border-top: 1px solid var(--line);
  flex: 1;
}

.card-times h4 {
  margin: 0 0 0.8rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-family: var(--font);
  font-weight: 700;
}

.time-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 0.8rem 0.95rem;
  margin-bottom: 0.6rem;
}

.time-copy {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  column-gap: 0.55rem;
  align-items: center;
}

.time-copy .icon {
  grid-row: 1 / span 2;
  color: var(--gold-dark);
}

.time-row strong { display: block; }
.time-row small {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.78rem;
}

.time-chip {
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  white-space: nowrap;
}

.note {
  font-size: 0.8rem;
  color: var(--muted);
  font-style: italic;
  padding: 0.2rem 0.4rem;
}

.fine-print {
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .card-main {
    grid-template-columns: minmax(13rem, 1.05fr) minmax(12rem, 1fr);
  }

  .card-map {
    border-top: 0;
    border-left: 1px solid var(--line);
    min-height: 0;
  }

  .card-map .embed {
    height: 100%;
    min-height: 0;
  }

  .card-body {
    padding: 1.15rem 1.15rem 1.2rem;
  }
}

@media (min-width: 1280px) {
  :root { --wrap: min(96rem, calc(100% - 4rem)); }
  .section { padding: 4.5rem 0; }
}

.embed {
  position: relative;
  background: #e8eef4;
  overflow: hidden;
  border-radius: 1.1rem;
}

.embed--map {
  height: 100%;
  border-radius: 0;
}

.embed--video {
  height: 0;
  padding-bottom: 56.25%;
}

.embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* WORSHIP */
.worship {
  background: #fff;
  border-block: 1px solid var(--line);
}

.worship-grid {
  display: grid;
  gap: 2rem;
}

.worship h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
  color: var(--navy);
}

.worship-copy > p {
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.feature-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.feature {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.8rem;
  align-items: start;
}

.feature-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.8rem;
  background: #d1fae5;
  color: #047857;
  display: grid;
  place-items: center;
}

.feature strong { display: block; color: var(--navy); }
.feature p { color: var(--muted); font-size: 0.92rem; }

.channel-links {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.channel-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid #cbd5e1;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  font-weight: 650;
  width: fit-content;
}

.channel-btn:hover { background: #f8fafc; }
.yt { color: #dc2626; }
.fb { color: #2563eb; }

.video-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.7rem;
}

.video-head strong { font-size: 1.05rem; }

.live-tag {
  font-size: 0.68rem;
  font-weight: 700;
  background: #fee2e2;
  color: #b91c1c;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  margin-left: 0.4rem;
}

.embed-note {
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
  margin-top: 0.6rem;
}

@media (min-width: 1024px) {
  .worship-grid {
    grid-template-columns: minmax(16rem, 0.42fr) minmax(0, 0.58fr);
    gap: 3rem;
    align-items: start;
  }

  .worship-copy {
    position: sticky;
    top: calc(var(--nav-h) + 1.25rem);
  }
}

.upcoming-block {
  margin: 0 0 1.75rem;
}
.upcoming-block h3 {
  margin: 0 0 0.5rem;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  text-align: center;
}
.upcoming-intro {
  text-align: center;
  color: var(--muted);
  margin: 0 0 1rem;
}
.upcoming-list {
  display: grid;
  gap: 0.9rem;
}
@media (min-width: 768px) {
  .upcoming-list { grid-template-columns: 1fr 1fr; }
}
.event-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  padding: 1.05rem 1.15rem 1.15rem;
  box-shadow: var(--shadow);
}
.event-card h4 {
  margin: 0 0 0.35rem;
  color: var(--navy);
  font-size: 1.15rem;
}
.event-when {
  margin: 0 0 0.45rem;
  color: var(--gold-dark);
  font-size: 0.88rem;
  font-weight: 650;
}
.event-card p:last-child { margin-bottom: 0; }

/* CALENDAR */
.calendar-shell {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 0.5rem;
}

.calendar-shell iframe {
  width: 100%;
  border: 0;
  border-radius: 1.1rem;
  background: #fff;
}

.calendar-month { display: none; height: 38rem; }
.calendar-agenda { display: block; height: 28rem; }

.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem 1.5rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--navy);
}

.calendar-legend li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.swatch {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 0.2rem;
  flex: 0 0 0.85rem;
}

.swatch-trinity { background: #3F51B5; }
.swatch-risen { background: #F6BF26; }

.calendar-help {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem 1rem;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--muted);
}

.calendar-help a {
  font-weight: 650;
  color: var(--navy);
}

@media (min-width: 768px) {
  .calendar-agenda { display: none; }
  .calendar-month { display: block; }
}

@media (min-width: 1280px) {
  .calendar-month { height: 44rem; }
}

/* GIVE */
.give {
  background: var(--navy);
  color: #fff;
  text-align: center;
  padding: 4rem 0;
}

.give-inner {
  width: min(44rem, calc(100% - 2.5rem));
  margin-inline: auto;
}

.give-mark {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.1);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 1.6rem;
}

.give h2 {
  font-size: clamp(2rem, 5vw, 3.25rem);
}

.give p {
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
}

.btn-give-lg {
  display: flex;
  width: 100%;
  max-width: 28rem;
  margin: 1.75rem auto 0.7rem;
  background: #fff;
  color: var(--navy);
  padding: 1.15rem 1.4rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.5);
}

.give-secure {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.6);
}

.give-points {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.75rem;
}

.give-points span {
  background: rgba(255, 255, 255, 0.08);
  padding: 0.85rem 1rem;
  border-radius: 0.9rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 640px) {
  .give-points { grid-template-columns: repeat(3, 1fr); }
}

/* CONTACT */
.contact {
  text-align: center;
}

.contact h2 {
  font-family: var(--font);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  letter-spacing: -0.02em;
  color: var(--navy);
}

.contact > .wrap > p {
  margin: 0.7rem auto 1.4rem;
  max-width: 28rem;
  color: var(--muted);
}

.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: stretch;
  width: min(28rem, 100%);
  margin-inline: auto;
}

.btn-line {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: var(--navy);
  padding: 0.9rem 1.2rem;
}

.btn-navy {
  background: var(--navy);
  color: #fff;
  padding: 0.9rem 1.2rem;
}

@media (min-width: 640px) {
  .contact-actions {
    flex-direction: row;
    width: auto;
    justify-content: center;
  }
}

/* FOOTER */
.site-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 2.4rem 0 2rem;
  font-size: 0.85rem;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.site-footer strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.footer-social {
  display: flex;
  gap: 0.9rem;
  font-size: 1.25rem;
}

.footer-copy {
  font-size: 0.72rem;
  line-height: 1.5;
}

.footer-bottom {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  font-size: 0.75rem;
  color: #64748b;
}

@media (min-width: 768px) {
  .footer-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-end { text-align: right; }
}

@media (min-width: 1024px) {
  .hero {
    min-height: 100vh;
    min-height: 100dvh;
  }

  .hero-content { width: min(62rem, calc(100% - 4rem)); }
}

.extra-page {
  padding-top: calc(var(--nav-h) + 2.5rem);
}
.page-copy {
  background: #fff;
  border-radius: var(--radius);
  padding: 2rem 1.4rem 2.4rem;
  max-width: 48rem;
  box-shadow: var(--shadow);
}
.page-copy h1 {
  color: var(--navy);
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}
.page-copy p {
  color: var(--muted);
  margin: 0 0 1rem;
  font-size: 1.05rem;
}
