:root {
  --evergreen: #29453b;
  --evergreen-dark: #19362d;
  --logo-green: #0b7250;
  --ivory: #f7f4ed;
  --ivory-deep: #eee9de;
  --white: #ffffff;
  --black: #000000;
  --text: #111111;
  --secondary: #4a4a4a;
  --stone: #d5cfc3;
  --stone-light: #e8e2d7;
  --max: 1180px;
  --reading: 760px;
  --shadow: 0 6px 22px rgba(28, 43, 36, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--text);
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: var(--evergreen-dark); text-underline-offset: .16em; }
a:hover { color: var(--logo-green); }
button, a { -webkit-tap-highlight-color: transparent; }
address { font-style: normal; }
.skip-link {
  position: absolute; left: 16px; top: -100px; z-index: 1000;
  background: var(--black); color: var(--white); padding: 10px 14px;
}
.skip-link:focus { top: 10px; }

.content { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.reading-column { max-width: var(--reading); }
.section { padding: 76px 0; }
.section h2, .verify-section h2, .contact-band h2 {
  margin: 0 0 32px;
  color: var(--black);
  font-size: clamp(2rem, 7vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -.025em;
}
h3 {
  margin: 52px 0 18px;
  color: var(--black);
  font-size: clamp(1.55rem, 5vw, 2.05rem);
  line-height: 1.18;
}
h4 { margin: 0 0 8px; font-size: 1.25rem; line-height: 1.2; }
p { margin: 0 0 22px; }
ul { margin: 0 0 28px; padding-left: 1.3em; }
li { margin: 0 0 11px; padding-left: .25em; }
hr { border: 0; border-top: 1px solid var(--stone); margin: 66px 0 0; }
blockquote {
  margin: 34px 0;
  padding: 22px 24px;
  border-left: 5px solid var(--evergreen);
  background: rgba(255,255,255,.48);
  font-size: 1.12em;
  line-height: 1.45;
  font-weight: 600;
}

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247,244,237,.96);
  border-bottom: 1px solid var(--stone-light);
  backdrop-filter: blur(10px);
}
.header-inner {
  width: min(calc(100% - 28px), var(--max)); min-height: 70px; margin: auto;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: block; width: 145px; height: 58px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; display: block; }
.menu-button {
  border: 0; background: transparent; color: var(--black);
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  font: 600 12px/1 "Source Sans 3", sans-serif; text-transform: uppercase;
  letter-spacing: .06em; padding: 8px; cursor: pointer;
}
.menu-lines { width: 29px; display: grid; gap: 5px; }
.menu-lines span { height: 3px; border-radius: 3px; background: var(--black); display: block; }
.desktop-nav { display: none; align-items: center; gap: 28px; font-weight: 600; }
.desktop-nav a { text-decoration: none; color: var(--text); }
.desktop-nav .nav-contact { background: var(--evergreen); color: var(--white); padding: 10px 17px; border-radius: 8px; }
.mobile-menu {
  padding: 12px 20px 22px;
  border-top: 1px solid var(--stone-light);
  background: var(--ivory);
}
.mobile-menu > a {
  display: block; padding: 13px 4px; border-bottom: 1px solid var(--stone-light);
  font-weight: 600; text-decoration: none;
}
.mobile-menu-contact { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 18px; }
.mobile-menu-contact a {
  background: var(--evergreen); color: var(--white); text-align: center;
  padding: 11px 6px; border-radius: 7px; text-decoration: none; font-weight: 600;
}

