/* ========================================================================
   Beyond The Brief — professional finishing layer
   Loaded after the base theme. Keeps the approved cream/espresso direction
   while adding a stronger editorial hierarchy, spacing and CMS-ready states.
   ======================================================================== */

:root {
  --pro-cream: #faf6f0;
  --pro-paper: #fffdf9;
  --pro-espresso: #2c1a0e;
  --pro-espresso-deep: #1f1209;
  --pro-sienna: #a0522d;
  --pro-gold: #c49a3c;
  --pro-gold-soft: #ead8b6;
  --pro-ink: #1c1c1c;
  --pro-muted: #6c645d;
  --pro-line: rgba(44, 26, 14, .115);
  --pro-shadow: 0 22px 65px rgba(44, 26, 14, .075);
  --pro-shadow-hover: 0 28px 70px rgba(44, 26, 14, .13);
  --pro-radius: 12px;
}

body {
  min-width: 320px;
  background: var(--pro-cream);
  text-rendering: optimizeLegibility;
}

main { overflow: clip; }

/* Header ---------------------------------------------------------------- */
.masthead {
  box-shadow: 0 8px 30px rgba(44, 26, 14, .035);
}

.masthead__inner {
  max-width: 1320px;
}

.brand img {
  background: transparent;
  filter: contrast(1.08);
}

.mainnav > a {
  letter-spacing: -.01em;
}

.header-join,
.home-btn,
.btn {
  box-shadow: none;
}

.header-join:hover,
.home-btn:hover,
.btn:hover {
  box-shadow: 0 13px 34px rgba(44, 26, 14, .13);
}

/* Homepage hero --------------------------------------------------------- */
.home-hero {
  min-height: 590px;
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 255, 255, .98), transparent 45%),
    linear-gradient(100deg, #fffdf9 0%, #fbf7f1 50%, #ead8bf 100%);
}

.home-hero__inner { min-height: 590px; }

.home-hero__copy {
  width: 53%;
  padding: 58px 0 50px;
}

.home-kicker--hero {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: #8e5d25;
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .15em;
}

.home-kicker--hero::before {
  content: "";
  width: 27px;
  height: 1px;
  background: var(--pro-gold);
}

.home-hero h1 {
  max-width: 690px;
  font-size: clamp(3.2rem, 5.35vw, 5rem);
  line-height: 1.055;
  letter-spacing: -.045em;
}

.home-hero h1 em {
  color: #9d6b34;
  font-style: italic;
}

.home-hero__copy > p {
  max-width: 570px;
  margin-top: 21px;
  color: #4a443f;
  font-size: 1.02rem;
  line-height: 1.72;
}

.home-hero__actions { margin-top: 30px; }

.home-btn {
  min-height: 50px;
  padding-inline: 1.35rem;
  border-radius: 7px;
}

