/* Press / Parlano di noi
   Shared editorial layout. Brand type, sharp geometry, no app-like chrome. */

:root {
  --pdn-pink: #f5c1cd;
  --pdn-deep: #e3869b;
  --pdn-cream: #fff6e8;
  --pdn-ink: #1a1a1a;
}

body.page-pdn {
  overflow-x: hidden;
  background: var(--pdn-ink);
}

body.page-pdn .wp-site-blocks {
  position: relative;
}

body.page-pdn > .wp-site-blocks > header.wp-block-template-part {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
}

body.page-pdn header.wp-block-template-part,
body.page-pdn header.wp-block-template-part > .wp-block-group {
  background: transparent !important;
}

body.page-pdn header .polylang-switcher-inline a,
body.page-pdn header .polylang-switcher-inline .divider,
body.page-pdn header .polylang-switcher-inline .disabled {
  color: #fff !important;
}

body.page-pdn header .polylang-switcher-inline .disabled {
  opacity: 0.45;
}

body.page-pdn header .wp-block-navigation__responsive-container-open svg {
  fill: #fff;
}

body.page-pdn main,
body.page-pdn main.wp-block-group {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  padding: 0 !important;
}

body.page-pdn .entry-content,
body.page-pdn .entry-content.pdn {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}

.pdn {
  --pdn-gutter: clamp(18px, 5.13vw, 40px);
  --pdn-max: 1280px;
  color: #fff;
  font-family: var(--font-body, "Inter", system-ui, -apple-system, sans-serif);
}

.pdn,
.pdn * {
  box-sizing: border-box;
}

.pdn > * {
  margin-block: 0 !important;
}

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

.pdn-wrap,
.pdn-list__intro,
.pdn-filters__in,
.pdn-rows,
.pdn-rev__in,
.pdn-cta__in {
  width: 100%;
  max-width: var(--pdn-max);
  margin-inline: auto;
}

.pdn h1,
.pdn h2 {
  font-family: var(--font-display, "Inter", system-ui, -apple-system, sans-serif);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

/* Hero ------------------------------------------------------ */

.pdn-hero {
  position: relative;
  width: 100%;
  min-height: clamp(620px, 86vh, 860px);
  overflow: hidden;
  background: var(--pdn-ink);
}

.pdn-hero__media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.pdn-hero__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
}

.pdn-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(26, 26, 26, 0.34), transparent 26%),
    linear-gradient(180deg, transparent 36%, rgba(26, 26, 26, 0.26) 59%, rgba(26, 26, 26, 0.94) 100%);
}

.pdn-hero__in {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  width: 100%;
  max-width: var(--pdn-max);
  margin-inline: auto;
  padding: clamp(28px, 4vw, 56px) var(--pdn-gutter);
  color: #fff;
}

.pdn-hero .eb {
  margin: 0 0 12px;
  color: var(--pdn-pink);
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.25;
  text-transform: uppercase;
}

.pdn-hero h1 {
  max-width: 1060px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.6rem, 7vw, 6rem);
  letter-spacing: -0.035em;
  line-height: 0.95;
  text-transform: uppercase;
}

.pdn-hero h1 em {
  color: var(--pdn-pink);
  font-style: normal;
}

