:root {
  --ink: #16231c;
  --forest: #173d2b;
  --deep: #0d2c1e;
  --moss: #6c7f45;
  --lime: #d7ea7b;
  --sand: #eee5d3;
  --paper: #f8f5ed;
  --white: #fffdf8;
  --line: rgba(22, 35, 28, .18);
  --sans: "DM Sans", Arial, sans-serif;
  --display: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--lime); }
.skip-link:focus { top: 1rem; }

.site-header { height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 5vw, 5rem); border-bottom: 1px solid var(--line); background: rgba(248,245,237,.95); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; font: 800 .9rem/1 var(--display); letter-spacing: .14em; text-decoration: none; }
.brand-mark { width: 34px; height: 26px; display: flex; gap: 3px; align-items: end; transform: skew(-12deg); }
.brand-mark i { display: block; width: 8px; background: var(--forest); }
.brand-mark i:nth-child(1) { height: 13px; }.brand-mark i:nth-child(2) { height: 20px; }.brand-mark i:nth-child(3) { height: 26px; }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { font-size: .9rem; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--moss); }
.nav-cta { padding: .7rem 1rem; border: 1px solid var(--ink); }

.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: 1.05fr .95fr; }
.hero-copy { padding: clamp(4rem, 9vw, 8rem) clamp(1.5rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-kicker { margin: 0 0 1.3rem; color: var(--moss); text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 700; }
h1, h2, h3 { font-family: var(--display); line-height: 1.05; letter-spacing: -.04em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3.6rem, 7.3vw, 7.2rem); font-weight: 800; }
h1 em { color: var(--moss); font-style: normal; }
.lead { max-width: 660px; margin: 2rem 0 0; font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 2.5rem; }
.button { display: inline-flex; gap: 1rem; align-items: center; justify-content: center; min-height: 52px; padding: .85rem 1.25rem; font-weight: 700; text-decoration: none; }
.button.primary { color: var(--white); background: var(--forest); }
.button.primary:hover { background: var(--deep); }
.text-button { border-bottom: 1px solid var(--ink); }
.location { margin: 2.5rem 0 0; font-size: .82rem; color: #58625b; }
.hero-photo { min-height: 650px; position: relative; overflow: hidden; background: var(--forest); }
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,44,30,.04) 35%, rgba(13,44,30,.82) 100%); pointer-events: none; }
.photo-note { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: clamp(1.5rem, 4vw, 3rem); color: var(--white); }
.panel-label { margin: 0 0 1rem; color: var(--lime); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 700; }
.photo-note p { margin: .35rem 0 0; }
.photo-note p:nth-child(2) { max-width: 650px; font: 700 clamp(1.55rem, 3vw, 2.8rem)/1.12 var(--display); letter-spacing: -.03em; }
.photo-note p:last-child { color: #d4ddd6; font-size: .78rem; }

.why-band { color: var(--white); background: var(--forest); padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 7vw, 7rem); display: grid; grid-template-columns: .35fr 1.25fr .55fr; gap: 3rem; align-items: start; }
.why-band .section-kicker { color: var(--lime); }
.why-band h2 { margin: 0 0 1rem; max-width: 850px; font-size: clamp(2rem, 3.6vw, 4rem); }
.why-band p:not(.section-kicker) { max-width: 760px; color: #d4ddd6; }
.why-points { display: grid; border-top: 1px solid rgba(255,255,255,.25); }
.why-points span { padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: .9rem; }

.section { padding: clamp(4.5rem, 9vw, 8.5rem) clamp(1.5rem, 7vw, 7rem); }
.section-intro { display: grid; grid-template-columns: .35fr 1fr .5fr; gap: 3rem; align-items: start; margin-bottom: 4rem; }
.section-intro h2, .about h2, .evidence h2, .contact h2 { margin: 0; font-size: clamp(2.5rem, 4.7vw, 5rem); }
.section-intro > p:last-child { margin: .3rem 0 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-card { min-height: 460px; padding: 2rem; border-right: 1px solid var(--line); }
.service-card:last-child { border: 0; }
.service-card.featured { background: var(--sand); }
.card-number { color: var(--moss); font-size: .75rem; font-weight: 700; }
.service-card h3 { margin: 3rem 0 1.2rem; font-size: 2.5rem; }
.service-card ul { list-style: none; margin: 2rem 0 0; padding: 1rem 0 0; border-top: 1px solid var(--line); }
.service-card li { padding: .55rem 0; font-size: .92rem; }
.service-card li::before { content: "↳"; color: var(--moss); margin-right: .65rem; }

.evidence { color: var(--white); background: var(--deep); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.evidence-image { background: var(--sand); padding: clamp(.5rem, 2vw, 1.5rem); }
.evidence-copy .section-kicker { color: var(--lime); }
.evidence-copy > p { color: #ccd6cf; }
.credentials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2.5rem 0; padding: 1.5rem 0; border-block: 1px solid rgba(255,255,255,.2); }
.credentials div { display: grid; gap: .25rem; }
.credentials strong { color: var(--lime); font: 700 1rem var(--display); }
.credentials span { font-size: .78rem; color: #bac8be; }
.caption { font-size: .78rem; }

.about { display: grid; grid-template-columns: 1fr minmax(220px, .55fr) 1fr; gap: clamp(2.5rem, 6vw, 7rem); align-items: start; }
.profile-photo { margin: 0; }
.profile-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.88); }
.profile-photo figcaption { padding-top: .9rem; font-weight: 700; line-height: 1.3; }
.profile-photo figcaption span { color: var(--moss); font-size: .78rem; font-weight: 500; }
.about-copy { padding-top: 2rem; }
.large-copy { font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.35; }
blockquote { margin: 3rem 0 0; padding: 2rem 0 0; border-top: 1px solid var(--line); color: var(--moss); font: 700 clamp(1.5rem, 3vw, 2.8rem)/1.15 var(--display); letter-spacing: -.03em; }
.audience-strip { padding: 1.5rem clamp(1.5rem, 7vw, 7rem); border-block: 1px solid var(--line); display: flex; gap: 3rem; align-items: center; overflow-x: auto; }
.audience-strip p { flex: 0 0 auto; color: var(--moss); text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; }
.audience-strip div { display: flex; gap: 3rem; white-space: nowrap; font-weight: 600; }

.contact { background: var(--lime); display: grid; grid-template-columns: 1fr .8fr; gap: clamp(3rem, 8vw, 9rem); }
.contact .section-kicker { color: var(--forest); }
.contact > div:first-child > p:last-child { max-width: 620px; }
.contact-actions { border-top: 1px solid rgba(22,35,28,.35); }
.contact-link { display: grid; grid-template-columns: 4rem 1fr auto; align-items: center; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(22,35,28,.35); text-decoration: none; }
.contact-link span { text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; }
.contact-link strong { font-size: clamp(1rem, 2vw, 1.3rem); overflow-wrap: anywhere; }
.contact-link b { font-size: 1.4rem; }
.response-note { grid-column: 1 / -1; margin: 1rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(22,35,28,.35); font-size: .84rem; max-width: 1100px; }

footer { min-height: 140px; color: var(--white); background: var(--ink); padding: 2rem clamp(1.5rem, 7vw, 7rem); display: grid; grid-template-columns: 1fr auto auto; gap: 3rem; align-items: center; }
footer .brand-mark i { background: var(--lime); }
footer p { margin: 0; font-size: .78rem; color: #bfc8c1; }

@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-photo { min-height: 520px; }
  .why-band, .section-intro { grid-template-columns: 1fr; gap: 1.3rem; }
  .why-points { margin-top: 1rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .evidence, .contact { grid-template-columns: 1fr; }
  .about { grid-template-columns: .7fr 1fr; }
  .about-heading { grid-column: 1 / -1; }
  .response-note { grid-column: auto; }
  footer { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 560px) {
  .site-header { height: 66px; }
  .nav-cta { padding: .55rem .7rem; font-size: .78rem; }
  .hero-copy { padding-top: 4rem; padding-bottom: 4rem; }
  h1 { font-size: clamp(3rem, 17vw, 4.6rem); }
  .hero-photo { min-height: 460px; }
  .about { grid-template-columns: 1fr; }
  .about-heading { grid-column: auto; }
  .profile-photo { max-width: 320px; }
  .credentials { grid-template-columns: 1fr; }
  .contact-link { grid-template-columns: 1fr auto; }
  .contact-link span { grid-column: 1 / -1; }
}

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