/* Catalog landing (admin preview) — Unbounded headings + self-hosted IBM Plex Sans body */

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/local/fonts/ibm-plex-sans/IBMPlexSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/local/fonts/ibm-plex-sans/IBMPlexSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/local/fonts/ibm-plex-sans/IBMPlexSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/local/fonts/ibm-plex-sans/IBMPlexSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/local/fonts/ibm-plex-sans/IBMPlexSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.container:has(.cl-new) #pagetitle,
.container:has(.cl-new) #navigation,
.container:has(.cl-new) .breadcrumbs {
  display: none !important;
}
section.middle:has(.cl-new) > .container,
.wrapper > .container:has(.cl-new) {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}
#content:has(.cl-new) {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
  float: none !important;
  background: transparent !important;
}
section.middle:has(.cl-new),
section.middle:has(.cl-new) > .container,
.wrapper:has(.cl-new) .middle {
  background: transparent !important;
}
/* No white band under landing before knp-footer (Aspro .wrapper padding-bottom:150px) */
.wrapper:has(.cl-new) {
  padding-bottom: 0 !important;
  background: transparent !important;
}
.cl-new {
  margin-bottom: 0;
}
.cl-new > section.cl-ask:last-child {
  padding-bottom: 0;
}

.cl-new {
  --hp-pink: #FF70B8;
  --hp-pink-light: #FFF0F8;
  --hp-text: #404040;
  --hp-text-secondary: #404040;
  --hp-bg: #fff;
  --hp-bg-secondary: #F7F7F7;
  --hp-radius: 16px;
  --hp-radius-lg: 24px;
  --cl-heading: "Unbounded", sans-serif;
  --cl-body: "IBM Plex Sans", sans-serif;
  --cl-body-size: 17px;
  color: #404040;
  font-family: var(--cl-body) !important;
  font-size: var(--cl-body-size);
  line-height: 1.3;
  padding: 1.25rem 0 2.25rem;
  background-color: #ffe0f3;
  background-image: linear-gradient(120deg, #ffe0f3 0%, #e8d5ff 25%, #d5f0ff 50%, #d5ffee 75%, #fff5d5 100%);
  background-size: 400% 400%;
  background-position: 0% 50%;
  transition: background-position 2s ease;
}
.cl-new:hover {
  background-position: 100% 50%;
}

.cl-new > section {
  background: transparent !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0;
  padding-bottom: 1rem;
  border: 0 !important;
}

.cl-panel {
  background: #fff;
  border-radius: var(--hp-radius-lg);
  padding: 1.5rem 2rem;
  box-sizing: border-box;
}

/* Beat Aspro `* { font-family: Manrope !important }` on landing copy */
.cl-new,
.cl-new p,
.cl-new a:not(.knp-sitenav-link):not(.cl-ask-btn):not(.cl-feel-pill):not(.hp-link-pink):not(.to-cart):not(.in-cart):not(.button):not(.cl-hero-cta),
.cl-new .cl-hero-sub,
.cl-new .cl-start-name,
.cl-new .cl-start-desc,
.cl-new .cl-read-title,
.cl-new .cl-ask-text,
.cl-new .cl-ask-sub,
.cl-new .cl-ask-lead,
.cl-new .cl-ask-guides a,
.cl-new .hp-nav-title,
.cl-new .hp-nav-sub,
.cl-new .hp-blog-title,
.cl-new .hp-promo-card-title,
.cl-new .hp-picks .item-title,
.cl-new .hp-picks .item-title a,
.cl-new .hp-picks .item-title span {
  font-family: var(--cl-body) !important;
  color: #404040;
  line-height: 1.3;
}
.cl-new .hp-promo-card-title {
  font-size: 15px !important;
  font-weight: 500 !important;
}
@media (max-width: 700px) {
  .cl-new .hp-promo-card-title {
    font-size: 16px !important;
  }
}

.cl-new h1,
.cl-new h2,
.cl-new .cl-h2,
.cl-new .cl-shelf .hp-section-label {
  font-family: var(--cl-heading) !important;
  color: #404040;
  line-height: 1.3;
}

/* Header #1 top labels stay Unbounded; mega-menu copy is IBM Plex in knp-header-v2.css */
#header .knp-sitenav-link,
#header .knp-sitenav-item > .knp-sitenav-link {
  font-family: "Unbounded", sans-serif !important;
  color: #404040 !important;
}

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

