@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;
  gap: 0.42rem;
}
.bm-body:has(.bm-home-daylight) .bm-logo-mark {
  height: 1.42em;
  width: calc(1.42em * 51.6 / 44);
  filter: drop-shadow(0 0 7px rgba(217, 255, 67, 0.55));
}
.bm-body:has(.bm-home-daylight) .bm-logo-accent {
  color: var(--bmh-acid-ink);
  text-shadow: 0 0 16px rgba(217, 255, 67, 0.4);
}
.bm-body:has(.bm-home-daylight) .bm-logo:hover .bm-logo-mark {
  filter: drop-shadow(0 0 11px rgba(217, 255, 67, 0.8));
}
.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-nav-actions .bm-btn-primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(217, 255, 67, 0.45),
    0 8px 22px rgba(126, 151, 0, 0.28),
    0 0 28px rgba(217, 255, 67, 0.45);
}
.bm-body:has(.bm-home-daylight) .bm-nav-actions .bm-btn-primary:hover {
  box-shadow:
    0 0 0 1px rgba(217, 255, 67, 0.6),
    0 10px 30px rgba(126, 151, 0, 0.34),
    0 0 36px rgba(217, 255, 67, 0.55);
}
.bm-body:has(.bm-home-daylight) .bm-nav-actions .bm-btn-primary::after {
  content: "";
  position: absolute;
  inset: -20% -40%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.55) 50%,
    transparent 60%
  );
  transform: translateX(-80%);
  mix-blend-mode: soft-light;
  animation: bm-nav-shine 3.6s ease-in-out infinite;
}
@keyframes bm-nav-shine {
  0%, 55% { transform: translateX(-80%); }
  75%, 100% { transform: translateX(80%); }
}
@media (prefers-reduced-motion: reduce) {
  .bm-body:has(.bm-home-daylight) .bm-nav-actions .bm-btn-primary::after { animation: none; }
}
.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: var(--bmh-cinema, min(92vw, 1080px));
  max-width: none;
  padding: 10px 8px 0;
}
.bm-body:has(.bmh-themes-page.is-preview-expanded) .bm-crumbs { display: none; }

.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: 20ch;
  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-parade.bmh-module {
  padding-top: 40px;
  padding-bottom: 24px;
}
.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-hero-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  margin-top: 28px;
}
.bmh-hero-cta .bmh-actions { margin-top: 0; }
.bm-home-daylight p.bmh-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0;
  row-gap: 0.45rem;
  margin: 20px 0 0;
  color: var(--bmh-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  letter-spacing: 0.015em;
}
.bm-home-daylight .bmh-hero-cta p.bmh-trust {
  margin-top: 0;
}
.bmh-trust span:not(:last-child)::after {
  content: "·";
  display: inline-block;
  margin: 0 0.95rem;
  font-weight: 700;
  opacity: 0.55;
}

/* 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-mark {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-inline: 0.08em 0.11em;
  margin-inline: -0.05em;
  color: var(--bmh-ink);
  background-color: transparent;
  background-image: linear-gradient(178.2deg, var(--bmh-acid), var(--bmh-acid));
  background-repeat: no-repeat;
  background-size: calc(100% + 0.1em) 0.54em;
  background-position: -0.05em 0.4em;
  font: inherit;
  font-style: inherit;
  letter-spacing: inherit;
}
.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: 28px; }
.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; }

/* 01b — Pourquoi, voix du fondateur */
.bmh-why-shell {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 52px;
  align-items: stretch;
  padding: 54px 54px 50px;
  background:
    radial-gradient(circle at 96% 0%, rgba(185, 214, 255, 0.24), transparent 36%),
    var(--bmh-panel);
  border: 1px solid #d7ddcf;
  border-radius: 30px;
  box-shadow: 0 22px 70px rgba(34, 47, 29, 0.07);
}
.bmh-why h2 { max-width: 20ch; }
.bmh-why .bmh-lead { max-width: 47ch; }
.bmh-why-body {
  max-width: 54ch;
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--bmh-line);
}
.bmh-why-body p {
  margin: 0 0 1.15em;
  font-size: 1.02rem;
  line-height: 1.62;
}
.bmh-why-body p:last-child { margin-bottom: 0; }
.bm-home-daylight .bmh-why-signature {
  margin: 34px 0 0;
  font-family: var(--bmh-headline);
  font-size: 1.3rem;
  letter-spacing: -0.022em;
  line-height: 1.35;
}
.bm-home-daylight .bmh-why-more { margin: 14px 0 0; font-size: 0.92rem; }
.bmh-why-more a {
  color: var(--bmh-muted);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.bmh-why-more a:hover { color: var(--bmh-ink); }
.bmh-why-ledger {
  display: grid;
  align-content: center;
  gap: 14px;
  height: 100%;
}
.bmh-why-column {
  padding: 28px 30px;
  background: rgba(241, 243, 234, 0.78);
  border: 1px solid var(--bmh-line);
  border-radius: 20px;
}
.bmh-why-column--you {
  background: rgba(217, 255, 67, 0.15);
  border-color: rgba(126, 151, 0, 0.26);
}
.bmh-why-column h3 {
  margin: 0 0 15px;
  color: var(--bmh-muted);
  font-family: var(--bmh-headline);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.bmh-why-column--you h3 { color: var(--bmh-acid-ink); }
.bmh-why-column ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bmh-why-column li {
  position: relative;
  padding-left: 18px;
  font-size: 0.95rem;
  line-height: 1.4;
}
.bmh-why-column li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 9px;
  height: 1px;
  background: currentColor;
  opacity: 0.45;
}
.bmh-why-figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d4dacd;
  border-radius: 20px;
  background: #fff;
}
.bmh-why-figure img,
.bmh-why-figure video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.bmh-why-figure figcaption {
  padding: 11px 14px;
  color: var(--bmh-ink);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* 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;
}
/* Filmed doors: three equal windows onto one continuous take, so the walk crosses
   them at the same scale. The acid fill of the first card is dropped here — it read as
   a recommended door, and it fought the film underneath it. */
.bmh-path-grid--filmed {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
/* Declared as descendants so they outrank the base .bmh-entry-card rules that follow below. */
.bmh-path-grid--filmed .bmh-entry-card {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  justify-content: flex-start;
}
.bmh-path-grid--filmed .bmh-entry-card:first-child {
  background: rgba(255, 255, 255, 0.88);
}
.bmh-door-film {
  position: relative;
  background: var(--bmh-mist);
  border-bottom: 1px solid var(--bmh-line);
}
.bmh-door-video {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--bmh-mist);
}
.bmh-path-grid--filmed .bmh-entry-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 24px 26px;
}
.bmh-path-grid--filmed .bmh-entry-body h3 { margin: 0 0 7px; }
.bmh-entry-card:not(.bmh-entry-card--filmed) .bmh-entry-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.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-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); }
/* Three explicit columns, one self-shot film in each, and a different crop per still so the wall
   reads as a composed page instead of seven identical cards. Column heights are deliberately
   unequal — the ragged bottom is the rhythm. */
