:root {
  --paper: #f7f8f2;
  --white: #ffffff;
  --forest: #183d31;
  --ink: #223b30;
  --muted: #70776e;
  --sage: #748c69;
  --lime: #d8e8bb;
  --line: #dce1d5;
  --serif: Georgia, 'Times New Roman', serif;
}

* {
  box-sizing: border-box;
}

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

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 {
  font: inherit;
}

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

button {
  cursor: pointer;
}

button:focus-visible, a:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: 6px;
}

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

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

svg {
  flex-shrink: 0;
}

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

[hidden] {
  display: none !important;
}

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

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

.icon {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

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

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

.status-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: var(--sage);
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: 1px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 53px;
  background: var(--forest);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  padding: 15px 23px;
  border: 1px solid var(--forest);
  border-radius: 4px;
  transition: background .2s, transform .2s;
}

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

.button .icon {
  width: 17px;
  height: 17px;
}

.button-small {
  min-height: 43px;
  gap: 27px;
  padding: 12px 19px;
}

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

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

.text-link .icon {
  transition: transform .2s;
}

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

.header-inner {
  height: 105px;
}

.brand {
  gap: 10px;
}

.brand-mark {
  width: 38px;
  height: 38px;
}

.brand-name {
  font-family: var(--serif);
  font-size: 37px;
  line-height: .85;
  letter-spacing: -1.8px;
}

.brand-descriptor {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7px;
  letter-spacing: 1.7px;
  line-height: 1;
  margin-top: 10px;
  margin-left: 1px;
}

.desktop-nav {
  gap: 38px;
  margin-left: 72px;
}

.desktop-nav a {
  font-size: 12px;
  color: #515e53;
  padding: 10px 0;
  position: relative;
}

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

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

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  background: none;
  border: 1px solid var(--line);
  border-radius: 3px;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--forest);
  margin: 5px auto;
  transition: transform .2s;
}

.mobile-nav {
  padding: 10px 24px 25px;
  border-top: 1px solid var(--line);
}

.mobile-nav a {
  display: block;
  padding: 14px 0;
  font-size: 14px;
}

.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 64px;
  padding-top: 62px;
  padding-bottom: 64px;
  align-items: center;
}

.hero-copy {
  padding-bottom: 8px;
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(57px, 5.7vw, 82px);
  font-weight: 400;
  line-height: 1.045;
  letter-spacing: -3.8px;
  margin: 25px 0 24px;
}

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

.hero-description {
  max-width: 400px;
  font-size: 14px;
  line-height: 1.85;
  color: #687165;
}

.hero-actions {
  gap: 23px;
  margin-top: 30px;
}

.hero-note {
  gap: 10px;
  margin-top: 39px;
  font-size: 10px;
  letter-spacing: .2px;
  color: #778170;
}

.small-orbit {
  font-size: 26px;
  color: var(--sage);
  font-weight: 400;
}

.hero-visual {
  position: relative;
  padding-left: 24px;
  padding-right: 13px;
}

.hero-image {
  width: 100%;
  height: 524px;
  object-fit: cover;
  border-radius: 145px 5px 5px 5px;
}

.image-corner-label {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 35px;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1.1px;
  background: rgba(247,248,242,.91);
  padding: 11px 13px;
  border-radius: 2px;
}

.image-corner-label .status-dot {
  width: 4px;
  height: 4px;
  margin-right: 5px;
}

.insight-card {
  position: absolute;
  bottom: 33px;
  left: -12px;
  background: var(--paper);
  padding: 23px 24px 19px;
  width: 275px;
  border-radius: 4px;
  box-shadow: 0 8px 35px #182f2415;
}

.insight-card .eyebrow {
  font-size: 8px;
  letter-spacing: 1.4px;
}

.insight-card-top .icon {
  width: 14px;
  height: 14px;
}

.insight-card-bottom {
  margin-top: 19px;
}

.insight-card-bottom p {
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -.6px;
}

.insight-card-bottom em {
  color: var(--sage);
}

.mini-bars {
  display: flex;
  gap: 5px;
  align-items: end;
  height: 56px;
  padding-bottom: 2px;
}

.mini-bars i {
  display: block;
  width: 9px;
  background: #bccdad;
  border-radius: 2px 2px 0 0;
}

.mini-bars i:nth-child(1) {
  height: 17px;
}

.mini-bars i:nth-child(2) {
  height: 25px;
}

.mini-bars i:nth-child(3) {
  height: 33px;
}

.mini-bars i:nth-child(4) {
  height: 42px;
  background: #8ba579;
}

.mini-bars i:nth-child(5) {
  height: 55px;
  background: var(--forest);
}

