:root {
  --ink: #070b14;
  --paper: #0b111d;
  --paper-soft: #111b2d;
  --night: #10192a;
  --text: #f4f7fb;
  --muted: #9aa8bd;
  --mint: #73e2c2;
  --indigo: #91a7ff;
  --line: rgba(165,184,218,.15);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; background: radial-gradient(circle at 12% 8%, rgba(115,226,194,.06), transparent 24rem), radial-gradient(circle at 88% 32%, rgba(145,167,255,.06), transparent 30rem), var(--paper); color: var(--text); font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.75; -webkit-font-smoothing: antialiased; }
::selection { background: var(--mint); color: var(--ink); }
a { color: inherit; }
.journal-nav { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(7,11,20,.82); backdrop-filter: blur(18px); }
.journal-nav-inner { width: min(1160px, calc(100% - 40px)); min-height: 72px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.journal-brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.journal-monogram { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(145,167,255,.28); border-radius: 50%; background: rgba(145,167,255,.04); font-size: .7rem; font-weight: 700; }
.journal-brand span:last-child { color: var(--mint); font-size: .72rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.journal-nav-links { display: flex; gap: 1.4rem; color: var(--muted); font-size: .76rem; }
.journal-nav-links a { text-decoration: none; }
.journal-nav-links a { position: relative; padding: .4rem 0; }
.journal-nav-links a:hover, .journal-nav-links a[aria-current="page"] { color: var(--mint); }
.journal-shell { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
.article-header { padding: clamp(5rem, 12vw, 9rem) 0 3.5rem; }
.article-kicker { margin-bottom: 1.25rem; display: flex; justify-content: space-between; color: var(--muted); font-size: .68rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.article-kicker span:first-child { color: var(--mint); }
h1 { max-width: 780px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3rem, 8vw, 6.4rem); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.dek { max-width: 660px; margin-top: 1.8rem; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.6; }
.hero-image { width: min(1120px, calc(100% - 40px)); margin: 0 auto 4rem; }
.hero-image img { width: 100%; max-height: 680px; object-fit: cover; border-radius: 3px; filter: saturate(.8) contrast(1.03); }
.hero-image figcaption { margin-top: .7rem; color: var(--muted); font-size: .68rem; }
.article-body { padding-bottom: 7rem; }
.article-body p, .article-body ul { margin-bottom: 1.5rem; color: #d7dfeb; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.1rem, 2vw, 1.27rem); }
.article-body h2 { margin: 3.5rem 0 1rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.1; }
.article-body ul { padding-left: 1.3rem; }
.article-body blockquote { margin: 3.5rem 0; padding: 2rem 0 2rem 2rem; border-left: 3px solid var(--mint); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.7rem, 4vw, 2.7rem); letter-spacing: -.035em; line-height: 1.18; }
.aside-note { margin: 2.5rem 0; padding: 1.2rem 1.4rem; border: 1px solid var(--line); border-radius: 14px; background: rgba(145,167,255,.035); color: var(--muted) !important; font-family: Inter, sans-serif !important; font-size: .84rem !important; }
.article-end { padding: 2rem 0 6rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }
.article-end a { font-weight: 650; text-decoration: none; }
.article-end a:hover { color: var(--mint); }

.poem-art { width: min(980px, calc(100% - 40px)); margin: 0 auto 5rem; }
.poem-art img { width: 100%; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 70px rgba(0,0,0,.32); }
.poem-art figcaption { margin-top: .7rem; color: var(--muted); font-size: .68rem; text-align: center; }
.poem-body { max-width: 680px; padding-bottom: 7rem; text-align: center; }
.poem-stanza { margin-bottom: 2.4rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.2rem, 2.5vw, 1.55rem); line-height: 1.75; }
.poem-refrain { display: block; margin-bottom: .55rem; color: var(--mint); font-style: italic; }
.poem-byline { margin-top: 4rem; color: var(--muted); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

.archive-hero { padding: clamp(5rem, 12vw, 9rem) 0 3rem; }
.archive-hero .eyebrow { color: var(--mint); font-size: .7rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.archive-hero h1 { margin-top: 1rem; }
.archive-hero p { max-width: 600px; margin-top: 1.5rem; color: var(--muted); font-size: 1.05rem; }
.archive-list { padding-bottom: 7rem; border-top: 1px solid var(--line); }
.archive-entry { padding: 1.7rem 0; display: grid; grid-template-columns: 90px 1fr auto; gap: 1.5rem; align-items: start; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .2s ease, color .2s ease; }
.archive-entry:hover { padding-left: .7rem; color: var(--mint); }
.archive-number, .archive-date { color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.archive-entry h2 { margin-bottom: .25rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.45rem; font-weight: 400; letter-spacing: -.025em; line-height: 1.2; }
.archive-entry p { color: var(--muted); font-size: .78rem; }
@media (max-width: 620px) {
  .journal-nav-links a:first-child { display: none; }
  .archive-entry { grid-template-columns: 60px 1fr; }
  .archive-date { display: none; }
  .article-kicker { flex-direction: column; gap: .4rem; }
  .poem-art { width: 100%; }
}
