@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-400.ttf") format("truetype");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-500.ttf") format("truetype");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-600.ttf") format("truetype");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-700.ttf") format("truetype");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-italic-400.ttf") format("truetype");
}

.pfeh-shell {
  --pfeh-accent: #244f87;
  --pfeh-bg: #e3eaf1;
  --pfeh-paper: #f8fafb;
  --pfeh-panel: #ffffff;
  --pfeh-ink: #09182b;
  --pfeh-muted: #5c6774;
  --pfeh-line: rgba(9, 24, 43, 0.12);
  width: 100vw;
  margin: 0 0 2.4rem calc(50% - 50vw);
  padding: clamp(1rem, 2.1vw, 1.8rem);
  color: var(--pfeh-ink);
  background: #e3eaf1;
  font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pfeh-inner {
  width: min(100%, 1720px);
  margin: 0 auto;
}

.pfeh-section-label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 30px;
  margin-bottom: 0.9rem;
  color: rgba(9, 24, 43, 0.72);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.pfeh-section-label::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--pfeh-accent);
  box-shadow: 0 0 0 5px rgba(36, 79, 135, 0.11);
}

.pfeh-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(310px, 0.72fr);
  gap: clamp(1.1rem, 2vw, 1.8rem);
  align-items: stretch;
}

.pfeh-lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(310px, 0.72fr);
  gap: clamp(1.1rem, 2vw, 1.8rem);
  margin-top: 1rem;
  align-items: stretch;
}

.pfeh-primary {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.pfeh-lead__link {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 0.92fr) minmax(380px, 1.08fr);
  min-height: 430px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: var(--pfeh-panel);
  border: 1px solid var(--pfeh-line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(9, 24, 43, 0.08);
  cursor: pointer;
  isolation: isolate;
  contain: layout paint;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pfeh-lead__link:hover,
.pfeh-lead__link:focus,
.pfeh-companion__link:hover,
.pfeh-companion__link:focus,
.pfeh-latest__link:hover,
.pfeh-latest__link:focus {
  color: inherit;
  text-decoration: none;
}

.pfeh-lead__link:hover,
.pfeh-lead__link:focus-visible {
  border-color: rgba(36, 79, 135, 0.3);
  box-shadow: 0 22px 56px rgba(9, 24, 43, 0.12);
  transform: translateY(-1px);
}

.pfeh-lead__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.88rem;
  padding: clamp(1.45rem, 2.8vw, 2.75rem);
  color: var(--pfeh-ink);
  background:
    linear-gradient(90deg, rgba(248, 250, 251, 0.98), rgba(242, 245, 247, 0.96)),
    var(--pfeh-paper);
}

.pfeh-lead__title {
  display: block;
  max-width: 12.5ch;
  color: var(--pfeh-ink);
  font-size: clamp(3rem, 1.5rem + 3vw, 5rem);
  font-weight: 700;
  line-height: 0.97;
  letter-spacing: 0;
  text-wrap: balance;
  transition: color 0.2s ease;
}

.pfeh-lead__deck {
  display: block;
  max-width: 36rem;
  color: rgba(9, 24, 43, 0.72);
  font-size: clamp(1.04rem, 0.96rem + 0.24vw, 1.2rem);
  font-weight: 500;
  line-height: 1.42;
}

.pfeh-lead__media,
.pfeh-companion__media {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(36, 79, 135, 0.16), rgba(9, 24, 43, 0.12)),
    #dbe3ea;
}

.pfeh-lead__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 9%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(8, 20, 38, 0.035), rgba(8, 20, 38, 0));
}

.pfeh-lead__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 24%;
  height: 100%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 0% 54%, rgba(247, 249, 251, 0.96) 0%, rgba(247, 249, 251, 0.68) 38%, rgba(247, 249, 251, 0) 72%),
    linear-gradient(90deg, #f7f9fb 0%, rgba(247, 249, 251, 0.86) 20%, rgba(247, 249, 251, 0.46) 50%, rgba(247, 249, 251, 0.12) 78%, rgba(247, 249, 251, 0) 100%);
}

.pfeh-lead__media img,
.pfeh-companion__media img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease, filter 0.32s ease;
}

.pfeh-media--contain {
  background: #151922 !important;
}

.pfeh-media--contain img,
img.pfeh-image-contain {
  display: block;
  object-fit: contain !important;
  object-position: center center;
  background: #151922;
}

.pfeh-lead__link:hover .pfeh-lead__media img,
.pfeh-lead__link:focus-visible .pfeh-lead__media img,
.pfeh-companion__link:hover .pfeh-companion__media img,
.pfeh-companion__link:focus-visible .pfeh-companion__media img {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.025);
}

.pfeh-media--empty::before {
  content: "";
  position: absolute;
  inset: 50%;
  width: 54px;
  height: 54px;
  transform: translate(-50%, -50%);
  border: 4px solid rgba(9, 24, 43, 0.22);
  border-radius: 10px;
}

.pfeh-media--empty::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -34%) rotate(45deg);
  border-left: 4px solid rgba(9, 24, 43, 0.22);
  border-top: 4px solid rgba(9, 24, 43, 0.22);
}