/* Hero */
.cl-hero {
  padding-top: 0;
  padding-bottom: 1rem;
}
.cl-hero h1 {
  font-family: var(--cl-heading) !important;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #404040;
  margin: 0 0 1rem;
  line-height: 1.3;
  text-transform: uppercase;
}
.cl-hero-sub {
  margin: 0 0 0.35rem;
  max-width: 750px;
  font-family: var(--cl-body) !important;
  font-size: 17px;
  font-weight: 500;
  color: #404040;
  letter-spacing: 0;
  line-height: 1.3;
}
.cl-hero-sub:last-of-type {
  margin-bottom: 0;
}
.cl-hero-cta {
  display: inline-block;
  margin-top: 0.15rem;
  font-family: var(--cl-heading) !important;
  font-size: 13px;
  font-weight: 400;
  color: #FF70B8 !important;
  cursor: default;
  pointer-events: none;
}
.cl-new span.cl-hero-cta:hover {
  opacity: 1;
}
#cl-start {
  scroll-margin-top: 96px;
}
#cl-ask {
  scroll-margin-top: 96px;
}

/* Shared section titles */
.cl-h2,
.cl-new .cl-shelf .hp-section-label {
  font-family: var(--cl-heading) !important;
  font-size: 28px;
  font-weight: 400 !important;
  letter-spacing: -0.03em;
  color: #404040;
  margin: 0 0 1.35rem;
  line-height: 1.3;
}
.cl-new .cl-shelf .hp-picks .hp-section-header {
  margin-bottom: 1.35rem;
}
.cl-new .cl-shelf .hp-section-label {
  margin: 0;
}

/* С чего начать — image, name, description */
.cl-start {
  padding-bottom: 1rem;
}
.cl-start-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 18px;
}
.cl-start-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 16px;
  transition: transform 0.2s ease;
}
.cl-start-card:hover {
  transform: translateY(-2px);
}
.cl-start-card:focus-visible {
  outline: 2px solid #FF70B8;
  outline-offset: 4px;
}
.cl-start-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--hp-radius);
  overflow: hidden;
  background: #fff;
  margin-bottom: 14px;
}
.cl-start-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.cl-start-card:hover .cl-start-img img {
  transform: scale(1.02);
}
.cl-start-img-empty {
  width: 100%;
  height: 100%;
  background: #fff;
}
.cl-start-name {
  font-family: var(--cl-body) !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: #404040;
  margin: 0;
}
.cl-start-desc {
  font-family: var(--cl-body) !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #404040;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cl-start-card:hover .cl-start-name {
  color: var(--hp-pink);
}

