/* ============================================================
   Garden of Grace Radio - gogradio.org
   Main stylesheet
   ============================================================ */

:root {
  --forest: #123f34;
  --forest-2: #0a2f27;
  --moss: #2f6f4f;
  --green: #1c8b68;
  --green-soft: #e7f4ee;
  --blue: #286e91;
  --blue-soft: #e7f1f5;
  --gold: #a86f17;
  --gold-soft: #f7edd7;
  --violet: #6251a6;
  --violet-soft: #eeebf8;
  --rose: #a5534e;
  --rose-soft: #f6e9e6;
  --slate: #324456;
  --paper: #f7f3ec;
  --paper-2: #fbfaf7;
  --white: #ffffff;
  --ink: #171815;
  --ink-2: #4d5149;
  --ink-3: #73796f;
  --border: rgba(18, 63, 52, 0.12);
  --border-strong: rgba(18, 63, 52, 0.22);
  --shadow: 0 22px 60px rgba(20, 36, 30, 0.14);
  --r: 8px;
  --ease: 180ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--paper-2);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
section[id] { scroll-margin-top: 84px; }

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 250, 247, 0.9);
  border-bottom: 1px solid rgba(18, 63, 52, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.nav-inner {
  max-width: 1180px;
  height: 72px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.nav-logo {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.nav-logo img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.nav-logo span { display: grid; line-height: 1.08; }
.nav-logo strong {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--forest);
}
.nav-logo small {
  font-size: 11px;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 3px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-links a {
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-2);
  text-decoration: none;
  transition: color var(--ease), background var(--ease);
}
.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.active {
  color: var(--forest);
  background: var(--green-soft);
  outline: none;
}
.nav-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--forest);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform var(--ease), background var(--ease);
}
.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--green);
  transform: translateY(-1px);
  outline: none;
}
.nav-ham {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  cursor: pointer;
}
.nav-mobile {
  display: none;
  padding: 8px 28px 22px;
  border-top: 1px solid rgba(18, 63, 52, 0.08);
  background: rgba(251, 250, 247, 0.98);
}
.nav-mobile.open { display: grid; }
.nav-mobile a {
  padding: 13px 0;
  border-bottom: 1px solid rgba(18, 63, 52, 0.09);
  color: var(--ink-2);
  text-decoration: none;
  font-weight: 600;
}
.nav-mobile a.active { color: var(--forest); }

