:root {
  --paper: #f4f0e9;
  --paper-bright: #f9f6f0;
  --paper-deep: #e8e3da;
  --ink: #121212;
  --charcoal: #252525;
  --muted: #676763;
  --silver: #a3a39d;
  --rule: #d0cec7;
  --rule-dark: #44443f;
  --now: #d23c2e;
  --next: #2458d3;
  --nextwork: #256247;
  --nexttech: #5b43b7;
  --nextdesign: #a1396d;
  --nextcommerce: #a95c0c;
  --voices: #7a2f42;
  --field: #dd6f21;
  --shell: min(1480px, calc(100vw - 64px));
  --reading: 740px;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --ease: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper-bright);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.search-open {
  overflow: hidden;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: color var(--ease), text-decoration-color var(--ease), opacity var(--ease);
}

a:hover {
  text-decoration-color: currentColor;
}

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

button,
[type="submit"] {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--next);
  outline-offset: 3px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.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: 10000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  background: var(--paper-bright);
  color: var(--ink);
}

.preview-bar {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 7px 24px;
  background: var(--ink);
  color: var(--paper-bright);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-bar span + span {
  color: #bbb9b3;
}

.reading-progress {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--next);
}

/* Header */
.site-header {
  position: sticky;
  z-index: 200;
  top: 0;
  background: rgba(244, 240, 233, 0.97);
  border-bottom: 1px solid var(--ink);
  backdrop-filter: blur(14px);
}

.site-header__ceremonial {
  overflow: hidden;
  padding-block: 20px 13px;
  transition: padding var(--ease), max-height var(--ease);
}

.site-header__utility {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 72px;
}

.masthead,
.footer-masthead {
  display: block;
  line-height: 0;
  text-decoration: none;
}

.masthead {
  grid-column: 2;
  width: clamp(500px, 62vw, 1000px);
  max-width: 100%;
  transition: width var(--ease);
}

.masthead img,
.masthead svg,
.footer-masthead img,
.footer-masthead svg,
.compact-brand img,
.compact-brand svg {
	display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: darken;
}

.site-header__actions {
  display: flex;
  grid-column: 3;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  font-weight: 600;
}

.icon-button,
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 12px;
  font-weight: 600;
}

.menu-toggle {
  justify-self: start;
}

.menu-icon {
  display: grid;
  gap: 5px;
  width: 18px;
}

.menu-icon i {
  display: block;
  height: 1px;
  background: currentColor;
}

.subscribe-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  background: var(--ink);
  color: var(--paper-bright);
  text-decoration: none;
}

.site-descriptor {
  margin: 8px 0 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
  text-align: center;
  transition: opacity var(--ease), max-height var(--ease), margin var(--ease);
}

.section-nav {
  border-top: 1px solid var(--rule);
}

.section-nav__inner {
  display: flex;
  align-items: center;
  min-height: 48px;
}

.section-nav .menu {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  gap: clamp(15px, 2.1vw, 34px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.section-nav .menu a,
.brief-link,
.compact-brand {
  display: inline-flex;
  align-items: center;
  min-height: 47px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.section-nav .menu a:hover,
.section-nav .current-menu-item a {
  box-shadow: inset 0 -2px 0 var(--ink);
}

.compact-brand {
  overflow: hidden;
  width: 0;
  opacity: 0;
  transition: width var(--ease), opacity var(--ease), margin var(--ease);
}

.compact-brand img,
.compact-brand svg {
  width: 28px;
  height: 28px;
  object-fit: cover;
}

.brief-link {
  flex: 0 0 auto;
  padding-left: 20px;
  color: var(--next);
}

.site-header.is-compact .site-header__ceremonial {
  padding-block: 4px 0;
}

.site-header.is-compact .site-header__utility {
  min-height: 42px;
}

.site-header.is-compact .masthead {
  width: 188px;
}

.site-header.is-compact .section-nav .compact-brand {
  width: 30px;
  margin-right: 15px;
  opacity: 1;
}

.site-header.is-compact .site-descriptor {
  max-height: 0;
  margin: 0;
  opacity: 0;
}

.site-header.is-compact .section-nav__inner {
  min-height: 42px;
}

.site-header.is-compact .section-nav .menu a,
.site-header.is-compact .brief-link,
.site-header.is-compact .compact-brand {
  min-height: 41px;
}

.site-search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 28px 0;
  background: var(--paper-bright);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--ink);
}

.site-search__inner {
  display: flex;
  gap: 18px;
  align-items: center;
}

.site-search form {
  display: flex;
  flex: 1;
}

.site-search label {
  flex: 1;
}

.site-search input[type="search"] {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  background: transparent;
  font-family: var(--serif);
  font-size: 25px;
}

.site-search input[type="submit"] {
  padding: 0 24px;
  border: 1px solid var(--ink);
  border-left: 0;
  background: var(--ink);
  color: var(--paper-bright);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-menu {
  position: fixed;
  z-index: 500;
  inset: 0;
  overflow-y: auto;
  padding: 24px;
  background: var(--ink);
  color: var(--paper-bright);
}

.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid #41413d;
}

.mobile-menu .compact-brand {
  width: auto;
  opacity: 1;
}

.mobile-menu .compact-brand img,
.mobile-menu .compact-brand svg {
  width: 44px;
  height: 44px;
  filter: invert(1);
  mix-blend-mode: screen;
}

.mobile-menu .menu {
  padding: 20px 0;
  margin: 0;
  list-style: none;
}

.mobile-menu nav:first-of-type a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #343431;
  font-family: var(--serif);
  font-size: clamp(28px, 7vw, 42px);
  text-decoration: none;
}

