.thoughts-page {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(circle at 18% 18%, rgba(179, 44, 46, 0.12), transparent 34vw),
    radial-gradient(circle at 82% 14%, rgba(179, 44, 46, 0.08), transparent 30vw),
    #030303;
  color: #f3eee7;
}

html:has(body.thoughts-page) {
  height: auto !important;
  overflow-x: hidden;
  overflow-y: auto !important;
}

html:has(body.thoughts-page:not(.drawer-lock)),
body.thoughts-page:not(.drawer-lock) {
  height: auto !important;
  overflow-y: auto !important;
}

html.nm-boot-lock,
html.nm-boot-lock body.thoughts-page,
html.nm-intro-playing,
html.nm-intro-playing body.thoughts-page {
  height: 100vh !important;
  overflow: hidden !important;
  overscroll-behavior: none !important;
}

html.nm-intro-playing body.thoughts-page .thoughts-paper {
  animation: dispatch-paper-arrive 4.15s ease-in-out both;
  pointer-events: none;
  transform-origin: 50% 0%;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

html.nm-intro-complete body.thoughts-page .thoughts-paper {
  pointer-events: auto;
}

.thoughts-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(190, 41, 43, 0.18) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 19.8vw 100%, 100% 34px;
  opacity: 0.25;
}

.thoughts-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: clamp(24px, 3.2vw, 56px);
}

.thoughts-paper {
  width: min(1680px, calc(100vw - clamp(24px, 5vw, 86px)));
  margin: 0 auto clamp(36px, 5vw, 88px);
  padding: clamp(20px, 3vw, 54px);
  border: 1px solid rgba(29, 29, 27, 0.72);
  background:
    linear-gradient(90deg, rgba(29, 29, 27, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(29, 29, 27, 0.035) 1px, transparent 1px),
    #cdc6be;
  background-size: 42px 100%, 100% 34px, auto;
  color: #1d1d1b;
  box-shadow: -16px 16px 0 rgba(0, 0, 0, 0.24);
}

.thoughts-nav {
  min-height: auto;
  margin-bottom: clamp(18px, 3vw, 52px);
  color: #1d1d1b;
}

.thoughts-nav .archive-kicker {
  text-align: left;
}

.thoughts-nav .archive-menu-btn {
  margin-left: auto;
}

.thoughts-page .drawer-nav a[aria-current=page] .nav-label,
.thoughts-page .drawer-nav a[aria-current=page] .nav-num {
  color: var(--highlight);
}

.thoughts-page .drawer[data-open="true"] .drawer-mask {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.88) 22%, rgba(5, 5, 5, 0.54) 42%, rgba(5, 5, 5, 0.08) 70%),
    radial-gradient(circle at 22% 48%, rgba(185, 23, 41, 0.2), transparent 36vw);
}

.thoughts-hero {
  min-height: 64vh;
  display: grid;
  align-items: end;
  padding: clamp(44px, 8vw, 128px) 0 clamp(34px, 5vw, 76px);
  border-top: 1px dashed rgba(29, 29, 27, 0.38);
  border-bottom: 1px dashed rgba(29, 29, 27, 0.38);
}

.thoughts-mast {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  margin-bottom: clamp(18px, 2.6vw, 44px);
  color: rgba(29, 29, 27, 0.62);
  font-family: var(--mono, "Courier New", monospace);
  font-size: clamp(10px, 0.82vw, 13px);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.thoughts-mast span:first-child {
  color: #c63b3c;
}

.thoughts-title {
  max-width: 12ch;
  margin: 0;
  font-family: var(--display, Georgia, serif);
  font-size: clamp(78px, 13vw, 236px);
  line-height: 0.82;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-wrap: balance;
}

.thoughts-title em {
  display: block;
  color: #c63b3c;
  font-style: italic;
}

.thoughts-deck {
  max-width: 820px;
  margin: clamp(24px, 3vw, 52px) 0 0 auto;
  color: rgba(29, 29, 27, 0.68);
  font: 600 clamp(20px, 2.2vw, 42px) / 1.08 system-ui, sans-serif;
}

.paper-section {
  position: relative;
  margin: clamp(34px, 6vw, 92px) auto;
  padding: clamp(20px, 2.7vw, 46px) 0;
  border-top: 1px dashed rgba(29, 29, 27, 0.42);
  border-bottom: 1px dashed rgba(29, 29, 27, 0.28);
  background: transparent;
  color: #1d1d1b;
  box-shadow: none;
}

.paper-section::before {
  content: "";
  position: absolute;
  inset: clamp(9px, 1vw, 16px) 0;
  border: 0;
  pointer-events: none;
}

.nm-board-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(10px, 1.3vw, 22px);
  align-items: start;
  margin-bottom: clamp(20px, 3vw, 46px);
}

.nm-board-kicker {
  font-family: var(--mono, "Courier New", monospace);
  font-size: clamp(11px, 0.85vw, 14px);
  line-height: 1.25;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nm-board-head h2 {
  margin: 0;
  font-family: var(--display, Georgia, serif);
  max-width: min(13ch, 100%);
  font-size: clamp(50px, 8.3vw, 148px);
  line-height: 0.86;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-wrap: balance;
}

.nm-gallery-board .nm-board-head h2 {
  max-width: min(15ch, 100%);
  font-size: clamp(48px, 7.6vw, 132px);
}

.thoughts-feature-grid,
.thoughts-card-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.6vw, 28px);
}

.thought-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  padding: clamp(10px, 1vw, 18px);
  border: 1px solid rgba(29, 29, 27, 0.72);
  border-radius: 6px;
  background: rgba(205, 198, 190, 0.8);
  color: #1d1d1b;
  text-align: left;
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.thought-card:hover {
  transform: translateY(-8px) rotate(-0.8deg);
  box-shadow: -8px 8px 0 rgba(29, 29, 27, 0.14);
}

.thought-card img,
.nm-gallery-card img,
.nm-reader-image img {
  filter: saturate(0.76) contrast(1.06) sepia(0.12);
}

.thought-card:hover img,
.nm-gallery-card:hover img {
  filter: saturate(1) contrast(1.09) sepia(0.04);
}

