.soCQ1k4A {
  position: relative;
  height: var(--header-h);
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 85, 0, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 4px 24px rgba(0, 85, 0, 0.06);
}

.Yck4jDbu {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  height: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(1rem, 3.5vw, 1.75rem);
}

.uZNAeSRw {
  grid-column: 1;
  justify-self: start;
  min-width: 0;
}

.yL3AxWk7 {
  grid-column: 2;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.g0Ea_3r1 {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.P1nF9OyB {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 0;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-sm);
  padding: 0.2rem 0.35rem 0.2rem 0;
  margin-left: -0.35rem;
}

/* Global `a:hover` adds underline; logo block should stay plain (still a home link). */
.P1nF9OyB:hover {
  text-decoration: none;
}

.P1nF9OyB:focus-visible {
  outline: 2px solid #005500;
  outline-offset: 2px;
}

.MXA86I5k {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(0, 85, 0, 0.1),
    0 4px 14px rgba(0, 85, 0, 0.08);
  flex-shrink: 0;
}

.EVplfXA_ {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.Sg10Af16 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #005500;
  line-height: 1.15;
  max-width: 12rem;
}

.HM2iq1A9 {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.02em;
  color: var(--color-text-muted);
  line-height: 1.25;
  max-width: 14rem;
}

@media (max-width: 640px) {
  .Sg10Af16 {
    font-size: 0.95rem;
    max-width: 9rem;
  }

  .HM2iq1A9 {
    font-size: 0.72rem;
    max-width: 9rem;
  }

  .MXA86I5k {
    width: 46px;
    height: 46px;
  }
}

.tqe9sn2p {
  position: relative;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--color-text-muted);
  text-decoration: none;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.tqe9sn2p:hover {
  color: var(--color-text);
  text-decoration: none;
  background: rgba(0, 85, 0, 0.07);
}

.tqe9sn2p:focus-visible {
  outline: 2px solid #005500;
  outline-offset: 2px;
}

.ifzNraWS {
  color: #005500;
  font-weight: 600;
  background: rgba(0, 85, 0, 0.11);
}

.ifzNraWS:hover {
  color: #004400;
  background: rgba(0, 85, 0, 0.14);
}

.vYCovsk5 {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(0, 85, 0, 0.14);
  background: rgba(255, 255, 255, 0.95);
  color: #005500;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.vYCovsk5:hover {
  background: rgba(0, 85, 0, 0.06);
  border-color: rgba(0, 85, 0, 0.22);
}

.vYCovsk5:focus-visible {
  outline: 2px solid #005500;
  outline-offset: 2px;
}

.clmtdInl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 20px;
  margin: auto;
}

.clmtdInl span {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
}

.rRVdarm4 span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.rRVdarm4 span:nth-child(2) {
  opacity: 0;
}

.rRVdarm4 span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 900px) {
  .Yck4jDbu {
    grid-template-columns: 1fr auto;
  }

  .yL3AxWk7 {
    display: none;
  }

  .uZNAeSRw {
    grid-column: 1;
  }

  .g0Ea_3r1 {
    grid-column: 2;
  }

  .vYCovsk5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

/* Portaled to document.body so position:fixed is viewport-relative (header uses backdrop-filter, which
   would otherwise trap fixed descendants and break full-screen overlay on mobile). */
.l7CSqtZ5 {
  position: fixed;
  inset: 0;
  background: rgba(15, 25, 18, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1100;
}

.K7lCzs1N {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(340px, 90vw);
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  background: #ffffff;
  border-left: 1px solid rgba(0, 85, 0, 0.12);
  box-shadow: -12px 0 40px rgba(0, 85, 0, 0.1);
  z-index: 1110;
  padding: 0;
  display: flex;
  flex-direction: column;
  overscroll-behavior: contain;
  animation: lsmhRTEQ 0.28s ease;
}

@keyframes lsmhRTEQ {
  from {
    transform: translateX(100%);
    opacity: 0.9;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .K7lCzs1N {
    animation: none;
  }

  .clmtdInl span {
    transition: none;
  }
}

.AIidvFCu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.15rem;
  border-bottom: 1px solid rgba(0, 85, 0, 0.1);
  background: rgba(0, 85, 0, 0.03);
}

.PdvcZwBn {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: #005500;
}

.iYouUter {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: rgba(0, 85, 0, 0.08);
  color: #005500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.iYouUter:hover {
  background: rgba(0, 85, 0, 0.14);
}

.hZEtXNG9 {
  width: 16px;
  height: 16px;
  position: relative;
}

.hZEtXNG9::before,
.hZEtXNG9::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
}

.hZEtXNG9::before {
  transform: translateY(-50%) rotate(45deg);
}

.hZEtXNG9::after {
  transform: translateY(-50%) rotate(-45deg);
}

._CQYV0cW {
  color: var(--color-text);
  text-decoration: none;
  padding: 1rem 1.25rem;
  font-weight: 500;
  font-size: 1rem;
  border-bottom: 1px solid rgba(0, 85, 0, 0.06);
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

._CQYV0cW:hover {
  color: #005500;
  background: rgba(0, 85, 0, 0.04);
}

.h1nNWWWx {
  color: #005500;
  font-weight: 600;
  background: rgba(0, 85, 0, 0.08);
  border-left: 3px solid #005500;
  padding-left: calc(1.25rem - 3px);
}


.cRhmsucL {
  background: var(--color-primary-bg);
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  line-height: 1.35;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: env(safe-area-inset-top, 0px);
}

.WEMb6j8v {
  max-width: var(--max-w);
  margin-inline: auto;
  padding: 0.45rem max(clamp(1rem, 3.5vw, 1.75rem), env(safe-area-inset-left, 0px))
    0.45rem max(clamp(1rem, 3.5vw, 1.75rem), env(safe-area-inset-right, 0px));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
}

.I0L149Gt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  min-width: 0;
}

.UlRAzGXo {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
  min-width: 0;
}

.UlRAzGXo:hover {
  opacity: 0.88;
  text-decoration: none;
  color: #ffffff;
}

.UlRAzGXo:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
  border-radius: 4px;
}

