:root {
  --paper: #f8f7f3;
  --ink: #282b27;
  --muted: #71736b;
  --orange: #bb4e2a;
  --orange-hover: #a74020;
  --line: #dedfd6;
  --panel: #efeee8;
}

* {
  box-sizing: border-box;
}

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

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

body.dialog-open {
  overflow: hidden;
}

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

button, input {
  font: inherit;
}

button, a {
  touch-action: manipulation;
}

button {
  cursor: pointer;
}

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

button, a, summary {
  outline-offset: 6px;
}

:focus-visible {
  outline: 2px solid var(--orange);
}

::selection {
  color: white;
  background: var(--orange);
}

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

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

[hidden] {
  display: none !important;
}

.container {
  width: calc(100% - 112px);
  max-width: 1320px;
  margin-inline: auto;
}

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

.icon, .service-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.skip-link {
  position: fixed;
  top: -70px;
  left: 20px;
  z-index: 100;
  padding: 14px 24px;
  background: var(--ink);
  color: white;
}

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

.site-header {
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 102px;
  gap: 32px;
}

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

.brand-mark {
  color: var(--orange);
  font-size: 49px;
  font-weight: 700;
  letter-spacing: -6px;
  line-height: 1;
}

.brand-dot {
  margin-left: 2px;
}

.brand-wordmark {
  border-left: 1px solid var(--line);
  padding-left: 17px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 3px;
}

.brand-wordmark > span {
  display: block;
  padding-top: 7px;
  font-size: 6px;
  letter-spacing: 1.1px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-left: auto;
  margin-right: 35px;
  font-size: 13px;
}

.desktop-nav a {
  transition: color 180ms;
}

.desktop-nav a:hover {
  color: var(--orange);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 53px;
  padding: 14px 23px;
  gap: 27px;
  border: 0;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  transition: background 180ms, transform 180ms;
}

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

.button-dark {
  color: white;
  background: var(--ink);
}

.button-dark:hover {
  background: #454a41;
}

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

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

.menu-toggle, .mobile-nav {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 36px;
  align-items: center;
  padding-top: 53px;
  padding-bottom: 66px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.65px;
  line-height: 1.7;
}

.accent-line {
  width: 23px;
  height: 1px;
  background: var(--orange);
  flex-shrink: 0;
}

.hero h1 {
  margin-top: 28px;
  font-size: clamp(60px, 6.15vw, 91px);
  line-height: 1.045;
  letter-spacing: -4.8px;
  font-weight: 500;
}

h1 em, h2 em, .approach-caption em {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  color: var(--orange);
}

.hero h1 em {
  font-size: 1.075em;
  letter-spacing: -5px;
}

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

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 27px;
  margin-top: 29px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 500;
  transition: color 180ms;
}

.text-link:hover {
  color: var(--orange);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 31px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .3px;
}

.status-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
}

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

.hero-image {
  width: 100%;
  height: 574px;
  border-radius: 4px;
  object-position: center;
}

.image-corner-label {
  position: absolute;
  top: 27px;
  left: 25px;
  font-size: 8px;
  line-height: 1.7;
  letter-spacing: 1.7px;
}

.small-cross {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 23px;
  font-weight: 300;
}

.insight-card {
  position: absolute;
  left: -37px;
  bottom: 36px;
  width: 303px;
  padding: 24px;
  border-radius: 3px;
  background: var(--ink);
  color: white;
  box-shadow: 0 8px 25px #0000000d;
}

.insight-card-top, .insight-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.insight-card-top .eyebrow {
  color: #cbcfc3;
  font-size: 8px;
}

.insight-card-top .icon {
  color: #e69a7c;
  width: 18px;
}

.insight-card-bottom {
  align-items: flex-end;
  margin-top: 28px;
}

.insight-card-bottom p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -.3px;
}

.mini-bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 44px;
}

.mini-bars i {
  width: 8px;
  height: 30%;
  background: #81867a;
}

.mini-bars i:nth-child(2) {
  height: 48%;
}
.mini-bars i:nth-child(3) {
  height: 64%;
}
.mini-bars i:nth-child(4) {
  height: 78%;
}
.mini-bars i:nth-child(5) {
  height: 100%;
  background: #db7954;
}

.image-index {
  position: absolute;
  bottom: -23px;
  right: 0;
  color: var(--muted);
  font-size: 7px;
  letter-spacing: 1.5px;
}

.principles-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 27px;
}

.principles-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-right: 1px solid var(--line);
  font-size: 12px;
  letter-spacing: .2px;
}

