:root {
  --ink: #111111;
  --paper: #f8f6f0;
  --muted: #666052;
  --line: #d9d2c4;
  --gold: #d6a72f;
  --red: #a9342c;
  --blue: #102a7a;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 18px clamp(18px, 4vw, 56px); background: #090909; color: white; position: sticky; top: 0; z-index: 5; border-bottom: 3px solid var(--gold); }
.brand img { width: min(220px, 44vw); height: auto; }
.site-nav { display: flex; align-items: center; gap: 18px; width: 100%; max-width: 720px; font-size: 13px; text-transform: uppercase; letter-spacing: 0; white-space: nowrap; overflow-x: auto; }
.site-nav a { color: rgba(255,255,255,.86); }
.site-nav a:hover { color: var(--gold); }
.home-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 46vw); min-height: 66vh; border-bottom: 1px solid var(--line); background: var(--ink); color: white; }
.hero-copy { padding: clamp(32px, 7vw, 84px); display: flex; flex-direction: column; justify-content: center; }
.hero-copy h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 7vw, 88px); line-height: .9; margin: 0 0 22px; max-width: 900px; }
.hero-copy p:not(.eyebrow) { font-size: clamp(18px, 2vw, 24px); line-height: 1.45; max-width: 780px; color: rgba(255,255,255,.78); }
.eyebrow, .kicker { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; margin: 0 0 12px; }
.button-link { align-self: flex-start; margin-top: 20px; background: var(--gold); color: #121212; padding: 12px 16px; font-weight: 800; border-radius: 2px; }
.hero-image { min-height: 360px; background: #222; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.section-band { padding: clamp(28px, 5vw, 60px) clamp(18px, 4vw, 56px); }
.split-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); gap: clamp(28px, 5vw, 56px); align-items: start; }
.section-title { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 22px; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.section-title h2, .section-head h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 5vw, 58px); line-height: 1; margin: 0; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding: clamp(22px, 4vw, 48px); }
.story-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; }
.story-card { border-top: 4px solid var(--ink); background: rgba(255,255,255,.46); }
.story-image { aspect-ratio: 16 / 10; background: #ddd; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .22s ease; }
.story-card:hover .story-image img { transform: scale(1.035); }
.story-card-copy { padding: 16px 0 0; }
.story-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 2.3vw, 32px); line-height: 1; margin: 0 0 10px; }
.story-card p { color: var(--muted); line-height: 1.45; margin: 0 0 12px; }
.byline { font-size: 13px; color: var(--muted); }
.digigods-rail { background: #131313; color: white; padding: 22px; border-top: 4px solid var(--gold); }
.digigods-rail img { margin-bottom: 18px; }
.digigods-rail p { color: rgba(255,255,255,.72); line-height: 1.45; }
.episode-row { border-top: 1px solid rgba(255,255,255,.18); }
.episode-row a { display: grid; gap: 6px; padding: 14px 0; }
.episode-row span { color: var(--gold); font-size: 12px; font-weight: 800; }
.episode-row strong { line-height: 1.2; }
.ad-band { padding: 0 clamp(18px, 4vw, 56px) 56px; }
.ad-slot { border: 1px dashed #b9ac91; background: rgba(255,255,255,.55); color: #766b55; min-height: 120px; display: grid; place-items: center; text-transform: uppercase; font-weight: 800; font-size: 12px; }
.ad-slot.wide { min-height: 92px; }
.section-head { padding: clamp(32px, 6vw, 72px) clamp(18px, 4vw, 56px) 10px; border-bottom: 1px solid var(--line); }
.digigods-head img { width: min(440px, 90vw); margin-bottom: 20px; }
.article-shell { max-width: 1180px; margin: 0 auto; padding: clamp(28px, 5vw, 72px) clamp(18px, 4vw, 46px); }
.article-header { max-width: 880px; margin-bottom: 26px; }
.article-header h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 7vw, 82px); line-height: .95; margin: 0 0 18px; }
.dek { color: var(--muted); font-size: clamp(18px, 2vw, 24px); line-height: 1.45; }
.article-hero { margin: 0 0 32px; background: #ddd; }
.article-hero img { width: 100%; max-height: 620px; object-fit: cover; }
.article-body { max-width: 760px; margin: 0 auto; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.65; }
.article-body .ad-slot { font-family: Inter, ui-sans-serif, system-ui, sans-serif; margin: 28px 0; }
.article-body a { color: var(--blue); text-decoration: underline; }
.podcast-player { display: grid; gap: 20px; background: #111; padding: clamp(22px, 4vw, 40px); margin-bottom: 32px; }
.podcast-player img { max-width: 440px; }
audio { width: 100%; }
.archive-list { max-width: 960px; margin: 0 auto; padding: 28px clamp(18px, 4vw, 46px) 72px; list-style: none; }
.archive-list li { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 16px 0; }
.archive-list a { font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.archive-list span { color: var(--muted); white-space: nowrap; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px clamp(18px, 4vw, 56px); background: #090909; color: white; }
.site-footer img { width: 180px; }
.site-footer p { color: rgba(255,255,255,.68); }
@media (max-width: 900px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 12px; }
  .site-nav { max-width: 100%; padding-bottom: 4px; }
  .home-hero, .split-band { grid-template-columns: 1fr; }
  .home-hero { min-height: auto; }
  .hero-image { min-height: 320px; order: -1; }
  .story-grid, .story-grid.compact { grid-template-columns: 1fr; }
  .story-grid { padding: 28px 18px; }
  .archive-list li { flex-direction: column; gap: 6px; }
  .site-footer { flex-direction: column; align-items: flex-start; }
}
