:root {
  color-scheme: light;
  --ink: #13251f;
  --muted: #62716b;
  --forest: #173d32;
  --cream: #f7f4ed;
  --paper: #fffdf9;
  --coral: #e36f4f;
  --coral-dark: #c95638;
  --mint: #dcebe4;
  --line: rgba(19,37,31,.12);
  font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid rgba(227,111,79,.35); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; border-radius: 8px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px,calc((100vw - 1120px)/2)); border-bottom: 1px solid var(--line); background: rgba(247,244,237,.92); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { position: relative; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; background: var(--forest); color: white; font-family: Georgia,serif; font-size: 12px; letter-spacing: -.04em; }
.brand-mark::after { position: absolute; right: -2px; bottom: -2px; width: 9px; height: 9px; border: 2px solid var(--cream); border-radius: 50%; background: var(--coral); content: ''; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: #46564f; font-size: 12px; font-weight: 750; }
.back-link:hover { color: var(--coral-dark); }
.legal-hero { position: relative; padding: clamp(70px,10vw,120px) 24px clamp(60px,8vw,95px); overflow: hidden; border-bottom: 1px solid var(--line); isolation: isolate; }
.legal-hero::after { position: absolute; z-index: -1; top: -330px; right: -190px; width: 650px; height: 650px; border: 1px solid rgba(227,111,79,.14); border-radius: 50%; box-shadow: inset 0 0 0 90px rgba(227,111,79,.025),inset 0 0 0 180px rgba(227,111,79,.025); content: ''; }
.hero-inner { width: min(900px,100%); margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 17px; color: var(--coral-dark); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 22px; height: 1px; background: currentColor; content: ''; }
h1 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(52px,8vw,85px); font-weight: 400; letter-spacing: -.05em; line-height: .98; }
.lead { max-width: 690px; margin: 23px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.updated { display: inline-flex; margin-top: 22px; padding: 7px 10px; border-radius: 999px; background: var(--mint); color: var(--forest); font-size: 10px; font-weight: 800; }
.legal-layout { width: min(1000px,calc(100% - 48px)); display: grid; grid-template-columns: 220px minmax(0,1fr); gap: clamp(45px,8vw,90px); align-items: start; margin: 0 auto; padding: 70px 0 110px; }
.toc { position: sticky; top: 30px; display: grid; gap: 4px; }
.toc-title { margin: 0 0 10px; color: #8a9691; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.toc a { padding: 8px 10px; border-left: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.35; }
.toc a:hover { border-color: var(--coral); color: var(--ink); }
.legal-content { min-width: 0; }
.legal-section { padding: 0 0 42px; margin-bottom: 42px; border-bottom: 1px solid var(--line); scroll-margin-top: 30px; }
.legal-section:last-child { margin-bottom: 0; border-bottom: 0; }
.section-number { display: block; margin-bottom: 12px; color: var(--coral-dark); font-family: Georgia,serif; font-size: 15px; }
h2 { margin: 0 0 18px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(27px,3.5vw,38px); font-weight: 400; letter-spacing: -.035em; line-height: 1.12; }
h3 { margin: 27px 0 10px; font-size: 14px; }
p,li,address { color: #52615b; font-size: 14px; line-height: 1.72; }
p { margin: 0 0 14px; }
ul { display: grid; gap: 7px; margin: 12px 0 16px; padding-left: 20px; }
address { padding: 19px 21px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); font-style: normal; }
.text-link { color: var(--coral-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.footer { border-top: 1px solid var(--line); background: var(--paper); }
.footer-inner { width: min(1120px,calc(100% - 48px)); min-height: 110px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; margin: 0 auto; color: var(--muted); font-size: 11px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a:hover { color: var(--coral-dark); }

@media (max-width:760px) {
  .nav { min-height: 64px; padding: 0 18px; }
  .brand { gap: 8px; font-size: 13px; }
  .back-link span:last-child { display: none; }
  .legal-hero { padding-left: 18px; padding-right: 18px; }
  .legal-layout { width: calc(100% - 36px); grid-template-columns: 1fr; gap: 35px; padding-top: 45px; }
  .toc { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .toc-title { grid-column: 1/-1; }
  .legal-section { padding-bottom: 32px; margin-bottom: 32px; }
  .footer-inner { width: calc(100% - 36px); grid-template-columns: 1fr; gap: 18px; padding: 32px 0; }
}

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