:root {
  --ink: #101310;
  --forest: #1c2b24;
  --forest-light: #294137;
  --paper: #f3f0e8;
  --white: #fff;
  --muted: #666a66;
  --line: #d6d5cf;
  --signal: #d7ff45;
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
}
body, button, input, select, textarea { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
button, input, select, textarea { border-radius: 0; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.shell-wide { width: min(1400px, calc(100% - 32px)); margin-inline: auto; }

.utility-bar {
  background: var(--ink);
  color: #d9ddd9;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.utility-inner {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.utility-inner p { margin: 0; }
.utility-inner div { display: flex; align-items: center; gap: 22px; }
.utility-inner a { color: var(--signal); }
.site-header {
  position: relative;
  z-index: 20;
  background: var(--white);
  border-bottom: 1px solid var(--ink);
}
.masthead {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wordmark, .footer-mark {
  font-family: Impact, Haettenschweiler, var(--display);
  font-size: clamp(52px, 7vw, 88px);
  line-height: .8;
  letter-spacing: -.035em;
}
.wordmark::after, .footer-mark::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 7px;
  background: var(--signal);
}
.custom-logo-link { display: block; max-width: min(340px, 56vw); }
.custom-logo { width: auto; max-height: 82px; }
.search-toggle {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.search-toggle span:last-child { font-size: 25px; line-height: 1; }
.menu-toggle { display: none; }
.category-nav {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 52px);
  border-top: 1px solid var(--line);
}
.category-nav > div, .category-nav ul { display: contents; }
.category-nav ul, .footer-menu, .mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-nav a, .filter-nav a {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.category-nav a:hover, .category-nav a:focus-visible,
.filter-nav a:hover, .filter-nav a:focus-visible {
  box-shadow: inset 0 -4px var(--signal);
}
.search-panel {
  padding-block: 20px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}
.search-form { display: flex; width: min(760px, 100%); margin-inline: auto; }
.search-field {
  flex: 1;
  min-width: 0;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  background: var(--white);
}
.search-form button {
  min-width: 120px;
  border: 0;
  background: var(--ink);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}

.trend-strip { background: var(--signal); }
.trend-inner {
  min-height: 43px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  font-size: 12px;
}
.trend-inner > span {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.trend-inner p { margin: 0; font-weight: 650; }
.trend-inner a { font-weight: 850; }
.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, .86fr);
  gap: 28px;
  padding-block: 28px 54px;
}
.lead-story {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--forest);
}
.lead-media, .lead-media::after { position: absolute; inset: 0; }
.lead-media img { height: 100%; object-fit: cover; }
.lead-media::after {
  content: "";
  background: linear-gradient(180deg, transparent 25%, rgba(7, 10, 8, .9) 100%);
}
.lead-copy {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  color: var(--white);
  padding: clamp(28px, 5vw, 54px);
}
.lead-copy h1 {
  max-width: 830px;
  margin: 8px 0 14px;
  font-family: Impact, Haettenschweiler, var(--display);
  font-size: clamp(48px, 6vw, 78px);
  line-height: .95;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.lead-copy > p {
  max-width: 690px;
  margin: 0 0 21px;
  color: #e4e7e4;
  font-size: 16px;
  line-height: 1.6;
}
.eyebrow, .signal-label {
  display: inline-block;
  margin: 0;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.eyebrow { padding-bottom: 3px; border-bottom: 4px solid var(--signal); }
.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 15px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.story-meta.light { color: #c4cac4; }
.side-leads { display: grid; grid-template-rows: 1fr 1fr; gap: 26px; }
.story-card { min-width: 0; }
.story-image {
  display: block;
  overflow: hidden;
  background: var(--paper);
  aspect-ratio: 4 / 3;
}
.story-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}
.story-card:hover .story-image img { transform: scale(1.025); }
.story-copy { padding-top: 16px; }
.story-copy h3 {
  margin: 10px 0 9px;
  font-family: var(--display);
  font-size: clamp(23px, 2.2vw, 31px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.02;
  text-transform: uppercase;
}
.story-copy h3 a:hover, .lead-copy h1 a:hover, .department-lead h3 a:hover {
  text-decoration: underline;
  text-decoration-color: var(--signal);
  text-decoration-thickness: 5px;
  text-underline-offset: 4px;
}
.story-copy > p {
  margin: 0 0 15px;
  color: #4e534f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.55;
}
.story-card.compact {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  border-bottom: 1px solid var(--line);
}
.story-card.compact .story-image { aspect-ratio: auto; min-height: 0; }
.story-card.compact .story-copy { padding: 14px 0 17px; }
.story-card.compact .story-copy h3 { margin-bottom: 12px; font-size: 24px; }

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 24px;
  padding-top: 11px;
  border-top: 8px solid var(--ink);
}
.section-heading h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, var(--display);
  font-size: clamp(39px, 5vw, 64px);
  line-height: .9;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.section-heading a, .text-link {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.latest { padding-block: 18px 72px; overflow: hidden; }
.carousel-actions { display: flex; align-items: center; gap: 8px; }
.carousel-actions button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  font-size: 18px;
  cursor: pointer;
}
.carousel-actions button:hover { background: var(--ink); color: var(--white); }
.carousel-actions a { margin-left: 8px; }
.latest-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 44px) / 3);
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.latest-carousel::-webkit-scrollbar { display: none; }
.latest-carousel > * { scroll-snap-align: start; }
.latest-carousel .story-copy h3 { font-size: 25px; }

.newsletter {
  position: relative;
  overflow: hidden;
  background: var(--forest);
  color: var(--white);
}
.newsletter::before {
  content: "K";
  position: absolute;
  right: -25px;
  top: -150px;
  color: rgba(255,255,255,.035);
  font-family: Impact, sans-serif;
  font-size: 480px;
  line-height: 1;
}
.newsletter-inner {
  position: relative;
  z-index: 1;
  min-height: 325px;
  display: grid;
  grid-template-columns: 1.25fr .9fr;
  gap: 80px;
  align-items: center;
}
.newsletter .signal-label { color: var(--signal); }
.newsletter h2 {
  max-width: 700px;
  margin: 12px 0 15px;
  font-family: Impact, Haettenschweiler, var(--display);
  font-size: clamp(45px, 6vw, 75px);
  line-height: .95;
  letter-spacing: -.03em;
  text-transform: uppercase;
}
.newsletter p:not(.signal-label) { max-width: 660px; margin: 0; color: #cbd2ce; line-height: 1.6; }
.newsletter form { display: grid; grid-template-columns: 1fr auto; }
.newsletter input {
  min-width: 0;
  height: 58px;
  padding: 0 18px;
  border: 1px solid #738078;
  border-right: 0;
  background: transparent;
  color: var(--white);
}
.newsletter button, .contact-form button {
  min-height: 52px;
  padding: 0 23px;
  border: 0;
  background: var(--signal);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
}
.newsletter button:hover, .contact-form button:hover { background: var(--white); outline: 3px solid var(--signal); outline-offset: -3px; }

.department { padding-block: 72px 80px; }
.department-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, .85fr);
  gap: 56px;
}
.department-lead { display: grid; grid-template-columns: 1.3fr .9fr; background: var(--paper); }
.department-lead > img { height: 100%; min-height: 430px; object-fit: cover; }
.department-lead > div { align-self: center; padding: 36px; }
.department-lead h3 {
  margin: 13px 0;
  font-family: var(--display);
  font-size: clamp(35px, 4vw, 55px);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: .96;
  text-transform: uppercase;
}
.department-lead > div > p:not(.eyebrow) {
  color: #4f544f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.6;
}
.text-link { display: inline-block; margin-top: 10px; }
.most-read { padding: 26px 28px; background: var(--ink); color: var(--white); }
.most-read .signal-label { color: var(--signal); }
.most-read ol { margin: 20px 0 0; padding: 0; list-style: none; }
.most-read li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid #3b403c;
}
.most-read li > span { color: var(--signal); font: 11px "Courier New", monospace; }
.most-read li a { font-family: var(--display); font-size: 18px; font-weight: 850; line-height: 1.1; text-transform: uppercase; }