.home-btn--dark {
  background: linear-gradient(135deg, #211208 0%, #321d10 100%);
  color: #f0d394;
}

.home-btn--outline {
  border-color: #b68546;
  background: rgba(255, 253, 249, .7);
}

.platform-row {
  margin-top: 30px;
  gap: 20px;
}

.platform {
  padding: 5px 0;
  transition: color .18s ease, transform .18s ease;
}

.platform:hover {
  color: var(--pro-sienna);
  transform: translateY(-1px);
}

.home-hero__visual { width: 51%; }
.home-hero__visual::before {
  background:
    linear-gradient(90deg, #fbf7f1 0%, rgba(250,246,240,.94) 7%, rgba(250,246,240,.25) 28%, transparent 47%),
    linear-gradient(0deg, rgba(250,246,240,.08), transparent 35%);
}
.home-hero__visual img { object-position: 54% center; }

.home-hero__stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 31px;
  padding-top: 21px;
  border-top: 1px solid rgba(44, 26, 14, .11);
}

.home-hero__stats > div {
  display: grid;
  grid-template-columns: 30px auto;
  grid-template-rows: auto auto;
  align-items: center;
  min-width: 145px;
  padding: 0 22px;
  border-right: 1px solid rgba(44, 26, 14, .11);
}
.home-hero__stats > div:first-child { padding-left: 0; }
.home-hero__stats > div:last-child { border-right: 0; }
.home-hero__stats > div > span {
  grid-row: 1 / 3;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: #a66f27;
}
.home-hero__stats svg { width: 20px !important; height: 20px !important; }
.home-hero__stats strong {
  color: var(--pro-espresso);
  font-family: var(--display);
  font-size: 1.15rem;
  line-height: 1;
}
.home-hero__stats small {
  margin-top: 4px;
  color: #756d66;
  font-size: .6rem;
  line-height: 1.2;
}

/* Pillars and shared homepage sections -------------------------------- */
.home-pillars {
  box-shadow: 0 12px 35px rgba(44, 26, 14, .025);
}

.home-pillar {
  min-height: 172px;
  padding: 35px 30px;
}

.home-pillar:hover {
  background: linear-gradient(135deg, #fffdfa, #fbf3e7);
}

.home-section {
  padding-top: 68px;
}

.home-section--latest { padding-top: 62px; }
.home-section--topics { padding-block: 62px; }
.home-section--voices { padding-block: 62px 70px; background: #fffdf9; }
.home-section--closing { padding-block: 66px; }

.home-section__head {
  align-items: flex-end;
  margin-bottom: 25px;
}

.home-section__head h2 {
  margin-top: 5px;
  font-size: clamp(1.9rem, 3vw, 2.55rem);
  line-height: 1.08;
}

.home-section__head > a {
  padding-bottom: 5px;
  color: #574f48;
}
.home-section__head > a:hover { color: var(--pro-sienna); }

.home-kicker {
  font-size: .59rem;
  font-weight: 500;
  letter-spacing: .15em;
}

.home-content-grid { gap: 20px; }

.home-content-card {
  overflow: hidden;
  border-radius: var(--pro-radius);
  background: var(--pro-paper);
  box-shadow: 0 9px 35px rgba(44, 26, 14, .045);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.home-content-card:hover {
  transform: translateY(-5px);
  border-color: rgba(160, 82, 45, .22);
  box-shadow: var(--pro-shadow-hover);
}
.home-content-card__image { aspect-ratio: 1.5; }
.home-content-card__body { min-height: 182px; padding: 18px 18px 15px; }
.home-content-card h3 {
  min-height: 48px;
  font-size: 1.08rem;
  line-height: 1.23;
}
.home-content-card__body > p {
  min-height: 34px;
  color: #6a625b;
}
.home-content-card__type,
.home-content-card__duration { border-radius: 5px; }

.home-empty {
  padding: 60px 25px;
  border: 1px dashed rgba(44, 26, 14, .18);
  border-radius: var(--pro-radius);
  background: rgba(255, 253, 249, .7);
  text-align: center;
}
.home-empty h3 { margin-bottom: 8px; font-size: 1.8rem; }
.home-empty p { color: var(--pro-muted); }

.home-topic-grid {
  overflow: hidden;
  border: 1px solid var(--pro-line);
  border-radius: var(--pro-radius);
  background: rgba(255, 253, 249, .68);
  box-shadow: 0 9px 32px rgba(44, 26, 14, .035);
}
.home-topic {
  min-height: 128px;
  padding: 22px 10px;
}
.home-topic:hover { background: #fff; transform: translateY(-2px); }
.home-topic strong { font-size: .74rem; }
.home-topic small { margin-top: 2px; }

/* Featured voices ------------------------------------------------------ */
.home-voice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-voice-card {
  overflow: hidden;
  border: 1px solid var(--pro-line);
  border-radius: var(--pro-radius);
  background: var(--pro-paper);
  box-shadow: 0 10px 32px rgba(44, 26, 14, .045);
  transition: transform .24s ease, box-shadow .24s ease;
}
.home-voice-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--pro-shadow-hover);
}
.home-voice-card__image {
  height: 265px;
  overflow: hidden;
  background: var(--pro-espresso);
}
.home-voice-card__image img,
.home-voice-card__image .plate {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.home-voice-card:hover .home-voice-card__image img,
.home-voice-card:hover .home-voice-card__image .plate { transform: scale(1.025); }
.home-voice-card__body {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  padding: 17px;
}
.home-voice-card__body strong {
  color: var(--pro-espresso);
  font-family: var(--display);
  font-size: 1.18rem;
  line-height: 1.15;
}
.home-voice-card__body span,
.home-voice-card__body small {
  display: block;
  margin-top: 5px;
  color: var(--pro-muted);
  font-size: .72rem;
  line-height: 1.4;
}
.home-voice-card__body em {
  margin-top: auto;
  padding-top: 14px;
  color: #9b6627;
  font-size: .66rem;
  font-style: normal;
  font-weight: 700;
}

/* Founder/community and partners -------------------------------------- */
.home-closing-grid { gap: 22px; }
.founder-story,
.community-card {
  min-height: 350px;
  border-radius: var(--pro-radius);
  box-shadow: var(--pro-shadow);
}
.founder-story { grid-template-columns: 58% 42%; }
.founder-story__copy { padding: 42px 34px; }
.founder-story h2,
.community-card h2 {
  margin: 9px 0 15px;
  font-size: clamp(1.8rem, 3vw, 2.3rem);
}
.founder-story p {
  max-width: 45ch;
  margin-bottom: 22px;
  font-size: .9rem;
  line-height: 1.72;
}
.founder-story a { font-size: .78rem; }
.community-card {
  grid-template-columns: 1fr 160px;
  padding: 42px 32px;
}
.community-card ul { gap: 13px; margin: 24px 0 28px; }
.community-card li { font-size: .82rem; }
.community-card__graphic { color: #b89d73; }

.home-partners {
  padding: 33px 0 40px;
  border-top: 1px solid var(--pro-line);
  background: #fffdf9;
}
.home-partners .home-kicker {
  display: block;
  margin-bottom: 18px;
  text-align: center;
}
.home-partners__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 13px;
}
.home-partners__grid a {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--pro-line);
  border-radius: 9px;
  background: #fff;
  color: #766d65;
  text-align: center;
  transition: border-color .2s ease, transform .2s ease;
}
.home-partners__grid a:hover { border-color: rgba(160,82,45,.25); transform: translateY(-2px); }
.home-partners__grid img,
.home-partners__grid .plate { width: 48px; height: 48px; object-fit: contain; }
.home-partners__grid strong { font-size: .62rem; line-height: 1.2; }

/* Shared page polish --------------------------------------------------- */
.page-head {
  padding-block: clamp(3.2rem, 7vw, 5.5rem);
  background:
    radial-gradient(circle at 87% 18%, rgba(196, 154, 60, .17), transparent 28%),
    linear-gradient(120deg, #fffdf9, #efe1cd);
}
.page-head h1 { max-width: 19ch; font-size: clamp(2.55rem, 5vw, 4.4rem); }
.page-head .lede { max-width: 66ch; font-size: 1.06rem; line-height: 1.72; }
.band { padding-block: clamp(3.4rem, 7vw, 5.7rem); }
.card,
.feature,
.panel,
.sidebox,
.record-card,
.native-audio-card,
.media-live-grid,
.sync-strip {
  border-radius: var(--pro-radius);
}
.card { box-shadow: 0 10px 34px rgba(44, 26, 14, .045); }
.card:hover { box-shadow: var(--pro-shadow-hover); }
.form input,
.form textarea,
.form select { border-radius: 8px; }

/* Professional article page ------------------------------------------- */
.article-hero {
  position: relative;
  padding: clamp(3rem, 6vw, 5.2rem) 0;
  overflow: hidden;
  border-bottom: 1px solid var(--pro-line);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, .95), transparent 44%),
    linear-gradient(115deg, #fffdf9 0%, #f8f0e5 62%, #ead8bd 100%);
}
.article-hero::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -28vw;
  width: 54vw;
  height: 54vw;
  border: 1px solid rgba(196, 154, 60, .16);
  border-radius: 50%;
}
.article-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: clamp(35px, 7vw, 85px);
  align-items: center;
}
.article-hero__labels {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  color: #8d6641;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.article-hero h1 {
  max-width: 15ch;
  margin: 20px 0 19px;
  color: var(--pro-espresso);
  font-size: clamp(2.75rem, 5vw, 4.7rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.045em;
}
.article-hero__summary {
  max-width: 62ch;
  margin: 0;
  color: #554e47;
  font-size: 1.04rem;
  line-height: 1.72;
}
.article-byline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 29px;
}
.article-byline__avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pro-espresso);
  color: #e7c985;
  font-family: var(--display);
  font-size: .9rem;
}
.article-byline > div:last-child { display: grid; gap: 2px; }
.article-byline strong { color: var(--pro-espresso); font-size: .79rem; }
.article-byline span { color: #766e67; font-size: .68rem; }
.article-hero__media {
  position: relative;
  height: clamp(340px, 42vw, 520px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(44, 26, 14, .12);
  border-radius: 16px;
  background: var(--pro-espresso);
  box-shadow: 0 35px 80px rgba(44, 26, 14, .18);
}
.article-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(31, 18, 9, .14));
}
.article-hero__media img { width: 100%; height: 100%; object-fit: cover; }

