:root {
  --text: #181310;
  --bg: #faf6ef;
  --surface: #fffdf8;
  --surface-soft: #f5ede1;
  --rule: #3b312b;
  --rule-soft: #d6c9b8;
  --rule-faint: #e8dece;
  --muted: #5b4e43;
  --accent: #9f6b5a;
  --accent-strong: #865646;
  --highlight: #8b6b35;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
}

body {
  overflow-x: hidden;
  font-family: nyt-imperial, georgia, serif;
}

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

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

.skip-link {
  position: absolute;
  top: -3rem;
  left: 1rem;
  z-index: 10;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: #000;
  color: #fff;
  font: 700 0.75rem/1 nyt-franklin, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: none;
}

.skip-link:focus {
  top: 1rem;
}

.home-utility-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border: 1px solid var(--rule-soft);
  padding: 0 12px;
  background: var(--surface);
  color: var(--text);
  font: 700 0.76rem/1 nyt-franklin, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.home-utility-button:hover,
.home-utility-button:focus-visible {
  background: var(--surface-soft);
}

.home-utility-button--primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #ffffff;
}

.home-utility-button--primary:hover,
.home-utility-button--primary:focus-visible {
  background: var(--accent-strong);
}

.hero-layout {
  display: grid;
  grid-template-columns: 48.6% 51.4%;
  min-height: calc(100vh - 94px);
}

.hero-copy {
  position: relative;
  background: var(--bg);
}

.hero-copy-inner {
  position: absolute;
  left: clamp(2rem, 11vw, 13rem);
  right: clamp(2rem, 6vw, 5rem);
  top: 54.5%;
  transform: translateY(-50%);
}

.hero-copy h1 {
  max-width: 520px;
  margin: 0;
  font-family: nyt-cheltenham, georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.3rem, 4.3vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero-copy p {
  max-width: 420px;
  margin: 0.95rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.35;
}

.hero-media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 94px);
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 22%, rgba(250, 232, 185, 0.94), rgba(250, 232, 185, 0.14) 20%, transparent 42%),
    radial-gradient(circle at 72% 34%, rgba(159, 107, 90, 0.34), transparent 30%),
    linear-gradient(180deg, #1d1815 0%, #171616 50%, #0c0b0c 100%);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 32% 30%, rgba(255, 255, 255, 0.28), transparent 18%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.34) 100%);
  pointer-events: none;
}

.hero-figure {
  position: absolute;
  inset: 0;
}

.hero-head-stage {
  width: 100%;
  height: 100%;
  background: transparent;
  filter: contrast(1.08) saturate(0.9);
}

.hero-head-stage.home-opening-canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hero-head-stage.home-opening-canvas::after {
  display: none !important;
}

.hero-head-stage canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-head-stage.home-opening-canvas > canvas,
.hero-head-stage.home-opening-canvas > canvas.renderer {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  display: block !important;
}

.hero-media.home-opening-canvas {
  position: relative;
  inset: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-media.home-opening-canvas > canvas,
.hero-media.home-opening-canvas > canvas.renderer {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  display: block !important;
}

.hero-text-section {
  border-top: 1px solid var(--rule-faint);
  background: var(--surface);
}

.hero-text-inner {
  width: min(760px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 34px 0 10px;
  display: grid;
  gap: 1.45rem;
}

.hero-text-inner p {
  margin: 0;
  color: var(--text);
  font-family: nyt-imperial, georgia, serif;
  font-size: clamp(1.18rem, 1.45vw, 1.42rem);
  line-height: 1.5;
}
.front-sections {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 28px 0 44px;
}

.front-grid {
  display: grid;
  gap: 22px;
  padding: 24px 0;
  border-top: 1px solid var(--rule);
}

.front-grid--lead {
  grid-template-columns: 1fr;
}

.front-grid--posts {
  grid-template-columns: 1fr;
  gap: 0;
}

.posts-home-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: min(944px, 100%);
  margin-inline: auto;
}

.posts-home-main {
  display: grid;
  width: 100%;
  margin-inline: auto;
}

.posts-home-toolbar {
  position: relative;
  display: flex;
  align-items: end;
  gap: 0;
  padding-top: 12px;
  border-bottom: 1px solid var(--rule-faint);
  overflow: visible;
}

.posts-home-toolbar::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  border-top: 2px solid var(--color-content-secondary, #363636);
}

.posts-home-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 138px;
  border-top: 1px solid var(--rule-soft);
  border-left: 1px solid var(--rule-soft);
  border-right: 1px solid var(--rule-soft);
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: -1px;
  margin-left: 16px;
  padding: 0 36px;
  background: var(--surface);
  color: var(--text);
  font: 600 0.94rem/1 nyt-franklin, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 1;
}

