.elementor-813 .elementor-element.elementor-element-55e743e{--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-3f77ccb *//* =========================================================
   BB-AJTÓABLAK — SZABVÁNY DEKOR ÉS CPL BELTÉRI AJTÓK
   Teljes Elementor oldalstílus
   Minden szelektor a #bba-sdc-page elemre van korlátozva.
   ========================================================= */

#bba-sdc-page {
  --bba-ink: #17120f;
  --bba-brown: #211610;
  --bba-brown-2: #2d1d14;
  --bba-caramel: #c87532;
  --bba-gold: #eda653;
  --bba-cream: #f5ede3;
  --bba-paper: #fffaf4;
  --bba-mist: #f1f3f2;
  --bba-white: #ffffff;
  --bba-muted: #6f655f;
  --bba-line: rgba(33, 22, 16, 0.14);
  --bba-line-light: rgba(255, 255, 255, 0.16);
  --bba-shadow: 0 24px 70px rgba(34, 23, 17, 0.12);
  --bba-radius-sm: 12px;
  --bba-radius: 22px;
  --bba-radius-lg: 34px;
  --bba-shell: 1240px;

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

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

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

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

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

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

#bba-sdc-page button {
  font: inherit;
}

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

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

.bba-sdc__section {
  position: relative;
  padding: clamp(84px, 9vw, 144px) 0;
}

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


/* TYPOGRAPHY */

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

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

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

.bba-sdc__section h2,
.bba-sdc__closing h2,
.bba-sdc__construction-copy h2,
.bba-sdc__faq-intro h2 {
  margin-bottom: 24px;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.1vw, 72px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.bba-sdc__section-head {
  max-width: 780px;
  margin-bottom: clamp(44px, 5vw, 72px);
}

.bba-sdc__section-head > p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--bba-muted);
  font-size: 18px;
  line-height: 1.75;
}

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

.bba-sdc__index {
  display: block;
  margin-bottom: 15px;
  color: var(--bba-caramel);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
}


/* BUTTONS */

.bba-sdc__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;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.15;
  text-transform: uppercase;
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

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

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

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

.bba-sdc__button--primary:hover {
  background: #f6b867;
  box-shadow: 0 18px 42px rgba(237, 166, 83, 0.32);
}

.bba-sdc__button--ghost {
  color: var(--bba-white);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.04);
}

.bba-sdc__button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.09);
}

.bba-sdc__button--dark {
  color: var(--bba-white);
  background: var(--bba-brown);
}

.bba-sdc__button--dark:hover { background: var(--bba-caramel); }

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

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

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


/* HERO */

.bba-sdc__hero {
  position: relative;
  display: flex;
  min-height: min(850px, calc(100svh - 35px));
  align-items: center;
  padding: clamp(92px, 10vw, 150px) 0 110px;
  overflow: hidden;
  color: var(--bba-white);
  background:
    linear-gradient(110deg, rgba(23, 15, 11, 0.99) 0%, rgba(31, 19, 13, 0.98) 50%, rgba(47, 28, 17, 0.96) 100%);
}

.bba-sdc__hero::before,
.bba-sdc__hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.bba-sdc__hero::before {
  inset: 0;
  opacity: 0.19;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,0.6), transparent 72%);
}

.bba-sdc__hero::after {
  right: -160px;
  bottom: -290px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(237, 166, 83, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(237, 166, 83, 0.025), 0 0 0 180px rgba(237, 166, 83, 0.018);
}

.bba-sdc__hero-glow {
  position: absolute;
  top: -220px;
  left: 46%;
  width: 740px;
  height: 740px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 117, 50, 0.17), transparent 69%);
  pointer-events: none;
}

.bba-sdc__hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.78fr);
  gap: clamp(64px, 8vw, 130px);
  align-items: center;
}

.bba-sdc__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 44px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.bba-sdc__breadcrumbs a { transition: color 180ms ease; }
.bba-sdc__breadcrumbs a:hover { color: var(--bba-gold); }

.bba-sdc__hero h1 {
  max-width: 790px;
  margin-bottom: 30px;
  color: var(--bba-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.2vw, 96px);
  font-weight: 400;
  letter-spacing: -0.058em;
  line-height: 0.9;
}

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

.bba-sdc__lead {
  max-width: 650px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.71);
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.75;
}

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

.bba-sdc__hero-facts {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bba-sdc__hero-facts li {
  display: flex;
  min-width: 130px;
  flex-direction: column;
  padding-right: 28px;
}

.bba-sdc__hero-facts li + li {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.bba-sdc__hero-facts strong {
  color: var(--bba-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.bba-sdc__hero-facts span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bba-sdc__hero-visual {
  position: relative;
  min-height: 620px;
}

.bba-sdc__hero-frame {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 510px);
  height: 590px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 220px 220px 24px 24px;
  background: #3b291e;
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.34);
}

.bba-sdc__hero-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(21, 13, 9, 0.06), rgba(21, 13, 9, 0.22));
  pointer-events: none;
}

