:root {
  --ink: #171c18;
  --ink-deep: #141915;
  --ivory: #f4f5ef;
  --muted: #a4ada2;
  --lime: #c9f392;
  --line-dark: #343b32;
  --line-light: #d8ddd2;
}

* {
  box-sizing: border-box;
}

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

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

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

button, select {
  font: inherit;
}

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

button, select {
  cursor: pointer;
}

button {
  color: inherit;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

svg {
  display: block;
}

::selection {
  background: var(--lime);
  color: var(--ink);
}

:focus-visible {
  outline: 2px solid #7aab42;
  outline-offset: 5px;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 27px;
  min-height: 49px;
  padding: 15px 22px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background 180ms, border-color 180ms, transform 180ms;
}

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

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

.button-lime:hover {
  background: #dcffb1;
}

.button-outline {
  border-color: #626b5e;
}

.button-outline:hover {
  border-color: var(--lime);
  color: var(--lime);
}

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

.button-dark:hover {
  background: #303b2b;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-block: 12px;
  font-size: 12px;
  font-weight: 500;
}

.text-link .icon {
  transition: transform 180ms;
}

.text-link:hover .icon {
  transform: translateX(4px);
}

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

.header-inner {
  height: 95px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -.8px;
  line-height: 1;
}

.brand-mark {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  width: 29px;
  height: 31px;
  transform: skewY(-12deg);
}

.brand-mark i {
  width: 5px;
  background: var(--lime);
}

.brand-mark i:nth-child(1) {
  height: 13px;
}

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

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

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

.brand-subtitle {
  display: block;
  margin-top: 8px;
  font-size: 6.8px;
  font-weight: 400;
  letter-spacing: 2.35px;
  color: #b3baae;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-left: 55px;
}

.desktop-nav a {
  color: #c8cec5;
  font-size: 12px;
  padding-block: 18px;
  transition: color 180ms;
}

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

.header-contact {
  min-height: 42px;
  padding: 11px 19px;
  gap: 40px;
}

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

.hero {
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  position: relative;
  min-height: 652px;
  grid-template-columns: 1.1fr 1fr;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 83px;
  padding-bottom: 47px;
}

.eyebrow, .section-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.5;
}

.eyebrow {
  color: #c7cebf;
  margin-bottom: 29px;
}

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

h1 {
  font-size: clamp(49px, 4.65vw, 73px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -3.3px;
}

h1 > span {
  color: var(--lime);
}

.hero-description {
  margin-top: 26px;
  color: #b6beb1;
  font-size: 14px;
  line-height: 1.8;
}

.hero-actions {
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}

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

.hero-actions .text-link {
  font-size: 11px;
  gap: 10px;
}

.hero-footnote {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 48px;
  color: #8f998c;
  font-size: 10px;
}

.small-cross {
  font-size: 20px;
  font-weight: 300;
  color: #a2ad99;
}

.hero-visual {
  position: relative;
  min-width: 0;
  margin-right: -56px;
}

.hero-image {
  position: absolute;
  top: 0;
  left: -18%;
  height: 100%;
  width: 118%;
  object-fit: cover;
  object-position: 50% 54%;
  mix-blend-mode: lighten;
}

.hero-visual::before {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 -18%;
  width: 30%;
  background: linear-gradient(90deg, var(--ink), transparent);
  content: '';
  pointer-events: none;
}

.visual-coordinates {
  position: absolute;
  z-index: 2;
  top: 32px;
  right: 39px;
  color: #929e8b;
  font-size: 7px;
  line-height: 1.7;
  letter-spacing: 1.3px;
}

.insight-label {
  position: absolute;
  z-index: 2;
  left: 12%;
  bottom: 85px;
  display: flex;
  align-items: center;
  gap: 13px;
  width: 270px;
  padding: 17px 19px;
  border: 1px solid #65725766;
  border-radius: 4px;
  background: #243020b8;
  backdrop-filter: blur(18px);
  box-shadow: 0 15px 40px #0002;
}

.insight-mark {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  color: var(--lime);
  border: 1px solid #718061;
  border-radius: 50%;
  font-size: 21px;
}

.insight-label strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.insight-label div > span {
  display: block;
  margin-top: 5px;
  color: #b0bba6;
  font-size: 9px;
}

.insight-dot {
  width: 5px;
  height: 5px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--lime);
}