.bmh-voice-wall {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  margin-top: 44px;
}
.bmh-voice-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
.bmh-voice { margin: 0; }
.bmh-voice-media {
  position: relative;
  overflow: hidden;
  background: var(--bmh-mist);
  border-radius: 18px;
}
.bmh-voice-media img,
.bmh-voice-film,
.bmh-voice-blank {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}
.bmh-voice--square .bmh-voice-media img { aspect-ratio: 1 / 1; }
.bmh-voice--portrait .bmh-voice-media img { aspect-ratio: 3 / 4; }
.bmh-voice--tall .bmh-voice-media img { aspect-ratio: 2 / 3; }
.bmh-voice-blank {
  background: linear-gradient(140deg, var(--bmh-mist), #fff);
}
.bmh-voice--filmed .bmh-voice-film {
  aspect-ratio: 9 / 16;
  object-position: center;
  background: #ece7dd;
}
.bmh-voice figcaption {
  padding: 18px 2px 0;
}
.bmh-voice blockquote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.bmh-voice--filmed blockquote {
  font-size: 1.1rem;
  line-height: 1.42;
  letter-spacing: -0.01em;
}
.bmh-voice cite {
  display: block;
  margin-top: 10px;
  color: var(--bmh-muted);
  font-size: 0.8rem;
  font-style: normal;
}
.bmh-voice-sound {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  color: #fff;
  background: rgba(18, 21, 17, 0.52);
  border: 0;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background 0.2s ease, opacity 0.2s ease;
}
.bmh-voice-sound:hover,
.bmh-voice-sound:focus-visible {
  background: rgba(18, 21, 17, 0.74);
}
.bmh-voice-sound-bars {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 10px;
}
/* Uneven at rest, otherwise three equal dots read as an ellipsis rather than an equaliser. */
.bmh-voice-sound-bars i {
  width: 2px;
  height: 4px;
  background: currentcolor;
  border-radius: 1px;
}
.bmh-voice-sound-bars i:nth-child(2) { height: 10px; }
.bmh-voice-sound-bars i:nth-child(3) { height: 6px; }
/* Bars only animate while that voice is actually audible. */
.bmh-voice-sound[aria-pressed="true"] {
  color: var(--bmh-ink);
  background: var(--bmh-acid);
}
.bmh-voice-sound[aria-pressed="true"] .bmh-voice-sound-bars i {
  animation: bmh-voice-bars 0.9s ease-in-out infinite;
}
.bmh-voice-sound[aria-pressed="true"] .bmh-voice-sound-bars i:nth-child(2) { animation-delay: 0.15s; }
.bmh-voice-sound[aria-pressed="true"] .bmh-voice-sound-bars i:nth-child(3) { animation-delay: 0.3s; }
@keyframes bmh-voice-bars {
  0%, 100% { height: 3px; }
  50% { height: 10px; }
}
.bmh-theme-stage {
  --theme-card-width: clamp(640px, 70vw, 920px);
  /* Match Cover Flow capture viewport 1280×800. */
  --theme-card-height: calc(var(--theme-card-width) * 800 / 1280);
  --theme-stage-width: 100%;
  position: relative;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  scroll-margin-top: 72px;
  background: linear-gradient(145deg, #fff, var(--bmh-mist));
  border: 1px solid var(--bmh-line);
  border-radius: 30px;
  box-shadow: 0 22px 60px rgba(34, 47, 29, 0.07);
  padding-bottom: 0;
}
.bmh-theme-stage::before {
  display: none;
}
.bmh-theme-intro {
  position: relative;
  inset: auto;
  z-index: 12;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(12rem, 0.65fr);
  gap: 28px 48px;
  align-items: center;
  flex: 0 0 auto;
  padding: 56px 56px 0;
  pointer-events: auto;
}
.bmh-theme-intro .bmh-lead {
  max-width: 58ch;
  margin-top: 16px;
  margin-bottom: 0;
}
.bmh-theme-intro-cta {
  justify-self: start;
  padding-bottom: 0;
}
.bmh-theme-intro-cta .bmh-actions { margin-top: 0; }
.bmh-theme-intro-cta .bmh-trust {
  margin-top: 16px;
}
.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) + 48px);
  min-height: 0;
  margin-top: 8px;
  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: 6px calc((var(--theme-stage-width) - var(--theme-card-width)) / 2) 34px;
  display: flex;
  align-items: center;
  gap: 16px;
  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: 14px;
  box-shadow: 0 18px 44px rgba(18, 21, 17, 0.16);
  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.35s ease, border-color 0.35s 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(18, 21, 17, 0.28);
  box-shadow: 0 28px 64px rgba(18, 21, 17, 0.24);
}
.bmh-theme-card picture {
  position: absolute;
  inset: 0;
  display: block;
  background: #ece7dd;
}
.bmh-theme-card img {
  width: 100%;
  height: 100%;
  /* First-viewport captures — fill 1280×800 / 390×844 frames. */
  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: 14px;
  bottom: 12px;
  left: 14px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 12px;
  max-width: calc(100% - 28px);
  color: #fff;
  text-shadow: 0 2px 18px rgba(18, 21, 17, 0.45);
  pointer-events: none;
}
.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-status {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  z-index: 14;
  margin: 0;
  color: var(--bmh-acid-ink);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}
.bmh-theme-progress {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  z-index: 14;
  width: min(560px, calc(100% - 32px));
  height: 4px;
  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(0, 1fr);
  justify-content: stretch;
  gap: 12px;
  align-items: stretch;
}
.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 {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  max-width: 28rem;
}
.bmh-control-points li {
  position: relative;
  margin: 0;
  padding: 0 0 0 14px;
  color: var(--bmh-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}
.bmh-control-points li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--bmh-ink);
  border-radius: 50%;
  opacity: 0.35;
}
[dir="rtl"] .bmh-control-points li {
  padding: 0 14px 0 0;
}
[dir="rtl"] .bmh-control-points li::before {
  left: auto;
  right: 0;
}
.bmh-agentic-layout { grid-template-columns: 1.05fr 0.95fr; gap: 56px; }
.bmh-chat {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 0;
  padding: 18px 18px 16px;
  color: var(--bmh-ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(212, 255, 63, 0.12), transparent 28%),
    linear-gradient(165deg, #fff 0%, #f3f7fb 58%, #edf4fb 100%);
  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: 12px;
  padding: 2px 2px 14px;
  border-bottom: 1px solid #d9e2ea;
}
.bmh-chat-agents {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.bmh-chat-agent-orb {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-inline-start: -7px;
  background: #fff;
  border: 1px solid #d4dde6;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(34, 47, 29, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bmh-chat-agent-orb:first-child { margin-inline-start: 0; }
.bmh-chat-agent-orb.is-lead {
  position: relative;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-color: #b7c8d8;
  box-shadow: 0 6px 16px rgba(48, 74, 94, 0.12);
  transform: scale(1.04);
}
.bmh-chat-agent-orb .bmh-seal-agent-mark {
  width: 13px;
  height: 13px;
}
.bmh-chat-agent-orb.is-lead .bmh-seal-agent-mark {
  width: 16px;
  height: 16px;
}
.bmh-chat-head-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}
.bmh-chat-head-copy strong {
  color: var(--bmh-ink);
  font-size: 0.92rem;
  line-height: 1.2;
}
.bmh-chat-head-copy small {
  color: var(--bmh-muted);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}
.bmh-chat-thread {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 14px;
  min-height: 0;
}
.bmh-chat-turn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.bmh-chat-turn.is-waiting,
.bmh-chat-turn--typing.is-done {
  display: none;
}
.bmh-chat-turn.is-in {
  display: block;
  opacity: 1;
  transform: none;
  animation: bmh-chat-rise 0.35s ease both;
}
.bmh-bubble {
  max-width: 88%;
  margin: 0;
  padding: 11px 13px;
  background: #e1e9f4;
  border-radius: 16px 16px 16px 6px;
  font-size: 0.86rem;
  line-height: 1.45;
}
.bmh-bubble--buyer {
  margin-left: auto;
  background: #e1e9f4;
  border-radius: 16px 16px 6px 16px;
}
.bmh-bubble--agent {
  background: #fff;
  border: 1px solid #d7e1ea;
  border-radius: 16px 16px 16px 6px;
  box-shadow: 0 8px 20px rgba(48, 74, 94, 0.05);
}
.bmh-bubble--right {
  margin-left: auto;
  color: var(--bmh-ink);
  background: var(--bmh-acid);
}
.bmh-chat-dots {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #d7e1ea;
  border-radius: 999px;
}
.bmh-chat-dots i {
  width: 6px;
  height: 6px;
  background: #7b8b99;
  border-radius: 50%;
  animation: bmh-chat-dot 1s ease-in-out infinite;
}
.bmh-chat-dots i:nth-child(2) { animation-delay: 0.15s; }
.bmh-chat-dots i:nth-child(3) { animation-delay: 0.3s; }
@keyframes bmh-chat-dot {
  0%, 80%, 100% { opacity: 0.35; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-2px); }
}
.bmh-plant-rail {
  display: grid;
  gap: 8px;
}
.bmh-product-chip {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--bmh-line);
  border-radius: 14px;
}
.bmh-product-chip i { background: var(--bmh-peach); border-radius: 9px; }
.bmh-product-chip small {
  display: block;
  margin-top: 2px;
  color: var(--bmh-muted);
  font-size: 0.75rem;
}
.bmh-product-chip strong {
  font-size: 0.86rem;
  line-height: 1.25;
}
.bmh-plant-thumb {
  position: relative;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 11px;
  background:
    radial-gradient(circle at 50% 78%, #8b5a2b 0 18%, transparent 19%),
    linear-gradient(160deg, #dfead4, #b7d0a4);
}
.bmh-plant-thumb::before,
.bmh-plant-thumb::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 60% 40% 55% 45%;
}
.bmh-plant-thumb--monstera::before {
  top: 10px;
  left: 10px;
  width: 22px;
  height: 28px;
  background: #2f6b3a;
  box-shadow: 14px 4px 0 #3f8a4c;
  transform: rotate(-18deg);
}
.bmh-plant-thumb--monstera::after {
  top: 16px;
  left: 18px;
  width: 10px;
  height: 10px;
  background: #dfead4;
  border-radius: 50%;
  box-shadow: 8px 8px 0 #dfead4, -2px 12px 0 #dfead4;
  opacity: 0.7;
}
.bmh-plant-thumb--snake::before {
  top: 8px;
  left: 18px;
  width: 8px;
  height: 34px;
  background: linear-gradient(180deg, #4f9a57, #2d6a38);
  border-radius: 999px;
  box-shadow: -10px 4px 0 #3f8450, 10px 6px 0 #356f42;
}
.bmh-plant-thumb--snake::after { display: none; }
.bmh-plant-thumb--pothos::before {
  top: 12px;
  left: 8px;
  width: 18px;
  height: 16px;
  background: #4f9a3f;
  border-radius: 50% 10% 50% 10%;
  box-shadow: 12px 8px 0 #6bb24a, 20px 0 0 #3f7f35;
  transform: rotate(-20deg);
}
.bmh-plant-thumb--pothos::after {
  top: 8px;
  left: 24px;
  width: 2px;
  height: 28px;
  background: #6a4a2a;
  border-radius: 2px;
  transform: rotate(18deg);
}
.bmh-chat-buy {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 12px 14px;
  color: var(--bmh-ink);
  background: var(--bmh-acid);
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
  cursor: default;
  box-shadow: 0 10px 24px rgba(140, 170, 20, 0.22);
}
.bmh-chat-turn--products.is-in .bmh-product-chip,
.bmh-chat-turn--products.is-in .bmh-chat-buy {
  animation: bmh-chat-rise 0.45s ease both;
}
.bmh-chat-turn--products.is-in .bmh-product-chip:nth-child(1) { animation-delay: 0.05s; }
.bmh-chat-turn--products.is-in .bmh-product-chip:nth-child(2) { animation-delay: 0.14s; }
.bmh-chat-turn--products.is-in .bmh-product-chip:nth-child(3) { animation-delay: 0.23s; }
.bmh-chat-turn--products.is-in .bmh-chat-buy { animation-delay: 0.34s; }
@keyframes bmh-chat-rise {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .bmh-chat-turn,
  .bmh-chat-turn.is-in,
  .bmh-chat-turn--products.is-in .bmh-product-chip,
  .bmh-chat-turn--products.is-in .bmh-chat-buy,
  .bmh-chat-dots i,
  .bmh-chat-agent-orb {
    animation: none !important;
    transition: none !important;
  }
}
.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);
}
/* `img.` on purpose: `.bm-body img` in becomy_marketing.css outranks a bare class, and the width/height
   attributes would otherwise pin the height and cancel the aspect ratio. */