.bba-sdc__hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(0.8) sepia(0.11) contrast(1.04);
}

.bba-sdc__hero-card {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 250px;
  min-height: 92px;
  align-items: center;
  gap: 17px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.bba-sdc__hero-card--decor {
  bottom: 79px;
  left: -58px;
  background: rgba(255, 250, 244, 0.93);
  color: var(--bba-ink);
}

.bba-sdc__hero-card--cpl {
  right: -40px;
  bottom: 1px;
  background: rgba(35, 21, 14, 0.91);
  color: var(--bba-white);
}

.bba-sdc__hero-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--bba-gold);
  border: 1px solid rgba(200, 117, 50, 0.42);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
}

.bba-sdc__hero-card div { display: flex; flex-direction: column; }
.bba-sdc__hero-card small { margin-bottom: 4px; color: currentColor; opacity: 0.58; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.bba-sdc__hero-card strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; line-height: 1.15; }


/* SECTION NAV */

.bba-sdc__section-nav {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--bba-line);
  background: rgba(255, 250, 244, 0.97);
}

.bba-sdc__section-nav .bba-sdc__shell {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.bba-sdc__section-nav .bba-sdc__shell::-webkit-scrollbar { display: none; }

.bba-sdc__section-nav a {
  position: relative;
  display: flex;
  min-height: 70px;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 25px;
  color: var(--bba-muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.bba-sdc__section-nav a:first-child { padding-left: 0; }
.bba-sdc__section-nav a:hover { color: var(--bba-caramel); }

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

.bba-sdc__section-nav a:hover::after { transform: scaleX(1); }
.bba-sdc__section-nav a:first-child::after { left: 0; }


/* CHOICE CARDS */

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

.bba-sdc__choice-card {
  position: relative;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: clamp(34px, 4vw, 58px);
  overflow: hidden;
  border: 1px solid var(--bba-line);
  border-radius: var(--bba-radius-lg);
}

.bba-sdc__choice-card::after {
  position: absolute;
  right: -135px;
  bottom: -135px;
  width: 330px;
  height: 330px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.06;
  box-shadow: 0 0 0 55px currentColor, 0 0 0 110px currentColor;
  pointer-events: none;
}

.bba-sdc__choice-card--light { background: var(--bba-paper); }
.bba-sdc__choice-card--dark { border-color: var(--bba-brown); background: var(--bba-brown); color: var(--bba-white); }

.bba-sdc__choice-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 58px;
}

.bba-sdc__choice-number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--bba-caramel);
  font-size: 11px;
  font-weight: 800;
}

.bba-sdc__choice-tag {
  padding: 8px 12px;
  border: 1px solid var(--bba-line);
  border-radius: 999px;
  color: var(--bba-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.bba-sdc__choice-card--dark .bba-sdc__choice-tag { color: rgba(255,255,255,0.62); border-color: var(--bba-line-light); }

.bba-sdc__choice-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.bba-sdc__choice-card > p {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin-bottom: 30px;
  color: var(--bba-muted);
}

.bba-sdc__choice-card--dark > p { color: rgba(255,255,255,0.67); }

.bba-sdc__check-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 11px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.bba-sdc__check-list li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}

.bba-sdc__check-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--bba-caramel);
  border-left: 2px solid var(--bba-caramel);
  content: "";
  transform: rotate(-45deg);
}

.bba-sdc__choice-card .bba-sdc__text-link { position: relative; z-index: 1; margin-top: auto; }

.bba-sdc__compare-wrap {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--bba-line);
  border-radius: var(--bba-radius);
  background: rgba(255,255,255,0.5);
}

.bba-sdc__compare-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border-right: 1px solid var(--bba-line);
  background: rgba(255,255,255,0.42);
}

