.editorial-blog {
  --editorial-ink: oklch(27% 0.045 179);
  --editorial-ink-soft: oklch(39% 0.035 179);
  --editorial-paper: oklch(97% 0.016 78);
  --editorial-paper-deep: oklch(92% 0.028 76);
  --editorial-green: oklch(23% 0.052 177);
  --editorial-green-2: oklch(31% 0.062 177);
  --editorial-mint: oklch(88% 0.045 177);
  --editorial-orange: oklch(75% 0.16 61);
  --editorial-orange-hot: oklch(80% 0.17 68);
  --editorial-rule: oklch(27% 0.045 179 / 0.2);
  --editorial-light-rule: oklch(95% 0.018 78 / 0.22);
  --editorial-shell: min(100% - clamp(1.5rem, 5vw, 6rem), 96rem);
  width: 100%;
  max-width: none;
  overflow-x: clip;
  background: var(--editorial-paper);
  color: var(--editorial-ink-soft);
  font-family: var(--font-family-base, 'Manrope', sans-serif);
}

body:has([data-editorial-blog]),
body:has([data-editorial-blog]) .body-wrapper,
body:has([data-editorial-blog]) .theme-main,
body:has([data-editorial-blog]) .body-container,
body:has([data-editorial-blog]) .body-container-wrapper,
body:has([data-editorial-blog]) .container-fluid,
body:has([data-editorial-blog]) .row-fluid-wrapper,
body:has([data-editorial-blog]) .row-fluid {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

body:has([data-editorial-blog]) .theme-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: var(--editorial-paper);
}

.editorial-shell {
  width: var(--editorial-shell);
  margin-inline: auto;
}

.editorial-kicker,
.editorial-section-label,
.editorial-hero__routes-label,
.editorial-topics__label {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.editorial-hero {
  position: relative;
  min-height: min(58rem, 94svh);
  overflow: hidden;
  isolation: isolate;
  background: var(--editorial-green);
  color: var(--editorial-paper);
}

.editorial-hero::before {
  position: absolute;
  z-index: -2;
  top: -24%;
  right: -8%;
  width: min(48vw, 48rem);
  aspect-ratio: 0.82;
  background: var(--editorial-orange);
  clip-path: polygon(16% 0, 100% 8%, 84% 100%, 0 88%);
  content: '';
  transform: rotate(5deg);
}

.editorial-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent calc(8.333% - 1px),
    var(--editorial-light-rule) calc(8.333% - 1px),
    var(--editorial-light-rule) 8.333%
  );
  content: '';
  mask-image: linear-gradient(to bottom, transparent 0, black 18%, black 84%, transparent 100%);
  opacity: 0.28;
}

.editorial-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(20rem, 0.65fr);
  gap: clamp(4rem, 9vw, 10rem);
  align-items: end;
  width: var(--editorial-shell);
  min-height: min(58rem, 94svh);
  margin-inline: auto;
  padding: clamp(9rem, 16vw, 14rem) 0 clamp(5rem, 9vw, 8rem);
}

.editorial-hero__copy {
  max-width: 62rem;
}

.editorial-kicker {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  color: var(--editorial-orange-hot);
}

.editorial-hero h1 {
  max-width: 12.5ch;
  margin: 0;
  color: var(--editorial-paper);
  font-family: var(--font-family-heading, 'Manrope', sans-serif);
  font-size: clamp(3.75rem, 7.2vw, 7.6rem);
  font-weight: 780;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-wrap: balance;
}

.editorial-hero__dek {
  max-width: 56ch;
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  color: var(--editorial-mint);
  font-size: clamp(1.08rem, 1.7vw, 1.38rem);
  line-height: 1.68;
}

.editorial-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
  align-items: center;
  margin-top: clamp(2.25rem, 4vw, 3.5rem);
}

.editorial-button,
.editorial-text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 0.65rem;
  justify-content: center;
  font-weight: 780;
  text-decoration: none;
}

.editorial-button {
  padding: 0.85rem 1.15rem;
  border: 1px solid currentColor;
}

.editorial-button--accent {
  border-color: var(--editorial-orange);
  background: var(--editorial-orange);
  color: var(--editorial-green);
}

.editorial-button--accent:hover {
  border-color: var(--editorial-orange-hot);
  background: var(--editorial-orange-hot);
}