.posts-home-tab:not(.is-muted) {
  min-height: 50px;
  margin-top: -10px;
  z-index: 2;
}

.posts-home-tab::after {
  display: none;
}

.posts-home-tab.is-muted {
  border-top: 2px solid var(--color-content-secondary, #363636);
  border-left-color: var(--rule-faint);
  border-right-color: var(--rule-faint);
  color: var(--muted);
}

.posts-home-toolbar-search {
  position: relative;
  z-index: 1;
}

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

.posts-home-toolbar-field {
  display: grid;
  grid-template-columns: 16px auto minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  min-height: 40px;
  width: 174px;
  padding: 0 14px;
  gap: 10px;
  border-top: 2px solid var(--color-content-secondary, #363636);
  border-left: 1px solid var(--rule-faint);
  border-right: 1px solid var(--rule-faint);
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: -1px;
  margin-left: -1px;
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  position: relative;
}

.posts-home-toolbar-input {
  width: 0;
  min-width: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--text);
  font: 600 0.93rem/1 nyt-franklin, Arial, sans-serif;
  opacity: 0;
}

.posts-home-toolbar-input:focus {
  outline: none;
}

.posts-home-toolbar-field.is-engaged,
.posts-home-toolbar-field.has-query {
  width: 216px;
  min-height: 50px;
  margin-top: -10px;
  border-top: 1px solid var(--rule-soft);
  z-index: 2;
}

.posts-home-toolbar-field.is-engaged::after,
.posts-home-toolbar-field.has-query::after {
  display: none;
}

.posts-home-toolbar-field.is-engaged .posts-home-toolbar-input,
.posts-home-toolbar-field.has-query .posts-home-toolbar-input {
  width: 100%;
  opacity: 1;
}

.posts-home-toolbar-icon {
  width: 14px;
  height: 14px;
  border: 1.5px solid var(--muted);
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
}

.posts-home-toolbar-icon::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 1.5px;
  right: -4px;
  bottom: 0;
  background: var(--muted);
  transform: rotate(45deg);
  transform-origin: center;
}

.posts-home-toolbar-tab-label {
  color: var(--muted);
  font: 600 0.93rem/1 nyt-franklin, Arial, sans-serif;
  white-space: nowrap;
}

.posts-home-toolbar-field.is-engaged .posts-home-toolbar-tab-label,
.posts-home-toolbar-field.has-query .posts-home-toolbar-tab-label {
  display: none;
}

.posts-home-toolbar-clear {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: 400 1.12rem/1 nyt-franklin, Arial, sans-serif;
}

.posts-home-toolbar-clear[hidden] {
  display: none;
}

.posts-home-list {
  display: grid;
}

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

.story-card,
.section-column {
  display: grid;
  align-content: start;
  gap: 12px;
}

.story-card--with-thumb,
.section-column--with-thumb {
  gap: 14px;
}

.story-card {
  padding-right: 0;
  padding-bottom: 24px;
  border-right: 0;
  border-bottom: 1px solid #ebebeb;
}

.story-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.story-card--feature h2 {
  font-size: clamp(1.8rem, 2.2vw, 2.5rem);
}

