@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("../fonts/newsreader-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("../fonts/newsreader-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("../fonts/newsreader-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #171717;
  --ink-soft: #343434;
  --muted: #6f7177;
  --line: #e3e5e8;
  --paper: #ffffff;
  --wash: #f6f7f5;
  --accent: #5d58f2;
  --accent-soft: #ecebff;
  --sage: #dce8de;
  --gold: #f5c84b;
  --navy: #101827;
  --max: 1160px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
p,
a,
li {
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  width: min(var(--max), calc(100% - 56px));
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
  padding-left: 10px;
  border-left: 2px solid currentColor;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid #eef0f2;
  border-radius: 999px;
  background: #f7f8fa;
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.main-nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #414348;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--ink);
  background: #fff;
  outline: none;
}

.submit-link {
  justify-self: end;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  color: var(--ink);
  border: 1px solid #b8bbc0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.submit-link:hover,
.submit-link:focus-visible {
  border-color: var(--ink);
  outline: none;
}

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

.hero-copy {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

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

.hero h1,
.section-heading h2,
.featured-copy h2,
.library-intro h2,
.submit-section h2,
.services-section h2 {
  font-family: "Newsreader", Georgia, serif;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 920px;
  margin: 16px auto 0;
  font-size: 78px;
  font-weight: 600;
  line-height: 0.95;
}

.hero-intro {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.button-dark {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 16px 26px rgba(23, 23, 23, 0.14);
}

.button-light {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--ink);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.featured-story {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: 46px;
  align-items: stretch;
  margin-top: 76px;
}

.featured-media {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  border-radius: 10px;
  background: var(--wash);
}

.featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  color: #fff;
  background: rgba(17, 17, 17, 0.88);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.featured-badge span {
  color: var(--gold);
}

.featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--wash);
}

.featured-copy h2 {
  margin: 14px 0 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.02;
}

.featured-copy h2 a:hover,
.featured-copy h2 a:focus-visible {
  color: var(--accent);
  outline: none;
}

.featured-copy > p:not(.story-kicker) {
  margin: 22px 0 0;
  color: #555960;
  font-size: 16px;
}

.feature-facts {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  border-top: 1px solid #d8dbdf;
}

.feature-facts div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  padding: 16px 0;
  border-bottom: 1px solid #d8dbdf;
}

.feature-facts dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-facts dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.section-shell {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
}

.browse-section {
  padding: 112px 0 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.46fr 1fr;
  gap: 46px;
  align-items: start;
}

.section-heading h2 {
  margin: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.08;
}

.browse-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.browse-card {
  min-height: 136px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 800;
  text-align: left;
}

.browse-card span {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.browse-card:hover,
.browse-card:focus-visible,
.browse-card.is-active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  outline: none;
}

.browse-card:hover span,
.browse-card:focus-visible span,
.browse-card.is-active span {
  color: var(--gold);
}

.stories-section {
  padding: 118px 0 0;
}

.search-band {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 34px;
  align-items: center;
}

.search-band h2 {
  position: relative;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  background: var(--ink);
  border: 1px solid #242424;
  border-radius: 999px;
  box-shadow: 0 14px 26px rgba(23, 23, 23, 0.12);
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.search-band h2::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(93, 88, 242, 0.18);
}

.story-search {
  display: grid;
  grid-template-columns: 1fr 144px;
  gap: 18px;
}

.story-search input {
  min-height: 54px;
  width: 100%;
  padding: 0 22px;
  color: var(--ink);
  background: #fff;
  border: 2px solid #eceef3;
  border-radius: 999px;
  outline: none;
}

.story-search input:focus {
  border-color: var(--accent);
}

.story-search input::placeholder {
  color: #a3a6ae;
}

.story-search button {
  min-height: 54px;
  color: var(--ink);
  background: var(--accent-soft);
  border: 0;
  border-radius: 999px;
  font-weight: 800;
}

.story-search button:hover,
.story-search button:focus-visible {
  color: #fff;
  background: var(--accent);
  outline: none;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.filter-chip {
  min-height: 36px;
  padding: 0 16px;
  color: #565961;
  background: #fff;
  border: 1px solid #e0e3e8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.filter-chip:hover,
.filter-chip:focus-visible,
.filter-chip.is-active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  outline: none;
}

.story-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 54px 0 22px;
}

.story-heading-row h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
}

.story-heading-row p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

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

.story-card {
  min-width: 0;
}

.story-card.is-hidden {
  display: none;
}

.story-image-link {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: var(--wash);
}

.story-card img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  transition: transform 180ms ease;
}