.editorial-text-link {
  color: var(--editorial-paper);
  text-decoration: underline;
  text-decoration-color: var(--editorial-light-rule);
  text-underline-offset: 0.4em;
}

.editorial-text-link:hover {
  text-decoration-color: var(--editorial-orange);
}

.editorial-hero__routes {
  position: relative;
  z-index: 1;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: var(--editorial-paper);
  color: var(--editorial-ink);
  box-shadow: 1.25rem 1.25rem 0 var(--editorial-green-2);
}

.editorial-hero__routes-label {
  padding-bottom: 1.25rem;
  color: var(--editorial-ink-soft);
}

.editorial-hero__routes ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.editorial-hero__routes li {
  border-top: 1px solid var(--editorial-rule);
}

.editorial-hero__routes a {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) 1.5rem;
  gap: 0.85rem;
  align-items: start;
  min-height: 44px;
  padding: 1.15rem 0;
  color: inherit;
  text-decoration: none;
}

.editorial-route__number {
  padding-top: 0.18rem;
  color: var(--editorial-ink-soft);
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
}

.editorial-hero__routes strong,
.editorial-hero__routes small {
  display: block;
}

.editorial-hero__routes strong {
  font-size: 1rem;
  line-height: 1.35;
}

.editorial-hero__routes small {
  margin-top: 0.28rem;
  color: var(--editorial-ink-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

.editorial-route__arrow {
  color: var(--editorial-orange);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.editorial-hero__routes a:hover .editorial-route__arrow {
  transform: translate(0.18rem, -0.18rem);
}

.editorial-hero__margin-note {
  position: absolute;
  left: max(0.65rem, calc((100vw - 96rem) / 2 - 2.25rem));
  bottom: 5rem;
  margin: 0;
  color: var(--editorial-mint);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  opacity: 0.52;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: left bottom;
}

.editorial-library {
  scroll-margin-top: calc(var(--header-height, 72px) + 1rem);
  padding: clamp(4.5rem, 8vw, 7.5rem) 0 clamp(6rem, 11vw, 10rem);
  background: var(--editorial-paper);
}

.editorial-library__header {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  padding-bottom: clamp(2.5rem, 4vw, 3.75rem);
  border-bottom: 2px solid var(--editorial-ink);
}

.editorial-section-label {
  color: var(--editorial-green-2);
}

.editorial-library__header h2,
.editorial-closing h2 {
  max-width: 13ch;
  margin: 0.85rem 0 0;
  color: var(--editorial-ink);
  font-size: clamp(2.75rem, 5.2vw, 5.4rem);
  font-weight: 760;
  letter-spacing: -0.06em;
  line-height: 0.94;
  text-wrap: balance;
}

.editorial-library__header > p {
  max-width: 46ch;
  margin: 0;
  color: var(--editorial-ink-soft);
  font-size: 1.04rem;
  line-height: 1.72;
}

.editorial-desk {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0;
  border-bottom: 2px solid var(--editorial-ink);
}

.editorial-search label {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--editorial-ink);
  font-size: 0.9rem;
  font-weight: 780;
}

.editorial-search__field {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) auto;
  gap: 0.6rem;
  align-items: center;
  border-bottom: 2px solid var(--editorial-ink);
}

.editorial-search__field svg {
  color: var(--editorial-green-2);
}

.editorial-search input {
  min-width: 0;
  min-height: 56px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--editorial-ink);
  font: inherit;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.editorial-search input::placeholder {
  color: oklch(48% 0.028 179);
  opacity: 1;
}

.editorial-search__field:focus-within {
  border-bottom-color: var(--editorial-orange);
}

.editorial-search__hint {
  color: var(--editorial-ink-soft);
  font-size: 0.72rem;
}

.editorial-topics {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin-top: 1.25rem;
}

.editorial-topics__label {
  padding-top: 0.8rem;
  color: var(--editorial-ink-soft);
}

.editorial-topics__rail {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.editorial-topic {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0.55rem 0.8rem;
  border-bottom: 1px solid var(--editorial-rule);
  color: var(--editorial-ink);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.editorial-topic::after {
  position: absolute;
  right: 0.8rem;
  bottom: -1px;
  left: 0.8rem;
  height: 3px;
  background: var(--editorial-orange);
  content: '';
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 150ms linear;
}

.editorial-topic:hover::after,
.editorial-topic.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.editorial-topic.is-active {
  font-weight: 850;
}

.editorial-toolbar {
  display: flex;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25rem;
}

.editorial-sort {
  display: flex;
  gap: 0.25rem;
}

.editorial-sort button,
.editorial-result button,
.editorial-empty button {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--editorial-ink);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 760;
  cursor: pointer;
}

.editorial-sort button {
  padding: 0.55rem 0.8rem;
}

.editorial-sort button[aria-pressed='true'] {
  background: var(--editorial-ink);
  color: var(--editorial-paper);
}

.editorial-result {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.editorial-result p {
  margin: 0;
  color: var(--editorial-ink-soft);
  font-size: 0.84rem;
}

.editorial-result button,
.editorial-empty button {
  color: var(--editorial-green-2);
  text-decoration: underline;
  text-decoration-color: var(--editorial-orange);
  text-underline-offset: 0.28em;
}

.editorial-index {
  counter-reset: editorial-article;
  padding-top: clamp(2rem, 4vw, 3.5rem);
}

.editorial-article,
.editorial-interlude {
  border-bottom: 1px solid var(--editorial-ink);
}

.editorial-article[hidden],
.editorial-interlude[hidden] {
  display: none !important;
}

.editorial-article__link {
  position: relative;
  display: grid;
  grid-template-areas: 'number body image';
  grid-template-columns: 3.5rem minmax(0, 1fr) minmax(15rem, 0.38fr);
  gap: clamp(1.5rem, 3.5vw, 3.5rem);
  align-items: center;
  min-height: 16rem;
  padding: clamp(2rem, 3.5vw, 3rem) 0;
  color: inherit;
  text-decoration: none;
}

.editorial-article__link::before {
  position: absolute;
  inset: 0 calc(-1 * clamp(1rem, 2vw, 2rem));
  z-index: -1;
  background: var(--editorial-paper-deep);
  content: '';
  opacity: 0;
  transform: scaleY(0.85);
  transition: opacity 180ms linear, transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.editorial-article__link:hover::before {
  opacity: 1;
  transform: scaleY(1);
}

.editorial-article__number {
  grid-area: number;
  align-self: start;
  padding-top: 0.3rem;
  color: var(--editorial-green-2);
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.editorial-article__image {
  grid-area: image;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--editorial-mint);
}

.editorial-article__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), filter 260ms linear;
}

.editorial-article__link:hover img {
  transform: scale(1.025);
}

.editorial-article__image--fallback {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, transparent 49.5%, var(--editorial-orange) 50%, var(--editorial-orange) 51%, transparent 51.5%),
    var(--editorial-mint);
}

.editorial-article__image--fallback span {
  color: var(--editorial-green);
  font-size: clamp(2.5rem, 6vw, 6rem);
  font-weight: 850;
  letter-spacing: -0.08em;
}

.editorial-article__body {
  grid-area: body;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.editorial-article__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
  color: var(--editorial-green-2);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorial-article__eyebrow > * + *::before {
  margin-right: 0.8rem;
  color: var(--editorial-orange);
  content: '•';
}

.editorial-article__lead-label {
  color: var(--editorial-ink);
}

.editorial-article h2 {
  max-width: 27ch;
  margin: 0.85rem 0 0;
  color: var(--editorial-ink);
  font-size: clamp(1.65rem, 2.3vw, 2.35rem);
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 1.04;
  text-wrap: balance;
}

.editorial-article__summary {
  display: -webkit-box;
  max-width: 58ch;
  margin-top: 1rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--editorial-ink-soft);
  font-size: 0.96rem;
  line-height: 1.68;
}

.editorial-article__read {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: 1.35rem;
  color: var(--editorial-ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.editorial-article__read span {
  color: var(--editorial-orange);
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.editorial-article__link:hover .editorial-article__read span {
  transform: translateX(0.25rem);
}

.editorial-article--lead {
  border-bottom: 0;
  margin-bottom: clamp(1rem, 3vw, 2.5rem);
}

.editorial-article--lead .editorial-article__link {
  grid-template-areas: 'number body image';
  grid-template-columns: 3.5rem minmax(20rem, 0.86fr) minmax(0, 1.14fr);
  min-height: 31rem;
  padding: clamp(2.5rem, 5vw, 5rem) clamp(1.5rem, 4vw, 4.5rem);
  background: var(--editorial-green);
  color: var(--editorial-paper);
}

.editorial-article--lead .editorial-article__link::before {
  display: none;
}

.editorial-article--lead .editorial-article__number,
.editorial-article--lead .editorial-article__eyebrow,
.editorial-article--lead .editorial-article__read span {
  color: var(--editorial-orange-hot);
}

.editorial-article--lead .editorial-article__lead-label,
.editorial-article--lead h2,
.editorial-article--lead .editorial-article__read {
  color: var(--editorial-paper);
}

.editorial-article--lead .editorial-article__summary {
  color: var(--editorial-mint);
}

.editorial-article--lead .editorial-article__image {
  aspect-ratio: 6 / 5;
}

.editorial-article--lead h2 {
  max-width: 18ch;
  font-size: clamp(2.35rem, 3.8vw, 4.15rem);
  line-height: 0.98;
}

.editorial-interlude {
  padding: clamp(3rem, 7vw, 6rem);
}

.editorial-interlude h2 {
  max-width: 14ch;
  margin: 0.8rem 0 0;
  color: inherit;
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 0.95;
  text-wrap: balance;
}

.editorial-interlude > p:not(.editorial-section-label),
.editorial-interlude > div p:not(.editorial-section-label) {
  max-width: 44ch;
  margin: 1.5rem 0 0;
  line-height: 1.7;
}

.editorial-interlude a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--editorial-orange);
  text-underline-offset: 0.35em;
}

.editorial-interlude--newsletter {
  background: var(--editorial-green);
  color: var(--editorial-paper);
}

.editorial-interlude--newsletter > p:not(.editorial-section-label) {
  color: rgba(255, 251, 241, 0.84);
}

.editorial-interlude--newsletter a {
  color: #fffdf7;
  text-decoration-color: var(--editorial-orange-hot);
  text-decoration-thickness: 2px;
}

.editorial-interlude--newsletter .editorial-section-label {
  color: var(--editorial-orange-hot);
}

.editorial-interlude--decision {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.55fr);
  gap: clamp(2rem, 8vw, 9rem);
  align-items: end;
  background: var(--editorial-orange);
  color: var(--editorial-green);
}

.editorial-empty {
  display: none;
  padding: clamp(4rem, 10vw, 9rem) 0;
  border-bottom: 2px solid var(--editorial-ink);
}

.editorial-empty.is-visible {
  display: block;
}

.editorial-empty__mark {
  margin: 0;
  color: var(--editorial-orange);
  font-size: clamp(5rem, 10vw, 10rem);
  font-weight: 800;
  line-height: 0.7;
}

.editorial-empty h2 {
  max-width: 20ch;
  margin: 2rem 0 0;
  color: var(--editorial-ink);
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.editorial-empty > p:not(.editorial-empty__mark) {
  max-width: 52ch;
  line-height: 1.65;
}

.editorial-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
  padding-top: clamp(3rem, 6vw, 5rem);
}

.editorial-pagination a,
.editorial-pagination span {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--editorial-ink);
  font-weight: 760;
  text-decoration: none;
}