.thought-card-media {
  aspect-ratio: 1.18 / 1;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.55);
  background: #bfb7ad;
}

.thought-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  transform: scale(1.04);
  transition: transform 0.5s ease, filter 0.5s ease;
}

.thought-card:hover .thought-card-media img {
  transform: scale(1.1);
}

.thought-card-meta,
.nm-gallery-caption span,
.nm-reader-meta {
  font-family: var(--mono, "Courier New", monospace);
  font-size: clamp(10px, 0.75vw, 13px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.thought-card h3 {
  margin: 0.75rem 0 0.45rem;
  font-family: var(--display, Georgia, serif);
  font-size: clamp(30px, 3vw, 58px);
  line-height: 0.86;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.thought-card p {
  margin: 0;
  font: 600 clamp(14px, 1.08vw, 20px) / 1.18 system-ui, sans-serif;
  color: rgba(29, 29, 27, 0.72);
}

.nm-gallery-board {
  overflow: hidden;
}

.nm-gallery-rail {
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: grab;
}

.nm-gallery-track {
  display: flex;
  gap: clamp(14px, 1.2vw, 22px);
  width: max-content;
  animation: nm-gallery-drift 38s linear infinite;
  will-change: transform;
}

.nm-gallery-rail:hover .nm-gallery-track {
  animation-play-state: paused;
}

.nm-gallery-card {
  width: clamp(230px, 22vw, 390px);
  min-height: clamp(300px, 28vw, 500px);
  border: 1px solid rgba(29, 29, 27, 0.78);
  border-radius: 6px;
  padding: clamp(10px, 0.8vw, 16px);
  background: rgba(205, 198, 190, 0.78);
  color: #1d1d1b;
  font: inherit;
  text-align: left;
  box-shadow: -0.35vw 0.35vw 0 rgba(29, 29, 27, 0.09);
  cursor: pointer;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.nm-gallery-card:hover {
  transform: translateY(-0.7vw) rotate(-1deg);
  box-shadow: -0.65vw 0.65vw 0 rgba(29, 29, 27, 0.18);
}

.nm-gallery-image {
  height: clamp(150px, 15vw, 250px);
  border: 1px solid rgba(29, 29, 27, 0.55);
  overflow: hidden;
  background: #cdc6be;
}

.nm-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  transform: scale(1.03);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s ease;
}

.nm-gallery-caption {
  padding-top: 0.8vw;
}

.nm-gallery-caption h3 {
  margin: 0.5rem 0 0;
  font-family: var(--display, Georgia, serif);
  font-size: clamp(28px, 3vw, 52px);
  line-height: 0.85;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.nm-gallery-caption p {
  margin: 0.7vw 0 0;
  font: 600 clamp(14px, 1.08vw, 20px) / 1.12 system-ui, sans-serif;
  color: rgba(29, 29, 27, 0.72);
}

html.nm-reader-open,
html.nm-reader-open body {
  overflow: hidden !important;
}

.nm-reader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0s linear 0.28s;
}

.nm-reader.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.28s ease, visibility 0s;
}

.nm-reader-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 3, 3, 0.78);
}

.nm-reader-paper {
  width: min(92vw, 1120px);
  max-height: 86vh;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: clamp(18px, 2vw, 34px);
  padding: clamp(18px, 2vw, 34px);
  border: 2px solid #1d1d1b;
  background: #cdc6be;
  color: #1d1d1b;
  box-shadow: -14px 14px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.nm-reader-paper::after {
  content: "";
  position: absolute;
  inset: clamp(10px, 1vw, 16px);
  border: 1px dashed rgba(29, 29, 27, 0.55);
  pointer-events: none;
}

.nm-reader-close {
  position: absolute;
  top: clamp(12px, 1vw, 18px);
  right: clamp(12px, 1vw, 18px);
  z-index: 2;
  border: 1px solid #1d1d1b;
  background: #cdc6be;
  color: #1d1d1b;
  padding: 0.45rem 0.7rem 0.32rem;
  font-family: var(--display, Georgia, serif);
  font-size: clamp(15px, 1.1vw, 20px);
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.nm-reader-image {
  min-height: 0;
  border: 1px solid rgba(29, 29, 27, 0.7);
  overflow: hidden;
  background: #cdc6be;
}

.nm-reader-image img {
  width: 100%;
  height: 100%;
  min-height: min(56vh, 560px);
  object-fit: cover;
  mix-blend-mode: multiply;
}

.nm-reader-copy {
  min-height: 0;
  overflow: auto;
  padding-right: clamp(6px, 0.8vw, 12px);
  position: relative;
  z-index: 1;
}

.nm-reader-title {
  margin: 0;
  font-family: var(--display, Georgia, serif);
  font-size: clamp(46px, 6vw, 112px);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nm-reader-excerpt {
  margin: clamp(12px, 1.3vw, 22px) 0;
  padding-bottom: clamp(12px, 1.2vw, 18px);
  border-bottom: 1px solid rgba(29, 29, 27, 0.45);
  font: 700 clamp(20px, 1.7vw, 31px) / 1.05 system-ui, sans-serif;
}

.nm-reader-body p {
  margin: 0 0 1rem;
  font: 500 clamp(17px, 1.22vw, 22px) / 1.34 system-ui, sans-serif;
}

.nm-reader-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: clamp(14px, 1.4vw, 24px);
}

.nm-reader-tags span {
  border: 1px solid #1d1d1b;
  padding: 0.3rem 0.48rem 0.2rem;
  font-family: var(--mono, "Courier New", monospace);
  font-size: clamp(11px, 0.8vw, 13px);
  line-height: 1;
  text-transform: uppercase;
}

.thoughts-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(30px, 4vw, 64px) 0 0;
  border-top: 1px dashed rgba(29, 29, 27, 0.38);
  color: rgba(29, 29, 27, 0.62);
  font-family: var(--mono, "Courier New", monospace);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@keyframes nm-gallery-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - 0.6vw), 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .nm-gallery-track {
    width: 100%;
    flex-wrap: wrap;
    animation: none;
  }

  .thought-card,
  .nm-gallery-card {
    transition: none;
  }
}

