@font-face {
  font-family: Inter;
  src: url('../assets/InterVariable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  font-family: Inter, Arial, sans-serif;
  color: #24252b;
  background: #fff;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: #7a2438;
  text-underline-offset: 4px;
}
a:hover {
  text-decoration-thickness: 2px;
}
a:focus-visible {
  outline: 3px solid #b74b64;
  outline-offset: 5px;
}
.skip-link {
  position: absolute;
  left: 24px;
  top: -100px;
  padding: 12px;
  background: #fff;
}
.skip-link:focus {
  top: 12px;
  z-index: 2;
}
.legal-header {
  border-bottom: 1px solid #e8e8e9;
}
.legal-header-inner,
.legal-layout,
.legal-footer-inner {
  width: min(1184px, calc(100% - 96px));
  margin-inline: auto;
}
.legal-header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: block;
  line-height: 0;
  flex-shrink: 0;
}
.brand img {
  width: 162px;
  height: 56px;
  object-fit: contain;
}
.legal-header nav {
  display: flex;
  gap: 28px;
}
.legal-header nav a {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #24252b;
  padding-block: 14px;
}
.legal-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 72px;
  padding-block: 72px 100px;
  align-items: start;
}
.legal-nav {
  position: sticky;
  top: 32px;
}
.legal-nav p,
.eyebrow {
  margin: 0 0 20px;
  color: #7a2438;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.legal-nav a {
  display: block;
  padding: 12px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #62636b;
  text-decoration: none;
}
.legal-nav a[aria-current='page'] {
  color: #7a2438;
  font-weight: 650;
}
.legal-nav a:hover {
  text-decoration: underline;
}
.legal-document {
  max-width: 760px;
  min-width: 0;
}
h1 {
  font-size: clamp(2.25rem, 4.7vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 650;
  margin: 0 0 24px;
  overflow-wrap: break-word;
}
.legal-meta {
  color: #62636b;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 24px;
}
.legal-draft-note {
  border-left: 3px solid #7a2438;
  background: #f7eff1;
  padding: 16px 20px;
  color: #652033;
  font-size: 13px;
  line-height: 1.65;
}
.legal-document section {
  margin-top: 40px;
}
h2 {
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -0.025em;
  font-weight: 650;
  margin: 0 0 16px;
}
h3 {
  font-size: 16px;
  line-height: 1.5;
  margin: 24px 0 8px;
}
.legal-document p,
.legal-document li,
.legal-document dd {
  font-size: 15px;
  line-height: 1.85;
}
.legal-document p {
  margin: 0 0 16px;
}
.legal-document ul {
  padding-left: 22px;
}
.legal-document li {
  margin-block: 8px;
}
.legal-document a {
  overflow-wrap: anywhere;
}
.legal-document .legal-meta,
.legal-document .legal-draft-note {
  font-size: 13px;
}
.legal-document .eyebrow {
  font-size: 12px;
}
.legal-facts {
  margin: 24px 0;
}
.legal-facts > div {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) 1.8fr;
  gap: 24px;
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e9;
}
.legal-facts dt {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}
.legal-facts dd {
  margin: 0;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.legal-blank {
  display: inline-block;
  width: min(100%, 220px);
  min-height: 1.5em;
  border-bottom: 1px solid #b4b4bb;
  vertical-align: middle;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.legal-footer {
  background: #f4f4f5;
  padding-block: 36px;
}
.legal-footer nav {
  display: flex;
  gap: 16px 28px;
  flex-wrap: wrap;
}
.legal-footer a {
  font-size: 13px;
  color: #62636b;
  text-decoration: none;
}
.legal-footer a:hover {
  text-decoration: underline;
}
.legal-footer a[aria-current='page'] {
  color: #7a2438;
}
.legal-footer p {
  color: #62636b;
  font-size: 12px;
  margin-top: 24px;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 40px 64px;
  }
  .legal-nav {
    position: static;
    border-bottom: 1px solid #e8e8e9;
    padding-bottom: 24px;
  }
  .legal-nav p {
    margin-bottom: 12px;
  }
  .legal-nav div {
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px;
  }
  .legal-nav a {
    font-size: 13px;
    padding-block: 8px;
  }
  .legal-document {
    max-width: none;
  }
}
@media (max-width: 520px) {
  .legal-header-inner,
  .legal-layout,
  .legal-footer-inner {
    width: calc(100% - 40px);
  }
  .legal-header-inner {
    gap: 16px;
    min-height: 72px;
  }
  .brand img {
    width: 116px;
    height: 42px;
  }
  .legal-header nav {
    gap: 16px;
  }
  .legal-header nav a {
    font-size: 12px;
  }
  .legal-layout {
    padding-top: 28px;
    gap: 32px;
  }
  .legal-facts > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .legal-document section {
    margin-top: 32px;
  }
  .legal-document p,
  .legal-document li {
    font-size: 14px;
  }
  .legal-draft-note {
    padding: 14px 16px;
  }
}
@media print {
  .legal-header,
  .legal-nav,
  .legal-footer,
  .skip-link {
    display: none;
  }
  .legal-layout {
    display: block;
    width: 100%;
    padding: 0;
  }
  .legal-document {
    max-width: none;
  }
  h1 {
    font-size: 30pt;
  }
  h2 {
    break-after: avoid;
  }
  a {
    color: inherit;
  }
  .legal-draft-note {
    border: 1px solid #777;
  }
}
