.hev2-editorial {
  --hev2-bg: #fff5f2;
  --hev2-card: #ffffff;
  --hev2-text: #0d0d0f;
  --hev2-muted: #5f5b58;
  --hev2-accent: #fc441a;
  --hev2-line: rgba(13, 13, 15, 0.16);
  --hev2-radius: 18px;
  --hev2-content: 760px;
  --hev2-wide: 1180px;
  color: var(--hev2-text);
  background: var(--hev2-bg);
  font-family: inherit;
  width: 100%;
  overflow: clip;
}

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

.hev2-editorial img,
.hev2-editorial video,
.hev2-editorial iframe {
  display: block;
  max-width: 100%;
}

.hev2-editorial a {
  color: inherit;
}

.hev2-eyebrow,
.hev2-module__label,
.hev2-case__context span,
.hev2-card__format {
  margin: 0;
  color: var(--hev2-accent);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hev2-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: end;
  max-width: var(--hev2-wide);
  margin: 0 auto;
  padding: clamp(72px, 10vw, 150px) clamp(20px, 4vw, 56px) clamp(54px, 8vw, 110px);
  border-bottom: 1px solid var(--hev2-line);
}

.hev2-hero--no-media {
  grid-template-columns: minmax(0, 900px);
}

.hev2-hero__content h1 {
  max-width: 900px;
  margin: 20px 0 0;
  color: var(--hev2-text);
  font: inherit;
  font-size: clamp(48px, 7.4vw, 112px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.93;
  text-wrap: balance;
}

.hev2-hero__lead {
  max-width: 690px;
  margin: clamp(28px, 4vw, 56px) 0 0;
  color: var(--hev2-muted);
  font: inherit;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.42;
}

.hev2-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 32px;
  color: var(--hev2-muted);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hev2-hero__meta span + span::before {
  content: "↳";
  margin-right: 8px;
  color: var(--hev2-text);
}

.hev2-hero__media {
  margin: 0;
  min-width: 0;
}

.hev2-hero__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--hev2-radius);
}

