:root { --ink: #172c3b; --sage: #396754; --paper: #fafbf7; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { background: var(--paper); color: var(--ink); }
body.modal-open { overflow: hidden; }
*, *::before, *::after { box-sizing: border-box; }
:focus-visible { outline: 3px solid #547f66; outline-offset: 5px; }
a, button { -webkit-tap-highlight-color: transparent; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-top: 4px solid #577968; background: rgba(250,251,247,.94); backdrop-filter: blur(18px); border-bottom: 1px solid #dce4dc; box-shadow: 0 6px 30px #172c3b06; }
.header-inner { max-width: 1200px; height: 88px; padding: 9px 48px; margin: auto; display: flex; align-items: center; gap: 32px; }
.brand { display: block; margin-right: auto; flex-shrink: 0; }
.brand img { width: 205px; height: auto; }
.site-nav, .header-actions { display: flex; align-items: center; gap: 27px; }
.site-nav a { font-size: 14px; font-weight: 600; color: var(--ink); transition: color .2s; }
.site-nav a:hover { color: var(--sage); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 16px 24px; border-radius: 8px; background: var(--sage); color: white; font-size: 15px; font-weight: 600; box-shadow: 0 5px 12px #39675416; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: #2a5141; transform: translateY(-2px); box-shadow: 0 8px 20px #39675425; }
.button span { font-size: 21px; }
.site-nav .button { color: white; padding: 10px 17px; }
.quick-exit { color: #53615c; font-size: 12px; white-space: nowrap; border-left: 1px solid #ccd8ce; padding-left: 24px; }
.quick-exit:hover { color: #172c3b; text-decoration: underline; }
.menu-toggle { display: none; }
main { padding-top: 93px !important; }
main > div > section { padding-top: 76px; padding-bottom: 76px; }
main .bg-surface { background-color: var(--paper); }
main .bg-surface-container-low { background-color: #edf2ec; }
main .bg-surface-container { background-color: #e3ebe3; }
main .bg-surface-container-lowest { background-color: #fff; }
.hero { background: var(--paper); padding-top: 96px; padding-bottom: 0 !important; position: relative; overflow: hidden; }
.hero-inner { max-width: 1200px; margin: auto; padding: 0 48px 80px; text-align: left; }
.eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; color: var(--sage); }
.hero h1 { font-size: clamp(48px, 6.5vw, 88px); line-height: 1.04; font-weight: 600; letter-spacing: -.055em; color: var(--ink); }
.hero h1 em { font-family: Georgia, serif; font-weight: 400; color: var(--sage); letter-spacing: -.04em; }
.hero-description { max-width: 620px; font-size: 18px; line-height: 1.8; color: #546159; margin: 32px 0 30px; }
.hero-actions { display: flex; align-items: center; justify-content: flex-start; gap: 26px; flex-wrap: wrap; }
.text-link { font-size: 13px; font-weight: 600; border-bottom: 1px solid #9bab9e; padding: 6px 0; }
.text-link span { margin-left: 8px; }
.welcome-card { display: flex; align-items: flex-start; gap: 10px; padding: 22px 18px; background: #fff; border: 1px solid #dde6d8; border-radius: 12px; }
.welcome-card > span { flex-shrink: 0; color: var(--sage); font-size: 20px; margin-top: 2px; }
.welcome-card h3 { font-size: 15px; line-height: 1.5; font-weight: 600; color: var(--ink); }
.welcome-card p { margin-top: 8px; font-size: 13px; line-height: 1.75; color: #59645d; }
.welcome-card.welcome-catchall { background: #dae7d5; border-color: #b9ceb0; }
.hero-foot { max-width: 1104px; margin: auto; padding: 24px 0; border-top: 1px solid #d9e1d5; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; color: #637361; }
.hero-foot > span { font-family: inherit; font-style: normal; font-size: 12px; font-weight: 500; color: #52654f; }
.hero-foot > span:not(:first-child)::before { content: '✳'; margin-right: 10px; color: #789070; }
.pillars h2 { max-width: 620px; }
.pillars .grid > div { border: 1px solid #dfe7dc; box-shadow: none; border-radius: 15px; border-top: 3px solid #9db49a; }
.pillars .grid > div:nth-child(2) { border-top-color: #bcb18d; }
.pillars .grid > div:nth-child(3) { border-top-color: #859da7; }
.pillars .grid > div:nth-child(4) { border-top-color: #ad9eaa; }
main .font-caption.uppercase { letter-spacing: .12em; font-size: 11px; }
#meetings .bg-primary-container { background: #203b35; box-shadow: none; }
.text-on-primary-container { color: #c4d2cd !important; }
#meetings .grid > div { box-shadow: none; border: 1px solid #dfe5dc; }
#what-to-expect .shadow-sm { box-shadow: none; }
#confidentiality > div > div { background: #edf2ec; box-shadow: none; border: 1px solid #dce5d8; }
.statement { background: radial-gradient(ellipse at 100% 0, #35594b, transparent 65%), #172d3b; }
.statement .grid { display: block; }
.statement .grid > div { max-width: none; }
.statement h2 { font-size: clamp(30px,4vw,45px); }
.statement p { font-size: 17px; line-height: 1.9; margin-top: 24px; max-width: none; }
#about .shadow-sm { min-height: 270px; background: radial-gradient(ellipse, #e6ecdf, #f1f4eb); box-shadow: none; border: 1px solid #dee5d7; border-radius: 100px 16px 100px 16px; }
#faq { background: #f0f3ed; }
#faq > div { display: grid; grid-template-columns: .85fr 1.3fr; gap: 55px; }
#faq .overflow-hidden { background: transparent; border-bottom: 1px solid #d4dfd2; border-radius: 0; box-shadow: none; }
#faq button { padding-left: 0; padding-right: 0; font-size: 16px; line-height: 1.6; }
#faq button:hover { background: transparent; color: var(--sage); }
#faq .faq-content { padding-left: 0; font-size: 14px; }
.closing-invitation { text-align: center; background: radial-gradient(ellipse at bottom, #e7eddd, transparent 70%), var(--paper); }
.closing-invitation h2 { font-size: clamp(30px,4vw,43px); letter-spacing: -.04em; line-height: 1.2; margin: 16px 20px; font-weight: 600; }
.closing-invitation > p:not(.eyebrow) { color: #5f6a60; margin-bottom: 27px; padding: 0 20px; }
footer { background: #e8eee5 !important; margin-top: 0 !important; border-top: 1px solid #d9e2d4; }
footer .bg-surface-container { background: #dfe7dc; }
#contact-modal { width: min(660px, calc(100% - 32px)); max-height: calc(100dvh - 40px); margin: auto; padding: 36px 0 20px; border: 1px solid #dfe5dc; border-radius: 20px; background: var(--paper); color: var(--ink); overflow-y: auto; box-shadow: 0 30px 100px #10291d33; }
#contact-modal::backdrop { background: #112b24a3; backdrop-filter: blur(5px); }
#contact-modal > div { padding: 0 28px; }
#contact-modal > div > div { padding: 10px 0; background: transparent; box-shadow: none; }
#contact-modal input, #contact-modal textarea { background: #edf2ec; }
#contact-modal .modal-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; line-height: 1; color: var(--sage); background: #e6ede2; z-index: 1; }
#contact-modal { padding-top: 60px; }
#contact-modal label:has(input:focus-visible) { outline: 2px solid var(--sage); outline-offset: 3px; }
@media (max-width: 1000px) {
  .header-inner { padding: 14px 24px; gap: 20px; }
  .site-nav { gap: 20px; }
  .hero-inner { padding: 0 48px 64px; }
  .hero-foot { margin: 0 28px; flex-wrap: wrap; justify-content: center; }
  .hero-foot > span:first-child { width: 100%; text-align: center; }
  #faq > div { gap: 30px; }
}
@media (max-width: 760px) {
  .brand img { width: 160px; }
  .header-inner { height: 74px; padding: 10px 20px; }
  .header-actions { gap: 15px; }
  .quick-exit { padding-left: 0; border: 0; font-size: 11px; }
  .menu-toggle { display: block; padding: 8px 10px; border: 1px solid #b9c9b8; border-radius: 6px; font-size: 12px; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 20px; background: var(--paper); border-bottom: 1px solid #d9e2d5; box-shadow: 0 15px 20px #172c3b0a; }
  .site-nav.is-open { display: flex; flex-wrap: wrap; }
  main { padding-top: 79px !important; }
  main > div > section { padding-top: 52px; padding-bottom: 52px; }
  .hero-inner { padding: 0 20px 48px; }
  .hero h1 { font-size: clamp(42px,8.6vw,64px); }
  .hero-description { font-size: 16px; }
  .hero-actions { gap: 16px; }
  .hero-foot { gap: 12px 20px; font-size: 10px; }
  #faq > div { display: block; }
  #about .shadow-sm { min-height: 230px; }
  #contact-modal > div { padding: 0 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
