:root {
  --paper: #f8f8f3;
  --ink: #282d26;
  --muted: #6a6e64;
  --olive: #414d35;
  --sage: #dee3d4;
  --line: #dddfd5;
  --serif: Georgia, 'Times New Roman', serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
  cursor: pointer;
}

button, a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible, a:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid #839768;
  outline-offset: 5px;
}

button {
  background: none;
  border: 0;
}

h1, h2, h3, p {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

::selection {
  color: var(--paper);
  background: var(--olive);
}

.site-container {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}

.svg-library {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.icon {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  flex: 0 0 auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: -80px;
  left: 20px;
  background: var(--olive);
  color: white;
  padding: 12px 20px;
}

.skip-link:focus {
  top: 15px;
}

.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 1.5;
}

.section-label {
  color: var(--olive);
  margin-bottom: 23px;
}

.section-space {
  padding-block: 100px;
}

h2 {
  font-size: clamp(38px, 3.7vw, 52px);
  line-height: 1.13;
  font-weight: 400;
  letter-spacing: -2.2px;
}

h2 em, h1 em {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--olive);
}

.button {
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 13px 22px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  transition: background 180ms, color 180ms, transform 180ms;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--olive);
  color: white;
}

.button-primary:hover {
  background: #2e3925;
}

.button-outline {
  border-color: #8f9785;
  color: var(--olive);
}

.button-outline:hover {
  background: var(--sage);
}

.button-light {
  background: #eff1e6;
  color: var(--olive);
}

.button-light:hover {
  background: white;
}

.text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  font-size: 13px;
  border-bottom: 1px solid transparent;
  padding-block: 7px;
}

.text-link:hover {
  border-bottom-color: currentColor;
}

.site-header {
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}

.header-inner {
  min-height: 100px;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
}

.brand-mark {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 34px;
  padding: 0 2px 2px 0;
  transform: skewY(-8deg);
}

.brand-mark i {
  display: block;
  width: 7px;
  background: var(--olive);
  height: 18px;
}

.brand-mark i:nth-child(2) {
  height: 26px;
}

.brand-mark i:nth-child(3) {
  height: 34px;
}

.brand-wordmark {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -.6px;
}

.brand-wordmark > span {
  display: block;
  margin-top: 6px;
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 2.1px;
}

.desktop-nav {
  gap: 35px;
  margin-left: auto;
  margin-right: 48px;
}

.desktop-nav a {
  font-size: 12px;
  padding-block: 8px;
  position: relative;
}

.desktop-nav a::after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  width: 0;
  background: var(--olive);
  transition: width 180ms;
}

.desktop-nav a:hover::after {
  width: 100%;
}

.header-cta {
  min-height: 44px;
  padding: 10px 19px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 1px;
  background: var(--ink);
  margin-block: 7px;
  transition: transform 200ms;
}

.mobile-nav {
  flex-direction: column;
  padding: 10px 24px 24px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.mobile-nav a {
  padding: 12px 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 70px;
  padding-block: 54px 64px;
}

.hero-copy {
  padding-top: 33px;
}

.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 9px;
  letter-spacing: 1.65px;
}

.status-dot {
  width: 6px;
  height: 6px;
  background: #849170;
  border-radius: 50%;
  flex-shrink: 0;
}

h1 {
  font-size: clamp(62px, 6.3vw, 89px);
  font-weight: 400;
  letter-spacing: -4.8px;
  line-height: 1.02;
  margin-top: 27px;
}

h1 em {
  letter-spacing: -4px;
}

.hero-description {
  color: var(--muted);
  max-width: 393px;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 25px;
}

.hero-actions {
  gap: 25px;
  margin-top: 29px;
}

.hero-actions .button {
  gap: 20px;
  padding-inline: 19px;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 39px;
  font-size: 11px;
  color: var(--muted);
}

.note-icon {
  background: #e9ece2;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--olive);
}

.note-icon .icon {
  width: 13px;
  height: 13px;
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.hero-image {
  width: 100%;
  height: 587px;
  object-fit: cover;
  border-radius: 135px 7px 7px 7px;
}

.image-label {
  position: absolute;
  top: 26px;
  right: 23px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.5px;
  border-radius: 30px;
  background: rgba(249, 249, 241, .9);
  padding: 9px 13px;
  color: var(--olive);
}

.image-label span {
  width: 5px;
  height: 5px;
  background: var(--olive);
  border-radius: 50%;
}

.insight-card {
  display: flex;
  align-items: center;
  gap: 17px;
  position: absolute;
  left: -34px;
  right: 36px;
  bottom: 32px;
  background: #fafaf5;
  padding: 22px;
  border-radius: 5px;
  box-shadow: 0 8px 28px #29302412;
}

.insight-card p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.3px;
}

