:root {
  --bg: #f5f1e8;
  --paper: rgba(255, 252, 247, 0.9);
  --paper-strong: #fffdfa;
  --paper-dark: #17181c;
  --ink: #111317;
  --muted: #686c72;
  --line: rgba(17, 19, 23, 0.1);
  --line-strong: rgba(17, 19, 23, 0.18);
  --accent: #d86c3c;
  --accent-2: #2e6bcb;
  --shadow: 0 28px 70px rgba(19, 22, 28, 0.1);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --max: 1340px;
  --font-h1: 40px;
  --font-h2: 32px;
  --font-h3: 24px;
  --font-h4: 20px;
  --font-lead: 20px;
  --font-body: 18px;
  --font-small: 16px;
  --font-label: 14px;
  --font-article: 18px;
  --lh-h1: 1.14;
  --lh-h2: 1.2;
  --lh-h3: 1.26;
  --lh-h4: 1.24;
  --lh-body: 1.7;
  --fw-h1: 700;
  --fw-h2: 700;
  --fw-h3: 600;
  --fw-h4: 600;
  --fw-body: 400;
  --fw-body-strong: 500;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(216, 108, 60, 0.1), transparent 28%),
    radial-gradient(circle at top right, rgba(46, 107, 203, 0.09), transparent 22%),
    linear-gradient(180deg, #fbf8f2 0%, #f5f1e8 52%, #efe7da 100%);
  font-family: "Manrope", sans-serif;
  font-size: var(--font-body);
  line-height: var(--lh-body);
  font-weight: var(--fw-body);
  text-rendering: optimizeLegibility;
}

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

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

.page-glow,
.page-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.page-glow--left,
.page-glow--right {
  inset: auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(96px);
  opacity: 0.18;
}

.page-glow--left {
  left: -140px;
  top: 60px;
  background: rgba(216, 108, 60, 0.34);
}

.page-glow--right {
  right: -150px;
  top: 180px;
  background: rgba(46, 107, 203, 0.28);
}

.page-grain {
  opacity: 0.06;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='%23000000' fill-opacity='.08'%3E%3Ccircle cx='16' cy='20' r='1'/%3E%3Ccircle cx='76' cy='42' r='1'/%3E%3Ccircle cx='138' cy='26' r='1'/%3E%3Ccircle cx='34' cy='92' r='1'/%3E%3Ccircle cx='104' cy='118' r='1'/%3E%3Ccircle cx='150' cy='84' r='1'/%3E%3C/g%3E%3C/svg%3E");
}

.site-topline,
.page,
.article-page,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #f7f2ea;
  border-bottom: 1px solid rgba(17, 19, 23, 0.08);
  box-shadow: 0 12px 30px rgba(17, 19, 23, 0.08);
}

.site-topline {
  position: relative;
  z-index: 41;
  background: rgba(247, 242, 234, 0.98);
}

.site-topline__inner,
.site-header__inner,
.site-nav,
.home-hero__inner,
.spotlight-wall,
.home-sections,
.archive-section,
.category-hero__inner,
.category-feature,
.article-hero__inner,
.article-layout,
.article-related,
.site-footer__inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-topline {
  border-bottom: 1px solid rgba(17, 19, 23, 0.06);
}

.site-topline__inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: var(--font-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-topline__inner span {
  color: var(--accent);
  font-weight: 800;
}

.site-topline__inner p,
.site-topline__inner time {
  margin: 0;
}

.site-header__inner {
  min-height: 98px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 180px;
  align-items: center;
  gap: 20px;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.site-logo__mark {
  display: inline-grid;
  grid-template-columns: repeat(2, 12px);
  grid-template-rows: repeat(2, 12px);
  gap: 6px;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--accent), #f59c56);
  box-shadow: var(--shadow);
}

.site-logo__mark span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
}

.site-logo__mark span:last-child {
  grid-column: 1 / span 2;
  justify-self: center;
}

.site-logo__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-logo__text strong {
  font-family: "Sora", sans-serif;
  font-size: var(--font-h4);
  font-weight: var(--fw-h3);
  letter-spacing: 0.03em;
}

.site-logo__text span {
  color: var(--muted);
  font-size: var(--font-small);
}

