@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap");

.bm-body:has(.bm-home-daylight) {
  --bmh-paper: #fbfcf7;
  --bmh-mist: #f1f3ea;
  --bmh-panel: #ffffff;
  --bmh-ink: #121511;
  --bmh-muted: #687067;
  --bmh-acid: #d9ff43;
  --bmh-acid-ink: #687a00;
  --bmh-line: #dde1d8;
  --bmh-peach: #ffc3a2;
  --bmh-sky: #b9d6ff;
  --bmh-leaf: #b9c9a4;
  --bmh-wood: #b88968;
  --bmh-headline: "Space Grotesk", system-ui, sans-serif;
  --bmh-body: "Figtree", system-ui, sans-serif;
  --bmh-max: 1180px;
  color: var(--bmh-ink);
  background: var(--bmh-paper);
  font-family: var(--bmh-body);
}

.bm-body:has(.bm-home-daylight) .bm-shell::after { opacity: 0.018; }
.bm-body:has(.bm-home-daylight) .bm-nav {
  color: var(--bmh-ink);
  background: rgba(251, 252, 247, 0.92);
  border-color: var(--bmh-line);
  box-shadow: 0 8px 32px rgba(18, 21, 17, 0.04);
  backdrop-filter: blur(18px);
}
.bm-body:has(.bm-home-daylight) .bm-nav-inner { max-width: var(--bmh-max); }
.bm-body:has(.bm-home-daylight) .bm-logo {
  font-family: var(--bmh-headline);
  font-weight: 700;
  letter-spacing: -0.045em;
}
.bm-body:has(.bm-home-daylight) .bm-logo span { color: var(--bmh-acid-ink); }
.bm-body:has(.bm-home-daylight) .bm-btn-primary {
  color: var(--bmh-ink);
  background: var(--bmh-acid);
  box-shadow: 0 8px 22px rgba(126, 151, 0, 0.13);
}
.bm-body:has(.bm-home-daylight) .bm-btn-primary:hover {
  color: var(--bmh-ink);
  background: #e4ff76;
  box-shadow: 0 10px 30px rgba(126, 151, 0, 0.2);
}
.bm-body:has(.bm-home-daylight) .bm-btn-ghost { color: var(--bmh-muted); }
.bm-body:has(.bm-home-daylight) .bm-btn-ghost:hover {
  color: var(--bmh-ink);
  background: rgba(18, 21, 17, 0.05);
}
.bm-body:has(.bm-home-daylight) .bm-crumbs {
  max-width: var(--bmh-max);
}
.bm-body:has(.bm-home-daylight) .bm-crumbs ol,
.bm-body:has(.bm-home-daylight) .bm-crumbs li:not(:last-child)::after,
.bm-body:has(.bm-home-daylight) .bm-crumbs a {
  color: var(--bmh-muted);
}
.bm-body:has(.bm-home-daylight) .bm-crumbs a:hover,
.bm-body:has(.bm-home-daylight) .bm-crumbs [aria-current="page"] {
  color: var(--bmh-ink);
}
.bm-body:has(.bmh-themes-page) .bm-crumbs {
  width: min(96vw, 1480px);
  max-width: none;
  padding: 10px 8px 0;
}