.hero { padding: 36px 0 42px; }
.hero-inner { max-width: 820px; }
.identity { display: flex; align-items: center; gap: 18px; margin-bottom: 30px; }
.headshot { object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }
.hero-headshot { width: 118px; height: 118px; flex: 0 0 auto; }
.identity-name { margin: 0; color: var(--black); font-size: 1.65rem; line-height: 1.08; font-weight: 700; }
.identity-role { margin: 7px 0 0; color: var(--evergreen); font-size: 1.18rem; line-height: 1.28; }
.hero h1 {
  margin: 0; color: var(--black);
  font-size: clamp(2.55rem, 11vw, 4.25rem);
  line-height: .98; letter-spacing: -.04em;
}
.heading-rule { width: 80px; height: 5px; border-radius: 5px; background: var(--logo-green); margin: 24px 0; }
.hero-lead { font-size: 1.18rem; line-height: 1.48; }
.hero-emphasis { color: var(--evergreen-dark); font-size: 1.17rem; line-height: 1.4; font-weight: 700; }
.contact-actions {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px; margin: 30px 0 20px;
}
.contact-button {
  min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--evergreen); color: var(--white); text-decoration: none;
  font-weight: 700; border-radius: 10px; padding: 12px 8px; text-align: center;
  box-shadow: 0 3px 10px rgba(25,54,45,.15);
}
.contact-button:hover { color: var(--white); background: var(--evergreen-dark); }
.contact-button svg { width: 23px; height: 23px; fill: currentColor; flex: 0 0 auto; }
.direct-contact { display: grid; gap: 6px; margin-bottom: 30px; font-size: 1.08rem; }
.direct-contact a { text-decoration: none; font-weight: 600; }
.orientation {
  margin-top: 26px; padding: 25px 22px;
  background: rgba(255,255,255,.42); border: 1px solid var(--stone);
  border-radius: 18px; box-shadow: 0 3px 16px rgba(28,43,36,.04);
}
.orientation p:last-child { margin-bottom: 0; }
.orientation-emphasis { color: var(--evergreen-dark); font-weight: 700; }

.page-nav { padding: 24px 0 60px; }
.eyebrow { margin-bottom: 12px; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; font-size: .86rem; color: var(--secondary); }
.page-nav-grid { display: grid; gap: 9px; }
.page-nav-grid a {
  display: block; padding: 13px 15px; border: 1px solid var(--stone);
  border-radius: 8px; text-decoration: none; font-weight: 600; background: rgba(255,255,255,.32);
}

.standout { color: var(--evergreen-dark); font-weight: 700; }
.human-line { color: var(--evergreen-dark); font-size: 1.55rem; font-weight: 700; margin-bottom: 15px; }
.transition { padding: 38px 0; background: var(--evergreen); color: var(--white); }
.transition p { margin: 0; font-size: 1.34rem; line-height: 1.4; font-weight: 600; }

.options-section { padding-top: 82px; }
.option { position: relative; margin: 64px 0 0; padding-top: 18px; border-top: 1px solid var(--stone); }
.option h3 { margin-top: 8px; }
.option-number {
  margin: 0; width: 42px; height: 42px; display: grid; place-items: center;
  border-radius: 50%; background: var(--evergreen); color: var(--white); font-weight: 700;
}
.option-featured { padding: 26px 22px 8px; border: 1px solid var(--stone); border-radius: 18px; background: rgba(255,255,255,.35); }
.option-featured .option-number { margin-top: -48px; }
.relief-list li::marker { color: var(--logo-green); }
.value-example {
  margin: 32px 0; border: 1px solid var(--stone); border-radius: 12px; overflow: hidden;
  background: rgba(255,255,255,.45);
}
.value-example div { padding: 16px; border-bottom: 1px solid var(--stone); display: grid; gap: 5px; }
.value-example div:last-child { border-bottom: 0; }
.value-example span { color: var(--secondary); font-size: .95rem; }
.value-example strong { color: var(--evergreen-dark); font-size: 1.15rem; }
.four-factors { display: grid; gap: 14px; margin: 28px 0 34px; }
.four-factors > div { padding: 20px; border-left: 4px solid var(--evergreen); background: rgba(255,255,255,.4); }
.four-factors p { margin-bottom: 0; }

.contact-band { padding: 58px 0; background: var(--ivory-deep); border-block: 1px solid var(--stone); }
.contact-band h2 { font-size: clamp(2rem, 7vw, 2.75rem); }
.contact-band p { font-size: 1.1rem; }

