:root {
  --forest-1000: #04100b;
  --forest-950: #071711;
  --forest-900: #0b2218;
  --forest-850: #0e2b1e;
  --forest-800: #123625;
  --forest-700: #1c4d36;
  --mint: #8fd3b0;
  --mint-bright: #b2ebcd;
  --sage: #b8c9bf;
  --cream: #eef6f1;
  --line: rgba(229, 244, 235, 0.13);
  --line-strong: rgba(229, 244, 235, 0.23);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--forest-950);
  color: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
.title-case {
  margin-top: 0;
  text-transform: capitalize;
}

p {
  margin-top: 0;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--mint-bright);
  color: var(--forest-1000);
  padding: 10px 16px;
  font-weight: 800;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 23, 17, 0.96);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  flex: 0 1 310px;
  min-width: 210px;
}

.brand img {
  width: 100%;
  max-width: 300px;
  filter: invert(1) grayscale(1) brightness(2.3);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.875rem;
  font-weight: 700;
}

.desktop-nav a,
.mobile-nav a {
  color: var(--sage);
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"],
.desktop-nav a[aria-current="location"],
.mobile-nav a:hover,
.mobile-nav a[aria-current="page"],
.mobile-nav a[aria-current="location"] {
  color: var(--mint-bright);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--forest-850);
  color: var(--cream);
  cursor: pointer;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  width: 20px;
  height: 2px;
  display: block;
  border-radius: 2px;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-lines {
  position: relative;
}

.menu-lines::before,
.menu-lines::after {
  position: absolute;
  left: 0;
  content: "";
}

.menu-lines::before {
  top: -6px;
}

.menu-lines::after {
  top: 6px;
}

.menu-toggle[aria-expanded="true"] .menu-lines {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-lines::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-lines::after {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav {
  display: none;
}

.hero {
  padding: 20px 0 30px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 34px;
}

.hero > .hero-grid {
  width: min(calc(100% - 40px), 1180px);
}

.hero-copy,
.hero-brief,
.category-intro {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--forest-900);
  box-shadow: var(--shadow);
}

.hero-copy {
  position: relative;
  isolation: isolate;
  min-height: 0;
  overflow: visible;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: clamp(520px, 58vw, 640px) auto auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.hero-copy::before {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  border-radius: var(--radius-lg);
  background: linear-gradient(
    180deg,
    rgba(4, 16, 11, 0.05) 24%,
    rgba(4, 16, 11, 0.82) 100%
  );
  content: "";
  pointer-events: none;
}

.hero-copy > :not(.hero-media) {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--mint);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1,
.category-intro h1 {
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 6vw, 5.65rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero-description,
.category-description {
  margin-bottom: 0;
  color: var(--sage);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.hero-media {
  position: relative;
  z-index: 0;
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-copy h1 {
  align-self: end;
  grid-area: 1 / 1;
  max-width: 720px;
  margin: 0;
  padding: clamp(30px, 6vw, 20px);
  font-size: clamp(2.5rem, 5.6vw, 4.8rem);
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.46);
}

.hero-copy .eyebrow {
  grid-row: 2;
  margin: 28px 0 10px;
}

.hero-copy .hero-description {
  grid-row: 3;
  color: var(--sage);
  text-shadow: none;
}

.hero-brief {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 0;
  padding: 0;
  background: var(--forest-800);
}

.hero-brief::after {
  position: absolute;
  right: -38px;
  bottom: -46px;
  width: 180px;
  height: 180px;
  border: 32px solid rgba(143, 211, 176, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.brief-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 300px;
  overflow: hidden;
}

.brief-card-image {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-right: 1px solid var(--line);
  object-fit: cover;
}

.brief-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 36px;
}

.hero-brief h2 {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 500;
  line-height: 1.15;
}

.hero-brief p {
  position: relative;
  z-index: 1;
  color: var(--sage);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--mint-bright);
  font-weight: 800;
}

.text-link::after {
  content: "\2192";
  transition: transform 160ms ease;
}

.text-link:hover::after {
  transform: translateX(5px);
}

.section {
  padding: 38px 0 20px;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.section-header h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.section-header p {
  max-width: 520px;
  margin-bottom: 4px;
  color: var(--sage);
}

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

.topic-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--forest-900);
  transition: transform 180ms ease, border-color 180ms ease,
    background 180ms ease;
}

.topic-card:hover {
  transform: translateY(-5px);
  border-color: rgba(143, 211, 176, 0.42);
  background: var(--forest-850);
}

.topic-card h3 {
  margin-bottom: 7px;
  font-size: 1.2rem;
}

.topic-card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid var(--line);
  object-fit: cover;
}

.topic-card-copy {
  padding: 22px 23px 24px;
}

.topic-card p {
  margin-bottom: 0;
  color: var(--sage);
  font-size: 0.88rem;
}

.topic-card:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  min-height: 270px;
}

.topic-card:first-child .topic-card-image {
  height: 100%;
  min-height: 270px;
  aspect-ratio: auto;
  border-right: 1px solid var(--line);
  border-bottom: 0;
}

.topic-card:first-child .topic-card-copy {
  align-self: center;
  padding: 30px 34px;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

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

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

.related-grid > .article-card:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  grid-template-rows: auto auto 1fr auto;
  min-height: 390px;
  padding: 0;
}

.related-grid > .article-card:first-child .article-card-image {
  grid-column: 1;
  grid-row: 1 / -1;
  width: 100%;
  height: 100%;
  min-height: 390px;
  margin: 0;
  aspect-ratio: auto;
  border-right: 1px solid var(--line);
  border-bottom: 0;
}

.related-grid > .article-card:first-child .article-meta {
  grid-column: 2;
  grid-row: 1;
  margin: 32px 32px 24px;
}

.related-grid > .article-card:first-child h3 {
  grid-column: 2;
  grid-row: 2;
  margin: 0 32px 14px;
}

.related-grid > .article-card:first-child p {
  grid-column: 2;
  grid-row: 3;
  margin: 0 32px 24px;
}

.related-grid > .article-card:first-child .text-link {
  grid-column: 2;
  grid-row: 4;
  margin: 0 32px 32px;
}

.article-card {
  min-height: 335px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--forest-900);
  padding: 30px;
  transition: transform 180ms ease, border-color 180ms ease;
  overflow: hidden;
}

