
/* Force-kill Ocean teal tokens + residual chrome */
:root,
body,
html {
  --owp-primary-color: #3D2B1F !important;
  --owp-secondary-color: #5C4033 !important;
  --owp-button-bg-color: #3D2B1F !important;
  --owp-button-bg-color-hover: #5C4033 !important;
  --owp-button-color: #ffffff !important;
  --owp-button-color-hover: #ffffff !important;
  --owp-button-border-color: #3D2B1F !important;
  --owp-button-border-color-hover: #5C4033 !important;
  --owp-link-color: #1E1C19 !important;
  --owp-link-color-hover: #5C4033 !important;
  --owp-widget-link-color: #1E1C19 !important;
  --owp-widget-link-color-hover: #5C4033 !important;
}

body.home #breadcrumbs,
body.home .site-breadcrumbs,
body.home .oceanwp-breadcrumb,
body.home nav.site-breadcrumbs,
body.home .page-header,
body.home #page-header,
body.bbf-home .page-header {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Cart icon sitewide (brochure) */
#site-header-inner .wcmenucart-toggle-dropdown,
#site-navigation-wrap .woo-menu-icon,
#site-header .wcmenucart,
.oceanwp-mobile-menu-icon a.wcmenucart,
li.woo-menu-icon,
.woo-cart-link,
span.wcmenucart-details {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Solid header helper class from JS */
body.home #site-header.bbf-solid {
  position: fixed !important;
  background: rgba(246,242,238,.97) !important;
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 rgba(30,28,25,.08) !important;
}
body.home #site-header.bbf-solid a,
body.home #site-header.bbf-solid #site-logo a {
  color: var(--bbf-ink, #1E1C19) !important;
}
body.home #site-header.bbf-solid .bbf-header-quote a {
  background: var(--bbf-walnut, #3D2B1F) !important;
  border-color: var(--bbf-walnut, #3D2B1F) !important;
  color: #fff !important;
}

/* ============================================================
   BBF Moser-bar visual system v2.0 — full homepage chrome
   ============================================================ */
:root {
  --bbf-ink: #1E1C19;
  --bbf-body: #2A2724;
  --bbf-muted: #6B6560;
  --bbf-cream: #F6F2EE;
  --bbf-cream-deep: #EDE7E0;
  --bbf-oak: #5C4033;
  --bbf-walnut: #3D2B1F;
  --bbf-white: #FFFFFF;
  --bbf-overlay: linear-gradient(90deg, rgba(30,28,25,.88) 0%, rgba(30,28,25,.55) 36%, rgba(30,28,25,.18) 62%, rgba(30,28,25,.04) 100%);
  --bbf-radius: 0px;
  --bbf-section-y: clamp(2.5rem, 4.5vw, 4rem);
  --bbf-page: 1200px;
  --bbf-font-display: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --bbf-font-ui: "DM Sans", system-ui, sans-serif;
}

/* Kill Ocean teal */
body {
  --owp-primary-color: #3D2B1F !important;
  --owp-secondary-color: #5C4033 !important;
  --owp-border-color: rgba(30,28,25,.12);
  font-family: var(--bbf-font-ui) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  color: var(--bbf-body) !important;
  background: var(--bbf-white);
}

body a { color: var(--bbf-ink); }
body a:hover { color: var(--bbf-oak); }

h1, h2, h3, h4, h5, h6,
.entry-title,
.page-header-title,
.theme-heading {
  font-family: var(--bbf-font-display) !important;
  font-weight: 400 !important;
  color: var(--bbf-ink);
  letter-spacing: -0.01em;
  line-height: 1.15;
}

#site-logo a,
#site-logo #site-logo-text,
.site-title {
  font-family: var(--bbf-font-display) !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em;
  font-size: clamp(1.25rem, 2vw, 1.55rem) !important;
}

#site-navigation-wrap .dropdown-menu > li > a,
#site-header-inner .dropdown-menu > li > a,
.oceanwp-mobile-menu-icon a {
  font-family: var(--bbf-font-ui) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
}

/* ---------- Buttons: sharp walnut, never teal pills ---------- */
body .theme-button,
body input[type="submit"],
body button[type="submit"],
body .button:not(.components-button),
body .wp-block-button__link,
body .wp-block-button__link.is-style-outline,
body .wp-element-button,
#site-header .button,
.bbf-btn,
.bbf-btn-outline {
  border-radius: 0 !important;
  font-family: var(--bbf-font-ui) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 14px 28px !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  display: inline-block;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

body .theme-button,
body .wp-block-button:not(.is-style-outline) .wp-block-button__link,
body .button.primary,
body .wp-element-button:not(.bbf-btn-outline),
.bbf-btn,
#site-navigation .nav-cta a,
.bbf-header-quote a {
  background: var(--bbf-walnut) !important;
  color: #fff !important;
  border: 1px solid var(--bbf-walnut) !important;
}
body .theme-button:hover,
body .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.bbf-btn:hover,
.bbf-header-quote a:hover {
  background: var(--bbf-oak) !important;
  border-color: var(--bbf-oak) !important;
  color: #fff !important;
}

body .wp-block-button.is-style-outline .wp-block-button__link,
.bbf-btn-outline {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.bbf-btn-outline:hover {
  background: rgba(255,255,255,.1) !important;
  color: #fff !important;
}
.bbf-btn-outline.on-light {
  color: var(--bbf-ink) !important;
  border-color: var(--bbf-ink) !important;
}
.bbf-btn-outline.on-light:hover {
  background: var(--bbf-ink) !important;
  color: #fff !important;
}

/* ---------- Hide cart badge / Woo icon ---------- */
#site-header-inner .wcmenucart,
#site-header-inner .wcmenucart-details,
.wcmenucart-toggle-dropdown,
.oceanwp-cart-sidebar-overlay,
.oceanwp-mobile-menu-icon .wcmenucart,
body .wcmenucart-count,
#site-navigation-wrap .woo-menu-icon,
.owp-cart-count {
  display: none !important;
}

/* ---------- Home: kill gray page-header, sidebar, breadcrumbs ---------- */
body.home .page-header,
body.bbf-home .page-header,
body.home .page-header-title,
body.home #breadcrumbs,
body.home .site-breadcrumbs,
body.home .oceanwp-breadcrumb,
body.home #right-sidebar,
body.home .widget-area.sidebar-primary,
body.home .content-area .widget_search,
body.home .widget_recent_entries,
body.home .widget_recent_comments,
body.home #top-bar-wrap {
  display: none !important;
}

body.home #content-wrap,
body.home #main #content-wrap {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
body.home #primary {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
}
body.home .content-area,
body.home #content {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.home .entry,
body.home .entry-content,
body.home article {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.home .container,
body.home .thumbnail {
  max-width: none;
}
/* Keep inner sections constrained */
body.home .bbf-wrap {
  max-width: var(--bbf-page);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 4vw, 2rem);
  padding-right: clamp(1.25rem, 4vw, 2rem);
}

/* ---------- Transparent header over hero → cream on scroll ---------- */
body.home #site-header {
  position: absolute !important;
  top: 0; left: 0; right: 0;
  width: 100%;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  z-index: 100;
}
body.home #site-header:not(.is-sticky):not(.fixed-scroll) {
  background: transparent !important;
}
body.home #site-header:not(.is-sticky) #site-logo a,
body.home #site-header:not(.is-sticky) #site-logo #site-logo-text,
body.home #site-header:not(.is-sticky) #site-navigation a,
body.home #site-header:not(.is-sticky) .oceanwp-mobile-menu-icon a,
body.home #site-header:not(.is-sticky) .bbf-header-quote a {
  color: #fff !important;
}
body.home #site-header:not(.is-sticky) .bbf-header-quote a {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.85) !important;
  color: #fff !important;
  padding: 10px 18px !important;
}

body.home #site-header.is-sticky,
body.home #site-header.fixed-scroll,
body.home #site-header.fixed-scroll.is-sticky,
body.home #site-header.shrink-header.is-sticky {
  position: fixed !important;
  background: rgba(246,242,238,.97) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 rgba(30,28,25,.08) !important;
}
body.home #site-header.is-sticky a,
body.home #site-header.fixed-scroll a,
body.home #site-header.is-sticky #site-logo a,
body.home #site-header.fixed-scroll #site-logo a {
  color: var(--bbf-ink) !important;
}
body.home #site-header.is-sticky .bbf-header-quote a,
body.home #site-header.fixed-scroll .bbf-header-quote a {
  background: var(--bbf-walnut) !important;
  border-color: var(--bbf-walnut) !important;
  color: #fff !important;
}

#site-header {
  height: auto;
  min-height: 74px;
}
#site-header-inner { min-height: 74px; }

