:root {
  color-scheme: dark;
  --ink: #0b0909;
  --panel: #171210;
  --panel-light: #201917;
  --ivory: #f4eee7;
  --ivory-soft: #d6ccc2;
  --muted: #9f9288;
  --line: rgba(244, 238, 231, .13);
  --line-strong: rgba(244, 238, 231, .24);
  --wine: #7b3946;
  --champagne: #c9b294;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 8% 4%, rgba(123, 57, 70, .22), transparent 29rem),
    radial-gradient(circle at 92% 45%, rgba(201, 178, 148, .08), transparent 28rem),
    linear-gradient(150deg, #0a0808, #120e0d 50%, #080707);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .03;
  background-image:
    repeating-radial-gradient(circle at 0 0, transparent 0, #fff 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
}

main {
  position: relative;
  width: min(calc(100% - 34px), 820px);
  margin: 0 auto;
  padding: 52px 0 100px;
}

main::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--line) 10%, var(--line) 90%, transparent);
}

a {
  color: var(--champagne);
  text-decoration-color: rgba(201, 178, 148, .36);
  text-underline-offset: 3px;
}

.back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 62px 48px;
  color: var(--ivory-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease, transform .25s ease;
}

.back:hover {
  color: var(--champagne);
  transform: translateX(-4px);
}

.kicker {
  display: block;
  margin-left: 48px;
  color: var(--champagne);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .23em;
  text-transform: uppercase;
}

h1 {
  margin: 10px 0 18px 48px;
  font-family: var(--serif);
  font-size: clamp(58px, 12vw, 94px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .88;
}

.lead {
  max-width: 570px;
  margin: 0 0 50px 48px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(18px, 4vw, 23px);
  font-style: italic;
  line-height: 1.45;
}

.notice,
.legal-card {
  position: relative;
  margin: 14px 0 0 48px;
  padding: clamp(25px, 5vw, 36px);
  border: 1px solid var(--line);
  border-radius: 2px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .025), transparent 42%),
    rgba(23, 18, 16, .9);
  box-shadow: 0 24px 65px rgba(0, 0, 0, .18);
}

.legal-card::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: -49px;
  width: 1px;
  content: "";
  background: var(--champagne);
  opacity: .35;
}

.notice {
  margin-top: 34px;
  margin-bottom: 28px;
  color: var(--ivory-soft);
  line-height: 1.7;
}

.notice strong {
  color: var(--ivory);
}

.notice-warning {
  border-color: rgba(201, 178, 148, .25);
  background:
    linear-gradient(145deg, rgba(123, 57, 70, .18), transparent),
    rgba(28, 21, 19, .94);
}

.legal-card h2 {
  margin: 0 0 17px;
  font-family: var(--serif);
  font-size: clamp(27px, 5vw, 36px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.legal-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.legal-card p + p,
.legal-card p + dl,
.legal-card p + ul {
  margin-top: 17px;
}

.legal-card ul {
  margin-bottom: 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.legal-card li + li {
  margin-top: 6px;
}

.contact-block {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
}

.contact-block strong,
.company-representative strong {
  color: var(--ivory);
}

.company-representative,
.authority-link {
  margin-top: 21px !important;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.placeholder {
  color: var(--champagne) !important;
  font-weight: 650;
}

.muted {
  color: var(--muted);
}

.facts {
  display: grid;
  gap: 0;
  margin: 0;
}

.controller-contact {
  margin-top: 21px;
}

.facts div {
  display: grid;
  grid-template-columns: minmax(135px, .38fr) minmax(0, 1fr);
  gap: 18px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.facts div:last-child {
  padding-bottom: 0;
}

.facts dt {
  color: var(--ivory-soft);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.facts dd {
  min-width: 0;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.conditional {
  border-style: dashed;
}

.tag {
  display: inline-flex;
  margin-bottom: 17px;
  color: var(--champagne);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .2em;
  text-transform: uppercase;
}

code {
  padding: .18em .45em;
  border: 1px solid var(--line);
  border-radius: 2px;
  color: var(--ivory-soft);
  background: rgba(255, 255, 255, .045);
  font-size: .88em;
}

.updated {
  margin: 34px 0 0 48px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .14em;
  text-transform: uppercase;
}

:focus-visible {
  outline: 2px solid var(--champagne);
  outline-offset: 4px;
}

@media (max-width: 600px) {
  main {
    width: min(calc(100% - 24px), 820px);
    padding-top: 34px;
  }

  main::before {
    left: 12px;
  }

  .back {
    margin: 0 0 48px 30px;
  }

  .kicker,
  h1,
  .lead,
  .updated {
    margin-left: 30px;
  }

  .lead {
    margin-right: 12px;
    margin-bottom: 38px;
  }

  .notice,
  .legal-card {
    margin-left: 30px;
    padding: 24px 21px;
  }

  .legal-card::before {
    left: -31px;
  }

  .facts div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}