.article-card:hover {
  transform: translateY(-4px);
  border-color: rgba(143, 211, 176, 0.38);
}

.article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 45px;
  color: var(--mint);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-card-image {
  width: calc(100% + 60px);
  max-width: none;
  aspect-ratio: 16 / 9;
  margin: -30px -30px 25px;
  border-bottom: 1px solid var(--line);
  object-fit: cover;
}

.article-card h3 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.16;
}

.article-card p {
  margin-bottom: 28px;
  color: var(--sage);
}

.article-card .text-link {
  margin-top: auto;
}

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

.latest-item {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto 1fr auto;
  gap: 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--forest-900);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.15);
  transition: transform 180ms ease, border-color 180ms ease,
    background 180ms ease;
}

.latest-item:hover {
  transform: translateY(-5px);
  border-color: rgba(143, 211, 176, 0.42);
  background: var(--forest-850);
}

.latest-item::after {
  align-self: center;
  grid-column: 2;
  grid-row: 4;
  margin: 0 24px 24px 0;
  color: var(--mint-bright);
  content: "\2192";
  font-size: 1.35rem;
  transition: transform 180ms ease;
}

.latest-item:hover::after {
  transform: translateX(5px);
}

.latest-image {
  grid-column: 1 / -1;
  grid-row: 1;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid var(--line);
  object-fit: cover;
}

.latest-item .category-label {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 22px 24px 10px;
  color: var(--mint);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.latest-item h3 {
  grid-column: 1 / -1;
  grid-row: 3;
  margin: 0 24px 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.3vw, 1.8rem);
  font-weight: 500;
}

.latest-item p {
  align-self: center;
  grid-column: 1;
  grid-row: 4;
  margin: 0 0 24px 24px;
  color: var(--sage);
  font-size: 0.9rem;
  text-align: left;
}

.latest-item:first-child {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr) auto;
  grid-template-rows: auto 1fr auto;
  min-height: 390px;
}

.latest-item:first-child .latest-image {
  grid-column: 1;
  grid-row: 1 / -1;
  height: 100%;
  aspect-ratio: auto;
  border-right: 1px solid var(--line);
  border-bottom: 0;
}

.latest-item:first-child .category-label {
  grid-column: 2 / -1;
  grid-row: 1;
  margin: 34px 34px 12px;
}

.latest-item:first-child h3 {
  align-self: start;
  grid-column: 2 / -1;
  grid-row: 2;
  margin: 0 34px 30px;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.08;
}

.latest-item:first-child p {
  grid-column: 2;
  grid-row: 3;
  margin: 0 0 34px 34px;
}

.latest-item:first-child::after {
  grid-column: 3;
  grid-row: 3;
  margin: 0 34px 34px 0;
}

.category-hero {
  padding: 40px 0 20px;
}

.category-hero > .container {
  width: min(calc(100% - 40px), 1180px);
}