.pfeh-kicker {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  justify-self: start;
  align-self: flex-start;
  min-height: 26px;
  align-items: center;
  padding: 0 0.62rem;
  color: var(--pfeh-accent);
  background: rgba(36, 79, 135, 0.105);
  border-radius: 6px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.pfeh-meta {
  display: block;
  color: var(--pfeh-muted);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.35;
}

.pfeh-lead .pfeh-meta {
  color: #244f87;
}

.pfeh-companions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pfeh-companion__link {
  display: grid;
  grid-template-columns: minmax(140px, 0.42fr) minmax(0, 1fr);
  min-height: 176px;
  height: 100%;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(36, 79, 135, 0.13);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(9, 24, 43, 0.052);
  cursor: pointer;
  isolation: isolate;
  contain: layout paint;
  transition: background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.pfeh-companion__link:hover,
.pfeh-companion__link:focus-visible {
  background: rgba(36, 79, 135, 0.075);
  border-color: rgba(36, 79, 135, 0.17);
  box-shadow: 0 14px 34px rgba(9, 24, 43, 0.068);
}

.pfeh-companion__media {
  min-height: 100%;
}

.pfeh-companion__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 24, 43, 0.015), rgba(9, 24, 43, 0.035));
  opacity: 0.72;
  transition: opacity 0.38s ease;
}

.pfeh-companion__link:hover .pfeh-companion__media::after,
.pfeh-companion__link:focus-visible .pfeh-companion__media::after {
  opacity: 0.44;
}

.pfeh-companion__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.72rem;
  padding: 1.15rem 1.25rem;
}

.pfeh-companion__title {
  display: block;
  color: var(--pfeh-ink);
  font-size: clamp(1.16rem, 1.02rem + 0.34vw, 1.42rem);
  font-weight: 600;
  line-height: 1.08;
  text-wrap: balance;
  transition: color 0.2s ease;
}

.pfeh-rail {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 1.15rem;
  padding: 0.15rem 0 0;
}