img.bmh-payments-human {
  width: 100%;
  max-width: 440px;
  height: auto;
  justify-self: end;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center 42%;
  border: 1px solid #d4dacd;
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(34, 47, 29, 0.1);
}
/* Operator plates are drawn on one shared outline (see marketing/_paymarks), so the row only needs
   rhythm here — never per-brand styling. */
.bmh-paymarks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  /* 6 plates + 5 gaps: the wall wraps 6 + 6 instead of leaving an orphan half-row. */
  max-width: 393px;
  margin: 22px 0 0;
  padding: 0;
}
.bmh-paymarks img {
  display: block;
  width: 58px;
  height: 37px;
}
.bmh-paymarks-note {
  margin: 13px 0 0;
  max-width: 46ch;
  color: var(--bmh-muted);
  font-size: 0.81rem;
  line-height: 1.5;
}

/* 05 — Pouvoir y croire */
.bmh-believe { background: var(--bmh-paper); }
.bmh-yang-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.72fr);
  gap: 32px;
  align-items: stretch;
  margin-top: 34px;
}
.bmh-yang-layout:not(:has(.bmh-yang-human)) {
  grid-template-columns: minmax(0, 1fr);
}
.bmh-proof-head {
  display: block;
}
.bmh-proof-head .bmh-lead {
  margin-top: 14px;
  max-width: 46ch;
}
/* Same border and elevation as the ledger: two panels flush in one band must not read as two planes. */
.bmh-yang-human {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--bmh-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(34, 47, 29, 0.07);
}
.bmh-yang-human img,
.bmh-yang-video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 42%;
}
/* The proof ledger is one plaque with hairline cells, not a confetti of tinted tiles. */
.bmh-proof-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
  background: var(--bmh-panel);
  border: 1px solid var(--bmh-line);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(34, 47, 29, 0.07);
}
.bmh-proof {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  padding: 24px 28px;
}
.bmh-proof:nth-child(2n) { border-inline-start: 1px solid var(--bmh-line); }
.bmh-proof:nth-child(n + 3) { border-top: 1px solid var(--bmh-line); }
/* One tinted cell only: the claim that separates Becomy from every marketplace. Its ink is darker than the
   shared acid token so the most important number is not the palest one on the plaque. */