.insight-card-line {
  height: 2px;
  background: var(--line);
  margin-top: 18px;
}

.insight-card-line span {
  display: block;
  background: var(--sage);
  width: 72%;
  height: 2px;
}

.image-side-note {
  position: absolute;
  font-size: 7px;
  letter-spacing: 1.65px;
  writing-mode: vertical-rl;
  right: -8px;
  bottom: 1px;
  color: var(--muted);
}

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

.principles > div {
  display: flex;
  gap: 18px;
  padding-left: 34px;
  border-left: 1px solid var(--line);
}

.principles > div:first-child {
  padding-left: 0;
  border: 0;
}

.principle-number {
  color: #859477;
  font-size: 11px;
  padding-top: 3px;
}

.principles p {
  font-size: 13px;
  font-weight: 500;
}

.principles p span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
  font-weight: 400;
}

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

.section-heading {
  gap: 32px;
  margin-bottom: 43px;
}

.section-heading .eyebrow, .about-copy > .eyebrow, .analytics-copy > .eyebrow {
  margin-bottom: 19px;
  color: #7d8c70;
}

main h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: -1.9px;
}

.section-intro {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  padding-bottom: 4px;
  margin-right: 35px;
}

.service-grid {
  gap: 19px;
}

.service-card {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 29px 28px 24px;
  background: #f3f5ee;
  display: flex;
  flex-direction: column;
  transition: border-color .2s, transform .2s;
}

.service-card:hover {
  border-color: #9cae8f;
  transform: translateY(-4px);
}

.service-card.featured {
  background: #e9efdf;
  border-color: #d6dfc9;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: #e9eee1;
  border: 1px solid #dae2d0;
  border-radius: 4px;
}

.featured .service-icon {
  background: #dee7d2;
  border-color: #ccd8bf;
}

.service-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: var(--forest);
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-number {
  font-family: var(--serif);
  color: #94a086;
  font-size: 14px;
}

.service-card h3 {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -.6px;
  margin: 27px 0 14px;
}

.service-card > p {
  color: #6c7567;
  font-size: 12px;
  line-height: 1.9;
}

.service-tags {
  padding: 0;
  margin: 24px 0 29px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.service-tags li {
  font-size: 8px;
  border: 1px solid #dce2d3;
  padding: 6px 8px;
  border-radius: 3px;
  color: #6d7864;
}

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

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

.about-section {
  background: var(--forest);
  color: var(--paper);
}

.about-grid {
  gap: 90px;
  align-items: center;
}

.about-visual img {
  width: 100%;
  height: 365px;
  object-fit: cover;
  border-radius: 4px;
}

.about-image-caption {
  margin-top: 18px;
  font-size: 7px;
  letter-spacing: 1.6px;
  color: #c1ceb6;
}

.about-image-caption .icon {
  color: #c1ceb6;
}

.about-copy > .eyebrow {
  color: #b4c69f;
}

.about-copy h2 {
  margin-bottom: 23px;
}

.about-copy h2 em {
  color: #bfcea9;
}

.about-copy > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.95;
  color: #c0cabe;
  margin-top: 16px;
  max-width: 430px;
}

.about-values {
  display: flex;
  gap: 24px;
  border-top: 1px solid #ffffff23;
  margin-top: 26px;
  padding-top: 19px;
}

.about-values span {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  color: #d1dac6;
}

.about-values .icon {
  width: 14px;
  height: 14px;
  color: #c4d7aa;
}

.light-link {
  font-size: 11px;
  color: #e6eddb;
  margin-top: 22px;
  gap: 30px;
}

.analytics-grid {
  grid-template-columns: .92fr 1.08fr;
  gap: 100px;
  align-items: center;
}

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

.analytics-tabs {
  display: flex;
  width: fit-content;
  gap: 3px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 5px;
  margin-top: 25px;
}

.analytics-tab {
  font-size: 10px;
  border: 0;
  border-radius: 3px;
  padding: 10px 13px;
  color: #6a7562;
  background: transparent;
  transition: color .2s, background .2s;
}

.analytics-tab:hover {
  background: #e8eddc;
}

.analytics-tab.active {
  color: white;
  background: var(--forest);
}

.analytics-copy > p.analytics-note {
  font-size: 11px;
  color: #7d8475;
  margin-top: 16px;
  max-width: 335px;
}

.analytics-copy .text-link {
  margin-top: 19px;
  font-size: 11px;
  gap: 28px;
}

.dashboard {
  border: 1px solid #dce2d3;
  border-radius: 7px;
  background: #fdfefa;
  padding: 28px;
  box-shadow: 0 12px 40px #263c2410;
}

