/* Peniblo Hub Shortcodes
   All styles are scoped under .pb-hub so the plugin can run beside the active theme. */

.pb-hub {
  --pb-hub-primary: var(--pb-primary, #c2185b);
  --pb-hub-primary-dark: var(--pb-primary-dark, #8e113f);
  --pb-hub-accent: var(--pb-accent, #d97706);
  --pb-hub-text: var(--pb-text-primary, #252836);
  --pb-hub-muted: var(--pb-text-secondary, #7b7480);
  --pb-hub-bg: var(--pb-bg-primary, #ffffff);
  --pb-hub-soft: var(--pb-bg-secondary, #f7f5f5);
  --pb-hub-pink-soft: #f9e7ed;
  --pb-hub-border: var(--pb-border-color, #ece7e9);
  --pb-hub-success: var(--pb-success, #059669);
  --pb-hub-radius: var(--pb-radius-lg, 18px);
  --pb-hub-radius-sm: var(--pb-radius-md, 12px);
  --pb-hub-shadow: var(--pb-shadow-lg, 0 22px 50px rgba(82, 42, 58, .10));
  --pb-hub-font: var(--pb-font-body, inherit);
  --pb-hub-hero-image: url("../img/top-hero-woman.png");
  --pb-hub-category-actress-image: url("../img/category-actress.webp");
  --pb-hub-category-ns-image: url("../img/category-ns.jpg");
  --pb-hub-category-guide-image: url("../img/category-guide.png");

  color: var(--pb-hub-text);
  font-family: var(--pb-hub-font);
  line-height: 1.8;
}

.pb-hub *,
.pb-hub *::before,
.pb-hub *::after {
  box-sizing: border-box;
}

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

.pb-hub a:hover,
.pb-hub a:focus {
  color: var(--pb-hub-primary-dark);
}

.pb-hub--home {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f5f5f5;
  overflow: hidden;
}

.pb-hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .62fr);
  gap: clamp(22px, 5vw, 56px);
  align-items: center;
  min-height: clamp(420px, 52vw, 560px);
  margin: 0 0 26px;
  padding: clamp(38px, 7vw, 92px) clamp(20px, 6vw, 72px);
  border-radius: 0 0 28px 28px;
  background-color: #f7dce5;
  background-image:
    linear-gradient(90deg, rgba(255, 250, 252, .97) 0%, rgba(255, 246, 249, .88) 36%, rgba(255, 236, 244, .46) 62%, rgba(255, 236, 244, .16) 100%),
    var(--pb-hub-hero-image),
    linear-gradient(135deg, #f6d7e1 0%, #f9e9ee 48%, #f2cbd8 100%);
  background-position: center, center right, center;
  background-repeat: no-repeat;
  background-size: cover, cover, cover;
  overflow: hidden;
  position: relative;
}

.pb-hub-hero::before {
  display: none;
}

.pb-hub-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -20%;
  width: min(44vw, 520px);
  height: min(44vw, 520px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, .48), rgba(255, 255, 255, 0) 68%);
  pointer-events: none;
  z-index: 0;
}

.pb-hub-hero__main {
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--pb-hub-text);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.pb-hub-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 13px;
  border-radius: 999px;
  background: rgba(194, 24, 91, .12);
  color: var(--pb-hub-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pb-hub-section .pb-hub-kicker {
  background: color-mix(in srgb, var(--pb-hub-primary) 12%, #ffffff);
  color: var(--pb-hub-primary-dark);
}

.pb-hub-hero__title {
  margin: 8px 0 14px;
  color: inherit;
  font-family: var(--pb-font-heading, var(--pb-hub-font));
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.pb-hub-hero__title-accent {
  display: inline;
  color: var(--pb-hub-primary);
}

.pb-hub-hero__lead {
  max-width: 680px;
  margin: 0;
  color: #5f5a65;
  font-size: 15px;
  line-height: 1.9;
}

.pb-hub-primary-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.pb-hub-primary-card {
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid rgba(194, 24, 91, .14);
  border-radius: 999px;
  background: #ffffff;
  color: var(--pb-hub-text);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  justify-content: center;
  transition: transform .18s ease, box-shadow .18s ease;
}

.pb-hub-primary-card--featured {
  border-color: var(--pb-hub-primary);
  background: var(--pb-hub-primary);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(194, 24, 91, .18);
}

.pb-hub-primary-card--ghost {
  background: rgba(255, 255, 255, .86);
}

.pb-hub-primary-card--review {
  border-color: rgba(194, 24, 91, .22);
  background: #ffffff;
  color: var(--pb-hub-primary-dark);
}

.pb-hub-primary-card:hover,
.pb-hub-primary-card:focus {
  transform: translateY(-2px);
  box-shadow: var(--pb-hub-shadow);
}

.pb-hub-primary-card--featured:hover,
.pb-hub-primary-card--featured:focus {
  color: #ffffff;
}

.pb-hub-primary-card--ghost:hover,
.pb-hub-primary-card--ghost:focus {
  color: var(--pb-hub-primary-dark);
}

.pb-hub-primary-card__label {
  width: fit-content;
  padding: 3px 8px;
  border-radius: var(--pb-hub-radius-sm);
  background: var(--pb-hub-soft);
  color: var(--pb-hub-muted);
  font-size: 12px;
  font-weight: 700;
}

.pb-hub-primary-card__icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.pb-hub-primary-card--ghost .pb-hub-primary-card__icon {
  background: rgba(194, 24, 91, .10);
  color: var(--pb-hub-primary);
}

.pb-hub-primary-card--review .pb-hub-primary-card__icon {
  background: #fde7ef;
  color: var(--pb-hub-primary);
}

.pb-hub-primary-card strong {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.pb-hub-primary-card em {
  display: none;
}

.pb-hub-hero__side {
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.pb-hub-panel,
.pb-hub-section,
.pb-hub-block {
  border: 1px solid var(--pb-hub-border);
  border-radius: var(--pb-hub-radius);
  background: var(--pb-hub-bg);
  box-shadow: var(--pb-shadow-sm, 0 1px 2px rgba(0, 0, 0, .05));
}

.pb-hub-panel {
  padding: 20px;
  backdrop-filter: blur(12px);
}

.pb-hub-panel--quick {
  max-width: 360px;
  margin-left: auto;
  box-shadow: 0 24px 70px rgba(77, 42, 52, .12);
}

.pb-hub-panel__head,
.pb-hub-block__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.pb-hub-panel__head strong,
.pb-hub-block__head strong {
  font-size: 16px;
  font-weight: 800;
}

.pb-hub-panel__head span,
.pb-hub-block__head span {
  color: var(--pb-hub-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}

.pb-hub-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-top: 14px;
}

.pb-hub-search input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--pb-hub-border);
  border-radius: 999px;
  padding: 10px 12px;
  color: var(--pb-hub-text);
  background: #f9fafb;
  font: inherit;
}

.pb-hub-search button {
  min-height: 42px;
  border: 0;
  border-radius: 14px;
  background: var(--pb-hub-primary);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 10px 16px;
}

.pb-hub-chip-list,
.pb-hub-pref-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.pb-hub-chip-list a,
.pb-hub-pref-grid a,
.pb-hub-letter-grid a {
  min-height: 38px;
  border: 1px solid var(--pb-hub-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, .78);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: var(--pb-hub-text);
  font-size: 13px;
  font-weight: 800;
}

.pb-hub-pref-grid,
.pb-hub-letter-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.pb-hub-section--av .pb-hub-letter-grid a,
.pb-hub-section--ns .pb-hub-pref-grid a {
  background: #fffefe;
  box-shadow: 0 8px 18px rgba(60, 47, 54, .03);
}

.pb-hub-section--av .pb-hub-letter-grid a:hover,
.pb-hub-section--av .pb-hub-letter-grid a:focus {
  border-color: #f2bfd0;
  background: #fff3f7;
  color: var(--pb-hub-primary);
}

.pb-hub-section--ns .pb-hub-pref-grid a:hover,
.pb-hub-section--ns .pb-hub-pref-grid a:focus {
  border-color: #e9d097;
  background: #fff8df;
  color: #b86612;
}

.pb-hub-side-links {
  display: grid;
  gap: 0;
}

.pb-hub-side-links a {
  position: relative;
  padding: 9px 0 9px 18px;
  border-bottom: 1px solid var(--pb-hub-border);
  color: #56515d;
  font-size: 13px;
  font-weight: 700;
}

.pb-hub-side-links a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--pb-hub-primary);
  font-weight: 900;
}

.pb-hub-section {
  width: min(100%, 1180px);
  margin: 0 auto 62px;
  padding: clamp(22px, 4vw, 34px) clamp(20px, 4vw, 32px);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pb-hub-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 0;
  border-bottom: 0;
}

.pb-hub-section__head h2 {
  margin: 0;
  color: var(--pb-hub-text);
  font-family: var(--pb-font-heading, var(--pb-hub-font));
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.25;
}

.pb-hub-section__head p {
  max-width: 420px;
  margin: 0;
  color: var(--pb-hub-muted);
  font-size: 13px;
  line-height: 1.7;
  text-align: right;
}

.pb-hub-section--faces {
  width: 100%;
  max-width: none;
  margin: 0 0 62px;
  padding: 26px clamp(18px, 5vw, 72px) 30px;
  background: linear-gradient(180deg, #eef2f7 0%, #f5f5f5 100%);
}

.pb-hub-faces-inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.pb-hub-faces-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.pb-hub-faces-head h2 {
  margin: 2px 0 2px;
  color: var(--pb-hub-text);
  font-family: var(--pb-font-heading, var(--pb-hub-font));
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.2;
}

.pb-hub-faces-head p {
  margin: 0;
  color: var(--pb-hub-muted);
  font-size: 13px;
  font-weight: 700;
}

.pb-hub-faces-kicker {
  color: var(--pb-hub-primary-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
}

.pb-hub-faces-more {
  border: 1px solid rgba(194, 24, 91, .16);
  border-radius: 999px;
  background: #ffffff;
  color: var(--pb-hub-primary);
  font-size: 12px;
  font-weight: 900;
  padding: 8px 13px;
  white-space: nowrap;
}

.pb-hub-face-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 16px 12px;
}

.pb-hub-face-card {
  display: block;
  min-width: 0;
  text-align: center;
}

.pb-hub-face-card__image {
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: #f7eef2;
  box-shadow: 0 10px 24px rgba(82, 42, 58, .08);
  display: block;
  overflow: hidden;
}

.pb-hub-face-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}

.pb-hub-face-card:hover .pb-hub-face-card__image img,
.pb-hub-face-card:focus .pb-hub-face-card__image img {
  transform: scale(1.04);
}

.pb-hub-face-card strong {
  display: block;
  margin-top: 7px;
  color: var(--pb-hub-text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.pb-hub-face-card em {
  color: #ef7b8a;
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 1px;
}

.pb-hub-split {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
  gap: 18px;
  margin-bottom: 18px;
}

.pb-hub-av-layout,
.pb-hub-ns-layout {
  display: grid;
  align-items: start;
  gap: 22px;
}

.pb-hub-av-layout {
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, .78fr);
}

.pb-hub-ns-layout {
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
}

.pb-hub-av-main,
.pb-hub-av-aside {
  display: grid;
  gap: 16px;
}

.pb-hub-block {
  padding: 20px;
  box-shadow: 0 12px 36px rgba(40, 40, 40, .04);
}

.pb-hub-block--letters,
.pb-hub-block--pref {
  min-height: 146px;
}

.pb-hub-block--updates {
  padding: 18px;
}

.pb-hub-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pb-hub-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pb-hub-category-card {
  overflow: hidden;
  border: 1px solid var(--pb-hub-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(60, 47, 54, .06);
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}

.pb-hub-category-card:hover,
.pb-hub-category-card:focus {
  color: inherit;
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(60, 47, 54, .11);
}

.pb-hub-category-card__image {
  min-height: 148px;
  padding: 14px;
  display: block;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(24, 24, 26, .02) 38%, rgba(24, 24, 26, .52) 100%),
    var(--pb-hub-category-actress-image) center 42% / cover no-repeat,
    linear-gradient(135deg, #ef476f, #871c3d);
  isolation: isolate;
}

.pb-hub-category-card--ns .pb-hub-category-card__image {
  background:
    linear-gradient(180deg, rgba(24, 24, 26, .02) 38%, rgba(24, 24, 26, .42) 100%),
    var(--pb-hub-category-ns-image) center center / cover no-repeat,
    linear-gradient(135deg, #f2a15f, #c96f29 44%, #f0d6bd);
}

.pb-hub-category-card--guide .pb-hub-category-card__image {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .02) 35%, rgba(255, 255, 255, .46) 100%),
    var(--pb-hub-category-guide-image) center center / cover no-repeat,
    linear-gradient(135deg, #f8f8f8, #e8e1dc);
}

.pb-hub-category-card__image::before,
.pb-hub-category-card__image::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.pb-hub-category-card--av .pb-hub-category-card__image::before {
  inset: 18px 12% auto auto;
  width: 138px;
  height: 138px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 42% 42%, rgba(255, 255, 255, .34), transparent 34%),
    linear-gradient(135deg, rgba(255, 92, 132, .92), rgba(128, 18, 58, .72));
}

.pb-hub-category-card--av .pb-hub-category-card__image::after {
  right: 16%;
  bottom: -28px;
  width: 118px;
  height: 162px;
  border-radius: 48% 48% 18% 18%;
  background:
    radial-gradient(ellipse at 48% 18%, rgba(42, 30, 38, .88) 0 18%, transparent 19%),
    radial-gradient(ellipse at 53% 25%, rgba(245, 196, 188, .96) 0 14%, transparent 15%),
    radial-gradient(ellipse at 48% 76%, rgba(35, 28, 36, .84) 0 40%, transparent 41%);
}

.pb-hub-category-card--ns .pb-hub-category-card__image::before {
  inset: 20px 18px 22px;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(83, 45, 28, .34) 0 2px, transparent 2px 34px),
    linear-gradient(180deg, rgba(255, 241, 218, .72), rgba(150, 73, 34, .18)),
    linear-gradient(135deg, rgba(87, 46, 31, .48), rgba(255, 219, 170, .42));
  box-shadow: inset 0 -34px 0 rgba(91, 51, 36, .18);
}

.pb-hub-category-card--ns .pb-hub-category-card__image::after {
  right: 34px;
  top: 24px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 238, 179, .96), rgba(255, 159, 64, .28) 62%, transparent 64%);
  box-shadow: 0 0 34px rgba(255, 200, 112, .68);
}

.pb-hub-category-card--guide .pb-hub-category-card__image::before {
  left: 18%;
  top: 24px;
  width: 44%;
  height: 92px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(194, 24, 91, .22) 0 6px, transparent 6px),
    repeating-linear-gradient(180deg, rgba(102, 112, 133, .22) 0 2px, transparent 2px 15px),
    rgba(255, 255, 255, .78);
  box-shadow: 32px 16px 0 rgba(255, 255, 255, .48);
  transform: rotate(-4deg);
}

.pb-hub-category-card--guide .pb-hub-category-card__image::after {
  right: 18%;
  bottom: 16px;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 24%, rgba(70, 78, 94, .42) 0 18%, transparent 19%),
    linear-gradient(135deg, rgba(226, 232, 240, .7), rgba(255, 255, 255, .2));
}

.pb-hub-category-card--av .pb-hub-category-card__image::before,
.pb-hub-category-card--av .pb-hub-category-card__image::after,
.pb-hub-category-card--ns .pb-hub-category-card__image::before,
.pb-hub-category-card--ns .pb-hub-category-card__image::after,
.pb-hub-category-card--guide .pb-hub-category-card__image::before,
.pb-hub-category-card--guide .pb-hub-category-card__image::after {
  display: none;
}

.pb-hub-category-card__image span {
  display: inline-flex;
  position: relative;
  z-index: 2;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(194, 24, 91, .94);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pb-hub-category-card--ns .pb-hub-category-card__image span {
  background: rgba(217, 119, 6, .96);
}

.pb-hub-category-card--guide .pb-hub-category-card__image span {
  background: #667085;
}

.pb-hub-category-card__body {
  min-height: 220px;
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.pb-hub-category-card__icon {
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: var(--pb-hub-pink-soft);
  color: var(--pb-hub-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.pb-hub-category-card strong {
  color: var(--pb-hub-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.pb-hub-category-card em,
.pb-hub-category-card__chips {
  margin-top: 10px;
  color: var(--pb-hub-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.65;
}

.pb-hub-category-card__chips {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--pb-hub-border);
  font-size: 12px;
}

.pb-hub-category-card b {
  margin-top: auto;
  padding-top: 16px;
  color: var(--pb-hub-primary);
  font-size: 13px;
}

.pb-hub-section--reviews {
  width: min(100% - clamp(32px, 8vw, 112px), 1180px);
  margin: 0 auto 42px;
  padding: 24px;
  border: 1px solid rgba(194, 24, 91, .12);
  border-radius: 22px;
  background: linear-gradient(135deg, #fff6fa 0%, #ffffff 68%);
  box-shadow: 0 18px 48px rgba(60, 47, 54, .06);
}

.pb-hub-review-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(194, 24, 91, .18);
  border-radius: 999px;
  background: #ffffff;
  color: var(--pb-hub-primary);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.pb-hub-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pb-hub-review-card {
  min-height: 152px;
  padding: 18px;
  border: 1px solid var(--pb-hub-border);
  border-radius: 16px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.pb-hub-review-card:hover,
.pb-hub-review-card:focus {
  border-color: color-mix(in srgb, var(--pb-hub-primary) 42%, var(--pb-hub-border));
  color: inherit;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(60, 47, 54, .08);
}

.pb-hub-review-card span {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #fde7ef;
  color: var(--pb-hub-primary);
  font-size: 11px;
  font-weight: 900;
}

.pb-hub-review-card--ranking span {
  background: #fff0cf;
  color: #b86612;
}

.pb-hub-review-card--post span {
  background: #e6f8f0;
  color: #047857;
}

.pb-hub-review-card strong {
  margin-top: 12px;
  color: var(--pb-hub-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.pb-hub-review-card p {
  margin: 8px 0 0;
  color: var(--pb-hub-muted);
  font-size: 13px;
  line-height: 1.7;
}

.pb-hub-card-grid--guide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pb-hub-info-card,
.pb-hub-guide-card {
  min-height: 132px;
  border: 1px solid var(--pb-hub-border);
  border-radius: 18px;
  background: var(--pb-hub-bg);
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.pb-hub-av-aside .pb-hub-info-card {
  min-height: 142px;
}

.pb-hub-info-card--pink {
  border-color: #f4ccd8;
  background: linear-gradient(135deg, #fff2f6 0%, #ffffff 82%);
}

.pb-hub-info-card--warm {
  border-color: #efe3b8;
  background: linear-gradient(135deg, #fff9dc 0%, #ffffff 82%);
}

.pb-hub-info-card--amber {
  border-color: #f0d7a1;
  background: linear-gradient(135deg, #fff7e6 0%, #ffffff 82%);
}

.pb-hub-info-card--green {
  border-color: #bee7d1;
  background: linear-gradient(135deg, #eefbf5 0%, #ffffff 82%);
}

.pb-hub-info-card--slate {
  border-color: #d9e1ea;
  background: linear-gradient(135deg, #f7f9fc 0%, #ffffff 82%);
}

.pb-hub-info-card--plain {
  border-color: #edf0f5;
  background: #ffffff;
}

.pb-hub-info-card:hover,
.pb-hub-info-card:focus,
.pb-hub-guide-card:hover,
.pb-hub-guide-card:focus {
  border-color: color-mix(in srgb, var(--pb-hub-primary) 45%, var(--pb-hub-border));
  transform: translateY(-2px);
  box-shadow: var(--pb-hub-shadow);
}

.pb-hub-info-card strong,
.pb-hub-guide-card strong {
  display: block;
  margin: 10px 0 8px;
  color: var(--pb-hub-text);
  font-size: 17px;
  line-height: 1.5;
}

.pb-hub-info-card p,
.pb-hub-guide-card span {
  margin: 0;
  color: var(--pb-hub-muted);
  font-size: 13px;
  line-height: 1.7;
}

.pb-hub-guide-card {
  border-left: 0;
  background: linear-gradient(135deg, #fff8fa, #ffffff);
}

.pb-hub-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--pb-hub-soft);
  color: var(--pb-hub-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}

.pb-hub-label--accent {
  background: #fde7ef;
  color: #c2185b;
}

.pb-hub-label--success {
  background: color-mix(in srgb, var(--pb-hub-success) 16%, #ffffff);
  color: #17613a;
}

.pb-hub-label--warm {
  background: #fff0cf;
  color: #b86612;
}

.pb-hub-label--guide {
  background: #eef2f7;
  color: #64748b;
}

.pb-hub-update-list {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--pb-hub-border);
  border-radius: 18px;
  background: #ffffff;
}

.pb-hub-update-row {
  display: grid;
  grid-template-columns: 74px 92px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  border: 0;
  border-bottom: 1px solid var(--pb-hub-border);
  border-radius: 0;
  background: var(--pb-hub-bg);
  padding: 10px 14px;
}

.pb-hub-update-row:last-child {
  border-bottom: 0;
}

.pb-hub-update-row time {
  color: var(--pb-hub-muted);
  font-size: 12px;
  font-weight: 800;
}

.pb-hub-update-row__thumb {
  display: block;
  width: 74px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 12px;
  background: #f7eef2;
  box-shadow: inset 0 0 0 1px rgba(194, 24, 91, .06);
}

.pb-hub-update-row__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pb-hub-update-row strong {
  color: var(--pb-hub-text);
  font-size: 14px;
  line-height: 1.55;
}

.pb-hub-update-row .pb-hub-label {
  background: #f7f2f4;
  color: #8a7b84;
  font-size: 10px;
  justify-self: end;
}

.pb-hub-section--av .pb-hub-update-row:nth-child(3n+1) .pb-hub-label {
  background: #e6f8f0;
  color: #047857;
}

.pb-hub-section--av .pb-hub-update-row:nth-child(3n+2) .pb-hub-label {
  background: #fff1d6;
  color: #b86612;
}

.pb-hub-section--av .pb-hub-update-row:nth-child(3n) .pb-hub-label {
  background: #fde7ef;
  color: #c2185b;
}

.pb-hub-table-wrap {
  width: 100%;
  margin: 16px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--pb-hub-border);
  border-radius: 18px;
  background: #ffffff;
}

.pb-hub-ns-layout .pb-hub-table-wrap {
  margin: 0;
  box-shadow: 0 12px 36px rgba(40, 40, 40, .04);
}

.pb-hub-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: var(--pb-hub-bg);
  font-size: 13px;
}

.pb-hub-table-wrap--areas .pb-hub-table {
  min-width: 560px;
}

.pb-hub-table th,
.pb-hub-table td {
  border: 0;
  border-bottom: 1px solid var(--pb-hub-border);
  padding: 13px 14px;
  text-align: left;
  vertical-align: top;
}

.pb-hub-table th {
  background: #ffffff;
  color: var(--pb-hub-text);
  font-weight: 800;
}

.pb-hub-table a {
  color: var(--pb-hub-primary);
  font-weight: 800;
}

.pb-hub-empty {
  margin: 0;
  color: var(--pb-hub-muted);
  font-size: 14px;
}

.pb-hub-ad {
  margin: 0 clamp(20px, 5vw, 48px) 40px;
  border: 1px solid color-mix(in srgb, var(--pb-hub-accent) 45%, var(--pb-hub-border));
  border-radius: var(--pb-hub-radius);
  background: color-mix(in srgb, var(--pb-hub-accent) 10%, #ffffff);
  overflow: hidden;
}

.pb-hub-ad > span {
  display: inline-flex;
  padding: 6px 10px;
  background: var(--pb-hub-accent);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.pb-hub-ad > div {
  padding: 14px;
}

.pb-hub-media-card {
  overflow: hidden;
}

.pb-hub-media-card img,
.pb-hub-media-card video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--pb-hub-radius-sm);
}

.pb-hub-media-card p {
  margin: 10px 0 0;
  color: var(--pb-hub-muted);
  font-size: 13px;
  line-height: 1.7;
}

.pb-hub-embed {
  position: relative;
  overflow: hidden;
  border-radius: var(--pb-hub-radius-sm);
  background: #000000;
}

.pb-hub-embed iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
}

.pb-hub-slider-section {
  margin: 0 0 52px;
  padding: clamp(22px, 4vw, 32px) clamp(20px, 5vw, 48px);
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pb-hub-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 34%);
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  padding-bottom: 8px;
}

.pb-hub-slide {
  min-height: 150px;
  border: 1px solid var(--pb-hub-border);
  border-radius: 18px;
  background: #ffffff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: start;
}

.pb-hub-slide strong {
  margin: 10px 0;
  color: var(--pb-hub-text);
  font-size: 16px;
  line-height: 1.55;
}

.pb-hub-slide time {
  color: var(--pb-hub-muted);
  font-size: 12px;
  font-weight: 800;
}

.pb-hub-side-details {
  display: block;
}

.pb-hub-side-details summary {
  display: none;
}

.pb-hub-side-details__body {
  display: grid;
  gap: 14px;
}

@media (max-width: 900px) {
  .pb-hub-hero,
  .pb-hub-split,
  .pb-hub-av-layout,
  .pb-hub-ns-layout {
    grid-template-columns: 1fr;
  }

  .pb-hub-hero {
    min-height: auto;
    padding: clamp(34px, 8vw, 64px) clamp(18px, 6vw, 36px);
  }

  .pb-hub-hero::before {
    right: -40px;
    opacity: .24;
  }

  .pb-hub-hero__main {
    min-height: auto;
  }

  .pb-hub-card-grid,
  .pb-hub-card-grid--guide,
  .pb-hub-category-grid,
  .pb-hub-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pb-hub-face-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pb-hub-panel--quick {
    max-width: none;
    margin-left: 0;
  }

  .pb-hub-av-aside {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pb-hub-slider {
    grid-auto-columns: minmax(240px, 78%);
  }
}

@media (max-width: 640px) {
  .pb-hub {
    margin-right: 0;
    margin-left: 0;
  }

  .pb-hub-hero {
    gap: 12px;
    min-height: 0;
    margin-bottom: 0;
    padding: 20px 16px 18px;
    border-radius: 0 0 20px 20px;
    background-image:
      linear-gradient(90deg, rgba(255, 250, 252, .98) 0%, rgba(255, 246, 249, .9) 52%, rgba(255, 236, 244, .52) 100%),
      var(--pb-hub-hero-image),
      linear-gradient(135deg, #f6d7e1 0%, #f9e9ee 48%, #f2cbd8 100%);
    background-position: center, 68% center, center;
  }

  .pb-hub-hero::before {
    display: none;
  }

  .pb-hub-hero::after {
    display: none;
  }

  .pb-hub-hero__main,
  .pb-hub-panel,
  .pb-hub-section,
  .pb-hub-block,
  .pb-hub-info-card,
  .pb-hub-guide-card,
  .pb-hub-category-card,
  .pb-hub-review-card {
    border-radius: 16px;
  }

  .pb-hub-hero__title {
    margin: 4px 0 0;
    font-size: clamp(25px, 7.6vw, 31px);
    line-height: 1.16;
  }

  .pb-hub-kicker {
    margin-bottom: 6px;
    padding: 4px 10px;
    font-size: 10px;
  }

  .pb-hub-hero__lead {
    display: none;
  }

  .pb-hub-primary-links,
  .pb-hub-search,
  .pb-hub-section__head,
  .pb-hub-faces-head {
    grid-template-columns: 1fr;
  }

  .pb-hub-primary-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .pb-hub-primary-card {
    min-height: 42px;
    width: auto;
    gap: 6px;
    padding: 7px 9px;
  }

  .pb-hub-primary-card__icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    font-size: 9px;
  }

  .pb-hub-primary-card strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pb-hub-hero__side {
    display: none;
  }

  .pb-hub-section__head {
    display: grid;
  }

  .pb-hub-section__head p {
    max-width: none;
    text-align: left;
  }

  .pb-hub-pref-grid,
  .pb-hub-letter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pb-hub-av-aside {
    grid-template-columns: 1fr;
  }

  .pb-hub-card-grid,
  .pb-hub-card-grid--guide,
  .pb-hub-category-grid,
  .pb-hub-review-grid {
    grid-template-columns: 1fr;
  }

  .pb-hub-section,
  .pb-hub-slider-section {
    margin-bottom: 34px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .pb-hub-section--reviews {
    width: calc(100% - 32px);
    padding: 16px;
  }

  .pb-hub-section--faces {
    margin-bottom: 38px;
    padding: 14px 16px 24px;
  }

  .pb-hub-faces-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
  }

  .pb-hub-faces-head h2 {
    margin: 0;
    font-size: 24px;
  }

  .pb-hub-faces-head p {
    display: none;
  }

  .pb-hub-faces-kicker {
    font-size: 10px;
  }

  .pb-hub-faces-more {
    padding: 6px 10px;
    font-size: 11px;
  }

  .pb-hub-face-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 8px;
  }

  .pb-hub-face-card strong {
    font-size: 11px;
  }

  .pb-hub-face-card em {
    font-size: 10px;
  }

  .pb-hub-category-card__image {
    min-height: 132px;
  }

  .pb-hub-update-row {
    grid-template-columns: 66px minmax(0, 1fr);
    align-items: start;
    gap: 8px 10px;
  }

  .pb-hub-update-row__thumb {
    grid-row: span 3;
    width: 66px;
  }

  .pb-hub-update-row .pb-hub-label {
    justify-self: start;
  }

  .pb-hub-search button {
    width: 100%;
  }

  .pb-hub--mobile-sidebar-details .pb-hub-side-details {
    border: 1px solid var(--pb-hub-border);
    border-radius: var(--pb-hub-radius);
    background: var(--pb-hub-bg);
    overflow: hidden;
  }

  .pb-hub--mobile-sidebar-details .pb-hub-side-details summary {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    color: var(--pb-hub-text);
    cursor: pointer;
    font-weight: 800;
  }

  .pb-hub--mobile-sidebar-details .pb-hub-side-details__body {
    padding: 0 12px 12px;
  }

  .pb-hub-slider {
    grid-auto-columns: minmax(230px, 86%);
  }
}