.front-grid--lead .story-card {
  display: grid;
  grid-template-columns: minmax(260px, 470px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.front-grid--lead .story-card > :not(.story-thumb):not(.story-thumb--feature) {
  grid-column: 2;
}

.front-grid--lead .story-card--product-desk {
  grid-template-columns: 1fr;
  gap: 12px;
}

.front-grid--lead .story-card--product-desk > * {
  grid-column: auto;
}

.story-card--product-desk {
  gap: 12px;
  width: min(920px, 100%);
  margin-inline: auto;
}

.story-card--product-desk > .story-kicker,
.story-card--product-desk > .product-desk-list,
.story-card--product-desk > .product-desk-footer {
  width: min(920px, 100%);
  margin-inline: auto;
}

.story-thumb,
.section-thumb {
  margin: 0;
  overflow: hidden;
  background: var(--surface-soft);
}

.story-thumb {
  aspect-ratio: 16 / 10;
}

.story-thumb--feature {
  aspect-ratio: 16 / 9;
}

.section-thumb {
  aspect-ratio: 16 / 9;
}

.story-thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-grid--lead .story-thumb,
.front-grid--lead .story-thumb--feature {
  grid-column: 1;
  grid-row: 1 / span 6;
  aspect-ratio: 16 / 9;
}

.story-thumb-image--agenda {
  object-position: center top;
}

.story-thumb-image--products {
  object-position: 62% 20%;
}

.story-thumb-image--portrait {
  object-position: center center;
  background: #ece2d4;
}

.story-thumb-image--posts {
  object-position: 18% 18%;
}

.story-thumb-image--media {
  object-position: 82% 28%;
}

.story-thumb-image--finance {
  object-position: 55% 72%;
}

.story-kicker,
.section-label,
.footer-label {
  margin: 0;
  color: var(--muted);
  font: 700 0.72rem/1.2 nyt-franklin, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: none;
}

.story-card h2,
.section-column h3 {
  margin: 0;
  font-family: nyt-cheltenham, georgia, serif;
  font-size: 1.45rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.story-card p,
.section-column p,
.section-list {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.story-link,
.section-list a,
.home-footer-columns a {
  text-decoration: underline;
  text-decoration-color: #bcbcbc;
  text-underline-offset: 0.18rem;
}

.product-desk-list {
  display: grid;
  gap: 0;
}

.product-desk-item {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  min-height: 220px;
  padding: 40px 0 64px;
  border-top: 1px solid var(--rule-faint);
  text-decoration: none;
}

.product-desk-item:first-child {
  border-top: 1px solid var(--rule-soft);
}

.product-desk-date {
  display: none !important;
}

.product-desk-thumb {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--surface-soft);
}

.product-desk-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-desk-image--consulting {
  object-position: center center;
  background: #ebe0d1;
}

.product-desk-image--agents {
  object-position: 64% 22%;
}

.product-desk-image--stack {
  object-position: 46% 70%;
}

.product-desk-copy {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  gap: 10px;
  align-content: start;
}

.product-desk-item h3 {
  margin: 0;
  font-family: nyt-cheltenham, georgia, serif;
  font-size: 1.25rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.product-desk-item p {
  margin: 0;
  color: var(--muted);
  font-family: nyt-imperial, georgia, serif;
  font-size: 1rem;
  line-height: 1.45;
}

.product-desk-item:hover h3,
.product-desk-item:focus-visible h3 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16rem;
}

.product-desk-label {
  color: #111111;
  font: 700 0.72rem/1 nyt-franklin, Arial, sans-serif;
  font-family: nyt-franklin, Arial, sans-serif;
  letter-spacing: 0.07em;
  text-transform: none;
}

.product-desk-byline {
  color: var(--highlight) !important;
  font: 500 0.82rem/1.2 nyt-franklin, Arial, sans-serif !important;
  font-family: nyt-franklin, Arial, sans-serif !important;
  text-transform: none;
}

.product-desk-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
}

.product-desk-meta {
  color: #6b6b6b;
  font: 500 0.78rem/1.45 nyt-franklin, Arial, sans-serif;
}

.posts-home-story {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) 160px;
  gap: 20px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule-soft);
}

.posts-home-story:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.posts-home-story-date {
  margin: 0;
  color: var(--muted);
  font: 500 0.8rem/1.3 nyt-franklin, Arial, sans-serif;
}

.posts-home-story-copy {
  display: grid;
  gap: 10px;
}

.posts-home-story-kicker {
  margin: 0;
  color: var(--text);
  font: 700 0.72rem/1 nyt-franklin, Arial, sans-serif;
  letter-spacing: 0.07em;
  text-transform: none;
}

.posts-home-story-title {
  margin: 0;
  font-family: nyt-cheltenham, georgia, serif;
  font-size: 1.25rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.posts-home-story-title a {
  text-decoration: none;
}

.posts-home-story-title a:hover,
.posts-home-story-title a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16rem;
}

.posts-home-story-excerpt {
  margin: 0;
  color: #2f2823;
  font-size: 1rem;
  line-height: 1.45;
}

.posts-home-story-byline {
  margin: 0;
  color: var(--muted);
  font: 500 0.82rem/1.3 nyt-franklin, Arial, sans-serif;
  text-transform: none;
}

