
:root {
  --ink: #000000;
  --deep: #000000;
  --deep2: #275C2E;
  --green: #275C2E;
  --gold: #275C2E;
  --sun: #275C2E;
  --cream: #f6f8f6;
  --paper: #ffffff;
  --line: #111111;
  --muted: #37443a;
  --soft: #e8efe9;
  --max: 1180px;
  --wide: 1320px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Montserrat, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: -999px; top: 16px; z-index: 100; background: var(--paper); border: 1px solid var(--line); padding: 10px 12px; font-weight: 900; }
.skip-link:focus { left: 16px; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.header-inner { width: min(var(--wide), calc(100% - 40px)); margin: 0 auto; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 0; line-height: 1; flex-shrink: 0; }
.brand-logo { display: block; height: 40px; width: auto; }
.brand-mark { display: none; }
.brand-mark::after { display: none; }
.brand-mark.small { display: none; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 3px; flex-wrap: wrap; }
.nav-link { border: 1px solid transparent; padding: 10px 9px; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.nav-link:hover, .nav-link.active { border-color: var(--line); background: var(--paper); }
.nav-cta { background: var(--deep); border-color: var(--deep); color: #fff; }
.menu-button { display: none; border: 1px solid var(--line); background: var(--paper); padding: 10px 12px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.hero { width: min(var(--wide), calc(100% - 40px)); margin: 0 auto; padding: 42px 0 26px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 22px; align-items: stretch; }
.hero-copy, .hero-visual, .panel, .metric, .tile, .cta-panel, .contact-card, .contact-form, .quote-panel, .team-card, .route-card, .principle-card, .faq-item { border: 1px solid var(--line); background: var(--paper); }
.hero-copy { min-height: 540px; padding: clamp(34px, 5vw, 68px); display: flex; flex-direction: column; justify-content: center; }
.hero-visual { min-height: 540px; padding: clamp(18px, 3vw, 34px); display: flex; align-items: center; justify-content: center; background: var(--deep); overflow: hidden; }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero-visual .eyebrow, .dark .eyebrow, .quote-panel .eyebrow { color: #8ee09a; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 960px; margin-bottom: 24px; font-size: clamp(42px, 5.4vw, 76px); line-height: .96; letter-spacing: -.07em; }
h2 { margin-bottom: 18px; font-size: clamp(30px, 4vw, 56px); line-height: .98; letter-spacing: -.065em; }
h3 { margin-bottom: 10px; font-size: clamp(20px, 2vw, 28px); line-height: 1.08; letter-spacing: -.045em; }
p { color: var(--muted); line-height: 1.62; }
.lede, .page-hero p { max-width: 780px; color: #223128; font-size: clamp(18px, 2vw, 23px); line-height: 1.46; }
.hero-actions, .action-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid var(--line); padding: 13px 18px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.button.primary { background: var(--green); border-color: var(--green); color: #fff; }
.button.secondary { background: var(--paper); color: var(--ink); }
.button:hover, .text-link:hover { transform: translate(-2px, -2px); }
.signal-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.signal-row span { border: 1px solid var(--line); background: #edf4ef; padding: 8px 10px; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.metrics-bar { width: min(var(--wide), calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.metric { border-left: 0; border-top: 0; padding: 22px; min-height: 132px; }
.metric span, .tile span, .route-card span, .principle-card span, .mini-label, .faq-item span { display: block; margin-bottom: 8px; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.metric strong { display: block; margin-bottom: 8px; font-size: clamp(18px, 2vw, 26px); line-height: 1.05; letter-spacing: -.04em; }
.metric p { margin: 0; font-size: 14px; line-height: 1.5; }
.section { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 76px 0; }
.section.tight { padding-top: 62px; }
.section.narrow { width: min(980px, calc(100% - 40px)); }
.section-head { max-width: 860px; margin-bottom: 30px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.compact-head { margin-bottom: 20px; }
.grid-two { display: grid; grid-template-columns: minmax(300px, .95fr) minmax(360px, 1.05fr); gap: 24px; align-items: stretch; }
.grid-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.grid-four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.panel, .tile, .cta-panel, .quote-panel, .team-card, .route-card, .principle-card, .faq-item { padding: clamp(24px, 3vw, 38px); }
.panel.dark { background: var(--green); color: #fff; }
.panel.dark p { color: #e3ebe5; }
.panel.full, .cta-panel.full { width: 100%; }
.statement { display: flex; flex-direction: column; justify-content: center; }
.tile { min-height: 230px; }
.tile.slim { min-height: 210px; }
.tile p:last-child, .panel p:last-child, .route-card p:last-child, .principle-card p:last-child, .faq-item p:last-child { margin-bottom: 0; }
.visual-panel { border: 1px solid var(--line); background: var(--deep); padding: clamp(18px, 3vw, 34px); display: flex; align-items: center; justify-content: center; min-height: 400px; overflow: hidden; }
.text-link { display: inline-block; margin-top: 14px; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.process-strip { border: 1px solid var(--line); background: var(--paper); display: grid; grid-template-columns: repeat(5, 1fr); }
.process-strip.three { grid-template-columns: repeat(3, 1fr); }
.process-strip div { padding: 24px; border-right: 1px solid var(--line); min-height: 172px; }
.process-strip div:last-child { border-right: 0; }
.process-strip span { display: block; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px; }
.process-strip strong { display: block; font-size: 18px; line-height: 1.1; letter-spacing: -.04em; margin-bottom: 10px; }
.page-hero { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 72px 0 42px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 980px; font-size: clamp(42px, 5.2vw, 70px); }
.page-layout { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 54px 0 84px; display: grid; gap: 26px; }
.page-layout.legal { gap: 16px; }
.feature { display: grid; grid-template-columns: minmax(340px, .95fr) minmax(340px, 1.05fr); gap: 24px; align-items: stretch; }
.feature.reverse { grid-template-columns: minmax(340px, 1.05fr) minmax(340px, .95fr); }
.feature-copy { border: 1px solid var(--line); background: var(--paper); padding: clamp(30px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; }
.feature-copy p, .panel.large p, .quote-panel p { font-size: 17px; line-height: 1.65; }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.team-card { min-height: 210px; background: var(--cream); }
.team-card strong { display: block; margin-bottom: 8px; }
.team-card small { display: block; color: var(--muted); line-height: 1.5; }
.cta-band { width: min(var(--max), calc(100% - 40px)); margin: 0 auto 82px; display: grid; grid-template-columns: minmax(340px, 1fr) minmax(340px, .78fr); gap: 24px; align-items: stretch; }
.cta-panel { display: flex; flex-direction: column; justify-content: center; }
.quote-panel { background: #000000; color: #fff; }
.quote-panel p { color: #edf4ef; }
.contact-layout { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 54px 0 84px; display: grid; grid-template-columns: minmax(320px, .82fr) minmax(420px, 1.18fr); gap: 24px; align-items: start; }
.contact-card, .contact-form { padding: clamp(28px, 4vw, 46px); }
.contact-list { display: grid; gap: 12px; margin-top: 24px; }
.contact-list div { border: 1px solid var(--line); padding: 18px; background: var(--cream); }
.contact-list strong { display: block; margin-bottom: 6px; }
.contact-list span { display: block; color: var(--muted); font-size: 14px; line-height: 1.5; }
.contact-email { margin-top: 24px; font-weight: 800; color: var(--green); }
.contact-email a { text-decoration: underline; }
.contact-form { display: grid; gap: 16px; }
label { display: grid; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: var(--cream); padding: 12px 14px; color: var(--ink); font: inherit; }
textarea { resize: vertical; }
.form-note { font-size: 13px; line-height: 1.5; }
.site-footer { border-top: 1px solid var(--line); background: #000000; color: #fff; }
.footer-grid { width: min(var(--wide), calc(100% - 40px)); margin: 0 auto; padding: 38px 0; display: grid; grid-template-columns: 1.1fr 1.6fr .9fr; gap: 28px; align-items: start; }
.footer-brand { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.footer-logo { display: block; height: 42px; width: auto; }
.footer-brand p, .footer-contact span { color: #d8e1db; margin-bottom: 0; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.footer-nav a, .footer-contact a { font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-contact { display: grid; gap: 8px; }
@media (max-width: 1260px) {
  .site-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 14px 20px 20px; border-bottom: 1px solid var(--line); background: var(--cream); }
  .site-nav.open { display: grid; grid-template-columns: repeat(2, 1fr); }
  .menu-button { display: inline-flex; }
  .hero, .grid-two, .feature, .feature.reverse, .cta-band, .contact-layout { grid-template-columns: 1fr; }
  .hero-copy, .hero-visual { min-height: auto; }
  .grid-four, .metrics-bar, .process-strip, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .process-strip div:nth-child(2n), .metrics-bar .metric:nth-child(2n) { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .header-inner, .hero, .section, .page-hero, .page-layout, .contact-layout, .footer-grid, .metrics-bar, .cta-band { width: min(100% - 28px, var(--max)); }
  .hero { padding-top: 32px; }
  h1 { font-size: clamp(38px, 13vw, 60px); }
  h2 { font-size: clamp(28px, 10vw, 44px); }
  .grid-three, .grid-four, .route-grid, .metrics-bar, .process-strip, .process-strip.three, .team-grid { grid-template-columns: 1fr; }
  .process-strip div, .metrics-bar .metric { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-strip div:last-child, .metrics-bar .metric:last-child { border-bottom: 0; }
  .site-nav.open { grid-template-columns: 1fr; }
  .brand-logo { height: 34px; }
  .tile { min-height: auto; }
  .visual-panel { min-height: 280px; }
}

/* V11 public launch polish */
html, body { overflow-x: hidden; }
.nav-link { white-space: nowrap; }
.site-header { min-width: 0; }
.page-hero { padding-top: 62px; }
.feature-copy p, .panel.large p, .quote-panel p { font-size: 16px; }
.contact-form .form-note { color: var(--muted); }

/* V12 launch ready public polish */
:root { --wide: 1220px; --max: 1120px; }
.header-inner { min-height: 74px; gap: 18px; }
.brand { font-size: 18px; gap: 10px; }
.brand-mark { width: 34px; height: 34px; }
.site-nav { gap: 2px; }
.nav-link { padding: 9px 8px; font-size: 10.5px; letter-spacing: .06em; }
.hero { padding-top: 38px; grid-template-columns: minmax(0, 1fr) minmax(330px, .86fr); }
.hero-copy, .hero-visual { min-height: 500px; }
h1 { font-size: clamp(42px, 4.8vw, 68px); line-height: .98; letter-spacing: -.065em; }
h2 { font-size: clamp(30px, 3.4vw, 50px); line-height: 1; }
.page-hero h1 { font-size: clamp(40px, 4.8vw, 64px); line-height: 1; }
.lede, .page-hero p { font-size: clamp(17px, 1.75vw, 21px); line-height: 1.5; }
.section { padding: 68px 0; }
.section.tight { padding-top: 56px; }
.metric, .tile.slim { min-height: 0; }
.metric { padding: 20px; }
.panel, .tile, .cta-panel, .quote-panel, .team-card, .route-card, .principle-card, .faq-item { padding: clamp(22px, 2.8vw, 34px); }
.button { min-height: 46px; }
.site-nav.open .nav-link { padding: 13px 12px; }
.footer-brand strong { text-transform: uppercase; letter-spacing: -.03em; }
@media (max-width: 1080px) {
  .site-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 14px 20px 20px; border-bottom: 1px solid var(--line); background: var(--cream); }
  .site-nav.open { display: grid; grid-template-columns: repeat(2, 1fr); }
  .menu-button { display: inline-flex; }
}
@media (max-width: 760px) {
  .hero-copy { padding: 32px 24px; }
  h1 { font-size: clamp(38px, 11vw, 56px); }
  .page-hero h1 { font-size: clamp(36px, 10vw, 52px); }
  .hero-copy, .hero-visual { min-height: auto; }
  .metrics-bar { border-right: 1px solid var(--line); }
}
