@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/barlow-condensed-600-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/hanken-grotesk-latin.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  color: #f4f1fb;
  background: #08080e;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 85% 5%, rgb(139 85 255 / 14%), transparent 32rem),
    #08080e;
}

a {
  color: #b995ff;
}

a:hover {
  color: #d8c6ff;
}

:focus-visible {
  outline: 3px solid #b995ff;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 10;
  top: 1rem;
  left: 1rem;
  padding: 0.7rem 1rem;
  color: #08080e;
  background: #f4f1fb;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

.legal-nav,
.legal-main,
.legal-footer {
  width: min(100% - 2rem, 58rem);
  margin-inline: auto;
}

.legal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5rem;
  border-bottom: 1px solid #292733;
}

.legal-brand {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  color: #f4f1fb;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.35rem;
  text-decoration: none;
}

.legal-brand img {
  width: 2rem;
  height: 2rem;
}

.legal-main {
  padding-block: clamp(3rem, 8vw, 6.5rem);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: #b995ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
}

h1 {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(3rem, 9vw, 6rem);
}

h2 {
  margin-top: 3rem;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}

p,
li {
  color: #c8c3d1;
  font-size: 1rem;
  line-height: 1.75;
}

.lead {
  max-width: 50rem;
  margin-top: 1.5rem;
  color: #e4e0ea;
  font-size: 1.15rem;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin: 1.5rem 0 0;
  padding: 1rem 0;
  border-block: 1px solid #292733;
}

.legal-meta span {
  color: #9e98aa;
  font-size: 0.9rem;
}

.legal-main section {
  max-width: 50rem;
}

.callout {
  margin-top: 2rem;
  padding: 1.25rem;
  border: 1px solid #473a61;
  border-left: 4px solid #965cff;
  background: #11101a;
}

.callout p {
  margin: 0;
}

.legal-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: space-between;
  padding-block: 2rem;
  border-top: 1px solid #292733;
}

.legal-footer p,
.legal-footer a {
  margin: 0;
  font-size: 0.9rem;
}

@media (max-width: 36rem) {
  .legal-nav > a:last-child {
    display: none;
  }
}

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