.image-index {
  position: absolute;
  right: 39px;
  bottom: 30px;
  color: #8a9782;
  font-size: 7px;
  letter-spacing: 1.4px;
}

.expertise-strip {
  border-block: 1px solid var(--line-dark);
}

.strip-inner {
  min-height: 83px;
  gap: 20px;
  font-size: 11px;
  color: #d4dace;
}

.strip-intro {
  font-size: 8px;
  color: #8e9a87;
  letter-spacing: 1.3px;
}

.strip-star {
  color: #8da775;
  font-size: 21px;
}

.section-light {
  color: var(--ink);
  background: var(--ivory);
}

h2 {
  font-size: clamp(34px, 3.25vw, 49px);
  line-height: 1.12;
  letter-spacing: -1.9px;
  font-weight: 400;
}

.section-kicker {
  color: #58634f;
}

.section-number {
  color: #818a7a;
}

.about-section {
  padding: 92px 0 78px;
}

.section-heading {
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}

.section-heading > .section-kicker {
  align-self: start;
  padding-top: 9px;
}

.heading-content {
  min-width: 0;
}

.about-copy {
  grid-template-columns: 1fr 1fr;
  gap: 39px;
  margin-top: 28px;
}

.about-copy p, .expertise-heading > p {
  font-size: 13px;
  color: #67705f;
  line-height: 1.8;
}

.about-lower {
  grid-template-columns: 1fr 1fr;
  gap: 62px;
  margin-top: 52px;
  align-items: center;
}

.about-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.about-image-wrap img {
  height: 306px;
  object-fit: cover;
}

.image-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 29px 23px 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(transparent, #141b17bd);
  color: white;
  font-size: 7px;
  letter-spacing: 1.7px;
}

.principle {
  display: flex;
  align-items: start;
  gap: 21px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line-light);
}

.principle:first-child {
  padding-top: 0;
}

.principle:last-child {
  border: 0;
  padding-bottom: 0;
}

.principle-index {
  color: #89917f;
  font-size: 9px;
  margin-top: 5px;
}

.principle h3 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -.4px;
}

.principle p {
  color: #6b7564;
  font-size: 12px;
  line-height: 1.7;
  max-width: 340px;
  margin-top: 10px;
}

.principle-plus {
  color: #849077;
  margin-left: auto;
  font-size: 18px;
  font-weight: 300;
}

.expertise-section {
  padding-bottom: 96px;
}

.expertise-section > .site-container {
  border-top: 1px solid var(--line-light);
  padding-top: 65px;
}

.expertise-heading {
  gap: 30px;
  margin-bottom: 41px;
}

.expertise-heading .section-kicker {
  margin-bottom: 24px;
}

.expertise-heading > p {
  max-width: 360px;
  padding-bottom: 5px;
}

.service-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service-card {
  padding: 27px 23px 0;
  background: #ecefe6;
  border: 1px solid #dce2d3;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  transition: background 220ms, transform 220ms, border-color 220ms;
}

.service-card:hover, .service-card:focus-within {
  background: #e4ecd9;
  border-color: #becdac;
  transform: translateY(-4px);
}

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

.service-top > span {
  font-size: 9px;
  color: #8d9783;
}

.service-icon {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: #405633;
  stroke-width: 1.1;
}

.service-card h3 {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -.8px;
  line-height: 1.17;
}

.service-card > p {
  color: #66715d;
  font-size: 12px;
  line-height: 1.85;
  margin-top: 18px;
}