.site-header__center {
  display: grid;
  justify-items: center;
  text-align: center;
}

.site-header__title,
.hero-lead h1,
.section-head h2,
.category-shelf__header h2,
.category-hero h1,
.article-hero h1 {
  margin: 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.05em;
}

.site-header__title {
  font-size: var(--font-h4);
  line-height: var(--lh-h4);
  font-weight: var(--fw-h4);
}

.site-header__summary {
  margin: 6px 0 0;
  max-width: 56ch;
  color: var(--muted);
  font-size: var(--font-small);
  line-height: var(--lh-body);
  font-weight: var(--fw-body);
}

.site-cta,
.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: var(--font-small);
  font-weight: 800;
}

.site-cta {
  justify-self: end;
}

.site-nav-wrap {
  border-top: 1px solid rgba(17, 19, 23, 0.08);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.88), rgba(250, 245, 236, 0.9));
}

.site-nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 0;
  flex-wrap: wrap;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(17, 19, 23, 0.08);
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.82);
  box-shadow: 0 10px 24px rgba(17, 19, 23, 0.05);
  color: #252930;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.site-nav a:hover,
.text-link:hover {
  color: var(--ink);
}

.site-nav a:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--nav-accent, var(--accent)) 38%, rgba(17, 19, 23, 0.08));
  background: color-mix(in srgb, var(--nav-accent-soft, rgba(216, 108, 60, 0.1)) 62%, #fffdfa);
  box-shadow: 0 14px 30px rgba(17, 19, 23, 0.08);
}

.site-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--nav-accent-soft, rgba(216, 108, 60, 0.1)) 76%, #fff);
  color: var(--nav-accent, var(--accent));
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.site-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 252, 247, 0.88);
  box-shadow: var(--shadow);
  color: var(--ink);
  cursor: pointer;
}

.site-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.eyebrow,
.kicker,
.site-footer__label {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: var(--font-label);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  color: var(--muted);
  font-size: var(--font-small);
  font-weight: var(--fw-body-strong);
}

.author-chip,
.article-rail__author {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.author-chip img,
.article-rail__author img,
.author-card__avatar,
.author-profile__avatar,
.article-author-card__avatar {
  display: block;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 50%;
  border: 1px solid rgba(17, 19, 23, 0.08);
  box-shadow: 0 10px 24px rgba(17, 19, 23, 0.08);
}

.author-chip img,
.article-rail__author img {
  width: 52px;
  height: 52px;
}

.author-card__avatar-link {
  display: block;
}

.author-card__avatar {
  width: 132px;
  height: 132px;
  margin: 4px 0 0 4px;
}

.author-profile__avatar {
  width: 164px;
  height: 164px;
  margin-bottom: 18px;
}

.article-author-card__avatar {
  width: 112px;
  height: 112px;
  margin-bottom: 16px;
}

.text-link {
  color: var(--accent);
  font-weight: 800;
}

.button-primary + .text-link {
  margin-left: 16px;
}

.page {
  padding: 28px 0 58px;
}

.home-hero {
  margin-bottom: 24px;
}

.home-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.94fr);
  gap: 22px;
  align-items: stretch;
}

