:root {
  --sod-header-height: 76px;
  --sod-green-950: #06170f;
  --sod-green-900: #0b281a;
  --sod-green-800: #173a27;
  --sod-gold: #dfb44e;
  --sod-gold-dark: #9b711d;
  --sod-cream: #f4f0e6;
  --sod-white: #ffffff;
  --sod-ink: #172019;
  --sod-muted: #5d665e;
  --sod-line: #d8d1c3;
  --sod-content-width: 1180px;
}

/* ==========================================================
   Base
   ========================================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--sod-header-height);
}

body.sod-page {
  margin: 0;
  background: var(--sod-green-950);
  color: var(--sod-ink);
  font-family: Arial, Helvetica, sans-serif;
}

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

.sod-panel {
  position: relative;
}

.sod-section-copy {
  width: min(
    var(--sod-content-width),
    calc(100% - 56px)
  );
  margin: 0 auto;
}

.sod-eyebrow {
  margin: 0 0 14px;
  color: var(--sod-gold-dark);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sod-panel h1,
.sod-panel h2,
.sod-panel h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

/* ==========================================================
   Hero
   ========================================================== */

.sod-hero {
  display: grid;
  grid-template-columns:
    minmax(520px, 1.15fr)
    minmax(0, 0.85fr);
  overflow: hidden;
  background: var(--sod-green-950);
  color: var(--sod-white);
}

.sod-hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding:
    clamp(48px, 7vh, 78px)
    max(
      34px,
      calc((100vw - var(--sod-content-width)) / 2)
    );
  padding-right: clamp(46px, 5vw, 74px);
}

.sod-hero .sod-eyebrow {
  color: var(--sod-gold);
}

.sod-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.15rem, 5vw, 5.5rem);
  letter-spacing: -0.048em;
  line-height: 0.96;
  text-wrap: balance;
}

.sod-introduction {
  max-width: 570px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.65;
}

.sod-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 29px;
}

.sod-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid transparent;
  color: var(--sod-white);
  font-size: 0.8rem;
  font-weight: 850;
  text-decoration: none;
}

.sod-button-primary {
  background: var(--sod-gold);
  color: var(--sod-green-950);
}

.sod-button-secondary {
  border-color: rgba(255, 255, 255, 0.58);
}

.sod-button:hover,
.sod-button:focus-visible {
  transform: translateY(-1px);
}

.sod-hero-image {
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(18px, 2vw, 30px);
  background: var(--sod-green-900);
}

.sod-hero-image img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
}

/* ==========================================================
   About
   ========================================================== */

.sod-light-panel {
  display: flex;
  align-items: center;
  background: var(--sod-cream);
}

.sod-light-panel .sod-section-copy {
  display: grid;
  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(340px, 0.75fr);
  column-gap: clamp(50px, 7vw, 90px);
  align-items: center;
}

.sod-light-panel .sod-eyebrow,
.sod-light-panel h2 {
  grid-column: 1;
}

.sod-light-panel h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.6rem, 4.2vw, 4.5rem);
  letter-spacing: -0.04em;
  line-height: 1;
  text-wrap: balance;
}

.sod-light-panel p:not(.sod-eyebrow) {
  grid-column: 2;
  margin: 0 0 20px;
  color: var(--sod-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.sod-light-panel p:nth-of-type(2) {
  align-self: end;
}

.sod-light-panel p:nth-of-type(3) {
  align-self: start;
}

/* ==========================================================
   Ministry focus
   ========================================================== */

.sod-ministry-panel {
  display: flex;
  align-items: center;
  background: var(--sod-white);
}

.sod-ministry-panel h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(2.55rem, 4vw, 4.25rem);
  letter-spacing: -0.04em;
  line-height: 1;
  text-wrap: balance;
}

.sod-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(32px, 5vh, 52px);
  border-top: 1px solid var(--sod-line);
  border-bottom: 1px solid var(--sod-line);
}

.sod-focus-grid article {
  min-width: 0;
  padding: clamp(27px, 3.2vw, 40px);
  border-right: 1px solid var(--sod-line);
}

