:root {
  --navy: #111d2c;
  --navy-light: #1c2a3a;
  --lime: #c9f36b;
  --ink: #172331;
  --muted: #69706f;
  --paper: #fdfdfb;
  --line: #e1e4dc;
}

* {
  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;
}

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

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

button {
  font: inherit;
  cursor: pointer;
}

button, a, summary {
  touch-action: manipulation;
}

button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid #719c27;
  outline-offset: 6px;
}

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

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

body .container {
  width: calc(100% - 112px);
  max-width: 1320px;
  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;
}

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

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

.dark-opening {
  background: var(--navy);
  color: white;
}

.site-header {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff20;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.9px;
  white-space: nowrap;
}

.brand-light {
  font-weight: 400;
}

.brand-dot {
  color: var(--lime);
}

.brand-mark {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 26px;
  transform: skewY(-15deg);
}

.brand-mark i {
  display: block;
  width: 6px;
  height: 12px;
  background: var(--lime);
}

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

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

.main-navigation {
  display: flex;
  align-items: center;
  gap: 37px;
  font-size: 13px;
}

.main-navigation > a:not(.button) {
  color: #d7dce0;
  transition: color .2s;
}

.main-navigation > a:hover {
  color: var(--lime);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  min-height: 52px;
  padding: 15px 23px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  transition: background .2s, transform .2s, border-color .2s;
}

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

.button-outline {
  border-color: #75808a;
  color: #fff;
}

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

.nav-contact {
  margin-left: 16px;
  min-height: 43px;
  padding: 10px 17px;
  gap: 32px;
}

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

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

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

.button-dark:hover {
  background: #2b3d50;
}

.menu-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  min-height: 620px;
  gap: 12px;
  padding-block: 52px 48px;
}

.hero-copy {
  z-index: 1;
  padding-block: 15px;
}

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

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e0e5dd;
  margin-bottom: 28px;
}

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

.hero h1 {
  font-size: clamp(50px, 5.5vw, 80px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: 1.06;
}

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

.hero-description {
  max-width: 440px;
  color: #b9c1c9;
  font-size: 15px;
  line-height: 1.85;
  margin-top: 25px;
}

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.hero-actions .text-link {
  color: #e6e9eb;
  font-weight: 400;
}

.hero-actions .text-link span {
  font-size: 20px;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9eabb7;
  margin-top: 34px;
  font-size: 10px;
  letter-spacing: .3px;
}

.small-line {
  width: 24px;
  height: 1px;
  background: #a1b3b8;
}

.hero-visual {
  height: 528px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #102030;
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 54%;
}

.hero-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #111d2c28, transparent 28%, transparent 66%, #111d2cdd);
  pointer-events: none;
}

.visual-topline {
  position: absolute;
  inset: 22px 25px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #bfcbd4;
}

.viewfinder {
  font-size: 27px;
  font-weight: 200;
  color: var(--lime);
}

.visual-caption {
  position: absolute;
  bottom: 27px;
  left: 27px;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 1;
}

.caption-symbol {
  font-size: 30px;
  color: var(--lime);
  font-weight: 200;
}

.visual-caption div > span {
  display: block;
  font-size: 13px;
  letter-spacing: -.1px;
}

.visual-caption small {
  display: block;
  font-size: 9px;
  color: #b7c2c8;
  margin-top: 6px;
}

.caption-index {
  margin-left: auto;
  font-size: 8px;
  color: #b9c4cb;
  letter-spacing: 1px;
}

.discipline-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 86px;
  border-top: 1px solid #ffffff20;
}

.discipline-strip > span {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 11px;
  color: #cbd2d6;
  white-space: nowrap;
}

.discipline-strip .strip-intro {
  color: #94a1ae;
  font-size: 10px;
}

.discipline-strip i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8a9e75;
}

.section {
  padding-block: 100px;
}

.section-eyebrow {
  color: #53605e;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
}

.section-eyebrow > span {
  color: #83906f;
  font-weight: 400;
  padding-right: 13px;
  border-right: 1px solid #bfc7b5;
}

main h2 {
  font-size: clamp(34px, 3.1vw, 46px);
  line-height: 1.15;
  letter-spacing: -.045em;
  font-weight: 400;
}

.section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 42px;
}

.section-heading-row > p {
  max-width: 340px;
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
  padding-bottom: 3px;
}

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