.insight-card div > span {
  color: var(--muted);
  font-size: 10px;
}

.insight-card b {
  margin-inline: 9px;
  font-weight: 400;
  color: #879179;
}

.insight-icon {
  background: #e9ede0;
  border-radius: 4px;
  padding: 9px;
}

.insight-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--olive);
  stroke-width: 1.6;
}

.insight-arrow {
  margin-left: auto;
  color: var(--olive);
}

.image-credit {
  position: absolute;
  right: 0;
  bottom: -25px;
  font-size: 7px;
  letter-spacing: 1.65px;
  color: var(--muted);
}

.principles-strip {
  display: grid;
  grid-template-columns: 1.18fr 1fr 1.08fr 1fr;
  align-items: center;
  gap: 25px;
  padding-block: 28px;
  border-block: 1px solid var(--line);
}

.principles-strip > p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
}

.principles-strip strong {
  color: var(--ink);
  font-weight: 400;
}

.principles-strip > div {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 17px;
}

.principle-number {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: #7d866f;
}

.about-section {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 100px;
}

.about-copy {
  padding-top: 8px;
}

.about-copy .lead {
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: -.4px;
  margin-bottom: 18px;
}

.about-copy > p:not(.lead) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.about-values {
  gap: 34px;
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 24px;
}

.about-values h3 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 9px;
}

.about-values p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}

.expertise-section {
  background: #efefe8;
  border-block: 1px solid #e7e8df;
}

.section-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.section-aside {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: var(--muted);
  padding-top: 3px;
}

.expertise-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 44px;
}

.expertise-heading > p {
  max-width: 280px;
  font-size: 13px;
  color: var(--muted);
  padding-bottom: 5px;
}

.service-grid {
  gap: 22px;
}

.service-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--paper);
  border: 1px solid #e1e3d8;
  border-radius: 5px;
  transition: transform 200ms, box-shadow 200ms;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px #333c2b08;
}

.service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.service-top > span {
  font-family: var(--serif);
  font-size: 12px;
  color: #898e80;
}

.service-icon {
  width: 37px;
  height: 37px;
  fill: none;
  stroke: var(--olive);
  stroke-width: 1.3;
}

.service-card h3 {
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -.7px;
  line-height: 1.2;
  margin-bottom: 17px;
}

.service-card > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.85;
  max-width: 300px;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 30px;
}

.service-card li {
  font-size: 10px;
  margin-block: 7px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.service-card li::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #89917c;
}

.service-link {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  text-align: left;
  font-size: 11px;
  width: 100%;
  margin-top: auto;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
}

.service-link > span {
  display: grid;
  place-items: center;
  border: 1px solid #d6dacf;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: background 150ms;
}

.service-link .icon {
  width: 15px;
  height: 15px;
}

.service-link:hover > span {
  background: var(--sage);
  color: var(--olive);
}

.service-featured {
  background: var(--olive);
  border-color: var(--olive);
  color: #fafbf4;
}

.service-featured .service-icon {
  stroke: #d6dfc3;
}

.service-featured > p, .service-featured .service-top > span {
  color: #c9d0bf;
}

.service-featured li {
  color: #e1e6d8;
}

.service-featured .service-link, .service-featured .service-link > span {
  border-color: #738064;
}

.expertise-footnote {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 7px;
  color: var(--muted);
  font-size: 11px;
  margin-top: 30px;
  text-align: center;
}

.expertise-footnote a {
  color: var(--olive);
  border-bottom: 1px solid #a8b29a;
}

.expertise-footnote a span {
  margin-left: 5px;
}

.approach-section {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  align-items: center;
  gap: 85px;
}

.approach-visual {
  position: relative;
  align-self: stretch;
  min-height: 485px;
}

.approach-visual > img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  border-radius: 5px;
}

.review-caption {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  padding: 25px 27px;
  background: #f8f8f1f2;
  border-radius: 3px;
}

.small-label {
  display: block;
  font-size: 8px;
  letter-spacing: 1.8px;
  color: var(--olive);
}

.review-caption p {
  font-size: 29px;
  letter-spacing: -.7px;
  line-height: 1.2;
  margin-top: 10px;
}

.review-caption .icon {
  position: absolute;
  right: 25px;
  bottom: 29px;
}

