:root {
  --vine-950: #13261e;
  --vine-900: #183427;
  --vine-800: #21533b;
  --vine-700: #2f6d4a;
  --vine-100: #e7f1e8;
  --leaf: #7fa35a;
  --grape: #5b3b67;
  --cream: #fbf7ee;
  --paper: #fffdf8;
  --ink: #172019;
  --muted: #667268;
  --line: rgba(23, 32, 25, 0.14);
  --shadow: 0 24px 70px rgba(19, 38, 30, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(127, 163, 90, 0.18), transparent 26rem),
    linear-gradient(180deg, var(--cream), #f5efe2 42%, var(--paper));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

body.lightbox-open {
  overflow: hidden;
}

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

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

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 247, 238, 0.88);
  border-bottom: 1px solid rgba(23, 32, 25, 0.08);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 118px;
  height: 54px;
  flex: 0 0 auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: linear-gradient(135deg, var(--vine-800), var(--leaf));
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(47, 109, 74, 0.22);
}

.brand-mark svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.1rem;
  line-height: 1.1;
  color: var(--vine-900);
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a,
.dropdown-toggle {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: var(--vine-900);
  border-radius: 999px;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
}

.nav-links a:hover,
.dropdown-toggle:hover {
  background: rgba(127, 163, 90, 0.14);
}

.nav-links .nav-cta {
  color: var(--paper);
  background: var(--vine-800);
}

.nav-links .nav-cta:hover {
  background: var(--vine-700);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 14px;
}

.dropdown-toggle {
  gap: 8px;
}

.dropdown-toggle span {
  font-size: 1rem;
  line-height: 1;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  z-index: 40;
  width: 230px;
  display: none;
  padding: 16px 8px 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.nav-dropdown.is-open .dropdown-menu {
  display: grid;
}

.dropdown-menu a {
  min-height: 40px;
  justify-content: flex-start;
  border-radius: 6px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--vine-900);
  padding: 0;
  place-items: center;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100svh - 76px);
  margin: 0 auto;
  padding: 80px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 86px);
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -46px auto auto -30px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(47, 109, 74, 0.18);
  border-radius: 50%;
  z-index: -1;
}

