.elementor-819 .elementor-element.elementor-element-def7e34{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-89da4f3 */#bba-cpl-page {
  --bba-cpl-ink: #17120f;
  --bba-cpl-brown: #20150f;
  --bba-cpl-brown-2: #2d1d14;
  --bba-cpl-brown-3: #3b2518;
  --bba-cpl-caramel: #c87532;
  --bba-cpl-gold: #eda653;
  --bba-cpl-cream: #f3e9dc;
  --bba-cpl-paper: #fffaf4;
  --bba-cpl-mist: #f0f2f1;
  --bba-cpl-white: #ffffff;
  --bba-cpl-muted: #6f655f;
  --bba-cpl-line: rgba(32, 21, 15, 0.14);
  --bba-cpl-light-line: rgba(255, 255, 255, 0.14);
  --bba-cpl-shadow: 0 24px 70px rgba(32, 21, 15, 0.12);
  --bba-cpl-shadow-strong: 0 34px 90px rgba(32, 21, 15, 0.2);
  --bba-cpl-radius-sm: 12px;
  --bba-cpl-radius: 22px;
  --bba-cpl-radius-lg: 34px;
  --bba-cpl-shell: 1240px;

  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
  overflow: clip;
  color: var(--bba-cpl-ink);
  background: var(--bba-cpl-paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#bba-cpl-page,
#bba-cpl-page *,
#bba-cpl-page *::before,
#bba-cpl-page *::after {
  box-sizing: border-box;
}

#bba-cpl-page h1,
#bba-cpl-page h2,
#bba-cpl-page h3,
#bba-cpl-page h4,
#bba-cpl-page p,
#bba-cpl-page ul,
#bba-cpl-page ol,
#bba-cpl-page dl,
#bba-cpl-page figure {
  margin-top: 0;
}

#bba-cpl-page img {
  display: block;
  max-width: 100%;
}

#bba-cpl-page a {
  color: inherit;
  text-decoration: none;
}

#bba-cpl-page button,
#bba-cpl-page input,
#bba-cpl-page a {
  -webkit-tap-highlight-color: transparent;
}

#bba-cpl-page button,
#bba-cpl-page input {
  font: inherit;
}

#bba-cpl-page :focus-visible {
  outline: 3px solid rgba(237, 166, 83, 0.72);
  outline-offset: 4px;
}

.bba-cpl__shell {
  width: min(var(--bba-cpl-shell), calc(100% - 48px));
  margin-inline: auto;
}

.bba-cpl__section {
  position: relative;
  padding: clamp(82px, 8.5vw, 138px) 0;
  scroll-margin-top: 92px;
}

.bba-cpl__section--cream { background: var(--bba-cpl-cream); }
.bba-cpl__section--white { background: var(--bba-cpl-white); }
.bba-cpl__section--mist { background: var(--bba-cpl-mist); }
.bba-cpl__section--paper { background: var(--bba-cpl-paper); }
.bba-cpl__section--dark { color: var(--bba-cpl-white); background: var(--bba-cpl-brown); }

.bba-cpl__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


/* TYPOGRAPHY */

.bba-cpl__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--bba-cpl-caramel);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.bba-cpl__eyebrow > span {
  width: 34px;
  height: 2px;
  flex: 0 0 34px;
  background: currentColor;
}

.bba-cpl__eyebrow--light { color: var(--bba-cpl-gold); }

.bba-cpl__section h2,
.bba-cpl__closing h2,
.bba-cpl__faq-intro h2,
.bba-cpl__measure-copy h2,
.bba-cpl__compare-copy h2,
.bba-cpl__catalog-head h2 {
  margin-bottom: 24px;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.bba-cpl__section-head {
  max-width: 800px;
  margin-bottom: clamp(46px, 5vw, 72px);
}

.bba-cpl__section-head > p:last-child,
.bba-cpl__section-head--light > p:last-child {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--bba-cpl-muted);
  font-size: 18px;
  line-height: 1.78;
}

.bba-cpl__section-head--light > p:last-child { color: rgba(255, 255, 255, 0.7); }


/* BUTTONS + LINKS */

.bba-cpl__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 15px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.065em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.bba-cpl__button:hover { transform: translateY(-2px); }

.bba-cpl__button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

#bba-cpl-page .bba-cpl__button--gold {
  color: var(--bba-cpl-ink);
  background: var(--bba-cpl-gold);
  box-shadow: 0 14px 36px rgba(237, 166, 83, 0.22);
}

#bba-cpl-page .bba-cpl__button--gold:hover {
  color: var(--bba-cpl-ink);
  background: #f6b867;
  box-shadow: 0 18px 42px rgba(237, 166, 83, 0.3);
}

#bba-cpl-page .bba-cpl__button--ghost {
  color: var(--bba-cpl-white);
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.045);
}

#bba-cpl-page .bba-cpl__button--ghost:hover {
  color: var(--bba-cpl-white);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.09);
}

#bba-cpl-page .bba-cpl__button--dark {
  color: var(--bba-cpl-white);
  border-color: var(--bba-cpl-brown);
  background: var(--bba-cpl-brown);
}

#bba-cpl-page .bba-cpl__button--dark:hover,
#bba-cpl-page .bba-cpl__button--dark:focus,
#bba-cpl-page .bba-cpl__button--dark:active {
  color: var(--bba-cpl-white);
  border-color: var(--bba-cpl-caramel);
  background: var(--bba-cpl-caramel);
}

#bba-cpl-page .bba-cpl__button--outline {
  color: var(--bba-cpl-ink);
  border-color: var(--bba-cpl-line);
  background: transparent;
}

#bba-cpl-page .bba-cpl__button--outline:hover {
  color: var(--bba-cpl-ink);
  border-color: var(--bba-cpl-brown);
  background: rgba(32, 21, 15, 0.04);
}

.bba-cpl__text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bba-cpl__text-link span {
  color: var(--bba-cpl-caramel);
  font-size: 19px;
  transition: transform 200ms ease;
}

.bba-cpl__text-link:hover span { transform: translate(3px, -3px); }


