:root {
  --ink: #1c2730;
  --muted: #63717c;
  --paper: #fffcee;
  --soft: #fffcee;
  --line: #dfe7e8;
  --blue: #2980b9;
  --blue-dark: #155b89;
  --green: #27ae60;
  --charcoal: #20282d;
  --gold: #c8a44d;
  --shadow: 0 20px 50px rgba(20, 34, 44, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  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);
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(255, 252, 238, 0.94);
  border-bottom: 1px solid rgba(32, 40, 45, 0.1);
  backdrop-filter: blur(16px);
}

.home-page .site-header {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(255, 252, 238, 0.44);
  border-bottom: 1px solid rgba(32, 40, 45, 0.08);
  backdrop-filter: blur(10px);
}

.logo-link {
  flex: 0 0 auto;
}

.logo {
  width: 190px;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px 18px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.primary-nav a {
  padding: 8px 0;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--blue);
}

.nav-give {
  color: var(--green);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  background: var(--charcoal);
  border: 0;
  border-radius: 6px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}

.hero {
  position: relative;
  min-height: min(72vh, 760px);
  overflow: hidden;
  background: #0d1a22;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 18, 26, 0.82), rgba(8, 18, 26, 0.46) 48%, rgba(8, 18, 26, 0.18)),
    linear-gradient(180deg, rgba(8, 18, 26, 0.12), rgba(8, 18, 26, 0.72));
  pointer-events: none;
}

.whole-hero {
  min-height: min(86vh, 940px);
  background:
    linear-gradient(180deg, rgba(255, 252, 238, 0.28), rgba(255, 252, 238, 0.7)),
    url("assets/whole-summer-2026.jpg") center top / cover;
}

.whole-hero::after {
  background:
    linear-gradient(180deg, rgba(255, 252, 238, 0.12), rgba(255, 252, 238, 0.62)),
    linear-gradient(90deg, rgba(255, 252, 238, 0.18), rgba(255, 252, 238, 0.04));
}

.hero-slideshow {
  position: absolute;
  inset: 0;
}

.hero-slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 900ms ease;
}

.hero-slideshow img.active {
  opacity: 1;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 2;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.hero-dots span {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.hero-dots span.active {
  background: #fff;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: min(72vh, 760px);
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(96px, 12vw, 150px) clamp(20px, 5vw, 72px) clamp(78px, 9vw, 120px);
  color: #fff;
}

.whole-hero .hero-content {
  align-content: end;
  min-height: min(86vh, 940px);
  padding-top: clamp(132px, 14vw, 190px);
  color: var(--ink);
}

.hero-content h1 {
  max-width: 780px;
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(3.4rem, 8vw, 6.4rem);
  line-height: 1.02;
}

.hero-content .mission {
  color: #fff;
}

.whole-hero .mission {
  max-width: 760px;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.6rem, 4vw, 3rem);
  line-height: 1.12;
}

.whole-hero .eyebrow {
  color: #8a6b20;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-title,
.section-heading h2,
.feature-band h2,
.contact h2,
.site-footer h2 {
  font-family: "Lora", Georgia, serif;
  line-height: 1.08;
}

.home-title {
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 6rem);
  font-weight: 700;
  color: var(--blue);
}

.mission {
  max-width: 640px;
  margin: 16px 0 28px;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
}

.mission.dark {
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
}

.service-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  max-width: 980px;
  margin-bottom: 28px;
}

.service-strip.dark {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.service-strip span {
  padding: 8px 11px;
  color: var(--charcoal);
  background: rgba(255, 252, 238, 0.92);
  border-radius: 4px;
  font-size: 0.84rem;
  font-weight: 700;
}

.service-strip.dark span {
  background: var(--soft);
  border: 1px solid var(--line);
}

.hero-content .service-strip span {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(10px);
}

.whole-hero .service-strip span {
  color: var(--ink);
  background: rgba(255, 252, 238, 0.9);
  border: 1px solid rgba(32, 40, 45, 0.12);
}

.whole-hero .button.secondary.dark {
  background: rgba(255, 252, 238, 0.56);
}

.home-slider-band {
  padding: clamp(28px, 5vw, 52px) clamp(18px, 5vw, 72px);
  background: var(--soft);
}

.slider-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: 22px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.slider-copy h2 {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.1;
  color: var(--blue);
}

.slider-copy p:not(.eyebrow) {
  max-width: 34rem;
  margin: 14px 0 0;
  color: var(--muted);
}

.home-slider-band .hero-slideshow {
  position: relative;
  min-height: clamp(260px, 38vw, 420px);
  background: linear-gradient(180deg, rgba(255, 252, 238, 0.92), rgba(245, 248, 240, 0.96));
  border: 1px solid rgba(32, 40, 45, 0.1);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.home-slider-band .hero-slideshow img {
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  margin: auto;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.home-slider-band .hero-dots {
  bottom: 16px;
}

.home-slider-band .hero-dots span {
  border-color: rgba(255, 252, 238, 0.9);
  background: rgba(255, 252, 238, 0.35);
}

.home-slider-band .hero-dots span.active {
  background: #fffcee;
}

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

.hero-actions.centered {
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: #fff;
  background: var(--blue);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--blue-dark);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.72);
}

.button.secondary.dark {
  color: var(--charcoal);
  border-color: var(--charcoal);
}

.page-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 460px;
  padding: clamp(88px, 12vw, 150px) clamp(20px, 5vw, 72px) clamp(54px, 7vw, 96px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10, 18, 25, 0.16), rgba(10, 18, 25, 0.72)),
    url("assets/hero-campus.jpg") center / cover;
  color: #fff;
}

