@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root { --ink: #102a43; --muted: #5d7182; --line: #dbe6ea; --paper: #fbfdfc; --cyan: #00a9d4; --coral: #f47b62; --green: #2a9d78; --soft: #edf7f6; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, sans-serif; font-size: 16px; line-height: 1.72; }
a { color: inherit; }
.site-header { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 25px 0; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; font-size: 14px; font-weight: 800; letter-spacing: .17em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; color: white; background: var(--ink); border-radius: 9px 9px 9px 2px; font-size: 13px; letter-spacing: 0; }
.header-note, .policy-meta, .toc-label, .section-kicker, .policy-footer { color: var(--muted); font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .03em; }
.intro { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: clamp(70px, 10vw, 132px) 0 80px; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--cyan); font-family: 'DM Mono', monospace; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
h1, h2 { margin: 0; font-weight: 800; letter-spacing: -.065em; line-height: 1.04; }
h1 { max-width: 750px; font-size: clamp(52px, 8vw, 104px); }
h1 em { color: var(--coral); font-style: normal; }
.lede { max-width: 560px; margin: 31px 0 31px; color: var(--muted); font-size: clamp(18px, 2.1vw, 22px); line-height: 1.5; }
.policy-meta { display: flex; flex-wrap: wrap; gap: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.policy-meta strong { color: var(--ink); font-weight: 500; }
.policy-layout { width: min(1160px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 190px minmax(0, 700px); gap: 90px; align-items: start; }
.toc { position: sticky; top: 24px; padding-top: 5px; }
.toc-label { margin: 0 0 15px; text-transform: uppercase; }
.toc nav { display: grid; gap: 6px; }
.toc a { padding: 2px 0 2px 14px; color: var(--muted); font-size: 13px; text-decoration: none; border-left: 1px solid var(--line); }
.toc a:hover, .toc a:focus { color: var(--ink); border-color: var(--cyan); }
.policy-copy { min-width: 0; padding-bottom: 80px; }
.temporary-note { display: flex; gap: 14px; margin: 0 0 56px; padding: 18px 20px; background: var(--soft); border: 1px solid #cde8e3; border-radius: 12px; }
.note-dot { flex: 0 0 auto; width: 10px; height: 10px; margin-top: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px #d9f0e9; }
.temporary-note strong { font-size: 14px; }
.temporary-note p { margin: 2px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.policy-copy > p:not(.section-kicker) { margin: 0 0 48px; color: var(--muted); }
section { scroll-margin-top: 25px; margin: 0 0 62px; padding-top: 6px; border-top: 1px solid var(--line); }
section .section-kicker { margin: 24px 0 13px; }
h2 { margin-bottom: 22px; font-size: clamp(29px, 4vw, 42px); }
section p { margin: 0 0 16px; color: var(--muted); }
section strong { color: var(--ink); font-weight: 700; }
.policy-footer { display: flex; justify-content: space-between; gap: 18px; padding-top: 24px; border-top: 1px solid var(--line); }
:focus-visible { outline: 3px solid #8ddcf0; outline-offset: 4px; }
@media (max-width: 760px) { .site-header, .intro, .policy-layout { width: min(100% - 36px, 640px); } .header-note { display: none; } .intro { padding-top: 68px; padding-bottom: 55px; } .policy-layout { display: block; } .toc { position: static; margin-bottom: 48px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); } .toc nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 20px; } .temporary-note { margin-bottom: 43px; } .policy-footer { display: grid; gap: 4px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
