:root {
  --paper: #f7f8f2;
  --ink: #292e27;
  --olive: #374332;
  --muted: #74776e;
  --line: #dddfd5;
  --lime: #dce9bf;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  cursor: pointer;
}
button, input {
  color: inherit;
}
button:focus-visible, a:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid #71914e;
  outline-offset: 5px;
}
img {
  display: block;
  width: 100%;
  object-fit: cover;
}
button, h1, h2, h3, p {
  margin: 0;
}
[hidden] {
  display: none !important;
}
::selection {
  background: var(--lime);
  color: var(--olive);
}
.site-container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 100;
  background: var(--olive);
  color: white;
  padding: 15px 22px;
}
.skip-link:focus {
  top: 12px;
}

.site-header {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 98px;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -1.1px;
}
.brand-suffix {
  display: block;
  margin-top: 2px;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 2.4px;
}
.brand-mark {
  display: block;
  position: relative;
  width: 32px;
  height: 35px;
}
.brand-mark i {
  position: absolute;
  display: block;
  width: 9px;
  background: var(--olive);
  transform: skewY(-26deg);
}
.brand-mark i:nth-child(1) {
  height: 22px;
  left: 0;
  bottom: 3px;
}
.brand-mark i:nth-child(2) {
  height: 30px;
  left: 12px;
  bottom: 6px;
}
.brand-mark i:nth-child(3) {
  height: 16px;
  left: 24px;
  top: 0;
}
.desktop-nav {
  display: flex;
  gap: 36px;
  margin-left: auto;
  margin-right: 74px;
  font-size: 13px;
}
.desktop-nav a {
  position: relative;
  padding-block: 12px;
}
.desktop-nav a::after {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  right: 100%;
  bottom: 6px;
  background: var(--olive);
  transition: right 180ms;
}
.desktop-nav a:hover::after {
  right: 0;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 18px 23px;
  border: 1px solid var(--olive);
  border-radius: 3px;
  background: var(--olive);
  color: white;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  transition: background 180ms, transform 180ms, box-shadow 180ms;
}
.button:hover {
  background: #253220;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px #37433215;
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button-small {
  padding: 13px 18px;
  gap: 29px;
}
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 11px;
}
.menu-toggle span {
  display: block;
  height: 1px;
  margin-block: 6px;
  background: var(--olive);
  transition: transform 200ms;
}
.mobile-nav {
  position: absolute;
  inset: 100% 0 auto;
  padding: 14px 24px 24px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 15px #2832250a;
}
.mobile-nav a {
  display: block;
  padding: 16px 0;
  font-size: 16px;
  border-bottom: 1px solid var(--line);
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 47px;
  padding-block: 49px 69px;
  align-items: center;
}
.hero-copy {
  padding-block: 14px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.status-dot {
  display: inline-block;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7d9061;
}
.hero h1 {
  margin: 28px 0 22px;
  font-size: clamp(46px, 4.8vw, 69px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -3.4px;
}
h1 em, h2 em {
  color: var(--olive);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -2.7px;
}
.hero-description {
  max-width: 390px;
  color: #6a6e64;
  font-size: 15px;
  line-height: 1.85;
}
.hero-actions {
  display: flex;
  gap: 27px;
  margin-top: 30px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 12px;
  font-weight: 500;
}
.text-link .icon {
  width: 18px;
  height: 18px;
  transition: transform 180ms;
}
.text-link:hover .icon {
  transform: translateX(4px);
}
.hero-note {
  display: flex;
  gap: 12px;
  margin-top: 48px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}
.hero-note strong {
  color: #51594b;
  font-weight: 400;
}
.note-symbol {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #dce0d2;
  border-radius: 50%;
  color: #788668;
}
.note-symbol .icon {
  width: 24px;
  height: 24px;
}
.hero-visual {
  position: relative;
  height: 551px;
}
.hero-image {
  height: 100%;
  border-radius: 4px;
  object-position: center 45%;
}
.photo-label {
  position: absolute;
  top: 19px;
  left: 19px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f7f8f2e8;
  border: 1px solid #ffffff65;
  border-radius: 2px;
  padding: 10px 13px;
  font-size: 9px;
  letter-spacing: .3px;
}
.photo-label span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--olive);
}
.insight-card {
  position: absolute;
  bottom: 31px;
  left: -37px;
  width: 255px;
  padding: 21px 23px 17px;
  background: #fbfcf7;
  border: 1px solid #e4e6db;
  border-radius: 4px;
  box-shadow: 0 12px 35px #222c1d12;
}
.insight-heading {
  display: flex;
  font-size: 8px;
  letter-spacing: 1.3px;
  color: #747d6a;
}
.insight-heading .icon {
  width: 16px;
  height: 16px;
}
.insight-card > p {
  margin-top: 13px;
  font-size: 22px;
  letter-spacing: -.8px;
}
.insight-card em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.insight-chart {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 80px;
  margin-top: 17px;
  border-bottom: 1px solid #cbd0c1;
}
.chart-grid {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(to top, transparent 0, transparent 24px, #e6e8df 24px, #e6e8df 25px);
}
.insight-chart > span {
  position: relative;
  z-index: 1;
  flex: 1;
  height: var(--bar-height);
  background: #c3cdb2;
  border-radius: 2px 2px 0 0;
}
.insight-chart > span:nth-last-child(-n+3) {
  background: #8d9d76;
}
.insight-chart > span:last-child {
  background: var(--olive);
}
.insight-caption {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  color: #7b8073;
  font-size: 7px;
}
.image-index {
  position: absolute;
  right: 0;
  bottom: -25px;
  color: #8b8e82;
  font-size: 8px;
  letter-spacing: 1.3px;
}

.focus-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.focus-inner {
  display: flex;
  min-height: 83px;
  gap: 22px;
}
.focus-inner > span {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 12px;
  color: #525b49;
  white-space: nowrap;
}
.focus-inner .focus-label {
  color: #8b8e81;
  font-size: 10px;
}
.focus-inner i {
  width: 5px;
  height: 5px;
  border: 1px solid #8c9b76;
  transform: rotate(45deg);
}
.section-space {
  padding-block: 96px 101px;
}
.section-heading {
  display: flex;
  gap: 40px;
  margin-bottom: 41px;
  align-items: flex-end;
}
.section-label {
  color: #7a8470;
  font-size: 9px;
  letter-spacing: 1.8px;
  margin-bottom: 21px;
}
body h2 {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -1.9px;
}
h2 em {
  letter-spacing: -1.6px;
}
.section-intro {
  max-width: 330px;
  padding-bottom: 5px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px 27px 21px;
  border: 1px solid var(--line);
  border-radius: 4px;
  transition: border-color 200ms, transform 200ms;
}
.service-card:hover {
  border-color: #9ca78c;
  transform: translateY(-4px);
}
.service-card-featured {
  background: #eaf0df;
  border-color: #e0e7d4;
}
.service-card-top {
  display: flex;
  margin-bottom: 37px;
}
.service-card-top > span {
  font-size: 10px;
  color: #929789;
}
.service-icon {
  width: 33px;
  height: 33px;
  fill: none;
  stroke: #5b6c48;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-card h3 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -.6px;
}
.service-card > p {
  margin-top: 17px;
  color: #75796e;
  font-size: 12px;
  line-height: 1.9;
}
.service-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 24px 0 29px;
  padding: 0;
  list-style: none;
}
.service-tags li {
  padding: 5px 8px;
  border: 1px solid #dce1d2;
  border-radius: 2px;
  color: #748066;
  font-size: 8px;
}
.service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding-top: 17px;
  margin-top: auto;
  border: 0;
  border-top: 1px solid #dce1d2;
  background: transparent;
  text-align: left;
  font-size: 11px;
}
.round-arrow {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #d6ddcb;
  border-radius: 50%;
  transition: background 150ms, color 150ms;
}
.round-arrow .icon {
  width: 16px;
  height: 16px;
}
.service-link:hover .round-arrow {
  background: var(--olive);
  color: white;
  border-color: var(--olive);
}

