:root {
  --bg: #090b0a;
  --surface: #111512;
  --text: #e6ece5;
  --muted: #78837b;
  --faint: #343c36;
  --line: #242b26;
  --accent: #c9f36a;
  --sans: 'Manrope', 'Noto Sans SC', sans-serif;
  --display: 'Space Grotesk', 'Manrope', 'Noto Sans SC', sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
a:visited { color: inherit; }

.landing { min-height: 100vh; min-height: 100svh; position: relative; display: grid; place-items: center; border-bottom: 1px solid var(--line); }
.landing-center { text-align: center; padding: 25px; }
.landing-kicker { margin: 0 0 24px; color: var(--muted); font: 500 9px var(--mono); letter-spacing: .16em; }
.landing h1 { margin: 0; color: var(--accent); font: 500 clamp(50px, 9vw, 92px)/.98 var(--display); letter-spacing: -.075em; }
.landing h1 .landing-word { color: var(--text); font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 400; letter-spacing: -.065em; }
.landing h1 span:not(.landing-word) { color: var(--accent); font-family: var(--display); font-weight: 500; }
.landing-signature { margin: 28px 0 0; color: var(--muted); font-size: 15px; letter-spacing: .03em; }
.landing-scroll { position: absolute; left: 50%; bottom: 31px; display: flex; flex-direction: column; align-items: center; gap: 11px; transform: translateX(-50%); color: var(--muted); }
.landing-scroll span { width: 1px; height: 34px; background: var(--faint); position: relative; overflow: hidden; }
.landing-scroll span::after { content: ''; position: absolute; top: -100%; left: 0; width: 1px; height: 60%; background: var(--accent); animation: scroll-line 2.4s ease-in-out infinite; }
.landing-scroll small { font: 500 8px var(--mono); letter-spacing: .13em; white-space: nowrap; }
@keyframes scroll-line { 0% { top: -65%; } 60%, 100% { top: 110%; } }

.page-shell { width: min(900px, calc(100% - 72px)); margin: 0 auto; }
.site-header { height: 102px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; font: 600 14px var(--display); letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid var(--faint); border-radius: 7px; color: var(--accent); font: 500 10px var(--mono); letter-spacing: -.1em; }
.header-year { color: var(--muted); font: 500 10px var(--mono); letter-spacing: .1em; }

.intro { padding: 88px 0 105px; max-width: 730px; }
.eyebrow, .section-label, .article-meta, .article-duration, .site-footer, .about-facts { font-family: var(--mono); }
.eyebrow { margin: 0 0 25px; color: var(--muted); font-size: 10px; letter-spacing: .14em; }
.eyebrow::before { content: ''; display: inline-block; width: 6px; height: 6px; margin: 0 9px 1px 0; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(201, 243, 106, .1); }
.intro-line { margin: 0; color: var(--text); font-size: clamp(24px, 4vw, 38px); font-weight: 500; line-height: 1.25; letter-spacing: -.065em; }

.articles { padding-bottom: 145px; }
.section-label { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.section-label span:first-child { color: var(--text); }
.article-list { border-bottom: 1px solid var(--line); }
.article-entry { position: relative; padding: 30px 0 34px; border-bottom: 1px solid var(--line); transition: padding-left .25s ease, background .25s ease; }
.article-entry:last-child { border-bottom: 0; }
.article-entry:hover { padding-left: 15px; background: linear-gradient(90deg, rgba(201, 243, 106, .035), transparent 65%); }
.article-entry-featured { padding-top: 42px; padding-bottom: 47px; }
.article-meta { display: flex; align-items: center; gap: 20px; color: var(--muted); font-size: 10px; letter-spacing: .03em; }
.article-number { color: var(--accent); }
.article-meta time { margin-left: auto; }
.article-entry h2 { max-width: 650px; margin: 18px 0 10px; color: var(--text); font-size: clamp(22px, 3vw, 31px); font-weight: 600; line-height: 1.25; letter-spacing: -.065em; }
.article-entry:not(.article-entry-featured) h2 { font-size: clamp(19px, 2.5vw, 25px); }
.article-entry p { max-width: 560px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.article-duration { position: absolute; right: 0; bottom: 38px; color: var(--faint); font-size: 9px; letter-spacing: .04em; }
.article-entry-featured .article-duration { bottom: 48px; }

.about { display: grid; grid-template-columns: 1fr 1.45fr; gap: 13%; padding: 115px 0 135px; border-bottom: 1px solid var(--line); }
.about-content { max-width: 510px; }
.about-content p { margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.about-facts { display: flex; flex-wrap: wrap; gap: 10px 25px; margin-top: 41px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--text); font-size: 10px; letter-spacing: .02em; }

.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 0 32px; color: var(--muted); font-size: 9px; letter-spacing: .07em; }
.article-back { color: var(--muted); font: 500 10px var(--mono); transition: color .2s; }
.article-back:hover { color: var(--text); }
.article-detail { max-width: 740px; padding: 115px 0 130px; margin: 0 auto; }
.article-detail-meta { display: flex; gap: 20px; color: var(--muted); font: 500 10px var(--mono); }
.article-detail-meta span { color: var(--accent); }
.article-detail h1 { margin: 25px 0 20px; color: var(--text); font: 600 clamp(38px, 6vw, 67px)/1.08 var(--display); letter-spacing: -.08em; }
.article-lead { max-width: 580px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.article-content { margin-top: 65px; color: #b8c3ba; font-size: 15px; line-height: 2; }
.article-content h1, .article-content h2, .article-content h3 { color: var(--text); line-height: 1.3; letter-spacing: -.05em; margin: 2em 0 .7em; }
.article-content h1 { font-size: 32px; }.article-content h2 { font-size: 25px; }.article-content h3 { font-size: 20px; }
.article-content p { margin: 0 0 1.25em; }.article-content ul { padding-left: 1.5em; margin: 0 0 1.25em; }.article-content li { padding-left: .3em; }.article-content blockquote { margin: 1.5em 0; padding-left: 18px; border-left: 2px solid var(--accent); color: var(--text); }.article-content hr { border: 0; border-top: 1px solid var(--line); margin: 2em 0; }.article-content code { padding: 2px 6px; background: #17221c; color: var(--accent); font: .88em var(--mono); }.article-content pre { overflow-x: auto; margin: 1.7em 0; padding: 20px 22px; background: #0c1410; color: #dbe7da; font: 12px/1.7 var(--mono); }.article-content pre code { padding: 0; background: transparent; color: inherit; }.article-content a { color: var(--accent); border-bottom: 1px solid #506238; }
.empty-state { padding: 35px 0; color: var(--muted); font: 11px var(--mono); }

@media (max-width: 700px) {
  .page-shell { width: min(100% - 38px, 540px); }
  .site-header { height: 78px; }
  .landing-signature { font-size: 14px; }
  .intro { padding: 65px 0 82px; }
  .intro-line { font-size: clamp(23px, 7vw, 32px); }
  .articles { padding-bottom: 98px; }
  .article-entry, .article-entry-featured { padding-top: 25px; padding-bottom: 53px; }
  .article-entry:hover { padding-left: 8px; }
  .article-meta { gap: 13px; font-size: 9px; }
  .article-duration, .article-entry-featured .article-duration { right: auto; left: 0; bottom: 25px; }
  .about { grid-template-columns: 1fr; gap: 34px; padding: 80px 0 95px; }
  .article-detail { padding: 78px 0 90px; }.article-detail h1 { font-size: clamp(38px, 11vw, 62px); }.article-content { margin-top: 45px; font-size: 14px; }
  .site-footer { flex-direction: column; gap: 10px; line-height: 1.5; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
