:root {
  --ink: #111827;
  --navy: #071936;
  --blue: #123864;
  --gold: #d9ab54;
  --gold-light: #f2d38a;
  --cream: #fff8e8;
  --paper: #f7f0df;
  --red: #8e2f24;
  --green: #183d35;
  --muted: #635f58;
  --line: rgba(151, 104, 34, 0.24);
  --shadow: 0 24px 70px rgba(27, 20, 12, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(217, 171, 84, 0.22), transparent 30rem),
    linear-gradient(180deg, #07101f 0, #07101f 46rem, var(--paper) 46rem);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.gallery-page {
  background: var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

section {
  scroll-margin-top: 120px;
}

.site-header {
  position: fixed;
  inset: 16px 22px auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px;
  border: 1px solid rgba(242, 211, 138, 0.28);
  border-radius: 999px;
  background: rgba(6, 14, 29, 0.66);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  background: rgba(7, 25, 54, 0.92);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: white;
  font-weight: 900;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border: 1px solid rgba(242, 211, 138, 0.5);
  border-radius: 50%;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 800;
}

.main-nav a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.12);
}

.main-nav .whatsapp-link {
  margin-left: 4px;
  color: #062814;
  background: #62d58a;
  box-shadow: 0 8px 24px rgba(35, 176, 91, 0.24);
}

.main-nav .whatsapp-link:hover {
  color: #031a0c;
  background: #83e4a5;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: white;
}

.top-banner {
  padding: 100px 24px 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 211, 138, 0.24), transparent 30rem),
    linear-gradient(180deg, #07101f, #0d2340);
}

.top-banner img {
  width: min(1520px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(242, 211, 138, 0.35);
  border-radius: 30px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.36);
}

.hero {
  position: relative;
  display: block;
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 48px 92px;
  color: white;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 20px -80px 20px;
  z-index: -1;
  border: 1px solid rgba(242, 211, 138, 0.12);
  border-radius: 46px;
  background:
    radial-gradient(circle at 80% 30%, rgba(217, 171, 84, 0.2), transparent 22rem),
    linear-gradient(135deg, rgba(18, 56, 100, 0.76), rgba(142, 47, 36, 0.3));
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1,
.section-copy h2,
.section-heading h2,
.connect-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.97;
}

.hero h1 {
  max-width: 1120px;
  font-size: clamp(2.6rem, 5.6vw, 5.76rem);
  text-wrap: balance;
}

.hero p {
  max-width: 980px;
  margin: 24px 0 0;
  color: rgba(255, 248, 232, 0.84);
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
}

.quick-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.quick-facts span {
  padding: 10px 14px;
  border: 1px solid rgba(242, 211, 138, 0.28);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 850;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 950;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #1d1609;
  background: linear-gradient(135deg, #f4d78d, var(--gold));
  box-shadow: 0 18px 42px rgba(217, 171, 84, 0.28);
}

.button.light {
  color: var(--navy);
  background: var(--cream);
}

.button.outline {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.button.whatsapp-button {
  flex-basis: 100%;
  color: #062814;
  background: #62d58a;
  box-shadow: 0 18px 42px rgba(35, 176, 91, 0.24);
}

.button.whatsapp-button:hover {
  color: #031a0c;
  background: #83e4a5;
}

.button.dark {
  margin-top: 28px;
  color: white;
  background: var(--navy);
}

.compact-button {
  margin-top: 22px;
}

.schedule-card,
.welcome-section,
.first-time,
.melkite-section,
.community-section,
.connect-section,
.visit-section {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0;
}

.schedule-card {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 28px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 248, 232, 0.96);
  box-shadow: var(--shadow);
}

.schedule-card h2,
.section-copy h2,
.section-heading h2,
.connect-card h2 {
  color: var(--navy);
  font-size: clamp(1.76rem, 3.2vw, 3.6rem);
}

.schedule-card p,
.section-copy p,
.welcome-note p,
.expect-grid p,
.melkite-section p,
.community-grid p,
.connect-card p,
.support-card p,
.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
}

.date-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.date-list article,
.expect-grid article,
.community-grid article,
.welcome-note,
.bishop-short,
.support-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  box-shadow: 0 14px 42px rgba(27, 20, 12, 0.08);
}

.date-list article {
  padding: 18px;
}