.posts-home-story-thumb {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--surface-soft);
}

.posts-home-story-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.posts-home-story-image--portrait {
  object-position: center center;
  background: #ebe0d1;
}

.posts-home-story-image--systems {
  object-position: 58% 18%;
}

.posts-home-rail {
  display: grid;
  gap: 24px;
}

.posts-home-rail-card {
  display: grid;
  gap: 12px;
}

.posts-home-rail-card--dark {
  border: 1px solid var(--rule-soft);
  padding: 16px 18px 18px;
  background: #221b19;
  color: #fff9f2;
}

.posts-home-rail-kicker {
  margin: 0;
  color: inherit;
  font: 700 0.68rem/1.2 nyt-franklin, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: none;
}

.posts-home-rail-mark {
  margin: 0;
  font-family: nyt-karnak, nyt-cheltenham, georgia, serif;
  font-size: 1.35rem;
  line-height: 1;
}

.posts-home-rail-card h3 {
  margin: 0;
  font-family: nyt-cheltenham, georgia, serif;
  font-size: 1.9rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.posts-home-rail-card p {
  margin: 0;
  line-height: 1.5;
}

.posts-home-rail-link {
  width: fit-content;
  border: 1px solid currentColor;
  padding: 10px 14px;
  font: 700 0.72rem/1 nyt-franklin, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: none;
}

.posts-home-rail-note {
  padding-top: 22px;
  border-top: 1px solid var(--rule-soft);
}

.story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.section-column {
  padding-right: 16px;
  border-right: 1px solid var(--rule-faint);
}

.section-column:last-child {
  padding-right: 0;
  border-right: 0;
}

.section-list {
  display: grid;
  gap: 10px;
  padding-left: 1.1rem;
}

.home-footer {
  border-top: 2px solid var(--rule);
  padding: 18px 0 36px;
  background: var(--surface);
}

.home-footer-inner {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.home-footer-mark {
  font-family: nyt-karnak, nyt-cheltenham, georgia, serif;
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.home-footer-columns {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 12px;
  border-top: 1px solid var(--rule-faint);
}

.home-footer-columns div {
  display: grid;
  gap: 10px;
}

@media (max-width: 1120px) {
}

@media (max-width: 900px) {
  .hero-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    min-height: 42vh;
    order: 2;
  }

  .hero-copy-inner {
    position: static;
    transform: none;
    padding: 2.5rem 1.5rem 3rem;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.1rem, 9vw, 3rem);
  }

  .hero-copy p {
    max-width: 100%;
    font-size: 1.05rem;
  }

  .hero-media {
    order: 1;
    min-height: 58vh;
  }

  .front-sections {
    width: min(1280px, calc(100% - 1rem));
  }

  .front-grid--lead,
  .front-grid--posts,
  .front-grid--columns,
  .home-footer-columns {
    grid-template-columns: 1fr;
  }

  .front-grid--lead .story-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .front-grid--lead .story-card > :not(.story-thumb):not(.story-thumb--feature) {
    grid-column: auto;
  }

  .front-grid--lead .story-thumb,
  .front-grid--lead .story-thumb--feature {
    grid-column: auto;
    grid-row: auto;
  }

  .product-desk-item {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px 0;
  }

  .product-desk-thumb {
    order: 3;
    max-width: 240px;
  }

  .posts-home-shell {
    grid-template-columns: 1fr;
  }

  .posts-home-rail {
    padding-top: 10px;
  }

  .story-card {
    border-right: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #ebebeb;
  }

  .section-column {
    padding-right: 0;
    border-right: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #ebebeb;
  }

  .story-card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .section-column:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .home-utility-button {
    width: 100%;
    min-height: 36px;
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .hero-copy {
    min-height: auto;
  }

  .hero-copy-inner {
    padding: 2rem 1rem 2.35rem;
  }

  .hero-media {
    min-height: 46vh;
  }

  .front-sections {
    width: calc(100% - 0.75rem);
    padding: 20px 0 30px;
  }

  .front-grid {
    padding: 18px 0;
  }

  .story-actions,
  .product-desk-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-desk-item {
    grid-template-columns: 1fr;
  }

  .posts-home-toolbar {
    display: grid;
    gap: 10px;
  }

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

  .posts-home-toolbar-field {
    width: 100%;
    margin-left: 0;
  }

  .posts-home-story-title,
  .posts-home-rail-card h3,
  .section-column h3 {
    font-size: 1.28rem;
  }
}

body.home-shell-page .nyt-shell-header.is-homebar-shell {
  background: var(--surface);
}

body.home-shell-page .nyt-shell-header.is-homebar-shell .nyt-shell-status,
body.home-shell-page .nyt-shell-header.is-homebar-shell .nyt-shell-masthead {
  background: var(--surface);
}

@media (min-width: 1121px) {
  body.home-shell-page .nyt-shell-header.is-homebar-shell .nyt-shell-top-nav {
    display: flex;
  }

  body.home-shell-page .nyt-shell-header.is-homebar-shell .nyt-shell-status-account {
    display: flex;
  }

  body.home-shell-page .nyt-shell-header.is-homebar-shell .nyt-shell-stack-menu {
    display: none;
  }
}

@media (max-width: 1120px) {
  body.home-shell-page .nyt-shell-header.is-homebar-shell .nyt-shell-status-inner {
    position: relative !important;
    display: block !important;
  }

  body.home-shell-page .nyt-shell-header.is-homebar-shell .nyt-shell-top-nav,
  body.home-shell-page .nyt-shell-header.is-homebar-shell .nyt-shell-status-account {
    display: none;
  }

  body.home-shell-page .nyt-shell-header.is-homebar-shell .nyt-shell-status-right {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: auto !important;
    margin: 0 !important;
    display: inline-flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 0 !important;
  }

  body.home-shell-page .nyt-shell-header.is-homebar-shell .nyt-shell-stack-menu {
    display: block !important;
    margin: 0 !important;
  }
}

@media (max-width: 640px) {
  body.home-shell-page .nyt-shell-header.is-homebar-shell .nyt-shell-stack-actions {
    grid-template-columns: 1fr;
  }

  body.home-shell-page .home-footer-columns {
    grid-template-columns: 1fr;
  }
}

.posts-home-layout {
  grid-template-columns: minmax(0, 1fr) !important;
}

.posts-home-rail {
  display: none !important;
}

.hero-presentation {
  display: none !important;
}

.hero-presentation-inner {
  width: min(760px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.75rem 0 2.5rem;
}

.hero-presentation-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #d9d9d9;
}

.hero-presentation-tool {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 0.9rem;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  color: #111111;
  font: 600 0.78rem/1 nyt-franklin, Arial, sans-serif;
  letter-spacing: 0.03em;
  text-transform: none;
}

.hero-presentation-tool--play::before {
  content: "";
  width: 0;
  height: 0;
  margin-right: 0.55rem;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #111111;
}

.hero-presentation-byline {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
}

.hero-presentation-avatars {
  display: flex;
  align-items: center;
}

.hero-presentation-avatar {
  width: 3rem;
  height: 3rem;
  margin-right: -0.35rem;
  border: 1px solid #ffffff;
  border-radius: 12px;
  background: linear-gradient(180deg, #4f545e, #1c1f25);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 700 1rem/1 nyt-franklin, Arial, sans-serif;
}

.hero-presentation-avatar--alt {
  background: linear-gradient(180deg, #c8cbc3, #757a75);
  color: #111111;
}

.hero-presentation-author-block {
  display: grid;
  gap: 0.15rem;
}

.hero-presentation-author,
.hero-presentation-location,
.hero-presentation-date {
  margin: 0;
}

.hero-presentation-author {
  color: #111111;
  font: 700 0.98rem/1.3 nyt-franklin, Arial, sans-serif;
}

.hero-presentation-location,
.hero-presentation-date {
  color: #3f3f3f;
  font: 400 0.95rem/1.4 nyt-franklin, Arial, sans-serif;
}

.hero-presentation-date {
  padding-top: 0.8rem;
}

.hero-presentation-body {
  display: grid;
  gap: 1rem;
  padding-top: 1.5rem;
}

.hero-presentation-body p {
  margin: 0;
  color: #111111;
  font-family: nyt-imperial, georgia, serif;
  font-size: clamp(1.5rem, 2.4vw, 1.95rem);
  line-height: 1.38;
}

@media (max-width: 720px) {
  .hero-presentation-inner {
    width: min(760px, calc(100% - 1rem));
    padding: 1.25rem 0 1.8rem;
  }

  .hero-presentation-byline {
    align-items: flex-start;
  }

  .hero-presentation-body p {
    font-size: 1.28rem;
    line-height: 1.42;
  }
}