.service-tags {
  margin-top: 25px;
  margin-bottom: 23px;
  color: #728065;
  font-size: 8px;
  line-height: 1.6;
}

.service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-block: 19px;
  border-top: 1px solid #d1dac5;
  margin-top: auto;
  font-size: 10px;
  font-weight: 500;
}

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

.analytics-section {
  padding: 84px 0 82px;
  background: #1b211b;
  border-bottom: 1px solid var(--line-dark);
}

.analytics-layout {
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.analytics-copy .section-kicker {
  margin-bottom: 26px;
}

.analytics-copy .section-number {
  color: #9caf8c;
  font-size: 8px;
}

.analytics-copy h2 {
  font-size: clamp(35px, 3.55vw, 52px);
}

.analytics-copy h2 > span {
  color: var(--lime);
}

.analytics-copy > p {
  max-width: 390px;
  font-size: 13px;
  line-height: 1.9;
  color: #a4b09b;
  margin-top: 26px;
}

.analytics-benefits {
  list-style: none;
  padding: 0;
  margin: 27px 0 22px;
  display: grid;
  gap: 13px;
}

.analytics-benefits li {
  display: flex;
  gap: 13px;
  font-size: 11px;
  color: #d2d9cc;
}

.analytics-benefits li > span {
  color: var(--lime);
}

.analytics-copy > .text-link {
  color: var(--lime);
}

.dashboard {
  padding: 29px 29px 20px;
  background: #232b22;
  border: 1px solid #3e4937;
  border-radius: 7px;
  box-shadow: 0 18px 50px #00000012;
}

.dashboard-eyebrow {
  display: block;
  color: #93a086;
  font-size: 7px;
  letter-spacing: 1.4px;
  margin-bottom: 9px;
}

.dashboard h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.3px;
}

.demo-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 7px;
  letter-spacing: .8px;
  color: #b7c7a8;
  border: 1px solid #536248;
  padding: 5px 7px;
  border-radius: 3px;
}

.demo-tag > span {
  width: 4px;
  height: 4px;
  background: #bed79f;
  border-radius: 50%;
}

.dashboard-tabs {
  display: flex;
  gap: 26px;
  margin-top: 24px;
  border-bottom: 1px solid #3b4634;
}

.dashboard-tabs button {
  appearance: none;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #a3ae9b;
  padding: 0 1px 12px;
  font-size: 10px;
  transition: color 150ms, border-color 150ms;
}

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

.dashboard-tabs button[aria-selected="true"] {
  color: var(--lime);
  border-bottom-color: var(--lime);
}

.metric-summary {
  padding: 25px 0 19px;
  min-height: 111px;
}

#metric-label {
  color: #a8b49e;
  font-size: 9px;
  margin-bottom: 8px;
}

#metric-value {
  font-size: 37px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -1.2px;
}

#metric-value > span {
  font-size: 24px;
  color: #b8c5ae;
  margin-left: 2px;
}

.metric-comparison {
  text-align: right;
  padding-bottom: 1px;
}

#metric-change {
  display: block;
  font-size: 10px;
  color: var(--lime);
  margin-bottom: 6px;
}

.metric-comparison small {
  display: block;
  font-size: 8px;
  color: #91a084;
}

.chart-wrap {
  padding-top: 4px;
}

#performance-chart {
  width: 100%;
  height: auto;
  overflow: visible;
}

.chart-grid {
  stroke: #414c39;
  stroke-width: .6;
  stroke-dasharray: 3 4;
  fill: none;
}

.chart-months {
  font-size: 7px;
  letter-spacing: 1px;
  color: #8a9980;
  padding: 4px 5px 0;
}

.dashboard-insight {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 21px;
  padding: 12px 13px;
  background: #2e3928;
  border: 1px solid #45523a;
  border-radius: 3px;
}