.category-intro {
  position: relative;
  isolation: isolate;
  min-height: 0;
  overflow: visible;
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.category-intro-grid::before {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  border-radius: var(--radius-lg);
  background: linear-gradient(
    180deg,
    rgba(4, 16, 11, 0.05) 24%,
    rgba(4, 16, 11, 0.82) 100%
  );
  content: "";
  pointer-events: none;
}

.category-intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: clamp(520px, 58vw, 640px) auto auto auto;
}

.category-intro-grid > div {
  display: contents;
}

.category-hero-image {
  position: relative;
  z-index: 0;
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.category-intro h1 {
  align-self: end;
  grid-area: 1 / 1;
  z-index: 2;
  max-width: 700px;
  margin: 0;
  padding: clamp(30px, 6vw, 20px);
  font-size: clamp(2.7rem, 5.8vw, 4.8rem);
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.46);
}

.category-intro .eyebrow {
  grid-row: 2;
  margin: 28px 0 10px;
}

.category-intro .category-description {
  grid-row: 3;
  color: var(--sage);
  text-shadow: none;
}

.category-pills {
  grid-row: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.category-pills span {
  border: 1px solid rgba(238, 246, 241, 0.28);
  border-radius: 999px;
  background: rgba(4, 16, 11, 0.42);
  padding: 8px 13px;
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.category-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.stat-pill {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--sage);
  font-size: 0.82rem;
  font-weight: 700;
}

.category-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  gap: 20px;
}

.lead-story {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--forest-800);
  padding: clamp(30px, 5vw, 54px);
}

.lead-story::before,
.lead-story::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.lead-story::before {
  z-index: 0;
  background-color: var(--forest-800);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lead-story-ai::before {
  background-image: url("https://www.witherspooncouncil.org/assets/images/batch-1/article-heroes/responsible-ai-beyond-compliance.webp");
}

.lead-story-bioethics::before {
  background-image: url("https://www.witherspooncouncil.org/assets/images/batch-2/article-heroes/bioethics/medical-possibility-ethical-choice.webp");
}

.lead-story-genetics::before {
  background-image: url("https://www.witherspooncouncil.org/assets/images/batch-2/article-heroes/genetics/genetic-risk-not-destiny.webp");
}

.lead-story-health::before {
  background-image: url("https://www.witherspooncouncil.org/assets/images/batch-3/article-heroes/health/medical-innovation-beyond-early-adopters.webp");
}

.lead-story-science::before {
  background-image: url("https://www.witherspooncouncil.org/assets/images/batch-3/article-heroes/science/scientific-consensus-meaning.webp");
}

.lead-story::after {
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.92) 100%
  );
}

.lead-story > * {
  position: relative;
  z-index: 2;
}

.lead-story h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.2vw, 3.7rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.lead-story p {
  max-width: 690px;
  color: rgba(238, 246, 241, 0.88);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
}

.side-notes {
  display: grid;
  gap: 20px;
}

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

.method-grid .note-card {
  display: flex;
  flex-direction: column;
}

.method-grid .note-card .eyebrow {
  margin-bottom: 10px;
}

.method-grid .note-card h3 {
  margin-bottom: 12px;
}

.method-grid .note-card p:not(.eyebrow) {
  flex: 1;
}

.note-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--forest-900);
  padding: 28px;
}

.note-card h3 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.note-card p {
  margin-bottom: 0;
  color: var(--sage);
  font-size: 0.92rem;
}

.article-page-hero {
  padding: 72px 0 26px;
}

.article-page-hero > .container {
  width: min(calc(100% - 40px), 1180px);
}

.article-hero-card {
  position: relative;
  isolation: isolate;
  min-height: 0;
  overflow: visible;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: clamp(520px, 58vw, 640px) auto auto auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.article-hero-card::before {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  border-radius: var(--radius-lg);
  background: linear-gradient(
    180deg,
    rgba(4, 16, 11, 0.05) 24%,
    rgba(4, 16, 11, 0.84) 100%
  );
  content: "";
  pointer-events: none;
}

.article-hero-card > :not(.article-hero-image) {
  position: relative;
  z-index: 2;
}

.breadcrumb {
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 12px;
  color: rgba(238, 246, 241, 0.8);
  font-size: 0.82rem;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--mint-bright);
}

.article-reading-time {
  grid-row: 3;
  margin: 0 0 12px;
  color: var(--mint-bright);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-byline {
  grid-row: 4;
  margin: 0;
  color: var(--sage);
  font-size: 0.9rem;
}

.article-byline a {
  color: var(--mint-bright);
  font-weight: 700;
}

.article-hero-card h1 {
  align-self: end;
  grid-area: 1 / 1;
  max-width: 720px;
  margin: 0;
  padding: clamp(30px, 6vw, 20px);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.35rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.46);
}