.ad-slot {
  min-height: 104px;
  display: grid;
  place-items: center;
  margin-block: 18px 54px;
  border-block: 1px solid var(--line);
  color: #919590;
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.ad-slot .ad-widget { width: 100%; text-align: center; }
.manifesto-band { background: var(--paper); }
.manifesto-inner {
  min-height: 400px;
  display: grid;
  grid-template-columns: .55fr 1.15fr 1fr;
  gap: 54px;
  align-items: center;
}
.manifesto-inner > p {
  align-self: start;
  margin-top: 82px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.manifesto-inner h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, var(--display);
  font-size: clamp(58px, 7vw, 94px);
  line-height: .88;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.manifesto-inner > div p {
  color: #4b504c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
}
.manifesto-inner > div a { font-size: 11px; font-weight: 900; text-transform: uppercase; }

.site-footer { background: var(--ink); color: #d8dcd8; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr .6fr .8fr;
  gap: 70px;
  padding-block: 68px 54px;
}
.footer-mark { color: var(--white); font-size: 58px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.6; }
.footer-grid > div:first-child p { max-width: 430px; color: #9ca39d; }
.footer-label { margin: 0 0 8px; color: var(--signal); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.footer-menu li + li { margin-top: 7px; }
.footer-bottom {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #363a37;
  color: #828883;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.page-intro {
  display: grid;
  grid-template-columns: .45fr 1.2fr 1fr;
  gap: 48px;
  align-items: start;
  padding-block: 82px 74px;
}
.page-intro .signal-label { margin-top: 11px; }
.page-intro h1 {
  margin: 0;
  font-family: Impact, Haettenschweiler, var(--display);
  font-size: clamp(72px, 10vw, 142px);
  letter-spacing: -.045em;
  line-height: .8;
  text-transform: uppercase;
}
.intro-copy { padding-top: 9px; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.65; }
.intro-copy p { margin-top: 0; }
.filter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 36px;
  padding-block: 15px;
  border-block: 1px solid var(--ink);
}
.filter-nav a { padding-block: 4px; font-size: 12px; }
.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px 26px;
  padding-block: 50px 35px;
}
.pagination { padding-block: 20px 70px; }
.pagination .nav-links { display: flex; justify-content: center; gap: 7px; }
.pagination .page-numbers {
  min-width: 42px;
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 800;
}
.pagination .current, .pagination a:hover { background: var(--ink); color: var(--white); }

.article-header { max-width: 1030px; padding-block: 76px 44px; text-align: center; }
.article-header h1 {
  margin: 16px auto 20px;
  font-family: Impact, Haettenschweiler, var(--display);
  font-size: clamp(64px, 9vw, 122px);
  letter-spacing: -.04em;
  line-height: .87;
  text-transform: uppercase;
}
.article-dek {
  max-width: 780px;
  margin: 0 auto 24px;
  color: #4f544f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.55;
}
.article-byline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.article-hero img { max-height: 790px; object-fit: cover; }
.article-hero figcaption { margin-top: 8px; color: #777c78; font-size: 10px; }
.article-layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 700px) 1fr;
  gap: 44px;
  padding-block: 55px 80px;
}
.article-tools { position: sticky; top: 24px; align-self: start; }
.article-share { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 28px; }
.article-share span { padding-top: 10px; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.article-share a {
  min-width: 40px;
  padding: 8px 7px;
  border: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}
.article-toc { padding: 18px 0; border-block: 1px solid var(--line); }
.article-toc > p { margin: 0 0 10px; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.article-toc ol { margin: 0; padding: 0; list-style: none; }
.article-toc li { margin: 8px 0; font-size: 11px; line-height: 1.35; }
.article-toc .toc-subitem { padding-left: 12px; color: var(--muted); }
.article-toc a:hover { text-decoration: underline; text-decoration-color: var(--signal); text-decoration-thickness: 3px; }
.article-body {
  grid-column: 2;
  color: #252a26;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.82;
}
.article-body p { margin: 0 0 26px; }
.article-body > p:first-child { font-size: 23px; font-weight: 650; line-height: 1.55; }
.article-body h2, .article-body h3 { scroll-margin-top: 24px; }
.article-body h2 {
  margin: 50px 0 16px;
  font-family: var(--display);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1;
  text-transform: uppercase;
}
.article-body h3 { margin: 36px 0 14px; font-family: var(--display); font-size: 28px; text-transform: uppercase; }
.article-body blockquote {
  margin: 48px -85px;
  padding: 34px 42px;
  border-left: 8px solid var(--signal);
  background: var(--ink);
  color: var(--white);
  font-family: var(--display);
  font-size: 34px;
  font-weight: 850;
  line-height: 1.15;
  text-transform: uppercase;
}
.related { padding-block: 38px 75px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }

.page-content {
  max-width: 830px;
  padding-bottom: 90px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.8;
}
.page-content h2, .page-content h3 { margin: 2.2em 0 .7em; font-family: var(--display); font-weight: 900; line-height: 1; text-transform: uppercase; }
.page-content h2 { font-size: 42px; }
.principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-block: 12px 90px;
  border-top: 1px solid var(--ink);
}
.principles article { padding: 30px 38px 35px 0; }
.principles article + article { padding-left: 38px; border-left: 1px solid var(--line); }
.principles span { color: var(--forest-light); font: 11px "Courier New", monospace; }
.principles h2 { margin: 54px 0 16px; font-family: var(--display); font-size: 35px; font-weight: 900; line-height: 1; text-transform: uppercase; }
.principles p { color: #555a56; font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.65; }
.editorial-promise { background: var(--paper); }
.editorial-promise .shell { max-width: 980px; padding-block: 85px; text-align: center; }
.editorial-promise h2 {
  margin: 13px auto 22px;
  font-family: Impact, Haettenschweiler, var(--display);
  font-size: clamp(50px, 7vw, 84px);
  line-height: .9;
  letter-spacing: -.03em;
  text-transform: uppercase;
}
.editorial-promise .shell > p:last-child { max-width: 740px; margin: auto; color: #4f544f; font: 18px/1.7 Georgia, serif; }

.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; padding-block: 0 100px; }
.contact-details { display: flex; flex-direction: column; gap: 38px; padding: 36px; background: var(--paper); }
.contact-details p { margin: 5px 0 0; }
.contact-details a { display: inline-block; margin-top: 5px; font-weight: 750; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 20px; }
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.contact-form label:nth-of-type(4) { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 15px;
}
.contact-form textarea { padding: 14px; border: 1px solid var(--ink); resize: vertical; }
.contact-form button { justify-self: start; min-width: 170px; }
.form-notice { margin: 0 0 28px; padding: 15px 18px; border-left: 5px solid var(--ink); background: var(--paper); }
.form-notice.success { border-color: var(--forest-light); }
.form-notice.error { border-color: #a7352c; }

.comments-area { max-width: 760px; padding-block: 20px 75px; }
.comments-area h2, .comment-reply-title { font-family: var(--display); font-size: 34px; text-transform: uppercase; }
.comment-list { padding-left: 22px; }
.comment-list li { margin-block: 24px; }
.comment-form { display: grid; gap: 12px; }
.comment-form input, .comment-form textarea { width: 100%; padding: 13px; border: 1px solid var(--ink); }
.comment-form .submit { padding: 14px 22px; border: 0; background: var(--signal); font-weight: 900; text-transform: uppercase; cursor: pointer; }
.error-page { min-height: 630px; padding-block: 95px; }
.error-page h1 {
  max-width: 900px;
  margin: 15px 0 22px;
  font-family: Impact, Haettenschweiler, var(--display);
  font-size: clamp(62px, 10vw, 130px);
  line-height: .86;
  text-transform: uppercase;
}
.error-page > p:not(.signal-label) { max-width: 580px; font: 18px/1.65 Georgia, serif; }
.error-page .search-form { margin: 32px 0; }
.empty-state { grid-column: 1 / -1; max-width: 720px; padding-block: 40px 80px; }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  z-index: 100000;
  top: 7px;
  left: 7px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: var(--white);
  color: var(--ink);
}

@media (max-width: 980px) {
  .lead-grid, .department-grid, .newsletter-inner, .contact-grid { grid-template-columns: 1fr; }
  .lead-story { min-height: 580px; }
  .side-leads { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .story-card.compact .story-image { aspect-ratio: 4 / 3; }
  .latest-carousel { grid-auto-columns: calc((100% - 22px) / 2); }
  .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .newsletter-inner { gap: 30px; padding-block: 58px; }
  .department-grid { gap: 28px; }
  .manifesto-inner { grid-template-columns: .35fr 1fr; }
  .manifesto-inner > div { grid-column: 2; padding-bottom: 55px; }
  .page-intro { grid-template-columns: .35fr 1.4fr; }
  .page-intro .intro-copy { grid-column: 2; }
  .article-layout { grid-template-columns: 145px minmax(0, 1fr); }
  .contact-grid { gap: 45px; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1240px); }
  .shell-wide { width: 100%; }
  .utility-inner > p, .utility-inner div span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .masthead { min-height: 79px; }
  .wordmark { font-size: 49px; }
  .wordmark::after { width: 7px; height: 7px; margin-left: 5px; }
  .category-nav, .search-toggle > span:first-child { display: none; }
  .menu-toggle {
    position: absolute;
    left: 0;
    width: 32px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle > span:not(.screen-reader-text) { width: 24px; height: 2px; background: var(--ink); }
  .mobile-navigation {
    position: fixed;
    inset: 111px 0 auto;
    padding: 22px 14px 28px;
    background: var(--ink);
    color: var(--white);
    box-shadow: 0 18px 35px rgba(0,0,0,.2);
  }
  .mobile-navigation ul { margin: 0; padding: 0; list-style: none; }
  .mobile-navigation a {
    display: block;
    padding: 13px 8px;
    border-bottom: 1px solid #333934;
    font-family: var(--display);
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .search-form button { min-width: 95px; }
  .trend-inner { grid-template-columns: auto 1fr; gap: 10px; }
  .trend-inner p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .trend-inner a { display: none; }
  .lead-grid { padding-top: 14px; gap: 22px; }
  .lead-story { min-height: 550px; }
  .lead-copy { padding: 24px 20px; }
  .lead-copy h1 { font-size: 49px; }
  .lead-copy > p { font-size: 14px; }
  .side-leads, .archive-grid, .related-grid, .principles { grid-template-columns: 1fr; }
  .latest-carousel { grid-auto-columns: 84%; }
  .carousel-actions a { display: none; }
  .section-heading { align-items: center; }
  .section-heading h2 { font-size: 42px; }
  .newsletter h2 { font-size: 48px; }
  .newsletter form { grid-template-columns: 1fr; gap: 8px; }
  .newsletter input { border-right: 1px solid #738078; }
  .department { padding-block: 55px; }
  .department-lead { grid-template-columns: 1fr; }
  .department-lead > img { min-height: 300px; }
  .department-lead > div { padding: 25px 22px 30px; }
  .manifesto-inner { min-height: auto; display: block; padding-block: 55px; }
  .manifesto-inner > p { margin: 0 0 26px; }
  .manifesto-inner h2 { font-size: 65px; }
  .manifesto-inner > div { padding: 18px 0 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 25px; padding-block: 52px 40px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 5px; padding-block: 17px; }
  .page-intro { display: block; padding-block: 55px 45px; }
  .page-intro h1 { margin-top: 16px; font-size: 75px; }
  .intro-copy { margin-top: 28px; font-size: 17px; }
  .filter-nav { flex-wrap: nowrap; overflow-x: auto; }
  .article-header { padding-block: 50px 30px; }
  .article-header h1 { font-size: 58px; }
  .article-layout { display: block; padding-block: 38px 60px; }
  .article-tools { position: static; }
  .article-toc { margin-bottom: 28px; }
  .article-body { font-size: 17px; }
  .article-body > p:first-child { font-size: 20px; }
  .article-body h2 { font-size: 35px; }
  .article-body blockquote { margin: 40px 0; padding: 28px 24px; font-size: 28px; }
  .principles { padding-bottom: 55px; }
  .principles article, .principles article + article { padding: 30px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .principles h2 { margin-top: 28px; }
  .editorial-promise .shell { padding-block: 60px; }
  .contact-grid { padding-bottom: 70px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label:nth-of-type(4) { grid-column: auto; }
}

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