.date-list span,
.date-list small {
  display: block;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.date-list strong {
  display: block;
  margin: 8px 0 4px;
  color: var(--navy);
  font-size: 1.1rem;
  line-height: 1.15;
}

.welcome-section,
.melkite-section,
.connect-section {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 34px;
  align-items: stretch;
}

.welcome-note,
.bishop-short,
.support-card,
.connect-card {
  padding: 34px;
}

.welcome-note,
.support-card {
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(135deg, #ffffff, #fff3d0);
}

.welcome-note h3,
.bishop-short h3,
.support-card h3,
.community-grid h3,
.expect-grid h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.18;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.expect-grid,
.community-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.expect-grid article,
.community-grid article {
  min-height: 260px;
  padding: 26px;
}

.expect-grid span {
  display: block;
  margin-bottom: 54px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
}

.melkite-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.bishop-short {
  color: white;
  background:
    linear-gradient(135deg, rgba(7, 25, 54, 0.94), rgba(24, 61, 53, 0.94)),
    radial-gradient(circle at top right, rgba(217, 171, 84, 0.3), transparent 22rem);
}

.bishop-short h3,
.bishop-short p {
  color: white;
}

.bishop-short a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold-light);
  font-weight: 950;
}

.connect-card {
  border-radius: 30px;
  color: white;
  background:
    linear-gradient(90deg, rgba(7, 25, 54, 0.96), rgba(18, 56, 100, 0.84)),
    radial-gradient(circle at top right, rgba(217, 171, 84, 0.26), transparent 26rem);
  box-shadow: var(--shadow);
}

.connect-card h2 {
  color: white;
}

.connect-card p {
  color: rgba(255, 248, 232, 0.78);
}

.map-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: white;
  box-shadow: var(--shadow);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 470px;
  border: 0;
}

.subpage-hero {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 160px 0 74px;
  color: white;
}

.subpage-hero h1 {
  max-width: 880px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5.6vw, 5.44rem);
  line-height: 0.96;
}

.subpage-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 248, 232, 0.8);
  font-size: 1.18rem;
}

.page-card {
  margin-top: 0;
}

.wide-dates {
  grid-template-columns: repeat(4, 1fr);
}

.calendar-page-section,
.gallery-page-section,
.bishop-detail {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0;
}

.calendar-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: white;
  box-shadow: var(--shadow);
}

.calendar-frame iframe {
  display: block;
  width: 100%;
  height: 680px;
  border: 0;
}

.bishop-page-hero {
  background:
    radial-gradient(circle at 85% 30%, rgba(217, 171, 84, 0.22), transparent 20rem),
    linear-gradient(135deg, rgba(7, 25, 54, 0.72), rgba(24, 61, 53, 0.38));
  border-radius: 0 0 46px 46px;
}

.bishop-detail {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 34px;
  align-items: center;
}

.bishop-emblem-card {
  padding: 28px;
  border: 1px solid rgba(217, 171, 84, 0.35);
  border-radius: 34px;
  background:
    radial-gradient(circle at center, rgba(242, 211, 138, 0.2), transparent 20rem),
    var(--navy);
  box-shadow: var(--shadow);
}

.bishop-emblem-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}

.bishop-detail-copy {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 248, 232, 0.96);
  box-shadow: var(--shadow);
}

.bishop-detail-copy h2 {
  margin: 0 0 20px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.76rem, 3.2vw, 3.68rem);
  line-height: 0.98;
}

.bishop-detail-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.gallery-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: min(760px, 82dvh);
  padding: 170px max(20px, calc((100vw - 1220px) / 2)) 72px;
  color: white;
  background:
    linear-gradient(180deg, rgba(2, 9, 22, 0.3), rgba(2, 9, 22, 0.54) 48%, rgba(2, 9, 22, 0.92)),
    url("./assets/gallery-hero.jpg") center 42% / cover no-repeat;
  border-bottom: 1px solid rgba(242, 211, 138, 0.38);
}

.gallery-hero-copy {
  max-width: 820px;
}

.gallery-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.92;
}

.gallery-hero-copy > p:not(.eyebrow) {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(255, 248, 232, 0.88);
  font-size: 1.15rem;
}

.gallery-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
}

.gallery-hero-actions span {
  color: rgba(255, 248, 232, 0.78);
  font-weight: 800;
}

.gallery-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.65fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.gallery-section-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.4vw, 4.2rem);
  line-height: 0.98;
}

.gallery-section-heading > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.facebook-gallery {
  columns: 3 280px;
  column-gap: 16px;
}