@media (max-width: 900px) {
  .thoughts-shell {
    padding: 22px;
  }

  .thoughts-paper {
    width: calc(100vw - 24px);
    padding: 18px;
  }

  .thoughts-mast,
  .nm-board-head {
    grid-template-columns: 1fr;
  }

  .thoughts-deck {
    margin-left: 0;
  }

  .thoughts-feature-grid,
  .thoughts-card-grid {
    grid-template-columns: 1fr;
  }

  .nm-reader-paper {
    width: 92vw;
    max-height: 88vh;
    grid-template-columns: 1fr;
    gap: 4vw;
    padding: 5vw;
    overflow: auto;
  }

  .nm-reader-image img {
    min-height: 48vw;
    max-height: 54vw;
  }

  .nm-reader-copy {
    overflow: visible;
    padding-right: 0;
  }

  .thoughts-footer {
    display: grid;
  }
}

@media (max-width: 560px) {
  .thoughts-title {
    font-size: clamp(56px, 20vw, 100px);
    max-width: 100%;
  }

  .paper-section {
    margin-left: 0;
    margin-right: 0;
    padding: 18px;
  }

  .nm-board-head h2,
  .nm-gallery-board .nm-board-head h2 {
    max-width: 100%;
    font-size: clamp(40px, 15vw, 72px);
  }

  .nm-gallery-card {
    width: 76vw;
    min-height: 94vw;
  }
}

/* Thoughts v3: oxidized broadsheet direction. */
.thoughts-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(179, 44, 46, 0.16), transparent 32vw),
    radial-gradient(circle at 88% 16%, rgba(179, 44, 46, 0.1), transparent 28vw),
    linear-gradient(180deg, #070707 0%, #020202 100%);
}

.thoughts-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='fiber'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.58' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23fiber)'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
}

.thoughts-shell {
  padding: clamp(22px, 3vw, 52px);
}

.thoughts-paper {
  --paper: #d8d1c6;
  --paper-deep: #bdb4a7;
  --paper-line: rgba(25, 24, 22, 0.46);
  --paper-ink: #161614;
  --paper-muted: rgba(22, 22, 20, 0.66);
  --paper-red: #8f201c;
  width: min(1540px, calc(100vw - clamp(22px, 5vw, 84px)));
  position: relative;
  padding: clamp(18px, 3vw, 48px) clamp(18px, 3.8vw, 64px);
  border: 1px solid rgba(216, 209, 198, 0.18);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.18), transparent 32vw),
    linear-gradient(90deg, rgba(22, 22, 20, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(22, 22, 20, 0.03) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.045)),
    var(--paper);
  background-size: auto, 42px 100%, 100% 32px, auto, auto;
  color: var(--paper-ink);
  box-shadow:
    -18px 18px 0 rgba(0, 0, 0, 0.28),
    0 34px 90px rgba(0, 0, 0, 0.42),
    inset 0 0 86px rgba(26, 20, 15, 0.055);
  transform: rotate(-0.22deg);
}

.thoughts-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='news'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23news)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.thoughts-paper > * {
  position: relative;
  z-index: 1;
}

.thoughts-nav {
  margin-bottom: clamp(16px, 2.4vw, 34px);
}

.thoughts-nav .archive-kicker {
  border-top: 2px solid var(--paper-ink);
  border-bottom: 4px double var(--paper-ink);
  padding: 10px 0 12px;
  color: var(--paper-muted);
}

.thoughts-nav .archive-kicker span:nth-child(2) {
  color: var(--paper-ink);
  font-family: var(--f-display, Georgia, serif);
  font-size: clamp(18px, 2.2vw, 38px);
  line-height: 0.9;
  letter-spacing: 0.08em;
}

.thoughts-hero {
  min-height: clamp(560px, 70vh, 780px);
  display: block;
  padding: clamp(18px, 2.4vw, 34px) 0 clamp(28px, 4vw, 58px);
  border-top: 0;
  border-bottom: 4px double var(--paper-ink);
}

.thoughts-edition-bar {
  display: grid;
  place-items: center;
  margin-bottom: clamp(22px, 3vw, 46px);
  padding: 10px 0 9px;
  border-top: 2px solid var(--paper-ink);
  border-bottom: 2px solid var(--paper-ink);
  color: var(--paper-ink);
  font-family: var(--f-mono, "Courier New", monospace);
  font-size: clamp(10px, 0.85vw, 13px);
  font-weight: 800;
  letter-spacing: 0.46em;
  text-transform: uppercase;
  text-align: center;
}

.thoughts-frontpage {
  display: grid;
  grid-template-columns: minmax(190px, 0.82fr) minmax(360px, 1.7fr) minmax(210px, 0.92fr);
  gap: clamp(24px, 3.3vw, 58px);
  align-items: start;
}

.thoughts-lead-story,
.thoughts-side-story {
  min-width: 0;
}

.thoughts-lead-story {
  border-left: 1px solid rgba(22, 22, 20, 0.12);
  border-right: 1px solid rgba(22, 22, 20, 0.12);
  padding-inline: clamp(18px, 2.4vw, 42px);
}