.hero-lead,
.hero-board,
.story-tile,
.category-shelf,
.archive-card,
.category-feature__article,
.article-sheet {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-lead {
  padding: 44px;
  border-radius: var(--radius-xl);
  min-width: 0;
}

.hero-lead h1 {
  width: 100%;
  max-width: none;
  font-size: var(--font-h1);
  line-height: var(--lh-h1);
  font-weight: var(--fw-h1);
  text-wrap: wrap;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
  hyphens: manual;
}

.home-hero__description,
.story-tile__body p,
.category-shelf__lead-body p,
.archive-card__body p,
.category-feature__body p,
.site-footer__copy,
.category-hero__copy p,
.site-header__summary {
  color: #43474d;
  line-height: var(--lh-body);
  font-weight: var(--fw-body);
}

.home-hero__description {
  max-width: 58ch;
  margin: 18px 0 0;
  font-size: var(--font-lead);
}

.hero-actions {
  margin-top: 28px;
}

.hero-board {
  padding: 18px;
  border-radius: var(--radius-xl);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 18px;
  background:
    linear-gradient(180deg, #12141a, #1b2029);
  color: #fff;
}

.hero-board__feature-cover img,
.hero-mini__cover img,
.story-tile__cover img,
.category-shelf__lead-cover img,
.compact-story__cover img,
.archive-card__cover img,
.category-hero__main-cover img,
.category-hero__mini-cover img,
.category-feature__cover img,
.article-hero__cover {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.hero-board__feature-cover img,
.category-hero__main-cover img,
.article-hero__cover {
  aspect-ratio: 16 / 10;
}

.hero-mini__cover img,
.story-tile__cover img,
.category-shelf__lead-cover img,
.compact-story__cover img,
.archive-card__cover img,
.category-hero__mini-cover img,
.category-feature__cover img {
  aspect-ratio: 4 / 3;
}

.hero-board__feature {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 0;
  background: rgba(255, 255, 255, 0.04);
}

.hero-board__feature-cover {
  display: block;
}

.hero-board__feature-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 16, 0.06) 0%, rgba(10, 12, 16, 0.78) 100%);
}

.hero-board__feature-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 22px 22px 20px;
}

.hero-board__feature h2 {
  margin: 0;
  max-width: 15ch;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.hero-board__feature time {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--font-label);
  font-weight: var(--fw-body-strong);
}

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

.hero-mini {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-mini__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

.hero-mini h2 {
  margin: 0;
  font-size: var(--font-h4);
  line-height: var(--lh-h4);
  font-weight: var(--fw-h4);
}

.hero-mini time {
  color: rgba(255, 255, 255, 0.62);
  font-size: var(--font-label);
  font-weight: var(--fw-body-strong);
}

.spotlight-wall,
.archive-section,
.article-related {
  padding-top: 14px;
}

.section-head {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-strong);
}

.section-head h2 {
  width: 100%;
  max-width: none;
  font-size: var(--font-h2);
  line-height: var(--lh-h2);
  font-weight: var(--fw-h2);
  text-wrap: wrap;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
  hyphens: manual;
}

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

.story-tile {
  padding: 18px;
  border-radius: 26px;
}

.story-tile--wide,
.story-tile--portrait,
.story-tile--square {
  grid-column: span 1;
}

.story-tile__body {
  padding-top: 12px;
}

.story-tile h3 {
  font-size: var(--font-h4);
  line-height: var(--lh-h4);
  font-weight: var(--fw-h4);
}

.story-tile__body p {
  margin: 10px 0 0;
}

.home-sections {
  display: grid;
  gap: 20px;
  margin-top: 26px;
}

.category-shelf {
  padding: 28px;
  border-radius: var(--radius-xl);
  border-top: 3px solid var(--section-accent, var(--accent));
}

.category-shelf__header,
.category-feature__article {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.category-shelf__header h2 {
  width: 100%;
  max-width: none;
  font-size: var(--font-h2);
  line-height: var(--lh-h2);
  font-weight: var(--fw-h2);
  text-wrap: wrap;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
  hyphens: manual;
}

.category-shelf__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 20px;
  margin-top: 18px;
}

.category-shelf__lead {
  display: grid;
  gap: 18px;
}

.category-shelf__lead h3,
.category-feature__body h2 {
  font-size: var(--font-h3);
  line-height: var(--lh-h3);
  font-weight: var(--fw-h3);
}

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

.compact-story {
  display: grid;
  gap: 12px;
}

.compact-story__body {
  padding-right: 10px;
}

.compact-story h3 {
  font-size: var(--font-h4);
  line-height: var(--lh-h4);
  font-weight: var(--fw-h4);
}

.compact-story time {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: var(--font-label);
  font-weight: var(--fw-body-strong);
}

.category-shelf__archive {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.category-shelf__archive a {
  color: #353941;
  font-size: var(--font-small);
  line-height: var(--lh-body);
}

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

.archive-card {
  padding: 18px;
  border-radius: 24px;
}

.archive-card__body {
  padding-top: 14px;
}

.archive-card h3 {
  font-size: var(--font-h4);
  line-height: var(--lh-h4);
  font-weight: var(--fw-h4);
}

.archive-card__body p {
  margin: 10px 0 0;
}

.category-hero {
  margin-bottom: 24px;
}

.category-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 22px;
  align-items: stretch;
}