.bm-home-daylight {
  overflow: hidden;
  color: var(--bmh-ink);
  background: var(--bmh-paper);
  font-family: var(--bmh-body);
  line-height: 1.5;
}
.bm-home-daylight *,
.bm-home-daylight *::before,
.bm-home-daylight *::after { box-sizing: border-box; }
.bm-home-daylight h1,
.bm-home-daylight h2,
.bm-home-daylight h3,
.bm-home-daylight p { margin-top: 0; }
.bm-home-daylight h1,
.bm-home-daylight h2 {
  margin-bottom: 18px;
  font-family: var(--bmh-headline);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.052em;
  text-wrap: balance;
}
.bm-home-daylight h1 {
  max-width: 13ch;
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 5.8vw, 5.5rem);
}
.bm-home-daylight h2 {
  max-width: 16ch;
  font-size: clamp(2rem, 4vw, 3.75rem);
}
.bmh-wrap {
  width: min(var(--bmh-max), calc(100% - 44px));
  margin: 0 auto;
}
.bmh-chapter {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--bmh-line);
}
.bmh-chapter:first-child { border-top: 0; }
.bmh-module { padding: 72px 0; }
.bmh-module + .bmh-module { padding-top: 56px; }
.bmh-chapter [id] { scroll-margin-top: 88px; }
.bmh-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 34px;
  color: var(--bmh-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.bmh-tag::before {
  width: 28px;
  height: 1px;
  background: #8ca600;
  content: "";
}
.bmh-tag b,
.bmh-eyebrow { color: var(--bmh-acid-ink); }
.bmh-eyebrow {
  margin: 0 0 11px;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.bmh-lead {
  max-width: 650px;
  color: #30372f;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}
.bmh-support {
  max-width: 600px;
  color: var(--bmh-muted);
}
.bmh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.bmh-actions .bm-btn { min-height: 46px; }
.bmh-actions .bm-btn-secondary {
  color: var(--bmh-ink);
  background: rgba(255, 255, 255, 0.82);
  border-color: #cbd1c5;
}
.bmh-trust {
  margin: 16px 0 0;
  color: var(--bmh-muted);
  font-size: 0.82rem;
}

/* 01 — Devenir */
.bmh-become {
  background:
    radial-gradient(circle at 78% 18%, rgba(217, 255, 67, 0.42), transparent 24%),
    radial-gradient(circle at 92% 68%, rgba(185, 214, 255, 0.42), transparent 23%),
    var(--bmh-paper);
}
.bmh-hero {
  position: relative;
  min-height: 0;
  padding: 72px 0 36px;
  display: grid;
  align-items: center;
}
.bmh-hero-copy {
  position: relative;
  z-index: 2;
  width: 55%;
}
.bmh-hero .bmh-tag { margin-bottom: 18px; }
.bmh-hero h1 { margin-bottom: 16px; }
.bmh-hero .bmh-lead { max-width: 590px; }
.bmh-hero-media {
  position: absolute;
  right: calc((100vw - min(var(--bmh-max), calc(100vw - 44px))) / -2);
  top: 28px;
  width: 58%;
  height: 560px;
  overflow: hidden;
  border: 1px solid #cfd5c9;
  border-right: 0;
  border-radius: 0 0 0 42px;
  background:
    radial-gradient(circle at 62% 32%, #e5b89d 0 7%, transparent 7.4%),
    radial-gradient(ellipse at 62% 56%, #f3eee4 0 17%, transparent 17.5%),
    linear-gradient(90deg, transparent 0 54%, rgba(18, 21, 17, 0.08) 54% 55%, transparent 55%),
    radial-gradient(ellipse at 58% 79%, var(--bmh-wood) 0 21%, transparent 21.5%),
    linear-gradient(116deg, #fff 0 46%, #edf2e8 46% 72%, #dfe9d7);
  box-shadow: 0 30px 90px rgba(44, 57, 38, 0.16);
}
.bmh-hero-video,
.bmh-hero-media-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}
.bmh-hero-media-fallback {
  background:
    radial-gradient(circle at 62% 32%, #e5b89d 0 7%, transparent 7.4%),
    radial-gradient(ellipse at 62% 56%, #f3eee4 0 17%, transparent 17.5%),
    linear-gradient(90deg, transparent 0 54%, rgba(18, 21, 17, 0.08) 54% 55%, transparent 55%),
    radial-gradient(ellipse at 58% 79%, var(--bmh-wood) 0 21%, transparent 21.5%),
    linear-gradient(116deg, #fff 0 46%, #edf2e8 46% 72%, #dfe9d7);
}
.bmh-hero-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(251, 252, 247, 0.18), transparent 28%),
    linear-gradient(180deg, transparent 55%, rgba(18, 21, 17, 0.22));
  content: "";
}
.bmh-portrait-copy {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 16px;
  color: var(--bmh-ink);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(18, 21, 17, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(12px);
}
.bmh-portrait-copy small {
  display: block;
  color: var(--bmh-acid-ink);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bmh-portrait-copy strong {
  display: block;
  margin-top: 4px;
  font-family: var(--bmh-headline);
  font-size: 0.92rem;
}
.bmh-chapter-nav {
  display: flex;
  gap: 8px;
  margin-top: 28px;
  overflow-x: auto;
  scrollbar-width: none;
}
.bmh-chapter-nav a {
  flex: 0 0 auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  color: var(--bmh-muted);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--bmh-line);
  border-radius: 999px;
  font-size: 0.75rem;
  white-space: nowrap;
}
.bmh-chapter-nav b { margin-right: 4px; color: var(--bmh-ink); }
.bmh-parade { padding-bottom: 80px; }
.bmh-parade-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}
.bmh-parade-head .bmh-lead { max-width: 430px; }
.bmh-store-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 34%);
  gap: 14px;
  margin-top: 34px;
  padding-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.bmh-store-card {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  border: 1px solid #d5dbd0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(35, 47, 31, 0.07);
}
.bmh-store-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.bmh-store-card:hover img { transform: scale(1.025); }
.bmh-store-card figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 13px 14px;
  color: var(--bmh-ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(18, 21, 17, 0.08);
  border-radius: 14px;
  backdrop-filter: blur(12px);
}
.bmh-store-card strong { display: block; font-family: var(--bmh-headline); }
.bmh-store-card span { color: var(--bmh-muted); font-size: 0.78rem; }

/* 02 — Commencer */
.bmh-begin { background: linear-gradient(180deg, var(--bmh-mist), var(--bmh-paper)); }
.bmh-catalog-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 48px;
  align-items: end;
}
.bmh-catalog-human {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d4dacd;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(34, 47, 29, 0.1);
}
.bmh-catalog-human img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}
.bmh-catalog-human figcaption {
  padding: 12px 14px;
  color: var(--bmh-ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.bmh-path-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.92fr 0.92fr;
  gap: 20px;
  margin-top: 48px;
}
.bmh-entry-card {
  min-height: 245px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--bmh-line);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(31, 42, 28, 0.05);
}
.bmh-entry-card:first-child { color: var(--bmh-ink); background: var(--bmh-acid); }
.bmh-entry-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.8rem;
}
.bmh-entry-card h3 {
  margin: 30px 0 7px;
  font-family: var(--bmh-headline);
  font-size: 1.1rem;
}
.bmh-entry-card p { margin-bottom: 0; opacity: 0.72; }
.bmh-first-person {
  margin: 22px 0 0;
  max-width: 52ch;
  color: var(--bmh-ink);
  font-family: var(--bmh-headline);
  font-size: 1.02rem;
  font-style: italic;
  line-height: 1.4;
}
.bmh-shipping {
  margin-top: 20px;
  padding: 14px 16px;
  color: var(--bmh-muted);
  background: rgba(255, 195, 162, 0.18);
  border-left: 2px solid var(--bmh-peach);
  font-size: 0.82rem;
}
.bmh-creation-shell {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(217, 255, 67, 0.28), transparent 28%),
    #fff;
  border: 1px solid #d7ddcf;
  border-radius: 30px;
  box-shadow: 0 22px 70px rgba(34, 47, 29, 0.07);
}
.bmh-creation-copy { padding: 56px 56px 0; }
.bmh-creation-film {
  margin: 36px 56px 0;
  overflow: hidden;
  border: 1px solid #d4dacd;
  border-radius: 22px;
  background: #eef2e8;
  box-shadow: 0 18px 50px rgba(33, 47, 28, 0.08);
}
.bmh-creation-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}
.bmh-creation-chain {
  position: relative;
  height: clamp(430px, 43vw, 560px);
  margin: 40px 56px 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #d4dacd;
  border-radius: 22px;
  background: var(--bmh-mist);
}
.bmh-creation-step {
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  clip-path: polygon(0 0, 36% 0, 32% 100%, 0 100%);
  transition: clip-path 0.65s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
}
.bmh-creation-step:nth-child(2) {
  z-index: 2;
  clip-path: polygon(38% 0, 68% 0, 64% 100%, 34% 100%);
}
.bmh-creation-step:nth-child(3) {
  z-index: 3;
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 66% 100%);
}
.bmh-creation-visual {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--bmh-mist);
}
.bmh-creation-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 1.05s cubic-bezier(0.22, 1, 0.36, 1),
    object-position 1.05s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.35s ease;
}
.bmh-screen-caption {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  margin: 0;
  padding: 6px 10px;
  max-width: calc(100% - 28px);
  color: var(--bmh-ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(18, 21, 17, 0.1);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bmh-creation-step:nth-child(1) img { object-position: 12% 18%; transform-origin: 12% 18%; }
.bmh-creation-step:nth-child(2) img { object-position: 58% 78%; transform-origin: 58% 78%; }
.bmh-creation-step:nth-child(3) img { object-position: 72% 42%; transform-origin: 72% 42%; }
.bmh-creation-step:nth-child(2) .bmh-screen-caption { left: 40%; max-width: 28%; }
.bmh-creation-step:nth-child(3) .bmh-screen-caption { left: auto; right: 14px; max-width: 28%; }
.bmh-creation-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  background:
    linear-gradient(var(--bmh-acid) 0 0) 14% 18% / 34% 7px no-repeat,
    linear-gradient(rgba(18, 21, 17, 0.28) 0 0) 14% 29% / 58% 5px no-repeat,
    radial-gradient(circle at 64% 63%, var(--bmh-peach) 0 17%, transparent 17.5%),
    linear-gradient(140deg, #fff, #e9eee5);
  transform-origin: 64% center;
  transition: transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}
.bmh-creation-step::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 40%, rgba(18, 21, 17, 0.28));
  content: "";
}
.bmh-creation-overlay {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  padding: 17px 18px;
  color: var(--bmh-ink);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(18, 21, 17, 0.12);
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(18, 21, 17, 0.16);
  backdrop-filter: blur(14px);
}
.bmh-creation-overlay small {
  color: var(--bmh-acid-ink);
  font-weight: 700;
}
.bmh-creation-overlay h3 {
  margin: 5px 0 3px;
  font-family: var(--bmh-headline);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}