.about-section {
  padding-block: 78px;
  background: #edeee6;
}
.about-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  align-items: center;
  gap: 92px;
}
.about-visual {
  position: relative;
}
.about-visual img {
  height: 438px;
  border-radius: 3px;
  object-position: 45% center;
}
.about-caption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 15px 16px;
  background: #f8f9f0ed;
  font-size: 10px;
  color: #626b56;
}
.about-copy h2 {
  margin-bottom: 25px;
}
.about-copy > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.9;
  color: #767a6e;
  margin-top: 15px;
}
.about-copy > .about-lead {
  color: var(--ink) !important;
  font-size: 16px !important;
}
.about-copy .text-link {
  margin-top: 26px;
}
.approach-section {
  padding-bottom: 105px;
}
.approach-layout {
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  gap: 69px;
}
.approach-tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.approach-tab {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  padding: 30px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  background: transparent;
  transition: padding 180ms;
}
.approach-tab:first-child {
  border-top: 1px solid var(--line);
}
.step-number {
  color: #999e90;
  font-size: 11px;
}
.approach-tab strong {
  display: block;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -.7px;
  color: #8d9383;
}
.approach-tab small {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: #878d7d;
}
.approach-tab > .icon {
  margin-left: auto;
  color: #9fa993;
  transition: transform 180ms;
}
.approach-tab.active {
  padding-inline: 18px;
  background: #edf1e5;
}
.approach-tab.active strong, .approach-tab.active .step-number {
  color: var(--olive);
}
.approach-tab.active > .icon {
  color: var(--olive);
  transform: rotate(-35deg);
}
.approach-panel {
  padding: 27px 32px 24px;
  min-height: 373px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #f2f4eb;
}
.panel-topline {
  display: flex;
  gap: 15px;
  font-size: 8px;
  letter-spacing: 1.3px;
  color: #7e8970;
}
.panel-step {
  white-space: nowrap;
}
.process-art {
  height: 136px;
  position: relative;
  margin-block: 13px 17px;
  overflow: hidden;
}
.orbit {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 9px;
  left: calc(50% - 50px);
  border: 1px solid #a8b697;
  border-radius: 50%;
  transition: transform 450ms;
}
.orbit-one {
  transform: translateX(-31px);
}
.orbit-two {
  transform: translateX(31px);
}
.orbit-three {
  transform: translateY(-12px);
  border-color: #c2cdb5;
  background: #dce6cd25;
}
.orbit-center {
  position: absolute;
  top: 50px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border: 3px solid #e4eadb;
  border-radius: 50%;
  background: #536643;
  box-shadow: 0 0 0 1px #8fa67d;
}
.orbit-label {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 8px;
  letter-spacing: .5px;
  color: #7d876f;
}
.approach-panel[data-active="align"] .orbit-one {
  transform: translateX(-17px);
}
.approach-panel[data-active="align"] .orbit-two {
  transform: translateX(17px);
}
.approach-panel[data-active="advance"] .orbit-one {
  transform: translateX(0) scale(1.15);
}
.approach-panel[data-active="advance"] .orbit-two {
  transform: translateX(0) scale(.78);
}
.approach-panel[data-active="advance"] .orbit-three {
  transform: translateY(0) scale(.4);
}
.approach-panel h3 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -.6px;
  margin-bottom: 12px;
}
.panel-description {
  min-height: 66px;
  font-size: 12px;
  line-height: 1.85;
  color: #7b8171;
}
.panel-outcome {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #dce2d2;
  font-size: 10px;
  color: #637553;
}
.panel-outcome .icon {
  width: 14px;
  height: 14px;
}