.hev2-feature,
.hev2-outro,
.hev2-related,
.hev2-archive {
  max-width: var(--hev2-wide);
  margin: 0 auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.hev2-feature {
  padding-top: clamp(44px, 7vw, 88px);
  padding-bottom: clamp(44px, 7vw, 88px);
  border-bottom: 1px solid var(--hev2-line);
}

.hev2-podcast {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.hev2-podcast__intro {
  display: grid;
  grid-template-columns: minmax(110px, 180px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.hev2-podcast__intro figure {
  margin: 0;
}

.hev2-podcast__intro img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 14px;
}

.hev2-podcast__intro h2,
.hev2-feature h2,
.hev2-outro h2,
.hev2-related h2,
.hev2-archive h2 {
  margin: 12px 0 0;
  color: var(--hev2-text);
  font: inherit;
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
}

.hev2-podcast__intro p:not(.hev2-eyebrow),
.hev2-collaboration__copy > p:not(.hev2-eyebrow),
.hev2-outro > div > p:not(.hev2-eyebrow) {
  margin: 14px 0 0;
  color: var(--hev2-muted);
  line-height: 1.55;
}

.hev2-podcast__duration {
  display: inline-block;
  margin-top: 16px;
  color: var(--hev2-muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hev2-podcast__embed {
  min-width: 0;
  overflow: hidden;
  border-radius: 14px;
}

.hev2-podcast__embed iframe {
  width: 100%;
  border: 0;
}

.hev2-podcast__audio {
  width: 100%;
}

.hev2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hev2-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 16px;
  border: 1px solid var(--hev2-text);
  border-radius: 0;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
  pointer-events: auto;
}

.hev2-button--primary {
  color: var(--hev2-bg) !important;
  background: var(--hev2-text);
}

.hev2-button--primary:hover,
.hev2-button--primary:focus-visible {
  color: #fff !important;
  background: var(--hev2-accent);
  border-color: var(--hev2-accent);
}

.hev2-button--secondary {
  color: var(--hev2-text) !important;
  background: transparent;
}

.hev2-button--secondary:hover,
.hev2-button--secondary:focus-visible {
  color: var(--hev2-bg) !important;
  background: var(--hev2-text);
}

.hev2-button:focus-visible,
.hev2-text-link:focus-visible {
  outline: 2px solid var(--hev2-accent);
  outline-offset: 3px;
}

.hev2-arrow {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.hev2-feature__header {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-end;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--hev2-line);
}

.hev2-feature__header > div {
  display: flex;
  gap: 12px;
  align-items: baseline;
  color: var(--hev2-muted);
}

.hev2-feature__header strong {
  color: var(--hev2-text);
}

.hev2-case__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--hev2-line);
}

.hev2-case__metric {
  min-width: 0;
  padding: clamp(28px, 4vw, 48px) 24px clamp(30px, 4vw, 52px) 0;
}

.hev2-case__metric + .hev2-case__metric {
  padding-left: 24px;
  border-left: 1px solid var(--hev2-line);
}

.hev2-case__metric strong {
  display: block;
  color: var(--hev2-text);
  font: inherit;
  font-size: clamp(44px, 6vw, 86px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.hev2-case__metric span {
  display: block;
  margin-top: 12px;
  color: var(--hev2-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hev2-case__context {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 80px);
  padding-top: clamp(30px, 5vw, 58px);
}

.hev2-case__context p {
  margin: 12px 0 0;
  color: var(--hev2-muted);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.55;
}

.hev2-collaboration {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 100px);
  align-items: center;
}

.hev2-collaboration__identity {
  display: flex;
  min-height: 240px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 36px;
  background: var(--hev2-card);
  border: 1px solid var(--hev2-line);
  border-radius: var(--hev2-radius);
}

.hev2-collaboration__brand,
.hev2-collaboration__identity strong {
  max-width: 180px;
  color: var(--hev2-text);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}

.hev2-collaboration__x {
  color: var(--hev2-accent);
  font-size: 24px;
}

.hev2-collaboration__identity figure {
  max-width: 170px;
  margin: 0;
}

.hev2-collaboration__identity img {
  width: 100%;
  max-height: 90px;
  object-fit: contain;
}

.hev2-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  color: var(--hev2-text) !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
}

.hev2-reading {
  display: grid;
  grid-template-columns: 220px minmax(0, var(--hev2-content));
  gap: clamp(48px, 7vw, 110px);
  justify-content: center;
  max-width: var(--hev2-wide);
  margin: 0 auto;
  padding: clamp(58px, 9vw, 130px) clamp(20px, 4vw, 56px);
}

.hev2-toc {
  position: sticky;
  top: 110px;
  align-self: start;
  max-height: calc(100vh - 150px);
  overflow: auto;
}

.hev2-toc[data-empty="true"] {
  display: none;
}

.hev2-toc__list {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  border-left: 1px solid var(--hev2-line);
}

.hev2-toc__link {
  display: block;
  padding: 7px 0 7px 15px;
  color: var(--hev2-muted) !important;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none !important;
  transition: color 180ms ease, border-color 180ms ease;
}

.hev2-toc__link[data-depth="3"] {
  padding-left: 28px;
  font-size: 12px;
}

.hev2-toc__link.is-active {
  color: var(--hev2-text) !important;
  box-shadow: -2px 0 0 var(--hev2-accent);
}

.hev2-toc-mobile {
  display: none;
}

.hev2-body {
  min-width: 0;
}

.hev2-module + .hev2-module,
.hev2-richtext--post > * + h2,
.hev2-richtext--post > * + h3 {
  margin-top: clamp(52px, 8vw, 96px);
}

.hev2-module--content h2,
.hev2-richtext h2 {
  margin: 14px 0 24px;
  color: var(--hev2-text);
  font: inherit;
  font-size: clamp(36px, 5vw, 65px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1;
  text-wrap: balance;
  scroll-margin-top: 120px;
}

.hev2-module--content h3,
.hev2-richtext h3 {
  margin: 46px 0 18px;
  color: var(--hev2-text);
  font: inherit;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
  scroll-margin-top: 120px;
}

.hev2-module--content h4,
.hev2-richtext h4 {
  margin: 34px 0 14px;
  font-size: 21px;
  line-height: 1.2;
  scroll-margin-top: 120px;
}

.hev2-module__lead {
  margin: 0 0 26px;
  color: var(--hev2-text);
  font-size: clamp(20px, 2.2vw, 27px);
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.hev2-richtext {
  color: var(--hev2-muted);
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.72;
}

.hev2-richtext > :first-child {
  margin-top: 0;
}

.hev2-richtext p,
.hev2-richtext ul,
.hev2-richtext ol,
.hev2-richtext blockquote {
  margin-top: 0;
  margin-bottom: 1.45em;
}

.hev2-richtext strong {
  color: var(--hev2-text);
}

.hev2-richtext a {
  color: var(--hev2-text);
  text-decoration-color: var(--hev2-accent);
  text-underline-offset: 0.2em;
}

.hev2-richtext blockquote {
  margin-left: 0;
  padding-left: 24px;
  border-left: 2px solid var(--hev2-accent);
  color: var(--hev2-text);
  font-size: 1.2em;
  line-height: 1.5;
}

.hev2-richtext figure,
.hev2-richtext img {
  max-width: 100%;
}

.hev2-media {
  margin-block: clamp(48px, 7vw, 88px);
}

.hev2-media img,
.hev2-media video,
.hev2-media__embed iframe {
  width: 100%;
  border-radius: var(--hev2-radius);
}

.hev2-media--wide {
  width: min(980px, calc(100vw - 40px));
  margin-left: 50%;
  transform: translateX(-50%);
}

.hev2-media--full {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.hev2-media--full img,
.hev2-media--full video,
.hev2-media--full iframe {
  border-radius: 0;
}

.hev2-media__duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 24px);
}

.hev2-media--offset .hev2-media__duo > :nth-child(2) {
  margin-top: clamp(32px, 6vw, 80px);
}

.hev2-media__gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 68%);
  gap: 16px;
  width: min(1080px, calc(100vw - 40px));
  margin-left: 50%;
  padding-bottom: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  transform: translateX(-50%);
}

.hev2-media__gallery > div {
  scroll-snap-align: start;
}

.hev2-media__gallery img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.hev2-media figcaption {
  margin-top: 12px;
  color: var(--hev2-muted);
  font-size: 12px;
}

.hev2-highlight {
  margin-block: clamp(52px, 8vw, 96px);
  padding: clamp(28px, 5vw, 54px);
  background: var(--hev2-card);
  border: 1px solid var(--hev2-line);
  border-radius: var(--hev2-radius);
}

.hev2-highlight blockquote {
  margin: 16px 0 0;
}

.hev2-highlight blockquote p,
.hev2-highlight__idea {
  margin: 0;
  color: var(--hev2-text);
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.hev2-highlight cite {
  display: block;
  margin-top: 22px;
  color: var(--hev2-muted);
  font-size: 13px;
  font-style: normal;
}

.hev2-highlight--stat {
  color: #fff;
  background: var(--hev2-accent);
  border-color: var(--hev2-accent);
}

.hev2-highlight--stat .hev2-eyebrow {
  color: rgba(255,255,255,.8);
}

.hev2-highlight--stat > strong {
  display: block;
  margin-top: 16px;
  font-size: clamp(66px, 10vw, 138px);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: .88;
}

.hev2-highlight--stat > p:last-child {
  max-width: 560px;
  margin: 24px 0 0;
  font-size: clamp(18px, 2.2vw, 27px);
  line-height: 1.35;
}

.hev2-highlight--takeaways ol {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: takeaways;
}

.hev2-highlight--takeaways li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--hev2-line);
  color: var(--hev2-text);
  font-size: 18px;
  line-height: 1.45;
  counter-increment: takeaways;
}

.hev2-highlight--takeaways li::before {
  content: counter(takeaways, decimal-leading-zero);
  color: var(--hev2-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.hev2-outro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(32px, 6vw, 100px);
  align-items: end;
  padding-top: clamp(58px, 8vw, 100px);
  padding-bottom: clamp(58px, 8vw, 100px);
  border-top: 1px solid var(--hev2-line);
  border-bottom: 1px solid var(--hev2-line);
}

.hev2-outro h2 {
  max-width: 800px;
}

.hev2-outro > div > p:not(.hev2-eyebrow) {
  max-width: 640px;
}

.hev2-outro .hev2-actions {
  min-width: 230px;
  flex-direction: column;
  margin: 0;
}

.hev2-outro .hev2-button {
  width: 100%;
}

.hev2-related {
  padding-top: clamp(58px, 9vw, 120px);
  padding-bottom: clamp(58px, 9vw, 120px);
}

.hev2-related > header,
.hev2-archive__header {
  margin-bottom: clamp(30px, 5vw, 58px);
}

.hev2-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 30px);
}

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

