/* ==========================================================================
   Paperus brand-spotlight layer (loaded only on /brands/ pages)
   Themeable studio presentation: the finish picker on product pages flips
   the entire page between the black studio and a white gallery by swapping
   the custom properties below (html.br-white). Product photo slots stay
   empty by design until official photographs are added to
   assets/brands/rode/ (see the README in that folder).
   ========================================================================== */

.br-page {
  --br-bg: #070a18;
  --br-bg-hero:
    radial-gradient(1100px 520px at 82% -12%, rgba(34, 58, 210, 0.5), transparent 62%),
    radial-gradient(900px 480px at -8% 108%, rgba(22, 51, 255, 0.32), transparent 60%),
    linear-gradient(178deg, #05070f 0%, #0a0f26 58%, #101b52 100%);
  --br-ink: #ffffff;
  --br-muted: #aeb5d2;
  --br-soft: #a7aecb;
  --br-dim: #7d86a8;
  --br-line: rgba(255, 255, 255, 0.11);
  --br-line-strong: rgba(141, 154, 255, 0.34);
  --br-panel: rgba(255, 255, 255, 0.035);
  --br-panel-strong: rgba(16, 24, 62, 0.8);
  --br-step-bg: rgba(10, 16, 42, 0.55);
  --br-accent: #8d9aff;
  --br-accent-deep: #1633ff;
  --br-chip-bg: rgba(22, 51, 255, 0.12);
  --br-chip-ink: #ccd3f2;
  --br-marquee-bg: #05070f;
  --br-stroke: rgba(141, 154, 255, 0.4);
  --br-glow: rgba(22, 51, 255, 0.4);
  --br-wave-panel: linear-gradient(160deg, rgba(17, 26, 70, 0.75), rgba(7, 10, 26, 0.9));
  --br-stage: #000000;
  background: var(--br-bg);
  color: var(--br-ink);
  transition: background 0.6s ease;
}

/* White finish: the whole brand canvas flips to a light gallery. */
html.br-white .br-page {
  --br-bg: #f6f5f3;
  --br-bg-hero: linear-gradient(178deg, #fbfaf9 0%, #f6f5f3 100%);
  --br-ink: #0a0e1e;
  --br-muted: #454c6b;
  --br-soft: #4e5678;
  --br-dim: #6d7594;
  --br-line: rgba(10, 14, 30, 0.13);
  --br-line-strong: rgba(22, 51, 255, 0.35);
  --br-panel: rgba(255, 255, 255, 0.75);
  --br-panel-strong: #ffffff;
  --br-step-bg: rgba(255, 255, 255, 0.7);
  --br-accent: #1633ff;
  --br-accent-deep: #1633ff;
  --br-chip-bg: rgba(22, 51, 255, 0.08);
  --br-chip-ink: #2a3266;
  --br-marquee-bg: #ffffff;
  --br-stroke: rgba(22, 51, 255, 0.35);
  --br-glow: rgba(141, 154, 255, 0.45);
  --br-wave-panel: linear-gradient(160deg, #ffffff, #f1f0ee);
  --br-stage: #f6f5f3;
}
html.br-white .br-page .beta-strip { background: var(--night); }

.br-shell { width: min(1240px, calc(100% - 52px)); margin-inline: auto; }
.br-eyebrow { color: var(--br-accent); text-transform: uppercase; font-size: 11px; font-weight: 750; letter-spacing: 0.24em; }
html[lang="ar"] .br-eyebrow { letter-spacing: 0; text-transform: none; }

/* --------------------------------------------------------------------------
   Hero stage
   -------------------------------------------------------------------------- */
.br-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 96px;
  background: var(--br-bg-hero);
  transition: background 0.6s ease;
}
.br-hero .sp-aurora { opacity: 0.75; }
/* White finish stays pure: no blue spotlight, no aurora - clean gallery light. */
html.br-white .br-hero .sp-aurora { display: none; }
html.br-white .br-figure .br-glow { display: none; }
.br-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  gap: 40px;
}
/* Media presence: pages carrying real product frames use the two-column
   stage (body.br-with-media). Without frames the copy owns the full width -
   an intentional empty fallback, never placeholder art. */
.br-hero-grid { grid-template-columns: 1fr; }
.br-page.br-with-media .br-hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr); }
.br-figure { display: none; }
.br-page.br-with-media .br-figure { display: grid; }
.br-crumbs { position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 40px; color: var(--br-dim); font-size: 11px; }
.br-crumbs a { transition: color 0.2s; }
.br-crumbs a:hover { color: var(--br-ink); }
.br-crumbs span[aria-hidden] { opacity: 0.55; }
.br-hero h1 {
  margin: 22px 0 0;
  font-family: var(--sp-editorial);
  font-size: clamp(56px, 6.4vw, 104px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
}
.br-hero h1 em { display: block; font-size: 0.52em; line-height: 1.12; margin-top: 18px; color: var(--br-accent); }
html[lang="ar"] .br-hero h1 { font-family: var(--sp-editorial-ar); letter-spacing: 0; line-height: 1.25; }
.br-lede { max-width: 560px; margin-top: 24px; color: var(--br-muted); font-size: 16px; line-height: 1.8; }
.br-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.br-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--br-line-strong);
  border-radius: 100px;
  color: var(--br-chip-ink);
  background: var(--br-chip-bg);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
html[lang="ar"] .br-chip { letter-spacing: 0; text-transform: none; }
.br-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.br-hero-actions .button-secondary { color: var(--br-ink); background: transparent; border-color: var(--br-line-strong); }
.br-hero-actions .button-secondary:hover { color: var(--br-ink); border-color: var(--br-accent); }
.br-hero-note { margin-top: 22px; color: var(--br-dim); font-size: 11px; }
.br-hero-note a { color: var(--br-soft); text-decoration: underline; text-underline-offset: 3px; }

/* --------------------------------------------------------------------------
   Finish picker (product pages): black / white
   -------------------------------------------------------------------------- */
