/* Sunlit Sanctuary Bootstrap layer: ivory light mode, forest-green anchors, sun-gold signals. */
:root {
  --forest: #16382f;
  --sun: #f2b544;
  --clay: #df6337;
  --ivory: #f8f4ec;
  --ink: #15352c;
  --muted: #64736a;
}
body {
  color: #29342e;
  font-family: "DM Sans", sans-serif;
}
h1,
h2,
h3 {
  color: var(--ink);
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.93;
}
h1 {
  font-size: clamp(4rem, 9vw, 8.6rem);
}
h2 {
  font-size: clamp(3rem, 6vw, 5.5rem);
}
h1 em,
h2 em {
  color: var(--clay);
  font-family: "Playfair Display", serif;
  font-size: 0.78em;
  font-weight: 500;
} /* Shared navigation: sticky top-level site navigation and responsive mobile menu. */
.kiwm-nav {
  background: #fffdf9;
  border-bottom: 1px solid rgba(21, 53, 44, 0.1);
}
.kiwm-brand {
  align-items: center;
  display: flex;
  gap: 0.6rem;
}
.kiwm-brand img {
  height: 42px;
  width: 42px;
}
.kiwm-brand span {
  display: flex;
  flex-direction: column;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.kiwm-brand strong {
  color: var(--ink);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
.kiwm-brand small {
  color: var(--muted);
  font-size: 0.61rem;
}
.nav-link {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.kiwm-btn {
  border-radius: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
}
.kiwm-btn-sun {
  background: var(--sun);
  color: var(--ink);
}
.kiwm-btn-clay {
  background: var(--clay);
  color: #fff;
} /* Homepage hero: full-bleed worship image, location, and welcome copy. */
.kiwm-hero {
  background:
    linear-gradient(
      90deg,
      rgba(248, 244, 236, 0.94),
      rgba(248, 244, 236, 0.68),
      rgba(248, 244, 236, 0.12)
    ),
    url("../images/activities/kiwm-activity-065.webp") center/cover;
  min-height: 640px;
}
.kiwm-hero .container {
  padding-bottom: 8rem;
  padding-top: 8rem;
}
.eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow:before {
  background: var(--sun);
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 26px;
}
.hero-copy {
  font-size: 1.1rem;
  max-width: 34rem;
} /* Service band: recurring schedule shown directly beneath the homepage hero. */
.service-band {
  background: var(--sun);
  padding: 1rem 0;
}
.service-item {
  border-left: 1px solid rgba(21, 53, 44, 0.24);
  font-size: 0.82rem;
  padding-left: 1rem;
}
.service-item b {
  display: block;
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.intro {
  padding: 8rem 0;
}
.intro p {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
.dark-panel {
  background: var(--forest);
  color: #dce8df;
}
.dark-panel h2 {
  color: #fff;
}
.photo-cover {
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  width: 100%;
}
.section-space {
  padding: 7rem 0;
}
.sermon-card img,
.event-card img {
  aspect-ratio: 1.45;
  object-fit: cover;
  width: 100%;
}
.sermon-card h3,
.event-card h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
}
.ministry-card {
  border: 1px solid rgba(21, 53, 44, 0.13);
  min-height: 230px;
  padding: 1.8rem;
}
.ministry-card small {
  color: #8a7658;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.outreach-copy {
  background: var(--ivory);
  padding: clamp(3rem, 7vw, 7rem);
}
.kiwm-footer {
  background: #122d25;
  color: #cbd9d0;
}
.footer-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 100px;
}
.footer-rail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.kiwm-footer b {
  color: #fff;
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}
.kiwm-footer a {
  color: #fff;
  display: block;
  font-size: 0.85rem;
  margin: 0.4rem 0;
}
.kiwm-footer p {
  font-size: 0.84rem;
}
.footer-brand {
  margin-bottom: 1rem;
}
.footer-brand strong {
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  font-size: 0.75rem;
  justify-content: space-between;
}
.page-banner {
  background:
    linear-gradient(90deg, rgba(21, 53, 44, 0.9), rgba(21, 53, 44, 0.45)),
    url("../images/kiwm-youth-community.jpg") center/cover;
  color: #fff;
  padding: 6rem 0;
}
.page-banner h1 {
  color: #fff;
}
.page-copy {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  line-height: 1.7;
}
.list-row {
  border-top: 1px solid rgba(21, 53, 44, 0.14);
  padding: 1.5rem 0;
}
.list-row:last-child {
  border-bottom: 1px solid rgba(21, 53, 44, 0.14);
}
.list-row h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}
.contact-box {
  background: var(--ivory);
  padding: 2rem;
}
.form-control {
  border-radius: 0;
}
.contact-status .alert {
  border-radius: 0;
  font-size: 0.86rem;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .kiwm-hero .container {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .intro,
  .section-space {
    padding: 5rem 0;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
  }
  .footer-rail {
    grid-template-columns: repeat(4, 60%);
    overflow: hidden;
  }
}
:root {
  --forest: #16382f;
  --sun: #f2b544;
  --clay: #df6337;
  --ivory: #f8f4ec;
  --ink: #15352c;
  --muted: #64736a;
}
body {
  color: #29342e;
  font-family: "DM Sans", sans-serif;
}
h1,
h2,
h3 {
  color: var(--ink);
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.93;
}
h1 {
  font-size: clamp(4rem, 9vw, 8.6rem);
}
h2 {
  font-size: clamp(3rem, 6vw, 5.5rem);
}
h1 em,
h2 em {
  color: var(--clay);
  font-family: "Playfair Display", serif;
  font-size: 0.78em;
  font-weight: 500;
}
.kiwm-nav {
  background: #fffdf9;
  border-bottom: 1px solid rgba(21, 53, 44, 0.1);
}
.kiwm-brand {
  align-items: center;
  display: flex;
  gap: 0.6rem;
}
.kiwm-brand img {
  height: 42px;
  width: 42px;
}
.kiwm-brand span {
  display: flex;
  flex-direction: column;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.kiwm-brand strong {
  color: var(--ink);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
.kiwm-brand small {
  color: var(--muted);
  font-size: 0.61rem;
}
.nav-link {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.kiwm-btn {
  border-radius: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
}
.kiwm-btn-sun {
  background: var(--sun);
  color: var(--ink);
}
.kiwm-btn-clay {
  background: var(--clay);
  color: #fff;
}
.kiwm-btn-forest {
  background: var(--forest);
  color: #fff;
}
.kiwm-hero {
  background:
    linear-gradient(
      90deg,
      rgba(248, 244, 236, 0.94),
      rgba(248, 244, 236, 0.68),
      rgba(248, 244, 236, 0.12)
    ),
    url("../images/activities/kiwm-activity-065.webp") center/cover;
  min-height: 640px;
}
.kiwm-hero .container {
  padding-bottom: 8rem;
  padding-top: 8rem;
}
.eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow:before {
  background: var(--sun);
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 26px;
}
.hero-copy {
  font-size: 1.1rem;
  max-width: 34rem;
}
.service-band {
  background: var(--sun);
  padding: 1rem 0;
}
.service-item {
  border-left: 1px solid rgba(21, 53, 44, 0.24);
  font-size: 0.82rem;
  padding-left: 1rem;
}
.service-item b {
  display: block;
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.intro {
  padding: 8rem 0;
}
.intro p {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
.dark-panel {
  background: var(--forest);
  color: #dce8df;
}
.dark-panel h2 {
  color: #fff;
}
.photo-cover {
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  width: 100%;
}
.section-space {
  padding: 7rem 0;
}
.section-heading-row {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.section-heading-row h2 {
  margin-bottom: 0.7rem;
}
.section-lead {
  color: var(--muted);
  font-size: 1rem;
  margin: 0;
}
.section-link {
  color: var(--forest);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.section-link span {
  font-size: 1.2rem;
  margin-left: 0.4rem;
} /* Featured sermons: teaching-card layout on the homepage. */
.sermon-feature {
  background: var(--ivory);
}
.sermon-card {
  position: relative;
}
.sermon-image-wrap {
  overflow: hidden;
  position: relative;
}
.sermon-card img,
.event-card img {
  aspect-ratio: 1.45;
  object-fit: cover;
  width: 100%;
}
.play-disc {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  bottom: 1.25rem;
  color: var(--forest);
  display: flex;
  font-size: 0.8rem;
  height: 3rem;
  justify-content: center;
  position: absolute;
  right: 1.25rem;
  width: 3rem;
}
.sermon-card small {
  color: #7a827c;
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 1.4rem;
  text-transform: uppercase;
}
.sermon-card small i {
  font-style: normal;
  margin: 0 0.45rem;
}
.sermon-card h3,
.event-card h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0.75rem 2.6rem 0.8rem 0;
}
.sermon-card p {
  color: var(--muted);
  font-size: 0.86rem;
  margin: 0;
}
.sermon-more {
  align-items: center;
  border: 1px solid rgba(21, 53, 44, 0.2);
  border-radius: 50%;
  bottom: 0;
  color: var(--forest);
  display: flex;
  font-size: 1.25rem;
  height: 2.7rem;
  justify-content: center;
  position: absolute;
  right: 0;
  text-decoration: none;
  width: 2.7rem;
}
.ministry-card {
  border: 1px solid rgba(21, 53, 44, 0.13);
  min-height: 230px;
  padding: 1.8rem;
}
.ministry-card small {
  color: #8a7658;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.outreach-copy {
  background: var(--ivory);
  padding: clamp(3rem, 7vw, 7rem);
} /* Gatherings section: upcoming ministry dates and event cards. */
.gatherings-section {
  background: #f3eee4;
}
.event-card {
  background: #fff;
  height: 100%;
}
.event-card-body {
  padding: 1.5rem;
  position: relative;
}
.event-label {
  color: #90764b;
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.event-date-block {
  color: var(--clay);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.7rem;
  line-height: 0.85;
  margin: 1rem 0;
}
.event-date-block b,
.event-date-block small {
  display: block;
}
.event-date-block small {
  color: #7a827c;
  font-family: "DM Sans", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 0.4rem;
}
.event-card p {
  color: var(--muted);
  font-size: 0.83rem;
} /* Prayer support: pastoral contact invitation and Scripture panel. */
.prayer-support {
  padding: 8rem 0;
}
.prayer-support h2 {
  font-size: clamp(3.2rem, 5vw, 5.9rem);
  max-width: 620px;
}
.prayer-support h2 em {
  color: var(--clay);
}
.prayer-support p:not(.eyebrow) {
  color: #5f6c64;
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
  line-height: 1.5;
  max-width: 620px;
}
.scripture-panel {
  background: #fff7e8;
  border-left: 4px solid var(--sun);
  min-height: 100%;
  padding: 3.8rem;
}
.scripture-icon {
  color: var(--clay);
  display: block;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.scripture-panel blockquote {
  color: var(--ink);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.45rem, 2.15vw, 2rem);
  line-height: 1.45;
  margin: 0;
}
.scripture-panel cite {
  color: var(--clay);
  display: block;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: 2rem;
  text-transform: uppercase;
} /* Visit banner: final homepage invitation before the shared footer. */
.home-visit-banner {
  isolation: isolate;
  min-height: 470px;
  overflow: hidden;
  padding: 7.5rem 0;
  position: relative;
}
.home-visit-banner > img,
.home-visit-overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.home-visit-banner > img {
  object-fit: cover;
  z-index: -2;
}
.home-visit-overlay {
  background: linear-gradient(
    90deg,
    rgba(18, 45, 37, 0.92),
    rgba(18, 45, 37, 0.45)
  );
  z-index: -1;
}
.home-visit-banner h2 {
  color: #fff;
  font-size: clamp(3.5rem, 6vw, 6.7rem);
  max-width: 760px;
}
.home-visit-banner h2 em {
  color: var(--sun);
}
.home-visit-banner p:not(.eyebrow) {
  color: #e2ebe4;
  max-width: 560px;
}
.home-visit-banner .eyebrow {
  color: #fff;
}
.kiwm-footer {
  background: #122d25;
  color: #cbd9d0;
}
.footer-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 165px;
  overflow: hidden;
}
.footer-rail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.footer-content {
  padding: 5.2rem 0 1.8rem;
}
.kiwm-footer b {
  color: #fff;
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
.kiwm-footer a {
  color: #fff;
  display: block;
  font-size: 0.94rem;
  margin: 0.72rem 0;
  text-decoration: none;
}
.kiwm-footer p {
  font-size: 0.94rem;
  line-height: 1.65;
}
.footer-brand {
  margin-bottom: 1.5rem;
}
.footer-brand strong {
  color: #fff;
}
.footer-scripture {
  color: var(--sun);
  font-family: "Playfair Display", serif;
}
.footer-email {
  align-items: center;
  display: flex;
  gap: 0.4rem;
}
.footer-social {
  display: flex;
  gap: 0.7rem;
  margin-top: 1.25rem;
}
.footer-social a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  height: 2.6rem;
  justify-content: center;
  margin: 0;
  width: 2.6rem;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  font-size: 0.75rem;
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 1.5rem;
}
.page-banner {
  background:
    linear-gradient(90deg, rgba(21, 53, 44, 0.9), rgba(21, 53, 44, 0.45)),
    url("../images/kiwm-youth-community.jpg") center/cover;
  color: #fff;
  padding: 6rem 0;
}
.page-banner h1 {
  color: #fff;
}
.page-copy {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  line-height: 1.7;
}
.list-row {
  border-top: 1px solid rgba(21, 53, 44, 0.14);
  padding: 1.5rem 0;
}
.list-row:last-child {
  border-bottom: 1px solid rgba(21, 53, 44, 0.14);
}
.list-row h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}
.contact-box {
  background: var(--ivory);
  padding: 2rem;
}
.form-control {
  border-radius: 0;
}
.contact-status .alert {
  border-radius: 0;
  font-size: 0.86rem;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .kiwm-hero .container {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .intro,
  .section-space {
    padding: 5rem 0;
  }
  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .prayer-support {
    padding: 5rem 0;
  }
  .prayer-support p:not(.eyebrow) {
    font-size: 1.15rem;
  }
  .scripture-panel {
    padding: 2rem;
  }
  .home-visit-banner {
    min-height: 390px;
    padding: 5rem 0;
  }
  .footer-rail {
    grid-template-columns: repeat(4, 60%);
    height: 110px;
    overflow: hidden;
  }
  .footer-content {
    padding: 4rem 0 1.8rem;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 2.5rem;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
  }
  .footer-rail {
    grid-template-columns: repeat(4, 60%);
    overflow: hidden;
  }
}
/* Pillars and leadership extension: maintains the warm, editorial KIWM light-mode system while carrying the supplied ministry content. */
/* Pillars section: four foundational KIWM beliefs. */
.pillars-section {
  background: #f7f1e6;
  padding: 7.5rem 0;
}
.pillars-intro {
  margin: 0 auto 3.5rem;
  max-width: 760px;
  text-align: center;
}
.pillars-intro .eyebrow:before {
  margin-left: -34px;
}
.pillars-intro h2,
.leadership-intro h2 {
  font-size: clamp(3.35rem, 5.8vw, 6.6rem);
  margin-bottom: 1rem;
}
.pillars-intro h2 em,
.leadership-intro h2 em {
  color: var(--clay);
}
.pillars-intro > p:last-child,
.leadership-intro > p:last-child {
  color: var(--muted);
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.pillar-card {
  background: #fffdf9;
  border: 1px solid rgba(21, 53, 44, 0.14);
  height: 100%;
  min-height: 320px;
  padding: 2rem;
  position: relative;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
}
.pillar-card:hover {
  box-shadow: 0 16px 35px rgba(21, 53, 44, 0.1);
  transform: translateY(-4px);
}
.pillar-number {
  color: #c5b9a3;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  position: absolute;
  right: 1.7rem;
  top: 1.45rem;
}
.pillar-mark {
  align-items: center;
  background: #fff4da;
  border-radius: 50%;
  color: var(--clay);
  display: flex;
  font-size: 1.2rem;
  height: 2.8rem;
  justify-content: center;
  margin-bottom: 2rem;
  width: 2.8rem;
}
.pillar-overline {
  color: #8c754f !important;
  font-size: 0.67rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pillar-card h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.6rem 0 1rem;
}
.pillar-card > p:last-child {
  color: #5d6a62;
  font-size: 0.93rem;
  line-height: 1.65;
  margin: 0;
} /* Leadership section: pastoral and worship profiles. */
.leadership-section {
  background: var(--ivory);
  padding: 7.5rem 0;
}
.leadership-intro {
  margin: 0 auto 3.4rem;
  max-width: 850px;
  text-align: center;
}
.leadership-intro .eyebrow:before {
  margin-left: -34px;
}
.leader-card {
  background: #fffdf9;
  border: 1px solid rgba(21, 53, 44, 0.13);
  height: 100%;
  overflow: hidden;
}
.leader-image {
  aspect-ratio: 1.32;
  overflow: hidden;
  position: relative;
}
.leader-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.leader-image-wash {
  background: linear-gradient(
    0deg,
    rgba(14, 37, 30, 0.94),
    rgba(14, 37, 30, 0.08) 62%
  );
  inset: 0;
  position: absolute;
}
.leader-title {
  bottom: 1.55rem;
  color: #fff;
  left: 1.55rem;
  position: absolute;
  right: 1.55rem;
}
.leader-title span {
  color: var(--sun);
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}
.leader-title h3 {
  color: #fff;
  font-size: 1.65rem;
  margin: 0;
}
.leader-body {
  padding: 1.7rem;
}
.leader-body > p {
  color: #5d6a62;
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
}
.leader-body blockquote {
  border-top: 1px solid rgba(21, 53, 44, 0.11);
  color: #876b35;
  font-family: "Playfair Display", serif;
  font-size: 0.94rem;
  font-style: italic;
  line-height: 1.55;
  margin: 1.3rem 0 0;
  padding-top: 1.1rem;
}
@media (max-width: 767px) {
  .pillars-section,
  .leadership-section {
    padding: 5rem 0;
  }
  .pillars-intro,
  .leadership-intro {
    margin-bottom: 2.5rem;
  }
  .pillars-intro h2,
  .leadership-intro h2 {
    font-size: 3.65rem;
  }
  .pillar-card {
    min-height: 0;
  }
  .leader-title h3 {
    font-size: 1.4rem;
  }
  .leader-body {
    padding: 1.35rem;
  }
}
/* Bookstore section: hymn-book covers and Amazon purchase actions. */
.bookstore-section {
  background: #fffdf9;
  padding: 7.5rem 0;
}
.bookstore-intro h2 {
  font-size: clamp(3.25rem, 5vw, 5.8rem);
  margin: 1rem 0 1.35rem;
}
.bookstore-intro h2 em {
  color: var(--clay);
}
.bookstore-intro > p:not(.eyebrow) {
  color: #59665f;
  font-family: "Playfair Display", serif;
  font-size: 1.18rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.book-product {
  height: 100%;
}
.book-cover {
  box-shadow: 12px 14px 0 rgba(21, 53, 44, 0.1);
  color: #fff;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  min-height: 385px;
  overflow: hidden;
  padding: 2rem;
  position: relative;
}
.book-cover:before,
.book-cover:after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
.book-cover:before {
  background: linear-gradient(
    140deg,
    rgba(255, 255, 255, 0.22),
    transparent 36%,
    rgba(14, 37, 30, 0.23) 85%
  );
}
.book-cover:after {
  border: 1px solid rgba(255, 255, 255, 0.5);
  inset: 13px;
}
.book-cover-gold {
  background: linear-gradient(135deg, #e1a91f, #cb7625 52%, #22493b);
}
.book-cover-violet {
  background: linear-gradient(135deg, #72528b, #4e7891 48%, #214b40);
}
.book-cover-kicker {
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.book-cover strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.7rem, 4vw, 4rem);
  letter-spacing: 0.02em;
  line-height: 0.87;
  margin: auto 0 1.5rem;
  text-transform: uppercase;
}
.book-cover strong sup {
  font-family: "DM Sans", sans-serif;
  font-size: 0.38em;
}
.book-cover strong i {
  color: #fff6d6;
  font-family: "Playfair Display", serif;
  font-size: 0.68em;
  font-weight: 500;
  text-transform: none;
}
.book-cover-book {
  border-top: 1px solid rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  padding-top: 0.8rem;
  text-transform: uppercase;
}
.book-cover-author {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  margin-top: 0.55rem;
  text-transform: uppercase;
}

/* Official book covers: preserve supplied artwork instead of the former CSS placeholder covers. */
.book-cover-official {
  aspect-ratio: 2 / 3;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

.book-cover-official::before,
.book-cover-official::after {
  display: none;
}

.book-cover-official img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.book-product-copy {
  padding: 1.5rem 0 0;
}
.book-type {
  color: #8a7048;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0 0 0.65rem;
  text-transform: uppercase;
}
.book-product-copy h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.8rem;
}
.book-product-copy > p:not(.book-type) {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: 1.3rem;
}
.book-product-copy .kiwm-btn {
  width: 100%;
}
@media (max-width: 767px) {
  .bookstore-section {
    padding: 5rem 0;
  }
  .book-cover {
    min-height: 350px;
  }
  .bookstore-intro {
    margin-bottom: 0.5rem;
  }
}

/* Contact hero: uses the requested authentic KIWM activity moment 015 without affecting other page banners. */
.page-banner--contact {
  background:
    linear-gradient(90deg, rgba(21, 53, 44, 0.9), rgba(21, 53, 44, 0.45)),
    url("../images/activities/kiwm-activity-015.webp") center 14% / cover;
}

/* Events hero: uses the requested authentic KIWM activity moment 022 without affecting other page banners. */
.page-banner--events {
  background:
    linear-gradient(90deg, rgba(21, 53, 44, 0.9), rgba(21, 53, 44, 0.45)),
    url("../images/activities/kiwm-activity-022.webp") center / cover;
}

/* Contact form enhancement: phone, consent, and Turnstile-ready status treatment within the Sunlit Sanctuary system. */
.footer-phone {
  align-items: center;
  display: flex;
  gap: 0.4rem;
  margin-top: 0.5rem;
}
.field-required {
  color: var(--clay);
  font-weight: 800;
}
.field-optional {
  color: #6d776f;
  font-size: 0.78rem;
  font-weight: 500;
}
.contact-box .form-control::placeholder {
  color: #8b938d;
  opacity: 1;
}
.form-help {
  color: #68746c;
  font-size: 0.77rem;
  line-height: 1.45;
  margin-top: 0.55rem;
}
.turnstile-field {
  border-top: 1px solid rgba(21, 53, 44, 0.14);
  padding-top: 1.25rem;
}
.turnstile-placeholder {
  align-items: flex-start;
  background: #fffdf9;
  border: 1px dashed rgba(21, 53, 44, 0.36);
  color: var(--forest);
  display: flex;
  flex-direction: column;
  font-size: 0.78rem;
  gap: 0.35rem;
  line-height: 1.45;
  max-width: 420px;
  padding: 1rem;
}
.turnstile-placeholder strong {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.turnstile-placeholder code {
  color: var(--clay);
  font-family: "DM Sans", sans-serif;
  font-size: 0.72rem;
}
.contact-consent {
  align-items: flex-start;
  display: flex;
  gap: 0.65rem;
}
.contact-consent .form-check-input {
  border-radius: 0;
  flex: 0 0 auto;
  margin-left: 0;
  margin-top: 0.2rem;
}
.contact-consent .form-check-label {
  color: #536159;
  font-size: 0.82rem;
  line-height: 1.5;
}
.contact-consent a {
  color: var(--forest);
  font-weight: 700;
}
.legal-page .container {
  max-width: 860px;
}
.legal-page h2 {
  font-size: clamp(2.2rem, 3.6vw, 3.5rem);
  margin: 2.7rem 0 0.85rem;
}
.legal-page p {
  color: #536159;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.legal-page a {
  color: var(--forest);
  font-weight: 700;
}
.legal-updated {
  color: #966d2f !important;
  font-size: 0.72rem !important;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.legal-review-note {
  background: #f7f1e6;
  border-left: 4px solid var(--sun);
  margin-top: 2rem !important;
  padding: 1.1rem 1.25rem;
}
.legal-sources {
  border-top: 1px solid rgba(21, 53, 44, 0.15);
  font-size: 0.88rem !important;
  margin-top: 2.25rem !important;
  padding-top: 1.25rem;
}