.dashboard-heading {
  border-bottom: 1px solid #e9ece4;
  padding-bottom: 19px;
  gap: 10px;
}

.dashboard-heading .eyebrow {
  font-size: 8px;
  letter-spacing: 1.5px;
}

.sample-label {
  font-size: 7px;
  letter-spacing: .7px;
  color: #77856a;
}

.sample-label .status-dot {
  width: 4px;
  height: 4px;
  margin-right: 4px;
}

.dashboard-summary {
  margin-top: 24px;
  gap: 15px;
}

.dashboard-summary h3 {
  font-size: 11px;
  font-weight: 400;
  color: #74816a;
}

.metric-value {
  font-family: var(--serif);
  font-size: 53px;
  letter-spacing: -2px;
  line-height: 1.3;
  margin-top: 4px;
}

.metric-value span {
  font-size: 32px;
  margin-left: 2px;
}

.metric-period {
  text-align: right;
  padding-bottom: 12px;
  font-size: 8px;
  line-height: 1.8;
  color: var(--muted);
}

.metric-period span {
  display: block;
}

.metric-period span:first-child {
  color: #74875f;
}

.performance-chart {
  width: 100%;
  margin-top: 15px;
  overflow: visible;
}

.chart-grid {
  stroke: #e4e9df;
  stroke-width: 1;
  stroke-dasharray: 3 4;
}

.chart-axis {
  fill: #8a9580;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}

.month-labels {
  text-anchor: middle;
}

.dashboard-insight {
  gap: 10px;
  background: #eef3e7;
  border: 1px solid #e5ecdc;
  border-radius: 3px;
  padding: 13px;
}

.dashboard-insight .icon {
  width: 15px;
  height: 15px;
  color: #81966e;
  margin-top: 1px;
}

.dashboard-insight p {
  font-size: 10px;
  line-height: 1.7;
  color: #69785d;
  min-height: 34px;
}

.data-disclaimer {
  text-align: center;
  font-size: 8px;
  color: #89917f;
  margin-top: 14px;
}

.approach-section {
  background: #edf1e7;
  border-top: 1px solid #e2e7da;
}

.approach-grid {
  gap: 50px;
  margin-top: 55px;
}

.step-top {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 25px;
}

.step-top > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  font-size: 11px;
  border: 1px solid #cdd6c1;
  border-radius: 50%;
}

.step-top > div {
  height: 1px;
  background: #cdd6c1;
  flex: 1;
}

.step-top .icon {
  width: 15px;
  height: 15px;
  color: #839773;
}

.approach-grid h3 {
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: -.5px;
  font-weight: 400;
  margin-bottom: 14px;
}

.approach-grid p {
  color: #76816c;
  font-size: 12px;
  line-height: 1.85;
  max-width: 300px;
}

.step-output {
  display: block;
  margin-top: 26px;
  color: #758367;
  font-size: 7px;
  letter-spacing: 1.1px;
}

.step-output > span {
  display: block;
  color: #4f6144;
  font-size: 10px;
  letter-spacing: 0;
  margin-top: 7px;
}

.contact-section {
  background: var(--forest);
  color: #f7f8f2;
  padding: 77px 0 58px;
}

.contact-top {
  gap: 30px;
  padding-bottom: 53px;
}

.contact-top .eyebrow {
  color: #baca9e;
  font-size: 8px;
  margin-bottom: 22px;
}

.contact-top h2 {
  font-size: 49px;
}

.contact-top h2 em {
  color: #c3d2a8;
}

.button-light {
  background: #deebc7;
  border-color: #deebc7;
  color: var(--forest);
  margin-bottom: 6px;
  font-size: 11px;
}

.button-light:hover {
  background: #edf5dc;
}

.contact-details {
  padding-top: 32px;
  border-top: 1px solid #ffffff24;
  gap: 40px;
  grid-template-columns: 1.1fr .85fr 1fr;
}

.contact-label {
  display: block;
  font-size: 8px;
  color: #afbf9e;
  letter-spacing: 1.3px;
  margin-bottom: 16px;
}