.hev2-card[hidden] {
  display: none;
}

.hev2-card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: var(--hev2-text) !important;
  background: var(--hev2-card);
  border: 1px solid var(--hev2-line);
  border-radius: var(--hev2-radius);
  overflow: hidden;
  text-decoration: none !important;
  transition: transform 220ms ease, border-color 220ms ease;
}

.hev2-card > a:hover,
.hev2-card > a:focus-visible {
  border-color: var(--hev2-text);
  transform: translateY(-4px);
}

.hev2-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.hev2-card__media img,
.hev2-card__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2,.7,.2,1);
}

.hev2-card > a:hover .hev2-card__media img {
  transform: scale(1.035);
}

.hev2-card__placeholder {
  display: block;
  background: linear-gradient(135deg, #fff, #f2ded6);
}

.hev2-card__format {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 9px;
  color: var(--hev2-accent);
  background: rgba(255,255,255,.92);
}

.hev2-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.hev2-card__body h3 {
  margin: 0;
  font: inherit;
  font-size: clamp(22px, 2.3vw, 32px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.hev2-card__body > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: auto;
  padding-top: 28px;
  color: var(--hev2-muted);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hev2-archive {
  padding-top: clamp(64px, 9vw, 126px);
  padding-bottom: clamp(64px, 9vw, 126px);
}

.hev2-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}

.hev2-filters button {
  appearance: none;
  padding: 10px 13px;
  color: var(--hev2-text);
  background: transparent;
  border: 1px solid var(--hev2-line);
  border-radius: 0;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
}

.hev2-filters button:hover,
.hev2-filters button:focus-visible,
.hev2-filters button.is-active {
  color: var(--hev2-bg);
  background: var(--hev2-text);
  border-color: var(--hev2-text);
}

.hev2-editorial-placeholder {
  padding: 18px 20px;
  color: #0d0d0f;
  background: #fff5f2;
  border: 1px solid rgba(13,13,15,.18);
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .hev2-hero {
    grid-template-columns: minmax(0, 1fr) minmax(250px, .55fr);
  }

  .hev2-reading {
    grid-template-columns: 180px minmax(0, var(--hev2-content));
    gap: 44px;
  }

  .hev2-podcast {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hev2-hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 58px;
  }

  .hev2-hero__content h1 {
    font-size: clamp(46px, 14vw, 72px);
  }

  .hev2-hero__media img {
    aspect-ratio: 4 / 3;
  }

  .hev2-podcast__intro {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .hev2-case__metrics,
  .hev2-case__context,
  .hev2-collaboration,
  .hev2-outro,
  .hev2-cards {
    grid-template-columns: 1fr;
  }

  .hev2-case__metric,
  .hev2-case__metric + .hev2-case__metric {
    padding: 26px 0;
    border-left: 0;
    border-top: 1px solid var(--hev2-line);
  }

  .hev2-case__metric:first-child {
    border-top: 0;
  }

  .hev2-reading {
    display: block;
    padding-top: 38px;
  }

  .hev2-toc {
    display: none;
  }

  .hev2-toc-mobile {
    position: sticky;
    z-index: 20;
    top: 12px;
    display: block;
    margin-bottom: 42px;
    color: var(--hev2-text);
    background: rgba(255,255,255,.96);
    border: 1px solid var(--hev2-line);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(13,13,15,.08);
    backdrop-filter: blur(12px);
  }

  .hev2-toc-mobile[data-empty="true"] {
    display: none;
  }

  .hev2-toc-mobile summary {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
  }

  .hev2-toc-mobile summary::-webkit-details-marker {
    display: none;
  }

  .hev2-toc-mobile__list {
    display: flex;
    flex-direction: column;
    max-height: 52vh;
    padding: 4px 16px 14px;
    overflow: auto;
    border-top: 1px solid var(--hev2-line);
  }

  .hev2-toc-mobile__list .hev2-toc__link {
    padding-inline: 0;
    box-shadow: none;
  }

  .hev2-toc-mobile__list .hev2-toc__link.is-active {
    color: var(--hev2-accent) !important;
  }

  .hev2-media--wide,
  .hev2-media--full,
  .hev2-media__gallery {
    width: calc(100vw - 20px);
  }

  .hev2-media__duo {
    grid-template-columns: 1fr;
  }

  .hev2-media--offset .hev2-media__duo > :nth-child(2) {
    margin-top: 0;
  }

  .hev2-media__gallery {
    grid-auto-columns: 86%;
  }

  .hev2-outro .hev2-actions {
    min-width: 0;
  }

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

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

/* --------------------------------------------------------------------------
 * Verhalen archive V2.2
 * ----------------------------------------------------------------------- */
.hev2-archive__header {
  max-width: min(920px, 100%);
}

.hev2-archive__header h1 {
  max-width: 900px;
  margin: 16px 0 0;
  color: var(--hev2-text);
  font: inherit;
  font-size: clamp(42px, 6.2vw, 88px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: .98;
  text-wrap: balance;
}

.hev2-archive__intro {
  max-width: 720px;
  margin: clamp(22px, 3vw, 34px) 0 0;
  color: var(--hev2-muted);
  font: inherit;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.58;
}

.hev2-filters a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  color: var(--hev2-text) !important;
  background: transparent;
  border: 1px solid var(--hev2-line);
  border-radius: 0;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.hev2-filters a:hover,
.hev2-filters a:focus-visible,
.hev2-filters a.is-active {
  color: var(--hev2-bg) !important;
  background: var(--hev2-text);
  border-color: var(--hev2-text);
}

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

.hev2-archive__results {
  position: relative;
  min-height: 120px;
  transition: opacity 160ms ease;
}

.hev2-archive.is-loading .hev2-archive__results {
  opacity: .46;
  pointer-events: none;
}

.hev2-archive__summary {
  margin: 0 0 20px;
  color: var(--hev2-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.hev2-archive__empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: clamp(40px, 6vw, 80px) 0;
  color: var(--hev2-muted);
  border-top: 1px solid var(--hev2-line);
  border-bottom: 1px solid var(--hev2-line);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
}

.hev2-card__meta {
  display: grid !important;
  grid-template-columns: auto auto 1fr;
  justify-content: start !important;
}

.hev2-card__arrow {
  justify-self: end;
  color: var(--hev2-text);
}

.hev2-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: clamp(34px, 5vw, 64px);
}

.hev2-pagination > a,
.hev2-pagination > span:not(.hev2-pagination__ellipsis) {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--hev2-text) !important;
  background: transparent;
  border: 1px solid var(--hev2-line);
  text-decoration: none !important;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.hev2-pagination > a:hover,
.hev2-pagination > a:focus-visible,
.hev2-pagination__current {
  color: var(--hev2-bg) !important;
  background: var(--hev2-text) !important;
  border-color: var(--hev2-text) !important;
}

.hev2-pagination__ellipsis {
  padding: 0 5px;
  color: var(--hev2-muted);
}

.hev2-pagination--load-more .hev2-button {
  width: auto;
  min-width: 220px;
}

.hev2-archive-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-top: clamp(64px, 9vw, 120px);
  padding-top: clamp(36px, 5vw, 62px);
  border-top: 1px solid var(--hev2-line);
}

.hev2-archive-cta h2 {
  max-width: 720px;
  margin: 12px 0 0;
}

.hev2-archive-cta > div > p:not(.hev2-eyebrow) {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--hev2-muted);
  line-height: 1.6;
}

.hev2-editorial .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 767px) {
  .hev2-archive__header h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .hev2-filters {
    gap: 7px;
    max-width: 100%;
  }

  .hev2-filters a {
    max-width: 100%;
    min-height: 40px;
    padding-inline: 11px;
    white-space: normal;
  }

  .hev2-card__meta {
    grid-template-columns: 1fr auto;
  }

  .hev2-card__meta > span:nth-child(2) {
    grid-column: 1;
  }

  .hev2-card__arrow {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .hev2-archive-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hev2-archive-cta .hev2-button {
    width: 100%;
  }
}