/* ---------- Hero ---------- */
.bbf-hero {
  position: relative;
  min-height: 85vh;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-size: cover;
  background-position: center 34%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  isolation: isolate;
}
.bbf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bbf-overlay);
  pointer-events: none;
  z-index: 0;
}
.bbf-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  padding: 7rem clamp(1.25rem, 4vw, 4rem) 4rem;
  color: #fff;
}
.bbf-hero__eyebrow {
  font-family: var(--bbf-font-ui);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  opacity: .92;
  color: #F6F2EE;
}
.bbf-hero__title {
  font-family: var(--bbf-font-display) !important;
  font-weight: 400 !important;
  font-size: clamp(44px, 5vw, 72px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.01em;
  color: #fff !important;
  margin: 0 0 1.25rem !important;
}
.bbf-hero__dek {
  font-family: var(--bbf-font-ui);
  font-size: 18px;
  line-height: 1.55;
  max-width: 34em;
  margin: 0 0 2rem;
  color: rgba(255,255,255,.92);
}
.bbf-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

/* Proof strip */
.bbf-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 2rem;
  list-style: none;
  margin: 0;
  padding: 1.15rem 1.5rem;
  background: var(--bbf-cream);
  border-bottom: 1px solid rgba(30,28,25,.08);
  font-family: var(--bbf-font-ui);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bbf-oak);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}
.bbf-proof li { position: relative; margin: 0; }
.bbf-proof li + li::before {
  content: "·";
  position: absolute;
  left: -1.15rem;
  color: rgba(92,64,51,.45);
}

/* Sections */
.bbf-section {
  padding-top: var(--bbf-section-y);
  padding-bottom: var(--bbf-section-y);
}
.bbf-section--cream { background: var(--bbf-cream); }
.bbf-section--ink {
  background: var(--bbf-ink);
  color: #fff;
}
.bbf-section--ink h2,
.bbf-section--ink h3 { color: #fff !important; }
.bbf-section--walnut {
  background: var(--bbf-walnut);
  color: #fff;
  text-align: center;
}
.bbf-section--walnut h2 { color: #fff !important; }
.bbf-section--walnut p { color: rgba(255,255,255,.88); max-width: 36em; margin-left: auto; margin-right: auto; }

.bbf-section__eyebrow {
  font-family: var(--bbf-font-ui);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bbf-oak);
  margin: 0 0 0.75rem;
}
.bbf-section__title {
  font-family: var(--bbf-font-display) !important;
  font-size: clamp(32px, 3vw, 44px) !important;
  font-weight: 400 !important;
  margin: 0 0 1rem !important;
  color: var(--bbf-ink) !important;
}
.bbf-section__lede {
  font-size: 18px;
  max-width: 38em;
  color: var(--bbf-body);
  margin: 0 0 2.5rem;
}

/* Signature piece */
.bbf-signature {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}
.bbf-signature figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--bbf-cream-deep);
}
.bbf-signature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bbf-signature__caption {
  font-family: var(--bbf-font-ui);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bbf-muted);
  margin-top: 0.75rem;
}
.bbf-signature h2 {
  font-size: clamp(32px, 3vw, 44px) !important;
  margin: 0 0 1rem !important;
}
.bbf-signature p { margin: 0 0 1.25rem; }
.bbf-signature .bbf-link {
  font-family: var(--bbf-font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bbf-walnut);
  text-decoration: none;
  border-bottom: 1px solid var(--bbf-walnut);
  padding-bottom: 3px;
}

/* Series grid — near flush */
.bbf-series-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bbf-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.bbf-card figure {
  overflow: hidden;
  margin: 0;
  aspect-ratio: 4 / 3;
  background: var(--bbf-cream-deep);
}
.bbf-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms cubic-bezier(.3,1,.3,1);
}
.bbf-card:hover img { transform: scale(1.03); }
.bbf-card figcaption {
  margin-top: 0.65rem;
  font-family: var(--bbf-font-display);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--bbf-ink);
  letter-spacing: -0.01em;
}
.bbf-card .bbf-card__meta {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--bbf-font-ui);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bbf-muted);
}

/* Heritage split */
.bbf-heritage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.bbf-heritage__media {
  min-height: 420px;
  background-size: cover;
  background-position: center;
}
.bbf-heritage__panel {
  background: var(--bbf-cream);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Process triptych */
.bbf-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bbf-process figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--bbf-cream-deep);
}
.bbf-process img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 600ms cubic-bezier(.3,1,.3,1);
}
.bbf-process li:hover img { transform: scale(1.03); }
.bbf-process__num {
  font-family: var(--bbf-font-ui);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bbf-oak);
  margin: 1rem 0 0.35rem;
}
.bbf-process h3 {
  font-family: var(--bbf-font-display) !important;
  font-size: 1.5rem !important;
  margin: 0 0 0.5rem !important;
}
.bbf-process p {
  font-size: 16px;
  color: var(--bbf-body);
  margin: 0;
}

/* Commission steps */
.bbf-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.bbf-steps li {
  border-top: 1px solid rgba(30,28,25,.15);
  padding-top: 1.25rem;
}
.bbf-steps__n {
  font-family: var(--bbf-font-ui);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bbf-oak);
  margin-bottom: 0.5rem;
}
.bbf-steps h3 {
  font-size: 1.35rem !important;
  margin: 0 0 0.5rem !important;
}
.bbf-steps p { margin: 0; font-size: 16px; color: var(--bbf-muted); }

/* Reviews */
.bbf-reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.75rem 1.5rem;
  align-items: stretch;
}
.bbf-quote {
  margin: 0;
  padding: 1.75rem 1.5rem 1.5rem;
  border: 0;
  border-top: 2px solid var(--bbf-oak);
  background: var(--bbf-white);
  box-shadow: 0 1px 0 rgba(30,28,25,.04);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.bbf-section--cream .bbf-quote {
  background: var(--bbf-white);
}
.bbf-section:not(.bbf-section--cream) .bbf-quote {
  background: var(--bbf-cream);
}
.bbf-quote p {
  font-family: var(--bbf-font-display);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.4;
  color: var(--bbf-ink);
  margin: 0 0 1.25rem;
  font-style: italic;
  font-weight: 400;
  flex: 1;
}
.bbf-quote footer {
  font-family: var(--bbf-font-ui);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bbf-muted);
  margin-top: auto;
  padding-top: 0.25rem;
}

/* Editorial display H1 (reviews / proof pages) */
.bbf-editorial__h1 {
  font-family: var(--bbf-font-display) !important;
  font-size: clamp(40px, 5vw, 64px) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  margin: 0 0 1rem !important;
  color: var(--bbf-ink) !important;
}
.bbf-editorial__lede {
  font-size: 18px;
  line-height: 1.6;
  max-width: 38em;
  color: var(--bbf-body);
  margin: 0;
}

/* Proof list */
.bbf-field-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 2rem;
}
.bbf-field-list li {
  font-size: 16px;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(30,28,25,.08);
  color: var(--bbf-body);
}

/* Mobile sticky quote */
.bbf-sticky-quote {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(246,242,238,.96);
  border-top: 1px solid rgba(30,28,25,.1);
}
.bbf-sticky-quote a {
  display: block;
  text-align: center;
  background: #3D2B1F;
  color: #fff !important;
  padding: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
}

@media (max-width: 959px) {
  .bbf-signature { grid-template-columns: 1fr; }
  .bbf-heritage { grid-template-columns: 1fr; }
  .bbf-heritage__media { min-height: 280px; }
  .bbf-process { grid-template-columns: 1fr; }
  .bbf-steps { grid-template-columns: 1fr 1fr; }
  .bbf-reviews { grid-template-columns: 1fr; }
  .bbf-field-list { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  body { font-size: 17px !important; }
  .bbf-hero {
    min-height: 75svh;
    align-items: flex-end;
  }
  .bbf-hero__inner {
    padding: 5.5rem 1.25rem 2.5rem;
    max-width: none;
  }
  .bbf-hero::before {
    background: linear-gradient(180deg, rgba(30,28,25,.25) 0%, rgba(30,28,25,.55) 45%, rgba(30,28,25,.85) 100%);
  }
  .bbf-hero__title {
    font-size: clamp(36px, 8vw, 44px) !important;
  }
  .bbf-hero__dek { font-size: 16px; }
  .bbf-hero__actions { flex-direction: column; }
  .bbf-hero__actions a { width: 100%; text-align: center; box-sizing: border-box; }
  .bbf-proof {
    gap: 0.5rem 1.25rem;
    font-size: 11px;
    justify-content: flex-start;
  }
  .bbf-proof li + li::before { display: none; }
  .bbf-series-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .bbf-steps { grid-template-columns: 1fr; }
  body.home.is-scrolled .bbf-sticky-quote { display: block; }
  body.home { padding-bottom: 72px; }
}

/* Utility: hide leftover WP separators / cramped default blocks on home */
body.home .entry-content > .wp-block-separator { display: none; }


/* Solid only after scroll (.bbf-solid) — ignore Ocean fixed-scroll at y=0 */
body.home #site-header.fixed-scroll:not(.bbf-solid):not(.is-sticky) {
  position: absolute !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.home #site-header.bbf-solid,
body.home #site-header.is-sticky,
body.home.is-scrolled #site-header {
  position: fixed !important;
  background: rgba(246,242,238,.97) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 rgba(30,28,25,.08) !important;
}
body.home #site-header.bbf-solid a,
body.home #site-header.is-sticky a,
body.home.is-scrolled #site-header a,
body.home #site-header.bbf-solid #site-logo a,
body.home.is-scrolled #site-header #site-logo a {
  color: var(--bbf-ink, #1E1C19) !important;
}
body.home #site-header.bbf-solid .bbf-header-quote a,
body.home.is-scrolled #site-header .bbf-header-quote a {
  background: var(--bbf-walnut) !important;
  border-color: var(--bbf-walnut) !important;
  color: #fff !important;
}