.hero {
  min-height: 640px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: var(--forest-2);
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(6, 26, 22, 0.92) 0%, rgba(10, 47, 39, 0.82) 42%, rgba(10, 47, 39, 0.38) 70%, rgba(10, 47, 39, 0.2) 100%),
    url('hero-ministry.png');
  background-size: cover;
  background-position: center right;
}
.hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  z-index: -1;
  background: linear-gradient(0deg, rgba(10, 47, 39, 0.78), rgba(10, 47, 39, 0));
  pointer-events: none;
}
.hero-inner {
  max-width: 1180px;
  min-height: 640px;
  margin: 0 auto;
  padding: 78px 28px 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 50px;
  align-items: end;
}
.hero-copy { max-width: 640px; }
.hero-eyebrow,
.eyebrow {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}
.hero-eyebrow {
  color: #a7d8c2;
  margin-bottom: 18px;
}
.hero-h1 {
  margin: 0 0 22px;
  max-width: 620px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
}
.hero-sub {
  max-width: 540px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.72;
}
.hero-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
.btn-white,
.btn-outline-white,
.btn-green {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  border-radius: 999px;
  border: 0;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--ease), background var(--ease), border-color var(--ease), color var(--ease);
}
.btn-white { background: #fff; color: var(--forest); }
.btn-white:hover,
.btn-white:focus-visible { transform: translateY(-1px); outline: none; }
.btn-outline-white {
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.btn-outline-white:hover,
.btn-outline-white:focus-visible {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover,
.btn-green:focus-visible { background: var(--forest); transform: translateY(-1px); outline: none; }
.hero-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}
.hero-trust strong { color: #fff; }
.trust-avatars { display: flex; align-items: center; }
.trust-ava {
  width: 32px;
  height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(18, 63, 52, 0.18);
}
.trust-ava:not(:first-child) { margin-left: -9px; }
.trust-ava-a { background: #d0e8db; }
.trust-ava-b { background: #e8d9b6; }
.trust-ava-c { background: #d7d2ee; }
.trust-ava-d { background: #c4dce7; }

.hero-stack {
  display: grid;
  gap: 14px;
}
.player-card,
.daily-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--r);
  background: rgba(12, 38, 32, 0.82);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.player-card { padding: 24px; }
.live-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff5a55;
  box-shadow: 0 0 0 6px rgba(255, 90, 85, 0.14);
  animation: pulse 1.8s infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
.player-title {
  margin-bottom: 4px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.player-sub {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}
.player-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
}
.play-btn {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--green);
  color: #fff;
  transition: transform var(--ease), background var(--ease);
}
.play-btn:hover,
.play-btn:focus-visible { background: #22a079; transform: scale(1.04); outline: none; }
.play-btn svg { width: 23px; height: 23px; fill: currentColor; }
.play-btn.playing .icon-play { display: none; }
.play-btn:not(.playing) .icon-pause { display: none; }
.player-right { min-width: 0; }
.player-bar {
  height: 5px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  margin-bottom: 11px;
}
.player-bar-fill {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #9ee0be, #2ac38c, #e9c167);
  transform-origin: left;
  animation: stream 3.2s linear infinite;
}
.player-bar-fill.paused { animation-play-state: paused; }
@keyframes stream {
  0% { opacity: 0.45; transform: scaleX(0.28); }
  50% { opacity: 1; transform: scaleX(0.76); }
  100% { opacity: 0.45; transform: scaleX(0.28); }
}
.vol-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.54);
}
.vol-row svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.vol-row input { min-width: 0; width: 100%; accent-color: #9ee0be; }
.share-btn {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.share-btn:hover,
.share-btn:focus-visible { background: rgba(255, 255, 255, 0.14); outline: none; }
.daily-card {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.daily-kicker {
  display: block;
  margin-bottom: 6px;
  color: #a7d8c2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.daily-card h2 {
  margin: 0 0 4px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
}
.daily-card p { margin: 0; color: rgba(255, 255, 255, 0.62); font-size: 13px; }
.daily-link {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.daily-link svg,
.pillar-icon svg,
.feat-icon svg,
.devo-thumb svg,
.partner-chip-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.daily-link svg { width: 21px; height: 21px; }

.pillar-strip {
  background: var(--paper-2);
  border-bottom: 1px solid var(--border);
}
.pillar-strip-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.pillar-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid var(--border);
  border-radius: var(--r);
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}
.pillar-item:hover,
.pillar-item:focus-visible {
  transform: translateY(-2px);
  border-color: var(--border-strong);
  box-shadow: 0 12px 34px rgba(24, 45, 38, 0.08);
  outline: none;
}
.pillar-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r);
}
.pillar-icon svg { width: 21px; height: 21px; }
.pillar-green { background: var(--green-soft); color: var(--green); }
.pillar-blue { background: var(--blue-soft); color: var(--blue); }
.pillar-gold { background: var(--gold-soft); color: var(--gold); }
.pillar-violet { background: var(--violet-soft); color: var(--violet); }
.pillar-item strong { display: block; color: var(--forest); font-size: 15px; line-height: 1.2; }
.pillar-item small { display: block; margin-top: 2px; color: var(--ink-3); font-size: 12px; line-height: 1.35; }

.section { padding: 86px 28px; }
.section-inner { max-width: 1180px; margin: 0 auto; }
.split-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 42px;
}
.eyebrow { color: var(--green); margin-bottom: 11px; }
.section-h2 {
  margin: 0;
  max-width: 650px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 44px;
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--forest);
}
.section-lead {
  margin: 0;
  max-width: 560px;
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.72;
}
.about-section { background: var(--paper-2); }
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.feat {
  min-height: 236px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--r);
  background: #fff;
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}
.feat:hover {
  transform: translateY(-2px);
  border-color: var(--border-strong);
  box-shadow: 0 14px 36px rgba(24, 45, 38, 0.08);
}
.feat-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r);
  margin-bottom: 17px;
}
.feat-icon svg { width: 23px; height: 23px; }
.feature-green { color: var(--green); background: var(--green-soft); }
.feature-blue { color: var(--blue); background: var(--blue-soft); }
.feature-rose { color: var(--rose); background: var(--rose-soft); }
.feature-gold { color: var(--gold); background: var(--gold-soft); }
.feature-violet { color: var(--violet); background: var(--violet-soft); }
.feature-slate { color: var(--slate); background: #e8edf0; }
.feat h3 {
  margin: 0 0 8px;
  color: var(--forest);
  font-size: 18px;
  line-height: 1.25;
}
.feat p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.65;
}

