:root {
  color-scheme: light;
  --bg: #f7f4ef;
  --paper: #fffdfa;
  --ink: #171717;
  --muted: #6b645c;
  --line: #ddd6ce;
  --accent: #b91c1c;
  --accent-2: #0f766e;
  --shadow: 0 14px 36px rgba(26, 20, 14, 0.12);
  --serif: "Noto Serif TC", "PMingLiU", "Songti TC", Georgia, "Times New Roman", serif;
  --sans: "Noto Sans TC", "Microsoft JhengHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2,
h3 {
  overflow-wrap: anywhere;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 68px;
  padding: 0 28px;
  background: rgba(255, 253, 250, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--ink);
  color: #fffdfa;
  border-radius: 4px;
}

nav {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
}

nav a {
  padding: 8px 10px;
  border-radius: 4px;
  color: var(--muted);
  font-size: 0.94rem;
}

nav a.active,
nav a:hover {
  background: #eee4da;
  color: var(--ink);
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.front-masthead {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  min-height: 340px;
  margin: 18px 0 18px;
  padding: 42px 28px 34px;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(18, 16, 13, 0.48), rgba(18, 16, 13, 0.76)), url("/assets/home-visual.png");
  background-position: center;
  background-size: cover;
  border: 1px solid var(--line);
  border-bottom: 3px double var(--ink);
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(26, 20, 14, 0.12);
  color: #fffdfa;
  text-align: center;
}

.front-date {
  margin-bottom: 8px;
  color: #f8d18d;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.42);
}

.front-masthead h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 8vw, 7.6rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.54);
}

.front-rule {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 253, 250, 0.45);
  color: #f4eee7;
  font-size: 0.86rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.front-page {
  display: grid;
  grid-template-columns: minmax(190px, 0.78fr) minmax(0, 1.55fr) minmax(230px, 0.82fr);
  gap: 22px;
  padding: 20px 0 24px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.front-column,
.front-main {
  min-width: 0;
}

.front-column-left,
.front-main {
  padding-right: 22px;
  border-right: 1px solid var(--line);
}

.front-label {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--ink);
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 900;
}

.brief-list,
.rail-list {
  display: grid;
}

.brief-item,
.rail-item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.brief-item:last-child,
.rail-item:last-child {
  margin-bottom: 0;
}

.brief-kicker {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 900;
}

.brief-item h3,
.front-small-story h3,
.rail-item h3,
.latest-row h3 {
  margin: 4px 0 7px;
  font-family: var(--serif);
  line-height: 1.22;
  letter-spacing: 0;
}

.brief-item h3 {
  font-size: 0.98rem;
}

.brief-item p,
.front-small-story p,
.latest-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.lead-story {
  margin: 0;
  background: transparent;
}

.lead-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  max-width: none;
  padding: 0 0 18px;
}

.lead-copy h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.72rem, 3vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.lead-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.front-under {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--ink);
}

.front-small-story {
  min-width: 0;
}

.front-small-story + .front-small-story {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.front-small-story h3 {
  font-size: 1.03rem;
}

.editorial-note {
  margin-bottom: 22px;
  padding: 15px;
  border: 2px solid var(--ink);
  background: #171717;
  color: #fffdfa;
}

.editorial-note span {
  color: #fecaca;
  font-size: 0.82rem;
  font-weight: 900;
}

.editorial-note h2 {
  margin: 6px 0 8px;
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.editorial-note p {
  margin: 0 0 12px;
  color: #e6ded5;
  font-size: 0.94rem;
}

.editorial-note > a {
  font-weight: 900;
}

.rail-item span,
.latest-meta,
.latest-meta span {
  color: var(--muted);
  font-size: 0.82rem;
}

.rail-item h3 {
  font-size: 0.94rem;
}

.pill {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  background: #f5e3d3;
  color: #7f1d1d;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.88rem;
}

.lead-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.primary-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  background: var(--ink);
  color: #fffdfa;
  border-radius: 4px;
  font-weight: 800;
}

.lead-actions span,
.section-head span,
.meta,
.story-meta,
.site-footer {
  color: var(--muted);
}

.search-band {
  position: relative;
  margin: 0 0 34px;
}

.search-band input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  box-shadow: 0 6px 18px rgba(26, 20, 14, 0.06);
}

