/** Shopify CDN: Minification failed

Line 1298:0 Unexpected "}"

**/
/* ============================================================
   beadboo design system — Britto-style dopamine theme
   Loaded after base.css; overrides Dawn + styles bb- sections.
   ============================================================ */

:root {
  --bb-cream:      #FFF7EF;
  --bb-cream-2:    #FDEEE4;
  --bb-blush:      #F7CBD4;
  --bb-blush-deep: #F0AEBD;
  --bb-pink:       #EE7D96;
  --bb-hot:        #E85578;
  --bb-brand-pink: #E64E6E;   /* pink of the original logo artwork background */
  --bb-ink:        #D4267D;   /* fuchsia accent — 4.8:1 on white. The wordmark itself
                                 now carries the brand gradient (see .bb-logo). */
  --bb-choco:      #2C4770;   /* deep navy (ex-chocolate) */
  --bb-cocoa:      #5E7195;   /* slate blue (secondary text) */
  --bb-teal:       #6FCFDE;
  --bb-teal-deep:  #3FB4C6;
  --bb-peach:      #F7B569;
  --bb-sun:        #FFD289;
  --bb-r-card:     28px;

  /* ---- Фирменные градиенты. Два, и они НЕ взаимозаменяемы. ----
     --bb-grad-logo: полный градиент логотипа. Уходит в светло-розовый (#FF9CC0) и
       голубой (#8FD8E4), на которых белый текст даёт 1.6–2.0:1. Поэтому только ДЕКОР,
       где поверх ничего не написано: подчёркивания, разделители, рамки, прогресс, точки.
     --bb-grad-cta: его тёплая глубокая часть. Белый текст держит минимум 3.5:1 в любой
       точке — годится под кнопки и бейджи. ВСЁ, на чём есть текст, берёт этот. */
  /* ⚠️ Бирюзовый/голубой из градиентов убран (решение Ильи, 2026-07-18) — он остаётся
     только в логотипе (PNG в шапке) и в announcement-баре, где градиент задан отдельно
     и переменные не использует. В теме градиенты идут розовый → оранжевый → розовый. */
  --bb-grad-logo:  linear-gradient(118deg, #FF9CC0 0%, #E85578 32%, #F79A54 66%, #EE7D96 100%);
  --bb-grad-cta:   linear-gradient(118deg, #E85578 0%, #D4267D 55%, #B01E6B 100%);
  /* --bb-grad-flow: течёт по кругу (последний стоп = первый), поэтому анимация
     зацикливается без скачка. Главные CTA + бегущий блик. Оранжевый стоп роняет белый
     текст до ~2.2:1, поэтому на таких кнопках ОБЯЗАТЕЛЕН text-shadow — см. .bb-btn--hot. */
  --bb-grad-flow:  linear-gradient(110deg, #E85578, #F79A54, #EE7D96, #E85578);
  /* --bb-grad-text: под ЗАГОЛОВКИ на светлом фоне. Тёплая глубокая часть логотипа:
     светлые стопы (#FF9CC0 1.95:1, #F79A54 1.68:1) на кремовом почти пропадают, и
     заголовок читался бы наполовину. Здесь худшая точка 3.3:1 — для крупного жирного
     текста проходит. Циклический (последний стоп = первый) → перелив без скачка. */
  --bb-grad-text:  linear-gradient(110deg, #E85578, #D4267D, #B01E6B, #D4267D, #E85578);
  /* Baloo 2 — variable 400..800, run at 800. Round, warm and heavy, and above all EVEN:
     a steady baseline and consistent letter widths, which is what prices and product
     titles need. Rejected on the way here: Bagel Fat One + Titan One (single-weight,
     fought the mark, every 700/800 was synthesized fake bold); Fredoka (right geometry,
     tops out at 700 — reads thin); Gluten (properly puffy, but its letters wobble and
     lean — "$34.99" came out looking sloppy). Note both earlier verdicts of "too thin"
     were really the font-weight:400 overrides, not the typeface — see the warning below
     and in CLAUDE.md before blaming a font again. */
  --bb-display:    "Baloo 2", ui-rounded, system-ui, sans-serif;  /* big headlines */
  --bb-display-2:  "Baloo 2", ui-rounded, system-ui, sans-serif;  /* buttons, chips, prices */
  --bb-hand:       "Nunito", system-ui, sans-serif;               /* body */
  /* --bb-display-3: только заголовки секций на главной. Надутый bubble — та же пластика,
     что у логотипа V6. Один вес (400), но он и так тяжёлый; для крупных заголовков этого
     хватает. Gluten отвергнут раньше из-за пляшущих букв — здесь начертание ровное. */
  --bb-display-3:  "Cherry Bomb One", "Baloo 2", ui-rounded, system-ui, sans-serif;
  --bb-wrap:       1180px;

  /* Re-point Dawn typography at our fonts */
  --font-heading-family: var(--bb-display);
  --font-heading-style: normal;
  --font-heading-weight: 800;
  --font-body-family: var(--bb-hand);
  --font-body-style: normal;
  --font-body-weight: 600;
  --font-body-weight-bold: 800;
}

body {
  background: var(--bb-cream);
  color: var(--bb-choco);
  font-size: 1.7rem;
  line-height: 1.65;
}

/* ---------- shared helpers ---------- */
.bb-wrap { max-width: var(--bb-wrap); margin: 0 auto; padding: 0 24px; }
.bb-sec-pad { padding: 92px 0; }
.bb-sec-head { text-align: center; max-width: 640px; margin: 0 auto 54px; }
.bb-kick {
  display: block; font-family: var(--bb-display-2); font-weight: 800;
  font-size: 1.28rem; letter-spacing: .2em; text-transform: uppercase; color: var(--bb-ink);
}
.bb-title {
  font-family: var(--bb-display); font-weight: 800; line-height: 1.02;
  font-size: clamp(2.4rem, 5.5vw, 3.6rem); margin: 8px 0 0; position: relative; display: inline-block;
}
.bb-title .bb-spark { position: absolute; top: -18px; left: -40px; width: 52px; rotate: -12deg; z-index: -1; }

/* Заголовки секций залиты фирменным градиентом и переливаются — тем же движением,
   что кнопка Add to cart. Подчёркивание убрано: градиентный текст + градиентная полоса
   под ним читались как перебор. */
/* Заголовок секции подан как маленький логотип: плотный трекинг (в лого буквы жмутся
   друг к другу) и две бусины-«глазка» над словом — прямая цитата из знака. Бусины
   рисуются псевдоэлементами, поэтому работают для любого текста из редактора темы. */
.bb-sec-head .bb-title {
  font-family: var(--bb-display-3);
  font-weight: 400;              /* Cherry Bomb One одновесовый — синтетический bold испортит формы */
  text-transform: uppercase;
  letter-spacing: .01em;         /* капсу нужен воздух, иначе буквы слипаются */
  position: relative;
  margin-top: 1.6rem;            /* место для бусин над строкой */
  background-image: var(--bb-grad-text);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: bb-annflow 16s linear infinite;
  /* немного воздуха: у Baloo 2 хвосты букв иначе срезаются клиппингом */
  padding-bottom: 0.4rem;
}

@media (prefers-reduced-motion: reduce) {
  .bb-sec-head .bb-title {
    animation: none;
    background-position: 30% 0;
  }
}

/* Бусины над заголовком: оранжевая и голубая — те же, что «глазки» в логотипе.
   Размер в em, поэтому масштабируются вместе с заголовком. */
.bb-sec-head .bb-title::before,
.bb-sec-head .bb-title::after {
  content: '';
  position: absolute;
  top: -.3em;
  width: .19em;
  height: .19em;
  border-radius: 50%;
  /* блик сверху-слева — бусина, а не просто кружок */
  box-shadow: inset 0 -.02em .03em rgba(44, 71, 112, .3), 0 .02em .03em rgba(44, 71, 112, .18);
}

.bb-sec-head .bb-title::before {
  left: 50%;
  margin-left: -.24em;
  background: #F39E3B;
}

.bb-sec-head .bb-title::after {
  left: 50%;
  margin-left: .06em;
  background: #6FCFDE;
}
.bb-sub { color: var(--bb-cocoa); margin-top: 12px; font-size: 1.6rem; }

/* reveal on scroll — bouncy */
.bb-rv { opacity: 0; transform: translateY(30px) scale(.97) rotate(.4deg); }
.bb-rv.bb-in {
  opacity: 1; transform: none;
  transition: opacity .7s ease, transform .8s cubic-bezier(.22, 1.4, .36, 1);
}
.bb-rv.bb-d1.bb-in { transition-delay: .09s; }
.bb-rv.bb-d2.bb-in { transition-delay: .18s; }
.bb-rv.bb-d3.bb-in { transition-delay: .27s; }
@media (prefers-reduced-motion: reduce) {
  .bb-rv { opacity: 1; transform: none; }
}

/* ---------- buttons ---------- */
.bb-btn {
  font-family: var(--bb-display-2); font-weight: 800; border: none; cursor: pointer;
  border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  text-decoration: none; line-height: 1;
  transition: transform .22s cubic-bezier(.34, 1.56, .64, 1), box-shadow .22s, background .22s;
}
.bb-btn:hover { transform: translateY(-3px) rotate(-1deg); }
.bb-btn:active { transform: scale(.96); }

/* Primary CTA — живёт тем же эффектом, что и announcement: градиент течёт по кругу
   и по нему бегает блик-«стекляшка». text-shadow обязателен: градиент проходит через
   оранжевый и teal, на которых белый сам по себе даёт ~2.2:1. */
.bb-btn--hot {
  /* Два слоя фона: сверху постоянная тёмная вуаль, под ней — текучий градиент.
     Вуаль тянет белый текст с 2.2:1 (на оранжевом стопе) до ~3:1, не убивая переливание.
     Из-за двух слоёв нужен свой keyframe: двигать надо только второй слой. */
  background-image: linear-gradient(180deg, rgba(44,71,112,.12), rgba(44,71,112,.22)), var(--bb-grad-flow);
  background-size: 100% 100%, 300% 100%;
  background-position: 0 0, 0 0;
  animation: bb-flow2 16s linear infinite;
  color: #fff; text-shadow: 0 1px 3px rgba(44,71,112,.5);
  padding: 18px 40px; font-size: 1.92rem; letter-spacing: .01em;
  /* Три слоя вместо плоской тени: глянцевый блик по верхней кромке, offset-подложка
     в тон градиента (а не серая) и мягкое цветное свечение под кнопкой. */
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.42),
    0 6px 0 rgba(176,30,107,.28),
    0 14px 28px -10px rgba(212,38,125,.5);
  position: relative; overflow: hidden;
}
@keyframes bb-flow2 { to { background-position: 0 0, 300% 0; } }
/* Блик заметнее прежнего: шире (60→110px), ярче (.38→.55) и чаще (6→5s). */
.bb-btn--hot::after {
  content: ""; position: absolute; top: -40%; bottom: -40%; left: -20%; width: 110px;
  pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-18deg);
  animation: bb-annshine 5s ease-in-out infinite;
}
.bb-btn--hot:hover {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.5),
    0 9px 0 rgba(176,30,107,.3),
    0 22px 38px -12px rgba(212,38,125,.58);
}
@media (prefers-reduced-motion: reduce) {
  .bb-btn--hot { animation: none; background-position: 0 0, 40% 0; }
  .bb-btn--hot::after { animation: none; opacity: 0; }
}
.bb-btn--choco { background: var(--bb-choco); color: var(--bb-cream); padding: 14px 30px; font-size: 1.63rem; box-shadow: 0 6px 0 rgba(44,71,112,.22); }
.bb-btn--choco:hover { background: var(--bb-hot); }
.bb-btn--ghost { background: transparent; color: var(--bb-choco); padding: 13px 26px; font-size: 1.63rem; border: 2px solid var(--bb-choco); }

/* ============================================================
   DAWN OVERRIDES — header & footer restyle
   ============================================================ */

/* Header: white — lets the product carry the colour. The wordmark supplies the
   dopamine hit instead of the bar behind it. */
.section-header .header,
.section-header sticky-header,
.section-header .header-wrapper { background: #FFFFFF; }
.section-header { background: #FFFFFF; }
.header-wrapper--border-bottom { border-bottom-color: rgba(44, 71, 112, .12); }
.header__heading-link .h2 { color: var(--bb-ink); }

/* beadboo lockup — transparent PNG, letterforms in the brand gradient
   (#FF9CC0 → #E85578 → #F79A54 → #EE7D96 → #8FD8E4 @118deg), navy tagline,
   orange + blue beads. Wide lockup (~4.12:1) — size by width.
   Master files: assets/brand/logo/v6/ */
.bb-logo {
  display: block;
  /* Desktop shows the full lockup, and the tagline is the limiting factor, not
     the wordmark — below ~300px "HANDMADE PET JEWELRY" stops being readable. */
  width: clamp(200px, 50vw, 340px);
  height: auto;
}
@media screen and (max-width: 749px) {
  /* One compact, symmetrical row: burger | logo | cart. Search is hidden at this width —
     with three icons the logo is squeezed to ~210px; with two it gets ~260px, sits dead
     centre between two equal 44px columns, and the header drops from 176px to ~90px.
     Search stays available on tablet and desktop. */
  .section-header .header--mobile-center {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 40px 1fr 40px;
    column-gap: 4px;
    row-gap: 0;
  }

  .section-header .header--mobile-center .header__search {
    display: none;
  }

  /* Lighter icons: 40px keeps a usable tap target while handing ~35px back to the logo. */
  .section-header .header--mobile-center .header__icon {
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .bb-logo {
    width: 100%;
    max-width: 280px;
  }

  /* No sticky header on mobile (решение Ильи, 2026-08-14). Dawn's on-scroll-up
     reveal ("header chases you when you scroll up") is neutralised here instead of
     switching sticky_header_type to none, so desktop keeps the behaviour. The JS
     still toggles .shopify-section-header-sticky/-hidden — position:relative makes
     them inert: the header stays at the top of the document and simply scrolls away.
     top:auto kills the -var(--header-height) offset of the -hidden state. */
  .section-header.shopify-section-header-sticky,
  .section-header.shopify-section-header-hidden {
    position: relative;
    top: auto;
  }
  .section-header.animate {
    transition: none;
  }
}
.header__heading-link { line-height: 0; }

/* Mobile: Dawn's 1fr/2fr/1fr lets the icon column stretch and push the logo
   off-centre. minmax(0,1fr) keeps the side columns equal so it sits dead centre. */
/* Only 750–989px: below 750 the logo is on its own row (above), so the three-column
   centring fix does not apply — and must not override that row layout. */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .section-header .header--mobile-center {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }
  .section-header .header--mobile-center .header__icons { justify-self: end; }
}

/* Outline pills on white — navy text sits at 11:1, the fuchsia hover picks up the logo. */
.header__menu-item {
  font-family: var(--bb-display-2); font-weight: 800; font-size: 1.44rem;
  color: var(--bb-choco); background: transparent;
  border: 1.5px solid rgba(44, 71, 112, .20); border-radius: 999px;
  padding: 8px 18px !important; margin: 0 3px;
  transition: transform .2s, border-color .2s, color .2s;
}
.header__menu-item:hover {
  text-decoration: none; transform: translateY(-1px);
  color: var(--bb-ink); border-color: var(--bb-ink);
}
.header__menu-item span { text-decoration: none !important; }
.header__menu-item[aria-current="page"] { background: var(--bb-sun); color: var(--bb-choco); border-color: transparent; }
.header__icon { color: var(--bb-choco); }
.cart-count-bubble { background: var(--bb-ink); color: #fff; font-family: var(--bb-display-2); }

/* Footer: chocolate */
.footer { background: var(--bb-choco); color: var(--bb-cream); border-top: none; }
.footer__content-top, .footer__content-bottom { border-color: rgba(255, 247, 239, .14); }
.footer h2.footer-block__heading {
  font-family: var(--bb-display-2); font-size: 1.6rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--bb-peach);
}
.footer a, .footer .footer__copyright { color: #E8DAD1; }
.footer a:hover { color: #fff; }

/* Dawn buttons → beadboo pills globally */
.button, .shopify-challenge__button, .customer button {
  font-family: var(--bb-display-2); font-weight: 800; border-radius: 999px;
}

/* ============================================================
   HERO
   ============================================================ */
/* Hero v10 (2026-08-07): фон — нежный бренд-градиент (blush → крем → белый внизу),
   собака — ВЫРЕЗКА из v9-кадров (на цветном фоне запечённый белый прямоугольник
   не вариант; края = естественный силуэт шерсти). «How it works» убран — одна
   кнопка Design your collar: на десктопе слева под текстом, на мобилке ПОД собакой
   (низ собаки растворяется в белый и «перетекает» в кнопку; тег не задет). */
.bb-hero {
  position: relative; overflow: hidden; isolation: isolate;
  background: linear-gradient(180deg, #FFE9EE 0%, #FFF4EC 55%, #FFFFFF 100%);
  text-align: left;
}
.bb-hero__inner {
  position: relative; z-index: 2;
  max-width: var(--bb-wrap); margin: 0 auto;
  padding: 30px 24px 24px;
  display: grid; grid-template-columns: 1.02fr .98fr;
  grid-template-areas: "copy dog" "actions dog";
  align-items: center; align-content: center; column-gap: 24px;
}
.bb-hero__copy { grid-area: copy; align-self: end; max-width: 560px; }
.bb-hero__actions {
  grid-area: actions; align-self: start;
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 12px; margin-top: 26px;
}
/* eyebrow: анимированные чармы-кружочки + факт */
.bb-charmrow { display: flex; align-items: center; gap: 12px; }
.bb-charmrow__pics { display: flex; }
.bb-charmrow__pic {
  position: relative; width: 36px; height: 36px; border-radius: 50%;
  background: #FFFFFF; box-shadow: 0 3px 9px rgba(44, 71, 112, .16), inset 0 0 0 1px rgba(44, 71, 112, .05);
  margin-left: -10px;
}
.bb-charmrow__pic:first-child { margin-left: 0; }
.bb-charmrow__pic img {
  position: absolute; inset: 4px; width: 28px; height: 28px; object-fit: contain;
  opacity: 0; animation: bb-charmcycle 9s linear infinite;
}
.bb-charmrow__pic img:nth-child(1) { animation-delay: 0s; }
.bb-charmrow__pic img:nth-child(2) { animation-delay: 3s; }
.bb-charmrow__pic img:nth-child(3) { animation-delay: 6s; }
.bb-charmrow__pic:nth-child(2) img:nth-child(1) { animation-delay: 1s; }
.bb-charmrow__pic:nth-child(2) img:nth-child(2) { animation-delay: 4s; }
.bb-charmrow__pic:nth-child(2) img:nth-child(3) { animation-delay: 7s; }
.bb-charmrow__pic:nth-child(3) img:nth-child(1) { animation-delay: 2s; }
.bb-charmrow__pic:nth-child(3) img:nth-child(2) { animation-delay: 5s; }
.bb-charmrow__pic:nth-child(3) img:nth-child(3) { animation-delay: 8s; }
@keyframes bb-charmcycle {
  0% { opacity: 0; transform: scale(.7); }
  3% { opacity: 1; transform: scale(1); }
  31% { opacity: 1; transform: scale(1); }
  37% { opacity: 0; transform: scale(.7); }
  100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .bb-charmrow__pic img { animation: none; opacity: 0; }
  .bb-charmrow__pic img:first-child { opacity: 1; }
}
.bb-charmrow__txt {
  font-family: var(--bb-display-2); font-weight: 700; font-size: 1.4rem;
  color: var(--bb-cocoa); letter-spacing: .02em;
}
/* Заголовок: Baloo 2 800, обычный кейс, navy */
.bb-hero__title {
  font-family: var(--bb-display); font-weight: 800;
  font-size: clamp(3.4rem, 4.4vw, 5.8rem);
  line-height: 1.08; letter-spacing: -.005em;
  color: var(--bb-choco); margin: 18px 0 0;
}
.bb-hero .bb-hero__sub { color: var(--bb-cocoa); max-width: 46ch; margin: 16px 0 0; font-size: 1.7rem; }
.bb-hero .bb-hero__note { margin: 0; font-size: 1.32rem; color: var(--bb-cocoa); opacity: .8; }

/* ---------- собака: вырезка на градиенте ---------- */
.bb-hero__dogwrap { grid-area: dog; justify-self: center; align-self: center; position: relative; }
/* Кадр с 2026-08-13 — трио вместо одной Коко: почти квадратный (1600×1719) и втрое
   шире по содержанию, поэтому шире прежних 430px, иначе теги на груди нечитаемы. */
.bb-hero__dogimg--d { display: block; width: min(540px, 42vw); height: auto; position: relative; z-index: 2; }
.bb-hero__dogimg--m { display: none; }

@media (max-width: 860px) {
  /* Мобилка: компактный первый экран. Порядок: текст → собака → кнопка ПОД собакой;
     низ собаки растворяется в белый (mask, тег не задет) и перетекает в кнопку. */
  /* вертикальный ритм: заголовок — главный, саб тише, кнопка широкая и «на месте»,
     под ней строка-пояснение, снизу воздух перед следующей секцией */
  .bb-hero__inner { display: block; padding: 20px 20px 36px; text-align: center; }
  .bb-hero__copy { max-width: none; margin: 0 auto; }
  .bb-charmrow { justify-content: center; }
  .bb-charmrow__pic { width: 30px; height: 30px; }
  .bb-charmrow__pic img { inset: 3px; width: 24px; height: 24px; }
  .bb-charmrow__txt { font-size: 1.3rem; }
  .bb-hero__title {
    font-size: clamp(3rem, 8.4vw, 3.9rem); margin-top: 12px;
    line-height: 1.1; letter-spacing: -.012em; max-width: 15ch;
    margin-left: auto; margin-right: auto;
  }
  .bb-hero .bb-hero__sub {
    margin: 10px auto 0; font-size: 1.45rem; line-height: 1.5; max-width: 32ch;
  }
  .bb-hero__dogimg--d { display: none; }
  .bb-hero__dogimg--m {
    display: block; width: min(94vw, 400px); max-width: none; height: auto; margin: 10px auto 0;
    -webkit-mask-image: linear-gradient(180deg, #000 76%, transparent 97%);
    mask-image: linear-gradient(180deg, #000 76%, transparent 97%);
  }
  /* кнопка «вырастает» из растворённого низа собаки; широкая, с пояснением под ней */
  .bb-hero__actions { align-items: center; gap: 0; margin-top: -30px; position: relative; z-index: 3; }
  .bb-hero__actions .bb-btn--hot {
    padding: 17px 0; font-size: 1.7rem;
    width: min(320px, 84vw); justify-content: center;
  }
  .bb-hero .bb-hero__note {
    display: block; margin: 12px 0 0; font-size: 1.24rem;
    color: var(--bb-cocoa); opacity: .75;
  }
}

/* liquid morphing blobs behind the type */
.bb-blob {
  position: absolute; z-index: 0; pointer-events: none;
  filter: blur(10px); opacity: .5; will-change: transform;
  animation: bb-morph 11s ease-in-out infinite alternate;
}
.bb-blob--1 { top: 4%; left: -4%; width: 340px; height: 300px; background: #F7C4D2; }
.bb-blob--2 { bottom: 2%; right: -5%; width: 380px; height: 330px; background: #FBDCB6; animation-delay: 2.2s; animation-duration: 13s; }
.bb-blob--3 { top: 38%; right: 12%; width: 220px; height: 200px; background: #C4EBF2; animation-delay: 4s; animation-duration: 9s; opacity: .42; }
@keyframes bb-morph {
  0%   { border-radius: 58% 42% 55% 45% / 50% 62% 38% 50%; translate: 0 0; }
  50%  { border-radius: 45% 55% 40% 60% / 60% 42% 58% 40%; translate: 0 -14px; }
  100% { border-radius: 52% 48% 60% 40% / 44% 56% 44% 56%; translate: 8px 6px; }
}

.bb-kicker {
  display: inline-flex; align-items: center; gap: 8px; position: relative; z-index: 5;
  font-family: var(--bb-display-2); font-weight: 800; font-size: 1.31rem;
  letter-spacing: .14em; text-transform: uppercase;
  background: #fff; border-radius: 999px; padding: 8px 18px; rotate: -2deg;
  box-shadow: 0 4px 14px rgba(44,71,112, .1);
}
.bb-kicker::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--bb-teal-deep); }

.bb-mega {
  font-family: var(--bb-display); font-weight: 700;
  font-size: clamp(4.6rem, 17vw, 14.5rem);
  line-height: .9; letter-spacing: .006em;
  margin: 14px 0 0; user-select: none; position: relative; z-index: 2;
  background: linear-gradient(118deg, #FF9CC0 0%, #E85578 22%, #F79A54 46%, #EE7D96 66%, #8FD8E4 100%);
  background-size: 220% 220%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  filter: drop-shadow(0 5px 0 rgba(44,71,112, .10));
  animation: bb-megaflow 9s ease-in-out infinite;
}
@keyframes bb-megaflow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
.bb-mega .bb-row { display: block; }
.bb-mega .bb-o { position: relative; display: inline-block; }
/* Стейдж с вырезкой-трио и летающими бирками снят в hero v3 — фото-баннер выше.
   Базовые правила .bb-prop ниже НЕ трогать: их использует shop-секция (.bb-lp1…9). */

/* ---------- floating REAL product props (photo cutouts) ---------- */
.bb-prop, .bb-tagpic {
  position: absolute; z-index: 4;
  rotate: var(--rot, 0deg);
  will-change: transform;
  animation: bb-tb-in .9s cubic-bezier(.34, 1.56, .64, 1) both;
  pointer-events: none;
}
.bb-prop img, .bb-tagpic img { width: 100%; height: auto; animation: bb-tb-float 7s ease-in-out infinite; }
/* engraved label overlaid on the blank tag photo */
.bb-tagpic .bb-label {
  position: absolute; inset: 0; padding-bottom: 4.2%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--bb-display-2); font-weight: 700;
  font-size: clamp(10px, .95vw, 13.5px); letter-spacing: .04em;
  color: #7A5236;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 -1px 1px rgba(44,71,112, .3);
  animation: bb-tb-float 7s ease-in-out infinite;
}
.bb-tagpic { filter: drop-shadow(0 14px 18px rgba(44,71,112, .22)); }
.bb-tagpic.bb-far { filter: blur(1.2px) drop-shadow(0 8px 12px rgba(44,71,112, .14)); opacity: .92; }
.bb-prop { filter: drop-shadow(0 10px 14px rgba(44,71,112, .20)); }
.bb-prop.bb-far { filter: blur(1.8px) drop-shadow(0 6px 10px rgba(44,71,112, .12)); opacity: .88; }
@keyframes bb-tb-in { from { opacity: 0; scale: .55; } to { opacity: 1; scale: 1; } }
@keyframes bb-tb-float {
  0%, 100% { translate: 0 0; }
  33%      { translate: 0 -9px; }
  66%      { translate: 0 -3px; }
}
/* tags around the dog — never on it, never on the headline; each its own size */
.bb-tagpic.bb-tb1 { top: 25%; left: 3%; width: clamp(124px, 13.5vw, 182px); --rot: -11deg; animation-delay: .15s; }
.bb-tagpic.bb-tb2 { top: 22%; right: 3.5%; width: clamp(94px, 10vw, 134px); --rot: 9deg; animation-delay: .3s; }
.bb-tagpic.bb-tb3 { top: 61%; left: 5%; width: clamp(100px, 10.8vw, 146px); --rot: -15deg; animation-delay: .45s; }
.bb-tagpic.bb-tb4 { top: 65%; right: 4.5%; width: clamp(116px, 12.5vw, 168px); --rot: 12deg; animation-delay: .6s; }
.bb-tagpic.bb-tb2 .bb-label { font-size: clamp(8.5px, .78vw, 11px); }
.bb-tagpic.bb-tb3 .bb-label { font-size: clamp(9px, .84vw, 12px); }
.bb-tagpic.bb-tb4 .bb-label { font-size: clamp(9.5px, .9vw, 12.5px); }
/* dark-colored tag (brown) → light engraved label for readable contrast */
.bb-tagpic.bb-tb--dark .bb-label {
  color: #FCE9D6;
  text-shadow: 0 1px 2px rgba(44,71,112,.5), 0 -1px 1px rgba(0,0,0,.28);
}
/* Реальные чармы вокруг собаки, тремя калибрами: пара крупных держит композицию,
   средние поддерживают, мелкие на заднем плане (bb-far — блюр + полупрозрачность)
   дают глубину. Центр пуст — там морда. */

/* Бирки занимают: tb1 top 25% left 3%, tb2 top 22% right 3.5%,
   tb3 top 61% left 5%, tb4 top 65% right 4.5%. Чармы расставлены В ПРОМЕЖУТКАХ
   между ними, иначе наезжают на бирки. */

/* --- крупные --- */
.bb-prop.bb-p-puppy     { top: 44%; left: 3%;   width: clamp(66px, 7.6vw, 106px); --rot: -10deg; animation-delay: .5s; }
.bb-prop.bb-p-croissant { top: 46%; right: 3%;  width: clamp(62px, 7vw, 98px);    --rot: 12deg;  animation-delay: .8s; }
.bb-prop.bb-p-teddy     { top: 4%;  left: 15%;  width: clamp(54px, 6.2vw, 86px);  --rot: 8deg;   animation-delay: 1.1s; }

/* --- средние --- */
.bb-prop.bb-p-balloon   { top: 85%; left: 11%;  width: clamp(42px, 4.8vw, 64px);  --rot: 10deg;  animation-delay: 1.4s; }
.bb-prop.bb-p-rainbow   { top: 87%; right: 13%; width: clamp(40px, 4.6vw, 60px);  --rot: -14deg; animation-delay: 1.7s; }
.bb-prop.bb-p-cheese    { top: 6%;  right: 15%; width: clamp(36px, 4vw, 54px);    --rot: -6deg;  animation-delay: 2s; }

/* --- мелкие, задний план --- */
.bb-prop.bb-p-turtle     { top: 45%; left: 12%;  width: clamp(24px, 2.7vw, 38px); --rot: 16deg;  animation-delay: 2.3s; }
.bb-prop.bb-p-croissant2 { top: 50%; left: 16%;  width: clamp(26px, 2.9vw, 40px); --rot: -12deg; animation-delay: 2.6s; }
.bb-prop.bb-p-balloon2   { top: 13%; left: 11%;  width: clamp(28px, 3.1vw, 42px); --rot: 14deg;  animation-delay: 2.9s; }
.bb-prop.bb-p-flower     { top: 11%; right: 18%; width: clamp(22px, 2.5vw, 34px); --rot: 12deg;  animation-delay: 3.2s; }
.bb-prop.bb-p-donut      { top: 52%; right: 16%; width: clamp(22px, 2.4vw, 34px); --rot: -8deg;  animation-delay: 3.5s; }

/* разводим фазы покачивания, чтобы чармы не колыхались синхронно */
.bb-prop.bb-p-puppy img      { animation-delay: 1.1s; }
.bb-prop.bb-p-croissant img  { animation-delay: 2.2s; }
.bb-prop.bb-p-teddy img      { animation-delay: 3.1s; }
.bb-prop.bb-p-balloon img    { animation-delay: 1.7s; }
.bb-prop.bb-p-rainbow img    { animation-delay: 2.6s; }
.bb-prop.bb-p-cheese img     { animation-delay: 3.4s; }
.bb-prop.bb-p-turtle img     { animation-delay: 1.4s; }
.bb-prop.bb-p-croissant2 img { animation-delay: 2.9s; }
.bb-prop.bb-p-balloon2 img   { animation-delay: 1.9s; }
.bb-prop.bb-p-flower img     { animation-delay: 3.7s; }
.bb-prop.bb-p-donut img      { animation-delay: 2.4s; }
.bb-tagpic.bb-tb2 img, .bb-tagpic.bb-tb2 .bb-label { animation-delay: 1.4s; }
.bb-tagpic.bb-tb3 img, .bb-tagpic.bb-tb3 .bb-label { animation-delay: 2.6s; }
.bb-tagpic.bb-tb4 img, .bb-tagpic.bb-tb4 .bb-label { animation-delay: 3.4s; }

.bb-burst { position: absolute; z-index: 2; animation: bb-spin 24s linear infinite; }
@keyframes bb-spin { to { rotate: 360deg; } }

.bb-hero__sub { position: relative; z-index: 5; max-width: 520px; margin: 14px auto 0; font-size: 1.7rem; color: var(--bb-cocoa); }
/* Кнопка и ссылка друг под другом — одно главное действие, второе тише. */
.bb-hero__ctas {
  position: relative; z-index: 5; display: flex; flex-direction: column;
  align-items: center; gap: 14px; margin: 30px 0 0;
}
.bb-hero__link {
  font-family: var(--bb-display-2); font-weight: 800; font-size: 1.6rem;
  color: var(--bb-choco); text-decoration: none;
  padding-bottom: 3px; border-bottom: 2px solid rgba(44,71,112,.22);
  transition: color .2s, border-color .2s;
}
.bb-hero__link:hover { color: var(--bb-ink); border-bottom-color: var(--bb-ink); }
.bb-hero__note { position: relative; z-index: 5; margin: 16px 0 0; font-size: 1.36rem; color: var(--bb-cocoa); opacity: .85; }
.bb-hero__note b { color: var(--bb-ink); }
/* waves removed — seamless flat transitions */

/* ============================================================
   MARQUEE
   ============================================================ */
.bb-marquee {
  background: var(--bb-choco); color: var(--bb-cream);
  overflow: hidden; padding: 14px 0;
}
.bb-marquee__track { display: flex; width: max-content; animation: bb-slide 26s linear infinite; }
.bb-marquee:hover .bb-marquee__track { animation-play-state: paused; }
.bb-marquee span {
  font-family: var(--bb-display-2); font-weight: 800; font-size: 1.68rem;
  letter-spacing: .06em; text-transform: uppercase; padding: 0 18px; white-space: nowrap;
}
.bb-marquee em { font-style: normal; color: var(--bb-peach); padding: 0 4px; }
@keyframes bb-slide { to { transform: translateX(-50%); } }

/* ============================================================
   WHY CARDS
   ============================================================ */
.bb-why { background: var(--bb-cream); }
.bb-cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.bb-card {
  border-radius: var(--bb-r-card); padding: 38px 30px 34px; position: relative; overflow: hidden;
  transition: transform .3s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s;
}
.bb-card:hover { transform: translateY(-8px) rotate(-.7deg); box-shadow: 0 20px 40px rgba(44,71,112, .14); }
.bb-card:hover .bb-card__doodle { animation: bb-wiggle .6s ease; }
@keyframes bb-wiggle {
  0%, 100% { transform: rotate(0); } 25% { transform: rotate(6deg); } 75% { transform: rotate(-6deg); }
}
.bb-card__doodle { position: absolute; top: 18px; right: 20px; width: 64px; opacity: .85; }
.bb-card__ico {
  width: 76px; height: 76px; border-radius: 24px; display: grid; place-items: center;
  margin-bottom: 20px; background: rgba(255, 255, 255, .55); font-size: 2rem;
}
.bb-card h3 { font-family: var(--bb-display-2); font-size: 2.4rem; font-weight: 800; margin: 0 0 8px; }
.bb-card p { font-size: 1.52rem; line-height: 1.55; margin: 0; }
.bb-card--blush { background: var(--bb-blush); color: var(--bb-choco); }
.bb-card--pink  { background: var(--bb-pink);  color: #fff; }
.bb-card--pink p { color: #FFEDF1; }
.bb-card--teal  { background: var(--bb-teal);  color: var(--bb-choco); }
.bb-card--teal p { color: #2E5B63; }
.bb-card--sun   { background: var(--bb-sun);   color: var(--bb-choco); }

/* ============================================================
   SHOP / PRODUCT CARDS
   ============================================================ */
/* legacy grid styles kept for collection pages */
.bb-grid-shop { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.bb-prod {
  border-radius: var(--bb-r-card); overflow: hidden; background: var(--bb-cream);
  border: 1.5px solid rgba(44,71,112, .06);
  transition: transform .3s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s;
}
.bb-prod:hover { transform: translateY(-8px); box-shadow: 0 22px 44px rgba(44,71,112, .13); }
.bb-prod__tile { height: 250px; display: grid; place-items: center; position: relative; overflow: hidden; }
.bb-prod__tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.34, 1.56, .64, 1); }
.bb-prod__tile svg.bb-collar { width: 82%; height: auto; transition: transform .45s cubic-bezier(.34, 1.56, .64, 1); }
.bb-prod:hover .bb-prod__tile img,
.bb-prod:hover .bb-prod__tile svg.bb-collar { transform: rotate(-4deg) scale(1.06); }
.bb-prod__tag {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  font-family: var(--bb-display-2); font-weight: 800; font-size: 1.15rem;
  letter-spacing: .08em; text-transform: uppercase;
  background: #fff; padding: 6px 13px; border-radius: 999px; rotate: -4deg;
  box-shadow: 0 4px 10px rgba(44,71,112, .12);
}
.bb-prod__info { padding: 22px 24px 26px; background: #fff; }
.bb-prod__info h3 { font-family: var(--bb-display-2); font-size: 2.05rem; font-weight: 800; margin: 0; }
.bb-prod__meta { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; }
.bb-prod__price { font-family: var(--bb-display-2); font-weight: 800; font-size: 1.84rem; color: var(--bb-ink); }
.bb-prod__stars { font-size: 1.28rem; color: var(--bb-peach); letter-spacing: 2px; }
.bb-prod .bb-btn { margin-top: 16px; width: 100%; background: var(--bb-choco); color: var(--bb-cream); padding: 12px 0; font-size: 1.52rem; box-shadow: 0 5px 0 rgba(44,71,112, .18); }
.bb-prod .bb-btn:hover { background: var(--bb-hot); }
.bb-tile--sun  { background: linear-gradient(160deg, #FFE3B3, #FFD289); }
.bb-tile--pink { background: linear-gradient(160deg, #F9C9D4, #F2A5B8); }
.bb-tile--teal { background: linear-gradient(160deg, #B8E9F0, #8ADBE7); }
.bb-shop__all { text-align: center; margin-top: 44px; }

/* ============================================================
   HOW IT WORKS — animated visual cards
   ============================================================ */
.bb-how { background: #fff; }
.bb-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.bb-step {
  background: var(--bb-cream); border-radius: 26px; overflow: hidden;
  border: 1.5px solid rgba(44, 71, 112, .06); text-align: left;
  transition: transform .3s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s;
}
.bb-step:hover { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(44, 71, 112, .10); }
.bb-step__visual {
  position: relative; height: 150px; overflow: hidden;
  display: grid; place-items: center;
  background: linear-gradient(150deg, #FFFFFF, #FDEEE4);
  border-bottom: 1.5px solid rgba(44, 71, 112, .05);
}
.bb-step__visual > img { width: 100%; height: 100%; object-fit: cover; }
.bb-step__num {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center; rotate: -6deg;
  font-family: var(--bb-display-2); font-weight: 700; font-size: 1.52rem;
  color: var(--bb-choco); background: var(--bb-sun);
  box-shadow: 0 3px 0 rgba(44, 71, 112, .12);
}
.bb-step:nth-child(2) .bb-step__num { background: var(--bb-pink); color: #fff; }
.bb-step:nth-child(3) .bb-step__num { background: var(--bb-teal); }
.bb-step:nth-child(4) .bb-step__num { background: var(--bb-peach); }
.bb-step__body { padding: 18px 22px 24px; }
.bb-step h3 { font-family: var(--bb-display-2); font-weight: 700; font-size: 1.92rem; margin: 0 0 6px; }
.bb-step p { font-size: 1.52rem; color: var(--bb-cocoa); margin: 0; }

/* visual 1: collar with cycling colors */
.bb-how__collar { width: 84%; max-height: 122px; }
.bb-how__collar .bb-bead { transition: fill .8s ease; }

/* visuals 2-3: tag with typewriter */
.bb-how__tagwrap { position: relative; width: 68%; display: block; }
.bb-how__tagwrap img { width: 100%; height: auto; filter: drop-shadow(0 10px 12px rgba(44, 71, 112, .14)); }
.bb-how__typed {
  position: absolute; left: 0; right: 0; top: 42%; text-align: center;
  font-family: var(--bb-display-2); font-weight: 700;
  font-size: clamp(13px, 1.15vw, 16px); letter-spacing: .03em;
  color: #7A5236; text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
  white-space: nowrap;
}
.bb-how__typed::after {
  content: ""; display: inline-block; width: 2px; height: .95em;
  background: #7A5236; margin-left: 2px; vertical-align: -2px;
  animation: bb-caret 1s steps(1) infinite;
}
@keyframes bb-caret { 50% { opacity: 0; } }
.bb-how__typed--phone { font-size: clamp(11px, .95vw, 13.5px); }

/* visual 4: shipping truck */
.bb-how__ship { position: relative; width: 80%; height: 74px; display: block; }
.bb-how__road { position: absolute; left: 0; right: 0; bottom: 17px; border-bottom: 3px dashed rgba(44, 71, 112, .22); }
.bb-how__truck {
  position: absolute; bottom: 21px; font-size: 2rem;
  transform: scaleX(-1);
  animation: bb-truck 4.2s linear infinite;
}
@keyframes bb-truck {
  0%   { left: -18%; }
  100% { left: 104%; }
}
.bb-how__home { position: absolute; right: -3%; bottom: 21px; font-size: 2.48rem; }

/* ============================================================
   MATERIALS
   ============================================================ */
.bb-materials {
  background:
    radial-gradient(100% 80% at 90% 10%, #9FE2ED 0%, transparent 55%),
    linear-gradient(165deg, #7FD4E1 0%, #5EC4D4 60%, #4FB9CB 100%);
  color: var(--bb-choco);
}
.bb-mat-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.bb-mat-title {
  font-family: var(--bb-display); font-weight: 800; line-height: 1.05;
  font-size: clamp(2.6rem, 5.5vw, 3.8rem); color: #fff; margin: 0;
  text-shadow: 0 3px 0 rgba(44,71,112, .12);
}
.bb-mat-list { margin-top: 30px; display: grid; gap: 16px; }
.bb-mat-item {
  display: flex; gap: 16px; align-items: center;
  background: rgba(255, 255, 255, .82); border-radius: 20px; padding: 16px 20px;
  backdrop-filter: blur(4px); transition: transform .25s;
}
.bb-mat-item:hover { transform: translateX(6px) rotate(-.5deg); }
.bb-mat-item .bb-dot { width: 52px; height: 52px; flex: none; border-radius: 16px; display: grid; place-items: center; font-size: 2.24rem; }
.bb-mat-item b { font-family: var(--bb-display-2); font-size: 1.7rem; display: block; }
.bb-mat-item small { color: var(--bb-cocoa); font-size: 1.36rem; line-height: 1.4; display: block; }
.bb-mat-visual { position: relative; }
.bb-mat-visual .bb-big-collar {
  background: #fff; border-radius: 36px; padding: 40px 30px;
  box-shadow: 0 30px 60px rgba(31, 74, 82, .25); rotate: 2deg;
  transition: rotate .3s;
}
.bb-mat-visual:hover .bb-big-collar { rotate: -1deg; }
.bb-mat-visual .bb-squig { position: absolute; width: 150px; top: -44px; left: -40px; }
/* ============================================================
   PHOTO STRIP (секция beadboo-reviews) — лента фото/видео
   ============================================================
   Возврат к самокрутящейся ленте (Илья 2026-08-06: лукбук-карусель по springland
   не зашла — «верни, как было, когда прокручивалось»). От лукбука оставлены только
   кнопка-корзинка на фото и ссылка на товар с выбранным стилем.

   Строение: .bb-ugc-row (клип + фейды по краям маской)
             └ .bb-ugc-track (анимируется до -50%)
                └ 2 × .bb-ugc-set (одинаковые наборы фото)
   Фото идут ВСТЫК, 4:5, без рамок и подписей.
   ⚠️ Любой зазор задавать ВНУТРИ набора (gap + такой же padding-right), а не на треке:
   с gap на треке шаг -50% не совпадает с шириной набора (S+G/2 вместо S+G) и на стыке
   лента дёргается. Сейчас gap = 0, но правило в силе.
   Длительность анимации проставляет JS (initUgc) из data-bb-speed в px/s — иначе
   длинная лента ехала бы быстрее короткой; в CSS она только фолбэк без JS.
   ⚠️ На мобиле режим ДРУГОЙ: ряд становится нативным скроллером (листается пальцем,
   инерция системная), CSS-анимация выключена, ленту ведёт JS через scrollLeft
   (bbUgcStartScroll). Поэтому фейды — маской на ряду, а не псевдоэлементами:
   absolute-псевдоэлементы внутри скроллера уезжают вместе с контентом. */
/* Отступы секции — из настроек (Илья 2026-08-06: между hero и лентой был провал
   в 92px от bb-sec-pad, «хочу, чтобы сразу начиналось»). Дефолт сверху 0.
   На телефоне тот же отступ читается крупнее, поэтому берём 70%. */
.bb-strip {
  background: #fff;
  padding-top: var(--bb-strip-pt, 0px);
  padding-bottom: var(--bb-strip-pb, 88px);
}
.bb-strip__head { max-width: 640px; margin: 0 auto 34px; padding-inline: 24px; }
@media (max-width: 620px) {
  .bb-strip {
    padding-top: calc(var(--bb-strip-pt, 0px) * .7);
    padding-bottom: calc(var(--bb-strip-pb, 88px) * .7);
  }
}

.bb-ugc-row {
  --bb-ugc-h: clamp(24rem, 27vw, 38rem);
  --bb-ugc-fade: clamp(36px, 10vw, 150px);
  position: relative; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 var(--bb-ugc-fade),
                      #000 calc(100% - var(--bb-ugc-fade)), transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 var(--bb-ugc-fade),
                      #000 calc(100% - var(--bb-ugc-fade)), transparent 100%);
}
.bb-ugc-track {
  display: flex; width: max-content;
  animation: bb-ugc-drift 150s linear infinite;
  will-change: transform;
}
.bb-ugc-row:hover .bb-ugc-track,
.bb-ugc-row.is-paused .bb-ugc-track { animation-play-state: paused; }
@keyframes bb-ugc-drift {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}
.bb-ugc-set { display: flex; gap: 0; }

.bb-ugc-shot {
  flex: 0 0 auto; position: relative; overflow: hidden; display: block;
  height: var(--bb-ugc-h);
  width: calc(var(--bb-ugc-h) * 4 / 5);   /* портрет 4:5 */
  text-decoration: none; color: inherit;
}
.bb-ugc-shot__img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .6s ease;
}
.bb-ugc-row:hover .bb-ugc-shot__img { transform: scale(1.03); }
.bb-ugc-shot--empty { display: grid; place-items: center; }
.bb-ugc-shot__emoji { font-size: 6.4rem; filter: drop-shadow(0 6px 10px rgba(44,71,112, .18)); }

/* Корзинка: круг на градиенте CTA — белая иконка держит контраст в любой точке
   (--bb-grad-logo уходит в светлые стопы, там белое пропадает). */
.bb-ugc-shot__bag {
  position: absolute; left: 12px; bottom: 12px;
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--bb-grad-cta); color: #fff;
  box-shadow: 0 6px 16px rgba(44,71,112, .28);
  transition: transform .25s ease;
}
a.bb-ugc-shot:hover .bb-ugc-shot__bag { transform: scale(1.09); }

/* ---------- мобилка: лента листается пальцем ----------
   Фото крупнее (~2.2 кадра в экран стандартного iPhone: две полные помещаются,
   третья выглядывает) и фейды по краям уже — на 390px две полосы по 39px съедали
   пятую часть экрана. Путь сюда: 78vw (1.6 кадра — «поменьше») → 44vw (2.84 —
   «слишком маленькая») → 57vw. */
@media (max-width: 620px) {
  .bb-ugc-row {
    --bb-ugc-h: min(57vw, 28rem);
    --bb-ugc-fade: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;   /* свайп по ленте не тянет страницу и не даёт «назад» */
  }
  .bb-ugc-row::-webkit-scrollbar { display: none; }
  .bb-ugc-track { animation: none; }
}

/* Без анимации автопрокрутки нет — остаётся обычная лента со свайпом. */
@media (prefers-reduced-motion: reduce) {
  .bb-ugc-track { animation: none; }
  .bb-ugc-row { overflow-x: auto; }
}

/* ============================================================
   JOIN / NEWSLETTER
   ============================================================ */
.bb-join { background: #fff; padding: 0 0 96px; }
.bb-join__card {
  position: relative; overflow: hidden; border-radius: 40px; text-align: center;
  padding: 74px 28px 78px; color: #fff;
  background:
    radial-gradient(90% 120% at 12% 0%, #F9CFD9 0%, transparent 55%),
    radial-gradient(90% 130% at 88% 100%, #F6BFCD 0%, transparent 55%),
    linear-gradient(160deg, #F4A9BB, #EE7D96);
}
.bb-join__card h2 {
  font-family: var(--bb-display); font-weight: 800; margin: 0;
  font-size: clamp(2.2rem, 5vw, 3.4rem); text-shadow: 0 3px 0 rgba(44,71,112, .12);
}
.bb-join__card > p { max-width: 460px; margin: 14px auto 30px; color: #FFF0F3; }
.bb-join__form { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.bb-join__form .field { flex: 1; min-width: 240px; }
.bb-join__form input[type="email"] {
  width: 100%; border: none; border-radius: 999px; padding: 15px 24px;
  font-family: var(--bb-hand); font-size: 1.52rem; color: var(--bb-choco); outline: none; background: #fff;
}
.bb-join__form .bb-btn { background: var(--bb-choco); color: var(--bb-cream); padding: 15px 30px; }
.bb-join__ok { margin-top: 16px; font-family: var(--bb-display-2); font-weight: 800; }


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .bb-cards3, .bb-grid-shop, .bb-steps { grid-template-columns: 1fr 1fr; }
  .bb-mat-grid { grid-template-columns: 1fr; }
  .bb-step__arrow { display: none; }
}
@media (max-width: 620px) {
  .bb-cards3, .bb-grid-shop, .bb-steps { grid-template-columns: 1fr; }
  /* mobile hero: eyebrow ужимаем в одну строку */
  .bb-hero__sub { margin-top: 10px; padding: 0 8px; }
  .bb-hero .bb-kicker { font-size: 1.08rem; letter-spacing: .14em; }
  /* Трио-фото на мобиле идёт во всю ширину, поэтому парящие бирки и мелкие чармы
     ложились прямо на собак и перекрывали сами ошейники. Бирки прячем (их копия
     дублируется кикером над фото), из чармов оставляем четыре — в белой полосе сверху. */
  .bb-tagpic, .bb-prop { display: none; }
  .bb-blob { filter: blur(14px); opacity: .4; }
  .bb-sec-pad { padding: 64px 0; }
}

/* ============================================================
   TYPOGRAPHY POLISH — tracking for display type
   ============================================================ */
/* This block used to also force `font-weight: 400` on everything below, because the old
   display faces (Bagel Fat One, Titan One) shipped a single weight and anything heavier
   was synthesized faux bold. It sat near the end of the file, so it silently overrode
   every per-rule weight above it — which is why the type looked thin no matter what those
   rules said. Baloo 2 is variable 400..800, so weights are now set per rule and this block
   only carries tracking. Do not reintroduce a blanket font-weight here. */
.bb-title, .bb-mega, .bb-mat-title, .bb-join__card h2,
.bb-kick, .bb-btn, .bb-kicker, .header__menu-item, .cart-count-bubble,
.footer h2.footer-block__heading, .bb-marquee span, .bb-card h3, .bb-prod__tag,
.bb-prod__info h3, .bb-prod__price, .bb-step::before, .bb-step h3,
.bb-mat-item b, .bb-join__ok, .button {
  letter-spacing: .02em;
}
.bb-title { letter-spacing: .012em; line-height: 1.08; }
.bb-mat-title { line-height: 1.12; }

.bb-sub { font-size: 1.73rem; font-weight: 600; }
.bb-hero__sub { font-size: 1.89rem; font-weight: 600; max-width: 560px; line-height: 1.6; }
.bb-card p { font-size: 1.63rem; line-height: 1.58; }
.bb-step p { font-size: 1.6rem; }
.bb-mat-item small { font-size: 1.44rem; }
.bb-hero__note { font-size: 1.44rem; }

/* ============================================================
   SKELETON v2 SECTIONS — announcement / trust / flip-side / faq
   ============================================================ */

/* ---------- announcement bar: flowing gradient + shine ---------- */
.bb-announce {
  position: relative; overflow: hidden;
  background: linear-gradient(110deg, #E85578, #F79A54, #EE7D96, #3FB4C6, #E85578);
  background-size: 300% 100%;
  animation: bb-annflow 16s linear infinite;
  color: #fff; text-align: center; padding: 9px 14px;
}
@keyframes bb-annflow { to { background-position: 300% 0; } }
.bb-announce::after {
  content: ""; position: absolute; top: -40%; bottom: -40%; left: -20%; width: 60px;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .38), transparent);
  transform: skewX(-18deg);
  animation: bb-annshine 6s ease-in-out infinite;
}
@keyframes bb-annshine {
  0%, 55%   { left: -15%; opacity: 0; }
  65%       { opacity: 1; }
  95%, 100% { left: 110%; opacity: 0; }
}
.bb-announce__inner {
  font-family: var(--bb-display-2); font-weight: 700;
  font-size: 1.22rem; letter-spacing: .09em; text-transform: uppercase;
  display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: nowrap; white-space: nowrap;
}
.bb-announce__inner a { color: #fff; text-decoration: none; }
.bb-announce em { font-style: normal; opacity: .8; }
@media (max-width: 720px) {
  .bb-announce__item--extra, .bb-announce em { display: none; }
}

/* ---------- trust bar: floating card overlapping the hero ---------- */
/* Trust bar v2 (2026-08-06): без белой карточки и перекрытия — лёгкая центрованная
   строка на белом, маленькие пастельные кружки-иконки. Минимализм по просьбе Ильи. */
.bb-trust { position: relative; z-index: 6; margin-top: 0; background: #FFFFFF; }
.bb-trust__card {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 14px 46px; padding: 10px 0 6px;
}
.bb-trust__item { display: flex; align-items: center; gap: 10px; min-width: 0; }
.bb-trust__ico {
  flex: none; width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center; font-size: 1.7rem;
  box-shadow: inset 0 0 0 1.5px rgba(44, 71, 112, .06);
}
.bb-trust__item:nth-child(1) .bb-trust__ico { background: #FBE3E8; }
.bb-trust__item:nth-child(2) .bb-trust__ico { background: #DFF4F8; }
.bb-trust__item:nth-child(3) .bb-trust__ico { background: #E7F3E2; }
.bb-trust__item:nth-child(4) .bb-trust__ico { background: #FFF0D6; }
/* фирменные иконки-«бусины» вместо эмодзи (2026-08-14, PNG bb-icon-*.png) */
.bb-trust__ico svg { width: 20px; height: 20px; color: var(--bb-choco); display: block; }
.bb-trust__ico img { width: 26px; height: 26px; object-fit: contain; display: block; }
.bb-trust__label {
  font-family: var(--bb-display-2); font-weight: 700;
  font-size: 1.38rem; letter-spacing: .02em; line-height: 1.25;
  color: var(--bb-cocoa);
}
@media (max-width: 960px) {
  .bb-trust__card { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 0 4px; }
  .bb-trust__item {
    background: #fff; border: 1.5px solid rgba(44,71,112,.08); border-radius: 14px;
    padding: 9px 12px; box-shadow: 0 6px 16px rgba(44,71,112,.06); min-width: 0;
  }
  .bb-trust__label { white-space: normal; }
  .bb-trust__ico { width: 32px; height: 32px; font-size: 1.5rem; }
  .bb-trust__label { font-size: 1.3rem; }
}

/* ---------- flip-side: interactive dual-purpose tag ---------- */
.bb-flipside { background: #fff; overflow: hidden; }
.bb-flip-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.bb-flip-copy .bb-sub { max-width: 46ch; }
.bb-flip-points { margin-top: 28px; display: grid; gap: 14px; }
.bb-flip-point {
  display: flex; gap: 14px; align-items: center;
  background: var(--bb-cream); border-radius: 18px; padding: 14px 18px;
  transition: transform .25s;
}
.bb-flip-point:hover { transform: translateX(6px) rotate(-.4deg); }
/* иконка — пастельный кружок с navy-SVG, как в trust-баре и на Safety (2026-08-14);
   font-size остаётся для варианта Custom emoji */
.bb-flip-point__ico {
  flex: none; width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; font-size: 2rem;
  box-shadow: inset 0 0 0 1.5px rgba(44, 71, 112, .06);
  background: #FBE3E8;
}
.bb-flip-point:nth-child(2) .bb-flip-point__ico { background: #DFF4F8; }
.bb-flip-point:nth-child(3) .bb-flip-point__ico { background: #FFF0D6; }
.bb-flip-point__ico svg { width: 22px; height: 22px; color: var(--bb-choco); display: block; }
.bb-flip-point__ico img { width: 32px; height: 32px; object-fit: contain; display: block; }
.bb-flip-point b { font-family: var(--bb-display-2); font-weight: 700; font-size: 1.6rem; display: block; }
.bb-flip-point small { color: var(--bb-cocoa); font-size: 1.41rem; line-height: 1.45; display: block; }

.bb-flip-stage { text-align: center; }
/* container-type — чтобы гравировка масштабировалась от ширины САМОГО тега (cqw),
   как в кастомайзере (там тот же принцип через --bbc-ts и 100cqw/300) */
.bb-flip {
  width: min(430px, 82vw); aspect-ratio: var(--bb-flip-ratio, 1620 / 1107);
  margin: 0 auto; perspective: 1300px;
  container-type: inline-size;
  cursor: grab; touch-action: pan-y; user-select: none;
  animation: bb-flipfloat 6s ease-in-out infinite;
}
.bb-flip:active { cursor: grabbing; }
.bb-flip.is-dragging { animation-play-state: paused; }
@keyframes bb-flipfloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-12px) rotate(-1.2deg); }
}
.bb-flip__card {
  position: relative; width: 100%; height: 100%;
  transform-style: preserve-3d; will-change: transform;
}
.bb-flip__face {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  backface-visibility: hidden; -webkit-backface-visibility: hidden;
}
.bb-flip__face img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain;
  filter: drop-shadow(0 26px 30px rgba(44,71,112, .22));
  pointer-events: none;
}
/* гравировка: тот же рецепт, что на превью товара (.bbc-tag__text) — Cherry Bomb One,
   вес строго 400 (шрифт одновесовый, faux-bold ломает формы), цвет акриловых букв
   из стиля тега, тень «в тон» = цвет тега затемнённый. --bb-fs ставит JS (bb-fit),
   значение в cqw; 13 — дефолт до его запуска. */
.bb-flip__text {
  position: relative;
  font-family: var(--bb-display-3); font-weight: 400;
  font-size: calc(var(--bb-fs, 13) * 1cqw);
  letter-spacing: .02em; line-height: 1;
  color: var(--bb-flip-ink, #F9D45C);
  text-shadow: 0 1px 3px var(--bb-flip-shadow, rgba(44,71,112, .45)),
               0 0 1px var(--bb-flip-shadow, rgba(44,71,112, .3));
  transform: translateY(var(--bb-vshift, 0px));
  white-space: nowrap; pointer-events: none;
}
.bb-flip__text--two {
  display: flex; flex-direction: column; align-items: center;
  line-height: .94;
}
.bb-flip__face--back { transform: rotateY(180deg); }
.bb-flip-hint {
  margin: 22px 0 0; font-size: 1.44rem; color: var(--bb-cocoa); font-weight: 700;
  animation: bb-hintpulse 2.6s ease-in-out infinite;
}
@keyframes bb-hintpulse { 0%, 100% { opacity: .65; } 50% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .bb-flip { animation: none; }
  .bb-flip-hint { animation: none; opacity: .8; }
}

/* ---------- Flip-side: видео вместо флип-тега (2026-08-14) ---------- */
.bb-flipvid { min-width: 0; }
.bb-flipvid .bb-flipvid__media,
.bb-flipvid video {
  display: block; width: 100%; height: auto;
  border-radius: 26px;
  box-shadow: 0 18px 44px rgba(44,71,112, .14);
}
/* видео не залито → текст занимает всю секцию одной колонкой */
.bb-flip-grid--solo { grid-template-columns: 1fr; }
/* плейсхолдер виден только в редакторе темы (request.design_mode) */
.bb-flipvid--empty {
  display: flex; align-items: center; justify-content: center;
  min-height: 280px; border: 2px dashed rgba(44,71,112, .25); border-radius: 26px;
  color: var(--bb-cocoa); font-weight: 700; font-size: 1.5rem; text-align: center; padding: 20px;
}

/* ---------- FAQ accordion ---------- */
.bb-faq { background: #fff; }
.bb-faq__list { max-width: 760px; margin: 0 auto; display: grid; gap: 14px; }
.bb-faq__item {
  background: var(--bb-cream); border: 1.5px solid rgba(44,71,112, .08);
  border-radius: 20px; overflow: hidden;
  transition: box-shadow .25s;
}
.bb-faq__item[open] { box-shadow: 0 14px 30px rgba(44,71,112, .09); }
.bb-faq__item summary {
  cursor: pointer; padding: 19px 24px; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  font-family: var(--bb-display-2); font-weight: 700; font-size: 1.63rem;
}
.bb-faq__item summary::-webkit-details-marker { display: none; }
.bb-faq__item summary::after {
  content: "+"; flex: none;
  width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--bb-blush); color: var(--bb-hot);
  font-family: var(--bb-hand); font-weight: 800; font-size: 2rem;
  transition: rotate .3s, background .3s;
}
.bb-faq__item[open] summary::after { rotate: 45deg; background: var(--bb-sun); color: var(--bb-choco); }
.bb-faq__a { padding: 0 58px 20px 24px; color: var(--bb-cocoa); font-size: 1.55rem; line-height: 1.6; }


@media (max-width: 960px) {
  .bb-flip-grid { grid-template-columns: 1fr; gap: 40px; }
  .bb-flip-stage { order: -1; }
  .bb-flipvid { order: -1; } /* видео над текстом, как раньше тег */
}

/* ============================================================
   SHOP THE LOOKS v3 — 3-position carousel, rounded vibey tiles
   ============================================================ */
.bb-looks { background: #fff; position: relative; overflow: hidden; }
.bb-looks.bb-sec-pad { padding-top: 84px; }
.bb-looks__showcase { text-align: center; position: relative; }

/* --- carousel stage --- */
.bb-looks__stage {
  position: relative; margin: 0 auto;
  height: clamp(300px, 42vw, 400px);
  max-width: 940px;
}
.bb-look {
  position: absolute; left: 50%; top: 50%; margin: 0;
  width: min(330px, 60vw); aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  border-radius: 44px;
  transform: translate(-50%, -50%) scale(.35);
  opacity: 0; pointer-events: none;
  transition: transform .7s cubic-bezier(.3, 1.25, .45, 1), opacity .5s ease, box-shadow .5s;
  will-change: transform, opacity;
}
/* vibey pastel tiles, cycling */
.bb-look:nth-child(3n+1) { background: linear-gradient(150deg, #FFE9C9, #FFD9A6); }
.bb-look:nth-child(3n+2) { background: linear-gradient(150deg, #FBD9E1, #F6BECD); }
.bb-look:nth-child(3n)   { background: linear-gradient(150deg, #D3F0F6, #B0E4EE); }
/* soft inner ring for depth */
.bb-look::after {
  content: ""; position: absolute; inset: 10px; border-radius: 36px;
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .55);
  pointer-events: none;
}
.bb-look.bb-pos-active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1; z-index: 3; pointer-events: auto;
  box-shadow: 0 34px 64px rgba(44, 71, 112, .18);
}
.bb-look.bb-pos-prev,
.bb-look.bb-pos-next {
  opacity: .55; z-index: 2; pointer-events: auto; cursor: pointer;
  box-shadow: 0 18px 36px rgba(44, 71, 112, .10);
}
.bb-look.bb-pos-prev { transform: translate(-50%, -50%) translateX(-92%) scale(.58) rotate(-4deg); }
.bb-look.bb-pos-next { transform: translate(-50%, -50%) translateX(92%)  scale(.58) rotate(4deg); }
.bb-look.bb-pos-prev:hover, .bb-look.bb-pos-next:hover { opacity: .8; }
.bb-look { overflow: hidden; animation: bb-look-float 6s ease-in-out infinite; }
.bb-look img {
  width: 100%; height: 100%; object-fit: cover; border-radius: 44px;
  pointer-events: none; will-change: transform;
}
.bb-look svg.bb-collar {
  width: 84%; height: 84%; object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(44, 71, 112, .18));
  pointer-events: none;
}
@keyframes bb-look-float {
  0%, 100% { translate: 0 0; }
  50%      { translate: 0 -10px; }
}

/* --- floating charms & beads around the carousel --- */
.bb-looks__showcase .bb-prop { z-index: 1; }
.bb-prop.bb-lp1 { top: 2%;  left: 6%;   width: clamp(36px, 4vw, 56px);  --rot: -14deg; animation-delay: .3s; }
.bb-prop.bb-lp2 { top: 8%;  right: 6%;  width: clamp(28px, 3vw, 44px);  --rot: 12deg;  animation-delay: .5s; }
.bb-prop.bb-lp3 { top: 38%; left: 2%;   width: clamp(32px, 3.6vw, 50px); --rot: 18deg;  animation-delay: .7s; }
.bb-prop.bb-lp4 { top: 34%; right: 2.5%; width: clamp(26px, 2.8vw, 40px); --rot: -10deg; animation-delay: .9s; }
.bb-prop.bb-lp5 { top: 62%; left: 8%;   width: clamp(30px, 3.2vw, 46px); --rot: -20deg; animation-delay: 1.1s; }
.bb-prop.bb-lp6 { top: 58%; right: 7%;  width: clamp(38px, 4.4vw, 62px); --rot: 14deg;  animation-delay: 1.3s; }
.bb-prop.bb-lp7 { top: 20%; left: 13%;  width: clamp(22px, 2.4vw, 34px); --rot: 8deg;   animation-delay: 1.5s; }
.bb-prop.bb-lp8 { top: 78%; left: 3%;   width: clamp(26px, 2.9vw, 42px); --rot: -12deg; animation-delay: 1.7s; }
.bb-prop.bb-lp9 { top: 82%; right: 12%; width: clamp(22px, 2.5vw, 36px); --rot: 16deg;  animation-delay: 1.9s; }
/* spin celebration when the slide changes */
.bb-zing { animation: bb-zing .8s cubic-bezier(.3, 1.2, .5, 1) !important; }
.bb-prop.bb-lp2 .bb-zing, .bb-prop.bb-lp4 .bb-zing, .bb-prop.bb-lp5 .bb-zing { animation-direction: reverse !important; }
@keyframes bb-zing {
  0%   { transform: rotate(0) scale(1); }
  45%  { transform: rotate(210deg) scale(1.28); }
  100% { transform: rotate(360deg) scale(1); }
}

/* --- info --- */
.bb-looks__info { margin-top: 30px; position: relative; z-index: 4; }
.bb-looks__name {
  font-family: var(--bb-display); font-weight: 700;
  font-size: clamp(2rem, 4.6vw, 3rem); margin: 0; line-height: 1.1;
  color: var(--bb-choco);
}
.bb-looks__name.bb-swap { animation: bb-name-pop .45s cubic-bezier(.34, 1.56, .64, 1); }
@keyframes bb-name-pop {
  0% { opacity: 0; transform: translateY(10px) scale(.92); }
  100% { opacity: 1; transform: none; }
}
.bb-looks__meta { margin: 8px 0 20px; color: var(--bb-cocoa); font-weight: 700; }
.bb-looks__price { font-family: var(--bb-display-2); font-size: 2.08rem; color: var(--bb-ink); letter-spacing: .02em; }
.bb-looks__note { margin-left: 6px; font-size: 1.52rem; }

/* --- swatch thumbs --- */
.bb-looks__thumbs {
  display: flex; justify-content: center; align-items: center; gap: 14px;
  margin-top: 30px; flex-wrap: wrap; position: relative; z-index: 4;
}
.bb-looks__thumb {
  width: 56px; height: 56px; border-radius: 50%;
  border: 3px solid transparent; padding: 3px;
  background: none; cursor: pointer; overflow: hidden;
  transition: transform .25s cubic-bezier(.34, 1.56, .64, 1), border-color .25s;
}
.bb-looks__thumb > span {
  display: block; width: 100%; height: 100%; border-radius: 50%;
  overflow: hidden; box-shadow: inset 0 0 0 1.5px rgba(44, 71, 112, .12);
}
.bb-looks__thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.bb-looks__thumb:hover { transform: translateY(-4px) scale(1.08); }
.bb-looks__thumb.bb-on { border-color: var(--bb-hot); transform: scale(1.12); }
.bb-looks__thumb:focus-visible { outline: 3px solid var(--bb-teal-deep); outline-offset: 2px; }

@media (max-width: 960px) {
  .bb-prop.bb-lp3, .bb-prop.bb-lp4, .bb-prop.bb-lp7, .bb-prop.bb-lp8, .bb-prop.bb-lp9 { display: none; }
}
@media (max-width: 620px) {
  .bb-looks__thumb { width: 46px; height: 46px; }
  .bb-look.bb-pos-prev { transform: translate(-50%, -50%) translateX(-78%) scale(.45) rotate(-4deg); }
  .bb-look.bb-pos-next { transform: translate(-50%, -50%) translateX(78%)  scale(.45) rotate(4deg); }
  .bb-prop.bb-lp5 { display: none; }
  .bb-prop.bb-lp1 { top: -2%; left: 3%; }
  .bb-prop.bb-lp2 { top: 0; right: 3%; }
  .bb-prop.bb-lp6 { top: 64%; right: 3%; }
}

}

/* ============================================================
   ВИТРИНА КОЛЛЕКЦИЙ (/collections) — два широких баннера
   ============================================================ */
.bb-cols { background: #fff; }

/* Цельная фото-карточка на всю строку (в стиле .bb-pcard): картинка занимает весь
   баннер, текст лежит поверх на мягком боковом фейде. Второй баннер зеркален. */
.bb-col {
  position: relative;
  display: block;
  background: var(--bb-cream);
  border-radius: 34px;
  overflow: hidden;
  margin-bottom: 26px;
  box-shadow: 0 22px 50px -28px rgba(44, 71, 112, .45);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s;
}
.bb-col:last-child { margin-bottom: 0; }
.bb-col:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -28px rgba(44, 71, 112, .5); }

.bb-col__art {
  position: absolute; inset: 0;
  overflow: hidden;
}

.bb-col__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}
.bb-col:hover .bb-col__img { transform: scale(1.03); }

/* слайды фона (фото стилей товара / товаров коллекции), кроссфейд как у .bb-pcard */
.bb-col__slide {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .7s ease;
}
.bb-col__slide.is-on { opacity: 1; }

.bb-col__dots { display: flex; gap: 5px; margin-bottom: 10px; }
.bb-col__dot {
  width: 6px; height: 6px; border-radius: 999px;
  background: rgba(44, 71, 112, .22);
  transition: width .3s, background .3s;
}
.bb-col__dot.is-on { width: 16px; background: var(--bb-grad-cta); }

/* ---- заглушки, пока нет съёмки ---- */
.bb-col__ph { position: absolute; inset: 0; }
.bb-col__ph--1 { background: linear-gradient(150deg, #FFE6EE 0%, #FFF3F6 55%, #FFF9F4 100%); }
.bb-col__ph--2 { background: linear-gradient(150deg, #FFF0D8 0%, #FDF6EA 50%, #EAF7FA 100%); }

.bb-col__dog {
  /* cover: кадр должен показывать морду И ошейник — он же товар. Собака смещена
     к правому краю (текст слева), object-position вверх — не срезать ошейник. */
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 72% 20%;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}
.bb-col:hover .bb-col__dog { transform: scale(1.03); }

/* чармы россыпью на половине без текста (у --b текст справа → россыпь слева) */
.bb-col__chip {
  position: absolute;
  width: clamp(64px, 9vw, 104px);
  height: auto;
  filter: drop-shadow(0 10px 16px rgba(44, 71, 112, .22));
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}
.bb-col__chip--1 { top: 14%; left: 5%;  rotate: -8deg; }
.bb-col__chip--2 { top: 6%;  left: 27%; rotate: 6deg;  width: clamp(56px, 7.5vw, 88px); }
.bb-col__chip--3 { top: 54%; left: 30%; rotate: -4deg; }
.bb-col__chip--4 { top: 54%; left: 10%; rotate: 10deg; }
.bb-col__chip--5 { top: 16%; left: 34%; rotate: -6deg; width: clamp(56px, 7.5vw, 88px); }
.bb-col__chip--6 { top: 30%; left: 19%; rotate: 4deg;  width: clamp(52px, 7vw, 78px); }
.bb-col:hover .bb-col__chip--1 { transform: translateY(-8px) rotate(-3deg); }
.bb-col:hover .bb-col__chip--3 { transform: translateY(-6px) rotate(1deg); }
.bb-col:hover .bb-col__chip--5 { transform: translateY(-9px) rotate(-1deg); }

/* ---- текст поверх фото: узкая полоса снизу, как у .bb-pcard ----
   Высоту баннера задаёт aspect-ratio, фейд лежит ТОЛЬКО под текстовой полосой. */
.bb-col { aspect-ratio: 5 / 2; }
/* статичная обложка Original: теги с именами у нижнего края кадра — кроп смещён вниз */
.bb-col--a .bb-col__img { object-position: center 80%; }
.bb-col__body {
  position: absolute; inset: auto 0 0 0; z-index: 1;
  box-sizing: border-box;
  display: flex; align-items: flex-end; gap: 16px;
  padding: 46px 26px 20px;
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, .5) 46%,
    rgba(255, 255, 255, .85) 100%);
}
.bb-col__info { flex: 1; min-width: 0; }
.bb-col__cta { flex-shrink: 0; }

.bb-col__eyebrow {
  display: block;
  font-family: var(--bb-display-2); font-weight: 800;
  font-size: 1.25rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--bb-ink);
  margin-bottom: 6px;
  text-shadow: 0 1px 8px rgba(255, 255, 255, .9), 0 0 2px rgba(255, 255, 255, .8);
}

.bb-col__title {
  font-family: var(--bb-display); font-weight: 800;
  font-size: clamp(2.4rem, 3.6vw, 3.6rem); line-height: 1.05;
  color: var(--bb-choco);
  margin: 0;
  text-shadow: 0 1px 10px rgba(255, 255, 255, .9), 0 0 2px rgba(255, 255, 255, .8);
}

/* text/meta по умолчанию пустые (минимализм, решение Ильи) — стили на случай,
   если вернут через редактор темы */
.bb-col__text {
  color: var(--bb-cocoa);
  font-size: 1.63rem; line-height: 1.6;
  margin: 8px 0 0; max-width: 46ch;
  text-shadow: 0 1px 8px rgba(255, 255, 255, .85);
}

.bb-col__meta {
  font-family: var(--bb-display-2); font-weight: 800;
  font-size: 1.34rem; letter-spacing: .04em;
  color: var(--bb-choco); opacity: .72;
  margin: 8px 0 0;
  text-shadow: 0 1px 8px rgba(255, 255, 255, .85);
}

@media screen and (max-width: 860px) {
  .bb-col { border-radius: 26px; aspect-ratio: 16 / 9; }
  .bb-col__body { padding: 40px 18px 16px; }
  .bb-col__dog { object-position: 60% 12%; }
  .bb-col__title { font-size: 2.3rem; }
  .bb-col__dots { margin-bottom: 8px; }
  .bb-col__chip { width: clamp(48px, 13vw, 76px); }
  .bb-col__chip--1 { top: 6%;  left: 6%; }
  .bb-col__chip--2 { top: 4%;  left: 40%; }
  .bb-col__chip--3 { top: 18%; left: 72%; }
  .bb-col__chip--4 { top: 20%; left: 12%; }
  .bb-col__chip--5 { top: 30%; left: 52%; }
  .bb-col__chip--6 { top: 12%; left: 24%; }
}

@media screen and (max-width: 600px) {
  /* телефон: минимум — название стиля + кнопка */
  .bb-col { aspect-ratio: 4 / 3; }
  .bb-col__text { display: none; }
  .bb-col__body { flex-wrap: wrap; align-items: center; gap: 10px; padding: 36px 14px 14px; }
  .bb-col__cta { padding: 11px 22px; font-size: 1.44rem; }
}

/* ============ SAFETY PAGE (Safe & Sparkly) ============ */
.bb-safety { padding: 34px 0 84px; background: #fff; }
.bb-safety__head { margin-bottom: 22px; }
.bb-safety__intro { max-width: 690px; margin: 0 auto 42px; text-align: center; }
.bb-safety__intro p { font-size: 1.7rem; line-height: 1.65; color: var(--bb-cocoa); margin: 0; }
.bb-safety__photo { max-width: 920px; margin: 0 auto 46px; border-radius: 26px; overflow: hidden; box-shadow: 0 18px 40px rgba(44,71,112,.14); }
.bb-safety__img { width: 100%; height: auto; display: block; }
.bb-safety__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 840px; margin: 0 auto 60px; }
.bb-safety__card { background: var(--bb-cream); border-radius: 22px; padding: 26px 24px 24px; box-shadow: 0 10px 24px rgba(44,71,112,.07); }
.bb-safety__card h3 { font-family: var(--bb-display); font-weight: 800; font-size: 1.8rem; color: var(--bb-choco); margin: 14px 0 8px; }
.bb-safety__card p { font-size: 1.5rem; line-height: 1.6; color: var(--bb-cocoa); margin: 0; }
.bb-safety__ico { width: 46px; height: 46px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--bb-choco); }
.bb-safety__ico svg { width: 22px; height: 22px; }
.bb-safety__ico--blush { background: #FBE3E8; }
.bb-safety__ico--teal { background: #DFF4F8; }
.bb-safety__ico--mint { background: #E7F3E2; }
.bb-safety__ico--sun { background: #FFF0D6; }
.bb-safety__subtitle { text-align: center; font-family: var(--bb-display); font-weight: 800; font-size: 2.2rem; color: var(--bb-choco); text-transform: uppercase; letter-spacing: .01em; margin: 0 0 24px; }
.bb-safety__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1000px; margin: 0 auto 60px; }
.bb-safety__step { background: #fff; border-radius: 22px; padding: 24px; box-shadow: 0 10px 24px rgba(44,71,112,.09); text-align: left; }
.bb-safety__step p { font-size: 1.5rem; line-height: 1.6; color: var(--bb-cocoa); margin: 12px 0 0; }
.bb-safety__step strong { color: var(--bb-choco); }
.bb-safety__num { width: 3.4rem; height: 3.4rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background-image: var(--bb-grad-cta); color: #fff; font-family: var(--bb-display); font-weight: 800; font-size: 1.7rem; box-shadow: inset 0 -0.35rem 0.7rem rgba(44,71,112,.3), inset 0 0.25rem 0.5rem rgba(255,255,255,.45), 0 6px 14px rgba(212,38,125,.3); }
.bb-safety__chips { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; padding: 0; max-width: 820px; margin: 0 auto 60px; }
.bb-safety__chips li { background: #fff; border: 2px solid #FBD3DE; border-radius: 999px; padding: 10px 20px; font-family: var(--bb-display); font-weight: 700; font-size: 1.4rem; color: var(--bb-choco); }
.bb-safety__note { max-width: 690px; margin: 0 auto; text-align: center; }
.bb-safety__note p { font-size: 1.5rem; line-height: 1.65; color: var(--bb-cocoa); margin: 0 0 10px; }
.bb-safety__sign { font-family: var(--bb-display); font-weight: 800; font-size: 1.6rem; color: var(--bb-ink); }
.bb-safety__links { font-size: 1.3rem; margin-top: 16px; }
.bb-safety__links a { color: var(--bb-ink); text-underline-offset: 2px; }
@media (max-width: 989px) {
  .bb-safety__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 749px) {
  .bb-safety { padding: 20px 0 60px; }
  .bb-safety__grid, .bb-safety__steps { grid-template-columns: 1fr; gap: 14px; margin-bottom: 44px; }
  .bb-safety__intro p { font-size: 1.6rem; }
}

/* ============================================================
   COLLECTION PRODUCT CARDS (.bb-pcard)
   Full-bleed photo card: the image IS the card, white scrim
   fades in under the text, crossfade slideshow of product
   images, bead-dots, price + CTA pill. Sizes in 10px logic.
   ============================================================ */
.bb-pcard {
  position: relative; display: block; overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: var(--bb-r-card);
  background: #fff;
  box-shadow: 0 6px 18px rgba(44, 71, 112, .08);
  transition: transform .3s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s;
  text-decoration: none;
}
.bb-pcard:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(44, 71, 112, .14); }
.bb-pcard__media { position: absolute; inset: 0; }
.bb-pcard__img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transition: opacity .6s ease;
}
.bb-pcard__img.is-on { opacity: 1; }
.bb-pcard__ph { position: absolute; inset: 0; background: var(--bb-cream); }
.bb-pcard__ph svg { width: 100%; height: 100%; }
.bb-pcard__soldout {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: #fff; color: var(--bb-choco);
  font-family: var(--bb-display-2); font-weight: 800; font-size: 1.2rem;
  padding: 4px 12px; border-radius: 999px;
  box-shadow: 0 4px 10px rgba(44, 71, 112, .12);
}
.bb-pcard__body {
  position: absolute; inset: auto 0 0 0; z-index: 1;
  padding: 20px 16px 14px;
  /* вуаль ТОЛЬКО под текстом (короткий заход 20px сверху), читаемость — text-shadow */
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, .45) 34%,
    rgba(255, 255, 255, .8) 100%);
}
.bb-pcard__dots { display: flex; gap: 5px; margin-bottom: 8px; }
.bb-pcard__dot {
  width: 6px; height: 6px; border-radius: 999px;
  background: rgba(44, 71, 112, .22);
  transition: width .3s, background .3s;
}
.bb-pcard__dot.is-on { width: 16px; background: var(--bb-grad-cta); }
.bb-pcard__title {
  margin: 0; font-family: var(--bb-display-2); font-weight: 800;
  font-size: 1.7rem; line-height: 1.15; color: var(--bb-choco);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  /* белое гало вместо плотной вуали — текст читается, фото не загорожено */
  text-shadow: 0 1px 8px rgba(255, 255, 255, .9), 0 0 2px rgba(255, 255, 255, .8);
}
.bb-pcard__row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 8px; margin-top: 6px;
}
.bb-pcard__price {
  font-family: var(--bb-display-2); font-weight: 800;
  font-size: 1.6rem; color: var(--bb-ink); white-space: nowrap;
  text-shadow: 0 1px 8px rgba(255, 255, 255, .9), 0 0 2px rgba(255, 255, 255, .8);
}
.bb-pcard__btn {
  font-family: var(--bb-display-2); font-weight: 800; font-size: 1.25rem;
  color: #fff; white-space: nowrap;
  background-image: var(--bb-grad-cta);
  background-size: 220% 220%; background-position: 0% 50%;
  padding: 7px 16px; border-radius: 999px;
  box-shadow: 0 4px 0 rgba(176, 30, 107, .25);
  transition: background-position .55s ease, transform .22s cubic-bezier(.34, 1.56, .64, 1);
}
.bb-pcard:hover .bb-pcard__btn { background-position: 100% 50%; transform: translateY(-1px); }
@media (prefers-reduced-motion: reduce) {
  .bb-pcard, .bb-pcard__img, .bb-pcard__btn { transition: none; }
}
@media (max-width: 749px) {
  .bb-pcard__body { padding: 16px 12px 12px; }
  .bb-pcard__title { font-size: 1.45rem; }
  .bb-pcard__price { font-size: 1.4rem; }
  .bb-pcard__btn { font-size: 1.15rem; padding: 6px 12px; }
}

/* ============================================================
   FAMILY — «кто мы» на главной (по референсу Springland)
   Цветная панель-карточка на белой секции: слева история, справа
   фотобудка-стрип с рукописными подписями-стрелками.
   Фон панели задаётся в редакторе (navy / blush / teal); цвета
   текста переключаются через --fam-* внутри модификатора.
   ============================================================ */
.bb-fam { background: #fff; }
.bb-fam__panel {
  /* Дефолт — фирменная ягодная фуксия, НЕ синий: синее полотно было у референса,
     копировать его цвет не хотим. Белый на самом светлом стопе (#D4267D) = 4.6:1. */
  --fam-fg: #fff;
  --fam-fg-2: rgba(255, 255, 255, .88);
  --fam-kick: #FFF0C2;              /* бледное сливочно-жёлтое: акцент и 4.8:1 на фуксии */
  --fam-frame: var(--bb-cream);
  --fam-shadow: rgba(120, 15, 70, .32);
  position: relative;
  box-sizing: border-box;
  border-radius: 44px;
  padding: clamp(34px, 4.4vw, 68px);
  background-color: #C2226F;
  /* бусинная сетка поверх градиента — тот же приём, что на других цветных блоках */
  background-image:
    radial-gradient(rgba(255, 255, 255, .09) 1.6px, transparent 1.7px),
    linear-gradient(150deg, #D4267D 0%, #B01E6B 100%);
  background-size: 26px 26px, cover;
}
.bb-fam__panel--navy {
  --fam-fg: #fff;
  --fam-fg-2: rgba(255, 255, 255, .84);
  --fam-kick: var(--bb-sun);
  --fam-frame: var(--bb-cream);
  --fam-shadow: rgba(16, 27, 48, .3);
  background-color: var(--bb-choco);
  background-image: radial-gradient(rgba(255, 255, 255, .075) 1.6px, transparent 1.7px);
  background-size: 26px 26px;
}
.bb-fam__panel--blush {
  --fam-fg: var(--bb-choco);
  --fam-fg-2: var(--bb-cocoa);
  --fam-kick: var(--bb-ink);
  --fam-frame: #fff;
  --fam-shadow: rgba(44, 71, 112, .18);
  background-color: #FBE3E8;
  background-image: radial-gradient(rgba(44, 71, 112, .07) 1.6px, transparent 1.7px);
  background-size: 26px 26px;
}
.bb-fam__panel--teal {
  --fam-fg: var(--bb-choco);
  --fam-fg-2: #3C5A7A;
  --fam-kick: var(--bb-ink);
  --fam-frame: #fff;
  --fam-shadow: rgba(44, 71, 112, .18);
  background-color: #DFF4F8;
  background-image: radial-gradient(rgba(44, 71, 112, .07) 1.6px, transparent 1.7px);
  background-size: 26px 26px;
}
.bb-fam__grid {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: clamp(28px, 3.6vw, 56px);
  align-items: center;
}
.bb-fam__kick {
  display: block; font-family: var(--bb-display-2); font-weight: 800;
  font-size: 1.28rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--fam-kick);
}
/* Заголовок — тот же рецепт, что H1 в hero: Baloo 2 800 обычным кейсом.
   Cherry Bomb капсом здесь был перебор (и Cherry Bomb вообще только для коротких
   заголовков секций). Бусины-«глазки» тоже сняты — в hero их нет. */
.bb-fam__title {
  font-family: var(--bb-display);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.005em;
  font-size: clamp(3rem, 4.2vw, 5rem);
  color: var(--fam-fg);
  margin: 14px 0 0;
}

.bb-fam__text { margin-top: 14px; max-width: 46ch; }
.bb-fam__text p {
  margin: 0 0 14px;
  color: var(--fam-fg-2);
  font-size: 1.7rem;
  line-height: 1.62;
  font-weight: 600;
}
.bb-fam__text p:last-child { margin-bottom: 0; }

.bb-fam__badges {
  display: flex; flex-wrap: wrap; gap: 14px 26px;
  margin-top: 28px;
}
.bb-fam__badge {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  width: 108px; text-align: center;
}
.bb-fam__ico {
  display: grid; place-items: center;
  width: 44px; height: 44px; border-radius: 50%;
  font-size: 2rem; line-height: 1;
  background: var(--bb-cream);
  box-shadow: 0 4px 0 rgba(16, 27, 48, .16);
}
.bb-fam__badge:nth-child(2) .bb-fam__ico { background: #DFF4F8; }
.bb-fam__badge:nth-child(3) .bb-fam__ico { background: #FFF0D6; }
.bb-fam__badge:nth-child(4) .bb-fam__ico { background: #E7F3E2; }
.bb-fam__lbl {
  font-family: var(--bb-display-2); font-weight: 800;
  font-size: 1.22rem; letter-spacing: .08em; text-transform: uppercase;
  line-height: 1.28; color: var(--fam-fg);
}
.bb-fam__sign {
  margin: 24px 0 0;
  font-family: var(--bb-display-2); font-weight: 700;
  font-size: 1.5rem; color: var(--fam-fg-2);
}

/* --- фотобудка ---
   Слева от стрипа резервируется колонка под подпись-стрелку (как «Rishi ♡» у
   референса), снизу — строка под вторую. Стрип прижат вправо, поэтому подписи
   никогда не наезжают на фото. */
.bb-fam__stripwrap { position: relative; padding: 0 0 40px 124px; box-sizing: border-box; }
.bb-fam__strip {
  box-sizing: border-box;
  max-width: 380px; margin: 0 0 0 auto;
  background: var(--fam-frame);
  border-radius: 24px;
  padding: 13px;
  box-shadow: 0 22px 46px var(--fam-shadow);
  rotate: -1.8deg;
  transition: rotate .5s cubic-bezier(.34, 1.56, .64, 1);
}
.bb-fam__stripwrap:hover .bb-fam__strip { rotate: 0deg; }
.bb-fam__frames { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.bb-fam__strip[data-count="1"] .bb-fam__frames { grid-template-columns: 1fr; }
.bb-fam__frame {
  margin: 0; overflow: hidden; border-radius: 13px;
  aspect-ratio: 4 / 5;
  background: rgba(44, 71, 112, .1);
  display: grid; place-items: center;
}
.bb-fam__frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bb-fam__strip--bw img { filter: grayscale(1) contrast(1.04); }
.bb-fam__ph { font-size: 3rem; opacity: .45; }

/* рукописные подписи со стрелками — как «Rishi ♡» у референса */
.bb-fam__note {
  position: absolute;
  display: flex;
  color: var(--fam-fg);
  font-family: var(--bb-display-2); font-weight: 700;
  font-size: 1.45rem; line-height: 1.22;
}
.bb-fam__notetx { display: block; max-width: 15ch; }
/* Обе стрелки должны ДОТЯГИВАТЬСЯ до кадра (8–14px до рамки) — иначе на десктопе
   висят в пустоте и непонятно, на что показывают. A целится в левый край верхнего
   левого кадра, B — снизу вверх в нижний правый. */
.bb-fam__note--a {
  top: 7%; left: 0; width: 118px;
  flex-direction: column; align-items: flex-end; text-align: right;
}
.bb-fam__note--b {
  bottom: 0; right: 40px;
  flex-direction: row-reverse;   /* текст слева, стрелка справа — смотрит вверх в кадр */
  align-items: flex-end; gap: 6px;
}
.bb-fam__arrow { flex: none; }
.bb-fam__arrow--a { width: 72px; height: 38px; margin: 4px -14px 0 0; }
.bb-fam__arrow--b { width: 64px; height: 34px; margin: 0 0 0 0; }

@media (prefers-reduced-motion: reduce) {
  .bb-fam__strip { transition: none; }
}
@media (max-width: 860px) {
  .bb-fam__grid { grid-template-columns: 1fr; gap: 34px; }
  .bb-fam__panel { border-radius: 32px; }
  .bb-fam__text { max-width: none; }
  .bb-fam__badges { justify-content: flex-start; gap: 14px 20px; }
}
@media (max-width: 620px) {
  /* мобилка: секция-история легко разрастается в простыню — ужимаем ритм */
  .bb-fam__panel { padding: 28px 20px 32px; border-radius: 26px; }
  .bb-fam__kick { font-size: 1.15rem; letter-spacing: .16em; }
  .bb-fam__title { font-size: clamp(2.9rem, 8vw, 3.6rem); margin-top: 10px; }
  .bb-fam__text { margin-top: 10px; }
  .bb-fam__text p { font-size: 1.55rem; line-height: 1.55; margin-bottom: 12px; }
  .bb-fam__badges { gap: 12px 8px; margin-top: 22px; justify-content: space-between; }
  .bb-fam__ico { width: 38px; height: 38px; font-size: 1.7rem; }
  .bb-fam__lbl { font-size: 1.05rem; letter-spacing: .06em; }
  .bb-fam__sign { margin-top: 18px; font-size: 1.35rem; }
  /* места по бокам не остаётся — подписи становятся обычными строками под стрипом */
  .bb-fam__stripwrap { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 0; }
  .bb-fam__strip { max-width: min(84vw, 300px); rotate: -1.2deg; }
  .bb-fam__note { position: static; font-size: 1.32rem; opacity: .9; }
  .bb-fam__note--a { align-items: center; text-align: center; margin-top: 14px; }
  .bb-fam__note--b { align-items: center; flex-direction: row; }
  .bb-fam__notetx { max-width: none; }
  .bb-fam__arrow { display: none; }
  .bb-fam__badge { width: 31%; }
}

/* ============================================================
   Хоумпейдж-редизайн по GPT-концептам (2026-08-14, выбор Ильи)
   ============================================================ */

/* ---------- «3 easy steps» — одна сплошная карточка (bb-s3) ---------- */
.bb-s3 { position: relative; background: #fff; overflow: hidden; }
.bb-s3__card {
  position: relative; z-index: 1;
  background: #fff; border: 1.5px solid rgba(44,71,112,.08); border-radius: 28px;
  box-shadow: 0 18px 44px rgba(44,71,112,.10);
  padding: 26px 28px 30px; max-width: 860px; margin: 0 auto; text-align: center;
}
.bb-s3__title {
  margin: 0 0 18px; font-family: var(--bb-display-2); font-weight: 800;
  font-size: clamp(2.2rem, 3vw, 2.8rem); color: var(--bb-ink);
}
.bb-s3__row { display: flex; align-items: flex-start; justify-content: center; gap: clamp(6px, 2.2vw, 24px); }
.bb-s3__step { position: relative; flex: 0 1 190px; min-width: 0; }
.bb-s3__num {
  position: absolute; top: -4px; left: 0; z-index: 2;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--bb-grad-cta); color: #fff;
  font-family: var(--bb-display-2); font-weight: 800; font-size: 1.35rem;
  display: grid; place-items: center; box-shadow: 0 3px 8px rgba(212,38,125,.35);
}
/* тег = фото реального тега; текст поверх — рецепт превью кастомайзера
   (container-запросы: размер букв следует за шириной тега) */
.bb-s3__tag { position: relative; width: 100%; container-type: inline-size; }
.bb-s3__tag > img:first-child { width: 100%; height: auto; display: block; filter: drop-shadow(0 10px 18px rgba(44,71,112,.16)); }
.bb-s3__text {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  font-family: var(--bb-display-3); letter-spacing: .02em; white-space: nowrap;
  pointer-events: none; line-height: 1;
}
/* белый тег + шоколадные буквы — ровно как превью конструктора (ink Puppuccino) */
.bb-s3__text--name { font-size: 24cqw; color: #6E5045; text-shadow: 0 1px 3px rgba(120,110,100,.5), 0 0 1px rgba(120,110,100,.3); }
.bb-s3__text--phone {
  font-size: 13.5cqw; color: #6E5045;
  text-shadow: 0 1px 3px rgba(120,110,100,.5), 0 0 1px rgba(120,110,100,.3);
  display: flex; flex-direction: column; align-items: center; line-height: .94;
}
/* обе строки телефона ОДНОГО размера — как в конструкторе (правка Ильи 2026-07-22) */
.bb-s3__phone-area { font-size: 1em; }
.bb-s3__cord { display: block; width: 100%; height: auto; filter: drop-shadow(0 10px 18px rgba(44,71,112,.14)); }
/* фрагмент шнура (900×432) ниже тегов — компенсация, чтобы подписи стояли в линию */
.bb-s3__step:last-child .bb-s3__tag { padding: 10% 0; }
.bb-s3__arrow { align-self: center; color: var(--bb-hot); flex: 0 0 auto; margin-top: 8px; }
.bb-s3__arrow svg { width: clamp(20px, 3.4vw, 32px); height: auto; display: block; }
.bb-s3__label { margin: 10px 0 0; font-family: var(--bb-display-2); font-weight: 700; font-size: 1.5rem; color: var(--bb-choco); }

/* летающие РЕАЛЬНЫЕ бусины вокруг карточки */
.bb-s3__bead { position: absolute; z-index: 0; pointer-events: none; animation: bb-s3float 7s ease-in-out infinite alternate; }
.bb-s3__bead img { width: 100%; height: auto; display: block; }
.bb-s3__bead--1 { top: 10%; left: 3%; width: 54px; }
.bb-s3__bead--2 { top: 14%; right: 4%; width: 44px; animation-delay: -2.2s; }
.bb-s3__bead--3 { bottom: 14%; left: 6%; width: 40px; animation-delay: -4s; }
.bb-s3__bead--4 { bottom: 16%; right: 3%; width: 56px; animation-delay: -1.4s; }
.bb-s3__bead--5 { top: 52%; left: 1.2%; width: 34px; animation-delay: -3s; }
.bb-s3__bead--6 { top: 58%; right: 1.2%; width: 38px; animation-delay: -5.2s; }
@keyframes bb-s3float {
  from { transform: translateY(-6px) rotate(-5deg); }
  to   { transform: translateY(8px) rotate(6deg); }
}
@media (max-width: 749px) {
  .bb-s3__card { padding: 20px 14px 24px; border-radius: 22px; }
  .bb-s3__title { margin-bottom: 14px; }
  /* вертикальный стек: тег крупный — имя и телефон читаются */
  .bb-s3__row { flex-direction: column; align-items: center; gap: 12px; }
  .bb-s3__step { flex: none; width: min(64vw, 250px); }
  .bb-s3__num { top: 0; left: 6px; }
  .bb-s3__arrow { margin: 0; transform: rotate(90deg); }
  .bb-s3__arrow svg { width: 24px; }
  .bb-s3__label { font-size: 1.5rem; margin-top: 6px; }
  /* бусины — все шесть, крупные, вдоль краёв вытянутой карточки */
  .bb-s3__bead--1 { top: 6%; left: 2%; width: 46px; }
  .bb-s3__bead--2 { top: 4%; right: 3%; width: 40px; }
  .bb-s3__bead--3 { bottom: 8%; left: 3%; width: 38px; }
  .bb-s3__bead--4 { bottom: 5%; right: 2%; width: 48px; }
  .bb-s3__bead--5 { display: block; top: 38%; left: 1%; width: 34px; }
  .bb-s3__bead--6 { display: block; top: 62%; right: 1%; width: 38px; }
}
@media (prefers-reduced-motion: reduce) { .bb-s3__bead { animation: none; } }

/* ---------- Грид стилей «Pick their perfect vibe» (bb-sg) ---------- */
.bb-sg { background: #fff; }
/* десктоп: обычный грид (все карточки видны целиком — откат Ильи 2026-08-14);
   мобилка ниже переключает на свайп-рейл */
.bb-sg__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bb-sg__grid::-webkit-scrollbar { display: none; }
.bb-sg__card {
  display: block; background: #fff;
  border: 1.5px solid rgba(44,71,112,.08); border-radius: 20px;
  padding: 10px 10px 14px; text-align: center; text-decoration: none;
  box-shadow: 0 10px 26px rgba(44,71,112,.07);
  transition: transform .2s ease, box-shadow .2s ease;
}
.bb-sg__card:hover { transform: translateY(-4px) rotate(-.4deg); box-shadow: 0 16px 34px rgba(44,71,112,.13); }
.bb-sg__pic { display: block; border-radius: 14px; overflow: hidden; aspect-ratio: 1 / 1; background: #fff; }
.bb-sg__pic img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bb-sg__ph { display: block; width: 100%; height: 100%; background: var(--bb-cream); }
.bb-sg__pill {
  display: inline-block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  margin-top: 10px; padding: 7px 16px; border-radius: 999px;
  background: var(--bb-sg-pill, var(--bb-cream)); color: var(--bb-sg-ink, var(--bb-choco));
  font-family: var(--bb-display-2); font-weight: 800; font-size: 1.35rem;
  letter-spacing: .06em; text-transform: uppercase;
}
.bb-sg__ctawrap { text-align: center; margin-top: 26px; }
@media (max-width: 749px) {
  .bb-sg__grid {
    display: flex; gap: 14px;
    overflow-x: auto; scroll-snap-type: x mandatory;
    margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
    padding: 4px 24px 14px; scroll-padding: 0 24px;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
  }
  /* карточка БОЛЬШАЯ (~3/4 экрана), край следующей виден — понятно, что свайпается */
  .bb-sg__card { flex: 0 0 74vw; border-radius: 18px; scroll-snap-align: start; }
  .bb-sg__pill { font-size: 1.3rem; }
}

/* ---------- Hero v11 «photo»: full-bleed фото с текстом поверх ---------- */
.bb-heroP { position: relative; overflow: hidden; background: var(--bb-hero-bg, #5E8A44); min-height: clamp(520px, 72vh, 720px); display: flex; align-items: center; }
.bb-heroP__media { position: absolute; inset: 0; display: flex; justify-content: flex-end; }
.bb-heroP__img {
  height: 100%; width: auto; max-width: none; object-fit: cover;
  object-position: var(--bb-hpx, 50%) var(--bb-hpy, 45%);
  /* левый край фото тает в фоновый цвет — «бесшовное» полотно под текст */
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 30%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 30%);
}
.bb-heroP__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,0) 45%); }
.bb-heroP__inner { position: relative; z-index: 1; width: 100%; }
.bb-heroP__copy { max-width: 440px; padding: 64px 0; }
.bb-heroP__kick {
  display: inline-block; font-family: var(--bb-display-2); font-weight: 800;
  font-size: 1.3rem; letter-spacing: .2em; text-transform: uppercase; color: #FF9CC0;
}
.bb-heroP__title {
  margin: 10px 0 14px; font-family: var(--bb-display-2); font-weight: 800;
  font-size: clamp(3.4rem, 5vw, 5.4rem); line-height: 1.06; color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.28);
}
.bb-heroP__sub { margin: 0 0 24px; max-width: 40ch; font-size: 1.7rem; line-height: 1.55; color: rgba(255,255,255,.94); text-shadow: 0 1px 8px rgba(0,0,0,.3); }
.bb-heroP__cta { font-size: 1.7rem; padding: 15px 36px; }
@media (max-width: 749px) {
  /* мобилка: фото КВАДРАТОМ сверху (тег виден целиком, ничего не перекрыто),
     текст под ним на белом — оверлей на узком экране неизбежно ложился на тег */
  .bb-heroP { display: block; min-height: 0; background: #fff; }
  .bb-heroP__media { position: relative; inset: auto; aspect-ratio: 1 / 1; }
  .bb-heroP__img { object-position: var(--bb-hpx-m, 50%) var(--bb-hpy-m, 35%); }
  .bb-heroP__veil { display: none; }
  .bb-heroP__copy { max-width: none; padding: 18px 0 28px; }
  .bb-heroP__kick { color: var(--bb-ink); }
  .bb-heroP__title { color: var(--bb-choco); text-shadow: none; font-size: clamp(2.7rem, 7.2vw, 3.4rem); }
  .bb-heroP__sub { color: var(--bb-cocoa); text-shadow: none; font-size: 1.5rem; max-width: 40ch; }
}

/* длинный заголовок грида стилей на мобилке — компактнее, с гарантированным переносом */
@media (max-width: 749px) {
  .bb-sg .bb-sec-head .bb-title { font-size: clamp(1.9rem, 6vw, 2.6rem); overflow-wrap: break-word; }
}

/* ---------- hero classic: фоновая картинка из редактора (2026-08-14) ---------- */
.bb-hero { position: relative; }
.bb-hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.bb-hero__bgimg { width: 100%; height: 100%; object-fit: cover; display: block; }
.bb-hero__bgveil { position: absolute; inset: 0; background: #fff; }
.bb-hero__inner { position: relative; z-index: 1; }

/* ---------- Hero v15 (bb-heroF) ----------
   Десктоп: высота секции = ПРОПОРЦИЯ загруженного фото (width 100%, height
   auto) — картинка НИКОГДА не обрезается, на любой ширине экрана; HTML-оверлей
   absolute поверх, слева, с белым градиентом. Мобилка: фото целиком, блок под ним. */
.bb-heroF { position: relative; background: #fff; }
.bb-heroF__pic { position: relative; line-height: 0; }
.bb-heroF__img { width: 100%; height: auto; display: block; }
.bb-heroF__img--m { display: none; }
/* плавный белый градиент под текстом: белый слева тает вправо к фото */
.bb-heroF__pic::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.9) 26%, rgba(255,255,255,0) 58%);
}
/* оверлей: растянут по секции, контент центрован по вертикали, колонка слева */
.bb-heroF__below {
  position: absolute; top: 0; bottom: 0; left: 0; right: 0;
  z-index: 1; display: flex; align-items: center;
}
.bb-heroF__copywrap { max-width: 460px; text-align: left; }
.bb-heroF .bb-charmrow { justify-content: flex-start; }
.bb-heroF__title {
  margin: 12px 0 20px; max-width: 16ch;
  font-family: var(--bb-display-2); font-weight: 800;
  font-size: clamp(3rem, 4.4vw, 5rem); line-height: 1.06; color: var(--bb-choco);
}
.bb-heroF__cta { font-size: 1.7rem; padding: 15px 36px; }
@media (max-width: 749px) {
  .bb-heroF__pic::after { display: none; }
  .bb-heroF__img--d { display: none; }
  .bb-heroF__img--m { display: block; }
  /* мобилка: блок ПОД фото, в потоке */
  .bb-heroF__below { position: static; display: block; text-align: center; }
  .bb-heroF__copywrap { max-width: none; text-align: center; padding: 20px 0 30px; }
  .bb-heroF .bb-charmrow { justify-content: center; }
  .bb-heroF__title { margin: 12px auto 18px; font-size: clamp(2.7rem, 7.4vw, 3.4rem); }
  .bb-heroF__cta { width: min(320px, 84vw); }
}

/* маленькая ссылка «See all …» под CTA карусели луков (каталог 2026-08-14) */
.bb-looks__viewall {
  display: inline-block; margin-top: 14px;
  font-family: var(--bb-display-2); font-weight: 700; font-size: 1.4rem;
  color: var(--bb-ink); text-decoration: none; border-bottom: 2px dotted rgba(212,38,125,.45);
}
.bb-looks__viewall:hover { border-bottom-style: solid; }

/* ---------- мобилка: страница прибита к вьюпорту (2026-08-14) ----------
   Любой случайный горизонтальный оверфлоу больше не даёт «подёргать» страницу
   влево-вправо. clip (не hidden!) — не ломает position: sticky; фолбэк hidden
   для старых движков. Только ≤989px: на десктопе горизонтали и так нет. */
@media (max-width: 989px) {
  html, body { overflow-x: hidden; overflow-x: clip; }
}

/* ---------- Видеоряд «сторис» 9:16 (bb-reels, 2026-08-14) ---------- */
.bb-reels {
  background: #fff;
  /* отступы задаются в настройках секции (Spacing); дефолт = прежний bb-sec-pad */
  padding-top: var(--bb-pt, 92px);
  padding-bottom: var(--bb-pb, 92px);
}
.bb-reels__rail {
  display: flex; gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
  padding: 6px 32px 18px; scroll-padding: 0 32px;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.bb-reels__rail::-webkit-scrollbar { display: none; }
/* Десктоп: если карточки не заполняют ширину экрана, ряд центрируется (Илья,
   2026-08-14 — «ушло всё влево»). auto-маргины на крайних карточках делят свободное
   место поровну, а при переполнении схлопываются в 0 — скролл работает как раньше.
   justify-content: center тут нельзя: при переполнении он обрезает левый край ряда. */
.bb-reel:first-child { margin-left: auto; }
.bb-reel:last-child { margin-right: auto; }
.bb-reel {
  flex: 0 0 clamp(200px, 19vw, 260px); scroll-snap-align: center;
  display: block; text-decoration: none; color: inherit;
  transition: transform .22s ease;
}
.bb-reel:hover { transform: translateY(-5px); }
.bb-reel__frame {
  position: relative; aspect-ratio: 9 / 16; overflow: hidden;
  border-radius: 22px; background: var(--bb-cream);
  box-shadow: 0 14px 34px rgba(44,71,112,.14);
  /* тонкая светлая кромка — как у карточек стилей */
  outline: 1.5px solid rgba(255,255,255,.7); outline-offset: -1.5px;
}
.bb-reel__video, .bb-reel__frame video, .bb-reel__frame img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.bb-reel__ph { display: block; width: 100%; height: 100%; background: linear-gradient(160deg, #FFE9EE, #FFF4EC); }
/* подпись поверх нижнего фейда — читается на любом кадре */
.bb-reel__cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  padding: 34px 14px 12px;
  background: linear-gradient(0deg, rgba(20,25,35,.62) 0%, rgba(20,25,35,.18) 55%, rgba(0,0,0,0) 100%);
  font-family: var(--bb-display-2); font-weight: 800; font-size: 1.35rem;
  color: #fff; text-shadow: 0 1px 6px rgba(0,0,0,.35);
}
.bb-reels__ctawrap { text-align: center; margin-top: 22px; }
@media (max-width: 749px) {
  .bb-reels { padding-top: var(--bb-pt-m, 64px); padding-bottom: var(--bb-pb-m, 64px); }
  /* мобилка: 2 карточки в кадре + край третьей (правка Ильи 2026-08-14:
     три были слишком мелкие) */
  .bb-reels__rail { gap: 10px; padding: 6px 16px 14px; scroll-padding: 0 16px; }
  .bb-reel { flex-basis: calc((100vw - 32px - 20px) / 2.35); }
  .bb-reel__frame { border-radius: 16px; }
  /* подпись — одна строка с многоточием, иначе ломается на узкой карточке */
  .bb-reel__cap {
    font-size: 1.15rem; padding: 26px 10px 9px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
@media (prefers-reduced-motion: reduce) { .bb-reel { transition: none; } }
