  /* ── SELF-HOSTED FONTS (latin + latin-ext) ── */
  @font-face {
    font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 500; font-display: swap;
    src: url(fonts/cormorant-italic-latinext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  @font-face {
    font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 500; font-display: swap;
    src: url(fonts/cormorant-italic-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: 'Instrument Sans'; font-style: normal; font-weight: 400 600; font-display: swap;
    src: url(fonts/instrument-latinext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  @font-face {
    font-family: 'Instrument Sans'; font-style: normal; font-weight: 400 600; font-display: swap;
    src: url(fonts/instrument-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  :root {
    --background: oklch(0.18 0.04 235);
    --foreground: oklch(0.97 0.01 220);
    --card: oklch(0.22 0.045 235);
    --muted-foreground: oklch(0.7 0.03 220);
    --border: oklch(1 0 0 / 8%);
    --chlorine: oklch(0.85 0.17 200);
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    background-color: var(--background); color: var(--foreground);
    font-family: 'Instrument Sans', sans-serif; -webkit-font-smoothing: antialiased;
    line-height: 1.7;
  }
  .font-display { font-family: 'Cormorant Garamond', serif; }
  .wrap { max-width: 50rem; margin: 0 auto; padding: clamp(2.5rem, 6vw, 5rem) clamp(1.25rem, 4vw, 2rem) 5rem; }
  a { color: var(--chlorine); text-underline-offset: 3px; }
  .back {
    display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem;
    text-transform: uppercase; letter-spacing: 0.2em; color: var(--muted-foreground);
    text-decoration: none; margin-bottom: 2.5rem; transition: color 0.2s;
  }
  .back:hover { color: var(--chlorine); }
  h1 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(2.2rem, 5vw, 3.25rem); line-height: 1.1; margin-bottom: 0.75rem; }
  .updated { color: var(--muted-foreground); font-size: 0.85rem; margin-bottom: 2.5rem; }
  h2 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(1.4rem, 3vw, 1.9rem); margin: 2.5rem 0 1rem; color: var(--foreground); }
  p, li { color: var(--muted-foreground); }
  p { margin-bottom: 1rem; }
  ul, ol { margin: 0 0 1rem 1.25rem; }
  li { margin-bottom: 0.5rem; }
  strong { color: var(--foreground); }
  .card {
    background: var(--card); border: 1px solid var(--border); border-radius: 1rem;
    padding: 1.5rem 1.75rem; margin: 1.5rem 0;
  }
  hr { border: none; border-top: 1px solid var(--border); margin: 3rem 0; }
  footer { color: var(--muted-foreground); font-size: 0.8rem; text-align: center; }