.sod-focus-grid article:last-child {
  border-right: 0;
}

.sod-focus-grid span {
  color: var(--sod-gold-dark);
  font-size: 0.7rem;
  font-weight: 850;
}

.sod-focus-grid h3 {
  margin: 20px 0 11px;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.08;
}

.sod-focus-grid p {
  margin: 0;
  color: var(--sod-muted);
  font-size: 0.92rem;
  line-height: 1.57;
}

/* ==========================================================
   Support and footer
   ========================================================== */

.sod-support-panel {
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(
      135deg,
      var(--sod-green-900),
      var(--sod-green-950)
    );
  color: var(--sod-white);
}

.sod-support-panel > .sod-section-copy {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(320px, 0.62fr);
  gap: clamp(48px, 7vw, 88px);
  align-items: center;
}

.sod-support-panel .sod-eyebrow {
  color: var(--sod-gold);
}

.sod-support-panel h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.55rem, 4vw, 4.25rem);
  letter-spacing: -0.04em;
  line-height: 1;
  text-wrap: balance;
}

.sod-support-panel
  .sod-section-copy
  > p:not(.sod-eyebrow) {
  max-width: 690px;
  margin: 21px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.96rem;
  line-height: 1.64;
}

.sod-support-panel .kh-support-status {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
}

.sod-support-panel .kh-unified-footer {
  flex: 0 0 auto;
}

/* ==========================================================
   Full-panel desktop layout
   ========================================================== */

@media (min-width: 1000px) {
  html {
    scroll-snap-type: y mandatory;
  }

  .sod-panel {
    height: calc(
      100dvh - var(--sod-header-height)
    );
    min-height: 0;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .sod-light-panel .sod-section-copy,
  .sod-ministry-panel .sod-section-copy,
  .sod-support-panel > .sod-section-copy {
    padding-top: clamp(38px, 5vh, 58px);
    padding-bottom: clamp(38px, 5vh, 58px);
  }

  .sod-support-panel > .sod-section-copy {
    min-height: 0;
  }
}

/* ==========================================================
   Tablet and mobile
   ========================================================== */

@media (max-width: 999px) {
  html {
    scroll-snap-type: none;
  }

  .sod-panel {
    height: auto;
    min-height: auto;
    overflow: visible;
  }

  .sod-hero,
  .sod-light-panel .sod-section-copy,
  .sod-support-panel > .sod-section-copy {
    grid-template-columns: 1fr;
  }

  .sod-hero-image {
    order: -1;
    height: min(56vh, 520px);
  }

  .sod-hero-copy {
    padding: 60px max(
      28px,
      calc((100% - 760px) / 2)
    );
  }

  .sod-light-panel,
  .sod-ministry-panel {
    padding: 72px 0;
  }

  .sod-light-panel .sod-eyebrow,
  .sod-light-panel h2,
  .sod-light-panel p:not(.sod-eyebrow) {
    grid-column: 1;
  }

  .sod-light-panel p:not(.sod-eyebrow) {
    margin-top: 22px;
  }

  .sod-focus-grid {
    grid-template-columns: 1fr;
  }

  .sod-focus-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--sod-line);
  }

  .sod-focus-grid article:last-child {
    border-bottom: 0;
  }

  .sod-support-panel > .sod-section-copy {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sod-support-panel .kh-support-status {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  :root {
    --sod-header-height: 68px;
  }

  .sod-section-copy {
    width: calc(100% - 38px);
  }

  .sod-hero-image {
    height: 42vh;
    min-height: 280px;
  }

  .sod-hero-copy {
    padding: 50px 19px 58px;
  }

  .sod-hero h1 {
    font-size: clamp(2.9rem, 14vw, 4.2rem);
  }

  .sod-actions {
    display: grid;
  }

  .sod-button {
    width: 100%;
  }

  .sod-light-panel h2,
  .sod-ministry-panel h2,
  .sod-support-panel h2 {
    font-size: clamp(2.35rem, 11vw, 3.45rem);
  }
}

/* KH SOD HERO MEASURED OVERRIDE START */

/*
  Desktop measured layout:
  - Copy width: 58%
  - Image width: 52%
  - Visual overlap: 10%
  - Image crop: none
  - Image padding: 0
  - Left image blend: 12%
*/

@media (min-width: 1000px) {
  .sod-hero {
    position: relative;
    display: block;
    background: var(--sod-green-950);
  }

  .sod-hero-copy {
    position: relative;
    z-index: 2;
    width: 58%;
    height: 100%;
    padding-left: max(
      34px,
      calc((100vw - var(--sod-content-width)) / 2)
    );
    padding-right: clamp(46px, 5vw, 74px);
  }

  .sod-hero-image {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 52%;
    min-width: 0;
    min-height: 0;
    height: 100%;
    padding: 0;
    overflow: hidden;
    background: transparent;

    -webkit-mask-image:
      linear-gradient(
        to right,
        transparent 0%,
        #000000 12%,
        #000000 100%
      );

    mask-image:
      linear-gradient(
        to right,
        transparent 0%,
        #000000 12%,
        #000000 100%
      );
  }

  .sod-hero-image img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: right center;
  }
}