.mobile-menu__utility .menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  color: #aaa9a4;
  font-size: 13px;
}

/* Editorial common elements */
.section-label,
.article-label,
.micro-heading,
.story-meta,
.brief-strip,
.section-heading__descriptor {
  font-family: var(--mono);
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.section-label,
.article-label {
  font-size: 10px;
  font-weight: 500;
}

.section-label {
  text-decoration: none;
}

.section-label::before {
  display: inline-block;
  width: 13px;
  height: 2px;
  margin: 0 7px 3px 0;
  background: var(--ink);
  content: "";
}

.section-label--now,
.is-developing { color: var(--now); }
.section-label--now::before { background: var(--now); }
.section-label--next { color: var(--next); }
.section-label--next::before { background: var(--next); }
.section-label--nextwork { color: var(--nextwork); }
.section-label--nextwork::before { background: var(--nextwork); }
.section-label--nexttech { color: var(--nexttech); }
.section-label--nexttech::before { background: var(--nexttech); }
.section-label--nextdesign { color: var(--nextdesign); }
.section-label--nextdesign::before { background: var(--nextdesign); }
.section-label--nextcommerce { color: var(--nextcommerce); }
.section-label--nextcommerce::before { background: var(--nextcommerce); }
.section-label--next-voices { color: var(--voices); }
.section-label--next-voices::before { background: var(--voices); }
.section-label--from-the-field { color: var(--field); }
.section-label--from-the-field::before { background: var(--field); }
.section-label--nextnow-live { color: #f4a261; }
.section-label--nextnow-live::before { background: #f4a261; }

.article-label {
  color: var(--muted);
}

.article-label.is-developing::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 6px 1px 0;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.article-label.is-sponsored {
  color: var(--voices);
  font-weight: 700;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-top: 20px;
  color: var(--muted);
  font-size: 9px;
}

.story-meta__author {
  color: var(--ink);
  font-weight: 500;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  padding: 13px 0 17px;
  border-top: 4px solid var(--ink);
}

.section-heading h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(33px, 4.4vw, 68px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.section-heading__descriptor {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 9px;
}

.section-heading > a {
  flex: 0 0 auto;
  padding-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
}

.section-heading--now { border-color: var(--now); }
.section-heading--next { border-color: var(--next); }
.section-heading--nextwork { border-color: var(--nextwork); }
.section-heading--nexttech { border-color: var(--nexttech); }
.section-heading--nextdesign { border-color: var(--nextdesign); }
.section-heading--nextcommerce { border-color: var(--nextcommerce); }
.section-heading--next-voices { border-color: var(--voices); }
.section-heading--from-the-field { border-color: var(--field); }

.home-section {
  padding-block: clamp(50px, 7vw, 100px);
}

/* Brief strip */
.brief-strip {
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
  font-size: 10px;
}

.brief-strip__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 52px;
}

.brief-strip p {
  margin: 0;
}

.brief-strip__eyebrow {
  color: var(--next);
  font-weight: 700;
}

.brief-strip__eyebrow span {
  margin-left: 10px;
  color: var(--silver);
}

.brief-strip__summary {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}

.brief-strip a {
  font-weight: 600;
}

/* Lead package */
.lead-package {
  display: grid;
  grid-template-columns: minmax(0, 2.08fr) minmax(280px, 0.92fr);
  gap: clamp(28px, 3.4vw, 56px);
  padding-block: clamp(34px, 4.5vw, 72px);
  border-bottom: 1px solid var(--ink);
}

.lead-story__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--paper-deep);
}

.lead-story__image img,
.story-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2,.7,.2,1), filter 300ms ease;
}

.lead-story__image:hover img,
.story-card__image:hover img {
  transform: scale(1.018);
}