/* HERO */

.bba-cpl__hero {
  position: relative;
  min-height: min(860px, calc(100vh - 100px));
  padding: clamp(82px, 9vw, 132px) 0 clamp(76px, 8vw, 118px);
  overflow: hidden;
  color: var(--bba-cpl-white);
  background:
    radial-gradient(circle at 18% 18%, rgba(237, 166, 83, 0.11), transparent 32%),
    linear-gradient(135deg, #17100d 0%, var(--bba-cpl-brown) 54%, #2b1b12 100%);
}

.bba-cpl__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 88%);
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.bba-cpl__hero-glow {
  position: absolute;
  right: -18vw;
  bottom: -38vw;
  width: 68vw;
  height: 68vw;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(200, 117, 50, 0.23), rgba(200, 117, 50, 0) 66%);
  filter: blur(10px);
}

.bba-cpl__hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 610px;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: clamp(56px, 8vw, 126px);
}

.bba-cpl__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bba-cpl__breadcrumbs a { transition: color 180ms ease; }
.bba-cpl__breadcrumbs a:hover { color: var(--bba-cpl-gold); }
.bba-cpl__breadcrumbs [aria-current="page"] { color: rgba(255, 255, 255, 0.76); }

.bba-cpl__hero-copy h1 {
  max-width: 780px;
  margin: 0 0 28px;
  color: var(--bba-cpl-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(55px, 6.7vw, 94px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.bba-cpl__hero-copy h1 em {
  color: var(--bba-cpl-gold);
  font-weight: 400;
}

.bba-cpl__lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.71);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.72;
}

.bba-cpl__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 46px;
}

.bba-cpl__hero-facts {
  display: grid;
  max-width: 660px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  list-style: none;
}

.bba-cpl__hero-facts li {
  min-width: 0;
  padding: 25px 18px 0 0;
}