.eyebrow,
.section-kicker,
.card-label {
  color: var(--vine-700);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 14ch;
  margin-bottom: 12px;
  color: var(--vine-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-logo {
  width: min(100%, 540px);
  max-height: 240px;
  margin: 16px 0 28px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

.verse {
  margin-bottom: 8px;
  color: var(--grape);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 800;
}

.tagline {
  max-width: 560px;
  margin-bottom: 28px;
  color: var(--vine-800);
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  font-weight: 800;
  line-height: 1.15;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--vine-800);
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  color: var(--paper);
  background: var(--vine-800);
  box-shadow: 0 14px 34px rgba(47, 109, 74, 0.22);
}

.button.primary:hover {
  background: var(--vine-700);
}

.button.ghost {
  color: var(--vine-900);
  background: rgba(255, 253, 248, 0.62);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-media {
  position: relative;
  min-height: 610px;
}

.hero-photo {
  position: absolute;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.primary-photo {
  inset: 0 8% auto 0;
  width: 82%;
  height: 370px;
}

.secondary-photo {
  right: 0;
  bottom: 10px;
  width: 52%;
  height: 230px;
  border: 8px solid var(--cream);
}

.gather-card {
  position: relative;
  z-index: 2;
  width: min(360px, 70%);
  margin: 292px 0 0 auto;
  padding: 34px;
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(145deg, rgba(33, 83, 59, 0.96), rgba(19, 38, 30, 0.96)),
    var(--vine-900);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.gather-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -48px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.gather-card .card-label {
  color: #d6e6c7;
}

.gather-card dl {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  display: grid;
  gap: 20px;
}

.gather-card div {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.gather-card div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.gather-card dt {
  color: #d6e6c7;
  font-weight: 800;
}

.gather-card dd {
  margin: 3px 0 0;
  color: rgba(255, 253, 248, 0.88);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 76px 0;
}

.intro {
  max-width: 860px;
  text-align: center;
}

.intro h2,
.section-heading h2,
.pastor-copy h2,
.location h2 {
  color: var(--vine-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1;
  letter-spacing: 0;
}

.intro p,
.pastor-copy p,
.location address {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading {
  margin-bottom: 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section-heading h2 {
  max-width: 640px;
  margin-bottom: 0;
}

.schedule-grid,
.ministry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.schedule-grid article,
.ministry-card {
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.schedule-grid article {
  padding: 28px;
}

.schedule-grid span {
  color: var(--vine-700);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.schedule-grid h3 {
  margin: 10px 0 4px;
  color: var(--vine-950);
  font-size: 1.24rem;
  line-height: 1.2;
}

.schedule-grid p {
  margin-bottom: 0;
  color: var(--grape);
  font-size: 1.45rem;
  font-weight: 900;
}

.ministry-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ministry-card {
  min-height: 210px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ministry-card:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 109, 74, 0.32);
  background: rgba(255, 253, 248, 0.94);
}

.ministry-card svg {
  width: 42px;
  height: 42px;
  color: var(--vine-800);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ministry-card h3 {
  margin: 24px 0 6px;
  color: var(--vine-950);
  font-size: 1rem;
  line-height: 1.16;
}

.ministry-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.35;
}

.community,
.sermons {
  padding-top: 48px;
}

.sermons-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 28px;
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.sermons-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 16px;
}

.photo-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--vine-100);
}

.photo-grid .wide-photo {
  grid-column: span 2;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-grid figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 11px;
  color: var(--paper);
  background: rgba(19, 38, 30, 0.72);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pastor-section {
  width: min(1180px, calc(100% - 32px));
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 6vw, 78px);
  padding: 44px;
  color: var(--paper);
  background: var(--vine-900);
  border-radius: 8px;
  overflow: hidden;
}

.pastor-photo {
  align-self: end;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.09), rgba(127, 163, 90, 0.12));
  border-radius: 8px;
}

.pastor-photo img {
  width: 100%;
  max-height: 540px;
  object-fit: contain;
  object-position: bottom center;
}

.pastor-copy h2,
.pastor-copy p {
  color: var(--paper);
}

.pastor-copy .section-kicker {
  color: #d6e6c7;
}

.pastor-copy p {
  max-width: 570px;
  color: rgba(255, 253, 248, 0.82);
}

.pastor-copy .button.primary {
  margin-top: 10px;
  color: var(--vine-950);
  background: #d6e6c7;
  border-color: #d6e6c7;
}

.pastor-more {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 0 16px 0 10px;
  color: var(--vine-950);
  background: #d6e6c7;
  border: 1px solid #d6e6c7;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.pastor-more span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--vine-800);
  border-radius: 50%;
  font-size: 1.3rem;
  line-height: 1;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(19, 38, 30, 0.62);
  backdrop-filter: blur(8px);
}

.modal-overlay[hidden] {
  display: none;
}

.modal-card {
  position: relative;
  width: min(720px, 100%);
  max-height: min(82vh, 760px);
  overflow: auto;
  padding: clamp(28px, 5vw, 46px);
  background: var(--paper);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.modal-card h2 {
  max-width: 560px;
  margin: 10px 0 18px;
  color: var(--vine-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
}

.modal-card p {
  color: var(--muted);
  font-size: 1.02rem;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--vine-900);
  background: var(--vine-100);
  border: 0;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 900;
  cursor: pointer;
}

.subpage-header {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0;
}

.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: var(--vine-900);
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.ministry-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 78px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(28px, 6vw, 78px);
}

.ministry-hero h1 {
  margin-bottom: 18px;
}

.ministry-hero p {
  color: var(--muted);
  font-size: 1.1rem;
}

.ministry-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.ministry-info {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto 70px;
  padding: 32px;
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.ministry-info h2 {
  margin-bottom: 14px;
  color: var(--vine-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1;
}

.ministry-info p {
  color: var(--muted);
}

.ministry-info .button {
  margin-top: 8px;
}

.ministry-gallery {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 82px;
}

.gallery-heading {
  margin-bottom: 22px;
}

.gallery-heading h2 {
  margin: 6px 0 0;
  color: var(--vine-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.carousel-shell {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}

.carousel-track {
  display: flex;
  gap: 16px;
  transition: transform 520ms ease;
  will-change: transform;
}

.carousel-slide {
  flex: 0 0 min(360px, 78vw);
  margin: 0;
  overflow: hidden;
  background: var(--vine-100);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(19, 38, 30, 0.12);
  cursor: zoom-in;
}

.carousel-slide:focus-visible {
  outline: 3px solid var(--leaf);
  outline-offset: 4px;
}

.carousel-slide img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.carousel-actions {
  position: absolute;
  right: 14px;
  bottom: 24px;
  display: flex;
  gap: 8px;
}

.carousel-actions button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: rgba(19, 38, 30, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 1.35rem;
  cursor: pointer;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 44px);
  background: rgba(10, 18, 14, 0.84);
  backdrop-filter: blur(8px);
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox img {
  width: auto;
  max-width: min(1100px, 94vw);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
}

.gallery-lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--vine-950);
  background: var(--paper);
  border: 0;
  border-radius: 50%;
  font-size: 1.15rem;
  font-weight: 900;
  cursor: pointer;
}

.content-page {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto 78px;
  padding: 22px 0 0;
}

.content-page h1 {
  max-width: 780px;
}

.content-card {
  margin-top: 28px;
  padding: clamp(26px, 5vw, 46px);
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.content-card h2 {
  margin-bottom: 16px;
  color: var(--vine-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1;
}

.content-card p,
.content-card li {
  color: var(--muted);
  font-size: 1.04rem;
}

.content-card ul {
  margin: 0 0 24px;
  padding-left: 20px;
}

.resource-grid,
.logo-download-grid {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.resource-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.resource-card,
.logo-download-card {
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.resource-card {
  min-height: 300px;
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: clamp(22px, 4vw, 34px);
}

.resource-card img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}

.resource-card h2,
.logo-download-card h2 {
  color: var(--vine-950);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

.resource-card p {
  color: var(--muted);
}

.logo-download-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.logo-download-card {
  padding: 18px;
}

.logo-download-card figure {
  min-height: 250px;
  display: grid;
  place-items: center;
  margin: 0 0 18px;
  padding: 18px;
  border-radius: 8px;
}

.logo-download-card img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
}

.logo-download-card h2 {
  margin-bottom: 14px;
  font-size: 1.35rem;
}

.light-preview figure {
  background: var(--paper);
}

.dark-preview figure {
  background: var(--vine-950);
}

.beige-preview figure {
  background: #f5e6c8;
}

.note-box {
  margin-top: 24px;
  padding: 18px;
  color: var(--vine-900);
  background: var(--vine-100);
  border-radius: 8px;
}

.wide-content {
  width: min(1180px, calc(100% - 32px));
}

.belief-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.belief-grid article {
  padding: 26px;
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.belief-grid span {
  color: var(--grape);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.belief-grid h2 {
  margin: 10px 0 12px;
  color: var(--vine-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  line-height: 1.08;
}

.belief-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.gospel-card blockquote {
  margin: 0 0 24px;
  padding: 22px;
  color: var(--vine-900);
  background: var(--vine-100);
  border-left: 4px solid var(--leaf);
  border-radius: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  line-height: 1.55;
}

.gospel-card cite {
  display: block;
  margin-top: 12px;
  color: var(--grape);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.closing-line {
  margin-top: 26px;
  color: var(--vine-900);
  font-weight: 900;
}

.coming-soon {
  min-height: 56vh;
  display: grid;
  place-items: center;
  align-content: center;
  padding: clamp(32px, 8vw, 80px);
  text-align: center;
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.coming-soon svg {
  width: 92px;
  height: 92px;
  margin-bottom: 22px;
  color: var(--vine-800);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.coming-soon h1 {
  max-width: 720px;
  margin-bottom: 14px;
}

.coming-soon p:last-child {
  color: var(--muted);
  font-size: 1.12rem;
}

.location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.location h2 {
  max-width: 680px;
  margin-bottom: 12px;
}

address {
  font-style: normal;
}

.footer {
  margin-top: 20px;
  padding: 54px 0 34px;
  color: rgba(255, 253, 248, 0.86);
  background: var(--vine-950);
}

.footer-main,
.partners {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand strong,
.footer-brand small {
  color: var(--paper);
}

.footer-brand .brand-logo {
  width: 108px;
  height: 54px;
  padding: 6px;
  background: var(--paper);
  border-radius: 6px;
  mix-blend-mode: normal;
}

.footer p {
  margin: 14px 0 0;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a,
.social-placeholder {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.socials a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.socials svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.socials a:first-child svg,
.socials a:last-child svg {
  fill: currentColor;
  stroke: none;
}

.social-placeholder {
  opacity: 0.72;
}

.partners {
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.partners > span {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.partner-logos a {
  min-height: 98px;
  display: grid;
  place-items: center;
  padding: 4px;
  border-radius: 8px;
}

.partner-logos img,
.text-logo {
  width: 100%;
  max-height: 98px;
  object-fit: contain;
}

.text-logo {
  min-height: 98px;
  color: var(--paper);
  font-weight: 900;
  font-size: 1.65rem;
  letter-spacing: 0.04em;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.partner-logos a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.app-promo {
  width: min(1180px, calc(100% - 32px));
  margin: 36px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.app-promo > span {
  display: block;
  margin-bottom: 16px;
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-badge {
  min-width: 230px;
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  color: #fff;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.store-badge small,
.store-badge strong {
  display: block;
  line-height: 1.05;
}

.store-badge small {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.store-badge strong {
  margin-top: 4px;
  font-size: 1.45rem;
}

.play-icon {
  width: 38px;
  height: 38px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: linear-gradient(135deg, #28b446 0 32%, #1a73e8 32% 62%, #fbbc05 62% 80%, #ea4335 80%);
}

.apple-icon {
  width: 38px;
  height: 38px;
  position: relative;
  display: inline-block;
}

.apple-icon::before {
  content: "";
  position: absolute;
  inset: 8px 6px 2px;
  background: #fff;
  border-radius: 44% 44% 50% 50%;
}

.apple-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 19px;
  width: 12px;
  height: 16px;
  background: #fff;
  border-radius: 12px 0 12px 0;
  transform: rotate(28deg);
}

.download-hero {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto 82px;
  padding: 60px 0 0;
  text-align: center;
}

.download-hero h1 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.download-card {
  margin-top: 28px;
  padding: clamp(30px, 7vw, 70px);
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.download-card p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
}

.download-card .store-badges {
  justify-content: center;
  margin-top: 26px;
}

@media (max-width: 980px) {
  .hero,
  .pastor-section,
  .ministry-hero {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 58px;
  }

  .hero-media {
    min-height: 560px;
  }

  h1 {
    max-width: 11ch;
  }

  .schedule-grid,
  .ministry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .nav {
    min-height: 68px;
  }

  .menu-toggle {
    position: relative;
    z-index: 31;
    display: grid;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    padding: 96px 24px 32px;
    background: rgba(251, 247, 238, 0.98);
    transform: translateX(100%);
    transition: transform 220ms ease;
  }

  .nav-links.is-open {
    transform: translateX(0);
  }

  .nav-links a {
    min-height: 58px;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    font-size: 1.1rem;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown::after {
    display: none;
  }

  .dropdown-toggle {
    width: 100%;
    min-height: 58px;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    font-size: 1.1rem;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    margin-top: 8px;
    box-shadow: none;
  }

  .hero {
    width: min(100% - 24px, 1180px);
    padding: 46px 0 50px;
    gap: 28px;
  }

  .hero-logo {
    max-height: 150px;
  }

  .hero-media {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .hero-photo {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .secondary-photo {
    border: 0;
  }

  .gather-card {
    width: 100%;
    margin: 0;
    padding: 24px;
  }

  .section {
    width: min(100% - 24px, 1180px);
    padding: 56px 0;
  }

  .section-heading {
    display: block;
  }

  .schedule-grid,
  .ministry-grid,
  .photo-grid,
  .belief-grid,
  .partner-logos,
  .resource-grid,
  .logo-download-grid,
  .resource-card {
    grid-template-columns: 1fr;
  }

  .photo-grid {
    grid-auto-rows: auto;
  }

  .photo-grid .wide-photo {
    grid-column: auto;
  }

  .photo-grid img {
    aspect-ratio: 4 / 3;
  }

  .ministry-card {
    min-height: 150px;
  }

  .pastor-section {
    width: min(100% - 24px, 1180px);
    padding: 24px;
  }

  .footer-main {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-badge {
    width: 100%;
  }

  .sermons-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .brand strong {
    font-size: 1rem;
  }

  .brand small {
    font-size: 0.68rem;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-logo {
    width: 92px;
    height: 42px;
  }

  h1 {
    font-size: 2.8rem;
  }

  .button {
    width: 100%;
  }
}