.category-hero__copy,
.category-hero__board,
.category-feature__article {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.category-hero__copy {
  padding: 36px;
  border-radius: var(--radius-xl);
  border-top: 3px solid var(--section-accent, var(--accent));
}

.category-hero h1 {
  width: 100%;
  max-width: none;
  font-size: var(--font-h1);
  line-height: var(--lh-h1);
  font-weight: var(--fw-h1);
  text-wrap: wrap;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
  hyphens: manual;
}

.category-hero__copy p:last-of-type {
  margin-top: 16px;
}

.category-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
  color: var(--muted);
  font-size: var(--font-small);
  font-weight: var(--fw-body-strong);
}

.category-hero__board {
  padding: 18px;
  border-radius: var(--radius-xl);
  display: block;
  background: linear-gradient(180deg, #15171d, #1f242c);
}

.category-hero__single-cover {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  filter: grayscale(1) contrast(1.06) brightness(0.94);
}

.category-feature__article {
  padding: 24px;
  border-radius: var(--radius-xl);
  align-items: stretch;
}

.category-feature__cover,
.category-feature__body {
  flex: 1 1 0;
}

.category-hubs,
.hub-supporting {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto 24px;
}

.category-hubs__grid,
.hub-supporting__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.category-hub-card,
.hub-supporting-card,
.hub-feature__article,
.hub-hero__copy,
.hub-hero__aside {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.category-hub-card {
  padding: 24px;
  border-radius: var(--radius-xl);
}

.category-hub-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.category-hub-card__meta span {
  color: var(--muted);
  font-size: var(--font-small);
  font-weight: var(--fw-body-strong);
}

.category-hub-card h3,
.hub-supporting-card h3,
.hub-feature__body h2,
.hub-hero h1 {
  margin: 10px 0 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.04em;
}

.category-hub-card h3 {
  font-size: 28px;
  line-height: 1.18;
}

.category-hub-card > p,
.hub-supporting-card__body p,
.hub-feature__body > p,
.hub-hero__lead {
  margin: 14px 0 0;
  color: #464b52;
}

.category-hub-card__points,
.hub-hero__points {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.category-hub-card__points li,
.hub-hero__points li {
  position: relative;
  padding-left: 18px;
  color: #2f343b;
}

.category-hub-card__points li + li,
.hub-hero__points li + li {
  margin-top: 10px;
}

.category-hub-card__points li::before,
.hub-hero__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--section-accent, var(--accent));
  transform: translateY(-50%);
}

.hub-hero {
  margin-bottom: 24px;
}

.hub-hero__inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.72fr);
  gap: 22px;
  align-items: stretch;
}

.hub-hero__copy,
.hub-hero__aside {
  border-radius: var(--radius-xl);
}

.hub-hero__copy {
  padding: 34px 36px;
  border-top: 3px solid var(--section-accent, var(--accent));
}

.hub-hero h1 {
  font-size: var(--font-h1);
  line-height: var(--lh-h1);
  font-weight: var(--fw-h1);
}

.hub-hero__aside {
  padding: 28px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--section-soft, #ead2c8) 32%, #fffdfa), rgba(255, 252, 247, 0.92));
}

.hub-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
  color: var(--muted);
  font-size: var(--font-small);
  font-weight: var(--fw-body-strong);
}

.hub-feature {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto 24px;
}

.hub-brief {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto 24px;
}

.hub-brief__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.84fr);
  gap: 18px;
}