/*
  Tablet/mobile:
  - Natural stacked flow
  - Full photograph visible
  - No mask or crop
*/

@media (max-width: 999px) {
  .sod-hero {
    display: block;
  }

  .sod-hero-copy {
    width: 100%;
    height: auto;
  }

  .sod-hero-image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    background: var(--sod-green-900);

    -webkit-mask-image: none;
    mask-image: none;
  }

  .sod-hero-image img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }
}

/* KH SOD HERO MEASURED OVERRIDE END */

/* KH SOD ABOUT MEASURED START */

/*
  Desktop measurements:
  - Maximum content width: 1180px
  - Copy column: 480px
  - Media column: 636px
  - Column gap: 64px
  - Image ratio: 16:9
  - Image crop: none
*/

.sod-light-panel {
  background:
    radial-gradient(
      circle at 79% 48%,
      rgba(223, 180, 78, 0.16),
      transparent 34%
    ),
    var(--sod-cream);
}

.sod-light-panel
  .sod-section-copy.sod-about-layout {
  display: grid;
  grid-template-columns:
    minmax(0, 480px)
    minmax(0, 636px);
  gap: 64px;
  align-items: center;
  justify-content: center;
}

.sod-about-copy {
  width: 100%;
  max-width: 480px;
}

.sod-about-copy .sod-eyebrow,
.sod-about-copy h2,
.sod-about-copy p {
  grid-column: auto;
}