.bio-intro { display: flex; align-items: center; gap: 20px; margin: 12px 0 30px; }
.bio-intro h3 { margin: 0; }
.bio-role { color: var(--evergreen); font-weight: 600; margin: 7px 0 0; }
.bio-headshot { width: 125px; height: 125px; flex: 0 0 auto; }
.direct-answer { font-size: 2.2rem; line-height: 1; font-weight: 700; color: var(--evergreen-dark); }
.two-column-list { columns: 1; }
.verify-section { padding: 76px 0; background: var(--white); border-block: 1px solid var(--stone-light); }
.verification-list { margin: 30px 0; border: 1px solid var(--stone); border-radius: 12px; overflow: hidden; }
.verification-list div { display: grid; grid-template-columns: 100px 1fr; padding: 13px 15px; border-bottom: 1px solid var(--stone-light); }
.verification-list div:last-child { border-bottom: 0; }
.verification-list dt { font-weight: 700; }
.verification-list dd { margin: 0; overflow-wrap: anywhere; }

.three-choices { display: grid; gap: 10px; margin: 26px 0; }
.three-choices strong { padding: 13px 16px; background: rgba(41,69,59,.08); border-left: 4px solid var(--evergreen); }
.final-question { font-size: clamp(1.35rem, 5vw, 1.75rem); }
.final-contact-card {
  display: flex; gap: 18px; align-items: center; padding: 22px;
  margin: 36px 0 22px; border: 1px solid var(--stone); border-radius: 16px;
  background: rgba(255,255,255,.43);
}
.final-contact-card a { display: block; margin-top: 5px; overflow-wrap: anywhere; }
.final-headshot { width: 100px; height: 100px; }
.safety-note { margin-top: 28px; font-size: .98rem; color: var(--secondary); }

.site-footer { padding: 58px 0 22px; background: var(--evergreen-dark); color: var(--white); }
.site-footer a { color: var(--white); }
.footer-grid { display: grid; gap: 28px; }
.footer-logo { width: 170px; height: 90px; object-fit: contain; filter: brightness(0) invert(1); opacity: .95; }
.footer-disclaimer { color: rgba(255,255,255,.82); max-width: 500px; }
.footer-bottom { margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.72); font-size: .9rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 390px) {
  .content { width: min(calc(100% - 30px), var(--max)); }
  body { font-size: 17.5px; }
  .contact-actions { gap: 7px; }
  .contact-button { font-size: .92rem; padding-inline: 5px; }
  .contact-button svg { width: 19px; height: 19px; }
  .hero-headshot { width: 100px; height: 100px; }
  .identity-name { font-size: 1.45rem; }
  .identity-role { font-size: 1.03rem; }
}

@media (min-width: 720px) {
  .content { width: min(calc(100% - 64px), var(--max)); }
  .hero { padding: 62px 0 62px; }
  .hero-inner { display: grid; grid-template-columns: 250px 1fr; column-gap: 42px; }
  .identity { grid-column: 1; grid-row: 1 / span 6; display: block; margin: 0; }
  .hero-headshot { width: 250px; height: 250px; margin-bottom: 20px; }
  .hero h1, .heading-rule, .hero-lead, .hero-emphasis, .contact-actions, .direct-contact { grid-column: 2; }
  .orientation { grid-column: 1 / -1; margin-top: 48px; }
  .page-nav-grid { grid-template-columns: repeat(2, 1fr); }
  .four-factors { grid-template-columns: repeat(2, 1fr); }
  .two-column-list { columns: 2; column-gap: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr 1.3fr; }
  .value-example div { grid-template-columns: 1fr auto; align-items: center; gap: 20px; }
}

@media (min-width: 980px) {
  .menu-button { display: none; }
  .desktop-nav { display: flex; }
  .brand { width: 172px; height: 68px; }
  .header-inner { min-height: 78px; }
  .section { padding: 100px 0; }
  .page-nav-grid { grid-template-columns: repeat(4, 1fr); }
}