/* Product shelves — same row as homepage «Советуем присмотреться» */
.cl-shelf {
  padding-bottom: 1rem;
  background: transparent;
}
.cl-shelf.cl-advise {
  background: transparent;
}
.cl-advise-head {
  padding: 0;
}
.cl-advise-head .cl-h2 {
  margin-bottom: 0.45rem;
}
.cl-advise-hint {
  margin: 1.15rem 0 0;
  font-family: var(--cl-body) !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #FF70B8;
  min-height: 1.3em;
  transition: opacity 0.2s ease;
}
.cl-advise.is-live .cl-advise-hint {
  font-weight: 500;
}
.cl-advise.is-updating .wraps.goods-block {
  opacity: 0.4;
  transition: opacity 0.2s ease;
}
.cl-advise-empty {
  margin: 0;
  padding: 0.5rem 0 0;
  font-family: var(--cl-body) !important;
  font-size: 15px;
  color: #404040;
}
.cl-new .cl-shelf .hp-picks,
.cl-new .cl-glossary-products .hp-picks {
  display: block !important;
  padding: 0;
  background: transparent;
}
.cl-new .cl-advise .hp-picks {
  padding-top: 0.9rem;
}
.cl-new .cl-shelf .hp-picks .hp-inner {
  max-width: none;
  padding: 0;
  width: 100%;
}
.cl-new .cl-shelf .hp-picks .bottom_nav {
  display: none;
}
.cl-new .cl-shelf .hp-picks .top_wrapper {
  width: 100%;
}
.cl-new .cl-shelf .catalog_item_wrapp,
.cl-new .cl-shelf .catalog_item_wrapp .item_wrap,
.cl-new .cl-shelf .catalog_item,
.cl-new .cl-shelf .inner_wrap,
.cl-new .cl-shelf .image_wrapper_block {
  background: transparent !important;
  box-shadow: none !important;
}
.cl-new .cl-shelf .image_wrapper_block {
  background: #F7F7F7 !important;
  border-radius: 16px;
  overflow: hidden;
}
.cl-new .cl-shelf .item_info {
  display: flex;
  flex-direction: column;
}
.cl-new .cl-shelf .item_info--bottom_block {
  order: 1;
}
.cl-new .cl-shelf .item_info--top_block {
  order: 2;
}
.cl-new .cl-shelf .cost.prices,
.cl-new .cl-shelf .knp-price-now,
.cl-new .cl-shelf .offers_price,
.cl-new .cl-shelf .cost.prices .price {
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #404040 !important;
}
.cl-new .cl-shelf .price.discount,
.cl-new .cl-shelf .price.discount strike,
.cl-new .cl-shelf .price.discount span,
.cl-new .cl-shelf strike {
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(64, 64, 64, 0.7) !important;
  text-decoration: line-through;
}
.cl-new .cl-shelf .item-title,
.cl-new .cl-shelf .item-title a,
.cl-new .cl-shelf .item-title span {
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #404040 !important;
  line-height: 1.3;
}
.cl-new .cl-shelf .like_icons {
  opacity: 0.4;
  transition: opacity 0.2s;
}
.cl-new .cl-shelf .like_icons:hover,
.cl-new .cl-shelf .like_icons:focus-within {
  opacity: 1;
}
.cl-new .cl-shelf .to-cart,
.cl-new .cl-shelf .in-cart,
.cl-new .cl-shelf .button_block .button.to-cart {
  background: #FF70B8 !important;
  border-color: #FF70B8 !important;
}

/* White gear / basket glyph on the round card button */
.cl-new .my_basket_block .button,
.cl-new .my_basket_block .button i,
.cl-new .my_basket_block .button i::before,
.cl-new .button_block .button,
.cl-new .button_block .to-cart,
.cl-new .button_block .in-cart,
.cl-new .button_block i,
.cl-new .button_block i::before,
.cl-new .fa-gear,
.cl-new .fa-gear::before {
  color: #fff !important;
}

/* Почитать */
.cl-read {
  padding-bottom: 1rem;
}
.cl-read-kicker {
  margin: 0 0 8px;
  font-family: var(--cl-body) !important;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.cl-read-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.cl-read-card {
  display: block;
  min-width: 0;
  border-radius: 16px;
  transition: transform 0.2s ease;
}
.cl-read-card:hover {
  transform: translateY(-2px);
}
.cl-read-card:focus-visible {
  outline: 2px solid #FF70B8;
  outline-offset: 4px;
}
.cl-read-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--hp-radius);
  overflow: hidden;
  background: #fff;
  margin-bottom: 12px;
}
.cl-read-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.cl-read-card:hover .cl-read-img img {
  transform: scale(1.02);
}
.cl-read-title {
  font-family: var(--cl-body) !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  color: #404040;
}
.cl-read-card:hover .cl-read-title {
  color: var(--hp-pink);
}