.bmh-proof:first-child { background: rgba(217, 255, 67, 0.16); }
.bmh-proof:first-child dt { color: #4f5e00; }
.bmh-proof dt {
  color: var(--bmh-ink);
  font-family: var(--bmh-headline);
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  letter-spacing: -0.055em;
  line-height: 1;
}
/* Word values would otherwise out-weigh the acid claim they are supposed to support. */
.bmh-proof dt.bmh-proof-word {
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  letter-spacing: -0.03em;
}
[dir="rtl"] .bmh-proof dt { letter-spacing: normal; }
.bmh-proof dd {
  margin: 0;
  min-height: 2.8em;
  color: var(--bmh-muted);
  font-size: 0.92rem;
  line-height: 1.4;
}
.bmh-proof-sig {
  margin: 18px 0 0;
  color: var(--bmh-muted);
  font-family: var(--bmh-headline);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.bmh-community {
  display: grid;
  grid-template-columns: minmax(16rem, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(28px, 4.5vw, 64px);
  align-items: center;
}
.bmh-community-copy {
  max-width: 26rem;
}
.bmh-community-copy h2 {
  max-width: 11ch;
}
.bmh-community-copy .bmh-lead {
  max-width: 34ch;
}
.bmh-community-film {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.bmh-community-video,
.bmh-community-film > img,
.bmh-community-film-blank {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: clamp(20px, 2.4vw, 32px);
  background: linear-gradient(160deg, #f4f1ea 0%, #e8eee3 55%, #dfe8f5 100%);
  border: 1px solid var(--bmh-line);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65) inset,
    0 28px 72px rgba(34, 47, 29, 0.11);
}
.bmh-community-film figcaption {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bmh-muted);
  font-weight: 600;
  text-align: center;
}

/* 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-logo {
  font-family: var(--bmh-headline);
  font-weight: 700;
  letter-spacing: -0.045em;
}
.bm-body:has(.bm-home-daylight) .bm-footer-logo .bm-logo-accent { color: #d9ff43; }

.bmh-legal-page {
  overflow: visible;
  width: min(96vw, 760px);
  margin: 0 auto;
  padding: 12px 4px 96px;
}
.bm-home-daylight.bmh-legal-page h1,
.bmh-legal-page h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}
.bmh-legal-mast { display: grid; gap: 14px; margin-bottom: 36px; }
.bmh-legal-mast .bmh-eyebrow,
.bmh-legal-mast .bmh-lead { margin: 0; }
.bmh-legal-updated {
  margin: 0;
  color: var(--bmh-muted);
  font-size: 0.82rem;
}
.bmh-legal-body p {
  margin: 0 0 18px;
  color: var(--bmh-ink);
  font-size: 1.02rem;
  line-height: 1.6;
}
.bmh-legal-roadmap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}
.bmh-legal-roadmap li {
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--bmh-line);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(18, 21, 17, 0.05);
}
.bmh-legal-status {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--bmh-acid-ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.bmh-legal-roadmap h2 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}
.bmh-legal-roadmap p { margin: 0; color: var(--bmh-muted); }
.bmh-legal-cta { margin-top: 36px; }
.bmh-legal-section {
  margin-top: 44px;
  padding-top: 34px;
  border-top: 1px solid var(--bmh-line);
  scroll-margin-top: 96px;
}
.bmh-legal-section h2 {
  margin: 0 0 14px;
  font-family: var(--bmh-headline);
  font-size: clamp(1.25rem, 2.6vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}
.bmh-legal-section-intro {
  margin: 0 0 26px;
  color: var(--bmh-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}
.bmh-legal-clauses {
  list-style: none;
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  counter-reset: bmh-clause;
}
.bmh-legal-clauses li { scroll-margin-top: 96px; }
.bmh-legal-clauses h3 {
  margin: 0 0 6px;
  color: var(--bmh-ink);
  font-family: var(--bmh-headline);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: -0.015em;
}
.bmh-legal-clauses p {
  margin: 0;
  color: #3f483e;
  font-size: 0.95rem;
  line-height: 1.62;
}

.bmh-manifesto {
  overflow: visible;
  padding: 28px 0 96px;
}
.bmh-mf-letter {
  width: min(38rem, calc(100% - 44px));
  margin: 0 auto;
}
.bmh-manifesto h1 {
  max-width: 14ch;
  margin: 0 0 36px;
  font-size: clamp(2.1rem, 4.4vw, 3.15rem);
  letter-spacing: -0.048em;
  line-height: 1.04;
}
.bmh-mf-body p {
  margin: 0 0 1.35em;
  color: var(--bmh-ink);
  font-size: 1.12rem;
  line-height: 1.68;
}
.bmh-mf-body p:first-child {
  font-size: 1.3rem;
  line-height: 1.52;
  letter-spacing: -0.014em;
}
.bmh-mf-body p:last-child { margin-bottom: 0; }
.bmh-mf-dateline {
  margin: 0 0 28px;
  color: var(--bmh-muted);
  font-size: 0.92rem;
  font-style: italic;
  line-height: 1.45;
}
.bm-home-daylight.bmh-manifesto .bmh-mf-signature {
  margin-top: 1em;
  margin-bottom: 0;
  color: var(--bmh-ink);
  font-family: var(--bmh-headline);
  font-size: 1.5em;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
.bm-home-daylight.bmh-manifesto .bmh-mf-note {
  margin: 44px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--bmh-line);
  color: var(--bmh-muted);
  font-size: 0.8rem;
  font-style: italic;
  line-height: 1.5;
}
.bmh-mf-close {
  margin-top: 3em;
  padding-top: 0;
  border-top: none;
}
.bm-home-daylight.bmh-manifesto .bmh-mf-close-lead {
  margin: 0 0 0.85em;
  color: var(--bmh-ink);
  font-family: var(--bmh-headline);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.45;
  text-wrap: wrap;
}
.bm-home-daylight.bmh-manifesto .bmh-mf-cta {
  display: inline-block;
  margin: 0 0 0.75em;
  color: var(--bmh-ink);
  font-family: var(--bmh-headline);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--bmh-ink) 35%, transparent);
  text-underline-offset: 0.18em;
}
.bm-home-daylight.bmh-manifesto .bmh-mf-cta:hover {
  color: var(--bmh-acid-ink);
  text-decoration-color: currentColor;
}
.bm-home-daylight.bmh-manifesto .bmh-mf-close .bmh-trust {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
}
.bmh-mf-close .bmh-actions { margin-top: 0; }
.bmh-mf-close .bmh-trust { margin-top: 16px; }

.bmh-seal-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
}
.bmh-seal-status .bmh-themes-seal {
  font-size: 0.78rem;
  color: var(--bmh-acid-ink);
  text-shadow: none;
}
.bmh-seal-status strong { font-size: 1.02rem; }
.bmh-seal-layers {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 0 0 8px;
  padding: 0;
}
@media (min-width: 720px) {
  .bmh-seal-layers {
    grid-template-columns: 1fr 1fr;
  }
}
.bmh-seal-layers li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--bmh-line);
  border-radius: 12px;
}
.bmh-seal-layers em {
  color: var(--bmh-acid-ink);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.bmh-seal-body h2 {
  margin: 28px 0 12px;
  font-size: 1.08rem;
  letter-spacing: -0.03em;
}
.bmh-seal-checks {
  width: 100%;
  border-collapse: collapse;
}
.bmh-seal-checks th,
.bmh-seal-checks td {
  padding: 8px 10px 8px 0;
  border-top: 1px solid var(--bmh-line);
  font-size: 0.95rem;
  text-align: left;
  vertical-align: top;
}
.bmh-seal-checks th {
  width: 4.5rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.bmh-seal-page {
  overflow: visible;
  width: 100%;
  margin: 0 auto;
  padding: 12px 0 96px;
}
.bmh-seal-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-seal-page h2 {
  margin: 0;
  font-size: 1.28rem;
  letter-spacing: -0.03em;
}
.bmh-seal-prince h2 {
  max-width: 20ch;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}
.bmh-seal-page .bmh-legal-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
}
.bmh-seal-mast,
.bmh-seal-report,
.bmh-seal-prince,
.bmh-seal-index,
.bmh-seal-checks-block,
.bmh-seal-faq {
  display: grid;
  gap: 14px;
  margin-bottom: 36px;
}
.bmh-seal-index {
  gap: 22px;
  margin-top: 28px;
  padding-top: 42px;
  border-top: 1px solid var(--bmh-line);
}
.bmh-seal-index h2 {
  margin: 0;
  max-width: none;
  font-family: var(--bmh-headline);
  font-size: clamp(1.55rem, 2.8vw, 2.05rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
}
.bmh-seal-mast {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 18px 48px;
  align-items: end;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--bmh-line);
}
.bmh-seal-mast-primary {
  display: grid;
  gap: 11px;
  min-width: 0;
}
.bmh-seal-mast-primary .bmh-eyebrow { margin-bottom: 0; }
.bmh-seal-mast .bmh-lead {
  max-width: none;
  margin: 0;
  padding-bottom: 4px;
}
.bmh-seal-mast--agents {
  grid-template-columns: minmax(0, 1.22fr) minmax(11.5rem, 0.88fr);
  gap: 24px 44px;
  align-items: center;
}
.bmh-seal-mast-copy {
  display: grid;
  gap: 12px;
  min-width: 0;
}
.bmh-seal-mast-copy .bmh-eyebrow { margin-bottom: 0; }
.bmh-seal-mast-copy .bmh-lead {
  max-width: 46ch;
  padding-bottom: 0;
  font-size: clamp(0.98rem, 1.35vw, 1.1rem);
  line-height: 1.55;
}
.bmh-seal-agents {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 10px;
  justify-items: center;
}
.bmh-seal-agent {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
}
.bmh-seal-agent-orb {
  display: grid;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--bmh-line);
  box-shadow: 0 8px 22px rgba(34, 47, 29, 0.05);
}
.bmh-seal-agent-mark {
  display: block;
  width: 1.45rem;
  height: 1.45rem;
}
.bmh-seal-agent-name {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--bmh-muted);
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.bmh-seal-prince {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 22px 40px;
  align-items: center;
}
.bmh-seal-prince-copy {
  display: grid;
  gap: 14px;
  min-width: 0;
}
.bmh-seal-prince-copy .bmh-lead {
  max-width: none;
  margin: 0;
  font-size: clamp(0.98rem, 1.35vw, 1.08rem);
  line-height: 1.55;
}
.bmh-seal-prince .bmh-traffic {
  margin: 0;
  max-width: none;
}
.bmh-seal-prince .bmh-traffic-caption {
  max-width: none;
}
.bmh-seal-flow {
  --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));
  margin: 0 0 48px;
}
.bmh-seal-flow .bmh-theme-carousel { margin-top: 20px; }
.bmh-seal-layout-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.bmh-seal-layout-frame {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bmh-seal-layout-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}
.bmh-seal-theme-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
@media (min-width: 820px) {
  .bmh-seal-theme-list {
    grid-template-columns: 1fr 1fr;
  }
}
.bmh-seal-theme-list a {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: baseline;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--bmh-line);
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
}
.bmh-seal-theme-list a:hover { border-color: var(--bmh-ink); }
.bmh-seal-theme-list span { color: var(--bmh-muted); font-size: 0.9rem; }
.bmh-seal-theme-list em {
  color: var(--bmh-acid-ink);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.bmh-seal-faq details {
  padding: 12px 0;
  border-top: 1px solid var(--bmh-line);
}
.bmh-seal-faq summary {
  cursor: pointer;
  font-weight: 650;
}
.bmh-seal-faq details p {
  margin: 10px 0 0;
  color: var(--bmh-muted);
  line-height: 1.55;
}
@media (max-width: 720px) {
  .bmh-seal-flow {
    --theme-card-width: min(86vw, 320px);
    --theme-card-height: calc(var(--theme-card-width) * 16 / 9);
    --theme-stage-width: calc(100vw - 28px);
  }
  .bmh-seal-theme-list a {
    grid-template-columns: 1fr;
    padding: 9px 12px;
    gap: 2px;
  }
  .bmh-seal-theme-list em { font-size: 0.64rem; }
}

@media (max-width: 960px) {
  .bmh-paymarks { max-width: 259px; }
  .bm-home-daylight.bmh-legal-page h1,
  .bmh-legal-page h1 { max-width: none; font-size: clamp(1.55rem, 8vw, 2.1rem); }
  .bmh-mf-letter { width: min(38rem, calc(100% - 28px)); }
  .bmh-why-shell {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 42px 34px 38px;
  }
  .bmh-why .bmh-lead,
  .bmh-why-body { max-width: none; }
  .bmh-why-ledger { grid-template-columns: 1fr 1fr; height: auto; }
  .bmh-why-figure { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .bm-home-daylight.bmh-seal-page h1 {
    max-width: none;
    font-size: clamp(1.5rem, 7vw, 2rem);
  }
  .bm-home-daylight.bmh-seal-page h2 {
    font-size: 1.18rem;
  }
  .bm-home-daylight.bmh-seal-page .bmh-seal-index h2 {
    font-size: clamp(1.4rem, 6vw, 1.85rem);
  }
  .bm-home-daylight.bmh-seal-page .bmh-seal-prince h2 {
    max-width: none;
    font-size: clamp(1.28rem, 6.2vw, 1.7rem);
  }
  .bmh-seal-index {
    margin-top: 18px;
    padding-top: 32px;
    gap: 18px;
  }
  .bmh-seal-mast,
  .bmh-seal-prince {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }
  .bmh-seal-mast {
    padding-bottom: 14px;
  }
  .bmh-seal-mast--agents {
    gap: 22px;
  }
  .bmh-seal-agents {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 20rem;
  }
  .bmh-seal-agent-orb {
    width: 3rem;
    height: 3rem;
  }
  .bmh-seal-prince .bmh-traffic {
    order: 2;
  }
  .bmh-seal-prince-copy {
    order: 1;
  }
  .bm-home-daylight.bmh-manifesto h1 {
    max-width: 12ch;
    font-size: clamp(1.95rem, 10vw, 2.7rem);
  }
  .bmh-mf-body p:first-child { font-size: 1.2rem; }
  .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); }
  .bm-home-daylight.bmh-manifesto .bmh-mf-close-lead {
    font-size: 1.12rem;
    line-height: 1.45;
  }
  .bmh-why-shell {
    padding: 34px 22px 30px;
    border-radius: 24px;
  }
  .bmh-why h2 { max-width: none; }
  .bmh-why-body { margin-top: 22px; padding-top: 22px; }
  .bmh-why-body p { font-size: 0.98rem; }
  .bmh-why-signature { font-size: 1.15rem; }
  .bmh-why-ledger { grid-template-columns: 1fr; }
  .bmh-why-column { padding: 20px 22px; }
  .bmh-hero { min-height: auto; padding: 70px 0 42px; display: block; }
  .bmh-hero-copy { width: 100%; }
  .bmh-hero-cta {
    align-items: stretch;
    gap: 28px;
  }
  .bm-home-daylight .bmh-hero-cta p.bmh-trust {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }
  .bmh-hero-cta .bmh-trust span:not(:last-child)::after {
    display: none;
  }
  .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-proof-head .bmh-lead { margin: 14px 0 0; max-width: none; }
  .bmh-yang-layout { margin-top: 24px; gap: 20px; }
  /* Receipts first on phones: the numbers are the argument, the film is the proof that follows. */
  .bmh-yang-human { 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-entry-card--filmed { min-height: 0; }
  .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; }
  /* The columns dissolve so the seven tiles become direct children of a snap rail. */
  .bmh-voice-wall {
    gap: 16px;
    margin-top: 32px;
    padding: 0 28px 12px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .bmh-voice-wall::-webkit-scrollbar { display: none; }
  .bmh-voice-col { display: contents; }
  .bmh-voice {
    flex: 0 0 76%;
    scroll-snap-align: start;
  }
  /* Side by side in a rail, the varied desktop crops read as sloppy rather than composed. */
  .bmh-voice--square .bmh-voice-media img,
  .bmh-voice--portrait .bmh-voice-media img,
  .bmh-voice--tall .bmh-voice-media img { aspect-ratio: 4 / 5; }
  .bmh-voice--filmed blockquote { font-size: 1.02rem; }
  .bmh-theme-stage {
    /* Use vw (not %) so height calc stays valid — % in height context collapses cards to ~2px. */
    --theme-card-width: min(86vw, 320px);
    /* Match Cover Flow mobile capture viewport 390×844. */
    --theme-card-height: calc(var(--theme-card-width) * 844 / 390);
    --theme-stage-width: 100%;
    width: 100%;
    margin: 0;
    height: auto;
    border-radius: 14px;
  }
  .bmh-theme-intro {
    inset: auto;
    display: block;
    padding: 28px 20px 0;
  }
  .bmh-theme-intro .bmh-lead { margin-top: 14px; }
  .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: 8px;
    height: calc(var(--theme-card-height) + 52px);
  }
  .bmh-theme-track {
    gap: 8px;
    box-sizing: border-box;
    padding: 8px calc((var(--theme-stage-width) - var(--theme-card-width)) / 2) 44px;
  }
  .bmh-theme-card {
    flex-basis: var(--theme-card-width);
    height: var(--theme-card-height);
    margin-inline: 0;
    border-radius: 14px;
  }
  .bmh-theme-card-meta {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
  }
  .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: 0; }
  .bmh-agentic-layout .bmh-agentic-copy { order: 1; }
  .bmh-payments { padding: 28px 20px; }
  .bmh-globe { width: 210px; }
  img.bmh-payments-human { max-width: none; justify-self: stretch; }
  .bmh-proof { padding: 18px 20px; gap: 7px; }
  .bmh-proof dt { font-size: clamp(1.45rem, 6.5vw, 1.9rem); }
  .bmh-proof dd { font-size: 0.95rem; line-height: 1.35; }
  .bmh-community { grid-template-columns: 1fr; gap: 22px; }
  .bmh-community-copy { max-width: none; }
  .bmh-community-copy h2 { max-width: none; }
  .bmh-community-copy .bmh-lead { max-width: none; margin-bottom: 0; }
  .bmh-community-video,
  .bmh-community-film > img,
  .bmh-community-film-blank {
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(34, 47, 29, 0.09);
  }
  .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; }
  .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; }
}

