/* Modern premium publication layer */
:root {
  --bg: #f6f8f8;
  --surface: #ffffff;
  --surface-soft: #eef3f3;
  --surface-strong: #e1e9e9;
  --ink: #17282d;
  --muted: #65767a;
  --line: #dce5e5;
  --coral: #237a74;
  --coral-dark: #175d59;
  --coral-soft: #e0f1ef;
  --green: #2e7663;
  --green-soft: #e5f2ed;
  --blue: #3d6d84;
  --blue-soft: #e7f0f4;
  --amber: #a5763e;
  --amber-soft: #f7eddf;
  --navy: #16343c;
  --navy-deep: #102a31;
  --shadow: 0 20px 55px rgba(20, 48, 54, 0.1);
  --shadow-soft: 0 10px 35px rgba(20, 48, 54, 0.06);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 13px;
  --radius-sm: 9px;
  --container: 1240px;
}

[data-theme="dark"] {
  --bg: #102125;
  --surface: #172b30;
  --surface-soft: #1d3439;
  --surface-strong: #294147;
  --ink: #f2f7f6;
  --muted: #a6b8ba;
  --line: #315057;
  --coral: #65bdb5;
  --coral-dark: #8ed3cd;
  --coral-soft: #244944;
  --green: #7dc4ad;
  --green-soft: #23443b;
  --blue: #91b9cb;
  --blue-soft: #294550;
  --amber: #d3af75;
  --amber-soft: #4a3d29;
  --navy: #10252a;
  --navy-deep: #0b1c20;
  --shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
  --shadow-soft: 0 10px 35px rgba(0, 0, 0, 0.16);
}

body {
  color: var(--ink);
  background: var(--bg);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.7;
}

::selection {
  color: #fff;
  background: var(--coral);
}

h1,
h2,
h3 {
  font-family: "Lora", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.popular-list li > span {
  font-family: "Lora", Georgia, serif;
}

.footer-grid h2 {
  font-family: "Manrope", Arial, sans-serif;
}

.container {
  width: min(calc(100% - 48px), var(--container));
}

.utility-bar {
  color: rgba(255, 255, 255, 0.74);
  background: var(--navy-deep);
  font-size: 0.68rem;
  letter-spacing: 0.03em;
}

.utility-inner {
  min-height: 32px;
}

.status-dot {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: #73c5a7;
  box-shadow: 0 0 0 3px rgba(115, 197, 167, 0.16);
}

.site-header {
  position: sticky;
  top: 0;
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  transition:
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.site-header.scrolled {
  background: color-mix(in srgb, var(--surface) 97%, transparent);
  box-shadow: 0 10px 30px rgba(8, 27, 31, 0.08);
}

.header-inner {
  min-height: 82px;
  gap: 32px;
}

.brand-mark {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 12px;
  box-shadow: 0 7px 18px rgba(12, 44, 50, 0.16);
}

.brand-copy {
  justify-items: start;
}

.brand-copy strong {
  font-family: "Lora", Georgia, serif;
  font-size: 1.18rem;
  letter-spacing: -0.055em;
}

.brand-copy small {
  margin-top: 4px;
  font-size: 0.57rem;
  letter-spacing: 0.13em;
}

.desktop-nav {
  gap: 25px;
}

.desktop-nav a {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
}

.desktop-nav a::after {
  bottom: -13px;
  height: 2px;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--coral);
}

.icon-button,
.search-button {
  background: var(--surface);
  border-color: var(--line);
}

.icon-button {
  width: 40px;
  height: 40px;
}

.search-button {
  height: 40px;
  border-radius: 12px;
  font-size: 0.71rem;
}

kbd {
  border-radius: 5px;
}

.ticker {
  background: var(--surface);
}

.ticker-inner {
  min-height: 44px;
  font-size: 0.73rem;
}

.ticker-label {
  padding: 3px 8px;
  color: var(--coral-dark);
  background: var(--coral-soft);
  border-radius: 6px;
  font-size: 0.57rem;
}

.ticker a {
  color: var(--coral);
  font-size: 0.71rem;
}

.hero-section {
  padding: 44px 0 72px;
}

.journal-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.55fr);
  gap: 45px;
  align-items: end;
  margin-bottom: 30px;
  padding: 35px 40px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 10%, rgba(103, 190, 178, 0.22), transparent 21rem),
    linear-gradient(135deg, #102e36, #1b4348);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  isolation: isolate;
  overflow: hidden;
}

