:root {
  color-scheme: light;
  --paper: #f4ede1;
  --paper-light: #fffaf2;
  --paper-soft: #eee4d5;
  --ink: #292b37;
  --muted: #756f65;
  --line: #d7cbbb;
  --line-strong: #c4b5a1;
  --rust: #b6573e;
  --rust-dark: #94452f;
  --sage: #588c7d;
  --sage-soft: #dce9e3;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.65;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 14% 8%, rgba(182, 87, 62, 0.08), transparent 28rem),
    radial-gradient(circle at 90% 32%, rgba(88, 140, 125, 0.09), transparent 32rem),
    var(--paper);
}

a {
  color: var(--rust-dark);
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--rust);
}

.shell {
  width: min(100% - 2rem, 920px);
  margin: 0 auto;
  padding: 3rem 0 2rem;
}

.brand,
.topbar,
.home-link,
.card,
footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 1rem;
}

.brand h1,
.brand p,
.hero h2,
.hero p,
.document h1,
.document .eyebrow {
  margin: 0;
}

.brand h1,
.home-link,
.document h1 {
  font-family: Georgia, "Times New Roman", serif;
}

.brand h1 {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.eyebrow,
.kicker,
.updated {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mark {
  position: relative;
  display: block;
  width: 3.25rem;
  height: 3.25rem;
}

.mark i,
.mini-mark {
  position: absolute;
  display: block;
  border: 2px solid var(--ink);
  background: var(--paper-light);
}

.mark i {
  width: 2rem;
  height: 2rem;
}

.mark i:nth-child(1) {
  top: 0;
  left: 0;
  border-color: var(--rust);
}

.mark i:nth-child(2) {
  top: 0.55rem;
  left: 0.55rem;
  border-color: var(--sage);
  background: rgba(220, 233, 227, 0.72);
}

.mark i:nth-child(3) {
  top: 1.1rem;
  left: 1.1rem;
  background: rgba(255, 250, 242, 0.82);
}

.hero {
  padding: clamp(5rem, 13vw, 9rem) 0 clamp(4rem, 9vw, 7rem);
}

.hero h2 {
  max-width: 780px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 10vw, 7.25rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.hero > p:last-child {
  max-width: 34rem;
  margin-top: 1.75rem;
  color: var(--muted);
  font-size: clamp(1rem, 2.5vw, 1.2rem);
}

.kicker {
  margin-bottom: 1rem !important;
  color: var(--rust);
}

.cards {
  border-top: 1px solid var(--line-strong);
}

.card {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  gap: 1rem;
  padding: 1.55rem 0;
  border-bottom: 1px solid var(--line-strong);
  color: var(--ink);
  text-decoration: none;
}

.card:hover {
  color: var(--ink);
}

.card-number,
.card small {
  color: var(--muted);
}

.card strong,
.card small {
  display: block;
}

.card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.card small {
  margin-top: 0.2rem;
  font-size: 0.9rem;
}

.arrow {
  color: var(--rust);
  font-size: 1.5rem;
  transition: transform 160ms ease;
}

.card:hover .arrow {
  transform: translateX(0.25rem);
}

.topbar {
  justify-content: space-between;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--line-strong);
}

.topbar > a {
  color: var(--ink);
  text-decoration: none;
}

.topbar-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.topbar-nav a {
  color: var(--ink);
  text-decoration: none;
}

.home-link {
  gap: 0.75rem;
  font-size: 1.05rem;
}

.mini-mark {
  position: relative;
  width: 1.35rem;
  height: 1.35rem;
  border-color: var(--rust);
  box-shadow: 0.3rem 0.3rem 0 -1px var(--paper), 0.3rem 0.3rem 0 1px var(--sage);
}

.document article {
  max-width: 720px;
  padding: clamp(4rem, 10vw, 7rem) 0;
}

.document h1 {
  font-size: clamp(3rem, 9vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

.updated {
  margin-top: 1rem;
}

.lead {
  margin: 2.5rem 0 3.5rem;
  color: #4f4b45;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 3.2vw, 1.7rem);
  line-height: 1.5;
}

.document h2 {
  margin: 2.75rem 0 0.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.document p,
.document li {
  color: #4f4b45;
}

.document ul {
  margin: 0.8rem 0 1.4rem;
  padding-left: 1.25rem;
}

.document li + li {
  margin-top: 0.5rem;
}

.notice {
  margin: 0 0 3rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--line-strong);
  border-left: 4px solid var(--sage);
  background: rgba(220, 233, 227, 0.44);
}

.notice strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.notice p {
  margin: 0.45rem 0 0;
}

#choices {
  scroll-margin-top: 1.5rem;
}

.contact-button {
  display: inline-block;
  padding: 0.85rem 1.15rem;
  border: 1px solid var(--rust);
  background: var(--rust);
  color: var(--paper-light);
  font-weight: 700;
  text-decoration: none;
}

.contact-button:hover {
  background: var(--rust-dark);
  color: white;
}

footer {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 0.8rem;
}

footer a {
  color: var(--muted);
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 1.4rem, 920px);
    padding-top: 1.4rem;
  }

  .hero {
    padding-top: 4.5rem;
  }

  .card {
    grid-template-columns: 2.25rem 1fr auto;
  }

  .card small {
    margin-top: 0.4rem;
  }

  .topbar-nav {
    gap: 0.8rem;
    font-size: 0.9rem;
  }

  footer {
    justify-content: flex-start;
  }
}

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