/* Two proof columns leave ~140px of text on a phone, so most labels wrap and end on an orphan word.
   One column gives every label a full line in all seven locales. */
@media (max-width: 560px) {
  .bmh-proof-ledger { grid-template-columns: minmax(0, 1fr); }
  .bmh-proof { padding: 20px 22px; }
  .bmh-proof:nth-child(2n) { border-inline-start: 0; }
  .bmh-proof:nth-child(n + 2) { border-top: 1px solid var(--bmh-line); }
  .bmh-proof dd { min-height: 0; }
}

/* —— Public /themes explorer — cinema of living stores —— */
.bmh-themes-page {
  --bmh-cinema: min(92vw, 1080px);
  padding: 8px 0 80px;
}
.bm-home-daylight.bmh-themes-page { overflow-x: clip; overflow-y: visible; }
.bmh-themes-page.is-preview-expanded .bmh-themes-mast { display: none; }
.bmh-themes-page:focus { outline: none; }

/* —— Public /catalog explorer — live supplier search —— */
.bmh-catalog-page {
  --bmh-cinema: min(96vw, 1180px);
  padding: 8px 0 96px;
}
.bm-home-daylight.bmh-catalog-page h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}
.bmh-catalog-page h2 {
  max-width: 22ch;
  margin: 0 0 12px;
  font-family: var(--bmh-headline);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.12;
}
.bm-body:has(.bmh-catalog-page) .bm-crumbs {
  width: var(--bmh-cinema, min(96vw, 1180px));
  max-width: none;
  padding: 10px 8px 0;
  margin-left: auto;
  margin-right: auto;
}
.bmh-cat-mast {
  width: var(--bmh-cinema);
  margin: 8px auto 36px;
  padding: 0 4px;
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  grid-template-areas:
    "intro media"
    "copy media";
  gap: 16px 36px;
  align-items: start;
}
.bmh-cat-mast-intro { grid-area: intro; display: grid; gap: 14px; }
.bmh-cat-mast-copy { grid-area: copy; display: grid; gap: 14px; }
.bmh-cat-media { grid-area: media; }
.bmh-cat-mast .bmh-eyebrow,
.bmh-cat-agentic .bmh-eyebrow { margin: 0; }
.bmh-cat-mast .bmh-lead,
.bmh-cat-agentic .bmh-lead {
  max-width: 42rem;
  margin: 0;
  color: var(--bmh-muted);
  font-size: 1.06rem;
  line-height: 1.5;
}
.bmh-cat-support {
  margin: 0;
  max-width: 46rem;
  color: var(--bmh-ink);
  font-size: 1.02rem;
  line-height: 1.5;
}
.bmh-cat-mast .bmh-first-person { margin: 4px 0 0; }
.bmh-cat-mast .bmh-actions { margin-top: 6px; }
.bmh-cat-story {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.bmh-cat-story li {
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--bmh-line);
  border-radius: 14px;
}
.bmh-cat-story strong {
  font-family: var(--bmh-headline);
  font-size: 0.92rem;
  letter-spacing: -0.03em;
}
.bmh-cat-story span {
  color: var(--bmh-muted);
  font-size: 0.9rem;
  line-height: 1.4;
}
.bmh-cat-media {
  margin: 0;
  width: min(100%, 340px);
  justify-self: end;
}
.bmh-cat-video,
.bmh-cat-media-fallback {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 560px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid var(--bmh-line);
  background:
    radial-gradient(circle at 62% 28%, #e5b89d 0 8%, transparent 8.4%),
    linear-gradient(160deg, #fff 0 42%, #edf2e8 42% 78%, #dfe9d7);
  box-shadow: 0 18px 40px rgba(18, 21, 17, 0.08);
}
.bmh-cat-media figcaption {
  margin: 10px 2px 0;
  color: var(--bmh-muted);
  font-size: 0.82rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.bmh-cat-explorer,
.bmh-cat-agentic {
  width: var(--bmh-cinema);
  margin: 0 auto;
  padding: 0 4px;
}
.bmh-cat-explorer {
  padding: 28px 24px 24px;
  background: #fff;
  border: 1px solid var(--bmh-line);
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(18, 21, 17, 0.05);
}
.bmh-cat-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bmh-cat-input,
.bmh-cat-select {
  padding: 13px 16px;
  border: 1px solid var(--bmh-line);
  border-radius: 12px;
  background: var(--bmh-paper);
  color: var(--bmh-ink);
  font-family: var(--bmh-body);
  font-size: 0.98rem;
}
.bmh-cat-input { flex: 1 1 240px; min-width: 0; }
.bmh-cat-select { flex: 0 1 auto; cursor: pointer; }
.bmh-cat-input:focus,
.bmh-cat-select:focus {
  outline: none;
  border-color: rgba(18, 21, 17, 0.4);
  box-shadow: 0 0 0 3px rgba(217, 255, 67, 0.45);
}
.bmh-cat-status,
.bmh-cat-meta {
  margin: 28px 0 0;
  color: var(--bmh-muted);
  font-size: 0.95rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.bmh-cat-status[hidden],
.bmh-cat-meta[hidden],
.bmh-cat-grid[hidden],
.bmh-cat-pagination[hidden] { display: none !important; }
.bmh-cat-input.is-typing {
  border-color: rgba(18, 21, 17, 0.35);
  box-shadow: 0 0 0 3px rgba(217, 255, 67, 0.4);
  caret-color: var(--bmh-acid-ink);
}
.bmh-cat-status.is-searching {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bmh-ink);
}
.bmh-cat-status.is-searching::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: var(--bmh-acid);
  box-shadow: 0 0 0 0 rgba(217, 255, 67, 0.65);
  animation: bmh-cat-pulse 1.1s ease-out infinite;
}
.bmh-cat-product.is-skeleton .bmh-cat-product-media,
.bmh-cat-product.is-skeleton .bmh-cat-product-title,
.bmh-cat-product.is-skeleton .bmh-cat-product-price {
  background: linear-gradient(90deg, #ece7dd 0%, #f7f4ec 46%, #ece7dd 92%);
  background-size: 220% 100%;
  animation: bmh-cat-shimmer 1.15s ease-in-out infinite;
}
.bmh-cat-product.is-skeleton .bmh-cat-product-title {
  min-height: 2.5em;
  border-radius: 6px;
}
.bmh-cat-product.is-skeleton .bmh-cat-product-price {
  min-height: 0.85em;
  border-radius: 4px;
}
.bmh-cat-grid.is-ready .bmh-cat-product {
  animation: bmh-cat-arrive 0.38s ease both;
}
.bmh-cat-grid.is-ready .bmh-cat-product:nth-child(2) { animation-delay: 0.04s; }
.bmh-cat-grid.is-ready .bmh-cat-product:nth-child(3) { animation-delay: 0.08s; }
.bmh-cat-grid.is-ready .bmh-cat-product:nth-child(4) { animation-delay: 0.12s; }
.bmh-cat-grid.is-ready .bmh-cat-product:nth-child(5) { animation-delay: 0.16s; }
.bmh-cat-grid.is-ready .bmh-cat-product:nth-child(6) { animation-delay: 0.2s; }
.bmh-cat-grid.is-ready .bmh-cat-product:nth-child(7) { animation-delay: 0.24s; }
.bmh-cat-grid.is-ready .bmh-cat-product:nth-child(8) { animation-delay: 0.28s; }
@keyframes bmh-cat-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}
@keyframes bmh-cat-pulse {
  0% { transform: scale(0.86); box-shadow: 0 0 0 0 rgba(217, 255, 67, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(217, 255, 67, 0); }
  100% { transform: scale(0.86); box-shadow: 0 0 0 0 rgba(217, 255, 67, 0); }
}
@keyframes bmh-cat-arrive {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .bmh-cat-status.is-searching::before,
  .bmh-cat-product.is-skeleton .bmh-cat-product-media,
  .bmh-cat-product.is-skeleton .bmh-cat-product-title,
  .bmh-cat-product.is-skeleton .bmh-cat-product-price,
  .bmh-cat-grid.is-ready .bmh-cat-product {
    animation: none;
  }
}
.bmh-cat-meta { font-variant-numeric: tabular-nums; }
.bmh-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.bmh-cat-product {
  background: var(--bmh-paper);
  border: 1px solid var(--bmh-line);
  border-radius: 16px;
  padding: 10px;
}
.bmh-cat-product-media {
  aspect-ratio: 1;
  margin-bottom: 10px;
  overflow: hidden;
  background: #ece7dd;
  border-radius: 10px;
}
.bmh-cat-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.bmh-cat-product-title {
  margin: 0 0 8px;
  color: var(--bmh-ink);
  font-size: 0.88rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bmh-cat-product-prices { display: flex; flex-direction: column; gap: 3px; }
.bmh-cat-product-price {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.83rem;
}
.bmh-cat-product-price-label { color: var(--bmh-muted); }
.bmh-cat-product-price-value { font-weight: 650; color: var(--bmh-ink); }
.bmh-cat-product-price--resale .bmh-cat-product-price-value { color: var(--bmh-acid-ink); }
.bmh-cat-product-meta {
  margin: 8px 0 0;
  color: var(--bmh-muted);
  font-size: 0.78rem;
}
.bmh-cat-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}
.bmh-cat-page-btn {
  padding: 9px 16px;
  color: var(--bmh-ink);
  font-family: var(--bmh-body);
  font-size: 0.88rem;
  background: #fff;
  border: 1px solid var(--bmh-line);
  border-radius: 999px;
  cursor: pointer;
}
.bmh-cat-page-btn:hover:not(:disabled) { background: var(--bmh-acid); }
.bmh-cat-page-btn:disabled { opacity: 0.35; cursor: default; }
.bmh-cat-page {
  color: var(--bmh-muted);
  font-size: 0.88rem;
  font-variant-numeric: tabular-nums;
}
.bmh-cat-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.bmh-cat-note {
  margin: 0;
  color: var(--bmh-muted);
  font-size: 0.88rem;
}
.bmh-cat-quota {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bmh-muted);
  font-size: 0.78rem;
  white-space: nowrap;
}
.bmh-cat-quota-bar {
  width: 90px;
  height: 5px;
  overflow: hidden;
  background: var(--bmh-line);
  border-radius: 999px;
}
.bmh-cat-quota-fill {
  display: block;
  height: 100%;
  min-width: 2px;
  background: var(--bmh-acid);
  border-radius: 999px;
}
.bmh-cat-quota-fill.is-hot { background: var(--bmh-peach); }
.bmh-cat-quota-count { color: var(--bmh-ink); font-variant-numeric: tabular-nums; }
.bmh-cat-agentic {
  margin-top: 48px;
  display: grid;
  gap: 12px;
}
.bmh-entry-card--link {
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.bmh-entry-card--link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(31, 42, 28, 0.1);
}
.bmh-entry-explore {
  margin-top: 12px;
  color: var(--bmh-acid-ink);
  font-size: 0.82rem;
  font-weight: 750;
}

@media (max-width: 960px) {
  .bmh-cat-mast {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "media"
      "copy";
    gap: 18px;
    margin-bottom: 24px;
  }
  .bmh-cat-media {
    width: min(100%, 280px);
    justify-self: start;
  }
  .bmh-cat-explorer { padding: 18px 14px 16px; border-radius: 20px; }
  .bmh-cat-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .bmh-cat-form .bm-btn { width: 100%; }
}

@media (max-width: 520px) {
  .bmh-cat-grid { grid-template-columns: 1fr 1fr; }
}
.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 16px;
  padding: 0 4px;
  display: grid;
  gap: 10px;
}
.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 {
  position: relative;
  width: min(100%, calc(var(--bmh-cinema) + 96px));
  margin: 0 auto;
  padding: 0 48px;
  scroll-margin-top: 5.5rem;
  box-sizing: border-box;
}
.bmh-themes-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: calc(100svh - 23rem);
  min-height: 400px;
  max-height: 780px;
  background: #fff;
  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);
  transition: height 0.35s ease, max-height 0.35s ease, min-height 0.35s ease;
}
.bmh-themes-stage.is-expanded {
  height: calc(100svh - 6.5rem);
  min-height: 0;
  max-height: none;
}
.bmh-themes-chrome {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 14px;
  flex: 0 0 auto;
  z-index: 5;
  padding: 10px 14px;
  background: #fff;
  border-bottom: 1px solid var(--bmh-line);
}
.bmh-themes-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.bmh-themes-expand {
  appearance: none;
  padding: 8px 14px;
  border: 1px solid var(--bmh-line);
  border-radius: 999px;
  background: #fff;
  color: var(--bmh-ink);
  font-family: var(--bmh-body);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.bmh-themes-expand:hover {
  background: var(--bmh-acid);
  border-color: var(--bmh-acid);
}
.bmh-themes-device {
  display: inline-flex;
  padding: 3px;
  border: 1px solid var(--bmh-line);
  border-radius: 999px;
  background: var(--bmh-mist);
}
.bmh-themes-device-btn {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--bmh-muted);
  font-family: var(--bmh-body);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.bmh-themes-device-btn:hover { color: var(--bmh-ink); }
.bmh-themes-device-btn.is-active {
  background: var(--bmh-acid);
  color: var(--bmh-ink);
}
.bmh-themes-chrome-meta {
  min-width: 0;
  flex: 1 1 auto;
}
.bmh-themes-chrome-meta strong {
  display: block;
  font-family: var(--bmh-headline);
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.bmh-themes-chrome-meta span {
  display: block;
  color: var(--bmh-muted);
  font-size: 0.82rem;
  font-weight: 650;
}
.bmh-themes-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}
.bmh-themes-seal {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  padding: 0;
  color: #8a8068;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  background: none;
  border: 0;
  white-space: nowrap;
  text-shadow:
    2px 2px 0 rgba(255, 255, 255, 1),
    -1px -1px 0 rgba(70, 58, 28, 0.22);
}
.bmh-themes-seal::before {
  content: "✓";
  font-size: 0.85em;
  font-weight: 800;
}
.bmh-themes-seal:hover {
  color: #5c5340;
  background: none;
  text-shadow:
    2px 2px 0 rgba(255, 255, 255, 1),
    -1px -1px 0 rgba(70, 58, 28, 0.3);
}
.bmh-themes-seal[hidden] { display: none !important; }
.bmh-themes-viewport {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  background: #ece7dd;
}
.bmh-themes-poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  background: #ece7dd;
}
.bmh-themes-frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  transform-origin: top left;
}
.bmh-themes-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
  opacity: 1;
  transition: opacity 0.45s ease;
}
.bmh-themes-frame iframe.is-loading { opacity: 0; }
.bmh-themes-frame iframe[hidden] { display: none !important; }
.bmh-themes-viewport.is-mobile {
  background: #e4e0d6;
}
.bmh-themes-viewport.is-mobile .bmh-themes-poster { display: none; }
.bmh-themes-viewport.is-mobile .bmh-themes-frame {
  border-radius: 24px;
  box-shadow:
    0 0 0 8px #1c1e1a,
    0 22px 56px rgba(18, 21, 17, 0.22);
}
.bmh-themes-nav {
  position: absolute;
  top: calc(50% + 18px);
  z-index: 4;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--bmh-ink);
  font-size: 1.7rem;
  line-height: 1;
  background: #fff;
  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: 0; }