.br-finish { margin-top: 30px; }
.br-finish-label { display: block; margin-bottom: 10px; color: var(--br-dim); font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; }
html[lang="ar"] .br-finish-label { letter-spacing: 0; }
.br-finish-options { display: inline-flex; gap: 8px; padding: 6px; border: 1px solid var(--br-line); border-radius: 100px; background: var(--br-panel); }
.br-finish-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 100px;
  color: var(--br-muted);
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.25s, background 0.25s, border-color 0.25s;
}
html[lang="ar"] .br-finish-btn { letter-spacing: 0; text-transform: none; }
.br-finish-btn i {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid rgba(127, 137, 180, 0.7);
  display: inline-block;
}
.br-finish-btn[data-finish="black"] i { background: #0b0e1c; }
.br-finish-btn[data-finish="white"] i { background: #f6f7fb; }
.br-finish-btn[aria-pressed="true"] { color: #fff; background: var(--br-accent-deep); border-color: var(--br-accent-deep); }
.br-finish-btn[aria-pressed="true"] i { border-color: rgba(255, 255, 255, 0.8); }
.br-finish-note { margin-top: 10px; color: var(--br-dim); font-size: 10.5px; }

/* Product photo slot: shown only when a real photograph loads. */
.br-figure { position: relative; place-items: center; }
.br-figure .br-glow {
  position: absolute;
  width: min(520px, 84vw);
  height: min(520px, 84vw);
  border-radius: 50%;
  background: radial-gradient(circle, var(--br-glow), transparent 65%);
  filter: blur(30px);
  transition: background 0.6s;
}
.br-photo-wrap { position: relative; will-change: transform; }
html.sp-motion .br-hero .br-photo-wrap { animation: br-float 7s ease-in-out infinite alternate; }
.br-photo-frame {
  overflow: hidden;
  border: 1px solid var(--br-line);
  border-radius: 26px;
  background: var(--br-stage);
  box-shadow: 0 46px 110px rgba(2, 6, 30, 0.45);
  transition: background 0.6s, border-color 0.6s;
}
html.br-white .br-photo-frame { box-shadow: 0 34px 80px rgba(22, 51, 255, 0.14); }
@keyframes br-float {
  from { transform: translateY(-10px) rotate(-0.6deg); }
  to { transform: translateY(12px) rotate(0.8deg); }
}
.br-photo { display: block; width: min(600px, 86vw); height: auto; }
.br-ring {
  position: absolute;
  width: min(480px, 88vw);
  height: min(480px, 88vw);
  border: 1px solid var(--br-line-strong);
  border-radius: 50%;
  pointer-events: none;
}
.br-ring::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--br-accent);
  box-shadow: 0 0 14px var(--br-accent);
}
html.sp-motion .br-ring { animation: br-orbit 26s linear infinite; }
@keyframes br-orbit { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* --------------------------------------------------------------------------
   Outline marquee strip
   -------------------------------------------------------------------------- */
.br-marquee {
  overflow: hidden;
  padding: 26px 0;
  border-top: 1px solid var(--br-line);
  border-bottom: 1px solid var(--br-line);
  background: var(--br-marquee-bg);
  transition: background 0.6s;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.br-marquee-track { display: flex; width: max-content; will-change: transform; }
html.sp-motion .br-marquee-track { animation: br-marquee 30s linear infinite; }
html[dir="rtl"].sp-motion .br-marquee-track { animation-name: br-marquee-rtl; }
@keyframes br-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes br-marquee-rtl { from { transform: translateX(0); } to { transform: translateX(50%); } }
.br-marquee span {
  flex: none;
  padding: 0 34px;
  font-family: var(--sp-editorial);
  font-size: 66px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--br-stroke);
  white-space: nowrap;
}
.br-marquee span i { font-style: normal; color: var(--br-stroke); -webkit-text-stroke: 0; font-size: 22px; vertical-align: 18px; padding: 0 6px; }
html.sp-eco .br-marquee { overflow-x: auto; }
html.sp-eco .br-marquee-track { animation: none; }

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */
.br-section { padding: 104px 0; }
.br-section-head { max-width: 720px; margin-bottom: 52px; }
.br-section-head h2 {
  margin-top: 14px;
  font-family: var(--sp-editorial);
  font-size: clamp(38px, 4.4vw, 62px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.02em;
}
.br-section-head h2 em { color: var(--br-accent); }
html[lang="ar"] .br-section-head h2 { font-family: var(--sp-editorial-ar); letter-spacing: 0; line-height: 1.3; }
.br-section-head p { margin-top: 18px; color: var(--br-soft); font-size: 15px; line-height: 1.75; max-width: 560px; }

/* --------------------------------------------------------------------------
   Feature tour
   -------------------------------------------------------------------------- */
.br-tour { display: grid; grid-template-columns: 1fr; gap: 0; }
.br-page.br-with-media .br-tour { grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.84fr); gap: 60px; }
.br-tour-stage { display: none; }
.br-page.br-with-media .br-tour-stage { display: block; }
.br-tour-stage { position: relative; }
.br-page.br-with-media .br-tour-stage { position: relative; }
.br-tour-sticky { position: sticky; top: 110px; padding: 20px 0; }

/* Anatomy sequence: five real frames, scrubbed by the steps or by dragging */
.br-seq-frame {
  overflow: hidden;
  border: 1px solid var(--br-line);
  border-radius: 26px;
  background: var(--br-stage);
  box-shadow: 0 46px 110px rgba(2, 6, 30, 0.4);
  transition: background 0.6s, border-color 0.6s;
}
html.br-white .br-seq-frame { box-shadow: 0 30px 70px rgba(22, 51, 255, 0.12); }
.br-seq { position: relative; aspect-ratio: 1400 / 788; cursor: grab; touch-action: pan-y; }
.br-seq.br-dragging { cursor: grabbing; }
.br-seq img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.5s ease; }
.br-seq img.is-on { opacity: 1; }
.br-seq-hud {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px 16px;
  padding: 14px 20px;
  border-top: 1px solid var(--br-line);
  color: var(--br-dim);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.br-seq-hud span { min-width: 0; }
@media (max-width: 560px) {
  .br-seq-hud { font-size: 8.5px; letter-spacing: 0.1em; padding: 12px 16px; }
}
html[lang="ar"] .br-seq-hud { letter-spacing: 0; }
.br-seq-hud [data-br-seq-counter] { color: var(--br-accent); font-variant-numeric: tabular-nums; }
.br-steps { display: grid; gap: 12vh; padding: 8vh 0 14vh; }
.br-steps { gap: 16px; padding: 0; }
.br-page.br-with-media .br-steps { gap: 12vh; padding: 8vh 0 14vh; }
.br-step {
  position: relative;
  padding: 30px 32px;
  border: 1px solid var(--br-line);
  border-radius: 20px;
  background: var(--br-step-bg);
  backdrop-filter: blur(6px);
  transition: border-color 0.5s, background 0.5s, transform 0.5s;
}
.br-step.br-active { border-color: var(--br-line-strong); background: var(--br-panel-strong); transform: translateX(-6px); }
html[dir="rtl"] .br-step.br-active { transform: translateX(6px); }
.br-page:not(.br-with-media) .br-step.br-active { transform: none; }
.br-step-index {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--br-line-strong);
  color: var(--br-accent);
  font: 600 13px/1 var(--sans);
  transition: background 0.4s, color 0.4s;
}
.br-step.br-active .br-step-index { background: var(--br-accent-deep); border-color: var(--br-accent-deep); color: #fff; }
.br-step h3 { margin: 20px 0 10px; font-family: var(--sp-editorial); font-size: 31px; font-weight: 400; }
html[lang="ar"] .br-step h3 { font-family: var(--sp-editorial-ar); }
.br-step p { color: var(--br-soft); font-size: 13.5px; line-height: 1.75; }

/* --------------------------------------------------------------------------
   Waveform
   -------------------------------------------------------------------------- */
.br-wave-panel {
  position: relative;
  overflow: hidden;
  padding: 54px 46px 60px;
  border: 1px solid var(--br-line);
  border-radius: 26px;
  background: var(--br-wave-panel);
  transition: background 0.6s;
}
.br-wave { display: flex; align-items: flex-end; justify-content: space-between; gap: 4px; height: 150px; margin-top: 40px; }
.br-wave i {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--br-accent) 0%, var(--br-accent-deep) 100%);
  height: calc(12% + var(--h, 0.4) * 82%);
  opacity: calc(0.35 + var(--h, 0.4) * 0.65);
  transform-origin: bottom;
  will-change: transform;
}
html.sp-motion .br-wave i { animation: br-eq 2.9s ease-in-out calc(var(--i, 0) * -0.19s) infinite alternate; }
@keyframes br-eq {
  from { transform: scaleY(0.55); }
  to { transform: scaleY(1); }
}
.br-wave-caption { display: flex; justify-content: space-between; gap: 18px; margin-top: 18px; color: var(--br-dim); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; }
html[lang="ar"] .br-wave-caption { letter-spacing: 0; }

