:root {
  --ink: #1e332f; --muted: #5f716c; --pine: #2f5d50; --sage: #dfe9e4;
  --mist: #f6faf8; --snow: #ffffff; --sky: #dceef5; --gold: #c99a4a;
  --line: #d8e4df; --shadow: 0 18px 45px rgba(31,60,54,.10);
  --radius: 24px; --max: 1180px;
}
* { box-sizing: border-box }
html { scroll-behavior: smooth }
body.menu-open { overflow: hidden; position: fixed; width: 100% }
body {
  margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink); background: linear-gradient(180deg, var(--mist), #fff);
  line-height: 1.65;
}
a { color: inherit }
img { max-width: 100% }
:focus-visible { outline: 2px solid var(--pine); outline-offset: 2px; border-radius: 4px }
.skip-link {
  position: absolute; top: -100%; left: 8px; background: var(--pine);
  color: #fff; padding: 8px 16px; z-index: 100; border-radius: 0 0 8px 8px;
  font-weight: 700; text-decoration: none;
}
.skip-link:focus { top: 0 }
.intro-screen {
  position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999;
  width: 100vw; min-height: 100vh; display: grid; place-items: center;
  padding: 28px; background: linear-gradient(135deg, #f6faf8 0%, #dfe9e4 48%, #ffffff 100%);
  animation: intro-hide .75s ease 5.35s forwards;
}
.intro-screen.intro-complete { opacity: 0; visibility: hidden; pointer-events: none }
.intro-card { width: min(1120px, 100%); text-align: center }
.intro-logo {
  width: min(360px, 78vw); height: auto; margin-bottom: 32px;
  opacity: 0; transform: translateY(10px); animation: intro-logo-in .8s ease .15s forwards;
}
.intro-line {
  max-width: 1100px; margin: 0 auto; color: #274640; font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.85rem, 4.8vw, 4.25rem); font-style: italic; font-weight: 400;
  line-height: 1.12; letter-spacing: -.025em;
}
.intro-line-main,
.intro-line-final {
  display: block; clip-path: inset(0 100% 0 0); opacity: 0;
  animation: intro-text-reveal 2.15s cubic-bezier(.65,0,.15,1) .9s forwards;
}
.intro-line-final {
  margin-top: .08em;
  animation: intro-text-reveal 1.75s cubic-bezier(.65,0,.15,1) 2.75s forwards;
}
@keyframes intro-logo-in {
  to { opacity: 1; transform: translateY(0) }
}
@keyframes intro-text-reveal {
  1% { opacity: 1 }
  to { clip-path: inset(0 0 0 0); opacity: 1 }
}
@keyframes intro-hide {
  to { opacity: 0; visibility: hidden; pointer-events: none }
}
.container { max-width: var(--max); margin: auto; padding: 0 24px }
.site-header {
  position: sticky; top: 0; z-index: 50; background: #f6faf8;
  background: rgba(246,250,248,.88); backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: .02em }
.brand-mark {
  height: 70px; width: auto;
}
.brand small { display: block; font-weight: 600; color: var(--muted); letter-spacing: 0 }
.menu { display: flex; align-items: center; gap: 22px }
.menu a, .dropbtn {
  text-decoration: none; font-weight: 700; font-size: .95rem; color: #28463f;
  background: none; border: 0; cursor: pointer;
}
.dropbtn::after { content: "▾"; margin-left: 4px; font-size: .7rem; display: inline-block }
.menu a:hover, .dropbtn:hover { color: var(--pine) }
.dropdown { position: relative; padding-bottom: 14px; margin-bottom: -14px }
.dropdown-content {
  display: none; position: absolute; right: 0; top: 34px; background: #fff;
  border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow);
  min-width: 190px; overflow: hidden;
}
.dropdown-content a { display: block; padding: 12px 16px }
.dropdown:hover .dropdown-content,
.dropdown.open .dropdown-content { display: block }
.mobile-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 14px; padding: 10px 12px }
.hamburger-lines { display: none }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 12px 18px; border-radius: 999px; text-decoration: none;
  font-weight: 800; border: 1px solid transparent;
}
.btn-primary { background: var(--pine); color: #fff }
.btn-secondary { background: #fff; color: var(--pine); border-color: var(--line) }
.btn:hover { transform: translateY(-1px) }
.hero {
  position: relative; overflow: hidden; padding: 120px 0 110px;
  min-height: 520px; display: flex; align-items: center;
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(30,51,47,.5); z-index: 1;
}
.hero .container { position: relative; z-index: 2 }
.hero h1, .hero .lead { color: #fff }
.hero .eyebrow { color: #e6d5b0 }
.eyebrow { text-transform: uppercase; color: var(--gold); font-weight: 900; letter-spacing: .14em; font-size: .78rem }
.hero h1, .page-hero h1 { font-size: clamp(2.55rem, 5vw, 5.35rem); line-height: 1.02; margin: 12px 0 20px; letter-spacing: -.05em }
.lead { font-size: 1.18rem; color: #4f665f; max-width: 720px }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px }
.section { padding: 78px 0 }
.section + .section { padding-top: 0 }
.section.alt { background: #fff }
.section-title { max-width: 760px; margin-bottom: 34px }
.section-title h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: 1.08; margin: 8px 0 12px; letter-spacing: -.035em }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 12px 32px rgba(31,60,54,.06) }
.card-link { display: block; text-decoration: none; color: inherit; transition: transform .2s ease }
.card-link:hover { transform: translateY(-3px) }
.card h3 { margin-top: 0; font-size: 1.35rem }
.icon { width: 52px; height: 52px; border-radius: 18px; background: var(--sage); display: grid; place-items: center; margin-bottom: 18px }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start }
.story-preview { display: flex; gap: 42px; align-items: center }
.story-copy { flex: 1 1 0 }
.story-photo { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--sage) }
.story-photo { flex: 0 0 42%; max-width: 440px }
.story-photo img { display: block; width: 100%; max-height: 360px; object-fit: contain; background: var(--sage) }
.values { display: grid; gap: 14px }
.value { display: flex; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 18px }
.value strong { display: block }
.cta {
  background: linear-gradient(135deg, #234d43, #497a6b); color: #fff;
  border-radius: 36px; padding: 46px; display: grid;
  grid-template-columns: 1fr auto; gap: 24px; align-items: center;
}
.cta p { color: #e6f3ee }
.newsletter-cta { grid-template-columns: 1fr; text-align: center; max-width: 600px; margin: 0 auto }
.newsletter-cta form { display: flex; gap: 12px; justify-content: center; align-items: end; margin-top: 16px }
.newsletter-cta .field { flex: 1; margin: 0 }
.newsletter-cta input { padding: 14px 18px; border-radius: 999px; border: none; font-size: 1rem; width: 100% }
.newsletter-cta .btn { flex-shrink: 0; padding: 14px 28px }
.page-hero { padding: 70px 0; background: linear-gradient(180deg, #f8fcfa, #edf7f2) }
.page-hero[style*="background-image"] {
  position: relative; overflow: hidden;
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.page-hero[style*="background-image"]::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(30,51,47,.5); z-index: 1;
}
.page-hero[style*="background-image"] .container { position: relative; z-index: 2 }
.page-hero[style*="background-image"] h1,
.page-hero[style*="background-image"] .lead,
.page-hero[style*="background-image"] .breadcrumb { color: #fff }
.page-hero[style*="background-image"] .eyebrow { color: #e6d5b0 }
.page-hero h1 { font-size: clamp(2.3rem, 4.2vw, 4.5rem) }
.process-step { display: grid; grid-template-columns: 74px 1fr; gap: 18px; padding: 22px; border-bottom: 1px solid var(--line) }
.num { width: 54px; height: 54px; border-radius: 18px; background: var(--pine); color: #fff; display: grid; place-items: center; font-weight: 900 }
.form { display: grid; gap: 16px }
.field { display: grid; gap: 7px }
.field label { font-weight: 800 }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; border: 1px solid var(--line);
  border-radius: 14px; font: inherit; background: #fff;
}
.field textarea { min-height: 120px }
.office + .office { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line) }
.logo-wrap { text-align: center; margin-bottom: 24px }
.privacy-logo { max-width: 200px; height: auto }
.note { font-size: .9rem; color: var(--muted) }
.checkbox { display: flex; align-items: center; gap: 10px; font-weight: 600; cursor: pointer; padding: 10px 0 }
.checkbox input { width: 20px; height: 20px; accent-color: var(--pine); cursor: pointer }
fieldset.field { border: none; padding: 0; margin: 0 }
fieldset.field legend { font-weight: 800; margin-bottom: 8px }
.team-card h3 { margin-bottom: 4px }
.team-card-link {
  display: grid; position: relative; overflow: hidden; color: inherit;
  grid-template-rows: auto minmax(36px, auto) minmax(28px, auto);
  text-decoration: none; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}
.team-card-link::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: rgba(255,255,255,.55); opacity: 0; pointer-events: none;
  transition: opacity .2s ease;
}
.team-card-link h3,
.team-card-link .team-title {
  z-index: 2; transition: transform .2s ease, color .2s ease;
}
.team-card-link h3 {
  align-self: end; font-size: 1.45rem;
}
.team-card-link .team-title {
  align-self: start;
}
.team-card-link:hover,
.team-card-link:focus-visible {
  background: transparent; border-color: var(--pine); box-shadow: var(--shadow); transform: translateY(-4px);
}
.team-card-link:hover::after,
.team-card-link:focus-visible::after {
  opacity: 1;
}
.team-card-link:hover h3,
.team-card-link:focus-visible h3,
.team-card-link:hover .team-title,
.team-card-link:focus-visible .team-title { grid-row: 1; grid-column: 1; align-self: center }
.team-card-link:hover h3,
.team-card-link:focus-visible h3 { color: var(--pine); transform: translateY(-58%) }
.team-card-link:hover .team-title,
.team-card-link:focus-visible .team-title { transform: translateY(62%) }
.team-card .team-title { color: var(--pine); font-weight: 700; font-size: .95rem; margin-bottom: 8px }
.team-card .team-phone { margin-bottom: 12px }
.team-card .team-phone a { color: var(--muted); text-decoration: none; font-weight: 600 }
.team-card .team-phone a:hover { color: var(--pine) }
.blog-list { display: grid; gap: 18px }
.post { padding: 24px; border: 1px solid var(--line); background: #fff; border-radius: 22px }
.resource-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 18px }
.faq summary { font-weight: 900; cursor: pointer }
.faq-section-title { margin: 24px 0 8px; font-size: 1.5rem; letter-spacing: -.02em; border-bottom: 2px solid var(--pine); padding-bottom: 8px }
.site-footer { background: #1e332f; color: #dbe9e4; padding: 48px 0; margin-top: 40px }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3,1fr); gap: 30px }
.footer-grid a { display: block; color: #dbe9e4; text-decoration: none; margin: 7px 0 }
.social-links { display: flex; gap: 10px; margin-top: 14px }
.social-links a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.1); margin: 0 }
.social-links a:hover { background: var(--pine) }
.social-links svg { width: 18px; height: 18px; fill: #dbe9e4 }
.disclosure { border-top: 1px solid rgba(255,255,255,.16); margin-top: 32px; padding-top: 22px; font-size: .84rem; color: #b7cbc4 }
.breadcrumb { font-size: .9rem; color: var(--muted) }
@media (prefers-reduced-motion) {
  html { scroll-behavior: auto }
  *, *::before, *::after { transition-duration: 0s !important; animation-duration: 0s !important }
  .intro-screen { opacity: 0; visibility: hidden; pointer-events: none }
}
@media (max-width: 700px) {
  .hero-grid, .grid-3, .grid-2, .split, .story-preview, .cta, .footer-grid, .resource-list { grid-template-columns: 1fr }
  .story-preview { align-items: stretch; flex-direction: column }
  .story-photo { flex-basis: auto; max-width: 100% }
  .mobile-toggle { display: grid; place-items: center; width: 48px; height: 44px; font-size: 0 }
  .hamburger-lines { display: block; width: 22px; height: 2px; border-radius: 999px; background: #28463f; box-shadow: 0 7px 0 #28463f, 0 14px 0 #28463f }
  .mobile-toggle.has-hamburger::before { display: none }
  .mobile-toggle::before { content: ''; display: block; width: 22px; height: 2px; border-radius: 999px; background: #28463f; box-shadow: 0 7px 0 #28463f, 0 14px 0 #28463f }
  .menu { display: none; position: absolute; left: 16px; right: 16px; top: 78px; max-height: calc(100dvh - 96px); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 18px; box-shadow: var(--shadow); align-items: flex-start; flex-direction: column }
  .menu.open { display: flex }
  .dropdown-content { position: static; display: none; box-shadow: none; border: 0; background: #f6faf8; margin-top: 8px }
  .dropdown:not(.open):hover .dropdown-content { display: none }
  .dropdown.open .dropdown-content { display: block }
  .nav { min-height: 70px }
  .hero { padding-top: 50px }
}
@media (hover: none) {
  .team-card-link h3,
  .team-card-link .team-title { transform: none }
  .team-card-link::after { display: none }
}

.team-card { text-align: center; padding-bottom: 24px }
.team-photo { grid-row: 1; grid-column: 1; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 16px; margin-bottom: 14px; background: var(--sage); transition: opacity .2s ease }
.team-card-link:hover .team-photo,
.team-card-link:focus-visible .team-photo { opacity: .55 }
.team-detail { display: grid; grid-template-columns: 1fr 2fr; gap: 36px; align-items: start }
.team-detail-photo img { width: 100%; border-radius: 20px; max-width: 340px }
.team-detail-bio p { font-size: 1.05rem; line-height: 1.7 }
.card[onclick]:hover{box-shadow:0 8px 24px rgba(0,0,0,.15);transform:translateY(-2px)}
.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:1000;display:none;align-items:center;justify-content:center}.modal-content{background:#fff;border-radius:24px;padding:40px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;position:relative;color:#1a1a1a}.modal-content h2{margin-top:0}.modal-content h3{margin-top:20px}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;line-height:1}.modal-close:hover{color:#1a1a1a}