.bba-cpl__hero-facts li + li {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.bba-cpl__hero-facts strong {
  display: block;
  margin-bottom: 3px;
  color: var(--bba-cpl-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.bba-cpl__hero-facts span {
  display: block;
  color: rgba(255, 255, 255, 0.53);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bba-cpl__hero-visual {
  position: relative;
  display: flex;
  min-height: 600px;
  align-items: flex-end;
  justify-content: center;
}

.bba-cpl__hero-visual::before {
  content: "";
  position: absolute;
  inset: 8% 7% 2%;
  border: 1px solid rgba(237, 166, 83, 0.26);
  border-radius: 48% 48% 18px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
  box-shadow: inset 0 0 60px rgba(255, 255, 255, 0.025);
}

.bba-cpl__door-stage {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(430px, 92%);
  height: 590px;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.bba-cpl__door-stage img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 30px 35px rgba(0, 0, 0, 0.46));
  transform: scale(1.06);
}

.bba-cpl__door-shadow {
  position: absolute;
  right: 5%;
  bottom: 2.5%;
  left: 5%;
  z-index: 0;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  filter: blur(20px);
}

.bba-cpl__floating-note {
  position: absolute;
  z-index: 4;
  min-width: 210px;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  background: rgba(24, 15, 11, 0.77);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.bba-cpl__floating-note small {
  display: block;
  margin-bottom: 3px;
  color: var(--bba-cpl-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bba-cpl__floating-note strong {
  display: block;
  color: var(--bba-cpl-white);
  font-size: 13px;
}

.bba-cpl__floating-note--top { top: 12%; right: -4%; }
.bba-cpl__floating-note--bottom { bottom: 10%; left: -7%; }


/* STICKY IN-PAGE NAVIGATION */

.bba-cpl__section-nav {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--bba-cpl-line);
  background: rgba(255, 250, 244, 0.94);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.bba-cpl__section-nav .bba-cpl__shell {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 52px);
  overflow-x: auto;
  scrollbar-width: none;
}

.bba-cpl__section-nav .bba-cpl__shell::-webkit-scrollbar { display: none; }

.bba-cpl__section-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 21px 0 18px;
  color: var(--bba-cpl-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.bba-cpl__section-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--bba-cpl-caramel);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 190ms ease;
}

.bba-cpl__section-nav a:hover { color: var(--bba-cpl-ink); }
.bba-cpl__section-nav a:hover::after { transform: scaleX(1); }


/* INTRO + BENEFITS */

.bba-cpl__intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: end;
  gap: clamp(40px, 8vw, 118px);
  margin-bottom: clamp(48px, 6vw, 78px);
}

.bba-cpl__intro-grid .bba-cpl__section-head { margin-bottom: 0; }

.bba-cpl__intro-copy {
  padding-left: 32px;
  border-left: 1px solid rgba(32, 21, 15, 0.2);
}

.bba-cpl__intro-copy p {
  margin-bottom: 18px;
  color: var(--bba-cpl-muted);
  font-size: 17px;
  line-height: 1.8;
}

.bba-cpl__intro-copy p:last-child { margin-bottom: 0; }

.bba-cpl__benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bba-cpl__benefit {
  position: relative;
  min-height: 330px;
  padding: 32px 27px 28px;
  overflow: hidden;
  border: 1px solid rgba(32, 21, 15, 0.13);
  border-radius: var(--bba-cpl-radius);
  background: rgba(255, 255, 255, 0.52);
  transition: transform 240ms ease, border-color 240ms ease, background-color 240ms ease, box-shadow 240ms ease;
}

.bba-cpl__benefit::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(200, 117, 50, 0.08);
  transition: transform 260ms ease;
}

.bba-cpl__benefit:hover {
  z-index: 2;
  border-color: rgba(200, 117, 50, 0.35);
  background: var(--bba-cpl-white);
  box-shadow: 0 22px 54px rgba(32, 21, 15, 0.11);
  transform: translateY(-6px);
}

.bba-cpl__benefit:hover::after { transform: scale(1.35); }

.bba-cpl__benefit-number {
  display: block;
  margin-bottom: 26px;
  color: var(--bba-cpl-caramel);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.bba-cpl__benefit svg {
  width: 40px;
  height: 40px;
  margin-bottom: 28px;
  fill: none;
  stroke: var(--bba-cpl-caramel);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.bba-cpl__benefit h3 {
  margin-bottom: 13px;
  color: var(--bba-cpl-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.bba-cpl__benefit p {
  margin-bottom: 0;
  color: var(--bba-cpl-muted);
  font-size: 14px;
  line-height: 1.7;
}

.bba-cpl__use-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
  overflow: hidden;
  border-radius: var(--bba-cpl-radius-sm);
  color: var(--bba-cpl-white);
  background: var(--bba-cpl-brown);
}

.bba-cpl__use-strip div {
  padding: 23px 26px;
}

.bba-cpl__use-strip div + div { border-left: 1px solid var(--bba-cpl-light-line); }

.bba-cpl__use-strip small {
  display: block;
  margin-bottom: 4px;
  color: var(--bba-cpl-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bba-cpl__use-strip strong {
  display: block;
  font-size: 14px;
}


/* COMPARISON */

.bba-cpl__compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
}

.bba-cpl__compare-visual {
  position: relative;
  min-height: 600px;
}

.bba-cpl__compare-visual::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  bottom: 32px;
  left: 32px;
  border: 1px solid rgba(200, 117, 50, 0.35);
  border-radius: var(--bba-cpl-radius-lg);
}

.bba-cpl__compare-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 600px;
  border-radius: var(--bba-cpl-radius-lg);
  object-fit: cover;
  box-shadow: var(--bba-cpl-shadow);
}

.bba-cpl__compare-visual > span {
  position: absolute;
  right: -28px;
  bottom: 0;
  z-index: 2;
  max-width: 290px;
  padding: 17px 21px;
  border-radius: 12px;
  color: var(--bba-cpl-white);
  background: var(--bba-cpl-brown);
  box-shadow: 0 16px 45px rgba(32, 21, 15, 0.2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bba-cpl__compare-copy > p:not(.bba-cpl__eyebrow) {
  margin-bottom: 28px;
  color: var(--bba-cpl-muted);
  font-size: 17px;
  line-height: 1.8;
}

.bba-cpl__mini-compare {
  margin: 0 0 30px;
  border-top: 1px solid var(--bba-cpl-line);
}

.bba-cpl__mini-compare div {
  display: grid;
  grid-template-columns: minmax(110px, 0.38fr) 1fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--bba-cpl-line);
}

.bba-cpl__mini-compare dt {
  color: var(--bba-cpl-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bba-cpl__mini-compare dd {
  margin: 0;
  color: var(--bba-cpl-muted);
  font-size: 14px;
}


/* CATALOG */

.bba-cpl__catalog-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
  align-items: end;
  gap: clamp(45px, 8vw, 118px);
  margin-bottom: clamp(44px, 5vw, 68px);
}

.bba-cpl__catalog-head h2 { margin-bottom: 0; }

.bba-cpl__catalog-head > p {
  margin-bottom: 7px;
  color: var(--bba-cpl-muted);
  font-size: 16px;
  line-height: 1.75;
}

.bba-cpl__catalog {
  overflow: hidden;
  border: 1px solid rgba(32, 21, 15, 0.1);
  border-radius: var(--bba-cpl-radius-lg);
  background: var(--bba-cpl-white);
  box-shadow: var(--bba-cpl-shadow);
}

.bba-cpl__catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--bba-cpl-line);
  background: var(--bba-cpl-paper);
}

.bba-cpl__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bba-cpl__filters button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid rgba(32, 21, 15, 0.12);
  border-radius: 999px;
  cursor: pointer;
  color: var(--bba-cpl-muted);
  background: var(--bba-cpl-white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.035em;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.bba-cpl__filters button:hover { transform: translateY(-1px); }

.bba-cpl__filters button span {
  display: inline-flex;
  min-width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border-radius: 999px;
  color: var(--bba-cpl-muted);
  background: var(--bba-cpl-mist);
  font-size: 9px;
}

.bba-cpl__filters button.is-active {
  border-color: var(--bba-cpl-brown);
  color: var(--bba-cpl-white);
  background: var(--bba-cpl-brown);
}

.bba-cpl__filters button.is-active span {
  color: var(--bba-cpl-ink);
  background: var(--bba-cpl-gold);
}

.bba-cpl__search {
  display: flex;
  width: min(310px, 100%);
  min-height: 46px;
  flex: 0 0 310px;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  border: 1px solid rgba(32, 21, 15, 0.14);
  border-radius: 999px;
  background: var(--bba-cpl-white);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.bba-cpl__search:focus-within {
  border-color: rgba(200, 117, 50, 0.65);
  box-shadow: 0 0 0 4px rgba(200, 117, 50, 0.1);
}

.bba-cpl__search svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: var(--bba-cpl-muted);
  stroke-linecap: round;
  stroke-width: 1.7;
}

.bba-cpl__search input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: var(--bba-cpl-ink);
  background: transparent;
  font-size: 13px;
}

.bba-cpl__search input::placeholder { color: #9a918b; }

.bba-cpl__catalog-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 25px 0;
}

.bba-cpl__catalog-status p {
  margin-bottom: 0;
  color: var(--bba-cpl-muted);
  font-size: 12px;
}

.bba-cpl__catalog-status strong { color: var(--bba-cpl-ink); }
.bba-cpl__catalog-hint { text-align: right; }

.bba-cpl__product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 25px;
}

.bba-cpl__product {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(32, 21, 15, 0.11);
  border-radius: 17px;
  background: var(--bba-cpl-white);
  opacity: 0;
  transform: translateY(14px);
  animation: bbaCplCardIn 460ms cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
  animation-delay: var(--card-delay, 0ms);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.bba-cpl__product:hover {
  border-color: rgba(200, 117, 50, 0.35);
  box-shadow: 0 18px 38px rgba(32, 21, 15, 0.1);
  transform: translateY(-5px);
}

@keyframes bbaCplCardIn {
  to { opacity: 1; transform: translateY(0); }
}

#bba-cpl-page .bba-cpl__product-media,
#bba-cpl-page .bba-cpl__product-media:hover,
#bba-cpl-page .bba-cpl__product-media:focus,
#bba-cpl-page .bba-cpl__product-media:active {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  padding: 14px 14px 0;
  overflow: hidden;
  border: 0;
  cursor: zoom-in;
  color: var(--bba-cpl-ink);
  background:
    linear-gradient(180deg, rgba(240, 242, 241, 0.4), rgba(255, 255, 255, 0.9)),
    repeating-linear-gradient(90deg, transparent 0 26px, rgba(32, 21, 15, 0.025) 26px 27px);
  box-shadow: none;
  transform: none;
}

.bba-cpl__product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transition: transform 300ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease;
}

.bba-cpl__product:hover .bba-cpl__product-media img {
  filter: drop-shadow(0 15px 15px rgba(32, 21, 15, 0.12));
  transform: scale(1.035);
}

.bba-cpl__product-zoom {
  position: absolute;
  top: 13px;
  right: 13px;
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(32, 21, 15, 0.1);
  border-radius: 50%;
  color: var(--bba-cpl-ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(32, 21, 15, 0.08);
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.bba-cpl__product:hover .bba-cpl__product-zoom,
.bba-cpl__product-media:focus-visible .bba-cpl__product-zoom {
  opacity: 1;
  transform: translateY(0);
}

.bba-cpl__product-zoom svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.6;
}

.bba-cpl__product-zoom > span {
  width: 100%;
  padding: 7px;
  color: var(--bba-cpl-muted);
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
}

.bba-cpl__product.has-image-error .bba-cpl__product-media { cursor: default; }
.bba-cpl__product.has-image-error .bba-cpl__product-zoom {
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
  transform: none;
}

.bba-cpl__product figcaption {
  min-height: 83px;
  padding: 17px 18px 18px;
  border-top: 1px solid rgba(32, 21, 15, 0.08);
}

.bba-cpl__product figcaption span {
  display: block;
  margin-bottom: 5px;
  color: var(--bba-cpl-caramel);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bba-cpl__product figcaption strong {
  display: block;
  overflow: hidden;
  color: var(--bba-cpl-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bba-cpl__catalog-empty {
  margin: 25px;
  padding: 54px 24px;
  border: 1px dashed rgba(32, 21, 15, 0.22);
  border-radius: 18px;
  color: var(--bba-cpl-muted);
  background: var(--bba-cpl-paper);
  text-align: center;
}

.bba-cpl__catalog-empty strong,
.bba-cpl__catalog-empty span { display: block; }
.bba-cpl__catalog-empty strong { margin-bottom: 5px; color: var(--bba-cpl-ink); }
.bba-cpl__catalog-empty span { font-size: 13px; }

.bba-cpl__catalog-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 4px 25px 32px;
}

.bba-cpl__catalog-actions [hidden] { display: none !important; }


/* CUSTOMIZATION */

.bba-cpl__custom-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--bba-cpl-light-line);
  border-radius: var(--bba-cpl-radius);
  background: var(--bba-cpl-light-line);
}

.bba-cpl__custom-card {
  min-height: 330px;
  padding: 34px 28px;
  color: var(--bba-cpl-white);
  background: var(--bba-cpl-brown-2);
  transition: background-color 230ms ease;
}

.bba-cpl__custom-card:hover { background: var(--bba-cpl-brown-3); }

.bba-cpl__custom-card > span {
  display: block;
  margin-bottom: 57px;
  color: var(--bba-cpl-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.bba-cpl__custom-card h3 {
  margin-bottom: 14px;
  color: var(--bba-cpl-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.bba-cpl__custom-card p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.bba-cpl__custom-card small {
  display: block;
  padding-top: 18px;
  border-top: 1px solid var(--bba-cpl-light-line);
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  line-height: 1.55;
}

.bba-cpl__designer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 38px 42px;
  margin-top: 18px;
  border: 1px solid rgba(237, 166, 83, 0.3);
  border-radius: var(--bba-cpl-radius);
  background: linear-gradient(110deg, rgba(237, 166, 83, 0.1), rgba(255, 255, 255, 0.035));
}

.bba-cpl__designer .bba-cpl__eyebrow { margin-bottom: 11px; }

.bba-cpl__designer h3 {
  margin-bottom: 7px;
  color: var(--bba-cpl-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
}

.bba-cpl__designer p:not(.bba-cpl__eyebrow) {
  max-width: 670px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}


/* CORE / CONSTRUCTION */

.bba-cpl__construction-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  align-items: end;
  gap: clamp(40px, 8vw, 112px);
}

.bba-cpl__construction-note {
  padding: 23px 25px;
  margin-bottom: clamp(46px, 5vw, 72px);
  border-left: 3px solid var(--bba-cpl-caramel);
  color: var(--bba-cpl-muted);
  background: var(--bba-cpl-cream);
}

.bba-cpl__construction-note strong {
  display: block;
  margin-bottom: 5px;
  color: var(--bba-cpl-ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bba-cpl__construction-note p { margin-bottom: 0; font-size: 13px; line-height: 1.6; }

.bba-cpl__core-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bba-cpl__core-card {
  display: grid;
  min-height: 280px;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--bba-cpl-line);
  border-radius: var(--bba-cpl-radius);
  background: var(--bba-cpl-white);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.bba-cpl__core-card:hover {
  border-color: rgba(200, 117, 50, 0.35);
  box-shadow: 0 18px 44px rgba(32, 21, 15, 0.08);
  transform: translateY(-4px);
}

.bba-cpl__core-card > img {
  width: 190px;
  height: 170px;
  border-radius: 13px;
  object-fit: cover;
  background: var(--bba-cpl-mist);
}

.bba-cpl__core-card div > span {
  display: block;
  margin-bottom: 9px;
  color: var(--bba-cpl-caramel);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bba-cpl__core-card h3 {
  margin-bottom: 10px;
  color: var(--bba-cpl-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.bba-cpl__core-card p {
  margin-bottom: 14px;
  color: var(--bba-cpl-muted);
  font-size: 13px;
  line-height: 1.65;
}

.bba-cpl__core-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.bba-cpl__core-card li {
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--bba-cpl-muted);
  background: var(--bba-cpl-mist);
  font-size: 9px;
  font-weight: 700;
}


/* MEASUREMENT */

.bba-cpl__measure-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(55px, 9vw, 132px);
}

.bba-cpl__measure-copy > p:not(.bba-cpl__eyebrow) {
  margin-bottom: 30px;
  color: var(--bba-cpl-muted);
  font-size: 17px;
  line-height: 1.78;
}

.bba-cpl__measure-list {
  padding: 0;
  margin: 0 0 34px;
  list-style: none;
}

.bba-cpl__measure-list li {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 15px 0;
  border-bottom: 1px solid var(--bba-cpl-line);
}

.bba-cpl__measure-list li:first-child { border-top: 1px solid var(--bba-cpl-line); }

.bba-cpl__measure-list li > span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--bba-cpl-caramel);
  background: var(--bba-cpl-cream);
  font-size: 9px;
  font-weight: 800;
}

.bba-cpl__measure-list strong,
.bba-cpl__measure-list small { display: block; }
.bba-cpl__measure-list strong { color: var(--bba-cpl-ink); font-size: 13px; }
.bba-cpl__measure-list small { color: var(--bba-cpl-muted); font-size: 11px; }

.bba-cpl__measure-panel {
  overflow: hidden;
  border-radius: var(--bba-cpl-radius-lg);
  color: var(--bba-cpl-white);
  background: var(--bba-cpl-brown);
  box-shadow: var(--bba-cpl-shadow-strong);
}

.bba-cpl__measure-door {
  position: relative;
  display: flex;
  min-height: 560px;
  align-items: center;
  justify-content: center;
  padding: 54px 70px 74px;
  background:
    radial-gradient(circle at 50% 46%, rgba(237, 166, 83, 0.12), transparent 42%),
    repeating-linear-gradient(90deg, transparent 0 70px, rgba(255, 255, 255, 0.018) 70px 71px);
}

.bba-cpl__measure-leaf {
  position: relative;
  width: 245px;
  height: 405px;
  border: 12px solid #674126;
  background: linear-gradient(100deg, #5b3822, #8e5b35 46%, #53301e);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.36), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.bba-cpl__measure-leaf::before,
.bba-cpl__measure-leaf::after {
  content: "";
  position: absolute;
  left: 13%;
  width: 74%;
  height: 28%;
  border: 1px solid rgba(237, 166, 83, 0.35);
  box-shadow: inset 0 0 0 7px rgba(32, 21, 15, 0.16);
}

.bba-cpl__measure-leaf::before { top: 12%; }
.bba-cpl__measure-leaf::after { bottom: 12%; }

.bba-cpl__measure-leaf > span {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 5px;
  border-radius: 999px;
  background: #c5a473;
}

.bba-cpl__measure-leaf > i {
  position: absolute;
  top: calc(50% - 3px);
  right: 35px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6bd96;
}

.bba-cpl__measure-width {
  position: absolute;
  right: 70px;
  bottom: 39px;
  left: 70px;
  height: 22px;
  border-right: 1px solid var(--bba-cpl-gold);
  border-left: 1px solid var(--bba-cpl-gold);
}

.bba-cpl__measure-width::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--bba-cpl-gold);
}

.bba-cpl__measure-width span {
  position: absolute;
  top: -7px;
  left: 50%;
  z-index: 1;
  padding: 2px 8px;
  color: var(--bba-cpl-gold);
  background: var(--bba-cpl-brown);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.bba-cpl__measure-height {
  position: absolute;
  top: 60px;
  bottom: 86px;
  left: 37px;
  width: 22px;
  border-top: 1px solid var(--bba-cpl-gold);
  border-bottom: 1px solid var(--bba-cpl-gold);
}

.bba-cpl__measure-height::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 1px;
  background: var(--bba-cpl-gold);
}

.bba-cpl__measure-height span {
  position: absolute;
  top: 50%;
  left: -61px;
  z-index: 1;
  width: 145px;
  padding: 2px 7px;
  color: var(--bba-cpl-gold);
  background: var(--bba-cpl-brown);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: center;
}

.bba-cpl__measure-caption {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 30px;
  padding: 27px 30px;
  border-top: 1px solid var(--bba-cpl-light-line);
  background: var(--bba-cpl-brown-2);
}

.bba-cpl__measure-caption span {
  color: var(--bba-cpl-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bba-cpl__measure-caption p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.65;
}


/* PROCESS */

.bba-cpl__process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--bba-cpl-line);
  border-radius: var(--bba-cpl-radius);
  background: rgba(255, 255, 255, 0.46);
  list-style: none;
}

.bba-cpl__process li {
  position: relative;
  min-height: 270px;
  padding: 33px 28px;
}

.bba-cpl__process li + li { border-left: 1px solid var(--bba-cpl-line); }

.bba-cpl__process li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 42px;
  right: -11px;
  z-index: 2;
  display: flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--bba-cpl-caramel);
  background: var(--bba-cpl-cream);
  font-size: 12px;
}

.bba-cpl__process li > span {
  display: block;
  margin-bottom: 55px;
  color: var(--bba-cpl-caramel);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.bba-cpl__process h3 {
  margin-bottom: 12px;
  color: var(--bba-cpl-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.bba-cpl__process p {
  margin-bottom: 0;
  color: var(--bba-cpl-muted);
  font-size: 13px;
  line-height: 1.7;
}


/* FAQ */

.bba-cpl__faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  align-items: start;
  gap: clamp(55px, 9vw, 130px);
}

.bba-cpl__faq-intro {
  position: sticky;
  top: 105px;
}

.bba-cpl__faq-intro > p:not(.bba-cpl__eyebrow) {
  margin-bottom: 27px;
  color: var(--bba-cpl-muted);
  font-size: 16px;
  line-height: 1.75;
}

.bba-cpl__faq-list details {
  border-bottom: 1px solid var(--bba-cpl-line);
}

.bba-cpl__faq-list details:first-child { border-top: 1px solid var(--bba-cpl-line); }

.bba-cpl__faq-list summary {
  position: relative;
  padding: 25px 52px 25px 0;
  cursor: pointer;
  color: var(--bba-cpl-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.26;
  list-style: none;
}

.bba-cpl__faq-list summary::-webkit-details-marker { display: none; }

.bba-cpl__faq-list summary span {
  position: absolute;
  top: 28px;
  right: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid var(--bba-cpl-line);
  border-radius: 50%;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.bba-cpl__faq-list summary span::before,
.bba-cpl__faq-list summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  background: var(--bba-cpl-caramel);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.bba-cpl__faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }

.bba-cpl__faq-list details[open] summary span {
  border-color: var(--bba-cpl-caramel);
  background: var(--bba-cpl-caramel);
}

.bba-cpl__faq-list details[open] summary span::before,
.bba-cpl__faq-list details[open] summary span::after { background: var(--bba-cpl-white); }
.bba-cpl__faq-list details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }

.bba-cpl__faq-list details > p {
  max-width: 720px;
  padding: 0 52px 26px 0;
  margin-bottom: 0;
  color: var(--bba-cpl-muted);
  font-size: 15px;
  line-height: 1.78;
}


/* CLOSING CTA */

.bba-cpl__closing {
  position: relative;
  padding: clamp(76px, 8vw, 120px) 0;
  overflow: hidden;
  color: var(--bba-cpl-white);
  background: var(--bba-cpl-brown);
}

.bba-cpl__closing-pattern {
  position: absolute;
  top: -210px;
  right: -130px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(237, 166, 83, 0.16);
  border-radius: 50%;
}

.bba-cpl__closing-pattern::before,
.bba-cpl__closing-pattern::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(237, 166, 83, 0.12);
  border-radius: 50%;
}

.bba-cpl__closing-pattern::before { inset: 75px; }
.bba-cpl__closing-pattern::after { inset: 150px; }

.bba-cpl__closing-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(50px, 8vw, 120px);
}

.bba-cpl__closing h2 {
  max-width: 780px;
  margin-bottom: 22px;
}

.bba-cpl__closing p:not(.bba-cpl__eyebrow) {
  max-width: 690px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 17px;
  line-height: 1.72;
}

.bba-cpl__closing-actions {
  display: flex;
  min-width: 255px;
  flex-direction: column;
  align-items: stretch;
  gap: 19px;
}

.bba-cpl__closing-links {
  display: grid;
  gap: 8px;
}

.bba-cpl__closing-links a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: rgba(237, 166, 83, 0.35);
  text-underline-offset: 4px;
  transition: color 180ms ease;
}

.bba-cpl__closing-links a:hover { color: var(--bba-cpl-gold); }


/* LIGHTBOX */

.bba-cpl__lightbox[hidden] { display: none !important; }

.bba-cpl__lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 86px;
  color: var(--bba-cpl-white);
  background: rgba(15, 9, 6, 0.92);
  opacity: 0;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: opacity 220ms ease;
}

.bba-cpl__lightbox.is-open { opacity: 1; }

.bba-cpl__lightbox figure {
  display: grid;
  width: min(820px, 84vw);
  max-height: 88vh;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: var(--bba-cpl-white);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.5);
  transform: scale(0.96) translateY(12px);
  transition: transform 260ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.bba-cpl__lightbox.is-open figure { transform: scale(1) translateY(0); }

.bba-cpl__lightbox-media {
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 25px;
  overflow: hidden;
  background: linear-gradient(160deg, #f2f3f2, #ffffff);
}

.bba-cpl__lightbox-media img {
  width: 100%;
  height: min(68vh, 740px);
  object-fit: contain;
}

.bba-cpl__lightbox figcaption {
  padding: 18px 24px 20px;
  color: var(--bba-cpl-ink);
  border-top: 1px solid var(--bba-cpl-line);
  background: var(--bba-cpl-paper);
  text-align: center;
}

.bba-cpl__lightbox figcaption span {
  display: block;
  margin-bottom: 3px;
  color: var(--bba-cpl-caramel);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bba-cpl__lightbox figcaption strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.bba-cpl__lightbox-close {
  position: absolute;
  top: 24px;
  right: 25px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.06);
  transition: background-color 180ms ease, transform 180ms ease;
}

.bba-cpl__lightbox-close:hover { background: rgba(255, 255, 255, 0.14); transform: rotate(4deg); }

.bba-cpl__lightbox-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: var(--bba-cpl-white);
  transform: translate(-50%, -50%) rotate(45deg);
}

.bba-cpl__lightbox-close span + span { transform: translate(-50%, -50%) rotate(-45deg); }

.bba-cpl__lightbox-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 0 4px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  cursor: pointer;
  color: var(--bba-cpl-white);
  background: rgba(255, 255, 255, 0.06);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background-color 180ms ease, border-color 180ms ease;
}

.bba-cpl__lightbox-arrow:hover {
  border-color: var(--bba-cpl-gold);
  background: rgba(237, 166, 83, 0.18);
}

.bba-cpl__lightbox-arrow--prev { left: 22px; }
.bba-cpl__lightbox-arrow--next { right: 22px; }

.bba-cpl-lightbox-open { overflow: hidden !important; }

.bba-cpl__toast[hidden] { display: none !important; }


/* REVEAL */

.bba-cpl-reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 650ms cubic-bezier(0.2, 0.72, 0.2, 1), transform 650ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.bba-cpl-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* TABLET */

@media (max-width: 1120px) {
  .bba-cpl__hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.76fr);
    gap: 44px;
  }

  .bba-cpl__hero-visual { min-height: 540px; }
  .bba-cpl__door-stage { height: 530px; }
  .bba-cpl__floating-note--top { right: 0; }
  .bba-cpl__floating-note--bottom { left: 0; }

  .bba-cpl__benefit-grid,
  .bba-cpl__custom-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .bba-cpl__custom-card:nth-child(n + 3) { border-top: 1px solid var(--bba-cpl-light-line); }

  .bba-cpl__product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .bba-cpl__catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .bba-cpl__search { width: 100%; flex-basis: auto; }

  .bba-cpl__core-card {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 20px;
  }

  .bba-cpl__core-card > img { width: 150px; height: 145px; }

  .bba-cpl__process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bba-cpl__process li:nth-child(3) { border-left: 0; border-top: 1px solid var(--bba-cpl-line); }
  .bba-cpl__process li:nth-child(4) { border-top: 1px solid var(--bba-cpl-line); }
  .bba-cpl__process li:nth-child(2)::after { display: none; }
}