.search-results {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  max-height: 520px;
  overflow: auto;
  padding: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.search-result {
  display: block;
  padding: 12px;
  border-radius: 4px;
}

.search-result:hover {
  background: #f0e8df;
}

.search-result span {
  color: var(--muted);
  font-size: 0.84rem;
}

.search-result strong {
  display: block;
  margin: 2px 0;
}

.search-result p,
.search-empty {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.section {
  margin: 42px 0;
}

.editorial-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin: 0 0 34px;
  padding: clamp(20px, 3vw, 32px);
  background: #171717;
  color: #fffdfa;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.editorial-spotlight span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #fecaca;
  font-size: 0.9rem;
  font-weight: 800;
}

.editorial-spotlight h2 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.editorial-spotlight p {
  margin: 0;
  color: #ded8d0;
}

.editorial-spotlight .primary-link {
  background: #fffdfa;
  color: #171717;
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
  border-bottom: 2px solid var(--ink);
}

.section-head h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  letter-spacing: 0;
}

.edition-section {
  padding-top: 4px;
}

.edition-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.edition-item {
  min-width: 0;
  min-height: 150px;
  padding: 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.edition-item span {
  color: var(--accent);
  font-size: 0.83rem;
  font-weight: 900;
}

.edition-item strong {
  display: block;
  margin: 6px 0 8px;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
}

.edition-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.latest-feed {
  border-top: 1px solid var(--line);
}

.latest-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.latest-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.latest-meta a {
  color: var(--accent);
  font-weight: 900;
}

.latest-row h3 {
  font-size: 1.08rem;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.story-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.story-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 230px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(26, 20, 14, 0.06);
}

.story-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.story-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 0.84rem;
}

.story-meta a {
  color: var(--accent);
  font-weight: 800;
}

.story-card h3 {
  margin: 0 0 8px;
  font-size: 0.98rem;
  line-height: 1.4;
  letter-spacing: 0;
}

.story-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

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

.category-card {
  position: relative;
  display: grid;
  min-height: 154px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95);
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.55));
}

.category-card span,
.category-card strong {
  position: absolute;
  z-index: 1;
  left: 12px;
  color: white;
}

.category-card span {
  bottom: 34px;
  font-weight: 800;
}

.category-card strong {
  bottom: 10px;
  font-size: 1.2rem;
}

.category-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  align-items: stretch;
  min-height: 280px;
  margin: 28px 0;
  overflow: hidden;
  background: var(--paper);
  border-radius: 6px;
  border: 1px solid var(--line);
}

.category-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-hero div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 56px);
  border-top: 8px solid var(--accent);
}

.category-hero p {
  margin: 0 0 8px;
  color: var(--muted);
  font-weight: 800;
}

.category-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 7vw, 5.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.editorial-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 18px;
  align-items: stretch;
  margin: 28px 0 34px;
}

.editorial-hero > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: clamp(26px, 4vw, 54px);
  background: #171717;
  color: #fffdfa;
  border-radius: 6px;
}

.editorial-hero p {
  margin: 0 0 10px;
  color: #fecaca;
  font-weight: 800;
}

.editorial-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2.6rem, 7vw, 6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.editorial-hero span {
  color: #ded8d0;
}

.editorial-feature {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 300px;
  padding: clamp(22px, 4vw, 44px);
  background-image: linear-gradient(180deg, rgba(23, 23, 23, 0.08), rgba(23, 23, 23, 0.82)), url("/assets/cover-editorial.png");
  background-size: cover;
  background-position: center;
  color: #fffdfa;
  border-radius: 6px;
  overflow: hidden;
}

.editorial-feature span {
  color: #fecaca;
  font-weight: 800;
}