body.home #site-header.fixed-scroll:not(.bbf-solid):not(.is-sticky) #site-logo a,
body.home #site-header.fixed-scroll:not(.bbf-solid):not(.is-sticky) #site-logo #site-logo-text,
body.home #site-header.fixed-scroll:not(.bbf-solid):not(.is-sticky) #site-navigation a,
body.home #site-header.fixed-scroll:not(.bbf-solid):not(.is-sticky) .oceanwp-mobile-menu-icon a {
  color: #fff !important;
}

/* ============================================================
   BBF Moser-bar v3.0 — interiors, shop/PDP, sitewide chrome
   ============================================================ */

/* Stronger overlay for busy shop-floor hero */
.bbf-hero--shopfloor::before {
  background: linear-gradient(90deg, rgba(30,28,25,.82) 0%, rgba(30,28,25,.55) 38%, rgba(30,28,25,.22) 62%, rgba(30,28,25,.06) 100%);
}
@media (max-width: 767px) {
  .bbf-hero--shopfloor::before {
    background: linear-gradient(180deg, rgba(30,28,25,.35) 0%, rgba(30,28,25,.58) 42%, rgba(30,28,25,.88) 100%);
  }
}

/* ---------- Sitewide header polish (non-home) ---------- */
body:not(.home) #site-header {
  background: rgba(246,242,238,.98) !important;
  border-bottom: 1px solid rgba(30,28,25,.08) !important;
  box-shadow: none !important;
}
body:not(.home) #site-header a,
body:not(.home) #site-logo a,
body:not(.home) #site-logo #site-logo-text {
  color: var(--bbf-ink) !important;
}
#site-logo a,
#site-logo #site-logo-text,
.site-title {
  font-size: clamp(1.35rem, 2.2vw, 1.7rem) !important;
}
#site-navigation-wrap .dropdown-menu > li > a {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

/* Quote CTA in primary nav (last Contact / Quote item) */
#site-navigation-wrap .dropdown-menu > li.bbf-header-quote > a,
#site-header .bbf-header-quote > a,
#site-navigation-wrap .dropdown-menu > li:last-child > a[href*="contact"] {
  background: var(--bbf-walnut) !important;
  color: #fff !important;
  border: 1px solid var(--bbf-walnut) !important;
  padding: 10px 18px !important;
  margin-left: 8px;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}
#site-navigation-wrap .dropdown-menu > li.bbf-header-quote > a:hover,
#site-navigation-wrap .dropdown-menu > li:last-child > a[href*="contact"]:hover {
  background: var(--bbf-oak) !important;
  border-color: var(--bbf-oak) !important;
  color: #fff !important;
}
body.home #site-header:not(.bbf-solid):not(.is-sticky) #site-navigation-wrap .dropdown-menu > li:last-child > a[href*="contact"],
body.home #site-header.fixed-scroll:not(.bbf-solid) #site-navigation-wrap .dropdown-menu > li:last-child > a[href*="contact"] {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.85) !important;
  color: #fff !important;
}

/* Kill page-title gray bands + breadcrumbs sitewide */
.page-header,
#page-header,
body .page-header {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
#breadcrumbs,
.site-breadcrumbs,
.oceanwp-breadcrumb,
nav.site-breadcrumbs {
  display: none !important;
}

/* Interior pages: full-bleed content canvas */
body.page:not(.home) #primary,
body.page:not(.home) .content-area {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  border: 0 !important;
}
body.page:not(.home) #right-sidebar,
body.page:not(.home) #left-sidebar,
body.tax-product_cat #right-sidebar,
body.tax-product_cat #left-sidebar {
  display: none !important;
}

/* Page intro (collection / heritage shells) */
.bbf-page-intro {
  padding: clamp(5.5rem, 10vw, 7.5rem) 0 clamp(1.5rem, 3vw, 2.5rem);
  background: var(--bbf-white);
}
.bbf-page-intro__title {
  font-family: var(--bbf-font-display) !important;
  font-size: clamp(40px, 5vw, 64px) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  margin: 0 0 1rem !important;
  color: var(--bbf-ink) !important;
}
.bbf-page-intro__lede {
  font-size: 18px;
  line-height: 1.6;
  max-width: 38em;
  color: var(--bbf-body);
  margin: 0;
}
.bbf-series-grid--collection {
  gap: 14px;
}
.bbf-series-grid--collection .bbf-card figure {
  aspect-ratio: 3 / 2;
}
.bbf-collection-note {
  margin: 2rem 0 0;
  font-size: 14px;
  color: var(--bbf-muted);
  letter-spacing: 0.02em;
}
.bbf-collection-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 2.25rem;
}

/* Interior entry content: larger imagery, less bloggy */
body.page:not(.home) .entry-content .wp-block-image,
body.page:not(.home) .entry-content figure {
  margin: 1.5rem 0 2rem;
}
body.page:not(.home) .entry-content .wp-block-image img,
body.page:not(.home) .entry-content figure img {
  width: 100%;
  height: auto;
  display: block;
}
body.page:not(.home) .entry-content h2.wp-block-heading {
  font-size: clamp(28px, 3vw, 40px) !important;
  margin-top: 2.5rem !important;
}
body.page:not(.home) .entry-content > p:first-child {
  font-size: 18px;
  max-width: 42em;
}

/* Series child pages: constrain but denser */
body.page-child .entry-content,
body.page-parent .entry-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Woo shop: kill sidebar + empty energy ---------- */
body.woocommerce-shop #left-sidebar,
body.woocommerce-shop #right-sidebar,
body.single-product #left-sidebar,
body.single-product #right-sidebar,
body.woocommerce.archive #left-sidebar,
body.woocommerce.archive #right-sidebar {
  display: none !important;
}
body.woocommerce-shop #primary,
body.single-product #primary,
body.woocommerce.archive #primary,
body.woocommerce-shop .content-area,
body.single-product .content-area {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  border: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.woocommerce-shop #content-wrap .container,
body.single-product #content-wrap .container {
  max-width: 1200px;
}

/* Shop toolbar / chrome soft-kill */
body.woocommerce-shop .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering,
body.woocommerce-shop .ocean-toolbar,
body.woocommerce-shop .products-navs,
body.woocommerce-shop .oceanwp-grid-list,
body.woocommerce-shop .woocommerce-notices-wrapper:empty {
  display: none !important;
}

/* Shop product cards */
body.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 20px;
  margin: 0 !important;
  padding: 1rem 0 3rem !important;
}
body.woocommerce ul.products::before,
body.woocommerce ul.products::after { display: none !important; content: none !important; }
body.woocommerce ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  text-align: left !important;
  background: transparent;
  padding: 0 !important;
}
body.woocommerce ul.products li.product .woo-entry-image,
body.woocommerce ul.products li.product .woocommerce-loop-product__link img,
body.woocommerce ul.products li.product img {
  border-radius: 0;
  background: var(--bbf-cream);
}
body.woocommerce ul.products li.product .woo-entry-inner {
  padding-top: 0.85rem;
}
body.woocommerce ul.products li.product .category,
body.woocommerce ul.products li.product .product-categories,
body.woocommerce ul.products li.product .posted_in,
body.woocommerce ul.products li.product .price,
.woocommerce span.onsale {
  display: none !important;
}
body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce ul.products li.product li.title h2,
body.woocommerce ul.products li.product .woo-entry-title a {
  font-family: var(--bbf-font-display) !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  color: var(--bbf-ink) !important;
  letter-spacing: -0.01em;
}
body.woocommerce ul.products li.product .button,
body.woocommerce ul.products li.product a.button,
body.woocommerce ul.products li.product .added_to_cart {
  border-radius: 0 !important;
  background: var(--bbf-walnut) !important;
  color: #fff !important;
  border: 1px solid var(--bbf-walnut) !important;
  margin-top: 0.75rem !important;
}
body.woocommerce ul.products li.product .owp-quick-view,
body.woocommerce ul.products li.product .quick-view-button,
.owp-quick-view {
  display: none !important;
}