.approach-copy h2 {
  font-size: clamp(36px, 3.5vw, 49px);
}

.approach-intro {
  margin-top: 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
  max-width: 440px;
}

.process-tabs {
  display: grid;
  grid-template-columns: 1.2fr .9fr 1fr;
  border-bottom: 1px solid var(--line);
  margin-top: 28px;
  gap: 5px;
}

.process-tab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 13px 2px;
  gap: 8px;
  font-size: 12px;
  color: var(--muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.process-tab > span {
  font-family: var(--serif);
  font-size: 11px;
}

.process-tab[aria-selected="true"] {
  color: var(--olive);
  border-bottom-color: var(--olive);
}

.process-tab:hover {
  color: var(--ink);
}

.process-panel {
  padding-top: 24px;
  min-height: 191px;
}

.process-panel h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -.3px;
}

.process-panel > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin-top: 10px;
}

.process-outcome {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  font-size: 10px;
  color: var(--olive);
}

.process-outcome .icon {
  width: 15px;
  height: 15px;
}

.approach-link {
  margin-top: 18px;
  font-size: 11px;
}

.contact-section {
  background: #35402e;
  color: #f4f5ed;
  padding-top: 72px;
}

.contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 63px;
  border-bottom: 1px solid #65715a;
}

.contact-cta .eyebrow {
  color: #c2ceb2;
  font-size: 9px;
  margin-bottom: 24px;
}

.contact-cta h2 {
  font-size: clamp(36px, 4vw, 56px);
}

.contact-cta h2 em {
  color: #d4dfbf;
}

.contact-invitation {
  padding-top: 38px;
  min-width: 278px;
}

.contact-invitation > p {
  color: #d1d8c9;
  font-size: 13px;
  margin-bottom: 21px;
}

.contact-invitation > span {
  display: block;
  font-size: 9px;
  color: #b4bfa9;
  margin-top: 13px;
}

.contact-invitation .button {
  gap: 40px;
}

.contact-details {
  display: grid;
  grid-template-columns: 1.3fr 1.12fr 1fr;
  gap: 55px;
  padding-block: 53px 47px;
}

.brand-light .brand-mark i {
  background: #d0dabb;
}

.brand-light .brand-wordmark {
  font-size: 24px;
}

.legal-name {
  max-width: 325px;
  font-size: 8px;
  letter-spacing: .75px;
  line-height: 1.95;
  color: #c0c9b7;
  margin-top: 22px;
}

.contact-column {
  padding-top: 3px;
  min-width: 0;
}

.contact-column h3 {
  color: #d9e2cd;
  font-size: 10px;
  letter-spacing: .3px;
  font-weight: 500;
  margin-bottom: 22px;
}

.contact-column > a {
  display: block;
  font-size: 11px;
  margin-bottom: 9px;
  width: fit-content;
}

.contact-column > a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.email-link {
  overflow-wrap: anywhere;
}

.contact-context {
  display: block;
  font-size: 9px;
  color: #b6c1aa;
  margin-top: 16px;
}

.contact-column address {
  font-style: normal;
  font-size: 10px;
  color: #c4cebb;
  line-height: 1.9;
  max-width: 280px;
}

.contact-column .location-link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  margin-top: 13px;
}

.location-link .icon {
  width: 14px;
  height: 14px;
}

.site-footer {
  background: #35402e;
  color: #bcc6b0;
}

.site-footer > .site-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  border-top: 1px solid #5e6b53;
  min-height: 69px;
  padding-block: 18px;
  font-size: 9px;
}

.site-footer a {
  color: #e6ecdd;
}

.site-footer a span {
  margin-left: 11px;
}

.service-dialog {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 43px;
  margin: auto;
  width: min(560px, calc(100% - 32px));
  max-height: 90dvh;
  overflow-y: auto;
  box-shadow: 0 25px 80px #0003;
}

.service-dialog::backdrop {
  background: #20271ed1;
  backdrop-filter: blur(4px);
}

.dialog-close {
  position: absolute;
  top: 10px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  font-size: 27px;
  font-weight: 300;
}

.dialog-close:hover {
  background: var(--sage);
  border-radius: 50%;
}

.service-dialog h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.service-dialog > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
}

.service-dialog h3 {
  font-size: 13px;
  font-weight: 600;
  margin-top: 27px;
}

.service-dialog ul {
  padding-left: 19px;
  color: var(--muted);
  font-size: 12px;
  margin-block: 12px 25px;
  list-style: disc;
}

