:root { --red:#d60a1a; --deep-red:#7a020f; --ink:#241013; --muted:#74666a; --paper:#f5f2f2; --card:rgba(255,255,255,.92); --line:rgba(65,18,25,.11); --shadow:0 18px 48px rgba(58,13,20,.09); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:linear-gradient(145deg,#fff 0%,var(--paper) 62%,#eee9e9 100%); color:var(--ink); font:16px/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
a { color:inherit; }
.site-header,main,footer { width:min(1180px,calc(100% - 40px)); margin-inline:auto; }
.site-header { display:flex; align-items:center; justify-content:space-between; padding:22px 0; }
.brand { display:flex; align-items:center; gap:12px; font-weight:850; text-decoration:none; }
.brand-mark { width:46px; height:46px; border-radius:14px; box-shadow:0 8px 22px rgba(122,2,15,.22); }
nav { display:flex; align-items:center; gap:7px; padding:5px; border:1px solid var(--line); border-radius:999px; background:rgba(255,255,255,.72); backdrop-filter:blur(16px); }
nav a { padding:8px 13px; border-radius:999px; color:var(--muted); font-size:13px; font-weight:750; text-decoration:none; white-space:nowrap; }
nav a:hover { background:white; color:var(--red); box-shadow:0 3px 12px rgba(58,13,20,.08); }
.hero { margin:18px 0 26px; padding:48px 52px; border-radius:30px; background:linear-gradient(145deg,var(--red),var(--deep-red)); color:white; box-shadow:0 24px 60px rgba(122,2,15,.2); }
.eyebrow { margin:0 0 10px; color:rgba(255,255,255,.8); font-size:11px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
h1 { margin:0; font-size:clamp(44px,7vw,68px); line-height:1; letter-spacing:-.052em; }
.hero p:last-child { max-width:680px; margin:20px 0 0; color:rgba(255,255,255,.82); font-size:18px; }
.legal-layout { display:grid; grid-template-columns:190px minmax(0,1fr); gap:34px; align-items:start; margin-bottom:70px; }
.toc { position:sticky; top:22px; display:grid; gap:4px; padding:16px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.78); box-shadow:var(--shadow); }
.toc strong { margin:2px 8px 8px; font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.toc a { padding:7px 8px; border-radius:8px; color:var(--muted); font-size:12px; text-decoration:none; }
.toc a:hover { background:rgba(214,10,26,.07); color:var(--red); }
.document { padding:36px 42px; border:1px solid var(--line); border-radius:24px; background:var(--card); box-shadow:var(--shadow); }
.document section { scroll-margin-top:22px; }
.document section + section { margin-top:42px; padding-top:38px; border-top:1px solid var(--line); }
.document h2 { margin:0 0 13px; font-size:25px; line-height:1.2; letter-spacing:-.025em; }
.document h3 { margin:24px 0 8px; font-size:18px; }
.document p { margin:10px 0; color:var(--muted); }
.document strong { color:var(--ink); }
.document ul { margin:12px 0; padding-left:22px; color:var(--muted); }
.document li { margin:5px 0; }
.document code { padding:3px 7px; border-radius:6px; background:rgba(214,10,26,.06); color:var(--ink); font:14px ui-monospace,SFMono-Regular,Menlo,monospace; }
.contact-card { margin:18px 0; padding:20px; border-left:4px solid var(--red); border-radius:0 14px 14px 0; background:rgba(214,10,26,.05); }
.contact-card p { margin:3px 0; }
.email { color:var(--red); font-weight:800; text-decoration:none; }
.status { margin-top:44px !important; color:var(--ink) !important; font-weight:800; }
footer { display:flex; justify-content:space-between; gap:20px; padding:28px 0 45px; border-top:1px solid var(--line); color:var(--muted); font-size:12px; }
.footer-links { display:flex; gap:16px; }
.footer-links a { text-decoration:none; }
.footer-links a:hover { color:var(--red); }
@media(max-width:760px) {
  body { overflow-x:hidden; }
  .site-header { display:grid; grid-template-columns:1fr; gap:12px; align-items:stretch; padding-top:14px; padding-bottom:12px; }
  .brand { justify-self:start; }
  .brand span { display:inline; }
  nav { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); width:100%; max-width:none; gap:4px; overflow:visible; border-radius:18px; }
  nav a { display:flex; align-items:center; justify-content:center; min-height:40px; padding:8px 6px; text-align:center; white-space:normal; line-height:1.15; }
  .hero { margin-top:12px; padding:30px 22px; border-radius:24px; }
  .hero h1 { font-size:40px; line-height:1.02; }
  .legal-layout { grid-template-columns:1fr; }
  .toc { position:static; display:flex; width:100%; min-width:0; max-width:100%; overflow-x:auto; }
  .toc strong { display:none; }
  .toc a { white-space:nowrap; }
  .document { padding:28px 22px; }
  footer { display:block; }
  .footer-links { margin-top:7px; }
}