.bmh-themes-nav--next { right: 0; }
.bm-body .bmh-themes-enter {
  flex: 0 0 auto;
  padding: 8px 14px;
  font-size: 0.82rem;
  white-space: nowrap;
  background: transparent;
  border-color: var(--bmh-line);
  color: var(--bmh-ink);
  box-shadow: none;
}
.bm-body .bmh-themes-enter:hover {
  background: rgba(18, 21, 17, 0.05);
  border-color: var(--bmh-ink);
  color: var(--bmh-ink);
}
.bmh-themes-choose {
  flex: 0 0 auto;
  padding: 8px 14px;
  font-size: 0.82rem;
  white-space: nowrap;
}
.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 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45em;
  margin: 0;
  color: var(--bmh-muted);
  font-size: 0.88rem;
  font-weight: 650;
}
.bmh-themes-count-seal {
  color: #8a8068;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow:
    2px 2px 0 rgba(255, 255, 255, 1),
    -1px -1px 0 rgba(70, 58, 28, 0.22);
}
.bmh-themes-count-seal::before {
  content: "–";
  margin-right: 0.4em;
  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-caption {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  z-index: 1;
  display: grid;
  gap: 2px;
}
.bmh-themes-card-caption 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-caption 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 { display: none; }
  .bmh-themes-mast { display: none; }
  .bmh-themes-page h1 { font-size: clamp(1.55rem, 8vw, 2.1rem); }
  .bmh-themes-stage,
  .bmh-themes-stage.is-expanded {
    height: calc(100svh - 5.75rem);
    min-height: 0;
    max-height: none;
    border-radius: 20px;
  }
  .bmh-themes-nav { width: 36px; height: 36px; font-size: 1.35rem; }
  .bmh-themes-cinema {
    width: 100%;
    padding: 0 8px;
  }
  .bmh-themes-nav--prev { left: 14px; }
  .bmh-themes-nav--next { right: 14px; }
  .bmh-themes-chrome {
    display: block;
    padding: 8px 10px;
  }
  .bmh-themes-tools,
  .bmh-themes-chrome-meta,
  .bmh-themes-page .bmh-themes-seal { display: none !important; }
  .bmh-themes-actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .bm-body .bmh-themes-enter,
  .bmh-themes-choose {
    width: 100%;
    text-align: center;
    padding: 8px 12px;
    font-size: 0.82rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bmh-themes-choose { order: -1; }
  .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-progress span,
  .bmh-themes-card,
  .bmh-themes-card img,
  .bmh-themes-nav,
  .bmh-themes-scroll span,
  .bmh-themes-stage,
  .bmh-themes-frame iframe,
  .bmh-cat-chip,
  .bmh-voice-sound,
  .bmh-entry-card--link { transition: none; }
  .bmh-voice-sound[aria-pressed="true"] .bmh-voice-sound-bars i { animation: none; height: 10px; }
  .bmh-theme-viewport { scroll-behavior: auto; }
}

/* ————— UCP agent exchange ————— */
.bmh-exchange { padding: 54px 0 28px; }
.bmh-exchange h2 {
  margin: 8px 0 10px;
  max-width: 30ch;
  font-family: var(--bmh-headline);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.bmh-exchange-chat {
  margin: 22px 0 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 40rem;
}
.bmh-exchange-turn {
  margin: 0;
  padding: 13px 17px;
  border: 1px solid var(--bmh-line);
  border-radius: 16px;
  background: var(--bmh-panel);
  font-size: 0.97rem;
  line-height: 1.45;
}
.bmh-exchange-turn > span:first-child {
  display: block;
  margin-bottom: 3px;
  font-family: var(--bmh-headline);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bmh-muted);
}
.bmh-exchange-turn--buyer { border-start-start-radius: 4px; }
.bmh-exchange-turn--agent {
  align-self: flex-end;
  border-end-end-radius: 4px;
  background: var(--bmh-mist);
}
.bmh-exchange-turn--agent > span:first-child { color: var(--bmh-acid-ink); }
.bmh-exchange-turn.is-waiting {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}
.bmh-exchange-turn.is-in {
  opacity: 1;
  transform: none;
  transition: opacity 380ms ease, transform 480ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.bmh-exchange-typed {
  display: inline;
}
.bmh-exchange-turn--buyer.is-typing .bmh-exchange-typed::after {
  content: "";
  display: inline-block;
  width: 1.5px;
  height: 0.95em;
  margin-left: 2px;
  vertical-align: -0.12em;
  background: var(--bmh-ink);
  animation: bmh-exchange-caret 0.9s steps(1) infinite;
}
@keyframes bmh-exchange-caret {
  0%, 45% { opacity: 1; }
  50%, 100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .bmh-exchange-turn.is-waiting,
  .bmh-exchange-turn.is-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .bmh-exchange-turn--buyer.is-typing .bmh-exchange-typed::after { display: none; }
}

.bmh-exchange-steps {
  display: grid;
  gap: 20px;
}
.bmh-exchange-step {
  /* Without this the pre's min-content width blows the grid track open. */
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--bmh-line);
  border-radius: 18px;
  background: var(--bmh-panel);
}
.bmh-exchange-step h3 { margin: 0 0 12px; }
.bmh-exchange-step h3 span {
  display: inline-block;
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--bmh-ink);
  color: var(--bmh-paper);
  font-family: var(--bmh-headline);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bmh-exchange-route {
  margin: 0 0 14px;
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: 0.84rem;
  color: var(--bmh-muted);
  direction: ltr;
}
.bmh-exchange-route b { color: var(--bmh-acid-ink); }
.bmh-exchange-label {
  margin: 0 0 5px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--bmh-muted);
}
.bmh-exchange-code {
  margin: 0 0 14px;
  padding: 13px 15px;
  border: 1px solid var(--bmh-line);
  border-radius: 12px;
  background: var(--bmh-paper);
  overflow-x: auto;
  direction: ltr;
  text-align: left;
}
.bmh-exchange-code:last-child { margin-bottom: 0; }
.bmh-exchange-code code {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--bmh-ink);
  /* A truncated payload is a weaker proof than a wrapped one. */
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.bmh-exchange-hint,
.bmh-exchange-note { color: var(--bmh-muted); }
.bmh-exchange-hint {
  margin: -6px 0 14px;
  font-size: 0.8rem;
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  direction: ltr;
}
.bmh-exchange-note {
  margin: 20px 0 0;
  max-width: 46rem;
  font-size: 0.86rem;
  line-height: 1.5;
}