.devos-section {
  background: #eef5f2;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.devos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.devo {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--r);
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}
.devo:hover,
.devo:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(28, 139, 104, 0.5);
  box-shadow: 0 16px 42px rgba(20, 57, 47, 0.12);
  outline: none;
}
.devo-thumb {
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
}
.devo-water { background: linear-gradient(135deg, #dceee6, #eff8f3); color: var(--green); }
.devo-book { background: linear-gradient(135deg, #e6eef5, #f5f9fb); color: var(--blue); }
.devo-heart { background: linear-gradient(135deg, #f2e4e0, #fbf4f1); color: var(--rose); }
.devo-thumb svg { width: 42px; height: 42px; }
.devo-body { padding: 20px; }
.devo-tag {
  margin-bottom: 8px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.devo-title {
  margin-bottom: 8px;
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--forest);
  font-size: 21px;
  line-height: 1.22;
}
.devo-excerpt {
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.6;
}
.devo-meta {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ink-3);
  font-size: 12px;
  font-weight: 700;
}
.devo-meta span:last-child {
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--green);
  background: var(--green-soft);
}

.community-section {
  color: #fff;
  background: var(--forest-2);
}
.community-section .eyebrow { color: #a7d8c2; }
.community-section .section-h2 { color: #fff; }
.community-section .section-lead { color: rgba(255, 255, 255, 0.68); }
.community-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 40px;
}
.community-header .btn-green { flex: 0 0 auto; }
.prayer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 20px;
  align-items: stretch;
}
.prayer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.p-card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r);
  background: rgba(255, 255, 255, 0.065);
}
.p-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.p-ava {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
}
.ava-green { background: #bfe2d0; }
.ava-gold { background: #edcf91; }
.ava-violet { background: #d2cdf1; }
.ava-blue { background: #bcdce8; }
.p-name { font-size: 14px; font-weight: 800; color: rgba(255, 255, 255, 0.95); }
.p-time { margin-left: auto; color: rgba(255, 255, 255, 0.43); font-size: 12px; }
.p-text { margin: 0 0 15px; color: rgba(255, 255, 255, 0.75); font-size: 14px; line-height: 1.65; }
.p-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.p-btn {
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.p-btn:hover,
.p-btn:focus-visible,
.p-btn.active {
  color: #c5efd9;
  border-color: rgba(167, 216, 194, 0.62);
  background: rgba(28, 139, 104, 0.2);
  outline: none;
}
.community-proof {
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r);
  background: rgba(255, 255, 255, 0.08);
}
.proof-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 54px;
  line-height: 1;
  color: #fff;
}
.community-proof p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}
.proof-divider {
  height: 1px;
  margin: 24px 0;
  background: rgba(255, 255, 255, 0.12);
}
.proof-note {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.55;
}

.give-section {
  background: #f8f2e5;
  border-bottom: 1px solid rgba(168, 111, 23, 0.16);
}
.give-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 64px;
  align-items: center;
}
.give-verse {
  max-width: 620px;
  margin: 24px 0 8px;
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--forest);
  font-size: 24px;
  font-style: italic;
  line-height: 1.45;
}
.give-ref { margin: 0 0 26px; color: var(--ink-3); font-size: 13px; font-weight: 700; }
.give-copy { max-width: 520px; margin: 0; color: var(--ink-2); font-size: 16px; line-height: 1.72; }
.give-tiers { display: grid; gap: 12px; }
.give-tier {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1.5px solid rgba(168, 111, 23, 0.18);
  border-radius: var(--r);
  background: #fff;
  cursor: pointer;
  transition: border-color var(--ease), background var(--ease), transform var(--ease);
}
.give-tier:hover,
.give-tier:focus-visible,
.give-tier.sel {
  border-color: rgba(28, 139, 104, 0.58);
  outline: none;
}
.give-tier.sel { background: #f0f8f3; }
.give-amount { color: var(--forest); font-size: 21px; font-weight: 800; }
.give-lbl { color: var(--ink-2); font-size: 14px; font-weight: 800; }
.give-lbl small { display: block; margin-top: 2px; color: var(--ink-3); font-size: 12px; font-weight: 500; }
.give-radio {
  width: 19px;
  height: 19px;
  border: 2px solid rgba(18, 63, 52, 0.18);
  border-radius: 999px;
  position: relative;
}
.give-tier.sel .give-radio::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: var(--green);
}
.give-btn-wrap { margin-top: 16px; }
.give-button { width: 100%; }
.give-note { margin: 10px 0 0; color: var(--ink-3); text-align: center; font-size: 12px; }

.partners-section { background: var(--paper-2); }
.partners-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 48px;
  align-items: center;
}
.partners-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.partner-chip,
.partner-add {
  min-height: 132px;
  padding: 18px;
  border-radius: var(--r);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  background: #fff;
  text-decoration: none;
}
.partner-chip-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r);
  color: var(--violet);
  background: var(--violet-soft);
}
.partner-chip-icon svg { width: 21px; height: 21px; }
.partner-chip strong { display: block; color: var(--forest); font-size: 15px; line-height: 1.25; }
.partner-chip small { display: block; margin-top: 3px; color: var(--violet); font-size: 12px; font-weight: 800; }
.partner-add {
  border-style: dashed;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
  align-items: flex-start;
}
.partner-add:hover,
.partner-add:focus-visible { border-color: var(--green); outline: none; }