.thoughts-redline {
  display: inline-block;
  min-width: min(100%, 330px);
  margin-bottom: clamp(12px, 1.2vw, 18px);
  padding-bottom: 5px;
  border-bottom: 2px solid var(--paper-red);
  color: var(--paper-red);
  font: 900 clamp(11px, 0.9vw, 15px) / 1 var(--f-body, system-ui, sans-serif);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thoughts-mast {
  grid-template-columns: 1fr auto;
  margin-bottom: clamp(24px, 3vw, 48px);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(22, 22, 20, 0.18);
  color: var(--paper-muted);
}

.thoughts-mast span:first-child {
  color: var(--paper-red);
}

.thoughts-title {
  max-width: 10.5ch;
  color: var(--paper-ink);
  font-family: var(--f-display, Georgia, serif);
  font-size: clamp(58px, 7.4vw, 138px);
  line-height: 0.78;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  filter: contrast(1.08);
}

.thoughts-title em {
  display: inline;
  color: inherit;
  font-style: normal;
}

.thoughts-deck {
  max-width: 820px;
  margin: clamp(24px, 2.8vw, 42px) 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(22, 22, 20, 0.16);
  color: var(--paper-muted);
  font: 700 clamp(12px, 0.96vw, 15px) / 1.55 var(--f-mono, "Courier New", monospace);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.thoughts-side-story {
  padding-top: clamp(12px, 1.2vw, 18px);
}

.thoughts-side-story h2 {
  margin: 0 0 clamp(14px, 1.8vw, 26px);
  color: var(--paper-ink);
  font-family: var(--f-display, Georgia, serif);
  font-size: clamp(30px, 3vw, 56px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.thoughts-side-story--right h2 {
  padding-top: 10px;
  border-top: 4px solid var(--paper-ink);
}

.thoughts-side-story span:not(.thoughts-redline) {
  display: block;
  margin-bottom: 14px;
  color: var(--paper-muted);
  font: 700 12px / 1 var(--f-mono, "Courier New", monospace);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.thoughts-side-story p {
  margin: 0;
  color: rgba(22, 22, 20, 0.76);
  font-family: Georgia, serif;
  font-size: clamp(17px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.28;
  text-wrap: pretty;
}

.thoughts-side-story--right p::first-letter {
  float: left;
  padding: 0.06em 0.08em 0 0;
  color: var(--paper-ink);
  font-family: var(--f-display, Georgia, serif);
  font-size: 4.8em;
  line-height: 0.66;
}

.paper-section {
  margin: clamp(30px, 5vw, 76px) auto;
  padding: clamp(24px, 3vw, 46px) 0;
  border-top: 3px double var(--paper-ink);
  border-bottom: 1px solid rgba(22, 22, 20, 0.22);
}

.nm-board-head {
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 46px);
  border-bottom: 1px solid rgba(22, 22, 20, 0.16);
  padding-bottom: clamp(18px, 2vw, 30px);
}

.nm-board-kicker {
  color: var(--paper-red);
  font-weight: 800;
  border-bottom: 2px solid var(--paper-red);
  padding-bottom: 6px;
}

.nm-board-head h2 {
  max-width: 13.4ch;
  font-size: clamp(42px, 6vw, 112px);
  line-height: 0.84;
}

.thoughts-feature-grid {
  grid-template-columns: 1.12fr 0.94fr 0.94fr;
  gap: clamp(18px, 2vw, 34px);
}

.thoughts-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 24px);
}

.thought-card,
.nm-gallery-card {
  border-radius: 0;
  border: 0;
  border-top: 2px solid var(--paper-ink);
  background: transparent;
  box-shadow: none;
}

.thought-card {
  padding: 0;
}

.thought-card:hover,
.nm-gallery-card:hover {
  transform: translateY(-6px) rotate(-0.45deg);
  box-shadow: -6px 8px 0 rgba(22, 22, 20, 0.1);
}

.thought-card-media,
.nm-gallery-image {
  border: 1px solid rgba(22, 22, 20, 0.28);
  background: var(--paper-deep);
}

.thought-card-media img,
.nm-gallery-image img,
.nm-reader-image img {
  filter: grayscale(0.92) contrast(1.22) sepia(0.16);
  mix-blend-mode: multiply;
}

.thought-card-copy {
  display: block;
  padding-top: clamp(12px, 1vw, 18px);
}

.thought-card-meta,
.nm-gallery-caption span,
.nm-reader-meta {
  color: var(--paper-red);
  font-weight: 800;
}

.thought-card h3,
.nm-gallery-caption h3 {
  letter-spacing: -0.045em;
}

.thought-card p,
.nm-gallery-caption p {
  font-family: Georgia, serif;
  font-weight: 700;
  line-height: 1.28;
}

.nm-gallery-rail {
  border-top: 1px solid rgba(22, 22, 20, 0.16);
  padding-top: clamp(18px, 2vw, 28px);
}

.nm-gallery-card {
  width: clamp(230px, 21vw, 360px);
  padding: 0;
  background: transparent;
}

.nm-reader-paper {
  border-radius: 0;
  border: 2px solid var(--paper-ink, #161614);
  background:
    linear-gradient(90deg, rgba(22, 22, 20, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(22, 22, 20, 0.03) 1px, transparent 1px),
    #d8d1c6;
  background-size: 42px 100%, 100% 32px, auto;
}

.nm-reader-title {
  letter-spacing: -0.04em;
}

.nm-reader-excerpt,
.nm-reader-body p {
  font-family: Georgia, serif;
}

@media (max-width: 1100px) {
  .thoughts-frontpage {
    grid-template-columns: 1fr 1.5fr;
  }

  .thoughts-side-story--right {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(190px, 0.55fr) minmax(0, 1fr);
    gap: 24px;
    border-top: 1px solid rgba(22, 22, 20, 0.16);
    padding-top: 24px;
  }

  .thoughts-side-story--right h2 {
    margin-bottom: 0;
  }

  .thoughts-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .thoughts-paper {
    width: calc(100vw - 22px);
    padding: 16px;
    transform: none;
  }

  .thoughts-edition-bar {
    letter-spacing: 0.2em;
  }

  .thoughts-frontpage,
  .thoughts-side-story--right,
  .nm-board-head,
  .thoughts-feature-grid,
  .thoughts-card-grid {
    grid-template-columns: 1fr;
  }

  .thoughts-lead-story {
    border-left: 0;
    border-right: 0;
    padding-inline: 0;
    order: -1;
  }

  .thoughts-mast {
    grid-template-columns: 1fr;
  }

  .thoughts-title {
    font-size: clamp(48px, 16vw, 86px);
    max-width: 100%;
  }

  .thoughts-hero {
    min-height: 0;
  }

  .paper-section {
    padding-inline: 0;
  }
}

/* Thoughts v4: compact color broadsheet with page-turn sheets. */
.thoughts-page {
  background:
    radial-gradient(circle at 14% 10%, rgba(185, 23, 41, 0.22), transparent 30vw),
    radial-gradient(circle at 86% 18%, rgba(255, 94, 48, 0.12), transparent 26vw),
    linear-gradient(180deg, #11100f 0%, #060504 56%, #020202 100%);
}

.thoughts-paper {
  --paper: #eee8dc;
  --paper-deep: #d5c9b9;
  --paper-ink: #10100e;
  --paper-muted: rgba(16, 16, 14, 0.68);
  --paper-red: #a5251f;
  --paper-orange: #d96a35;
  width: min(1360px, calc(100vw - clamp(18px, 4vw, 70px)));
  padding: clamp(16px, 2.3vw, 36px) clamp(16px, 3vw, 48px);
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.28), transparent 28vw),
    linear-gradient(90deg, rgba(16, 16, 14, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(16, 16, 14, 0.028) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(134, 77, 45, 0.06)),
    var(--paper);
  background-size: auto, 36px 100%, 100% 28px, auto, auto;
  box-shadow:
    -10px 14px 0 rgba(0, 0, 0, 0.24),
    0 28px 74px rgba(0, 0, 0, 0.38),
    inset 0 0 76px rgba(80, 46, 24, 0.055);
  perspective: 1800px;
}

.thoughts-nav .archive-kicker {
  border-top-width: 1px;
  border-bottom-width: 3px;
  padding: 8px 0 10px;
}

.thoughts-nav .archive-kicker span:nth-child(2) {
  font-family: "Playfair Display", var(--f-display, Georgia, serif);
  font-size: clamp(18px, 1.8vw, 30px);
  font-weight: 900;
}

.thoughts-flipbook {
  position: relative;
  transform-style: preserve-3d;
}

.thoughts-page-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin: 0 0 clamp(14px, 1.8vw, 26px);
  color: var(--paper-muted);
  font-family: "JetBrains Mono", var(--f-mono, "Courier New", monospace);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.thoughts-page-btn {
  border: 1px solid rgba(16, 16, 14, 0.42);
  border-radius: 999px;
  background: transparent;
  color: var(--paper-ink);
  padding: 7px 11px 6px;
  font: inherit;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.thoughts-page-btn:not(:disabled):hover {
  color: var(--paper-red);
  border-color: var(--paper-red);
  transform: translateY(-1px);
}

.thoughts-page-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.thoughts-page-sheet {
  transform-origin: left center;
  backface-visibility: hidden;
}

.thoughts-page-sheet[hidden] {
  display: none !important;
}

.thoughts-page-sheet.is-active {
  animation: nm-page-turn-in 0.62s cubic-bezier(0.2, 0.82, 0.18, 1) both;
}

.thoughts-page-sheet.is-leaving-forward {
  animation: nm-page-turn-out 0.28s cubic-bezier(0.5, 0, 0.75, 0.2) both;
}

.thoughts-page-sheet.is-leaving-back {
  animation: nm-page-turn-back-out 0.28s cubic-bezier(0.5, 0, 0.75, 0.2) both;
}

.thoughts-hero {
  min-height: clamp(480px, 62vh, 680px);
  padding: clamp(12px, 1.7vw, 24px) 0 clamp(22px, 3vw, 42px);
  border-bottom: 3px double var(--paper-ink);
}

.thoughts-edition-bar {
  margin-bottom: clamp(12px, 1.8vw, 26px);
  padding: 8px 0 7px;
  font-family: "JetBrains Mono", var(--f-mono, "Courier New", monospace);
  letter-spacing: clamp(0.16em, 0.6vw, 0.42em);
}

.thoughts-newsline {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: clamp(18px, 2.2vw, 34px);
  border-bottom: 1px solid rgba(16, 16, 14, 0.16);
  color: var(--paper-red);
  font-family: "JetBrains Mono", var(--f-mono, "Courier New", monospace);
  font-size: clamp(9px, 0.75vw, 11px);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  min-height: 28px;
}

.thoughts-newsline span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 0 36px 8px 0;
  animation: nm-newsline-drift 9s linear infinite;
  transform: translateX(105vw);
}

.thoughts-newsline span:nth-child(2) {
  animation-delay: 2.1s;
}

.thoughts-newsline span:nth-child(3) {
  animation-delay: 4.2s;
}

.thoughts-newsline span:nth-child(4) {
  animation-delay: 6.3s;
}

.thoughts-frontpage {
  grid-template-columns: minmax(160px, 0.72fr) minmax(440px, 1.72fr) minmax(180px, 0.78fr);
  gap: clamp(18px, 2.4vw, 38px);
}

.thoughts-lead-story {
  padding-inline: clamp(14px, 1.8vw, 28px);
}

.thoughts-mast {
  margin-bottom: clamp(14px, 1.7vw, 26px);
  font-family: "JetBrains Mono", var(--f-mono, "Courier New", monospace);
  font-size: clamp(9px, 0.72vw, 11px);
  letter-spacing: 0.26em;
}

.thoughts-redline {
  min-width: min(100%, 270px);
  color: var(--paper-red);
  font-family: Inter, var(--f-body, system-ui, sans-serif);
  font-size: clamp(10px, 0.78vw, 12px);
}

.thoughts-title {
  max-width: 9.8ch;
  font-family: "Playfair Display", var(--f-display, Georgia, serif);
  font-size: clamp(62px, 8.4vw, 126px);
  font-weight: 900;
  line-height: 0.76;
  letter-spacing: -0.055em;
}

.thoughts-deck {
  max-width: 560px;
  margin-top: clamp(16px, 2vw, 28px);
  color: rgba(16, 16, 14, 0.74);
  font-size: clamp(11px, 0.82vw, 13px);
  line-height: 1.35;
}

.thoughts-side-story h2 {
  font-family: "Playfair Display", var(--f-display, Georgia, serif);
  font-size: clamp(26px, 2.7vw, 46px);
  line-height: 0.92;
}

.thoughts-side-story p {
  font-size: clamp(15px, 1.05vw, 19px);
  line-height: 1.24;
}

.thoughts-side-story--left {
  background: none;
}

.thoughts-side-story--right h2 {
  border-top-color: var(--paper-red);
}

.thoughts-side-story--right > span {
  margin-bottom: 8px;
  transform: translateY(-8px);
}

.thoughts-mini-brief {
  margin-top: clamp(18px, 2vw, 30px);
  padding-top: clamp(12px, 1.3vw, 18px);
  border-top: 3px solid var(--paper-red);
}

.thoughts-mini-brief span {
  color: var(--paper-red);
}

.thoughts-mini-brief h3 {
  margin: 0 0 10px;
  color: var(--paper-ink);
  font-family: "Playfair Display", var(--f-display, Georgia, serif);
  font-size: clamp(24px, 2.3vw, 38px);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.paper-section {
  min-height: clamp(480px, 62vh, 680px);
  margin: 0;
  padding: clamp(20px, 2.6vw, 40px) 0;
  border-top: 3px double var(--paper-ink);
}

.nm-board-head {
  grid-template-columns: minmax(132px, 0.28fr) minmax(0, 1fr);
  margin-bottom: clamp(16px, 2vw, 30px);
}

.nm-board-head h2 {
  max-width: 18ch;
  font-family: "Playfair Display", var(--f-display, Georgia, serif);
  font-size: clamp(38px, 5vw, 82px);
  line-height: 0.88;
}

.nm-board-kicker {
  font-family: Inter, var(--f-body, system-ui, sans-serif);
}

.thoughts-feature-grid {
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: clamp(14px, 1.6vw, 24px);
}

.thoughts-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 20px);
}

.thought-card-media {
  aspect-ratio: 1.26 / 0.86;
}

.thought-card-media img,
.nm-gallery-image img,
.nm-reader-image img {
  filter: saturate(1.12) contrast(1.08) sepia(0.08);
  mix-blend-mode: multiply;
}

.thought-card:hover img,
.nm-gallery-card:hover img {
  filter: saturate(1.34) contrast(1.1) sepia(0);
}

.thought-card h3 {
  font-family: "Playfair Display", var(--f-display, Georgia, serif);
  font-size: clamp(28px, 2.45vw, 44px);
  line-height: 0.9;
}

.thought-card p,
.nm-gallery-caption p {
  font-size: clamp(13px, 0.95vw, 17px);
}

.nm-gallery-track {
  animation-duration: 34s;
}

.nm-gallery-card {
  width: clamp(220px, 19vw, 320px);
  min-height: clamp(260px, 24vw, 410px);
}

.nm-gallery-image {
  height: clamp(138px, 13vw, 214px);
}

.nm-gallery-caption h3 {
  font-family: "Playfair Display", var(--f-display, Georgia, serif);
  font-size: clamp(26px, 2.55vw, 44px);
}

.thoughts-footer {
  padding-top: clamp(18px, 2.4vw, 34px);
}

@keyframes nm-page-turn-in {
  0% {
    opacity: 0;
    transform: rotateY(-16deg) translateX(26px);
    filter: brightness(0.94);
  }

  100% {
    opacity: 1;
    transform: rotateY(0deg) translateX(0);
    filter: brightness(1);
  }
}

@keyframes nm-page-turn-out {
  0% {
    opacity: 1;
    transform: rotateY(0deg) translateX(0);
  }

  100% {
    opacity: 0;
    transform: rotateY(-22deg) translateX(-18px);
  }
}

@keyframes nm-page-turn-back-out {
  0% {
    opacity: 1;
    transform: rotateY(0deg) translateX(0);
  }

  100% {
    opacity: 0;
    transform: rotateY(18deg) translateX(18px);
  }
}

@keyframes nm-newsline-drift {
  from {
    transform: translateX(105vw);
  }

  to {
    transform: translateX(-120%);
  }
}

@media (max-width: 1100px) {
  .thoughts-frontpage {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.42fr);
  }

  .thoughts-title {
    font-size: clamp(56px, 8.2vw, 96px);
  }

  .thoughts-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .thoughts-page-controls {
    justify-content: space-between;
  }

  .thoughts-title {
    font-size: clamp(50px, 18vw, 84px);
    max-width: 8.5ch;
  }

  .thoughts-frontpage,
  .thoughts-feature-grid,
  .thoughts-card-grid,
  .nm-board-head {
    grid-template-columns: 1fr;
  }

  .paper-section,
  .thoughts-hero {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .thoughts-page-sheet.is-active,
  .thoughts-page-sheet.is-leaving-forward,
  .thoughts-page-sheet.is-leaving-back,
  .thoughts-newsline span {
    animation: none !important;
  }
}

/* Thoughts v5: one long dispatch page, centered and compact. */
.thoughts-paper {
  --paper: #efe8da;
  width: min(1640px, calc(100vw - clamp(18px, 4vw, 76px)));
  max-width: 1640px;
  padding: clamp(18px, 2vw, 34px) clamp(18px, 3vw, 52px);
}

.thoughts-flipbook {
  perspective: none;
}

.thoughts-page-controls {
  display: none !important;
}

.thoughts-page-sheet,
.thoughts-page-sheet[hidden] {
  display: block !important;
  min-height: 0;
  transform: none;
  animation: none !important;
}

.thoughts-nameplate {
  display: grid;
  grid-template-columns: minmax(170px, 0.62fr) minmax(0, 2.4fr) minmax(170px, 0.68fr);
  gap: clamp(18px, 2.4vw, 42px);
  align-items: center;
  margin: clamp(12px, 1.4vw, 20px) 0 clamp(22px, 2.8vw, 40px);
  padding: clamp(14px, 1.7vw, 24px) 0 clamp(16px, 1.8vw, 26px);
  border-top: 2px solid var(--paper-ink);
  border-bottom: 4px double var(--paper-ink);
}

.thoughts-nameplate-main {
  text-align: center;
}

.thoughts-nameplate-main h1 {
  margin: 0;
  color: var(--paper-ink);
  font-family: "Playfair Display", var(--f-display, Georgia, serif);
  font-size: clamp(54px, 5.8vw, 116px);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.045em;
}

.thoughts-nameplate-main p {
  margin: clamp(10px, 1vw, 16px) 0 0;
  color: var(--paper-muted);
  font-family: "JetBrains Mono", var(--f-mono, "Courier New", monospace);
  font-size: clamp(10px, 0.76vw, 13px);
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.thoughts-status-box {
  border: 1px solid rgba(16, 16, 14, 0.34);
  padding: clamp(10px, 1vw, 16px);
  color: var(--paper-ink);
  font-family: "JetBrains Mono", var(--f-mono, "Courier New", monospace);
  text-transform: uppercase;
}

.thoughts-status-box span {
  display: block;
  margin-bottom: 10px;
  color: var(--paper-red);
  font: 900 12px / 1 Inter, system-ui, sans-serif;
  letter-spacing: 0.08em;
}

.thoughts-status-box small {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 6px;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.thoughts-status-box small::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--paper-ink);
}

.thoughts-nameplate blockquote {
  margin: 0;
  padding-left: clamp(12px, 1.5vw, 24px);
  border-left: 1px solid rgba(16, 16, 14, 0.24);
  color: var(--paper-ink);
}

.thoughts-nameplate blockquote p {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(18px, 1.5vw, 28px);
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}

.thoughts-nameplate cite {
  display: block;
  margin-top: 10px;
  color: var(--paper-red);
  font-family: "JetBrains Mono", var(--f-mono, "Courier New", monospace);
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.thoughts-hero {
  padding-top: 0;
}

.thoughts-frontpage {
  grid-template-columns: minmax(210px, 0.74fr) minmax(520px, 1.8fr) minmax(240px, 0.78fr);
  align-items: stretch;
}

.thoughts-title {
  max-width: 12ch;
  font-size: clamp(56px, 6.2vw, 116px);
  line-height: 0.82;
}

.thoughts-deck {
  max-width: 680px;
  font-size: clamp(11px, 0.78vw, 13px);
}

.thoughts-lead-figure {
  margin: clamp(16px, 2vw, 30px) 0 0;
  border-top: 1px solid rgba(16, 16, 14, 0.36);
  padding-top: clamp(12px, 1.2vw, 18px);
}

.thoughts-lead-figure img {
  width: 100%;
  height: clamp(210px, 22vw, 360px);
  display: block;
  object-fit: cover;
  border: 1px solid rgba(16, 16, 14, 0.36);
  filter: saturate(1.12) contrast(1.08) sepia(0.06);
  mix-blend-mode: multiply;
}

.thoughts-lead-figure figcaption {
  margin-top: 8px;
  color: var(--paper-muted);
  font-family: "JetBrains Mono", var(--f-mono, "Courier New", monospace);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.paper-section {
  margin-top: clamp(24px, 3vw, 48px);
  padding-top: clamp(22px, 2.5vw, 40px);
}

.nm-board-head {
  grid-template-columns: 1fr;
  gap: clamp(10px, 1vw, 16px);
}

.nm-board-head h2 {
  max-width: none;
  font-size: clamp(32px, 3.8vw, 70px);
  line-height: 0.94;
  white-space: nowrap;
  text-wrap: nowrap;
}

.nm-board-kicker {
  width: fit-content;
  white-space: nowrap;
}

.thoughts-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.thoughts-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.thought-card h3 {
  font-size: clamp(24px, 2vw, 38px);
}

.thought-card p,
.nm-gallery-caption p {
  font-size: clamp(12px, 0.86vw, 15px);
}

.nm-gallery-board {
  padding-bottom: clamp(24px, 3vw, 46px);
}

.thoughts-footer {
  margin-top: clamp(16px, 2vw, 30px);
}

@media (max-width: 1180px) {
  .thoughts-nameplate,
  .thoughts-frontpage {
    grid-template-columns: 1fr;
  }

  .thoughts-nameplate-main {
    order: -1;
  }

  .thoughts-feature-grid,
  .thoughts-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .thoughts-nameplate-main h1 {
    font-size: clamp(48px, 16vw, 78px);
  }

  .thoughts-title {
    font-size: clamp(44px, 14vw, 72px);
  }

  .thoughts-feature-grid,
  .thoughts-card-grid,
  .nm-board-head {
    grid-template-columns: 1fr;
  }

  .nm-board-head h2,
  .nm-board-kicker {
    white-space: normal;
    text-wrap: balance;
  }
}

@media (min-width: 820px) {
  .thoughts-nameplate {
    grid-template-columns: minmax(136px, 0.42fr) minmax(0, 2.7fr) minmax(142px, 0.48fr);
    gap: clamp(14px, 1.8vw, 30px);
  }

  .thoughts-nameplate-main {
    order: 0;
  }

  .thoughts-frontpage {
    grid-template-columns: minmax(190px, 0.76fr) minmax(430px, 1.72fr) minmax(210px, 0.78fr);
  }

  .thoughts-status-box small {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}

/* Thoughts v6: compact front-page evidence slots, text folios, image-only gallery. */
.thoughts-report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 20px);
  align-items: start;
}

.thoughts-report-grid article {
  min-width: 0;
  border-top: 3px solid var(--paper-red);
  padding-top: clamp(9px, 0.8vw, 13px);
}

.thoughts-side-story--right .thoughts-report-grid h2 {
  margin-bottom: clamp(7px, 0.7vw, 10px);
  padding-top: 0;
  border-top: 0;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 0.94;
}

.thoughts-side-story--right .thoughts-report-grid p {
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 1.18;
}

.thoughts-side-story--right p::first-letter {
  float: none;
  padding: 0;
  font: inherit;
}

.thoughts-side-figure {
  margin: clamp(16px, 1.6vw, 24px) 0 0;
  padding-top: clamp(10px, 1vw, 14px);
  border-top: 1px solid rgba(16, 16, 14, 0.28);
}

.thoughts-side-figure img {
  width: 100%;
  height: clamp(128px, 11vw, 190px);
  display: block;
  object-fit: cover;
  border: 1px solid rgba(16, 16, 14, 0.3);
  background: var(--paper-deep);
  filter: saturate(0.98) contrast(1.08) sepia(0.08);
  mix-blend-mode: multiply;
}

.thoughts-side-figure figcaption {
  margin-top: 7px;
  color: var(--paper-muted);
  font-family: "JetBrains Mono", var(--f-mono, "Courier New", monospace);
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thoughts-side-figure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 16px);
}

.thoughts-side-figure-grid .thoughts-side-figure img {
  height: clamp(110px, 8.6vw, 154px);
}

.thoughts-side-story--evidence {
  display: flex;
  flex-direction: column;
  align-items: start;
  min-height: 100%;
  padding-top: clamp(34px, 4.2vw, 72px);
}

.thoughts-side-story--evidence .thoughts-side-figure-grid {
  width: 100%;
}

.thoughts-side-story--evidence .thoughts-side-figure {
  margin-top: 0;
}

#thought-board .nm-board-head {
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
  align-items: end;
}

#thought-board .nm-board-head h2 {
  white-space: normal;
  text-wrap: balance;
}

.thoughts-feature-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.thoughts-feature-grid .thought-card {
  min-height: auto;
}

.thoughts-feature-grid .thought-card-media {
  aspect-ratio: 1.14 / 0.78;
}

.thoughts-feature-grid .thought-card h3 {
  font-size: clamp(22px, 1.65vw, 32px);
}

.thoughts-feature-grid .thought-card p {
  font-size: clamp(12px, 0.82vw, 14px);
}

#thought-articles .nm-board-head,
.nm-gallery-board .nm-board-head {
  place-items: center;
  text-align: center;
}

#thought-articles .nm-board-kicker,
.nm-gallery-board .nm-board-kicker {
  margin-inline: auto;
}

#thought-articles .thoughts-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.thought-card--essay {
  min-height: clamp(200px, 16vw, 260px);
  border: 1px solid rgba(16, 16, 14, 0.26);
  border-top: 3px solid var(--paper-ink);
  padding: clamp(13px, 1.15vw, 18px);
  background:
    linear-gradient(90deg, rgba(16, 16, 14, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(16, 16, 14, 0.028) 1px, transparent 1px),
    rgba(239, 232, 218, 0.36);
  background-size: 24px 100%, 100% 22px, auto;
}

.thought-card--essay .thought-card-copy {
  display: grid;
  height: 100%;
  padding: 0;
  align-content: start;
}

.thought-card--essay h3 {
  margin-top: clamp(13px, 1vw, 18px);
  font-size: clamp(25px, 2.1vw, 40px);
}

.thought-card-read {
  align-self: end;
  margin-top: clamp(18px, 2vw, 32px);
  color: var(--paper-red);
  font-family: "JetBrains Mono", var(--f-mono, "Courier New", monospace);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nm-gallery-board .nm-board-head h2 {
  max-width: none;
}

.nm-gallery-track {
  align-items: flex-start;
}

.nm-gallery-card {
  width: clamp(250px, 21vw, 365px);
  min-height: 0;
  border-top: 0;
  padding: 0;
}

.nm-gallery-image {
  height: clamp(178px, 16vw, 272px);
  border: 1px solid rgba(16, 16, 14, 0.36);
}

.nm-gallery-caption {
  padding-top: 8px;
  text-align: center;
}

.nm-gallery-caption h3,
.nm-gallery-caption p {
  display: none;
}

.nm-image-viewer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0s linear 0.24s;
}

.nm-image-viewer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.24s ease, visibility 0s;
}

.nm-image-viewer__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 3, 3, 0.82);
  cursor: zoom-out;
}