.contact-section {
  background: var(--olive);
  color: #f7f8f0;
  padding: 72px 0 43px;
}
.contact-main {
  display: flex;
  gap: 40px;
  padding-bottom: 53px;
  border-bottom: 1px solid #62705a;
}
.contact-main .section-label {
  color: #c2ceb2;
}
.contact-main .status-dot {
  background: #d8e7b8;
}
.contact-main h2 {
  font-size: 65px;
  letter-spacing: -2.4px;
}
.contact-main h2 em {
  color: #d4e1b8;
  letter-spacing: -2.5px;
}
.contact-intro {
  padding-right: 43px;
}
.contact-intro p {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.9;
  color: #c6cebf;
}
.button-light {
  background: var(--lime);
  border-color: var(--lime);
  color: var(--olive);
}
.button-light:hover {
  background: #e8f3cf;
}
.contact-details {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1.05fr;
  gap: 34px;
  margin-top: 31px;
}
.contact-label {
  font-size: 8px;
  letter-spacing: 1.7px;
  color: #aab79b;
  margin-bottom: 12px;
}
.contact-value {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  font-size: 15px;
  letter-spacing: -.2px;
}
.contact-value:hover {
  color: var(--lime);
}
.contact-value .icon {
  width: 15px;
  height: 15px;
  color: #bbc9a9;
}
.contact-details address {
  font-size: 12px;
  font-style: normal;
  line-height: 1.8;
  color: #d5dccd;
}
.site-footer {
  padding-block: 30px;
}
.footer-inner {
  display: flex;
  gap: 25px;
}
.site-footer .brand {
  font-size: 18px;
}
.site-footer .brand-mark {
  transform: scale(.8);
  transform-origin: left center;
  margin-right: -5px;
}
.site-footer .brand-suffix {
  font-size: 7px;
}
.site-footer p {
  font-size: 10px;
  color: #8b9082;
}
.back-top {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  font-size: 10px;
}
.back-top span {
  font-size: 19px;
}
.service-dialog {
  width: min(580px, calc(100% - 40px));
  margin: auto;
  padding: 47px 42px 39px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
.service-dialog::backdrop {
  background: #1b261dc4;
  backdrop-filter: blur(5px);
}
.dialog-close {
  position: absolute;
  right: 17px;
  top: 17px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.dialog-close:hover {
  background: #e9eddf;
}
.service-dialog h2 {
  font-size: 34px;
  margin-bottom: 21px;
}
.service-dialog > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.service-dialog h3 {
  margin-top: 26px;
  font-size: 13px;
  font-weight: 600;
}
.service-dialog ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 25px;
}
.service-dialog li {
  position: relative;
  margin-top: 12px;
  padding-left: 20px;
  font-size: 13px;
  color: #66765a;
  line-height: 1.6;
}
.service-dialog li::before {
  content: '↗';
  position: absolute;
  left: 0;
}
.service-dialog .dialog-note {
  font-size: 11px !important;
}
.service-dialog .button {
  margin-top: 22px;
}
body.dialog-open {
  overflow: hidden;
}

@media (min-width: 1500px) {
  .site-container {
    width: min(1320px, calc(100% - 120px));
  }
  .hero h1 {
    font-size: 74px;
  }
  .hero {
    gap: 62px;
  }
  .hero-visual {
    height: 592px;
  }
}

@media (max-width: 1100px) {
  .site-container {
    width: calc(100% - 64px);
  }
  .desktop-nav {
    margin-right: 20px;
    gap: 24px;
  }
  .hero {
    gap: 29px;
  }
  .hero h1 {
    font-size: 54px;
    letter-spacing: -2.8px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: .9px;
  }
  .hero-visual {
    height: 519px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    padding-inline: 17px;
    gap: 15px;
    font-size: 12px;
  }
  .hero-actions .text-link {
    font-size: 10px;
    gap: 8px;
  }
  .focus-inner {
    justify-content: center;
    gap: 22px;
    padding-block: 21px;
  }
  .focus-inner .focus-label {
    width: 100%;
    justify-content: center;
  }
  .service-card {
    padding-inline: 21px;
  }
  .service-card h3 {
    font-size: 18px;
  }
  .about-grid {
    gap: 45px;
  }
  .about-visual img {
    height: 447px;
  }
  .approach-layout {
    gap: 40px;
  }
  .contact-intro {
    padding-right: 0;
  }
}

@media (max-width: 800px) {
  .header-inner {
    min-height: 81px;
    gap: 20px;
  }
  .desktop-nav {
    gap: 20px;
    margin-right: 5px;
  }
  .desktop-nav a {
    font-size: 11px;
  }
  .brand {
    font-size: 20px;
  }
  .brand-mark {
    transform: scale(.9);
    transform-origin: left center;
    margin-right: -3px;
  }
  .header-contact {
    padding: 12px 14px;
    gap: 14px;
    font-size: 11px;
  }
  .hero {
    gap: 29px;
    padding-block: 42px 57px;
  }
  .hero h1 {
    font-size: 43px;
    letter-spacing: -2.3px;
  }
  .hero .eyebrow {
    font-size: 7px;
    letter-spacing: .5px;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.8;
  }
  .hero-visual {
    height: 475px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
  }
  .hero-note {
    margin-top: 30px;
  }
  .photo-label {
    font-size: 7px;
    left: 12px;
    top: 12px;
    padding: 9px;
  }
  .insight-card {
    width: 214px;
    padding: 17px 19px;
    left: -17px;
    bottom: 28px;
  }
  .insight-card > p {
    font-size: 20px;
  }
  .insight-chart {
    height: 66px;
    gap: 8px;
  }
  .section-space {
    padding-block: 70px;
  }
  body h2 {
    font-size: 38px;
  }
  .section-heading {
    gap: 25px;
  }
  .section-intro {
    max-width: 280px;
    font-size: 12px;
  }
  .service-grid {
    gap: 12px;
  }
  .service-card {
    padding: 24px 17px 18px;
  }
  .service-card h3 {
    font-size: 16px;
  }
  .service-card > p {
    font-size: 11px;
  }
  .service-link {
    font-size: 9px;
  }
  .round-arrow {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
  }
  .about-grid {
    gap: 30px;
  }
  .about-visual img {
    height: 465px;
  }
  .about-caption {
    font-size: 8px;
    padding: 13px 10px;
    left: 12px;
    right: 12px;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .approach-layout {
    gap: 28px;
  }
  .approach-tab {
    gap: 17px;
    padding-block: 31px;
  }
  .approach-tab strong {
    font-size: 22px;
  }
  .approach-panel {
    padding: 24px;
  }
  .panel-description {
    min-height: 105px;
  }
  .contact-main h2 {
    font-size: 54px;
  }
  .contact-details {
    gap: 20px;
  }
  .contact-value {
    gap: 8px;
    font-size: 12px;
  }
  .contact-details address {
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 24px;
  }
  .site-container {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 78px;
  }
  .desktop-nav, .header-contact {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 39px;
    padding-block: 34px 53px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero .eyebrow {
    font-size: 7.5px;
    letter-spacing: .8px;
  }
  .hero h1 {
    font-size: clamp(41px, 10.8vw, 64px);
    line-height: 1.1;
    letter-spacing: -2.1px;
    margin-block: 24px 20px;
  }
  h1 em {
    letter-spacing: -2px;
  }
  .hero-description {
    font-size: 14px;
    max-width: 360px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 26px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 16px 15px;
    gap: 14px;
  }
  .hero-actions .text-link {
    font-size: 10px;
    gap: 7px;
  }
  .hero-note {
    margin-top: 28px;
    font-size: 10px;
  }
  .note-symbol {
    width: 33px;
    height: 33px;
  }
  .hero-visual {
    height: 420px;
    margin-left: 15px;
  }
  .hero-image {
    object-position: center 45%;
  }
  .photo-label {
    top: 15px;
    left: 15px;
    font-size: 8px;
  }
  .insight-card {
    left: -15px;
    bottom: 22px;
    width: 214px;
  }
  .image-index {
    font-size: 7px;
    bottom: -23px;
  }
  .focus-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 21px 16px;
    padding-block: 25px;
  }
  .focus-inner > span {
    font-size: 10px;
    gap: 8px;
  }
  .focus-inner .focus-label {
    grid-column: 1 / -1;
    justify-content: flex-start;
    margin-bottom: 2px;
    font-size: 9px;
  }
  .section-space {
    padding-block: 57px;
  }
  .section-heading {
    display: block;
    margin-bottom: 29px;
  }
  .section-label {
    margin-bottom: 17px;
    font-size: 8px;
  }
  body h2 {
    font-size: 37px;
    letter-spacing: -1.5px;
  }
  .section-intro {
    max-width: 100%;
    margin-top: 20px;
    font-size: 12px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .service-card {
    padding: 27px 25px 21px;
  }
  .service-card-top {
    margin-bottom: 26px;
  }
  .service-card h3 {
    font-size: 23px;
  }
  .service-card > p {
    font-size: 12px;
    margin-top: 15px;
  }
  .service-tags {
    margin-block: 21px 23px;
  }
  .service-tags li {
    font-size: 9px;
  }
  .service-link {
    font-size: 11px;
  }
  .round-arrow {
    width: 30px;
    height: 30px;
  }
  .about-section {
    padding-block: 45px 48px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .about-visual img {
    height: 320px;
  }
  .about-caption {
    font-size: 9px;
    padding: 13px;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .about-copy h2 {
    margin-bottom: 24px;
  }
  .approach-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .approach-tab {
    padding-block: 23px;
  }
  .approach-tab strong {
    font-size: 23px;
  }
  .approach-panel {
    min-height: 365px;
    padding: 25px;
  }
  .panel-description {
    min-height: 0;
  }
  .panel-outcome {
    line-height: 1.6;
  }
  .contact-section {
    padding-block: 50px 36px;
  }
  .contact-main {
    gap: 26px;
    padding-bottom: 35px;
  }
  .contact-main h2 {
    font-size: 48px;
    letter-spacing: -2px;
  }
  .contact-main h2 em {
    letter-spacing: -2px;
  }
  .contact-main .section-label {
    font-size: 7.5px;
    letter-spacing: 1.4px;
  }
  .contact-intro p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .contact-details {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .contact-label {
    margin-bottom: 9px;
  }
  .contact-value {
    font-size: 15px;
    gap: 15px;
  }
  .contact-details address {
    font-size: 12px;
  }
  .footer-inner {
    gap: 25px;
  }
  .site-footer p {
    order: 3;
    width: 100%;
    font-size: 9px;
  }
  .service-dialog {
    padding: 43px 25px 28px;
  }
  .service-dialog h2 {
    font-size: 28px;
  }
}

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