.principles-grid > div:first-child {
  justify-content: flex-start;
}

.principles-grid > div:last-child {
  justify-content: flex-end;
  border: 0;
}

.principles-grid .icon {
  width: 25px;
  height: 25px;
  color: var(--orange);
  stroke-width: 1.3;
}

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

.section-label {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 9px;
}

.section-label > span:first-child:not(.accent-line) {
  color: var(--orange);
  margin-right: 3px;
}

h2 {
  font-size: clamp(35px, 3.45vw, 50px);
  font-weight: 500;
  letter-spacing: -1.8px;
  line-height: 1.15;
}

h2 em {
  letter-spacing: -1.8px;
}

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

.about-copy {
  padding-top: 4px;
  max-width: 490px;
}

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

.lead-copy {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -.5px;
}

.underlined {
  padding-bottom: 9px;
  border-bottom: 1px solid #969b8e;
  margin-top: 26px;
}

.underlined .icon {
  width: 16px;
  height: 16px;
}

.expertise-section {
  background: var(--panel);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 41px;
}

.section-intro {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  max-width: 342px;
  padding-bottom: 5px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-card {
  display: flex;
  flex-direction: column;
  padding: 28px 25px 25px;
  border: 1px solid #dedfd5;
  border-radius: 3px;
  background: var(--paper);
  transition: transform 220ms, border-color 220ms, box-shadow 220ms;
}

.service-card:hover, .service-card:focus-within {
  transform: translateY(-5px);
  border-color: #be947f;
  box-shadow: 0 12px 24px #282b2707;
}

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

.service-icon {
  width: 33px;
  height: 33px;
  color: var(--orange);
  stroke-width: 1.3;
}

.service-top > span {
  color: #84877c;
  font-size: 9px;
  letter-spacing: 1px;
}

.service-card h3 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -.65px;
  margin-bottom: 16px;
}

.service-card > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 30px;
}

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

.service-link .icon {
  width: 17px;
  height: 17px;
  color: var(--orange);
}

.service-link:hover {
  color: var(--orange);
}

.analytics-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.analytics-copy > p:not(.eyebrow) {
  max-width: 403px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.check-list {
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-block: 13px;
  font-size: 12px;
}

.check-list .icon {
  width: 16px;
  height: 16px;
  color: var(--orange);
}

.dashboard {
  padding: 29px 31px 21px;
  background: #292e29;
  border-radius: 5px;
  color: #f5f5ee;
  box-shadow: 12px 14px 0 #eaeae2;
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid #ffffff1c;
  padding-bottom: 22px;
  font-size: 8px;
  letter-spacing: 1.1px;
}

.dashboard-header > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dashboard .status-dot {
  background: #e5906f;
}

.sample-label {
  color: #acb2a5;
  font-size: 6px;
  letter-spacing: 1px;
}

.metric-tabs {
  display: flex;
  gap: 19px;
  margin-top: 23px;
}

.metric-tabs button {
  padding: 0 0 8px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #b3b9ad;
  font-size: 10px;
}

.metric-tabs button[aria-selected="true"] {
  color: #f5f5ee;
  border-bottom-color: #e08b66;
}

.metric-tabs button:hover {
  color: white;
}

.metric-summary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  margin-top: 22px;
}

.metric-summary p {
  color: #b7bcb1;
  font-size: 10px;
  margin-bottom: 7px;
}

.metric-summary strong {
  font-size: 39px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -1.5px;
}

#metric-change {
  margin-bottom: 4px;
  border-radius: 3px;
  padding: 6px 8px;
  background: #ffffff09;
  color: #d1dbbe;
  font-size: 9px;
}

.chart {
  position: relative;
  height: 153px;
  margin-top: 24px;
}

.chart-grid {
  position: absolute;
  inset: 0 0 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chart-grid span {
  border-top: 1px solid #ffffff0d;
}

.chart-bars {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
  height: 100%;
  padding-inline: 16px;
}

.chart-bars > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 28px;
}

.chart-bars > div > span {
  display: block;
  width: 100%;
  max-width: 64px;
  height: var(--bar-height);
  background: #77806e;
  border-radius: 2px 2px 0 0;
  transition: height 350ms;
}

.chart-bars > div:nth-child(2) > span {
  background: #88947c;
}
.chart-bars > div:nth-child(3) > span {
  background: #a3ac96;
}
.chart-bars > div:last-child > span {
  background: #d88762;
}

.chart-bars small {
  position: absolute;
  bottom: 3px;
  color: #b8beaf;
  font-size: 8px;
}