/* Ask — two columns, vertical divider */
.cl-ask {
  padding-bottom: 1rem;
}
.cl-ask-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 56px;
  align-items: start;
  width: 100%;
  max-width: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-sizing: border-box;
}
.cl-ask-col--guides {
  padding-left: 48px;
  border-left: 1px solid rgba(17, 17, 17, 0.12);
}
.cl-ask-title {
  text-transform: none;
  margin-bottom: 1rem;
}
.cl-ask-text {
  margin: 0 0 1.5rem;
  max-width: none;
  font-family: var(--cl-body) !important;
  font-size: 17px;
  font-weight: 400;
  color: #404040;
  line-height: 1.3;
}
.cl-ask-sub {
  font-family: var(--cl-body) !important;
  font-size: 17px;
  font-weight: 600;
  color: #404040;
  line-height: 1.3;
  margin: 0 0 8px;
}
.cl-ask-lead {
  margin: 0 0 12px;
  font-family: var(--cl-body) !important;
  font-size: 17px;
  font-weight: 400;
  color: #404040;
  line-height: 1.3;
}
.cl-ask-guides {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #404040;
}
.cl-ask-guides li {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  padding: 0;
}
.cl-ask-guides li::before {
  content: "";
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: #FF70B8;
}
.cl-ask-guides li::marker {
  content: none;
}
.cl-ask-guides a {
  font-family: var(--cl-body) !important;
  font-size: 17px;
  font-weight: 400;
  color: #404040 !important;
  line-height: 1.3;
  text-decoration: none;
}
.cl-ask-guides a:hover {
  color: #FF70B8 !important;
}
.cl-ask-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1.5px solid #FF70B8;
  background: #FF70B8;
  color: #fff !important;
  font-family: "Unbounded", sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: none;
}
.cl-ask-btn:hover {
  background: #ff5aa8;
  border-color: #ff5aa8;
  color: #fff !important;
}

.cl-ask-teaser {
  padding: 0 1.5rem 1.75rem;
  background: #fff;
}
.cl-ask-teaser-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
}
.cl-ask-teaser-text {
  font-family: var(--cl-heading) !important;
  font-size: 17px;
  font-weight: 400;
  color: #404040;
  letter-spacing: -0.02em;
}

@media (max-width: 800px) {
  .cl-ask-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0;
  }
  .cl-ask-col--guides {
    padding-left: 0;
    border-left: 0;
    padding-top: 8px;
    border-top: 1px solid rgba(17, 17, 17, 0.12);
  }
}