/* ————— Human vs agent traffic figure ————— */
.bmh-traffic {
  margin: 26px 0 0;
  max-width: 46rem;
}
.bmh-traffic-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.bmh-traffic-grid line { stroke: var(--bmh-line); stroke-width: 1; }
.bmh-traffic-line {
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 760;
  stroke-dashoffset: 760;
  transition: stroke-dashoffset 1300ms cubic-bezier(.22,.61,.36,1);
}
.bmh-traffic-line--human { stroke: var(--bmh-ink); }
.bmh-traffic-line--agents { stroke: var(--bmh-acid-ink); }
.bm-reveal.is-in .bmh-traffic-line { stroke-dashoffset: 0; }

.bmh-traffic-cross { opacity: 0; transition: opacity 400ms ease 1100ms; }
.bm-reveal.is-in .bmh-traffic-cross { opacity: 1; }
.bmh-traffic-cross line { stroke: var(--bmh-muted); stroke-width: 1; }
.bmh-traffic-cross circle { fill: var(--bmh-acid); stroke: var(--bmh-ink); stroke-width: 1.6; }

.bmh-traffic-text text { font-family: var(--bmh-body); }
.bmh-traffic-axis { font-size: 12px; fill: var(--bmh-muted); }
.bmh-traffic-axis--cross { font-weight: 600; fill: var(--bmh-ink); }
.bmh-traffic-key {
  font-family: var(--bmh-headline);
  font-size: 13px;
  font-weight: 600;
}
.bmh-traffic-key--human { fill: var(--bmh-ink); }
.bmh-traffic-key--agents { fill: var(--bmh-acid-ink); }
.bmh-traffic-caption {
  margin: 14px 0 0;
  max-width: 42rem;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--bmh-muted);
}

@media (max-width: 899px) {
  .bmh-exchange-code code { font-size: 0.74rem; }
  .bmh-exchange-turn--agent { align-self: stretch; }
}