/* --------------------------------------------------------------------------
   Specs and comparison
   -------------------------------------------------------------------------- */
.br-spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.br-spec {
  padding: 24px 26px;
  border: 1px solid var(--br-line);
  border-radius: 16px;
  background: var(--br-panel);
  transition: border-color 0.3s, background 0.3s, transform 0.3s;
}
.br-spec:hover { border-color: var(--br-line-strong); transform: translateY(-3px); }
.br-spec dt { color: var(--br-dim); text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: 0.18em; }
html[lang="ar"] .br-spec dt { letter-spacing: 0; }
.br-spec dd { margin: 10px 0 0; font-size: 15.5px; line-height: 1.6; color: var(--br-ink); }
.br-fineprint { margin-top: 26px; color: var(--br-dim); font-size: 11px; line-height: 1.7; }
.br-fineprint a { color: var(--br-soft); text-decoration: underline; text-underline-offset: 3px; }

.br-compare { border: 1px solid var(--br-line); border-radius: 22px; overflow: hidden; background: var(--br-panel); }
.br-compare-row { display: grid; grid-template-columns: 1.1fr 1fr 1fr; }
.br-compare-row > div { padding: 20px 26px; border-top: 1px solid var(--br-line); font-size: 13.5px; color: var(--br-muted); }
.br-compare-row > div:first-child { color: var(--br-dim); text-transform: uppercase; font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; align-self: center; }
html[lang="ar"] .br-compare-row > div:first-child { letter-spacing: 0; }
.br-compare-row > div + div { border-left: 1px solid var(--br-line); }
html[dir="rtl"] .br-compare-row > div + div { border-left: 0; border-right: 1px solid var(--br-line); }
.br-compare-row.br-compare-head > div { border-top: 0; background: var(--br-panel); }
.br-compare-head h3 { font-family: var(--sp-editorial); font-size: 26px; font-weight: 400; color: var(--br-ink); }
html[lang="ar"] .br-compare-head h3 { font-family: var(--sp-editorial-ar); }
.br-compare-head small { display: block; margin-top: 5px; color: var(--br-dim); font-size: 11px; }
.br-compare-head small a { color: inherit; }
.br-yes { color: var(--br-accent); font-weight: 600; }
.br-dim { color: var(--br-dim); }
.br-compare-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.br-compare-cta .button-secondary { color: var(--br-ink); border-color: var(--br-line-strong); background: transparent; }

/* --------------------------------------------------------------------------
   Product cards (brand index)
   -------------------------------------------------------------------------- */
.br-product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.br-product-card {
  position: relative;
  overflow: hidden;
  padding: 40px 38px 48px;
  border: 1px solid var(--br-line);
  border-radius: 24px;
  background:
    radial-gradient(640px circle at 85% 118%, rgba(37, 62, 210, 0.35), transparent 60%),
    var(--br-panel);
  transition: border-color 0.35s, transform 0.35s, box-shadow 0.35s;
  will-change: transform;
}
.br-product-card.br-card-with-art { padding-bottom: 210px; }
.br-product-card:hover { border-color: var(--br-line-strong); box-shadow: 0 34px 90px rgba(2, 6, 30, 0.35); }
.br-product-card h3 { margin-top: 16px; font-family: var(--sp-editorial); font-size: clamp(30px, 3vw, 42px); font-weight: 400; }
html[lang="ar"] .br-product-card h3 { font-family: var(--sp-editorial-ar); }
.br-product-card > p { margin-top: 12px; max-width: 420px; color: var(--br-soft); font-size: 13px; line-height: 1.7; }
.br-product-card .br-chip-row { margin-top: 18px; }
.br-card-link { position: absolute; inset: 0; z-index: 3; }
.br-card-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--br-accent); font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
html[lang="ar"] .br-card-cta { letter-spacing: 0; }
.br-card-art { position: absolute; right: 20px; bottom: 22px; width: 320px; pointer-events: none; overflow: hidden; border-radius: 16px; border: 1px solid var(--br-line); background: var(--br-stage); transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1), background 0.6s; }
.br-product-card:not(.br-card-with-art) .br-card-art { display: none; }
html[dir="rtl"] .br-card-art { right: auto; left: -20px; }
.br-product-card:hover .br-card-art { transform: translateY(-14px) rotate(-3deg); }
.br-card-art img { width: 100%; height: auto; }

/* --------------------------------------------------------------------------
   Enquiry
   -------------------------------------------------------------------------- */
.br-enquiry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.br-enquiry-step {
  padding: 30px;
  border: 1px solid var(--br-line);
  border-radius: 18px;
  background: var(--br-panel);
}
.br-enquiry-step .sp-step-number { background: var(--br-accent-deep); }
.br-enquiry-step h3 { margin-top: 8px; font-family: var(--sp-editorial); font-size: 27px; font-weight: 400; }
html[lang="ar"] .br-enquiry-step h3 { font-family: var(--sp-editorial-ar); }
.br-enquiry-step p { margin-top: 10px; color: var(--br-soft); font-size: 13px; line-height: 1.7; }
.br-enquiry-step a { color: var(--br-accent); text-decoration: underline; text-underline-offset: 3px; }

