:root {
  --paper: #f7f7f2;
  --ink: #26332f;
  --muted: #69716c;
  --blue: #2858d6;
  --line: #dddfd7;
  --serif: Georgia, 'Times New Roman', serif;
}

* {
  box-sizing: border-box;
}

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

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

button, input, textarea, select {
  font: inherit;
}

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

button {
  cursor: pointer;
}

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

button {
  color: inherit;
}

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

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

h1, h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -2px;
}

h2 {
  font-size: clamp(34px, 3.5vw, 48px);
  line-height: 1.16;
}

h2 em {
  font-weight: 400;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

::selection {
  background: #d9e3ff;
  color: #173f9e;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}

[hidden] {
  display: none !important;
}

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

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

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

.icon, .service-icon, .principle-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: -80px;
  left: 16px;
  z-index: 100;
  padding: 12px 20px;
  background: var(--ink);
  color: white;
}

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

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

.section-label {
  color: var(--blue);
  margin-bottom: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 16px 22px;
  border: 1px solid var(--blue);
  border-radius: 3px;
  background: var(--blue);
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  transition: background 180ms, transform 180ms, box-shadow 180ms;
}

.button:hover {
  background: #1d46b4;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px #2858d615;
}

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

.button-small {
  padding: 12px 18px;
  gap: 28px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: none;
  border: 0;
  padding: 0 0 4px;
  font-size: 12px;
  font-weight: 600;
}

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

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

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

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

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

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

.brand-symbol {
  display: flex;
  width: 33px;
  height: 35px;
  gap: 4px;
  align-items: center;
  transform: skewY(-17deg);
}

.brand-symbol span {
  display: block;
  width: 8px;
  background: var(--blue);
}

.brand-symbol span:nth-child(1) {
  height: 21px;
}

.brand-symbol span:nth-child(2) {
  height: 33px;
}

.brand-symbol span:nth-child(3) {
  height: 26px;
}

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

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

.main-navigation {
  display: flex;
  gap: 36px;
  margin-left: auto;
  margin-right: 48px;
}

.main-navigation a {
  font-size: 12px;
}

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

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

.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 42px;
  align-items: center;
  padding-block: 62px 67px;
}

.hero-copy {
  padding-block: 8px 22px;
}

.hero .eyebrow {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 25px;
}

.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
}

h1 {
  font-size: clamp(52px, 5.65vw, 82px);
  line-height: 1.06;
  letter-spacing: -3.5px;
}

h1 em {
  color: var(--blue);
  font-weight: 400;
}

.hero-description {
  margin-top: 27px;
  max-width: 398px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
}

.hero-actions .button {
  gap: 18px;
  padding-inline: 19px;
}

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

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

.small-cross {
  color: var(--blue);
  font-size: 20px;
  font-weight: 300;
}

.hero-visual {
  position: relative;
  padding-left: 30px;
  padding-bottom: 26px;
}

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

.hero-image {
  height: 100%;
  width: 100%;
  object-position: center 43%;
}

.hero-image-wrap::after {
  content: '';
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, #15232d65);
}

.image-caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  color: white;
  font-size: 9px;
  letter-spacing: 1.5px;
}

.insight-note {
  position: absolute;
  left: 0;
  bottom: 83px;
  z-index: 2;
  width: 265px;
  padding: 20px 23px 15px;
  background: #fdfdf9;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 12px 40px #172c3514;
}

.insight-note-top {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 7px;
  letter-spacing: 1px;
}

.mini-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: #e9eefb;
  color: var(--blue);
  border-radius: 2px;
  flex-shrink: 0;
}

.mini-icon .icon {
  width: 20px;
  height: 20px;
}

.insight-note p {
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: -.65px;
  line-height: 1.2;
  margin-block: 14px 16px;
}

.insight-note p span {
  color: var(--blue);
  font-style: italic;
}

.note-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 8px;
  color: var(--muted);
}

.note-bottom .icon {
  width: 17px;
  height: 17px;
}

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

.principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 29px;
  border-block: 1px solid var(--line);
}

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

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

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