.bba-sdc__compare-intro span { color: var(--bba-caramel); font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.bba-sdc__compare-intro strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; line-height: 1.15; }
.bba-sdc__compare-scroll { min-width: 0; overflow-x: auto; }
.bba-sdc__compare-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.bba-sdc__compare-table th,
.bba-sdc__compare-table td { padding: 18px 22px; border-bottom: 1px solid var(--bba-line); text-align: left; vertical-align: top; }
.bba-sdc__compare-table tr:last-child th,
.bba-sdc__compare-table tr:last-child td { border-bottom: 0; }
.bba-sdc__compare-table thead th { color: var(--bba-muted); font-size: 10px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.bba-sdc__compare-table tbody th { width: 27%; color: var(--bba-muted); font-size: 12px; font-weight: 700; }
.bba-sdc__compare-table tbody td { font-size: 14px; font-weight: 650; }
.bba-sdc__compare-table tbody td:last-child { color: #5f331b; background: rgba(200,117,50,0.05); }

.bba-sdc__fine-print { margin: 18px 0 0; color: var(--bba-muted); font-size: 12px; }


/* DECOR SECTION */

.bba-sdc__split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(50px, 9vw, 135px);
  align-items: start;
}

.bba-sdc__split--intro { margin-bottom: 70px; }

.bba-sdc__prose p {
  margin-bottom: 20px;
  color: var(--bba-muted);
  font-size: 17px;
  line-height: 1.8;
}

.bba-sdc__prose p:last-child { margin-bottom: 0; }
.bba-sdc__prose--light p { color: rgba(255,255,255,0.68); }

.bba-sdc__stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 95px;
  border-top: 1px solid var(--bba-line);
  border-bottom: 1px solid var(--bba-line);
}

.bba-sdc__stat-strip > div {
  display: flex;
  min-height: 126px;
  flex-direction: column;
  justify-content: center;
  padding: 24px 28px;
}

.bba-sdc__stat-strip > div + div { border-left: 1px solid var(--bba-line); }
.bba-sdc__stat-strip small { margin-bottom: 8px; color: var(--bba-muted); font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.bba-sdc__stat-strip strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(23px, 2.1vw, 31px); font-weight: 400; line-height: 1.1; }

.bba-sdc__subhead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.bba-sdc__subhead h3,
.bba-sdc__gallery-head h3,
.bba-sdc__glass-copy h3 {
  margin-bottom: 0;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.bba-sdc__subhead > p {
  max-width: 420px;
  margin-bottom: 3px;
  color: var(--bba-muted);
  text-align: right;
}

.bba-sdc__surface-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bba-sdc__surface-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--bba-line);
  border-radius: var(--bba-radius);
  background: var(--bba-paper);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.bba-sdc__surface-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--bba-shadow);
}

.bba-sdc__media-button {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: zoom-in;
}

.bba-sdc__surface-card .bba-sdc__media-button { aspect-ratio: 1.22 / 1; }
.bba-sdc__surface-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms cubic-bezier(.2,.7,.2,1); }
.bba-sdc__surface-card:hover img { transform: scale(1.045); }

.bba-sdc__zoom {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: var(--bba-white);
  background: rgba(31, 20, 14, 0.78);
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.bba-sdc__surface-card figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 22px;
}

.bba-sdc__surface-card figcaption strong { font-size: 15px; }
.bba-sdc__surface-card figcaption span { color: var(--bba-caramel); font-size: 11px; font-weight: 800; letter-spacing: 0.08em; }


/* GALLERIES */

.bba-sdc__gallery-block {
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid var(--bba-line);
  border-radius: var(--bba-radius-lg);
  background: rgba(255,255,255,0.74);
}

.bba-sdc__gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

.bba-sdc__gallery-head > div > span {
  display: block;
  margin-bottom: 11px;
  color: var(--bba-caramel);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bba-sdc__gallery-head > p {
  max-width: 390px;
  margin-bottom: 4px;
  color: var(--bba-muted);
  font-size: 14px;
  text-align: right;
}

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

.bba-sdc__door-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--bba-line);
  border-radius: var(--bba-radius-sm);
  background: var(--bba-white);
}

.bba-sdc__door-card .bba-sdc__media-button {
  display: grid;
  height: 340px;
  place-items: end center;
  padding: 17px 17px 0;
  background:
    linear-gradient(180deg, #f9f8f6, #eeece8),
    repeating-linear-gradient(90deg, transparent 0 26px, rgba(33,22,16,0.02) 26px 27px);
}

.bba-sdc__door-card img {
  width: auto;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 15px rgba(27,18,13,0.14));
  transition: transform 300ms ease;
}

.bba-sdc__door-card:hover img { transform: translateY(-5px) scale(1.018); }

.bba-sdc__door-card figcaption {
  display: flex;
  min-height: 60px;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  border-top: 1px solid var(--bba-line);
  font-size: 13px;
  font-weight: 750;
}

.bba-sdc__door-card figcaption span {
  color: var(--bba-caramel);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.bba-sdc__door-grid--collapsible:not(.is-expanded) > figure:nth-child(n+11) { display: none; }

.bba-sdc__gallery-toggle {
  display: flex;
  min-width: 250px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 30px auto 0;
  padding: 11px 18px;
  border: 1px solid var(--bba-line);
  border-radius: 999px;
  color: var(--bba-ink);
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 200ms ease, border-color 200ms ease;
}

.bba-sdc__gallery-toggle:hover { border-color: var(--bba-caramel); background: rgba(200,117,50,0.06); }
.bba-sdc__gallery-toggle svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform 220ms ease; }
.bba-sdc__gallery-toggle.is-expanded svg { transform: rotate(180deg); }
.bba-sdc__gallery-toggle-less { display: none; }
.bba-sdc__gallery-toggle.is-expanded .bba-sdc__gallery-toggle-more { display: none; }
.bba-sdc__gallery-toggle.is-expanded .bba-sdc__gallery-toggle-less { display: inline; }