/* Shop page intro via ::before on archive title area replacement */
body.woocommerce-shop .woocommerce-products-header,
body.woocommerce-shop .page-header { display: none !important; }
body.woocommerce-shop #main {
  padding-top: 1rem;
}
body.woocommerce-shop #content-wrap::before {
  content: "Flagship pieces — request a quote";
  display: block;
  max-width: 1200px;
  margin: 5.5rem auto 0.25rem;
  padding: 0 clamp(1.25rem, 4vw, 2rem);
  font-family: var(--bbf-font-display);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 400;
  color: var(--bbf-ink);
  letter-spacing: -0.01em;
  line-height: 1.1;
}
body.woocommerce-shop #content-wrap::after {
  content: "Pricing by size and finish. No invented list prices — start with a conversation.";
  display: block;
  max-width: 1200px;
  margin: 0 auto 1.5rem;
  padding: 0 clamp(1.25rem, 4vw, 2rem);
  font-family: var(--bbf-font-ui);
  font-size: 17px;
  color: var(--bbf-muted);
}

/* ---------- Premium PDP ---------- */
body.single-product div.product {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
  padding: clamp(5rem, 8vw, 6.5rem) 0 2rem;
}
body.single-product div.product .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  background: var(--bbf-cream);
}
body.single-product div.product .summary {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.single-product div.product .product_title {
  font-family: var(--bbf-font-display) !important;
  font-size: clamp(36px, 4vw, 52px) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  margin: 0 0 1rem !important;
  color: var(--bbf-ink) !important;
}
body.single-product div.product .woocommerce-product-details__short-description,
body.single-product div.product .summary .price {
  font-size: 17px;
  color: var(--bbf-body);
  line-height: 1.6;
}
body.single-product div.product .summary .price { display: none !important; }
body.single-product div.product .cart .quantity,
body.single-product .product_meta .sku_wrapper,
body.single-product .product_meta .posted_in,
body.single-product .product_meta .tagged_as,
body.single-product .woocommerce-product-rating,
body.single-product .onsale,
body.single-product .oceanwp-sticky-prod,
.single-product .owp-product-nav-wrap {
  display: none !important;
}
body.single-product div.product form.cart,
body.single-product div.product .single_add_to_cart_button,
body.single-product a.button.product_type_simple {
  margin-top: 1.25rem;
}
body.single-product .single_add_to_cart_button,
body.single-product .summary a.button {
  background: var(--bbf-walnut) !important;
  border: 1px solid var(--bbf-walnut) !important;
  color: #fff !important;
  border-radius: 0 !important;
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 16px 28px !important;
}
body.single-product .woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 2rem;
  border-top: 1px solid rgba(30,28,25,.1);
  padding-top: 1.5rem;
}
body.single-product .woocommerce-tabs ul.tabs {
  padding-left: 0 !important;
  margin-bottom: 1rem !important;
}
body.single-product .woocommerce-tabs ul.tabs li {
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
body.single-product .woocommerce-tabs ul.tabs li a {
  font-family: var(--bbf-font-ui) !important;
  font-size: 12px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600 !important;
  color: var(--bbf-muted) !important;
}
body.single-product .woocommerce-tabs ul.tabs li.active a {
  color: var(--bbf-ink) !important;
}
/* Hide empty reviews energy when 0 */
body.single-product .woocommerce-tabs ul.tabs li.reviews_tab a[href*="reviews"] {
  /* still show but muted — hide if parent has (0) via attr not possible; hide panel empty state below */
}
body.single-product #reviews .woocommerce-noreviews,
body.single-product .related.products:has(ul.products:empty),
body.single-product .related.products ul.products:empty {
  display: none !important;
}
body.single-product section.related.products {
  grid-column: 1 / -1;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(30,28,25,.08);
}
body.single-product section.related.products > h2 {
  font-family: var(--bbf-font-display) !important;
  font-size: clamp(28px, 3vw, 36px) !important;
  font-weight: 400 !important;
}

/* Sticky quote sitewide mobile */
@media (max-width: 767px) {
  body.is-scrolled .bbf-sticky-quote { display: block; }
  body.is-scrolled { padding-bottom: 72px; }
  body.woocommerce ul.products { grid-template-columns: 1fr; }
  body.single-product div.product {
    grid-template-columns: 1fr;
    padding-top: 4.5rem;
  }
  body.woocommerce-shop #content-wrap::before {
    margin-top: 4.5rem;
    font-size: 36px;
  }
  #site-navigation-wrap .dropdown-menu > li:last-child > a[href*="contact"] {
    margin: 8px 12px;
    display: inline-block;
  }
}

@media (min-width: 1100px) {
  body.woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* === v3.0.1 hotfix: shop grid + chrome + hero contrast + nav === */
.bbf-hero--shopfloor::before {
  background: linear-gradient(90deg, rgba(30,28,25,.90) 0%, rgba(30,28,25,.62) 34%, rgba(30,28,25,.28) 58%, rgba(30,28,25,.10) 100%) !important;
}
body.woocommerce-shop .result-count,
body.woocommerce-shop .ocean-toolbar,
body.woocommerce-shop .woocommerce-ordering,
body.woocommerce-shop ul.products + .result-count,
.woocommerce .result-count {
  display: none !important;
}
body.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px 24px !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 1rem clamp(1.25rem, 4vw, 2rem) 3rem !important;
  box-sizing: border-box !important;
}
body.woocommerce ul.products li.product {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  position: relative !important;
  box-sizing: border-box !important;
}
body.woocommerce ul.products li.product .woo-entry-image,
body.woocommerce ul.products li.product .woo-entry-inner,
body.woocommerce ul.products li.product a img {
  max-width: 100% !important;
}
body.woocommerce ul.products li.product img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
  background: #fff;
}
body.woocommerce-shop #content-wrap .container,
body.woocommerce-shop #main .container {
  max-width: 1200px !important;
  width: 100% !important;
  padding-left: clamp(1.25rem, 4vw, 2rem) !important;
  padding-right: clamp(1.25rem, 4vw, 2rem) !important;
  box-sizing: border-box !important;
}
/* Ensure header nav row can show */
#site-header-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: clamp(1rem, 3vw, 2rem);
  padding-right: clamp(1rem, 3vw, 2rem);
  width: 100%;
  box-sizing: border-box;
}
#site-navigation-wrap {
  display: flex !important;
  flex: 1;
  justify-content: flex-end;
  float: none !important;
}
#site-navigation-wrap .dropdown-menu {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 959px) {
  #site-navigation-wrap .dropdown-menu { display: none !important; }
}


/* === v3.0.2 hotfix: home transparent header must win over Ocean sticky-at-0 === */
body.home:not(.is-scrolled) #site-header,
body.home:not(.is-scrolled) #site-header.fixed-scroll,
body.home:not(.is-scrolled) #site-header.is-sticky,
body.home:not(.is-scrolled) #site-header.shrink-header {
  position: absolute !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
body.home:not(.is-scrolled) #site-header #site-logo a,
body.home:not(.is-scrolled) #site-header #site-logo #site-logo-text,
body.home:not(.is-scrolled) #site-header #site-navigation-wrap .dropdown-menu > li > a,
body.home:not(.is-scrolled) #site-header .oceanwp-mobile-menu-icon a,
body.home:not(.is-scrolled) #site-header .search-toggle-li a,
body.home:not(.is-scrolled) #site-header a.site-search-toggle {
  color: #fff !important;
}
body.home:not(.is-scrolled) #site-header #site-navigation-wrap .dropdown-menu > li.bbf-header-quote > a,
body.home:not(.is-scrolled) #site-header #site-navigation-wrap .dropdown-menu > li:last-child > a[href*="contact"] {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  color: #fff !important;
}
/* Hide header search on brochure */
#site-header .search-toggle-li,
#site-header a.search-toggle,
#searchform-header-replace,
.oceanwp-search-icon {
  display: none !important;
}


/* === v4.0.0 — gallery hubs + editorial bands + mute Woo toolbar === */

.bbf-wrap--wide {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 1.5rem);
}

/* Near-flush 4:3 gallery grid (series hubs) */
.bbf-gallery-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (min-width: 900px) {
  .bbf-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
}
.bbf-gallery-card {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--bbf-cream-deep);
}
.bbf-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms cubic-bezier(.3,1,.3,1);
}
.bbf-gallery-card:hover img {
  transform: scale(1.03);
}

