
:root {
  --ink: #14211f;
  --muted: #586b66;
  --line: #d8e0dc;
  --paper: #f7f3ea;
  --white: #fffdf8;
  --green: #0e5a4c;
  --blue: #173b45;
  --gold: #b9863b;
  --soft: #e8efe8;
  --shadow: 0 18px 55px rgba(20, 33, 31, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(247, 243, 234, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 250px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 6px; color: var(--white); background: var(--green); font-family: "Source Serif 4", serif; font-size: 26px; }
.brand small, .eyebrow, .panel-kicker, .contact-methods span { display: block; color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 18px; font-size: 15px; }
.site-nav a { text-decoration: none; padding: 10px 0; }
.site-nav a[aria-current="page"] { color: var(--green); font-weight: 700; }
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 6px;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid var(--green);
}
.nav-cta, .button.primary { background: var(--green); color: var(--white); }
.button.secondary { background: transparent; color: var(--green); }
.menu-toggle { display: none; min-height: 44px; border: 1px solid var(--line); background: var(--white); border-radius: 6px; padding: 0 14px; }
.hero, .page-hero, .section, .split-section, .form-section, .contact-layout, .resource-grid, .timeline, .values-grid, .faq {
  padding: clamp(52px, 8vw, 112px) clamp(18px, 5vw, 72px);
}
.hero {
  min-height: 82vh;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}
h1, h2, h3 {
  font-family: "Source Serif 4", serif;
  line-height: 1.02;
  margin: 0 0 18px;
}
h1 { font-size: clamp(44px, 7vw, 92px); max-width: 980px; }
h2 { font-size: clamp(30px, 4vw, 54px); }
h3 { font-size: 25px; }
p { margin: 0 0 18px; }
.lead { font-size: clamp(19px, 2vw, 25px); color: var(--blue); max-width: 780px; }
.thesis-line { max-width: 740px; padding-left: 18px; border-left: 4px solid var(--gold); color: var(--blue); font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-panel, .contact-card, .objection-box, .map-card, .resource-grid article, .service-card, .values-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.hero-panel { padding: clamp(26px, 4vw, 42px); }
.hero-panel ul, .check-list { padding-left: 20px; margin: 18px 0 0; }
.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}
.proof-strip div { background: var(--soft); padding: 26px clamp(18px, 4vw, 56px); }
.proof-strip strong { display: block; font-family: "Source Serif 4", serif; font-size: 34px; }
.proof-strip span { color: var(--muted); }
.section-heading { max-width: 860px; margin-bottom: 34px; }
.cards-grid, .resource-grid, .values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.service-card { padding: 26px; min-height: 290px; display: flex; flex-direction: column; }
.service-card span { color: var(--gold); font-weight: 700; }
.service-card a, .resource-grid a { margin-top: auto; font-weight: 700; color: var(--green); }
.split-section {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(24px, 5vw, 72px);
  background: var(--blue);
  color: var(--white);
}
.split-section .eyebrow, .split-section p { color: #dbe8e3; }
.steps { display: grid; gap: 16px; }
.steps div { border: 1px solid rgba(255,255,255,.22); border-radius: 8px; padding: 20px; }
.steps span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: var(--ink); font-weight: 700; margin-bottom: 12px; }
.cta-band { margin: clamp(32px, 7vw, 80px) clamp(18px, 5vw, 72px); padding: clamp(34px, 6vw, 70px); border-radius: 8px; background: var(--green); color: var(--white); }
.cta-band .button.primary { background: var(--white); color: var(--green); border-color: var(--white); }
.page-hero.compact { padding-bottom: 44px; }
.page-hero p { max-width: 860px; }
.timeline { display: grid; gap: 18px; }
.timeline article { border-left: 4px solid var(--gold); padding: 6px 0 22px 24px; }
.timeline span { color: var(--green); font-weight: 700; }
.no-top { padding-top: 0; }
.service-hero { background: var(--soft); }
.objection-box { color: var(--ink); padding: 28px; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 18px 22px; margin-bottom: 12px; }
.faq summary { cursor: pointer; font-weight: 700; min-height: 32px; }
.form-section { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items: start; }
.lead-form, .contact-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: clamp(22px, 4vw, 38px); box-shadow: var(--shadow); }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form label { display: grid; gap: 8px; font-weight: 700; }
.lead-form textarea, .lead-form .privacy-note, .lead-form button, .lead-form .form-status { grid-column: 1 / -1; }
input, select, textarea { width: 100%; min-height: 46px; border: 1px solid #bdc9c5; border-radius: 6px; padding: 11px 12px; font: inherit; background: #fff; }
.privacy-note { color: var(--muted); font-size: 14px; }
.hp-field { position: absolute; left: -100vw; width: 1px; height: 1px; opacity: 0; }
.form-status { min-height: 24px; margin: 0; font-weight: 700; color: var(--green); }
.form-status[data-state="error"] { color: #9f2d20; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); gap: 22px; }
.contact-methods { display: grid; gap: 14px; }
.contact-methods a, .contact-methods div { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 24px; text-decoration: none; }
.map-card { min-height: 360px; display: grid; place-items: center; text-align: center; padding: 30px; background: linear-gradient(135deg, #edf3ef, #fbf4e5); }
.map-card strong { font-family: "Source Serif 4", serif; font-size: clamp(30px, 5vw, 62px); max-width: 640px; }
.site-footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 28px; padding: 48px clamp(18px, 5vw, 72px) 96px; background: var(--ink); color: var(--white); }
.site-footer ul { list-style: none; padding: 0; margin: 12px 0 0; }
.site-footer a { color: var(--white); }
.mobile-action-bar { display: none; }
@media (max-width: 920px) {
  .menu-toggle { display: inline-flex; align-items: center; }
  .site-nav { position: absolute; inset: 75px 14px auto 14px; display: none; flex-direction: column; align-items: stretch; background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 16px; box-shadow: var(--shadow); }
  .site-nav[data-open="true"] { display: flex; }
  .hero, .split-section, .form-section, .contact-layout { grid-template-columns: 1fr; }
  .cards-grid, .resource-grid, .values-grid, .proof-strip { grid-template-columns: 1fr; }
  .brand { min-width: auto; }
  .brand small { display: none; }
  .lead-form { grid-template-columns: 1fr; }
  h1 { font-size: clamp(38px, 12vw, 58px); }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 110px; }
  .mobile-action-bar {
    position: fixed;
    z-index: 30;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    background: rgba(20, 33, 31, .92);
    border-radius: 8px;
    padding: 8px;
    box-shadow: var(--shadow);
  }
  .mobile-action-bar a { min-height: 46px; display: grid; place-items: center; color: var(--white); text-decoration: none; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; font-weight: 700; }
}