.bba-sdc__glass-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 7vw, 105px);
  align-items: start;
  margin: 110px 0;
}

.bba-sdc__glass-copy {
  position: sticky;
  top: 30px;
}

.bba-sdc__glass-copy h3 { margin-bottom: 24px; }
.bba-sdc__glass-copy > p { margin-bottom: 30px; color: var(--bba-muted); }

.bba-sdc__glass-groups { display: grid; gap: 24px; }
.bba-sdc__glass-group { padding: 26px; border: 1px solid var(--bba-line); border-radius: var(--bba-radius); background: rgba(255,255,255,0.78); }
.bba-sdc__glass-group-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.bba-sdc__glass-group-head h4 { margin: 0; color: inherit; font-size: 15px; font-weight: 800; }
.bba-sdc__glass-group-head span { color: var(--bba-caramel); font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.bba-sdc__glass-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.bba-sdc__glass-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 9px; background: #dedbd6; }
.bba-sdc__glass-grid img { width: 100%; aspect-ratio: 1.1 / 1; object-fit: cover; mix-blend-mode: multiply; }
.bba-sdc__glass-grid figcaption { position: absolute; right: 6px; bottom: 6px; left: 6px; padding: 6px 7px; border-radius: 6px; color: var(--bba-white); background: rgba(25,18,14,0.75); font-size: 9px; font-weight: 700; text-align: center; backdrop-filter: blur(8px); }

.bba-sdc__gallery-block--inlay { background: var(--bba-white); }
.bba-sdc__door-grid--inlay .bba-sdc__door-card .bba-sdc__media-button { height: 315px; }

.bba-sdc__designer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding: 24px 28px;
  border-radius: 16px;
  background: var(--bba-cream);
}

.bba-sdc__designer-cta > div { display: flex; flex-direction: column; }
.bba-sdc__designer-cta > div span { margin-bottom: 3px; color: var(--bba-caramel); font-size: 10px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.bba-sdc__designer-cta > div strong { font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 400; }


/* CONSTRUCTION */

.bba-sdc__construction-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(45px, 8vw, 115px);
  align-items: center;
}

.bba-sdc__construction-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--bba-radius-lg);
  background: var(--bba-cream);
}

.bba-sdc__construction-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.bba-sdc__media-label { position: absolute; top: 22px; left: 22px; padding: 10px 14px; border-radius: 999px; color: var(--bba-white); background: rgba(29,19,14,0.78); font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.bba-sdc__construction-copy > p:not(.bba-sdc__eyebrow) { margin-bottom: 28px; color: var(--bba-muted); font-size: 17px; }

.bba-sdc__spec-list { margin: 0; border-top: 1px solid var(--bba-line); }
.bba-sdc__spec-list > div { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--bba-line); }
.bba-sdc__spec-list dt { color: var(--bba-muted); font-size: 12px; }
.bba-sdc__spec-list dd { margin: 0; font-size: 13px; font-weight: 750; text-align: right; }

.bba-sdc__pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 88px;
}

.bba-sdc__info-card {
  position: relative;
  padding: clamp(34px, 4vw, 50px);
  overflow: hidden;
  border: 1px solid var(--bba-line);
  border-radius: var(--bba-radius);
}

.bba-sdc__info-card--positive { background: #edf3e9; }
.bba-sdc__info-card--neutral { background: var(--bba-cream); }
.bba-sdc__info-icon { display: grid; width: 45px; height: 45px; place-items: center; margin-bottom: 40px; border-radius: 50%; color: var(--bba-white); background: var(--bba-brown); font-family: Georgia, serif; font-size: 20px; }
.bba-sdc__info-card h3 { margin-bottom: 24px; color: inherit; font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; }
.bba-sdc__info-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.bba-sdc__info-card li { position: relative; padding: 0 0 12px 23px; border-bottom: 1px solid rgba(33,22,16,0.1); font-size: 14px; }
.bba-sdc__info-card li:last-child { padding-bottom: 0; border-bottom: 0; }
.bba-sdc__info-card li::before { position: absolute; top: 0.65em; left: 1px; width: 6px; height: 6px; border-radius: 50%; content: ""; background: var(--bba-caramel); }


/* CPL DARK SECTION */

.bba-sdc__split--cpl { margin-bottom: 70px; }
.bba-sdc__section--dark h2 { color: var(--bba-white); }

.bba-sdc__cpl-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 95px;
  border-top: 1px solid var(--bba-line-light);
  border-bottom: 1px solid var(--bba-line-light);
}