.editorial-pagination__direction:last-child {
  justify-self: end;
}

.editorial-pagination__pages {
  display: flex;
}

.editorial-pagination a[aria-current='page'] {
  background: var(--editorial-ink);
  color: var(--editorial-paper);
}

.editorial-pagination .is-disabled {
  color: oklch(56% 0.024 179);
}

.editorial-closing {
  position: relative;
  overflow: hidden;
  background: var(--editorial-paper-deep);
  color: var(--editorial-ink-soft);
}

.editorial-closing::after {
  position: absolute;
  right: -8rem;
  bottom: -12rem;
  width: 28rem;
  aspect-ratio: 1;
  background: var(--editorial-orange);
  clip-path: polygon(10% 0, 100% 18%, 82% 100%, 0 78%);
  content: '';
  transform: rotate(-8deg);
}

.editorial-closing__inner {
  position: relative;
  z-index: 1;
  width: var(--editorial-shell);
  margin-inline: auto;
  padding: clamp(5rem, 10vw, 10rem) 0;
}

.editorial-closing h2 {
  max-width: 15ch;
}

.editorial-closing__inner > p:not(.editorial-section-label) {
  max-width: 54ch;
  margin: 1.75rem 0 0;
  color: var(--editorial-ink) !important;
  font-size: 1.05rem;
  font-weight: 520;
  line-height: 1.7;
}