.contact-details a {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.contact-details a:hover {
  color: #d4e5b9;
}

.contact-details .icon {
  width: 12px;
  height: 12px;
}

.contact-details p {
  font-size: 10px;
  color: #acbba3;
  margin-top: 10px;
}

.contact-details address {
  font-size: 10px;
  line-height: 1.8;
  font-style: normal;
  color: #c3cdbb;
  max-width: 300px;
}

.site-footer {
  padding: 40px 0 20px;
}

.footer-top {
  gap: 45px;
  padding-bottom: 32px;
}

.footer-top .brand {
  transform: scale(.85);
  transform-origin: top left;
}

.company-name {
  font-size: 8px;
  line-height: 1.8;
  letter-spacing: .7px;
  color: #7a8570;
  max-width: 375px;
  margin: 3px auto 0 55px;
}

.back-to-top {
  font-size: 10px;
  gap: 20px;
  padding-top: 5px;
  white-space: nowrap;
}

.back-to-top .icon {
  width: 14px;
  height: 14px;
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 8px;
  color: #839078;
  gap: 20px;
}

.footer-bottom .status-dot {
  margin-left: 9px;
  margin-right: 0;
  width: 4px;
  height: 4px;
}

@media (min-width: 1600px) {
  .hero {
    padding-block: 78px;
  }
  .hero-image {
    height: 560px;
  }
}

@media (max-width: 1100px) {
  .shell {
    width: calc(100% - 72px);
  }
  .hero {
    gap: 25px;
  }
  .hero h1 {
    font-size: 64px;
  }
  .hero-image {
    height: 490px;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero-actions .button {
    font-size: 11px;
    gap: 15px;
    padding-inline: 18px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 8px;
  }
  .desktop-nav {
    margin-left: 0;
    gap: 25px;
  }
  .about-grid, .analytics-grid {
    gap: 50px;
  }
  .about-values {
    flex-direction: column;
    gap: 12px;
  }
  .contact-top h2 {
    font-size: 43px;
  }
  .service-card {
    padding: 24px 21px;
  }
  .service-card h3 {
    font-size: 24px;
  }
  .company-name {
    margin-left: 0;
  }
  .contact-details {
    gap: 25px;
  }
  .contact-details a {
    font-size: 10px;
  }
}

@media (max-width: 800px) {
  .shell {
    width: calc(100% - 48px);
  }
  .header-inner {
    height: 88px;
  }
  .desktop-nav {
    gap: 18px;
  }
  .desktop-nav a {
    font-size: 11px;
  }
  .brand-name {
    font-size: 32px;
  }
  .brand-mark {
    width: 33px;
    height: 33px;
  }
  .brand-descriptor {
    font-size: 6px;
    letter-spacing: 1.4px;
  }
  .hero {
    gap: 18px;
    padding-block: 45px;
  }
  .hero h1 {
    font-size: 52px;
    letter-spacing: -2.8px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-image {
    height: 440px;
    border-top-left-radius: 100px;
  }
  .hero-visual {
    padding-left: 12px;
  }
  .insight-card {
    width: 230px;
    left: -5px;
    padding: 18px;
  }
  .image-corner-label {
    font-size: 6px;
    right: 23px;
    padding: 9px;
  }
  .hero-note {
    margin-top: 25px;
    font-size: 8px;
  }
  .section-space {
    padding-block: 70px;
  }
  main h2 {
    font-size: 40px;
  }
  .section-intro {
    margin-right: 0;
    font-size: 11px;
  }
  .service-grid {
    gap: 12px;
  }
  .service-card {
    padding: 22px 17px;
  }
  .service-card h3 {
    font-size: 22px;
  }
  .service-card > p {
    font-size: 11px;
  }
  .service-link {
    font-size: 9px;
  }
  .principles > div {
    padding-left: 20px;
    gap: 10px;
  }
  .principles p {
    font-size: 11px;
  }
  .principles p span {
    font-size: 9px;
  }
  .about-grid, .analytics-grid {
    gap: 32px;
  }
  .dashboard {
    padding: 22px;
  }
  .analytics-tab {
    padding-inline: 10px;
  }
  .sample-label {
    font-size: 6px;
  }
  .dashboard-heading .eyebrow {
    font-size: 7px;
  }
  .approach-grid {
    gap: 28px;
  }
  .approach-grid h3 {
    font-size: 22px;
  }
  .contact-section .contact-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-details {
    grid-template-columns: 1fr 1fr;
  }
  .contact-details > div:last-child {
    grid-column: 1 / -1;
  }
  .contact-details address {
    max-width: 440px;
  }
}

@media (max-width: 640px) {
  .header-inner {
    height: 83px;
  }
  .site-header .desktop-nav, .site-header .header-cta {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .menu-toggle[aria-expanded='true'] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }
  .menu-toggle[aria-expanded='true'] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }
  .brand-name {
    font-size: 33px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 37px;
    padding-bottom: 38px;
    gap: 35px;
  }
  .hero h1 {
    font-size: clamp(45px, 12.9vw, 68px);
    line-height: 1.08;
    letter-spacing: -2.7px;
    margin-block: 23px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.9;
    max-width: 400px;
  }
  .hero-actions {
    gap: 18px;
    margin-top: 25px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding-inline: 18px;
    min-height: 49px;
  }
  .hero-actions .text-link {
    font-size: 10px;
    gap: 8px;
  }
  .hero-note {
    font-size: 9px;
    margin-top: 22px;
  }
  .hero-visual {
    padding-left: 13px;
    padding-right: 10px;
    max-width: 450px;
    width: 100%;
    margin-inline: auto;
  }
  .hero-image {
    height: 408px;
    border-top-left-radius: 110px;
  }
  .image-corner-label {
    top: 21px;
    right: 25px;
    font-size: 6px;
  }
  .insight-card {
    width: 239px;
    left: 0;
    bottom: 26px;
    padding: 21px;
  }
  .insight-card .eyebrow {
    font-size: 7px;
  }
  .image-side-note {
    right: -5px;
    font-size: 6px;
  }
  .principles {
    grid-template-columns: 1fr;
    padding-block: 6px;
  }
  .principles > div, .principles > div:first-child {
    padding: 18px 0;
    border: 0;
    gap: 18px;
  }
  .principles > div + div {
    border-top: 1px solid var(--line);
  }
  .principles p {
    font-size: 13px;
  }
  .principles p span {
    font-size: 11px;
    margin-top: 5px;
  }
  .section-space {
    padding-block: 58px;
  }
  section .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 30px;
  }
  main h2 {
    font-size: 39px;
    letter-spacing: -1.6px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.6px;
  }
  .section-intro {
    font-size: 12px;
    line-height: 1.85;
  }
  .desktop-break {
    display: none;
  }
  .service-grid, .about-grid, .analytics-grid, .approach-grid {
    grid-template-columns: 1fr;
  }
  .service-grid {
    gap: 15px;
  }
  .service-card {
    padding: 25px;
  }
  .service-card h3 {
    font-size: 29px;
    margin-top: 24px;
  }
  .service-card > p {
    font-size: 13px;
  }
  .service-tags li {
    font-size: 9px;
  }
  .service-link {
    font-size: 12px;
  }
  .about-grid {
    gap: 34px;
  }
  .about-visual img {
    height: 275px;
  }
  .about-image-caption {
    font-size: 6px;
    letter-spacing: 1.1px;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .about-values {
    flex-direction: row;
    gap: 18px;
  }
  .about-values span {
    font-size: 9px;
  }
  .analytics-grid {
    gap: 30px;
  }
  .analytics-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .analytics-copy > p.analytics-note {
    font-size: 11px;
  }
  .analytics-tabs {
    width: 100%;
    justify-content: space-between;
  }
  .analytics-tab {
    padding: 12px 14px;
    font-size: 11px;
    flex: 1;
  }
  .dashboard {
    padding: 22px 19px;
  }
  .dashboard-heading .eyebrow {
    font-size: 8px;
  }
  .sample-label {
    font-size: 6px;
  }
  .metric-value {
    font-size: 50px;
  }
  .metric-period {
    font-size: 8px;
  }
  .dashboard-insight p {
    font-size: 10px;
  }
  .approach-grid {
    gap: 34px;
    margin-top: 34px;
  }
  .step-top {
    margin-bottom: 20px;
  }
  .approach-grid h3 {
    font-size: 27px;
  }
  .approach-grid p {
    max-width: none;
    font-size: 13px;
  }
  .step-output {
    margin-top: 17px;
    font-size: 8px;
  }
  .step-output > span {
    font-size: 11px;
  }
  .contact-section {
    padding-block: 55px 40px;
  }
  .contact-section .contact-top {
    gap: 28px;
    padding-bottom: 35px;
  }
  .contact-top h2 {
    font-size: 39px;
  }
  .contact-top h2 em {
    display: block;
  }
  .contact-top .eyebrow {
    font-size: 7px;
    letter-spacing: 1.3px;
  }
  .contact-details {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 30px;
  }
  .contact-details a {
    font-size: 12px;
  }
  .contact-label {
    margin-bottom: 11px;
  }
  .contact-details address {
    font-size: 11px;
  }
  .site-footer {
    padding-top: 32px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 18px;
    padding-bottom: 25px;
  }
  .company-name {
    order: 3;
    max-width: none;
    margin: 0;
    font-size: 8px;
  }
  .back-to-top {
    margin-left: auto;
    font-size: 9px;
    gap: 10px;
  }
  .footer-top .brand {
    transform: scale(.8);
    width: 145px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    row-gap: 12px;
    font-size: 8px;
  }
  .footer-bottom > p:nth-child(2) {
    display: none;
  }
}

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