:root {
  --ink: #111827;
  --ink-soft: #58667a;
  --navy: #07111f;
  --navy-2: #0d1b2e;
  --blue: #8bb9ff;
  --blue-pale: #e8f1ff;
  --orange: #f29a62;
  --paper: #eef2f7;
  --paper-light: #f8fafc;
  --line: #d7dee8;
  --white: #fff;
  --serif: "Newsreader", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 200;
  padding: .7rem 1rem;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 76px;
  color: var(--white);
  background: rgb(7 17 31 / 94%);
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  backdrop-filter: blur(15px);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -.025em;
  text-decoration: none;
}
.wordmark-logo {
  width: 52px;
  height: 30px;
  flex: 0 0 auto;
  object-fit: contain;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: .35rem;
}
.header-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: .55rem .9rem;
  color: rgb(255 255 255 / 74%);
  border-radius: 100px;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
}
.header-nav a:hover,
.header-nav a:focus-visible {
  color: var(--white);
  background: rgb(255 255 255 / 8%);
}
.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 68px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 30%, rgb(139 185 255 / 18%), transparent 32%),
    var(--navy);
}
.legal-hero::after {
  position: absolute;
  right: -140px;
  bottom: -250px;
  width: 540px;
  height: 540px;
  border: 1px solid rgb(139 185 255 / 20%);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgb(139 185 255 / 3%), 0 0 0 140px rgb(139 185 255 / 2%);
  content: "";
}
.eyebrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 1rem;
  color: var(--blue);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow::before {
  width: 26px;
  height: 2px;
  background: currentColor;
  content: "";
}
.legal-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 0 1.2rem;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 5.2rem);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1;
}
.legal-hero p {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0;
  color: rgb(255 255 255 / 72%);
  font-size: 1rem;
}
.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.2rem;
  margin-top: 1.6rem;
  color: rgb(255 255 255 / 58%);
  font-size: .74rem;
  font-weight: 700;
}
.legal-main { padding: 72px 0 110px; }
.legal-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  gap: clamp(2.5rem, 7vw, 6rem);
  justify-content: center;
  align-items: start;
}
.legal-toc {
  position: sticky;
  top: 108px;
  padding: 1.25rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.legal-toc strong {
  display: block;
  margin-bottom: .7rem;
  color: var(--ink-soft);
  font-size: .66rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.legal-toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.legal-toc li + li { margin-top: .35rem; }
.legal-toc a {
  color: var(--ink-soft);
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
}
.legal-toc a:hover { color: var(--navy); }
.legal-article {
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 3.2rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 22px 55px rgb(7 17 31 / 7%);
}
.legal-article section + section {
  margin-top: 2.8rem;
  padding-top: 2.8rem;
  border-top: 1px solid var(--line);
}
.legal-article h2 {
  margin: 0 0 1rem;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.16;
}
.legal-article h3 {
  margin: 1.7rem 0 .65rem;
  color: var(--navy-2);
  font-size: .98rem;
  line-height: 1.4;
}
.legal-article p,
.legal-article li {
  color: #435164;
  font-size: .88rem;
}
.legal-article p { margin: 0 0 1rem; }
.legal-article ul { margin: .8rem 0 1.2rem; padding-left: 1.25rem; }
.legal-article li + li { margin-top: .45rem; }
.legal-article a {
  color: #285caa;
  font-weight: 700;
  text-underline-offset: 3px;
}
.legal-callout {
  margin: 1.4rem 0;
  padding: 1.25rem 1.35rem;
  color: var(--navy-2);
  background: var(--blue-pale);
  border: 1px solid #c8daf5;
  border-radius: 14px;
}
.legal-callout strong { display: block; margin-bottom: .35rem; }
.legal-callout p:last-child { margin-bottom: 0; }
.site-footer {
  padding: 52px 0 2.25rem;
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.5rem;
}
.footer-wordmark { color: var(--navy); }
.footer-copy {
  max-width: 390px;
  margin: 1rem 0 0;
  color: var(--ink-soft);
  font-size: .82rem;
}
.footer-heading {
  display: block;
  margin-bottom: .75rem;
  color: var(--ink-soft);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.footer-list { margin: 0; padding: 0; list-style: none; }
.footer-list li + li { margin-top: .4rem; }
.footer-list a,
.footer-list span {
  color: var(--ink);
  font-size: .8rem;
  text-decoration: none;
}
.footer-list a:hover { color: #285caa; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.4rem;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  font-size: .72rem;
}
:focus-visible {
  outline: 3px solid rgb(242 154 98 / 65%);
  outline-offset: 3px;
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1120px); }
  .site-header { height: 68px; }
  .header-nav a:first-child { display: none; }
  .header-nav a { padding-inline: .65rem; font-size: .74rem; }
  .legal-hero { padding: 125px 0 54px; }
  .legal-main { padding: 34px 0 72px; }
  .legal-layout { grid-template-columns: 1fr; gap: 1rem; }
  .legal-toc { position: static; }
  .legal-toc ul { columns: 2; column-gap: 1.5rem; }
  .legal-toc li { break-inside: avoid; }
  .legal-article { border-radius: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