.principle-icon {
  width: 26px;
  height: 26px;
  color: #65756b;
  stroke-width: 1.3;
}

.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11%;
}

.about-copy {
  padding-top: 3px;
}

.about-copy p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 17px;
  line-height: 1.85;
}

.about-copy .lead-copy {
  font-size: 18px;
  color: var(--ink);
  line-height: 1.55;
  margin-bottom: 18px;
  max-width: 410px;
}

.about-copy .text-link {
  margin-top: 5px;
}

.services-section {
  background: #eeefe9;
}

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

.section-heading > p {
  font-size: 12px;
  color: var(--muted);
  padding-bottom: 5px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  display: flex;
  flex-direction: column;
  padding: 31px 27px 25px;
  background: var(--paper);
  border: 1px solid #e0e2da;
  border-radius: 3px;
  transition: border-color 200ms, transform 200ms;
}

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

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

.service-top > span {
  font-size: 10px;
  color: #838b81;
}

.service-icon {
  width: 35px;
  height: 35px;
  color: var(--blue);
  stroke-width: 1.2;
}

.service-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 25px;
  line-height: 1.24;
  letter-spacing: -.7px;
  margin-bottom: 17px;
}

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

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  margin-bottom: 27px;
}

.service-tags li {
  font-size: 8px;
  border: 1px solid #dfe2d8;
  padding: 3px 8px;
  border-radius: 2px;
  color: #626d62;
}

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

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

.analytics-section {
  background: #eaf0f4;
}

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

.analytics-copy h2 {
  font-size: clamp(32px, 3.3vw, 46px);
}

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

.check-list {
  margin-block: 26px;
  display: grid;
  gap: 12px;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
}

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

.dashboard {
  padding: 27px 28px 19px;
  border: 1px solid #dce3e9;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 12px 35px #24364a06;
}

.dashboard-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.dashboard-kicker {
  font-size: 7px;
  letter-spacing: 1.1px;
  color: var(--muted);
}

.dashboard h3 {
  font-size: 17px;
  letter-spacing: -.4px;
  margin-top: 3px;
  font-weight: 500;
}

.live-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 7px;
  color: #77817b;
  white-space: nowrap;
}

.live-label span {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #7b967e;
}

.analytics-tabs {
  display: flex;
  border-bottom: 1px solid #e7eaf0;
  gap: 23px;
  margin-top: 23px;
}

.analytics-tabs button {
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0 0 10px;
  background: none;
  color: #7b8387;
  font-size: 10px;
}

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

.metric-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
}

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

.metric-summary strong {
  display: block;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -1px;
}

.metric-change {
  text-align: right;
}

.metric-change > span {
  font-size: 10px;
  color: #3d715a;
  background: #edf4ee;
  border-radius: 3px;
  padding: 5px 8px;
}

.metric-change small {
  display: block;
  color: #8b928d;
  font-size: 8px;
  margin-top: 8px;
}

.metric-chart {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  margin-top: 16px;
}

.chart-grid {
  fill: none;
  stroke: #edf0f3;
  stroke-width: 1;
}

.chart-labels {
  font-family: Arial, sans-serif;
  font-size: 9px;
  fill: #92999f;
}

.month-labels {
  text-anchor: middle;
  font-size: 8px;
  letter-spacing: .6px;
}

#chart-line {
  stroke: var(--blue);
  stroke-width: 2.5;
  fill: none;
  stroke-linejoin: round;
  stroke-linecap: round;
}

#chart-end {
  fill: var(--blue);
  stroke: white;
  stroke-width: 2;
}

.dashboard-insight {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #f4f6fb;
  padding: 13px;
  margin-top: 17px;
  border-radius: 3px;
}

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

.dashboard-insight .mini-icon {
  background: none;
  width: 21px;
}

.demo-disclaimer {
  font-size: 7px;
  color: #868c8e;
  margin-top: 13px;
  text-align: center;
  letter-spacing: .2px;
}

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

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

.approach-image-wrap img {
  width: 100%;
  height: 320px;
}

