/* Front-page theme overrides, migrated from inline wp_head output. */
body.home {
  --primary: #E74C3C;
  --primary-light: #EC7063;
  --primary-dark: #CB4335;
  --secondary: #2C3E50;
  --secondary-light: #34495E;
  --secondary-dark: #1A252F;
  --accent: #F39C12;
  --accent-light: #F8B739;
  --accent-dark: #D68910;
  --bg-white: #FFFFFF;
  --bg-light: #FAFBFC;
  --bg-gray: #ECF0F1;
  --text-dark: #1a1f2e;
  --text-gray: #5f6f75;
  --text-light: #879596;
  --text-white: #FFFFFF;
  --border-color: #E4E8EB;
  --shadow-md: 0 6px 18px rgba(26, 31, 46, .08);
  --shadow-lg: 0 12px 28px rgba(26, 31, 46, .12);
  --shadow-xl: 0 18px 38px rgba(26, 31, 46, .18);
  background: #fdf9f3 !important;
  color: var(--text-dark) !important;
}

body.home .wp-block-post-title,
body.home main > .wp-block-group > .wp-block-post-title {
  display: none !important;
}

body.home main > .wp-block-group:has(.wp-block-post-title) {
  display: none !important;
}

body.home .wp-site-blocks > footer.wp-block-template-part {
  display: none !important;
}

body.home .wp-site-blocks > main.wp-block-group,
body.home main.wp-block-group,
body.home main[style],
body.home #main,
body.home .main,
body.home #content,
body.home .content,
body.home .content-in,
body.home #content-in,
body.home #wrapper {
  background: #fdf9f3 !important;
  border: 0 !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  max-width: none !important;
  padding-top: 0 !important;
}

body.home #content-in,
body.home .content-in {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}