.chart-insight {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 0 0;
  margin-top: 11px;
  border-top: 1px solid #ffffff1c;
}

.insight-star {
  color: #e0906d;
  font-size: 25px;
}

.chart-insight p {
  color: #d6dacd;
  font-size: 10px;
  line-height: 1.7;
}

.dashboard-disclaimer {
  margin-top: 15px;
  color: #a1aa97;
  font-size: 8px;
}

.approach-section {
  background: var(--panel);
}

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

.approach-visual {
  position: relative;
  align-self: stretch;
  min-height: 470px;
  border-radius: 4px;
  overflow: hidden;
  background: #5a5a4d;
}

.approach-visual img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-position: 46% center;
}

.approach-visual::after {
  content: '';
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(transparent, #20271fee);
}

.approach-caption {
  position: absolute;
  bottom: 33px;
  left: 34px;
  z-index: 1;
  color: white;
}

.approach-caption .eyebrow {
  font-size: 7px;
  letter-spacing: 1.5px;
  color: #e1e4d9;
}

.approach-caption > p {
  margin-top: 18px;
  font-size: 30px;
  letter-spacing: -.9px;
  line-height: 1.2;
}

.approach-caption em {
  color: #edb391;
}

.approach-copy h2 {
  font-size: clamp(33px, 3.1vw, 45px);
}

.approach-copy > p:not(.eyebrow) {
  margin-top: 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  max-width: 420px;
}

.approach-steps {
  margin-top: 30px;
}

.approach-steps details {
  border-top: 1px solid #d5d7cd;
}

.approach-steps details:last-child {
  border-bottom: 1px solid #d5d7cd;
}

.approach-steps summary {
  display: flex;
  align-items: center;
  gap: 17px;
  padding-block: 19px;
  cursor: pointer;
  list-style: none;
}

.approach-steps summary::-webkit-details-marker {
  display: none;
}

.step-number {
  color: var(--orange);
  font-size: 10px;
}

.approach-steps h3 {
  flex: 1;
  font-size: 13px;
  font-weight: 500;
}

.approach-steps .icon {
  width: 15px;
  height: 15px;
  transition: transform 180ms;
}

.approach-steps details[open] .icon {
  transform: rotate(45deg);
}

.step-description {
  padding: 0 27px 21px 30px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.contact-section {
  padding-block: 82px 58px;
  background: #282d27;
  color: var(--paper);
}

.contact-section .section-label {
  color: #c3c8ba;
}

.contact-section .section-label > span:first-child {
  color: #d99470;
}

.contact-intro {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 75px;
  align-items: flex-end;
}

.contact-intro h2 {
  font-size: clamp(38px, 4.1vw, 59px);
  line-height: 1.15;
  letter-spacing: -2px;
}

.contact-intro h2 em {
  color: #e49a76;
}

.contact-invitation {
  max-width: 300px;
  justify-self: end;
}

.contact-invitation > p {
  color: #c1c7b9;
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 21px;
}

.contact-details {
  display: grid;
  grid-template-columns: 1.25fr 1.3fr .9fr;
  gap: 60px;
  padding-top: 46px;
  margin-top: 67px;
  border-top: 1px solid #ffffff26;
}

.footer-brand .brand-mark {
  color: #e29b78;
}

.footer-brand .brand-wordmark {
  border-color: #ffffff30;
}

.footer-brand > p {
  margin-top: 20px;
  color: #b1b9a8;
  font-size: 11px;
  line-height: 1.9;
}

.contact-column h3 {
  color: #b5bfa9;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 1.6px;
  margin-bottom: 21px;
}

.contact-column > a {
  display: block;
  width: fit-content;
  color: #e0e4d9;
  font-size: 13px;
  margin-top: 14px;
  transition: color 180ms;
}

.contact-column > a:hover {
  color: #eca786;
}

.contact-column .email-link {
  display: flex;
  align-items: center;
  gap: 21px;
  border-bottom: 1px solid #ffffff40;
  padding-bottom: 9px;
  font-size: 17px;
}

.contact-column address {
  max-width: 224px;
  color: #d2d8c9;
  font-size: 12px;
  font-style: normal;
  line-height: 1.9;
}

.site-footer {
  background: #282d27;
  color: #aeb8a2;
  font-size: 9px;
}

.site-footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 24px;
  border-top: 1px solid #ffffff26;
}

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

#service-dialog {
  width: min(570px, calc(100% - 36px));
  max-height: calc(100dvh - 48px);
  padding: 45px;
  border: 1px solid var(--line);
  border-radius: 6px;
  margin: auto;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 20px 100px #00000026;
}