.editorial-button--dark {
  margin-top: 2rem;
  background: var(--editorial-green);
  color: var(--editorial-paper);
}

.editorial-button--dark:hover {
  background: var(--editorial-green-2);
}

.editorial-blog :where(a, button, input):focus-visible {
  outline: 3px solid var(--editorial-orange);
  outline-offset: 4px;
}

@media (max-width: 1024px) {
  .editorial-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr);
    gap: 3rem;
  }

  .editorial-hero h1 {
    font-size: clamp(3.5rem, 7.8vw, 6rem);
  }

  .editorial-article__link {
    grid-template-columns: 2.5rem minmax(0, 1fr) minmax(12rem, 0.38fr);
    gap: 1.5rem;
  }

  .editorial-article--lead .editorial-article__link {
    grid-template-columns: 2.5rem minmax(16rem, 0.9fr) minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .editorial-hero {
    min-height: 0;
  }

  .editorial-hero::before {
    top: -8rem;
    right: -12rem;
    width: 28rem;
  }

  .editorial-hero__inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: calc(var(--header-height, 72px) + 5rem) 0 5rem;
  }

  .editorial-hero h1 {
    max-width: 11ch;
    font-size: clamp(3.15rem, 13vw, 5.4rem);
    line-height: 0.94;
  }

  .editorial-hero .editorial-kicker {
    color: var(--editorial-paper);
  }

  .editorial-hero__routes {
    box-shadow: 0.75rem 0.75rem 0 var(--editorial-green-2);
  }

  .editorial-hero__margin-note {
    display: none;
  }

  .editorial-library__header,
  .editorial-interlude--decision {
    grid-template-columns: 1fr;
  }

  .editorial-library__header {
    gap: 1.5rem;
  }

  .editorial-library__header h2,
  .editorial-closing h2 {
    font-size: clamp(2.75rem, 12vw, 4.5rem);
  }

  .editorial-topics {
    grid-template-columns: 1fr;
  }

  .editorial-topics__rail {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scroll-snap-type: x proximity;
  }

  .editorial-topic {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .editorial-article__link,
  .editorial-article--lead .editorial-article__link {
    grid-template-areas:
      'number image'
      '. body';
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 1rem;
    min-height: 0;
    padding-block: 2.25rem;
  }

  .editorial-article--lead .editorial-article__link {
    grid-template-areas:
      'image image'
      'number body';
    padding: 1rem 1rem 2rem;
  }

  .editorial-article__image,
  .editorial-article--lead .editorial-article__image {
    grid-area: image;
    aspect-ratio: 16 / 10;
  }

  .editorial-article__body {
    grid-area: body;
  }

  .editorial-article--lead h2,
  .editorial-article h2 {
    max-width: 19ch;
    font-size: clamp(1.75rem, 7.5vw, 2.8rem);
    line-height: 1;
  }

  .editorial-interlude {
    padding-inline: 0;
  }
}

