:root {
  --paper: #fbf9f5;
  --surface: #fff;
  --ink: #073b36;
  --ink-soft: #45645f;
  --forest: #0d4d46;
  --forest-deep: #062f2b;
  --lavender: #eee9fb;
  --lavender-strong: #d3c4f5;
  --line: rgba(7, 59, 54, .18);
  --gold: #8a70d6;
  --shadow: 0 20px 48px rgba(6, 47, 43, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, system-ui, sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .22em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--lavender-strong); color: var(--forest-deep); }

.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 10px 14px; border-radius: 10px; background: var(--surface); color: var(--forest-deep); font-weight: 750; transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 10; top: 10px; width: min(960px, calc(100% - 32px)); min-height: 56px; margin: 10px auto 0; padding: 6px 7px 6px 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid rgba(7, 59, 54, .1); border-radius: 14px; background: #f1f0e8; color: var(--forest-deep); box-shadow: 0 12px 32px rgba(6, 47, 43, .16); }
.brand, .site-header nav, .site-header nav a { display: inline-flex; align-items: center; }
.brand { min-height: 44px; gap: 8px; font-family: "Space Grotesk", sans-serif; font-weight: 750; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { display: grid; width: 24px; height: 24px; place-items: center; background: transparent; color: var(--forest-deep); }
.brand-mark img { width: 18px; height: 18px; }
.brand-lockup { display: grid; gap: 3px; line-height: 1; text-align: left; }
.brand-lockup strong { font: inherit; font-weight: 800; }
.brand-curator { display: inline-block; margin-left: .04em; font-family: Newsreader, serif; font-size: 1.12em; font-style: italic; font-weight: 600; letter-spacing: -.035em; transform: translateY(.015em); }
.brand-lockup small { font-size: 8px; font-weight: 650; letter-spacing: .075em; text-transform: uppercase; opacity: .68; }
.site-header nav { gap: 18px; font-size: 14px; font-weight: 700; }
.site-header nav a { min-height: 42px; }
.back-link { min-height: 42px; padding: 0 16px; border-radius: 10px; background: var(--forest-deep); color: #fff; text-decoration: none; }

main { width: min(1180px, calc(100% - 32px)); margin: clamp(44px, 8vw, 96px) auto clamp(72px, 10vw, 128px); }
.page-title { max-width: 880px; padding-bottom: clamp(32px, 5vw, 56px); border-bottom: 1px solid var(--line); }
.page-title h1 { max-width: 16ch; margin: 0 0 20px; font-family: "Space Grotesk", sans-serif; font-size: clamp(2.75rem, 7vw, 5.8rem); line-height: .98; letter-spacing: -.04em; color: var(--forest-deep); }
.page-title p { max-width: 65ch; margin: 0; color: var(--ink-soft); font-size: clamp(1rem, 1.8vw, 1.18rem); }

.document-layout { display: grid; grid-template-columns: minmax(210px, .34fr) minmax(0, 1fr); gap: clamp(44px, 7vw, 96px); align-items: start; padding-top: clamp(40px, 6vw, 72px); }
.table-of-contents { position: sticky; top: 104px; max-height: calc(100vh - 128px); padding-right: 18px; overflow: auto; }
.table-of-contents strong { display: block; margin-bottom: 14px; font-family: "Space Grotesk", sans-serif; font-size: 1.05rem; }
.table-of-contents ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.table-of-contents li { border-bottom: 1px solid var(--line); }
.table-of-contents a { display: block; padding: 11px 0; color: var(--ink-soft); font-size: .86rem; line-height: 1.35; text-decoration: none; }
.table-of-contents a:hover { color: var(--forest-deep); text-decoration: underline; }

.legal-document { max-width: 76ch; min-width: 0; }
.legal-document h2 { margin: clamp(52px, 7vw, 80px) 0 20px; scroll-margin-top: 7rem; font-family: "Space Grotesk", sans-serif; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.12; letter-spacing: -.035em; color: var(--forest-deep); }
.legal-document h2:first-child { margin-top: 0; }
.legal-document p { margin: 0 0 1.15em; }
.legal-document ul { margin: .5em 0 1.5em; padding-left: 1.4em; }
.legal-document li { margin: 0 0 .65em; padding-left: .35em; }
.legal-document strong { color: var(--forest-deep); }
.legal-document a { overflow-wrap: anywhere; }

.policy-hub .page-title { max-width: 900px; }
.policy-list { max-width: 900px; margin: clamp(40px, 6vw, 72px) 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.policy-list li { border-bottom: 1px solid var(--line); }
.policy-list a { display: flex; justify-content: space-between; gap: 24px; padding: clamp(22px, 3vw, 34px) 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(1.3rem, 3vw, 2rem); font-weight: 700; line-height: 1.15; letter-spacing: -.025em; text-decoration: none; }
.policy-list a span:last-child { color: var(--ink-soft); font-family: Inter, system-ui, sans-serif; font-size: .88rem; letter-spacing: 0; white-space: nowrap; }
.policy-list a:hover span:first-child { text-decoration: underline; text-underline-offset: .2em; }
.contact-note { max-width: 900px; margin-top: 56px; padding: clamp(24px, 4vw, 38px); border-radius: 18px; background: var(--lavender); }
.contact-note h2 { margin: 0 0 8px; font-family: "Space Grotesk", sans-serif; font-size: 1.55rem; }
.contact-note p { margin: 0; }

footer { padding: clamp(34px, 5vw, 56px) max(20px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: 40px; background: var(--forest-deep); color: #fff; }
footer p { margin: 8px 0 0; color: #dbe9e6; font-size: .9rem; }
.footer-brand { font-family: "Space Grotesk", sans-serif; font-weight: 750; }
.footer-brand, footer p a { display: inline-flex; min-height: 24px; align-items: center; }
footer nav { display: flex; flex-wrap: wrap; align-content: start; justify-content: flex-end; gap: 10px 20px; font-size: .85rem; }
footer nav a { min-height: 24px; }

@media (max-width: 760px) {
  html { scroll-padding-top: 1.5rem; }
  .site-header { position: relative; flex-wrap: wrap; }
  .site-header nav { width: 100%; justify-content: space-between; }
  .document-layout { grid-template-columns: 1fr; gap: 38px; }
  .table-of-contents { position: static; max-height: none; padding: 20px; border-radius: 14px; background: var(--lavender); }
  .table-of-contents ol { columns: 2; column-gap: 24px; }
  .table-of-contents li { break-inside: avoid; }
  footer { grid-template-columns: 1fr; }
  footer nav { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .site-header nav { align-items: stretch; flex-direction: column; gap: 8px; }
  .site-header nav a { justify-content: center; min-height: 40px; }
  .table-of-contents ol { columns: 1; }
  .policy-list a { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .skip-link { transition: none; }
}