#service-dialog::backdrop {
  background: #1f251f9c;
  backdrop-filter: blur(5px);
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 29px;
}

#service-dialog h2 {
  font-size: 38px;
  margin-bottom: 22px;
}

#dialog-description {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

#service-dialog h3 {
  margin-top: 26px;
  font-size: 14px;
  font-weight: 600;
}

.dialog-deliverables {
  padding-left: 18px;
  margin-block: 15px 28px;
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
}

.dialog-deliverables li::marker {
  color: var(--orange);
}

.dialog-note {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 19px;
}

@media (min-width: 1600px) {
  .hero-image {
    height: 620px;
  }
}

@media (max-width: 1100px) {
  .container {
    width: calc(100% - 72px);
  }
  .desktop-nav {
    gap: 24px;
    margin-right: 5px;
  }
  .hero {
    gap: 26px;
  }
  .hero h1 {
    font-size: 66px;
    letter-spacing: -3.7px;
  }
  .hero-image {
    height: 545px;
  }
  .hero .eyebrow {
    font-size: 7px;
    letter-spacing: 1.25px;
  }
  .hero-actions {
    gap: 19px;
  }
  .hero-actions .text-link {
    gap: 9px;
    font-size: 11px;
  }
  .hero-actions .button {
    padding-inline: 18px;
    gap: 18px;
  }
  .about-section, .analytics-section, .approach-grid {
    gap: 55px;
  }
  .service-card {
    padding-inline: 20px;
  }
  .service-card h3 {
    font-size: 21px;
  }
  .contact-intro {
    gap: 40px;
  }
  .contact-details {
    gap: 35px;
  }
  .contact-column .email-link {
    font-size: 14px;
    gap: 10px;
  }
}