.hub-brief__copy,
.hub-brief__links {
  padding: 24px 26px;
  border-radius: var(--radius-xl);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hub-brief__copy h2 {
  margin: 8px 0 0;
  font-family: "Sora", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.hub-brief__copy p:last-child,
.hub-brief__links p {
  margin: 14px 0 0;
  color: #444951;
}

.hub-brief__links p:first-child {
  margin-top: 0;
}

.hub-brief__links a {
  color: var(--section-accent, var(--accent));
  font-weight: 700;
}

.hub-feature__article {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: 22px;
  padding: 24px;
  border-radius: var(--radius-xl);
}

.hub-feature__cover img,
.hub-supporting-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.hub-feature__cover img {
  aspect-ratio: 16 / 10;
}

.hub-feature__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hub-feature__body h2 {
  font-size: 34px;
  line-height: 1.16;
}

.hub-supporting-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border-radius: 24px;
}

.hub-supporting-card__cover img {
  aspect-ratio: 1 / 1;
}

.article-page {
  padding: 24px 0 64px;
}

.article-hero {
  margin-bottom: 24px;
}

.article-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 340px);
  gap: 28px;
  align-items: center;
  padding: 24px 0 28px;
  border-bottom: 1px solid var(--line-strong);
}

.article-hero__copy {
  min-width: 0;
  max-width: none;
}

.breadcrumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 14px;
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: var(--font-small);
}

.breadcrumbs a,
.breadcrumbs > span:not(.breadcrumbs__current) {
  flex: 0 0 auto;
}

.breadcrumbs__current {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-hero h1 {
  width: 100%;
  max-width: none;
  font-size: var(--font-h1);
  line-height: var(--lh-h1);
  font-weight: var(--fw-h1);
  text-wrap: wrap;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
  hyphens: manual;
}

.article-card__lead {
  max-width: 62ch;
  margin: 16px 0 0;
  color: #43474d;
  font-size: var(--font-lead);
  line-height: var(--lh-body);
  font-weight: var(--fw-body);
}

.article-hero__credit {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: var(--font-label);
  line-height: 1.5;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(176px, 210px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.article-rail {
  position: sticky;
  top: 160px;
  display: grid;
  gap: 10px;
}

.article-rail__block {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.article-rail__block span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: var(--font-label);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-rail__author {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.article-rail__author strong,
.article-rail__block strong {
  display: block;
  line-height: 1.35;
}

.article-sheet {
  width: 100%;
  max-width: none;
  padding: 34px 28px;
  border-radius: var(--radius-xl);
}

.article-intro-quote {
  margin: 0 0 30px;
  padding: 0 0 0 20px;
  border-left: 4px solid var(--accent);
  font-family: "Sora", sans-serif;
  font-size: var(--font-h3);
  line-height: var(--lh-h3);
  font-weight: var(--fw-h3);
  letter-spacing: -0.04em;
}

.article-body {
  max-width: 88ch;
}

.article-body p {
  margin: 0 0 20px;
  font-family: "Source Serif 4", serif;
  font-size: var(--font-article);
  line-height: var(--lh-body);
  font-weight: var(--fw-body);
}

.article-body__heading {
  margin: 38px 0 18px;
  font-family: "Sora", sans-serif;
  font-size: var(--font-h3);
  line-height: var(--lh-h3);
  font-weight: var(--fw-h3);
  letter-spacing: -0.03em;
}

.article-body__subheading {
  margin: 28px 0 14px;
  font-family: "Sora", sans-serif;
  font-size: var(--font-h4);
  line-height: var(--lh-h4);
  font-weight: var(--fw-h4);
  letter-spacing: -0.02em;
}

.article-inline-list {
  margin: 34px 0 36px;
  padding: 24px 26px;
  border-top: 3px solid var(--accent);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.94), rgba(247, 240, 232, 0.84));
}

.article-inline-list h2 {
  margin: 0 0 14px;
  font-family: "Sora", sans-serif;
  font-size: var(--font-h4);
  line-height: var(--lh-h4);
  font-weight: var(--fw-h4);
  letter-spacing: -0.03em;
}

.article-inline-list ul {
  margin: 0;
  padding-left: 22px;
}

.article-inline-list h2 + ul {
  margin-top: 2px;
}

.article-inline-list li {
  margin: 0 0 12px;
  font-family: "Source Serif 4", serif;
  font-size: var(--font-article);
  line-height: var(--lh-body);
  font-weight: var(--fw-body);
}

.article-inline-list li:last-child {
  margin-bottom: 0;
}

.article-inline-media {
  margin: 38px 0 40px;
}

.article-inline-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 28px;
}

.article-inline-media figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: var(--font-small);
  line-height: 1.5;
}

.article-inline-chart {
  margin: 38px 0 40px;
  padding: 26px 26px 24px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(244, 248, 250, 0.95), rgba(233, 242, 245, 0.86));
  border: 1px solid rgba(42, 111, 136, 0.1);
}

