@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-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__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-membership {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  color: rgba(9, 24, 43, 0.74);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--pfeh-line);
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 500;
}

.pfeh-membership a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 38px;
  padding: 0 1.1rem;
  color: #fff;
  background: var(--pfeh-accent);
  border-radius: 7px;
  font-size: 0.9rem;
  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-membership {
    align-items: stretch;
    flex-direction: column;
  }

  .pfeh-membership a {
    justify-content: center;
  }

  .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);
  }
}