/* Full-bleed editorial image bands */
.bbf-band--bleed {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: clamp(280px, 42vw, 520px);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.bbf-band--bleed::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30,28,25,.15) 0%, rgba(30,28,25,.55) 70%, rgba(30,28,25,.78) 100%);
  pointer-events: none;
}
.bbf-band--tall {
  min-height: clamp(360px, 52vw, 640px);
}
.bbf-band__inner {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 4rem);
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.bbf-band__inner--bottom {
  padding-top: 6rem;
}
.bbf-band__eyebrow {
  font-family: var(--bbf-font-ui);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 0.65rem;
  opacity: .92;
}
.bbf-band__title {
  font-family: var(--bbf-font-display);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.01em;
}
.bbf-band__caption {
  font-family: var(--bbf-font-ui);
  font-size: 13px;
  line-height: 1.45;
  max-width: 42em;
  margin: 0;
  color: rgba(255,255,255,.9);
}

/* Split media | cream text */
.bbf-split {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
}
@media (min-width: 900px) {
  .bbf-split {
    grid-template-columns: 1.05fr 1fr;
  }
  .bbf-split--flip .bbf-split__media { order: 2; }
  .bbf-split--flip .bbf-split__text { order: 1; }
}
.bbf-split__media {
  margin: 0;
  background: var(--bbf-cream-deep);
  min-height: 280px;
}
.bbf-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 320px;
}
.bbf-split__text {
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--bbf-white);
}
.bbf-split__text.bbf-section--cream {
  background: var(--bbf-cream);
}
.bbf-split__title {
  font-family: var(--bbf-font-display) !important;
  font-size: clamp(1.85rem, 3vw, 2.5rem) !important;
  font-weight: 400 !important;
  margin: 0.35rem 0 1.1rem !important;
  color: var(--bbf-ink) !important;
  line-height: 1.15 !important;
}

/* Editorial type helpers */
.bbf-editorial {
  max-width: 42rem;
}
.bbf-editorial__h2 {
  font-family: var(--bbf-font-display) !important;
  font-size: clamp(1.85rem, 3vw, 2.5rem) !important;
  font-weight: 400 !important;
  margin: 0 0 1.25rem !important;
  color: var(--bbf-ink) !important;
}
.bbf-pullquote {
  font-family: var(--bbf-font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400;
  line-height: 1.35;
  color: var(--bbf-ink);
  margin: 0 0 1.75rem;
  padding: 0;
  border: 0;
  quotes: none;
}
.bbf-pullquote::before,
.bbf-pullquote::after { content: none; }
.bbf-editorial-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bbf-editorial-list li {
  position: relative;
  padding: 0.65rem 0 0.65rem 1.1rem;
  border-bottom: 1px solid rgba(30,28,25,.08);
  font-size: 16px;
  line-height: 1.55;
  color: var(--bbf-body);
}
.bbf-editorial-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 5px;
  height: 5px;
  background: var(--bbf-oak);
}
.bbf-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bbf-timeline li {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(30,28,25,.08);
  font-size: 16px;
  line-height: 1.5;
}
.bbf-timeline li span {
  font-family: var(--bbf-font-ui);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bbf-oak);
  padding-top: 0.2rem;
}
@media (max-width: 600px) {
  .bbf-timeline li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}
.bbf-muted-note {
  font-size: 14px;
  color: var(--bbf-muted);
  line-height: 1.55;
}
.bbf-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0 2rem;
  border: 1px solid rgba(30,28,25,.1);
}
.bbf-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.bbf-table th,
.bbf-table td {
  text-align: left;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(30,28,25,.08);
}
.bbf-table th {
  font-family: var(--bbf-font-ui);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bbf-oak);
  background: rgba(246,242,238,.65);
  font-weight: 600;
}
.bbf-table tbody tr:last-child td { border-bottom: 0; }

/* Process steps */
.bbf-steps {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 800px) {
  .bbf-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
  }
}
.bbf-steps li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.bbf-steps__n {
  font-family: var(--bbf-font-ui);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--bbf-oak);
  flex-shrink: 0;
  padding-top: 0.35rem;
}
.bbf-steps strong {
  display: block;
  font-family: var(--bbf-font-display);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--bbf-ink);
  margin-bottom: 0.35rem;
}
.bbf-steps p {
  margin: 0;
  font-size: 15px;
  color: var(--bbf-body);
  line-height: 1.55;
}

/* Pages using custom HTML shells: loosen Ocean content column feel */
body.page .entry-content:has(.bbf-page-intro),
body.page .entry-content:has(.bbf-gallery-grid),
body.page .entry-content:has(.bbf-band--bleed) {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.page .entry-content:has(.bbf-page-intro) > *:not(.bbf-band--bleed):not(.bbf-split):not(.bbf-section) {
  /* keep intro/sections self-padded via .bbf-wrap */
}

/* Stronger Woo shop chrome mute (toolbar still in markup) */
body.woocommerce-shop .oceanwp-toolbar,
body.woocommerce.archive .oceanwp-toolbar,
body.woocommerce-shop .oceanwp-grid-list,
body.woocommerce.archive .oceanwp-grid-list,
body.woocommerce-shop .woocommerce-ordering,
body.woocommerce.archive .woocommerce-ordering,
body.woocommerce-shop ul.result-count,
body.woocommerce.archive ul.result-count,
body.woocommerce-shop .result-count,
body.woocommerce.archive .result-count,
body.woocommerce-shop .woocommerce-result-count,
body.woocommerce.archive .woocommerce-result-count,
body.woocommerce-shop .ocean-toolbar,
body.woocommerce-shop nav.oceanwp-grid-list,
.woocommerce .oceanwp-toolbar,
.woocommerce .oceanwp-grid-list,
.woocommerce form.woocommerce-ordering,
.woocommerce ul.result-count {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

/* === v5.0.0: PDP gallery + related, journal archive, commission/contact forms === */

/* Larger PDP gallery */
body.single-product div.product {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) !important;
  gap: clamp(1.5rem, 4vw, 3rem) !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(1.25rem, 4vw, 2rem) !important;
  padding-right: clamp(1.25rem, 4vw, 2rem) !important;
}
body.single-product div.product .woocommerce-product-gallery {
  width: 100% !important;
  max-width: none !important;
}
body.single-product div.product .woocommerce-product-gallery__wrapper,
body.single-product div.product .woocommerce-product-gallery__image,
body.single-product div.product .woocommerce-product-gallery img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
body.single-product div.product .woocommerce-product-gallery__image img {
  object-fit: contain;
  background: #fff;
  aspect-ratio: 4 / 3;
}
body.single-product .flex-control-thumbs,
body.single-product .flex-control-nav.flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 8px;
  margin-top: 12px !important;
}
body.single-product .flex-control-thumbs li {
  width: auto !important;
  margin: 0 !important;
}

/* Hide empty reviews tab (backup to PHP unset) */
body.single-product .woocommerce-tabs ul.tabs li.reviews_tab:has(a[href*="reviews"]):has(+ *),
body.single-product .woocommerce-tabs ul.tabs li.reviews_tab a[href="#tab-reviews"]:is([aria-controls="tab-reviews"]) {
  /* PHP removes tab when count=0; CSS hides residual empty panel */
}
body.single-product #tab-reviews:has(.woocommerce-noreviews),
body.single-product #reviews:has(.woocommerce-noreviews) {
  display: none !important;
}