.article-deck {
  grid-row: 4;
  margin-bottom: 0;
  color: var(--sage);
  font-size: clamp(0.98rem, 1.7vw, 1.15rem);
  text-shadow: none;
}

.article-hero-image {
  position: relative;
  z-index: 0;
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.article-body {
  width: min(calc(100% - 40px), 1180px);
  margin-inline: auto;
  padding: 0px 0 20px;
}

.article-body h2 {
  margin: 48px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1.15;
}

.article-body p {
  margin: 0 0 24px;
  color: var(--sage);
  font-size: 1.05rem;
}

.article-body a {
  color: var(--mint-bright);
  text-decoration: none;
}

.article-body sup a {
  margin-left: 2px;
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: none;
}

.article-context-link {
  border-top: 1px solid var(--line);
  margin-top: 42px !important;
  padding-top: 28px;
}

.category-more {
  border-top: 1px solid var(--line);
  margin-top: 8px;
  padding-top: 28px;
}

.category-more h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 500;
}

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

.category-more-links a {
  display: grid;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--forest-900);
  padding: 20px 22px;
  transition: border-color 160ms ease, transform 160ms ease;
}

.category-more-links a:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
}

.category-more-links strong {
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 500;
}

.category-more-links span {
  color: var(--sage);
  font-size: 0.9rem;
}

.content-page-hero {
  padding: 58px 0 26px;
}

.content-page-hero > .container {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, var(--forest-900), var(--forest-850));
  padding: clamp(30px, 6vw, 68px);
  box-shadow: var(--shadow);
}

.content-page-hero .breadcrumb {
  margin: 0 0 34px;
}

.content-page-hero h1 {
  max-width: 880px;
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.content-page-intro {
  max-width: 900px;
  margin: 0;
  color: var(--sage);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
}

.content-body {
  width: min(calc(100% - 40px), 920px);
  margin-inline: auto;
  padding: 18px 0 30px;
}

.content-body h2 {
  margin: 42px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 500;
  line-height: 1.15;
}

.content-body p {
  margin: 0 0 24px;
  color: var(--sage);
  font-size: 1.05rem;
}

.content-body a {
  color: var(--mint-bright);
  font-weight: 700;
}

.decision-list,
.source-list {
  margin: 6px 0 30px;
  padding-left: 28px;
  color: var(--sage);
}

.decision-list {
  display: grid;
  gap: 14px;
  font-size: 1.02rem;
}

.decision-list li,
.source-list li {
  padding-left: 5px;
  line-height: 1.65;
}

.decision-list strong {
  color: var(--text);
}

.source-list {
  font-size: 0.92rem;
}

.source-list li + li {
  margin-top: 14px;
}

.article-body > :last-child {
  margin-bottom: 0;
}

.template-note {
  border-left: 3px solid var(--mint);
  margin-top: 40px;
  background: var(--forest-900);
  padding: 20px 22px;
  color: var(--sage);
}

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

.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 48px;
  padding: 38px 0;
  background: var(--forest-1000);
}

.footer-inner {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.footer-nav,
.footer-meta-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  color: var(--sage);
  font-size: 0.84rem;
}

.footer-meta-nav {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  color: rgba(184, 201, 191, 0.82);
  font-size: 0.78rem;
}

.footer-nav a[aria-current="page"],
.footer-nav a[aria-current="location"],
.footer-meta-nav a[aria-current="page"] {
  color: var(--mint-bright);
}

.copyright {
  margin: 0;
  color: var(--sage);
  font-size: 0.84rem;
  text-align: center;
}

:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 4px;
}