.page-hero.compact {
  min-height: 340px;
}

.page-hero.sermons-hero {
  min-height: 0;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(180deg, rgba(10, 18, 25, 0.16), rgba(10, 18, 25, 0.72)),
    url("assets/sermons-hero.jpg") center / cover;
}

.page-hero.about-hero {
  background:
    linear-gradient(180deg, rgba(10, 18, 25, 0.16), rgba(10, 18, 25, 0.72)),
    url("assets/about-hero.jpg") center / cover;
}

.page-hero.visit-hero {
  background:
    linear-gradient(180deg, rgba(10, 18, 25, 0.16), rgba(10, 18, 25, 0.72)),
    url("assets/visit-hero.jpg") center / cover;
}

.page-hero.ministries-hero {
  background:
    linear-gradient(180deg, rgba(10, 18, 25, 0.16), rgba(10, 18, 25, 0.72)),
    url("assets/ministries-hero.jpg") center / cover;
}

.page-hero.calendar-hero {
  background:
    linear-gradient(180deg, rgba(10, 18, 25, 0.16), rgba(10, 18, 25, 0.72)),
    url("assets/calendar-hero.jpg") center / cover;
}

.page-hero.contact-hero {
  background:
    linear-gradient(180deg, rgba(10, 18, 25, 0.16), rgba(10, 18, 25, 0.72)),
    url("assets/contact-hero.jpg") center / cover;
}

.page-hero.safeguarding-hero {
  background:
    linear-gradient(180deg, rgba(10, 18, 25, 0.16), rgba(10, 18, 25, 0.72)),
    url("assets/safeguarding-hero.jpg") center / cover;
}