.service-dialog li {
  margin-block: 8px;
}

.dialog-takeaway {
  background: #e9ede1;
  padding: 20px;
  margin-block: 25px;
}

.dialog-takeaway > p {
  font-size: 13px;
  margin-top: 8px;
}

.service-dialog .dialog-note {
  font-size: 10px !important;
  margin-top: 12px;
}

@media (min-width: 1500px) {
  .hero {
    gap: 100px;
  }
  .hero-image {
    height: 625px;
  }
  .hero-copy {
    padding-top: 50px;
  }
}

@media (max-width: 1150px) {
  .site-container {
    width: calc(100% - 72px);
  }
  .desktop-nav {
    gap: 25px;
    margin-right: 10px;
  }
  .hero {
    gap: 40px;
  }
  .hero-image {
    height: 560px;
  }
  .hero-copy {
    padding-top: 30px;
  }
  h1 {
    font-size: 72px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .button {
    gap: 10px;
    font-size: 12px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 6px;
  }
  .insight-card {
    left: -20px;
    right: 20px;
    padding: 18px;
    gap: 12px;
  }
  .insight-card p {
    font-size: 14px;
  }
  .insight-card b {
    margin-inline: 6px;
  }
  .principles-strip {
    gap: 18px;
  }
  .principles-strip > div {
    font-size: 11px;
    gap: 10px;
  }
  .about-section {
    gap: 55px;
  }
  .service-card {
    padding: 24px;
  }
  .approach-section {
    gap: 50px;
  }
  .contact-details {
    gap: 35px;
  }
}

@media (max-width: 900px) {
  .site-container {
    width: calc(100% - 56px);
  }
  .header-inner {
    gap: 20px;
    min-height: 85px;
  }
  .brand-wordmark {
    font-size: 22px;
  }
  .brand-wordmark > span {
    font-size: 7px;
  }
  .desktop-nav {
    gap: 18px;
  }
  .desktop-nav a {
    font-size: 11px;
  }
  .header-cta {
    gap: 15px;
    font-size: 11px;
    padding-inline: 13px;
  }
  .hero {
    gap: 33px;
  }
  h1 {
    font-size: 62px;
    letter-spacing: -3.4px;
  }
  h1 em {
    letter-spacing: -3px;
  }
  .hero-copy .eyebrow {
    font-size: 7px;
    letter-spacing: 1.3px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-image {
    height: 540px;
    border-top-left-radius: 110px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-note {
    margin-top: 20px;
    font-size: 9px;
  }
  .insight-card {
    padding: 16px;
    left: -15px;
    right: 15px;
  }
  .insight-arrow {
    display: none;
  }
  .image-label {
    right: 12px;
    top: 17px;
    font-size: 7px;
    padding: 8px 10px;
  }
  .principles-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .principles-strip > p {
    display: none;
  }
  .section-space {
    padding-block: 75px;
  }
  .about-section {
    gap: 38px;
  }
  .about-copy .lead {
    font-size: 18px;
  }
  .about-values {
    gap: 22px;
  }
  .expertise-heading {
    gap: 30px;
  }
  .expertise-heading > p {
    max-width: 225px;
    font-size: 12px;
  }
  .service-grid {
    gap: 14px;
  }
  .service-card {
    padding: 21px;
  }
  .service-card h3 {
    font-size: 25px;
  }
  .service-card > p {
    font-size: 11px;
  }
  .service-card li {
    font-size: 9px;
    gap: 7px;
  }
  .approach-section {
    gap: 35px;
  }
  .approach-copy h2 {
    font-size: 36px;
  }
  .process-tab {
    font-size: 10px;
    gap: 5px;
  }
  .process-panel {
    min-height: 228px;
  }
  .review-caption {
    left: 20px;
    right: 20px;
    padding: 20px;
  }
  .contact-cta {
    gap: 40px;
  }
  .contact-invitation {
    min-width: 245px;
  }
  .contact-details {
    gap: 26px;
  }
  .contact-identity .brand-wordmark {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 25px;
  }
  .site-container {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 83px;
  }
  .desktop-nav, .header-cta {
    display: none;
  }
  .menu-toggle {
    display: block;
    margin-right: -8px;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .mobile-nav:not([hidden]) {
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 30px 49px;
    gap: 39px;
  }
  .hero-copy {
    padding-top: 12px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1.4px;
  }
  h1 {
    font-size: clamp(59px, 12.8vw, 80px);
    margin-top: 23px;
    line-height: 1.02;
  }
  .hero-description {
    font-size: 14px;
    max-width: 440px;
    margin-top: 24px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 22px;
    margin-top: 26px;
  }
  .hero-actions .button {
    font-size: 12px;
    gap: 14px;
  }
  .hero-note {
    margin-top: 24px;
    font-size: 10px;
  }
  .hero-image {
    height: 450px;
    border-top-left-radius: 100px;
    object-position: center 52%;
  }
  .hero-visual {
    margin-left: 10px;
  }
  .image-label {
    right: 18px;
    top: 20px;
    font-size: 8px;
  }
  .insight-card {
    left: -10px;
    right: 20px;
    bottom: 25px;
    padding: 20px;
  }
  .insight-card p {
    font-size: 15px;
  }
  .insight-arrow {
    display: block;
  }
  .image-credit {
    font-size: 6px;
    bottom: -20px;
  }
  .principles-strip {
    gap: 16px;
    padding-block: 22px;
  }
  .principles-strip > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    font-size: 10px;
    line-height: 1.6;
  }
  .principle-number {
    font-size: 14px;
  }
  .section-space {
    padding-block: 62px;
  }
  h2 {
    font-size: 39px;
    letter-spacing: -1.7px;
  }
  .about-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .about-copy {
    padding-top: 0;
  }
  .about-copy .lead {
    font-size: 19px;
  }
  .about-values {
    grid-template-columns: 1fr 1fr;
    gap: 23px;
  }
  .section-label {
    margin-bottom: 19px;
    font-size: 9px;
  }
  .section-aside {
    display: none;
  }
  .expertise-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }
  .expertise-heading > p {
    max-width: 380px;
    font-size: 13px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .service-card {
    padding: 29px;
  }
  .service-top {
    margin-bottom: 20px;
  }
  .service-card h3 {
    font-size: 28px;
  }
  .service-card h3 br {
    display: none;
  }
  .service-card > p {
    font-size: 13px;
    max-width: none;
  }
  .service-card li {
    font-size: 11px;
  }
  .service-card ul {
    margin-block: 20px 25px;
  }
  .service-link {
    font-size: 12px;
  }
  .expertise-footnote {
    line-height: 1.9;
    font-size: 10px;
  }
  .approach-section {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .approach-visual {
    min-height: 380px;
  }
  .approach-copy h2 {
    font-size: 39px;
  }
  .approach-intro {
    font-size: 13px;
  }
  .process-tab {
    font-size: 12px;
    padding-block: 15px;
  }
  .process-panel {
    min-height: 200px;
  }
  .process-panel h3 {
    font-size: 17px;
  }
  .process-panel > p {
    font-size: 13px;
  }
  .process-outcome {
    font-size: 10px;
  }
  .approach-link {
    margin-top: 12px;
    font-size: 12px;
  }
  .contact-section {
    padding-top: 52px;
  }
  .contact-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
    padding-bottom: 40px;
  }
  .contact-cta h2 {
    font-size: 39px;
  }
  .contact-invitation {
    padding-top: 0;
  }
  .contact-invitation > p {
    margin-bottom: 18px;
  }
  .contact-details {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 39px;
  }
  .legal-name {
    max-width: 330px;
    font-size: 9px;
    margin-top: 18px;
  }
  .contact-column h3 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .contact-column > a {
    font-size: 13px;
  }
  .contact-column address {
    font-size: 11px;
    max-width: 330px;
  }
  .contact-column .location-link {
    font-size: 11px;
  }
  .contact-context {
    font-size: 10px;
  }
  .site-footer > .site-container {
    flex-wrap: wrap;
    gap: 10px;
    padding-block: 24px;
    font-size: 8px;
  }
  .site-footer > .site-container > span {
    display: none;
  }
  .service-dialog {
    padding: 37px 25px 28px;
  }
  .service-dialog h2 {
    font-size: 34px;
  }
}

@media (max-width: 374px) {
  .hero-actions {
    gap: 14px;
  }
  .hero-actions .button {
    padding-inline: 13px;
  }
  .hero-actions .text-link {
    font-size: 10px;
  }
  .hero-image {
    height: 405px;
  }
  .insight-card {
    gap: 10px;
    padding: 15px;
  }
  .insight-card p {
    font-size: 13px;
  }
  .insight-card div > span {
    font-size: 9px;
  }
  .insight-arrow {
    display: none;
  }
  .about-values {
    grid-template-columns: 1fr;
  }
  .contact-cta h2, h2, .approach-copy h2 {
    font-size: 35px;
  }
}

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