.lead-story__body {
  max-width: 1020px;
  padding-top: 20px;
}

.lead-story h1 {
  max-width: 980px;
  margin: 12px 0 13px;
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.lead-story h1 a,
.story-card__headline a,
.now-item h3 a,
.voice-card h3 a {
  text-decoration: none;
}

.lead-story h1 a:hover,
.story-card__headline a:hover,
.now-item h3 a:hover,
.voice-card h3 a:hover {
  color: #4d4d49;
}

.lead-story__deck {
  max-width: 870px;
  margin: 0;
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: clamp(19px, 1.7vw, 26px);
  line-height: 1.28;
}

.why-line {
  max-width: 850px;
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  color: var(--muted);
  font-size: 13px;
}

.why-line strong {
  color: var(--ink);
}

.lead-rail {
  display: flex;
  flex-direction: column;
  border-top: 4px solid var(--ink);
}

/* Cards */
.story-card {
  min-width: 0;
}

.story-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin-bottom: 16px;
  background: var(--paper-deep);
}

.story-card__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.story-card__headline {
  margin: 8px 0;
  font-family: var(--serif);
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.04;
}

.story-card__deck {
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.35;
}

.story-card--rail {
  padding: 20px 0;
  border-bottom: 1px solid var(--rule);
}

.story-card--rail-feature {
  padding: 17px 0 20px;
  border-bottom: 1px solid var(--rule);
}

.story-card--rail-feature .story-card__image {
  aspect-ratio: 16 / 9;
  margin-bottom: 14px;
}

.story-card--rail .story-card__headline,
.story-card--rail-feature .story-card__headline {
  font-size: clamp(22px, 2vw, 30px);
}

.story-card--rail .story-card__deck,
.story-card--rail-feature .story-card__deck {
  font-size: 15px;
}

/* Now */
.now-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 48px;
  border-top: 1px solid var(--ink);
}

.now-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  padding: 21px 0;
  border-bottom: 1px solid var(--rule);
}

.now-item__time {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.035em;
}

.now-item h3 {
  margin: 0 0 5px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.06;
}

.now-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.38;
}

/* Next */
.next-section {
  background: #f0f1ed;
}

.next-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.8fr);
  gap: clamp(38px, 5vw, 84px);
  margin-top: 16px;
}

.story-card--magazine .story-card__image {
  aspect-ratio: 16 / 10;
}

.story-card--magazine .story-card__headline {
  max-width: 1000px;
  margin-top: 12px;
  font-size: clamp(39px, 4.6vw, 72px);
  line-height: 0.98;
}

.story-card--magazine .story-card__deck {
  max-width: 820px;
  font-size: clamp(18px, 1.7vw, 25px);
}

.next-signals {
  border-top: 4px solid var(--next);
}

.micro-heading {
  margin: 12px 0;
  color: var(--muted);
  font-size: 9px;
}

.story-card--signal {
  padding: 18px 0 22px;
  border-top: 1px solid var(--rule);
}

.story-card--signal .story-card__headline {
  font-size: 26px;
}

.story-card--signal .story-card__deck {
  font-size: 15px;
}

/* NextTech */
.tech-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.85fr);
  gap: clamp(36px, 4.5vw, 72px);
  padding-top: 16px;
}

.story-card--tech-feature .story-card__image {
  aspect-ratio: 16 / 9;
}

.story-card--tech-feature .story-card__headline {
  font-size: clamp(38px, 4.2vw, 64px);
}

.story-card--tech-feature .story-card__deck {
  font-size: clamp(18px, 1.7vw, 24px);
}

.tech-list {
  counter-reset: tech;
  border-top: 1px solid var(--ink);
}

.story-card--numbered {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  padding: 23px 0;
  border-bottom: 1px solid var(--rule);
  counter-increment: tech;
}

.story-card--numbered::before {
  grid-row: 1 / span 3;
  color: var(--nexttech);
  font-family: var(--mono);
  font-size: 10px;
  content: "0" counter(tech);
}

.story-card--numbered .story-card__content {
  grid-column: 2;
}

.story-card--numbered .story-card__headline {
  font-size: 28px;
}

.story-card--numbered .story-card__deck {
  font-size: 15px;
}

/* NextDesign */
.design-section {
  background: #f0eaed;
}

.design-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, 0.8fr);
  gap: 30px;
  padding-top: 16px;
}

.story-card--design-feature {
  grid-row: span 2;
  padding-right: 30px;
  border-right: 1px solid var(--rule);
}

.story-card--design-feature .story-card__image {
  aspect-ratio: 4 / 3;
}

.story-card--design-feature .story-card__headline {
  font-size: clamp(38px, 4vw, 60px);
}

