:root {
  color-scheme: light;
  --ivory: #f7f3ec;
  --paper: #efe8dd;
  --sheet: #fdfbf7;
  --ink: #1e1c1a;
  --muted: #6e6862;
  --plum: #68515f;
  --gold: #b99a68;
  --sage: #587661;
  --line: rgba(30, 28, 26, 0.14);
  --serif: Iowan Old Style, Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
  --sans: Inter, Avenir Next, Avenir, Segoe UI, Helvetica Neue, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  background: var(--ivory);
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: var(--plum);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}
a:hover {
  text-decoration-thickness: 2px;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
.shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 243, 236, 0.93);
  backdrop-filter: blur(16px);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font: 600 18px/1 var(--sans);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.brand img {
  width: 38px;
  height: 38px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
}
.nav-links a {
  color: var(--muted);
  text-decoration: none;
}
.language {
  display: inline-flex;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
}
.language button {
  min-width: 38px;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font: 600 12px/1 var(--sans);
}
.language button[aria-pressed='true'] {
  color: var(--ivory);
  background: var(--ink);
}
.hero {
  min-height: 670px;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(300px, 0.86fr);
  align-items: center;
  gap: 8vw;
  padding-block: 88px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--plum);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.025em;
}
h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(54px, 7.4vw, 94px);
  line-height: 0.94;
}
.lede {
  max-width: 590px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ivory);
  background: var(--ink);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}
.button.secondary {
  color: var(--ink);
  background: transparent;
}
.fine {
  margin-top: 24px;
  color: var(--muted);
  font-size: 12px;
}
.orbit {
  position: relative;
  width: min(410px, 88vw);
  aspect-ratio: 1;
  justify-self: center;
}
.orbit:before,
.orbit:after {
  content: '';
  position: absolute;
  inset: 5%;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.orbit:after {
  inset: 20%;
  border-color: rgba(104, 81, 95, 0.24);
}
.moon {
  position: absolute;
  inset: 30%;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 30px 60px rgba(30, 28, 26, 0.15);
}
.moon:before {
  content: '';
  position: absolute;
  inset: 18% 8% 18% 32%;
  border-radius: 50%;
  background: var(--paper);
}
.moon:after {
  content: '';
  position: absolute;
  width: 13%;
  height: 48%;
  left: 70%;
  top: 42%;
  border-left: 3px solid var(--gold);
  border-radius: 50%;
  transform: rotate(-12deg);
}
.orbit-note {
  position: absolute;
  max-width: 170px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--sheet);
  color: var(--muted);
  font-size: 12px;
  box-shadow: 0 12px 28px rgba(30, 28, 26, 0.06);
}
.orbit-note.one {
  top: 9%;
  right: 0;
}
.orbit-note.two {
  bottom: 14%;
  left: -2%;
}
.orbit-note.three {
  right: 0;
  bottom: 1%;
}
.strip {
  border-block: 1px solid var(--line);
  background: var(--paper);
}
.strip-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.strip article {
  min-height: 210px;
  padding: 42px 38px;
  border-right: 1px solid var(--line);
}
.strip article:last-child {
  border-right: 0;
}
.strip h2 {
  margin: 12px 0 9px;
  font-size: 30px;
  line-height: 1.05;
}
.strip p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.glyph {
  color: var(--sage);
  font-size: 14px;
}
.statement {
  max-width: 830px;
  padding-block: 110px;
}
.statement h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.04;
}
.statement p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
}
.document {
  display: grid;
  grid-template-columns: 230px minmax(0, 720px);
  gap: 70px;
  justify-content: center;
  padding-block: 72px 120px;
}
.document-aside {
  align-self: start;
  position: sticky;
  top: 112px;
}
.document-aside p {
  color: var(--muted);
  font-size: 13px;
}
.document-main h1 {
  margin: 0 0 14px;
  font-size: clamp(46px, 7vw, 72px);
  line-height: 1;
}
.updated {
  margin: 0 0 50px;
  color: var(--muted);
  font-size: 13px;
}
.document-main section {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.document-main h2 {
  margin: 0 0 14px;
  font-size: 29px;
  line-height: 1.1;
}
.document-main p,
.document-main li {
  color: #514c47;
}
.document-main ul {
  padding-left: 20px;
}
.support-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--sheet);
}
.site-footer {
  border-top: 1px solid var(--line);
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 130px;
  color: var(--muted);
  font-size: 13px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media (max-width: 760px) {
  .shell {
    width: min(100% - 28px, 620px);
  }
  .nav {
    min-height: 66px;
  }
  .nav-links > a {
    display: none;
  }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 56px;
    padding-block: 64px 76px;
  }
  .orbit {
    width: min(330px, 88vw);
  }
  .strip-inner {
    grid-template-columns: 1fr;
  }
  .strip article {
    min-height: 0;
    padding: 32px 8px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .strip article:last-child {
    border-bottom: 0;
  }
  .statement {
    padding-block: 76px;
  }
  .document {
    display: block;
    padding-block: 48px 90px;
  }
  .document-aside {
    position: static;
    margin-bottom: 44px;
  }
  .document-main h1 {
    font-size: 48px;
  }
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 32px;
  }
}
