:root {
  --paper: #faf5ec;
  --ink: #231f1c;
  --saffron: #e08a1e;
  --saffron-ink: #a05c0e;
  --ink-soft: #5c534b;
  --line: #e6dccb;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 18px; line-height: 1.6; -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 720px; margin: 0 auto; padding: 0 22px; }
.skip { position: absolute; left: -9999px; top: 0; background: var(--ink); color: var(--paper); padding: 10px 16px; border-radius: 0 0 10px 0; z-index: 100; text-decoration: none; font-weight: 600; }
.skip:focus { left: 0; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--saffron-ink); outline-offset: 2px; border-radius: 4px; }
.masthead { border-bottom: 1px solid var(--line); }
.masthead .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 14px; padding-bottom: 14px; }
.wordmark { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 1.1rem; display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.wordmark::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--saffron); flex: none; }
.back { color: var(--ink-soft); text-decoration: none; font-size: 0.9rem; font-weight: 500; }
.back:hover { color: var(--ink); }
main { padding: 40px 0 64px; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.72rem; font-weight: 600; color: var(--saffron-ink); margin: 0 0 14px; }
h1 { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: clamp(1.9rem, 6vw, 2.7rem); line-height: 1.12; letter-spacing: -0.015em; margin: 0 0 18px; }
h2 { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 1.5rem; margin: 36px 0 14px; }
.intro { font-family: "Fraunces", Georgia, serif; font-size: 1.28rem; line-height: 1.45; font-weight: 500; color: var(--ink); margin: 0 0 28px; }
p { margin: 0 0 18px; }
.draft-note { background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--saffron); border-radius: 12px; padding: 18px 20px; color: var(--ink-soft); font-size: 0.95rem; }
.meta { color: var(--ink-soft); font-size: 0.9rem; margin: 0 0 28px; }
.note-list { list-style: none; padding: 0; margin: 8px 0 0; }
.note-list li { border-top: 1px solid var(--line); padding: 22px 0; }
.note-list li:last-child { border-bottom: 1px solid var(--line); }
.note-list a { text-decoration: none; color: var(--ink); }
.note-list h2 { font-size: 1.25rem; margin: 0 0 8px; }
.note-list a:hover h2 { color: var(--saffron-ink); }
.note-list p { color: var(--ink-soft); margin: 0; }
.tag { display: inline-block; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--saffron-ink); margin-bottom: 8px; }
footer { border-top: 1px solid var(--line); padding: 32px 0 48px; color: var(--ink-soft); font-size: 0.85rem; }
footer a { color: var(--ink-soft); }
@media (min-width: 700px) { body { font-size: 19px; } .wrap { padding: 0 32px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