.bba-sdc__cpl-benefits > div { min-height: 210px; padding: 30px 26px; }
.bba-sdc__cpl-benefits > div + div { border-left: 1px solid var(--bba-line-light); }
.bba-sdc__cpl-benefits span { display: block; margin-bottom: 42px; color: var(--bba-gold); font-size: 10px; font-weight: 800; letter-spacing: 0.08em; }
.bba-sdc__cpl-benefits strong { display: block; margin-bottom: 10px; color: var(--bba-white); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; }
.bba-sdc__cpl-benefits p { margin-bottom: 0; color: rgba(255,255,255,0.55); font-size: 13px; line-height: 1.6; }

.bba-sdc__cpl-gallery {
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid var(--bba-line-light);
  border-radius: var(--bba-radius-lg);
  background: rgba(255,255,255,0.035);
}

.bba-sdc__gallery-head--dark > p { color: rgba(255,255,255,0.53); }

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

.bba-sdc__product-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--bba-line-light);
  border-radius: var(--bba-radius-sm);
  background: rgba(255,255,255,0.045);
  transition: transform 240ms ease, border-color 240ms ease, background-color 240ms ease;
}

.bba-sdc__product-card:hover { transform: translateY(-5px); border-color: rgba(237,166,83,0.55); background: rgba(255,255,255,0.075); }
.bba-sdc__product-card .bba-sdc__media-button { aspect-ratio: 1 / 1.06; padding: 12px; background: #f1efec; }
.bba-sdc__product-card img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform 320ms ease; }
.bba-sdc__product-card:hover img { transform: scale(1.035); }
.bba-sdc__product-card figcaption { min-height: 55px; margin: 0; padding: 16px 17px; color: var(--bba-white); font-size: 13px; font-weight: 750; }
.bba-sdc__product-grid--collapsible:not(.is-expanded) > figure:nth-child(n+9) { display: none; }

.bba-sdc__gallery-toggle--dark { color: var(--bba-white); border-color: var(--bba-line-light); }
.bba-sdc__gallery-toggle--dark:hover { border-color: var(--bba-gold); background: rgba(237,166,83,0.08); }

.bba-sdc__cpl-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.bba-sdc__path-card {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: clamp(30px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid var(--bba-line-light);
  border-radius: var(--bba-radius);
  background: rgba(255,255,255,0.035);
  transition: transform 240ms ease, background-color 240ms ease, border-color 240ms ease;
}

.bba-sdc__path-card::before { position: absolute; top: 0; right: 0; width: 110px; height: 110px; border-bottom: 1px solid var(--bba-line-light); border-left: 1px solid var(--bba-line-light); border-radius: 0 0 0 110px; content: ""; transition: background-color 240ms ease; }
.bba-sdc__path-card:hover { transform: translateY(-5px); border-color: rgba(237,166,83,0.42); background: rgba(255,255,255,0.07); }
.bba-sdc__path-card:hover::before { background: rgba(237,166,83,0.09); }
.bba-sdc__path-card > span { margin-bottom: 45px; color: var(--bba-gold); font-size: 10px; font-weight: 800; letter-spacing: 0.1em; }
.bba-sdc__path-card h3 { max-width: 500px; margin-bottom: 15px; color: var(--bba-white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(29px, 3vw, 40px); font-weight: 400; line-height: 1.08; }
.bba-sdc__path-card p { max-width: 450px; margin-bottom: 30px; color: rgba(255,255,255,0.55); font-size: 14px; }
.bba-sdc__path-card > strong { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 19px; border-top: 1px solid var(--bba-line-light); color: var(--bba-white); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.bba-sdc__path-card > strong i { color: var(--bba-gold); font-size: 18px; font-style: normal; }


/* PROCESS */

.bba-sdc__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--bba-line);
  border-bottom: 1px solid var(--bba-line);
  list-style: none;
}

.bba-sdc__steps li {
  display: flex;
  min-height: 275px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 26px;
}

.bba-sdc__steps li + li { border-left: 1px solid var(--bba-line); }
.bba-sdc__steps li > span { color: var(--bba-caramel); font-size: 11px; font-weight: 800; }
.bba-sdc__steps strong { display: block; margin-bottom: 10px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; line-height: 1.1; }
.bba-sdc__steps p { margin-bottom: 0; color: var(--bba-muted); font-size: 13px; }


/* FAQ */

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

.bba-sdc__faq-intro { position: sticky; top: 30px; }
.bba-sdc__faq-intro > p:not(.bba-sdc__eyebrow) { margin-bottom: 32px; color: var(--bba-muted); }
.bba-sdc__faq-list { border-top: 1px solid var(--bba-line); }
.bba-sdc__faq-list details { border-bottom: 1px solid var(--bba-line); }
.bba-sdc__faq-list summary { position: relative; display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 26px; padding: 22px 4px; color: var(--bba-ink); font-size: 17px; font-weight: 750; line-height: 1.35; list-style: none; cursor: pointer; }
.bba-sdc__faq-list summary::-webkit-details-marker { display: none; }
.bba-sdc__faq-list summary > span { position: relative; width: 26px; height: 26px; flex: 0 0 26px; border: 1px solid var(--bba-line); border-radius: 50%; }
.bba-sdc__faq-list summary > span::before,
.bba-sdc__faq-list summary > span::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; content: ""; background: var(--bba-caramel); transform: translate(-50%,-50%); transition: transform 180ms ease; }
.bba-sdc__faq-list summary > span::after { transform: translate(-50%,-50%) rotate(90deg); }
.bba-sdc__faq-list details[open] summary > span::after { transform: translate(-50%,-50%) rotate(0); }
.bba-sdc__faq-list details > div { overflow: hidden; }
.bba-sdc__faq-list details p { max-width: 720px; margin: -4px 45px 0 0; padding: 0 0 27px 4px; color: var(--bba-muted); font-size: 15px; line-height: 1.75; }