/* Feel pills — powder chips, not CTA */
.cl-feel {
  padding-bottom: 1rem;
}
.cl-feel-block + .cl-feel-block {
  margin-top: 1.25rem;
}
.cl-feel-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 2px;
}
.cl-feel-pill,
button.cl-feel-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  height: auto;
  min-height: 0;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: #FFF0F8;
  box-shadow: none;
  color: #FF70B8 !important;
  font-family: "Unbounded", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-transform: none !important;
  text-align: center;
  white-space: nowrap;
  flex: 0 0 auto;
  appearance: none;
  -webkit-appearance: none;
  transition: background 0.2s ease, color 0.2s ease;
}
button.cl-feel-pill {
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
button.cl-feel-pill:hover,
button.cl-feel-pill:focus-visible,
button.cl-feel-pill.is-active,
button.cl-feel-pill[aria-pressed="true"] {
  background: #FF70B8;
  color: #fff !important;
}
button.cl-feel-pill:focus-visible {
  outline: 2px solid #FF70B8;
  outline-offset: 2px;
}
a.cl-feel-pill {
  cursor: pointer;
}
a.cl-feel-pill:hover,
a.cl-feel-pill:focus-visible {
  background: #FF70B8;
  color: #fff !important;
}
a.cl-feel-pill:focus-visible {
  outline: 2px solid #FF70B8;
  outline-offset: 2px;
}
span.cl-feel-pill,
.cl-feel-pill--soon {
  cursor: default;
  opacity: 0.85;
}
.cl-feel .cl-h2 {
  font-size: 17px;
  font-weight: 400 !important;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.cl-glossary {
  padding-bottom: 1rem;
}
.cl-glossary-card {
  width: 100%;
  max-width: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-sizing: border-box;
}
.cl-glossary-card--split {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 28px 40px;
  align-items: start;
}
.cl-glossary-copy {
  min-width: 0;
}
.cl-glossary-label {
  margin: 0 0 10px;
  font-family: var(--cl-body) !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  color: #404040;
}
.cl-glossary-term {
  display: block;
  margin: 0 0 14px;
  font-family: var(--cl-heading) !important;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.3;
  color: #404040 !important;
}
.cl-glossary-excerpt {
  margin: 0 0 22px;
  font-family: var(--cl-body) !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  color: #666;
  max-width: none;
}
.cl-new a.cl-glossary-more,
.cl-glossary-more {
  display: inline-block;
  font-family: var(--cl-heading) !important;
  font-size: 15px;
  font-weight: 500;
  color: #FF70B8 !important;
}
.cl-glossary-products {
  min-width: 0;
}
.cl-glossary-products .hp-picks {
  padding: 0 !important;
  background: transparent;
}
.cl-glossary-products .hp-picks .hp-inner {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.cl-glossary-products .hp-section-header {
  display: none;
}
.cl-glossary-products .hp-picks .bottom_nav {
  display: none;
}
.cl-glossary-products .hp-picks .top_wrapper,
.cl-glossary-products .catalog_block {
  width: 100%;
}
.cl-glossary-products .catalog_block.grid-list,
.cl-glossary-products .grid-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
.cl-glossary-products .image_wrapper_block {
  background: #F7F7F7 !important;
  border-radius: 16px;
  overflow: hidden;
}
.cl-glossary-products .item_info {
  display: flex;
  flex-direction: column;
}
.cl-glossary-products .item_info--bottom_block {
  order: 1;
}
.cl-glossary-products .item_info--top_block {
  order: 2;
}
.cl-glossary-products .like_icons {
  opacity: 0.4;
}
.cl-glossary-products .to-cart,
.cl-glossary-products .in-cart {
  background: #FF70B8 !important;
  border-color: #FF70B8 !important;
}
.cl-new .hp-trust {
  padding-bottom: 1rem;
  background: transparent;
  border: 0;
}
.cl-new .hp-trust-icon {
  width: 48px;
  height: 48px;
}
.cl-new .hp-trust-icon svg {
  width: 40px;
  height: 40px;
}
.cl-new .hp-trust-icon svg[viewBox="0 0 36 24"],
.cl-new .hp-trust-icon .knp-free-truck,
.cl-new .hp-trust-icon .knp-russia-map {
  width: 48px;
  height: auto;
}
.cl-new .hp-trust-text {
  font-family: "Unbounded", sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #404040 !important;
}

@media (max-width: 560px) {
  .cl-new .hp-trust-text {
    font-size: 14px !important;
  }
}
.cl-all {
  padding: 0.5rem 1.5rem 3rem;
  background: var(--hp-bg);
}
.cl-all-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.cl-all-icon {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: var(--hp-radius);
  overflow: hidden;
  background: var(--hp-bg-secondary);
}
.cl-all-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cl-all-icon:hover {
  opacity: 0.88;
}

@media (max-width: 900px) {
  .cl-start-grid,
  .cl-read-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cl-all-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cl-glossary-card--split {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .cl-glossary-card {
    padding: 0;
  }
  .cl-glossary-products .catalog_block.grid-list,
  .cl-glossary-products .grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.cl-new .hp-picks .item-title,
.cl-new .hp-picks .item-title a,
.cl-new .hp-picks .item-title span {
  font-family: var(--cl-body) !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #404040 !important;
}

@media (max-width: 700px) {
  .cl-new {
    --cl-body-size: 16px;
    font-size: 16px;
    padding-top: 0.85rem;
  }
  .cl-new > section {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    padding-bottom: 0.85rem;
  }
  .cl-panel {
    padding: 1.35rem 1.15rem;
    border-radius: 20px;
  }
  .cl-hero {
    padding-top: 0;
    padding-bottom: 0.85rem;
  }
  .cl-hero h1 {
    font-size: 40px; /* 2.5× mobile body 16px */
  }
  .cl-h2,
  .cl-new .cl-shelf .hp-section-label {
    font-size: 26px;
  }
  .cl-feel .cl-h2 {
    font-size: 17px;
  }
  .cl-hero-sub,
  .cl-start-name,
  .cl-start-desc,
  .cl-read-title,
  .cl-ask-text {
    font-size: 16px;
  }
  .cl-all-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cl-feel-row {
    flex-wrap: nowrap;
  }
}