.photo-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--paper);
  padding: 9px 12px;
  font-size: 7px;
  letter-spacing: 1px;
}

.approach-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  max-width: 390px;
  line-height: 1.85;
  margin-block: 24px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 55px;
}

.process-grid article {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.step-number {
  display: block;
  font-size: 10px;
  color: var(--blue);
  margin-bottom: 15px;
}

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

.process-grid p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
  max-width: 310px;
}

.contact-banner {
  background: #243d35;
  color: #fbfbf4;
  padding-block: 65px;
  position: relative;
  overflow: hidden;
}

.contact-banner::after {
  content: '';
  position: absolute;
  width: 390px;
  height: 390px;
  border: 1px solid #f7f7f20b;
  border-radius: 50%;
  top: -105px;
  right: -175px;
  pointer-events: none;
}

.contact-banner-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  gap: 50px;
}

.contact-banner .eyebrow {
  color: #bcc8b6;
  font-size: 8px;
  margin-bottom: 23px;
}

.contact-banner h2 {
  font-size: clamp(38px, 4.2vw, 58px);
}

.contact-banner h2 em {
  color: #c7d6c1;
}

.contact-banner-inner > div:last-child {
  justify-self: center;
}

.contact-banner-inner > div > p:not(.eyebrow) {
  color: #c9d2cb;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 21px;
}

.button-light {
  background: #f3f4e9;
  border-color: #f3f4e9;
  color: #243d35;
  gap: 35px;
}

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

.contact-prompt {
  display: block;
  margin-top: 11px;
  font-size: 8px;
  color: #bdc9bc;
}

.site-footer {
  padding-top: 58px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1.1fr 1fr;
  gap: 50px;
  padding-bottom: 45px;
}

.footer-brand-column > p {
  margin-block: 22px 13px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
}

.legal-name {
  font-size: 9px;
  color: var(--muted);
}

.footer-grid h3 {
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 1.3px;
  margin-block: 8px 22px;
}

.footer-grid > div > a:not(.brand) {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 11px;
  margin-top: 11px;
}

.footer-grid .icon {
  width: 14px;
  height: 14px;
}

.footer-grid a:hover {
  color: var(--blue);
}

.footer-email {
  overflow-wrap: anywhere;
}

.footer-grid address {
  font-size: 11px;
  font-style: normal;
  color: var(--muted);
  line-height: 1.9;
}

.footer-grid .map-link {
  font-size: 10px !important;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 22px;
  border-top: 1px solid var(--line);
  font-size: 8px;
  color: var(--muted);
}

.footer-bottom a {
  white-space: nowrap;
}

.footer-bottom a span {
  margin-left: 9px;
}

.review-dialog {
  width: min(540px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 20px 100px #10201750;
}

.review-dialog::backdrop {
  background: #1727209e;
  backdrop-filter: blur(5px);
}

.dialog-inner {
  position: relative;
  padding: 36px;
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: none;
  background: transparent;
  font-size: 27px;
  color: var(--muted);
}

.dialog-close:hover {
  color: var(--blue);
}

.dialog-inner .eyebrow {
  margin-bottom: 15px;
  font-size: 8px;
}

.dialog-inner h2 {
  font-size: 39px;
}

.dialog-description {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.75;
  margin-block: 18px 23px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form-field {
  margin-bottom: 15px;
}

.form-field label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 6px;
}

.form-field label > span {
  color: var(--blue);
}

.form-field label .optional {
  color: var(--muted);
  font-weight: 400;
}

.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #d6dcd5;
  border-radius: 2px;
  font-size: 12px;
  color: var(--ink);
}

.form-field input::placeholder, .form-field textarea::placeholder {
  color: #949b94;
}

.form-field textarea {
  resize: vertical;
  min-height: 75px;
}

.form-submit {
  width: 100%;
  margin-top: 3px;
}

.form-note {
  font-size: 9px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 12px;
}

.email-ready {
  padding-top: 15px;
}

.ready-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e0eadf;
  color: #3c6147;
  margin-bottom: 18px;
}

.email-ready h3 {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}