/* CLOSING CTA */

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

.bba-sdc__closing::after { position: absolute; right: -200px; bottom: -400px; width: 720px; height: 720px; border: 1px solid rgba(237,166,83,0.18); border-radius: 50%; content: ""; box-shadow: 0 0 0 90px rgba(237,166,83,0.025), 0 0 0 180px rgba(237,166,83,0.015); }
.bba-sdc__closing-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr); gap: clamp(50px, 9vw, 130px); align-items: end; }
.bba-sdc__closing h2 { max-width: 760px; margin-bottom: 0; color: var(--bba-white); }
.bba-sdc__closing-actions { display: flex; flex-direction: column; align-items: flex-start; }
.bba-sdc__closing-actions .bba-sdc__button { width: 100%; }
.bba-sdc__contact-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; color: rgba(255,255,255,0.62); font-size: 12px; }
.bba-sdc__contact-row a { transition: color 180ms ease; }
.bba-sdc__contact-row a:hover { color: var(--bba-gold); }
.bba-sdc__contact-row > span { width: 4px; height: 4px; border-radius: 50%; background: var(--bba-gold); }


/* LIGHTBOX */

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

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

.bba-sdc__lightbox {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.bba-sdc__lightbox-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(15, 10, 7, 0.91);
  cursor: zoom-out;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.bba-sdc__lightbox-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(920px, 94vw);
  max-height: 91vh;
  flex-direction: column;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 20px;
  background: var(--bba-paper);
  box-shadow: 0 35px 100px rgba(0,0,0,0.46);
}

.bba-sdc__lightbox-dialog img { max-width: 100%; max-height: calc(91vh - 115px); object-fit: contain; }
.bba-sdc__lightbox-dialog p { width: 100%; margin: 14px 0 0; color: var(--bba-muted); font-size: 13px; font-weight: 700; text-align: center; }
.bba-sdc__lightbox-close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--bba-white); background: rgba(28,18,13,0.88); font-size: 26px; font-weight: 300; line-height: 1; cursor: pointer; }


/* IMAGE FALLBACK */

.has-image-error {
  position: relative;
  min-height: 220px;
  background: linear-gradient(135deg, #eee7df, #ded5ca) !important;
}

.has-image-error::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  content: "A kép ideiglenesen nem érhető el";
  color: var(--bba-muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}


/* REVEAL ANIMATION */

.bba-sdc-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 680ms cubic-bezier(.2,.7,.2,1) var(--bba-delay, 0ms), transform 680ms cubic-bezier(.2,.7,.2,1) var(--bba-delay, 0ms);
}

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


/* ELEMENTOR CLEANUP */

body.elementor-page:has(#bba-sdc-page) {
  overflow-x: hidden;
}

.elementor-widget-html:has(#bba-sdc-page),
.elementor-widget-html:has(#bba-sdc-page) > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}


/* TABLET */

@media (max-width: 1100px) {
  .bba-sdc__hero { min-height: auto; }
  .bba-sdc__hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.7fr); gap: 55px; }
  .bba-sdc__hero-visual { min-height: 540px; }
  .bba-sdc__hero-frame { height: 520px; }
  .bba-sdc__hero-card { width: 220px; }
  .bba-sdc__hero-card--decor { left: -30px; }
  .bba-sdc__hero-card--cpl { right: -15px; }
  .bba-sdc__door-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .bba-sdc__door-grid--collapsible:not(.is-expanded) > figure:nth-child(n+9) { display: none; }
  .bba-sdc__door-card .bba-sdc__media-button { height: 325px; }
  .bba-sdc__product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bba-sdc__product-grid--collapsible:not(.is-expanded) > figure:nth-child(n+7) { display: none; }
}