@media (max-width: 1024px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-nav {
    position: fixed;
    inset: 84px 0 auto;
    max-height: calc(100vh - 84px);
    overflow-y: auto;
    border-bottom: 1px solid var(--line-strong);
    background: var(--forest-900);
    padding: 18px 20px 0px;
    margin-top: 10px;
  }

  .mobile-nav.is-open {
    display: grid;
    gap: 2px;
  }

  .mobile-nav a {
    border-bottom: 1px solid var(--line);
    padding: 15px 4px;
    font-size: 1.04rem;
    font-weight: 750;
  }

  .hero-grid,
  .category-featured,
  .category-intro-grid {
    grid-template-columns: 1fr;
  }

  .hero-brief {
    min-height: 0;
  }

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

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

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

  .category-hero-image {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 74px;
  }

  .brand {
    flex-basis: 230px;
    min-width: 0;
  }

  .brand img {
    max-width: 225px;
  }

  .mobile-nav {
    inset: 74px 0 auto;
    max-height: calc(100vh - 74px);
    margin-top: 0px;
  }

  .hero,
  .category-hero {
    padding-top: 46px;
  }

  .hero-copy,
  .hero-brief,
  .category-intro,
  .article-card,
  .note-card {
    border-radius: var(--radius-md);
  }

  .hero-brief {
    padding: 0;
  }

  .section-header {
    display: block;
  }

  .section-header p {
    margin-top: 12px;
  }

  .topic-grid,
  .article-grid,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .related-grid > .article-card:first-child {
    grid-column: auto;
    display: flex;
    min-height: 335px;
    padding: 30px;
  }

  .related-grid > .article-card:first-child .article-card-image {
    width: calc(100% + 60px);
    height: auto;
    min-height: 0;
    margin: -30px -30px 25px;
    aspect-ratio: 16 / 9;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .related-grid > .article-card:first-child .article-meta {
    margin: 0 0 45px;
  }

  .related-grid > .article-card:first-child h3 {
    margin: 0 0 14px;
  }

  .related-grid > .article-card:first-child p {
    margin: 0 0 28px;
  }

  .related-grid > .article-card:first-child .text-link {
    margin: auto 0 0;
  }

  .topic-card {
    min-height: 165px;
  }

  .topic-card:first-child {
    grid-column: auto;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .topic-card:first-child .topic-card-image {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .topic-card:first-child .topic-card-copy {
    padding: 22px 23px 24px;
  }

  .brief-card {
    grid-template-columns: 1fr;
  }

  .brief-card-image {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .brief-card-copy {
    padding: 26px 29px 30px;
  }

  .latest-list {
    grid-template-columns: 1fr;
  }

  .latest-item:first-child {
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto 1fr auto;
    min-height: 0;
  }

  .latest-item:first-child .latest-image {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .latest-item:first-child .category-label {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 22px 24px 10px;
  }

  .latest-item:first-child h3 {
    grid-column: 1 / -1;
    grid-row: 3;
    margin: 0 24px 26px;
    font-size: clamp(1.3rem, 6vw, 1.8rem);
    line-height: 1.16;
  }

  .latest-item:first-child p {
    grid-column: 1;
    grid-row: 4;
    margin: 0 0 24px 24px;
  }

  .latest-item:first-child::after {
    grid-column: 2;
    grid-row: 4;
    margin: 0 24px 24px 0;
  }

  .article-page-hero {
    padding-top: 44px;
  }

  .article-page-hero > .container {
    width: min(calc(100% - 28px), 820px);
  }

  .hero > .hero-grid,
  .category-hero > .container {
    width: min(calc(100% - 28px), 1180px);
  }

  .hero-copy {
    grid-template-rows: 460px auto auto;
  }

  .category-intro-grid,
  .article-hero-card {
    grid-template-rows: 460px auto auto auto;
  }

  .hero-copy h1,
  .category-intro h1,
  .article-hero-card h1 {
    padding: 24px;
    font-size: clamp(2.15rem, 9vw, 3.15rem);
    line-height: 1.02;
  }

  .hero-copy::before,
  .category-intro-grid::before,
  .article-hero-card::before {
    border-radius: var(--radius-md);
    background: linear-gradient(
      180deg,
      rgba(4, 16, 11, 0.08) 0%,
      rgba(4, 16, 11, 0.52) 34%,
      rgba(4, 16, 11, 0.98) 100%
    );
  }

  .hero-media,
  .category-hero-image,
  .article-hero-image {
    border-radius: var(--radius-md);
  }

  .hero-brief {
    display: block;
  }

  .article-body {
    width: min(calc(100% - 28px), 820px);
  }

  .content-page-hero {
    padding-top: 38px;
  }

  .content-page-hero > .container,
  .content-body {
    width: min(calc(100% - 28px), 920px);
  }

  .content-page-hero > .container {
    border-radius: var(--radius-md);
    padding: 28px 24px;
  }

  .content-page-hero h1 {
    font-size: clamp(2.2rem, 11vw, 3.4rem);
  }

  .category-more-links {
    grid-template-columns: 1fr;
  }

  .lead-story {
    min-height: 360px;
    border-radius: var(--radius-md);
  }

  .lead-story::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.18) 0%,
      rgba(0, 0, 0, 0.62) 45%,
      rgba(0, 0, 0, 0.96) 100%
    );
  }

  .site-footer {
    margin-top: 22px;
  }
}

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