.editorial-feature strong {
  margin: 8px 0;
  font-size: clamp(1.28rem, 2.4vw, 2rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.editorial-feature p {
  margin: 0;
  color: #f1ebe5;
}

.editorial-list {
  display: grid;
  gap: 12px;
}

.editorial-collection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.editorial-collection-card {
  min-width: 0;
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 4px solid var(--ink);
  border-radius: 6px;
}

.editorial-collection-card span {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 900;
}

.editorial-collection-card strong {
  display: block;
  margin: 6px 0 8px;
  font-family: var(--serif);
  font-size: 1.38rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.editorial-collection-card p {
  margin: 0 0 12px;
  color: var(--muted);
}

.editorial-collection-card em {
  font-style: normal;
  font-weight: 900;
}

.editorial-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.editorial-row time {
  color: var(--muted);
  font-weight: 800;
}

.editorial-row h3 {
  margin: 0 0 4px;
  font-size: 1.02rem;
  line-height: 1.38;
  letter-spacing: 0;
}

.editorial-row p {
  margin: 0;
  color: var(--muted);
}

.editorial-row > a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 6px 12px;
  background: var(--ink);
  color: #fffdfa;
  border-radius: 4px;
  font-weight: 800;
}

.editorial-head {
  border-bottom-color: #991b1b;
}

.editorial-page .article-content h2 {
  border-top-color: #991b1b;
}

.podcast-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 18px;
  margin: 28px 0 34px;
}

.podcast-hero > div:first-child,
.podcast-feature {
  min-height: 300px;
  padding: clamp(26px, 4vw, 48px);
  border-radius: 6px;
}

.podcast-hero > div:first-child {
  background: #101828;
  color: #fffdfa;
}

.podcast-hero p {
  margin: 0 0 10px;
  color: #bfdbfe;
  font-weight: 900;
}

.podcast-hero h1 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.podcast-hero span {
  color: #e5e7eb;
}

.podcast-feature {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #fffdfa;
  border: 1px solid var(--line);
  border-top: 6px solid #2563eb;
  box-shadow: var(--shadow);
}

.podcast-feature span {
  color: #2563eb;
  font-weight: 900;
}

.podcast-feature strong {
  margin: 8px 0;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.2vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.podcast-feature p {
  margin: 0;
  color: var(--muted);
}

.podcast-source-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.podcast-source-card {
  min-width: 0;
  padding: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.podcast-source-card span {
  display: block;
  margin-bottom: 8px;
  font-weight: 900;
}

.podcast-source-card strong {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}

.podcast-list {
  border-top: 1px solid var(--line);
}

.podcast-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.podcast-row-meta {
  display: grid;
  gap: 3px;
  color: var(--muted);
  font-size: 0.84rem;
}

.podcast-row-meta strong {
  color: var(--accent);
}

.podcast-row-meta em {
  font-style: normal;
}

.podcast-row h3 {
  margin: 0 0 7px;
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.podcast-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.podcast-row > a,
.podcast-actions a {
  white-space: nowrap;
}

.podcast-head {
  border-bottom-color: #2563eb;
}

.sfi-home-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 22px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.sfi-home-card span {
  display: block;
  margin-bottom: 8px;
  color: #8a4b0f;
  font-weight: 900;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.sfi-home-card h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 1.7rem;
  line-height: 1.16;
  letter-spacing: 0;
}

.sfi-home-card p {
  margin: 0;
  color: var(--muted);
}

.sfi-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
  margin: 28px 0 34px;
}

.sfi-hero > div:first-child,
.sfi-feature {
  min-height: 300px;
  padding: clamp(26px, 4vw, 48px);
  border-radius: 6px;
}

.sfi-hero > div:first-child {
  background: #221f1a;
  color: #fffdfa;
}

.sfi-hero p {
  margin: 0 0 10px;
  color: #f8d18d;
  font-weight: 900;
}

.sfi-hero h1 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 6.4vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.sfi-hero span {
  color: #eee4da;
}

.sfi-feature {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #fffdfa;
  border: 1px solid var(--line);
  border-top: 6px solid #8a4b0f;
  box-shadow: var(--shadow);
}

.sfi-feature span {
  color: #8a4b0f;
  font-weight: 900;
}

.sfi-feature strong {
  margin: 8px 0;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.sfi-feature p {
  margin: 0;
  color: var(--muted);
}

.sfi-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.sfi-stat-card {
  min-width: 0;
  padding: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.sfi-stat-card span {
  display: block;
  margin-bottom: 8px;
  font-weight: 900;
}

.sfi-stat-card strong {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}

.sfi-list {
  border-top: 1px solid var(--line);
}

.sfi-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.sfi-row-meta {
  display: grid;
  gap: 3px;
  color: var(--muted);
  font-size: 0.84rem;
}

.sfi-row-meta strong {
  color: #8a4b0f;
}

.sfi-row-meta em {
  font-style: normal;
}

.sfi-row h3 {
  margin: 0 0 7px;
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.26;
  letter-spacing: 0;
}

.sfi-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.sfi-row > a,
.sfi-link-actions a {
  white-space: nowrap;
}

.sfi-link-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.sfi-head {
  border-bottom-color: #8a4b0f;
}

.sfi-page .article-content h2 {
  border-top-color: #8a4b0f;
}

.article-page {
  margin: 28px 0 60px;
}

.article-head {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 2px solid var(--ink);
}

.article-head img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 6px;
}

.article-head-text {
  display: block;
  width: min(900px, 100%);
  margin: 0 auto;
}

.article-head h1 {
  margin: 18px 0 14px;
  font-size: clamp(1.62rem, 2.75vw, 2.85rem);
  line-height: 1.16;
  letter-spacing: 0;
}

.dek {
  color: var(--muted);
  font-size: 1.08rem;
}

.article-content {
  width: min(780px, 100%);
  margin: 32px auto 0;
  font-size: 1.04rem;
}

.article-content h1,
.article-content h2,
.article-content h3 {
  line-height: 1.24;
  letter-spacing: 0;
}

.article-content h1 {
  font-size: 2rem;
}

.article-content h2 {
  margin-top: 2.1em;
  padding-top: 0.6em;
  border-top: 1px solid var(--line);
  font-size: 1.55rem;
}

.article-content h3 {
  margin-top: 1.8em;
  font-size: 1.22rem;
}

.article-content p,
.article-content li {
  color: #27231f;
}

.article-content blockquote {
  margin: 24px 0;
  padding: 12px 16px;
  border-left: 4px solid var(--accent-2);
  background: #eef8f5;
  color: #134e4a;
}

.article-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.article-content th,
.article-content td {
  padding: 8px 10px;
  border: 1px solid var(--line);
  vertical-align: top;
}

.article-content code {
  padding: 1px 4px;
  background: #eee4da;
  border-radius: 3px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: min(1180px, calc(100% - 32px));
  margin: 48px auto 0;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
}

.empty {
  color: var(--muted);
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 12px 16px;
  }

  nav {
    width: 100%;
  }

  .lead-story,
  .category-hero,
  .article-head,
  .editorial-hero {
    grid-template-columns: 1fr;
  }

  .front-page {
    grid-template-columns: 1fr;
    gap: 0;
  }

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

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

  .front-column-left,
  .front-main {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .front-column,
  .front-main {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .front-column-right {
    padding-bottom: 0;
  }

  .story-grid,
  .story-grid.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .edition-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .podcast-source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sfi-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  main,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .lead-story {
    min-height: 0;
    margin-top: 16px;
  }

  .front-masthead {
    margin-top: 12px;
    min-height: 250px;
    padding: 28px 14px 24px;
    background-position: center;
  }

  .front-masthead h1 {
    font-size: clamp(2.15rem, 11.5vw, 3rem);
    white-space: nowrap;
  }

  .front-rule {
    gap: 8px 14px;
  }

  .front-under {
    grid-template-columns: 1fr;
  }

  .front-small-story + .front-small-story {
    padding-top: 16px;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .lead-copy {
    padding: 0;
  }

  .lead-copy h1,
  .article-head h1 {
    font-size: 1.48rem;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .story-grid,
  .story-grid.compact,
  .category-grid,
  .edition-grid {
    grid-template-columns: 1fr;
  }

  .edition-item {
    min-height: 0;
  }

  .latest-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .podcast-hero > div:first-child,
  .podcast-feature,
  .sfi-hero > div:first-child,
  .sfi-feature {
    min-height: 250px;
  }

  .podcast-source-grid,
  .podcast-row,
  .sfi-stat-grid,
  .sfi-row,
  .sfi-home-card {
    grid-template-columns: 1fr;
  }

  .podcast-row,
  .sfi-row {
    gap: 8px;
  }

  .editorial-spotlight,
  .editorial-collection-grid,
  .editorial-row {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 118px;
  }

  .article-content {
    font-size: 1rem;
  }
}
