:root {
  --ink: #111;
  --muted: #5d5d5d;
  --rule: #c7c7c7;
  --light-rule: #dedede;
  --paper: #fff;
  --soft-paper: #f5f2ed;
  --accent: #1175a9;
  --masthead: "Escrow Condensed", "Escrow Banner", Escrow, Georgia, "Times New Roman", serif;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Arial, Helvetica, sans-serif;
  --shell: 1280px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--serif);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
button, input { font: inherit; }

.page-shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 50;
  padding: 10px 14px;
  color: white;
  background: var(--ink);
}

.skip-link:focus { top: 12px; }

.notice-bar {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 6px 20px;
  color: white;
  background: #222;
  font: 700 11px/1.25 var(--sans);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.notice-bar p { margin: 0; }
.notice-bar a { color: white; border-bottom: 1px solid white; }

.utility-row {
  min-height: 44px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--light-rule);
  color: #333;
  font: 12px/1.2 var(--sans);
}

.today { margin: 0; justify-self: start; font-weight: 700; }
.edition { margin: 0; justify-self: center; }
.utility-subscribe { justify-self: end; font-weight: 700; color: #d98f34; }
.menu-button { display: none; border: 0; background: transparent; padding: 0; }

.masthead {
  padding: 30px 0 23px;
  text-align: center;
}

.masthead a,
.footer-mark {
  font-family: var(--masthead);
  font-weight: 700;
}

.masthead a {
  font-size: clamp(43px, 5.8vw, 76px);
  line-height: .95;
  letter-spacing: -.05em;
}

.primary-nav {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-height: 42px;
  font: 700 12px/1 var(--sans);
}

.nav-inner a { position: relative; }
.nav-inner a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  height: 3px;
  background: var(--ink);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.front-heading {
  padding: 30px 0 13px;
  border-bottom: 4px solid var(--ink);
}

.section-heading h1 {
  margin: 3px 0 0;
  font-size: 21px;
  font-weight: 400;
}

.section-heading > p {
  margin: 0 0 3px;
  color: var(--muted);
  font: 11px/1.2 var(--sans);
}

.eyebrow,
.story-kicker {
  margin: 0 0 7px;
  color: var(--accent);
  font: 700 11px/1.15 var(--sans);
  letter-spacing: .075em;
  text-transform: uppercase;
}

.story-kicker[data-category="opinion"] {
  color: #d98f34;
}

body[data-page="opinion"] .interior-heading h1 { color: #A67B2D; }

.lead-grid {
  display: grid;
  grid-template-columns: minmax(190px, .75fr) minmax(400px, 1.85fr) minmax(210px, .8fr);
  gap: 0;
  padding: 20px 0 30px;
  border-bottom: 1px solid var(--ink);
}

.secondary-column { padding-right: 20px; }
.lead-story { padding: 0 24px; border-inline: 1px solid var(--rule); }
.latest-column { padding-left: 20px; }

.lead-image,
.card-image { display: block; overflow: hidden; background: #ddd; }
.lead-image { margin-bottom: 18px; aspect-ratio: 16 / 9; }
.lead-image img, .card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.lead-image:hover img, .card-image:hover img { transform: scale(1.015); }

.lead-story h2 {
  max-width: 810px;
  margin: 0;
  font-size: clamp(31px, 3.2vw, 48px);
  line-height: .98;
  letter-spacing: -.037em;
}

.story-summary {
  margin: 9px 0 0;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.35;
}

.lead-story > .story-summary { max-width: 760px; font-size: 17px; }

.byline {
  margin: 13px 0 0;
  color: var(--muted);
  font: 700 10px/1.3 var(--sans);
  letter-spacing: .03em;
  text-transform: uppercase;
}

.secondary-story + .secondary-story {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
}

.secondary-image { display: block; margin-bottom: 14px; }
.secondary-story img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.secondary-story h2 { margin: 0; font-size: 21px; line-height: 1.08; letter-spacing: -.02em; }

.rail-heading { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.rail-heading h2 { margin: 0; font: 700 17px/1 var(--sans); }
.rail-heading span { flex: 1; height: 3px; background: var(--ink); }

.latest-story { padding: 15px 0; border-bottom: 1px solid var(--light-rule); }
.latest-story time { color: var(--accent); font: 700 10px/1 var(--sans); }
.latest-story h3 { margin: 5px 0 0; font-size: 17px; line-height: 1.15; }

.more-section { padding: 36px 0 48px; }
.section-rule-heading { margin-bottom: 18px; border-top: 4px solid var(--ink); border-bottom: 1px solid var(--ink); }
.section-rule-heading h2 { margin: 0; padding: 10px 0 9px; font: 700 16px/1 var(--sans); }

.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 24px; }
.story-card { padding-right: 24px; border-right: 1px solid var(--rule); }
.story-card:nth-child(3n) { padding-right: 0; border-right: 0; }
.card-image { aspect-ratio: 16 / 9; margin-bottom: 13px; }
.story-card h3 { margin: 0; font-size: 23px; line-height: 1.08; letter-spacing: -.02em; }

.subscribe-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
  padding: 38px 44px;
  border-block: 1px solid var(--ink);
  background: var(--soft-paper);
}

.subscribe-panel h2 { margin: 0; font-size: 31px; line-height: 1; }
.subscribe-panel > div > p:last-child { margin: 10px 0 0; color: var(--muted); }
.subscribe-form { display: grid; grid-template-columns: 1fr auto; }
.subscribe-form input { min-width: 0; padding: 14px; border: 1px solid #777; border-right: 0; background: white; font: 14px var(--sans); }
.subscribe-form button { padding: 0 24px; border: 1px solid var(--ink); color: white; background: var(--ink); font: 700 13px var(--sans); cursor: pointer; }
.subscribe-form button:disabled { cursor: wait; opacity: .65; }
.form-note { grid-column: 1 / -1; margin: 8px 0 0; color: var(--muted); font: 10px/1.3 var(--sans); }
.form-note--success { color: #355c2d; }
.form-note--error { color: #9b2c24; }

.site-footer { padding: 38px 0; color: white; background: #202020; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.footer-mark { font-size: 25px; }
.site-footer nav { display: flex; gap: 24px; font: 700 12px var(--sans); }
.site-footer p { grid-column: 1 / -1; margin: 12px 0 0; color: #aaa; font: 11px var(--sans); }

.interior-main { padding-top: 42px; padding-bottom: 70px; }
.interior-heading { max-width: 760px; padding-bottom: 20px; border-bottom: 4px solid var(--ink); }
.interior-heading h1 { margin: 0; font-size: clamp(42px, 6vw, 70px); line-height: .95; letter-spacing: -.04em; }
.interior-heading p { margin: 14px 0 0; color: var(--muted); font-size: 18px; line-height: 1.4; }
.archive { max-width: 900px; }
.archive-empty { margin: 32px 0 0; padding: 28px 0; border-block: 1px solid var(--rule); color: var(--muted); font-size: 19px; }
.archive-story { display: grid; grid-template-columns: 260px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--rule); }
.archive-story--no-image { grid-template-columns: 1fr; }
.archive-story img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.archive-image { min-height: 160px; }
.archive-story h2 { margin: 0; font-size: 27px; line-height: 1.06; letter-spacing: -.025em; }

.about-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr); gap: 70px; margin-top: 38px; }
.about-copy { max-width: 720px; font-size: 20px; line-height: 1.55; }
.about-copy p:first-child::first-letter { float: left; margin: 7px 7px 0 0; font-size: 65px; line-height: .75; }
.about-note { align-self: start; padding: 22px 0; border-block: 4px solid var(--ink); }
.about-note h2 { margin: 0 0 9px; font: 700 15px var(--sans); text-transform: uppercase; }
.about-note p { margin: 0; color: var(--muted); line-height: 1.45; }

.article-page { max-width: 1120px; padding-top: 55px; padding-bottom: 80px; }
.preview-banner { margin: -25px auto 32px; padding: 10px 14px; color: #51330e; background: #f6dfc4; border: 1px solid #d98f34; text-align: center; font: 700 12px/1.2 var(--sans); text-transform: uppercase; letter-spacing: .05em; }
.article-header { max-width: 920px; margin: 0 auto 32px; text-align: center; }
.article-header h1 { margin: 0; font-size: clamp(42px, 6.4vw, 78px); line-height: .97; letter-spacing: -.045em; }
.article-dek { max-width: 760px; margin: 19px auto; color: #454545; font-size: 21px; line-height: 1.35; }
.article-meta { display: flex; justify-content: center; gap: 12px; color: var(--muted); font: 12px var(--sans); }
.article-meta p { margin: 0; }
.article-hero { margin: 0 0 38px; }
.article-hero img { width: 100%; max-height: 650px; object-fit: cover; }
.article-hero figcaption { margin-top: 7px; color: #777; font: 10px/1.3 var(--sans); }
.article-body { max-width: 680px; margin: auto; font-size: 20px; line-height: 1.65; }
.article-body p { margin: 0 0 24px; }
.drop-cap::first-letter { float: left; margin: 11px 8px 0 0; font-size: 78px; line-height: .6; }
.article-signup { max-width: 680px; margin: 45px auto 0; padding: 25px 0; border-block: 4px solid var(--ink); }
.article-signup h2 { margin: 0; font-size: 28px; }
.article-signup > p:not(.eyebrow) { color: var(--muted); }
.article-signup a, .text-link { color: var(--accent); font: 700 13px var(--sans); }
.not-found { padding: 100px 0; text-align: center; }
.not-found h1 { font-size: 48px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .lead-grid { grid-template-columns: 1fr 1.8fr; }
  .lead-story { order: -1; padding-left: 0; border-left: 0; }
  .secondary-column { padding: 0 0 0 20px; }
  .latest-column { grid-column: 1 / -1; margin-top: 26px; padding: 20px 0 0; border-top: 1px solid var(--ink); }
  .latest-column > div:last-child { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 24px; }
  .story-grid { grid-template-columns: repeat(2, 1fr); }
  .story-card:nth-child(3n) { padding-right: 24px; border-right: 1px solid var(--rule); }
  .story-card:nth-child(2n) { padding-right: 0; border-right: 0; }
  .subscribe-panel { gap: 30px; }
}

@media (max-width: 640px) {
  .page-shell { width: min(calc(100% - 28px), var(--shell)); }
  .notice-bar { justify-content: space-between; font-size: 9px; }
  .utility-row { grid-template-columns: 1fr 1fr; }
  .menu-button { display: block; justify-self: start; font: 700 12px var(--sans); cursor: pointer; }
  .today, .edition { display: none; }
  .utility-subscribe { justify-self: end; }
  .masthead { padding: 23px 0 18px; }
  .masthead a { font-size: clamp(37px, 12vw, 55px); }
  .primary-nav { display: none; }
  .primary-nav.nav-open { display: block; }
  .nav-inner { align-items: stretch; flex-direction: column; gap: 0; padding-block: 4px; }
  .nav-inner a { padding: 13px 0; border-bottom: 1px solid var(--light-rule); }
  .nav-inner a:last-child { border: 0; }
  .nav-inner a.active::after { display: none; }
  .front-heading { padding-top: 23px; }
  .section-heading h1 { font-size: 18px; }
  .section-heading > p { display: none; }
  .lead-grid { display: flex; flex-direction: column; padding-top: 14px; }
  .lead-story { padding: 0 0 22px; border: 0; border-bottom: 1px solid var(--ink); }
  .lead-story h2 { font-size: 36px; }
  .secondary-column { padding: 20px 0 0; }
  .secondary-story { display: grid; grid-template-columns: 120px 1fr; gap: 14px; }
  .secondary-story--no-image { grid-template-columns: 1fr; }
  .secondary-story > a { grid-row: 1 / 5; }
  .secondary-story img { height: 100%; min-height: 120px; margin: 0; }
  .secondary-story .story-kicker { margin-bottom: 0; }
  .secondary-story h2 { font-size: 19px; }
  .secondary-story .story-summary { display: none; }
  .latest-column > div:last-child { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card, .story-card:nth-child(2n), .story-card:nth-child(3n) { padding: 0 0 24px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .subscribe-panel { grid-template-columns: 1fr; margin-bottom: 40px; padding: 28px 20px; }
  .subscribe-form { grid-template-columns: 1fr; gap: 8px; }
  .subscribe-form input { border-right: 1px solid #777; }
  .subscribe-form button { min-height: 45px; }
  .footer-inner { grid-template-columns: 1fr; }
  .site-footer nav { flex-wrap: wrap; }
  .site-footer p { grid-column: auto; }
  .archive-story { grid-template-columns: 110px 1fr; gap: 15px; }
  .archive-story--no-image { grid-template-columns: 1fr; }
  .archive-story h2 { font-size: 20px; }
  .archive-story .story-summary { display: none; }
  .archive-story img { aspect-ratio: 1; }
  .about-layout { grid-template-columns: 1fr; gap: 30px; }
  .about-copy { font-size: 18px; }
  .article-page { padding-top: 35px; }
  .article-header { text-align: left; }
  .article-header h1 { font-size: 44px; }
  .article-dek { font-size: 19px; }
  .article-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
  .article-body { font-size: 18px; line-height: 1.6; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lead-image img, .card-image img { transition: none; }
}
