@font-face {
  font-family: Manrope;
  src: url("./manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Display";
  src: url("./dm-serif-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
:root {
  --paper: #f7f7ef;
  --white: #fff;
  --ink: #193c33;
  --green: #17483e;
  --green-deep: #113b32;
  --mint: #e5eddd;
  --muted: #5b6960;
  --line: #d8ded3;
  --accent: #deeea2;
  --error: #982e21;
  --space: 8px;
  --max: 1320px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: var(--accent);
  color: var(--green-deep);
}
* {
  scrollbar-color: #819687 var(--paper);
  scrollbar-width: thin;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
input,
textarea {
  caret-color: var(--green);
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.6;
  cursor: wait;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #758b31;
  outline-offset: 5px;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
h1 {
  font-size: clamp(48px, 6.1vw, 88px);
}
h2 {
  font-size: clamp(32px, 3.2vw, 46px);
}
h3 {
  font-size: 24px;
  letter-spacing: -0.025em;
}
em {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
}
p {
  max-width: 70ch;
}
p + p {
  margin-top: 20px;
}
svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.container {
  width: calc(100% - 112px);
  max-width: var(--max);
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 20px;
  z-index: 20;
  padding: 12px 20px;
  background: var(--green);
  color: var(--white);
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  position: relative;
  z-index: 5;
  background: var(--paper);
}
.header-inner {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  line-height: 1.1;
}
.brand-mark {
  width: 43px;
  height: 43px;
}
.brand > span {
  font-size: 30px;
  font-weight: 650;
  letter-spacing: 0.04em;
}
.brand-sub {
  display: block;
  font-size: 8px;
  letter-spacing: 0.13em;
  font-weight: 650;
  margin-top: 5px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  font-weight: 600;
}
.site-header nav > a {
  text-decoration: none;
}
.site-header nav > a:hover,
.site-header nav > a[aria-current] {
  text-decoration: underline;
}
.nav-contact {
  display: flex;
  align-items: center;
  gap: 26px;
  border: 1px solid var(--ink);
  padding: 12px 18px;
  margin-left: 12px;
}
.nav-contact:hover {
  background: var(--mint);
}
.menu-toggle {
  display: none;
}
.hero {
  padding-top: 62px;
}
.hero-intro {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  align-items: end;
  gap: 40px;
  padding-bottom: 48px;
}
.hero h1 {
  line-height: 1.04;
}
.hero-copy {
  max-width: 350px;
  justify-self: end;
  padding-bottom: 4px;
}
.hero-copy > p:first-child {
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.hero-copy .hero-detail {
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
  margin-top: 14px;
  margin-bottom: 24px;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 52px;
  padding: 14px 22px;
  background: var(--green);
  border: 1px solid var(--green);
  color: var(--paper);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  transition:
    background 0.2s,
    color 0.2s;
}
.button:hover {
  background: var(--green-deep);
}
.button-light {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--green-deep);
}
.button-light:hover {
  background: var(--paper);
  color: var(--green-deep);
}
.hero-visual {
  display: grid;
  grid-template-columns: 3.1fr 1fr;
  min-height: 356px;
}
.hero-visual figure {
  position: relative;
  overflow: hidden;
  min-height: 356px;
  background: #9aa9a4;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 50% 55%;
}
.hero-visual figcaption {
  position: absolute;
  bottom: 22px;
  left: 24px;
  background: var(--paper);
  padding: 9px 14px;
  font-size: 11px;
  font-weight: 600;
}
.hero-note {
  background: var(--green);
  color: var(--paper);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.connection-symbol {
  width: 72px;
  height: 72px;
  color: var(--accent);
}
.hero-note h2 {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.hero-note p {
  font-size: 12px;
  color: #d3dfd3;
  margin-top: 16px;
}
.hero-note > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  border-top: 1px solid #55796c;
  padding-top: 20px;
  gap: 10px;
}
.hero-note > a:hover {
  color: var(--accent);
}
.hero-note > a svg {
  width: 19px;
}
.discipline-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 550;
}
.discipline-strip span + span:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #789c7b;
  margin-right: 32px;
  vertical-align: middle;
}
.section {
  padding-top: 112px;
  padding-bottom: 112px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 64px;
  margin-bottom: 48px;
}
.section-heading > p {
  max-width: 370px;
  font-size: 14px;
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 7px;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  color: inherit;
}
.text-link:hover {
  color: #537123;
}
.text-link svg {
  width: 20px;
}
.service-list {
  border-top: 1px solid var(--line);
}
.service-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr 48px;
  column-gap: 50px;
  row-gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
  text-decoration: none;
  transition: background 0.2s;
}
.service-row:hover {
  background: var(--mint);
}
.service-row h3 {
  font-size: 25px;
}
.service-row p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}
.service-tags {
  font-size: 10px;
  letter-spacing: 0.035em;
  grid-column: 2;
  grid-row: 2;
  color: var(--muted);
}
.row-arrow {
  grid-column: 3;
  grid-row: 1 / 3;
  width: 44px;
  height: 44px;
  border: 1px solid #abbcab;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.service-row:hover .row-arrow {
  background: var(--green);
  color: var(--paper);
}
.local-section {
  background: var(--mint);
  padding: 88px 0;
}
.local-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 120px;
}
.local-grid > div > p {
  margin-top: 28px;
  color: var(--muted);
  font-size: 14px;
  max-width: 370px;
}
.local-grid .text-link {
  margin-top: 32px;
}
.local-points article + article {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #bccabb;
}
.local-points h3 {
  font-size: 21px;
}
.local-points p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
}
.process-list {
  list-style: none;
  margin: 56px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.process-list li {
  border-top: 1px solid #8aa18c;
  padding: 24px 24px 0 0;
  position: relative;
}
.process-list li:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--green);
}
.process-number {
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  color: var(--muted);
}
.process-list h3 {
  margin-top: 24px;
  font-size: 22px;
}
.process-list p {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 180px;
}
.insights-section {
  padding: 88px 0;
  background: #eff1e7;
}
.insight-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.insight-art {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.machine-art {
  background: #dfe7d7;
}
.machine-ring {
  width: 180px;
  height: 180px;
  border: 1px solid #456552;
  border-radius: 50%;
  position: relative;
}
.machine-ring:before,
.machine-ring:after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid #456552;
  border-radius: 50%;
}
.machine-ring:after {
  inset: 64px;
  background: #456552;
}
.machine-axis {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 1px;
  background: #456552;
}
.machine-axis:after {
  content: "";
  position: absolute;
  top: -140px;
  height: 280px;
  width: 1px;
  background: #456552;
  left: 50%;
}
.machine-caption {
  position: absolute;
  bottom: 18px;
  left: 20px;
  font-size: 9px;
  letter-spacing: 0.06em;
  background: #dfe7d7;
  padding: 0 8px;
}
.data-art {
  background: var(--green);
  color: var(--accent);
  gap: 0;
  padding: 32px;
}
.diagram-node {
  padding: 25px 16px;
  border: 1px solid #aac68d;
  font-size: 10px;
  letter-spacing: 0.05em;
  z-index: 1;
}
.diagram-connector {
  width: 64px;
  height: 1px;
  background: #aac68d;
  position: relative;
}
.diagram-connector:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--accent);
  top: -2px;
  left: 0;
  animation: flow 3.2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