.pfeh-rail h2 {
  margin: 0 0 0.5rem;
  color: rgba(9, 24, 43, 0.74);
  font-size: clamp(1.05rem, 0.96rem + 0.3vw, 1.32rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.pfeh-rail-block {
  min-width: 0;
}

.pfeh-latest {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pfeh-latest__item {
  margin: 0;
  border-top: 1px solid var(--pfeh-line);
}

.pfeh-latest__item:last-child {
  border-bottom: 1px solid var(--pfeh-line);
}

.pfeh-latest__link {
  display: grid;
  gap: 0.38rem;
  margin-inline: -0.35rem;
  padding: 0.82rem 0.35rem;
  color: inherit;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.pfeh-latest__link:hover,
.pfeh-latest__link:focus-visible {
  background: rgba(36, 79, 135, 0.065);
  transform: translateX(2px);
}

.pfeh-latest__title {
  display: block;
  color: var(--pfeh-ink);
  font-size: clamp(1.13rem, 1.02rem + 0.3vw, 1.34rem);
  font-weight: 600;
  line-height: 1.15;
  text-wrap: balance;
  transition: color 0.2s ease;
}

.pfeh-latest .pfeh-kicker {
  min-height: 0;
  padding: 0;
  background: transparent;
  color: var(--pfeh-accent);
  font-size: 0.7rem;
}

.pfeh-latest .pfeh-meta {
  color: rgba(92, 103, 116, 0.86);
  font-size: 0.76rem;
}

.pfeh-editor-pick {
  min-width: 0;
}

.pfeh-editor-pick__link {
  position: relative;
  display: grid;
  min-height: 176px;
  height: 100%;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background:
    radial-gradient(circle at 100% 16%, rgba(67, 99, 140, 0.26), transparent 34%),
    linear-gradient(135deg, #071323, #0d1d30 58%, #07101c);
  border: 1px solid rgba(9, 24, 43, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(9, 24, 43, 0.14);
  cursor: pointer;
  isolation: isolate;
  contain: layout paint;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.pfeh-editor-pick__link:hover,
.pfeh-editor-pick__link:focus {
  color: #fff;
  text-decoration: none;
}

.pfeh-editor-pick__link:hover,
.pfeh-editor-pick__link:focus-visible {
  border-color: rgba(231, 109, 95, 0.44);
  box-shadow: 0 22px 54px rgba(9, 24, 43, 0.18);
}

.pfeh-editor-pick__media {
  position: absolute;
  inset: 0 0 0 auto;
  width: 48%;
  opacity: 0.42;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 8%, #000 24%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 8%, #000 24%);
  transition: opacity 0.42s ease;
}

.pfeh-editor-pick__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #071323 0%, rgba(7, 19, 35, 0.72) 34%, rgba(7, 19, 35, 0.16) 100%),
    linear-gradient(180deg, rgba(7, 19, 35, 0), rgba(7, 19, 35, 0.64));
  transition: opacity 0.42s ease;
}

.pfeh-editor-pick__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease, filter 0.32s ease;
}

.pfeh-editor-pick__media img.pfeh-image-contain {
  object-fit: contain !important;
}

.pfeh-editor-pick__link:hover .pfeh-editor-pick__media img,
.pfeh-editor-pick__link:focus-visible .pfeh-editor-pick__media img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.025);
}

.pfeh-editor-pick__link:hover .pfeh-editor-pick__media,
.pfeh-editor-pick__link:focus-visible .pfeh-editor-pick__media {
  opacity: 0.5;
}

.pfeh-editor-pick__link:hover .pfeh-editor-pick__media::after,
.pfeh-editor-pick__link:focus-visible .pfeh-editor-pick__media::after {
  opacity: 0.88;
}

.pfeh-editor-pick__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.52rem;
  width: min(72%, 25rem);
  padding: 1.35rem 1.45rem;
}

.pfeh-editor-pick__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.52rem;
  color: #e76d5f;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.pfeh-editor-pick__eyebrow::after {
  content: "";
  width: 32px;
  height: 2px;
  background: #e76d5f;
}

.pfeh-editor-pick .pfeh-kicker {
  color: #dceaff;
  background: rgba(36, 79, 135, 0.36);
}

.pfeh-editor-pick__title {
  display: block;
  color: #fff;
  font-size: clamp(1.46rem, 1.08rem + 0.92vw, 2rem);
  font-weight: 700;
  line-height: 1.03;
  text-wrap: balance;
}

.pfeh-editor-pick__deck {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.35;
}

.pfeh-editor-pick__cta {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.1rem;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 600;
}

.pfeh-editor-pick__cta::after {
  content: "->";
  color: #e76d5f;
}

.pfeh-rail-feature {
  min-width: 0;
}

.pfeh-rail-feature__link {
  display: grid;
  gap: 0.55rem;
  min-height: 0;
  padding: 1rem;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--pfeh-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(9, 24, 43, 0.045);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.pfeh-rail-feature__link:hover,
.pfeh-rail-feature__link:focus {
  color: inherit;
  text-decoration: none;
  background: rgba(36, 79, 135, 0.075);
  border-color: rgba(36, 79, 135, 0.22);
}

.pfeh-rail-feature__label {
  color: rgba(9, 24, 43, 0.58);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.pfeh-rail-feature--deep .pfeh-rail-feature__link {
  padding: 1.12rem;
  background:
    linear-gradient(135deg, rgba(36, 79, 135, 0.08), rgba(255, 255, 255, 0.86)),
    rgba(255, 255, 255, 0.82);
}

.pfeh-rail-feature__title {
  display: block;
  color: var(--pfeh-ink);
  font-size: clamp(1.08rem, 0.96rem + 0.3vw, 1.28rem);
  font-weight: 600;
  line-height: 1.12;
  text-wrap: balance;
}

.pfeh-rail-feature--deep .pfeh-rail-feature__title {
  font-size: clamp(1.16rem, 1rem + 0.4vw, 1.44rem);
}

.pfeh-rail-feature__deck {
  display: block;
  color: rgba(9, 24, 43, 0.68);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.35;
}

.pfeh-rail-signup {
  display: grid;
  gap: 0.52rem;
  margin-top: 0.1rem;
  padding: 1rem;
  color: rgba(9, 24, 43, 0.76);
  background:
    linear-gradient(135deg, rgba(36, 79, 135, 0.095), rgba(255, 255, 255, 0.84)),
    rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(36, 79, 135, 0.18);
  border-left: 3px solid var(--pfeh-accent);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(9, 24, 43, 0.055);
}

.pfeh-rail-signup__eyebrow {
  color: var(--pfeh-accent);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.pfeh-rail-signup strong {
  display: block;
  color: var(--pfeh-ink);
  font-size: clamp(1.05rem, 0.98rem + 0.22vw, 1.22rem);
  font-weight: 600;
  line-height: 1.12;
}

.pfeh-rail-signup span:not(.pfeh-rail-signup__eyebrow) {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.35;
}

.pfeh-rail-signup a {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  min-height: 34px;
  margin-top: 0.1rem;
  padding: 0 0.9rem;
  color: #fff;
  background: var(--pfeh-accent);
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.pfeh-empty {
  margin: 0;
  padding: 1rem;
  color: var(--pfeh-ink);
  background: var(--pfeh-bg);
}

@media (max-width: 1360px) {
  .pfeh-grid,
  .pfeh-lower-grid {
    grid-template-columns: minmax(0, 1.46fr) minmax(280px, 0.68fr);
    gap: 1.25rem;
  }

  .pfeh-lead__link {
    grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
    min-height: 390px;
  }

  .pfeh-lead__title {
    font-size: clamp(2.55rem, 1.18rem + 2.7vw, 4rem);
  }

  .pfeh-lead__deck {
    max-width: 31rem;
  }

  .pfeh-companion__link {
    grid-template-columns: 126px minmax(0, 1fr);
    min-height: 152px;
  }

  .pfeh-companion__body {
    padding: 1rem;
  }

  .pfeh-latest__link {
    padding: 0.72rem 0;
  }

  .pfeh-latest__title {
    font-size: clamp(1.07rem, 0.98rem + 0.24vw, 1.22rem);
  }

  .pfeh-editor-pick__content {
    width: min(76%, 23rem);
  }
}

@media (max-width: 1180px) {
  .pfeh-shell {
    padding: clamp(0.95rem, 1.7vw, 1.25rem);
  }

  .pfeh-grid,
  .pfeh-lower-grid {
    grid-template-columns: minmax(0, 1.34fr) minmax(250px, 0.66fr);
    gap: 1.05rem;
  }

  .pfeh-lead__link {
    grid-template-columns: minmax(260px, 0.86fr) minmax(320px, 1.14fr);
    min-height: 350px;
  }

  .pfeh-lead__content {
    padding: clamp(1.2rem, 2vw, 1.9rem);
  }

  .pfeh-lead__title {
    font-size: clamp(2.22rem, 1.05rem + 2.35vw, 3.35rem);
  }

  .pfeh-lead__deck {
    font-size: 1rem;
  }

  .pfeh-lead__media::before {
    width: 28%;
  }

  .pfeh-rail {
    gap: 1rem;
  }

  .pfeh-rail h2 {
    font-size: 1.05rem;
  }

  .pfeh-companion__link {
    grid-template-columns: 116px minmax(0, 1fr);
    min-height: 138px;
  }

  .pfeh-editor-pick__link {
    min-height: 158px;
  }

  .pfeh-editor-pick__content {
    width: min(78%, 21rem);
    padding: 1.1rem 1.2rem;
  }
}

@media (max-width: 980px) {
  .pfeh-grid,
  .pfeh-lower-grid {
    grid-template-columns: 1fr;
  }

  .pfeh-rail {
    padding-top: 0.25rem;
  }

  .pfeh-rail-block--latest .pfeh-latest {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.2rem;
  }

  .pfeh-latest__item:nth-last-child(2) {
    border-bottom: 1px solid var(--pfeh-line);
  }

  .pfeh-lower-grid {
    align-items: stretch;
  }

  .pfeh-editor-pick__link {
    min-height: 210px;
  }

  .pfeh-editor-pick__content {
    width: min(68%, 28rem);
  }
}

@media (max-width: 760px) {
  .pfeh-shell {
    margin-bottom: 1.6rem;
    padding: 1rem 0.9rem;
  }

  .pfeh-section-label {
    min-height: 24px;
    margin-bottom: 0.75rem;
    font-size: 0.76rem;
  }

  .pfeh-lead__link {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pfeh-lead__media {
    order: -1;
    aspect-ratio: 16 / 9;
  }

  .pfeh-lead__media::before,
  .pfeh-lead__media::after {
    display: none;
  }

  .pfeh-lead__content {
    padding: 1.1rem 1rem 1.2rem;
  }

  .pfeh-lead__title {
    max-width: none;
    font-size: clamp(1.8rem, 1.06rem + 5.7vw, 2.7rem);
    line-height: 1;
  }

  .pfeh-lead__deck {
    font-size: 1rem;
  }

  .pfeh-rail {
    display: block;
  }

  .pfeh-rail-block--latest .pfeh-latest {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .pfeh-latest__title {
    font-size: 1.1rem;
  }

  .pfeh-latest__item:nth-last-child(2) {
    border-bottom: 0;
  }

  .pfeh-companions {
    grid-template-columns: 1fr;
  }

  .pfeh-lower-grid {
    gap: 1rem;
    margin-top: 1rem;
  }

  .pfeh-companion__link {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 112px;
  }

  .pfeh-companion__body {
    gap: 0.45rem;
    padding: 0.85rem;
  }

  .pfeh-kicker {
    min-height: 22px;
    font-size: 0.68rem;
  }

  .pfeh-meta {
    font-size: 0.75rem;
  }

  .pfeh-editor-pick__link {
    min-height: 220px;
  }

  .pfeh-editor-pick__content {
    width: min(78%, 26rem);
    padding: 1.15rem;
  }

  .pfeh-editor-pick__media {
    width: 72%;
    opacity: 0.34;
  }
}

@media (max-width: 560px) {
  .pfeh-shell {
    padding-inline: 0.78rem;
  }

  .pfeh-lead__content {
    gap: 0.7rem;
  }

  .pfeh-lead__title {
    font-size: clamp(1.68rem, 1.03rem + 6vw, 2.42rem);
  }

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

  .pfeh-companion__title {
    font-size: 1.03rem;
  }

  .pfeh-latest__link {
    padding: 0.72rem 0;
  }

  .pfeh-editor-pick__content {
    width: 100%;
  }

  .pfeh-editor-pick__media {
    width: 86%;
    opacity: 0.24;
  }
}

@media (max-width: 440px) {
  .pfeh-section-label {
    letter-spacing: 0.06em;
  }

  .pfeh-companion__link {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .pfeh-companion__body {
    padding: 0.78rem;
  }

  .pfeh-kicker {
    min-height: 20px;
    padding: 0 0.5rem;
    font-size: 0.64rem;
  }

  .pfeh-meta {
    font-size: 0.7rem;
  }

  .pfeh-editor-pick__title {
    font-size: clamp(1.28rem, 1.02rem + 2.9vw, 1.62rem);
  }
}

/* Asymmetry editorial head layout, v0.1.39 */
.pfeh-shell--asymmetry {
  --pfeh-red: #d8322a;
  --pfeh-red-dark: #b51f1a;
  --pfeh-gold: #d99a2b;
  width: 100vw;
  margin: 0 0 2.4rem calc(50% - 50vw);
  padding: clamp(1.1rem, 2vw, 1.8rem) clamp(1.2rem, 2.4vw, 2.8rem);
  background: #e3eaf1;
  color: var(--pfeh-ink);
  font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pfeh-shell--asymmetry .pfeh-inner {
  width: min(100%, 1800px);
  margin: 0 auto;
}

.pfeh-shell--asymmetry .pfeh-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.18fr) minmax(420px, 1fr);
  gap: clamp(1.35rem, 2.15vw, 2.25rem);
  align-items: start;
}

.pfeh-shell--asymmetry .pfeh-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(315px, 0.88fr);
  gap: 0.48rem;
  align-items: stretch;
}

.pfeh-shell--asymmetry .pfeh-lead {
  grid-row: span 2;
  min-height: 596px;
}

.pfeh-shell--asymmetry .pfeh-lead__link,
.pfeh-shell--asymmetry .pfeh-feature-card__link {
  position: relative;
  display: block;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  color: #fff;
  background: #061322;
  border: 1px solid rgba(6, 19, 34, 0.28);
  border-radius: 7px;
  box-shadow: none;
  isolation: isolate;
}

.pfeh-shell--asymmetry .pfeh-lead--premium .pfeh-lead__link {
  border: 2px solid rgba(217, 154, 43, 0.95);
  box-shadow: inset 0 0 0 1px rgba(255, 235, 181, 0.18);
}

.pfeh-shell--asymmetry .pfeh-lead__image,
.pfeh-shell--asymmetry .pfeh-feature-card__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease, filter 0.32s ease;
}

.pfeh-shell--asymmetry .pfeh-lead__image.pfeh-image-contain,
.pfeh-shell--asymmetry .pfeh-feature-card__image.pfeh-image-contain {
  object-fit: contain !important;
  object-position: center center;
  background: #151922;
}

.pfeh-shell--asymmetry .pfeh-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(2, 10, 20, 0.02), rgba(2, 10, 20, 0.32) 35%, rgba(2, 10, 20, 0.92)),
    linear-gradient(90deg, rgba(2, 10, 20, 0.82), rgba(2, 10, 20, 0.24) 62%, rgba(2, 10, 20, 0.08));
}

.pfeh-shell--asymmetry .pfeh-premium-badge {
  position: absolute;
  top: 1.35rem;
  left: 1.35rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  width: max-content;
  border-radius: 4px;
  color: #1b1205;
  background: linear-gradient(180deg, #f0c15d, #bd8424);
  border: 1px solid rgba(27, 18, 5, 0.2);
  padding: 0.48rem 0.62rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.pfeh-shell--asymmetry .pfeh-lead__content {
  position: absolute;
  right: auto;
  bottom: 0;
  left: clamp(1.4rem, 2.15vw, 2.45rem);
  z-index: 2;
  display: grid;
  justify-items: start;
  gap: 1rem;
  width: min(72%, 52rem);
  padding: 0 0 clamp(1.35rem, 2vw, 2.2rem);
  color: #fff;
  background: transparent;
  text-align: left;
  justify-content: start;
  align-content: end;
}

.pfeh-shell--asymmetry .pfeh-kicker {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: auto;
  border-radius: 4px;
  background: var(--pfeh-red);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 0.48rem 0.62rem;
  text-transform: uppercase;
}

.pfeh-shell--asymmetry .pfeh-lead__title,
.pfeh-shell--asymmetry .pfeh-feature-card__title,
.pfeh-shell--asymmetry .pfeh-breadth-card__title {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

.pfeh-shell--asymmetry .pfeh-lead__title {
  max-width: 13ch;
  color: #fff;
  font-size: clamp(2.7rem, 3.15vw, 4.35rem);
  line-height: 0.96;
  text-align: left;
  text-wrap: normal;
}

.pfeh-shell--asymmetry .pfeh-lead__deck {
  display: block;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.02rem, 1.05vw, 1.23rem);
  font-weight: 600;
  line-height: 1.46;
}

.pfeh-shell--asymmetry .pfeh-meta {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-transform: uppercase;
}

.pfeh-shell--asymmetry .pfeh-feature-stack {
  display: grid;
  grid-template-rows: minmax(318px, 1.08fr) minmax(258px, 0.92fr);
  gap: 0.48rem;
  min-height: 596px;
}

.pfeh-shell--asymmetry .pfeh-feature-card__link .pfeh-kicker {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 2;
}

.pfeh-shell--asymmetry .pfeh-feature-card__title {
  position: absolute;
  right: 1.35rem;
  bottom: 3.4rem;
  left: 1.35rem;
  color: #fff;
  font-size: clamp(2.1rem, 2.4vw, 3.35rem);
  line-height: 1.01;
}

.pfeh-shell--asymmetry .pfeh-feature-card__link .pfeh-meta {
  position: absolute;
  bottom: 1.4rem;
  left: 1.35rem;
  z-index: 2;
}

.pfeh-shell--asymmetry .pfeh-breadth-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.08fr 0.94fr 1fr 0.98fr;
  gap: 0.78rem;
  margin-top: 0.78rem;
  align-items: stretch;
}

.pfeh-shell--asymmetry .pfeh-breadth-card__link {
  display: grid;
  grid-template-rows: 148px auto;
  height: 100%;
  min-height: 244px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(6, 19, 34, 0.14);
  border-radius: 7px;
  box-shadow: 0 10px 24px rgba(9, 24, 43, 0.04);
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.pfeh-shell--asymmetry .pfeh-breadth-card:hover .pfeh-breadth-card__link,
.pfeh-shell--asymmetry .pfeh-breadth-card__link:hover,
.pfeh-shell--asymmetry .pfeh-breadth-card__link:focus,
.pfeh-shell--asymmetry .pfeh-breadth-card__link:focus-visible {
  background: #d8e4ef;
  border-color: rgba(36, 79, 135, 0.38);
  box-shadow: 0 0 0 1px rgba(36, 79, 135, 0.16), 0 12px 28px rgba(9, 24, 43, 0.065);
}

.pfeh-shell--asymmetry .pfeh-breadth-card__media {
  position: relative;
  display: block;
  min-height: 148px;
  overflow: hidden;
  background: linear-gradient(135deg, #dce4eb, #eef2f6);
}

.pfeh-shell--asymmetry .pfeh-breadth-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pfeh-shell--asymmetry .pfeh-breadth-card__media.pfeh-media--contain img {
  object-fit: contain !important;
  object-position: center center;
}

.pfeh-shell--asymmetry .pfeh-media--empty::before,
.pfeh-shell--asymmetry .pfeh-media--empty::after {
  content: none;
}

.pfeh-shell--asymmetry .pfeh-breadth-card--no-media .pfeh-breadth-card__link,
.pfeh-shell--asymmetry .pfeh-breadth-card--no-media:nth-child(n) .pfeh-breadth-card__link {
  grid-template-rows: auto;
  min-height: 216px;
}

.pfeh-shell--asymmetry .pfeh-breadth-card--no-media .pfeh-breadth-card__body {
  align-content: start;
  padding: 1.05rem 0.95rem 1.1rem;
}

.pfeh-shell--asymmetry .pfeh-breadth-card--no-media .pfeh-breadth-card__body::before {
  content: "";
  width: 3.1rem;
  height: 2px;
  margin-bottom: 0.35rem;
  background: var(--pfeh-red);
}

.pfeh-shell--asymmetry .pfeh-breadth-card--no-media .pfeh-breadth-card__body .pfeh-kicker {
  margin-top: 0;
}

.pfeh-shell--asymmetry .pfeh-breadth-card:nth-child(1) .pfeh-breadth-card__link {
  grid-template-rows: 152px auto;
  min-height: 248px;
}

.pfeh-shell--asymmetry .pfeh-breadth-card:nth-child(2) .pfeh-breadth-card__link {
  grid-template-rows: 142px auto;
  min-height: 238px;
}

.pfeh-shell--asymmetry .pfeh-breadth-card:nth-child(3) .pfeh-breadth-card__link {
  grid-template-rows: 150px auto;
  min-height: 246px;
}

.pfeh-shell--asymmetry .pfeh-breadth-card:nth-child(4) .pfeh-breadth-card__link {
  grid-template-rows: 142px auto;
  min-height: 238px;
}

.pfeh-shell--asymmetry .pfeh-breadth-card:nth-child(1) .pfeh-breadth-card__media {
  min-height: 152px;
}

.pfeh-shell--asymmetry .pfeh-breadth-card:nth-child(2) .pfeh-breadth-card__media,
.pfeh-shell--asymmetry .pfeh-breadth-card:nth-child(4) .pfeh-breadth-card__media {
  min-height: 142px;
}

.pfeh-shell--asymmetry .pfeh-breadth-card:nth-child(3) .pfeh-breadth-card__media {
  min-height: 150px;
}

.pfeh-shell--asymmetry .pfeh-breadth-card__body {
  display: grid;
  align-content: start;
  gap: 0.58rem;
  padding: 0 0.85rem 0.95rem;
}

.pfeh-shell--asymmetry .pfeh-breadth-card__body .pfeh-kicker {
  position: relative;
  z-index: 1;
  margin-top: -1.55rem;
}

.pfeh-shell--asymmetry .pfeh-breadth-card__title {
  color: var(--pfeh-ink);
  font-size: clamp(1.9rem, 1.76vw, 2.46rem);
  line-height: 0.94;
}

.pfeh-shell--asymmetry .pfeh-breadth-card__body .pfeh-meta {
  color: var(--pfeh-muted);
  font-size: 0.76rem;
}

.pfeh-shell--asymmetry .pfeh-rail {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  margin-top: -2.85rem;
  padding-left: clamp(0.5rem, 1vw, 1.1rem);
}

.pfeh-shell--asymmetry .pfeh-briefing-card {
  position: relative;
  overflow: visible;
  margin: 0 0 0.82rem;
  padding-top: 3.05rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}

.pfeh-shell--asymmetry .pfeh-briefing-card a {
  display: grid;
  grid-template-columns: clamp(122px, 25%, 154px) minmax(0, 1fr);
  min-height: clamp(104px, 6.8vw, 128px);
  overflow: hidden;
  background: #b7201b;
  border: 2px solid #270806;
  color: #fff;
  text-decoration: none;
}

.pfeh-shell--asymmetry .pfeh-briefing-card--no-media a {
  grid-template-columns: 1fr;
}

.pfeh-shell--asymmetry .pfeh-briefing-card--no-media .pfeh-briefing-card__body {
  border-left: 0;
}

.pfeh-shell--asymmetry .pfeh-briefing-card__media {
  position: relative;
  display: block;
  min-height: clamp(104px, 6.8vw, 128px);
  overflow: hidden;
  background: #270806;
}

.pfeh-shell--asymmetry .pfeh-briefing-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pfeh-shell--asymmetry .pfeh-briefing-card__media.pfeh-media--contain img {
  object-fit: contain !important;
  object-position: center center;
}

.pfeh-shell--asymmetry .pfeh-briefing-card__body {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 0.42rem;
  padding: 0.78rem 1rem 0.86rem;
  border-left: 2px solid rgba(39, 8, 6, 0.72);
  text-align: left;
}

.pfeh-shell--asymmetry .pfeh-briefing-card__label {
  display: inline-flex;
  position: absolute;
  top: 0.08rem;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: #fff;
  background: #270806;
  border: 0.22rem solid #b7201b;
  font-size: clamp(1rem, 0.95vw, 1.32rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.48rem 0.82rem;
}

.pfeh-shell--asymmetry .pfeh-briefing-card strong {
  display: block;
  max-width: 34rem;
  color: #fff;
  font-size: clamp(1.74rem, 1.55vw, 2.28rem);
  font-weight: 800;
  line-height: 0.98;
  text-wrap: balance;
}

.pfeh-shell--asymmetry .pfeh-briefing-card small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pfeh-shell--asymmetry .pfeh-briefing-card:hover a {
  background: #a91c18;
}

.pfeh-shell--asymmetry .pfeh-rail h2 {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0 0 0.85rem;
  color: var(--pfeh-red-dark);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.pfeh-shell--asymmetry .pfeh-rail h2::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(216, 50, 42, 0.5);
}

.pfeh-shell--asymmetry .pfeh-latest {
  display: grid;
  gap: 0.58rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pfeh-shell--asymmetry .pfeh-latest__item {
  margin: 0;
  border-top: 0;
}

.pfeh-shell--asymmetry .pfeh-latest__item:last-child {
  border-bottom: 0;
}

.pfeh-shell--asymmetry .pfeh-latest__link {
  position: relative;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 0.92rem;
  align-items: center;
  min-height: 106px;
  padding: 0.62rem 0.72rem;
  overflow: hidden;
  background: rgba(221, 232, 240, 0.66);
  border: 0;
  color: inherit;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.pfeh-shell--asymmetry .pfeh-latest__item:hover .pfeh-latest__link,
.pfeh-shell--asymmetry .pfeh-latest__link:hover,
.pfeh-shell--asymmetry .pfeh-latest__link:focus,
.pfeh-shell--asymmetry .pfeh-latest__link:focus-visible {
  background: #d8e4ef;
  box-shadow: inset 4px 0 0 rgba(216, 50, 42, 0.58), 0 0 0 1px rgba(36, 79, 135, 0.16);
  transform: none;
}

.pfeh-shell--asymmetry .pfeh-latest__item--reverse .pfeh-latest__link {
  grid-template-columns: minmax(0, 1fr) 132px;
}

.pfeh-shell--asymmetry .pfeh-latest__item--reverse .pfeh-latest__body {
  order: 1;
}

.pfeh-shell--asymmetry .pfeh-latest__item--reverse .pfeh-latest__media {
  order: 2;
}

.pfeh-shell--asymmetry .pfeh-latest__item--no-media .pfeh-latest__link,
.pfeh-shell--asymmetry .pfeh-latest__item--no-media.pfeh-latest__item--reverse .pfeh-latest__link {
  grid-template-columns: minmax(0, 1fr);
  min-height: 96px;
  padding: 0.62rem 0.72rem;
}

.pfeh-shell--asymmetry .pfeh-latest__media {
  position: relative;
  display: block;
  width: 132px;
  height: 86px;
  overflow: hidden;
  border-radius: 4px;
  background: #dbe3ea;
}

.pfeh-shell--asymmetry .pfeh-latest__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pfeh-shell--asymmetry .pfeh-latest__media.pfeh-media--contain img {
  object-fit: contain !important;
  object-position: center center;
}

.pfeh-shell--asymmetry .pfeh-latest__body {
  display: grid;
  gap: 0.34rem;
  min-width: 0;
  padding-right: 0;
}

.pfeh-shell--asymmetry .pfeh-latest__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.42rem;
  color: #6e7782;
  font-size: clamp(9px, 0.5vw, 11px);
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.pfeh-shell--asymmetry .pfeh-latest__meta b {
  color: var(--pfeh-red-dark);
  font-weight: 800;
}

.pfeh-shell--asymmetry .pfeh-latest__title {
  display: block;
  display: -webkit-box;
  max-height: 2.12em;
  overflow: hidden;
  color: var(--pfeh-ink);
  font-size: clamp(24px, 1.45vw, 30px) !important;
  font-weight: 750;
  line-height: 1.06 !important;
  text-wrap: balance;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pfeh-shell--asymmetry .pfeh-lead__link:hover .pfeh-lead__image,
.pfeh-shell--asymmetry .pfeh-feature-card__link:hover .pfeh-feature-card__image,
.pfeh-shell--asymmetry .pfeh-breadth-card__link:hover img {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.025);
}

@media (max-width: 1360px) {
  .pfeh-shell--asymmetry .pfeh-layout {
    grid-template-columns: minmax(0, 2.08fr) minmax(360px, 1fr);
    gap: 1.25rem;
  }

  .pfeh-shell--asymmetry .pfeh-story-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.9fr);
  }

  .pfeh-shell--asymmetry .pfeh-latest__link {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 0.78rem;
    min-height: 98px;
    padding: 0.54rem 0.62rem;
  }

  .pfeh-shell--asymmetry .pfeh-latest__item--reverse .pfeh-latest__link {
    grid-template-columns: minmax(0, 1fr) 118px;
  }

  .pfeh-shell--asymmetry .pfeh-latest__media {
    width: 118px;
    height: 76px;
  }

  .pfeh-shell--asymmetry .pfeh-latest__meta {
    font-size: clamp(9px, 0.62vw, 10px);
  }

  .pfeh-shell--asymmetry .pfeh-latest__title {
    font-size: clamp(21px, 1.45vw, 25px) !important;
    line-height: 1.06 !important;
  }

  .pfeh-shell--asymmetry .pfeh-lead,
  .pfeh-shell--asymmetry .pfeh-feature-stack {
    min-height: 540px;
  }

  .pfeh-shell--asymmetry .pfeh-feature-stack {
    grid-template-rows: minmax(286px, 1.06fr) minmax(238px, 0.94fr);
  }

  .pfeh-shell--asymmetry .pfeh-breadth-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pfeh-shell--asymmetry .pfeh-breadth-card__link {
    grid-template-columns: 126px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-content: center;
    min-height: 152px;
  }

  .pfeh-shell--asymmetry .pfeh-breadth-card:nth-child(n) .pfeh-breadth-card__link {
    grid-template-rows: auto auto auto;
    min-height: 152px;
  }

  .pfeh-shell--asymmetry .pfeh-breadth-card__media {
    grid-column: 1;
    grid-row: 1 / 4;
    min-height: 152px;
  }

  .pfeh-shell--asymmetry .pfeh-breadth-card__body {
    grid-column: 2;
    grid-row: 1 / 4;
    justify-content: start;
    padding: 1rem;
  }

  .pfeh-shell--asymmetry .pfeh-breadth-card--no-media .pfeh-breadth-card__link,
  .pfeh-shell--asymmetry .pfeh-breadth-card--no-media:nth-child(n) .pfeh-breadth-card__link {
    grid-template-columns: 1fr;
    min-height: 152px;
  }

  .pfeh-shell--asymmetry .pfeh-breadth-card--no-media .pfeh-breadth-card__body {
    grid-column: 1;
    grid-row: auto;
  }

  .pfeh-shell--asymmetry .pfeh-breadth-card__body .pfeh-kicker {
    margin-top: 0;
  }
}

@media (max-width: 1180px) {
  .pfeh-shell--asymmetry {
    padding: clamp(0.95rem, 1.7vw, 1.25rem);
  }

  .pfeh-shell--asymmetry .pfeh-layout {
    grid-template-columns: minmax(0, 1.95fr) minmax(330px, 0.95fr);
    gap: 1.05rem;
  }

  .pfeh-shell--asymmetry .pfeh-story-grid {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.86fr);
  }

  .pfeh-shell--asymmetry .pfeh-lead,
  .pfeh-shell--asymmetry .pfeh-feature-stack {
    min-height: 488px;
  }
}

@media (max-width: 980px) {
  .pfeh-shell--asymmetry .pfeh-layout {
    grid-template-columns: 1fr;
  }

  .pfeh-shell--asymmetry .pfeh-rail {
    padding-left: 0;
  }

  .pfeh-shell--asymmetry .pfeh-latest {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.2rem;
  }
}

@media (max-width: 760px) {
  .pfeh-shell--asymmetry {
    padding: 1rem 0.9rem;
  }

  .pfeh-shell--asymmetry .pfeh-layout,
  .pfeh-shell--asymmetry .pfeh-story-grid {
    display: flex;
    flex-direction: column;
  }

  .pfeh-shell--asymmetry .pfeh-rail {
    order: -1;
  }

  .pfeh-shell--asymmetry .pfeh-briefing-card {
    margin: 0 0 0.86rem;
  }

  .pfeh-shell--asymmetry .pfeh-briefing-card a {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 78px;
  }

  .pfeh-shell--asymmetry .pfeh-briefing-card__media {
    min-height: 78px;
  }

  .pfeh-shell--asymmetry .pfeh-briefing-card__body {
    padding: 0.46rem 0.68rem 0.5rem;
  }

  .pfeh-shell--asymmetry .pfeh-rail h2 {
    gap: 0.52rem;
    font-size: 1.18rem;
  }

  .pfeh-shell--asymmetry .pfeh-rail h2::before {
    content: "";
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 999px;
    background: var(--pfeh-red);
    box-shadow: 0 0 0 4px rgba(216, 50, 42, 0.14);
  }

  .pfeh-shell--asymmetry .pfeh-rail h2::after {
    display: block;
  }

  .pfeh-shell--asymmetry .pfeh-latest {
    grid-template-columns: 1fr;
  }

  .pfeh-shell--asymmetry .pfeh-lead,
  .pfeh-shell--asymmetry .pfeh-feature-stack {
    min-height: auto;
  }

  .pfeh-shell--asymmetry .pfeh-lead--premium {
    order: 20;
  }

  .pfeh-shell--asymmetry .pfeh-lead__link {
    min-height: 390px;
  }

  .pfeh-shell--asymmetry .pfeh-lead__title {
    max-width: none;
    font-size: clamp(1.8rem, 1.06rem + 5.7vw, 2.7rem);
    line-height: 1;
  }

  .pfeh-shell--asymmetry .pfeh-lead__content {
    right: 0;
    left: 0;
    width: auto;
    padding: 0 1.05rem 1.05rem;
  }

  .pfeh-shell--asymmetry .pfeh-feature-stack,
  .pfeh-shell--asymmetry .pfeh-breadth-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.78rem;
  }

  .pfeh-shell--asymmetry .pfeh-feature-card__link {
    min-height: 240px;
  }

  .pfeh-shell--asymmetry .pfeh-breadth-card__link {
    grid-template-columns: minmax(112px, 36%) minmax(0, 1fr);
    min-height: clamp(118px, 26vw, 152px);
  }

  .pfeh-shell--asymmetry .pfeh-breadth-card__media {
    min-height: clamp(118px, 26vw, 152px);
  }
}

@media (max-width: 560px) {
  .pfeh-shell--asymmetry {
    padding-inline: 0.78rem;
  }

  .pfeh-shell--asymmetry .pfeh-lead__link {
    min-height: 358px;
  }

  .pfeh-shell--asymmetry .pfeh-lead__content {
    gap: 0.7rem;
    padding: 0 1.05rem 1.05rem;
  }

  .pfeh-shell--asymmetry .pfeh-feature-card__link {
    min-height: 218px;
  }

  .pfeh-shell--asymmetry .pfeh-latest__link {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .pfeh-shell--asymmetry .pfeh-latest__item--reverse .pfeh-latest__link {
    grid-template-columns: minmax(0, 1fr) 88px;
  }

  .pfeh-shell--asymmetry .pfeh-latest__media {
    width: 88px;
    height: 58px;
  }
}

/* Late override: match the homepage lanes hover affordance on the right rail. */
.pfeh-shell--asymmetry .pfeh-rail .pfeh-latest__link {
  border: 1px solid transparent !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease !important;
}

.pfeh-shell--asymmetry .pfeh-rail .pfeh-latest__item:hover > .pfeh-latest__link,
.pfeh-shell--asymmetry .pfeh-rail .pfeh-latest__item:focus-within > .pfeh-latest__link,
.pfeh-shell--asymmetry .pfeh-rail .pfeh-latest__link:hover,
.pfeh-shell--asymmetry .pfeh-rail .pfeh-latest__link:focus,
.pfeh-shell--asymmetry .pfeh-rail .pfeh-latest__link:focus-visible {
  background: rgba(36, 79, 135, 0.12) !important;
  border-color: rgba(36, 79, 135, 0.28) !important;
  box-shadow: inset 6px 0 0 rgba(216, 50, 42, 0.82), 0 0 0 1px rgba(36, 79, 135, 0.12) !important;
  color: inherit !important;
  text-decoration: none !important;
  transform: none !important;
}

.pfeh-shell--asymmetry .pfeh-rail .pfeh-latest__item:hover .pfeh-latest__media,
.pfeh-shell--asymmetry .pfeh-rail .pfeh-latest__item:focus-within .pfeh-latest__media {
  box-shadow: 0 0 0 2px rgba(216, 50, 42, 0.45) !important;
}