/* Related products */
body.single-product section.related.products {
  grid-column: 1 / -1;
  margin-top: 3rem;
  padding: 2.5rem clamp(1.25rem, 4vw, 2rem) 3rem;
  border-top: 1px solid rgba(30,28,25,.08);
  background: var(--bbf-cream);
}
body.single-product section.related.products > h2 {
  font-family: var(--bbf-font-display) !important;
  font-size: clamp(28px, 3.2vw, 40px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em;
  margin: 0 auto 1.5rem !important;
  max-width: 1200px;
}
body.single-product section.related.products ul.products {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
@media (max-width: 767px) {
  body.single-product div.product {
    grid-template-columns: 1fr !important;
  }
  body.single-product section.related.products ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* Contact / commission form + address */
.bbf-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
}
@media (max-width: 800px) {
  .bbf-contact-grid { grid-template-columns: 1fr; }
}
.bbf-contact-addr {
  font-size: 17px;
  line-height: 1.55;
  color: var(--bbf-body);
}
.bbf-quote-form {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.25rem;
}
.bbf-quote-form label {
  display: grid;
  gap: 0.35rem;
  font-family: var(--bbf-font-ui);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--bbf-muted);
}
.bbf-quote-form input,
.bbf-quote-form textarea {
  font-family: var(--bbf-font-ui);
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  color: var(--bbf-ink);
  border: 1px solid rgba(30,28,25,.18);
  background: #fff;
  padding: 0.7rem 0.85rem;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
}
.bbf-quote-form button.bbf-btn {
  justify-self: start;
  margin-top: 0.5rem;
  border: 0;
  cursor: pointer;
}

/* Journal archive — less bloggy, match type system */
body.blog #right-sidebar,
body.blog #left-sidebar,
body.single-post #right-sidebar,
body.single-post #left-sidebar,
body.bbf-journal #right-sidebar,
body.bbf-journal #left-sidebar {
  display: none !important;
}
body.blog #primary,
body.single-post #primary,
body.bbf-journal #primary,
body.blog .content-area,
body.single-post .content-area {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  border: 0 !important;
}
body.blog .page-header,
body.blog #page-header,
body.blog .ocean-page-header,
body.bbf-journal .page-header {
  display: none !important;
}
body.blog #content-wrap,
body.bbf-journal #content-wrap {
  padding-top: 0 !important;
}
.bbf-journal-intro {
  border-bottom: 1px solid rgba(30,28,25,.08);
}
body.blog #blog-entries,
body.blog .blog-entries {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem) 4rem;
}
body.blog article.blog-entry {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 2.25rem 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(30,28,25,.1) !important;
}
body.blog article.blog-entry:first-child {
  border-top: 0;
}
body.blog article.blog-entry .blog-entry-header,
body.blog article.blog-entry .entry-title {
  margin: 0 0 0.75rem !important;
}
body.blog article.blog-entry .entry-title,
body.blog article.blog-entry .entry-title a {
  font-family: var(--bbf-font-display) !important;
  font-size: clamp(26px, 3vw, 36px) !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em;
  color: var(--bbf-ink) !important;
  text-decoration: none !important;
}
body.blog article.blog-entry .meta,
body.blog article.blog-entry .blog-entry-meta,
body.blog article.blog-entry ul.meta {
  font-family: var(--bbf-font-ui) !important;
  font-size: 11px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bbf-muted) !important;
  margin-bottom: 0.85rem !important;
}
body.blog article.blog-entry .blog-entry-summary,
body.blog article.blog-entry .entry-summary,
body.blog article.blog-entry .blog-entry-content p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--bbf-body);
  max-width: 40em;
}
body.blog article.blog-entry .thumbnail,
body.blog article.blog-entry .blog-entry-inner .thumbnail {
  margin-bottom: 1.25rem;
}
body.blog article.blog-entry .thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
body.blog article.blog-entry .readmore,
body.blog article.blog-entry a.read-more,
body.blog .blog-entry .oceanwp-post-readmore a {
  font-family: var(--bbf-font-ui) !important;
  font-size: 12px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600 !important;
  color: var(--bbf-walnut) !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}
body.blog .ocean-pagination,
body.blog .page-pagination {
  max-width: 900px;
  margin: 2rem auto 0;
  padding: 0 clamp(1.25rem, 4vw, 2rem);
}

/* Single journal post */
body.single-post .entry-header .entry-title,
body.single-post h1.entry-title {
  font-family: var(--bbf-font-display) !important;
  font-size: clamp(36px, 4.5vw, 52px) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
}
body.single-post .entry-content {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 1.7;
}
body.single-post #content-wrap .container {
  max-width: 900px !important;
}

/* Shop: 3-col when catalog richer */
@media (min-width: 1100px) {
  body.woocommerce-shop ul.products,
  body.woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}


/* === v7.0.0 — editorial quote cards + reviews display H1 === */
body.page-slug-reviews .page-header,
body.page-id-179 .page-header {
  display: none !important;
}
body.page-slug-reviews .bbf-page-intro,
body.page-id-179 .bbf-page-intro {
  padding-top: clamp(5.5rem, 10vw, 7.5rem);
}


/* ============================================================
   V10.0.0 — visual hard-push vs Moser bar (QA 2026-09-14)
   Focus: hero crop/overlay, homepage density, series hub flush.
   ============================================================ */

:root {
  --bbf-overlay: linear-gradient(
    105deg,
    rgba(30,28,25,.82) 0%,
    rgba(30,28,25,.55) 28%,
    rgba(30,28,25,.22) 52%,
    rgba(30,28,25,.08) 72%,
    rgba(30,28,25,.18) 100%
  );
  --bbf-overlay-bottom: linear-gradient(
    180deg,
    transparent 55%,
    rgba(30,28,25,.35) 82%,
    rgba(30,28,25,.55) 100%
  );
}

/* 1) Hero crop + cinematic overlay */
.bbf-hero {
  min-height: 78vh;
  background-position: 52% 30%;
}
.bbf-hero::before {
  background:
    var(--bbf-overlay-bottom),
    var(--bbf-overlay);
}
.bbf-hero--shopfloor {
  background-position: 54% 28% !important;
}
.bbf-hero--shopfloor::before {
  background:
    linear-gradient(180deg, rgba(30,28,25,.2) 0%, transparent 28%, rgba(30,28,25,.45) 78%, rgba(30,28,25,.62) 100%),
    linear-gradient(100deg, rgba(30,28,25,.88) 0%, rgba(30,28,25,.58) 30%, rgba(30,28,25,.22) 55%, rgba(30,28,25,.1) 78%, rgba(30,28,25,.2) 100%) !important;
}
.bbf-hero__inner {
  max-width: 580px;
  padding: 6.5rem clamp(1.25rem, 4vw, 4rem) 3.25rem;
}
.bbf-hero__title {
  font-size: clamp(42px, 4.8vw, 68px) !important;
  text-shadow: 0 1px 18px rgba(0,0,0,.18);
}
.bbf-hero__dek {
  font-size: 17px;
  max-width: 32em;
  margin: 0 0 1.65rem;
}

/* Moser-style underline secondary CTA */
.bbf-btn-text {
  display: inline-flex;
  align-items: center;
  font-family: var(--bbf-font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 12px 2px 10px !important;
  border-bottom: 1px solid rgba(255,255,255,.92) !important;
  align-self: center;
}
.bbf-btn-text:hover {
  color: #fff !important;
  border-bottom-color: #fff !important;
  opacity: .88;
}
.bbf-btn-text.on-light {
  color: var(--bbf-ink) !important;
  border-bottom-color: var(--bbf-ink) !important;
}

.bbf-proof {
  padding: 0.85rem 1.5rem;
}

/* 2) Homepage density — tighter modules, flush series cards */
.bbf-section__lede {
  margin: 0 0 1.5rem;
}
.bbf-signature {
  gap: clamp(1.25rem, 3vw, 2.5rem);
}
.bbf-signature figure {
  background: #e8e0d6;
  aspect-ratio: 5 / 4;
}
.bbf-signature img {
  object-fit: contain;
  padding: 6% 5%;
  box-sizing: border-box;
}

/* Series cards: caption overlay (Moser gallery tone) */
.bbf-series-grid {
  gap: 6px;
}
.bbf-card {
  position: relative;
  overflow: hidden;
}
.bbf-card figure {
  aspect-ratio: 3 / 2;
  background: #e8e0d6;
  margin: 0;
}
.bbf-card img {
  object-fit: cover;
  padding: 0;
  box-sizing: border-box;
  transition: transform 700ms cubic-bezier(.3,1,.3,1);
}
.bbf-card figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  margin: 0;
  padding: 2.75rem 1rem 1rem;
  background: linear-gradient(180deg, transparent 0%, rgba(30,28,25,.55) 48%, rgba(30,28,25,.82) 100%);
  color: #fff !important;
  font-size: 1.4rem;
  z-index: 2;
  pointer-events: none;
}
.bbf-card .bbf-card__meta {
  color: rgba(246,242,238,.82) !important;
  margin-top: 0.15rem;
}
.bbf-card:hover img { transform: scale(1.035); }

/* Home featured series: edge-bleed denser band */
body.home .bbf-section--cream:has(.bbf-series-grid) {
  padding-top: clamp(2.25rem, 4vw, 3.25rem);
  padding-bottom: clamp(2.25rem, 4vw, 3.25rem);
}
body.home .bbf-section--cream:has(.bbf-series-grid) .bbf-wrap {
  max-width: 1360px;
}

/* 3) Series hub / collection flush */
.bbf-page-intro {
  padding: clamp(3.5rem, 6vw, 5rem) 0 clamp(1rem, 2vw, 1.5rem) !important;
}
.bbf-page-intro__lede {
  max-width: 34em;
}
.bbf-series-grid--collection {
  gap: 5px !important;
}
.bbf-series-grid--collection .bbf-card figure {
  aspect-ratio: 16 / 11;
}