.service-card {
  background: #f2f4ef;
  border: 1px solid #e9ece5;
  padding: 25px 23px 0;
  border-radius: 5px;
  transition: border-color .2s, background .2s;
}

.service-card:hover {
  border-color: #becda7;
  background: #f0f3e9;
}

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

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

.service-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: #354d31;
  stroke-width: 1.3;
}

.service-number {
  font-size: 10px;
  font-family: monospace;
  color: #8c9586;
  padding-top: 2px;
}

.service-card h3 {
  font-size: 23px;
  line-height: 1.18;
  letter-spacing: -.6px;
  font-weight: 400;
  margin-bottom: 16px;
}

.service-card > p {
  min-height: 104px;
  color: #657066;
  font-size: 12px;
  line-height: 1.85;
}

.service-card details {
  border-top: 1px solid #dbe0d4;
  margin-top: 22px;
}

.service-card summary {
  min-height: 59px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.service-card summary::-webkit-details-marker {
  display: none;
}

.service-card summary > span {
  font-size: 20px;
  font-weight: 400;
  transition: transform .2s;
}

.service-card details[open] summary > span {
  transform: rotate(45deg);
}

.service-detail {
  padding-bottom: 22px;
  font-size: 11px;
  line-height: 1.7;
}

.service-detail ul {
  list-style: disc;
  padding-left: 15px;
  margin: 0 0 17px;
  color: #596250;
}

.service-detail li + li {
  margin-top: 7px;
}

.service-detail a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.services-footnote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
}

.services-footnote > span {
  font-size: 11px;
  color: #757c70;
}

.services-footnote .text-link {
  font-size: 11px;
}

.about-section {
  background: #f1f2ed;
}

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

.about-visual {
  position: relative;
  min-height: 455px;
  align-self: stretch;
  overflow: hidden;
  border-radius: 5px;
}

.about-visual > img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 43% center;
}

.about-image-caption {
  display: flex;
  align-items: center;
  gap: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 23px 25px;
  color: white;
  background: #111d2ce8;
  font-size: 8px;
  letter-spacing: 1.1px;
}

.about-copy .section-eyebrow {
  margin-bottom: 24px;
}

.about-copy h2 {
  font-size: clamp(32px, 3vw, 44px);
  margin-bottom: 25px;
}

.about-copy > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.85;
  color: #697067;
  margin-bottom: 14px;
}

.about-copy > p.about-lead {
  color: #313f30;
  font-weight: 600;
  font-size: 14px;
}

.principles {
  display: grid;
  gap: 12px;
  padding-block: 13px 27px;
}

.principles > div {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 12px;
}

.principles .icon {
  width: 17px;
  height: 17px;
  stroke: #6b8548;
}

.approach-section {
  background: var(--navy);
  color: white;
}

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

.approach-section .section-eyebrow {
  color: #b7c5b0;
}

.approach-section .section-eyebrow > span {
  color: #a9bb94;
  border-color: #647555;
}

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

.approach-copy > p:not(.eyebrow) {
  color: #abb7c3;
  font-size: 13px;
  line-height: 1.9;
  max-width: 400px;
  margin-top: 25px;
  margin-bottom: 25px;
}

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

.approach-aside {
  display: flex;
  gap: 20px;
  align-items: center;
  border-top: 1px solid #ffffff20;
  padding-top: 26px;
  margin-top: 42px;
  max-width: 370px;
}

.aside-symbol {
  font-size: 47px;
  color: var(--lime);
  font-weight: 200;
  line-height: 1;
}

.approach-aside p {
  color: #a5b2bf;
  font-size: 13px;
  line-height: 1.8;
}

.approach-aside strong {
  color: #edf0ed;
  font-weight: 400;
}

.analytics-card {
  background: #1c2a39;
  border: 1px solid #35414d;
  border-radius: 8px;
  padding: 25px 27px 20px;
  box-shadow: 0 18px 60px #07101c25;
}

.analytics-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 8px;
  letter-spacing: 1px;
}

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

.analytics-top .status-dot {
  width: 5px;
  height: 5px;
}

.demo-badge {
  font-size: 7px;
  color: #afbca8;
  background: #2c3b3f;
  border-radius: 3px;
  padding: 5px 6px;
  letter-spacing: .6px;
}