@media (max-width: 900px) {
  .bba-cpl__hero {
    min-height: auto;
    padding-top: 78px;
  }

  .bba-cpl__hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .bba-cpl__hero-copy { max-width: 760px; }
  .bba-cpl__hero-visual { min-height: 600px; max-width: 590px; margin-inline: auto; }
  .bba-cpl__door-stage { height: 590px; }

  .bba-cpl__intro-grid,
  .bba-cpl__compare-grid,
  .bba-cpl__catalog-head,
  .bba-cpl__construction-intro,
  .bba-cpl__measure-grid,
  .bba-cpl__faq-grid,
  .bba-cpl__closing-grid {
    grid-template-columns: 1fr;
  }

  .bba-cpl__intro-copy { padding: 24px 0 0; border-top: 1px solid var(--bba-cpl-line); border-left: 0; }
  .bba-cpl__catalog-head { gap: 20px; }
  .bba-cpl__catalog-head > p { max-width: 700px; }

  .bba-cpl__compare-visual { min-height: 520px; }
  .bba-cpl__compare-visual img { height: 520px; }
  .bba-cpl__compare-visual > span { right: 18px; }

  .bba-cpl__construction-note { margin-bottom: 0; }
  .bba-cpl__core-grid { margin-top: 34px; }

  .bba-cpl__measure-grid { gap: 58px; }
  .bba-cpl__measure-copy { max-width: 740px; }
  .bba-cpl__measure-panel { width: min(620px, 100%); margin-inline: auto; }

  .bba-cpl__faq-intro { position: static; }
  .bba-cpl__faq-intro > p:not(.bba-cpl__eyebrow) { max-width: 620px; }

  .bba-cpl__closing-grid { align-items: start; }
  .bba-cpl__closing-actions { width: min(330px, 100%); }
}


