/* BONNIAN — Premium Real Estate (UXUI-DNA) */

.store-layout.store-surface {
  --sb-bg: #faf8f4;
  --sb-gold: #c6a86b;
  --sb-text: #0a1525;
  --sb-muted: #6b7280;
  --sb-card: #ffffff;
  --sb-border: rgba(10, 21, 37, 0.06);
  --sb-input-border: rgba(10, 21, 37, 0.08);
  --sb-header-bg: rgba(10, 21, 37, 0.92);
  --sb-btn-dark-bg: #0a1525;
  --bn-navy: #0a1525;
  --bn-ivory: #faf8f4;
  --bn-surface: #111827;
}

/* Theme class is on <html>; body carries store-layout + store-surface */
html.dark body.store-layout.store-surface {
  --sb-bg: #0a1525;
  --sb-card: #111827;
  --sb-text: #f9fafb;
  --sb-muted: #9ca3af;
  --sb-sage: #9ca3af;
  --sb-header-bg: rgba(10, 21, 37, 0.96);
  --sb-border: rgba(255, 255, 255, 0.08);
  --sb-input-border: rgba(255, 255, 255, 0.14);
  --sb-nav-bg: rgba(17, 24, 39, 0.94);
  --sb-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  --sb-shadow-hover: 0 16px 48px rgba(0, 0, 0, 0.5);
  --sb-btn-dark-bg: #f9fafb;
  --sb-btn-dark-fg: #0a1525;
  --sb-on-gold: #0a1525;
  background-color: var(--sb-bg);
  color: var(--sb-text);
}

html.dark body.store-layout.store-surface .sb-card,
html.dark body.store-layout.store-surface .sb-product,
html.dark body.store-layout.store-surface .bn-type-card,
html.dark body.store-layout.store-surface .bn-empty,
html.dark body.store-layout.store-surface .bn-faq__item,
html.dark body.store-layout.store-surface .sb-trust {
  color: var(--sb-text);
}

html.dark body.store-layout.store-surface .sb-product__name,
html.dark body.store-layout.store-surface .bn-empty__title,
html.dark body.store-layout.store-surface .bn-faq__item summary,
html.dark body.store-layout.store-surface .sb-title {
  color: var(--sb-text);
}

html.dark body.store-layout.store-surface .sb-search-panel {
  color: var(--sb-text);
}

/* —— Site header / footer (premium) —— */
.bn-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  letter-spacing: -0.02em;
  min-width: 0;
}
.bn-brand__logo {
  height: 36px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  display: block;
}
.bn-brand__logo--footer { height: 40px; max-width: 160px; }
.bn-brand__monogram {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(145deg, #111827 0%, #0a1525 100%);
  color: var(--sb-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.bn-brand--footer .bn-brand__monogram {
  background: rgba(255, 255, 255, 0.08);
}
.bn-brand__name {
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bn-brand--compact .bn-brand__name { font-size: 0.95rem; }

.bn-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}
.bn-site-header__bar {
  background: rgba(10, 21, 37, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(198, 168, 107, 0.22);
  color: #f9fafb;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.bn-site-header.is-scrolled .bn-site-header__bar {
  box-shadow: 0 12px 40px rgba(10, 21, 37, 0.35);
}
.bn-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  min-height: 64px;
}
.bn-site-nav {
  display: none;
  align-items: center;
  gap: 0.15rem;
}
@media (min-width: 1024px) {
  .bn-site-nav { display: flex; }
}
.bn-site-nav__link {
  padding: 0.5rem 0.85rem;
  font-size: 0.9rem;
  color: rgba(249, 250, 251, 0.82);
  text-decoration: none;
  border-radius: 10px;
  transition: color 0.2s ease, background 0.2s ease;
}
.bn-site-nav__link:hover,
.bn-site-nav__link.is-active {
  color: var(--sb-gold);
  background: rgba(255, 255, 255, 0.06);
}
.bn-site-header__actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}
.bn-site-header__cta {
  display: none;
  padding: 0.55rem 1.1rem !important;
  font-size: 0.82rem !important;
  min-height: auto !important;
}
@media (min-width: 768px) {
  .bn-site-header__cta { display: inline-flex; }
}
.bn-site-header__icon {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #f9fafb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.bn-site-header__icon:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}
.bn-site-header__lang {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.bn-site-header__menu { display: inline-flex; }
@media (min-width: 1024px) {
  .bn-site-header__menu { display: none; }
}

.bn-mobile-drawer[hidden] { display: none; }
.bn-mobile-drawer:not([hidden]) {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: block;
}
.bn-mobile-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 21, 37, 0.55);
  backdrop-filter: blur(4px);
}
.bn-mobile-drawer__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: 0;
  width: min(100%, 320px);
  background: #0a1525;
  color: #f9fafb;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.25rem 1.5rem;
  box-shadow: -12px 0 48px rgba(0, 0, 0, 0.35);
  animation: bn-drawer-in 0.28s ease;
}
@keyframes bn-drawer-in {
  from { transform: translateX(100%); opacity: 0.6; }
  to { transform: translateX(0); opacity: 1; }
}
[dir="rtl"] .bn-mobile-drawer__panel {
  animation-name: bn-drawer-in-rtl;
}
@keyframes bn-drawer-in-rtl {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}
.bn-mobile-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(198, 168, 107, 0.2);
}
.bn-mobile-drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  flex: 1;
}
.bn-mobile-drawer__nav a {
  padding: 0.9rem 0.65rem;
  color: #f3f4f6;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 12px;
}
.bn-mobile-drawer__nav a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--sb-gold);
}
.bn-mobile-drawer__foot {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}
.bn-mobile-drawer__lang {
  text-align: center;
  font-size: 0.9rem;
  color: var(--sb-gold);
  text-decoration: none;
}
body.bn-menu-open { overflow: hidden; }

/* Hero search */
.bn-page-home .store-wrap { padding-bottom: 2rem; }

.bn-hero {
  position: relative;
  margin: 0;
  min-height:  min(92vh, 720px);
  color: #fff;
  overflow: hidden;
}
.bn-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bn-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 21, 37, 0.55) 0%, rgba(10, 21, 37, 0.88) 100%);
}
.bn-hero__inner {
  position: relative;
  z-index: 1;
  padding: 2.5rem 1.25rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: inherit;
  max-width: 1100px;
}
.bn-hero__eyebrow { color: var(--sb-gold) !important; }
.bn-hero__title {
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0.5rem 0;
  letter-spacing: -0.03em;
}
.bn-hero__lead {
  font-size: 1rem;
  opacity: 0.9;
  max-width: 36rem;
  margin: 0 0 1.5rem;
  line-height: 1.6;
}

.bn-search {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid var(--sb-input-border, rgba(10, 21, 37, 0.08));
  border-radius: 20px;
  padding: 1.25rem;
  box-shadow: 0 20px 60px rgba(10, 21, 37, 0.25);
  color: var(--bn-navy);
}
html.dark .bn-hero .bn-search__label,
html.dark .bn-search .bn-search__label {
  color: var(--sb-muted);
}
html.dark .bn-search {
  background: var(--sb-card);
  color: var(--sb-text);
  border: 1px solid var(--sb-input-border);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}
html.dark .bn-search .sb-select {
  background: rgba(0, 0, 0, 0.22);
  border-color: var(--sb-input-border);
  color: var(--sb-text);
}
html.dark .bn-search__input-wrap {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid var(--sb-input-border);
}
html.dark .bn-search__input-wrap i,
html.dark .sb-search-input-wrap i {
  color: var(--sb-muted);
}
html.dark .bn-search input,
html.dark .sb-search-panel input {
  color: var(--sb-text);
}
html.dark .bn-search input::placeholder,
html.dark .sb-search-panel input::placeholder {
  color: var(--sb-muted);
  opacity: 1;
}
html.dark .sb-search-panel {
  border: 1px solid var(--sb-input-border);
}
html.dark body.store-layout.store-surface .sb-search-panel .sb-search-input-wrap {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid var(--sb-input-border);
}
html.dark body.store-layout.store-surface .sb-search-panel .sb-select {
  background: rgba(0, 0, 0, 0.22);
  border-color: var(--sb-input-border);
  color: var(--sb-text);
}
html.dark body.store-layout.store-surface .sb-search-panel .sb-chip:not(.is-active) {
  background: rgba(0, 0, 0, 0.22);
  color: var(--sb-text);
}
html.dark body.store-layout.store-surface .sb-card .sb-input,
html.dark body.store-layout.store-surface .sb-card .sb-textarea,
html.dark body.store-layout.store-surface .sb-card .sb-select {
  background: rgba(0, 0, 0, 0.22);
  color: var(--sb-text);
}
.bn-search__row { margin-bottom: 0.85rem; }
.bn-search__row--grid {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .bn-search__row--grid { grid-template-columns: repeat(3, 1fr); }
}
.bn-search__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--sb-muted);
  margin-bottom: 0.35rem;
}
.bn-search__input-wrap {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: var(--sb-bg);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  border: 1px solid var(--sb-input-border);
}
.bn-search__input-wrap input {
  flex: 1;
  border: none;
  background: transparent;
  font: inherit;
  outline: none;
  color: var(--sb-text);
}
html.dark .bn-hero .bn-search__input-wrap input {
  color: var(--sb-text);
}
.bn-search__submit { margin-top: 0.25rem; min-height: 52px; }