.journal-intro::after {
  position: absolute;
  top: -145px;
  right: -114px;
  z-index: -1;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 35px rgba(255, 255, 255, 0.025),
    0 0 0 80px rgba(255, 255, 255, 0.018);
}

.journal-label {
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journal-statement {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(2.3rem, 4.4vw, 4.1rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1.04;
}

.journal-statement em {
  color: #9fd8cf;
  font-style: normal;
}

.journal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journal-meta span + span::before {
  margin-right: 16px;
  color: rgba(159, 216, 207, 0.78);
  content: "·";
}

.journal-deck {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.journal-deck p {
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.81rem;
  line-height: 1.72;
}

.journal-deck span {
  color: #a6d9d1;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journal-deck b {
  display: none;
}

.section-kicker-row {
  margin-bottom: 15px;
}

.eyebrow {
  color: var(--coral);
  font-size: 0.62rem;
  letter-spacing: 0.13em;
}

.eyebrow span {
  width: 21px;
  height: 1px;
}

.date-label {
  font-size: 0.68rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 21px;
}

.hero-feature {
  display: grid;
  min-height: 480px;
  grid-template-columns: minmax(0, 0.93fr) minmax(460px, 1.07fr);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.feature-image-wrap {
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-content {
  position: static;
  display: flex;
  grid-column: 1;
  grid-row: 1;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 52px);
  color: var(--ink);
  background: var(--surface);
}

.feature-content h1 {
  max-width: 640px;
  margin: 18px 0 13px;
  color: var(--ink);
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.04;
}

.feature-content p {
  max-width: 560px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.72;
}

.feature-content .article-meta {
  color: var(--muted);
}

.feature-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.feature-topline > span {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-cta,
.editor-note-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: var(--coral);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-cta {
  margin-top: 25px;
}

.article-cta svg,
.editor-note-link svg {
  width: 15px;
  height: 15px;
  transition: transform 180ms ease;
}

.article-cta:hover svg,
.editor-note-link:hover svg {
  transform: translateX(4px);
}

.category-pill {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  color: var(--coral-dark);
  background: var(--coral-soft);
  border-radius: 20px;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.pill-coral {
  color: var(--coral-dark);
  background: var(--coral-soft);
}

.pill-blue {
  color: var(--blue);
  background: var(--blue-soft);
}

.pill-green {
  color: var(--green);
  background: var(--green-soft);
}

.article-meta {
  gap: 10px;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
}

.article-meta > * + *::before {
  margin-right: 10px;
  color: var(--coral);
}

.hero-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 18px;
}

.side-story {
  display: grid;
  min-height: 180px;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 19px;
  padding: 12px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.side-story > div {
  position: relative;
  align-self: center;
  padding: 6px 13px 6px 0;
  color: var(--ink);
  background: transparent;
}

.story-number {
  position: absolute;
  top: -1px;
  right: 4px;
  color: color-mix(in srgb, var(--muted) 42%, transparent);
  font-family: "Lora", Georgia, serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
}

.story-image-wrap,
.story-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 156px;
  object-fit: cover;
  border-radius: 11px;
}

.side-story h2 {
  margin: 12px 0 13px;
  color: var(--ink);
  font-size: 1.5rem;
  line-height: 1.12;
}

.side-story .article-meta {
  color: var(--muted);
}

.topic-strip {
  padding: 62px 0 0;
  background: transparent;
  border-block: 0;
}

.topic-directory-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 21px;
}

.topic-directory-head .eyebrow {
  margin-bottom: 7px;
}

.topic-directory-head h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

.topic-directory-head > p {
  max-width: 390px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 0.77rem;
  line-height: 1.72;
}

.topic-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.topic-card {
  position: relative;
  display: grid;
  min-height: 124px;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 16px;
  align-items: center;
  padding: 22px 21px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 9px 27px rgba(8, 27, 31, 0.045);
}

.topic-card::before {
  position: absolute;
  top: 0;
  left: 21px;
  width: 44px;
  height: 2px;
  background: var(--topic-accent, var(--coral));
  content: "";
}

.topic-card:nth-child(2) {
  --topic-accent: var(--green);
}

.topic-card:nth-child(3) {
  --topic-accent: var(--blue);
}

.topic-card:nth-child(4) {
  --topic-accent: var(--amber);
}

.topic-card:hover {
  background: var(--surface);
  border-color: color-mix(in srgb, var(--topic-accent, var(--coral)) 38%, var(--line));
  box-shadow: var(--shadow-soft);
  transform: translateY(-4px);
}

.topic-card:hover .topic-arrow {
  transform: translateX(4px);
}

.topic-index {
  color: color-mix(in srgb, var(--topic-accent, var(--coral)) 78%, var(--muted));
  font-family: "Lora", Georgia, serif;
  font-size: 1.23rem;
  font-weight: 700;
  letter-spacing: -0.08em;
}

.topic-copy {
  display: grid;
  min-width: 0;
  line-height: 1.2;
}

.topic-copy strong {
  font-family: "Lora", Georgia, serif;
  font-size: 1.08rem;
  letter-spacing: -0.035em;
}

.topic-copy small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.55;
}

.topic-count {
  color: var(--muted);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.topic-arrow {
  width: 15px;
  height: 15px;
  color: var(--topic-accent, var(--coral));
  transition: transform 180ms ease;
}

.editor-note-section {
  padding: 34px 0 0;
}

.editor-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 15%, color-mix(in srgb, var(--coral) 12%, transparent), transparent 14rem),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.editor-note-mark {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: var(--coral);
  border: 1px solid color-mix(in srgb, var(--coral) 48%, var(--line));
  border-radius: 18px 18px 18px 5px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.editor-note .eyebrow {
  margin-bottom: 6px;
}

.editor-note blockquote {
  margin: 0;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.35;
}

.editor-note-copy > p:last-child {
  max-width: 760px;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.65;
}

.section-pad {
  padding-block: 72px;
}

.selected-section {
  position: relative;
  background:
    radial-gradient(circle at 8% 42%, color-mix(in srgb, var(--coral) 6%, transparent), transparent 17rem),
    transparent;
}

.section-heading {
  align-items: end;
  margin-bottom: 23px;
}

.section-heading h2 {
  font-size: clamp(2rem, 2.8vw, 2.8rem);
}

.text-link {
  color: var(--coral);
  font-size: 0.76rem;
}

.card-grid {
  gap: 18px;
}

.post-card {
  overflow: hidden;
  background: var(--surface);
  border-color: var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.post-card:hover {
  border-color: color-mix(in srgb, var(--coral) 50%, var(--line));
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.card-image-wrap {
  position: relative;
  height: 205px;
}

.card-edition {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 1;
  display: grid;
  width: 36px;
  height: 36px;
  color: #fff;
  background: rgba(10, 29, 33, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  font-family: "Lora", Georgia, serif;
  font-size: 0.7rem;
  font-weight: 700;
  place-items: center;
}

.card-body {
  padding: 19px;
}

.card-body h3 {
  margin: 12px 0 8px;
  font-size: 1.42rem;
  line-height: 1.12;
}

.card-body p {
  font-size: 0.79rem;
  line-height: 1.62;
}

.latest-section {
  background: var(--surface-soft);
  border-top: 1px solid var(--line);
}

.content-sidebar-grid {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
}

.article-list {
  gap: 13px;
}

.list-post {
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
  padding: 11px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.list-post:hover {
  border-color: color-mix(in srgb, var(--coral) 45%, var(--line));
  box-shadow: var(--shadow-soft);
}

.list-image {
  height: 142px;
  border-radius: 10px;
}

.list-post h3 {
  margin: 9px 0 6px;
  font-size: 1.42rem;
}

.list-post p {
  font-size: 0.77rem;
}

.list-index {
  display: block;
  margin-bottom: 6px;
  color: color-mix(in srgb, var(--coral) 88%, var(--muted));
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.outline-button,
.primary-button {
  border-radius: 11px;
  font-size: 0.72rem;
}

.outline-button {
  color: var(--coral);
  border-color: var(--line);
}

.sidebar {
  position: sticky;
  top: 104px;
  gap: 15px;
}

.profile-card,
.popular-card {
  padding: 21px;
  background: var(--surface);
  border-color: var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.profile-avatar {
  background: linear-gradient(135deg, var(--navy), var(--coral));
  border-radius: 14px;
}

.profile-card p {
  font-size: 0.79rem;
}

.newsletter-card {
  padding: 23px;
  background:
    radial-gradient(circle at 96% 10%, rgba(116, 203, 188, 0.2), transparent 9rem),
    var(--navy);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.newsletter-card::after {
  display: none;
}

.newsletter-card h2 {
  font-size: 1.55rem;
}

.newsletter-form {
  border-radius: 10px;
}

.newsletter-form button {
  background: var(--coral);
  border-radius: 8px;
}

.popular-card h2 {
  font-size: 1.45rem;
}

.site-footer {
  padding-top: 46px;
  background: var(--navy-deep);
}

.footer-journal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px 32px;
  align-items: end;
  padding-bottom: 36px;
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-journal .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.footer-journal h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.3vw, 3.4rem);
  line-height: 1.08;
}

.footer-journal p:not(.eyebrow) {
  max-width: 650px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.8rem;
}

.footer-journal-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 3px;
  color: #9fd8cf;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-journal-link svg {
  width: 15px;
  height: 15px;
  transition: transform 180ms ease;
}

.footer-journal-link:hover svg {
  transform: translateX(4px);
}

.footer-brand .brand-copy strong {
  color: #fff;
}

.search-dialog {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.search-head button {
  border-radius: 6px;
}

.search-result {
  border-radius: 9px;
}

.back-top {
  background: var(--coral);
  border-radius: 11px;
}

.reveal-ready {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Inner pages */
.page-hero {
  padding: 82px 0 70px;
  background:
    radial-gradient(circle at 86% 28%, color-mix(in srgb, var(--coral) 15%, transparent), transparent 20rem),
    var(--surface);
  text-align: left;
}

.page-hero .eyebrow {
  justify-content: start;
}

.page-hero h1 {
  max-width: 810px;
  margin: 0 0 15px;
  font-size: clamp(3rem, 5.5vw, 5.1rem);
  line-height: 1;
}

.page-hero p:last-child {
  max-width: 650px;
  margin: 0;
  font-size: 0.94rem;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 27px;
}

.error-hero p {
  max-width: 650px;
  margin: 0;
  font-size: 0.94rem;
}

.filter-pills button {
  border-radius: 18px;
}

.filter-pills a {
  padding: 8px 13px;
  color: var(--muted);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  font-size: 0.72rem;
  font-weight: 700;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.filter-pills a:hover,
.filter-pills a.active {
  color: #fff;
  background: var(--coral);
  border-color: var(--coral);
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.about-portrait,
.prose-card,
.contact-form {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.about-topics div,
.contact-form input,
.contact-form select,
.contact-form textarea {
  border-radius: 9px;
}

.article-hero {
  padding: 71px 0 43px;
  background: var(--surface);
}

.article-hero h1 {
  max-width: 950px;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 1;
}

.article-cover img {
  border-radius: var(--radius-xl);
}

.article-body {
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.82;
}

.article-body h2 {
  font-size: 2rem;
}

.article-body blockquote {
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 1.35rem;
}

.article-toc,
.article-note {
  border-radius: var(--radius-md);
}

.article-toc a,
.article-note p {
  font-family: "Manrope", Arial, sans-serif;
}

.related-section {
  background: var(--surface-soft);
}

@media (max-width: 1080px) {
  .hero-feature {
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
  }

  .feature-content {
    padding: 35px;
  }

  .feature-content h1 {
    font-size: 3.1rem;
  }

  .side-story {
    grid-template-columns: 155px minmax(0, 1fr);
  }

  .side-story h2 {
    font-size: 1.28rem;
  }
}

@media (max-width: 860px) {
  .header-inner {
    min-height: 70px;
  }

  .journal-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px;
  }

  .journal-deck {
    max-width: 650px;
    padding-left: 0;
    border-left: 0;
  }

  .hero-feature {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .feature-image-wrap {
    grid-column: 1;
    grid-row: 1;
    height: 360px;
  }

  .feature-content {
    grid-column: 1;
    grid-row: 2;
    padding: 29px;
  }

  .hero-side {
    grid-template-columns: 1fr 1fr;
  }

  .side-story {
    grid-template-columns: 135px minmax(0, 1fr);
  }

  .story-image-wrap,
  .story-image-wrap img {
    min-height: 140px;
  }

  .topic-directory-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .topic-directory-head > p {
    max-width: 620px;
  }

  .editor-note {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .editor-note-link {
    grid-column: 2;
  }

  .sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .footer-journal {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 640px) {
  .container,
  .container.narrow,
  .article-hero-inner {
    width: min(calc(100% - 28px), var(--container));
  }

  .hero-section {
    padding: 22px 0 49px;
  }

  .journal-intro {
    margin-bottom: 24px;
    padding: 21px 19px;
    border-radius: 17px;
  }

  .journal-statement {
    font-size: 2.25rem;
    line-height: 1.05;
  }

  .journal-deck p {
    margin-bottom: 10px;
    font-size: 0.73rem;
  }

  .journal-meta {
    gap: 6px 10px;
    margin-top: 16px;
    font-size: 0.49rem;
    letter-spacing: 0.08em;
  }

  .journal-meta span + span::before {
    margin-right: 10px;
  }

  .feature-image-wrap {
    grid-row: 2;
    height: 240px;
  }

  .feature-content {
    grid-row: 1;
    padding: 22px 20px 23px;
  }

  .feature-content h1 {
    margin: 14px 0 10px;
    font-size: 2.36rem;
  }

  .feature-content p {
    margin-bottom: 16px;
    font-size: 0.78rem;
  }

  .article-cta {
    margin-top: 19px;
  }

  .hero-side {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .side-story {
    min-height: 0;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 13px;
    padding: 9px;
    border-radius: 14px;
  }

  .story-image-wrap,
  .story-image-wrap img {
    min-height: 111px;
    border-radius: 8px;
  }

  .side-story h2 {
    margin: 8px 0;
    font-size: 1.16rem;
  }

  .topic-strip {
    padding-top: 43px;
  }

  .topic-directory-head {
    gap: 4px;
    margin-bottom: 15px;
  }

  .topic-directory-head h2 {
    font-size: 2.08rem;
  }

  .topic-directory-head > p {
    margin-top: 7px;
    font-size: 0.7rem;
  }

  .topic-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .topic-card {
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 11px;
    padding: 17px 15px;
    border-radius: 14px;
  }

  .topic-card::before {
    left: 15px;
    width: 35px;
  }

  .topic-index {
    font-size: 1.06rem;
  }

  .topic-copy strong {
    font-size: 0.98rem;
  }

  .topic-copy small {
    margin-top: 5px;
    font-size: 0.61rem;
  }

  .topic-count {
    font-size: 0.54rem;
  }

  .topic-arrow {
    display: none;
  }

  .editor-note-section {
    padding-top: 22px;
  }

  .editor-note {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 20px;
    border-radius: 15px;
  }

  .editor-note-mark {
    width: 45px;
    height: 45px;
    border-radius: 13px 13px 13px 4px;
    font-size: 0.59rem;
  }

  .editor-note blockquote {
    font-size: 1.12rem;
  }

  .editor-note-copy > p:last-child {
    font-size: 0.7rem;
  }

  .editor-note-link {
    grid-column: auto;
  }

  .section-pad {
    padding-block: 52px;
  }

  .section-heading h2 {
    font-size: 2.25rem;
  }

  .three-col {
    grid-template-columns: 1fr;
  }

  .card-image-wrap {
    height: 192px;
  }

  .card-edition {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    font-size: 0.63rem;
  }

  .list-post {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    padding: 9px;
  }

  .list-image {
    height: 105px;
  }

  .list-post h3 {
    margin-top: 7px;
    font-size: 1.15rem;
  }

  .list-post p {
    display: none;
  }

  .list-index {
    display: none;
  }

  .sidebar {
    grid-template-columns: 1fr;
  }

  .footer-journal {
    gap: 7px;
    padding-bottom: 27px;
    margin-bottom: 30px;
  }

  .footer-journal h2 {
    font-size: 2.15rem;
  }

  .footer-journal p:not(.eyebrow) {
    font-size: 0.73rem;
  }

  .footer-journal-link {
    margin-top: 12px;
  }

  .page-hero {
    padding: 60px 0 54px;
  }

  .page-hero h1 {
    font-size: 3.35rem;
  }

  .article-hero {
    padding: 52px 0 30px;
  }

  .article-hero h1 {
    font-size: 3.45rem;
  }
}