/* MOBILE */

@media (max-width: 700px) {
  .bba-cpl__shell { width: min(100% - 30px, var(--bba-cpl-shell)); }

  .bba-cpl__section {
    padding: 72px 0;
    scroll-margin-top: 74px;
  }

  .bba-cpl__section h2,
  .bba-cpl__closing h2,
  .bba-cpl__faq-intro h2,
  .bba-cpl__measure-copy h2,
  .bba-cpl__compare-copy h2,
  .bba-cpl__catalog-head h2 {
    font-size: clamp(38px, 12vw, 55px);
    line-height: 1;
  }

  .bba-cpl__eyebrow {
    margin-bottom: 17px;
    font-size: 10px;
    letter-spacing: 0.13em;
  }

  .bba-cpl__hero {
    padding: 58px 0 66px;
  }

  .bba-cpl__breadcrumbs { margin-bottom: 30px; font-size: 9px; }

  .bba-cpl__hero-copy h1 {
    font-size: clamp(49px, 15vw, 72px);
    line-height: 0.94;
  }

  .bba-cpl__lead { font-size: 16px; }

  .bba-cpl__hero-actions { align-items: stretch; flex-direction: column; }
  .bba-cpl__hero-actions .bba-cpl__button { width: 100%; }

  .bba-cpl__hero-facts li { padding: 21px 9px 0 0; }
  .bba-cpl__hero-facts li + li { padding-left: 12px; }
  .bba-cpl__hero-facts strong { font-size: 21px; }
  .bba-cpl__hero-facts span { font-size: 8px; letter-spacing: 0.05em; }

  .bba-cpl__hero-visual { min-height: 470px; }
  .bba-cpl__door-stage { height: 465px; }
  .bba-cpl__hero-visual::before { inset: 8% 3% 2%; }
  .bba-cpl__floating-note { min-width: 176px; padding: 13px 15px; }
  .bba-cpl__floating-note strong { font-size: 11px; }
  .bba-cpl__floating-note--top { top: 10%; right: 0; }
  .bba-cpl__floating-note--bottom { bottom: 5%; left: 0; }

  .bba-cpl__section-nav .bba-cpl__shell {
    width: 100%;
    min-height: 54px;
    justify-content: flex-start;
    gap: 24px;
    padding: 0 15px;
  }

  .bba-cpl__section-nav a { padding: 18px 0 15px; font-size: 9px; }

  .bba-cpl__section-head { margin-bottom: 38px; }
  .bba-cpl__section-head > p:last-child,
  .bba-cpl__section-head--light > p:last-child { font-size: 15px; }

  .bba-cpl__benefit-grid,
  .bba-cpl__custom-grid,
  .bba-cpl__use-strip,
  .bba-cpl__core-grid,
  .bba-cpl__process {
    grid-template-columns: 1fr;
  }

  .bba-cpl__benefit { min-height: auto; padding: 28px 24px; }
  .bba-cpl__benefit-number { margin-bottom: 20px; }
  .bba-cpl__benefit svg { margin-bottom: 20px; }

  .bba-cpl__use-strip div + div { border-top: 1px solid var(--bba-cpl-light-line); border-left: 0; }

  .bba-cpl__compare-visual { min-height: 410px; }
  .bba-cpl__compare-visual img { height: 410px; border-radius: 24px; }
  .bba-cpl__compare-visual::before { top: -10px; right: -8px; bottom: 18px; left: 18px; border-radius: 24px; }
  .bba-cpl__compare-visual > span { right: 8px; bottom: -12px; max-width: 230px; padding: 13px 16px; font-size: 9px; }

  .bba-cpl__mini-compare div { grid-template-columns: 100px 1fr; gap: 13px; }

  .bba-cpl__catalog { border-radius: 22px; }
  .bba-cpl__catalog-toolbar { padding: 16px; }
  .bba-cpl__filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
  .bba-cpl__filters::-webkit-scrollbar { display: none; }
  .bba-cpl__filters button { flex: 0 0 auto; }

  .bba-cpl__catalog-status { align-items: flex-start; padding: 16px 16px 0; }
  .bba-cpl__catalog-hint { display: none; }

  .bba-cpl__product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; padding: 16px; }
  .bba-cpl__product-media { height: 225px; padding: 9px 7px 0; }
  .bba-cpl__product-zoom { display: none; }
  .bba-cpl__product figcaption { min-height: 72px; padding: 13px 12px; }
  .bba-cpl__product figcaption span { font-size: 7px; }
  .bba-cpl__product figcaption strong { font-size: 15px; }
  .bba-cpl__catalog-actions { align-items: stretch; flex-direction: column; padding: 3px 16px 24px; }
  .bba-cpl__catalog-actions .bba-cpl__button { width: 100%; }

  .bba-cpl__custom-card { min-height: auto; padding: 28px 24px; }
  .bba-cpl__custom-card + .bba-cpl__custom-card { border-top: 1px solid var(--bba-cpl-light-line); }
  .bba-cpl__custom-card > span { margin-bottom: 30px; }

  .bba-cpl__designer { align-items: stretch; flex-direction: column; padding: 28px 24px; }
  .bba-cpl__designer .bba-cpl__button { width: 100%; }

  .bba-cpl__construction-intro { gap: 0; }
  .bba-cpl__core-card {
    min-height: auto;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 16px;
    padding: 19px;
  }
  .bba-cpl__core-card > img { width: 105px; height: 115px; }
  .bba-cpl__core-card h3 { font-size: 22px; }
  .bba-cpl__core-card p { font-size: 12px; }
  .bba-cpl__core-card ul { display: none; }

  .bba-cpl__measure-door { min-height: 460px; padding: 46px 55px 68px; }
  .bba-cpl__measure-leaf { width: 190px; height: 325px; border-width: 9px; }
  .bba-cpl__measure-width { right: 49px; left: 49px; }
  .bba-cpl__measure-height { top: 48px; bottom: 80px; left: 22px; }
  .bba-cpl__measure-height span { left: -61px; }
  .bba-cpl__measure-caption { grid-template-columns: 1fr; gap: 8px; padding: 22px; }

  .bba-cpl__process li { min-height: auto; padding: 28px 24px; }
  .bba-cpl__process li + li { border-top: 1px solid var(--bba-cpl-line); border-left: 0; }
  .bba-cpl__process li:not(:last-child)::after { display: none; }
  .bba-cpl__process li > span { margin-bottom: 25px; }

  .bba-cpl__faq-list summary { padding: 21px 43px 21px 0; font-size: 19px; }
  .bba-cpl__faq-list summary span { top: 22px; right: 0; }
  .bba-cpl__faq-list details > p { padding-right: 32px; font-size: 14px; }

  .bba-cpl__closing { padding: 72px 0; }
  .bba-cpl__closing-actions { width: 100%; }
  .bba-cpl__closing-actions .bba-cpl__button { width: 100%; }

  .bba-cpl__lightbox { padding: 72px 14px 20px; }
  .bba-cpl__lightbox figure { width: 100%; max-height: 82vh; border-radius: 17px; }
  .bba-cpl__lightbox-media { padding: 14px; }
  .bba-cpl__lightbox-media img { height: min(62vh, 590px); }
  .bba-cpl__lightbox-close { top: 15px; right: 15px; }
  .bba-cpl__lightbox-arrow { top: auto; bottom: 29px; z-index: 2; width: 42px; height: 42px; background: rgba(32, 21, 15, 0.8); transform: none; }
  .bba-cpl__lightbox-arrow--prev { left: 25px; }
  .bba-cpl__lightbox-arrow--next { right: 25px; }
  .bba-cpl__lightbox figcaption { padding: 15px 65px 18px; }
  .bba-cpl__lightbox figcaption strong { font-size: 20px; }
}


