@charset "UTF-8";

:root {
  --paper: #f7f6f2;
  --ink: #272925;
  --muted: #71736c;
  --orange: #e85f35;
  --orange-dark: #c54620;
  --line: #ddded5;
  --soft: #eeeee7;
}

* {
  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;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  font: inherit;
  cursor: pointer;
}

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

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

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

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

body h2 {
  font-size: clamp(34px, 3.35vw, 48px);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -1.9px;
}

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

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

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

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

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

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

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

.header-inner {
  min-height: 96px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.3px;
}

.brand-mark {
  width: 35px;
  height: 35px;
  color: var(--orange);
}

.brand-city {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.1px;
}

.desktop-nav {
  gap: 32px;
  margin-left: 58px;
  font-size: 12px;
}

.desktop-nav a, .contact-detail a {
  transition: color 180ms ease;
}

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

.button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  transition: background 180ms ease, transform 180ms ease;
}

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

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

.button-dark:hover {
  background: #43463f;
}

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

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

.header-cta {
  min-height: 42px;
  padding: 10px 17px;
  gap: 28px;
}

.header-cta .icon {
  width: 16px;
  height: 16px;
}

.menu-toggle {
  display: none;
}

.mobile-menu[hidden] {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  align-items: center;
  gap: 54px;
  padding-block: 62px 64px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 27px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1.6;
  text-transform: uppercase;
}

.eyebrow-line {
  width: 22px;
  height: 2px;
  background: var(--orange);
}

.hero h1 {
  margin-left: -5px;
  font-size: clamp(60px, 6.1vw, 88px);
  font-weight: 500;
  line-height: 1.045;
  letter-spacing: -4.8px;
}

.hero h1 > span {
  color: var(--orange);
}

.hero-description {
  max-width: 400px;
  margin-top: 25px;
  color: #71736b;
  font-size: 15px;
  line-height: 1.8;
}

.hero-actions {
  gap: 27px;
  margin-top: 32px;
}

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

.text-link .icon {
  width: 17px;
  height: 17px;
  transition: transform 180ms ease;
}

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

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

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

.hero-image-frame {
  position: relative;
  height: 542px;
  overflow: hidden;
  background: #c6b6a4;
  border-radius: 3px;
}

.hero-image-frame > img {
  height: 100%;
  object-position: 50% 48%;
}

.image-topline {
  position: absolute;
  inset: 24px 26px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2px;
  text-shadow: 0 1px 7px #0005;
}

.image-cross {
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.image-caption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 90px 28px 29px;
  background: linear-gradient(transparent, #171d17b8);
  color: white;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.7px;
}

.image-arrow {
  display: grid;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  place-items: center;
  border: 1px solid #ffffff7a;
  border-radius: 50%;
}

.image-footnote {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 13px;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 1px;
}

.principles-bar {
  border-block: 1px solid var(--line);
}

.principles-grid {
  padding-block: 28px;
}

.principle {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-inline: 28px;
  border-right: 1px solid var(--line);
  font-size: 13px;
}

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

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

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

.principle .icon {
  width: 23px;
  height: 23px;
  margin-left: auto;
  color: #77796f;
  stroke-width: 1.1;
}

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

.about-copy {
  max-width: 510px;
  padding-top: 5px;
}

.large-copy {
  margin-bottom: 21px;
  font-size: 23px;
  letter-spacing: -0.55px;
  line-height: 1.4;
}

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

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

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

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

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

.services-grid {
  gap: 14px;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 26px 24px 21px;
  border: 1px solid #e0e1d8;
  border-radius: 3px;
  background: var(--paper);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: #e4b09e;
  box-shadow: 0 8px 24px #35372b07;
}

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

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

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

.service-card h3 {
  margin-bottom: 18px;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 1.24;
}

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

.service-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 9px;
}

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

.analytics-section {
  overflow: hidden;
  background: #292d28;
  color: #f7f6f2;
}

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

.analytics-copy .eyebrow {
  color: #e4a187;
}

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

.analytics-benefits {
  display: grid;
  gap: 12px;
  margin: 25px 0 30px;
  padding: 0;
  list-style: none;
  font-size: 11px;
  color: #e3e5dc;
}

.analytics-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.analytics-benefits .icon {
  width: 15px;
  height: 15px;
  color: #ed9173;
}

.light-link {
  color: #f4a388;
}

.analytics-demo {
  min-width: 0;
  padding: 25px 28px 19px;
  border: 1px solid #555b4e;
  border-radius: 7px;
  background: #34392f;
  box-shadow: 0 22px 45px #12171020;
}

.dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 26px;
  font-size: 12px;
}

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

.dashboard-dot {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #f4754e;
}

.demo-badge {
  padding: 4px 7px;
  border: 1px solid #626857;
  border-radius: 3px;
  color: #b9bfae;
  font-size: 7px;
  letter-spacing: 1px;
}

.chart-tabs {
  display: flex;
  gap: 25px;
  margin-bottom: 24px;
  border-bottom: 1px solid #555b4b;
}

.chart-tabs button {
  position: relative;
  padding: 0 0 12px;
  border: 0;
  background: transparent;
  color: #b9c0ad;
  font-size: 10px;
  transition: color 180ms ease;
}

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

.chart-tabs button[aria-selected="true"] {
  color: white;
}

.chart-tabs button[aria-selected="true"]::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #f4754e;
  content: "";
}

.metric-label {
  color: #c6cbbc;
  font-size: 10px;
}

.metric-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 5px;
}

.metric-row > strong {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1.6px;
}

.metric-unit {
  font-size: 17px;
  color: #bac3ac;
  letter-spacing: -0.2px;
}

.metric-change {
  padding: 4px 8px;
  border-radius: 3px;
  background: #4b5540;
  color: #d0e3b7;
  font-size: 9px;
  white-space: nowrap;
}

.chart-container {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}

.chart-axis {
  display: flex;
  width: 21px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 9px 34px;
  color: #a5af98;
  font-size: 8px;
}

.chart-main {
  min-width: 0;
  flex: 1;
}

#insight-chart {
  display: block;
  width: 100%;
  overflow: visible;
}

.chart-grid {
  fill: none;
  stroke: #515945;
  stroke-width: 1;
  stroke-dasharray: 3 4;
}

#chart-line {
  fill: none;
  stroke: #f4754e;
  stroke-width: 2.5;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.chart-months {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  color: #a5af98;
  font-size: 8px;
}

.chart-insight {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 23px;
  padding: 13px;
  border: 1px solid #565e49;
  border-radius: 3px;
  background: #3c4434;
}

.insight-icon {
  color: #f4a388;
  font-size: 16px;
  line-height: 1.2;
}

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

.demo-disclaimer {
  margin-top: 15px;
  color: #aeb8a0;
  font-size: 8px;
  text-align: center;
}

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

.process-visual img {
  height: 450px;
  border-radius: 3px;
  object-position: 45% 50%;
}

.process-image-caption {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
  color: var(--muted);
  font-size: 10px;
}

