:root {
  --green: #66785E;
  --green-dark: #2F412C;
  --green-deep: #223122;
  --green-soft: #EDF0E8;
  --green-wash: #F2F3EE;
  --cream: #F8F7F2;
  --paper: #FFFDF9;
  --ink: #1D2522;
  --muted: #626B65;
  --line: #DFE2DA;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --max: 1180px;
  --shadow: 0 16px 42px rgba(28, 41, 31, .06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: #fff; padding: .8rem 1rem; border: 1px solid var(--green); }
.skip-link:focus { top: 1rem; }
.container { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.section-anchor { scroll-margin-top: 86px; }
.section { padding: 92px 0; border-top: 1px solid rgba(47,65,44,.08); }
.section-label { display: flex; align-items: center; gap: 14px; margin-bottom: 34px; color: var(--green-dark); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.section-label::after { content: ''; width: 34px; height: 1px; background: var(--green); }
h1,h2,h3,h4 { font-family: var(--serif); font-weight: 400; line-height: 1.08; margin-top: 0; }
h2 { font-size: clamp(2.1rem, 4vw, 4rem); margin-bottom: 1.4rem; }
h3 { font-size: 1.55rem; }
p { margin: 0 0 1rem; }

.site-header { position: sticky; top: 0; z-index: 90; background: rgba(255,253,249,.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(47,65,44,.08); }
.nav-wrap { width: min(1280px, calc(100% - 54px)); height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { font-family: var(--serif); font-size: 2.05rem; letter-spacing: -.055em; line-height: 1; }
.brand span { color: var(--green); }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.8vw, 40px); font-size: .9rem; font-weight: 600; }
.primary-nav a:not(.nav-cta) { position: relative; padding: 27px 0 25px; }
.primary-nav a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 18px; height: 1px; background: var(--green); transition: right .2s ease; }
.primary-nav a:not(.nav-cta):hover::after, .primary-nav a.is-active::after { right: 0; }
.nav-cta { background: var(--green); color: white; padding: 12px 19px; border-radius: 4px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-button span { display: block; width: 100%; height: 1px; background: var(--ink); margin: 6px 0; }

.hero { min-height: 740px; padding: 0; overflow: hidden; background: linear-gradient(90deg, var(--paper) 0%, var(--paper) 54%, #F2F1EC 100%); }
.hero-grid { min-height: 740px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px 54px 72px 0; position: relative; z-index: 2; }
.hero h1 { font-size: clamp(3.9rem, 6.2vw, 6.7rem); letter-spacing: -.045em; margin: 0; }
.hero h1 span { color: var(--green); }
.accent-line { width: 50px; height: 2px; background: var(--green); margin: 30px 0; }
.hero-body { max-width: 650px; color: #2B332F; }
.hero-body p { margin-bottom: .78rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.button { border: 1px solid var(--green); border-radius: 3px; min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--green); color: white; }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { background: rgba(255,255,255,.45); color: var(--green-dark); }
.hero-art { position: relative; min-height: 740px; display: flex; align-items: center; justify-content: center; }
.hero-art::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 58% 46%, rgba(255,255,255,.65), transparent 58%); }
.hero-art img { width: 120%; max-width: none; margin-right: -22%; filter: drop-shadow(0 32px 30px rgba(36,47,31,.11)); }

.why { background: #fff; }
.two-col-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 8vw, 120px); align-items: start; margin-bottom: 58px; }
.two-col-intro h2 { font-size: clamp(2.3rem, 3.9vw, 4.2rem); max-width: 420px; }
.section-copy { max-width: 750px; color: #323B36; font-size: 1.08rem; }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.principle { padding: 42px 28px 8px; border-right: 1px solid var(--line); }
.principle:first-child { padding-left: 0; }
.principle:last-child { border-right: 0; }
.principle h3 { font-family: var(--sans); font-size: .98rem; font-weight: 800; line-height: 1.4; }
.principle p { color: var(--muted); font-size: .91rem; }
.icon { width: 44px; height: 44px; margin-bottom: 23px; position: relative; color: var(--green-dark); }
.icon-person::before { content:''; position:absolute; width:12px; height:12px; border:1.6px solid currentColor; border-radius:50%; left:15px; top:2px; }
.icon-person::after { content:''; position:absolute; width:25px; height:17px; border:1.6px solid currentColor; border-bottom:0; border-radius:16px 16px 0 0; left:9px; top:20px; }
.icon-bubble::before { content:''; position:absolute; width:31px; height:23px; border:1.6px solid currentColor; border-radius:50%; left:5px; top:5px; }
.icon-bubble::after { content:''; position:absolute; width:9px; height:9px; border-left:1.6px solid currentColor; transform:rotate(42deg); left:9px; top:25px; background:#fff; }
.icon-eye::before { content:''; position:absolute; width:34px; height:22px; border:1.6px solid currentColor; border-radius:70% 0 70% 0; transform:rotate(45deg); left:4px; top:7px; }
.icon-eye::after { content:''; position:absolute; width:8px; height:8px; border:1.6px solid currentColor; border-radius:50%; left:17px; top:14px; background:#fff; }
.icon-check::before { content:''; position:absolute; width:34px; height:34px; border:1.6px solid currentColor; border-radius:50%; left:4px; top:2px; }
.icon-check::after { content:'✓'; position:absolute; left:13px; top:4px; font-size:22px; }

.audiences { background: linear-gradient(90deg, #F5F5F0, var(--green-soft)); }
.audience-intro { margin-bottom: 42px; grid-template-columns: .65fr 1.35fr; }
.audience-intro h2 { font-size: clamp(2.25rem, 3.5vw, 3.7rem); }
.audience-intro > p { max-width: 680px; color: var(--muted); font-size: 1.05rem; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-card { background: rgba(255,255,255,.82); border: 1px solid rgba(47,65,44,.1); border-radius: 5px; padding: 32px; box-shadow: var(--shadow); }
.audience-card h3 { margin: 18px 0 16px; }
.audience-card p { color: #4F5A53; font-size: .95rem; }
.round-icon { width: 54px; height: 54px; border-radius: 50%; background: #EEF0E6; display: grid; place-items: center; color: var(--green-dark); position: relative; font-family: var(--serif); font-size: 1.5rem; }
.mini-person::before { content:''; position:absolute; width:10px; height:10px; border:1.5px solid var(--green-dark); border-radius:50%; left:21px; top:12px; }
.mini-person::after { content:''; position:absolute; width:23px; height:15px; border:1.5px solid var(--green-dark); border-bottom:0; border-radius:14px 14px 0 0; left:15px; top:29px; }
.mini-briefcase { width:25px; height:18px; border:1.5px solid var(--green-dark); position:relative; }
.mini-briefcase::before { content:''; position:absolute; width:9px; height:5px; border:1.5px solid var(--green-dark); border-bottom:0; left:6px; top:-7px; }
.mini-briefcase::after { content:''; position:absolute; width:25px; height:1px; background:var(--green-dark); left:-1.5px; top:7px; }

.services { background: #fff; }
.services-title { font-size: clamp(2.8rem, 4.6vw, 5rem); margin-bottom: 54px; }
.service-block { display: grid; grid-template-columns: 260px 1fr; gap: 54px; padding: 50px 0 62px; border-top: 1px solid var(--line); }
.service-heading { display: flex; align-items: flex-start; gap: 18px; }
.service-kicker { text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing:.09em; color:var(--green); margin-bottom:6px; }
.service-heading h3 { font-size: 2rem; margin:0; }
.service-icon { flex: 0 0 auto; }
.mini-bars { position:relative; width:30px; height:30px; }
.mini-bars::before { content:''; position:absolute; left:3px; bottom:3px; width:4px; height:9px; border:1.5px solid var(--green-dark); box-shadow:9px -7px 0 -1.5px #EEF0E6, 9px -7px 0 0 var(--green-dark), 18px -15px 0 -1.5px #EEF0E6, 18px -15px 0 0 var(--green-dark); }
.pie::before { content:''; width:25px; height:25px; border:1.5px solid var(--green-dark); border-radius:50%; position:absolute; left:14px; top:14px; }
.pie::after { content:''; width:14px; height:14px; border-left:1.5px solid var(--green-dark); border-bottom:1.5px solid var(--green-dark); position:absolute; left:27px; top:13px; background:#EEF0E6; }
.service-copy { max-width: 860px; }
.service-copy > p { font-size: 1.03rem; color: #3E4942; }
.questions { font-family: var(--serif); font-size: 1.45rem !important; line-height: 1.45; color: var(--ink) !important; margin: 20px 0 22px !important; }
.how-we-work { margin-top: 34px; }
.sub-label { color: var(--green-dark); text-transform: uppercase; font-size: .75rem; font-weight: 800; letter-spacing: .09em; margin-bottom: 8px; }
.stage-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:28px; }
.stage { background: var(--green-wash); border-radius:5px; padding:28px; }
.stage-num { font-size:.75rem; color:var(--green); font-weight:800; letter-spacing:.1em; }
.stage h4 { font-size:1.65rem; margin:8px 0 8px; }
.stage > p { color: var(--muted); min-height: 50px; }
.offering { display:block; padding:16px 0; border-top:1px solid #D9DED4; }
.offering strong, .offering span { display:block; }
.offering strong { font-size:.92rem; margin-bottom:5px; }
.offering span { color:var(--muted); font-size:.88rem; }
.inline-contact { display:inline-block; margin-top:22px; color:var(--green-dark); font-weight:800; border-bottom:1px solid var(--green); padding-bottom:3px; }
.service-pair { display:grid; grid-template-columns:1fr; border-top:1px solid var(--line); }
.service-pair .service-block + .service-block { border-top:1px solid var(--line); }
.service-block.compact { border-top:0; padding-top:54px; }
.compact-work { background:var(--green-wash); padding:26px; border-radius:5px; }

.contact { background: linear-gradient(120deg, #F5F4EF 0%, #EFF1E9 100%); }
.contact-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(50px,8vw,110px); align-items:start; }
.contact h2 { font-size:clamp(2.5rem,4.2vw,4.6rem); max-width:520px; }
.contact > .container > div > p { max-width:510px; color:var(--muted); }
.contact-details { display:grid; gap:12px; margin-top:34px; }
.contact-details a { display:flex; flex-direction:column; font-weight:700; }
.contact-details span { text-transform:uppercase; font-size:.68rem; letter-spacing:.09em; color:var(--green); font-weight:800; }
.contact-form { background:rgba(255,255,255,.8); border:1px solid rgba(47,65,44,.1); border-radius:5px; padding:30px; box-shadow:var(--shadow); display:grid; gap:17px; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.contact-form label { display:grid; gap:7px; }
.contact-form label > span { font-size:.77rem; text-transform:uppercase; letter-spacing:.06em; font-weight:800; color:var(--green-dark); }
input, select, textarea { width:100%; border:1px solid #D6DCD2; background:#fff; border-radius:3px; padding:13px 14px; color:var(--ink); outline:none; }
input:focus, select:focus, textarea:focus { border-color:var(--green); box-shadow:0 0 0 3px rgba(102,120,94,.12); }
textarea { resize:vertical; }
.contact-form .button { justify-self:start; border:0; }
.honeypot { display:none; }
.form-status { font-size:.9rem; font-weight:700; padding:10px 14px; border-radius:5px; }
.form-status.is-success { background:rgba(47,65,44,.1); color:var(--green-dark); }
.form-status.is-error { background:rgba(178,34,34,.1); color:#b22222; }

.site-footer { background:var(--green-deep); color:#EDEFE9; padding:28px 0; }
.footer-grid { display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:28px; }
.footer-brand { color:white; }
.site-footer > .container > a:not(.brand) { font-size:.88rem; }
.to-top { width:42px; height:42px; border-radius:50%; background:rgba(255,255,255,.12); display:grid; place-items:center; font-size:1.25rem !important; }

@media (max-width: 980px) {
  .primary-nav { gap:16px; }
  .hero-grid { grid-template-columns:1fr; min-height:auto; }
  .hero-copy { padding:72px 0 28px; }
  .hero-art { min-height:390px; margin:0 -32px; overflow:hidden; }
  .hero-art img { width:720px; margin:0 -120px 0 auto; }
  .principles-grid { grid-template-columns:1fr 1fr; }
  .principle:nth-child(2) { border-right:0; }
  .principle:nth-child(3), .principle:nth-child(4) { border-top:1px solid var(--line); }
  .audience-grid { grid-template-columns:1fr; }
  .service-block { grid-template-columns:1fr; gap:20px; }
  .contact-grid { grid-template-columns:1fr; }
}

@media (max-width: 760px) {
  .container { width:min(100% - 38px, var(--max)); }
  .nav-wrap { width:calc(100% - 32px); height:68px; }
  .menu-button { display:block; }
  .primary-nav { position:absolute; left:0; right:0; top:68px; display:none; flex-direction:column; align-items:stretch; gap:0; background:var(--paper); border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:10px 18px 18px; }
  .primary-nav.open { display:flex; }
  .primary-nav a:not(.nav-cta) { padding:14px 4px; }
  .primary-nav a:not(.nav-cta)::after { display:none; }
  .nav-cta { text-align:center; margin-top:8px; }
  .section { padding:70px 0; }
  .hero { min-height:0; }
  .hero h1 { font-size:clamp(3.25rem,15vw,5rem); }
  .hero-art { min-height:320px; }
  .hero-body { font-size:.97rem; }
  .two-col-intro { grid-template-columns:1fr; gap:12px; margin-bottom:44px; }
  .principles-grid { grid-template-columns:1fr; }
  .principle, .principle:first-child { padding:28px 0; border-right:0; border-top:1px solid var(--line); }
  .principles-grid { border-top:0; }
  .audience-card { padding:26px; }
  .services-title { margin-bottom:34px; }
  .stage-grid { grid-template-columns:1fr; }
  .stage > p { min-height:auto; }
  .field-row { grid-template-columns:1fr; }
  .contact-form { padding:22px; }
  .footer-grid { grid-template-columns:1fr auto; }
  .footer-grid > a:nth-child(2) { grid-row:2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition:none !important; }
}
