:root {
  --ink: #1b1612;
  --ink-soft: #3f372f;
  --paper: #f7f3ec;
  --sheet: #fffdf8;
  --wine: #8d2b22;
  --wine-deep: #6b1d18;
  --sand: #e7dcc8;
  --muted: #7a7166;
  --rule: #d8ccb6;
  --rail: #f3ece0;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body.blog {
  font-family: "Iowan Old Style", Palatino, "Palatino Linotype", Georgia, serif;
  background: var(--paper);
  color: var(--ink);
  min-height: 100vh;
  line-height: 1.6;
}

a { color: var(--wine-deep); text-underline-offset: 3px; }
a:hover { color: var(--wine); }

.blog-wrap { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }

.blog-mast {
  padding: 28px 0 22px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 28px;
}
.blog-mast-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.blog-name {
  font-size: clamp(40px, 7vw, 72px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  margin: 14px 0 8px;
  font-weight: 600;
}
.blog-name a { color: inherit; text-decoration: none; }
.blog-deck {
  font-style: italic;
  font-size: 18px;
  color: var(--ink-soft);
  margin: 0 0 16px;
}
.blog-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.blog-nav a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.blog-nav a:hover { border-bottom-color: var(--ink); }

.blog-shell {
  display: block;
  padding-bottom: 48px;
}
@media (min-width: 1100px) {
  .blog-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 168px;
    gap: 36px;
    align-items: start;
  }
}

.ad-slot {
  border: 1px dashed var(--rule);
  background: var(--rail);
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 22px;
}
.ad-slot:empty { display: none !important; }
.ad-slot[data-ad-slot="fareplay-inline"] {
  grid-column: 1 / -1;
  min-height: 88px;
  margin: 4px 0 8px;
}
.ad-slot[data-ad-slot="fareplay-rail"] {
  display: none;
  position: sticky;
  top: 24px;
  min-height: 240px;
  margin: 0;
  writing-mode: horizontal-tb;
}
@media (min-width: 1100px) {
  .ad-slot[data-ad-slot="fareplay-rail"]:not(:empty) { display: flex; }
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 860px) {
  .story-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .story-grid { grid-template-columns: 1fr; }
}

.story-card {
  background: var(--sheet);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.story-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  background: #1b1612;
  display: block;
}
.story-card .card-body { padding: 0 2px; }
.story-card .meta {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 12px 0 6px;
}
.story-card h2 {
  font-size: 26px;
  line-height: 1.15;
  margin: 0 0 14px;
  letter-spacing: -0.03em;
}
.story-card:hover h2 { color: var(--wine); }

.article-hero {
  width: 100%;
  max-height: none;
  height: min(78vh, 820px);
  object-fit: cover;
  background: #1b1612;
  display: block;
  margin-bottom: 22px;
}
.article-kicker {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.article h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 8px 0 12px;
}
.byline {
  font-style: italic;
  color: var(--ink-soft);
  margin: 0 0 22px;
}
.prose p {
  font-size: 21px;
  margin: 0 0 1.15em;
  max-width: 38em;
}
.notes {
  font-style: italic;
  color: var(--ink-soft);
  max-width: 38em;
}
.venue-links {
  margin: 22px 0 28px;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.venue-links a,
.venue-links .chip {
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 7px 14px;
  letter-spacing: 0.04em;
}
.venue-links a:hover { background: var(--ink); color: var(--sheet); }

.claim-strip {
  border-top: 1px solid var(--rule);
  padding: 22px 0 8px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px;
}
.claim-strip a {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--wine);
  color: var(--wine-deep);
}

.blog-foot {
  border-top: 1px solid var(--ink);
  padding: 18px 0 32px;
  color: var(--muted);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.blog-foot a { color: var(--ink-soft); }

.status {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  color: var(--wine);
  margin: 0 0 16px;
}
.hidden { display: none !important; }

.lede {
  font-style: italic;
  font-size: 22px;
  color: var(--ink-soft);
  margin: 0 0 22px;
  max-width: 34em;
}
.article-credit {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  color: var(--muted);
  margin: -8px 0 22px;
}
.article-credit a { color: var(--muted); }
.article-figure {
  margin: 0 0 8px;
}
.article-figure img {
  width: 100%;
  height: auto;
  display: block;
  background: var(--sand);
}
.index-card {
  border: 1px solid var(--rule);
  background: var(--sheet);
  padding: 14px 16px;
  margin: 24px 0 8px;
  max-width: 38em;
  font-size: 15px;
  color: var(--ink-soft);
}
.index-card b {
  display: block;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 6px;
}
.story-card .poo {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0 0 12px;
  line-height: 1.4;
}

.story-hero {
  display: block;
  position: relative;
  width: 100vw;
  margin: 0 0 36px;
  color: inherit;
  text-decoration: none;
  background: #1b1612;
}
.story-hero img {
  width: 100%;
  height: min(82vh, 880px);
  object-fit: cover;
  display: block;
  background: #1b1612;
}
.story-hero .hero-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 72px clamp(20px, 6vw, 72px) 36px;
  background: linear-gradient(180deg, transparent 0%, rgba(12, 9, 7, 0.82) 70%);
  color: #f7f3ec;
}
.story-hero .meta { color: #d8ccb6; }
.story-hero h2 {
  font-size: clamp(40px, 6vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  margin: 8px 0 0;
  color: #fffdf8;
}
.story-hero:hover h2 { color: #f3ece0; }

.article-bleed {
  width: 100vw;
  margin: 0 0 18px;
  background: #1b1612;
}
.article-bleed img {
  width: 100%;
  height: min(78vh, 820px);
  object-fit: cover;
  display: block;
}

.quote-pull {
  margin: 0 0 28px;
  padding: 0 0 0 22px;
  border-left: 3px solid var(--wine);
  max-width: 34em;
}
.quote-pull p {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  font-style: italic;
}
.quote-pull cite {
  display: block;
  font-style: normal;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.quote-pull cite a { color: var(--muted); }

.story-grid { margin-top: 8px; }
@media (max-width: 560px) {
  .story-card img { height: 240px; }
}