.page-hero > div {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.page-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(3.4rem, 8vw, 6.2rem);
  line-height: 1.05;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.section {
  padding: clamp(64px, 8vw, 110px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.split {
  max-width: 1120px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}

.section-heading h2,
.feature-band h2,
.contact h2 {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 4.5rem);
  color: var(--blue);
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1120px;
  margin: 0 auto;
  background: var(--line);
  border: 1px solid var(--line);
}

.intro-grid article {
  min-height: 190px;
  padding: 28px;
  background: var(--soft);
}

.intro-grid h3,
.event-card h3,
.site-footer h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.info-card {
  min-height: 210px;
  padding: 28px;
  background: var(--soft);
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(20, 34, 44, 0.07);
}

.info-card h2,
.ministry-row h2,
.sermon-grid h2,
.subscribe h2 {
  margin: 0 0 12px;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.12;
  color: var(--blue);
}

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

.staff-section {
  background: var(--soft);
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.staff-card {
  padding: 22px;
  text-align: center;
  background: var(--soft);
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(20, 34, 44, 0.07);
}

.staff-card img {
  width: min(100%, 190px);
  aspect-ratio: 1;
  margin: 0 auto 16px;
  object-fit: cover;
  border-radius: 50%;
}

.staff-card h3 {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: 1.35rem;
  color: var(--blue);
}

.staff-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  gap: 36px;
  max-width: 1120px;
  margin: 0 auto;
  align-items: start;
}

.two-column h2 {
  margin: 0 0 14px;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.1;
  color: var(--blue);
}

.events {
  background: var(--soft);
}

.featured-events {
  background: var(--soft);
}

.featured-calendar {
  background: var(--soft);
}

.ministry-directory {
  background: var(--soft);
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.directory-card {
  min-height: 100%;
  background: var(--soft);
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(20, 34, 44, 0.07);
}

.directory-card > div {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 24px;
}

.directory-card h3 {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.12;
  color: var(--blue);
}

.directory-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.pco-calendar-embed {
  max-width: 1120px;
  min-height: 320px;
  margin: 0 auto;
  padding: 18px;
  background: var(--soft);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.pco-calendar-embed p {
  margin: 0;
  color: var(--muted);
}

.calendar-fallback {
  padding: 0 0 14px;
  font-weight: 700;
}

.calendar-fallback a {
  color: var(--blue);
}

.churchcenter-calendar-frame {
  display: block;
  width: 100%;
  height: 650px;
  border: 0;
}

.text-link {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
}

.event-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
}

.event-gallery {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  background: #0d1a22;
  box-shadow: var(--shadow);
}

.event-gallery img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 600ms ease;
}

.event-gallery img.active {
  opacity: 1;
}

.gallery-dots {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: flex;
  gap: 8px;
}

.gallery-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
}

.gallery-dots span.active {
  background: #fff;
}

.event-list {
  display: grid;
  gap: 14px;
}

.event-card {
  padding: 24px;
  background: var(--soft);
  border-left: 5px solid var(--green);
  box-shadow: 0 12px 28px rgba(20, 34, 44, 0.08);
}

.event-date {
  margin: 0 0 6px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ministry-list {
  display: grid;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.ministry-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 24px;
  background: var(--soft);
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(20, 34, 44, 0.07);
}

.ministry-row:nth-child(even) {
  grid-template-columns: minmax(320px, 1.1fr) minmax(260px, 0.9fr);
}

.ministry-row:nth-child(even) img {
  order: 2;
}

.ministry-row img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  padding: clamp(64px, 8vw, 110px) clamp(20px, 5vw, 72px);
  background: var(--charcoal);
  color: #fff;
}

.feature-band h2 {
  color: #fff;
}

.feature-band p:not(.eyebrow) {
  color: #dce4e7;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
  box-shadow: var(--shadow);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sermon-section {
  overflow: hidden;
}

.sermon-image {
  width: min(100%, 1120px);
  max-height: 310px;
  margin: 0 auto 44px;
  object-fit: cover;
}

.sermon-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  max-width: 1120px;
  margin: 0 auto;
  align-items: center;
}

.sermon-grid p {
  color: var(--muted);
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.quick-links a {
  min-height: 150px;
  padding: 30px clamp(20px, 4vw, 48px);
  color: #fff;
  background: var(--blue);
  text-decoration: none;
}

.quick-links a:nth-child(2) {
  background: var(--green);
}

.quick-links a:nth-child(3) {
  background: var(--charcoal);
}

.quick-links span,
.quick-links strong {
  display: block;
}

.quick-links span {
  margin-bottom: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.8;
}

.quick-links strong {
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1.12;
}

.story {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.story p {
  color: var(--muted);
  font-size: 1.08rem;
}

.policy-layout {
  max-width: 1120px;
  margin: 0 auto;
}

.policy-copy {
  max-width: 760px;
}

.policy-copy h2 {
  margin: 0 0 12px;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.14;
  color: var(--blue);
}

.policy-copy h2:not(:first-child) {
  margin-top: 34px;
}

.policy-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.subscribe {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);
  gap: 30px;
  align-items: center;
  background: var(--soft);
}

.signup-form,
.contact-form {
  display: grid;
  gap: 14px;
}

.signup-form {
  grid-template-columns: 1fr 1fr auto;
  align-items: end;
}

label span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  padding: 13px 14px;
  font: inherit;
  border: 1px solid #cfdadd;
  border-radius: 4px;
  background: var(--soft);
}

textarea {
  resize: vertical;
}

.contact {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(320px, 1.2fr);
  gap: 36px;
  max-width: 1120px;
  margin: 0 auto;
}

.contact-panel {
  padding: 32px;
  color: #fff;
  background: var(--charcoal);
}

.contact-panel h2 {
  color: #fff;
}

.contact-panel a {
  color: #fff;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 28px;
  padding: 48px clamp(20px, 5vw, 72px);
  color: #dce4e7;
  background: #151d22;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
}

.site-footer h2 {
  margin: 0 0 8px;
  font-size: 2rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a {
  padding: 8px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  text-decoration: none;
}

.footer-meta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 16px;
}

.footer-meta-links a {
  color: #dce4e7;
  font-size: 0.88rem;
  text-decoration: none;
}

.footer-meta-links a:hover,
.footer-meta-links a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.copyright {
  margin-top: 16px;
  font-size: 0.82rem;
  color: #b8c5ca;
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 24px 22px;
    background: var(--soft);
    border-bottom: 1px solid var(--line);
  }

  .primary-nav.open {
    display: flex;
  }

  .primary-nav a {
    padding: 10px 0;
  }

  .intro-grid,
  .page-grid,
  .directory-grid,
  .staff-grid,
  .two-column,
  .event-layout,
  .slider-shell,
  .feature-band,
  .ministry-row,
  .ministry-row:nth-child(even),
  .sermon-grid,
  .quick-links,
  .subscribe,
  .signup-form,
  .contact,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .section-heading.split {
    align-items: start;
    flex-direction: column;
  }

  .event-gallery {
    min-height: 300px;
  }

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

  .ministry-row:nth-child(even) img {
    order: 0;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 74px;
  }

  .home-page .site-header {
    position: absolute;
  }

  .logo {
    width: 148px;
  }

  .hero {
    min-height: calc(100vh - 74px);
  }

  .hero-content {
    min-height: calc(100vh - 74px);
    padding-top: 86px;
    padding-bottom: 88px;
  }

  .hero-content h1 {
    font-size: 3.35rem;
  }

  .whole-hero {
    min-height: 72vh;
    background-position: center top;
  }

  .whole-hero .hero-content {
    min-height: 72vh;
  }

  .page-hero h1 {
    font-size: 3rem;
  }

  .service-strip span,
  .button {
    width: 100%;
  }

  .home-slider-band .hero-slideshow {
    min-height: 240px;
  }

  .event-gallery {
    min-height: 220px;
  }

  .staff-grid {
    grid-template-columns: 1fr;
  }
}
