
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../assets/fonts/DMSans-Variable-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../assets/fonts/DMSans-Variable-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/DMMono-Regular-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/DMMono-Regular-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/DMMono-Medium-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/DMMono-Medium-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "DM Sans Fallback";
  src: local("Arial");
  size-adjust: 93.56%;
  ascent-override: 96.19%;
  descent-override: 26.72%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "DM Mono Fallback";
  src: local("Menlo");
  size-adjust: 79.22%;
  ascent-override: 113.61%;
  descent-override: 31.56%;
  line-gap-override: 0%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-padding-top: calc(var(--space-8) + var(--space-2));
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  background: var(--surface-page);
  color: var(--ink-primary);
  font-family: "DM Sans", "DM Sans Fallback", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--interactive-secondary);
  text-underline-offset: 3px;
  text-decoration-thickness: from-font;
  text-underline-position: from-font;
}

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

::selection {
  background: var(--ds-accent-200);
  color: var(--ds-gray-1000);
}

:focus-visible {
  outline: 2px solid var(--focus-ring-current, var(--focus-ring));
  outline-offset: 2px;
}

.container {
  max-width: var(--layout-container);
  margin-inline: auto;
  padding-inline: var(--layout-gutter);
  padding-left: calc(var(--layout-gutter) + env(safe-area-inset-left));
  padding-right: calc(var(--layout-gutter) + env(safe-area-inset-right));
}

.section {
  padding-block: var(--space-section);
}

.skip-link {
  position: absolute;
  inset-inline-start: var(--space-4);
  top: var(--space-4);
  z-index: 200;
  background: var(--ds-background-100);
  color: var(--ink-primary);
  font-weight: 500;
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--ds-gray-400);
  border-radius: var(--radius-base);
  box-shadow: var(--ds-shadow-200);
  transform: translateY(calc(-100% - var(--space-8)));
}

.skip-link:focus-visible {
  transform: none;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.u-tabular {
  font-variant-numeric: tabular-nums;
}

.u-nowrap {
  white-space: nowrap;
}

.h-display,
.h-1,
.h-2,
.h-3,
.h-4,
.h-5,
.h-6 {
  color: var(--ink-primary);
}

.h-display {
  font-size: clamp(40px, 25px + 3.9vw, 72px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.022em;
  text-wrap: balance;
  margin: 0;
}

@media (max-width: 767px) {
  .h-display {
    letter-spacing: -0.018em;
  }
}

.h-1 {
  font-size: clamp(32px, 25px + 1.9vw, 48px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.018em;
  text-wrap: balance;
  margin: 0;
}

.h-2 {
  font-size: clamp(28px, 22.5px + 1.45vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.014em;
  text-wrap: balance;
  margin: 0;
}

.h-3 {
  font-size: clamp(24px, 20px + 1vw, 32px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-wrap: balance;
  margin: 0;
}

.h-4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.008em;
  text-wrap: balance;
  margin: 0;
}

.h-5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.006em;
  text-wrap: balance;  margin: 0;
}

.h-6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-wrap: balance;  margin: 0;
}

.body-copy {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 62ch;
  margin: 0;
  text-wrap: pretty;}

.label-copy {
  font-family: var(--ds-font-mono);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
}

.banner-label,
.hero-chip,
.showcase-microline-label,
.steps-plate::before,
.results-panel-label,
.switch-fact-label {
  font-family: var(--ds-font-mono);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.small-copy {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  text-wrap: pretty;}

.u-mono {
  font-family: var(--ds-font-mono);
  font-variant-numeric: tabular-nums;
}

.steps-chip,
.hiw-chip,
.cm-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: var(--ds-radius-6);
  background: var(--ds-accent-600);
  color: var(--interactive-primary-label);
  font-family: var(--ds-font-mono);
  font-weight: 500;
  font-size: 14px;
}