.process-intro {
  margin-top: 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.process-steps {
  display: grid;
  gap: 22px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.process-steps li {
  display: flex;
  gap: 20px;
}

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

.process-steps h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.process-steps p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.contact-section {
  padding-top: 80px;
  background: #eeeee6;
  border-top: 1px solid var(--line);
}

.contact-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding-bottom: 68px;
}

.contact-top h2 {
  font-size: clamp(38px, 4.1vw, 59px);
  letter-spacing: -2.3px;
}

.contact-top h2 span {
  color: var(--orange);
}

.contact-top > div > p:not(.eyebrow) {
  margin-top: 20px;
  color: var(--muted);
  font-size: 13px;
}

.contact-action {
  min-width: 285px;
  padding-top: 31px;
}

.contact-top .contact-action > p {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 13px;
}

.email-hint {
  display: block;
  margin-top: 13px;
  color: var(--muted);
  font-size: 10px;
}

.contact-details {
  display: grid;
  grid-template-columns: 1fr 1.2fr 0.8fr 1.4fr;
  gap: 26px;
  padding-block: 41px;
  border-top: 1px solid #d4d6ca;
}

.footer-brand {
  align-self: start;
  margin-top: 3px;
}

.contact-detail h3 {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.contact-detail a, .contact-detail address {
  font-size: 11px;
  font-style: normal;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.contact-detail a > span {
  margin-left: 5px;
  color: var(--orange);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 23px;
  border-top: 1px solid #d4d6ca;
  color: var(--muted);
  font-size: 9px;
}

.footer-bottom a {
  color: var(--ink);
}

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

@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}

@media (min-width: 1500px) {
  .hero-image-frame {
    height: 590px;
  }
}

@media (max-width: 1100px) {
  .container.container {
    width: calc(100% - 72px);
  }

  .desktop-nav {
    gap: 24px;
    margin-left: 0;
  }

  .hero, .about-section {
    gap: 35px;
  }

  .hero h1 {
    font-size: 65px;
    letter-spacing: -3.8px;
  }

  .hero-actions {
    gap: 18px;
  }

  .hero-image-frame {
    height: 512px;
  }

  .principle {
    gap: 12px;
    padding-inline: 20px;
    font-size: 11px;
  }

  .analytics-grid, .process-section {
    gap: 50px;
  }

  .analytics-demo {
    padding-inline: 21px;
  }

  .service-card {
    padding-inline: 19px;
  }

  .service-card h3 {
    font-size: 21px;
  }

  .contact-details {
    grid-template-columns: 1fr 1.2fr;
    gap: 30px 50px;
  }
}

@media (max-width: 767px) {
  .container.container {
    width: calc(100% - 44px);
  }

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

  .header-inner {
    min-height: 79px;
  }

  .brand {
    font-size: 14px;
  }

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

  .brand-city {
    font-size: 10px;
  }

  .header-cta, .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 3px;
    background: transparent;
  }

  .menu-toggle span {
    width: 18px;
    height: 1px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  .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-menu {
    display: grid;
    gap: 3px;
    padding: 10px 22px 20px;
    border-top: 1px solid var(--line);
  }

  .mobile-menu a {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 14px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 37px;
    padding-block: 39px 38px;
  }

  .eyebrow {
    margin-bottom: 21px;
    font-size: 9px;
    letter-spacing: 1.3px;
  }

  .hero h1 {
    margin-left: -3px;
    font-size: clamp(49px, 14.1vw, 78px);
    letter-spacing: -3.2px;
    line-height: 1.035;
  }

  .hero-description {
    max-width: 450px;
    margin-top: 23px;
    font-size: 14px;
  }

  .hero-actions {
    gap: 22px;
    margin-top: 25px;
  }

  .hero-actions .button {
    gap: 18px;
    padding-inline: 16px;
    font-size: 11px;
  }

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

  .hero-note {
    margin-top: 25px;
    font-size: 9px;
  }

  .hero-image-frame {
    height: 410px;
  }

  .image-caption {
    padding: 80px 23px 24px;
    font-size: 22px;
  }

  .image-footnote {
    font-size: 6.8px;
    letter-spacing: 0.7px;
  }

  .principles-grid {
    padding-block: 9px;
  }

  .principle, .principle:first-child, .principle:last-child {
    gap: 15px;
    padding: 16px 0;
    border: 0;
    font-size: 12px;
  }

  .principle + .principle {
    border-top: 1px solid var(--line);
  }

  .about-section, .analytics-grid, .process-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  body h2 {
    font-size: 36px;
    letter-spacing: -1.5px;
  }

  .large-copy {
    font-size: 21px;
  }

  .section-heading {
    display: block;
    margin-bottom: 30px;
  }

  .section-heading > p {
    max-width: 450px;
    margin-top: 22px;
  }

  .service-card {
    padding: 25px;
  }

  .service-top {
    margin-bottom: 23px;
  }

  .service-card h3 {
    font-size: 26px;
  }

  .service-card > p {
    max-width: 420px;
    font-size: 13px;
  }

  .service-bottom {
    font-size: 10px;
  }

  .analytics-grid {
    gap: 39px;
  }

  .analytics-demo {
    padding: 21px 18px 18px;
  }

  .dashboard-top {
    font-size: 11px;
  }

  .metric-row > strong {
    font-size: 33px;
  }

  .metric-change {
    font-size: 8px;
  }

  .chart-tabs {
    justify-content: space-between;
    gap: 12px;
  }

  .chart-insight p {
    min-height: 50px;
  }

  .process-visual img {
    height: 320px;
  }

  .process-copy {
    grid-row: 1;
  }

  .contact-section {
    padding-top: 59px;
  }

  .contact-top {
    display: block;
    padding-bottom: 42px;
  }

  .contact-top h2 {
    font-size: 40px;
    letter-spacing: -1.8px;
  }

  .contact-top > div > p:not(.eyebrow) {
    font-size: 12px;
  }

  .contact-action {
    min-width: 0;
    padding-top: 32px;
  }

  .contact-details {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-block: 34px;
  }

  .contact-detail a, .contact-detail address {
    font-size: 12px;
  }

  .footer-brand {
    margin-bottom: 10px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    gap: 15px 25px;
    font-size: 8px;
  }

  .footer-bottom > p {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    transition: none !important;
  }
}