.article-main { padding: clamp(3.6rem, 7vw, 6.3rem) 0; background: var(--pro-paper); }
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(250px, 320px);
  justify-content: center;
  gap: clamp(45px, 7vw, 90px);
  align-items: start;
}
.article-prose { min-width: 0; }
.article-body {
  color: #292522;
  font-family: var(--body);
  font-size: 1.075rem;
  line-height: 1.9;
}
.article-body > :first-child { margin-top: 0; }
.article-body p { margin: 0 0 1.55em; }
.article-body h2 {
  margin: 2.2em 0 .7em;
  color: var(--pro-espresso);
  font-size: clamp(1.75rem, 3vw, 2.3rem);
  line-height: 1.2;
}
.article-body h3 { margin: 1.8em 0 .65em; color: var(--pro-espresso); font-size: 1.45rem; }
.article-body h4 { margin: 1.6em 0 .55em; color: var(--pro-espresso); font-size: 1.17rem; }
.article-body ul,
.article-body ol { margin: 0 0 1.6em; padding-left: 1.45em; }
.article-body li { margin: .55em 0; }
.article-body blockquote {
  margin: 2.2rem 0;
  padding: 1.55rem 1.8rem;
  border-left: 3px solid var(--pro-gold);
  background: #f7efe3;
  color: #4b3b2d;
  font-family: var(--display);
  font-size: 1.3rem;
  line-height: 1.55;
}
.article-body a,
.article-references a { color: #965b27; text-decoration: underline; text-underline-offset: 3px; }
.article-body img { border-radius: 10px; }
.article-body table { width: 100%; border-collapse: collapse; margin: 2rem 0; font-size: .9rem; }
.article-body th,
.article-body td { padding: .8rem; border: 1px solid var(--pro-line); text-align: left; }
.article-body th { background: #f5eadb; color: var(--pro-espresso); }
.article-body pre,
.article-body code { font-family: var(--mono); }
.article-body pre { overflow: auto; padding: 1rem; border-radius: 9px; background: #2a1a10; color: #f8eee0; }

.article-review-note {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 35px;
  padding: 15px 17px;
  border: 1px solid #dfe8df;
  border-radius: 10px;
  background: #f3f8f3;
}
.article-review-note > svg {
  width: 29px !important;
  height: 29px !important;
  padding: 6px;
  border-radius: 50%;
  background: #dceade;
  color: #396447;
}
.article-review-note div { display: grid; gap: 2px; }
.article-review-note strong { color: #304e38; font-size: .76rem; }
.article-review-note span { color: #5e7564; font-size: .66rem; }

.article-listen-cta { margin-block: 3rem; border-radius: 12px; }
.article-references {
  margin-top: 3.2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--pro-line);
}
.article-references h2 { margin: 7px 0 17px; font-size: 1.7rem; }
.article-references ol,
.article-references ul { display: grid; gap: 11px; margin: 0; padding-left: 1.3rem; }
.article-references li { color: #625a53; font-size: .82rem; line-height: 1.6; overflow-wrap: anywhere; }
.article-references svg { width: 13px !important; height: 13px !important; }
.article-disclaimer {
  margin-top: 2.6rem;
  padding: 19px 21px;
  border: 1px solid #e5cfb8;
  border-left: 3px solid var(--pro-sienna);
  border-radius: 8px;
  background: #fbf3e9;
}
.article-disclaimer strong { color: var(--pro-espresso); font-size: .8rem; }
.article-disclaimer p { margin: 7px 0 0; color: #6e5f52; font-size: .76rem; line-height: 1.65; }
.article-signoff {
  display: grid;
  margin-top: 3.2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--pro-line);
  color: #756c64;
  font-size: .75rem;
}
.article-signoff strong { margin-top: 5px; color: var(--pro-espresso); font-family: var(--display); font-size: 1.1rem; }
.article-signoff small { margin-top: 2px; color: #a06b30; }

.article-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 17px;
}
.article-sidebox {
  padding: 21px;
  border: 1px solid var(--pro-line);
  border-radius: 11px;
  background: #fffdf9;
  box-shadow: 0 9px 30px rgba(44, 26, 14, .035);
}
.article-sidebox h2 { margin: 0 0 14px; color: var(--pro-espresso); font-size: 1.12rem; }
.article-sidebox dl { display: grid; gap: 0; margin: 13px 0 0; }
.article-sidebox dl div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid var(--pro-line);
}
.article-sidebox dt { color: #8a8179; font-size: .62rem; }
.article-sidebox dd { margin: 0; color: #493f37; font-size: .68rem; text-align: right; }
.article-topic-list,
.article-share { display: flex; flex-wrap: wrap; gap: 7px; }
.article-topic-list a,
.article-share a {
  padding: 7px 9px;
  border: 1px solid var(--pro-line);
  border-radius: 999px;
  background: #fbf5ec;
  color: #765329;
  font-size: .62rem;
  font-weight: 700;
}
.article-topic-list a:hover,
.article-share a:hover { border-color: #c59d66; background: #fff; }
.article-people-list { display: grid; gap: 10px; }
.article-people-list a { display: flex; align-items: center; gap: 10px; }
.article-people-list a > span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pro-espresso);
  color: #e6c77e;
  font-family: var(--display);
  font-size: .72rem;
}
.article-people-list a div { display: grid; }
.article-people-list strong { color: var(--pro-espresso); font-size: .72rem; }
.article-people-list small { color: #817871; font-size: .61rem; }
.article-related { padding-block: 70px; background: #f3e8d8; }

/* Topic page ----------------------------------------------------------- */
.topic-head__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .55fr);
  gap: 55px;
  align-items: end;
}
.topic-head__icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-top: 25px;
  border: 1px solid rgba(160,82,45,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.6);
  color: #a36a2b;
}
.topic-head__icon svg { width: 29px !important; height: 29px !important; }
.topic-head__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--pro-line);
  border-radius: 12px;
  background: rgba(255,253,249,.75);
  box-shadow: 0 15px 42px rgba(44,26,14,.06);
}
.topic-head__stats div { padding: 21px; border-right: 1px solid var(--pro-line); border-bottom: 1px solid var(--pro-line); }
.topic-head__stats div:nth-child(2n) { border-right: 0; }
.topic-head__stats div:nth-last-child(-n+2) { border-bottom: 0; }
.topic-head__stats strong { display: block; color: var(--pro-espresso); font-family: var(--display); font-size: 1.8rem; }
.topic-head__stats span { color: #776e66; font-size: .65rem; }

/* Maintenance ---------------------------------------------------------- */
.maintenance-page {
  min-height: calc(100vh - 86px);
  display: grid;
  place-items: center;
  padding: 70px 0;
  background:
    radial-gradient(circle at 75% 20%, rgba(196,154,60,.19), transparent 28%),
    linear-gradient(135deg, #211208, #352114);
  color: #fffaf1;
}
.maintenance-page__inner { max-width: 760px; text-align: center; }
.maintenance-page__mark {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border: 1px solid rgba(232,213,183,.25);
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  color: #e2bc6c;
}
.maintenance-page__mark svg { width: 35px !important; height: 35px !important; }
.maintenance-page h1 { margin: 12px 0 18px; color: #fffaf1; font-size: clamp(2.5rem, 6vw, 4.7rem); }
.maintenance-page p { max-width: 64ch; margin-inline: auto; color: rgba(255,255,255,.72); }
.maintenance-page .hero__actions { justify-content: center; }

/* Footer --------------------------------------------------------------- */
.newsletter-bar__inner { min-height: 116px; }
.newsletter-bar h2 { font-size: 1.58rem; }
.newsletter-bar p { font-size: .78rem; }
.newsletter-form input[type="email"],
.newsletter-form button { height: 47px; }
.site-footer__grid { padding-block: 42px 30px; }
.site-footer__brand p { font-size: .72rem; }
.footer-location {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 12px;
  color: #8a8178;
  font-size: .64rem;
}
.footer-location svg { width: 13px !important; height: 13px !important; }
.footer-work { display: inline-block; margin-top: 11px; color: #9a6327; font-size: .66rem; font-weight: 700; }

/* Responsive ----------------------------------------------------------- */
@media (max-width: 1180px) {
  .home-hero__stats > div { min-width: 130px; padding-inline: 15px; }
  .home-voice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-partners__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .article-layout { grid-template-columns: minmax(0, 720px) 285px; gap: 45px; }
}

@media (max-width: 940px) {
  .home-hero__copy { width: 100%; }
  .home-hero__stats { max-width: 620px; }
  .home-hero__visual { width: 100%; }
  .article-hero__grid,
  .article-layout,
  .topic-head__grid { grid-template-columns: 1fr; }
  .article-hero__media { height: min(62vw, 520px); }
  .article-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-sidebar .ad { grid-column: 1 / -1; }
  .topic-head__stats { max-width: 600px; }
}

@media (max-width: 860px) {
  .home-hero,
  .home-hero__inner { min-height: auto; }
  .home-hero__copy { padding-top: 64px; }
  .home-hero__visual { height: 420px; }
  .home-section { padding-top: 56px; }
  .home-section--topics,
  .home-section--voices,
  .home-section--closing { padding-block: 56px; }
  .founder-story,
  .community-card { min-height: 320px; }
  .site-footer__grid { row-gap: 34px; }
}

@media (max-width: 680px) {
  .home-hero h1 { font-size: clamp(2.65rem, 13vw, 3.8rem); }
  .home-hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); }
  .home-hero__stats > div { min-width: 0; padding: 0 9px; }
  .home-hero__stats > div:first-child { padding-left: 0; }
  .home-hero__stats > div { grid-template-columns: 1fr; grid-template-rows: auto auto auto; text-align: center; }
  .home-hero__stats > div > span { grid-row: auto; margin: 0 auto 5px; }
  .home-voice-grid { grid-template-columns: 1fr; }
  .home-voice-card { display: grid; grid-template-columns: 130px 1fr; }
  .home-voice-card__image { height: 180px; }
  .home-voice-card__body { min-height: 180px; }
  .founder-story { grid-template-columns: 1fr; }
  .founder-story__copy { padding: 32px 25px; }
  .founder-story > img { height: 280px; }
  .community-card { grid-template-columns: 1fr; padding: 32px 25px; }
  .community-card__graphic { display: none; }
  .home-partners__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-hero { padding-top: 2.6rem; }
  .article-hero h1 { font-size: clamp(2.45rem, 12vw, 3.55rem); }
  .article-hero__media { height: 72vw; min-height: 300px; }
  .article-main { padding-top: 3rem; }
  .article-body { font-size: 1rem; line-height: 1.82; }
  .article-sidebar { grid-template-columns: 1fr; }
  .article-sidebar .ad { grid-column: auto; }
  .topic-head__stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .home-kicker--hero { font-size: .54rem; }
  .home-hero__copy { padding-top: 45px; }
  .home-hero__visual { height: 290px; }
  .home-hero__stats strong { font-size: 1rem; }
  .home-hero__stats small { font-size: .52rem; }
  .home-pillar { padding: 25px 20px; }
  .home-content-card__body { min-height: auto; }
  .home-voice-card { grid-template-columns: 110px 1fr; }
  .home-voice-card__image,
  .home-voice-card__body { min-height: 165px; height: 165px; }
  .home-voice-card__body { padding: 14px; }
  .home-voice-card__body em { padding-top: 8px; }
  .home-partners__grid { grid-template-columns: 1fr 1fr; }
  .article-byline { align-items: flex-start; }
  .article-hero__labels { flex-wrap: wrap; }
  .article-sidebox { padding: 18px; }
  .article-review-note { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .home-voice-card,
  .home-voice-card__image img,
  .home-voice-card__image .plate,
  .home-partners__grid a { transition: none !important; }
}