@media (max-width: 900px) {
  .brand-mark {
    font-size: 43px;
  }
  .brand-wordmark {
    font-size: 15px;
    padding-left: 14px;
    letter-spacing: 2px;
  }
  .brand-wordmark > span {
    font-size: 5px;
    letter-spacing: .7px;
  }
  .desktop-nav {
    gap: 20px;
    font-size: 12px;
  }
  .header-inner {
    gap: 22px;
  }
  .header-contact {
    padding-inline: 16px;
    gap: 20px;
  }
  .hero h1 {
    font-size: 57px;
  }
  .hero h1 em {
    letter-spacing: -3.5px;
  }
  .hero-image {
    height: 515px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .insight-card {
    width: 259px;
    padding: 21px;
    left: -22px;
  }
  .insight-card-bottom p {
    font-size: 13px;
  }
  .principles-grid > div {
    gap: 9px;
    font-size: 10px;
  }
  .section-space {
    padding-block: 75px;
  }
  .about-section, .analytics-section, .approach-grid {
    gap: 35px;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .service-card {
    padding: 25px;
  }
  .service-card h3 {
    font-size: 25px;
  }
  .service-card > p {
    font-size: 13px;
  }
  .dashboard {
    padding-inline: 22px;
  }
  .dashboard-header {
    flex-wrap: wrap;
    gap: 9px;
  }
  .chart-bars {
    gap: 20px;
    padding-inline: 9px;
  }
  .approach-copy h2 {
    font-size: 33px;
  }
  .contact-details {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .footer-brand {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 55px;
  }
  .footer-brand > p {
    margin: 0;
  }
  .site-footer > div > span {
    display: none;
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 20px;
  }
  .container {
    width: calc(100% - 44px);
  }
  .header-inner {
    min-height: 82px;
  }
  .brand {
    gap: 13px;
  }
  .brand-mark {
    font-size: 43px;
  }
  .brand-wordmark {
    font-size: 16px;
  }
  .desktop-nav, .header-contact {
    display: none;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 2px;
    background: transparent;
  }
  .menu-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    background: var(--ink);
    transition: transform 180ms;
  }
  .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);
  }
  .site-header {
    position: relative;
    z-index: 10;
  }
  .mobile-nav {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 12px 22px 22px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 15px 20px #282b270a;
  }
  .mobile-nav a {
    display: flex;
    justify-content: space-between;
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
    font-size: 15px;
  }
  .mobile-nav a:last-child {
    color: var(--orange);
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 38px;
    padding-bottom: 49px;
    gap: 38px;
  }
  .hero .eyebrow {
    font-size: 7px;
    letter-spacing: 1.2px;
    gap: 9px;
  }
  .hero h1 {
    margin-top: 25px;
    font-size: clamp(53px, 14.8vw, 82px);
    letter-spacing: -3px;
    line-height: 1.02;
  }
  .hero h1 em {
    letter-spacing: -3px;
  }
  .hero-description {
    max-width: 420px;
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.8;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 22px;
    margin-top: 25px;
  }
  .hero-actions .button {
    min-height: 51px;
    font-size: 12px;
    gap: 20px;
  }
  .hero-actions .text-link {
    font-size: 10px;
  }
  .hero-note {
    margin-top: 23px;
  }
  .hero-image {
    height: 440px;
    object-position: center 46%;
  }
  .insight-card {
    width: 267px;
    left: -9px;
    bottom: 25px;
  }
  .insight-card-top .eyebrow {
    font-size: 8px;
  }
  .image-corner-label {
    top: 22px;
    left: 22px;
  }
  .principles-grid {
    grid-template-columns: 1fr 1fr;
    gap: 23px 14px;
    padding-block: 24px;
  }
  .principles-grid > div,
  .principles-grid > div:first-child,
  .principles-grid > div:last-child {
    justify-content: flex-start;
    gap: 10px;
    border: 0;
    font-size: 10px;
  }
  .principles-grid .icon {
    width: 21px;
    height: 21px;
  }
  .section-space {
    padding-block: 60px;
  }
  h2 {
    font-size: clamp(33px, 8.6vw, 45px);
    letter-spacing: -1.2px;
  }
  h2 em {
    letter-spacing: -1.2px;
  }
  .section-label {
    margin-bottom: 20px;
    font-size: 8px;
  }
  .about-section, .analytics-section, .approach-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-copy {
    max-width: none;
  }
  .lead-copy {
    font-size: 21px;
  }
  .about-copy > p:not(.lead-copy) {
    font-size: 14px;
  }
  .section-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
    margin-bottom: 30px;
  }
  .section-intro {
    font-size: 13px;
    max-width: none;
  }
  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .service-card {
    padding: 23px 18px 19px;
  }
  .service-top {
    margin-bottom: 24px;
  }
  .service-icon {
    width: 29px;
    height: 29px;
  }
  .service-card h3 {
    font-size: 21px;
  }
  .service-card > p {
    font-size: 11px;
    line-height: 1.85;
    margin-bottom: 23px;
  }
  .service-link {
    font-size: 10px;
  }
  .analytics-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .analytics-copy .section-label {
    font-size: 7px;
    letter-spacing: 1.1px;
  }
  .dashboard {
    margin: 6px 7px 7px 0;
    padding: 26px 23px 21px;
    box-shadow: 7px 9px 0 #eaeae2;
  }
  .dashboard-header {
    flex-wrap: nowrap;
    font-size: 7px;
  }
  .chart {
    height: 172px;
  }
  .chart-bars {
    gap: 27px;
  }
  .approach-grid {
    gap: 38px;
  }
  .approach-visual {
    min-height: 395px;
  }
  .approach-visual img {
    object-position: center;
  }
  .approach-caption {
    left: 27px;
    bottom: 27px;
  }
  .approach-copy h2 {
    font-size: clamp(32px, 8.3vw, 43px);
  }
  .approach-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .approach-steps h3 {
    font-size: 13px;
  }
  .approach-steps summary {
    min-height: 65px;
  }
  .contact-section {
    padding-block: 58px 40px;
  }
  .contact-intro {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .contact-intro h2 {
    max-width: 440px;
    font-size: 41px;
    letter-spacing: -1.5px;
  }
  .contact-invitation {
    justify-self: start;
  }
  .contact-details {
    grid-template-columns: 1fr;
    margin-top: 44px;
    padding-top: 35px;
    gap: 33px;
  }
  .footer-brand {
    display: block;
  }
  .footer-brand > p {
    margin-top: 18px;
  }
  .contact-column h3 {
    margin-bottom: 16px;
  }
  .contact-column .email-link {
    font-size: 18px;
    gap: 25px;
  }
  .contact-column address {
    font-size: 13px;
  }
  .site-footer > div {
    gap: 20px;
    font-size: 8px;
    padding-block: 22px;
  }
  #service-dialog {
    padding: 40px 25px 28px;
  }
  #service-dialog h2 {
    font-size: 33px;
  }
}

@media (max-width: 370px) {
  .hero h1 {
    font-size: 50px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero .eyebrow {
    font-size: 6px;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card h3 br {
    display: none;
  }
  .service-card > p {
    font-size: 13px;
  }
  .sample-label {
    font-size: 5px;
  }
  .contact-intro h2 {
    font-size: 36px;
  }
}

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