@media (max-width: 900px) {
  .bba-sdc__hero { padding-top: 86px; }
  .bba-sdc__hero-grid { grid-template-columns: 1fr; }
  .bba-sdc__hero-copy { max-width: 760px; }
  .bba-sdc__hero-visual { width: min(610px, 92%); min-height: 640px; margin: 0 auto; }
  .bba-sdc__hero-frame { right: 4%; width: 82%; height: 600px; }
  .bba-sdc__hero-card--decor { left: 0; bottom: 92px; }
  .bba-sdc__hero-card--cpl { right: 0; }
  .bba-sdc__choice-grid { grid-template-columns: 1fr; }
  .bba-sdc__choice-card { min-height: 470px; }
  .bba-sdc__compare-wrap { grid-template-columns: 1fr; }
  .bba-sdc__compare-intro { min-height: auto; flex-direction: row; align-items: center; gap: 30px; border-right: 0; border-bottom: 1px solid var(--bba-line); }
  .bba-sdc__compare-intro strong { text-align: right; }
  .bba-sdc__split { grid-template-columns: 1fr; gap: 25px; }
  .bba-sdc__stat-strip { grid-template-columns: repeat(2, 1fr); }
  .bba-sdc__stat-strip > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--bba-line); }
  .bba-sdc__stat-strip > div:nth-child(4) { border-top: 1px solid var(--bba-line); }
  .bba-sdc__surface-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bba-sdc__glass-layout { grid-template-columns: 1fr; gap: 34px; }
  .bba-sdc__glass-copy { position: static; }
  .bba-sdc__construction-grid { grid-template-columns: 1fr; }
  .bba-sdc__construction-media { min-height: 440px; }
  .bba-sdc__construction-media img { min-height: 440px; }
  .bba-sdc__pros-cons { margin-top: 55px; }
  .bba-sdc__cpl-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bba-sdc__cpl-benefits > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--bba-line-light); }
  .bba-sdc__cpl-benefits > div:nth-child(4) { border-top: 1px solid var(--bba-line-light); }
  .bba-sdc__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bba-sdc__steps li:nth-child(3) { border-top: 1px solid var(--bba-line); border-left: 0; }
  .bba-sdc__steps li:nth-child(4) { border-top: 1px solid var(--bba-line); }
  .bba-sdc__faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .bba-sdc__faq-intro { position: static; max-width: 680px; }
  .bba-sdc__closing-grid { grid-template-columns: 1fr; gap: 45px; }
  .bba-sdc__closing-actions { max-width: 520px; }
}


/* MOBILE */