/* Gallery hubs: tighter + lead span */
.bbf-gallery-grid {
  gap: 5px !important;
}
@media (min-width: 900px) {
  .bbf-gallery-grid {
    gap: 6px !important;
  }
  .bbf-gallery-grid > li:first-child {
    grid-column: 1 / -1;
  }
  .bbf-gallery-grid > li:first-child .bbf-gallery-card {
    aspect-ratio: 21 / 9;
    max-height: 520px;
  }
}
.bbf-gallery-card {
  background: #e8e0d6;
}
.bbf-gallery-card img {
  object-fit: cover;
}

/* Series cream band under intro — less air */
body.page .entry-content .bbf-section.bbf-section--cream:has(.bbf-gallery-grid) {
  padding-top: 1.25rem !important;
  padding-bottom: clamp(2.5rem, 5vw, 4rem) !important;
}

/* Collection cream band denser */
body.page .entry-content .bbf-section.bbf-section--cream:has(.bbf-series-grid--collection) {
  padding-top: 1.25rem !important;
  padding-bottom: clamp(2.5rem, 5vw, 4rem) !important;
}
body.page .entry-content .bbf-section.bbf-section--cream:has(.bbf-series-grid--collection) .bbf-wrap {
  max-width: 1360px;
}

/* Scrolled / interior nav contrast (was washing out on cream) */
body:not(.home) #site-navigation-wrap .dropdown-menu > li > a,
body.home.is-scrolled #site-navigation-wrap .dropdown-menu > li > a,
body.home #site-header.bbf-solid #site-navigation-wrap .dropdown-menu > li > a {
  color: var(--bbf-ink) !important;
  opacity: 1 !important;
}
body:not(.home) #site-logo a,
body:not(.home) #site-logo #site-logo-text,
body.home.is-scrolled #site-logo a,
body.home #site-header.bbf-solid #site-logo a {
  color: var(--bbf-ink) !important;
}

/* Cookie banner — stop covering hero CTAs */
.cky-consent-container,
.cky-btn-revisit-wrapper,
#cookie-law-info-bar,
.cli-bar-container,
div[class*="cookie"] {
  z-index: 40 !important;
}
.cky-consent-container .cky-consent-bar,
#cookie-law-info-bar {
  left: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  max-width: 320px !important;
}

/* Mobile hero crop + sticky clearance sitewide */
@media (max-width: 767px) {
  .bbf-hero,
  .bbf-hero--shopfloor {
    min-height: 72svh;
    background-position: 62% 22% !important;
    align-items: flex-end;
  }
  .bbf-hero--shopfloor::before {
    background: linear-gradient(180deg, rgba(30,28,25,.15) 0%, rgba(30,28,25,.4) 35%, rgba(30,28,25,.78) 72%, rgba(30,28,25,.9) 100%) !important;
  }
  .bbf-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .bbf-btn-text {
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 0 !important;
    border: 1px solid rgba(255,255,255,.85) !important;
    padding: 14px !important;
  }
  .bbf-series-grid { gap: 8px; }
  .bbf-card figcaption {
    padding: 2.25rem 0.85rem 0.85rem;
    font-size: 1.25rem;
  }
  body.is-scrolled { padding-bottom: 76px; }
  body.is-scrolled .bbf-sticky-quote { display: block; }
  .bbf-gallery-grid > li:first-child { grid-column: auto; }
  .bbf-gallery-grid > li:first-child .bbf-gallery-card {
    aspect-ratio: 4 / 3;
    max-height: none;
  }
}

/* Signature on home: slightly denser first module */
body.home .bbf-section:has(.bbf-signature) {
  padding-top: clamp(2.25rem, 4vw, 3.5rem);
  padding-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

/* Ocean Cookie Notice — do not cover hero CTAs */
#ocn-cookie-wrap,
#ocn-cookie-wrap.flyin {
  left: auto !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 50 !important;
  max-width: 300px !important;
}
#ocn-cookie-inner { max-width: 100% !important; }
@media (max-width: 767px) {
  #ocn-cookie-wrap, #ocn-cookie-wrap.flyin {
    right: 10px !important;
    left: 10px !important;
    bottom: 84px !important; /* above sticky quote */
    max-width: none !important;
  }
}


/* ============================================================
   V10 FILM — DESIGN_VISION homepage (Apple × Hermès × Moser craft)
   Center / asymmetric compositions. Extreme whitespace.
   ============================================================ */

.bbf-film-kicker {
  font-family: var(--bbf-font-ui);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bbf-oak);
  margin: 0 0 1rem;
  text-align: inherit;
}
.bbf-film-kicker--on-dark { color: rgba(246,242,238,.7); }
.bbf-film-display {
  font-family: var(--bbf-font-display) !important;
  font-weight: 400 !important;
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em;
  color: var(--bbf-ink) !important;
  margin: 0 0 1.25rem !important;
  text-align: inherit;
}
.bbf-film-display--on-dark { color: #fff !important; }
.bbf-film-lede {
  font-size: 18px;
  line-height: 1.55;
  max-width: 28em;
  color: var(--bbf-body);
  margin: 0 0 1.75rem;
}
.bbf-film-lede--on-dark { color: rgba(255,255,255,.88); margin-left: auto; margin-right: auto; }

/* OPEN — centered hero */
.bbf-film-hero {
  position: relative;
  min-height: 92vh;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  text-align: center;
}
.bbf-film-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(30,28,25,.42) 0%, rgba(30,28,25,.14) 28%, rgba(30,28,25,.16) 52%, rgba(30,28,25,.46) 100%),
    linear-gradient(0deg, rgba(92,64,51,.10), rgba(92,64,51,.10));
  pointer-events: none;
}
.bbf-film-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 18em;
  padding: 6rem 1.5rem 4rem;
  color: #fff;
}
.bbf-film-hero__eyebrow {
  font-family: var(--bbf-font-ui);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  color: rgba(246,242,238,.9);
}
.bbf-film-hero__title {
  font-family: var(--bbf-font-display) !important;
  font-weight: 400 !important;
  font-size: clamp(3rem, 7vw, 5.5rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em;
  color: #fff !important;
  margin: 0 0 2rem !important;
  text-shadow: 0 2px 24px rgba(0,0,0,.25);
}
.bbf-film-hero__cta { margin: 0; }
.bbf-film-hero__cta .bbf-btn-text {
  color: #fff !important;
  border-bottom-color: rgba(255,255,255,.95) !important;
  font-size: 13px;
  letter-spacing: 0.16em;
}

/* PLACE / bridge stills — full bleed, caption centered */
.bbf-film-still {
  position: relative;
  min-height: 72vh;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  isolation: isolate;
}
.bbf-film-still--tall { min-height: 78vh; }
.bbf-film-still__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(30,28,25,.06) 0%, rgba(30,28,25,.28) 62%, rgba(30,28,25,.58) 100%),
    linear-gradient(0deg, rgba(92,64,51,.08), rgba(92,64,51,.08));
  pointer-events: none;
  z-index: 0;
}
.bbf-film-still__veil--soft {
  background:
    linear-gradient(180deg, transparent 45%, rgba(30,28,25,.42) 100%),
    linear-gradient(0deg, rgba(92,64,51,.06), rgba(92,64,51,.06));
}
.bbf-film-still__caption {
  position: relative;
  z-index: 1;
  font-family: var(--bbf-font-ui);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(246,242,238,.95);
  text-align: center;
  padding: 0 1.5rem 3.75rem;
  margin: 0;
}

/* HAND / OBJECT — asymmetric (NOT left-stack brochure) */
.bbf-film-asym {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 0;
  align-items: stretch;
  min-height: 70vh;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--bbf-white);
}
.bbf-film-asym--cream { background: var(--bbf-cream); }
.bbf-film-asym--image-left { grid-template-columns: 1.15fr 1fr; }
.bbf-film-asym--image-left .bbf-film-asym__media { order: 0; }
.bbf-film-asym--image-left .bbf-film-asym__text { order: 1; }
.bbf-film-asym--image-right .bbf-film-asym__text { order: 0; }
.bbf-film-asym--image-right .bbf-film-asym__media { order: 1; }
.bbf-film-asym__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 10vw, 7.5rem) clamp(2rem, 6vw, 5.5rem);
  text-align: left;
  max-width: 36rem;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.bbf-film-asym__media {
  margin: 0;
  overflow: hidden;
  min-height: 70vh;
  background: var(--bbf-cream-deep);
}
.bbf-film-asym__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  display: block;
  min-height: 70vh;
}
/* Object beat: prefer cabinet body over truncated upper rack */
.bbf-film-asym--image-left .bbf-film-asym__media img {
  object-position: center 78%;
}

/* PROOF — centered quiet */
.bbf-film-proof {
  padding: clamp(6.5rem, 14vw, 11rem) 1.5rem;
  background: var(--bbf-cream);
  text-align: center;
}
.bbf-film-proof__quote {
  max-width: 34rem;
  margin: 0 auto 2rem;
  border: 0;
  padding: 0;
}
.bbf-film-proof__quote p {
  font-family: var(--bbf-font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400;
  line-height: 1.35;
  color: var(--bbf-ink);
  margin: 0 0 1.25rem;
}
.bbf-film-proof__quote footer {
  font-family: var(--bbf-font-ui);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bbf-muted);
}
.bbf-film-proof__more { margin: 0; }