/* Type grid */
.bn-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .bn-type-grid { grid-template-columns: repeat(4, 1fr); }
}
.bn-type-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem 0.75rem;
  background: var(--sb-card);
  border-radius: var(--sb-radius-sm);
  box-shadow: var(--sb-shadow);
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.bn-type-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sb-shadow-hover);
}
.bn-type-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--sb-gold) 18%, transparent);
  color: var(--sb-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.bn-promo {
  padding: 1.75rem !important;
  background: linear-gradient(135deg, #0a1525 0%, #1e293b 100%) !important;
  color: #fff !important;
  border: none;
}
.bn-promo__title { font-size: 1.25rem; font-weight: 700; margin: 0.5rem 0; }
.bn-promo__lead { opacity: 0.85; font-size: 0.9rem; margin-bottom: 1.25rem; }

/* FAQ */
.bn-faq__list { margin-top: 1rem; }
.bn-faq__item {
  border: 1px solid var(--sb-border);
  border-radius: var(--sb-radius-sm);
  margin-bottom: 0.5rem;
  background: var(--sb-card);
  overflow: hidden;
}
.bn-faq__item summary {
  padding: 1rem 1.1rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  color: var(--sb-text);
}
.bn-faq__item summary::-webkit-details-marker { display: none; }
.bn-faq__item p {
  padding: 0 1.1rem 1rem;
  margin: 0;
  font-size: 0.9rem;
  color: var(--sb-muted);
  line-height: 1.6;
}

/* Property listing */
.bn-page-head { margin-bottom: 1rem; }
.bn-page-head__title { font-size: 1.75rem !important; }
.bn-results-count { font-size: 0.85rem; color: var(--sb-muted); margin: 0.5rem 0 0; }
.bn-search-compact__grid {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
@media (min-width: 640px) {
  .bn-search-compact__grid { grid-template-columns: 1fr 1fr auto; align-items: end; }
}

.bn-empty {
  text-align: center;
  padding: 3rem 1rem;
  background: var(--sb-card);
  border-radius: var(--sb-radius);
  margin-top: 1.5rem;
}
.bn-empty__icon { font-size: 2.5rem; color: var(--sb-gold); opacity: 0.7; }
.bn-empty__title { font-size: 1.15rem; margin: 1rem 0 0.5rem; }
.bn-empty__text { color: var(--sb-muted); margin-bottom: 1.25rem; }

.bn-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}
.bn-pagination__info { font-size: 0.85rem; color: var(--sb-muted); }

/* PDP — Luxury property details */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.bn-page-property {
  --bn-midnight: #0A1B33;
  --bn-gold: #C8A96A;
  --bn-cream: #F8F6F2;
  --bn-success: #16C55F;
  background: var(--bn-cream);
}
body.bn-page-property-guaranteed {
  --bn-guarantee-glow: color-mix(in srgb, var(--bn-gold) 18%, transparent);
  background:
    radial-gradient(ellipse 80% 40% at 50% -5%, var(--bn-guarantee-glow), transparent 55%),
    var(--bn-cream);
}
html.dark body.bn-page-property {
  background: var(--sb-bg, #0a1525);
}
html.dark body.bn-page-property-guaranteed {
  background:
    radial-gradient(ellipse 80% 40% at 50% -5%, rgba(200, 169, 106, 0.1), transparent 55%),
    var(--sb-bg, #0a1525);
}
html.dark .bn-pdp-summary {
  color: var(--sb-text, #f9fafb);
}
html.dark .bn-pdp-summary__eyebrow,
html.dark .bn-pdp-summary__location {
  color: var(--sb-muted, #9ca3af);
}
html.dark .bn-pdp-feature-card {
  background: var(--sb-card, #111827);
  border-color: var(--sb-border, rgba(255, 255, 255, 0.08));
}
html.dark .bn-pdp-feature-card__title {
  color: var(--sb-text, #f9fafb);
}
html.dark .bn-pdp-feature-card__text {
  color: var(--sb-muted, #9ca3af);
}
html.dark .bn-pdp-prose {
  color: var(--sb-text, #e5e7eb);
}
html.dark .bn-breadcrumb,
html.dark .bn-breadcrumb a {
  color: var(--sb-muted, #9ca3af);
}
html.dark .bn-breadcrumb a:hover {
  color: var(--sb-text, #f9fafb);
}
body.bn-page-property .store-wrap.bn-pdp-page {
  max-width: 1200px;
  padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
}
@media (min-width: 1024px) {
  body.bn-page-property .store-wrap.bn-pdp-page {
    padding-bottom: 6rem;
  }
}

.bn-breadcrumb {
  font-size: 0.8rem;
  color: var(--sb-muted);
  padding: 1rem 0 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.bn-breadcrumb a { color: var(--sb-muted); text-decoration: none; }
.bn-breadcrumb a:hover { color: var(--bn-midnight, #0A1B33); }

.bn-gallery__placeholder {
  aspect-ratio: 16/10;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--sb-muted);
}

/* Skeleton */
.bn-pdp-skeleton { padding: 1rem 0 2rem; }
.bn-pdp-skeleton__hero {
  aspect-ratio: 16/10;
  border-radius: 20px;
  background: linear-gradient(110deg, #ece8e0 8%, #f5f2ec 18%, #ece8e0 33%);
  background-size: 200% 100%;
  animation: bn-pdp-shimmer 1.4s ease-in-out infinite;
}
.bn-pdp-skeleton__line {
  height: 1.25rem;
  margin-top: 1.25rem;
  border-radius: 8px;
  background: linear-gradient(110deg, #ece8e0 8%, #f5f2ec 18%, #ece8e0 33%);
  background-size: 200% 100%;
  animation: bn-pdp-shimmer 1.4s ease-in-out infinite;
}
.bn-pdp-skeleton__line--short { width: 55%; margin-top: 0.65rem; }
@keyframes bn-pdp-shimmer {
  to { background-position: -200% 0; }
}
.bn-pdp:not(.is-ready) [data-bn-pdp-content] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  left: 0;
  visibility: hidden;
}
.bn-pdp.is-ready .bn-pdp-skeleton { display: none; }
.bn-pdp.is-ready [data-bn-pdp-content] {
  opacity: 1;
  pointer-events: auto;
  position: static;
  visibility: visible;
  transition: opacity 0.4s ease;
}

/* Hero gallery */
.bn-pdp-hero {
  position: relative;
  margin: 0 -1.25rem 1.5rem;
  border-radius: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bn-pdp-hero { margin: 0 0 2rem; border-radius: 20px; }
}
.bn-pdp-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  min-height: 280px;
}
@media (min-width: 768px) {
  .bn-pdp-hero__grid {
    grid-template-columns: 1.6fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    min-height: 420px;
    max-height: 520px;
  }
}
.bn-pdp-hero__main,
.bn-pdp-hero__thumb {
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  background: #e8e4dc;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.bn-pdp-hero__main { grid-row: span 1; min-height: 240px; }
@media (min-width: 768px) {
  .bn-pdp-hero__main { grid-row: span 2; min-height: 100%; }
}
.bn-pdp-hero__main img,
.bn-pdp-hero__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.bn-pdp-hero__main:hover img,
.bn-pdp-hero__thumb:hover img { transform: scale(1.03); }
.bn-pdp-hero__side {
  display: none;
}
@media (min-width: 768px) {
  .bn-pdp-hero__side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4px;
  }
}
.bn-pdp-hero__thumb { min-height: 0; }
.bn-pdp-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  gap: 0.5rem;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(10, 27, 51, 0.35) 0%, transparent 35%, transparent 65%, rgba(10, 27, 51, 0.2) 100%);
}
.bn-pdp-hero__badges,
.bn-pdp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  pointer-events: auto;
}
.bn-pdp-hero__badges {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  justify-self: start;
}
.bn-pdp-hero__guarantee {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  justify-self: end;
  pointer-events: auto;
  position: relative;
}
.bn-pdp-hero__guarantee .bn-guarantee-seal {
  position: relative;
  top: auto;
  inset-inline-end: auto;
}
.bn-pdp-hero__actions {
  grid-column: 1 / -1;
  grid-row: 3;
  align-self: end;
  justify-self: end;
  margin-inline-start: auto;
}
.bn-pdp-badge {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.92);
  color: var(--bn-midnight, #0A1B33);
}
.bn-pdp-badge--sale { border: 1px solid var(--bn-gold, #C8A96A); }
.bn-pdp-badge--rent { background: rgba(10, 27, 51, 0.88); color: #fff; }
.bn-pdp-badge--rented { background: rgba(220, 38, 38, 0.92); color: #fff; }
.bn-pdp-badge--prime { background: linear-gradient(135deg, var(--bn-gold, #C8A96A), #e8c88a); color: var(--bn-midnight, #0A1B33); font-weight: 700; }
.bn-pdp-badge--invest { background: var(--bn-gold, #C8A96A); color: var(--bn-midnight, #0A1B33); }
.bn-pdp-badge--furnished { background: linear-gradient(135deg, var(--bn-gold, #C8A96A), #e8c88a); color: var(--bn-midnight, #0A1B33); font-weight: 700; }
.bn-pdp-badge--unfurnished { background: rgba(100, 116, 139, 0.88); color: #fff; }
.bn-pdp-badge--rent-daily { background: rgba(14, 165, 233, 0.92); color: #fff; }
.bn-pdp-badge--rent-monthly { background: rgba(59, 130, 246, 0.92); color: #fff; }
.bn-pdp-badge--type { background: rgba(255, 255, 255, 0.85); }

/* Guarantee seal — PDP variants */
.bn-guarantee-seal--pdp-hero {
  width: auto;
  min-height: 2.5rem;
  padding: 0.35rem 0.75rem 0.35rem 0.45rem;
  border-radius: 999px;
  background: rgba(10, 27, 51, 0.55);
  backdrop-filter: blur(10px);
  border: 1px solid color-mix(in srgb, var(--bn-gold) 55%, transparent);
}
.bn-guarantee-seal--pdp-hero .bn-guarantee-seal__mark i {
  font-size: 1.35rem;
  color: #f0d08a;
}
.bn-guarantee-seal--pdp-hero .bn-guarantee-seal__text {
  color: #fff;
  padding-inline-end: 0.15rem;
}
.bn-guarantee-seal--pdp-inline .bn-guarantee-seal__mark i {
  font-size: 1.45rem;
  color: var(--bn-gold, #C8A96A);
}
html.dark .bn-guarantee-seal--pdp-inline .bn-guarantee-seal__mark i {
  color: #e8c88a;
}

.bn-guarantee-seal--pdp-inline {
  position: relative;
  top: auto;
  inset-inline-end: auto;
  width: auto;
  min-height: 2.75rem;
  padding: 0.25rem 0.85rem 0.25rem 0.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(200, 169, 106, 0.18), rgba(200, 169, 106, 0.06));
  border: 1px solid color-mix(in srgb, var(--bn-gold) 45%, transparent);
}

/* Guarantee trust strip (PDP) */
.bn-guarantee-trust {
  margin: 0 0 1.25rem;
  padding: 1.1rem 1.15rem;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--bn-gold) 35%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--bn-gold) 12%, #fff), color-mix(in srgb, var(--bn-gold) 4%, #fff));
  box-shadow: 0 12px 40px color-mix(in srgb, var(--bn-gold) 12%, transparent);
}
html.dark .bn-guarantee-trust {
  background:
    linear-gradient(135deg, rgba(200, 169, 106, 0.14), rgba(10, 21, 37, 0.85));
  border-color: color-mix(in srgb, var(--bn-gold) 40%, rgb(55 65 81));
}
.bn-guarantee-trust__head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1rem;
}
.bn-guarantee-trust__title {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--bn-midnight, #0A1B33);
}
html.dark .bn-guarantee-trust__title { color: var(--sb-text, #f8fafc); }
.bn-guarantee-trust__lead {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--sb-muted);
}
.bn-guarantee-trust__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
@media (min-width: 768px) {
  .bn-guarantee-trust__grid { grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
}
.bn-guarantee-trust__item {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.75rem 0.8rem;
  border-radius: 12px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(200, 169, 106, 0.18);
}
html.dark .bn-guarantee-trust__item {
  background: rgba(255,255,255,0.04);
  border-color: rgba(200, 169, 106, 0.22);
}
.bn-guarantee-trust__item-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--bn-gold) 18%, transparent);
  color: #92682a;
}
html.dark .bn-guarantee-trust__item-icon { color: #e8c88a; }
.bn-guarantee-trust__item-title {
  margin: 0 0 0.15rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--bn-midnight, #0A1B33);
}
html.dark .bn-guarantee-trust__item-title { color: var(--sb-text); }
.bn-guarantee-trust__item-text {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--sb-muted);
}

/* Guaranteed PDP accents */
.bn-pdp--guaranteed .bn-pdp-hero {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--bn-gold) 35%, transparent), 0 24px 60px rgba(10, 27, 51, 0.12);
}
.bn-pdp-summary__price-card--guaranteed {
  border: 1px solid color-mix(in srgb, var(--bn-gold) 45%, transparent);
  background: linear-gradient(135deg, color-mix(in srgb, var(--bn-gold) 8%, #fff), #fff);
  box-shadow: 0 8px 28px color-mix(in srgb, var(--bn-gold) 14%, transparent);
}
.bn-pdp--guaranteed .bn-pdp-highlights__item {
  border-color: color-mix(in srgb, var(--bn-gold) 22%, transparent);
}
.bn-pdp--guaranteed .bn-pdp-facts {
  border: 1px solid color-mix(in srgb, var(--bn-gold) 30%, transparent);
  background: linear-gradient(180deg, color-mix(in srgb, var(--bn-gold) 6%, #fff), #fff);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--bn-gold) 10%, transparent);
}
html.dark .bn-pdp-facts {
  background: var(--sb-card, #111827);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}
html.dark .bn-pdp-facts__label,
html.dark .bn-pdp-facts__row dd {
  color: var(--sb-text, #f9fafb);
}
html.dark .bn-pdp-facts__row dt {
  color: var(--sb-muted, #9ca3af);
}
html.dark .bn-pdp-facts__row {
  border-bottom-color: var(--sb-border, rgba(255, 255, 255, 0.08));
}
html.dark .bn-pdp--guaranteed .bn-pdp-facts {
  background: linear-gradient(180deg, rgba(200, 169, 106, 0.12), var(--sb-card, #111827));
  border-color: color-mix(in srgb, var(--bn-gold) 35%, rgb(55 65 81));
}
html.dark .bn-pdp-platform-note {
  color: var(--sb-muted, #9ca3af);
}
html.dark .bn-pdp-summary__installment strong {
  color: var(--sb-text, #f9fafb);
}
html.dark .bn-pdp-summary__title {
  color: var(--sb-text, #f9fafb);
}
html.dark .bn-pdp-section__title {
  color: var(--sb-text, #f9fafb);
}
html.dark .bn-pdp-highlights__value {
  color: var(--sb-text, #f9fafb);
}
html.dark .bn-pdp-highlights__item {
  background: var(--sb-card, #111827);
  border-color: var(--sb-border, rgba(255, 255, 255, 0.08));
}
html.dark .bn-pdp-summary__price-card--guaranteed {
  background: linear-gradient(135deg, rgba(200, 169, 106, 0.14), var(--sb-card, #111827));
}
html.dark .bn-pdp-summary__price {
  color: var(--sb-text, #f9fafb);
}

.bn-pdp-icon-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.85rem;
  border-radius: 12px;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  color: var(--bn-midnight, #0A1B33);
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bn-pdp-icon-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12); }
.bn-pdp-icon-btn[aria-pressed="true"] { color: #c0392b; }
.bn-pdp-icon-btn[aria-pressed="true"] .fa-heart::before { font-weight: 900; }

/* Layout */
.bn-pdp__layout {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .bn-pdp__layout {
    grid-template-columns: 1fr 340px;
    align-items: start;
    gap: 2.5rem;
  }
  .bn-pdp__aside { position: sticky; top: calc(var(--sb-nav-h, 72px) + 1rem); }
}

/* Summary */
.bn-pdp-summary {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 2rem;
}
.bn-pdp-summary__eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--bn-gold, #C8A96A);
  margin: 0 0 0.35rem;
  letter-spacing: 0.02em;
}
.bn-pdp-summary__title {
  font-size: clamp(1.35rem, 4vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 0.5rem;
  color: var(--bn-midnight, #0A1B33);
  font-family: 'IBM Plex Sans Arabic', 'Tajawal', 'Plus Jakarta Sans', Inter, sans-serif;
}
.bn-pdp-summary__location {
  font-size: 0.9rem;
  color: var(--sb-muted);
  margin: 0 0 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.bn-pdp-summary__price-card {
  padding: 1rem 0;
  border-block: 1px solid rgba(10, 27, 51, 0.08);
  margin-bottom: 1.25rem;
}
.bn-pdp-summary__price {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 800;
  color: var(--bn-gold, #C8A96A);
  margin: 0;
  font-family: 'IBM Plex Sans Arabic', 'Plus Jakarta Sans', Inter, sans-serif;
}
.bn-pdp-summary__installment {
  font-size: 0.95rem;
  color: var(--sb-muted);
  margin: 0.5rem 0 0;
}
.bn-pdp-summary__installment strong { color: var(--bn-midnight, #0A1B33); }

.bn-pdp-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .bn-pdp-highlights { grid-template-columns: repeat(3, 1fr); }
}
.bn-pdp-highlights__item {
  background: var(--bn-cream, #F8F6F2);
  border-radius: 14px;
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bn-pdp-highlights__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.bn-pdp-highlights__icon {
  color: var(--bn-gold, #C8A96A);
  font-size: 1rem;
}
.bn-pdp-highlights__label {
  font-size: 0.72rem;
  color: var(--sb-muted);
}
.bn-pdp-highlights__value {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--bn-midnight, #0A1B33);
}

/* Sections */
.bn-pdp-section { margin-bottom: 2.5rem; }
.bn-pdp-section__title {
  font-size: clamp(1.15rem, 3vw, 1.5rem);
  font-weight: 700;
  margin: 0 0 1.25rem;
  color: var(--bn-midnight, #0A1B33);
  font-family: 'IBM Plex Sans Arabic', 'Plus Jakarta Sans', Inter, sans-serif;
}
.bn-pdp-section__head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.bn-pdp-section__head-row .bn-pdp-section__title { margin: 0; }
.bn-pdp-section__link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--bn-gold, #C8A96A);
  text-decoration: none;
}
.bn-pdp-section__link:hover { text-decoration: underline; }

.bn-pdp-features {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .bn-pdp-features { grid-template-columns: repeat(2, 1fr); }
}
.bn-pdp-feature-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(200, 169, 106, 0.2);
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bn-pdp-feature-card:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}
.bn-pdp-feature-card__emoji { font-size: 1.5rem; display: block; margin-bottom: 0.5rem; }
.bn-pdp-feature-card__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: var(--bn-midnight, #0A1B33);
}
.bn-pdp-feature-card__text {
  font-size: 0.88rem;
  color: var(--sb-muted);
  margin: 0;
  line-height: 1.6;
}

.bn-prose,
.bn-pdp-prose {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--sb-text);
  background: #fff;
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}
.bn-prose p { margin: 0 0 1rem; }

/* Map */
.bn-pdp-map__frame {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #e8e4dc;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}
.bn-pdp-map__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.bn-pdp-nearby {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  gap: 0.65rem;
}
@media (min-width: 640px) {
  .bn-pdp-nearby { grid-template-columns: repeat(2, 1fr); }
}
.bn-pdp-nearby__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: #fff;
  border-radius: 14px;
  padding: 0.85rem 1rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.bn-pdp-nearby__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  background: var(--bn-cream, #F8F6F2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bn-gold, #C8A96A);
}
.bn-pdp-nearby__name { flex: 1; font-weight: 600; font-size: 0.9rem; }
.bn-pdp-nearby__dist { font-size: 0.8rem; color: var(--sb-muted); white-space: nowrap; }

/* Amenities grid */
.bn-pdp-amenities {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .bn-pdp-amenities { grid-template-columns: repeat(4, 1fr); }
}
.bn-pdp-amenities__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  padding: 1.1rem 0.75rem;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--bn-midnight, #0A1B33);
  transition: transform 0.25s ease;
}
.bn-pdp-amenities__item:hover { transform: translateY(-3px); }
.bn-pdp-amenities__item i {
  font-size: 1.25rem;
  color: var(--bn-gold, #C8A96A);
}

.bn-pdp-summary__installment-note {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--sb-muted, #6b7280);
  line-height: 1.4;
}

/* Listing facts (sidebar) */
.bn-pdp-facts {
  background: var(--sb-card, #fff);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 1.5rem;
}
.bn-pdp-facts__label {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--sb-text, var(--bn-midnight, #0A1B33));
}
.bn-pdp-facts__list {
  margin: 0;
  padding: 0;
}
.bn-pdp-facts__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--sb-border, var(--bn-cream, #F8F6F2));
  font-size: 0.875rem;
}
.bn-pdp-facts__row:last-child {
  border-bottom: none;
}
.bn-pdp-facts__row dt {
  margin: 0;
  color: var(--sb-muted, #6b7280);
  font-weight: 500;
}
.bn-pdp-facts__row dd {
  margin: 0;
  font-weight: 700;
  color: var(--sb-text, var(--bn-midnight, #0A1B33));
  text-align: end;
}
.bn-pdp-section--aside {
  margin-bottom: 1.5rem;
}
.bn-pdp-section__title--sm {
  font-size: 1rem;
}
.bn-pdp-platform-note {
  font-size: 0.8rem;
  color: var(--sb-muted, #6b7280);
  margin: 0 0 1rem;
  line-height: 1.45;
}
.bn-pdp-features--compact {
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
.bn-pdp-feature-card--compact {
  padding: 0.85rem 1rem;
}
.bn-pdp-feature-card--compact .bn-pdp-feature-card__title {
  font-size: 0.9rem;
}
.bn-pdp-feature-card--compact .bn-pdp-feature-card__text {
  font-size: 0.8rem;
}

/* Investment score (legacy — unused when facts replace score) */
.bn-pdp-score {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 1.5rem;
  text-align: center;
}
.bn-pdp-score__label {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--bn-midnight, #0A1B33);
}
.bn-pdp-score__ring {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto 1.25rem;
}
.bn-pdp-score__svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.bn-pdp-score__bg {
  fill: none;
  stroke: var(--bn-cream, #F8F6F2);
  stroke-width: 8;
}
.bn-pdp-score__fill {
  fill: none;
  stroke: var(--bn-gold, #C8A96A);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 327;
  stroke-dashoffset: calc(327 - (327 * var(--bn-score, 0) / 100));
  transition: stroke-dashoffset 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.bn-pdp-score__value {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bn-pdp-score__num {
  font-size: 2rem;
  font-weight: 800;
  color: var(--bn-midnight, #0A1B33);
  line-height: 1;
}
.bn-pdp-score__max { font-size: 0.85rem; color: var(--sb-muted); }
.bn-pdp-score__factors {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: start;
}
.bn-pdp-score__factors li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.8rem;
  margin-bottom: 0.65rem;
}
.bn-pdp-score__bar {
  height: 6px;
  background: var(--bn-cream, #F8F6F2);
  border-radius: 999px;
  overflow: hidden;
}
.bn-pdp-score__bar span {
  display: block;
  height: 100%;
  background: var(--bn-gold, #C8A96A);
  border-radius: 999px;
  transition: width 1s ease;
}

/* Agent */
.bn-pdp-agent__card {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.bn-pdp-agent__photo {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  object-fit: cover;
  flex-shrink: 0;
}
.bn-pdp-agent__photo--placeholder {
  background: var(--bn-cream, #F8F6F2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--bn-gold, #C8A96A);
}
.bn-pdp-agent__name {
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 0.2rem;
  color: var(--bn-midnight, #0A1B33);
}
.bn-pdp-agent__verified {
  font-size: 0.7rem;
  color: var(--bn-success, #16C55F);
  font-weight: 600;
}
.bn-pdp-agent__role {
  font-size: 0.82rem;
  color: var(--sb-muted);
  margin: 0 0 0.5rem;
}
.bn-pdp-agent__stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  font-size: 0.78rem;
  color: var(--sb-muted);
}
.bn-pdp-agent__stats strong { color: var(--bn-midnight, #0A1B33); }
.bn-pdp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  margin-bottom: 0.65rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bn-pdp-btn--whatsapp {
  background: var(--bn-success, #16C55F);
  color: #fff;
  box-shadow: 0 8px 24px rgba(22, 197, 95, 0.35);
}
.bn-pdp-btn--whatsapp:hover { transform: translateY(-2px); }
.bn-pdp-btn--outline {
  background: #fff;
  color: var(--bn-midnight, #0A1B33);
  border: 1px solid rgba(10, 27, 51, 0.15);
}
.bn-pdp-agent {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

/* Carousel */
.bn-pdp-carousel {
  position: relative;
  margin: 0 -0.5rem;
}
.bn-pdp-carousel__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.5rem 0.5rem 1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.bn-pdp-carousel__track::-webkit-scrollbar { display: none; }
.bn-pdp-carousel__slide {
  flex: 0 0 85%;
  max-width: 320px;
  scroll-snap-align: start;
}
@media (min-width: 640px) {
  .bn-pdp-carousel__slide { flex: 0 0 300px; }
}
.bn-pdp-carousel__btn {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: var(--bn-midnight, #0A1B33);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 2;
}
@media (min-width: 768px) {
  .bn-pdp-carousel__btn { display: flex; align-items: center; justify-content: center; }
}
.bn-pdp-carousel__btn--prev { inset-inline-end: -0.5rem; }
.bn-pdp-carousel__btn--next { inset-inline-start: -0.5rem; }

/* Lightbox */
.bn-pdp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(10, 27, 51, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.bn-pdp-lightbox:not([hidden]) { opacity: 1; }
.bn-pdp-lightbox__img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  transform: scale(0.96);
  transition: transform 0.35s ease;
}
.bn-pdp-lightbox:not([hidden]) .bn-pdp-lightbox__img { transform: scale(1); }
.bn-pdp-lightbox__close {
  position: absolute;
  top: 1rem;
  inset-inline-end: 1rem;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
}
.bn-pdp-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
}
.bn-pdp-lightbox__nav--prev { inset-inline-end: 1rem; }
.bn-pdp-lightbox__nav--next { inset-inline-start: 1rem; }

/* Floating dock */
.bn-pdp-dock {
  position: fixed;
  z-index: 45;
  inset-inline: 0;
  bottom: 0;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  pointer-events: none;
}
.bn-pdp-dock__inner {
  max-width: 1200px;
  margin: 0 auto;
  pointer-events: auto;
}
.bn-pdp-dock__desktop { display: none; }
.bn-pdp-dock__mobile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .bn-pdp-dock {
    bottom: 1.5rem;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .bn-pdp-dock__mobile { display: none; }
  .bn-pdp-dock__desktop {
    display: inline-flex;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    padding: 0.5rem;
    border-radius: 20px;
    box-shadow: 0 16px 48px rgba(10, 27, 51, 0.18);
    border: 1px solid rgba(200, 169, 106, 0.25);
  }
}
.bn-pdp-dock__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1.1rem;
  border-radius: 14px;
  border: none;
  background: transparent;
  color: var(--bn-midnight, #0A1B33);
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.bn-pdp-dock__item:hover { background: var(--bn-cream, #F8F6F2); }
.bn-pdp-dock__item--wa { color: var(--bn-success, #16C55F); }
.bn-pdp-dock__item--primary {
  background: var(--bn-midnight, #0A1B33);
  color: #fff !important;
}
.bn-pdp-dock__item--primary:hover { background: #0E2546; }
.bn-pdp-dock__mobile-primary,
.bn-pdp-dock__mobile-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.82rem;
  text-decoration: none;
  text-align: center;
  padding: 0.5rem;
}
.bn-pdp-dock__mobile-primary {
  background: var(--bn-midnight, #0A1B33);
  color: #fff;
  grid-column: span 2;
}
.bn-pdp-dock__mobile-secondary {
  background: var(--bn-success, #16C55F);
  color: #fff;
}
.bn-pdp-dock.is-stuck .bn-pdp-dock__inner {
  transform: translateY(0);
  opacity: 1;
}
body.bn-page-property .sb-sticky-cta { display: none !important; }

/* Reveal animations on PDP */
.bn-page-property .bn-reveal {
  opacity: 0;
  transform: translateY(16px) scale(0.99);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.bn-page-property .bn-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .bn-page-property .bn-reveal { opacity: 1; transform: none; transition: none; }
  .bn-pdp-score__fill { transition: none; }
}

/* Static pages */
.bn-static__body { margin: 1.5rem 0 2rem; }
.bn-static__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.bn-field-error { color: #dc2626; font-size: 0.8rem; margin: 0.35rem 0 0; }
.bn-alert--success {
  background: rgba(40, 199, 111, 0.12);
  border: 1px solid rgba(40, 199, 111, 0.35);
}

/* Contact page */
.bn-contact {
  --bn-contact-navy: #0a1525;
  --bn-contact-navy-deep: #060d18;
  --bn-contact-glass: rgba(255, 255, 255, 0.06);
  --bn-contact-glass-border: rgba(198, 168, 107, 0.22);
  background: var(--sb-bg);
  overflow-x: clip;
}
html:not(.dark) .bn-contact {
  --bn-contact-glass: rgba(255, 255, 255, 0.78);
  --bn-contact-glass-border: rgba(198, 168, 107, 0.28);
}
.bn-contact .bn-about-glass {
  --bn-about-glass: var(--bn-contact-glass);
  --bn-about-glass-border: var(--bn-contact-glass-border);
}
.bn-contact-crumb {
  position: relative;
  z-index: 2;
  padding: 1rem 0 0.35rem;
}
.bn-contact-crumb__list {
  list-style: none;
  padding: 0.45rem 0.85rem;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.78rem;
  color: var(--sb-muted);
  background: var(--bn-contact-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--bn-contact-glass-border);
  border-radius: 999px;
}
.bn-contact-crumb__list li:not(:last-child)::after {
  content: '/';
  margin-inline-start: 0.5rem;
  opacity: 0.4;
}
.bn-contact-crumb__list a {
  color: inherit;
  text-decoration: none;
}
.bn-contact-crumb__list a:hover { color: var(--sb-gold); }

.bn-contact-hero {
  position: relative;
  min-height: clamp(200px, 32vw, 280px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}
.bn-contact-hero__scene {
  position: absolute;
  inset: 0;
}
.bn-contact-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bn-contact-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 70% at 80% 20%, rgba(198, 168, 107, 0.12) 0%, transparent 55%),
    linear-gradient(165deg, rgba(10, 21, 37, 0.55) 0%, rgba(6, 13, 24, 0.92) 100%);
}
.bn-contact-hero--has-img .bn-contact-hero__overlay {
  background: linear-gradient(180deg, rgba(10, 21, 37, 0.25) 0%, rgba(6, 13, 24, 0.9) 100%);
}
.bn-contact-hero:not(.bn-contact-hero--has-img) .bn-contact-hero__overlay {
  background:
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(198, 168, 107, 0.14) 0%, transparent 55%),
    linear-gradient(165deg, var(--bn-contact-navy) 0%, #0f2438 45%, var(--bn-contact-navy-deep) 100%);
}
.bn-contact-hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}
.bn-contact-hero__inner {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 5vw, 3rem) 0 clamp(1.75rem, 4vw, 2.5rem);
}
.bn-contact-hero__eyebrow { color: var(--sb-gold) !important; margin-bottom: 0.5rem; }
.bn-contact-hero__title {
  font-family: 'Plus Jakarta Sans', Cairo, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 800;
  color: #fff;
  margin: 0;
  letter-spacing: -0.025em;
  line-height: 1.15;
}
.bn-contact-hero__lead {
  margin: 0.75rem 0 0;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  line-height: 1.7;
}

.bn-contact__body { padding-bottom: clamp(2rem, 5vw, 3rem); }
.bn-contact__layout {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}
@media (min-width: 900px) {
  .bn-contact__layout {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }
}
.bn-contact__form-head { margin-bottom: 1rem; }
.bn-contact__form-title {
  font-family: 'Plus Jakarta Sans', Cairo, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 0.35rem;
  color: var(--sb-text);
}
.bn-contact__form-lead {
  margin: 0;
  font-size: 0.92rem;
  color: var(--sb-muted);
  line-height: 1.6;
}
.bn-contact-form {
  padding: clamp(1.25rem, 3vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bn-contact-form__row {
  display: grid;
  gap: 1rem;
}
@media (min-width: 560px) {
  .bn-contact-form__row { grid-template-columns: 1fr 1fr; }
}
.bn-contact-form__submit {
  margin-top: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 50px;
}

.bn-contact__aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bn-contact-channels {
  padding: clamp(1.15rem, 3vw, 1.5rem);
}
.bn-contact-channels__title {
  font-family: 'Plus Jakarta Sans', Cairo, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 0.35rem;
  color: var(--sb-text);
}
.bn-contact-channels__lead {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: var(--sb-muted);
  line-height: 1.55;
}
.bn-contact-channels__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.bn-contact-channel__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0.95rem;
  border-radius: calc(var(--sb-radius) + 4px);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(198, 168, 107, 0.14);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
html:not(.dark) .bn-contact-channel__link {
  background: rgba(10, 21, 37, 0.03);
}
.bn-contact-channel__link:hover {
  border-color: rgba(198, 168, 107, 0.4);
  background: rgba(198, 168, 107, 0.08);
  transform: translateY(-1px);
}
.bn-contact-channel--whatsapp .bn-contact-channel__icon { color: #25d366; }
.bn-contact-channel--email .bn-contact-channel__icon { color: var(--sb-gold); }
.bn-contact-channel--phone .bn-contact-channel__icon { color: #60a5fa; }
.bn-contact-channel--muted {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0.95rem;
  border-radius: calc(var(--sb-radius) + 4px);
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(198, 168, 107, 0.2);
  opacity: 0.75;
}
.bn-contact-channel__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.bn-contact-channel__copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  flex: 1;
}
.bn-contact-channel__label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--sb-text);
}
.bn-contact-channel__hint,
.bn-contact-channel__value {
  font-size: 0.8rem;
  color: var(--sb-muted);
  word-break: break-word;
}
.bn-contact-channel__ext {
  font-size: 0.72rem;
  opacity: 0.45;
  flex-shrink: 0;
}
.bn-contact-channels__note {
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(198, 168, 107, 0.15);
  font-size: 0.8rem;
  color: var(--sb-muted);
  line-height: 1.55;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.bn-contact-channels__note i { color: var(--sb-gold); margin-top: 0.15rem; }

.bn-contact-social-wrap { padding: clamp(1rem, 2.5vw, 1.35rem); }

.bn-contact-success {
  max-width: 32rem;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 2.75rem);
  text-align: center;
}
.bn-contact-success__icon {
  font-size: 2.5rem;
  color: #22c55e;
  margin-bottom: 0.75rem;
}
.bn-contact-success__title {
  font-family: 'Plus Jakarta Sans', Cairo, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  color: var(--sb-text);
}
.bn-contact-success__text {
  margin: 0 0 1.25rem;
  color: var(--sb-muted);
  line-height: 1.65;
}
.bn-contact-success__wa { min-width: 220px; }

.bn-contact__cms {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border-radius: calc(var(--sb-radius) + 8px);
  background: var(--bn-contact-glass);
  border: 1px solid var(--bn-contact-glass-border);
}

.bn-contact-branches {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(3rem, 7vw, 4.5rem);
  overflow: hidden;
}
.bn-contact-branches__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(45, 212, 191, 0.06) 0%, transparent 55%),
    linear-gradient(180deg, transparent 0%, rgba(10, 21, 37, 0.04) 100%);
}
html.dark .bn-contact-branches__bg {
  background:
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(45, 212, 191, 0.08) 0%, transparent 55%),
    linear-gradient(180deg, transparent 0%, rgba(6, 13, 24, 0.5) 100%);
}
.bn-contact-branches__head {
  position: relative;
  text-align: center;
  margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
}
.bn-contact-branches__title {
  font-family: 'Plus Jakarta Sans', Cairo, sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  margin: 0.35rem 0 0.5rem;
  color: var(--sb-text);
}
.bn-contact-branches__lead {
  margin: 0 auto;
  max-width: 32rem;
  color: var(--sb-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}
.bn-contact-branches__grid {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .bn-contact-branches__grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.bn-contact-branch {
  padding: clamp(1.15rem, 3vw, 1.5rem);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.bn-contact-branch__name {
  font-family: 'Plus Jakarta Sans', Cairo, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
  color: var(--sb-text);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.bn-contact-branch__name i { color: var(--sb-gold); }
.bn-contact-branch__address {
  margin: 0;
  font-size: 0.9rem;
  color: var(--sb-muted);
  line-height: 1.6;
}
.bn-contact-branch__phones {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.bn-contact-branch__phone {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.88rem;
  color: var(--sb-text);
  text-decoration: none;
  transition: color 0.2s ease;
}
.bn-contact-branch__phone:hover { color: var(--sb-gold); }
.bn-contact-branch__phone i { font-size: 0.8rem; opacity: 0.7; }
.bn-contact-branch__phone-label {
  font-weight: 600;
  opacity: 0.85;
}
.bn-contact-branch__map {
  border-radius: calc(var(--sb-radius) + 4px);
  overflow: hidden;
  margin-top: 0.25rem;
  border: 1px solid rgba(198, 168, 107, 0.15);
}
.bn-contact-branch__map iframe {
  display: block;
  width: 100%;
  min-height: 180px;
  border: 0;
}

/* Social links — shared footer + contact */
.bn-social__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.bn-social--footer .bn-social__list { margin-top: 1.25rem; }
.bn-social--inline .bn-social__list { gap: 0.4rem; }
.bn-social__item {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.bn-social--footer .bn-social__item,
.bn-social--inline .bn-social__item {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #f9fafb;
  justify-content: center;
}
.bn-social--inline .bn-social__item {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}
.bn-social--footer .bn-social__item:hover,
.bn-social--inline .bn-social__item:hover {
  transform: translateY(-2px);
}
.bn-social__item--instagram:hover { background: rgba(225, 48, 108, 0.22); color: #f472b6; }
.bn-social__item--facebook:hover { background: rgba(24, 119, 242, 0.22); color: #60a5fa; }
.bn-social__item--youtube:hover { background: rgba(255, 0, 0, 0.2); color: #f87171; }
.bn-social__item--tiktok:hover { background: rgba(255, 255, 255, 0.14); color: #fff; }
.bn-social--contact .bn-social__item {
  flex: 1 1 100%;
  padding: 0.75rem 0.95rem;
  border-radius: calc(var(--sb-radius) + 4px);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(198, 168, 107, 0.14);
  color: var(--sb-text);
}
html:not(.dark) .bn-social--contact .bn-social__item {
  background: rgba(10, 21, 37, 0.03);
}
.bn-social--contact .bn-social__item:hover {
  border-color: rgba(198, 168, 107, 0.4);
  background: rgba(198, 168, 107, 0.08);
  transform: translateY(-1px);
}
.bn-social--contact .bn-social__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.bn-social--contact .bn-social__item--instagram .bn-social__icon { color: #e1306c; }
.bn-social--contact .bn-social__item--facebook .bn-social__icon { color: #1877f2; }
.bn-social--contact .bn-social__item--youtube .bn-social__icon { color: #ff0000; }
.bn-social--contact .bn-social__item--tiktok .bn-social__icon { color: var(--sb-text); }
.bn-social__label {
  font-size: 0.88rem;
  font-weight: 600;
}
.bn-social__heading {
  font-family: 'Plus Jakarta Sans', Cairo, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
  color: var(--sb-text);
}
.bn-social--contact .bn-social__list {
  flex-direction: column;
  gap: 0.55rem;
}

.bn-prose--cms section { margin-bottom: 1.25rem; }
.bn-prose--cms a { color: var(--sb-gold); text-decoration: underline; }
html.dark .bn-prose--cms,
html.dark .bn-prose--cms p,
html.dark .bn-prose--cms li,
html.dark .bn-prose--cms h2,
html.dark .bn-prose--cms h3 {
  color: var(--sb-text);
}
html.dark .bn-prose--cms a {
  color: var(--sb-gold);
}
.bn-page-head__eyebrow { color: var(--sb-gold) !important; }

/* About — cinematic premium */
.bn-about {
  --bn-about-gold: var(--sb-gold, #c6a86b);
  --bn-about-gold-glow: rgba(198, 168, 107, 0.45);
  --bn-about-teal: rgba(45, 212, 191, 0.35);
  --bn-about-glass: rgba(255, 255, 255, 0.06);
  --bn-about-glass-border: rgba(198, 168, 107, 0.22);
  --bn-about-navy: #0a1525;
  --bn-about-navy-deep: #060d18;
  background: var(--sb-bg);
  overflow-x: clip;
}
html:not(.dark) .bn-about {
  --bn-about-glass: rgba(255, 255, 255, 0.72);
  --bn-about-glass-border: rgba(198, 168, 107, 0.28);
}

.bn-about-glass {
  background: var(--bn-about-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--bn-about-glass-border);
  border-radius: calc(var(--sb-radius) + 8px);
  box-shadow:
    0 4px 24px rgba(10, 21, 37, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
html.dark .bn-about-glass {
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* Reset global .bn-prose card styling inside About page */
.bn-about .bn-prose {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  color: inherit;
}

/* Breadcrumb */
.bn-about-crumb {
  position: relative;
  z-index: 2;
  padding: 1rem 0 0.35rem;
}
.bn-about-crumb__list {
  list-style: none;
  padding: 0.45rem 0.85rem;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.78rem;
  color: var(--sb-muted);
  background: var(--bn-about-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--bn-about-glass-border);
  border-radius: 999px;
}
.bn-about-crumb__list li:not(:last-child)::after {
  content: '/';
  margin-inline-start: 0.5rem;
  opacity: 0.4;
}
.bn-about-crumb__list a {
  color: var(--sb-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.bn-about-crumb__list a:hover { color: var(--bn-about-gold); }
.bn-about-crumb__list li[aria-current='page'] {
  color: var(--sb-text);
  font-weight: 700;
}

/* Hero — immersive parallax */
.bn-about-hero {
  position: relative;
  min-height: min(92vh, 860px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  margin-bottom: 0;
  isolation: isolate;
}
.bn-about-hero__scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.bn-about-hero__bg {
  position: absolute;
  inset: -4%;
  width: 108%;
  height: 108%;
  object-fit: cover;
  will-change: transform;
}
.bn-about-hero--has-img .bn-about-hero__bg {
  animation: bn-about-kenburns 22s ease-out forwards;
}
@keyframes bn-about-kenburns {
  from { transform: scale(1.06); }
  to { transform: scale(1.14); }
}
.bn-about-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 40%, rgba(198, 168, 107, 0.12) 0%, transparent 55%),
    linear-gradient(115deg, rgba(6, 13, 24, 0.88) 0%, rgba(10, 21, 37, 0.55) 48%, rgba(10, 21, 37, 0.25) 100%),
    linear-gradient(180deg, transparent 25%, rgba(6, 13, 24, 0.97) 100%);
}
.bn-about-hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}
.bn-about-hero__aurora {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 25%, var(--bn-about-teal) 0%, transparent 42%),
    radial-gradient(circle at 15% 75%, rgba(198, 168, 107, 0.15) 0%, transparent 38%);
  animation: bn-about-aurora-drift 14s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes bn-about-aurora-drift {
  from { opacity: 0.55; transform: translateY(0) scale(1); }
  to { opacity: 0.85; transform: translateY(-2%) scale(1.03); }
}
.bn-about-hero__inner {
  position: relative;
  z-index: 2;
  padding: clamp(2rem, 5vw, 3.5rem) 0 1.75rem;
  max-width: 48rem;
}
.bn-about-hero__eyebrow {
  color: var(--bn-about-gold) !important;
  letter-spacing: 0.14em;
}
.bn-about-hero__title {
  font-family: 'Plus Jakarta Sans', Cairo, sans-serif;
  font-size: clamp(2.35rem, 6.5vw, 4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.08;
  margin: 0.65rem 0 0;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.35);
}
.bn-about-hero__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.85;
  margin-top: 1.15rem;
  max-width: 40rem;
}
.bn-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.bn-about-hero__cta {
  box-shadow: 0 8px 32px rgba(198, 168, 107, 0.35);
}
.bn-about-hero__ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: none;
}
.bn-about-hero__ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(198, 168, 107, 0.55);
  color: #fff;
}
.bn-about-hero__stats {
  position: relative;
  z-index: 3;
  padding: 0 0 clamp(2rem, 4vw, 3rem);
  margin-top: auto;
}
.bn-about-stats__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}
@media (max-width: 520px) {
  .bn-about-stats__grid {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin-inline: auto;
  }
}
.bn-about-stats__item {
  position: relative;
  overflow: hidden;
  background: rgba(6, 13, 24, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: calc(var(--sb-radius) + 4px);
  padding: 1.35rem 1rem;
  text-align: center;
  border: 1px solid rgba(198, 168, 107, 0.4);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 16px 48px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(198, 168, 107, 0.1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.bn-about-stats__item:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(198, 168, 107, 0.65);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 24px 56px rgba(0, 0, 0, 0.35),
    0 0 40px var(--bn-about-gold-glow);
}
.bn-about-stats__glow {
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle, var(--bn-about-gold-glow) 0%, transparent 65%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.bn-about-stats__item:hover .bn-about-stats__glow { opacity: 0.35; }
.bn-about-stats__value {
  position: relative;
  display: block;
  font-family: 'Plus Jakarta Sans', Cairo, sans-serif;
  font-size: clamp(1.65rem, 3.5vw, 2.1rem);
  font-weight: 800;
  color: var(--bn-about-gold);
  line-height: 1.1;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .bn-about-stats__value {
    background: linear-gradient(135deg, #e8d5a8 0%, var(--bn-about-gold) 50%, #a8894a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.bn-about-stats__label {
  position: relative;
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  color: #fff;
  margin-top: 0.45rem;
  line-height: 1.45;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

/* Story — scannable value proposition */
.bn-about-story {
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2.5rem, 5vw, 4rem);
  position: relative;
}
.bn-about-story__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}
@media (min-width: 900px) {
  .bn-about-story__grid:not(.bn-about-story__grid--text-only) {
    grid-template-columns: 1.08fr 0.92fr;
  }
}
.bn-about-story__copy {
  padding: clamp(1.5rem, 3vw, 2.25rem);
}
.bn-about-story__eyebrow {
  margin-bottom: 0.25rem;
}
.bn-about-story__title {
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
  font-weight: 800;
  margin: 0.35rem 0 1.25rem;
  font-family: 'Plus Jakarta Sans', Cairo, sans-serif;
  letter-spacing: -0.025em;
  line-height: 1.2;
}
.bn-about-story__body.bn-prose--cms p,
.bn-about-story .bn-prose--cms p {
  font-size: clamp(1rem, 1.8vw, 1.08rem);
  line-height: 2;
  color: var(--sb-text);
  margin-bottom: 1.15rem;
}
.bn-about-story__body.bn-prose--cms p:last-child,
.bn-about-story .bn-prose--cms p:last-child { margin-bottom: 0; }
.bn-about-story__body.bn-prose--cms strong,
.bn-about-story .bn-prose--cms strong {
  color: var(--bn-about-gold);
  font-weight: 700;
}
.bn-about-story__frame {
  position: relative;
  border-radius: calc(var(--sb-radius) + 8px);
  overflow: hidden;
  box-shadow: 0 32px 64px rgba(10, 21, 37, 0.2);
}
.bn-about-story__frame-glow {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(198, 168, 107, 0.5), rgba(45, 212, 191, 0.25), rgba(198, 168, 107, 0.5));
  z-index: 0;
  opacity: 0.65;
}
.bn-about-story__img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.bn-about-story__frame:hover .bn-about-story__img {
  transform: scale(1.04);
}

/* Vision */
.bn-about-vision {
  position: relative;
  color: #e5e7eb;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  margin: 0;
  overflow: hidden;
}
.bn-about-vision__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, var(--bn-about-navy-deep) 0%, #0f2438 40%, #132a45 70%, var(--bn-about-navy) 100%);
}
.bn-about-vision__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 80% 20%, rgba(45, 212, 191, 0.08) 0%, transparent 60%);
}
.bn-about-vision__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.75rem;
  align-items: start;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border-color: rgba(198, 168, 107, 0.3);
  background: rgba(6, 13, 24, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #f3f4f6;
}
.bn-about-vision__inner.bn-about-glass {
  --bn-about-glass: rgba(6, 13, 24, 0.72);
  --bn-about-glass-border: rgba(198, 168, 107, 0.3);
}
@media (min-width: 768px) {
  .bn-about-vision__inner {
    grid-template-columns: auto 1fr;
    gap: 2.25rem;
  }
}
.bn-about-vision__icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(198, 168, 107, 0.15);
  color: var(--bn-about-gold);
  font-size: 1.35rem;
  border: 1px solid rgba(198, 168, 107, 0.35);
  box-shadow: 0 0 32px rgba(198, 168, 107, 0.2);
}
.bn-about-vision__title {
  color: var(--bn-about-gold);
  font-size: clamp(1.45rem, 3.2vw, 1.85rem);
  font-weight: 800;
  margin: 0 0 1rem;
  font-family: 'Plus Jakarta Sans', Cairo, sans-serif;
  letter-spacing: -0.02em;
}
.bn-about-vision .bn-prose--cms,
.bn-about-vision .bn-prose--cms p,
.bn-about-vision .bn-prose--cms li {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.8vw, 1.08rem);
  line-height: 1.9;
}
.bn-about-vision .bn-prose--cms strong {
  color: var(--bn-about-gold);
  font-weight: 700;
}
.bn-about-vision .bn-prose--cms a {
  color: var(--bn-about-gold);
}

/* CMS blocks */
.bn-about-block {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  position: relative;
}
.bn-about-block__panel {
  padding: clamp(1.75rem, 3vw, 2.5rem);
}
.bn-about-block__panel--center {
  text-align: center;
  max-width: 44rem;
  margin-inline: auto;
}
.bn-about-block--quote {
  padding: clamp(4rem, 8vw, 7rem) 0;
  overflow: hidden;
}
.bn-about-quote {
  position: relative;
  margin: 0;
  text-align: center;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.25rem, 4vw, 2.5rem);
}
.bn-about-quote__scene {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.bn-about-quote__aurora {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 30% 50%, rgba(198, 168, 107, 0.12) 0%, transparent 45%),
    radial-gradient(circle at 70% 50%, rgba(45, 212, 191, 0.08) 0%, transparent 40%);
  animation: bn-about-aurora-drift 18s ease-in-out infinite alternate;
}
.bn-about-quote__mark {
  position: absolute;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(5rem, 14vw, 10rem);
  line-height: 1;
  color: var(--bn-about-gold);
  opacity: 0.12;
  user-select: none;
}
.bn-about-quote__mark--open {
  top: -0.15em;
  inset-inline-start: 5%;
}
.bn-about-quote__mark--close {
  bottom: -0.35em;
  inset-inline-end: 5%;
}
.bn-about-quote__inner {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: none;
  font-size: clamp(1.35rem, 3.5vw, 2rem);
  line-height: 1.75;
  font-weight: 600;
  color: var(--sb-text);
  max-width: 38rem;
  margin-inline: auto;
  letter-spacing: -0.01em;
}
.bn-about-quote__inner .bn-prose--cms p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.bn-about-block__title {
  font-size: clamp(1.35rem, 2.8vw, 1.65rem);
  font-weight: 800;
  margin-bottom: 1.15rem;
  font-family: 'Plus Jakarta Sans', Cairo, sans-serif;
  letter-spacing: -0.02em;
}
.bn-about-block__title--center,
.bn-about-block__body--center {
  text-align: center;
  max-width: 42rem;
  margin-inline: auto;
}

/* Values grid — interactive glass cards */
.bn-about-values-grid {
  list-style: none;
  padding: 0;
  margin: clamp(1.75rem, 3vw, 2.5rem) 0 0;
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.bn-about-block--values {
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
.bn-about-block--values .bn-about-block__title--center {
  font-size: clamp(1.65rem, 3.5vw, 2rem);
  margin-bottom: 0.25rem;
}
.bn-about-value-card {
  position: relative;
  overflow: hidden;
  background: var(--bn-about-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--bn-about-glass-border);
  border-radius: calc(var(--sb-radius) + 6px);
  padding: 1.65rem 1.45rem;
  box-shadow: 0 8px 32px rgba(10, 21, 37, 0.06);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    border-color 0.35s ease;
}
.bn-about-value-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(198, 168, 107, 0.55);
  box-shadow:
    0 20px 48px rgba(10, 21, 37, 0.12),
    0 0 32px rgba(198, 168, 107, 0.12);
}
.bn-about-value-card__glow {
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(198, 168, 107, 0.2) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.bn-about-value-card:hover .bn-about-value-card__glow { opacity: 1; }
.bn-about-value-card__num {
  position: relative;
  display: block;
  font-family: 'Plus Jakarta Sans', Cairo, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--bn-about-gold);
  margin-bottom: 0.75rem;
}
.bn-about-value-card__title {
  position: relative;
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.bn-about-value-card__body,
.bn-about-value-card p {
  position: relative;
  margin: 0;
  font-size: 0.92rem;
  color: var(--sb-muted);
  line-height: 1.65;
}

/* Image + text split */
.bn-about-split {
  display: grid;
  gap: clamp(1.75rem, 3vw, 2.5rem);
  align-items: center;
}
@media (min-width: 768px) {
  .bn-about-split { grid-template-columns: 1fr 1fr; }
  .bn-about-split--reverse .bn-about-split__media { order: 2; }
}
.bn-about-split__frame {
  border-radius: calc(var(--sb-radius) + 6px);
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(10, 21, 37, 0.14);
  border: 1px solid var(--bn-about-glass-border);
}
.bn-about-split__frame img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.bn-about-split__frame:hover img { transform: scale(1.05); }
.bn-about-split__copy {
  padding: clamp(1.5rem, 3vw, 2rem);
}

/* Team — luxury profile cards */
.bn-about-founders {
  position: relative;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(2.5rem, 5vw, 4rem);
  overflow: hidden;
}
.bn-about-founders__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(198, 168, 107, 0.04) 50%, transparent 100%),
    var(--sb-card);
  border-block: 1px solid var(--sb-input-border);
}
.bn-about-founders__head {
  position: relative;
  text-align: center;
  max-width: 36rem;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
}
.bn-about-founders__heading {
  font-size: clamp(1.55rem, 3.5vw, 2rem);
  font-weight: 800;
  margin: 0.4rem 0 0.65rem;
  font-family: 'Plus Jakarta Sans', Cairo, sans-serif;
  letter-spacing: -0.025em;
}
.bn-about-founders__lead {
  margin: 0;
  font-size: clamp(0.92rem, 1.6vw, 1rem);
  color: var(--sb-muted);
  line-height: 1.75;
}
.bn-about-founders__grid {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.bn-about-founder {
  position: relative;
  text-align: center;
  padding: clamp(2rem, 3vw, 2.5rem) clamp(1.5rem, 2.5vw, 2rem);
  background: var(--bn-about-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: calc(var(--sb-radius) + 8px);
  border: 1px solid var(--bn-about-glass-border);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    border-color 0.35s ease;
}
.bn-about-founder:hover {
  transform: translateY(-5px);
  border-color: rgba(198, 168, 107, 0.5);
  box-shadow:
    0 24px 56px rgba(10, 21, 37, 0.1),
    0 0 40px rgba(198, 168, 107, 0.1);
}
.bn-about-founder__avatar-wrap {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 1.25rem;
}
.bn-about-founder__photo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 2px solid rgba(198, 168, 107, 0.4);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease;
}
.bn-about-founder:hover .bn-about-founder__photo {
  transform: scale(1.06);
  border-color: var(--bn-about-gold);
}
.bn-about-founder__photo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(198, 168, 107, 0.12);
  color: var(--bn-about-gold);
  font-size: 2.25rem;
}
.bn-about-founder__ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(198, 168, 107, 0.25);
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.bn-about-founder:hover .bn-about-founder__ring {
  opacity: 1;
  transform: scale(1);
}
.bn-about-founder__name {
  font-size: 1.12rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
}
.bn-about-founder__role {
  font-size: 0.88rem;
  color: var(--bn-about-gold);
  margin: 0 0 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.bn-about-founder__bio {
  font-size: 0.9rem;
  text-align: start;
  color: var(--sb-muted);
  line-height: 1.7;
}

/* CTA — high-conversion finale */
.bn-about-cta {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(3.5rem, 7vw, 5.5rem);
  overflow: hidden;
}
.bn-about-cta__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(198, 168, 107, 0.15) 0%, transparent 55%),
    linear-gradient(165deg, var(--bn-about-navy) 0%, #0f2438 45%, var(--bn-about-navy-deep) 100%);
}
.bn-about-cta__panel {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: clamp(2.5rem, 5vw, 3.75rem) clamp(1.5rem, 4vw, 2.5rem);
  border-radius: calc(var(--sb-radius) + 12px);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(198, 168, 107, 0.3);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.bn-about-cta__title {
  font-family: 'Plus Jakarta Sans', Cairo, sans-serif;
  font-size: clamp(1.55rem, 3.5vw, 2.1rem);
  font-weight: 800;
  margin: 0 0 0.65rem;
  color: #fff;
  letter-spacing: -0.025em;
}
.bn-about-cta__lead {
  margin: 0 auto 1.75rem;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  line-height: 1.75;
}
.bn-about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}
.bn-about-cta__btn {
  min-width: 160px;
  box-shadow: 0 8px 28px rgba(198, 168, 107, 0.3);
}
.bn-about-cta__btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  box-shadow: none;
}
.bn-about-cta__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(198, 168, 107, 0.55);
  color: #fff;
}

/* Staggered scroll reveals (About page) */
.bn-about [data-reveal-stagger] > * {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
/* Stats always keep text visible — animate position only */
.bn-about .bn-about-stats__grid[data-reveal-stagger] > * {
  opacity: 1;
}
.bn-about .is-visible [data-reveal-stagger] > *,
.bn-about [data-reveal-stagger].is-stagger-visible > * {
  opacity: 1;
  transform: translateY(0);
}
.bn-about [data-reveal-stagger] > *:nth-child(1) { transition-delay: 0.05s; }
.bn-about [data-reveal-stagger] > *:nth-child(2) { transition-delay: 0.12s; }
.bn-about [data-reveal-stagger] > *:nth-child(3) { transition-delay: 0.19s; }
.bn-about [data-reveal-stagger] > *:nth-child(4) { transition-delay: 0.26s; }
.bn-about [data-reveal-stagger] > *:nth-child(5) { transition-delay: 0.33s; }
.bn-about [data-reveal-stagger] > *:nth-child(6) { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  .bn-about-hero--has-img .bn-about-hero__bg,
  .bn-about-hero__aurora,
  .bn-about-quote__aurora {
    animation: none;
  }
  .bn-about [data-reveal-stagger] > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .bn-about-value-card:hover,
  .bn-about-stats__item:hover,
  .bn-about-founder:hover {
    transform: none;
  }
}

/* Legal pages */
.bn-legal-hero {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: 2rem;
}
.bn-legal-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bn-legal-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 21, 37, 0.2) 0%, rgba(10, 21, 37, 0.88) 100%);
}
.bn-legal-hero__inner {
  position: relative;
  z-index: 1;
  padding: 2.5rem 0 2rem;
}
.bn-legal-hero__title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 800;
  font-family: 'Plus Jakarta Sans', Inter, sans-serif;
}
.bn-legal-hero__lead { color: rgba(255, 255, 255, 0.85); margin-top: 0.5rem; }
.bn-legal__body { padding-bottom: 3rem; }

/* Site footer */
.bn-site-footer {
  background: linear-gradient(180deg, #0a1525 0%, #060d18 100%);
  color: #d1d5db;
  margin-top: 3.5rem;
  border-top: 1px solid rgba(198, 168, 107, 0.18);
  width: 100%;
  overflow-x: clip;
}
.bn-site-footer .store-wrap {
  width: 100%;
  max-width: 100%;
  padding-inline: 1.5rem;
  padding-inline-start: max(1.5rem, env(safe-area-inset-inline-start, 0px));
  padding-inline-end: max(1.25rem, env(safe-area-inset-inline-end, 0px));
  padding-bottom: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .bn-site-footer .store-wrap { max-width: 720px; }
}
@media (min-width: 1024px) {
  .bn-site-footer .store-wrap { max-width: 1100px; }
}
.bn-site-footer__main {
  display: grid;
  width: 100%;
  gap: 1.75rem;
  padding: 2rem 0 1.75rem;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "brand brand"
    "explore legal"
    "contact contact";
}
.bn-site-footer__brand-col { grid-area: brand; }
.bn-site-footer__explore { grid-area: explore; }
.bn-site-footer__legal { grid-area: legal; }
.bn-site-footer__contact { grid-area: contact; }

@media (max-width: 767px) {
  .bn-site-footer .store-wrap {
    padding-inline-start: max(1.65rem, env(safe-area-inset-inline-start, 0px));
    padding-inline-end: max(1.35rem, env(safe-area-inset-inline-end, 0px));
  }
  .bn-site-footer__explore,
  .bn-site-footer__legal,
  .bn-site-footer__contact {
    padding-inline-start: 0.35rem;
  }
  .bn-site-footer__brand-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .bn-site-footer__brand-col .bn-brand {
    justify-content: center;
    max-width: 100%;
  }
  .bn-site-footer__brand-col .bn-social--footer .bn-social__list {
    justify-content: center;
    margin-top: 1rem;
  }
  .bn-site-footer__contact .bn-site-footer__social-row {
    display: none;
  }
  .bn-site-footer__col a {
    padding: 0.2rem 0;
    min-height: 2rem;
    display: inline-flex;
    align-items: center;
  }
  .bn-site-footer__contact-line {
    width: 100%;
    flex-wrap: wrap;
    word-break: break-word;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bn-site-footer__main {
    grid-template-columns: 1.15fr 1fr 1fr;
    grid-template-areas:
      "brand brand brand"
      "explore legal contact";
    gap: 1.5rem 1.75rem;
    padding: 2.5rem 0 2rem;
  }
  .bn-site-footer__brand-col {
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (min-width: 1024px) {
  .bn-site-footer__main {
    grid-template-columns: 1.35fr 1fr 1fr 1fr;
    grid-template-areas: none;
    gap: 1.5rem 2rem;
    padding: 2.75rem 0 2rem;
  }
  .bn-site-footer__brand-col,
  .bn-site-footer__explore,
  .bn-site-footer__legal,
  .bn-site-footer__contact {
    grid-area: auto;
  }
}

.bn-site-footer__tagline {
  font-size: 0.88rem;
  line-height: 1.6;
  opacity: 0.82;
  margin: 0.75rem 0 0;
  max-width: 22rem;
}
@media (max-width: 767px) {
  .bn-site-footer__tagline {
    max-width: none;
    text-align: center;
  }
}
.bn-site-footer__social-row {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.bn-site-footer__social-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(198, 168, 107, 0.85);
  margin-bottom: 0.55rem;
}
.bn-site-footer__heading {
  color: var(--sb-gold);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 0.85rem;
  font-family: 'Plus Jakarta Sans', Inter, sans-serif;
}
.bn-site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
}
.bn-site-footer__col a {
  color: #d1d5db;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}
.bn-site-footer__col a:hover { color: #fff; }
.bn-site-footer__contact-line {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.bn-site-footer__wa { color: #86efac !important; }
.bn-site-footer__wa:hover { color: #bbf7d0 !important; }
.bn-site-footer .bn-brand { color: #f9fafb; }
.bn-site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.25rem 0 calc(1.5rem + env(safe-area-inset-bottom, 0px));
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.65;
}

/* Reveal on scroll */
.bn-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.bn-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sb-btn--whatsapp {
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  border: none;
  min-height: 48px;
}
.sb-btn--whatsapp:hover {
  background: #1ebe57;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.35);
}

/* Floating WhatsApp CTA */
.bn-wa-fab {
  position: fixed;
  z-index: 55;
  inset-inline-end: 1.25rem;
  bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 768px) {
  .bn-wa-fab {
    width: auto;
    height: auto;
    inset-inline-end: 1.5rem;
    bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
  }
}
.bn-wa-fab__pulse {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #25d366;
  animation: bn-wa-fab-pulse 2.4s ease-out infinite;
  pointer-events: none;
}
.bn-wa-fab__pulse--delay {
  animation-delay: 1.2s;
}
.bn-wa-fab__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
  font-size: 1.65rem;
  animation: bn-wa-fab-glow 2.4s ease-in-out infinite;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .bn-wa-fab__btn {
    width: auto;
    height: auto;
    min-height: 52px;
    padding: 0.75rem 1.15rem;
    font-size: 1.35rem;
  }
}
.bn-wa-fab__label {
  display: none;
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .bn-wa-fab__label { display: inline; }
}
.bn-wa-fab:hover .bn-wa-fab__btn,
.bn-wa-fab:focus-visible .bn-wa-fab__btn {
  background: #1ebe57;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.5);
  animation: none;
}
.bn-wa-fab:focus-visible {
  outline: none;
}
.bn-wa-fab:focus-visible .bn-wa-fab__btn {
  outline: 2px solid var(--sb-gold);
  outline-offset: 3px;
}
@keyframes bn-wa-fab-pulse {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  70% {
    transform: scale(1.85);
    opacity: 0;
  }
  100% {
    transform: scale(1.85);
    opacity: 0;
  }
}
@keyframes bn-wa-fab-glow {
  0%, 100% {
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
  }
  50% {
    box-shadow: 0 8px 36px rgba(37, 211, 102, 0.72), 0 0 0 6px rgba(37, 211, 102, 0.12);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bn-wa-fab__pulse,
  .bn-wa-fab__btn {
    animation: none;
  }
}

.bn-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  color: var(--sb-muted);
}
.bn-specs li { display: flex; align-items: center; gap: 0.35rem; }

.bn-alert {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--sb-radius-sm);
  background: rgba(198, 168, 107, 0.15);
  color: var(--sb-text);
  font-size: 0.85rem;
}

.sb-title {
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
}

.sb-product__name {
  font-family: 'Plus Jakarta Sans', Inter, sans-serif;
}

/* —— Cinematic page loader (theme logo) —— */
.bn-page-loader {
  --bn-loader-bg: var(--bn-ivory, #faf8f4);
  --bn-loader-fg: var(--bn-navy, #0a1525);
  --bn-loader-glow: var(--sb-gold, #c6a86b);
  background: var(--bn-loader-bg);
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.65s step-end;
}

.dark .bn-page-loader,
html.dark .bn-page-loader {
  --bn-loader-bg: var(--bn-navy, #0a1525);
  --bn-loader-fg: #f9fafb;
}

.bn-page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.65s;
}

.bn-page-loader__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 45%, color-mix(in srgb, var(--bn-loader-glow) 14%, transparent), transparent 70%),
    radial-gradient(circle at 50% 100%, color-mix(in srgb, var(--bn-loader-fg) 6%, transparent), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.bn-page-loader__stage {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.bn-page-loader__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(72vw, 280px);
  height: min(72vw, 280px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--bn-loader-glow) 42%, transparent) 0%, transparent 68%);
  filter: blur(28px);
  opacity: 0.55;
  animation: bn-loader-glow 2.4s ease-in-out infinite;
  pointer-events: none;
}

.bn-page-loader__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: clamp(40px, 12vw, 56px);
  max-width: min(72vw, 200px);
  object-fit: contain;
  transform-origin: center center;
  animation: bn-loader-logo-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both,
    bn-loader-logo-breathe 2.2s ease-in-out 0.7s infinite;
  will-change: transform, opacity;
}

.bn-page-loader.is-leaving .bn-page-loader__logo {
  animation: bn-loader-logo-out 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.bn-page-loader__monogram {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(56px, 18vw, 72px);
  height: clamp(56px, 18vw, 72px);
  border-radius: 18px;
  background: linear-gradient(145deg, #111827 0%, var(--bn-loader-fg) 100%);
  color: var(--bn-loader-glow);
  font-family: 'Plus Jakarta Sans', Inter, system-ui, sans-serif;
  font-size: clamp(0.85rem, 3vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--bn-loader-glow) 35%, transparent),
    0 18px 48px color-mix(in srgb, var(--bn-loader-fg) 18%, transparent);
  animation: bn-loader-logo-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both,
    bn-loader-logo-breathe 2.2s ease-in-out 0.7s infinite;
}

html.dark .bn-page-loader__monogram {
  background: linear-gradient(145deg, #1f2937 0%, #0a1525 100%);
}

@keyframes bn-loader-logo-in {
  from {
    opacity: 0;
    transform: scale(0.94) translateY(6px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes bn-loader-logo-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.025); }
}

@keyframes bn-loader-logo-out {
  to {
    opacity: 0;
    transform: scale(1.04) translateY(-4px);
  }
}

@keyframes bn-loader-glow {
  0%, 100% { opacity: 0.4; transform: translate(-50%, -50%) scale(0.96); }
  50% { opacity: 0.72; transform: translate(-50%, -50%) scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
  .bn-page-loader,
  .bn-page-loader.is-hidden {
    transition-duration: 0.12s;
  }
  .bn-page-loader__logo,
  .bn-page-loader__monogram,
  .bn-page-loader__glow {
    animation: none !important;
  }
  .bn-page-loader.is-active .bn-page-loader__logo,
  .bn-page-loader.is-active .bn-page-loader__monogram {
    opacity: 1;
    transform: none;
  }
}