.article-inline-chart__head {
  margin-bottom: 18px;
}

.article-inline-chart__head h2 {
  margin: 6px 0 8px;
  font-family: "Sora", sans-serif;
  font-size: var(--font-h4);
  line-height: var(--lh-h4);
  font-weight: var(--fw-h4);
  letter-spacing: -0.03em;
}

.article-inline-chart__head p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: var(--font-small);
  line-height: 1.55;
}

.article-inline-chart__rows {
  display: grid;
  gap: 14px;
}

.article-inline-chart__row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) 210px;
  gap: 14px;
  align-items: center;
}

.article-inline-chart__label {
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.article-inline-chart__track {
  position: relative;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(17, 19, 23, 0.08);
}

.article-inline-chart__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, color-mix(in srgb, var(--chart-accent) 76%, #ffffff), var(--chart-accent));
}

.article-inline-chart__caption {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.article-read-more {
  margin: 38px 0 40px;
  padding: 22px 24px;
  border: 1px solid rgba(166, 75, 47, 0.14);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 242, 235, 0.97));
  box-shadow: 0 12px 28px rgba(33, 28, 22, 0.06);
}

.article-read-more .eyebrow {
  margin-bottom: 10px;
}

.article-read-more__items {
  display: grid;
  gap: 16px;
}

.article-read-more__item {
  padding-top: 14px;
  border-top: 1px solid rgba(17, 18, 21, 0.08);
}

.article-read-more__item:first-child {
  padding-top: 0;
  border-top: 0;
}

.article-read-more__item h3 {
  margin: 6px 0 8px;
  font-size: var(--font-h4);
  line-height: var(--lh-h3);
}

.article-read-more__item p:last-child {
  margin-bottom: 0;
  color: #4a4f56;
  font-size: calc(var(--font-article) - 2px);
  line-height: 1.65;
}

@media (max-width: 760px) {
  .article-inline-chart {
    padding: 22px 18px 20px;
    border-radius: 24px;
  }

  .article-inline-chart__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .article-inline-chart__caption {
    font-size: 14px;
  }

  .article-read-more {
    padding: 20px 18px;
  }
}

.article-body p:first-child::first-letter {
  float: left;
  margin-right: 12px;
  margin-top: 6px;
  color: var(--accent);
  font-family: "Sora", sans-serif;
  font-size: 4.5rem;
  line-height: 0.78;
  font-weight: 800;
}

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

.site-footer {
  padding-bottom: 38px;
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid var(--line-strong);
}

.site-footer__brand strong {
  display: block;
  max-width: 24ch;
  font-family: "Sora", sans-serif;
  font-size: var(--font-h3);
  line-height: var(--lh-h3);
  font-weight: var(--fw-h3);
  letter-spacing: -0.04em;
}

.site-footer__copy {
  margin: 0;
  max-width: 480px;
}

.site-footer__content {
  display: grid;
  gap: 16px;
  justify-items: end;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  justify-content: flex-end;
  font-size: var(--font-small);
  color: var(--muted);
}

.site-footer__nav a:hover {
  color: var(--text);
}

.info-page {
  padding: 24px 0 64px;
}

.info-hero,
.info-layout {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.info-hero {
  padding: 24px 0 28px;
  border-bottom: 1px solid var(--line-strong);
}

.info-hero__inner {
  max-width: 860px;
}

.info-hero h1 {
  margin-bottom: 12px;
  font-size: var(--font-h1);
  line-height: var(--lh-h1);
  font-weight: var(--fw-h1);
}

.info-hero__lead {
  margin: 0 0 14px;
  color: #43474d;
  font-size: var(--font-lead);
  line-height: var(--lh-body);
}

.info-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 260px;
  gap: 28px;
  padding-top: 24px;
}