.n0zs2V6H {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--color-brand);
  display: flex;
  align-items: center;
  justify-content: center;
}

.UkSBGGZ_ {
  width: 14px;
  height: 14px;
}

.ZK5onY5m {
  font-weight: 500;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: min(42vw, 14rem);
}

.GHBlPv4D {
  width: 1px;
  height: 1rem;
  background: rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}

.temGRahs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.aEsml1l1 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--color-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  transition:
    transform 0.15s ease,
    background 0.2s ease;
}

.aEsml1l1:hover {
  background: rgba(255, 255, 255, 0.92);
  transform: scale(1.06);
  text-decoration: none;
  color: var(--color-brand);
}

.aEsml1l1:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.EDHt9hhg {
  width: 15px;
  height: 15px;
}

/* Hide contact/social strip on small screens (matches Header mobile breakpoint). */
@media (max-width: 640px) {
  .cRhmsucL {
    display: none;
  }
}

.sBkMggTR {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2rem);
}

.g5dWx3V_ {
  max-width: 720px;
}

.q6XbB1Dm {
  margin-top: auto;
  position: relative;
  background: linear-gradient(180deg, rgba(0, 85, 0, 0.04) 0%, #ffffff 48%);
  border-top: 1px solid rgba(0, 85, 0, 0.12);
  box-shadow: 0 -8px 32px rgba(0, 85, 0, 0.06);
  padding: 0 0 2rem;
}

.nUXsqWeU {
  height: 3px;
  background: linear-gradient(90deg, #003800 0%, #005500 40%, #0a7a0a 100%);
  margin-bottom: 2.5rem;
}

.YZzwvoWO {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr) minmax(0, 0.85fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: start;
}

@media (max-width: 960px) {
  .YZzwvoWO {
    grid-template-columns: 1fr 1fr;
  }

  .n_gbNB4G {
    grid-column: 1 / -1;
  }

  .iNPhirXE {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .YZzwvoWO {
    grid-template-columns: 1fr;
  }
}

.n_gbNB4G {
  padding-right: 0.5rem;
}

.J6WHbiqa {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: inherit;
  margin-bottom: 1rem;
  border-radius: var(--radius-md);
  padding: 0.25rem 0.5rem 0.25rem 0;
  margin-left: -0.25rem;
}

.J6WHbiqa:hover {
  text-decoration: none;
}

.J6WHbiqa:focus-visible {
  outline: 2px solid #005500;
  outline-offset: 2px;
}

.A0Q1zzh8 {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(0, 85, 0, 0.12),
    0 6px 18px rgba(0, 85, 0, 0.1);
  flex-shrink: 0;
}

.v2ZgRPh5 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #005500;
  line-height: 1.2;
}

.Ncu8lU56 {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
  max-width: 34ch;
}

.BROdtvZu .jCy2iHiL,
.iNPhirXE .jCy2iHiL {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--color-text);
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(0, 85, 0, 0.15);
  display: inline-block;
  min-width: 5rem;
}

._3tvgYFfq {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

._3tvgYFfq a {
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.2rem 0;
  border-radius: var(--radius-sm);
  transition:
    color 0.2s ease,
    padding-left 0.2s ease;
}

._3tvgYFfq a:hover {
  color: #005500;
  text-decoration: none;
  padding-left: 0.35rem;
}

._3tvgYFfq a:focus-visible {
  outline: 2px solid #005500;
  outline-offset: 2px;
}

.iNPhirXE {
  padding: 1.15rem 1.25rem;
  background: rgba(0, 85, 0, 0.045);
  border: 1px solid rgba(0, 85, 0, 0.1);
  border-radius: var(--radius-md);
  box-shadow: 0 4px 20px rgba(0, 85, 0, 0.05);
}

.iNPhirXE .jCy2iHiL {
  margin-bottom: 0.85rem;
  border-bottom-color: rgba(0, 85, 0, 0.2);
}

.tyrclx4O {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  padding: 0.65rem 0.85rem;
  margin: 0 0 1rem;
  margin-left: -0.85rem;
  border-radius: var(--radius-sm);
  transition: background 0.2s ease;
}

.tyrclx4O:hover {
  text-decoration: none;
  background: rgba(0, 85, 0, 0.08);
}

.tyrclx4O:focus-visible {
  outline: 2px solid #005500;
  outline-offset: 2px;
}

.dQvRk_vu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #005500;
  color: #fff;
  flex-shrink: 0;
}

.T1dXqX9n {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
  margin-bottom: 0.1rem;
}

.T6XXNefQ {
  display: block;
  font-size: 1.05rem;
  font-weight: 600;
  color: #005500;
  letter-spacing: 0.02em;
}

.fL2rttRI {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  color: var(--color-text-muted);
}

.T0SEAvwn {
  font-weight: 600;
  color: #005500;
}

.eR4cHhwz {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.NjR3l709 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #005500;
  background: #ffffff;
  border: 1px solid rgba(0, 85, 0, 0.18);
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.NjR3l709:hover {
  text-decoration: none;
  background: #005500;
  color: #ffffff;
  border-color: #005500;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 85, 0, 0.2);
}

.NjR3l709:focus-visible {
  outline: 2px solid #005500;
  outline-offset: 2px;
}

.I3nmSjqy {
  margin-top: 2.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(0, 85, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
}

.hjBo9gYl {
  font-size: 0.8125rem;
  color: var(--color-text-muted);
}

.sL2RLUbk {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(0, 85, 0, 0.07);
  border: 1px solid rgba(0, 85, 0, 0.12);
}

.GIschE7i {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.IopMP9vR {
  position: sticky;
  top: 0;
  z-index: 100;
}

.g3hSTfhm {
  flex: 1;
  background: transparent;
}

.w6SDrxQY {
  padding: clamp(3rem, 10vw, 5rem) 0;
  min-height: 50vh;
}

.KS3nnFOT {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 4vw, 2rem);
}

.SNFCwe6k {
  margin: 0 0 1.5rem;
  color: var(--color-text-muted);
  max-width: 36rem;
  line-height: 1.65;
}

.wr9jtTIj {
  margin: 0;
}

._P3IYrhm {
  font-weight: 600;
}

:root {
  /* Primary #005500 + secondary white — two-level page background */
  --color-primary-bg: #005500;
  --color-secondary-bg: #ffffff;
  --bg-level-split: clamp(260px, 44vh, 520px);
  --color-bg: #ffffff;
  --color-bg-elevated: #ffffff;
  --color-surface: rgba(0, 85, 0, 0.07);
  --color-surface-soft: rgba(0, 85, 0, 0.045);
  --color-border: rgba(0, 85, 0, 0.16);
  --color-text: #1a1f1a;
  --color-text-muted: #4d5a4d;
  --color-accent: #005500;
  --color-accent-warm: #005500;
  --color-brand: #005500;
  --color-brand-deep: #003800;
  --color-forest: #006b00;
  --font-sans: 'DM Sans', system-ui, sans-serif;
  --font-display: 'Fraunces', Georgia, serif;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow-soft: 0 20px 48px rgba(0, 85, 0, 0.09);
  --header-h: 84px;
  --max-w: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text);
  background-color: var(--color-secondary-bg);
  background-image: linear-gradient(
    180deg,
    var(--color-primary-bg) 0,
    var(--color-primary-bg) var(--bg-level-split),
    var(--color-secondary-bg) var(--bg-level-split)
  );
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

a {
  color: var(--color-accent);
  text-decoration: none;
}

a:hover {
  color: var(--color-brand-deep);
  text-decoration: underline;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wt-route-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 40vh;
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

.wt-route-fallback__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
  animation: wt-pulse 1s ease-in-out infinite;
}

@keyframes wt-pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