.analytics-tabs {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid #ffffff18;
  margin-top: 24px;
}

.analytics-tabs button {
  position: relative;
  border: 0;
  background: none;
  color: #aab6c2;
  font-size: 11px;
  padding: 0 0 13px;
}

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

.analytics-tabs button[aria-selected="true"]::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--lime);
}

.metric-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-block: 25px 19px;
}

#metric-label {
  font-size: 10px;
  color: #b8c2ca;
  margin-bottom: 6px;
}

#metric-value {
  display: block;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -2px;
}

#metric-value > span {
  font-size: 26px;
  color: #bdc8d1;
  margin-left: 3px;
}

.metric-change {
  text-align: right;
  padding-bottom: 4px;
}

.metric-change strong {
  display: block;
  color: var(--lime);
  font-size: 12px;
  font-weight: 400;
}

.metric-change > span {
  font-size: 8px;
  color: #a9b5c0;
  display: block;
  margin-top: 6px;
}

.chart {
  display: flex;
  gap: 12px;
  height: 169px;
  padding-top: 8px;
  margin-bottom: 31px;
}

.chart-scale {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  font-size: 8px;
  color: #96a6b4;
  padding-bottom: 0;
}

.chart-plot {
  position: relative;
  flex: 1;
}

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

.chart-grid i {
  width: 100%;
  border-top: 1px dashed #52606b60;
}

.chart-bars {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  padding-inline: 18px;
}

.chart-column {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.chart-bar {
  position: relative;
  background: #5b7066;
  width: 100%;
  max-width: 58px;
  border-radius: 3px 3px 0 0;
  height: var(--bar-height);
  transition: height .35s ease;
}

.chart-column:nth-child(2) .chart-bar {
  background: #778c77;
}

.chart-column:nth-child(3) .chart-bar {
  background: #92aa80;
}

.chart-bar.current {
  background: var(--lime);
}

.chart-bar > span {
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 8px;
  color: #c5cdd2;
}

.quarter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px;
  text-align: center;
  font-size: 8px;
  color: #aab8c3;
}

.chart-insight {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 9px;
  color: #d7dfd3;
  background: #293c38;
  border: 1px solid #43594b;
  border-radius: 3px;
  padding: 11px 12px;
  line-height: 1.5;
}

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

.analytics-disclaimer {
  margin-top: 13px;
  color: #9cabb7;
  font-size: 8px;
  line-height: 1.5;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 65px;
  padding-top: 33px;
  border-top: 1px solid #ffffff20;
}

.process-step {
  display: flex;
  gap: 18px;
}

.process-number {
  color: var(--lime);
  font-size: 11px;
  padding-top: 4px;
  font-family: monospace;
}

.process-step h3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -.1px;
}

.process-step p {
  color: #9aa9b6;
  font-size: 11px;
  line-height: 1.85;
  margin-top: 9px;
  max-width: 270px;
}

.contact-section {
  background: #cfed9e;
  padding-block: 79px 83px;
}

.contact-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.contact-section .section-eyebrow {
  color: #3d542b;
}

.contact-section .section-eyebrow > span {
  color: #546f3b;
  border-color: #8bad67;
}

.contact-section h2 {
  font-size: clamp(43px, 4.5vw, 65px);
  line-height: 1.09;
}

.contact-section h2 > span {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 400;
}

.contact-invitation {
  min-width: 290px;
  margin-right: 52px;
}

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

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

.contact-invitation > small {
  display: block;
  color: #526845;
  font-size: 9px;
  margin-top: 12px;
}

.site-footer {
  padding-top: 61px;
  background: #f9faf6;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr .6fr;
  gap: 48px;
  padding-bottom: 55px;
}

.site-footer .brand {
  font-size: 22px;
}

.site-footer .brand-mark i {
  background: #7d9955;
}

.site-footer .brand-dot {
  color: #7d9955;
}

.footer-brand > p {
  font-size: 12px;
  line-height: 1.8;
  color: #747d70;
  margin-top: 19px;
}

.footer-grid h3 {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #78816f;
  margin-bottom: 19px;
  padding-top: 6px;
}

.footer-contact > a {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 12px;
  width: fit-content;
  margin-bottom: 12px;
}

.footer-contact .icon {
  width: 15px;
  height: 15px;
}