body.home #main,
body.home .main {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

body.home #sidebar,
body.home .sidebar,
body.home .breadcrumb,
body.home #breadcrumb,
body.home .breadcrumbs,
body.home .article-header,
body.home .entry-header,
body.home .date-tags,
body.home .sns-share,
body.home .sns-share-buttons,
body.home .toc,
body.home .toc-wrap,
body.home .under-entry-content,
body.home .footer-meta {
  display: none !important;
}

body.home main > .wp-block-group.alignfull,
body.home main > .wp-block-group[style],
body.home .article,
body.home .entry-content,
body.home .article-body,
body.home .entry-body {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding-top: 16px !important;
  padding-bottom: 24px !important;
}

body.home .entry-content.alignfull,
body.home .wp-block-post-content,
body.home .entry-content,
body.home .article-body,
body.home .entry-body {
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .entry-content > .nlr-page,
body.home .article-body > .nlr-page,
body.home .wp-block-post-content > .nlr-page {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1120px !important;
  width: min(100%, 1120px) !important;
}

body.home .nlr-page,
body.home .nlr-page p,
body.home .nlr-page li,
body.home .nlr-page span,
body.home .nlr-page blockquote {
  color: var(--text-gray);
}

body.home .nlr-page h1,
body.home .nlr-page h2,
body.home .nlr-page h3,
body.home .nlr-page strong,
body.home .nlr-page .review-card__title,
body.home .nlr-page .nlr-compact-body strong {
  color: var(--text-dark) !important;
}

body.home .nlr-page .nlr-home-intro,
body.home .nlr-page .nlr-review-search,
body.home .nlr-page .nlr-trust-bar,
body.home .nlr-page .nlr-feed-panel,
body.home .nlr-page .nlr-home-utility,
body.home .nlr-page .nlr-access-model,
body.home .nlr-page .nlr-about,
body.home .nlr-page .nlr-premium-band,
body.home .nlr-page .nlr-testimonials,
body.home .nlr-page .nlr-site-footer,
body.home .nlr-page .nlr-review-card,
body.home .nlr-page .nlr-feature-item,
body.home .nlr-page .nlr-hub-link,
body.home .nlr-page .nlr-genre-link,
body.home .nlr-page .nlr-plan-card {
  background: var(--bg-card) !important;
  border: 1px solid var(--border-color) !important;
}

body.home .nlr-page .nlr-home-intro {
  background:
    radial-gradient(circle at 90% 6%, rgba(243, 156, 18, .18), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fff8ea 58%, #fafbfc 100%) !important;
}

body.home .nlr-page .nlr-home-intro-actions {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(180px, 1fr)) !important;
}

body.home .nlr-page .btn,
body.home .nlr-page .nlr-home-intro-actions a,
body.home .nlr-page .nlr-review-search button,
body.home .nlr-page .nlr-actions a {
  align-items: center !important;
  border-radius: var(--border-radius-md) !important;
  box-shadow: var(--shadow-md) !important;
  display: inline-flex !important;
  font-weight: var(--font-weight-semibold) !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 12px 20px !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease !important;
}

body.home .nlr-page .btn-primary,
body.home .nlr-page .nlr-home-intro-actions a:first-child,
body.home .nlr-page .nlr-review-search button,
body.home .nlr-page .nlr-actions a:first-child {
  background: var(--primary) !important;
  color: var(--text-white) !important;
}

body.home .nlr-page .btn-secondary,
body.home .nlr-page .nlr-home-intro-actions a:nth-child(2),
body.home .nlr-page .nlr-actions a + a {
  background: var(--secondary) !important;
  color: var(--text-white) !important;
}

body.home .nlr-page .btn-accent,
body.home .nlr-page .nlr-home-intro-actions a:nth-child(3),
body.home .nlr-page .nlr-conversion-strip .nlr-actions a + a {
  background: var(--accent) !important;
  color: var(--text-dark) !important;
}

body.home .nlr-page .nlr-conversion-strip {
  background: linear-gradient(135deg, var(--secondary-dark), var(--secondary) 62%, #442022) !important;
  border-color: var(--secondary-dark) !important;
}

body.home .nlr-page .nlr-conversion-strip span {
  color: var(--accent-light) !important;
}

body.home .nlr-page .nlr-conversion-strip strong,
body.home .nlr-page .nlr-conversion-strip p {
  color: var(--text-white) !important;
}

body.home .nlr-page .nlr-card-meta,
body.home .nlr-page .nlr-kicker,
body.home .nlr-page .nlr-text-link,
body.home .nlr-page .nlr-section-head a,
body.home .nlr-page .review-card__info-row .value {
  color: var(--primary) !important;
}

body.home .nlr-page .stars,
body.home .nlr-page .stat__number,
body.home .nlr-page .nlr-compact-body em,
body.home .nlr-page .nlr-review-card strong,
body.home .nlr-page .nlr-plan-card span {
  color: var(--accent-dark) !important;
}

body.home .nlr-page .nlr-article-first {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr) !important;
}

body.home .nlr-page .nlr-card-grid,
body.home .nlr-page .nlr-testimonial-grid,
body.home .nlr-page .nlr-summary-grid,
body.home .nlr-page .nlr-plan-comparison {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.home .nlr-page .nlr-trust-bar,
body.home .nlr-page .nlr-hero-stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.home .nlr-page .nlr-access-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.home .nlr-page .nlr-genre-strip {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

@media (max-width: 768px) {
  body.home,
  body.home .wp-site-blocks,
  body.home .wp-site-blocks > main {
    background: #fdf9f3 !important;
  }

  body.home main > .wp-block-group.alignfull,
  body.home main > .wp-block-group[style] {
    padding-top: 10px !important;
    padding-bottom: 12px !important;
  }

  body.home .entry-content > .nlr-page {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.home .nlr-page .nlr-home-intro,
  body.home .nlr-page .nlr-review-search,
  body.home .nlr-page .nlr-trust-bar,
  body.home .nlr-page .nlr-feed-panel,
  body.home .nlr-page .nlr-home-utility,
  body.home .nlr-page .nlr-conversion-strip,
  body.home .nlr-page .nlr-access-model,
  body.home .nlr-page .nlr-about,
  body.home .nlr-page .nlr-premium-band,
  body.home .nlr-page .nlr-testimonials,
  body.home .nlr-page .nlr-site-footer {
    border-radius: 10px !important;
    margin-bottom: 12px !important;
    padding: 14px !important;
  }

  body.home .nlr-page .nlr-home-intro-main h1 {
    color: var(--text-dark) !important;
    font-size: 1.32rem !important;
    line-height: 1.34 !important;
  }

  body.home .nlr-page .nlr-home-intro-main p,
  body.home .nlr-page .nlr-section p,
  body.home .nlr-page .nlr-compact-body span,
  body.home .nlr-page .review-card__description {
    color: var(--text-gray) !important;
    font-size: .88rem !important;
    line-height: 1.65 !important;
  }

  body.home .nlr-page .nlr-home-intro-actions,
  body.home .nlr-page .nlr-article-first,
  body.home .nlr-page .nlr-card-grid,
  body.home .nlr-page .nlr-testimonial-grid,
  body.home .nlr-page .nlr-summary-grid,
  body.home .nlr-page .nlr-plan-comparison,
  body.home .nlr-page .nlr-trust-bar,
  body.home .nlr-page .nlr-hero-stats,
  body.home .nlr-page .nlr-access-grid,
  body.home .nlr-page .nlr-genre-strip {
    grid-template-columns: 1fr !important;
  }

  body.home .nlr-page .btn,
  body.home .nlr-page .nlr-home-intro-actions a,
  body.home .nlr-page .nlr-review-search button,
  body.home .nlr-page .nlr-actions a {
    width: 100% !important;
  }

  body.home .nlr-page .nlr-home-intro-actions {
    gap: 8px !important;
  }

  body.home .nlr-page .btn,
  body.home .nlr-page .nlr-home-intro-actions a,
  body.home .nlr-page .nlr-review-search button,
  body.home .nlr-page .nlr-actions a {
    box-shadow: none !important;
    font-size: .92rem !important;
    min-height: 44px !important;
    padding: 11px 14px !important;
    white-space: normal !important;
  }

  body.home .nlr-page .nlr-review-search-row {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: 1fr !important;
  }

  body.home .nlr-page .nlr-review-search input[type=search] {
    background: #fff !important;
    color: var(--text-dark) !important;
    min-height: 44px !important;
  }

  body.home .nlr-page .nlr-compact-item,
  body.home .nlr-page .nlr-access-card,
  body.home .nlr-page .nlr-testimonial-grid blockquote,
  body.home .nlr-page .nlr-review-card,
  body.home .nlr-page .nlr-hub-link,
  body.home .nlr-page .nlr-genre-link,
  body.home .nlr-page .nlr-plan-card {
    background: #fff !important;
    border-color: var(--border-color) !important;
  }

  body.home .nlr-page .nlr-compact-item a {
    gap: 8px !important;
    grid-template-columns: 32px minmax(0, 1fr) !important;
    padding: 10px !important;
  }

  body.home .nlr-page .nlr-compact-rank {
    background: var(--accent) !important;
    color: var(--primary-dark) !important;
    min-height: 32px !important;
  }

  body.home .nlr-page .nlr-site-footer {
    margin-bottom: 78px !important;
  }
}

/* Minimal information-site finish inspired by fdatabank.com. */
body.home,
body.home .wp-site-blocks,
body.home .wp-site-blocks > main,
body.home #wrapper,
body.home #content {
  background: #f7f7f7 !important;
  color: #222 !important;
}

body.home .wp-site-blocks > header.wp-block-template-part,
body.home #header,
body.home .header-container,
body.home #site-header,
body.home #header-container {
  background: #fff !important;
  border-bottom: 1px solid #d9d9d9 !important;
  box-shadow: none !important;
}

body.home .wp-site-blocks > header.wp-block-template-part::before,
body.home #header::before,
body.home .header-container::before,
body.home #site-header::before,
body.home #header-container::before,
body.home .nlr-home-intro::before {
  display: none !important;
}

body.home .wp-block-site-title a,
body.home #site-name a,
body.home .site-name a,
body.home .header-logo a {
  color: #9f001e !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Meiryo, sans-serif !important;
  font-size: clamp(1.18rem, 4vw, 1.72rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.home #site-catch,
body.home .tagline,
body.home .header-description,
body.home .site-description,
body.home .wp-block-site-tagline {
  color: #3b252b !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

body.home .wp-block-site-title a::after {
  display: none !important;
}

body.home .wp-block-navigation .wp-block-navigation-item__content,
body.home #navi .menu-item a,
body.home .navi .menu-item a {
  background: transparent !important;
  border-radius: 0 !important;
  color: #222 !important;
  font-size: .86rem !important;
  font-weight: 700 !important;
  padding: 8px 10px !important;
}

body.home .wp-block-navigation .wp-block-navigation-item__content:hover,
body.home #navi .menu-item a:hover,
body.home .navi .menu-item a:hover {
  color: #b30000 !important;
}

body.home .entry-content > .nlr-page {
  max-width: 1040px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

body.home .nlr-page,
body.home .nlr-page p,
body.home .nlr-page li,
body.home .nlr-page span,
body.home .nlr-page blockquote {
  color: #333 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Meiryo, sans-serif !important;
}

body.home .nlr-page .nlr-home-intro,
body.home .nlr-page .nlr-review-search,
body.home .nlr-page .nlr-feed-panel,
body.home .nlr-page .nlr-about,
body.home .nlr-page .nlr-site-footer {
  background: #fff !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 14px !important;
}

body.home .nlr-page .nlr-section {
  margin: 14px 0 !important;
}

body.home .nlr-page .nlr-home-intro {
  display: block !important;
  margin-bottom: 10px !important;
}

body.home .nlr-page .nlr-home-intro-main h1 {
  color: #111 !important;
  font-size: clamp(1.22rem, 4vw, 1.62rem) !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

body.home .nlr-page .nlr-home-intro-main p {
  color: #555 !important;
  font-size: .9rem !important;
  line-height: 1.7 !important;
}

body.home .nlr-page .nlr-home-intro-points {
  margin-top: 10px !important;
}

body.home .nlr-page .nlr-home-intro-points span,
body.home .nlr-page .nlr-compact-tags b {
  background: #f7f7f7 !important;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  color: #555 !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
}

body.home .nlr-page .nlr-section-head {
  border-bottom: 2px solid #222 !important;
  margin-bottom: 8px !important;
  padding-bottom: 7px !important;
}

body.home .nlr-page .nlr-section h2,
body.home .nlr-page .nlr-section-head h2 {
  color: #111 !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
}

body.home .nlr-page .nlr-text-link,
body.home .nlr-page .nlr-section-head a {
  color: #b30000 !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
}

body.home .nlr-page .nlr-review-search label {
  color: #222 !important;
  font-size: .86rem !important;
  font-weight: 700 !important;
}

body.home .nlr-page .nlr-review-search input[type=search] {
  background: #fff !important;
  border: 1px solid #cfcfcf !important;
  border-radius: 0 !important;
  color: #222 !important;
  min-height: 40px !important;
}

body.home .nlr-page .nlr-review-search button,
body.home .nlr-page .nlr-actions a,
body.home .nlr-page .btn {
  background: #222 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: .86rem !important;
  font-weight: 700 !important;
  min-height: 40px !important;
}

body.home .nlr-page .nlr-article-first {
  gap: 12px !important;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr) !important;
}

body.home .nlr-page .nlr-compact-list {
  gap: 0 !important;
}

body.home .nlr-page .nlr-compact-item {
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #e2e2e2 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.home .nlr-page .nlr-compact-item a {
  gap: 8px !important;
  grid-template-columns: 34px 124px minmax(0, 1fr) !important;
  padding: 9px 2px !important;
}

body.home .nlr-page .nlr-compact-rank {
  background: #f2f2f2 !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 0 !important;
  color: #b30000 !important;
  font-size: .72rem !important;
  min-height: 28px !important;
}

body.home .nlr-page .nlr-compact-thumb {
  aspect-ratio: 16 / 9 !important;
  background:
    linear-gradient(135deg, rgba(192, 0, 36, .18), rgba(22, 13, 16, .08)),
    #f2eef0 !important;
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  position: relative !important;
}

body.home .nlr-page .nlr-compact-image {
  display: block !important;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

body.home .nlr-page .nlr-compact-placeholder {
  align-items: center !important;
  color: rgba(22, 13, 16, .46) !important;
  display: flex !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  height: 100% !important;
  justify-content: center !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  width: 100% !important;
}

body.home .nlr-page .nlr-compact-body strong {
  color: #111 !important;
  font-size: .9rem !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

body.home .nlr-page .nlr-compact-body span {
  color: #666 !important;
  font-size: .76rem !important;
}

body.home .nlr-page .nlr-compact-body em {
  color: #777 !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
}

body.home .nlr-page .nlr-genre-strip {
  gap: 8px !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

body.home .nlr-page .nlr-genre-link {
  background: #fff !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 42px !important;
  padding: 9px 10px !important;
}

body.home .nlr-page .nlr-genre-link span {
  color: #222 !important;
  font-size: .84rem !important;
  font-weight: 700 !important;
}

body.home .nlr-page .nlr-about p {
  color: #555 !important;
  font-size: .9rem !important;
  line-height: 1.85 !important;
}

body.home .nlr-page .nlr-site-footer {
  margin-top: 18px !important;
}

body.home .nlr-page .nlr-site-footer a {
  color: #333 !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
}

body.home .nlr-page .nlr-site-footer p {
  border-top: 1px solid #ddd !important;
  color: #b30000 !important;
}

@media (max-width: 768px) {
  body.home .entry-content > .nlr-page {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body.home .nlr-page .nlr-article-first,
  body.home .nlr-page .nlr-genre-strip {
    grid-template-columns: 1fr !important;
  }

  body.home .nlr-page .nlr-compact-item a {
    grid-template-columns: 32px 96px minmax(0, 1fr) !important;
  }

  body.home .nlr-page .nlr-home-intro,
  body.home .nlr-page .nlr-review-search,
  body.home .nlr-page .nlr-feed-panel,
  body.home .nlr-page .nlr-about,
  body.home .nlr-page .nlr-site-footer {
    padding: 12px !important;
  }
}

/* Desire-led home layer: minimal layout with a warmer premium pull. */
body.home,
body.home .wp-site-blocks,
body.home #wrapper {
  background:
    linear-gradient(180deg, #130d10 0, #201116 235px, #f7f1f3 520px, #f7f1f3 100%) !important;
  color: #f7e9ed !important;
}

body.home .wp-site-blocks > main,
body.home #content {
  background: #f7f1f3 !important;
  color: #24171b !important;
}

body.home .entry-content > .nlr-page {
  max-width: 1060px !important;
}

body.home .nlr-page .nlr-home-intro {
  background:
    linear-gradient(135deg, rgba(22, 13, 16, .96), rgba(74, 16, 28, .94) 58%, rgba(114, 26, 35, .92)),
    #1b1014 !important;
  border: 1px solid rgba(232, 190, 199, .26) !important;
  color: #fff !important;
  padding: clamp(18px, 4vw, 30px) !important;
  position: relative !important;
}

body.home .nlr-page .nlr-home-intro::after {
  background: linear-gradient(90deg, #c00024, #f0c16b);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

body.home .nlr-page .nlr-home-intro-main h1 {
  color: #fff !important;
  font-size: clamp(1.46rem, 4.8vw, 2.16rem) !important;
  font-weight: 850 !important;
}

body.home .nlr-page .nlr-home-intro-main p {
  color: #f0dce1 !important;
  font-size: clamp(.94rem, 2.4vw, 1.04rem) !important;
  max-width: 690px !important;
}

body.home .nlr-page .nlr-home-intro-points span {
  background: rgba(255, 255, 255, .09) !important;
  border-color: rgba(255, 255, 255, .22) !important;
  color: #ffe8ee !important;
}

body.home .nlr-page .nlr-review-search,
body.home .nlr-page .nlr-feed-panel,
body.home .nlr-page .nlr-about,
body.home .nlr-page .nlr-site-footer {
  background: #fffafa !important;
  border-color: #ead7dd !important;
}

body.home .nlr-page .nlr-section-head {
  border-bottom-color: #160d10 !important;
}

body.home .nlr-page .nlr-section h2,
body.home .nlr-page .nlr-section-head h2,
body.home .nlr-page .nlr-compact-body strong {
  color: #160d10 !important;
}

body.home .nlr-page .nlr-text-link,
body.home .nlr-page .nlr-section-head a,
body.home .nlr-page .nlr-compact-rank {
  color: #c00024 !important;
}

body.home .nlr-page .nlr-review-search button,
body.home .nlr-page .nlr-actions a,
body.home .nlr-page .btn {
  background: linear-gradient(135deg, #c00024, #7d0017) !important;
  border: 1px solid #7d0017 !important;
  color: #fff !important;
}

body.home .nlr-page .nlr-compact-item:hover {
  background: #fff5f7 !important;
}

body.home .nlr-page .nlr-compact-rank {
  background: #fff0f3 !important;
  border-color: #efc4cd !important;
}

body.home .nlr-page .nlr-compact-thumb {
  border: 1px solid #efd3da !important;
}

body.home .nlr-page .nlr-compact-tags b {
  background: #fff4f6 !important;
  border-color: #efd3da !important;
  color: #70414b !important;
}

body.home .nlr-page .nlr-conversion-strip {
  align-items: center !important;
  background:
    linear-gradient(135deg, #160d10, #3a101b 58%, #710018),
    #160d10 !important;
  border: 1px solid rgba(240, 193, 107, .36) !important;
  border-radius: 0 !important;
  box-shadow: 0 18px 42px rgba(22, 13, 16, .18) !important;
  color: #fff !important;
  display: flex !important;
  gap: 18px !important;
  justify-content: space-between !important;
  margin: 14px 0 !important;
  padding: clamp(16px, 3vw, 22px) !important;
}

body.home .nlr-page .nlr-conversion-strip span {
  color: #f0c16b !important;
  font-size: .76rem !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

body.home .nlr-page .nlr-conversion-strip strong {
  color: #fff !important;
  font-size: clamp(1.05rem, 3vw, 1.32rem) !important;
  font-weight: 850 !important;
}

body.home .nlr-page .nlr-conversion-strip p {
  color: #f0dce1 !important;
  font-size: .9rem !important;
  line-height: 1.7 !important;
}

body.home .nlr-page .nlr-conversion-strip .nlr-actions a:first-child {
  background: #fff !important;
  border-color: #fff !important;
  color: #160d10 !important;
}

body.home .nlr-page .nlr-conversion-strip .nlr-actions a + a {
  background: linear-gradient(135deg, #f0c16b, #bd842c) !important;
  border-color: #bd842c !important;
  color: #160d10 !important;
}

body.home .nlr-page .nlr-conversion-strip .nlr-actions .nlr-subscription-cta {
  background: linear-gradient(135deg, #f4cf83, #d29432) !important;
  border-color: #f4cf83 !important;
  box-shadow: 0 6px 18px rgba(210, 148, 50, .25) !important;
  color: #160d10 !important;
}

body.home .nlr-page .nlr-conversion-strip .nlr-actions [data-nlr-cta="strip-ranking"] {
  background: #fff !important;
  border-color: #fff !important;
  color: #4f0b19 !important;
}

body.home .nlr-page .nlr-conversion-strip .nlr-actions [data-nlr-cta="strip-paid"] {
  background: transparent !important;
  border-color: rgba(255, 255, 255, .58) !important;
  color: #fff !important;
}

body.home .nlr-page .nlr-genre-link {
  background: #fffafa !important;
  border-color: #ead7dd !important;
}

body.home .nlr-page .nlr-genre-link:hover {
  background: #fff1f4 !important;
  border-color: #c00024 !important;
}

@media (max-width: 768px) {
  body.home .nlr-page .nlr-conversion-strip {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  body.home .nlr-page .nlr-compact-item a {
    grid-template-columns: 30px 88px minmax(0, 1fr) !important;
  }
}

/* Strong thumbnail list balance, matching the reference ranking feel. */
body.home .nlr-page .nlr-article-first {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: 1fr !important;
}

body.home .nlr-page .nlr-feed-panel {
  padding: clamp(14px, 2.4vw, 20px) !important;
}

body.home .nlr-page .nlr-compact-list {
  gap: 0 !important;
}

body.home .nlr-page .nlr-compact-item {
  border-bottom: 2px dotted #ead7dd !important;
}

body.home .nlr-page .nlr-compact-item:last-child {
  border-bottom: 0 !important;
}

body.home .nlr-page .nlr-compact-item a {
  align-items: start !important;
  gap: clamp(12px, 2vw, 18px) !important;
  grid-template-columns: 40px clamp(180px, 25vw, 260px) minmax(0, 1fr) !important;
  padding: 14px 0 !important;
}

body.home .nlr-page .nlr-compact-rank {
  align-self: start !important;
  font-size: .95rem !important;
  min-height: 40px !important;
}

body.home .nlr-page .nlr-compact-thumb {
  aspect-ratio: 16 / 10 !important;
  border: 1px solid #ead7dd !important;
  box-shadow: 0 10px 24px rgba(22, 13, 16, .08) !important;
}

body.home .nlr-page .nlr-compact-body strong {
  font-size: clamp(1rem, 2vw, 1.28rem) !important;
  line-height: 1.42 !important;
}

body.home .nlr-page .nlr-compact-body > span:not(.nlr-compact-tags) {
  font-size: .86rem !important;
  line-height: 1.65 !important;
}

@media (max-width: 768px) {
  body.home .nlr-page .nlr-compact-item a {
    gap: 10px !important;
    grid-template-columns: 32px minmax(128px, 38vw) minmax(0, 1fr) !important;
    padding: 12px 0 !important;
  }

  body.home .nlr-page .nlr-compact-rank {
    font-size: .82rem !important;
    min-height: 32px !important;
  }

  body.home .nlr-page .nlr-compact-body strong {
    font-size: .92rem !important;
    line-height: 1.42 !important;
  }

  body.home .nlr-page .nlr-compact-tags,
  body.home .nlr-page .nlr-compact-body > span:not(.nlr-compact-tags) {
    display: none !important;
  }
}

@media (max-width: 430px) {
  body.home .nlr-page .nlr-compact-item a {
    grid-template-columns: 30px minmax(122px, 40vw) minmax(0, 1fr) !important;
  }
}

/* Home readability guardrails. */
body.home .nlr-page,
body.home .nlr-page p,
body.home .nlr-page li,
body.home .nlr-page span,
body.home .nlr-page em,
body.home .nlr-page strong {
  text-shadow: none !important;
}

body.home .nlr-page .nlr-review-search,
body.home .nlr-page .nlr-feed-panel,
body.home .nlr-page .nlr-about,
body.home .nlr-page .nlr-site-footer,
body.home .nlr-page .nlr-genre-link {
  background: #fffafa !important;
  color: #24171b !important;
}

body.home .nlr-page .nlr-section h2,
body.home .nlr-page .nlr-section-head h2,
body.home .nlr-page .nlr-compact-body strong,
body.home .nlr-page .nlr-genre-link span,
body.home .nlr-page .nlr-about p {
  color: #160d10 !important;
}

body.home .nlr-page .nlr-compact-body > span:not(.nlr-compact-tags),
body.home .nlr-page .nlr-compact-body em,
body.home .nlr-page .nlr-review-search label,
body.home .nlr-page .nlr-site-footer a {
  color: #4d3940 !important;
}

body.home .nlr-page .nlr-compact-tags b,
body.home .nlr-page .nlr-home-intro-points span {
  color: #fff7f9 !important;
}

body.home .nlr-page .nlr-compact-tags b {
  background: #7d0017 !important;
  border-color: #7d0017 !important;
}

body.home .nlr-page .nlr-compact-rank {
  background: #c00024 !important;
  border-color: #c00024 !important;
  color: #fff !important;
}

body.home .nlr-page .nlr-text-link,
body.home .nlr-page .nlr-section-head a {
  color: #b00021 !important;
}

body.home .nlr-page .nlr-review-search input[type=search] {
  background: #fff !important;
  color: #24171b !important;
}

body.home .nlr-page .nlr-review-search input[type=search]::placeholder {
  color: #80666d !important;
}

body.home .nlr-page .nlr-popular-searches {
  align-items: center;
  background: #f6f9fc;
  border-left: 3px solid #1677c8;
  display: flex;
  gap: 8px 12px;
  margin-top: 11px;
  padding: 8px 10px;
}

body.home .nlr-page .nlr-popular-searches-label {
  align-items: center;
  color: #263b50 !important;
  display: flex;
  font-size: .72rem;
  font-weight: 900;
  flex: 0 0 auto;
  gap: 5px;
  letter-spacing: .02em;
  line-height: 1.4;
  margin: 0;
  white-space: nowrap;
}

body.home .nlr-page .nlr-popular-searches-label::before {
  content: none;
}

body.home .nlr-page .nlr-popular-searches-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
}

body.home .nlr-page .nlr-popular-searches-list a {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #0969b5 !important;
  display: inline-flex;
  font-size: .78rem !important;
  font-weight: 800 !important;
  gap: 4px;
  justify-content: center;
  line-height: 1.25;
  min-height: 30px;
  padding: 4px 0 !important;
  text-align: center;
  text-decoration: underline !important;
  text-decoration-color: rgba(9, 105, 181, .34) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px;
  transition: color .18s ease, text-decoration-color .18s ease;
}

body.home .nlr-page .nlr-popular-searches-list a span {
  align-items: center;
  background: #1677c8;
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex;
  font-size: .62rem;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 18px;
}

body.home .nlr-page .nlr-popular-searches-list a:hover,
body.home .nlr-page .nlr-popular-searches-list a:focus-visible {
  background: transparent !important;
  color: #004d8c !important;
  text-decoration-color: #004d8c !important;
}

@media (max-width: 600px) {
  body.home .nlr-page .nlr-popular-searches {
    align-items: flex-start;
    display: block;
    margin-top: 10px;
    padding: 10px;
  }

  body.home .nlr-page .nlr-popular-searches-label {
    font-size: .74rem;
    margin-bottom: 8px;
  }

  body.home .nlr-page .nlr-popular-searches-list {
    gap: 4px 14px;
  }

  body.home .nlr-page .nlr-popular-searches-list a {
    font-size: .82rem !important;
    min-height: 40px;
    padding: 7px 0 !important;
  }
}

body.home .nlr-page .nlr-conversion-strip,
body.home .nlr-page .nlr-home-intro {
  color: #fff7f9 !important;
}

body.home .nlr-page .nlr-conversion-strip strong,
body.home .nlr-page .nlr-home-intro-main h1 {
  color: #fff !important;
}

body.home .nlr-page .nlr-conversion-strip p,
body.home .nlr-page .nlr-home-intro-main p {
  color: #f7dce3 !important;
}

body:not(.home) .entry-content > .wp-block-post-title:first-child,
body:not(.home) main > .wp-block-group > .wp-block-post-title:first-child {
  display: none !important;
}

.wp-block-query-title {
  color: #160d10 !important;
  font-size: clamp(1.18rem, 4vw, 1.8rem) !important;
}

.wp-block-query-pagination,
.wp-block-post-template {
  color: #24171b !important;
}

.wp-block-comments,
.wp-block-comments-title,
.wp-block-comment-template,
.comment-respond,
#respond {
  display: none !important;
}

.wp-block-heading.alignwide.has-small-font-size {
  border-bottom: 2px solid #160d10 !important;
  color: #160d10 !important;
  font-size: .92rem !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.search .wp-block-post-template {
  display: grid !important;
  gap: 12px !important;
}

body.search .wp-block-post-template > li {
  background: #fffafa !important;
  border: 1px solid #ead7dd !important;
  padding: 14px !important;
}

body.search .wp-block-post-title {
  font-size: clamp(1rem, 2.8vw, 1.24rem) !important;
  margin: 0 !important;
}

body.search .wp-block-post-title a {
  color: #160d10 !important;
  font-weight: 800 !important;
}

body.search .wp-block-post-content {
  display: none !important;
}

/* Search results: align Cocoon's archive UI with the Nightlife Review palette. */
body.search #main {
  background: #fffafa !important;
  border: 1px solid #ead7dd !important;
  border-radius: 12px !important;
  box-shadow: 0 16px 40px rgba(22, 13, 16, .08) !important;
  color: #24171b !important;
  padding: clamp(18px, 3vw, 30px) !important;
}

body.search #archive-title {
  align-items: center;
  border-bottom: 2px solid #7d0017 !important;
  color: #160d10 !important;
  display: flex;
  font-size: clamp(1.2rem, 3vw, 1.65rem) !important;
  font-weight: 900 !important;
  gap: 9px;
  line-height: 1.4 !important;
  margin: 0 0 16px !important;
  padding: 0 0 10px !important;
}

body.search #archive-title .fa {
  color: #b00021 !important;
  font-size: .88em;
}

body.search #main > .search-box.input-box {
  align-items: stretch !important;
  background: transparent !important;
  border: 0 !important;
  display: grid !important;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 48px;
  height: auto !important;
  margin: 0 0 22px !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  width: 100% !important;
}

body.search #main > .search-box.input-box .search-edit {
  appearance: none;
  background: #fff !important;
  border: 1px solid #cdbbc0 !important;
  border-radius: 7px !important;
  box-shadow: inset 0 1px 2px rgba(22, 13, 16, .04) !important;
  color: #24171b !important;
  font-size: 16px !important;
  height: 48px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  min-height: 48px !important;
  padding: 11px 13px !important;
  width: 100% !important;
}

body.search #main > .search-box.input-box .search-edit:focus {
  border-color: #9f001e !important;
  box-shadow: 0 0 0 3px rgba(176, 0, 33, .12) !important;
  outline: 0 !important;
}

body.search #main > .search-box.input-box .search-submit {
  align-items: center !important;
  align-self: stretch !important;
  background: linear-gradient(135deg, #c00024, #7d0017) !important;
  border: 1px solid #7d0017 !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  color: #fff !important;
  display: flex !important;
  font-size: 1rem !important;
  height: 48px !important;
  inset: auto !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 48px !important;
  opacity: 1 !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
  width: 48px !important;
}

body.search #main > .search-box.input-box .search-submit .fa {
  display: block;
  line-height: 1 !important;
  margin: 0 !important;
  transform: none !important;
}

body.search #main > .search-box.input-box .search-submit:hover,
body.search #main > .search-box.input-box .search-submit:focus-visible {
  background: linear-gradient(135deg, #d00028, #90001b) !important;
  box-shadow: 0 4px 12px rgba(125, 0, 23, .2) !important;
}

body.search #list.ect-entry-card {
  display: grid !important;
  gap: 12px;
}

body.search #list .entry-card-wrap {
  background: #fff !important;
  border: 1px solid #ead7dd !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  color: #24171b !important;
  margin: 0 !important;
  overflow: hidden;
  text-decoration: none !important;
}

body.search #list .entry-card-wrap:hover,
body.search #list .entry-card-wrap:focus-visible {
  background: #fff7f8 !important;
  border-color: #d8a9b3 !important;
  box-shadow: 0 8px 22px rgba(22, 13, 16, .08) !important;
  transform: translateY(-1px);
}

body.search #list .entry-card {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  min-height: 150px;
  padding: 12px !important;
}

body.search #list .entry-card-thumb {
  border-radius: 6px !important;
  overflow: hidden;
}

body.search #list .entry-card-thumb img {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

body.search #list .entry-card-title {
  color: #160d10 !important;
  font-size: clamp(1rem, 2vw, 1.18rem) !important;
  font-weight: 900 !important;
  line-height: 1.55 !important;
  margin: 0 0 8px !important;
}

body.search #list .entry-card-snippet {
  color: #665158 !important;
  font-size: .86rem !important;
  line-height: 1.7 !important;
}

body.search #list .entry-card-meta,
body.search #list .entry-card-info {
  color: #80666d !important;
  font-size: .76rem !important;
}

body.search #list .cat-label,
body.search #list .entry-category {
  background: #7d0017 !important;
  border: 0 !important;
  border-radius: 4px !important;
  color: #fff !important;
  font-size: .7rem !important;
  font-weight: 800 !important;
}

body.search .pagination {
  margin-top: 24px !important;
}

body.search .pagination .page-numbers {
  background: #fff !important;
  border: 1px solid #dcc8cd !important;
  color: #6f1528 !important;
}

body.search .pagination .page-numbers.current,
body.search .pagination a.page-numbers:hover {
  background: #7d0017 !important;
  border-color: #7d0017 !important;
  color: #fff !important;
}

body.search #main > p {
  color: #665158 !important;
}

@media (max-width: 768px) {
  body.search #main {
    border-radius: 0 !important;
    padding: 16px !important;
  }

  body.search #archive-title {
    font-size: 1.18rem !important;
    margin-bottom: 14px !important;
  }

  body.search #main > .search-box.input-box {
    gap: 7px;
    grid-template-columns: minmax(0, 1fr) 48px;
    margin-bottom: 18px !important;
  }

  body.search #list .entry-card {
    min-height: 118px;
    padding: 10px !important;
  }

  body.search #list .entry-card-title {
    font-size: .94rem !important;
    line-height: 1.48 !important;
  }

  body.search #list .entry-card-snippet {
    display: none !important;
  }
}

@media (max-width: 430px) {
  body.search #main {
    padding: 14px !important;
  }

  body.search #list .entry-card-thumb {
    width: 38% !important;
  }

  body.search #list .entry-card-content {
    margin-left: 41% !important;
  }
}