.bmh-creation-overlay p {
  margin-bottom: 0;
  color: var(--bmh-muted);
  font-size: 0.84rem;
}
.bmh-creation-overlay { display: none; }
.bmh-creation-tabs {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.bmh-creation-tab {
  min-width: 0;
  padding: 16px 17px;
  color: var(--bmh-ink);
  cursor: default;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(18, 21, 17, 0.12);
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(18, 21, 17, 0.14);
  backdrop-filter: blur(14px);
  transition:
    transform 0.3s ease,
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.bmh-creation-tab small {
  color: var(--bmh-acid-ink);
  font-weight: 700;
}
.bmh-creation-tab h3 {
  margin: 5px 0 3px;
  font-family: var(--bmh-headline);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}
.bmh-creation-tab p {
  margin-bottom: 0;
  color: var(--bmh-muted);
  font-size: 0.84rem;
}
.bmh-creation-chain:has(.bmh-creation-step:nth-child(1):hover) .bmh-creation-step:nth-child(1),
.bmh-creation-chain:has(.bmh-creation-tab:nth-child(1):hover) .bmh-creation-step:nth-child(1),
.bmh-creation-chain:has(.bmh-creation-step:nth-child(2):hover) .bmh-creation-step:nth-child(2),
.bmh-creation-chain:has(.bmh-creation-tab:nth-child(2):hover) .bmh-creation-step:nth-child(2),
.bmh-creation-chain:has(.bmh-creation-step:nth-child(3):hover) .bmh-creation-step:nth-child(3),
.bmh-creation-chain:has(.bmh-creation-tab:nth-child(3):hover) .bmh-creation-step:nth-child(3) {
  z-index: 5;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  filter: saturate(1.04);
}
.bmh-creation-chain:has(.bmh-creation-step:nth-child(1):hover) .bmh-creation-tab:nth-child(1),
.bmh-creation-chain:has(.bmh-creation-tab:nth-child(1):hover) .bmh-creation-tab:nth-child(1),
.bmh-creation-chain:has(.bmh-creation-step:nth-child(2):hover) .bmh-creation-tab:nth-child(2),
.bmh-creation-chain:has(.bmh-creation-tab:nth-child(2):hover) .bmh-creation-tab:nth-child(2),
.bmh-creation-chain:has(.bmh-creation-step:nth-child(3):hover) .bmh-creation-tab:nth-child(3),
.bmh-creation-chain:has(.bmh-creation-tab:nth-child(3):hover) .bmh-creation-tab:nth-child(3) {
  color: #fff;
  background: rgba(18, 21, 17, 0.9);
  border-color: var(--bmh-acid);
  box-shadow: 0 16px 36px rgba(18, 21, 17, 0.3), 0 0 0 2px rgba(217, 255, 67, 0.55);
  transform: translateY(-8px);
}
.bmh-creation-chain:has(.bmh-creation-step:nth-child(1):hover) .bmh-creation-tab:nth-child(1) p,
.bmh-creation-chain:has(.bmh-creation-tab:nth-child(1):hover) .bmh-creation-tab:nth-child(1) p,
.bmh-creation-chain:has(.bmh-creation-step:nth-child(2):hover) .bmh-creation-tab:nth-child(2) p,
.bmh-creation-chain:has(.bmh-creation-tab:nth-child(2):hover) .bmh-creation-tab:nth-child(2) p,
.bmh-creation-chain:has(.bmh-creation-step:nth-child(3):hover) .bmh-creation-tab:nth-child(3) p,
.bmh-creation-chain:has(.bmh-creation-tab:nth-child(3):hover) .bmh-creation-tab:nth-child(3) p {
  color: rgba(255, 255, 255, 0.72);
}
.bmh-creation-chain:has(.bmh-creation-step:hover) .bmh-creation-step:hover .bmh-creation-visual img,
.bmh-creation-chain:has(.bmh-creation-tab:nth-child(1):hover) .bmh-creation-step:nth-child(1) img,
.bmh-creation-chain:has(.bmh-creation-tab:nth-child(2):hover) .bmh-creation-step:nth-child(2) img,
.bmh-creation-chain:has(.bmh-creation-tab:nth-child(3):hover) .bmh-creation-step:nth-child(3) img {
  object-position: center;
  transform: scale(1.035);
}
.bmh-creation-chain:has(.bmh-creation-step:nth-child(2):hover) .bmh-creation-step:nth-child(2) .bmh-creation-placeholder,
.bmh-creation-chain:has(.bmh-creation-tab:nth-child(2):hover) .bmh-creation-step:nth-child(2) .bmh-creation-placeholder {
  transform: translateX(-2%) scale(1.035);
}
.bmh-creation-close { padding: 0 56px 48px; }

/* 03 — Se reconnaître */
.bmh-recognize { background: var(--bmh-paper); }
.bmh-voice-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 28%);
  gap: 20px;
  margin-top: 40px;
  padding: 4px 36px 14px 0;
  overflow-x: auto;
  scrollbar-width: none;
  mask-image: linear-gradient(to right, #000 86%, transparent);
}
.bmh-voice-rail::-webkit-scrollbar { display: none; }
.bmh-voice-card {
  min-height: 520px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--bmh-line);
  border-radius: 22px;
  box-shadow: 0 14px 38px rgba(34, 47, 29, 0.06);
}
.bmh-avatar {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin-bottom: 24px;
  overflow: hidden;
  object-fit: cover;
  object-position: center top;
  background:
    radial-gradient(circle at 52% 34%, var(--skin, #e4bd9d) 0 12%, transparent 12.5%),
    radial-gradient(ellipse at 52% 71%, var(--wardrobe, #f3eee4) 0 30%, transparent 30.5%),
    linear-gradient(140deg, var(--room, var(--bmh-mist)), #fff);
  border: 1px solid rgba(18, 21, 17, 0.08);
  border-radius: 16px;
}
.bmh-voice-card:nth-child(1) .bmh-avatar { --skin: #e5b89d; --wardrobe: #f3eee4; --room: #eef2e8; }
.bmh-voice-card:nth-child(2) .bmh-avatar { --skin: #cda786; --wardrobe: #36526a; --room: #f1e8de; }
.bmh-voice-card:nth-child(3) .bmh-avatar { --skin: #b88b69; --wardrobe: #aaa79c; --room: #f5efe8; }
.bmh-voice-card:nth-child(4) .bmh-avatar { --skin: #d3b99c; --wardrobe: #4f646b; --room: #eaf1f5; }
.bmh-voice-card:nth-child(5) .bmh-avatar { --skin: #d69d8c; --wardrobe: var(--bmh-peach); --room: #fff3ec; }
.bmh-voice-card:nth-child(6) .bmh-avatar { --skin: #ceb99d; --wardrobe: var(--bmh-sky); --room: #edf4fb; }
.bmh-avatar--photo {
  background: #ece7dd;
}
.bmh-voice-card blockquote { margin: 0; font-size: 1rem; line-height: 1.45; }
.bmh-voice-card cite {
  margin-top: auto;
  padding-top: 18px;
  color: var(--bmh-muted);
  font-size: 0.8rem;
  font-style: normal;
}
.bmh-theme-stage {
  --theme-card-width: clamp(620px, 58vw, 820px);
  --theme-card-height: calc(var(--theme-card-width) * 10 / 16);
  --theme-stage-width: min(92vw, var(--bmh-max));
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  scroll-margin-top: 88px;
  background:
    radial-gradient(circle at 82% 12%, rgba(217, 255, 67, 0.2), transparent 27%),
    linear-gradient(145deg, #fff, var(--bmh-mist));
  border: 1px solid var(--bmh-line);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(34, 47, 29, 0.1);
  padding-bottom: 12px;
}
.bmh-theme-stage::before {
  display: none;
}
.bmh-theme-intro {
  position: relative;
  inset: auto;
  z-index: 12;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  gap: 28px 56px;
  align-items: center;
  flex: 0 0 auto;
  padding: 56px 52px 0;
  pointer-events: auto;
}
.bmh-theme-intro .bmh-eyebrow { margin-bottom: 16px; }
.bmh-theme-intro h2 {
  max-width: 14ch;
  margin-bottom: 16px;
}
.bmh-theme-subhead {
  margin: 0;
  max-width: 22ch;
  color: var(--bmh-ink);
  font-family: var(--bmh-headline);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.28;
}
.bmh-theme-intro .bmh-lead {
  max-width: 46ch;
  margin-top: 22px;
  margin-bottom: 0;
  line-height: 1.6;
}
.bmh-theme-intro-cta {
  justify-self: start;
  padding-bottom: 4px;
}
.bmh-theme-intro-cta .bmh-actions { margin-top: 0; }
.bmh-theme-intro-cta .bmh-trust {
  margin-top: 16px;
  max-width: 28ch;
}
.bmh-theme-controls {
  min-width: 210px;
  padding-top: 4px;
  text-align: right;
}
.bmh-theme-controls > div {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: 8px 0;
}
.bmh-theme-controls button {
  width: 48px;
  height: 48px;
  color: var(--bmh-ink);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--bmh-line);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(34, 47, 29, 0.08);
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.bmh-theme-controls button:hover {
  color: var(--bmh-ink);
  background: var(--bmh-acid);
  transform: translateY(-2px);
}
.bmh-theme-controls small {
  color: var(--bmh-muted);
  font-size: 0.76rem;
}
.bmh-theme-carousel {
  position: relative;
  width: 100%;
  height: calc(var(--theme-card-height) + 148px);
  min-height: 0;
  margin-top: 56px;
  flex: 0 0 auto;
}
.bmh-theme-nav {
  position: absolute;
  top: 42%;
  z-index: 16;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--bmh-ink);
  font-size: 1.6rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--bmh-line);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(34, 47, 29, 0.12);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.bmh-theme-nav:hover {
  background: var(--bmh-acid);
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 0 24px rgba(217, 255, 67, 0.55);
}
.bmh-theme-nav--prev { left: 10px; }
.bmh-theme-nav--next { right: 10px; }
.bmh-theme-viewport {
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  direction: ltr;
  scroll-behavior: smooth;
  scroll-snap-type: none;
  /* Native scrollbar hidden — progress is the custom .bmh-theme-progress bar. */
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  cursor: grab;
  perspective: 1350px;
  perspective-origin: 50% 48%;
  scroll-padding-inline: calc((100% - var(--theme-card-width)) / 2);
}
.bmh-theme-viewport:active { cursor: grabbing; }
.bmh-theme-viewport::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.bmh-theme-viewport:focus-visible {
  outline: 3px solid var(--bmh-acid);
  outline-offset: -3px;
}
.bmh-theme-track {
  width: max-content;
  height: 100%;
  padding: 40px calc((var(--theme-stage-width) - var(--theme-card-width)) / 2) 84px;
  display: flex;
  align-items: center;
  gap: 44px;
  transform-style: preserve-3d;
}
.bmh-theme-card {
  position: relative;
  flex: 0 0 var(--theme-card-width);
  height: var(--theme-card-height);
  margin-inline: 0;
  overflow: hidden;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  color: var(--bmh-ink);
  background: #ece7dd;
  border: 1px solid rgba(18, 21, 17, 0.16);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(18, 21, 17, 0.18);
  opacity: var(--theme-opacity, 0.5);
  transform:
    translate3d(var(--theme-shift, 0), 0, var(--theme-depth, -190px))
    rotateY(var(--theme-rotate, -48deg))
    scale(var(--theme-scale, 0.82));
  transform-origin: center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: opacity 0.14s linear, box-shadow 0.45s ease, border-color 0.45s ease;
}
.bmh-theme-card:focus-visible {
  outline: 3px solid var(--bmh-acid);
  outline-offset: 4px;
}
.bmh-theme-card.is-active {
  opacity: 1;
  border-color: rgba(217, 255, 67, 0.95);
  box-shadow:
    0 0 0 2px rgba(217, 255, 67, 0.95),
    0 0 36px 10px rgba(217, 255, 67, 0.42),
    0 0 72px 18px rgba(217, 255, 67, 0.18),
    0 34px 80px rgba(18, 21, 17, 0.28);
  animation: bmh-theme-aura 2.6s ease-in-out infinite;
}
@keyframes bmh-theme-aura {
  0%, 100% {
    box-shadow:
      0 0 0 2px rgba(217, 255, 67, 0.95),
      0 0 28px 8px rgba(217, 255, 67, 0.36),
      0 0 56px 14px rgba(217, 255, 67, 0.14),
      0 34px 80px rgba(18, 21, 17, 0.28);
  }
  50% {
    box-shadow:
      0 0 0 3px rgba(217, 255, 67, 1),
      0 0 44px 14px rgba(217, 255, 67, 0.55),
      0 0 88px 24px rgba(217, 255, 67, 0.22),
      0 38px 88px rgba(18, 21, 17, 0.3);
  }
}
.bmh-theme-card picture {
  position: absolute;
  inset: 0;
  display: block;
  background: #ece7dd;
}
.bmh-theme-card img {
  width: 100%;
  height: 100%;
  /* First-viewport desktop/mobile captures — fill the 16:10 / phone frame. */
  object-fit: cover;
  object-position: top center;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.bmh-theme-card.is-active img { transform: scale(1.035); }
.bmh-theme-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(18, 21, 17, 0.62));
  content: "";
}
.bmh-theme-card-meta {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  max-width: calc(100% - 32px);
  color: #fff;
  text-shadow: 0 2px 18px rgba(18, 21, 17, 0.45);
}
.bmh-theme-card-meta strong {
  display: block;
  font-family: var(--bmh-headline);
  font-size: clamp(1.2rem, 2.1vw, 1.7rem);
}
.bmh-theme-card-meta span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
}
.bmh-theme-explore {
  flex: 0 0 auto;
  z-index: 4;
  padding: 9px 13px;
  color: var(--bmh-ink);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background: var(--bmh-acid);
  border: 1px solid rgba(18, 21, 17, 0.18);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(18, 21, 17, 0.22);
  opacity: 0.92;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease, box-shadow 0.25s ease;
}
.bmh-theme-card.is-active .bmh-theme-explore {
  opacity: 1;
  box-shadow: 0 0 0 1px rgba(217, 255, 67, 0.85), 0 10px 26px rgba(18, 21, 17, 0.28);
}
.bmh-theme-explore:hover {
  background: #fff;
  opacity: 1;
}
.bmh-theme-audience {
  position: absolute;
  top: 14px;
  right: 14px;
  bottom: auto;
  z-index: 3;
  width: min(280px, calc(100% - 28px));
  padding: 11px 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 21, 17, 0.12);
  border-radius: 14px 14px 4px 14px;
  box-shadow: 0 12px 28px rgba(18, 21, 17, 0.16);
  opacity: 0;
  transform: translateY(-8px) scale(0.96);
  transform-origin: top right;
  backdrop-filter: blur(14px);
  transition: opacity 0.35s ease 0.08s, transform 0.35s ease 0.08s;
}
.bmh-theme-card.is-active .bmh-theme-audience {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.bmh-theme-audience small {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--bmh-acid-ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.bmh-theme-audience small::before {
  width: 8px;
  height: 8px;
  background: var(--bmh-acid);
  border: 1px solid var(--bmh-acid-ink);
  border-radius: 50%;
  content: "";
}
.bmh-theme-audience p {
  margin: 6px 0 0;
  color: var(--bmh-ink);
  font-size: 0.9rem;
  line-height: 1.4;
}
.bmh-theme-status {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: 14;
  margin: 0;
  color: var(--bmh-acid-ink);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}
.bmh-theme-progress {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 14;
  width: min(680px, calc(100% - 56px));
  height: 6px;
  margin: 0 auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(18, 21, 17, 0.12);
  border-radius: 99px;
}
.bmh-theme-progress span {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--bmh-acid);
  box-shadow: 0 0 14px rgba(217, 255, 67, 0.95);
  transform: scaleX(0.08);
  transform-origin: left;
  transition: transform 0.12s linear;
}

/* 04 — Prendre de l'avance */
.bmh-advance {
  background:
    radial-gradient(circle at 8% 32%, rgba(185, 214, 255, 0.34), transparent 25%),
    linear-gradient(180deg, var(--bmh-mist), var(--bmh-paper));
}
.bmh-commerce-layout,
.bmh-agentic-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
}
.bmh-commerce-proof {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr);
  justify-content: end;
  gap: 12px;
  align-items: end;
}
.bmh-human {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  object-fit: cover;
  object-position: center top;
  background:
    radial-gradient(circle at 52% 31%, var(--skin, #cda786) 0 10%, transparent 10.5%),
    radial-gradient(ellipse at 52% 68%, var(--wardrobe, #4f646b) 0 27%, transparent 27.5%),
    linear-gradient(140deg, var(--room, #eef2e8), #fff);
  border: 1px solid #d4dacd;
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(33, 47, 28, 0.09);
}
.bmh-dashboard {
  position: relative;
  margin: 0;
  padding: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d4dacd;
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(33, 47, 28, 0.12);
}
.bmh-dashboard img { width: 100%; border-radius: 14px; }
.bmh-dashboard .bmh-screen-caption {
  position: absolute;
  top: 20px;
  left: 20px;
}
.bmh-control-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.bmh-control-points span {
  padding: 8px 11px;
  color: #414a40;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--bmh-line);
  border-radius: 999px;
  font-size: 0.8rem;
}
.bmh-agentic-layout { grid-template-columns: 1fr 1fr; gap: 56px; }
.bmh-chat {
  padding: 20px;
  color: var(--bmh-ink);
  background: linear-gradient(160deg, #fff, #edf4fb);
  border: 1px solid #cad8e5;
  border-radius: 26px;
  box-shadow: 0 22px 60px rgba(48, 74, 94, 0.1);
}
.bmh-chat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9e2ea;
}
.bmh-chat-head i { width: 30px; height: 30px; background: var(--bmh-sky); border-radius: 50%; }
.bmh-bubble {
  max-width: 82%;
  margin-top: 14px;
  padding: 12px 14px;
  background: #dfeaf6;
  border-radius: 16px;
  font-size: 0.88rem;
}
.bmh-bubble--right {
  margin-left: auto;
  color: var(--bmh-ink);
  background: var(--bmh-acid);
}
.bmh-product-chip {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid var(--bmh-line);
  border-radius: 14px;
}
.bmh-product-chip i { background: var(--bmh-peach); border-radius: 9px; }
.bmh-product-chip small { color: var(--bmh-muted); }
.bmh-payments {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 48px;
  align-items: center;
  padding: 56px;
  background: #fff;
  border: 1px solid var(--bmh-line);
  border-radius: 30px;
  box-shadow: 0 22px 60px rgba(34, 47, 29, 0.07);
}
.bmh-globe {
  justify-self: center;
  width: 260px;
  aspect-ratio: 1;
  background:
    linear-gradient(90deg, transparent 49%, rgba(113, 133, 0, 0.24) 50%, transparent 51%),
    linear-gradient(transparent 49%, rgba(113, 133, 0, 0.24) 50%, transparent 51%),
    radial-gradient(circle at 36% 34%, rgba(217, 255, 67, 0.55), transparent 28%),
    var(--bmh-mist);
  border: 1px solid #a8bc43;
  border-radius: 50%;
  box-shadow: inset 0 0 60px rgba(217, 255, 67, 0.18);
}
.bmh-payments-human {
  width: 100%;
  max-width: 340px;
  justify-self: end;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border: 1px solid #d4dacd;
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(34, 47, 29, 0.1);
}
.bmh-paymarks { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.bmh-paymarks span {
  padding: 7px 10px;
  color: var(--bmh-ink);
  background: var(--bmh-paper);
  border: 1px solid var(--bmh-line);
  border-radius: 7px;
  font-size: 0.75rem;
  font-weight: 700;
}

/* 05 — Pouvoir y croire */
.bmh-believe { background: var(--bmh-paper); }
.bmh-yang-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 40px;
  align-items: end;
}
.bmh-proof-head {
  display: block;
}
.bmh-proof-head .bmh-lead {
  margin-top: 14px;
  max-width: 46ch;
}
.bmh-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 34px;
}
.bmh-yang-human {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d4dacd;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(34, 47, 29, 0.1);
}
.bmh-yang-human img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}
.bmh-yang-human figcaption {
  padding: 12px 14px;
  color: var(--bmh-ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.bmh-proof {
  min-height: 155px;
  padding: 20px;
  background: rgba(217, 255, 67, 0.2);
  border: 1px solid #cdd5bf;
  border-radius: 18px;
}
.bmh-proof strong {
  display: block;
  color: var(--bmh-acid-ink);
  font-family: var(--bmh-headline);
  font-size: clamp(1.5rem, 3vw, 2.7rem);
  letter-spacing: -0.06em;
}
.bmh-proof span { display: block; margin-top: 12px; color: #4f584e; font-size: 0.84rem; }
.bmh-community {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.bmh-community-proof {
  display: grid;
  grid-template-columns: 0.58fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.bmh-community-proof .bmh-human {
  min-height: 100%;
  --skin: #d69d8c;
  --wardrobe: var(--bmh-peach);
  --room: #fff3ec;
}
.bmh-class-board {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--bmh-line);
  border-radius: 24px;
  box-shadow: 0 18px 52px rgba(34, 47, 29, 0.07);
}
.bmh-class-row {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--bmh-line);
}
.bmh-class-row:last-child { border-bottom: 0; }
.bmh-instructor { width: 58px; height: 58px; background: var(--bmh-peach); border-radius: 50%; }
.bmh-class-row:nth-child(2) .bmh-instructor { background: var(--bmh-sky); }
.bmh-class-row:nth-child(3) .bmh-instructor { background: var(--bmh-acid); }
.bmh-class-row strong,
.bmh-class-row small { display: block; }
.bmh-class-row strong { font-size: 0.9rem; }
.bmh-class-row small { color: var(--bmh-muted); }
.bmh-class-row b { color: var(--bmh-acid-ink); font-size: 0.75rem; }

/* 06 — Agir */
.bmh-act {
  padding-bottom: 70px;
  background:
    radial-gradient(circle at 50% 0%, rgba(217, 255, 67, 0.36), transparent 36%),
    var(--bmh-paper);
}
.bmh-start-shell {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 64px;
  align-items: center;
  padding: 64px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #cfd6c7;
  border-radius: 34px;
  box-shadow: 0 26px 80px rgba(34, 47, 29, 0.1);
}
.bmh-microsteps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 28px;
}
.bmh-microstep {
  padding: 13px;
  color: var(--bmh-muted);
  border-top: 1px solid #91aa15;
  font-size: 0.8rem;
}
.bmh-microstep b { display: block; margin-bottom: 5px; color: var(--bmh-acid-ink); }
.bmh-start-proof { display: grid; gap: 12px; }
.bmh-start-proof > .bmh-human {
  aspect-ratio: 16 / 9;
  --skin: #ceb99d;
  --wardrobe: var(--bmh-sky);
  --room: #edf4fb;
}
.bmh-start-shell--close {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-areas:
    "copy form"
    "human form";
  gap: 32px 56px;
  align-items: start;
}
.bmh-start-shell--close .bmh-start-copy { grid-area: copy; }
.bmh-start-shell--close .bmh-start-form { grid-area: form; min-width: 0; }
.bmh-start-shell--close .bmh-start-human { grid-area: human; }
.bmh-start-shell--close .bmh-microsteps { margin-top: 20px; }
.bmh-start-shell--close .bmh-start-human img { max-height: 200px; }

/* Dedicated /start conversion page — form-forward, same Open Daylight world */
.bmh-act--page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100dvh - 72px);
  padding: 28px 0 72px;
}
.bmh-act--page .bmh-module {
  padding: 0;
  width: min(var(--bmh-max), calc(100% - 44px));
  flex: 0 1 auto;
}
.bmh-act--page h1 {
  max-width: 16ch;
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.75rem);
}
.bmh-act--page .bmh-tag { margin-bottom: 18px; }
.bmh-start-shell--page {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-areas:
    "copy form"
    "support form";
  gap: 20px 56px;
  align-items: start;
}
.bmh-start-shell--page .bmh-start-copy { grid-area: copy; }
.bmh-start-shell--page .bmh-start-form { grid-area: form; min-width: 0; }
.bmh-start-shell--page .bmh-start-support { grid-area: support; }
.bmh-start-shell--page .bmh-lead { margin-bottom: 0; }
.bmh-start-shell--page .bmh-first-person { margin-top: 0; }
.bmh-start-shell--page .bmh-microsteps { margin-top: 16px; }
.bmh-start-shell--page .bmh-trust { margin-top: 14px; }
.bmh-start-human {
  margin: 14px 0 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d4dacd;
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(33, 47, 28, 0.09);
}
.bmh-start-human img {
  display: block;
  width: 100%;
  max-height: 220px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 62% 18%;
}
.bmh-start-human figcaption {
  padding: 8px 14px 10px;
  color: var(--bmh-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.bm-home-daylight .bm-trial {
  color: var(--bmh-ink);
  background: var(--bmh-mist);
  border-color: #d8ddd3;
  border-radius: 22px;
  box-shadow: none;
  padding: 28px 26px 24px;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.bm-home-daylight .bm-trial-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.bm-home-daylight .bm-trial-step {
  color: var(--bmh-muted);
  background: transparent;
  border-color: var(--bmh-line);
  font-family: var(--bmh-body);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  padding: 8px 14px;
  max-width: 100%;
}
.bm-home-daylight .bm-trial-step.is-active {
  color: var(--bmh-ink);
  background: var(--bmh-acid);
  border-color: #bedb34;
}
.bm-home-daylight .bm-trial-step.is-done { color: var(--bmh-acid-ink); border-color: #91aa15; }
.bm-home-daylight .bm-field { margin-bottom: 18px; }
.bm-home-daylight .bm-field label,
.bm-home-daylight .bm-field legend {
  color: var(--bmh-ink);
  font-family: var(--bmh-body);
  font-size: 0.95rem;
  font-weight: 650;
  margin-bottom: 9px;
}
.bm-home-daylight .bm-field-hint,
.bm-home-daylight .bm-trial-foot { color: var(--bmh-muted); }
.bm-home-daylight .bm-field input[type="text"],
.bm-home-daylight .bm-field input[type="email"],
.bm-home-daylight .bm-field input[type="tel"],
.bm-home-daylight .bm-field input[type="password"] {
  color: var(--bmh-ink);
  background: #fff;
  border-color: #cdd3c8;
  border-radius: 14px;
  padding: 14px 16px;
}
.bm-home-daylight .bm-input-affix {
  background: #fff;
  border-color: #cdd3c8;
  border-radius: 16px;
}
.bm-home-daylight .bm-input-affix:focus-within {
  border-color: #91aa15;
  box-shadow: 0 0 0 3px rgba(217, 255, 67, 0.35);
}
.bm-home-daylight .bm-input-affix__input {
  color: var(--bmh-ink);
  font-size: 1.02rem;
}
.bm-home-daylight .bm-input-affix__suffix {
  color: #6b7266;
  font-family: var(--bmh-body);
  font-size: 0.9rem;
  font-weight: 600;
}
.bm-home-daylight .bm-phone-field {
  background: #fff;
  border-color: #cdd3c8;
  border-radius: 16px;
}
.bm-home-daylight .bm-phone-field:focus-within {
  border-color: #91aa15;
  box-shadow: 0 0 0 3px rgba(217, 255, 67, 0.35);
}
.bm-home-daylight .bm-phone-field__dial {
  color: var(--bmh-ink);
  font-family: var(--bmh-body);
  border-right-color: #d8ddd3;
  background-color: #f7f8f3;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 14px) calc(50% - 2px), calc(100% - 9px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.bm-home-daylight .bm-phone-field__national {
  color: var(--bmh-ink);
}
.bm-home-daylight .bm-url-preview {
  color: var(--bmh-muted);
  background: rgba(217, 255, 67, 0.18);
  border-color: rgba(145, 170, 21, 0.35);
}
.bm-home-daylight .bm-url-preview strong {
  color: var(--bmh-ink);
}
.bm-home-daylight .bm-trial-actions {
  margin-top: 18px;
  flex-wrap: wrap;
}
.bm-home-daylight .bm-trial-actions .bm-btn-secondary {
  color: var(--bmh-ink);
  background: #fff;
  border-color: #cbd1c5;
}
.bm-home-daylight .bm-trial-actions .bm-btn-primary {
  width: 100%;
  justify-content: center;
  border-radius: 999px;
}
.bm-home-daylight .bm-trial-creating {
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(217, 255, 67, 0.35), transparent 55%),
    var(--bmh-mist);
}
.bm-home-daylight .bm-trial-creating__orb {
  border-color: rgba(10, 11, 13, 0.1);
  border-top-color: #91aa15;
}
.bm-home-daylight .bm-trial-creating__title,
.bm-home-daylight .bm-trial-creating__ticks li {
  color: var(--bmh-ink);
  font-family: var(--bmh-display, var(--bmh-body));
}
.bm-home-daylight .bm-trial-creating__hint {
  color: var(--bmh-muted);
}
.bm-home-daylight .bm-choice {
  color: var(--bmh-muted);
  background: #fff;
  border-color: var(--bmh-line);
}
.bm-home-daylight .bm-choice.is-selected {
  color: var(--bmh-ink);
  background: rgba(217, 255, 67, 0.28);
  border-color: #91aa15;
}
@media (max-width: 520px) {
  .bm-home-daylight .bm-input-affix {
    flex-direction: row;
    align-items: stretch;
  }
  .bm-home-daylight .bm-input-affix__input {
    width: auto !important;
    font-size: 0.95rem;
    padding: 12px 6px 12px 12px;
  }
  .bm-home-daylight .bm-input-affix__suffix {
    justify-content: flex-end;
    padding: 0 12px 0 0;
    font-size: 0.72rem;
  }
}

.bm-body:has(.bm-home-daylight) .bm-footer {
  color: var(--bmh-muted);
  background: var(--bmh-paper);
  border-color: var(--bmh-line);
}
.bm-body:has(.bm-home-daylight) .bm-footer-word {
  color: var(--bmh-ink);
  font-family: var(--bmh-headline);
}
.bm-body:has(.bm-home-daylight) .bm-footer-word span,
.bm-body:has(.bm-home-daylight) .bm-footer a:hover { color: var(--bmh-acid-ink); }
.bm-body:has(.bm-home-daylight) .bm-footer-marquee {
  color: var(--bmh-ink);
  background: var(--bmh-acid);
}

@media (max-width: 820px) {
  .bmh-wrap { width: min(calc(100% - 28px), var(--bmh-max)); }
  .bmh-module { padding: 50px 0; }
  .bmh-module + .bmh-module { padding-top: 24px; }
  .bmh-tag { margin-bottom: 25px; }
  .bm-home-daylight h1 { max-width: 11ch; font-size: clamp(2.2rem, 12vw, 3.35rem); }
  .bm-home-daylight h2 { font-size: clamp(1.75rem, 8.5vw, 2.65rem); }
  .bmh-hero { min-height: auto; padding: 70px 0 42px; display: block; }
  .bmh-hero-copy { width: 100%; }
  .bmh-hero-media {
    position: relative;
    inset: auto;
    width: calc(100% + 28px);
    height: auto;
    aspect-ratio: 4 / 5;
    margin: 30px -14px 0;
    border-right: 1px solid #cfd5c9;
    border-radius: 24px;
  }
  .bmh-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .bmh-actions .bm-btn { width: 100%; }
  .bmh-chapter-nav {
    margin-top: 24px;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(90deg, #000 86%, transparent);
  }
  .bmh-chapter-nav a {
    padding: 12px 14px;
    font-size: 0.75rem;
  }
  .bmh-parade { padding-bottom: 56px; }
  .bmh-parade-head,
  .bmh-yang-layout { grid-template-columns: 1fr; }
  .bmh-yang-human { order: -1; max-width: 420px; }
  .bmh-store-rail { grid-auto-columns: 82%; }
  .bmh-store-card { min-height: 285px; }
  .bmh-catalog-layout,
  .bmh-path-grid,
  .bmh-theme-stage,
  .bmh-commerce-layout,
  .bmh-agentic-layout,
  .bmh-payments,
  .bmh-community,
  .bmh-start-shell { grid-template-columns: 1fr; }
  .bmh-act--page {
    display: block;
    min-height: 0;
    padding: 18px 0 56px;
  }
  .bmh-act--page .bmh-module {
    width: min(var(--bmh-max), calc(100% - 28px));
  }
  .bmh-act--page h1 { max-width: 14ch; font-size: clamp(1.7rem, 8vw, 2.35rem); }
  .bmh-start-shell--page {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "form"
      "support";
    gap: 22px;
  }
  .bmh-act .bmh-module { padding: 28px 0 36px; }
  .bmh-start-shell--close {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "form"
      "human";
    gap: 16px;
    padding: 22px 16px;
  }
  .bmh-start-shell--close .bmh-tag { margin-bottom: 12px; }
  .bmh-start-shell--close h2 {
    font-size: clamp(1.55rem, 7.6vw, 2.15rem);
    margin-bottom: 8px;
  }
  .bmh-start-shell--close .bmh-lead { margin-bottom: 0; font-size: 0.92rem; }
  .bmh-start-shell--close .bmh-microsteps { display: none; }
  .bmh-start-shell--close .bm-trial { padding: 16px 14px 14px; }
  .bmh-start-shell--close .bm-trial-steps {
    flex-wrap: nowrap;
    gap: 6px;
    margin-bottom: 12px;
  }
  .bmh-start-shell--close .bm-trial-step {
    flex: 1;
    padding: 6px 8px;
    font-size: 0.62rem;
    text-align: center;
  }
  .bmh-start-shell--close .bm-field { margin-bottom: 10px; }
  .bmh-start-shell--close .bm-field label { margin-bottom: 6px; font-size: 0.88rem; }
  .bmh-start-shell--close .bm-url-preview { margin: 8px 0 2px; }
  .bmh-start-shell--close .bm-trial-actions { margin-top: 10px; }
  .bmh-start-shell--close .bm-trial-foot { margin-top: 8px; }
  .bmh-start-human img {
    max-height: none;
    aspect-ratio: 4 / 5;
    object-position: 55% 12%;
  }
  .bmh-act--page .bm-trial {
    padding: 18px 16px 16px;
  }
  .bmh-act--page .bm-trial-steps { margin-bottom: 14px; }
  .bmh-act--page .bm-field { margin-bottom: 12px; }
  .bmh-act--page .bm-url-preview { margin: 10px 0 4px; }
  .bmh-act--page .bm-trial-actions { margin-top: 12px; }
  .bmh-act--page .bm-trial-foot { margin-top: 10px; }
  .bmh-catalog-human { order: -1; max-width: 420px; }
  .bmh-entry-card { min-height: 172px; }
  .bmh-creation-shell { padding: 0; }
  .bmh-creation-copy { padding: 28px 20px 0; }
  .bmh-creation-film { margin: 20px 20px 0; border-radius: 18px; }
  .bmh-creation-chain {
    display: block;
    height: auto;
    margin: 22px 20px 0;
  }
  .bmh-creation-step,
  .bmh-creation-step:nth-child(2),
  .bmh-creation-step:nth-child(3) {
    position: relative;
    inset: auto;
    width: 100%;
    height: 390px;
    transform: none;
  }
  .bmh-creation-step {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), 0 100%);
  }
  .bmh-creation-step:nth-child(2) {
    margin-top: -28px;
    clip-path: polygon(0 28px, 100% 0, 100% calc(100% - 28px), 0 100%);
  }
  .bmh-creation-step:nth-child(3) {
    margin-top: -28px;
    clip-path: polygon(0 28px, 100% 0, 100% 100%, 0 100%);
  }
  .bmh-creation-tabs { display: none; }
  .bmh-creation-overlay {
    right: 20px;
    bottom: 38px;
    left: 20px;
    display: block;
  }
  .bmh-creation-step:nth-child(3) .bmh-creation-overlay { bottom: 20px; }
  .bmh-creation-close { padding: 0 20px 30px; }
  .bmh-voice-rail { grid-auto-columns: 78%; gap: 16px; padding-right: 28px; }
  .bmh-voice-card { min-height: 480px; }
  .bmh-theme-stage {
    --theme-card-width: min(86vw, 320px);
    --theme-card-height: calc(var(--theme-card-width) * 16 / 9);
    --theme-stage-width: calc(100vw - 28px);
    height: auto;
    border-radius: 24px;
  }
  .bmh-theme-intro {
    inset: auto;
    display: block;
    padding: 22px 20px 0;
  }
  .bmh-theme-intro h2 { font-size: clamp(1.7rem, 8.4vw, 2.45rem); margin-bottom: 8px; }
  .bmh-theme-subhead {
    font-size: clamp(1.08rem, 4.6vw, 1.38rem);
    max-width: none;
  }
  .bmh-theme-intro .bmh-lead { margin-top: 12px; }
  .bmh-theme-intro-cta { margin-top: 18px; }
  .bmh-theme-intro-cta .bmh-actions { margin-top: 0; }
  .bmh-theme-controls,
  .bmh-theme-nav {
    display: none;
  }
  .bmh-theme-carousel {
    margin-top: 18px;
    height: calc(var(--theme-card-height) + 96px);
  }
  .bmh-theme-track {
    gap: 14px;
    box-sizing: border-box;
    padding: 18px calc((var(--theme-stage-width) - var(--theme-card-width)) / 2) 64px;
  }
  .bmh-theme-card {
    flex-basis: var(--theme-card-width);
    height: var(--theme-card-height);
    margin-inline: 0;
    border-radius: 18px;
  }
  .bmh-theme-audience {
    top: 12px;
    right: 12px;
    bottom: auto;
    width: min(220px, calc(100% - 24px));
  }
  .bmh-theme-card-meta {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
    flex-direction: column;
    align-items: stretch;
  }
  .bmh-theme-explore {
    width: fit-content;
  }
  .bmh-theme-card-meta span { display: block; margin-top: 2px; }
  .bmh-theme-stage,
  .bmh-commerce-layout,
  .bmh-agentic-layout,
  .bmh-payments,
  .bmh-community,
  .bmh-start-shell { gap: 32px; }
  .bmh-commerce-proof { grid-template-columns: minmax(0, 1fr); justify-content: stretch; }
  .bmh-agentic-layout .bmh-chat { order: 1; }
  .bmh-payments { padding: 28px 20px; }
  .bmh-globe { width: 210px; }
  .bmh-payments-human { max-width: none; justify-self: stretch; }
  .bmh-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .bmh-proof { min-height: 135px; padding: 15px; }
  .bmh-community-proof { grid-template-columns: 1fr; }
  .bmh-community-proof .bmh-human,
  .bmh-start-proof > .bmh-human { min-height: 0; aspect-ratio: 4 / 5; }
  .bmh-start-shell { padding: 34px 20px; }
  .bmh-start-shell--close { padding: 22px 16px; }
  .bmh-start-shell--page { padding: 28px 18px; }
  .bmh-microsteps { grid-template-columns: 1fr; }
  .bmh-microstep { display: grid; grid-template-columns: 34px 1fr; }
  .bmh-class-row { grid-template-columns: 50px minmax(0, 1fr) auto; gap: 10px; }
  .bmh-instructor { width: 50px; height: 50px; }
  .bm-body:has(.bm-home-daylight) .bm-nav-inner { padding: 12px 14px; }
  .bm-body:has(.bm-home-daylight) .bm-nav-actions .bm-btn-ghost { display: none; }
}

/* —— Public /themes explorer — cinema of living stores —— */
.bmh-themes-page {
  --bmh-cinema: min(96vw, 1480px);
  padding: 8px 0 80px;
}
.bmh-themes-page:focus { outline: none; }
.bmh-themes-page h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}
.bmh-themes-mast {
  width: var(--bmh-cinema);
  margin: 8px auto 28px;
  padding: 0 4px;
  display: grid;
  gap: 12px;
}
.bmh-themes-mast .bmh-eyebrow { margin: 0; }
.bmh-themes-mast .bmh-lead {
  max-width: 42rem;
  margin: 0;
  color: var(--bmh-muted);
  font-size: 1.06rem;
  line-height: 1.5;
}
.bmh-themes-cinema {
  width: var(--bmh-cinema);
  margin: 0 auto;
}
.bmh-themes-stage {
  position: relative;
  overflow: hidden;
  height: calc(100svh - 26rem);
  min-height: 420px;
  max-height: 780px;
  background: #ece7dd;
  border: 1px solid var(--bmh-line);
  border-radius: 28px;
  box-shadow:
    0 0 0 1px rgba(217, 255, 67, 0.18),
    0 28px 80px rgba(18, 21, 17, 0.16);
}
.bmh-themes-poster,
.bmh-themes-stage iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #ece7dd;
}
.bmh-themes-poster {
  object-fit: cover;
  object-position: top center;
}
.bmh-themes-stage iframe {
  z-index: 1;
  background: #fff;
  opacity: 1;
  transition: opacity 0.45s ease;
}
.bmh-themes-stage iframe.is-loading { opacity: 0; }
.bmh-themes-stage iframe[hidden] { display: none !important; }
.bmh-themes-nav {
  position: absolute;
  top: 46%;
  z-index: 4;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--bmh-ink);
  font-size: 1.7rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--bmh-line);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(18, 21, 17, 0.14);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
.bmh-themes-nav:hover {
  background: var(--bmh-acid);
  transform: translateY(-2px) scale(1.04);
}
.bmh-themes-nav--prev { left: 16px; }
.bmh-themes-nav--next { right: 16px; }
.bmh-themes-veil {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 56px 24px 18px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(18, 21, 17, 0.08) 28%, rgba(18, 21, 17, 0.78) 100%);
}
.bmh-themes-veil-copy,
.bmh-themes-choose { pointer-events: auto; }
.bmh-themes-veil-copy {
  min-width: 0;
  color: #fff;
  text-shadow: 0 2px 18px rgba(18, 21, 17, 0.45);
}
.bmh-themes-veil-copy strong {
  display: block;
  font-family: var(--bmh-headline);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}
.bmh-themes-veil-copy span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 650;
}
.bmh-themes-whisper {
  max-width: 42rem;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.4;
}
.bmh-themes-live {
  margin: 8px 0 0;
  color: var(--bmh-acid);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.bmh-themes-choose {
  flex: 0 0 auto;
  white-space: nowrap;
  box-shadow: 0 10px 28px rgba(18, 21, 17, 0.28);
}
.bmh-themes-dock {
  width: var(--bmh-cinema);
  margin: 18px auto 0;
}
.bmh-themes-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 28px;
  margin-bottom: 10px;
  padding: 0 4px;
}
.bmh-themes-count {
  margin: 0;
  color: var(--bmh-muted);
  font-size: 0.88rem;
  font-weight: 650;
}
.bmh-themes-clear {
  padding: 0;
  color: var(--bmh-ink);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  background: none;
  border: 0;
  cursor: pointer;
}
.bmh-themes-clear[hidden],
.bmh-themes-empty[hidden],
.bmh-themes-card[hidden],
.bmh-themes-card.is-filtered-out {
  display: none !important;
}
.bmh-themes-film-wrap {
  position: relative;
}
.bmh-themes-film-wrap::before,
.bmh-themes-film-wrap::after {
  position: absolute;
  top: 0;
  bottom: 36px;
  z-index: 2;
  width: 28px;
  pointer-events: none;
  content: "";
}
.bmh-themes-film-wrap::before {
  left: 0;
  background: linear-gradient(90deg, var(--bmh-paper), transparent);
}
.bmh-themes-film-wrap::after {
  right: 0;
  background: linear-gradient(270deg, var(--bmh-paper), transparent);
}
.bmh-themes-film {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 20px 16px 14px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.bmh-themes-film::-webkit-scrollbar { display: none; }
.bmh-themes-scroll {
  position: relative;
  height: 18px;
  margin: 2px 16px 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 21, 17, 0.28);
  border-radius: 999px;
  box-shadow: inset 0 1px 3px rgba(18, 21, 17, 0.1);
  cursor: pointer;
  touch-action: none;
  user-select: none;
}
.bmh-themes-scroll[hidden],
.bmh-themes-scroll.is-idle {
  display: none;
}
.bmh-themes-scroll span {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 18%;
  background: var(--bmh-acid);
  border: 1.5px solid var(--bmh-ink);
  border-radius: 999px;
  box-shadow:
    0 1px 4px rgba(18, 21, 17, 0.22),
    0 0 12px rgba(217, 255, 67, 0.8);
  cursor: grab;
}
.bmh-themes-scroll.is-dragging,
.bmh-themes-scroll.is-dragging span {
  cursor: grabbing;
}
.bmh-themes-film.is-empty { min-height: 0; }
.bmh-themes-card {
  position: relative;
  flex: 0 0 300px;
  height: 188px;
  overflow: hidden;
  padding: 0;
  scroll-snap-align: start;
  text-align: left;
  color: #fff;
  background: #ece7dd;
  border: 1px solid rgba(18, 21, 17, 0.16);
  border-radius: 18px;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(18, 21, 17, 0.12);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.bmh-themes-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.bmh-themes-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(18, 21, 17, 0.72));
  content: "";
}
.bmh-themes-card span {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  z-index: 1;
  display: grid;
  gap: 2px;
}
.bmh-themes-card strong {
  font-family: var(--bmh-headline);
  font-size: 1.08rem;
  line-height: 1.15;
  text-shadow: 0 2px 12px rgba(18, 21, 17, 0.45);
}
.bmh-themes-card em {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.74rem;
  font-style: normal;
}
.bmh-themes-card:hover img { transform: scale(1.04); }
.bmh-themes-card.is-selected {
  border: 3px solid var(--bmh-acid);
  box-shadow:
    0 0 0 3px var(--bmh-ink),
    0 0 0 6px var(--bmh-acid),
    0 0 32px 6px rgba(217, 255, 67, 0.62),
    0 18px 40px rgba(18, 21, 17, 0.22);
  transform: translateY(-4px);
}
.bmh-themes-card.is-selected::before {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  border: 4px solid var(--bmh-acid);
  box-shadow: inset 0 0 0 4px var(--bmh-ink);
  border-radius: inherit;
  content: "";
}
.bmh-themes-empty {
  display: grid;
  place-items: center;
  min-height: 120px;
  margin: 0;
  padding: 28px 20px;
  color: var(--bmh-muted);
  text-align: center;
  background: rgba(255, 255, 255, 0.55);
  border: 1px dashed var(--bmh-line);
  border-radius: 16px;
}
.bmh-themes-index {
  display: grid;
  gap: 12px;
  margin-top: 10px;
  padding: 22px 4px 10px;
  border-top: 1px solid var(--bmh-line);
}
.bmh-themes-index-kicker {
  margin: 0;
  color: var(--bmh-acid-ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.bmh-themes-index-worlds {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.bmh-themes-index .bmh-themes-chip {
  flex: 0 0 auto;
  padding: 8px 14px;
  color: var(--bmh-ink);
  font-size: 0.86rem;
  font-weight: 650;
  background: #fff;
  border: 1px solid var(--bmh-line);
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(18, 21, 17, 0.04);
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.bmh-themes-index .bmh-themes-chip small {
  margin-left: 0.15em;
  color: var(--bmh-muted);
  font-size: 0.86em;
  font-weight: 600;
}
.bmh-themes-index .bmh-themes-chip:hover {
  border-color: rgba(18, 21, 17, 0.28);
  background: #fff;
  box-shadow: 0 4px 14px rgba(18, 21, 17, 0.08);
  transform: translateY(-1px);
}
.bmh-themes-index .bmh-themes-chip.is-active {
  color: var(--bmh-ink);
  background: var(--bmh-acid);
  border-color: rgba(18, 21, 17, 0.22);
  box-shadow: 0 0 0 1px rgba(217, 255, 67, 0.7), 0 6px 16px rgba(18, 21, 17, 0.08);
}
.bmh-themes-index .bmh-themes-chip.is-active small {
  color: var(--bmh-acid-ink);
}
.bmh-themes-index .bmh-themes-chip.is-active:hover {
  background: var(--bmh-acid);
}
@media (max-width: 960px) {
  .bm-body:has(.bmh-themes-page) .bm-crumbs { padding: 10px 14px 0; }
  .bmh-themes-mast {
    gap: 14px;
    margin-bottom: 22px;
  }
  .bmh-themes-page h1 { font-size: clamp(1.55rem, 8vw, 2.1rem); }
  .bmh-themes-stage {
    height: calc(100svh - 22rem);
    min-height: 340px;
    border-radius: 20px;
  }
  .bmh-themes-nav { width: 40px; height: 40px; font-size: 1.4rem; }
  .bmh-themes-nav--prev { left: 8px; }
  .bmh-themes-nav--next { right: 8px; }
  .bmh-themes-veil {
    flex-direction: column;
    align-items: stretch;
    padding: 48px 14px 14px;
  }
  .bmh-themes-whisper { display: none; }
  .bmh-themes-choose { width: 100%; text-align: center; padding: 10px 14px; }
  .bmh-themes-card { flex-basis: 240px; height: 150px; }
  .bmh-themes-index { padding-top: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .bmh-store-card img,
  .bmh-creation-step,
  .bmh-creation-visual img,
  .bmh-creation-placeholder,
  .bmh-creation-tab,
  .bmh-theme-card,
  .bmh-theme-card img,
  .bmh-theme-audience,
  .bmh-theme-explore,
  .bmh-theme-progress span,
  .bmh-themes-card,
  .bmh-themes-card img,
  .bmh-themes-nav,
  .bmh-themes-scroll span,
  .bmh-themes-stage iframe { transition: none; }
  .bmh-theme-card.is-active { animation: none; }
  .bmh-theme-viewport { scroll-behavior: auto; }
}

[dir="rtl"] .bmh-hero-copy,
[dir="rtl"] .bm-home-daylight { text-align: right; }
[dir="rtl"] .bmh-tag::before { order: 2; }
[dir="rtl"] .bmh-theme-audience,
[dir="rtl"] .bmh-theme-card-meta { direction: rtl; text-align: right; }