@media (min-width: 900px) {
  .bmh-exchange-steps { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .bmh-traffic-line { stroke-dasharray: none; stroke-dashoffset: 0; transition: none; }
  .bmh-traffic-cross { opacity: 1; transition: none; }
}

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

/* ————————————————————————————————————————————————
   #ask — public paid AI mockup chat (lot F).
   Tokens and card language borrowed from the agentic demo above, but on its
   own bmh-ask-* prefix: this panel is interactive and must not inherit the
   scripted animation states of .bmh-chat.
   ———————————————————————————————————————————————— */
.bmh-ask-layout {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 56px;
  align-items: start;
}
.bmh-ask-steps { display: grid; gap: 10px; margin-top: 26px; }
.bmh-ask-step {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  align-items: baseline;
  color: var(--bmh-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}
.bmh-ask-step b {
  color: var(--bmh-acid-ink);
  font-family: var(--bmh-headline);
  font-size: 0.78rem;
}
.bmh-ask-copy .bmh-support { margin-top: 22px; }

.bmh-ask-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  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-ask-head {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9e2ea;
}
.bmh-ask-head i {
  flex: none;
  width: 30px;
  height: 30px;
  background: var(--bmh-sky);
  border-radius: 50%;
}
.bmh-ask-head strong {
  min-width: 0;
  font-family: var(--bmh-headline);
  font-size: 0.94rem;
  letter-spacing: -0.02em;
}
.bmh-ask-head span {
  margin-inline-start: auto;
  padding: 4px 9px;
  color: var(--bmh-muted);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d9e2ea;
  border-radius: 999px;
  font-size: 0.68rem;
  white-space: nowrap;
}

/* One frame only: the panel. Turns are told apart by alignment and weight,
   not by a border inside a border. */
.bmh-ask-log {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 420px;
  overflow-y: auto;
  padding: 14px 2px 2px;
}
.bmh-ask-bubble {
  max-width: 84%;
  margin: 0;
  padding: 0;
  color: var(--bmh-ink);
  font-size: 0.9rem;
  line-height: 1.55;
}
.bmh-ask-bubble--visitor {
  margin-inline-start: auto;
  padding: 9px 13px;
  background: #e4edf7;
  border-radius: 14px 14px 4px 14px;
  font-size: 0.86rem;
}
.bmh-ask-bubble.is-pending { color: var(--bmh-muted); font-style: italic; }

.bmh-ask-refs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  padding: 11px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px dashed #c2d3e2;
  border-radius: 16px;
}
.bmh-ask-refs[hidden] { display: none; }
.bmh-ask-ref-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.bmh-ask-ref {
  position: relative;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border: 1px solid var(--bmh-line);
  border-radius: 11px;
}
.bmh-ask-ref img { width: 100%; height: 100%; object-fit: cover; }
.bmh-ask-ref button {
  position: absolute;
  top: 3px;
  inset-inline-end: 3px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  padding: 0;
  color: #fff;
  background: rgba(18, 21, 17, 0.66);
  border: 0;
  border-radius: 50%;
  font: inherit;
  font-size: 0.8rem;
  line-height: 1;
  cursor: pointer;
}
.bmh-ask-refs-meta {
  margin: 0 0 0 auto;
  color: var(--bmh-muted);
  font-size: 0.72rem;
  text-align: end;
}

.bmh-ask-alert {
  margin: 12px 0 0;
  padding: 10px 12px;
  color: #8a3520;
  background: #fde8e2;
  border: 1px solid #f3c9bd;
  border-radius: 12px;
  font-size: 0.78rem;
  line-height: 1.45;
}
.bmh-ask-alert[hidden] { display: none; }

.bmh-ask-form { display: flex; gap: 10px; margin-top: 14px; }
.bmh-ask-attach {
  display: inline-flex;
  flex: none;
  gap: 7px;
  align-items: center;
  min-height: 44px;
  padding: 11px 14px;
  color: #3d4a52;
  background: #fff;
  border: 1px solid #cad8e5;
  border-radius: 999px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
}
.bmh-ask-attach:hover:not([disabled]) { border-color: #b9d6ff; }
.bmh-ask-attach[disabled] { opacity: 0.45; cursor: not-allowed; }
.bmh-ask-attach svg { width: 15px; height: 15px; }
.bmh-ask-attach b { color: var(--bmh-muted); font-weight: 500; }
.bmh-ask-input {
  flex: 1;
  min-width: 0;
  min-height: 44px;
  padding: 12px 14px;
  color: var(--bmh-ink);
  background: #fff;
  border: 1px solid #cad8e5;
  border-radius: 999px;
  font: inherit;
  font-size: 0.88rem;
}
.bmh-ask-input:focus { outline: 2px solid rgba(185, 214, 255, 0.9); outline-offset: 1px; }
.bmh-ask-form .bm-btn { min-height: 44px; }

/* File rules on demand: shown when the picker opens, when a first visual is
   added, and repeated inside the rejection message. */
.bmh-ask-hint {
  margin: 10px 0 0;
  color: var(--bmh-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}
.bmh-ask-hint[hidden] { display: none; }

/* Suggestions belong to the composer, so they stay pill-sized and inline
   instead of reading as another message card. */
.bmh-ask-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
  margin-top: 10px;
}
.bmh-ask-chips button {
  min-height: 32px;
  padding: 6px 11px;
  color: var(--bmh-muted);
  background: transparent;
  border: 1px solid #d9e2ea;
  border-radius: 999px;
  font: inherit;
  font-size: 0.74rem;
  line-height: 1.3;
  text-align: start;
  cursor: pointer;
}
.bmh-ask-chips button:hover { color: var(--bmh-ink); background: #fff; border-color: #b9d6ff; }

.bmh-ask-brief {
  margin-top: 14px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #cfdde9;
  border-radius: 18px;
}
.bmh-ask-brief[hidden] { display: none; }
.bmh-ask-brief h3 {
  margin: 0 0 12px;
  color: var(--bmh-muted);
  font-family: var(--bmh-headline);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.bmh-ask-brief dl {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 7px 14px;
  margin: 0;
  font-size: 0.85rem;
}
.bmh-ask-brief dt { color: var(--bmh-muted); }
.bmh-ask-brief dd { margin: 0; font-weight: 500; overflow-wrap: anywhere; }
.bmh-ask-brief-hint { margin: 12px 0 0; color: var(--bmh-muted); font-size: 0.76rem; }

.bmh-ask-pay {
  margin-top: 14px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--bmh-line);
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(33, 47, 28, 0.07);
}
.bmh-ask-pay[hidden] { display: none; }
.bmh-ask-pay-head { display: flex; gap: 14px; align-items: baseline; justify-content: space-between; }
.bmh-ask-pay-head p { margin: 0; font-size: 0.9rem; line-height: 1.5; }
.bmh-ask-pay-price {
  flex: none;
  white-space: nowrap;
  font-family: var(--bmh-headline);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.bmh-ask-pay-terms {
  display: grid;
  gap: 7px;
  margin-top: 14px;
  padding: 13px 14px;
  color: #4a5348;
  background: var(--bmh-mist);
  border-radius: 14px;
  font-size: 0.76rem;
  line-height: 1.5;
}
.bmh-ask-pay-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 13px;
  font-size: 0.78rem;
  line-height: 1.5;
}
.bmh-ask-pay-consent input {
  flex: none;
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--bmh-acid-ink);
}
.bmh-ask-pay-consent label { cursor: pointer; }
.bmh-ask-pay-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}
.bmh-ask-pay-actions .bm-btn { min-height: 44px; }
.bmh-ask-pay-actions small { color: var(--bmh-muted); font-size: 0.72rem; }
.bmh-ask-link { color: var(--bmh-acid-ink); font-weight: 600; }

.bmh-ask-gen,
.bmh-ask-done,
.bmh-ask-fail {
  margin-top: 14px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--bmh-line);
  border-radius: 20px;
}
.bmh-ask-gen[hidden],
.bmh-ask-done[hidden],
.bmh-ask-fail[hidden] { display: none; }
.bmh-ask-gen-title,
.bmh-ask-done-title,
.bmh-ask-fail-title { margin: 0 0 12px; font-size: 0.92rem; font-weight: 600; line-height: 1.45; }
.bmh-ask-gen-skeleton {
  aspect-ratio: 16 / 10;
  background: linear-gradient(100deg, #eef1ea 30%, #f7f9f3 50%, #eef1ea 70%) 0 0 / 220% 100%;
  border-radius: 14px;
  animation: bmh-ask-shimmer 1.4s linear infinite;
}
@keyframes bmh-ask-shimmer { to { background-position: -120% 0; } }
.bmh-ask-gen-status {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 14px 0 0;
  color: var(--bmh-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}
.bmh-ask-gen-status i {
  flex: none;
  width: 9px;
  height: 9px;
  background: var(--bmh-acid-ink);
  border-radius: 50%;
  animation: bmh-ask-pulse 1s ease-in-out infinite;
}
@keyframes bmh-ask-pulse { 50% { opacity: 0.25; transform: scale(0.7); } }

.bmh-ask-done-media { overflow: hidden; border-radius: 14px; background: var(--bmh-mist); }
.bmh-ask-done-media img { display: block; width: 100%; height: auto; }
.bmh-ask-done-bar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 13px; }
.bmh-ask-done-bar .bm-btn { min-height: 44px; }
.bmh-ask-done-model { margin: 12px 0 0; color: var(--bmh-muted); font-size: 0.72rem; line-height: 1.5; }
.bmh-ask-done-model[hidden] { display: none; }
.bmh-ask-done-note { margin: 8px 0 0; color: var(--bmh-muted); font-size: 0.76rem; line-height: 1.5; }
.bmh-ask-done-exits { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.bmh-ask-done-exits .bm-btn { min-height: 44px; }

.bmh-ask-fail-reason { margin: 0 0 12px; color: var(--bmh-muted); font-size: 0.84rem; line-height: 1.5; }
.bmh-ask-refund {
  margin: 0;
  padding: 12px 14px;
  background: var(--bmh-mist);
  border-radius: 14px;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
}

.bmh-ask-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: baseline;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #d9e2ea;
  color: var(--bmh-muted);
  font-size: 0.72rem;
}
.bmh-ask-legal {
  flex: 1 1 22rem;
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.5;
  text-wrap: pretty;
}
.bmh-ask-quota { display: flex; gap: 8px; align-items: center; margin-inline-start: auto; }
.bmh-ask-quota[hidden] { display: none; }
.bmh-ask-quota-bar {
  width: 74px;
  height: 5px;
  overflow: hidden;
  background: #dfe7ee;
  border-radius: 999px;
}
.bmh-ask-quota-fill { display: block; width: 0; height: 100%; background: var(--bmh-acid-ink); border-radius: 999px; }

@media (max-width: 899px) {
  .bmh-ask-layout { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .bmh-ask-panel { padding: 16px; }
  .bmh-ask-log { max-height: 340px; }
  .bmh-ask-bubble { max-width: 92%; }
  .bmh-ask-form { flex-wrap: wrap; }
  .bmh-ask-input { order: -1; flex: 1 0 100%; }
  .bmh-ask-attach { flex: 1; justify-content: center; }
  .bmh-ask-form .bm-btn { flex: 1; justify-content: center; }
  /* Compact on desktop, still a comfortable touch target on a phone. */
  .bmh-ask-chips button { min-height: 40px; }
  .bmh-ask-pay-head { flex-direction: column; gap: 6px; }
  .bmh-ask-pay-actions .bm-btn,
  .bmh-ask-done-bar .bm-btn,
  .bmh-ask-done-exits .bm-btn { width: 100%; justify-content: center; }
  .bmh-ask-refs-meta { margin-inline-start: 0; flex: 1 0 100%; text-align: start; }
  .bmh-ask-quota { margin-inline-start: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .bmh-ask-gen-skeleton,
  .bmh-ask-gen-status i { animation: none; }
}

[dir="rtl"] .bmh-ask-bubble { border-radius: 16px 16px 6px 16px; }
[dir="rtl"] .bmh-ask-bubble--visitor { border-radius: 16px 16px 16px 6px; }
[dir="rtl"] .bmh-ask-refs-meta { margin: 0 auto 0 0; }

/* Visitor's own address, filled by the chat response only. Own full-width line
   under the legal one, same quiet register; `anywhere` keeps a 39-character IPv6
   string inside the panel instead of widening it. */
.bmh-ask-ip {
  flex: 1 0 100%;
  margin: 4px 0 0;
  font-size: 0.66rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}
.bmh-ask-ip[hidden] { display: none; }