.footer-contact > a:hover, .footer-navigation > a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.footer-location address {
  font-style: normal;
  font-size: 11px;
  line-height: 1.9;
  color: #5f6957;
}

.footer-navigation > a {
  display: block;
  font-size: 11px;
  margin-bottom: 11px;
  color: #5f6957;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  border-top: 1px solid #dfe4d7;
  min-height: 74px;
  font-size: 9px;
  color: #7a8371;
}

.back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #3e4c36;
}

.back-to-top > span {
  font-size: 16px;
}

@media (min-width: 1600px) {
  .hero {
    padding-block: 65px;
  }
}

@media (max-width: 1150px) {
  body .container {
    width: calc(100% - 72px);
  }
  .hero {
    grid-template-columns: 1.15fr 1fr;
    gap: 20px;
  }
  .hero-visual {
    height: 505px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero-actions .button {
    padding-inline: 17px;
    gap: 17px;
  }
  .discipline-strip {
    gap: 10px;
  }
  .discipline-strip > span {
    font-size: 10px;
    gap: 14px;
  }
  .services-grid {
    gap: 12px;
  }
  .service-card {
    padding: 21px 18px 0;
  }
  .service-card h3 {
    font-size: 21px;
  }
  .service-card > p {
    min-height: 125px;
  }
  .about-grid, .approach-grid {
    gap: 47px;
  }
  .chart-bars {
    gap: 15px;
    padding-inline: 10px;
  }
  .footer-grid {
    gap: 25px;
  }
  .contact-invitation {
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .main-navigation {
    gap: 23px;
  }
  .main-navigation .nav-contact {
    margin-left: 0;
  }
  .hero {
    padding-top: 35px;
    min-height: 560px;
  }
  .hero h1 {
    font-size: clamp(42px, 5.7vw, 52px);
  }
  .hero-visual {
    height: 455px;
  }
  .hero-eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
  .hero-note {
    margin-top: 25px;
  }
  .visual-caption {
    left: 20px;
    right: 20px;
    gap: 10px;
  }
  .caption-index {
    display: none;
  }
  .visual-caption small {
    font-size: 8px;
  }
  .discipline-strip .strip-intro {
    display: none;
  }
  .discipline-strip {
    min-height: 73px;
  }
  .section {
    padding-block: 75px;
  }
  .section-heading-row {
    gap: 30px;
  }
  .section-heading-row > p {
    max-width: 275px;
    font-size: 12px;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .service-card {
    padding: 25px 24px 0;
  }
  .service-card > p {
    min-height: 66px;
  }
  .about-grid {
    gap: 30px;
  }
  .about-visual {
    min-height: 500px;
  }
  .about-copy h2 {
    font-size: 31px;
  }
  .about-image-caption {
    font-size: 7px;
    line-height: 1.7;
    padding: 18px;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .approach-grid {
    gap: 30px;
  }
  .approach-copy h2 {
    font-size: 33px;
  }
  .analytics-card {
    padding: 23px 20px 18px;
  }
  .analytics-top {
    flex-wrap: wrap;
    gap: 10px;
  }
  .analytics-tabs {
    gap: 18px;
  }
  .analytics-tabs button {
    font-size: 10px;
  }
  .process-grid {
    gap: 25px;
  }
  .process-step {
    gap: 12px;
  }
  .contact-top {
    gap: 30px;
  }
  .contact-invitation {
    min-width: 250px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 55px;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 18px;
  }
  body .container {
    width: calc(100% - 40px);
  }
  .site-header {
    min-height: 79px;
    position: relative;
  }
  .brand {
    font-size: 22px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid #ffffff38;
    border-radius: 3px;
    background: transparent;
  }
  .menu-toggle > span {
    display: block;
    width: 22px;
    height: 1px;
    background: #edf2e8;
    transition: transform .2s;
  }
  .menu-toggle[aria-expanded="true"] > span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] > span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .main-navigation {
    display: none;
    position: absolute;
    top: 78px;
    left: -20px;
    right: -20px;
    z-index: 10;
    background: #172535;
    border-bottom: 1px solid #4a5b66;
    padding: 24px 20px;
    box-shadow: 0 18px 20px #07101c30;
  }
  .main-navigation.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .main-navigation > a:not(.button) {
    padding: 15px 7px;
    font-size: 15px;
  }
  .main-navigation .nav-contact {
    margin-top: 14px;
    justify-content: space-between;
    padding-block: 14px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 35px;
    padding-bottom: 27px;
    gap: 34px;
  }
  .hero-copy {
    padding-block: 6px 0;
  }
  .hero-eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
    margin-bottom: 23px;
  }
  .hero h1 {
    font-size: clamp(44px, 11.8vw, 68px);
    letter-spacing: -.058em;
    line-height: 1.08;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 22px;
    max-width: 430px;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 20px;
    flex-direction: row;
    align-items: center;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 14px 17px;
    gap: 20px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero-note {
    font-size: 9px;
    margin-top: 26px;
  }
  .hero-visual {
    height: 365px;
  }
  .hero-visual > img {
    object-position: center 53%;
  }
  .visual-topline {
    inset: 15px 20px auto;
    font-size: 7px;
  }
  .visual-caption {
    bottom: 21px;
  }
  .visual-caption div > span {
    font-size: 12px;
  }
  .visual-caption small {
    font-size: 8px;
  }
  .discipline-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 19px 10px;
    padding-block: 24px;
  }
  .discipline-strip > span {
    font-size: 10px;
    justify-content: flex-start;
  }
  .discipline-strip i {
    display: none;
  }
  .discipline-strip > span:not(.strip-intro)::before {
    content: '';
    width: 3px;
    height: 3px;
    background: var(--lime);
  }
  .section {
    padding-block: 61px;
  }
  .section-eyebrow {
    font-size: 9px;
    letter-spacing: 1.4px;
    margin-bottom: 20px;
  }
  main h2 {
    font-size: 34px;
  }
  .section-heading-row {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 30px;
  }
  .section-heading-row > p {
    max-width: 100%;
    font-size: 13px;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .service-card {
    padding: 25px 25px 0;
  }
  .service-top {
    margin-bottom: 23px;
  }
  .service-card h3 {
    font-size: 26px;
  }
  .service-card > p {
    font-size: 13px;
    min-height: auto;
  }
  .service-card details {
    margin-top: 23px;
  }
  .service-card summary {
    font-size: 12px;
  }
  .service-detail {
    font-size: 12px;
  }
  .services-footnote {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .about-visual {
    min-height: 340px;
  }
  .about-image-caption {
    padding: 20px;
    font-size: 8px;
  }
  .about-copy h2 {
    font-size: 34px;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .about-copy .about-lead {
    font-size: 14px;
  }
  .approach-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .approach-copy h2 {
    font-size: 36px;
  }
  .approach-copy > p:not(.eyebrow) {
    max-width: 100%;
  }
  .approach-aside {
    margin-top: 28px;
    max-width: 100%;
  }
  .analytics-card {
    padding: 23px 20px 19px;
  }
  .analytics-top {
    flex-wrap: nowrap;
    font-size: 7px;
  }
  .demo-badge {
    font-size: 6px;
  }
  .analytics-tabs {
    gap: 25px;
  }
  .analytics-tabs button {
    font-size: 11px;
  }
  .chart-bars {
    gap: 20px;
    padding-inline: 10px;
  }
  .chart-insight {
    font-size: 9px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
    padding-top: 30px;
    gap: 28px;
  }
  .process-step {
    gap: 20px;
  }
  .process-step h3 {
    font-size: 16px;
  }
  .process-step p {
    font-size: 12px;
    max-width: 100%;
  }
  .contact-section {
    padding-block: 58px;
  }
  .contact-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .contact-section h2 {
    font-size: 48px;
  }
  .contact-invitation p {
    font-size: 14px;
  }
  .contact-invitation > small {
    font-size: 10px;
  }
  .site-footer {
    padding-top: 44px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 18px;
    padding-bottom: 35px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-brand > p {
    margin-top: 14px;
  }
  .footer-contact {
    grid-column: 1 / -1;
  }
  .footer-contact > a {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .footer-grid h3 {
    font-size: 9px;
    margin-bottom: 16px;
  }
  .footer-location address, .footer-navigation > a {
    font-size: 11px;
  }
  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px 10px;
    padding-block: 24px;
    font-size: 8px;
  }
  .footer-bottom > span {
    grid-column: 1;
    grid-row: 2;
  }
  .back-to-top {
    grid-column: 2;
    grid-row: 1 / 3;
    font-size: 9px;
    gap: 9px;
  }
}

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