.br-cta { padding: 96px 0; color: #fff; background: linear-gradient(140deg, var(--blue) 0%, #0f24c8 100%); }
.br-cta .cta-inner { display: flex; justify-content: space-between; align-items: end; gap: 45px; }
.br-cta .eyebrow { color: #c3c9ff; }
.br-cta h2 { margin-top: 12px; font-family: var(--sp-editorial); font-size: clamp(42px, 5vw, 68px); font-weight: 400; line-height: 0.98; }
html[lang="ar"] .br-cta h2 { font-family: var(--sp-editorial-ar); line-height: 1.25; }
.br-cta p:not(.eyebrow) { margin-top: 14px; max-width: 560px; color: #d8dcff; font-size: 14px; }
.br-cta .hero-actions { margin-top: 0; }

.br-legal { padding: 30px 0 0; color: var(--br-dim); font-size: 10.5px; line-height: 1.7; }
.br-legal a { color: var(--br-soft); text-decoration: underline; text-underline-offset: 3px; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .br-hero-grid, .br-page.br-with-media .br-hero-grid { grid-template-columns: 1fr; gap: 22px; }
  .br-page.br-with-media .br-figure { min-height: 0; }
  .br-tour, .br-page.br-with-media .br-tour { grid-template-columns: 1fr; gap: 10px; }
  .br-tour-sticky { position: relative; top: 0; }
  .br-steps, .br-page.br-with-media .br-steps { gap: 18px; padding: 12px 0 0; }
  .br-page.br-with-media .br-step.br-active { transform: none; }
  .br-product-grid { grid-template-columns: 1fr; }
  .br-enquiry-grid { grid-template-columns: 1fr; }
  .br-spec-grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .br-section { padding: 76px 0; }
  .br-marquee span { font-size: 44px; }
  .br-compare { overflow-x: auto; }
  .br-compare-row { min-width: 560px; }
  .br-cta .cta-inner { flex-direction: column; align-items: flex-start; }
  .br-ring { display: none; }
}

/* Small screens: the comparison stacks - the label rides above a two-column
   product row, so nothing scrolls sideways at phone widths. */
@media (max-width: 640px) {
  .br-compare { overflow-x: visible; }
  .br-compare-row { min-width: 0; grid-template-columns: 1fr 1fr; }
  .br-compare-row > div:first-child {
    grid-column: 1 / -1; padding: 14px 18px 4px; border-top: 1px solid var(--br-line);
  }
  .br-compare-row > div { padding: 12px 18px 16px; border-top: 0; }
  .br-compare-row > div + div + div { border-left: 1px solid var(--br-line); }
  html[dir="rtl"] .br-compare-row > div + div + div { border-left: 0; border-right: 1px solid var(--br-line); }
  .br-compare-row > div + div { border-left: 0; }
  html[dir="rtl"] .br-compare-row > div + div { border-right: 0; }
  .br-compare-row.br-compare-head > div:first-child { border-top: 0; }
  .br-compare-head h3 { font-size: 21px; }
}
@media (max-width: 560px) {
  .br-hero { padding: 62px 0 70px; }
  .br-hero h1 { font-size: 15vw; }

  .br-photo { width: min(300px, 84vw); }
  .br-wave-panel { padding: 30px 22px 36px; }
  .br-wave { height: 110px; gap: 3px; }
  .br-finish-options { flex-wrap: wrap; border-radius: 20px; }
}

/* Motion safety */
@media (prefers-reduced-motion: reduce) {
  .br-photo-wrap, .br-ring, .br-marquee-track, .br-wave i { animation: none !important; }
  .br-tour-sticky .br-photo-wrap { transition: none; }
  .br-page, .br-hero, .br-marquee, .br-wave-panel { transition: none; }
}
html.sp-eco .br-photo-wrap, html.sp-eco .br-ring, html.sp-eco .br-wave i { animation: none !important; }

/* Why-creators points inside the wave panel */
.br-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 36px; }
.br-why-grid article h3 { display: flex; align-items: baseline; gap: 10px; font-family: var(--sp-editorial); font-size: 24px; font-weight: 400; color: var(--br-ink); }
html[lang="ar"] .br-why-grid article h3 { font-family: var(--sp-editorial-ar); }
.br-why-grid article h3 i { font-style: normal; font-family: var(--sans); font-size: 11px; font-weight: 700; color: var(--br-accent); }
.br-why-grid article p { margin-top: 8px; color: var(--br-soft); font-size: 12.5px; line-height: 1.7; }
@media (max-width: 820px) { .br-why-grid { grid-template-columns: 1fr; gap: 16px; } }

/* --------------------------------------------------------------------------
   Finish picker on the product stage
   -------------------------------------------------------------------------- */
.br-figure { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.br-finish-stage { margin-top: 0; display: grid; justify-items: center; gap: 10px; }
.br-finish-stage .br-finish-label { font-size: 11px; font-weight: 750; letter-spacing: 0.22em; text-transform: uppercase; color: var(--br-dim); }
html[lang="ar"] .br-finish-stage .br-finish-label { letter-spacing: 0; text-transform: none; }
.br-finish-stage .br-finish-options {
  display: inline-flex; gap: 4px; padding: 5px;
  border: 1px solid var(--br-line); border-radius: 999px;
  background: var(--br-panel); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.br-finish-stage .br-finish-note { max-width: 380px; text-align: center; color: var(--br-dim); font-size: 11px; line-height: 1.6; }

/* --------------------------------------------------------------------------
   Icon fact trio
   -------------------------------------------------------------------------- */
.br-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.br-fact {
  position: relative; padding: 26px 24px 28px;
  border: 1px solid var(--br-line); border-radius: 20px; background: var(--br-panel);
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.45s, background 0.6s;
}
.br-fact:hover { transform: translateY(-5px); border-color: var(--br-line-strong); }
.br-fact-icon {
  display: grid; place-items: center; width: 52px; height: 52px;
  border: 1px solid var(--br-line-strong); border-radius: 16px;
  color: var(--br-accent); background: var(--br-chip-bg);
}
.br-fact-icon svg { width: 26px; height: 26px; }
.br-fact h3 { margin-top: 16px; font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--br-ink); }
html[lang="ar"] .br-fact h3 { letter-spacing: 0; text-transform: none; }
.br-fact p { margin-top: 10px; color: var(--br-soft); font-size: 13px; line-height: 1.75; }
@media (max-width: 900px) { .br-facts { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   Overview
   -------------------------------------------------------------------------- */
.br-overview { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 46px; align-items: center; }
.br-prose { margin-top: 14px; color: var(--br-soft); font-size: 14.5px; line-height: 1.85; max-width: 56ch; }
.br-overview-media { position: relative; border-radius: 22px; overflow: hidden; border: 1px solid var(--br-line); background: var(--br-stage); transition: background 0.6s; }
.br-overview-media img { display: block; width: 100%; height: auto; }
.br-overview-media figcaption {
  position: absolute; inset: auto 12px 12px; padding: 10px 14px;
  border-radius: 12px; font-size: 11.5px; line-height: 1.5; color: #e8ebff;
  background: rgba(5, 8, 20, 0.66); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
@media (max-width: 1080px) { .br-overview { grid-template-columns: 1fr; gap: 24px; } }

/* --------------------------------------------------------------------------
   Count-up stats band
   -------------------------------------------------------------------------- */
.br-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  padding: 30px 34px; border: 1px solid var(--br-line); border-radius: 22px;
  background: var(--br-wave-panel); transition: background 0.6s;
}
.br-stat strong { display: flex; align-items: baseline; gap: 2px; font-family: var(--sp-editorial); font-weight: 400; font-size: clamp(40px, 4.6vw, 58px); line-height: 1; color: var(--br-ink); font-variant-numeric: tabular-nums; }
html[lang="ar"] .br-stat strong { font-family: var(--sp-editorial-ar); }
.br-stat strong i { font-style: normal; font-size: 0.42em; color: var(--br-accent); letter-spacing: 0.04em; }
.br-stat-label { display: block; margin-top: 10px; font-size: 11px; font-weight: 750; letter-spacing: 0.2em; text-transform: uppercase; color: var(--br-dim); }
html[lang="ar"] .br-stat-label { letter-spacing: 0; text-transform: none; }
@media (max-width: 900px) { .br-stats { grid-template-columns: repeat(2, 1fr); gap: 26px 14px; } }

/* --------------------------------------------------------------------------
   Rear-panel hotspots
   -------------------------------------------------------------------------- */
.br-hotspots { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 26px; align-items: stretch; }
.br-hot-stage { position: relative; border-radius: 22px; overflow: hidden; border: 1px solid var(--br-line); background: var(--br-stage); transition: background 0.6s; }
.br-hot-stage img { display: block; width: 100%; height: auto; }
.br-hotspot {
  position: absolute; width: 34px; height: 34px; margin: -17px 0 0 -17px;
  display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%;
  background: transparent; cursor: pointer;
}
.br-hotspot i {
  position: relative; display: block; width: 14px; height: 14px; border-radius: 50%;
  background: var(--br-accent-deep); box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85);
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
}
html.sp-motion .br-hotspot i::after {
  content: ""; position: absolute; inset: -7px; border-radius: 50%;
  border: 2px solid rgba(141, 154, 255, 0.75); opacity: 0;
  animation: br-pulse 2.6s ease-out infinite;
}
@keyframes br-pulse { 0% { transform: scale(0.55); opacity: 0.9; } 70% { transform: scale(1.25); opacity: 0; } 100% { opacity: 0; } }
.br-hotspot.is-hot i, .br-hotspot:focus-visible i { transform: scale(1.5); }
.br-hotspot:focus-visible { outline: 2px solid var(--br-accent); outline-offset: 4px; border-radius: 50%; }
.br-hot-legend { display: grid; gap: 10px; align-content: center; }
.br-hot-row {
  text-align: start; padding: 15px 18px; border: 1px solid var(--br-line); border-radius: 16px;
  background: var(--br-panel); color: inherit; cursor: pointer;
  transition: border-color 0.35s, background 0.5s, transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.br-hot-row strong { display: block; font-size: 13.5px; font-weight: 700; color: var(--br-ink); }
.br-hot-row span { display: none; margin-top: 7px; color: var(--br-soft); font-size: 12.5px; line-height: 1.7; }
.br-hot-row.is-hot { border-color: var(--br-line-strong); transform: translateX(4px); }
.br-hot-row.is-hot span { display: block; }
html[dir="rtl"] .br-hot-row.is-hot { transform: translateX(-4px); }
@media (max-width: 1080px) {
  .br-hotspots { grid-template-columns: 1fr; }
  .br-hot-legend { align-content: start; }
}

/* --------------------------------------------------------------------------
   Key features checklist
   -------------------------------------------------------------------------- */
.br-features { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 26px; padding: 0; }
.br-features li {
  display: flex; gap: 13px; align-items: flex-start;
  padding: 15px 17px; border: 1px solid var(--br-line); border-radius: 15px; background: var(--br-panel);
  color: var(--br-soft); font-size: 13px; line-height: 1.7;
  transition: border-color 0.35s, transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.55s;
}
.br-features li:hover { border-color: var(--br-line-strong); }
.br-features li a { color: var(--br-accent); text-decoration: underline; text-underline-offset: 3px; }
.br-check {
  flex: 0 0 auto; display: grid; place-items: center; width: 22px; height: 22px; margin-top: 1px;
  border-radius: 50%; color: #fff; background: var(--br-accent-deep);
}
.br-check svg { width: 12px; height: 12px; }
html.sp-motion .br-features[data-br-features] li { opacity: 0; transform: translateY(14px); }
html.sp-motion .br-features.br-seen li { opacity: 1; transform: none; }
@media (max-width: 900px) { .br-features { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   What's in the box
   -------------------------------------------------------------------------- */
.br-box { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.br-box-item {
  padding: 26px 24px; border: 1px solid var(--br-line); border-radius: 20px; background: var(--br-panel);
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.45s;
}
.br-box-item:hover { transform: translateY(-5px); border-color: var(--br-line-strong); }
.br-box-icon { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid var(--br-line-strong); border-radius: 15px; color: var(--br-accent); background: var(--br-chip-bg); }
.br-box-icon svg { width: 25px; height: 25px; }
.br-box-item h3 { margin-top: 15px; font-size: 15.5px; font-weight: 700; color: var(--br-ink); }
.br-box-item p { margin-top: 8px; color: var(--br-soft); font-size: 12.5px; line-height: 1.7; }
@media (max-width: 900px) { .br-box { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   Tabbed specifications
   -------------------------------------------------------------------------- */
.br-spectab-row { display: flex; flex-wrap: wrap; gap: 6px; padding: 6px; border: 1px solid var(--br-line); border-radius: 999px; width: fit-content; background: var(--br-panel); }
.br-spectab {
  padding: 10px 20px; border: 0; border-radius: 999px; cursor: pointer;
  font: inherit; font-size: 12px; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--br-dim); background: transparent; transition: color 0.3s, background 0.3s, box-shadow 0.3s;
}
html[lang="ar"] .br-spectab { letter-spacing: 0; text-transform: none; }
.br-spectab[aria-selected="true"] { color: #fff; background: var(--br-accent-deep); box-shadow: 0 10px 24px rgba(22, 51, 255, 0.35); }
.br-specpanel { margin-top: 20px; }
.br-specpanel dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 26px; margin: 0; }
.br-specrow {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 14px; align-items: baseline;
  padding: 14px 17px; border: 1px solid var(--br-line); border-radius: 13px; background: var(--br-panel);
}
.br-specrow dt { font-size: 11px; font-weight: 750; letter-spacing: 0.14em; text-transform: uppercase; color: var(--br-dim); }
html[lang="ar"] .br-specrow dt { letter-spacing: 0; text-transform: none; }
.br-specrow dd { margin: 0; font-size: 13.5px; color: var(--br-ink); line-height: 1.6; font-variant-numeric: tabular-nums; }
html.sp-motion .br-specpanel:not([hidden]) { animation: br-panel-in 0.45s cubic-bezier(0.2, 0.7, 0.2, 1); }
@keyframes br-panel-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@media (max-width: 900px) {
  .br-specpanel dl { grid-template-columns: 1fr; }
  .br-specrow { grid-template-columns: 1fr; gap: 4px; }
}

/* --------------------------------------------------------------------------
   Setup guide
   -------------------------------------------------------------------------- */
.br-guide-nav {
  position: sticky; top: 86px; z-index: 5;
  display: flex; gap: 8px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none;
  padding: 8px; margin-bottom: 34px; border: 1px solid var(--br-line); border-radius: 999px;
  background: var(--br-panel-strong); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.br-guide-nav::-webkit-scrollbar { display: none; }
.br-guide-chip {
  flex: 0 0 auto; padding: 9px 16px; border-radius: 999px;
  font-size: 12px; font-weight: 650; color: var(--br-chip-ink); text-decoration: none;
  border: 1px solid transparent; transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.br-guide-chip:hover { border-color: var(--br-line-strong); }
.br-guide-chip.is-here { color: #fff; background: var(--br-accent-deep); }
.br-guide { display: grid; gap: 34px; }
.br-guide-chapter {
  display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center;
  padding: 30px; border: 1px solid var(--br-line); border-radius: 24px; background: var(--br-panel);
  scroll-margin-top: 150px; transition: border-color 0.4s;
}
.br-guide-chapter:hover { border-color: var(--br-line-strong); }
.br-guide-chapter:nth-child(even) .br-guide-media { order: 2; }
.br-guide-media { border-radius: 18px; overflow: hidden; border: 1px solid var(--br-line); background: #fff; }
.br-guide-media img { display: block; width: 100%; height: auto; }
.br-guide-copy h3 { margin-top: 8px; font-family: var(--sp-editorial); font-weight: 400; font-size: clamp(26px, 2.6vw, 34px); color: var(--br-ink); }
html[lang="ar"] .br-guide-copy h3 { font-family: var(--sp-editorial-ar); }
.br-guide-copy > p { margin-top: 10px; color: var(--br-soft); font-size: 13.5px; line-height: 1.75; }
.br-guide-steps { margin: 14px 0 0; padding: 0 0 0 20px; display: grid; gap: 10px; color: var(--br-soft); font-size: 13.5px; line-height: 1.75; }
html[dir="rtl"] .br-guide-steps { padding: 0 20px 0 0; }
.br-guide-steps li::marker { color: var(--br-accent); font-weight: 750; }
.br-guide-steps strong { color: var(--br-ink); }
.br-guide-note { margin-top: 13px; padding: 11px 15px; border-radius: 12px; border: 1px dashed var(--br-line-strong); color: var(--br-muted); font-size: 12px; line-height: 1.65; }
.br-guide-legend { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 14px; }
.br-guide-legend h4 { font-size: 11px; font-weight: 750; letter-spacing: 0.18em; text-transform: uppercase; color: var(--br-accent); }
html[lang="ar"] .br-guide-legend h4 { letter-spacing: 0; text-transform: none; }
.br-guide-legend ol { margin: 10px 0 0; padding: 0 0 0 20px; display: grid; gap: 7px; color: var(--br-soft); font-size: 12.5px; line-height: 1.6; }
html[dir="rtl"] .br-guide-legend ol { padding: 0 20px 0 0; }
.br-guide-legend li::marker { color: var(--br-accent); font-weight: 750; }
.br-guide-actions { margin-top: 18px; }
.br-guide-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  margin-top: 34px; padding: 22px 26px; border: 1px solid var(--br-line); border-radius: 18px; background: var(--br-panel);
}
.br-guide-foot p { color: var(--br-muted); font-size: 13.5px; }
@media (max-width: 1080px) {
  .br-guide-chapter { grid-template-columns: 1fr; gap: 20px; padding: 22px; }
  .br-guide-chapter:nth-child(even) .br-guide-media { order: 0; }
  .br-guide-legend { grid-template-columns: 1fr; }
  .br-guide-nav { top: 72px; }
}

/* --------------------------------------------------------------------------
   Finishes duo
   -------------------------------------------------------------------------- */
.br-duo { display: grid; grid-template-columns: 1fr 1fr 0.9fr; gap: 18px; align-items: center; }
.br-duo figure { position: relative; margin: 0; border-radius: 20px; overflow: hidden; border: 1px solid var(--br-line); }
.br-duo img { display: block; width: 100%; height: auto; }
.br-duo figcaption {
  position: absolute; inset: auto 10px 10px; padding: 9px 13px; border-radius: 11px;
  font-size: 11.5px; color: #e8ebff; background: rgba(5, 8, 20, 0.66);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.br-duo-copy h3 { margin-top: 8px; font-family: var(--sp-editorial); font-weight: 400; font-size: clamp(24px, 2.4vw, 32px); color: var(--br-ink); }
html[lang="ar"] .br-duo-copy h3 { font-family: var(--sp-editorial-ar); }
.br-duo-copy p { margin-top: 10px; color: var(--br-soft); font-size: 13px; line-height: 1.75; }
@media (max-width: 1080px) { .br-duo { grid-template-columns: 1fr 1fr; } .br-duo-copy { grid-column: 1 / -1; } }
@media (max-width: 640px) { .br-duo { grid-template-columns: 1fr; } }

/* Tilt hook shared by media cards */
[data-br-tilt] { will-change: transform; transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1); }

@media (prefers-reduced-motion: reduce) {
  .br-fact, .br-box-item, .br-hot-row, [data-br-tilt] { transition: none; }
  html.sp-motion .br-features[data-br-features] li { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   PodMic page variants: four-up fact row, flipped editorial splits,
   single-item box, FAQ accordion
   -------------------------------------------------------------------------- */
.br-facts-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1080px) { .br-facts-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .br-facts-4 { grid-template-columns: 1fr; } }

.br-split-flip > div:first-child { order: 2; }
.br-split-flip .br-overview-media { order: 1; }
@media (max-width: 1080px) {
  .br-split-flip > div:first-child { order: 0; }
  .br-split-flip .br-overview-media { order: 0; }
}

.br-box-solo { grid-template-columns: minmax(0, 560px); }
.br-box-note { margin-top: 18px; max-width: 640px; padding: 14px 18px; border-radius: 14px; border: 1px dashed var(--br-line-strong); color: var(--br-muted); font-size: 13px; line-height: 1.75; }

.br-faq { display: grid; gap: 12px; max-width: 860px; }
.br-faq-item { border: 1px solid var(--br-line); border-radius: 16px; background: var(--br-panel); overflow: hidden; transition: border-color 0.35s; }
.br-faq-item:hover { border-color: var(--br-line-strong); }
.br-faq-item h3 { margin: 0; }
.br-faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: 100%; padding: 18px 20px; border: 0; background: transparent; cursor: pointer;
  text-align: start; font: inherit; font-size: 15px; font-weight: 700; color: var(--br-ink);
}
.br-faq-q i {
  position: relative; flex: 0 0 auto; width: 26px; height: 26px;
  border: 1px solid var(--br-line-strong); border-radius: 50%;
}
.br-faq-q i::before, .br-faq-q i::after {
  content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 2px;
  margin: -1px 0 0 -5px; border-radius: 2px; background: var(--br-accent);
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.br-faq-q i::after { transform: rotate(90deg); }
.br-faq-q[aria-expanded="true"] i::after { transform: rotate(0deg); }
.br-faq-a { padding: 0 20px 18px; }
.br-faq-a p { color: var(--br-soft); font-size: 13.5px; line-height: 1.85; max-width: 70ch; }
html.sp-motion .br-faq-a:not([hidden]) { animation: br-panel-in 0.4s cubic-bezier(0.2, 0.7, 0.2, 1); }

/* Direct download group */
.br-dl { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.br-dl .br-dl-note { flex-basis: 100%; color: var(--br-dim); font-size: 11px; }

/* --------------------------------------------------------------------------
   Persistent enquiry bar (product pages): slides up once the visitor is past
   the hero and keeps the conversion one tap away.
   -------------------------------------------------------------------------- */
.br-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 230;
  transform: translateY(110%); transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
  border-top: 1px solid var(--br-line-strong);
  background: var(--br-panel-strong);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 -14px 40px rgba(4, 8, 26, 0.35);
}
.br-bar.br-bar-on { transform: none; }
.br-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 11px 0; }
.br-bar p { display: flex; align-items: baseline; gap: 10px; min-width: 0; }
.br-bar strong { color: var(--br-ink); font-size: 13.5px; white-space: nowrap; }
.br-bar span { color: var(--br-dim); font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.br-bar-actions { display: flex; gap: 9px; flex: 0 0 auto; }
.br-page .sp-top { bottom: 86px; }
@media (max-width: 560px) {
  .br-bar span { display: none; }
  .br-bar-inner { gap: 10px; }
}

/* --------------------------------------------------------------------------
   Paperus private desk: RØDE editorial enquiries are captured independently
   from public marketplace listings and reviewed manually by Paperus.
   -------------------------------------------------------------------------- */
html.br-modal-open { overflow: hidden; }
.br-private-layer {
  position: fixed; inset: 0; z-index: 420; display: grid; place-items: center;
  padding: 24px; overflow: auto; background: rgba(3, 5, 16, 0.76);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  opacity: 0; visibility: hidden; transition: opacity .22s ease, visibility .22s ease;
}
.br-private-layer.open { opacity: 1; visibility: visible; }
.br-private-layer[hidden] { display: none; }
.br-private-dialog {
  position: relative; width: min(760px, 100%); max-height: calc(100vh - 48px); overflow: auto;
  padding: clamp(28px, 5vw, 52px); border: 1px solid rgba(141, 154, 255, .34); border-radius: 28px;
  color: #0a0e1e; background: linear-gradient(155deg, #fff 0%, #f8f9ff 72%, #eef1ff 100%);
  box-shadow: 0 32px 90px rgba(2, 5, 22, .48), inset 0 1px 0 #fff;
  transform: translateY(18px) scale(.985); transition: transform .28s cubic-bezier(.2,.7,.2,1);
}
.br-private-layer.open .br-private-dialog { transform: none; }
.br-private-close {
  position: absolute; top: 18px; right: 20px; width: 40px; height: 40px; border: 1px solid #d9ddea;
  border-radius: 50%; color: #11162a; background: rgba(255,255,255,.8); font-size: 24px; line-height: 1;
  cursor: pointer; transition: border-color .2s, transform .2s;
}
.br-private-close:hover { border-color: #1633ff; transform: rotate(4deg); }
.br-private-kicker { color: #1633ff; font-size: 10px; font-weight: 800; letter-spacing: .22em; }
.br-private-dialog h2 { margin-top: 14px; font-family: var(--sp-editorial); font-size: clamp(36px, 6vw, 62px); font-weight: 400; line-height: .98; }
.br-private-intro { margin-top: 18px; max-width: 61ch; color: #5a627f; font-size: 14px; line-height: 1.7; }
.br-private-form { margin-top: 28px; }
.br-private-product { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 16px; border: 1px solid #dce0ee; border-radius: 14px; background: rgba(255,255,255,.78); }
.br-private-product span { color: #68708c; font-size: 11px; }
.br-private-product strong { text-align: right; font-family: var(--sp-editorial); font-size: 19px; font-weight: 400; }
.br-private-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 20px; }
.br-private-form label > span:first-child, .br-private-message > span:first-child { display: block; margin-bottom: 8px; color: #171c30; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.br-private-form select, .br-private-form input[type="text"], .br-private-form input[type="email"], .br-private-form input[type="tel"], .br-private-form textarea {
  width: 100%; border: 1px solid #d6dae7; border-radius: 13px; outline: 0; color: #101528; background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.br-private-form select, .br-private-form input[type="text"], .br-private-form input[type="email"], .br-private-form input[type="tel"] { min-height: 52px; padding: 0 14px; }
.br-private-form textarea { min-height: 134px; padding: 14px; resize: vertical; line-height: 1.55; }
.br-private-form select:focus, .br-private-form input:focus, .br-private-form textarea:focus { border-color: #1633ff; box-shadow: 0 0 0 4px rgba(22,51,255,.09); }
.br-private-message { display: block; margin-top: 18px; }
.br-private-message small { display: block; margin-top: 7px; color: #7a829d; font-size: 10px; text-align: right; }
.br-private-consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin-top: 18px; padding: 14px; border: 1px solid #dce0ee; border-radius: 13px; background: rgba(255,255,255,.72); }
.br-private-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: #1633ff; }
.br-private-consent > span { margin: 0 !important; color: #5d657f !important; font-size: 11px !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.6; text-transform: none !important; }
.br-private-consent a { color: #1633ff; text-decoration: underline; text-underline-offset: 2px; }
.br-private-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.br-private-account { margin-top: 12px; color: #717994; font-size: 11px; }
.br-private-error { margin-top: 14px; padding: 12px 14px; border: 1px solid #ef9baa; border-radius: 12px; color: #a51f3b; background: #fff3f5; font-size: 12px; line-height: 1.5; }
.br-private-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }
.br-private-actions .button:disabled { opacity: .56; cursor: wait; }
.br-private-success { padding: 46px 0 10px; text-align: center; outline: 0; }
.br-private-success-mark { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto; border-radius: 50%; color: #fff; background: #1633ff; font-size: 26px; box-shadow: 0 14px 32px rgba(22,51,255,.28); }
.br-private-success h3 { margin-top: 22px; font-family: var(--sp-editorial); font-size: clamp(30px, 5vw, 48px); font-weight: 400; line-height: 1.05; }
.br-private-success p { margin: 14px auto 22px; max-width: 52ch; color: #5d657f; font-size: 13px; line-height: 1.7; }
.br-private-success p strong { color: #1633ff; letter-spacing: .12em; }
@media (max-width: 620px) {
  .br-private-layer { padding: 10px; align-items: end; }
  .br-private-dialog { max-height: calc(100vh - 10px); padding: 30px 20px 24px; border-radius: 24px 24px 0 0; }
  .br-private-grid { grid-template-columns: 1fr; gap: 14px; }
  .br-private-actions { display: grid; grid-template-columns: 1fr; }
  .br-private-actions .button { width: 100%; }
}

/* --------------------------------------------------------------------------
   Balanced section heads: eyebrow and heading own the left column, the
   supporting line sits bottom-right - the width works instead of idling.
   -------------------------------------------------------------------------- */
.br-section-head:has(> p:not(.br-eyebrow)) { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); grid-template-rows: auto auto; column-gap: 48px; align-items: end; max-width: none; }
.br-section-head:has(> p:not(.br-eyebrow)) .br-eyebrow { grid-column: 1; }
.br-section-head:has(> p:not(.br-eyebrow)) h2 { grid-column: 1; }
.br-section-head:has(> p:not(.br-eyebrow)) > p:not(.br-eyebrow) { grid-column: 2; grid-row: 1 / 3; align-self: end; max-width: 44ch; width: 100%; justify-self: end; margin-top: 0; color: var(--br-soft); font-size: 13.5px; line-height: 1.8; border-top: 1px solid var(--br-line); padding-top: 16px; }
html[dir="rtl"] .br-section-head:has(> p:not(.br-eyebrow)) > p:not(.br-eyebrow) { justify-self: start; }
@media (max-width: 900px) {
  .br-section-head:has(> p:not(.br-eyebrow)) { grid-template-columns: 1fr; }
  .br-section-head:has(> p:not(.br-eyebrow)) > p:not(.br-eyebrow) { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 14px; border-top: 0; padding-top: 0; max-width: 56ch; }
}

/* Solo box: the card and its explanation share the row. */
.br-box-solo { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; }
.br-box-solo .br-box-note { display: flex; align-items: center; margin-top: 0; max-width: none; font-size: 13.5px; }
@media (max-width: 900px) { .br-box-solo { grid-template-columns: 1fr; } }

/* FAQ split: intro column beside the accordion. */
.br-faq-split { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 44px; align-items: start; }
.br-faq-intro h2 { margin-top: 10px; font-family: var(--sp-editorial); font-weight: 400; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.05; color: var(--br-ink); }
html[lang="ar"] .br-faq-intro h2 { font-family: var(--sp-editorial-ar); line-height: 1.3; }
.br-faq-intro h2 em { color: var(--br-accent); }
.br-faq-intro > p:not(.br-eyebrow):not(.br-fineprint) { margin-top: 14px; color: var(--br-soft); font-size: 13.5px; line-height: 1.8; max-width: 40ch; }
.br-faq-intro .br-fineprint { margin-top: 18px; }
.br-faq { max-width: none; }
@media (max-width: 980px) { .br-faq-split { grid-template-columns: 1fr; gap: 22px; } }

/* Complete phone treatment for brand and product pages */
@media (max-width: 820px) {
  .br-shell { width: min(calc(100% - 30px), 680px); }
  .br-hotspot { width: 44px; height: 44px; margin: -22px 0 0 -22px; }
  .br-spectab, .br-guide-chip, .br-finish-btn { min-height: 44px; }
}

@media (max-width: 640px) {
  .br-shell { width: calc(100% - 26px); }
  .br-hero { padding: 48px 0 58px; }
  .br-crumbs { margin-bottom: 26px; }
  .br-hero h1 { font-size: clamp(43px, 14vw, 60px); }
  .br-lede { font-size: 15px; line-height: 1.7; }
  .br-hero-actions { display: grid; grid-template-columns: 1fr; }
  .br-hero-actions .button { width: 100%; }
  .br-finish-options, .br-finish-stage .br-finish-options { width: 100%; display: grid; grid-template-columns: 1fr 1fr; border-radius: 18px; }
  .br-finish-btn { justify-content: center; padding-inline: 12px; }
  .br-section { padding: 54px 0; }
  .br-section-head { margin-bottom: 28px; }
  .br-section-head h2 { font-size: clamp(35px, 11vw, 44px); }
  .br-step { padding: 23px 20px; }
  .br-step h3 { font-size: 27px; }
  .br-wave-panel { padding: 28px 20px 34px; }
  .br-wave-caption { flex-wrap: wrap; }
  .br-spec { padding: 21px 19px; }
  .br-product-card { padding: 28px 22px 34px; }
  .br-product-card.br-card-with-art { padding-bottom: 200px; }
  .br-card-art { right: 16px; bottom: 16px; width: calc(100% - 32px); }
  html[dir="rtl"] .br-card-art { right: auto; left: 16px; }
  .br-stats { padding: 24px 20px; }
  .br-spectab-row { width: 100%; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; border-radius: 16px; }
  .br-spectab-row::-webkit-scrollbar { display: none; }
  .br-spectab { flex: 0 0 auto; padding-inline: 16px; }
  .br-guide-nav { top: 78px; margin-bottom: 24px; }
  .br-guide-chapter { padding: 18px; }
  .br-guide-foot { align-items: stretch; padding: 20px; }
  .br-guide-foot .button { width: 100%; }
  .br-cta { padding: 58px 0; }
  .br-cta h2 { font-size: clamp(39px, 12vw, 50px); }
  .br-cta .hero-actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .br-cta .button { width: 100%; }
  .br-bar p { display: none; }
  .br-bar-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .br-bar-actions .button { width: 100%; padding-inline: 12px; }
  .br-page .sp-top { bottom: calc(82px + env(safe-area-inset-bottom)); }
  .br-private-product { align-items: flex-start; flex-direction: column; }
  .br-private-product strong { text-align: start; }
}