.sod-about-copy h2 {
  max-width: 480px;
  margin: 0;
  font-size: clamp(3.25rem, 4vw, 4rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.sod-about-copy
  p.sod-about-lead {
  max-width: 470px;
  margin: 23px 0 0;
  color: var(--sod-ink);
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.58;
}

.sod-about-copy
  p.sod-about-body {
  max-width: 470px;
  margin: 15px 0 0;
  color: var(--sod-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.sod-impact-list {
  display: grid;
  gap: 9px;
  margin-top: 25px;
}

.sod-impact-list article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  min-height: 58px;
  padding: 10px 12px;
  border-left: 3px solid var(--sod-gold);
  background: rgba(255, 255, 255, 0.55);
}

.sod-impact-list article > span {
  padding-top: 2px;
  color: var(--sod-gold-dark);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.sod-impact-list strong {
  display: block;
  color: var(--sod-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.sod-impact-list p {
  margin: 3px 0 0 !important;
  color: var(--sod-muted) !important;
  font-size: 0.79rem !important;
  line-height: 1.42 !important;
}

.sod-about-media {
  width: 100%;
  max-width: 636px;
  margin: 0;
  justify-self: end;
}

.sod-about-image-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 14px;
  background: var(--sod-green-900);
  box-shadow:
    20px 20px 0 rgba(223, 180, 78, 0.28);
}

.sod-about-image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.sod-about-media figcaption {
  max-width: 570px;
  margin: 29px 0 0 20px;
  color: var(--sod-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  .sod-light-panel
    .sod-section-copy.sod-about-layout {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

@media (max-width: 999px) {
  .sod-light-panel
    .sod-section-copy.sod-about-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .sod-about-copy {
    max-width: 760px;
  }

  .sod-about-media {
    order: -1;
    max-width: 760px;
    justify-self: center;
  }

  .sod-about-image-frame {
    box-shadow:
      14px 14px 0 rgba(223, 180, 78, 0.28);
  }
}

@media (max-width: 620px) {
  .sod-about-copy h2 {
    font-size: clamp(2.8rem, 12vw, 3.7rem);
  }

  .sod-impact-list article {
    grid-template-columns: 31px minmax(0, 1fr);
  }

  .sod-about-image-frame {
    padding: 8px;
    box-shadow:
      9px 9px 0 rgba(223, 180, 78, 0.28);
  }

  .sod-about-media figcaption {
    margin-left: 9px;
  }
}

/* KH SOD ABOUT MEASURED END */

/* KH SOD MINISTRY MEASURED START */

/*
  Desktop measurements:
  - Maximum content width: 1180px
  - Photograph: 576px × 432px
  - Text column: 540px
  - Column gap: 64px
  - Image crop: none
*/

.sod-ministry-panel {
  background:
    linear-gradient(
      125deg,
      #ffffff 0%,
      #ffffff 54%,
      #f4f0e6 100%
    );
}

.sod-ministry-panel
  .sod-section-copy.sod-ministry-layout {
  display: grid;
  grid-template-columns:
    minmax(0, 576px)
    minmax(0, 540px);
  gap: 64px;
  align-items: center;
  justify-content: center;
}

.sod-ministry-media {
  width: 100%;
  max-width: 576px;
  margin: 0;
}

.sod-ministry-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: contain;
  object-position: center;
  box-shadow:
    0 18px 42px rgba(6, 23, 15, 0.17);
}

.sod-ministry-media figcaption {
  max-width: 530px;
  margin: 18px 0 0;
  color: var(--sod-muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

.sod-ministry-copy {
  width: 100%;
  max-width: 540px;
}

.sod-ministry-copy h2 {
  max-width: 540px;
  margin: 0;
  font-size: clamp(3.15rem, 3.7vw, 3.625rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.sod-ministry-lead {
  max-width: 520px;
  margin: 20px 0 0;
  color: var(--sod-muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

.sod-ministry-list {
  display: grid;
  margin-top: 25px;
  border-top: 1px solid var(--sod-line);
}

.sod-ministry-list article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  min-height: 86px;
  padding: 14px 0;
  border-bottom: 1px solid var(--sod-line);
}

.sod-ministry-list article > span {
  padding-top: 4px;
  color: var(--sod-gold-dark);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.sod-ministry-list h3 {
  margin: 0 0 5px;
  color: var(--sod-ink);
  font-size: 1.23rem;
  line-height: 1.16;
}

.sod-ministry-list p {
  max-width: 470px;
  margin: 0;
  color: var(--sod-muted);
  font-size: 0.81rem;
  line-height: 1.46;
}

@media (min-width: 1000px) {
  .sod-ministry-panel
    .sod-section-copy.sod-ministry-layout {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

@media (max-width: 999px) {
  .sod-ministry-panel
    .sod-section-copy.sod-ministry-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .sod-ministry-media {
    width: 100%;
    max-width: 760px;
    justify-self: center;
  }

  .sod-ministry-copy {
    max-width: 760px;
  }

  .sod-ministry-copy h2 {
    max-width: 680px;
  }
}

@media (max-width: 620px) {
  .sod-ministry-copy h2 {
    font-size: clamp(2.75rem, 12vw, 3.6rem);
  }

  .sod-ministry-list article {
    grid-template-columns: 31px minmax(0, 1fr);
  }
}

/* KH SOD MINISTRY MEASURED END */

/* KH SOD SUPPORT MEASURED START */

/*
  Desktop measurements:
  - Maximum content width: 1180px
  - Portrait image: 315px × 560px
  - Copy column: 720px maximum
  - Column gap: 72px
  - Image crop: none
  - Shared footer remains unchanged
*/

.sod-support-panel {
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(
      circle at 22% 50%,
      rgba(223, 180, 78, 0.12),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      var(--sod-green-900),
      var(--sod-green-950)
    );
}

.sod-support-panel
  > .sod-section-copy.sod-support-layout {
  width: min(
    var(--sod-content-width),
    calc(100% - 56px)
  );
  flex: 1 1 auto;
  min-height: 0;
  display: grid;
  grid-template-columns:
    minmax(0, 315px)
    minmax(0, 720px);
  gap: 72px;
  align-items: center;
  justify-content: center;
  padding-top: 34px;
  padding-bottom: 34px;
}

.sod-support-media {
  width: 315px;
  max-width: 100%;
  margin: 0;
  justify-self: center;
}

.sod-support-media img {
  width: 100%;
  height: auto;
  max-height: 560px;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: contain;
  object-position: center;
  box-shadow:
    18px 18px 0 rgba(223, 180, 78, 0.24);
}

.sod-support-copy {
  width: 100%;
  max-width: 720px;
}

.sod-support-copy h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3rem, 3.8vw, 3.8rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.sod-support-lead {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.96rem;
  line-height: 1.62;
}

.sod-support-list {
  display: grid;
  margin-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.sod-support-list article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  min-height: 72px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.sod-support-list article > span {
  padding-top: 3px;
  color: var(--sod-gold);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.sod-support-list h3 {
  margin: 0 0 4px;
  color: var(--sod-white);
  font-size: 1.12rem;
  line-height: 1.18;
}

.sod-support-list p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.79rem;
  line-height: 1.44;
}

.sod-support-panel
  .kh-support-status.sod-giving-status {
  display: block;
  grid-column: auto;
  grid-row: auto;
  width: 100%;
  margin-top: 22px;
  padding: 14px 18px;
  text-decoration: none;
  cursor: pointer;
}

.sod-support-panel
  .kh-support-status.sod-giving-status:hover {
  background: rgba(225, 181, 79, 0.2);
}

.sod-support-panel
  .kh-support-status.sod-giving-status:focus-visible {
  outline: 3px solid #e1b54f;
  outline-offset: 3px;
}

@media (min-width: 1000px) and (max-height: 900px) {
  .sod-support-media {
    width: 270px;
  }

  .sod-support-media img {
    max-height: 480px;
  }

  .sod-support-copy h2 {
    font-size: clamp(2.7rem, 3.4vw, 3.35rem);
  }

  .sod-support-list article {
    min-height: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 999px) {
  .sod-support-panel
    > .sod-section-copy.sod-support-layout {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .sod-support-media {
    width: min(315px, 78vw);
    order: -1;
  }

  .sod-support-copy {
    max-width: 760px;
  }
}

@media (max-width: 620px) {
  .sod-support-copy h2 {
    font-size: clamp(2.7rem, 12vw, 3.55rem);
  }

  .sod-support-list article {
    grid-template-columns: 31px minmax(0, 1fr);
  }

  .sod-support-media img {
    box-shadow:
      10px 10px 0 rgba(223, 180, 78, 0.24);
  }
}

/* KH SOD SUPPORT MEASURED END */

/* KH SOD MOBILE MENU START */

/*
  Target viewport: 390px
  Horizontal padding: 18px + 18px
  Usable width: 354px
  Menu button: 88px
  Header gap: 12px
  Maximum brand width: 254px
  Header height: 72px
  Dropdown row height: 48px
*/

.sod-menu-toggle {
  display: none;
}

@media (max-width: 760px) {
  :root {
    --kh-header-height: 72px;
    --sod-header-height: 72px;
  }

  .kh-site-header {
    position: sticky;
    min-height: 72px;
    gap: 12px;
    padding: 10px 18px;
  }

  .kh-site-brand {
    min-width: 0;
    max-width: calc(100% - 100px);
  }

  .kh-site-brand span {
    font-size: 0.6rem;
    line-height: 1.2;
  }

  .kh-site-brand strong {
    margin-top: 3px;
    font-size: 1.2rem;
    line-height: 1.05;
  }

  .sod-menu-toggle {
    display: inline-flex;
    width: 88px;
    min-width: 88px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(223, 180, 78, 0.8);
    background: var(--sod-gold);
    color: var(--sod-green-950);
    font: inherit;
    font-size: 0.78rem;
    font-weight: 850;
    cursor: pointer;
  }

  .sod-menu-toggle:hover,
  .sod-menu-toggle:focus-visible {
    background: #edc55e;
  }

  .kh-site-nav.sod-mobile-navigation {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    z-index: 120;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px;
    border: 1px solid rgba(223, 180, 78, 0.32);
    background: #06170f;
    box-shadow:
      0 18px 38px rgba(0, 0, 0, 0.34);
  }

  .kh-site-nav.sod-mobile-navigation.is-open {
    display: grid;
  }

  .kh-site-nav.sod-mobile-navigation
    a:not(.kh-site-nav-button),
  .kh-site-nav.sod-mobile-navigation
    .kh-site-nav-button {
    display: flex !important;
    min-height: 48px;
    align-items: center;
    justify-content: flex-start;
    padding: 0 14px;
    border-bottom:
      1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.82rem;
  }

  .kh-site-nav.sod-mobile-navigation
    a:nth-last-child(2) {
    border-bottom: 0;
  }

  .kh-site-nav.sod-mobile-navigation
    .kh-site-nav-button {
    justify-content: center;
    margin-top: 8px;
    border-bottom: 0;
    background: var(--sod-gold);
    color: var(--sod-green-950);
  }
}

/* KH SOD MOBILE MENU END */

/* KH SOD OFFICIAL IDENTITY START */

/*
  Existing panel and image measurements remain unchanged.

  Ministry pillar area:
  - Available text-column width: 540px
  - Two columns
  - Column gap: 12px
  - Row gap: 10px
  - Minimum item height: 76px
*/

.sod-purpose-block {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 4px solid var(--sod-gold);
  background: rgba(255, 255, 255, 0.62);
}

.sod-purpose-block > span,
.sod-values-band > span {
  display: block;
  margin-bottom: 7px;
  color: var(--sod-gold-dark);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.sod-purpose-block p {
  margin: 0 !important;
  color: var(--sod-muted) !important;
  font-size: 0.84rem !important;
  line-height: 1.52 !important;
}

.sod-ministry-copy h2 {
  font-size: clamp(2.8rem, 3.3vw, 3.35rem);
}

.sod-ministry-lead {
  margin-top: 17px;
}

.sod-pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin-top: 20px;
}

.sod-pillar-grid article {
  min-height: 76px;
  padding: 13px 14px;
  border: 1px solid var(--sod-line);
  background: rgba(255, 255, 255, 0.72);
}

.sod-pillar-grid article > span {
  display: block;
  margin-bottom: 8px;
  color: var(--sod-gold-dark);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.sod-pillar-grid h3 {
  margin: 0;
  color: var(--sod-ink);
  font-size: 1rem;
  line-height: 1.18;
}

.sod-values-band {
  margin-top: 15px;
  padding: 13px 15px;
  border-left: 4px solid var(--sod-gold);
  background: var(--sod-green-900);
}

.sod-values-band > span {
  color: var(--sod-gold);
}

.sod-values-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 1000px) and (max-height: 850px) {
  .sod-purpose-block {
    margin-top: 17px;
    padding: 13px 16px;
  }

  .sod-ministry-copy h2 {
    font-size: 2.75rem;
  }

  .sod-pillar-grid {
    gap: 8px 10px;
    margin-top: 15px;
  }

  .sod-pillar-grid article {
    min-height: 66px;
    padding: 10px 12px;
  }

  .sod-pillar-grid article > span {
    margin-bottom: 5px;
  }

  .sod-values-band {
    margin-top: 11px;
    padding: 10px 13px;
  }
}

@media (max-width: 620px) {
  .sod-pillar-grid {
    grid-template-columns: 1fr;
  }

  .sod-pillar-grid article {
    min-height: auto;
  }

  .sod-purpose-block {
    padding: 16px;
  }

  .sod-values-band p {
    font-size: 0.76rem;
  }
}

/* KH SOD OFFICIAL IDENTITY END */