.story-card--design-feature .story-card__deck {
  font-size: clamp(18px, 1.6vw, 23px);
}

.story-card--design .story-card__image {
  aspect-ratio: 4 / 3;
}

.story-card--design .story-card__headline {
  font-size: 26px;
}

.story-card--design:nth-child(4) {
  grid-column: 2 / 4;
  padding-top: 26px;
  border-top: 1px solid var(--rule);
}

/* NextWork */
.work-section {
  background: var(--paper);
}

.work-layout {
  display: grid;
  grid-template-columns: 1.5fr 0.85fr 0.85fr;
  gap: 32px;
  padding-top: 16px;
}

.story-card--work-feature {
  grid-row: span 2;
  padding-right: 32px;
  border-right: 1px solid var(--rule);
}

.story-card--work-feature .story-card__image {
  aspect-ratio: 4 / 3;
}

.story-card--work-feature .story-card__headline {
  font-size: clamp(36px, 3.8vw, 58px);
}

.story-card--work .story-card__headline {
  font-size: 26px;
}

.story-card--work:nth-child(4) {
  grid-column: 2 / 4;
  padding-top: 25px;
  border-top: 1px solid var(--rule);
}

.story-card--work:nth-child(4) .story-card__headline {
  max-width: 700px;
  font-size: 34px;
}

/* NextCommerce */
.commerce-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, 0.8fr);
  gap: 30px;
  padding-top: 16px;
}

.story-card--commerce-feature {
  grid-row: span 2;
  padding-right: 30px;
  border-right: 1px solid var(--rule);
}

.story-card--commerce-feature .story-card__image {
  aspect-ratio: 4 / 5;
}

.story-card--commerce-feature .story-card__headline {
  font-size: clamp(36px, 4vw, 60px);
}

.story-card--commerce .story-card__image {
  aspect-ratio: 4 / 3;
}

.story-card--commerce .story-card__headline {
  font-size: 26px;
}

.story-card--commerce:nth-child(4) {
  grid-column: 2 / 4;
  padding-top: 26px;
  border-top: 1px solid var(--rule);
}

/* Voices */
.voices-section {
  background: #ebe5e3;
}

.voices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding-top: 16px;
  border-top: 1px solid var(--ink);
}

.voice-card {
  padding: 24px 26px 12px;
  border-right: 1px solid #c7bfbd;
}

.voice-card:nth-child(3n + 1) {
  padding-left: 0;
}

.voice-card:nth-child(3n) {
  padding-right: 0;
  border-right: 0;
}

.voice-card:nth-child(n + 4) {
  padding-top: 36px;
  border-top: 1px solid #c7bfbd;
}

.voice-card__portrait {
  display: grid;
  width: min(100%, 170px);
  aspect-ratio: 1;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper-bright);
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 500;
  letter-spacing: -0.08em;
  text-decoration: none;
}

.voice-card:nth-child(2) .voice-card__portrait { background: var(--nexttech); }
.voice-card:nth-child(3) .voice-card__portrait { background: var(--nextwork); }
.voice-card:nth-child(4) .voice-card__portrait { background: var(--voices); }
.voice-card:nth-child(5) .voice-card__portrait { background: var(--nextcommerce); }
.voice-card:nth-child(6) .voice-card__portrait { background: var(--field); }

.voice-card__name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.voice-card__role {
  min-height: 38px;
  margin: 2px 0 14px;
  color: var(--muted);
  font-size: 11px;
}

.voice-card h3 {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid #c7bfbd;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.06;
}

/* Field */
.field-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr 0.75fr;
  gap: 28px;
  padding-top: 16px;
}

.story-card--field-feature .story-card__image {
  aspect-ratio: 16 / 9;
}

.story-card--field-feature .story-card__headline {
  font-size: clamp(36px, 3.9vw, 60px);
}

.story-card--field .story-card__image {
  aspect-ratio: 3 / 4;
}

.story-card--field .story-card__headline {
  font-size: 27px;
}

/* Newsletter */
.newsletter-panel {
  padding-block: clamp(64px, 8vw, 116px);
  background: var(--next);
  color: #fff;
}

.newsletter-panel__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10vw;
  align-items: end;
}