.home-testimony-cta {
  background: var(--paper-2);
  padding-top: 0;
}
.testimony-link-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--r);
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(24, 45, 38, 0.08);
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}
.testimony-link-card:hover,
.testimony-link-card:focus-visible {
  transform: translateY(-2px);
  border-color: var(--green);
  box-shadow: 0 20px 48px rgba(24, 45, 38, 0.12);
  outline: none;
}
.testimony-link-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r);
  color: var(--violet);
  background: var(--violet-soft);
}
.testimony-link-icon svg,
.t-meta svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.testimony-link-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.testimony-link-card strong {
  display: block;
  color: var(--forest);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 30px;
  line-height: 1.12;
}
.testimony-link-card small {
  display: block;
  max-width: 620px;
  margin-top: 5px;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.55;
}
.testimony-link-arrow {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--forest);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.testimony-section {
  background: var(--paper-2);
  border-top: 1px solid var(--border);
}
.testimony-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 40px;
}
.testimony-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.t-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--r);
  background: #fff;
}
.t-quote {
  color: var(--ink-2);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  line-height: 1.42;
}
.t-meta {
  display: flex;
  align-items: center;
  gap: 11px;
}
.t-meta strong {
  display: block;
  color: var(--forest);
  font-size: 14px;
  line-height: 1.2;
}
.t-meta small {
  display: block;
  margin-top: 2px;
  color: var(--ink-3);
  font-size: 12px;
}
.testimony-note {
  margin: 20px 0 0;
  color: var(--ink-3);
  font-size: 13px;
}
.newsletter {
  padding: 70px 28px;
  color: #fff;
  background: var(--forest);
  text-align: center;
}
.newsletter-inner { max-width: 580px; margin: 0 auto; }
.newsletter h2 {
  margin: 0 0 10px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 36px;
  line-height: 1.14;
}
.newsletter p { margin: 0 0 28px; color: rgba(255, 255, 255, 0.65); font-size: 15px; }
.nl-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.nl-input {
  min-width: 0;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 15px;
}
.nl-input::placeholder { color: rgba(255, 255, 255, 0.42); }
.nl-input:focus { outline: none; border-color: #a7d8c2; }
.nl-btn {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  font-weight: 800;
  cursor: pointer;
}
.nl-btn:hover,
.nl-btn:focus-visible { background: #dff2e9; outline: none; }

.footer {
  padding: 52px 28px 32px;
  background: #08261f;
  color: rgba(255, 255, 255, 0.58);
}
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 38px;
  margin-bottom: 42px;
}
.f-brand {
  margin-bottom: 10px;
  font-family: 'Playfair Display', Georgia, serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.f-about { max-width: 310px; margin: 0; font-size: 14px; line-height: 1.7; }
.f-head {
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.f-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.f-links a { color: rgba(255, 255, 255, 0.62); text-decoration: none; font-size: 14px; }
.f-links a:hover,
.f-links a:focus-visible { color: #fff; outline: none; }
.admin-link { opacity: 0.32; }
.f-bottom {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 13px;
}
.f-bottom a { color: rgba(255, 255, 255, 0.48); text-decoration: none; }
.f-bottom a:hover,
.f-bottom a:focus-visible { color: #fff; outline: none; }


.policy-hero {
  padding: 84px 28px 58px;
  background: linear-gradient(135deg, #edf6f1, #fbfaf7);
  border-bottom: 1px solid var(--border);
}
.policy-hero h1 {
  max-width: 780px;
  margin: 0 0 12px;
  color: var(--forest);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 52px;
  line-height: 1.08;
}
.policy-hero p {
  margin: 0;
  color: var(--ink-3);
  font-size: 14px;
  font-weight: 700;
}
.policy-section { background: var(--paper-2); }
.policy-layout {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
.policy-summary {
  position: sticky;
  top: 96px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--r);
  background: #fff;
}
.policy-summary strong {
  display: block;
  margin-bottom: 8px;
  color: var(--forest);
  font-size: 15px;
}
.policy-summary p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.65;
}
.policy-content {
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: var(--r);
  background: #fff;
}
.policy-content h2 {
  margin: 30px 0 8px;
  color: var(--forest);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 27px;
  line-height: 1.18;
}
.policy-content h2:first-child { margin-top: 0; }
.policy-content p {
  margin: 0 0 14px;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.75;
}
.policy-content a {
  color: var(--green);
  font-weight: 800;
}
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.58);
}
.modal-overlay.open { display: flex; }
.modal {
  width: 100%;
  max-width: 500px;
  position: relative;
  padding: 32px;
  border-radius: var(--r);
  background: #fff;
  box-shadow: var(--shadow);
}
.modal-x {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink-3);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}
.modal h3 {
  margin: 0 42px 6px 0;
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--forest);
  font-size: 26px;
  line-height: 1.2;
}
.modal p { margin: 0 0 22px; color: var(--ink-2); font-size: 14px; }
.m-form { display: grid; gap: 12px; }
.m-input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--border-strong);
  border-radius: var(--r);
  background: var(--paper-2);
  color: var(--ink);
}
.m-input:focus { outline: none; border-color: var(--green); }
textarea.m-input { resize: vertical; min-height: 112px; }
.m-btn {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.m-btn:hover,
.m-btn:focus-visible { background: var(--forest); outline: none; }
.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 300;
  transform: translateX(-50%) translateY(86px);
  max-width: min(92vw, 520px);
  padding: 13px 22px;
  border-radius: 999px;
  background: var(--forest);
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  pointer-events: none;
  transition: transform 260ms ease;
}
.toast.show { transform: translateX(-50%) translateY(0); }