.gallery-photo {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 42px rgba(27, 20, 12, 0.08);
  break-inside: avoid;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: zoom-in;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gallery-photo:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 54px rgba(27, 20, 12, 0.14);
}

.gallery-photo:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.gallery-photo img {
  width: 100%;
  height: auto;
}

.gallery-photo-details {
  display: block;
  padding: 14px 16px 16px;
  color: var(--navy);
}

.gallery-photo-details strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 0.95rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  unicode-bidi: plaintext;
}

.gallery-photo-details time {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.gallery-loading {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.gallery-empty {
  display: block;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  break-inside: avoid;
}

.gallery-empty h3 {
  margin: 0 0 10px;
  color: var(--navy);
}

.gallery-open {
  overflow: hidden;
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(2, 9, 22, 0.92);
  backdrop-filter: blur(12px);
}

.gallery-lightbox-dialog {
  position: relative;
  width: min(1180px, 100%);
  max-height: calc(100dvh - 48px);
}

.gallery-lightbox figure {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  max-height: calc(100dvh - 48px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(242, 211, 138, 0.32);
  border-radius: 8px;
  background: #071936;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
}

.gallery-lightbox figure > img {
  width: 100%;
  height: 100%;
  max-height: calc(100dvh - 48px);
  object-fit: contain;
  background: #020916;
}

.gallery-lightbox figcaption {
  overflow: auto;
  padding: 30px;
  border-left: 1px solid rgba(242, 211, 138, 0.2);
  color: rgba(255, 248, 232, 0.82);
}

.gallery-lightbox figcaption time {
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-lightbox figcaption p {
  margin: 16px 0 24px;
  color: white;
  line-height: 1.65;
  unicode-bidi: plaintext;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: white;
  background: rgba(7, 25, 54, 0.88);
  font: inherit;
  cursor: pointer;
}

.gallery-lightbox-close {
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  font-size: 1.45rem;
}

.gallery-lightbox-nav {
  top: 50%;
  width: 46px;
  height: 46px;
  font-size: 1.3rem;
  transform: translateY(-50%);
}

.gallery-lightbox-nav.previous {
  left: 12px;
}

.gallery-lightbox-nav.next {
  right: 342px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 42px 6vw;
  color: rgba(255, 248, 232, 0.74);
  background: var(--navy);
}

.site-footer strong,
.site-footer span,
.site-footer a {
  display: block;
}

.site-footer strong {
  color: white;
}

.site-footer a {
  color: var(--gold-light);
  font-weight: 850;
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  color: #1d1609;
  background: var(--gold);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(242, 211, 138, 0.34);
  border-radius: 24px;
  color: white;
  background: rgba(7, 25, 54, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  transition: opacity 200ms ease, transform 200ms ease;
}

.cookie-banner.is-hiding {
  opacity: 0;
  transform: translateY(14px);
}

.cookie-banner strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-light);
  font-size: 1rem;
  line-height: 1.2;
}

.cookie-banner p {
  margin: 0;
  color: rgba(255, 248, 232, 0.78);
  font-size: 0.95rem;
  line-height: 1.45;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  min-height: 44px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.cookie-accept {
  color: #1d1609;
  background: linear-gradient(135deg, #f4d78d, var(--gold));
}

.cookie-decline {
  color: white;
  background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 980px) {
  .schedule-card,
  .welcome-section,
  .melkite-section,
  .connect-section,
  .bishop-detail,
  .gallery-section-heading {
    grid-template-columns: 1fr;
  }

  .date-list,
  .expect-grid,
  .community-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .facebook-gallery {
    columns: 2;
  }

}

@media (max-width: 720px) {
  body {
    background:
      radial-gradient(circle at 50% 0%, rgba(217, 171, 84, 0.18), transparent 18rem),
      linear-gradient(180deg, #07101f 0, #07101f 38rem, var(--paper) 38rem);
  }

  .site-header {
    inset: 10px 12px auto;
    min-height: 64px;
    padding: 8px;
    border-radius: 22px;
    gap: 10px;
  }

  .menu-toggle {
    display: block;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid rgba(242, 211, 138, 0.24);
    border-radius: 24px;
    background: rgba(7, 25, 54, 0.96);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav .whatsapp-link {
    margin: 4px 0 0;
    text-align: center;
  }

  .brand span {
    max-width: 160px;
    line-height: 1.1;
    font-size: 1rem;
    white-space: nowrap;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .top-banner {
    padding: 86px 10px 14px;
  }

  .top-banner img {
    width: 100%;
    height: clamp(126px, 37vw, 176px);
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  }

  .hero {
    display: block;
    width: calc(100% - 24px);
    margin: 0 auto;
    padding: 28px 0 48px;
    color: white;
  }

  .hero::before {
    inset: 0;
    border-radius: 26px;
    background:
      radial-gradient(circle at 50% 14%, rgba(217, 171, 84, 0.18), transparent 15rem),
      linear-gradient(180deg, rgba(18, 56, 100, 0.54), rgba(7, 25, 54, 0.78));
  }

  .hero-copy {
    width: 100%;
    padding: 0 18px 22px;
  }

  .hero .eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.09em;
  }

  .hero p {
    margin-top: 18px;
    font-size: 1rem;
  }

  .schedule-card,
  .welcome-section,
  .first-time,
  .melkite-section,
  .community-section,
  .connect-section,
  .visit-section,
  .subpage-hero,
  .calendar-page-section,
  .gallery-page-section,
  .bishop-detail {
    width: calc(100% - 24px);
    padding: 58px 0;
  }

  .hero h1 {
    font-size: clamp(1.88rem, 8.8vw, 2.96rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .quick-facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 20px;
  }

  .quick-facts span {
    width: 100%;
    padding: 9px 12px;
    text-align: center;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .button {
    width: 100%;
    min-height: 52px;
    padding: 13px 16px;
    text-align: center;
  }

  .schedule-card,
  .connect-card,
  .welcome-note,
  .bishop-short,
  .support-card {
    padding: 24px;
  }

  .schedule-card h2,
  .section-copy h2,
  .section-heading h2,
  .connect-card h2,
  .bishop-detail-copy h2 {
    font-size: clamp(1.6rem, 8vw, 2.4rem);
    line-height: 1.02;
  }

  .date-list,
  .expect-grid,
  .community-grid {
    grid-template-columns: 1fr;
  }

  .gallery-hero {
    min-height: 74dvh;
    padding: 130px 20px 42px;
    background-position: 54% center;
  }

  .gallery-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.8rem);
  }

  .gallery-hero-copy > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .gallery-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gallery-hero-actions span {
    text-align: center;
  }

  .gallery-section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 24px;
    padding-bottom: 22px;
  }

  .gallery-section-heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .facebook-gallery {
    columns: 1;
  }

  .gallery-lightbox {
    padding: 0;
  }

  .gallery-lightbox-dialog,
  .gallery-lightbox figure {
    width: 100%;
    max-height: 100dvh;
  }

  .gallery-lightbox figure {
    grid-template-columns: 1fr;
    height: 100dvh;
    border: 0;
    border-radius: 0;
  }

  .gallery-lightbox figure > img {
    height: 62dvh;
    max-height: 62dvh;
  }

  .gallery-lightbox figcaption {
    max-height: 38dvh;
    padding: 22px;
    border-top: 1px solid rgba(242, 211, 138, 0.2);
    border-left: 0;
  }

  .gallery-lightbox-nav {
    top: 31dvh;
  }

  .gallery-lightbox-nav.next {
    right: 12px;
  }

  .expect-grid article {
    min-height: auto;
  }

  .expect-grid span {
    margin-bottom: 24px;
  }

  .map-frame iframe {
    height: 390px;
  }

  .calendar-frame iframe {
    height: 560px;
  }

  .site-footer {
    flex-direction: column;
  }

  .cookie-banner {
    left: 14px;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: none;
    padding: 14px;
    border-radius: 20px;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .cookie-actions button {
    width: 100%;
    min-height: 42px;
    padding: 9px 12px;
    font-size: 0.95rem;
  }

  .cookie-banner strong {
    font-size: 0.98rem;
  }

  .cookie-banner p {
    font-size: 0.86rem;
    line-height: 1.38;
  }
}

@media (max-width: 420px) {
  .site-header {
    inset: 8px 10px auto;
  }

  .brand {
    gap: 9px;
  }

  .brand span {
    max-width: 145px;
    font-size: 0.94rem;
  }

  .top-banner img {
    height: 120px;
  }

  .hero {
    width: calc(100% - 20px);
  }

  .hero-copy {
    padding-inline: 14px;
  }

  .cookie-banner {
    left: 10px;
    right: 10px;
    padding: 12px;
  }

  .cookie-banner p {
    font-size: 0.82rem;
  }

}
