:root {
  --page: #FFFFFF;
  --ink: #0A0A0A;
  --type: #8E8E8E;
  --type-dark: #4A4A4A;
  --rule: #E8E8E8;
}
* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background: var(--page);
  color: var(--type-dark);
  font-family: "EB Garamond", Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--ink); }
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 5vw, 56px);
  border-bottom: 1px solid var(--rule);
  position: sticky;
  top: 0;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  z-index: 10;
}
.logo {
  font-family: Jost, system-ui, sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink);
}
.nav {
  display: flex;
  gap: clamp(18px, 3vw, 36px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav a {
  font-family: Jost, system-ui, sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--type);
}
.nav a[aria-current="page"] { color: var(--ink); }
.site-footer {
  margin-top: 96px;
  padding: 40px clamp(20px, 5vw, 56px) 56px;
  border-top: 1px solid var(--rule);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 40px;
}
.footer-brand {
  font-family: Jost, system-ui, sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
}
.footer-meta {
  font-family: Jost, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--type);
}
.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links a {
  font-family: Jost, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--type);
}
.wrap {
  width: min(720px, calc(100% - 40px));
  margin: 0 auto;
}
.hero-feature {
  width: min(820px, calc(100% - 40px));
  margin: 36px auto 0;
}
.hero-feature img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--rule);
}
.article-head {
  padding: 48px 0 8px;
  text-align: center;
}
.kicker {
  margin: 0 0 18px;
  font-family: Jost, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--type);
}
.article-head h1 {
  margin: 0 0 20px;
  font-family: Jost, system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.15;
}
.deck {
  margin: 0 auto 24px;
  max-width: 34em;
  font-size: 1.15rem;
  color: var(--type-dark);
  line-height: 1.55;
}
.byline {
  margin: 0;
  font-family: Jost, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--type);
}
.article-body {
  padding: 40px 0 0;
}
.article-body p {
  margin: 0 0 1.25em;
  color: var(--type-dark);
}
.article-body p:first-child::first-letter {
  font-family: Jost, system-ui, sans-serif;
  font-weight: 300;
  font-size: 3.2em;
  float: left;
  line-height: 0.85;
  padding: 0.08em 0.12em 0 0;
  color: var(--ink);
}
.stub {
  padding: 96px 0 40px;
  text-align: center;
}
.stub h1 {
  margin: 0 0 16px;
  font-family: Jost, system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
}
.stub p {
  margin: 0 auto;
  max-width: 28em;
  color: var(--type);
}
@media (max-width: 640px) {
  .site-header { padding: 20px 16px; }
  .nav { gap: 14px; }
  .article-body p:first-child::first-letter { font-size: 2.6em; }
}

.stories {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 24px;
}
.stories-intro {
  text-align: center;
  margin: 0 0 48px;
}
.stories-intro h1 {
  margin: 0 0 12px;
  font-family: Jost, system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(1.6rem, 3.5vw, 2.1rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
}
.stories-intro p {
  margin: 0 auto;
  max-width: 28em;
  color: var(--type);
  font-size: 1.05rem;
}
.stories-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 28px;
}
.story-card {
  display: block;
  color: inherit;
}
.story-card:hover .story-title { color: var(--type-dark); }
.story-card figure {
  margin: 0 0 18px;
  overflow: hidden;
  background: var(--rule);
}
.story-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.story-card:hover img { transform: scale(1.02); }
.story-kicker {
  margin: 0 0 8px;
  font-family: Jost, system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--type);
}
.story-title {
  margin: 0 0 10px;
  font-family: Jost, system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.25;
  transition: color 0.2s ease;
}
.story-deck {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--type-dark);
}
@media (max-width: 720px) {
  .stories-grid { grid-template-columns: 1fr; gap: 40px; }
}

.home-hero {
  width: min(1100px, calc(100% - 40px));
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.home-hero-copy { max-width: 28em; }
.home-eyebrow {
  margin: 0 0 16px;
  font-family: Jost, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--type);
}
.home-hero h1 {
  margin: 0 0 18px;
  font-family: Jost, system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.08;
}
.home-lede {
  margin: 0 0 28px;
  font-size: 1.15rem;
  line-height: 1.55;
  color: var(--type-dark);
}
.home-cta {
  display: inline-block;
  font-family: Jost, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
}
.home-hero-media {
  margin: 0;
  background: var(--rule);
  overflow: hidden;
}
.home-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.home-latest {
  width: min(1100px, calc(100% - 40px));
  margin: 88px auto 0;
}
.home-latest-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin: 0 0 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule);
}
.home-latest-head h2 {
  margin: 0;
  font-family: Jost, system-ui, sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
}
.home-latest-head a {
  font-family: Jost, system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--type);
}
.home-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
@media (max-width: 900px) {
  .home-hero { grid-template-columns: 1fr; }
  .home-hero-media img { aspect-ratio: 16 / 10; }
  .home-latest-grid { grid-template-columns: 1fr; }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .home-latest-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.sources {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
}
.sources h2 {
  margin: 0 0 16px;
  font-family: Jost, system-ui, sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
}
.sources ol {
  margin: 0;
  padding: 0 0 0 1.2em;
  color: var(--type-dark);
}
.sources li {
  margin: 0 0 0.85em;
  font-size: 0.95rem;
  line-height: 1.5;
}
.sources a {
  color: var(--type-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sources a:hover { color: var(--ink); }

.about-body p:first-child::first-letter {
  font-size: inherit;
  float: none;
  padding: 0;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.about-body {
  padding-top: 8px;
  max-width: 34em;
  margin-left: auto;
  margin-right: auto;
}

.hero-feature figcaption {
  margin: 10px 0 0;
  font-family: Jost, system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--type);
  text-align: center;
}
