/* linked.advocacy.uno — Digital Legal Intelligence tokens (DLITemplates.jsx DLI_PALETTE).
   Self-hosted fonts only: the page makes no request to any other host. */

@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/Montserrat-Regular.ttf") format("truetype"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 500; font-display: swap; src: url("/fonts/Montserrat-Medium.ttf") format("truetype"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 600; font-display: swap; src: url("/fonts/Montserrat-SemiBold.ttf") format("truetype"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 700; font-display: swap; src: url("/fonts/Montserrat-Bold.ttf") format("truetype"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 800; font-display: swap; src: url("/fonts/Montserrat-ExtraBold.ttf") format("truetype"); }

:root {
  --ground: #0a1024;      /* DLI bg */
  --deep: #070b1a;        /* DLI bgDeep */
  --text: #f8fafc;        /* DLI fg */
  --muted: #94a3b8;       /* DLI fgMuted */
  --rule: rgba(148, 163, 184, 0.12);
  --action: #a3e635;      /* DLI limeBright: links and focus */
  --caution: #e0a82e;     /* DLI amber: the conflict-check notice */
  --measure: 68ch;
}

*, *::before, *::after { box-sizing: border-box; }

html { color-scheme: dark; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--ground);
  color: var(--text);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
}

a { color: var(--action); text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 2px solid var(--action); outline-offset: 3px; border-radius: 2px; }

.wrap { width: 100%; max-width: 72rem; margin: 0 auto; padding: 0 clamp(1.25rem, 5vw, 3.5rem); }

.masthead { background: var(--deep); border-bottom: 1px solid var(--rule); }
.masthead .wrap { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding-top: 1.1rem; padding-bottom: 1.1rem; }
.wordmark { font-weight: 800; letter-spacing: -0.02em; color: var(--text); text-decoration: none; }
.lang { font-weight: 600; font-size: 0.95rem; }

.hero { background: var(--deep); padding: clamp(3rem, 9vw, 7rem) 0 clamp(2.5rem, 6vw, 4.5rem); }
.hero h1 {
  margin: 0 0 1.75rem;
  max-width: 22ch;
  font-size: clamp(2.2rem, 5.2vw, 4.25rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.lede { max-width: var(--measure); margin: 0 0 1rem; font-size: 1.1875rem; color: var(--text); }
.capacity { max-width: var(--measure); margin: 1.5rem 0 0; color: var(--muted); font-size: 0.975rem; }

main { padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(3rem, 7vw, 5rem); }

.offer { padding: 2.25rem 0; border-top: 1px solid var(--rule); max-width: var(--measure); }
.offer:first-child { border-top: 0; padding-top: 0.5rem; }
.offer h2 { margin: 0 0 0.75rem; font-size: 1.5rem; font-weight: 700; line-height: 1.25; letter-spacing: -0.015em; }
.offer p { margin: 0 0 1rem; }
.offer ul { margin: 0 0 1.25rem; padding-left: 1.15rem; }
.offer li { margin: 0 0 0.6rem; padding-left: 0.25rem; }
.offer li::marker { color: var(--muted); }
.offer .result { color: var(--muted); }
.cta { font-weight: 600; }

.norm { font-family: "JetBrains Mono", ui-monospace, Consolas, "Courier New", monospace; font-size: 0.92em; white-space: nowrap; }

.notice {
  max-width: var(--measure);
  margin: 1rem 0 2.5rem;
  padding: 1.25rem 1.5rem;
  border-left: 3px solid var(--caution);
  background: rgba(224, 168, 46, 0.06);
}
.notice h2 { margin: 0 0 0.5rem; font-size: 1.125rem; font-weight: 700; color: var(--caution); }
.notice p { margin: 0; }

.contact { max-width: var(--measure); }
.contact h2, .reading h2 { margin: 0 0 0.75rem; font-size: 1.25rem; font-weight: 700; }
.contact dl { display: grid; grid-template-columns: max-content 1fr; gap: 0.4rem 1.25rem; margin: 0 0 2.5rem; }
.contact dt { color: var(--muted); }
.contact dd { margin: 0; font-weight: 600; }
.reading { max-width: var(--measure); padding-top: 2rem; border-top: 1px solid var(--rule); }
.reading p { margin: 0 0 0.75rem; }

.colophon { border-top: 1px solid var(--rule); padding: 1.75rem 0 2.5rem; color: var(--muted); font-size: 0.925rem; }
.colophon p { margin: 0 0 0.4rem; max-width: var(--measure); }

.prose { max-width: var(--measure); }
.prose h1 { font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin: 0 0 1.25rem; }
.prose h2 { font-size: 1.25rem; font-weight: 700; margin: 2.25rem 0 0.6rem; }
.prose ul { padding-left: 1.15rem; }
.prose li { margin-bottom: 0.5rem; }
.prose .updated { color: var(--muted); font-size: 0.95rem; }
.prose section + section { margin-top: 3.5rem; padding-top: 2.5rem; border-top: 1px solid var(--rule); }

@media (max-width: 36rem) {
  body { font-size: 1rem; }
  .hero h1 { font-size: 2rem; }
  .lede { font-size: 1.0625rem; }
  .norm { white-space: normal; }
  .contact dl { grid-template-columns: 1fr; }
  .contact dd { margin-bottom: 0.6rem; }
}