.story-image-link:hover img,
.story-image-link:focus-visible img {
  transform: scale(1.025);
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.story-meta span:first-child {
  color: var(--accent);
}

.story-card h4 {
  margin: 12px 0 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.04;
}

.story-card h4 a {
  display: grid;
  grid-template-columns: 1fr 18px;
  gap: 10px;
}

.story-card h4 a::after {
  content: "\2197";
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.story-card h4 a:hover,
.story-card h4 a:focus-visible {
  color: var(--accent);
  outline: none;
}

.story-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.story-details li {
  padding: 6px 10px;
  color: #4f535a;
  background: var(--wash);
  border: 1px solid #e7e9ec;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.story-card p {
  margin: 14px 0 0;
  color: #5d6168;
  font-size: 14px;
  line-height: 1.6;
}

.sponsor-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid #d8dde2;
  border-radius: var(--radius);
  background: linear-gradient(90deg, var(--sage), #ffffff);
}

.sponsor-panel.is-hidden {
  display: none;
}

.sponsor-panel span {
  color: #296c50;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sponsor-panel h3 {
  margin: 6px 0 0;
  font-size: 19px;
  line-height: 1.2;
}

.sponsor-panel p {
  margin: 0;
  color: #4e555d;
  font-size: 14px;
}

.sponsor-panel a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.no-results {
  margin: 42px 0 0;
  padding: 24px;
  color: #52565d;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
}

.pagination {
  display: grid;
  grid-template-columns: 150px 1fr 150px;
  align-items: center;
  margin-top: 82px;
}

.pagination a,
.pagination span {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.page-prev,
.page-next {
  min-width: 132px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
}

.page-prev {
  justify-self: start;
}

.page-next {
  justify-self: end;
}

.page-prev::before {
  content: "\2190";
  margin-right: 8px;
}

.page-next::after {
  content: "\2192";
  margin-left: 8px;
}

.page-numbers {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.page-numbers .is-current {
  color: #fff;
  background: var(--ink);
}

.pagination a:hover,
.pagination a:focus-visible {
  color: var(--accent);
  background: var(--accent-soft);
  border-color: rgba(93, 88, 242, 0.42);
  outline: none;
  transform: translateY(-2px);
}

.page-numbers .is-current:hover,
.page-numbers .is-current:focus-visible {
  color: #fff;
  background: var(--ink);
}

.library-section {
  padding: 130px 0;
  margin-top: 124px;
  background: var(--wash);
}

.library-intro {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.library-intro h2 {
  margin: 12px 0 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
}

.library-intro > p:not(.eyebrow):not(.form-message) {
  max-width: 660px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 16px;
}

.subscribe-form {
  width: min(100%, 460px);
  display: grid;
  grid-template-columns: 1fr 132px;
  gap: 8px;
  align-items: center;
  margin: 28px auto 0;
  padding: 6px;
  background: #fff;
  border: 1px solid #dfe2e6;
  border-radius: var(--radius);
}

.subscribe-form input {
  min-width: 0;
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  outline: none;
  font-size: 13px;
  font-weight: 600;
}

.subscribe-form button {
  min-height: 44px;
  color: #fff;
  background: var(--navy);
  border: 0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.form-message {
  min-height: 20px;
  margin: 12px 0 0;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.insight-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 58px;
}

.insight-card {
  min-height: 236px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  background: #fff;
  border: 1px solid #dfe2e6;
  border-radius: var(--radius);
}

.insight-card:hover,
.insight-card:focus-visible {
  border-color: var(--accent);
  outline: none;
}

.insight-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.insight-card h3 {
  margin: 48px 0 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.02;
}

.insight-card p {
  margin: 18px 0 0;
  color: #5f646c;
  font-size: 14px;
}

.submit-section {
  padding: 100px 0;
  background: var(--navy);
  color: #fff;
}

.submit-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.submit-section .eyebrow {
  color: var(--gold);
}

.submit-section h2 {
  max-width: 680px;
  margin: 12px 0 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
}

.submit-section p:not(.eyebrow) {
  max-width: 650px;
  margin: 18px 0 0;
  color: #c8ced8;
}

.submit-section .button-dark {
  color: var(--ink);
  background: #fff;
  box-shadow: none;
}

.services-section {
  padding: 120px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
}

.services-section h2 {
  margin: 12px 0 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
}

.service-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.service-list article {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.service-list h3 {
  margin: 0;
  font-size: 18px;
}

.service-list p {
  margin: 10px 0 0;
  color: var(--muted);
}

.site-footer {
  color: #dbe1eb;
  background: var(--navy);
}

.footer-main {
  width: min(var(--max), calc(100% - 56px));
  display: grid;
  grid-template-columns: 1.3fr repeat(4, minmax(120px, 1fr));
  gap: 48px;
  margin: 0 auto;
  padding: 60px 0;
}

.brand-footer {
  color: #fff;
  padding-left: 8px;
  border-left-width: 1px;
  font-size: 12px;
  line-height: 1.08;
}

.footer-column h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 14px;
}

.footer-column a {
  display: block;
  margin-top: 10px;
  color: #aeb7c7;
  font-size: 14px;
}

.footer-column a:hover,
.footer-column a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: #fff;
  outline: none;
}

.footer-bottom {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 max(28px, calc((100% - var(--max)) / 2));
  border-top: 1px solid #303a4d;
}

.footer-bottom p {
  margin: 0;
  color: #aeb7c7;
  font-size: 13px;
}

.footer-bottom div {
  display: flex;
  gap: 28px;
  color: #aeb7c7;
  font-size: 13px;
}

.article-page {
  width: min(var(--max), calc(100% - 56px));
  margin: 74px auto 0;
}

.article-hero {
  max-width: 980px;
}

.back-link {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.back-link::before {
  content: "\2190";
  margin-right: 8px;
}

.back-link:hover,
.back-link:focus-visible {
  color: var(--accent);
  outline: none;
}

.article-hero h1 {
  max-width: 980px;
  margin: 14px 0 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 76px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
}

.article-dek {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.article-tags span {
  padding: 8px 12px;
  color: #4d5158;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.article-cover {
  overflow: hidden;
  margin: 42px 0 0;
  border-radius: 8px;
  background: var(--wash);
}

.article-cover img {
  width: 100%;
  max-height: 690px;
  object-fit: cover;
  filter: grayscale(100%);
}

.article-meta-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: end;
  padding: 20px 0;
  border-bottom: 1px solid #b8bdc4;
}

.article-meta-bar div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 800;
}

.article-meta-bar div span {
  color: var(--accent);
}

.article-meta-bar p {
  grid-column: 1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.share-row {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: end;
}

.share-button {
  min-width: 32px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.share-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.share-button:hover,
.share-button:focus-visible {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  outline: none;
  transform: translateY(-2px);
}

.share-message {
  grid-column: 2;
  margin: 6px 0 0;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(220px, 285px) minmax(0, 760px);
  gap: 72px;
  align-items: start;
  margin-top: 54px;
}

.article-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 18px;
}

.founder-card,
.sidebar-note {
  padding: 22px;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.founder-card h2,
.sidebar-note h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.founder-card dl {
  margin: 20px 0 0;
}

.founder-card div {
  padding: 14px 0;
  border-top: 1px solid #d8dce1;
}

.founder-card dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.founder-card dd {
  margin: 5px 0 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.sidebar-note {
  background: var(--sage);
}

.sidebar-note span {
  color: #296c50;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sidebar-note h2 {
  margin-top: 8px;
}

.sidebar-note p {
  margin: 12px 0 0;
  color: #455057;
  font-size: 13px;
}

.sidebar-note a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0 14px;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.article-body {
  color: #4f545b;
  font-size: 18px;
  line-height: 1.74;
}

.article-body p {
  margin: 0 0 30px;
}

.article-body .lead {
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 31px;
  line-height: 1.23;
}

.article-body h2 {
  margin: 58px 0 18px;
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.06;
}

.article-body blockquote {
  margin: 46px 0;
  padding: 32px 0 32px 28px;
  border-left: 4px solid var(--accent);
}

.article-body blockquote p {
  margin: 0;
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 38px;
  line-height: 1.12;
}

.lesson-box {
  margin: 42px 0;
  padding: 26px;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.lesson-box h3 {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lesson-box p {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
}

.takeaway-list {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.takeaway-list li {
  position: relative;
  padding-left: 26px;
}

.takeaway-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 999px;
}

.connect-section {
  display: grid;
  grid-template-columns: 1fr 0.62fr;
  gap: 42px;
  margin-top: 60px;
  padding-top: 34px;
  border-top: 1px solid #b8bdc4;
}

.connect-section h2 {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.connect-section p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.connect-section a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.story-resources {
  padding: 90px 0 100px;
}

.story-resources h2 {
  margin: 0 0 28px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 54px;
  font-weight: 600;
}

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

.resource-card {
  min-height: 228px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 26px;
  border: 1px solid #cfd4da;
  border-radius: var(--radius);
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.resource-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: 999px;
}

.resource-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.resource-card span,
.related-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.resource-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
}

.resource-card strong {
  color: var(--muted);
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.resource-card:hover,
.resource-card:focus-visible {
  border-color: var(--accent);
  outline: none;
  box-shadow: 0 16px 34px rgba(16, 24, 39, 0.08);
  transform: translateY(-3px);
}

.related-stories {
  padding: 90px 0 120px;
  background: var(--wash);
}

.related-stories .story-heading-row {
  margin-top: 0;
}

.related-stories .story-heading-row h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 48px;
  font-weight: 600;
}

.related-stories .story-heading-row a {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}

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

.related-card {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.related-card:hover,
.related-card:focus-visible {
  border-color: var(--accent);
  box-shadow: 0 16px 34px rgba(16, 24, 39, 0.08);
  outline: none;
  transform: translateY(-3px);
}

.related-media {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.related-card img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
}

.related-media span {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 7px 10px;
  color: #fff;
  background: rgba(23, 23, 23, 0.86);
  border-radius: 999px;
  font-size: 10px;
}

.related-card h3 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.05;
}

.related-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1120px) {
  .hero h1 {
    font-size: 64px;
  }

  .featured-story,
  .services-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

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

  .article-body {
    order: 1;
  }

  .featured-copy {
    padding: 34px;
  }

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

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    margin-top: 26px;
  }

  .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .hero {
    margin-top: 54px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .search-band {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .search-band h2 {
    width: fit-content;
  }

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

  .sponsor-panel {
    grid-template-columns: 1fr;
  }

  .insight-cards {
    grid-template-columns: 1fr;
  }

  .submit-grid,
  .footer-main,
  .resource-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .article-hero h1 {
    font-size: 58px;
  }

  .article-layout {
    gap: 48px;
  }

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

  .related-card {
    grid-template-columns: 190px 1fr;
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .section-shell,
  .footer-main {
    width: min(var(--max), calc(100% - 72px));
  }

  .article-page {
    width: min(var(--max), calc(100% - 72px));
    margin-top: 54px;
  }

  .site-header {
    grid-template-columns: 1fr;
  }

  .submit-link {
    justify-self: start;
  }

  .hero-copy {
    text-align: left;
  }

  .hero h1 {
    max-width: 284px;
    font-size: 32px;
    line-height: 1;
  }

  .hero-intro {
    max-width: 284px;
  }

  .hero-intro {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .featured-story {
    margin-top: 42px;
  }

  .featured-media {
    min-height: 280px;
  }

  .featured-copy {
    padding: 24px;
  }

  .featured-copy h2 {
    font-size: 28px;
  }

  .article-hero h1 {
    max-width: 284px;
    font-size: 34px;
  }

  .article-dek {
    max-width: 284px;
    font-size: 16px;
  }

  .article-tags {
    gap: 8px;
  }

  .article-cover {
    margin-top: 30px;
  }

  .article-cover img {
    min-height: 260px;
  }

  .article-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .article-body {
    order: 1;
  }

  .article-sidebar {
    order: 2;
    margin-top: 36px;
  }

  .article-body,
  .article-sidebar,
  .founder-card,
  .sidebar-note,
  .lesson-box,
  .connect-section {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .article-body,
  .article-body > * {
    max-width: 284px;
  }

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

  .share-row {
    grid-column: auto;
    grid-row: auto;
    justify-content: start;
  }

  .share-message {
    grid-column: auto;
    text-align: left;
  }

  .article-body {
    font-size: 16px;
  }

  .article-body p,
  .article-body h2,
  .article-body blockquote,
  .article-body .lead,
  .takeaway-list,
  .lesson-box {
    max-width: 100%;
  }

  .article-body .lead {
    font-size: 25px;
  }

  .article-body h2 {
    font-size: 30px;
  }

  .article-body blockquote p {
    font-size: 28px;
  }

  .connect-section {
    grid-template-columns: 1fr;
  }

  .story-resources {
    padding: 72px 0;
  }

  .story-resources h2,
  .related-stories .story-heading-row h2 {
    font-size: 36px;
  }

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

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

  .related-media span {
    left: 10px;
    top: 10px;
  }

  .feature-facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .browse-section,
  .stories-section,
  .services-section {
    padding-top: 82px;
  }

  .section-heading h2,
  .library-intro h2,
  .submit-section h2,
  .services-section h2 {
    max-width: 284px;
    font-size: 29px;
  }

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

  .browse-card {
    min-height: 118px;
    font-size: 13px;
  }

  .story-search {
    grid-template-columns: 1fr;
  }

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

  .story-card h4 {
    max-width: 284px;
    font-size: 25px;
  }

  .story-heading-row {
    display: block;
  }

  .story-heading-row p {
    margin-top: 6px;
  }

  .story-card h4 a {
    display: block;
  }

  .story-card h4 a::after {
    display: none;
  }

  .pagination {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-prev,
  .page-next {
    justify-self: stretch;
  }

  .page-numbers {
    order: -1;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .library-section {
    margin-top: 82px;
    padding: 84px 0;
  }

  .subscribe-form {
    grid-template-columns: 1fr;
  }

  .submit-section {
    padding: 80px 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-bottom div {
    flex-wrap: wrap;
    gap: 18px;
  }
}