.newsletter-panel h2 {
  max-width: 850px;
  margin: 10px 0 0;
  font-family: var(--serif);
  font-size: clamp(52px, 6.7vw, 100px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.newsletter-panel__inner > div:last-child > p {
  max-width: 520px;
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.25;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
}

.newsletter-form input {
  min-width: 0;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
}

.newsletter-form input::placeholder {
  color: currentColor;
  opacity: 0.7;
}

.newsletter-form button {
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid currentColor;
  border-left: 0;
  background: currentColor;
  color: var(--next);
  font-size: 12px;
  font-weight: 700;
}

.newsletter-form .form-note {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  font-family: var(--sans);
  font-size: 10px;
  opacity: 0.78;
}

.archive-link {
  display: inline-block;
  margin-top: 22px;
  font-size: 12px;
  font-weight: 600;
}

/* Live */
.live-section {
  padding-block: clamp(60px, 8vw, 110px);
  background: #171717;
  color: #f5f2ec;
}

.section-heading--live {
  border-color: #f4a261;
}

.section-heading--live .section-heading__descriptor,
.story-card--live .story-card__deck,
.story-card--live-feature .story-card__deck {
  color: #aaa8a2;
}

.live-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr;
  gap: 30px;
  padding-top: 16px;
}

.story-card--live-feature .story-card__image {
  aspect-ratio: 16 / 9;
}

.story-card--live-feature .story-card__headline {
  font-size: clamp(38px, 4.3vw, 66px);
}

.story-card--live .story-card__image {
  aspect-ratio: 3 / 4;
}

.story-card--live .story-card__headline {
  font-size: 27px;
}

/* Archive and search */
.archive-hero,
.page-hero {
  padding-block: clamp(55px, 7vw, 110px) 38px;
  border-bottom: 1px solid var(--ink);
}

.archive-hero__kicker,
.page-hero__kicker {
  margin: 0 0 12px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.archive-hero h1,
.page-hero h1 {
  max-width: 1100px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 9vw, 132px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.86;
}

.archive-hero__description,
.page-hero__deck {
  max-width: 820px;
  margin: 26px 0 0;
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: clamp(21px, 2.1vw, 30px);
  line-height: 1.25;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px 30px;
  padding-block: 55px 90px;
}

.archive-grid .story-card:nth-child(7n + 1) {
  grid-column: span 2;
}

.archive-grid .story-card:nth-child(7n + 1) .story-card__headline {
  font-size: clamp(34px, 3.5vw, 54px);
}

.pagination,
.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin: 20px 0 90px;
}

.page-numbers {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  padding: 8px;
  place-items: center;
  border: 1px solid var(--rule);
  text-decoration: none;
}

.page-numbers.current {
  background: var(--ink);
  color: var(--paper-bright);
}

/* Article */
.article-header {
  padding-top: clamp(52px, 7vw, 105px);
}

.article-header__inner {
  max-width: 1280px;
  margin-inline: auto;
  text-align: center;
}

.article-header__labels {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.article-header h1 {
  max-width: 1240px;
  margin: 18px auto 14px;
  font-family: var(--serif);
  font-size: clamp(56px, 7.5vw, 116px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.article-header__deck {
  max-width: 900px;
  margin: 0 auto;
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.24;
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 16px;
  margin-top: 27px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.article-byline__name {
  font-family: var(--sans);
  font-weight: 700;
  text-transform: none;
}

.article-hero {
  width: var(--shell);
  margin: clamp(38px, 5vw, 70px) auto 0;
}

.article-hero__image {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--paper-deep);
}

.article-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero figcaption {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 9px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, var(--reading)) minmax(210px, 0.42fr);
  gap: clamp(26px, 4vw, 64px);
  width: var(--shell);
  margin: clamp(52px, 6vw, 90px) auto 0;
}

.article-share {
  position: sticky;
  top: 120px;
  align-self: start;
  justify-self: end;
  width: 120px;
}

.article-share p {
  margin: 0 0 10px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.article-share a {
  display: block;
  padding: 8px 0;
  border-top: 1px solid var(--rule);
  font-size: 11px;
  font-weight: 600;
}

.article-body {
  font-family: var(--serif);
  font-size: clamp(19px, 1.4vw, 21px);
  line-height: 1.65;
}

.article-body > *:first-child {
  margin-top: 0;
}

.article-body p,
.article-body ul,
.article-body ol {
  margin-block: 0 1.35em;
}

.article-body h2,
.article-body h3,
.article-body h4 {
  margin: 2.2em 0 0.65em;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.article-body h2 { font-size: clamp(34px, 3vw, 48px); }
.article-body h3 { font-size: clamp(27px, 2.4vw, 36px); }

.article-body a {
  text-decoration-color: currentColor;
}

.article-body blockquote,
.article-body .wp-block-quote {
  margin: 2.2em -9vw;
  padding: 0;
  border: 0;
  color: var(--charcoal);
  font-size: clamp(34px, 4.2vw, 62px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.article-body blockquote cite {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article-body figure {
  margin: 2em 0;
}

.article-body figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 11px;
}

.article-body table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--sans);
  font-size: 14px;
}

.article-body th,
.article-body td {
  padding: 12px 9px;
  border-bottom: 1px solid var(--rule);
  text-align: left;
}

.article-callout {
  margin: 0 0 32px;
  padding: 22px;
  border-top: 4px solid var(--next);
  background: var(--paper);
}

.article-callout h2 {
  margin: 0 0 8px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.article-callout p {
  margin: 0;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.35;
}

.article-rail {
  align-self: start;
}

.article-rail__box {
  margin-bottom: 22px;
  padding-top: 12px;
  border-top: 3px solid var(--ink);
}

.article-rail__box h2 {
  margin: 0 0 8px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.article-rail__box p,
.article-rail__box li {
  color: var(--muted);
  font-size: 12px;
}

.article-rail__box ul {
  padding-left: 17px;
}

.correction-note {
  margin-top: 34px;
  padding: 16px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--rule);
  font-family: var(--sans);
  font-size: 12px;
}

.article-footer {
  width: min(1000px, calc(100vw - 48px));
  margin: clamp(60px, 7vw, 110px) auto;
}

.author-box {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  padding: 30px 0;
  border-top: 4px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.author-box__avatar,
.author-hero__avatar {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper-bright);
  font-family: var(--serif);
  font-size: 45px;
  letter-spacing: -0.08em;
}

.author-box h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 36px;
}

.author-box__role {
  margin: 2px 0 10px;
  color: var(--muted);
  font-size: 12px;
}

.author-box__bio {
  margin: 0;
  font-family: var(--serif);
  font-size: 17px;
}

.about-publication {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 50px;
  margin-top: 50px;
  padding: 36px;
  background: var(--ink);
  color: var(--paper-bright);
}

.about-publication h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 42px;
}

.about-publication p {
  margin: 0 0 12px;
  color: #d0cec7;
  font-family: var(--serif);
  font-size: 18px;
}

/* Institutional pages */
.page-content {
  display: grid;
  grid-template-columns: minmax(190px, 0.36fr) minmax(0, 820px) 0.25fr;
  gap: clamp(28px, 5vw, 80px);
  width: var(--shell);
  margin: 60px auto 100px;
}

.page-content__toc {
  position: sticky;
  top: 120px;
  align-self: start;
  padding-top: 12px;
  border-top: 3px solid var(--ink);
}

.page-content__toc p {
  margin: 0 0 12px;
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.page-content__toc a {
  display: block;
  padding: 5px 0;
  color: var(--muted);
  font-size: 12px;
}

.prose {
  min-width: 0;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.62;
}

.prose h2,
.prose h3 {
  margin: 2em 0 0.6em;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.prose h2 {
  padding-top: 18px;
  border-top: 2px solid var(--ink);
  font-size: 43px;
}

.prose h3 { font-size: 29px; }
.prose p { margin: 0 0 1.25em; }
.prose ul, .prose ol { margin: 0 0 1.4em; }
.prose a { text-decoration-color: currentColor; }

.prose .notice,
.prose .draft-policy {
  padding: 22px;
  border-left: 4px solid var(--next);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 14px;
}

.opportunity-grid,
.contact-grid,
.metric-grid,
.masthead-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 28px 0;
}

.opportunity-grid > div,
.contact-grid > div,
.metric-grid > div,
.masthead-grid > article {
  padding: 20px;
  border: 1px solid var(--rule);
  background: var(--paper-bright);
}

.opportunity-grid h3,
.contact-grid h3,
.metric-grid strong {
  margin-top: 0;
  font-family: var(--sans);
  font-size: 15px;
}

.placeholder-metric {
  display: block;
  color: var(--next);
  font-family: var(--mono);
  font-size: 12px;
}

.preview-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
  font-family: var(--sans);
  font-size: 13px;
}

.preview-form label {
  display: grid;
  gap: 6px;
}

.preview-form label.is-wide,
.preview-form .form-actions {
  grid-column: 1 / -1;
}

.preview-form input,
.preview-form select,
.preview-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--ink);
  background: transparent;
}

.preview-form button,
.button-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper-bright);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

/* Author */
.author-hero {
  display: grid;
  grid-template-columns: minmax(180px, 280px) 1fr;
  gap: clamp(35px, 6vw, 90px);
  align-items: center;
  padding-block: clamp(55px, 8vw, 120px);
  border-bottom: 1px solid var(--ink);
}

.author-hero__avatar {
  width: 100%;
  font-size: clamp(64px, 8vw, 110px);
}

.author-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(60px, 8vw, 116px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.author-hero__role {
  margin: 14px 0;
  color: var(--voices);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.author-hero__bio {
  max-width: 850px;
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
}

.coverage-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.coverage-list li {
  padding: 5px 9px;
  border: 1px solid var(--rule);
  font-size: 10px;
}

/* Footer */
.site-footer {
  padding-top: 62px;
  background: var(--paper);
  border-top: 1px solid var(--ink);
}

.site-footer__brand-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--ink);
}

.footer-masthead {
  width: clamp(320px, 52vw, 720px);
}

.site-footer__brand-row p {
  margin: 0 0 6px;
  color: var(--muted);
  font-family: var(--serif);
  font-style: italic;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr 1.3fr;
  gap: 35px;
  padding-block: 42px;
}

.site-footer h2 {
  margin: 0 0 14px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer .menu,
.site-footer__legal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer .menu a {
  display: inline-block;
  padding: 3px 0;
  color: var(--muted);
  font-size: 12px;
}

.site-footer__newsletter p {
  max-width: 400px;
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.3;
}

.footer-brief-link {
  font-size: 12px;
  font-weight: 700;
}

.site-footer__legal {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 0;
  border-top: 1px solid var(--rule);
  color: var(--muted);
  font-size: 10px;
}

.site-footer__legal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.site-footer__legal p {
  margin: 0;
}

.site-footer__attribution {
  padding: 22px 0 34px;
  border-top: 1px solid var(--ink);
}

.site-footer__attribution p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 27px);
}