.dashboard-insight > span {
  color: var(--lime);
  font-size: 18px;
}

.dashboard-insight p {
  color: #c2ceb8;
  font-size: 9px;
  line-height: 1.6;
}

.dashboard-disclaimer {
  margin-top: 15px;
  color: #92a186;
  font-size: 7px;
  line-height: 1.6;
}

.approach-section {
  padding: 87px 0 91px;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-top: 8px;
}

.step-track {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid #cbd5c0;
}

.step-track > span:first-child {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #cad7bb;
  border-radius: 50%;
  background: #e6edde;
  color: #465b34;
  font-size: 10px;
}

.step-track .icon {
  width: 17px;
  color: #8b9a7f;
}

.step-finish {
  font-size: 23px;
  color: #6c815a;
}

.process-step h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.4px;
}

.process-step p {
  max-width: 255px;
  margin-top: 12px;
  color: #6a7561;
  font-size: 12px;
  line-height: 1.8;
}

.contact-section {
  background: var(--lime);
  color: var(--ink);
  padding: 69px 0 73px;
}

.contact-layout {
  grid-template-columns: 1.3fr 1fr;
  gap: 70px;
  align-items: center;
}

.contact-section .section-kicker {
  color: #425734;
  margin-bottom: 25px;
}

.contact-section .section-number {
  color: #6d8755;
}

.contact-section h2 {
  font-size: clamp(40px, 4.1vw, 61px);
  letter-spacing: -2.5px;
}

.contact-section h2 > span {
  color: #536d3e;
}

.contact-action {
  max-width: 380px;
  width: 100%;
  justify-self: end;
}

.contact-action > p {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -.3px;
  margin-bottom: 25px;
}

.contact-action label {
  display: block;
  font-size: 7px;
  letter-spacing: 1.4px;
  margin-bottom: 9px;
  color: #546b40;
}

.contact-action select {
  color: var(--ink);
  width: 100%;
  padding: 10px 26px 10px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #99bb71;
  border-radius: 0;
  font-size: 12px;
}

.contact-action select option {
  background: var(--ivory);
  color: var(--ink);
}

.contact-action .button {
  width: 100%;
  margin-top: 22px;
}

.contact-action small {
  display: block;
  margin-top: 12px;
  color: #5b7543;
  font-size: 8px;
}

.site-footer {
  padding: 63px 0 0;
  background: var(--ink-deep);
}

.footer-main {
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 55px;
  padding-bottom: 52px;
}

.footer-brand-column .brand {
  font-size: 23px;
}

.footer-brand-column .brand-mark {
  transform: scale(.88) skewY(-12deg);
  transform-origin: left;
  margin-right: -3px;
}

.footer-brand-column .brand-subtitle {
  font-size: 6px;
  letter-spacing: 2.1px;
}

.footer-brand-column > p {
  font-size: 13px;
  line-height: 1.7;
  color: #a5b09d;
  margin-top: 24px;
}

.footer-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #95a487;
  font-size: 7px;
  letter-spacing: 1.4px;
  margin-top: 25px;
}

.footer-location .status-dot {
  width: 4px;
  height: 4px;
}

.site-footer h3 {
  font-size: 8px;
  color: #8d9c7f;
  letter-spacing: 1.5px;
  font-weight: 400;
  margin: 6px 0 27px;
}