@media (max-width: 980px) {
  .nav-links, .nav-cta { display: none; }
  .nav-ham { display: inline-flex; }
  .hero { min-height: 0; }
  .hero-media {
    background-image:
      linear-gradient(180deg, rgba(6, 26, 22, 0.92) 0%, rgba(10, 47, 39, 0.78) 50%, rgba(10, 47, 39, 0.92) 100%),
      url('hero-ministry.png');
    background-position: center;
  }
  .hero-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 64px;
  }
  .hero-copy { max-width: 720px; }
  .hero-h1 { font-size: 52px; max-width: 720px; }
  .hero-stack { max-width: 620px; }
  .pillar-strip-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-intro, .give-inner, .partners-inner, .prayer-layout { grid-template-columns: 1fr; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-summary { position: static; }
  .testimony-header { align-items: flex-start; flex-direction: column; }
  .testimony-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .features-grid, .devos-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .community-header { align-items: flex-start; flex-direction: column; }
  .community-proof { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 22px; align-items: center; }
  .community-proof .proof-divider { width: 1px; height: 82px; margin: 0; }
  .proof-note { grid-column: 1 / -1; margin-top: 0; }
  .partners-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .nav-inner { height: 66px; padding: 0 20px; }
  .nav-mobile { padding-left: 20px; padding-right: 20px; }
  .nav-logo strong { font-size: 16px; }
  .nav-logo small { display: none; }
  .hero-inner { padding: 46px 20px 34px; }
  .hero-h1 { font-size: 38px; line-height: 1.07; }
  .hero-sub { font-size: 16px; line-height: 1.65; }
  .hero-btns { align-items: stretch; margin-bottom: 24px; }
  .hero-btns > * { width: 100%; }
  .hero-trust { align-items: flex-start; }
  .player-card { padding: 18px; }
  .player-row { grid-template-columns: 52px minmax(0, 1fr); }
  .share-btn { grid-column: 1 / -1; width: 100%; }
  .play-btn { width: 52px; height: 52px; }
  .daily-card { display: none; }
  .daily-card h2 { font-size: 20px; }
  .pillar-strip-inner { grid-template-columns: 1fr; padding: 14px 20px; }
  .section { padding: 64px 20px; }
  .split-intro { gap: 18px; margin-bottom: 30px; }
  .section-h2 { font-size: 34px; line-height: 1.16; }
  .policy-hero { padding: 58px 20px 42px; }
  .policy-hero h1 { font-size: 38px; }
  .policy-content { padding: 24px; }
  .section-lead { font-size: 16px; }
  .features-grid, .devos-grid, .prayer-grid, .partners-row, .testimony-grid { grid-template-columns: 1fr; }
  .testimony-link-card { grid-template-columns: 1fr; }
  .testimony-link-arrow { width: 100%; }
  .feat { min-height: 0; }
  .community-proof { display: block; }
  .community-proof .proof-divider { width: 100%; height: 1px; margin: 22px 0; }
  .give-inner { gap: 34px; }
  .give-verse { font-size: 21px; }
  .give-tier { grid-template-columns: 56px minmax(0, 1fr) 20px; padding: 16px; }
  
.newsletter { padding: 58px 20px; }
  .newsletter h2 { font-size: 30px; }
  .nl-form { grid-template-columns: 1fr; }
  .footer { padding-left: 20px; padding-right: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .f-bottom { align-items: flex-start; flex-direction: column; }
  .modal { padding: 28px 22px; }
  .toast { white-space: normal; }
}

@media (max-width: 390px) {
  .hero-h1 { font-size: 36px; }
  .section-h2 { font-size: 31px; }
  .player-title { font-size: 21px; }
  .give-tier { grid-template-columns: 1fr 20px; }
  .give-amount { grid-column: 1 / -1; }
}

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