.site-footer__attribution a {
  text-decoration-color: currentColor;
}

/* Error page */
.error-404 {
  display: grid;
  min-height: 65vh;
  place-items: center;
  text-align: center;
}

.error-404__code {
  margin: 0;
  color: var(--next);
  font-family: var(--mono);
  font-size: 12px;
}

.error-404 h1 {
  margin: 12px 0;
  font-family: var(--serif);
  font-size: clamp(64px, 10vw, 148px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.84;
}

/* Responsive */
@media (max-width: 1180px) {
  :root { --shell: min(100% - 42px, 1480px); }
  .section-nav .menu { gap: 15px; }
  .section-nav .menu a { font-size: 10px; }
  .lead-package { grid-template-columns: minmax(0, 1.75fr) minmax(260px, 0.75fr); }
  .work-layout { grid-template-columns: 1.25fr 0.75fr; }
  .story-card--work-feature { grid-row: span 3; }
  .story-card--work:nth-child(4) { grid-column: 2; }
  .commerce-grid { grid-template-columns: 1.1fr 0.9fr; }
  .story-card--commerce-feature { grid-row: span 3; }
  .story-card--commerce:nth-child(4) { grid-column: 2; }
  .design-grid { grid-template-columns: 1.1fr 0.9fr; }
  .story-card--design-feature { grid-row: span 3; }
  .story-card--design:nth-child(4) { grid-column: 2; }
  .article-layout { grid-template-columns: 90px minmax(0, var(--reading)) minmax(190px, 0.35fr); }
  .voices-grid { grid-template-columns: repeat(2, 1fr); }
  .voice-card { padding: 24px 26px 12px; border-right: 1px solid #c7bfbd; border-top: 0; }
  .voice-card:nth-child(odd) { padding-left: 0; }
  .voice-card:nth-child(even) { padding-right: 0; border-right: 0; }
  .voice-card:nth-child(n + 3) { padding-top: 36px; border-top: 1px solid #c7bfbd; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 1480px); }
  .preview-bar span + span { display: none; }
  .site-header__ceremonial { padding-block: 7px 0; }
  .site-header__utility { min-height: 50px; }
  .masthead { width: min(48vw, 250px); }
  .site-descriptor { display: none; }
  .section-nav { display: none; }
  .site-header__actions { gap: 10px; }
  .search-toggle { display: none; }
  .subscribe-link { min-height: 34px; padding: 0 11px; }
  .brief-strip__inner { grid-template-columns: 1fr auto; gap: 14px; }
  .brief-strip__summary { display: none; }
  .lead-package { grid-template-columns: 1fr; }
  .lead-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 18px; }
  .story-card--rail, .story-card--rail-feature { border-bottom: 0; }
  .story-card--rail-feature .story-card__image { display: none; }
  .now-grid { grid-template-columns: 1fr; }
  .next-layout, .tech-layout { grid-template-columns: 1fr; }
  .design-grid { grid-template-columns: repeat(2, 1fr); }
  .story-card--design-feature { grid-column: 1 / -1; grid-row: auto; padding-right: 0; border-right: 0; }
  .story-card--design-feature .story-card__image { aspect-ratio: 16 / 9; }
  .story-card--design:nth-child(4) { grid-column: auto; }
  .work-layout { grid-template-columns: repeat(2, 1fr); }
  .story-card--work-feature { grid-column: 1 / -1; grid-row: auto; padding-right: 0; padding-bottom: 30px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .story-card--work:nth-child(4) { grid-column: auto; }
  .commerce-grid { grid-template-columns: repeat(2, 1fr); }
  .story-card--commerce-feature { grid-column: 1 / -1; grid-row: auto; padding-right: 0; border-right: 0; }
  .story-card--commerce-feature .story-card__image { aspect-ratio: 16 / 9; }
  .story-card--commerce:nth-child(4) { grid-column: auto; }
  .field-grid, .live-grid { grid-template-columns: 1.4fr 0.8fr; }
  .story-card--field:last-child, .story-card--live:last-child { display: none; }
  .newsletter-panel__inner { grid-template-columns: 1fr; gap: 45px; }
  .article-layout { grid-template-columns: minmax(0, var(--reading)); justify-content: center; }
  .article-share { position: static; display: flex; width: auto; justify-self: stretch; gap: 18px; border-bottom: 1px solid var(--rule); }
  .article-share p { margin-right: auto; }
  .article-share a { padding-top: 0; border-top: 0; }
  .article-rail { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .article-body blockquote, .article-body .wp-block-quote { margin-inline: 0; }
  .page-content { grid-template-columns: minmax(0, 820px); justify-content: center; }
  .page-content__toc { position: static; }
  .site-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 24px); }
  .menu-toggle > span:last-child { display: none; }
  .preview-bar { justify-content: flex-start; padding-inline: 12px; font-size: 9px; }
  .brief-strip__inner { min-height: 46px; }
  .brief-strip__eyebrow span { display: none; }
  .lead-package { padding-top: 22px; }
  .lead-story__image { aspect-ratio: 4 / 3; }
  .lead-story h1 { font-size: clamp(40px, 13vw, 58px); }
  .lead-story__deck { font-size: 18px; }
  .lead-rail { grid-template-columns: 1fr; gap: 0; }
  .story-card--rail, .story-card--rail-feature { padding-block: 17px; border-bottom: 1px solid var(--rule); }
  .section-heading { align-items: start; }
  .section-heading > a { max-width: 105px; text-align: right; }
  .section-heading__descriptor { max-width: 210px; }
  .now-item { grid-template-columns: 76px 1fr; gap: 12px; }
  .now-item p { display: none; }
  .story-card--magazine .story-card__headline, .story-card--tech-feature .story-card__headline, .story-card--design-feature .story-card__headline, .story-card--work-feature .story-card__headline, .story-card--commerce-feature .story-card__headline, .story-card--field-feature .story-card__headline, .story-card--live-feature .story-card__headline { font-size: 39px; }
  .work-layout, .design-grid, .commerce-grid, .voices-grid, .field-grid, .live-grid { grid-template-columns: 1fr; }
  .story-card--work:nth-child(4), .story-card--design:nth-child(4), .story-card--commerce:nth-child(4) { grid-column: auto; }
  .voice-card { padding: 22px 0; border-right: 0; border-top: 1px solid #c7bfbd; }
  .voice-card__portrait { width: 105px; margin-bottom: 12px; font-size: 36px; }
  .story-card--field:last-child, .story-card--live:last-child { display: block; }
  .story-card--field .story-card__image, .story-card--live .story-card__image { aspect-ratio: 16 / 9; }
  .newsletter-panel h2 { font-size: 50px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form button { border-top: 0; border-left: 1px solid currentColor; }
  .article-header { padding-top: 38px; }
  .article-header__inner { width: calc(100% - 24px); }
  .article-header h1 { font-size: clamp(48px, 15vw, 74px); }
  .article-header__deck { font-size: 20px; }
  .article-hero { width: 100%; }
  .article-hero__image { aspect-ratio: 4 / 3; }
  .article-hero figcaption { padding-inline: 12px; }
  .article-layout { width: calc(100% - 30px); margin-top: 42px; }
  .article-share { flex-wrap: wrap; }
  .article-share p { width: 100%; margin: 0; }
  .article-rail { grid-template-columns: 1fr; }
  .article-body { font-size: 19px; }
  .author-box { grid-template-columns: 84px 1fr; gap: 18px; }
  .author-box h2 { font-size: 29px; }
  .about-publication { grid-template-columns: 1fr; padding: 25px; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-grid .story-card:nth-child(7n + 1) { grid-column: auto; }
  .author-hero { grid-template-columns: 1fr; }
  .author-hero__avatar { width: 170px; }
  .opportunity-grid, .contact-grid, .metric-grid, .masthead-grid, .preview-form { grid-template-columns: 1fr; }
  .preview-form label.is-wide, .preview-form .form-actions { grid-column: auto; }
  .site-footer__brand-row { align-items: start; flex-direction: column; gap: 16px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__legal { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
