:root {
  color-scheme: light;
  --paper: #fff;
  --ink: #18221f;
  --muted: #59655f;
  --rule: #dce2dc;
  --green: #244d39;
  --lime: #b7ff63;
  --soft: #f2f5f1;
  --body-copy: #49564d;
  --hover: #36704e;
  --focus: #1976be;
  --control: #627068;
  --control-hover: #eaf0e9;
  --button-ink: #fff;
  --science: #816221;
  --marketing: #875349;
  --tech: #3a617b;
  --max: 1280px;
}
@media screen and (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --paper: #171b19;
    --ink: #edf1ed;
    --muted: #adb9b1;
    --rule: #414d45;
    --green: #a2d8b5;
    --soft: #232c26;
    --body-copy: #c6d0c9;
    --hover: #b7ff63;
    --focus: #85c7ff;
    --control: #bac8bf;
    --control-hover: #344b3c;
    --button-ink: #14241a;
    --science: #e6c576;
    --marketing: #e7afa0;
    --tech: #9ccae8;
  }
}
* {
  box-sizing: border-box;
  letter-spacing: 0;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    16px/1.6 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
a:hover {
  color: var(--hover);
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.15;
}
h1,
h2,
.serif {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}
h3 {
  font-size: 1.3rem;
}
button {
  border: 0;
}
svg.icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
a {
  text-decoration: none;
}
.wrap {
  width: min(var(--max), calc(100% - 80px));
  margin: auto;
}
.skip {
  position: absolute;
  top: -80px;
  left: 20px;
  background: var(--paper);
  color: var(--ink);
  padding: 10px;
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
.topbar {
  background: #15231c;
  color: #f4f8f2;
}
.topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 62px;
}
.personal {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 650;
  font-size: 14px;
}
.monogram {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: var(--lime);
  color: #142014;
  font-weight: 800;
}
.topnav {
  display: flex;
  gap: 26px;
  font-size: 14px;
  align-items: center;
}
.topnav a:hover {
  color: var(--lime);
}
.topnav a[aria-current] {
  color: var(--lime);
}
.menu {
  display: none;
  background: none;
  color: white;
  padding: 10px;
}
.masthead {
  padding: 32px 0 24px;
  border-bottom: 3px solid var(--ink);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.masthead h1 {
  font-size: 3.65rem;
  margin: 4px 0 6px;
}
.kicker {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 750;
  color: var(--green);
}
.masthead p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.edition-meta {
  text-align: right;
  font-size: 13px;
  color: var(--muted);
  flex-shrink: 0;
}
.edition-meta strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 4px;
}
.edition-meta a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin-top: 7px;
}
.topic-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  overflow: auto;
  border-bottom: 1px solid var(--rule);
  padding: 0 2px;
  scrollbar-width: thin;
}
.topic-nav a {
  font-size: 14px;
  white-space: nowrap;
  padding: 14px 0;
  color: var(--muted);
  border-bottom: 3px solid transparent;
}
.topic-nav a.active {
  color: var(--ink);
  font-weight: 700;
  border-bottom-color: var(--green);
}
.edition-note {
  display: flex;
  gap: 26px;
  align-items: start;
  padding: 23px 0;
  border-bottom: 1px solid var(--rule);
}
.edition-note .kicker {
  flex: 0 0 125px;
  margin-top: 4px;
}
.edition-note p {
  margin: 0;
  font-size: 15px;
  max-width: 1000px;
  color: var(--muted);
}
.front-page {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 42px;
  padding: 32px 0 36px;
  border-bottom: 1px solid var(--rule);
}
.lead h2 {
  font-size: 2.8rem;
  max-width: 710px;
  margin: 14px 0 18px;
}
.lead .summary {
  font-size: 18px;
  max-width: 700px;
  color: var(--body-copy);
}
.byline {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--muted);
  align-items: center;
}
.byline a {
  font-weight: 650;
  color: var(--green);
}
.source-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 650;
  font-size: 14px;
  text-decoration: underline;
}
.angle {
  border-left: 3px solid #91ad9b;
  padding-left: 16px;
  margin: 24px 0;
  color: var(--body-copy);
  font-size: 15px;
}
.angle strong {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--green);
}
.spotlight {
  border-left: 1px solid var(--rule);
  padding-left: 36px;
}
.spotlight figure {
  margin: 0 0 18px;
}
.spotlight img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: contain;
  background: #000;
}
.spotlight figcaption {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.4;
  margin-top: 5px;
}
.spotlight h2 {
  font-size: 1.8rem;
  margin: 9px 0;
}
.spotlight .summary {
  font-size: 15px;
  color: var(--muted);
}
.section-title {
  font-size: 1.85rem;
  margin: 0;
}
.feed-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 48px;
  padding: 32px 0 54px;
}
.feed-controls {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--ink);
  flex-wrap: wrap;
}
.feed-controls .fields {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.search {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9ca99f;
  gap: 7px;
}
.search input {
  padding: 8px 0;
  border: 0;
  min-width: 0;
  width: 150px;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
}
.search input::placeholder {
  color: var(--muted);
  opacity: 1;
}
.sort {
  border: 1px solid var(--rule);
  padding: 7px;
  background: var(--paper);
  color: var(--ink);
  font-size: 13px;
  border-radius: 0;
  max-width: 160px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.results-count {
  font-size: 12px;
  color: var(--muted);
  padding: 12px 0;
  margin: 0;
}
.story {
  padding: 25px 0;
  border-bottom: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  scroll-margin-top: 20px;
}
.story-number {
  font-family: Georgia, serif;
  font-size: 1.45rem;
  color: #87928b;
}
.story h3 {
  margin: 9px 0 10px;
  font-size: 1.4rem;
  line-height: 1.25;
}
.story .summary {
  color: var(--body-copy);
  font-size: 15px;
  margin-bottom: 14px;
}
.story-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.story-actions {
  display: flex;
  gap: 4px;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  color: var(--control);
  border-radius: 3px;
}
.icon-button:hover,
.icon-button[aria-pressed="true"] {
  background: var(--control-hover);
  color: var(--green);
}
.story details {
  margin-top: 10px;
  font-size: 14px;
}
.story details summary {
  cursor: pointer;
  color: var(--green);
  font-weight: 600;
  padding: 6px 0;
}
.story details p {
  color: var(--muted);
  margin: 7px 0;
}
.story-media {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 13px;
  color: var(--green);
  margin-bottom: 14px;
  text-decoration: underline;
}
.rail section {
  padding: 0 0 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--rule);
}
.rail h2 {
  font-size: 1.6rem;
  margin: 10px 0;
}
.rail p {
  color: var(--muted);
  font-size: 14px;
}
.rail .book-image {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  margin-bottom: 18px;
}
.rail .book {
  background: var(--soft);
  padding: 20px;
}
.topic-links {
  padding: 0;
  list-style: none;
}
.topic-links li {
  border-top: 1px solid var(--rule);
}
.topic-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
}
.publication-footer {
  background: #15231c;
  color: #eff6ed;
  padding: 35px 0;
}
.publication-footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.publication-footer p {
  color: #b3c3b6;
  font-size: 13px;
  max-width: 610px;
  margin: 8px 0 0;
}
.publication-footer nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 14px;
}
.empty {
  padding: 45px 0;
}
.text-button {
  background: none;
  color: var(--green);
  padding: 8px 0;
  text-decoration: underline;
}
.toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 18px;
  background: #182c20;
  color: white;
  border-radius: 4px;
  box-shadow: 0 4px 20px #0002;
  z-index: 10;
  max-width: calc(100% - 32px);
  font-size: 14px;
}
.archive-list {
  list-style: none;
  padding: 0;
}
.archive-list li {
  border-bottom: 1px solid var(--rule);
  padding: 24px 0;
}
.archive-list a {
  font-size: 1.7rem;
  font-family: Georgia, serif;
  display: block;
}
.prose {
  max-width: 800px;
  padding: 42px 0 60px;
}
.prose h2 {
  margin-top: 32px;
  font-size: 1.8rem;
}
.prose p,
.prose li {
  color: var(--body-copy);
}
.prose a {
  text-decoration: underline;
}
.source-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.source-table td,
.source-table th {
  text-align: left;
  border-bottom: 1px solid var(--rule);
  padding: 12px 8px;
  vertical-align: top;
}
.source-table a {
  color: var(--green);
}
.stale {
  background: #fff5d5;
  color: #65501d;
  padding: 10px 16px;
  font-size: 14px;
  margin-top: 16px;
}
.saved-toggle {
  width: auto;
  gap: 6px;
  font-size: 13px;
  padding: 0 8px;
}
.noscript {
  padding: 12px;
  background: var(--soft);
}
[hidden] {
  display: none !important;
}
.article-category[data-category="science"] {
  color: var(--science);
}
.article-category[data-category="marketing"] {
  color: var(--marketing);
}
.article-category[data-category="tech"] {
  color: var(--tech);
}
.article-category {
  font-weight: 650;
}
.prose h1 {
  font-size: 2.7rem;
}
.video-frame {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}
.media-consent {
  background: var(--soft);
  border: 1px solid var(--rule);
  padding: 16px;
  margin: 14px 0;
}
.media-consent button {
  background: var(--green);
  color: var(--button-ink);
  padding: 10px 16px;
}
.media-consent p {
  font-size: 13px;
}
.review-card {
  border-bottom: 1px solid var(--rule);
  padding: 24px 0;
}
.review-card textarea {
  background: var(--paper);
  color: var(--ink);
  width: 100%;
  min-height: 190px;
  padding: 16px;
  font: 15px/1.6 inherit;
  border: 1px solid var(--rule);
  resize: vertical;
}
.review-card button {
  padding: 10px 16px;
  background: var(--green);
  color: var(--button-ink);
  margin: 8px 8px 0 0;
}
.review-card h2 {
  font-size: 1.6rem;
}
@media (min-width: 1450px) {
  .masthead {
    padding-top: 40px;
  }
  .front-page {
    gap: 56px;
  }
  .lead h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 44px);
  }
  .feed-layout {
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 250px;
  }
  .front-page {
    gap: 28px;
  }
  .spotlight {
    padding-left: 24px;
  }
  .lead h2 {
    font-size: 2.3rem;
  }
  .masthead h1 {
    font-size: 3.15rem;
  }
  .topnav {
    gap: 18px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .topbar .wrap {
    min-height: 54px;
    position: relative;
  }
  .menu {
    display: block;
  }
  .topnav {
    display: none;
    position: absolute;
    top: 54px;
    left: -16px;
    right: -16px;
    background: #15231c;
    padding: 18px 24px;
    z-index: 5;
    flex-direction: column;
    align-items: start;
  }
  .topnav.open {
    display: flex;
  }
  .masthead {
    align-items: start;
    padding: 24px 0 18px;
    gap: 12px;
  }
  .masthead h1 {
    font-size: 2.65rem;
  }
  .masthead p {
    font-size: 13px;
    max-width: 260px;
  }
  .edition-meta {
    font-size: 12px;
    padding-top: 3px;
  }
  .edition-meta .edition-day {
    display: none;
  }
  .topic-nav {
    gap: 22px;
  }
  .edition-note {
    display: block;
    padding: 18px 0;
  }
  .edition-note .kicker {
    display: block;
    margin: 0 0 7px;
  }
  .edition-note p {
    font-size: 14px;
  }
  .front-page {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 25px 0;
  }
  .lead h2 {
    font-size: 2.2rem;
  }
  .lead .summary {
    font-size: 16px;
  }
  .spotlight {
    border-left: 0;
    border-top: 1px solid var(--rule);
    padding: 24px 0 0;
  }
  .spotlight img {
    max-height: 280px;
  }
  .spotlight h2 {
    font-size: 1.7rem;
  }
  .feed-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .feed-controls {
    gap: 14px;
  }
  .feed-controls .fields {
    width: 100%;
  }
  .search {
    flex: 1;
  }
  .search input {
    width: 100%;
  }
  .sort {
    max-width: 120px;
  }
  .story {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
  }
  .story h3 {
    font-size: 1.25rem;
  }
  .rail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .rail .book {
    grid-row: span 2;
  }
  .source-table {
    font-size: 13px;
  }
  .source-table th,
  .source-table td {
    padding: 10px 4px;
  }
  .publication-footer {
    padding: 28px 0;
  }
  .prose h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 440px) {
  .masthead {
    display: block;
  }
  .masthead h1 {
    font-size: 2.6rem;
  }
  .edition-meta {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
  }
  .edition-meta strong {
    margin: 0;
  }
  .edition-meta a {
    margin: 0;
  }
  .rail {
    grid-template-columns: 1fr;
  }
  .rail .book {
    display: grid;
    grid-template-columns: 95px minmax(0, 1fr);
    gap: 18px;
  }
  .rail .book-image {
    aspect-ratio: 2/3;
    height: 140px;
    object-fit: cover;
    margin: 0;
  }
  .rail .book h2 {
    font-size: 1.4rem;
  }
  .story-number {
    font-size: 1.2rem;
  }
  .saved-toggle span {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
@media print {
  .topbar,
  .fields,
  .story-actions,
  .toast {
    display: none;
  }
  .wrap {
    width: 100%;
  }
  .feed-layout {
    display: block;
  }
  .rail {
    display: none;
  }
  a {
    text-decoration: underline;
  }
  .story {
    break-inside: avoid;
  }
}
img {
  height: auto;
}
@media (max-width: 760px) {
  .edition-note { display: none; }
  .masthead h1 { font-size: 2rem; }
  .masthead p { max-width: none; }
}

/* Fixed media slots preserve proportions and layout while assets load. */
.story-visual {
  min-width: 0;
  margin: 0 0 18px;
}
.story-visual .media-frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--soft);
}
.story-visual .media-frame img {
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  background: transparent;
}
.story-visual .media-logo {
  background: #fff;
  padding: 26px;
}
.story-visual figcaption {
  font: 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--muted);
  margin-top: 7px;
  overflow-wrap: anywhere;
}
.story-visual figcaption a { text-decoration: underline; }
.story-visual figcaption .icon { width: 12px; height: 12px; }
.story {
  grid-template-columns: minmax(160px, 30%) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.story-copy { min-width: 0; }
.story > .story-visual { margin: 0; }
.story-visual .media-consent {
  background: transparent;
  padding: 0;
  border: 0;
  margin: 0;
}
.story-visual .media-consent p {
  font-size: 11px;
  color: var(--muted);
  margin: 7px 0 0;
}
.story-visual .video-preview {
  padding: 0;
  color: #fff;
  background: #111;
}
.play-label {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #15231c;
  padding: 8px 10px;
  font-size: 12px;
  white-space: nowrap;
}
.video-preview:hover .play-label { background: #244d39; }
.story-visual .video-frame { display: block; }
@media (max-width: 1000px) and (min-width: 761px) {
  .story { grid-template-columns: 1fr; }
  .story > .story-visual { max-width: 360px; }
}
@media (max-width: 600px) {
  .story { grid-template-columns: 1fr; gap: 16px; }
  .story-visual .media-logo { padding: 38px; }
}
@media print {
  .media-consent button { display: none; }
}