@media (max-width: 560px) {
  .editorial-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .editorial-button,
  .editorial-text-link {
    width: 100%;
  }

  .editorial-text-link {
    justify-content: flex-start;
  }

  .editorial-search__field {
    grid-template-columns: 1.5rem minmax(0, 1fr);
  }

  .editorial-search__hint {
    display: none;
  }

  .editorial-search input {
    font-size: 1rem;
  }

  .editorial-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .editorial-sort {
    width: 100%;
  }

  .editorial-sort button {
    flex: 1 1 0;
  }

  .editorial-result {
    justify-content: space-between;
  }

  .editorial-pagination {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-pagination__pages {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-content: center;
  }
}

@media (hover: hover) and (pointer: fine) {
  .editorial-button,
  .editorial-text-link,
  .editorial-hero__routes a,
  .editorial-topic,
  .editorial-article__link,
  .editorial-interlude a,
  .editorial-pagination a {
    transition: color 160ms linear, background-color 160ms linear, border-color 160ms linear, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .editorial-hero__copy > *,
  .editorial-hero__routes {
    animation: editorial-arrive 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .editorial-hero__copy > :nth-child(2) { animation-delay: 70ms; }
  .editorial-hero__copy > :nth-child(3) { animation-delay: 120ms; }
  .editorial-hero__copy > :nth-child(4) { animation-delay: 170ms; }
  .editorial-hero__routes { animation-delay: 230ms; }
}

@keyframes editorial-arrive {
  from { opacity: 0; transform: translateY(1.2rem); }
  to { opacity: 1; transform: translateY(0); }
}

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