.pdn-headside {
  display: flex;
  align-items: center;
  margin-top: clamp(24px, 3vw, 38px);
  padding-top: clamp(18px, 2vw, 24px);
  border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.pdn-counts {
  display: flex;
  gap: clamp(24px, 4vw, 48px);
}

.pdn-counts > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 112px;
  padding-right: clamp(24px, 4vw, 48px);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.pdn-counts > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.pdn-counts .n {
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

.pdn-counts .n--reviews {
  display: flex;
  align-items: baseline;
  gap: clamp(8px, 1.2vw, 14px);
  white-space: nowrap;
}

.pdn-counts .score {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: var(--pdn-pink);
  font-size: 0.68em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.pdn-counts .score-label {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.68em;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pdn-counts__reviews {
  min-width: clamp(236px, 24vw, 330px) !important;
}

.pdn-counts .l {
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

/* Featured -------------------------------------------------- */

.pdn-feat {
  padding: clamp(48px, 6vw, 78px) 0 clamp(56px, 7vw, 88px);
  background: var(--pdn-cream);
  color: var(--pdn-ink);
}

.pdn-wrap {
  padding-inline: var(--pdn-gutter);
}

.pdn-feat__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 clamp(24px, 3vw, 36px);
}

.pdn-feat__head h2,
.pdn-list__intro h2,
.pdn-rev h2,
.pdn-cta h2 {
  margin: 0;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.pdn-feat__head h2 {
  font-size: clamp(2.3rem, 4.2vw, 3.7rem);
}

.pdn-feat__hint {
  display: none;
  padding-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  opacity: 0.58;
  text-transform: uppercase;
}

.pdn-feat__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
}

.pdn-fcard {
  --pdn-fcard-accent: var(--pdn-pink);
  --pdn-fcard-min-height: 320px;
  position: relative;
  display: block;
  min-width: 0;
  min-height: var(--pdn-fcard-min-height);
  padding: 0;
  border-top: 5px solid var(--pdn-fcard-accent);
  background: var(--pdn-ink);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  transition: transform 180ms ease;
}

.pdn-fcard--paper {
  --pdn-fcard-accent: var(--pdn-cream);
}

.pdn-fcard--deep {
  --pdn-fcard-accent: var(--pdn-deep);
}

.pdn-fcard__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.pdn-fcard__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(26, 26, 26, 0.32) 0%,
    rgba(26, 26, 26, 0.08) 31%,
    rgba(26, 26, 26, 0.88) 72%,
    rgba(26, 26, 26, 0.98) 100%
  );
}

.pdn-fcard__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.pdn-fcard:nth-child(1) .pdn-fcard__media img { object-position: 50% 52%; }
.pdn-fcard:nth-child(2) .pdn-fcard__media img { object-position: 50% 45%; }
.pdn-fcard:nth-child(3) .pdn-fcard__media img { object-position: 50% 50%; }

.pdn-fcard__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: var(--pdn-fcard-min-height);
  padding: clamp(22px, 2.4vw, 30px);
}

.pdn-fcard:hover,
.pdn-fcard:focus-visible {
  z-index: 2;
  transform: translateY(-5px);
}

.pdn-fcard:hover .pdn-fcard__media img,
.pdn-fcard:focus-visible .pdn-fcard__media img {
  transform: scale(1.035);
}

.pdn a.pdn-fcard--ink {
  background: var(--pdn-ink);
  color: #fff;
}

.pdn a.pdn-fcard--paper {
  background: var(--pdn-ink);
  color: #fff;
}

.pdn a.pdn-fcard--deep {
  background: var(--pdn-ink);
  color: #fff;
}

.pdn-fcard__src,
.pdn-rcard__src {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pdn-fcard__src {
  width: fit-content;
  max-width: 100%;
  padding: 6px 9px 6px 6px;
  border-left: 3px solid var(--pdn-fcard-accent);
  background: rgba(26, 26, 26, 0.78);
  backdrop-filter: blur(6px);
}

.pdn-fcard__src img {
  width: 30px;
  height: 30px;
  border-radius: 0;
  object-fit: contain;
  background: #fff;
}

.pdn-fcard__src .nm {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.2;
  color: #fff;
  opacity: 0.95;
  text-transform: uppercase;
}

.pdn-fcard__q {
  display: block;
  margin: auto 0 0;
  padding-top: 28px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.14;
  text-wrap: balance;
}

.pdn-fcard__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
}

.pdn-fcard__read,
.pdn-fcard__date {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdn-fcard__date {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.pdn-fcard__read { color: var(--pdn-fcard-accent); }

/* Press list ------------------------------------------------ */

.pdn-list {
  background: var(--pdn-ink);
  color: #fff;
}

.pdn-list__intro {
  padding: clamp(62px, 8vw, 106px) var(--pdn-gutter) 0;
}

.pdn-list__intro h2 {
  color: #fff;
  font-size: clamp(2.45rem, 5.2vw, 4.25rem);
}

.pdn-list__intro p {
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.48;
}

.pdn-filters {
  position: sticky;
  top: 0;
  z-index: 30;
  margin-top: clamp(24px, 3.5vw, 38px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(26, 26, 26, 0.96);
  backdrop-filter: blur(12px);
}

.pdn-filters__in {
  padding-inline: var(--pdn-gutter);
  overflow-x: auto;
  scrollbar-width: none;
}

.pdn-filters__in::-webkit-scrollbar {
  display: none;
}

.pdn-filters__row {
  display: flex;
  gap: clamp(24px, 4vw, 42px);
  width: max-content;
}

.pdn-chip {
  min-height: 52px;
  padding: 4px 0 1px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.62);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.pdn-chip:hover,
.pdn-chip:focus-visible {
  color: #fff;
}

.pdn-chip.is-on {
  border-bottom-color: var(--pdn-pink);
  background: transparent;
  color: #fff;
}

.pdn-rows {
  counter-reset: pdn-row;
  padding: 14px var(--pdn-gutter) clamp(68px, 9vw, 116px);
}

.pdn-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
  padding: 24px 36px 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  counter-increment: pdn-row;
  transition: background 160ms ease, color 160ms ease;
}

.pdn-row::after {
  content: counter(pdn-row, decimal-leading-zero);
  position: absolute;
  top: 25px;
  right: 0;
  color: var(--pdn-pink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pdn-row:hover,
.pdn-row:focus-visible {
  background: #242424;
}

.pdn-row img {
  width: 38px;
  height: 38px;
  flex: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  object-fit: contain;
  background: #fff;
}

.pdn-row__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.pdn-row__meta {
  color: rgba(255, 255, 255, 0.52);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.pdn-row__hl {
  margin: 7px 0 6px;
  font-size: clamp(1.05rem, 1.55vw, 1.24rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.22;
}

.pdn-row__mt {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-style: normal;
  line-height: 1.48;
}

.pdn-row__arr {
  display: none;
}

.pdn-more {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.pdn-more button {
  min-height: 50px;
  padding: 13px 28px;
  border: 2px solid var(--pdn-pink);
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.pdn-more button:hover,
.pdn-more button:focus-visible {
  background: var(--pdn-pink);
  color: var(--pdn-ink);
}

/* Reviews --------------------------------------------------- */

.pdn-rev {
  padding: clamp(62px, 8vw, 104px) var(--pdn-gutter);
  background: var(--pdn-pink);
  color: var(--pdn-ink);
}

.pdn-rev h2 {
  font-size: clamp(2.35rem, 5vw, 4rem);
}

.pdn-rev__sub {
  max-width: 620px;
  margin: 16px 0 clamp(30px, 4vw, 46px);
  color: rgba(26, 26, 26, 0.7);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.48;
}

.pdn-rev__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.pdn a.pdn-rcard {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  min-height: 190px;
  padding: 22px;
  border-top: 4px solid var(--pdn-deep);
  background: var(--pdn-ink);
  color: #fff;
  transition: transform 160ms ease, background 160ms ease;
}

.pdn-rcard:hover,
.pdn-rcard:focus-visible {
  transform: translateY(-4px);
  background: #292929;
}

.pdn-rcard__src img {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 0;
  object-fit: contain;
  background: #fff;
}

.pdn-rcard__src .nm {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.25;
  text-transform: uppercase;
}

.pdn-rcard__num {
  margin-top: auto;
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

.pdn-rcard__num small {
  margin-left: 3px;
  font-size: 0.4em;
  font-weight: 600;
  opacity: 0.72;
}

.pdn-rcard__stars {
  color: var(--pdn-pink);
  font-size: 13px;
  letter-spacing: 1.5px;
}

.pdn-rcard__cnt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

/* Closing contact panel ------------------------------------ */

.pdn-cta {
  padding: clamp(58px, 8vw, 96px) var(--pdn-gutter);
  background: var(--pdn-deep);
  color: var(--pdn-ink);
}

.pdn-cta h2 {
  max-width: 720px;
  font-size: clamp(2.35rem, 5vw, 4rem);
}

.pdn-cta p {
  max-width: 590px;
  margin: 18px 0 0;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.5;
}

.pdn-cta__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pdn-cta__btns .b2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 26px;
  border: 2px solid var(--pdn-ink);
  color: var(--pdn-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pdn-cta__btns .b2:hover,
.pdn-cta__btns .b2:focus-visible {
  background: var(--pdn-ink);
  color: var(--pdn-pink);
}

.pdn a:focus-visible,
.pdn button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.pdn-feat a:focus-visible,
.pdn-rev a:focus-visible,
.pdn-cta a:focus-visible {
  outline-color: var(--pdn-ink);
}

/* Mobile editorial composition ----------------------------- */

@media (max-width: 767.98px) {
  body.page-pdn .pdn-hero {
    display: block !important;
    min-height: clamp(560px, 82svh, 720px) !important;
  }

  body.page-pdn .pdn-hero__img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: 50% 58% !important;
  }

  body.page-pdn .pdn-hero__overlay {
    display: block !important;
    background:
      linear-gradient(180deg, rgba(26, 26, 26, 0.68), rgba(26, 26, 26, 0.06) 30%, transparent 45%),
      linear-gradient(180deg, transparent 34%, rgba(26, 26, 26, 0.28) 57%, rgba(26, 26, 26, 0.98) 100%);
  }

  body.page-pdn .pdn-hero__in {
    position: absolute !important;
    inset: auto 0 0 !important;
    width: 100% !important;
    padding: 104px var(--pdn-gutter) 34px;
  }

  .pdn-hero .eb {
    margin-bottom: 13px;
    font-size: 10.5px;
    letter-spacing: 0.16em;
  }

  .pdn-hero h1 {
    max-width: 100%;
    font-size: clamp(2.85rem, 14.5vw, 4rem);
    line-height: 0.95;
  }

  .pdn-hero h1 em {
    display: block;
  }

  .pdn-headside {
    margin-top: 22px;
    padding-top: 18px;
  }

  .pdn-counts {
    display: grid;
    grid-template-columns: minmax(72px, 0.72fr) minmax(0, 1.68fr);
    width: 100%;
    gap: 0;
  }

  .pdn-counts > div {
    min-width: 0;
    padding: 0 12px;
  }

  .pdn-counts > div:first-child {
    padding-left: 0;
  }

  .pdn-counts > div:last-child {
    padding-right: 0;
  }

  .pdn-counts__reviews {
    min-width: 0 !important;
    padding-left: 14px !important;
  }

  .pdn-counts .n {
    font-size: clamp(1.2rem, 6vw, 1.55rem);
  }

  .pdn-counts .l {
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .pdn-feat {
    padding-block: 46px 52px;
  }

  .pdn-feat__head {
    align-items: center;
    margin-bottom: 26px;
  }

  .pdn-feat__head h2 {
    font-size: clamp(2.3rem, 11vw, 3.1rem);
  }

  .pdn-feat__hint {
    display: block;
  }

  .pdn-feat__row {
    display: flex;
    width: calc(100% + var(--pdn-gutter));
    margin-right: calc(var(--pdn-gutter) * -1);
    padding: 0 var(--pdn-gutter) 6px 0;
    gap: 12px;
    overflow-x: auto;
    scroll-padding-left: var(--pdn-gutter);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .pdn-feat__row::-webkit-scrollbar {
    display: none;
  }

  .pdn-fcard,
  .pdn-fcard:first-child {
    --pdn-fcard-min-height: 264px;
    flex: 0 0 min(76vw, 290px);
    grid-column: auto;
    min-height: var(--pdn-fcard-min-height);
    padding: 0;
    scroll-snap-align: start;
  }

  .pdn-fcard__content {
    padding: 18px;
  }

  .pdn-fcard__src {
    gap: 8px;
  }

  .pdn-fcard__src img {
    width: 26px;
    height: 26px;
  }

  .pdn-fcard__src .nm {
    font-size: 10px;
  }

  .pdn-fcard__q,
  .pdn-fcard:first-child .pdn-fcard__q {
    margin-top: auto;
    padding-top: 22px;
    font-size: clamp(1rem, 4.4vw, 1.12rem);
    line-height: 1.15;
  }

  .pdn-fcard__foot {
    align-items: flex-end;
    padding-top: 18px;
  }

  .pdn-fcard__read,
  .pdn-fcard__date {
    font-size: 9.5px;
  }

  .pdn-list__intro {
    padding-top: 66px;
  }

  .pdn-list__intro h2,
  .pdn-rev h2,
  .pdn-cta h2 {
    font-size: clamp(2.4rem, 11.5vw, 3.2rem);
  }

  .pdn-list__intro p,
  .pdn-rev__sub,
  .pdn-cta p {
    font-size: 15px;
  }

  .pdn-filters__row {
    gap: 28px;
  }

  .pdn-chip {
    min-height: 50px;
    font-size: 11px;
  }

  .pdn-rows {
    padding-top: 8px;
    padding-bottom: 72px;
  }

  .pdn-row {
    gap: 13px;
    padding-block: 23px;
  }

  .pdn-row img {
    width: 36px;
    height: 36px;
  }

  .pdn-row__meta {
    padding-right: 20px;
    font-size: 10.5px;
  }

  .pdn-row__hl {
    font-size: 1.05rem;
  }

  .pdn-row__mt {
    font-size: 13.5px;
  }

  .pdn-rev {
    padding-block: 64px 72px;
  }

  .pdn-rev__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pdn-rcard {
    min-height: 166px;
    padding: 16px;
  }

  .pdn-rcard:first-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto 1fr auto;
    min-height: 190px;
    padding: 22px;
  }

  .pdn-rcard:first-child .pdn-rcard__src {
    grid-column: 1 / -1;
  }

  .pdn-rcard:first-child .pdn-rcard__num {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    font-size: clamp(3rem, 15vw, 4rem);
  }

  .pdn-rcard:first-child .pdn-rcard__stars {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    padding-bottom: 6px;
  }

  .pdn-rcard:first-child .pdn-rcard__cnt {
    grid-column: 1 / -1;
  }

  .pdn-rcard__src {
    align-items: flex-start;
  }

  .pdn-rcard__src .nm {
    font-size: 9.5px;
  }

  .pdn-rcard__num {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }

  .pdn-cta {
    padding-block: 64px 70px;
  }

  .pdn-cta__btns .b2 {
    width: 100%;
  }
}

@media (max-width: 359.98px) {
  .pdn-fcard__content {
    padding: 15px;
  }

  .pdn-fcard__src .nm {
    font-size: 9px;
    letter-spacing: 0.04em;
  }

  .pdn-fcard__date {
    display: none;
  }

  .pdn-row::after {
    display: none;
  }

  .pdn-row {
    padding-right: 0;
  }

  .pdn-rcard {
    padding: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .pdn {
    --pdn-gutter: 28px;
  }

  body.page-pdn .pdn-hero {
    display: block !important;
    min-height: clamp(660px, 78svh, 760px) !important;
  }

  body.page-pdn .pdn-hero__img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-position: 50% 70% !important;
  }

  body.page-pdn .pdn-hero__overlay {
    display: block !important;
  }

  body.page-pdn .pdn-hero__in {
    position: absolute !important;
    inset: auto 0 0 !important;
  }

  .pdn-feat__row {
    display: flex;
    width: calc(100% + var(--pdn-gutter));
    margin-right: calc(var(--pdn-gutter) * -1);
    padding: 0 var(--pdn-gutter) 8px 0;
    gap: 16px;
    overflow-x: auto;
    scroll-padding-left: var(--pdn-gutter);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .pdn-feat__row::-webkit-scrollbar {
    display: none;
  }

  .pdn-feat__hint {
    display: block;
  }

  .pdn-fcard,
  .pdn-fcard:first-child {
    --pdn-fcard-min-height: 320px;
    flex: 0 0 min(62vw, 340px);
    grid-column: auto;
    min-height: var(--pdn-fcard-min-height);
    padding: 0;
    scroll-snap-align: start;
  }

  .pdn-fcard__content {
    padding: 22px;
  }

  .pdn-rows {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding-top: 24px;
  }

  .pdn-row {
    min-height: 190px;
    padding: 24px 42px 24px 24px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: #232323;
  }

  .pdn-more {
    grid-column: 1 / -1;
  }

  .pdn-rev__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .pdn a.pdn-rcard {
    grid-column: span 2;
  }

  .pdn a.pdn-rcard:nth-child(n + 4) {
    grid-column: span 3;
  }
}

@media (min-width: 900px) {
  .pdn-feat__hint {
    display: none;
  }

  .pdn-rows {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding-top: 24px;
  }

  .pdn-row {
    min-height: 184px;
    padding: 25px 48px 25px 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #232323;
  }

  .pdn-row:hover,
  .pdn-row:focus-visible {
    background: var(--pdn-cream);
    color: var(--pdn-ink);
  }

  .pdn-row:hover .pdn-row__meta,
  .pdn-row:hover .pdn-row__mt,
  .pdn-row:focus-visible .pdn-row__meta,
  .pdn-row:focus-visible .pdn-row__mt {
    color: rgba(26, 26, 26, 0.64);
  }

  .pdn-more {
    grid-column: 1 / -1;
  }

  .pdn-cta__in {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    column-gap: clamp(52px, 7vw, 110px);
    align-items: end;
  }

  .pdn-cta h2 {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .pdn-cta p,
  .pdn-cta__btns {
    grid-column: 2;
  }
}

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