@media (max-width: 420px) {
  .bba-cpl__shell { width: calc(100% - 24px); }
  .bba-cpl__hero-copy h1 { font-size: 45px; }
  .bba-cpl__hero-facts { grid-template-columns: 1fr 1fr; }
  .bba-cpl__hero-facts li:nth-child(3) { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
  .bba-cpl__hero-visual { min-height: 430px; }
  .bba-cpl__door-stage { height: 425px; }
  .bba-cpl__floating-note { min-width: 152px; }
  .bba-cpl__floating-note strong { font-size: 10px; }
  .bba-cpl__product-media { height: 195px; }
  .bba-cpl__core-card { grid-template-columns: 1fr; }
  .bba-cpl__core-card > img { width: 100%; height: 105px; }
  .bba-cpl__measure-door { min-height: 420px; padding-inline: 40px; }
}


/* ACCESSIBILITY + PRINT */

@media (prefers-reduced-motion: reduce) {
  #bba-cpl-page *,
  #bba-cpl-page *::before,
  #bba-cpl-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .bba-cpl-reveal,
  .bba-cpl__product {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media print {
  #bba-cpl-page {
    width: 100%;
    margin: 0;
    overflow: visible;
    color: #000;
    background: #fff;
  }

  .bba-cpl__hero,
  .bba-cpl__section--dark,
  .bba-cpl__closing { color: #000; background: #fff; }

  .bba-cpl__section-nav,
  .bba-cpl__hero-actions,
  .bba-cpl__catalog-toolbar,
  .bba-cpl__catalog-actions,
  .bba-cpl__designer,
  .bba-cpl__closing-actions,
  .bba-cpl__lightbox { display: none !important; }

  .bba-cpl-reveal,
  .bba-cpl__product { opacity: 1 !important; transform: none !important; }
}/* End custom CSS */