.footer-email {
  display: flex;
  align-items: start;
  gap: 12px;
  font-size: 12px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.footer-email > span {
  color: var(--lime);
  flex-shrink: 0;
}

.footer-phone {
  display: block;
  width: fit-content;
  font-size: 15px;
  margin-top: 19px;
}

.footer-email:hover, .footer-phone:hover, .footer-bottom a:hover {
  color: var(--lime);
}

.footer-note {
  display: block;
  font-size: 9px;
  color: #7f8b77;
  margin-top: 27px;
}

.footer-address strong {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 13px;
}

.footer-address address {
  max-width: 270px;
  font-size: 10px;
  line-height: 1.9;
  font-style: normal;
  color: #a3ae9b;
}

.footer-bottom {
  gap: 20px;
  border-top: 1px solid #30392b;
  padding-block: 23px;
  font-size: 8px;
  color: #7e8c73;
}

.footer-bottom a {
  display: flex;
  gap: 13px;
  align-items: center;
  color: #b2bdab;
}

.footer-bottom > span {
  font-size: 7px;
  letter-spacing: 1.1px;
}

@media (min-width: 1600px) {
  .hero-visual {
    margin-right: 0;
  }
  .hero-grid {
    min-height: 702px;
  }
  .hero-content {
    padding-top: 105px;
  }
}

@media (max-width: 1150px) {
  .site-container {
    width: calc(100% - 72px);
  }
  .desktop-nav {
    padding-left: 0;
    gap: 25px;
  }
  .hero-grid {
    min-height: 630px;
  }
  .hero-content {
    padding-top: 69px;
  }
  .hero-visual {
    margin-right: -36px;
  }
  .hero-actions {
    gap: 10px 20px;
  }
  .hero-footnote {
    margin-top: 28px;
  }
  .strip-inner {
    gap: 14px;
    font-size: 10px;
  }
  .strip-intro {
    font-size: 7px;
  }
  .about-lower {
    gap: 35px;
  }
  .service-card {
    padding: 23px 17px 0;
  }
  .service-card h3 {
    font-size: 20px;
  }
  .service-tags {
    font-size: 7px;
  }
  .service-link {
    font-size: 9px;
  }
  .analytics-layout {
    gap: 45px;
  }
  .dashboard {
    padding: 24px 22px 19px;
  }
  .footer-main {
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .site-container {
    width: calc(100% - 56px);
  }
  .header-inner {
    height: 78px;
  }
  .desktop-nav, .header-contact {
    display: none;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 44px;
    width: 44px;
    border: 1px solid #56634a;
    border-radius: 3px;
    background: transparent;
  }
  .menu-toggle span {
    width: 18px;
    height: 1px;
    background: #cbd6c3;
    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);
  }
  .mobile-nav {
    position: absolute;
    top: 100%;
    inset-inline: 0;
    display: grid;
    background: #20271f;
    border-bottom: 1px solid #506044;
    padding: 15px 28px 25px;
    box-shadow: 0 15px 20px #0002;
  }
  .mobile-nav a {
    padding: 16px 0;
    border-bottom: 1px solid #374331;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
  }
  .mobile-nav a:last-child {
    color: var(--lime);
  }
  .hero-grid {
    grid-template-columns: 1.15fr 1fr;
    min-height: 574px;
  }
  .hero-content {
    padding-top: 58px;
  }
  h1 {
    font-size: clamp(43px, 5.6vw, 52px);
    letter-spacing: -2.3px;
  }
  .hero-description {
    font-size: 12px;
    max-width: 310px;
  }
  .desktop-break {
    display: none;
  }
  .hero-actions {
    align-items: start;
    flex-direction: column;
    margin-top: 26px;
  }
  .hero-visual {
    margin-right: -28px;
  }
  .hero-image {
    left: -27%;
    width: 127%;
    object-position: 58% 50%;
  }
  .insight-label {
    left: -9%;
    bottom: 80px;
    width: 231px;
    padding: 15px;
  }
  .visual-coordinates {
    right: 20px;
    font-size: 6px;
  }
  .image-index {
    right: 20px;
    font-size: 6px;
  }
  .hero-footnote {
    font-size: 8px;
    margin-top: 23px;
  }
  .strip-intro {
    display: none;
  }
  .strip-inner {
    min-height: 73px;
  }
  .about-section {
    padding: 66px 0;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about-lower {
    gap: 28px;
    margin-top: 36px;
  }
  .about-image-wrap img {
    height: 313px;
  }
  .principle {
    gap: 13px;
    padding-block: 20px;
  }
  .principle h3 {
    font-size: 15px;
  }
  .principle p {
    font-size: 11px;
    margin-top: 8px;
  }
  .principle-plus {
    display: none;
  }
  .expertise-section {
    padding-bottom: 66px;
  }
  .expertise-section > .site-container {
    padding-top: 53px;
  }
  .expertise-heading > p {
    max-width: 250px;
    font-size: 12px;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .service-card {
    padding: 27px 24px 0;
  }
  .service-card h3 {
    font-size: 24px;
  }
  .service-card > p {
    min-height: 65px;
  }
  .service-tags {
    font-size: 8px;
  }
  .service-link {
    font-size: 11px;
  }
  .analytics-layout {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .analytics-section {
    padding: 63px 0;
  }
  .analytics-copy h2 {
    font-size: 34px;
    letter-spacing: -1.5px;
  }
  .analytics-copy > p {
    font-size: 12px;
  }
  .analytics-benefits li {
    font-size: 10px;
  }
  .dashboard {
    padding: 22px 18px 18px;
  }
  .dashboard h3 {
    font-size: 16px;
  }
  .dashboard-eyebrow {
    font-size: 6px;
  }
  .demo-tag {
    font-size: 6px;
  }
  .dashboard-tabs {
    gap: 22px;
  }
  .dashboard-insight p {
    font-size: 8px;
  }
  .approach-section {
    padding: 65px 0;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 40px;
  }
  .contact-layout {
    grid-template-columns: 1.1fr 1fr;
    gap: 35px;
  }
  .contact-section h2 {
    font-size: 41px;
    letter-spacing: -1.8px;
  }
  .contact-action > p {
    font-size: 14px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .footer-brand-column {
    grid-row: span 2;
  }
  .site-footer h3 {
    margin-bottom: 18px;
  }
  .footer-bottom > span {
    display: none;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 24px;
  }
  .site-container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 76px;
  }
  .brand {
    font-size: 24px;
    gap: 10px;
  }
  .brand-subtitle {
    font-size: 6px;
    letter-spacing: 2.3px;
  }
  .brand-mark {
    transform: scale(.88) skewY(-12deg);
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
  .hero-content {
    padding: 48px 0 0;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
    margin-bottom: 24px;
  }
  h1 {
    font-size: clamp(38px, 10.5vw, 60px);
    line-height: 1.11;
    letter-spacing: -2px;
  }
  .hero-description {
    margin-top: 23px;
    font-size: 13px;
    line-height: 1.85;
    max-width: 350px;
  }
  .hero-actions {
    margin-top: 27px;
    gap: 9px;
    flex-direction: row;
  }
  .hero-actions .button {
    font-size: 11px;
    min-height: 48px;
    gap: 20px;
    padding: 15px 18px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero-footnote {
    margin-top: 18px;
    font-size: 9px;
  }
  .hero-visual {
    height: 380px;
    margin: -9px -20px 0;
    overflow: hidden;
  }
  .hero-image {
    width: 100%;
    height: 135%;
    top: -25%;
    left: 0;
    object-position: 50% 48%;
  }
  .hero-visual::before {
    inset: 0 0 auto;
    height: 22%;
    width: 100%;
    background: linear-gradient(var(--ink), transparent);
  }
  .visual-coordinates {
    top: 35px;
    right: 24px;
  }
  .insight-label {
    left: 25px;
    bottom: 53px;
    width: 245px;
  }
  .image-index {
    bottom: 20px;
    right: 24px;
  }
  .strip-inner {
    justify-content: center;
    flex-wrap: wrap;
    padding: 22px 0;
    gap: 15px 14px;
    font-size: 9px;
  }
  .strip-star {
    font-size: 15px;
  }
  .strip-star:nth-of-type(5) {
    display: none;
  }
  .strip-inner > span:not(.strip-star):not(.strip-intro) {
    text-align: center;
    width: 39%;
  }
  .about-section {
    padding: 52px 0;
  }
  h2 {
    font-size: 35px;
    letter-spacing: -1.4px;
  }
  .section-kicker {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .section-heading {
    gap: 24px;
  }
  .about-copy {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 24px;
  }
  .about-copy p {
    font-size: 13px;
  }
  .about-lower {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 29px;
  }
  .about-image-wrap img {
    height: 240px;
  }
  .principle {
    gap: 18px;
    padding-block: 21px;
  }
  .principle h3 {
    font-size: 17px;
  }
  .principle p {
    font-size: 12px;
  }
  .expertise-section > .site-container {
    padding-top: 45px;
  }
  .expertise-heading {
    gap: 23px;
    margin-bottom: 30px;
  }
  .expertise-heading .section-kicker {
    margin-bottom: 23px;
  }
  .expertise-heading > p {
    max-width: 350px;
    font-size: 13px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .service-card {
    padding: 25px 25px 0;
  }
  .service-top {
    margin-bottom: 25px;
  }
  .service-card h3 {
    font-size: 27px;
  }
  .service-card h3 br {
    display: none;
  }
  .service-card > p {
    min-height: 0;
    font-size: 13px;
    margin-top: 15px;
  }
  .service-tags {
    font-size: 9px;
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .service-link {
    font-size: 11px;
    padding-block: 18px;
  }
  .expertise-section {
    padding-bottom: 51px;
  }
  .analytics-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .analytics-section {
    padding: 52px 0;
  }
  .analytics-copy h2 {
    font-size: 39px;
  }
  .analytics-copy > p {
    font-size: 13px;
    max-width: 340px;
    margin-top: 22px;
  }
  .analytics-benefits li {
    font-size: 11px;
  }
  .analytics-benefits {
    margin-bottom: 17px;
  }
  .dashboard {
    padding: 23px 20px 17px;
  }
  .dashboard h3 {
    font-size: 18px;
  }
  .dashboard-eyebrow {
    font-size: 6px;
  }
  .dashboard-tabs {
    gap: 27px;
  }
  .dashboard-tabs button {
    min-height: 36px;
  }
  .dashboard-insight p {
    font-size: 9px;
  }
  .approach-section {
    padding: 53px 0;
  }
  .process-grid {
    gap: 32px 22px;
  }
  .step-track {
    margin-bottom: 19px;
  }
  .process-step h3 {
    font-size: 17px;
  }
  .process-step p {
    font-size: 11px;
    line-height: 1.8;
  }
  .contact-section {
    padding: 47px 0;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-section h2 {
    font-size: 43px;
    letter-spacing: -1.9px;
  }
  .contact-action {
    max-width: none;
  }
  .contact-action > p {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .contact-action label {
    font-size: 8px;
  }
  .contact-action select {
    padding-block: 13px;
    font-size: 13px;
  }
  .contact-action small {
    font-size: 9px;
  }
  .site-footer {
    padding-top: 43px;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-bottom: 38px;
  }
  .footer-brand-column {
    grid-row: auto;
  }
  .footer-brand-column > p {
    margin-top: 21px;
  }
  .footer-location {
    margin-top: 19px;
  }
  .site-footer h3 {
    margin-top: 0;
    font-size: 9px;
  }
  .footer-email {
    font-size: 13px;
  }
  .footer-note {
    margin-top: 18px;
  }
  .footer-address strong {
    font-size: 11px;
  }
  .footer-address address {
    font-size: 11px;
    max-width: 300px;
  }
  .footer-bottom {
    font-size: 8px;
    row-gap: 19px;
    padding-block: 24px;
  }
  .footer-bottom > p {
    flex-basis: 100%;
  }
  .footer-bottom a {
    font-size: 10px;
  }
}

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