@font-face {
  font-family: "Archivo";
  src: url("/assets/archivo-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("/assets/archivo-latin-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/ibm-plex-mono-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/ibm-plex-mono-latin-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root { color-scheme: light; }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { overflow-x: hidden; }
img, svg { max-width: 100%; height: auto; }
h1 { font-size: clamp(3.4rem, 7.35vw, 5.5rem) !important; }
h2 { font-size: clamp(2.35rem, 4.4vw, 3.25rem) !important; }
a, button { transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, filter 160ms ease; }
a[style*="background"]:hover, button:not(:disabled):hover { filter: brightness(0.9); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #f08a80 !important;
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  transform: translateY(-180%);
  border-radius: 0.4rem;
  background: #fff;
  color: #191813;
  padding: 0.7rem 1rem;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
[data-screen-label="Nav"] > div [aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 0.35em; }

@media (max-width: 900px) {
  [data-screen-label="Nav"] { flex-wrap: wrap; }
  [data-screen-label="Nav"] > div { flex-wrap: wrap; gap: 14px !important; }
  [data-screen-label] [style*="grid-template-columns"],
  section[style*="grid-template-columns"],
  header [style*="grid-template-columns"] { grid-template-columns: minmax(0, 1fr) !important; }
  [data-screen-label="Consultative"] [style*="grid-template-columns"] { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 640px) {
  h1 { font-size: clamp(2.85rem, 13.5vw, 4.1rem) !important; line-height: 0.98 !important; }
  h2 { font-size: clamp(2rem, 10vw, 2.8rem) !important; }
  [data-screen-label="Nav"] {
    align-items: flex-start !important;
    flex-direction: column;
    padding: 18px 20px !important;
    gap: 14px !important;
  }
  [data-screen-label="Nav"] > div { width: 100%; gap: 11px 16px !important; font-size: 14px !important; }
  [data-screen-label="Nav"] > a span:last-child { display: none; }
  [data-screen-label],
  [data-screen-label] > div[style*="max-width:1200px"],
  footer > div { padding-left: 20px !important; padding-right: 20px !important; }
  [data-screen-label="Hero"] { padding-top: 58px !important; padding-bottom: 64px !important; }
  [data-screen-label] [style*="grid-template-columns"],
  [data-screen-label="Consultative"] [style*="grid-template-columns"],
  section[style*="grid-template-columns"],
  header [style*="grid-template-columns"] { grid-template-columns: minmax(0, 1fr) !important; }
  footer > div { align-items: flex-start !important; flex-direction: column; }
  footer nav, footer div[style*="display:flex"] { flex-wrap: wrap; gap: 12px 18px !important; }
}