.nm-image-viewer__frame {
  width: min(92vw, 1180px);
  max-height: 88vh;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: clamp(10px, 1vw, 16px);
  border: 1px solid rgba(239, 232, 218, 0.32);
  background: #0d0c0b;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
}

.nm-image-viewer__frame img {
  width: 100%;
  max-height: 76vh;
  display: block;
  object-fit: contain;
}

.nm-image-viewer__frame figcaption {
  margin-top: 10px;
  color: rgba(239, 232, 218, 0.72);
  font-family: "JetBrains Mono", var(--f-mono, "Courier New", monospace);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nm-image-viewer__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  border: 1px solid rgba(239, 232, 218, 0.5);
  background: rgba(13, 12, 11, 0.78);
  color: #efe8da;
  padding: 8px 10px 7px;
  font-family: "JetBrains Mono", var(--f-mono, "Courier New", monospace);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 1180px) {
  #thought-board .nm-board-head,
  .thoughts-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #thought-board .nm-board-head {
    align-items: start;
  }
}

@media (max-width: 820px) {
  .thoughts-report-grid,
  .thoughts-side-figure-grid,
  #thought-board .nm-board-head,
  .thoughts-feature-grid,
  #thought-articles .thoughts-card-grid {
    grid-template-columns: 1fr;
  }

  #thought-articles .nm-board-head,
  .nm-gallery-board .nm-board-head {
    text-align: left;
    place-items: start;
  }

  #thought-articles .nm-board-kicker,
  .nm-gallery-board .nm-board-kicker {
    margin-inline: 0;
  }

  .thoughts-side-story--evidence {
    min-height: 0;
    padding-top: 0;
  }
}

@media (min-width: 821px) {
  .thoughts-frontpage {
    grid-template-columns: minmax(170px, 0.64fr) minmax(390px, 1.62fr) minmax(150px, 0.58fr);
    gap: clamp(14px, 1.8vw, 30px);
  }

  .thoughts-lead-story {
    grid-column: 2;
    grid-row: 1;
  }

  .thoughts-side-story--left {
    grid-column: 1;
    grid-row: 1;
  }

  .thoughts-side-story--evidence {
    grid-column: 3;
    grid-row: 1;
  }

  .thoughts-side-story--evidence .thoughts-side-figure-grid {
    grid-template-columns: 1fr;
  }
}

#thought-board {
  border-top: 0;
}

#thought-board .nm-board-head {
  grid-template-columns: 1fr;
  place-items: center;
  text-align: center;
}

#thought-board .nm-board-kicker {
  margin-inline: auto;
}

#thought-board .nm-board-head h2 {
  max-width: min(15ch, 100%);
  margin-inline: auto;
}