.email-ready > p:not(.form-note) {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
  margin-block: 14px 22px;
}

.email-ready .text-link {
  display: flex;
  margin-top: 20px;
}

.edit-request {
  font-size: 11px;
  background: none;
  border: 0;
  padding: 0;
  margin-top: 22px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.dialog-open {
  overflow: hidden;
}

@media (min-width: 1500px) {
  .hero-image-wrap {
    height: 580px;
  }
  .hero {
    padding-block: 75px;
  }
}

@media (max-width: 1150px) {
  .page-container {
    width: calc(100% - 80px);
  }
  .main-navigation {
    margin-right: 10px;
    gap: 24px;
  }
  .hero {
    gap: 20px;
  }
  .hero-image-wrap {
    height: 480px;
  }
  .hero-visual {
    padding-left: 20px;
  }
  .hero-actions {
    gap: 17px;
  }
  .hero-actions .button {
    padding-inline: 15px;
    gap: 10px;
  }
  .analytics-layout, .approach-intro {
    gap: 45px;
  }
  .service-card {
    padding-inline: 22px;
  }
  .service-card h3 {
    font-size: 23px;
  }
  .footer-grid {
    gap: 35px;
  }
}

@media (max-width: 900px) {
  .page-container {
    width: calc(100% - 56px);
  }
  .header-inner {
    gap: 20px;
    min-height: 90px;
  }
  .main-navigation {
    gap: 18px;
  }
  .header-cta {
    font-size: 10px;
    gap: 15px;
    padding: 12px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  h1 {
    font-size: 52px;
    letter-spacing: -2.5px;
  }
  .hero-image-wrap {
    height: 465px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .principles > div {
    gap: 8px;
    font-size: 10px;
  }
  .principle-icon {
    width: 23px;
    height: 23px;
  }
  .section-space {
    padding-block: 75px;
  }
  .about-section {
    gap: 50px;
  }
  .section-heading > p {
    max-width: 220px;
  }
  .service-grid {
    gap: 12px;
  }
  .service-card {
    padding: 23px 19px;
  }
  .service-card h3 {
    font-size: 21px;
  }
  .service-card > p {
    font-size: 11px;
  }
  .service-link {
    font-size: 10px;
  }
  .analytics-layout {
    gap: 30px;
  }
  .dashboard {
    padding: 23px 20px 17px;
  }
  .dashboard-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .analytics-tabs {
    gap: 19px;
  }
  .check-list li {
    font-size: 10px;
  }
  .approach-intro {
    gap: 35px;
  }
  .approach-image-wrap img {
    height: 320px;
  }
  .process-grid {
    gap: 24px;
  }
  .process-grid h3 {
    font-size: 21px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 25px;
  }
  .footer-grid > div > a:not(.brand) {
    font-size: 10px;
  }
  .footer-bottom > span {
    display: none;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 24px;
  }
  .page-container {
    width: calc(100% - 44px);
  }
  .header-inner {
    min-height: 83px;
  }
  .brand-name {
    font-size: 31px;
  }
  .brand-descriptor {
    font-size: 6px;
  }
  .brand-symbol {
    width: 29px;
    gap: 3px;
  }
  .brand-symbol span {
    width: 7px;
  }
  .header-cta {
    display: none;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 2px;
    background: transparent;
    padding: 10px;
  }
  .menu-toggle span {
    display: block;
    width: 20px;
    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);
  }
  .main-navigation {
    display: none;
    position: absolute;
    z-index: 10;
    top: 82px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 20px 22px 27px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 12px 15px #243d350a;
  }
  .main-navigation.is-open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .main-navigation a {
    display: block;
    padding: 12px 0;
    font-size: 14px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 42px 38px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero .eyebrow {
    font-size: 8px;
    margin-bottom: 22px;
  }
  h1 {
    font-size: clamp(45px, 11.7vw, 70px);
    letter-spacing: -2.5px;
    line-height: 1.08;
  }
  .hero-description {
    font-size: 13px;
    margin-top: 22px;
    max-width: 420px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 15px 17px;
    gap: 15px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero-note {
    margin-top: 22px;
  }
  .hero-visual {
    padding-left: 18px;
    padding-bottom: 24px;
  }
  .hero-image-wrap {
    height: 430px;
  }
  .insight-note {
    width: 236px;
    bottom: 74px;
    padding: 18px 20px 13px;
  }
  .insight-note p {
    font-size: 23px;
  }
  .image-caption {
    bottom: 24px;
    left: 21px;
    right: 21px;
  }
  .principles {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 10px;
  }
  .principles > div {
    justify-content: flex-start !important;
    gap: 12px;
    padding: 18px 0;
    font-size: 11px;
  }
  .principles > div:nth-child(even) {
    border-right: 0;
    padding-left: 24px;
  }
  .principles > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
  .section-space {
    padding-block: 62px;
  }
  h2 {
    font-size: 37px;
    letter-spacing: -1.5px;
  }
  .section-label {
    font-size: 9px;
    margin-bottom: 21px;
  }
  .about-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .about-copy .lead-copy {
    font-size: 17px;
  }
  .about-copy p {
    font-size: 13px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    margin-top: 22px;
    max-width: none;
    font-size: 12px;
  }
  .section-heading > p br {
    display: none;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .service-card {
    padding: 27px;
  }
  .service-top {
    margin-bottom: 23px;
  }
  .service-card h3 {
    font-size: 28px;
  }
  .service-card > p {
    font-size: 13px;
  }
  .service-tags li {
    font-size: 9px;
  }
  .service-link {
    font-size: 12px;
  }
  .analytics-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .analytics-copy h2 {
    font-size: 35px;
  }
  .check-list li {
    font-size: 11px;
  }
  .dashboard {
    padding: 23px 21px 17px;
  }
  .dashboard-heading {
    flex-direction: row;
    align-items: center;
  }
  .dashboard h3 {
    font-size: 16px;
  }
  .dashboard-insight p {
    font-size: 10px;
  }
  .approach-intro {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    align-items: stretch;
  }
  .approach-image-wrap img {
    height: 285px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 32px;
  }
  .process-grid article {
    padding-top: 18px;
  }
  .step-number {
    margin-bottom: 8px;
  }
  .process-grid h3 {
    font-size: 25px;
  }
  .process-grid p {
    font-size: 13px;
    max-width: none;
  }
  .contact-banner {
    padding-block: 52px;
  }
  .contact-banner-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-banner h2 {
    font-size: 43px;
  }
  .contact-banner .eyebrow {
    font-size: 7px;
    letter-spacing: 1.2px;
  }
  .contact-banner-inner > div:last-child {
    justify-self: start;
  }
  .contact-banner-inner > div > p:not(.eyebrow) br {
    display: none;
  }
  .contact-prompt {
    font-size: 9px;
  }
  .site-footer {
    padding-top: 45px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 30px;
  }
  .footer-brand-column > p {
    margin-top: 19px;
  }
  .footer-grid h3 {
    margin-bottom: 15px;
  }
  .footer-grid > div > a:not(.brand), .footer-grid address {
    font-size: 12px;
  }
  .legal-name {
    font-size: 10px;
  }
  .footer-bottom {
    align-items: flex-start;
    font-size: 8px;
    gap: 15px;
  }
  .footer-bottom > p {
    max-width: 230px;
  }
  .dialog-inner {
    padding: 30px 23px;
  }
  .dialog-inner h2 {
    font-size: 34px;
  }
  .form-field input, .form-field select, .form-field textarea {
    font-size: 16px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-note {
    font-size: 10px;
  }
}

@media (max-width: 380px) {
  .page-container {
    width: calc(100% - 36px);
  }
  h1 {
    font-size: 43px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-image-wrap {
    height: 385px;
  }
  .principles > div {
    font-size: 10px;
    gap: 8px;
  }
  .principles > div:nth-child(even) {
    padding-left: 15px;
  }
  h2, .analytics-copy h2 {
    font-size: 32px;
  }
  .dashboard-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .service-card {
    padding: 25px 22px;
  }
}

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