.info-sheet {
  padding: 36px 42px;
  border-radius: var(--radius-xl);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.info-sheet h2 {
  margin: 0 0 12px;
}

.info-sheet p + h2,
.info-sheet ul + h2 {
  margin-top: 28px;
}

.info-sheet p,
.info-list li {
  font-family: "Source Serif 4", serif;
  font-size: var(--font-body);
  line-height: var(--lh-body);
}

.info-list p,
.info-list a {
  font-family: "Source Serif 4", serif;
  font-size: var(--font-body);
  line-height: var(--lh-body);
}

.info-list {
  margin: 0;
  padding-left: 22px;
}

.info-aside {
  display: grid;
  gap: 12px;
  align-content: start;
}

.info-aside__card,
.article-author-card,
.article-sources,
.article-disclaimer {
  padding: 24px 26px;
  border-radius: var(--radius-xl);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.info-aside__card span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: var(--font-label);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-sheet > section {
  margin-top: 28px;
}

.article-sources h2,
.article-disclaimer h2,
.article-author-card h2 {
  margin-bottom: 12px;
}

.article-sources__list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

.article-sources__list li,
.article-disclaimer p,
.article-author-card p {
  font-size: var(--font-article);
  line-height: var(--lh-body);
}

.article-author-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
}

.article-author-card__role {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: var(--font-small);
}

.article-faq {
  padding: 24px 26px;
  border-radius: var(--radius-xl);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.article-faq h2 {
  margin-bottom: 14px;
}

.article-faq__items {
  display: grid;
  gap: 14px;
}

.article-faq__item {
  padding-top: 14px;
  border-top: 1px solid rgba(17, 18, 21, 0.08);
}

.article-faq__item:first-child {
  padding-top: 0;
  border-top: 0;
}

.article-faq__item h3 {
  margin: 0 0 8px;
  font-size: var(--font-h4);
  line-height: var(--lh-h3);
}

.article-faq__item p {
  margin: 0;
  font-size: var(--font-article);
  line-height: var(--lh-body);
}

@media (max-width: 1200px) {
  .site-header__inner,
  .home-hero__inner,
  .category-hero__inner,
  .category-shelf__grid,
  .article-hero__inner,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .hero-board,
  .category-hero__board {
    grid-template-columns: 1fr;
  }

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

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

  .story-tile--wide,
  .story-tile--portrait,
  .story-tile--square {
    grid-column: span 1;
  }

  .article-rail {
    position: static;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  :root {
    --font-h1: 32px;
    --font-h2: 26px;
    --font-h3: 22px;
    --font-h4: 18px;
    --font-lead: 18px;
    --font-body: 16px;
    --font-article: 16px;
    --font-small: 14px;
    --font-label: 14px;
  }

  .site-topline__inner,
  .site-header__inner,
  .site-nav,
  .home-hero__inner,
  .spotlight-wall,
  .home-sections,
  .archive-section,
  .category-hero__inner,
  .category-feature,
  .category-hubs,
  .hub-brief,
  .article-hero__inner,
  .article-layout,
  .article-related,
  .hub-hero__inner,
  .hub-feature,
  .hub-supporting,
  .site-footer__inner {
    width: min(var(--max), calc(100% - 20px));
  }

  .site-topline {
    display: none;
  }

  .site-header {
    position: static;
    box-shadow: none;
    border-bottom: 0;
    background: transparent;
  }

  .site-header__inner {
    padding: 14px 0 10px;
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    justify-items: stretch;
  }

  .site-header__center,
  .site-nav-wrap {
    display: none;
  }

  .site-logo {
    min-width: 0;
  }

  .site-logo__mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .site-logo__text {
    gap: 2px;
  }

  .site-logo__text strong {
    font-size: 17px;
  }

  .site-logo__text span {
    display: none;
  }

  .site-menu-toggle {
    display: inline-flex;
    flex-direction: column;
  }

  .site-header.is-menu-open .site-nav-wrap {
    display: block;
    padding-bottom: 8px;
  }

  .site-nav {
    display: grid;
    gap: 8px;
    min-height: auto;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 252, 247, 0.96);
    box-shadow: 0 10px 24px rgba(17, 19, 23, 0.06);
  }

  .site-topline__inner,
  .site-footer__inner,
  .meta-row,
  .category-meta-line {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .page,
  .article-page,
  .info-page {
    padding-top: 18px;
    padding-bottom: 40px;
  }

  .home-hero,
  .category-hero,
  .article-hero {
    margin-bottom: 18px;
  }

  .hero-lead,
  .story-tile,
  .category-shelf,
  .archive-card,
  .category-hero__copy,
  .category-feature__article,
  .category-hub-card,
  .hub-supporting-card,
  .hub-feature__article,
  .hub-hero__copy,
  .hub-hero__aside,
  .hub-brief__copy,
  .hub-brief__links,
  .article-sheet,
  .info-sheet,
  .article-author-card,
  .article-sources,
  .article-disclaimer {
    padding: 18px;
    border-radius: 20px;
    box-shadow: 0 14px 32px rgba(19, 22, 28, 0.06);
  }

  .hero-board,
  .category-hero__board {
    padding: 10px;
    border-radius: 20px;
  }

  .article-sheet {
    padding: 20px 18px;
  }

  .story-tile,
  .archive-card {
    padding: 14px;
    border-radius: 18px;
  }

  .category-hubs__grid,
  .hub-supporting__grid,
  .hub-brief__inner,
  .hub-hero__inner,
  .hub-feature__article,
  .hub-supporting-card {
    grid-template-columns: 1fr;
  }

  .story-tile__body,
  .archive-card__body,
  .category-shelf__lead-body,
  .compact-story__body,
  .hub-supporting-card__body {
    padding-top: 10px;
  }

  .author-card__avatar {
    width: 104px;
    height: 104px;
    margin: 0 0 2px;
  }

  .author-profile__avatar {
    width: 124px;
    height: 124px;
    margin-bottom: 14px;
  }

  .article-author-card__avatar {
    width: 92px;
    height: 92px;
    margin-bottom: 14px;
  }

  .hero-board__feature-body {
    padding: 16px 16px 14px;
  }

  .hero-board__feature h2 {
    max-width: none;
    font-size: 22px;
  }

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

  .spotlight-grid,
  .category-shelf__cards,
  .category-shelf__archive {
    grid-template-columns: 1fr;
  }

  .info-hero,
  .info-layout {
    width: min(var(--max), calc(100% - 24px));
  }

  .info-layout,
  .article-author-card {
    grid-template-columns: 1fr;
  }

  .site-footer__content {
    justify-items: start;
  }

  .site-footer__nav {
    justify-content: flex-start;
  }

  .site-nav a {
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(17, 19, 23, 0.03);
    font-size: var(--font-small);
    box-shadow: none;
  }

  .site-nav__icon {
    min-width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 13px;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .button-primary + .text-link {
    margin-left: 0;
  }

  .home-hero__description,
  .story-tile__body p,
  .archive-card__body p,
  .category-shelf__lead-body p,
  .category-feature__body p,
  .hub-feature__body p,
  .hub-supporting-card__body p,
  .category-hub-card > p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.6;
  }

  .story-tile__body p,
  .archive-card__body p,
  .category-shelf__archive,
  .article-hero__credit {
    display: none;
  }

  .section-head {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }

  .section-head h2 {
    font-size: 22px;
    line-height: 1.22;
  }

  .hero-lead h1,
  .category-hero h1,
  .article-hero h1,
  .hub-hero h1 {
    font-size: 30px;
    line-height: 1.12;
  }

  .category-shelf__header h2,
  .category-feature__body h2,
  .hub-feature__body h2 {
    font-size: 22px;
    line-height: 1.24;
  }

  .story-tile h3,
  .archive-card h3,
  .compact-story h3,
  .category-hub-card h3,
  .hub-supporting-card h3 {
    font-size: 18px;
    line-height: 1.28;
  }

  .site-header.is-menu-open .site-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.is-menu-open .site-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .site-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

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

  .story-tile--wide,
  .story-tile--portrait,
  .story-tile--square {
    grid-column: span 1;
  }

  .archive-grid,
  .archive-grid--related {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .site-topline__inner {
    gap: 8px;
  }

  .hero-lead h1,
  .category-hero h1,
  .article-hero h1,
  .hub-hero h1 {
    max-width: none;
  }

  .article-rail {
    grid-template-columns: 1fr;
  }

  .article-sheet {
    padding: 24px;
  }

  .article-intro-quote {
    font-size: var(--font-h3);
  }
}
