:root {
  --ink: #111;
  --muted: #5b5b5b;
  --line: #dcdcdc;
  --line-2: #ececec;
  --paper: #fff;
  --wash: #f6f6f6;
  --red: #b51d2a;
  --navy: #1a2332;
  --max: 1240px;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --display: "Playfair Display", Georgia, serif;
  --sans: "Source Sans 3", "Segoe UI", sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.5; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; }

.adbar { background: #f0f0f0; border-bottom: 1px solid var(--line); }
.adslot {
  background: #eee;
  border: 1px dashed #cfcfcf;
  color: #888;
  text-align: center;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: grid;
  place-items: center;
}
.adslot.leader { height: 90px; margin: 10px auto; width: min(970px, 100%); }
.adslot.box { min-height: 250px; }
.adslot.wide { height: 90px; margin: 28px 0; }

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  color: var(--muted);
  padding: 8px 0;
  border-bottom: 1px solid var(--line-2);
}
.topbar a { margin-left: 14px; font-weight: 600; color: var(--ink); }
.topbar a:hover { color: var(--red); }

.masthead {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 18px 0 10px;
}
.brand { text-align: center; }
.brand .mark {
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: .9;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.brand .mark em { font-style: italic; font-weight: 600; }
.brand .date {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.tease-row { display: grid; gap: 12px; }
.tease {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  font-size: 13px;
  line-height: 1.3;
  font-family: var(--serif);
  font-weight: 600;
}
.tease img { width: 64px; height: 48px; object-fit: cover; }
.mast-left .tease-row { justify-items: start; }
.mast-right .tease-row { justify-items: end; }
.mast-right .tease { grid-template-columns: 1fr 64px; text-align: right; }

.navwrap { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); position: sticky; top: 0; background: #fff; z-index: 40; }
.nav {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 46px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}
.nav a { padding: 12px 11px; }
.nav a:hover, .nav a.active { color: var(--red); }
.nav .push { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.iconbtn {
  border: 0;
  background: transparent;
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-size: 16px;
}
.menu-btn { display: none; }
.mobile-nav { display: none; border-bottom: 1px solid var(--line); padding: 8px 16px 14px; }
.mobile-nav.open { display: grid; }
.mobile-nav a { padding: 8px 0; font-weight: 700; }

.ticker {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.live {
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 3px 8px;
}
.ticker marquee, .ticker .track { flex: 1; color: var(--muted); }

.home-grid {
  display: grid;
  grid-template-columns: 280px 1fr 300px;
  gap: 28px;
  padding: 22px 0 10px;
}
.col { display: flex; flex-direction: column; gap: 18px; }
.story h2, .lead h1, .op h3, .card h3 {
  font-family: var(--serif);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.18;
}
.story h2 { font-size: 1.22rem; }
.story h2:hover, .lead h1:hover, .op h3:hover, .card h3:hover { color: var(--red); }
.kicker {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
}
.deck { color: #333; font-size: 15px; margin-top: 8px; }
.story + .story, .op + .op { border-top: 1px solid var(--line); padding-top: 16px; }
.story img { width: 100%; height: 168px; object-fit: cover; margin-bottom: 8px; }

.lead img { width: 100%; height: 360px; object-fit: cover; margin-bottom: 12px; }
.lead h1 { font-size: clamp(1.8rem, 3vw, 2.55rem); }
.lead .deck { font-size: 17px; }

.op .by { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--red); margin-bottom: 4px; font-weight: 700; }

.section { padding: 28px 0; border-top: 1px solid var(--line); }
.section h2.sec {
  font-family: var(--display);
  font-size: 1.8rem;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ink);
}
.cards-4, .cards-3 { display: grid; gap: 20px; }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.card img { width: 100%; height: 160px; object-fit: cover; margin-bottom: 8px; }
.card h3 { font-size: 1.12rem; }

.split { display: grid; grid-template-columns: 1.4fr .8fr; gap: 28px; }
.most ol { padding-left: 22px; }
.most li { margin: 10px 0; font-family: var(--serif); font-weight: 650; }
.most li:hover { color: var(--red); }

.article-wrap { display: grid; grid-template-columns: minmax(0, 760px) 300px; gap: 40px; padding: 24px 0 60px; }
.article h1 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 8px 0 12px;
}
.byline { color: var(--muted); font-size: 14px; margin-bottom: 16px; }
.article .cover { width: 100%; max-height: 420px; object-fit: cover; margin-bottom: 8px; }
.cap { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
.prose p { margin: 0 0 16px; font-size: 18px; line-height: 1.7; font-family: var(--serif); }
.prose h2 { font-family: var(--serif); font-size: 1.45rem; margin: 26px 0 10px; }
.prose blockquote {
  border-left: 3px solid var(--red);
  padding-left: 16px;
  margin: 20px 0;
  font-family: var(--serif);
  font-size: 1.25rem;
}

.page { padding: 28px 0 64px; }
.page h1 { font-family: var(--display); font-size: 2.4rem; margin: 6px 0 14px; }
.list { display: grid; gap: 18px; }
.list-item { display: grid; grid-template-columns: 220px 1fr; gap: 16px; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.list-item img { width: 220px; height: 140px; object-fit: cover; }
.list-item h2 { font-family: var(--serif); font-size: 1.4rem; line-height: 1.2; }
.form { display: grid; gap: 10px; max-width: 520px; }
.form input, .form textarea {
  border: 1px solid var(--line);
  padding: 10px 12px;
  width: 100%;
}
.form textarea { min-height: 140px; }
.btn {
  background: var(--ink);
  color: #fff;
  border: 0;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 700;
  width: fit-content;
}
.search-panel { display: none; border-bottom: 1px solid var(--line); padding: 12px 0; background: #fafafa; }
.search-panel.open { display: block; }
.search-panel input { width: 100%; border: 1px solid var(--line); padding: 12px; }
#search-hits { margin-top: 10px; display: grid; gap: 8px; }
#search-hits a { font-family: var(--serif); font-weight: 650; }

footer { background: var(--navy); color: #d7dde6; padding: 36px 0 18px; font-size: 14px; }
footer a { color: #fff; display: block; margin: 5px 0; }
.fg { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 24px; margin-bottom: 24px; }
footer h4 { color: #fff; font-family: var(--display); margin-bottom: 8px; }
.copy { border-top: 1px solid #334052; padding-top: 12px; color: #9aa6b5; font-size: 12px; display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }

@media (max-width: 1020px) {
  .masthead, .home-grid, .article-wrap, .split, .cards-4, .cards-3, .fg, .list-item {
    grid-template-columns: 1fr;
  }
  .mast-left, .mast-right { display: none; }
  .nav .desk { display: none; }
  .menu-btn { display: block; }
  .nav { justify-content: space-between; }
  .lead img { height: 220px; }
  .list-item img { width: 100%; height: 180px; }
}