@media (max-width: 680px) {
  #bba-sdc-page { font-size: 15px; }
  .bba-sdc__shell { width: min(100% - 30px, var(--bba-shell)); }
  .bba-sdc__section { padding: 76px 0; }
  .bba-sdc__section h2,
  .bba-sdc__closing h2,
  .bba-sdc__construction-copy h2,
  .bba-sdc__faq-intro h2 { font-size: clamp(38px, 12vw, 52px); line-height: 1; }
  .bba-sdc__section-head { margin-bottom: 38px; }
  .bba-sdc__section-head > p:last-child { font-size: 16px; }
  .bba-sdc__hero { padding: 62px 0 75px; }
  .bba-sdc__breadcrumbs { margin-bottom: 31px; }
  .bba-sdc__hero h1 { font-size: clamp(49px, 14.6vw, 70px); line-height: 0.94; }
  .bba-sdc__hero-actions { display: grid; grid-template-columns: 1fr; }
  .bba-sdc__hero-actions .bba-sdc__button { width: 100%; }
  .bba-sdc__hero-facts { justify-content: space-between; }
  .bba-sdc__hero-facts li { min-width: 0; padding-right: 14px; }
  .bba-sdc__hero-facts li + li { padding-left: 14px; }
  .bba-sdc__hero-facts strong { font-size: 29px; }
  .bba-sdc__hero-facts span { font-size: 9px; }
  .bba-sdc__hero-visual { width: 100%; min-height: 510px; }
  .bba-sdc__hero-frame { right: 3%; width: 88%; height: 465px; border-radius: 160px 160px 20px 20px; }
  .bba-sdc__hero-card { width: 205px; min-height: 79px; padding: 13px 15px; }
  .bba-sdc__hero-card--decor { bottom: 68px; }
  .bba-sdc__hero-card--cpl { bottom: -1px; }
  .bba-sdc__hero-card > span { width: 35px; height: 35px; }
  .bba-sdc__hero-card strong { font-size: 17px; }
  .bba-sdc__section-nav a { min-height: 60px; padding: 0 18px; font-size: 10px; }
  .bba-sdc__choice-card { min-height: 0; padding: 30px 25px; border-radius: 24px; }
  .bba-sdc__choice-top { margin-bottom: 40px; }
  .bba-sdc__choice-card h3 { font-size: 34px; }
  .bba-sdc__compare-intro { padding: 22px; }
  .bba-sdc__compare-intro strong { font-size: 20px; }
  .bba-sdc__stat-strip { margin-bottom: 72px; }
  .bba-sdc__stat-strip > div { min-height: 105px; padding: 20px 15px; }
  .bba-sdc__stat-strip strong { font-size: 22px; }
  .bba-sdc__subhead { display: block; }
  .bba-sdc__subhead > p { margin: 14px 0 0; text-align: left; }
  .bba-sdc__surface-grid { gap: 10px; }
  .bba-sdc__surface-card { border-radius: 14px; }
  .bba-sdc__surface-card figcaption { display: block; padding: 14px; }
  .bba-sdc__surface-card figcaption strong { display: block; font-size: 13px; }
  .bba-sdc__surface-card figcaption span { display: block; margin-top: 3px; }
  .bba-sdc__zoom { right: 10px; bottom: 10px; width: 34px; height: 34px; }
  .bba-sdc__gallery-block,
  .bba-sdc__cpl-gallery { width: calc(100% + 8px); margin-left: -4px; padding: 22px 10px; border-radius: 22px; }
  .bba-sdc__gallery-head { display: block; margin-bottom: 25px; padding-inline: 5px; }
  .bba-sdc__gallery-head > p { margin: 13px 0 0; text-align: left; }
  .bba-sdc__door-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .bba-sdc__door-grid--collapsible:not(.is-expanded) > figure:nth-child(n+7) { display: none; }
  .bba-sdc__door-card .bba-sdc__media-button,
  .bba-sdc__door-grid--inlay .bba-sdc__door-card .bba-sdc__media-button { height: 285px; padding: 12px 12px 0; }
  .bba-sdc__door-card figcaption { min-height: 54px; padding: 11px; font-size: 11px; }
  .bba-sdc__gallery-toggle { width: calc(100% - 10px); min-width: 0; }
  .bba-sdc__glass-layout { margin: 78px 0; }
  .bba-sdc__glass-group { padding: 15px; border-radius: 16px; }
  .bba-sdc__glass-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bba-sdc__designer-cta { align-items: stretch; flex-direction: column; padding: 20px; }
  .bba-sdc__designer-cta .bba-sdc__button { width: 100%; }
  .bba-sdc__construction-media,
  .bba-sdc__construction-media img { min-height: 320px; }
  .bba-sdc__spec-list > div { grid-template-columns: 1fr; gap: 3px; }
  .bba-sdc__spec-list dd { text-align: left; }
  .bba-sdc__pros-cons { grid-template-columns: 1fr; }
  .bba-sdc__info-card { padding: 30px 24px; }
  .bba-sdc__info-icon { margin-bottom: 30px; }
  .bba-sdc__cpl-benefits { margin-bottom: 70px; }
  .bba-sdc__cpl-benefits > div { min-height: 175px; padding: 24px 17px; }
  .bba-sdc__cpl-benefits span { margin-bottom: 28px; }
  .bba-sdc__cpl-benefits strong { font-size: 20px; }
  .bba-sdc__product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .bba-sdc__product-grid--collapsible:not(.is-expanded) > figure:nth-child(n+7) { display: none; }
  .bba-sdc__product-card figcaption { min-height: 49px; padding: 12px; font-size: 11px; }
  .bba-sdc__cpl-paths { grid-template-columns: 1fr; }
  .bba-sdc__path-card { min-height: 270px; padding: 28px 24px; }
  .bba-sdc__steps li { min-height: 230px; padding: 22px 17px; }
  .bba-sdc__steps strong { font-size: 21px; }
  .bba-sdc__faq-list summary { min-height: 76px; font-size: 15px; }
  .bba-sdc__faq-list details p { margin-right: 0; }
  .bba-sdc__closing-actions { width: 100%; }
  .bba-sdc__contact-row { align-items: flex-start; flex-direction: column; }
  .bba-sdc__contact-row > span { display: none; }
  .bba-sdc__lightbox { padding: 10px; }
  .bba-sdc__lightbox-dialog { padding: 14px; border-radius: 15px; }
}

@media (max-width: 390px) {
  .bba-sdc__hero-facts span { letter-spacing: 0.035em; }
  .bba-sdc__hero-card { width: 188px; }
  .bba-sdc__door-card .bba-sdc__media-button,
  .bba-sdc__door-grid--inlay .bba-sdc__door-card .bba-sdc__media-button { height: 245px; }
  .bba-sdc__stat-strip strong { font-size: 19px; }
}


/* ACCESSIBILITY */

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

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