:root {
  --paper: #F4F3ED;
  --paper-light: #FBFAF6;
  --paper-band: #EBE9E0;
  --ink: #1B1D1A;
  --text: #3C3F38;
  --muted: #5C5F58;
  --line: #E0DED4;
  --line-strong: #D6D3C8;
  --pine: #2C6551;
  --pine-dark: #1F4C3C;
  --ochre: #8A6112;
  --dark: #1B1D1A;
  --whiteish: #FCFBF8;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Archivo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--pine); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ink); }
button, input, textarea { font: inherit; }
input:focus-visible, textarea:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--pine);
  outline-offset: 2px;
}
.shell { max-width: var(--max); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.rule { border-top: 1px solid var(--line); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(244,243,237,.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner { min-height: 68px; display: flex; align-items: center; gap: 28px; }
.working-brand { margin-right: auto; display: inline-flex; flex-direction: column; text-decoration: none; color: var(--ink); }
.working-brand-title { font-family: "Source Serif 4", Georgia, serif; font-weight: 600; font-size: 17px; line-height: 1.12; letter-spacing: -.01em; }
.working-brand-location { margin-top: 3px; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #6B6E66; }
.desktop-nav { display: flex; gap: 28px; }
.desktop-nav a { color: #4A4D46; text-decoration: none; font-size: 14px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--pine);
  color: var(--whiteish);
  border: 0;
  border-radius: 2px;
  padding: 16px 28px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}
.button:hover { background: var(--pine-dark); color: var(--whiteish); }
.button-small { padding: 11px 18px; font-size: 14px; white-space: nowrap; }

.hero { padding-top: clamp(48px,8vw,104px); padding-bottom: clamp(40px,6vw,72px); }
.hero-copy { max-width: 820px; }
.eyebrow { margin: 0 0 clamp(20px,3vw,28px); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ochre); }
h1, h2 { font-family: "Source Serif 4", Georgia, serif; font-weight: 600; letter-spacing: -.025em; text-wrap: balance; }
h1 { margin: 0; font-size: clamp(38px,6.4vw,68px); line-height: 1.04; }
h2 { margin: 0; font-size: clamp(28px,3.6vw,40px); line-height: 1.15; letter-spacing: -.02em; }
.hero-subhead { margin: clamp(20px,3vw,28px) 0 0; max-width: 650px; font-size: clamp(17px,2vw,20px); line-height: 1.6; color: var(--text); text-wrap: pretty; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: clamp(28px,4vw,40px); }
.cta-note { margin: 0; color: #6B6E66; font-size: 14px; line-height: 1.5; }

.section { padding-top: clamp(56px,8vw,96px); padding-bottom: clamp(56px,8vw,96px); }
.section-lead { margin: clamp(28px,4vw,40px) 0 0; max-width: 650px; font-size: clamp(17px,2vw,19px); line-height: 1.6; color: var(--text); }
.section-intro { margin: 8px 0 clamp(32px,4vw,48px); max-width: 560px; font-size: 16px; line-height: 1.6; color: var(--muted); }
.section-band { background: var(--paper-band); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.recognition-grid { margin-top: clamp(28px,4vw,44px); display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,280px),1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.recognition-grid article { background: var(--paper-light); padding: clamp(24px,3vw,32px); font-size: 16px; line-height: 1.55; }

.before-after-list { border-top: 1px solid #DAD7CC; border-bottom: 1px solid #DAD7CC; }
.before-after-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px clamp(24px,4vw,64px); padding: clamp(22px,3vw,30px) 0; border-bottom: 1px solid #DAD7CC; }
.before-after-row:last-child { border-bottom: 0; }
.before-after-row p { margin: 0; font-size: 16px; line-height: 1.55; }
.before-after-row p:first-child { color: var(--muted); }
.label { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.today { color: #5F625B; }
.could { color: var(--pine); }

.two-column { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(32px,5vw,72px); }
.body-large { margin: 24px 0 0; font-size: 17px; line-height: 1.6; color: var(--text); text-wrap: pretty; }
.decision-list { margin: 0; padding: 0; list-style: none; }
.decision-list li { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); }
.decision-list li:last-child { border-bottom: 1px solid var(--line); }
.decision-list > li > span { padding-top: 2px; font-family: "Source Serif 4", Georgia, serif; font-size: 15px; color: var(--ochre); }
.decision-list strong { display: block; margin-bottom: 5px; font-size: 16px; }
.decision-list p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--muted); }

.privacy-band { background: var(--dark); color: var(--paper); }
.eyebrow-dark { color: #C9A24A; }
.privacy-band h2 { color: var(--paper); }
.muted-on-dark { color: #C6C8C0; }
.privacy-points > div { padding: 18px 0; border-top: 1px solid #363834; }
.privacy-points > div:last-child { border-bottom: 1px solid #363834; }
.privacy-points strong { display: block; margin-bottom: 5px; font-size: 16px; }
.privacy-points p { margin: 0; font-size: 15px; line-height: 1.55; color: #AEB1A8; }

.how-grid { margin-top: clamp(32px,4vw,48px); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.how-grid article { background: var(--paper-light); padding: clamp(26px,3vw,34px); }
.how-grid .step { display: block; margin-bottom: 12px; font-family: "Source Serif 4", Georgia, serif; font-size: 15px; color: var(--ochre); }
.how-grid strong { display: block; margin-bottom: 8px; font-size: 17px; }
.how-grid p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--muted); }
.section-cta { margin-top: clamp(32px,4vw,44px); }

.faq-wrap { max-width: 820px; }
details { border-top: 1px solid #DAD7CC; }
details:last-of-type { border-bottom: 1px solid #DAD7CC; }
summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 20px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary span { flex: none; font-size: 20px; color: var(--ochre); transition: transform .18s ease; }
details[open] summary span { transform: rotate(45deg); }
details > p { margin: 0 0 22px; max-width: 650px; font-size: 16px; line-height: 1.6; color: #4A4D46; }

.contact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(36px,5vw,72px); }
.contact-notes { margin-top: 32px; display: grid; gap: 12px; }
.contact-notes p { margin: 0; font-size: 15px; line-height: 1.5; color: var(--muted); }
.lead-form { background: var(--paper-light); border: 1px solid var(--line); padding: clamp(24px,3.5vw,36px); display: flex; flex-direction: column; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.field label span { font-weight: 400; color: #5F625B; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 2px; background: #FFFEFB; color: var(--ink); padding: 12px 14px; font-size: 16px; line-height: 1.5; }
.field textarea { resize: vertical; min-height: 120px; }
::placeholder { color: #92958B; }
.form-submit { width: 100%; margin-top: 4px; }
.form-note { margin: 0; font-size: 13px; line-height: 1.5; color: #5F625B; }
.form-status { display: none; margin: 0; padding: 14px 16px; font-size: 14px; line-height: 1.5; }
.form-status.is-visible { display: block; }
.form-status.success { background: #E8F0EB; border: 1px solid #B9CFC3; color: #234B3D; }
.form-status.error { background: #F4E8E4; border: 1px solid #D8B7AD; color: #743D31; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.site-footer { border-top: 1px solid var(--line); background: var(--paper-band); }
.footer-inner { min-height: 108px; padding-top: 36px; padding-bottom: 40px; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px 40px; }
.footer-inner > p { margin: 0; max-width: 440px; font-family: "Source Serif 4", Georgia, serif; font-size: 15px; line-height: 1.4; color: #4A4D46; }
.footer-links { display: flex; gap: 18px; align-items: center; color: #5F625B; font-size: 13px; }
.footer-links a { color: #5F625B; }

.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; background: rgba(244,243,237,.97); backdrop-filter: blur(8px); border-top: 1px solid var(--line-strong); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 12px; }
.sticky-cta[hidden] { display: none; }
.sticky-cta p { margin: 0; flex: 1; font-size: 13px; line-height: 1.35; color: var(--muted); }

@media (max-width: 899px) {
  .desktop-nav { display: none; }
  .two-column, .contact-grid { grid-template-columns: 1fr; }
  .how-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .shell { padding-left: 18px; padding-right: 18px; }
  .header-inner { min-height: 64px; gap: 12px; }
  .working-brand-title { font-size: 15px; }
  .working-brand-location { font-size: 9.5px; }
  .header-inner > .button { padding: 10px 13px; font-size: 12px; }
  .before-after-row { grid-template-columns: 1fr; gap: 18px; }
  .before-after-row p:nth-child(2) { padding-top: 2px; }
  .hero { padding-top: 54px; }
  .sticky-cta { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  summary span { transition: none; }
}