.article-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--muted);
  margin-top: 22px;
  margin-bottom: 12px;
}
.insight h3 {
  max-width: 500px;
  font-size: 26px;
}
.insight h3 a {
  display: flex;
  align-items: start;
  gap: 24px;
  text-decoration: none;
  justify-content: space-between;
}
.insight h3 a svg {
  margin-top: 5px;
}
.insight h3 a:hover {
  text-decoration: underline;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  padding: 24px 0;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
summary::-webkit-details-marker {
  display: none;
}
summary svg {
  width: 20px;
  transition: transform 0.2s;
}
details[open] summary svg {
  transform: rotate(45deg);
}
details > p {
  padding: 0 36px 24px 0;
  font-size: 13px;
  color: var(--muted);
}
.contact-strip {
  background: var(--green);
  color: var(--paper);
  padding: 72px 0;
}
.contact-strip-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}
.contact-strip h2 {
  font-size: 48px;
}
.contact-strip p {
  font-size: 13px;
  line-height: 1.8;
  color: #d2dfd3;
  margin-bottom: 24px;
}
.site-footer {
  padding: 64px 0 24px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.3fr;
  gap: 40px;
  padding-bottom: 56px;
}
.footer-top h2 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 22px;
}
.footer-top > div > a:not(.brand) {
  display: block;
  font-size: 12px;
  text-decoration: none;
  margin-top: 10px;
}
.footer-top > div > a:not(.brand):hover {
  text-decoration: underline;
}
.footer-top p {
  margin-top: 24px;
  font-size: 12px;
  color: var(--muted);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: var(--muted);
}
.footer-bottom > div {
  display: flex;
  gap: 28px;
}
.footer-bottom a {
  text-decoration: none;
}
.page-intro {
  padding-top: 72px;
  padding-bottom: 64px;
}
.page-intro h1 {
  max-width: 1050px;
  font-size: clamp(42px, 5vw, 72px);
}
.page-intro .lead {
  margin-top: 32px;
  max-width: 780px;
}
.lead {
  font-size: 21px;
  line-height: 1.65;
  color: var(--muted);
  letter-spacing: -0.015em;
}
.page-intro > p:not(.lead) {
  max-width: 680px;
  font-size: 15px;
  color: var(--muted);
  margin-top: 20px;
}
.page-intro > .button {
  margin-top: 28px;
}
.back-link {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 36px;
}
.service-directory {
  padding-bottom: 96px;
}
.service-directory article {
  border-top: 1px solid var(--line);
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}
.service-directory h2 {
  font-size: 32px;
}
.service-directory p {
  font-size: 15px;
  color: var(--muted);
  margin-top: 20px;
  max-width: 660px;
}
.service-directory .text-link {
  flex-shrink: 0;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.tag-list span {
  border: 1px solid var(--line);
  padding: 6px 12px;
  font-size: 11px;
}
.service-body {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 100px;
  padding-bottom: 112px;
}
.service-main > h2 {
  font-size: 32px;
  margin-top: 56px;
  margin-bottom: 24px;
}
.service-main > h2:first-child {
  margin-top: 0;
}
.service-main > p,
.outcome-list p {
  color: var(--muted);
  font-size: 15px;
}
.outcome-list {
  margin-top: 32px;
}
.outcome-list article {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.outcome-list h3 {
  font-size: 23px;
  margin-bottom: 14px;
}
.deliverables {
  background: var(--mint);
  padding: 32px;
  align-self: start;
  position: sticky;
  top: 40px;
}
.deliverables h2 {
  font-size: 26px;
}
.deliverables ul {
  padding-left: 18px;
  font-size: 14px;
  margin: 28px 0;
}
.deliverables li {
  padding: 6px 0;
}
.deliverables > p {
  font-size: 11px;
  color: var(--muted);
}
.deliverables hr {
  border: 0;
  border-top: 1px solid #bccabb;
  margin: 32px 0;
}
.deliverables h3 {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 24px;
}
.deliverables .text-link {
  font-size: 12px;
  gap: 12px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.about-grid img {
  aspect-ratio: 4/5;
  object-fit: cover;
}
.about-grid figcaption {
  font-size: 10px;
  color: var(--muted);
  margin-top: 14px;
}
.about-grid h2 {
  font-size: 36px;
  margin-bottom: 28px;
}
.about-grid p {
  color: var(--muted);
  font-size: 15px;
}
.about-grid .button {
  margin-top: 28px;
}
.principle-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.principle-list article {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.principle-list h3 {
  font-size: 24px;
}
.principle-list p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 18px;
}
.article-directory {
  padding-bottom: 112px;
}
.article-page > .page-intro {
  max-width: 1020px;
}
.article-page .article-meta {
  margin-top: 28px;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) 1fr;
  gap: 112px;
  padding-bottom: 112px;
}
.article-copy section + section {
  margin-top: 48px;
}
.article-copy h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.article-copy p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.9;
}
.article-toc {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  position: sticky;
  top: 40px;
  align-self: start;
}
.article-toc h2 {
  font-size: 17px;
  margin-bottom: 24px;
}
.article-toc > a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.article-toc > a:hover {
  text-decoration: underline;
}
.article-toc button {
  margin-top: 32px;
}
.article-checklist {
  background: var(--mint);
  padding: 32px;
}
.article-checklist li {
  font-size: 14px;
  padding: 5px 0;
}
.article-checklist ul {
  padding-left: 18px;
}
.article-next {
  margin-top: 32px;
}
.contact-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  padding: 80px 0 112px;
}
.contact-page h1 {
  font-size: clamp(42px, 4.2vw, 60px);
}
.contact-intro .lead {
  font-size: 16px;
  margin-top: 32px;
  max-width: 420px;
}
.contact-direct {
  margin-top: 48px;
}
.contact-direct h2,
.contact-expect h2 {
  font-size: 16px;
  margin-bottom: 16px;
}
.email-link {
  overflow-wrap: anywhere;
}
.contact-direct a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
}
.contact-expect {
  border-top: 1px solid var(--line);
  padding-top: 32px;
  margin-top: 40px;
}
.contact-expect ol {
  padding-left: 20px;
  font-size: 13px;
  color: var(--muted);
}
.contact-expect li {
  padding: 6px 0;
}
.contact-form-wrap {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 40px;
}
.contact-form-wrap h2 {
  font-size: 27px;
  margin-bottom: 32px;
}
form label {
  display: block;
  font-size: 12px;
  font-weight: 650;
  margin: 22px 0 8px;
}
form label span {
  font-weight: 400;
  color: var(--muted);
}
input,
select,
textarea {
  display: block;
  width: 100%;
  padding: 12px;
  background: var(--paper);
  border: 1px solid #abb8a8;
  border-radius: 0;
  color: var(--ink);
  font-size: 14px;
  min-height: 48px;
}
input::placeholder,
textarea::placeholder {
  color: #677162;
  opacity: 1;
}
textarea {
  resize: vertical;
  min-height: 144px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-row:first-of-type label {
  margin-top: 0;
}
.field-help,
.form-help {
  font-size: 10px;
  color: var(--muted);
  margin-top: 10px;
}
.consent {
  display: flex;
  align-items: start;
  gap: 12px;
  line-height: 1.65;
  margin: 24px 0;
}
.consent input {
  width: 17px;
  height: 17px;
  min-height: 17px;
  margin: 3px 0 0;
  flex-shrink: 0;
  accent-color: var(--green);
}
.consent span {
  font-size: 11px;
}
.contact-form-wrap .button {
  width: 100%;
  margin-top: 8px;
}
.form-status {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.form-status p {
  margin-bottom: 16px;
}
.form-status textarea {
  font-size: 12px;
  background: var(--paper);
  margin: 12px 0;
}
.form-status .text-link {
  margin-top: 12px;
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.legal-copy {
  max-width: 800px;
  padding-bottom: 112px;
}
.legal-copy h2 {
  font-size: 26px;
  margin: 40px 0 20px;
}
.legal-copy h2:first-child {
  margin-top: 0;
}
.legal-copy p {
  font-size: 15px;
  color: var(--muted);
}
.success-page {
  min-height: 60vh;
  padding-bottom: 100px;
}
@keyframes flow {
  0% {
    left: 0;
  }
  80%,
  100% {
    left: calc(100% - 6px);
  }
}
@media (min-width: 1600px) {
  .hero-visual {
    min-height: 400px;
  }
  .hero-visual figure {
    min-height: 400px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .site-header nav {
    gap: 20px;
    font-size: 12px;
  }
  .nav-contact {
    margin-left: 0;
    gap: 16px;
  }
  .hero h1 {
    font-size: 66px;
  }
  .hero-intro {
    grid-template-columns: 1.35fr 1fr;
  }
  .hero-note {
    padding: 22px;
  }
  .hero-note h2 {
    font-size: 20px;
  }
  .discipline-strip {
    font-size: 10px;
  }
  .discipline-strip span + span:before {
    margin-right: 18px;
  }
  .local-grid {
    gap: 64px;
  }
  .section-heading {
    gap: 40px;
  }
  .service-body {
    gap: 56px;
  }
  .contact-page {
    gap: 48px;
  }
  .contact-form-wrap {
    padding: 28px;
  }
  .article-layout {
    gap: 64px;
  }
  .about-grid {
    gap: 48px;
  }
  .hero-visual {
    grid-template-columns: 2.6fr 1fr;
  }
  .hero-copy > p:first-child {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .header-inner {
    height: 88px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 1px solid var(--line);
    padding: 10px 14px;
    font-size: 12px;
    color: var(--ink);
  }
  .site-header nav {
    gap: 24px;
    font-size: 14px;
  }
  .site-header .menu-toggle + nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 88px;
    display: none;
    background: var(--paper);
    padding: 24px 32px 32px;
    border-bottom: 1px solid var(--line);
  }
  .site-header .menu-toggle[aria-expanded="true"] + nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .site-header .nav-contact {
    justify-content: space-between;
  }
  .hero {
    padding-top: 40px;
  }
  .hero h1 {
    font-size: 56px;
  }
  .hero-intro {
    gap: 32px;
  }
  .hero-copy > p:first-child {
    font-size: 16px;
  }
  .hero-copy .hero-detail {
    font-size: 12px;
  }
  .hero-visual {
    min-height: 320px;
    grid-template-columns: 2fr 1fr;
  }
  .hero-visual figure {
    min-height: 320px;
  }
  .hero-note {
    padding: 20px;
  }
  .hero-note h2 {
    font-size: 18px;
  }
  .hero-note p {
    font-size: 11px;
  }
  .connection-symbol {
    width: 56px;
    height: 56px;
  }
  .discipline-strip {
    flex-wrap: wrap;
    justify-content: start;
    gap: 14px 28px;
  }
  .discipline-strip span + span:before {
    display: none;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-heading {
    align-items: start;
    gap: 32px;
  }
  .section-heading > p {
    max-width: 290px;
    font-size: 12px;
  }
  .section h2,
  .local-section h2 {
    font-size: 34px;
  }
  .service-row {
    gap: 16px 32px;
  }
  .service-row h3 {
    font-size: 22px;
  }
  .local-grid {
    gap: 40px;
  }
  .process-list li {
    padding-right: 18px;
  }
  .process-list h3 {
    font-size: 18px;
  }
  .process-list p {
    font-size: 11px;
  }
  .insight-art {
    height: 210px;
  }
  .insight h3 {
    font-size: 23px;
  }
  .data-art {
    padding: 20px;
  }
  .diagram-node {
    font-size: 8px;
    padding: 20px 8px;
  }
  .diagram-connector {
    width: 36px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-strip h2 {
    font-size: 40px;
  }
  .contact-strip-inner {
    gap: 40px;
  }
  .footer-top {
    grid-template-columns: 1.2fr 0.8fr 1fr;
    gap: 24px;
  }
  .footer-top .brand > span {
    font-size: 24px;
  }
  .footer-top .brand-mark {
    width: 32px;
  }
  .footer-top .brand-sub {
    font-size: 6px;
  }
  .service-body {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .deliverables {
    position: static;
  }
  .service-directory article {
    gap: 32px;
  }
  .service-directory .text-link {
    font-size: 11px;
  }
  .about-grid {
    gap: 32px;
  }
  .about-grid h2 {
    font-size: 30px;
  }
  .about-grid p {
    font-size: 13px;
  }
  .principle-list {
    gap: 28px;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .article-toc {
    grid-row: 1;
    position: static;
  }
  .article-toc > a {
    display: inline-block;
    margin-right: 20px;
  }
  .article-toc button {
    display: flex;
  }
  .contact-page {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .contact-intro .lead {
    max-width: 640px;
  }
  .contact-expect {
    display: none;
  }
  .contact-direct {
    margin-top: 28px;
  }
  .contact-form-wrap {
    padding: 36px;
  }
  .page-intro h1 {
    font-size: 52px;
  }
  .page-intro {
    padding-top: 56px;
  }
  .legal-copy {
    width: calc(100% - 64px);
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 80px;
  }
  .brand > span {
    font-size: 26px;
  }
  .brand-mark {
    width: 36px;
    height: 36px;
  }
  .brand-sub {
    font-size: 7px;
  }
  .site-header .menu-toggle + nav {
    top: 80px;
    padding: 24px 20px;
  }
  .hero {
    padding-top: 36px;
  }
  .hero-intro {
    grid-template-columns: 1fr;
    padding-bottom: 32px;
    gap: 28px;
  }
  .hero h1 {
    font-size: clamp(40px, 10.8vw, 64px);
  }
  .hero-copy {
    justify-self: start;
    max-width: 100%;
    padding: 0;
  }
  .hero-copy > p:first-child {
    font-size: 18px;
  }
  .hero-copy > p:first-child br {
    display: none;
  }
  .hero-copy .hero-detail {
    font-size: 13px;
    max-width: 360px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .hero-visual {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hero-visual figure {
    min-height: 260px;
  }
  .hero-visual img {
    object-position: 50% 50%;
  }
  .hero-visual figcaption {
    font-size: 9px;
    bottom: 16px;
    left: 16px;
    padding: 7px 10px;
  }
  .hero-note {
    padding: 22px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 20px;
  }
  .connection-symbol {
    width: 48px;
    height: 48px;
  }
  .hero-note h2 {
    font-size: 22px;
  }
  .hero-note h2 br {
    display: none;
  }
  .hero-note p {
    display: none;
  }
  .hero-note > a {
    grid-column: 2;
    padding-top: 16px;
    font-size: 11px;
  }
  .discipline-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
    font-size: 10px;
    padding: 20px 0;
  }
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading > p {
    margin-top: 24px;
    max-width: 420px;
    font-size: 13px;
  }
  .section-heading > .text-link {
    margin-top: 24px;
  }
  .section h2,
  .local-section h2 {
    font-size: 34px;
  }
  .service-row {
    grid-template-columns: 1fr 36px;
    gap: 16px 20px;
    padding: 24px 0;
  }
  .service-row h3 {
    font-size: 23px;
  }
  .service-row p {
    grid-column: 1;
    grid-row: 2;
    font-size: 12px;
  }
  .service-tags {
    grid-column: 1;
    grid-row: 3;
    font-size: 9px;
  }
  .row-arrow {
    grid-column: 2;
    grid-row: 1;
    width: 36px;
    height: 36px;
  }
  .row-arrow svg {
    width: 20px;
  }
  .local-section {
    padding: 64px 0;
  }
  .local-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .local-grid > div > p {
    margin-top: 24px;
    font-size: 13px;
  }
  .local-points h3 {
    font-size: 22px;
  }
  .process-list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .process-list li {
    border-top: 0;
    border-left: 1px solid #8aa18c;
    padding: 0 0 28px 28px;
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 12px;
  }
  .process-list li:last-child {
    padding-bottom: 0;
    border-color: transparent;
  }
  .process-list li:before {
    left: -4px;
    top: 9px;
  }
  .process-number {
    padding-top: 4px;
  }
  .process-list h3 {
    margin: 0;
    font-size: 23px;
  }
  .process-list p {
    grid-column: 2;
    margin: 0;
    max-width: 100%;
    font-size: 13px;
  }
  .insights-section {
    padding: 64px 0;
  }
  .insight-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .insight-art {
    height: 224px;
  }
  .insight h3 {
    font-size: 26px;
  }
  .diagram-node {
    font-size: 10px;
    padding: 24px 16px;
  }
  .diagram-connector {
    width: 56px;
  }
  .faq-section {
    gap: 32px;
  }
  summary {
    font-size: 13px;
    gap: 20px;
  }
  details > p {
    font-size: 12px;
    padding-right: 24px;
  }
  .contact-strip {
    padding: 48px 0;
  }
  .contact-strip-inner {
    display: block;
  }
  .contact-strip h2 {
    font-size: 38px;
  }
  .contact-strip-inner > div {
    margin-top: 28px;
  }
  .contact-strip p {
    font-size: 12px;
  }
  .site-footer {
    padding-top: 48px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    padding-bottom: 40px;
  }
  .footer-top > div:first-child {
    grid-column: 1 / -1;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
  }
  .footer-top > div:first-child p {
    margin: 0;
    font-size: 10px;
  }
  .footer-top h2 {
    font-size: 11px;
    margin-bottom: 18px;
  }
  .footer-top > div > a:not(.brand) {
    font-size: 11px;
  }
  .footer-top p {
    font-size: 11px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: start;
    gap: 16px;
    font-size: 9px;
  }
  .footer-bottom > div {
    gap: 24px;
  }
  .page-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-intro h1 {
    font-size: 40px;
  }
  .lead,
  .page-intro .lead {
    font-size: 17px;
    margin-top: 24px;
  }
  .back-link {
    margin-bottom: 24px;
  }
  .service-directory {
    padding-bottom: 64px;
  }
  .service-directory article {
    display: block;
    padding: 28px 0;
  }
  .service-directory h2 {
    font-size: 28px;
  }
  .service-directory p {
    font-size: 13px;
  }
  .service-directory .text-link {
    margin-top: 28px;
    font-size: 12px;
  }
  .service-body {
    padding-bottom: 64px;
    gap: 40px;
  }
  .service-main > h2 {
    font-size: 28px;
    margin-top: 40px;
  }
  .service-main > p,
  .outcome-list p {
    font-size: 14px;
  }
  .deliverables {
    padding: 28px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-grid img {
    aspect-ratio: 4/3;
  }
  .about-grid h2 {
    font-size: 30px;
  }
  .about-grid p {
    font-size: 14px;
  }
  .principle-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .principle-list h3 {
    font-size: 25px;
  }
  .article-directory {
    padding-bottom: 64px;
  }
  .article-layout {
    padding-bottom: 64px;
    gap: 40px;
  }
  .article-copy h2 {
    font-size: 27px;
  }
  .article-copy p {
    font-size: 15px;
    line-height: 1.8;
  }
  .article-checklist {
    padding: 24px;
  }
  .article-checklist li {
    font-size: 13px;
  }
  .article-page > .page-intro .article-meta {
    font-size: 10px;
    gap: 12px 20px;
  }
  .contact-page {
    padding-top: 40px;
    padding-bottom: 64px;
    gap: 40px;
  }
  .contact-page h1 {
    font-size: 42px;
  }
  .contact-form-wrap {
    padding: 24px 20px;
  }
  .contact-form-wrap h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-row label {
    margin-top: 20px !important;
  }
  form label {
    font-size: 12px;
  }
  .contact-direct a {
    font-size: 14px;
  }
  .contact-intro .lead {
    font-size: 15px;
  }
  .legal-copy {
    width: calc(100% - 40px);
    padding-bottom: 64px;
  }
  .legal-copy h2 {
    font-size: 24px;
  }
  .legal-copy p {
    font-size: 14px;
  }
  .success-page {
    padding-bottom: 64px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  .site-header,
  .site-footer,
  .contact-strip,
  .article-toc,
  .back-link,
  .button,
  .print-button {
    display: none !important;
  }
  body {
    background: white;
    color: black;
    font-size: 12pt;
  }
  .container {
    width: 100%;
    max-width: none;
  }
  .article-layout {
    display: block;
    padding: 0;
  }
  .page-intro {
    padding: 0 0 24px;
  }
  .article-copy section {
    break-inside: avoid;
  }
  .article-copy p {
    color: black;
  }
  h1 {
    font-size: 32pt !important;
  }
  h2 {
    font-size: 20pt !important;
  }
  .article-checklist {
    background: none;
    border: 1px solid #bbb;
  }
}