/* INVITE */
.bbf-film-invite {
  padding: clamp(6.5rem, 14vw, 10rem) 1.5rem;
  background: var(--bbf-walnut);
  text-align: center;
  color: #fff;
}
.bbf-film-invite .bbf-btn {
  display: inline-block;
  margin-top: 0.5rem;
  background: #fff !important;
  color: var(--bbf-walnut) !important;
  border-color: #fff !important;
}
.bbf-film-invite .bbf-btn:hover {
  background: var(--bbf-cream) !important;
}

@media (max-width: 899px) {
  .bbf-film-hero { min-height: 88svh; background-position: center 35%; }
  .bbf-film-hero__title { font-size: clamp(2.6rem, 11vw, 3.4rem) !important; }
  .bbf-film-still { min-height: 62svh; }
  .bbf-film-asym,
  .bbf-film-asym--image-left,
  .bbf-film-asym--image-right {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .bbf-film-asym__media,
  .bbf-film-asym__media img {
    min-height: 52svh;
    order: 0 !important;
  }
  .bbf-film-asym__text {
    order: 1 !important;
    padding: 3rem 1.5rem 3.5rem;
    text-align: center;
    align-items: center;
  }
  .bbf-film-asym__text .bbf-film-lede { margin-left: auto; margin-right: auto; }
}


/* Quiet series soft-links — text only under film */
.bbf-film-series {
  padding: clamp(4.5rem, 9vw, 7rem) 1.5rem;
  background: var(--bbf-white);
  text-align: center;
  border-top: 1px solid rgba(30,28,25,.06);
}
.bbf-film-series__label {
  font-family: var(--bbf-font-ui);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bbf-muted);
  margin: 0 0 1.25rem;
}
.bbf-film-series__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 2rem;
}
.bbf-film-series__list a {
  font-family: var(--bbf-font-display);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: var(--bbf-ink) !important;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  letter-spacing: -0.01em;
}
.bbf-film-series__list a:hover {
  border-bottom-color: var(--bbf-ink);
}

/* Film home: kill Woo shop chrome if any residual */
body.home .woocommerce-products-header,
body.home .woocommerce-result-count,
body.home .woocommerce-ordering,
body.home ul.products,
body.home .oceanwp-toolbar {
  display: none !important;
}

/* Home film: no leftover brochure chrome */
body.home .entry-content:has(.bbf-film-hero) > .bbf-proof,
body.home .entry-content:has(.bbf-film-hero) > .bbf-section:not(.bbf-film-proof):not(.bbf-film-invite) {
  /* film replaces brochure modules */
}


/* === COLLECTION BREADTH (rooms) === */
.bbf-room-grid {
  gap: 16px;
}
.bbf-card__type {
  aspect-ratio: 3 / 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  background: #f3eee6;
  border: none;
  margin: 0;
  padding: 1.5rem;
}
.bbf-card__type-title {
  font-family: var(--bbf-font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  color: var(--bbf-ink);
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-align: center;
}
.bbf-card__type-cap {
  font-family: var(--bbf-font-ui);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bbf-muted);
}
.bbf-collection-soft {
  margin: 0.75rem 0 0 !important;
  justify-content: flex-start !important;
  gap: 0.65rem 1.75rem !important;
}
.bbf-collection-soft a {
  font-size: clamp(1rem, 1.6vw, 1.2rem) !important;
}
.bbf-film-series__label--secondary {
  margin-top: 1.75rem !important;
}
.bbf-type-band {
  background: #1e1c19;
  color: #f7f3eb;
  min-height: min(42vh, 420px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 1.5rem;
}
.bbf-type-band__eyebrow {
  font-family: var(--bbf-font-ui);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(247,243,235,.55);
  margin: 0 0 0.85rem;
}
.bbf-type-band__title {
  font-family: var(--bbf-font-display);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  letter-spacing: -0.02em;
  margin: 0 0 0.85rem;
  line-height: 1.05;
  color: #f7f3eb;
}
.bbf-type-band__cap {
  font-family: var(--bbf-font-ui);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247,243,235,.45);
  margin: 0;
}
.bbf-gallery-grid--sparse {
  grid-template-columns: repeat(2, 1fr);
  max-width: 920px;
}
@media (max-width: 700px) {
  .bbf-gallery-grid--sparse { grid-template-columns: 1fr; }
}
.bbf-island-block {
  padding: clamp(1.75rem, 3vw, 2.5rem) 0;
  border-bottom: 1px solid rgba(30,28,25,.08);
}
.bbf-island-block:last-of-type { border-bottom: 0; }
.bbf-island-block__title {
  font-family: var(--bbf-font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin: 0 0 0.65rem;
  letter-spacing: -0.015em;
  color: var(--bbf-ink) !important;
}
.bbf-island-block__copy {
  max-width: 36em;
  font-size: 16px;
  line-height: 1.55;
  color: var(--bbf-body);
  margin: 0 0 1.25rem;
}
.bbf-island-block__fig {
  margin: 0 0 1rem;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: #efe8dc;
}
.bbf-island-block__fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.page .entry-content .bbf-section.bbf-section--cream:has(.bbf-room-grid) .bbf-wrap {
  max-width: 1100px;
}


/* ============================================================
   V10.4 CHROME POLISH — sticky wrapper, warm grade, home hush
   ============================================================ */

/* Critical: Ocean sticky holder reserves header height → white band
   over hero; collapse on home so film sits under transparent nav. */
body.home #site-header-sticky-wrapper,
body.home .oceanwp-sticky-header-holder {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
body.home #site-header-sticky-wrapper > #site-header,
body.home .oceanwp-sticky-header-holder > #site-header {
  width: 100%;
}

/* Soft readable logo/nav while transparent over bright Open */
body.home:not(.is-scrolled) #site-header #site-logo a,
body.home:not(.is-scrolled) #site-header #site-logo #site-logo-text,
body.home:not(.is-scrolled) #site-header #site-navigation-wrap .dropdown-menu > li > a,
body.home:not(.is-scrolled) #site-header .oceanwp-mobile-menu-icon a {
  text-shadow: 0 1px 14px rgba(0,0,0,.38);
}
body.home:not(.is-scrolled) #site-header {
  transition: background .28s ease, box-shadow .28s ease;
}
body.home.is-scrolled #site-header,
body.home #site-header.bbf-solid {
  transition: background .28s ease, box-shadow .28s ease;
}

/* Subtle warm grade on film stills (not muddy) */
.bbf-film-asym__media img {
  filter: sepia(0.10) saturate(1.06) brightness(0.99) contrast(1.03);
}
/* Warm grade overlay for bg-image beats (hero/still) */
.bbf-film-hero::after,
.bbf-film-still::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(120, 78, 48, 0.07);
  mix-blend-mode: soft-light;
}
.bbf-film-hero__veil,
.bbf-film-still__veil,
.bbf-film-hero__copy,
.bbf-film-still__caption {
  z-index: 1;
}
.bbf-film-hero__copy { z-index: 2; }
.bbf-film-still__caption { z-index: 2; }

/* Breathing room between full-bleed beats */
/* Extra hush: cart / Woo / Home title band on film home */
body.home .page-header,
body.home #page-header,
body.bbf-home .page-header,
body.home .page-header-title,
body.home .entry-header,
body.home .entry-title,
body.home .woocommerce-products-header,
body.home .woocommerce-result-count,
body.home .woocommerce-ordering,
body.home .oceanwp-toolbar,
body.home .woo-menu-icon,
body.home .wcmenucart,
body.home .wcmenucart-toggle-dropdown,
body.home .owp-cart-count,
body.home .oceanwp-cart-sidebar-overlay,
body.home #oceanwp-cart-sidebar-wrap {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

/* Mobile film: keep transparent header readable; more vertical air */
@media (max-width: 899px) {
  .bbf-film-hero__copy {
    padding: 7rem 1.5rem 4.5rem;
  }
  .bbf-film-asym__text {
    padding: 3.75rem 1.5rem 4.25rem;
  }
  .bbf-film-proof {
    padding: clamp(5.5rem, 16vw, 8rem) 1.35rem;
  }
  .bbf-film-invite {
    padding: clamp(5.5rem, 16vw, 8rem) 1.35rem;
  }
  .bbf-film-series {
    padding: clamp(3.75rem, 10vw, 5.5rem) 1.35rem;
  }
  body.home:not(.is-scrolled) #site-header .oceanwp-mobile-menu-icon a {
    color: #fff !important;
  }
}

