:root { color-scheme: light; }
@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; }

:root {
  --paper: #f2f2ef;
  --ink: #111216;
  --muted: #4e5055;
  --line: #c8c8c4;
  --lime: #93bc00;
  --copper: #9e552b;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 10; padding: 8px 12px; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header, .capabilities, .outcomes, .contact, .site-footer { max-width: 1440px; margin: 0 auto; padding-left: clamp(24px, 4vw, 64px); padding-right: clamp(24px, 4vw, 64px); }
.site-header { position: absolute; inset: 0 0 auto; z-index: 2; display: flex; justify-content: space-between; align-items: center; max-width: none; min-height: 112px; padding-left: max(32px, calc((100vw - 1312px) / 2)); padding-right: max(32px, calc((100vw - 1312px) / 2)); }
.wordmark { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.wordmark picture { display: contents; }
.wordmark img { display: block; width: auto; height: 44px; }
nav { display: flex; gap: clamp(22px, 3.5vw, 64px); }
nav a { font-size: .94rem; font-weight: 500; text-decoration: none; }
.hero { display: grid; grid-template-columns: minmax(500px, 1fr) clamp(600px, 36vw, 720px); height: min(100svh, 1000px); min-height: 820px; margin: 0; padding: 0; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-copy { align-self: center; justify-self: end; width: min(100%, 656px); padding: 156px clamp(56px, 5vw, 96px) 86px 32px; }
.eyebrow { margin: 0 0 24px; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 36px; font-size: clamp(4.25rem, 6.2vw, 7rem); font-weight: 500; letter-spacing: -.035em; line-height: .94; }
h2 { margin-bottom: 22px; font-size: clamp(2.6rem, 4.1vw, 4.5rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
h3 { font-size: 1.12rem; letter-spacing: -.012em; }
.accent-rule { display: block; width: 61px; height: 6px; margin-bottom: 35px; background: var(--lime); }
.hero-intro { max-width: 440px; margin-bottom: 36px; color: #292a2d; font-size: 1.18rem; line-height: 1.62; }
.text-link, .contact-link { font-size: .98rem; font-weight: 700; text-decoration: none; }
.text-link span, .contact-link b { display: inline-block; margin-left: 14px; color: var(--lime); font-size: 1.4em; transition: transform .2s ease; }
.text-link:hover span, .contact-link:hover b { transform: translateX(5px); }
.hero-image-wrap { height: 100%; min-height: 0; overflow: hidden; background: #e7e8e4; }
.hero-image { width: 100%; height: 100%; object-fit: contain; object-position: right center; display: block; }
.capabilities, .approach, .outcomes { padding-top: clamp(84px, 12vw, 170px); padding-bottom: clamp(84px, 12vw, 160px); }
.section-heading { display: grid; grid-template-columns: minmax(240px, 1.2fr) minmax(220px, .8fr); column-gap: 11%; align-items: end; border-bottom: 1px solid var(--line); padding-bottom: 45px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p:last-child { margin: 0; max-width: 410px; color: var(--muted); font-size: 1.08rem; }
.capability-list { margin: 0; padding: 0; list-style: none; }
.capability-list li { display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: start; padding: 44px 0; border-bottom: 1px solid var(--line); }
.capability-list li > div { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(300px, 1fr); gap: 9%; align-items: start; }
.capability-list li > span, .approach-list li > span { color: var(--lime); font-size: 1.85rem; font-weight: 400; letter-spacing: -.05em; }
.capability-list h3 { margin: 0; font-size: clamp(1.65rem, 2.2vw, 2.35rem); font-weight: 500; line-height: 1.12; }
.capability-list p { max-width: 460px; margin: 2px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.62; }
.approach { background: var(--ink); color: #f5f4ee; max-width: none; }
.approach .section-heading { width: min(1312px, calc(100% - 64px)); margin: 0 auto; border-color: #4f5052; }
.approach .section-heading > p:last-child { color: #c5c5bf; }
.approach .eyebrow { color: var(--lime); }
.approach-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; width: min(1312px, calc(100% - 64px)); margin: 0 auto; padding: 49px 0 0; list-style: none; }
.approach-list li { position: relative; padding-top: 59px; }
.approach-list li:not(:last-child)::after { position: absolute; top: 19px; right: -20px; width: calc(100% - 55px); height: 1px; background: var(--lime); content: ""; }
.approach-list h3 { margin-bottom: 15px; font-size: 1.5rem; font-weight: 500; letter-spacing: -.01em; }
.approach-list p { max-width: 340px; margin: 0; color: #c5c5bf; line-height: 1.62; }
.outcomes { background: #e8e8e4; max-width: none; padding-left: max(32px, calc((100vw - 1312px) / 2)); padding-right: max(32px, calc((100vw - 1312px) / 2)); }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; padding-top: 49px; }
.outcome-grid article { border-top: 1px solid var(--copper); padding-top: 34px; }
.outcome-grid span { color: var(--copper); font-size: 1.15rem; }
.outcome-grid h3 { margin: 25px 0 15px; font-size: 1.5rem; font-weight: 500; }
.outcome-grid p { max-width: 340px; margin: 0; color: var(--muted); line-height: 1.62; }
.contact { display: flex; justify-content: space-between; gap: 40px; align-items: end; padding-top: clamp(84px, 11vw, 150px); padding-bottom: clamp(84px, 11vw, 150px); }
.contact h2 { max-width: 640px; margin-bottom: 0; }
.contact-channels { display: grid; min-width: min(100%, 365px); gap: 14px; }
.contact-link { display: grid; grid-template-columns: auto auto 1fr; column-gap: 9px; align-items: center; padding: 0 0 10px; border-bottom: 1px solid var(--ink); }
.contact-link span { color: var(--muted); font-size: .87rem; font-weight: 500; }
.contact-link b { justify-self: end; font-weight: 400; }
.form-link { grid-template-columns: auto 1fr; }
.site-footer { display: flex; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); padding-top: 21px; padding-bottom: 28px; color: var(--muted); font-size: .85rem; }
.site-footer p { margin: 0; }
.site-footer div { display: flex; gap: 24px; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; height: auto; min-height: 0; }
  .hero-copy { justify-self: stretch; width: auto; padding: 140px clamp(32px, 8vw, 72px) 72px; }
  .hero-image-wrap { height: min(125vw, 850px); min-height: 620px; }
  .hero-image { object-position: right center; }
}

@media (max-width: 760px) {
  .site-header { position: relative; min-height: 80px; padding-left: 24px; padding-right: 24px; }
  .wordmark img { height: 36px; }
  nav { gap: 16px; }
  nav a { font-size: .8rem; }
  .hero { grid-template-columns: 1fr; height: auto; min-height: 0; }
  .hero-copy { justify-self: stretch; width: auto; padding: 64px 24px 54px; }
  .hero-image-wrap { height: min(145vw, 650px); min-height: 500px; margin: 0 -24px; }
  .hero-image { object-position: right center; transform: none; }
  .section-heading { display: block; padding-bottom: 32px; }
  .section-heading h2 { margin-bottom: 25px; }
  .capability-list li { grid-template-columns: 52px 1fr; gap: 16px; }
  .capability-list li > div { grid-column: 2; }
  .capability-list li > div { display: block; }
  .capability-list li > span { grid-row: 1; }
  .capability-list p { margin-top: 15px; }
  .approach-list { grid-template-columns: 1fr; gap: 42px; }
  .approach .section-heading, .approach-list { width: calc(100% - 48px); }
  .approach-list li { padding-top: 42px; }
  .approach-list li:not(:last-child)::after { right: auto; left: 0; width: 100%; }
  .outcomes { padding-left: 24px; padding-right: 24px; }
  .outcome-grid { grid-template-columns: 1fr; gap: 42px; }
  .contact { display: block; }
  .contact-channels { margin-top: 35px; }
  .site-footer { align-items: flex-start; }
  .site-footer div { flex-direction: column; gap: 6px; text-align: right; }
}

@media (max-width: 420px) {
  .site-header { padding-left: 20px; padding-right: 20px; }
  .wordmark img { width: 36px; height: 36px; }
  nav { gap: 9px; }
  nav a { font-size: .7rem; }
  h1 { font-size: 3.65rem; letter-spacing: -.025em; }
}

.contact-header { position: relative; max-width: 1440px; padding-left: clamp(24px, 4vw, 64px); padding-right: clamp(24px, 4vw, 64px); border-bottom: 1px solid var(--line); }
.back-link { font-size: .92rem; font-weight: 600; white-space: nowrap; }
.contact-page { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(300px, .78fr); gap: clamp(48px, 10vw, 170px); max-width: 1260px; min-height: calc(100vh - 105px); margin: 0 auto; padding: clamp(70px, 11vw, 150px) clamp(24px, 4vw, 64px); }
.contact-page h1 { max-width: 600px; font-size: clamp(3.5rem, 6vw, 6.5rem); }
.contact-page > div > p:last-child { max-width: 410px; color: var(--muted); font-size: 1.15rem; }
.direct-contact { display: grid; gap: 12px; margin-top: 39px; }
.direct-contact a { display: grid; gap: 2px; width: fit-content; color: var(--ink); }
.direct-contact strong { font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.direct-contact span { color: var(--muted); }
.form-panel { min-width: 0; }
.contact-form { display: flex; flex-direction: column; }
.form-required { align-self: flex-end; margin: 0 0 22px; color: var(--muted); font-size: .78rem; }
.required, .form-required span { color: #687f00; }
.contact-form label { margin: 0 0 9px; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; margin: 0 0 27px; padding: 13px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid var(--lime); outline-offset: 4px; }
.contact-form button { align-self: flex-start; border: 0; padding: 14px 19px; background: var(--ink); color: #fff; cursor: pointer; font: inherit; font-weight: 700; }
.contact-form button:disabled { cursor: wait; opacity: .7; }
.contact-form button span { margin-left: 14px; color: var(--lime); font-size: 1.3em; }
.form-privacy { max-width: 470px; margin: 22px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.form-message { max-width: 470px; border-top: 3px solid var(--lime); padding-top: 30px; }
.form-message h2 { font-size: clamp(2.6rem, 5vw, 4.5rem); }
.form-message p { color: var(--muted); }
.form-error { margin-bottom: 28px; border-color: var(--copper); }
.form-error p { color: var(--ink); }
.policy-page { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(360px, 1fr); gap: clamp(56px, 11vw, 170px); width: min(1260px, calc(100% - 48px)); margin: 0 auto; padding-top: clamp(70px, 10vw, 140px); padding-bottom: clamp(80px, 11vw, 150px); }
.policy-intro { align-self: start; position: sticky; top: 42px; }
.policy-intro h1 { max-width: 570px; font-size: clamp(3.5rem, 6vw, 6rem); }
.policy-intro > p:not(.eyebrow) { max-width: 460px; color: var(--muted); font-size: 1.08rem; }
.policy-date { margin-top: 34px; font-size: .84rem !important; }
.policy-content { display: grid; gap: 46px; }
.policy-content section { border-top: 1px solid var(--line); padding-top: 24px; }
.policy-content h2 { margin-bottom: 16px; font-size: 1.55rem; letter-spacing: -.015em; }
.policy-content p { margin-bottom: 0; color: var(--muted); line-height: 1.7; }
.not-found { display: grid; min-height: 100vh; place-items: center; }
.not-found main { width: min(100% - 48px, 880px); }
.not-found h1 { max-width: 720px; }
@media (max-width: 760px) {
  .contact-header { flex-wrap: nowrap; padding-left: 24px; padding-right: 24px; }
  .contact-header .wordmark { flex: 0 0 auto; }
  .contact-header .back-link { flex: 0 0 auto; }
  .contact-page { grid-template-columns: 1fr; gap: 58px; }
  .policy-page { grid-template-columns: 1fr; gap: 58px; }
  .policy-intro { position: static; }
}
@media (max-width: 420px) {
  .contact-header { padding-left: 20px; padding-right: 20px; }
  .contact-header .back-link { font-size: .78rem; }
  .site-footer { flex-direction: column; }
  .site-footer div { text-align: left; }
}
@media (max-width: 360px) {
  .site-header:not(.contact-header) { flex-direction: column; align-items: flex-start; gap: 8px; min-height: 112px; padding-top: 18px; padding-bottom: 14px; }
  .site-header:not(.contact-header) nav { width: 100%; justify-content: space-between; }
  .site-header:not(.contact-header) nav a { font-size: .75rem; white-space: nowrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
