/*
Theme Name: BathSpecs Studio
Theme URI: https://bathspecs.com/
Author: BathSpecs
Description: Elementor-first bathroom dimensions, specifications and fit guide theme.
Version: 1.0.0
Text Domain: bathspecs
*/

:root {
  --bs-teal: #43a8ae;
  --bs-teal-dark: #217f86;
  --bs-teal-soft: #d9f0f1;
  --bs-ink: #172832;
  --bs-copy: #52616a;
  --bs-line: #dce6e8;
  --bs-paper: #ffffff;
  --bs-soft: #f4f7f7;
  --bs-navy: #153044;
  --bs-shadow: 0 18px 50px rgba(23, 40, 50, .11);
  --bs-shell: 1400px;
  --bs-radius: 2px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bs-paper);
  color: var(--bs-copy);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
}
body.admin-bar .bs-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.bs-shell {
  width: min(100%, var(--bs-shell));
  max-width: var(--bs-shell);
  margin-inline: auto;
}
.bs-page { min-height: 60vh; }
.bs-page > .elementor { width: 100%; }
.bs-page .e-con.bs-section-outer,
.bs-page .e-con.bs-full-bleed { width: 100%; max-width: none; }
.bs-page .e-con.bs-content-layer {
  width: min(100%, var(--bs-shell));
  max-width: var(--bs-shell);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.home .bs-hero { --bs-hero-image: url("assets/banners/home-bathtub-hero-v4.webp"); }

/* Header */
.bs-header { position: relative; z-index: 1000; background: #fff; }
.bs-topbar { background: var(--bs-teal); color: #fff; }
.bs-topbar__inner { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.bs-topbar__promise { display: flex; align-items: center; gap: 10px; text-transform: uppercase; }
.bs-topbar__promise svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.bs-topbar__links { display: flex; gap: 24px; align-items: center; }
.bs-topbar__links a:hover { text-decoration: underline; }
.bs-navbar { background: #fff; border-bottom: 1px solid #e8eeee; }
.bs-navbar.is-fixed { position: fixed; top: 0; left: 0; right: 0; z-index: 1100; box-shadow: 0 8px 24px rgba(23,40,50,.09); animation: bs-navbar-in .22s ease both; }
body.admin-bar .bs-navbar.is-fixed { top: 32px; }
.bs-navbar-spacer { display: block; height: 0; }
@keyframes bs-navbar-in { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.bs-nav__inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.bs-brand { display: inline-flex; flex: 0 0 286px; align-items: center; }
.bs-brand img { display: block; width: 260px; height: auto; }
@media (min-width: 921px) {
  /* The SVG has a small internal viewBox inset. Pull it back to the shared
     1400px line so the visible mark, not the SVG canvas, defines alignment. */
  .bs-brand img { margin-left: -6px; }
}
.bs-nav { margin-left: auto; }
.bs-nav > ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: stretch; gap: 0; }
.bs-nav li { position: relative; }
.bs-nav > ul > li > a { min-height: 92px; padding: 0 17px; display: flex; align-items: center; gap: 8px; color: var(--bs-ink); font-family: "Jost", sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .025em; position: relative; }
.bs-nav > ul > li > a::after { content: ""; position: absolute; left: 17px; right: 17px; bottom: 24px; height: 2px; background: var(--bs-teal); transform: scaleX(0); transition: transform .22s ease; }
.bs-nav > ul > li:hover > a::after,
.bs-nav > ul > li > a.is-active::after { transform: scaleX(1); }
.bs-nav .has-children > a i { width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor; transition: transform .2s ease; }
.bs-nav .has-children:hover > a i { transform: rotate(180deg); }
.bs-nav .sub-menu { list-style: none; display: block; position: absolute; top: 100%; left: 0; width: 260px; margin: 0; padding: 12px 0; background: #fff; border-top: 2px solid var(--bs-teal); box-shadow: var(--bs-shadow); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; }
.bs-nav > ul > li:last-child > .sub-menu { left: auto; right: 0; }
.bs-nav > ul > li:last-child .sub-menu .has-children > .sub-menu { left: auto; right: 100%; }
.bs-nav li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.bs-nav .sub-menu a { display: block; padding: 12px 22px; color: var(--bs-copy); font-size: 14px; }
.bs-nav .sub-menu a:hover { color: var(--bs-teal-dark); background: var(--bs-soft); padding-left: 26px; }
.bs-nav .sub-menu .has-children > a { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.bs-nav .sub-menu .has-children > .sub-menu { top: -14px; left: 100%; }
.bs-nav__actions { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.bs-search-toggle { width: 50px; height: 50px; display: grid; place-items: center; color: var(--bs-ink); border: 1px solid transparent; border-radius: var(--bs-radius); background: transparent; cursor: pointer; transition: .22s ease; }
.bs-search-toggle svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.bs-search-toggle:hover { background: var(--bs-teal); border-color: var(--bs-teal); color: #fff; }
.bs-header-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; background: var(--bs-teal); color: #fff; font-family: "Jost", sans-serif; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; transition: .22s ease; }
.bs-header-button:hover { background: #000; color: #fff; transform: translateY(-2px); }
.bs-menu-toggle, .bs-nav-close { display: none; }

.bs-search-overlay { position: fixed; inset: 0; z-index: 1200; background: rgba(14, 31, 40, .76); display: grid; place-items: center; padding: 24px; }
.bs-search-overlay[hidden] { display: none; }
.bs-search-dialog { width: min(760px, 100%); background: #fff; padding: 64px; position: relative; box-shadow: var(--bs-shadow); }
.bs-search-dialog h2 { margin: 0 0 8px; color: var(--bs-ink); font-family: "Jost", sans-serif; font-size: 34px; text-transform: uppercase; }
.bs-search-dialog p { margin: 0 0 28px; }
.bs-search-dialog form { display: flex; border: 1px solid var(--bs-line); }
.bs-search-dialog input { min-width: 0; flex: 1; height: 58px; border: 0; padding: 0 18px; outline: none; }
.bs-search-dialog button[type="submit"] { border: 0; padding: 0 26px; background: var(--bs-teal); color: #fff; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.bs-search-close { position: absolute; right: 0; top: 0; width: 48px; height: 48px; border: 0; background: var(--bs-teal-dark); color: #fff; font-size: 28px; cursor: pointer; }

/* Elementor-native presentation classes */
.bs-section-outer { padding: 92px 0; }
.bs-section-soft { background: var(--bs-soft); }
.bs-section-dark { background: var(--bs-ink); color: #fff; }
.bs-section-teal { background: var(--bs-teal); color: #fff; }
.bs-section-dark .bs-main-title .elementor-heading-title { color: #fff; }
.bs-section-dark .bs-ghost-title .elementor-heading-title { color: rgba(217,240,241,.22); }
.bs-section-dark .bs-section-description .elementor-heading-title { color: rgba(255,255,255,.75); }
.bs-section-title { align-items: center; text-align: center; margin-bottom: 42px; }
.bs-ghost-title .elementor-heading-title { margin: 0; color: var(--bs-teal-soft); font-family: "Roboto", sans-serif; font-size: clamp(40px, 4.3vw, 66px); font-style: italic; font-weight: 500; line-height: .9; text-transform: uppercase; }
.bs-main-title { margin-top: -30px; }
.bs-main-title .elementor-heading-title { margin: 0; color: var(--bs-ink); font-family: "Jost", sans-serif; font-size: clamp(32px, 3vw, 48px); font-weight: 800; line-height: 1.05; text-transform: uppercase; letter-spacing: .015em; }
.bs-section-description .elementor-heading-title { max-width: 860px; margin: 24px auto 0; color: var(--bs-copy); font-family: "Roboto", sans-serif; font-size: 16px; font-weight: 400; line-height: 1.75; }
.bs-eyebrow .elementor-heading-title { margin: 0 0 16px; color: var(--bs-teal-dark); font-family: "Jost", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.bs-eyebrow .elementor-heading-title::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 12px 4px 0; background: currentColor; }
.bs-dark-heading .elementor-heading-title { color: var(--bs-ink); font-family: "Jost", sans-serif; font-weight: 800; line-height: 1.12; }
.bs-white-heading .elementor-heading-title { color: #fff; font-family: "Jost", sans-serif; font-weight: 800; }
.bs-body-copy .elementor-heading-title { color: var(--bs-copy); font-family: "Roboto", sans-serif; font-weight: 400; line-height: 1.72; }
.bs-body-copy--light .elementor-heading-title { color: rgba(255,255,255,.86); }
.bs-body-copy .elementor-heading-title p { margin: 0; }
.bs-two-col, .bs-three-col, .bs-four-col { display: flex; flex-direction: row; flex-wrap: wrap; align-items: stretch; }
.bs-two-col { gap: 42px; }
.bs-two-col > .e-con { flex: 1 1 430px; min-width: 0; }
.bs-three-col { gap: 24px; }
.bs-three-col > .e-con { flex: 1 1 290px; min-width: 0; }
.bs-four-col { gap: 22px; }
.bs-four-col > .e-con { flex: 1 1 235px; min-width: 0; }
.bs-stack { display: flex; flex-direction: column; gap: 16px; }
.bs-feature-panel { padding: clamp(34px, 4vw, 68px); justify-content: center; }
.bs-feature-image { min-height: 480px; padding: 0; overflow: hidden; }
.bs-feature-image .elementor-widget-image, .bs-feature-image .elementor-widget-container, .bs-feature-image img { width: 100%; height: 100%; }
.bs-feature-image img { display: block; object-fit: cover; transition: transform .55s ease; }
.bs-two-col:hover .bs-feature-image img { transform: scale(1.025); }
.bs-number-card { padding: 32px; background: #fff; border-top: 3px solid var(--bs-teal); box-shadow: 0 10px 34px rgba(23,40,50,.08); }
.bs-number-card .bs-card-title .elementor-heading-title { margin-top: 0; }
.bs-number { color: var(--bs-teal); font-family: "Jost", sans-serif; font-size: 38px; font-weight: 800; line-height: 1; }
.bs-centered { align-items: center; text-align: center; }
.bs-narrow { width: min(920px, 100%); margin-inline: auto; }
.bs-button .elementor-button { min-height: 52px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--bs-teal); border-radius: 0; background: var(--bs-teal); color: #fff; font-family: "Jost", sans-serif; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; transition: .22s ease; }
.bs-button .elementor-button:hover { background: #000; border-color: #000; color: #fff; transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0,0,0,.15); }
.bs-button--outline .elementor-button { background: transparent; color: var(--bs-teal-dark); }
.bs-button--outline .elementor-button:hover { background: var(--bs-teal); border-color: var(--bs-teal); color: #fff; }
.bs-button--white .elementor-button { background: #fff; border-color: #fff; color: var(--bs-teal-dark); }
.bs-button--white .elementor-button:hover { background: #000; border-color: #000; color: #fff; }

.bs-hero { min-height: 750px; position: relative; overflow: hidden; background: #eaf3f4; padding: 56px 0; display: flex; align-items: center; }
.bs-hero::before { content: ""; position: absolute; inset: -24px; background: var(--bs-hero-image) center/cover no-repeat; transform: translate3d(var(--bs-parallax-x,0), var(--bs-parallax-y,0),0) scale(1.035); transition: transform .14s ease-out; }
.bs-hero::after { content: ""; position: absolute; inset: 0; background: transparent; }
.bs-hero > .bs-content-layer { position: relative; z-index: 1; }
.bs-hero-panel { width: min(840px, 72%); margin-left: 0; margin-right: 0; padding: 58px 58px 54px; background: rgba(255,255,255,.05); box-shadow: var(--bs-shadow); backdrop-filter: blur(4px); }
.bs-hero-kicker .elementor-heading-title { color: var(--bs-teal-dark); font-family: "Jost", sans-serif; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.bs-hero-title .elementor-heading-title { margin: 14px 0 20px; max-width: 780px; color: var(--bs-ink); font-family: "Jost", sans-serif; font-size: clamp(46px, 4.6vw, 72px); line-height: .98; font-weight: 800; text-transform: uppercase; }
.bs-hero-copy .elementor-heading-title { max-width: 690px; color: var(--bs-copy); font-family: "Roboto", sans-serif; font-size: 17px; line-height: 1.72; font-weight: 400; }
.bs-hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.bs-hero-search { margin-top: 30px; display: flex; width: min(650px, 100%); background: #fff; border: 1px solid var(--bs-line); box-shadow: 0 8px 26px rgba(23,40,50,.08); }
.bs-hero-search input { flex: 1; min-width: 0; height: 58px; border: 0; padding: 0 18px; outline: 0; }
.bs-hero-search button { width: 64px; flex: 0 0 64px; display: grid; place-items: center; padding: 0; border: 0; background: var(--bs-teal); color: #fff; cursor: pointer; }
.bs-hero-search button:hover { background: #000; }
.bs-hero-search svg { display: block; width: 60%; height: 60%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.bs-card-grid { display: flex; flex-direction: row; flex-wrap: wrap; gap: 22px; align-items: stretch; }
.bs-card { flex: 1 1 240px; min-width: 0; background: #fff; border: 1px solid var(--bs-line); padding: 32px; transition: .25s ease; position: relative; overflow: hidden; }
.bs-card-grid.bs-three-col {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch;
}
.bs-card-grid.bs-three-col > .elementor-element.e-con {
  flex: 1 1 0 !important;
  width: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}
.bs-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--bs-teal); transform: scaleX(0); transform-origin: left; transition: .25s ease; }
.bs-card:hover { transform: translateY(-8px); box-shadow: var(--bs-shadow); border-color: transparent; }
.bs-card:hover::before { transform: scaleX(1); }
.bs-card .elementor-widget-image img { width: 100%; height: 210px; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.bs-card:hover .elementor-widget-image img { transform: scale(1.045); filter: saturate(1.08); }
.bs-card-title .elementor-heading-title { margin: 22px 0 10px; color: var(--bs-ink); font-family: "Jost", sans-serif; font-size: 22px; font-weight: 800; line-height: 1.2; }
.bs-card-copy .elementor-heading-title { color: var(--bs-copy); font-family: "Roboto", sans-serif; font-size: 15px; font-weight: 400; line-height: 1.7; }
.bs-card-link .elementor-button { padding: 0; margin-top: 18px; background: none; border: 0; color: var(--bs-teal-dark); font-family: "Jost", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.bs-card-link .elementor-button:hover { color: #000; background: none; transform: translateX(4px); }
.bs-icon-card { text-align: left; padding: 36px 32px; }
.bs-icon-card .bs-icon { width: 58px; height: 58px; padding: 13px; display: grid; place-items: center; background: var(--bs-teal-soft); color: var(--bs-teal-dark); }
.bs-icon-card .bs-icon svg { fill: none; stroke: currentColor; stroke-width: 1.8; }

.bs-split { display: flex; flex-direction: row; gap: 0; align-items: stretch; }
.bs-split > .e-con { width: 50%; min-width: 0; }
.bs-split-media { min-height: 560px; padding: 0; overflow: hidden; }
.bs-split-media .elementor-widget-image, .bs-split-media .elementor-widget-container, .bs-split-media img { width: 100%; height: 100%; }
.bs-split-media img { display: block; object-fit: cover; transition: transform .7s ease; }
.bs-split:hover .bs-split-media img { transform: scale(1.035); }
.bs-split-content { padding: clamp(48px, 5vw, 90px); justify-content: center; }

/* BathSpecs home v2: native Elementor Flexbox containers with varied compositions. */
.bs-page .e-con.bs-fixture-explorer {
  --flex-direction: row;
  --flex-wrap: nowrap;
  --justify-content: flex-start;
  --align-items: stretch;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 1400px;
}
.bs-fixture-explorer > .bs-fixture-card,
.bs-fixture-explorer > .bs-fixture-card--wide {
  --width: calc((100% - 64px) / 5);
  width: calc((100% - 64px) / 5) !important;
  max-width: calc((100% - 64px) / 5);
  flex: 0 0 calc((100% - 64px) / 5) !important;
  min-width: 0;
  padding: 0 0 26px;
}
.bs-fixture-card .elementor-widget-image { margin: 0 0 6px; }
.bs-fixture-card .elementor-widget-image img { height: 190px; padding: 18px; background: #eef5f5; object-fit: contain; }
.bs-fixture-card--photo .elementor-widget-image img { padding: 0; object-fit: cover; }
.bs-fixture-card .bs-card-title,
.bs-fixture-card .bs-card-copy,
.bs-fixture-card .bs-card-link { margin-left: 28px; margin-right: 28px; }

.bs-checklist-section { padding-top: 0; }
.bs-page .e-con.bs-check-steps {
  --flex-direction: row;
  --flex-wrap: nowrap;
  --align-items: stretch;
  --gap: 22px;
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  gap: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.bs-page .e-con.bs-check-steps > .bs-check-step {
  --width: auto;
  width: auto !important;
  max-width: none !important;
  flex: 1 1 0 !important;
  min-width: 0;
  padding: 42px;
  background: #fff;
  border: 1px solid var(--bs-line);
}
.bs-check-step--dark { background: var(--bs-ink); border-color: var(--bs-ink); }
.bs-check-step--teal { background: var(--bs-teal); border-color: var(--bs-teal); }
.bs-check-step--dark .elementor-heading-title,
.bs-check-step--teal .elementor-heading-title { color: #fff; }
.bs-check-step--dark .bs-card-copy .elementor-heading-title,
.bs-check-step--teal .bs-card-copy .elementor-heading-title { color: rgba(255,255,255,.8); }

.bs-home-tools { overflow: hidden; }
.bs-page .e-con.bs-tool-showcase { --flex-direction: row; --align-items: stretch; --gap: 24px; display: grid !important; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); min-height: 590px; align-items: stretch !important; gap: 24px !important; padding-left: 0 !important; padding-right: 0 !important; }
.bs-tool-feature { width: 100% !important; max-width: none !important; min-width: 0; min-height: 590px; padding: 46px; background: #203b49; position: relative; overflow: hidden; }
.bs-tool-feature .bs-tool-diagram { position: absolute; right: -35px; bottom: -42px; width: 58%; opacity: .19; transform: rotate(-4deg); }
.bs-tool-feature .bs-card-title .elementor-heading-title { margin-top: 60px; color: #fff; font-size: 34px; }
.bs-tool-feature .bs-card-copy .elementor-heading-title { max-width: 560px; color: rgba(255,255,255,.82); }
.bs-tool-feature .bs-button { margin-top: 24px; position: relative; z-index: 1; }
.bs-page .e-con.bs-tool-side-stack { --flex-direction: column; --justify-content: space-between; --align-items: stretch; --gap: 24px; width: 100% !important; max-width: none !important; min-width: 0; align-self: stretch !important; display: flex !important; flex-direction: column !important; justify-content: space-between !important; align-items: stretch !important; gap: 24px !important; margin: 0 !important; padding: 0 !important; }
.bs-page .e-con.bs-tool-side-stack > .bs-tool-mini { --justify-content: center; flex: 1 1 0; min-height: 0; justify-content: center !important; margin: 0 !important; padding: 34px; transition: transform .25s ease; }
.bs-tool-mini:hover { transform: translateX(-7px); }
.bs-tool-mini--teal { background: var(--bs-teal-dark); }
.bs-tool-mini--blue { background: #315568; }
.bs-tool-mini .elementor-heading-title,
.bs-tool-mini .bs-card-link .elementor-button { color: #fff; }
.bs-tool-mini .bs-card-title .elementor-heading-title { margin-top: 8px; }
.bs-tool-mini .bs-card-copy .elementor-heading-title { color: rgba(255,255,255,.78); }

.bs-page .e-con.bs-guide-mosaic { --flex-direction: row; --align-items: stretch; --gap: 22px; display: flex !important; flex-flow: row nowrap !important; gap: 22px !important; align-items: stretch !important; }
.bs-guide-mosaic > .bs-guide-tile--feature { flex: 0 0 42%; }
.bs-page .e-con.bs-guide-right { --flex-direction: column; --justify-content: space-between; --align-items: stretch; --gap: 22px; flex: 1 1 0; min-width: 0; align-self: stretch !important; display: flex !important; flex-direction: column !important; justify-content: space-between !important; align-items: stretch !important; gap: 22px !important; margin: 0 !important; padding: 0 !important; }
.bs-page .e-con.bs-guide-right > .bs-guide-tile--horizontal { margin-top: 0 !important; }
.bs-page .e-con.bs-guide-right > .bs-guide-bottom { margin-bottom: 0 !important; }
.bs-page .e-con.bs-guide-bottom { --flex-direction: row; --align-items: stretch; --gap: 22px; display: flex !important; flex-flow: row nowrap !important; align-items: stretch !important; gap: 22px !important; flex: 1 1 0; margin: 0 !important; padding: 0 !important; }
.bs-guide-bottom > .e-con { flex: 1 1 0; min-width: 0; }
.bs-guide-tile { background: #fff; border: 1px solid var(--bs-line); padding: 34px; overflow: hidden; position: relative; transition: transform .25s ease, box-shadow .25s ease; }
.bs-guide-tile:hover { transform: translateY(-6px); box-shadow: var(--bs-shadow); }
.bs-guide-tile--feature .elementor-widget-image img { width: 100%; height: 290px; padding: 22px; background: var(--bs-soft); object-fit: contain; }
.bs-guide-tile--horizontal { flex: 0 0 43%; padding: 0; align-items: stretch; }
.bs-guide-tile--horizontal > .bs-guide-copy { flex: 1.2 1 0; padding: 32px; }
.bs-guide-tile--horizontal > .elementor-widget-image { flex: .8 1 0; min-width: 220px; background: var(--bs-teal-soft); }
.bs-guide-tile--horizontal > .elementor-widget-image .elementor-widget-container,
.bs-guide-tile--horizontal > .elementor-widget-image img { width: 100%; height: 100%; }
.bs-guide-tile--horizontal > .elementor-widget-image img { padding: 20px; object-fit: contain; }
.bs-guide-index .elementor-heading-title { color: var(--bs-teal-dark); font-family: "Jost", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.bs-guide-tile--compact { background: var(--bs-ink); }
.bs-guide-tile--compact .elementor-heading-title,
.bs-guide-tile--compact .bs-card-link .elementor-button { color: #fff; }
.bs-guide-tile--compact .bs-card-copy .elementor-heading-title { color: rgba(255,255,255,.75); }
.bs-guide-tile--image { padding: 0; min-height: 330px; }
.bs-guide-tile--image > .elementor-widget-image,
.bs-guide-tile--image > .elementor-widget-image .elementor-widget-container,
.bs-guide-tile--image > .elementor-widget-image img { width: 100%; height: 100%; }
.bs-guide-tile--image > .elementor-widget-image img { padding: 22px; object-fit: contain; background: var(--bs-teal-soft); }
.bs-guide-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; background: linear-gradient(0deg, rgba(23,40,50,.96), rgba(23,40,50,.15)); }
.bs-guide-overlay .elementor-heading-title,
.bs-guide-overlay .bs-card-link .elementor-button { color: #fff; }
.bs-guide-overlay .bs-card-title .elementor-heading-title { margin: 8px 0 4px; }

.bs-page .e-con.bs-method-bleed {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 0 !important;
  overflow: hidden;
}
.bs-method-bleed > .bs-method-split {
  --width: 100%;
  --gap: 0px;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}
.bs-method-split .bs-split-media { min-height: 620px; }
.bs-method-split .bs-split-content { min-height: 620px; }

.bs-page .e-con.bs-problem-grid {
  --flex-direction: row;
  --flex-wrap: wrap;
  --align-items: stretch;
  --gap: 22px;
  display: flex !important;
  flex-flow: row wrap !important;
  width: 100% !important;
  max-width: 100% !important;
  gap: 22px !important;
  align-items: stretch !important;
  padding: 0 !important;
}
.bs-page .e-con.bs-problem-grid > .bs-problem-card {
  --width: calc(50% - 11px);
  width: calc(50% - 11px) !important;
  max-width: calc(50% - 11px) !important;
  flex: 0 0 calc(50% - 11px) !important;
  min-width: 0;
  padding: 38px;
  background: var(--bs-soft);
  border-left: 5px solid var(--bs-teal);
}
.bs-problem-card--line { background: #fff; border: 1px solid var(--bs-line); border-top: 5px solid var(--bs-teal); }
.bs-page .e-con.bs-problem-grid > .bs-problem-card--image { --width: 100%; width: 100% !important; max-width: 100% !important; flex-basis: 100% !important; padding: 0 0 34px; border: 0; background: var(--bs-teal-soft); }
.bs-problem-card--image .elementor-widget-image img { width: 100%; height: 230px; padding: 18px; object-fit: contain; background: #fff; }
.bs-problem-card--image .bs-card-title,
.bs-problem-card--image .bs-card-copy,
.bs-problem-card--image .bs-card-link { margin-left: 32px; margin-right: 32px; }

.bs-page .e-con.bs-news-categories {
  --flex-direction: row;
  --flex-wrap: wrap;
  --justify-content: center;
  --align-items: stretch;
  --gap: 10px;
  display: flex !important;
  flex-flow: row wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 10px !important;
  width: 100% !important;
  margin-bottom: 34px;
}
.bs-page .e-con.bs-news-categories > .elementor-widget-button {
  --width: auto;
  width: auto !important;
  max-width: 100%;
  flex: 0 1 auto !important;
}
.bs-news-categories .elementor-button {
  min-height: 46px;
  padding: 0 19px;
  white-space: nowrap;
}
.bs-news-grid { display: flex; flex-flow: row wrap; gap: 22px; }
.bs-news-grid > article { flex: 1 1 300px; min-width: 0; background: #fff; border: 1px solid var(--bs-line); padding: 28px; transition: transform .25s ease, box-shadow .25s ease; }
.bs-news-grid > article:hover { transform: translateY(-6px); box-shadow: var(--bs-shadow); }
.bs-news-meta { color: var(--bs-teal-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.bs-news-grid h3 { margin: 10px 0; color: var(--bs-ink); font-family: "Jost", sans-serif; font-size: 23px; line-height: 1.25; }
.bs-news-grid p { margin: 0 0 16px; }
.bs-news-empty { padding: 38px; background: #fff; border: 1px dashed var(--bs-teal); text-align: center; }
.bs-media-sections { display: grid; gap: 44px; }
.bs-media-section__head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 20px; }
.bs-media-section__head h3 { margin: 0; color: var(--bs-ink); font-family: "Jost", sans-serif; font-size: 28px; text-transform: uppercase; }
.bs-media-section__head a { color: var(--bs-teal-dark); font-family: "Jost", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bs-post-card__thumb { display: block; margin: -28px -28px 24px; overflow: hidden; background: var(--bs-soft); }
.bs-post-card__thumb img { display: block; width: 100%; height: 220px; object-fit: cover; transition: transform .45s ease; }
.bs-news-grid > article:hover .bs-post-card__thumb img { transform: scale(1.045); }
.bs-video-grid > article { background: var(--bs-ink); color: #fff; border-color: var(--bs-ink); }
.bs-video-grid h3, .bs-video-grid h3 a { color: #fff; }
.bs-video-grid p { color: rgba(255,255,255,.76); }
.bs-video-thumb { position: relative; }
.bs-video-thumb::after { content: "\25B6"; position: absolute; left: 50%; top: 50%; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--bs-teal); color: #fff; transform: translate(-50%,-50%); box-shadow: 0 8px 24px rgba(0,0,0,.22); }
.bs-post-single__meta { color: var(--bs-teal-dark); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bs-post-single__media { margin: 0 0 38px; }
.bs-post-single__media img { display: block; width: 100%; max-height: 720px; object-fit: cover; }
.bs-post-single--video .bs-post-single__content { padding: 54px; background: var(--bs-ink); color: rgba(255,255,255,.86); }
.bs-post-single--video .bs-post-single__content h2,
.bs-post-single--video .bs-post-single__content h3 { color: #fff; }
.bs-news-category-grid { display: flex; flex-flow: row wrap; gap: 22px; margin-bottom: 84px; }
.bs-news-category-grid > .bs-news-category-card { flex: 1 1 300px; min-width: 0; }
.bs-news-category-card .elementor-widget-image img { object-fit: contain; padding: 18px; background: var(--bs-soft); }

.bs-tools-band { padding: 0; }
.bs-tools-band .bs-content-layer { transform: translateY(-56px); margin-bottom: -56px; }
.bs-tool-card { background: var(--bs-ink); color: #fff; border: 0; }
.bs-tool-card:nth-child(2) { background: var(--bs-teal-dark); }
.bs-tool-card:nth-child(3) { background: #315568; }
.bs-tool-card .bs-card-title .elementor-heading-title,
.bs-tool-card .bs-card-copy .elementor-heading-title,
.bs-tool-card .bs-card-link .elementor-button { color: #fff; }

.bs-page-title { background: var(--bs-soft); padding: 72px 0; text-align: center; }
.bs-page-title .bs-content-layer { align-items: center; }
.bs-page-title > .bs-content-layer { width: min(100%, var(--bs-shell)); max-width: var(--bs-shell); margin-inline: auto; }
.bs-page-title h1.elementor-heading-title { margin: 0; color: var(--bs-ink); font-family: "Jost", sans-serif; font-size: clamp(38px, 4vw, 58px); font-weight: 800; line-height: 1.05; text-transform: uppercase; }
.bs-page-title h1 { margin: 0; color: var(--bs-ink); font-family: "Jost", sans-serif; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; text-transform: uppercase; }
.bs-page-title p { max-width: 860px; margin: 16px auto 0; }
.bs-breadcrumb .elementor-heading-title { margin-top: 15px; color: var(--bs-copy); font-size: 14px; font-weight: 400; }
.bs-breadcrumb a { color: var(--bs-teal-dark); }

/* Toilets category hub: full-bleed scene banner with native Elementor content layers. */
.bs-category-hero {
  min-height: 600px;
  padding: 74px 0;
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
  background-color: #dcecee;
}
.bs-category-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: transparent;
}
.bs-category-hero-panel {
  width: min(790px, 68%);
  margin-left: auto;
  margin-right: auto;
  padding: 54px 58px;
  background: rgba(255,255,255,.05);
  box-shadow: var(--bs-shadow);
  backdrop-filter: blur(2px);
}
.bs-category-hero-title .elementor-heading-title {
  margin: 15px 0 22px;
  color: var(--bs-ink);
  font-family: "Jost", sans-serif;
  font-size: clamp(44px, 4.2vw, 66px);
  font-weight: 800;
  line-height: .99;
  text-transform: uppercase;
}
.bs-category-hero-copy .elementor-heading-title {
  max-width: 690px;
  color: var(--bs-copy);
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
}
.bs-category-hero-panel .bs-breadcrumb .elementor-heading-title { margin-top: 18px; }

.bs-toilets-decision-grid { gap: 0; }
.bs-toilets-decision-grid > .e-con { flex-basis: 50%; }
.bs-toilets-diagram { min-height: 520px; background: #eaf3f4; }
.bs-toilets-diagram img { padding: clamp(32px, 4vw, 70px); object-fit: contain; }

.bs-page .e-con.bs-toilets-guide-grid {
  --flex-direction: row;
  --flex-wrap: wrap;
  display: flex !important;
  flex-flow: row wrap !important;
  gap: 22px !important;
  align-items: stretch;
}
.bs-page .e-con.bs-toilets-guide-grid > .e-con.bs-toilets-guide-card {
  --width: calc(50% - 11px);
  width: calc(50% - 11px) !important;
  max-width: calc(50% - 11px);
  flex: 0 0 calc(50% - 11px) !important;
  min-width: 0 !important;
}
.bs-toilets-guide-card {
  min-height: 300px;
  padding: 42px;
  justify-content: center;
  background: #fff;
  border-top: 3px solid var(--bs-teal);
  box-shadow: 0 14px 38px rgba(23,40,50,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.bs-toilets-guide-card:hover { transform: translateY(-7px); box-shadow: 0 20px 48px rgba(23,40,50,.14); }
.bs-toilets-guide-card--teal { background: var(--bs-teal); }
.bs-toilets-guide-card--soft { background: var(--bs-teal-soft); }
.bs-toilets-guide-card--image { background: var(--bs-ink); }
.bs-toilets-guide-card--teal .elementor-heading-title,
.bs-toilets-guide-card--image .elementor-heading-title,
.bs-toilets-guide-card--teal .elementor-button,
.bs-toilets-guide-card--image .elementor-button { color: #fff; }
.bs-toilets-guide-card--teal .bs-card-copy .elementor-heading-title,
.bs-toilets-guide-card--image .bs-card-copy .elementor-heading-title { color: rgba(255,255,255,.86); }

.bs-page .e-con.bs-toilets-step-grid {
  --flex-direction: row;
  --flex-wrap: nowrap;
  display: flex !important;
  flex-flow: row nowrap !important;
  gap: 0 !important;
}
.bs-toilets-step { flex: 1 1 33.333%; min-width: 0; padding: 36px; border: 1px solid var(--bs-line); background: #fff; }
.bs-toilets-step + .bs-toilets-step { border-left: 0; }

.bs-toilet-spec-table { overflow: hidden; border: 1px solid var(--bs-line); background: #fff; }
.bs-page .e-con.bs-toilet-spec-row {
  --flex-direction: row;
  --flex-wrap: nowrap;
  display: grid !important;
  grid-template-columns: .68fr 1.05fr 1.65fr;
  gap: 0 !important;
  align-items: stretch;
  border-bottom: 1px solid var(--bs-line);
}
.bs-toilet-spec-row:last-child { border-bottom: 0; }
.bs-toilet-spec-row > .elementor-widget { padding: 20px 22px; min-width: 0; }
.bs-toilet-spec-row > .elementor-widget + .elementor-widget { border-left: 1px solid var(--bs-line); }
.bs-toilet-spec-head { background: var(--bs-ink); color: #fff; }
.bs-toilet-spec-head .elementor-heading-title { color: #fff; font-family: "Jost", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.bs-toilet-spec-name .elementor-heading-title { margin: 0; color: var(--bs-ink); font-family: "Jost", sans-serif; font-size: 17px; font-weight: 800; }
.bs-toilet-spec-value .elementor-heading-title,
.bs-toilet-spec-verify .elementor-heading-title { color: var(--bs-copy); font-family: "Roboto", sans-serif; font-size: 14px; font-weight: 400; line-height: 1.58; }
.bs-editorial-note .elementor-heading-title { margin-top: 20px; padding: 20px 22px; background: var(--bs-teal-soft); color: var(--bs-copy); font-size: 13px; line-height: 1.65; }

.bs-toilets-compare-grid { gap: 0; }
.bs-toilet-compare-card { padding: 48px; background: var(--bs-soft); border-top: 3px solid var(--bs-teal); }
.bs-toilet-compare-card--dark { background: var(--bs-ink); }
.bs-toilet-compare-card--dark .elementor-heading-title { color: #fff; }
.bs-toilet-compare-card--dark .bs-card-copy .elementor-heading-title { color: rgba(255,255,255,.82); }
.bs-toilets-mistake-grid .bs-card { border: 0; background: rgba(255,255,255,.07); }
.bs-toilets-mistake-grid .elementor-heading-title { color: #fff; }
.bs-toilets-mistake-grid .bs-card-copy .elementor-heading-title { color: rgba(255,255,255,.76); }

.bs-page .e-con.bs-toilets-faq-grid {
  --flex-direction: row;
  --flex-wrap: wrap;
  display: flex !important;
  flex-flow: row wrap !important;
  gap: 18px !important;
}
.bs-page .e-con.bs-toilets-faq-grid > .e-con {
  --width: calc(50% - 9px);
  width: calc(50% - 9px) !important;
  max-width: calc(50% - 9px);
  flex: 0 0 calc(50% - 9px) !important;
}
.bs-toilets-faq-card { padding: 30px; background: #fff; border: 1px solid var(--bs-line); border-left: 4px solid var(--bs-teal); }
.bs-toilets-faq-card .bs-card-title .elementor-heading-title { margin-top: 0; font-size: 20px; }
.bs-toilets-trust-grid { gap: 22px; }
.bs-trust-panel { padding: 38px; background: #fff; border-top: 3px solid var(--bs-teal); }
.bs-trust-panel--sources { background: var(--bs-ink); }
.bs-trust-panel--sources .elementor-heading-title { color: #fff; }
.bs-trust-panel--sources .bs-body-copy .elementor-heading-title { color: rgba(255,255,255,.84); }
.bs-trust-panel--sources a { color: var(--bs-teal-soft); text-decoration: underline; text-underline-offset: 3px; }

.bs-guide-layout { display: flex; align-items: flex-start; gap: 56px; }
.bs-guide-main { width: calc(100% - 340px); }
.bs-guide-sidebar { width: 300px; position: sticky; top: 24px; }
.bs-answer-box { padding: 34px; background: var(--bs-teal-soft); border-left: 4px solid var(--bs-teal); margin-bottom: 34px; }
.bs-answer-box .elementor-heading-title { margin: 0; }
.bs-content-block { padding: 34px 0; border-bottom: 1px solid var(--bs-line); }
.bs-content-block:last-child { border-bottom: 0; }
.bs-content-h2 .elementor-heading-title { margin: 0 0 16px; color: var(--bs-ink); font-family: "Jost", sans-serif; font-size: 31px; font-weight: 800; line-height: 1.2; }
.bs-content-h3 .elementor-heading-title { margin: 24px 0 10px; color: var(--bs-ink); font-family: "Jost", sans-serif; font-size: 21px; font-weight: 700; }
.bs-rich-text { color: var(--bs-copy); }
.bs-rich-text p:first-child { margin-top: 0; }
.bs-rich-text a { color: var(--bs-teal-dark); text-decoration: underline; }
.bs-rich-text ul, .bs-rich-text ol { padding-left: 22px; }
.bs-rich-text table { width: 100%; border-collapse: collapse; background: #fff; }
.bs-rich-text th, .bs-rich-text td { padding: 14px 16px; border: 1px solid var(--bs-line); text-align: left; vertical-align: top; }
.bs-rich-text th { background: var(--bs-ink); color: #fff; font-family: "Jost", sans-serif; font-weight: 700; }
.bs-rich-text tr:nth-child(even) td { background: var(--bs-soft); }
.bs-spec-table-wrap { overflow-x: auto; }
.bs-spec-table-wrap table { min-width: 680px; }
.bs-guide-image img { width: 100%; height: auto; background: var(--bs-soft); border: 1px solid var(--bs-line); }
.bs-source-list { font-size: 14px; }
.bs-guide-sidebar-card { padding: 28px; background: var(--bs-ink); color: #fff; }
.bs-guide-sidebar-card h3 { margin: 0 0 14px; color: #fff; font-family: "Jost", sans-serif; text-transform: uppercase; }
.bs-guide-sidebar-card a { color: #fff; }
.bs-guide-sidebar-card a:hover { color: var(--bs-teal-soft); }

.bs-tool-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: 32px; }
.bs-calculator { background: #fff; border: 1px solid var(--bs-line); padding: 36px; box-shadow: var(--bs-shadow); }
.bs-calculator h3 { margin-top: 0; color: var(--bs-ink); font-family: "Jost", sans-serif; font-size: 26px; }
.bs-calculator__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.bs-calculator label { display: grid; gap: 7px; color: var(--bs-ink); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.bs-calculator input, .bs-calculator select, .bs-calculator textarea { width: 100%; min-height: 52px; border: 1px solid #cfdcde; background: #fff; padding: 10px 13px; outline: none; }
.bs-calculator input:focus, .bs-calculator select:focus, .bs-calculator textarea:focus { border-color: var(--bs-teal); box-shadow: 0 0 0 3px rgba(67,168,174,.14); }
.bs-calculator button { min-height: 52px; border: 0; padding: 0 26px; background: var(--bs-teal); color: #fff; font-family: "Jost", sans-serif; font-size: 13px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.bs-calculator button:hover { background: #000; }
.bs-calculator__actions { margin-top: 22px; display: flex; gap: 12px; align-items: center; }
.bs-calculator__result { margin-top: 24px; padding: 22px; background: var(--bs-soft); border-left: 4px solid var(--bs-teal); color: var(--bs-ink); }
.bs-calculator__result[hidden] { display: none; }
.bs-calculator__result strong { display: block; font-family: "Jost", sans-serif; font-size: 22px; margin-bottom: 7px; }

.bs-database-filter { margin-bottom: 24px; display: flex; gap: 12px; flex-wrap: wrap; }
.bs-database-filter input, .bs-database-filter select { height: 48px; border: 1px solid var(--bs-line); padding: 0 14px; background: #fff; min-width: 220px; }
.bs-database-table-wrap { overflow-x: auto; border: 1px solid var(--bs-line); }
.bs-database-table { width: 100%; min-width: 840px; border-collapse: collapse; }
.bs-database-table th, .bs-database-table td { padding: 14px 16px; border-bottom: 1px solid var(--bs-line); text-align: left; }
.bs-database-table th { background: var(--bs-ink); color: #fff; font-family: "Jost", sans-serif; }
.bs-database-table tr:hover td { background: var(--bs-teal-soft); }

.bs-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; align-items: start; }
.bs-contact-card { background: var(--bs-soft); border-left: 3px solid var(--bs-teal); padding: 26px; }
.bs-contact-form .elementor-form-fields-wrapper { margin-left: -8px; margin-right: -8px; }
.bs-contact-form .elementor-field-group { padding-left: 8px; padding-right: 8px; margin-bottom: 16px; }
.bs-contact-form .elementor-field { min-height: 52px; border: 1px solid var(--bs-line); border-radius: 0; padding: 12px 14px; }
.bs-contact-form textarea.elementor-field { min-height: 150px; }
.bs-contact-form .elementor-button { min-height: 52px; width: 100%; border-radius: 0; background: var(--bs-teal); color: #fff; font-weight: 800; text-transform: uppercase; }
.bs-contact-form .elementor-button:hover { background: #000; }
.bs-faq .elementor-accordion-item { border: 0; border-bottom: 1px solid var(--bs-line); }
.bs-faq .elementor-tab-title { padding: 22px 20px; color: var(--bs-ink); font-family: "Jost", sans-serif; font-weight: 700; }
.bs-faq .elementor-tab-title.elementor-active { background: var(--bs-soft); color: var(--bs-teal-dark); }
.bs-faq .elementor-tab-content { padding: 22px 28px; border: 0; background: var(--bs-soft); color: var(--bs-copy); }
.bs-policy-copy .elementor-heading-title { max-width: 980px; }

.bs-cta { padding: 70px 0; background: var(--bs-teal); color: #fff; }
.bs-cta .bs-content-layer { display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 36px; }
.bs-cta-copy { max-width: 900px; }
.bs-cta-title .elementor-heading-title { margin: 0 0 12px; color: var(--bs-ink); font-family: "Jost", sans-serif; font-size: clamp(36px, 3.3vw, 54px); line-height: 1.02; font-weight: 800; text-transform: uppercase; }

/* Footer */
.bs-footer { background: var(--bs-ink); color: rgba(255,255,255,.78); }
.bs-footer-main { padding: 74px 0 58px; }
.bs-footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.15fr; gap: 58px; }
.bs-footer-logo img { width: 260px; filter: brightness(0) invert(1); }
.bs-footer p { margin: 18px 0; max-width: 360px; }
.bs-footer h3 { margin: 0 0 23px; color: #fff; font-family: "Jost", sans-serif; font-size: 17px; text-transform: uppercase; letter-spacing: .04em; }
.bs-footer h3::after { content: ""; display: block; width: 38px; height: 2px; background: var(--bs-teal); margin-top: 10px; }
.bs-footer ul { list-style: none; margin: 0; padding: 0; }
.bs-footer li { margin: 9px 0; }
.bs-footer a:hover { color: var(--bs-teal-soft); }
.bs-footer-contact dt { margin-top: 14px; color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.bs-footer-contact dd { margin: 3px 0 0; }
.bs-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.bs-footer-bottom .bs-shell { min-height: 58px; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: 12px; }
.bs-backtop { position: fixed; right: 24px; bottom: 24px; width: 44px; height: 44px; border: 0; background: var(--bs-teal); color: #fff; font-size: 23px; cursor: pointer; z-index: 900; opacity: 0; visibility: hidden; transition: .2s ease; }
.bs-backtop.is-visible { opacity: 1; visibility: visible; }
.bs-backtop:hover { background: #000; }

@media (max-width: 1180px) {
  .bs-brand { flex-basis: 230px; }
  .bs-brand img { width: 215px; }
  .bs-nav > ul > li > a { padding-inline: 10px; font-size: 12px; }
  .bs-nav > ul > li > a::after { left: 10px; right: 10px; }
  .bs-header-button { padding-inline: 16px; }
  .bs-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
  body.admin-bar .bs-header { top: 0; }
  body.admin-bar .bs-navbar.is-fixed { top: 0; }
  html.bs-menu-active, body.bs-menu-active { overflow: hidden !important; touch-action: none; }
  body { font-size: 15px; }
  .bs-shell, .bs-page .e-con.bs-content-layer { width: min(95%, var(--bs-shell)); }
  .bs-topbar__inner { min-height: 42px; justify-content: center; text-align: center; }
  .bs-topbar__links { display: none; }
  .bs-nav__inner { min-height: 78px; }
  .bs-brand { flex: 0 0 auto; }
  .bs-brand img { width: 205px; }
  .bs-menu-toggle { display: grid; place-items: center; order: 3; width: 48px; height: 48px; margin-left: 0; border: 1px solid var(--bs-line); background: #fff; cursor: pointer; }
  .bs-menu-toggle svg { width: 25px; height: 25px; fill: none; stroke: var(--bs-ink); stroke-width: 1.7; stroke-linecap: round; }
  .bs-nav__actions .bs-header-button { display: none; }
  .bs-nav { position: fixed; inset: 0; z-index: 1300; margin: 0; background: #fff; transform: translateX(100%); transition: transform .28s ease; overflow-y: auto; overscroll-behavior: contain; }
  .bs-header.menu-open .bs-nav { transform: translateX(0); }
  .bs-nav-close { display: grid; place-items: center; position: fixed; top: 0; right: 0; width: 58px; height: 58px; border: 0; background: var(--bs-teal-dark); color: #fff; font-size: 31px; cursor: pointer; z-index: 2; }
  .bs-nav > ul { width: 100%; min-height: 100%; padding: 76px 28px 38px; display: block; }
  .bs-nav > ul > li { border-bottom: 1px solid var(--bs-line); }
  .bs-nav > ul > li > a { min-height: 58px; padding: 0 10px; justify-content: space-between; font-size: 15px; }
  .bs-nav > ul > li > a::after { display: none; }
  .bs-nav .sub-menu { position: static; width: 100%; padding: 0 0 10px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; }
  .bs-nav .sub-menu .has-children > .sub-menu { padding-left: 14px; }
  .bs-nav .submenu-open > .sub-menu { display: block; }
  .bs-nav .sub-menu a { padding: 10px 20px; }
  .bs-nav__actions { order: 2; margin-left: auto; gap: 6px; }
  .bs-search-toggle { width: 46px; height: 46px; }
  .bs-section-outer { padding: 62px 0; }
  .bs-section-title { margin-bottom: 34px; }
  .bs-ghost-title .elementor-heading-title { font-size: clamp(38px, 6vw, 50px); }
  .bs-main-title { margin-top: -25px; }
  .bs-main-title .elementor-heading-title { font-size: clamp(30px, 4.8vw, 39px); }
  .bs-section-description .elementor-heading-title { margin-top: 18px; font-size: 15px; line-height: 1.65; }
  .bs-eyebrow .elementor-heading-title { margin-bottom: 13px; font-size: 12px; }
  .bs-body-copy .elementor-heading-title { font-size: 15px; line-height: 1.65; }
  .bs-button .elementor-button { min-height: 48px; padding: 0 23px; font-size: 12px; }
  .bs-hero { min-height: 0; padding: 32px 0; }
  .bs-hero-panel { width: 100%; padding: 38px 32px; }
  .bs-hero-title .elementor-heading-title { margin: 12px 0 17px; font-size: clamp(38px, 6.6vw, 50px); }
  .bs-hero-copy .elementor-heading-title { font-size: 15px; line-height: 1.65; }
  .bs-hero-search { margin-top: 24px; }
  .bs-hero-search input { height: 54px; font-size: 15px; }
  .bs-hero-search button { width: 58px; flex-basis: 58px; }
  .bs-hero-actions { margin-top: 24px; gap: 10px; }
  .bs-card { padding: 26px; }
  .bs-card-title .elementor-heading-title { margin: 17px 0 8px; font-size: 20px; }
  .bs-card-copy .elementor-heading-title { font-size: 14px; line-height: 1.62; }
  .bs-card-link .elementor-button { margin-top: 14px; font-size: 11px; }
  .bs-number { font-size: 34px; }
  .bs-page-title { padding: 58px 0; }
  .bs-page-title h1.elementor-heading-title, .bs-page-title h1 { font-size: 38px; }
  .bs-category-hero { min-height: 520px; padding: 52px 0; }
  .bs-category-hero-panel { width: min(720px, 78%); padding: 42px 38px; }
  .bs-category-hero-title .elementor-heading-title { font-size: 45px; }
  .bs-category-hero-copy .elementor-heading-title { font-size: 15px; line-height: 1.64; }
  .bs-toilets-decision-grid { flex-direction: column !important; }
  .bs-toilets-decision-grid > .e-con { width: 100% !important; flex-basis: auto !important; }
  .bs-toilets-diagram { min-height: 380px; }
  .bs-toilets-guide-card { min-height: 280px; padding: 32px; }
  .bs-page .e-con.bs-toilets-step-grid { flex-wrap: wrap !important; }
  .bs-toilets-step { flex: 1 1 50%; padding: 28px; }
  .bs-toilets-step:nth-child(3) { flex-basis: 100%; border-left: 1px solid var(--bs-line); border-top: 0; }
  .bs-toilet-spec-row > .elementor-widget { padding: 17px 18px; }
  .bs-toilet-compare-card { padding: 36px; }
  .bs-trust-panel { padding: 32px; }
  .bs-content-block { padding: 27px 0; }
  .bs-content-h2 .elementor-heading-title { font-size: 28px; }
  .bs-content-h3 .elementor-heading-title { font-size: 19px; }
  .bs-split { flex-direction: column; }
  .bs-split > .e-con { width: 100%; }
  .bs-split-media { min-height: 420px; }
  .bs-method-split .bs-split-content { order: 1; }
  .bs-method-split .bs-split-media { order: 2; }
  .bs-method-split .bs-split-content,
  .bs-method-split .bs-split-media { min-height: 420px; }
  .bs-fixture-explorer > .bs-fixture-card,
  .bs-fixture-explorer > .bs-fixture-card--wide {
    --width: calc(50% - 8px);
    width: calc(50% - 8px) !important;
    max-width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px) !important;
  }
  .bs-page .e-con.bs-fixture-explorer {
    --flex-wrap: wrap;
    flex-wrap: wrap !important;
  }
  .bs-check-steps { flex-wrap: wrap; }
  .bs-check-step { flex: 1 1 45%; }
  .bs-check-step + .bs-check-step { border-left: 1px solid var(--bs-line); }
  .bs-page .e-con.bs-tool-showcase,
  .bs-page .e-con.bs-guide-mosaic {
    --flex-direction: column;
    --flex-wrap: nowrap;
    display: flex !important;
    flex-flow: column nowrap !important;
    width: 100% !important;
  }
  .bs-page .e-con.bs-tool-showcase { display: flex !important; }
  .bs-page .e-con.bs-tool-showcase > .e-con,
  .bs-page .e-con.bs-guide-mosaic > .e-con {
    --width: 100%;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
  }
  .bs-page .e-con.bs-tool-side-stack,
  .bs-page .e-con.bs-guide-right {
    --width: 100%;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }
  .bs-tool-feature { padding: 38px 32px; }
  .bs-tool-feature .bs-card-title .elementor-heading-title { margin-top: 42px; font-size: 30px; }
  .bs-page .e-con.bs-tool-side-stack > .bs-tool-mini { padding: 29px; }
  .bs-guide-tile { padding: 28px; }
  .bs-guide-tile--horizontal > .bs-guide-copy { padding: 27px; }
  .bs-check-step { padding: 32px; }
  .bs-problem-card { padding: 30px; }
  .bs-news-grid > article { padding: 24px; }
  .bs-post-card__thumb { margin: -24px -24px 20px; }
  .bs-news-grid h3 { font-size: 21px; }
  .bs-calculator { padding: 29px; }
  .bs-calculator h3 { font-size: 23px; }
  .bs-calculator input, .bs-calculator select, .bs-calculator textarea,
  .bs-contact-form .elementor-field { min-height: 49px; }
  .bs-calculator button, .bs-contact-form .elementor-button { min-height: 49px; font-size: 12px; }
  .bs-faq .elementor-tab-title { padding: 18px; font-size: 14px; }
  .bs-faq .elementor-tab-content { padding: 18px 22px; font-size: 14px; }
  .bs-cta { padding: 58px 0; }
  .bs-cta-title .elementor-heading-title { font-size: 40px; }
  .bs-footer-main { padding: 60px 0 48px; }
  .bs-page .e-con.bs-news-categories { gap: 8px !important; margin-bottom: 28px; }
  .bs-page .e-con.bs-news-categories > .elementor-widget-button { --width: auto; width: auto !important; flex: 0 1 auto !important; }
  .bs-news-categories .elementor-button { min-height: 42px; padding: 0 15px; font-size: 10.5px; }
  .bs-tool-feature, .bs-tool-side-stack,
  .bs-guide-mosaic > .bs-guide-tile--feature, .bs-guide-right { flex: 0 0 auto !important; width: 100% !important; max-width: 100% !important; }
  .bs-guide-tile--horizontal { flex-basis: auto; }
  .bs-guide-layout { flex-direction: column; }
  .bs-guide-main, .bs-guide-sidebar { width: 100%; }
  .bs-guide-sidebar { position: static; }
  .bs-tool-shell, .bs-contact-grid { grid-template-columns: 1fr; }
  .bs-cta .bs-content-layer { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  body { font-size: 14px; }
  .bs-shell, .bs-page .e-con.bs-content-layer { width: min(95%, var(--bs-shell)); }
  .bs-topbar__inner { min-height: 38px; }
  .bs-topbar__promise { gap: 7px; font-size: 10px; }
  .bs-topbar__promise svg { width: 15px; height: 15px; }
  .bs-nav__inner { min-height: 70px; }
  .bs-brand img { width: 178px; }
  .bs-menu-toggle, .bs-search-toggle { width: 43px; height: 43px; }
  .bs-search-toggle svg { width: 20px; height: 20px; }
  .bs-section-outer { padding: 48px 0; }
  .bs-section-title { margin-bottom: 27px; }
  .bs-hero { min-height: 0; padding: 24px 0; }
  .bs-hero-panel { padding: 29px 21px; }
  .bs-hero-kicker .elementor-heading-title { font-size: 10px; line-height: 1.25; }
  .bs-hero-title .elementor-heading-title { margin: 10px 0 15px; font-size: 32px; line-height: 1.01; }
  .bs-hero-copy .elementor-heading-title { font-size: 13px; line-height: 1.58; }
  .bs-hero-search { margin-top: 20px; }
  .bs-hero-search input { height: 49px; padding: 0 13px; font-size: 13px; }
  .bs-hero-search button { width: 54px; flex-basis: 54px; }
  .bs-hero-actions { margin-top: 20px; gap: 8px; }
  .bs-button .elementor-button { min-height: 44px; padding: 0 18px; font-size: 10.5px; }
  .bs-main-title { margin-top: -19px; }
  .bs-ghost-title .elementor-heading-title { font-size: 30px; }
  .bs-main-title .elementor-heading-title { font-size: 25px; }
  .bs-section-description .elementor-heading-title { margin-top: 14px; font-size: 13px; line-height: 1.58; }
  .bs-eyebrow .elementor-heading-title { margin-bottom: 11px; font-size: 10.5px; }
  .bs-body-copy .elementor-heading-title { font-size: 13px; line-height: 1.58; }
  .bs-card-grid { gap: 16px; }
  .bs-card-grid.bs-three-col { flex-direction: column !important; }
  .bs-card-grid.bs-three-col > .elementor-element.e-con {
    flex: 1 1 auto !important;
    width: 100% !important;
  }
  .bs-card { flex-basis: 100%; padding: 20px; }
  .bs-card .elementor-widget-image img { height: 180px; }
  .bs-card-title .elementor-heading-title { margin: 14px 0 7px; font-size: 18px; }
  .bs-card-copy .elementor-heading-title { font-size: 13px; line-height: 1.56; }
  .bs-card-link .elementor-button { margin-top: 12px; font-size: 10px; }
  .bs-number { font-size: 30px; }
  .bs-page-title { padding: 42px 0; }
  .bs-page-title h1.elementor-heading-title, .bs-page-title h1 { font-size: 30px; }
  .bs-page-title p { margin-top: 11px; font-size: 13px; }
  .bs-category-hero { min-height: 0; padding: 28px 0; background-position: 62% center !important; }
  .bs-category-hero-panel { width: 100%; padding: 28px 21px; }
  .bs-category-hero-title .elementor-heading-title { margin: 11px 0 15px; font-size: 32px; line-height: 1.01; }
  .bs-category-hero-copy .elementor-heading-title { font-size: 13px; line-height: 1.58; }
  .bs-category-hero-panel .bs-breadcrumb .elementor-heading-title { margin-top: 13px; font-size: 12px; }
  .bs-toilets-diagram { min-height: 270px; }
  .bs-toilets-diagram img { padding: 24px; }
  .bs-page .e-con.bs-toilets-guide-grid { flex-flow: column nowrap !important; gap: 14px !important; }
  .bs-page .e-con.bs-toilets-guide-grid > .e-con.bs-toilets-guide-card {
    --width: 100%;
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 auto !important;
  }
  .bs-toilets-guide-card { min-height: 0; padding: 24px 21px; }
  .bs-page .e-con.bs-toilets-step-grid { flex-flow: column nowrap !important; }
  .bs-toilets-step,
  .bs-toilets-step:nth-child(3) { width: 100%; flex: 0 0 auto; padding: 22px 20px; border: 1px solid var(--bs-line); }
  .bs-toilets-step + .bs-toilets-step { border-top: 0; }
  .bs-page .e-con.bs-toilet-spec-row { display: flex !important; flex-direction: column !important; }
  .bs-toilet-spec-row > .elementor-widget { width: 100% !important; padding: 12px 15px; }
  .bs-toilet-spec-row > .elementor-widget + .elementor-widget { border-left: 0; border-top: 1px solid var(--bs-line); }
  .bs-toilet-spec-head { display: none !important; }
  .bs-toilet-spec-name .elementor-heading-title { font-size: 15px; }
  .bs-toilet-spec-value .elementor-heading-title,
  .bs-toilet-spec-verify .elementor-heading-title { font-size: 12.5px; line-height: 1.54; }
  .bs-editorial-note .elementor-heading-title { margin-top: 14px; padding: 16px; font-size: 12px; }
  .bs-toilets-compare-grid { flex-direction: column !important; }
  .bs-toilet-compare-card { width: 100% !important; padding: 26px 21px; }
  .bs-page .e-con.bs-toilets-faq-grid { flex-flow: column nowrap !important; gap: 12px !important; }
  .bs-page .e-con.bs-toilets-faq-grid > .e-con { --width: 100%; width: 100% !important; max-width: 100%; flex: 0 0 auto !important; }
  .bs-toilets-faq-card { padding: 21px 18px; }
  .bs-toilets-faq-card .bs-card-title .elementor-heading-title { font-size: 17px; }
  .bs-toilets-trust-grid { flex-direction: column !important; gap: 14px; }
  .bs-trust-panel { width: 100% !important; padding: 24px 20px; }
  .bs-content-block { padding: 22px 0; }
  .bs-content-h2 .elementor-heading-title { margin-bottom: 12px; font-size: 23px; }
  .bs-content-h3 .elementor-heading-title { margin: 19px 0 8px; font-size: 17px; }
  .bs-split-media { min-height: 300px; }
  .bs-split-content { padding: 32px 21px; }
  .bs-fixture-explorer > .bs-fixture-card,
  .bs-fixture-explorer > .bs-fixture-card--wide {
    --width: 100%;
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 100% !important;
    min-width: 0;
  }
  .bs-check-step { flex-basis: 100%; padding: 24px 20px; }
  .bs-tool-feature { padding: 28px 21px; }
  .bs-tool-feature .bs-card-title .elementor-heading-title { margin-top: 25px; font-size: 25px; }
  .bs-tool-feature .bs-tool-diagram { width: 80%; }
  .bs-page .e-con.bs-tool-side-stack > .bs-tool-mini { padding: 24px 21px; }
  .bs-guide-tile { padding: 22px; }
  .bs-guide-tile--horizontal > .bs-guide-copy { padding: 22px; }
  .bs-page .e-con.bs-tool-side-stack,
  .bs-page .e-con.bs-guide-right,
  .bs-page .e-con.bs-guide-bottom,
  .bs-page .e-con.bs-guide-tile--horizontal {
    --flex-direction: column;
    --flex-wrap: nowrap;
    display: flex !important;
    flex-flow: column nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .bs-page .e-con.bs-tool-side-stack > .e-con,
  .bs-page .e-con.bs-guide-right > .e-con,
  .bs-page .e-con.bs-guide-bottom > .e-con,
  .bs-page .e-con.bs-guide-tile--horizontal > .e-con,
  .bs-page .e-con.bs-guide-tile--horizontal > .elementor-widget {
    --width: 100%;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }
  .bs-guide-tile--horizontal > .elementor-widget-image { min-width: 0; min-height: 230px; }
  .bs-guide-tile--feature .elementor-widget-image img { height: 235px; }
  .bs-problem-card { flex-basis: 100%; }
  .bs-search-dialog { padding: 44px 19px 24px; }
  .bs-search-dialog h2 { font-size: 22px; }
  .bs-search-dialog p { margin-bottom: 20px; font-size: 13px; }
  .bs-search-dialog form { display: block; border: 0; }
  .bs-search-dialog input { width: 100%; border: 1px solid var(--bs-line); }
  .bs-search-dialog button[type="submit"] { width: 100%; height: 52px; }
  .bs-calculator { padding: 20px; }
  .bs-calculator h3 { font-size: 21px; }
  .bs-calculator input, .bs-calculator select, .bs-calculator textarea,
  .bs-contact-form .elementor-field { min-height: 46px; font-size: 13px; }
  .bs-calculator button, .bs-contact-form .elementor-button { min-height: 46px; font-size: 11px; }
  .bs-problem-card { padding: 24px 20px; }
  .bs-news-grid > article { padding: 20px; }
  .bs-post-card__thumb { margin: -20px -20px 17px; }
  .bs-news-grid h3 { font-size: 19px; }
  .bs-news-grid p { font-size: 13px; }
  .bs-faq .elementor-tab-title { padding: 16px 14px; font-size: 13px; }
  .bs-faq .elementor-tab-content { padding: 16px 17px; font-size: 13px; }
  .bs-cta { padding: 46px 0; }
  .bs-cta-title .elementor-heading-title { font-size: 31px; }
  .bs-footer-main { padding: 48px 0 40px; }
  .bs-page .e-con.bs-news-categories { gap: 6px !important; margin-bottom: 24px; }
  .bs-page .e-con.bs-news-categories > .elementor-widget-button { --width: auto; width: auto !important; max-width: 100%; flex: 0 1 auto !important; }
  .bs-news-categories .elementor-button { min-height: 38px; padding: 0 11px; font-size: 9.5px; letter-spacing: .06em; }
  .bs-footer h3 { margin-bottom: 18px; font-size: 15px; }
  .bs-footer p, .bs-footer li, .bs-footer-contact dd { font-size: 13px; }
  .bs-calculator__grid { grid-template-columns: 1fr; }
  .bs-footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .bs-footer-bottom .bs-shell { padding: 18px 0; flex-direction: column; align-items: flex-start; }
}

/* 2026-08-14 screenshot-verified rendering corrections. */
.bs-page .elementor-element.e-con.bs-check-steps > .bs-check-step {
  background: #fff !important;
  border-color: var(--bs-line) !important;
}
.bs-page .elementor-element.e-con.bs-check-steps > .bs-check-step--dark {
  background: var(--bs-ink) !important;
  border-color: var(--bs-ink) !important;
}
.bs-page .elementor-element.e-con.bs-check-steps > .bs-check-step--teal {
  background: var(--bs-teal) !important;
  border-color: var(--bs-teal) !important;
}
.bs-page .elementor-element.e-con.bs-check-steps > .bs-check-step--dark .elementor-heading-title,
.bs-page .elementor-element.e-con.bs-check-steps > .bs-check-step--teal .elementor-heading-title {
  color: #fff !important;
}
.bs-page .elementor-element.e-con.bs-check-steps > .bs-check-step--dark .bs-card-copy .elementor-heading-title,
.bs-page .elementor-element.e-con.bs-check-steps > .bs-check-step--teal .bs-card-copy .elementor-heading-title {
  color: rgba(255,255,255,.82) !important;
}

/* Footer typography: use Jost consistently for all footer copy and links. */
.bs-footer,
.bs-footer p,
.bs-footer h3,
.bs-footer li,
.bs-footer a,
.bs-footer span,
.bs-footer strong,
.bs-footer dt,
.bs-footer dd {
  font-family: "Jost", Arial, sans-serif !important;
}

@media (min-width: 921px) {
  /* Keep the full illustrated card; resize only its image to 50% and center it. */
  .bs-page .elementor-element.e-con.bs-problem-grid > .bs-problem-card--image {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex-basis: 100% !important;
  }
  .bs-page .elementor-element.e-con.bs-problem-grid > .bs-problem-card--image > .elementor-widget-image {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff !important;
  }
  .bs-page .elementor-element.e-con.bs-problem-grid > .bs-problem-card--image > .elementor-widget-image .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .bs-page .elementor-element.e-con.bs-problem-grid > .bs-problem-card--image > .elementor-widget-image img {
    display: block !important;
    width: 50% !important;
    max-width: 50% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Elementor boxed containers place the real CTA children inside .e-con-inner. */
  .bs-page .elementor-element.e-con.bs-cta > .bs-content-layer.bs-two-col > .e-con-inner {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 50px !important;
    width: 100% !important;
    max-width: var(--bs-shell) !important;
  }
  .bs-page .elementor-element.e-con.bs-cta > .bs-content-layer.bs-two-col > .e-con-inner > .bs-cta-copy {
    width: auto !important;
    max-width: 900px !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }
  .bs-page .elementor-element.e-con.bs-cta > .bs-content-layer.bs-two-col > .e-con-inner > .elementor-widget-button {
    width: auto !important;
    max-width: none !important;
    margin-left: auto !important;
    flex: 0 0 auto !important;
    align-self: center !important;
  }

  /* Compact the desktop category banner without touching its page content. */
  .bs-page .elementor-element.e-con.bs-category-hero {
    min-height: 420px !important;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .bs-page .elementor-element.e-con.bs-category-hero > .bs-content-layer > .bs-category-hero-panel {
    padding: 38px 44px !important;
  }
}

/* 2026-08-14 requested category-banner, measurement-card and footer fixes. */

/* Category hubs keep the compact page-title composition and add only a
   category-specific image behind that same banner-sized container. */
body.page-id-225 .bs-page-title,
body.page-id-226 .bs-page-title,
body.page-id-227 .bs-page-title,
body.page-id-228 .bs-page-title {
  position: relative;
  isolation: isolate;
  min-height: 350px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
body.page-id-225 .bs-page-title {
  background-image: url("assets/banners/real-faucet-spacing-v5.webp") !important;
}
body.page-id-226 .bs-page-title {
  background-image: url("assets/banners/real-vanity-sizes-v5.webp") !important;
}
body.page-id-227 .bs-page-title {
  background-image: url("assets/banners/real-shower-doors-v5.webp") !important;
}
body.page-id-228 .bs-page-title {
  background-image: url("assets/banners/real-bathtub-v5.webp") !important;
}
body.page-id-225 .bs-page-title::before,
body.page-id-226 .bs-page-title::before,
body.page-id-227 .bs-page-title::before,
body.page-id-228 .bs-page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: transparent;
}
body.page-id-225 .bs-page-title > .bs-content-layer,
body.page-id-226 .bs-page-title > .bs-content-layer,
body.page-id-227 .bs-page-title > .bs-content-layer,
body.page-id-228 .bs-page-title > .bs-content-layer {
  position: relative;
  z-index: 1;
}

/* The richer Toilets hero is visually reduced to the same category-banner
   composition; its existing page text remains intact. */
body.page-id-224 .bs-page .elementor-element.e-con.bs-category-hero {
  min-height: 350px !important;
  padding: 72px 0 !important;
  align-items: center !important;
  text-align: center !important;
  background-image: url("assets/banners/real-toilet-standard-v5.webp") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
body.page-id-224 .bs-category-hero::before {
  background: transparent !important;
}
body.page-id-224 .bs-category-hero > .bs-content-layer {
  align-items: center !important;
}
body.page-id-224 .bs-page .elementor-element.e-con.bs-category-hero > .bs-content-layer > .bs-category-hero-panel {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 1000px !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
body.page-id-224 .bs-category-hero .bs-hero-kicker,
body.page-id-224 .bs-category-hero .bs-hero-actions {
  display: none !important;
}
body.page-id-224 .bs-category-hero-title { order: 1; }
body.page-id-224 .bs-category-hero-panel .bs-breadcrumb { order: 2; }
body.page-id-224 .bs-category-hero-copy { order: 3; }
body.page-id-224 .bs-category-hero-title .elementor-heading-title {
  margin: 0 !important;
  font-size: clamp(38px, 4vw, 58px) !important;
  line-height: 1.05 !important;
}
body.page-id-224 .bs-category-hero-panel .bs-breadcrumb .elementor-heading-title {
  margin: 15px 0 0 !important;
}
body.page-id-224 .bs-category-hero-copy .elementor-heading-title {
  max-width: 860px !important;
  margin: 16px auto 0 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

/* Keep the 50% diagram centered with matching white space above and below,
   while restoring the original lower card depth for its text link. */
@media (min-width: 921px) {
  .bs-page .elementor-element.e-con.bs-problem-grid > .bs-problem-card--image {
    padding: 0 0 34px !important;
  }
  .bs-page .elementor-element.e-con.bs-problem-grid > .bs-problem-card--image > .elementor-widget-image {
    box-sizing: border-box !important;
    padding: 34px 0 !important;
  }
}

/* Center every contact icon on the same line box as its footer link. */
.bs-footer-contact > li {
  align-items: center;
}
.bs-footer-contact__icon {
  margin-top: 0;
}
.bs-footer-contact__text {
  display: flex;
  align-items: center;
  min-height: 20px;
}
.bs-footer-contact__text a {
  line-height: 20px;
}

/* 2026-08-14 mobile hero and navigation stacking corrections.
   Keep the two hero CTAs inside the white content panel, aligned to its inner
   left/right edges.  Also remove the sticky navbar's retained transform on
   mobile: a transformed ancestor turns the fixed menu into a navbar-height
   containing block instead of a viewport overlay. */
@media (max-width: 620px) {
  .bs-page .elementor-element.e-con.bs-hero-actions {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-content: space-between !important;
  }
  .bs-page .elementor-element.e-con.bs-hero-actions > .elementor-widget-button:last-child {
    transform: none !important;
  }
  .bs-database-filter {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: stretch !important;
    gap: 8px !important;
    width: 100% !important;
  }
  .bs-database-filter input,
  .bs-database-filter select {
    width: calc(50% - 4px) !important;
    min-width: 0 !important;
    max-width: calc(50% - 4px) !important;
    flex: 1 1 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 12px !important;
  }
  .bs-database-filter input {
    width: calc(60% - 4px) !important;
    max-width: calc(60% - 4px) !important;
    flex: 0 0 calc(60% - 4px) !important;
  }
  .bs-database-filter select {
    width: calc(40% - 4px) !important;
    max-width: calc(40% - 4px) !important;
    flex: 0 0 calc(40% - 4px) !important;
  }
}

@media (max-width: 920px) {
  .bs-navbar.is-fixed {
    animation: none !important;
    transform: none !important;
  }
  .bs-header.menu-open {
    z-index: 10000 !important;
  }
  .bs-header.menu-open .bs-navbar,
  .bs-header.menu-open .bs-navbar.is-fixed,
  .bs-header.menu-open .bs-nav__inner {
    overflow: visible !important;
    animation: none !important;
    transform: none !important;
  }
  .bs-header.menu-open .bs-nav {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    margin: 0 !important;
    z-index: 10001 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    isolation: isolate;
    transform: translate3d(0, 0, 0) !important;
  }
  .bs-header.menu-open .bs-nav > ul {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    min-height: 100dvh;
    background: #fff;
  }
  .bs-header.menu-open .bs-nav-close {
    z-index: 2;
  }
}

/* 2026-08-14 final visual corrections: readable photographic banners,
   compact media cards, and the requested mobile footer/action geometry. */

body.bathspecs-site .bs-page .elementor-element.e-con.bs-page-title > .bs-content-layer {
  width: min(940px, calc(100% - 48px)) !important;
  max-width: 940px !important;
  margin-inline: auto !important;
  padding: clamp(20px, 3vw, 26px) clamp(16px, 4vw, 42px) !important;
  background: rgba(255,255,255,.05) !important;
  box-shadow: 0 12px 36px rgba(23,40,50,.13) !important;
  backdrop-filter: blur(2px);
}
body.bathspecs-site .bs-page-title h1.elementor-heading-title,
body.bathspecs-site .bs-page-title h1 {
  max-width: 860px;
  margin-inline: auto !important;
}
body.bathspecs-site .bs-page-title .bs-breadcrumb .elementor-heading-title,
body.bathspecs-site .bs-page-title p,
body.bathspecs-site .bs-page-title .elementor-heading-title {
  text-shadow: none !important;
}

body.page-id-224 .bs-page .elementor-element.e-con.bs-category-hero .bs-category-hero-panel {
  width: min(1000px, calc(100% - 48px)) !important;
  max-width: 1000px !important;
  padding: clamp(20px, 3vw, 26px) clamp(16px, 4vw, 42px) !important;
  background: rgba(255,255,255,.05) !important;
  box-shadow: 0 12px 36px rgba(23,40,50,.13) !important;
  backdrop-filter: blur(2px) !important;
}

.bs-page .elementor-element.e-con.bs-news-category-grid {
  --flex-direction: row;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 72px !important;
}
.bs-page .elementor-element.e-con.bs-news-category-grid > .bs-news-category-card {
  --width: auto;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 390px !important;
  flex: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  padding: 0 22px 24px !important;
  overflow: hidden !important;
}
.bs-page .bs-news-category-card > .elementor-widget-image {
  width: calc(100% + 44px) !important;
  max-width: none !important;
  margin: 0 -22px 18px !important;
  flex: 0 0 auto !important;
}
.bs-page .bs-news-category-card .elementor-widget-image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 165px !important;
  padding: 0 !important;
  background: var(--bs-soft) !important;
  object-fit: cover !important;
}
.bs-page .bs-news-category-card .elementor-widget-image img[src$=".svg"] {
  padding: 24px !important;
  object-fit: contain !important;
}
.bs-page .bs-news-category-card .bs-card-title .elementor-heading-title {
  margin: 0 0 10px !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
}
.bs-page .bs-news-category-card .bs-card-copy .elementor-heading-title {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}
.bs-page .bs-news-category-card .bs-card-link {
  margin-top: auto !important;
}
.bs-page .bs-news-category-card .bs-card-link .elementor-button {
  margin-top: 18px !important;
}

@media (max-width: 1180px) {
  .bs-page .elementor-element.e-con.bs-news-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  body.bathspecs-site .bs-page .elementor-element.e-con.bs-page-title > .bs-content-layer {
    width: calc(100% - 24px) !important;
    padding: 20px 16px !important;
  }
  body.page-id-224 .bs-page .elementor-element.e-con.bs-category-hero .bs-category-hero-panel {
    width: calc(100% - 24px) !important;
    padding: 20px 16px !important;
  }

  .bs-page .elementor-element.e-con.bs-news-category-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    margin-bottom: 48px !important;
  }
  .bs-page .elementor-element.e-con.bs-news-category-grid > .bs-news-category-card {
    min-height: 340px !important;
  }

  .bs-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 18px !important;
    row-gap: 34px !important;
  }
  .bs-footer-grid > :first-child,
  .bs-footer-grid > .bs-footer-contact-column {
    grid-column: 1 / -1 !important;
  }
  .bs-footer-grid > .bs-footer-contact-column {
    width: 100% !important;
  }

  .bs-page .elementor-element.e-con.bs-hero-actions {
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .bs-page .elementor-element.e-con.bs-hero-actions > .elementor-widget-button:last-child {
    transform: none !important;
  }
}

/* 2026-08-14 full-site banner and responsive typography pass. */

/* Every banner now uses a compressed, photorealistic fixture image. Related
   guides receive distinct scenes instead of reusing diagrams as backgrounds. */
body.page-id-147,
body.page-id-150,
body.page-id-241,
body.page-id-246,
body.page-id-249,
body.page-id-257 { --bs-page-banner-image: url("assets/banners/real-measurement-tools-v5.webp"); --bs-page-banner-position: center; }
body.page-id-149,
body.page-id-153,
body.page-id-245,
body.page-id-247,
body.page-id-250,
body.page-id-251,
body.page-id-254,
body.page-id-255 { --bs-page-banner-image: url("assets/banners/real-specification-research-v5.webp"); --bs-page-banner-position: center; }
body.page-id-252,
body.page-id-292 { --bs-page-banner-image: url("assets/banners/real-bathroom-media-v5.webp"); --bs-page-banner-position: center; }

body.page-id-224,
body.page-id-229,
body.page-id-242 { --bs-page-banner-image: url("assets/banners/real-toilet-standard-v5.webp"); --bs-page-banner-position: center; }
body.page-id-230 { --bs-page-banner-image: url("assets/banners/real-toilet-rough-in-v5.webp"); --bs-page-banner-position: center; }
body.page-id-231 { --bs-page-banner-image: url("assets/banners/real-toilet-clearance-v5.webp"); --bs-page-banner-position: center; }
body.page-id-232 { --bs-page-banner-image: url("assets/banners/real-toilet-shapes-v5.webp"); --bs-page-banner-position: center; }

body.page-id-225,
body.page-id-233 { --bs-page-banner-image: url("assets/banners/real-faucet-spacing-v5.webp"); --bs-page-banner-position: center; }
body.page-id-234 { --bs-page-banner-image: url("assets/banners/real-faucet-layouts-v5.webp"); --bs-page-banner-position: center; }
body.page-id-235 { --bs-page-banner-image: url("assets/banners/real-faucet-reach-v5.webp"); --bs-page-banner-position: center; }

body.page-id-226,
body.page-id-236,
body.page-id-243 { --bs-page-banner-image: url("assets/banners/real-vanity-sizes-v5.webp"); --bs-page-banner-position: center; }
body.page-id-237 { --bs-page-banner-image: url("assets/banners/real-vanity-plumbing-v5.webp"); --bs-page-banner-position: center; }

body.page-id-227,
body.page-id-239 { --bs-page-banner-image: url("assets/banners/real-shower-doors-v5.webp"); --bs-page-banner-position: center; }
body.page-id-238,
body.page-id-244 { --bs-page-banner-image: url("assets/banners/real-shower-measure-v5.webp"); --bs-page-banner-position: center; }

body.page-id-228,
body.page-id-240 { --bs-page-banner-image: url("assets/banners/real-bathtub-v5.webp"); --bs-page-banner-position: center; }

body.category-blogs,
body.category-video { --bs-page-banner-image: url("assets/banners/real-bathroom-media-v5.webp"); --bs-page-banner-position: center; }
body.category-toilets { --bs-page-banner-image: url("assets/banners/real-toilet-standard-v5.webp"); --bs-page-banner-position: center; }
body.category-faucets { --bs-page-banner-image: url("assets/banners/real-faucet-spacing-v5.webp"); --bs-page-banner-position: center; }
body.category-vanities { --bs-page-banner-image: url("assets/banners/real-vanity-sizes-v5.webp"); --bs-page-banner-position: center; }
body.category-shower-doors { --bs-page-banner-image: url("assets/banners/real-shower-doors-v5.webp"); --bs-page-banner-position: center; }
body.category-bathtubs { --bs-page-banner-image: url("assets/banners/real-bathtub-v5.webp"); --bs-page-banner-position: center; }

body.bathspecs-site .bs-page-title {
  position: relative;
  isolation: isolate;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: var(--bs-page-banner-image, url("assets/bathspecs-mark.svg")) !important;
  background-repeat: no-repeat !important;
  background-position: var(--bs-page-banner-position, center) !important;
  background-size: var(--bs-page-banner-size, cover) !important;
}
body.bathspecs-site .bs-page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: transparent !important;
}
body.bathspecs-site .bs-page-title > .bs-content-layer,
body.bathspecs-site .bs-page-title > .bs-content-layer > .e-con-inner {
  position: relative;
  z-index: 1;
  align-items: center !important;
  text-align: center !important;
}
body.bathspecs-site .bs-page-title .elementor-widget,
body.bathspecs-site .bs-page-title .elementor-heading-title {
  width: 100% !important;
  text-align: center !important;
}

/* Center the Toilets content panel within the 1400px inner shell and reveal
   more of the photo while keeping the dark text readable. */
body.page-id-224 .bs-category-hero {
  background-image: var(--bs-page-banner-image) !important;
  background-position: var(--bs-page-banner-position, center) !important;
  background-size: cover !important;
  justify-content: center !important;
}
body.page-id-224 .bs-category-hero::before {
  background: transparent !important;
}
body.page-id-224 .bs-category-hero .bs-category-hero-panel {
  margin-left: auto !important;
  margin-right: auto !important;
}
body.page-id-224 .bs-category-hero .bs-category-hero-title,
body.page-id-224 .bs-category-hero .bs-category-hero-copy,
body.page-id-224 .bs-category-hero .bs-breadcrumb,
body.page-id-224 .bs-category-hero .elementor-heading-title {
  width: 100% !important;
  text-align: center !important;
}

@media (min-width: 921px) {
  /* The four mistake cards are one desktop row. */
  .bs-page .elementor-element.e-con.bs-toilets-mistake-grid {
    --flex-direction: row;
    --flex-wrap: nowrap;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .bs-page .elementor-element.e-con.bs-toilets-mistake-grid > .bs-card {
    --width: 100%;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
}

@media (max-width: 920px) {
  body.bathspecs-site .bs-page-title {
    min-height: 300px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

@media (max-width: 620px) {
  body.bathspecs-site .bs-page-title {
    min-height: 260px !important;
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  /* User-specified site-wide mobile heading scale. */
  body.bathspecs-site h2,
  body.bathspecs-site h2.elementor-heading-title,
  body.bathspecs-site .elementor-widget-heading h2.elementor-heading-title {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }
  body.bathspecs-site h3,
  body.bathspecs-site h3.elementor-heading-title,
  body.bathspecs-site .elementor-widget-heading h3.elementor-heading-title {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  /* Remove the second 22px inset from the horizontal guide tile so all four
     mobile guide cards share the same text left edge. */
  .bs-page .bs-guide-tile--horizontal > .bs-guide-copy {
    --width: 100%;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (min-width: 921px) {
  body.page-id-224 .bs-page .elementor-element.e-con.bs-category-hero {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }
  body.page-id-224 .bs-category-hero .bs-category-hero-panel {
    gap: 0 !important;
  }
}

@media (max-width: 920px) {
  body.page-id-224 .bs-page .elementor-element.e-con.bs-category-hero,
  body.page-id-225 .bs-page-title,
  body.page-id-226 .bs-page-title,
  body.page-id-227 .bs-page-title,
  body.page-id-228 .bs-page-title {
    min-height: 300px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

@media (max-width: 620px) {
  body.page-id-224 .bs-page .elementor-element.e-con.bs-category-hero,
  body.page-id-225 .bs-page-title,
  body.page-id-226 .bs-page-title,
  body.page-id-227 .bs-page-title,
  body.page-id-228 .bs-page-title {
    min-height: 260px !important;
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  body.page-id-224 .bs-category-hero-title .elementor-heading-title {
    font-size: 30px !important;
  }
  body.page-id-224 .bs-category-hero-copy .elementor-heading-title {
    font-size: 13px !important;
    line-height: 1.56 !important;
  }
}

/* Expanded navigation-page modules. The generated pages use six visibly
   different structures, semantic labels instead of running numbers, short
   copy blocks and balanced rows with no orphan card or empty grid column. */
.bs-expanded-section {
  padding-top: clamp(48px, 5vw, 78px);
  padding-bottom: clamp(48px, 5vw, 78px);
}
.bs-exp-metrics {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}
.bs-exp-metric {
  width: 100% !important;
  min-height: 112px;
  justify-content: flex-end;
  padding: 20px;
  border: 1px solid var(--bs-line);
  border-top: 4px solid var(--bs-teal);
  background: #fff;
}
.bs-exp-metric .bs-card-title .elementor-heading-title {
  font-size: 15px;
  line-height: 1.34;
  text-transform: none;
}
.bs-exp-grid {
  display: grid !important;
  gap: 22px;
  width: 100% !important;
  align-items: stretch;
}
.bs-exp-grid > .elementor-element.e-con {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
}
.bs-exp-card {
  min-height: 0;
  padding: clamp(22px, 2.3vw, 32px);
  justify-content: flex-start;
  gap: 12px;
  border: 1px solid var(--bs-line);
  background: #fff;
}
.bs-exp-card .bs-exp-label .elementor-heading-title {
  color: var(--bs-teal);
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}
.bs-exp-card .bs-card-title .elementor-heading-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  text-transform: none;
}
.bs-exp-card .bs-body-copy .elementor-heading-title {
  font-size: 15px;
  line-height: 1.65;
}
.bs-exp-card--line {
  border-left: 5px solid var(--bs-teal);
}
.bs-exp-card--soft {
  background: #f1f5f5;
}
.bs-exp-card--dark {
  border-color: #243d48;
  background: var(--bs-ink);
}
.bs-exp-card--teal {
  border-color: var(--bs-teal);
  background: var(--bs-teal);
}
.bs-exp-card--dark .elementor-heading-title,
.bs-exp-card--teal .elementor-heading-title {
  color: #fff !important;
}
.bs-exp-card--dark .bs-exp-label .elementor-heading-title {
  color: #7bd0d5 !important;
}
.bs-exp-card--teal .bs-exp-label .elementor-heading-title {
  color: #0f2a36 !important;
}

/* Family 0: compact horizontal bands; fixes the long, narrow faucet cards. */
.bs-exp-grid--bands { grid-template-columns: 1fr; gap: 14px; }
.bs-exp-grid--bands .bs-exp-card {
  display: grid !important;
  grid-template-columns: minmax(145px, .38fr) minmax(210px, .7fr) minmax(0, 1.75fr);
  align-items: start;
  column-gap: 28px;
}

/* Family 1: asymmetric editorial pair with a full-width remainder. */
.bs-exp-grid--editorial { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.bs-exp-grid--editorial > * { grid-column: span 6; }
.bs-exp-grid--editorial > :first-child { grid-column: span 7; }
.bs-exp-grid--editorial > :nth-child(2) { grid-column: span 5; }
.bs-exp-grid--editorial > :last-child:nth-child(odd) { grid-column: 1 / -1; }

/* Family 2: balanced two-column guides. */
.bs-exp-grid--duo { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bs-exp-grid--duo > :last-child:nth-child(odd) { grid-column: 1 / -1; }

/* Family 3: staggered twelve-column magazine mosaic. */
.bs-exp-grid--mosaic { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.bs-exp-grid--mosaic > :nth-child(4n + 1),
.bs-exp-grid--mosaic > :nth-child(4n) { grid-column: span 7; }
.bs-exp-grid--mosaic > :nth-child(4n + 2),
.bs-exp-grid--mosaic > :nth-child(4n + 3) { grid-column: span 5; }
.bs-exp-grid--mosaic > :last-child:nth-child(odd) { grid-column: 1 / -1; }

/* Family 4: full-width technical ledger rows. */
.bs-exp-grid--ledger { grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--bs-line); }
.bs-exp-grid--ledger .bs-exp-card {
  display: grid !important;
  grid-template-columns: minmax(145px, .36fr) minmax(220px, .72fr) minmax(0, 1.7fr);
  align-items: start;
  column-gap: 28px;
  border-width: 0 0 1px;
  border-radius: 0;
}

/* Family 5: one full analysis lead followed by balanced supporting cards. */
.bs-exp-grid--feature { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bs-exp-grid--feature > :first-child {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: minmax(150px, .38fr) minmax(220px, .72fr) minmax(0, 1.75fr);
  column-gap: 28px;
}
.bs-exp-grid--feature > :last-child:nth-child(even) { grid-column: 1 / -1; }
.bs-exp-grid > :only-child { grid-column: 1 / -1 !important; }

/* Five visual skins combine with the six structures above. Across the first
   25 expanded pages the layout/skin pair is unique, so a page does not merely
   repeat another page with different words. */
.bs-exp-skin-blueprint .bs-section-title {
  align-items: flex-start;
  text-align: left;
}
.bs-exp-skin-blueprint .bs-exp-card {
  border: 1px solid #bed2d5;
  border-top: 4px solid var(--bs-teal);
  background-color: #fff;
  background-image: linear-gradient(rgba(72,171,180,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(72,171,180,.055) 1px, transparent 1px);
  background-size: 24px 24px;
}
.bs-exp-skin-blueprint .bs-exp-card .elementor-heading-title {
  color: var(--bs-ink) !important;
}
.bs-exp-skin-blueprint .bs-exp-card .bs-exp-label .elementor-heading-title {
  color: var(--bs-teal-dark) !important;
}

.bs-exp-skin-contrast .bs-section-title {
  max-width: 760px;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}
.bs-exp-skin-contrast .bs-exp-card:nth-child(odd) {
  border-color: var(--bs-ink);
  background: var(--bs-ink);
}
.bs-exp-skin-contrast .bs-exp-card:nth-child(odd) .elementor-heading-title {
  color: #fff !important;
}
.bs-exp-skin-contrast .bs-exp-card:nth-child(even) {
  border: 4px solid var(--bs-teal);
  background: #fff;
}
.bs-exp-skin-contrast .bs-exp-card:nth-child(even) .elementor-heading-title {
  color: var(--bs-ink) !important;
}
.bs-exp-skin-contrast .bs-exp-card:nth-child(even) .bs-exp-label .elementor-heading-title {
  color: var(--bs-teal-dark) !important;
}

.bs-exp-skin-minimal .bs-section-title {
  align-items: flex-start;
  max-width: 900px;
  margin-right: auto;
  text-align: left;
  border-bottom: 1px solid var(--bs-ink);
  padding-bottom: 22px;
}
.bs-exp-skin-minimal .bs-section-title .bs-ghost-title { display: none; }
.bs-exp-skin-minimal .bs-section-title .bs-main-title { margin-top: 0; }
.bs-exp-skin-minimal .bs-exp-grid { gap: 0; }
.bs-exp-skin-minimal .bs-exp-card {
  border-width: 0 0 1px;
  border-color: var(--bs-line);
  background: transparent;
  padding-right: 18px;
  padding-left: 18px;
}
.bs-exp-skin-minimal .bs-exp-card--dark,
.bs-exp-skin-minimal .bs-exp-card--teal {
  color: var(--bs-ink);
  background: transparent;
}
.bs-exp-skin-minimal .bs-exp-card--dark .elementor-heading-title,
.bs-exp-skin-minimal .bs-exp-card--teal .elementor-heading-title {
  color: var(--bs-ink) !important;
}

.bs-exp-skin-framed .bs-section-title { text-align: center; }
.bs-exp-skin-framed .bs-exp-card {
  border: 2px solid var(--bs-ink);
  box-shadow: 10px 10px 0 #d9eff0;
  margin: 0 10px 10px 0 !important;
}
.bs-exp-skin-framed .bs-exp-card:nth-child(even) {
  box-shadow: 10px 10px 0 var(--bs-teal);
}
.bs-exp-grid.bs-exp-skin-framed > .elementor-element.e-con {
  width: calc(100% - 10px) !important;
}

.bs-exp-skin-stacked .bs-section-title {
  display: grid !important;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: end;
  column-gap: 36px;
  text-align: left;
}
.bs-exp-skin-stacked .bs-section-title .bs-ghost-title { grid-column: 1 / -1; }
.bs-exp-skin-stacked .bs-section-title .bs-main-title { margin-top: -28px; }
.bs-exp-skin-stacked .bs-exp-card {
  border-width: 0 0 0 8px;
  border-left-color: var(--bs-teal);
  background: #fff;
}
.bs-exp-skin-stacked .bs-exp-card:nth-child(3n + 2) { background: #e9f3f4; }
.bs-exp-skin-stacked .bs-exp-card:nth-child(3n + 3) {
  border-left-color: var(--bs-ink);
  background: #f7f9f9;
}
.bs-exp-skin-stacked .bs-exp-card .elementor-heading-title {
  color: var(--bs-ink) !important;
}
.bs-exp-skin-stacked .bs-exp-card .bs-exp-label .elementor-heading-title {
  color: var(--bs-teal-dark) !important;
}

.bs-section-dark .bs-section-title .elementor-heading-title {
  color: #fff;
}
.bs-section-dark .bs-ghost-title .elementor-heading-title {
  color: rgba(255,255,255,.08) !important;
}

/* One relevant real-world photo is woven into the middle content region on
   every expanded guide. The cards keep their individual layouts and readable
   surfaces; only the surrounding module gains visual context. */
.bs-expanded-section.bs-exp-group-2 {
  background-color: rgba(244,247,247,.84);
  background-blend-mode: screen;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bs-expanded-section.bs-exp-group-2.bs-section-dark {
  background-color: rgba(23,40,50,.82);
  background-blend-mode: multiply;
}

.bs-expanded-section.bs-exp-group-2.bs-exp-variant-1 { background-image: url("assets/support/support-toilet-standard-v4.webp") !important; }
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-2 { background-image: url("assets/support/support-toilet-rough-in-v4.webp") !important; }
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-3 { background-image: url("assets/support/support-toilet-clearance-v4.webp") !important; }
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-4 { background-image: url("assets/support/support-toilet-shapes-v4.webp") !important; }
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-5 { background-image: url("assets/support/support-toilet-standard-v4.webp") !important; }
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-6,
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-7 { background-image: url("assets/support/support-faucet-spacing-v4.webp") !important; }
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-8 { background-image: url("assets/support/support-faucet-layouts-v4.webp") !important; }
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-9 { background-image: url("assets/support/support-faucet-reach-v4.webp") !important; }
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-10,
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-11,
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-13 { background-image: url("assets/support/support-vanity-sizes-v4.webp") !important; }
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-12 { background-image: url("assets/support/support-vanity-plumbing-v4.webp") !important; }
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-14,
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-16 { background-image: url("assets/support/support-shower-doors-v4.webp") !important; }
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-15,
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-17 { background-image: url("assets/support/support-shower-measure-v4.webp") !important; }
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-18,
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-23 { background-image: url("assets/support/support-measurement-tools-v4.webp") !important; }
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-19,
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-20 { background-image: url("assets/support/support-bathtub-v4.webp") !important; }
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-21,
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-22 { background-image: url("assets/support/support-specification-research-v4.webp") !important; }
.bs-expanded-section.bs-exp-group-2.bs-exp-variant-24 { background-image: url("assets/support/support-bathroom-media-v4.webp") !important; }

@media (max-width: 1080px) {
  .bs-exp-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bs-exp-grid--bands .bs-exp-card,
  .bs-exp-grid--ledger .bs-exp-card,
  .bs-exp-grid--feature > :first-child {
    grid-template-columns: minmax(140px, .45fr) minmax(0, 1.55fr);
  }
  .bs-exp-grid--bands .bs-exp-card .bs-body-copy,
  .bs-exp-grid--ledger .bs-exp-card .bs-body-copy,
  .bs-exp-grid--feature > :first-child .bs-body-copy { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .bs-expanded-section {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .bs-exp-metrics,
  .bs-exp-grid,
  .bs-exp-grid--bands,
  .bs-exp-grid--editorial,
  .bs-exp-grid--duo,
  .bs-exp-grid--mosaic,
  .bs-exp-grid--ledger,
  .bs-exp-grid--feature {
    grid-template-columns: 1fr !important;
  }
  .bs-exp-grid > *,
  .bs-exp-grid--editorial > *,
  .bs-exp-grid--mosaic > *,
  .bs-exp-grid--feature > * {
    grid-column: 1 !important;
  }
  .bs-exp-grid--bands .bs-exp-card,
  .bs-exp-grid--ledger .bs-exp-card,
  .bs-exp-grid--feature > :first-child {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
  }
  .bs-exp-card {
    padding: 24px 20px;
  }
  .bs-exp-card .bs-card-title .elementor-heading-title {
    font-size: 18px !important;
  }
  .bs-exp-skin-stacked .bs-section-title {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .bs-exp-skin-stacked .bs-section-title .bs-main-title { margin-top: -18px; }
  .bs-exp-skin-framed .bs-exp-card { box-shadow: 6px 6px 0 #d9eff0; }
  .bs-exp-skin-framed .bs-exp-card:nth-child(even) { box-shadow: 6px 6px 0 var(--bs-teal); }
}

.bs-eeat-section {
  border-top: 1px solid var(--bs-line);
  background: #fff;
}
.bs-eeat-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}
.bs-eeat-card {
  width: 100% !important;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--bs-line);
  background: var(--bs-soft);
}
.bs-eeat-card:nth-child(2) {
  border-top: 4px solid var(--bs-teal);
}
.bs-eeat-card:nth-child(3) {
  color: #fff;
  background: var(--bs-ink);
}
.bs-eeat-card:nth-child(3) .elementor-heading-title {
  color: #fff !important;
}
.bs-eeat-card .bs-card-title .elementor-heading-title {
  font-size: 19px;
  line-height: 1.25;
  text-transform: none;
}
.bs-eeat-card .bs-body-copy .elementor-heading-title {
  font-size: 14px;
  line-height: 1.68;
}
.bs-eeat-card a {
  color: var(--bs-teal-dark);
  font-weight: 700;
}
@media (max-width: 920px) {
  .bs-eeat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .bs-eeat-grid { grid-template-columns: 1fr; }
  .bs-eeat-card { padding: 22px 20px; }
}

/* Deep Media archive modules. Category-specific family classes change the
   grid rhythm so Blogs, fixture archives and Video do not look cloned. */
.bs-archive-depth {
  padding: clamp(58px, 7vw, 104px) 0;
  background: var(--bs-soft);
}
.bs-archive-depth .bs-section-title {
  margin-bottom: 42px;
}
.bs-archive-depth .bs-section-title h2 {
  margin: -30px 0 12px;
  color: var(--bs-ink);
  font-family: "Jost", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.05;
  text-transform: uppercase;
}
.bs-archive-depth .bs-section-title p {
  max-width: 760px;
  color: var(--bs-copy);
}
.bs-archive-module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.bs-archive-module {
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--bs-line);
  background: #fff;
}
.bs-archive-module > span {
  display: block;
  margin-bottom: 20px;
  color: var(--bs-teal);
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}
.bs-archive-module h3 {
  margin: 0 0 14px;
  color: var(--bs-ink);
  font-family: "Jost", sans-serif;
  font-size: 21px;
  line-height: 1.2;
}
.bs-archive-module p {
  margin: 0;
  color: var(--bs-copy);
  font-size: 14px;
  line-height: 1.72;
}
.bs-archive-module--1 {
  border-top: 4px solid var(--bs-teal);
}
.bs-archive-module--2 {
  background: var(--bs-ink);
}
.bs-archive-module--2 h3,
.bs-archive-module--2 p {
  color: #fff;
}
.bs-archive-module--3 {
  border-color: var(--bs-teal);
  background: var(--bs-teal);
}
.bs-archive-module--3 h3,
.bs-archive-module--3 p {
  color: #fff;
}
.bs-archive-family-1 .bs-archive-module-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bs-archive-family-1 .bs-archive-module:nth-child(1),
.bs-archive-family-1 .bs-archive-module:nth-child(8) {
  grid-column: span 2;
}
.bs-archive-family-2 .bs-archive-module-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.bs-archive-family-2 .bs-archive-module {
  grid-column: span 5;
}
.bs-archive-family-2 .bs-archive-module:nth-child(3n + 1) {
  grid-column: span 7;
}
.bs-archive-family-3 .bs-archive-module-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bs-archive-family-3 .bs-archive-module:nth-child(4n + 1) {
  grid-column: 1 / -1;
}
.bs-archive-eeat {
  display: grid;
  grid-template-columns: .8fr 1.5fr 1.3fr;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  padding: 28px 30px;
  border: 1px solid var(--bs-line);
  border-left: 5px solid var(--bs-teal);
  background: #fff;
}
.bs-archive-eeat strong,
.bs-archive-eeat span {
  display: block;
}
.bs-archive-eeat strong {
  color: var(--bs-ink);
  font-family: "Jost", sans-serif;
  font-size: 16px;
}
.bs-archive-eeat span,
.bs-archive-eeat p,
.bs-archive-eeat a {
  color: var(--bs-copy);
  font-size: 13px;
  line-height: 1.55;
}
.bs-archive-eeat p { margin: 0; }
.bs-archive-eeat nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.bs-archive-eeat a {
  color: var(--bs-teal-dark);
  font-weight: 700;
}

@media (max-width: 920px) {
  .bs-archive-module-grid,
  .bs-archive-family-1 .bs-archive-module-grid,
  .bs-archive-family-2 .bs-archive-module-grid,
  .bs-archive-family-3 .bs-archive-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bs-archive-family-1 .bs-archive-module,
  .bs-archive-family-2 .bs-archive-module,
  .bs-archive-family-3 .bs-archive-module {
    grid-column: auto;
  }
  .bs-archive-eeat { grid-template-columns: 1fr 1fr; }
  .bs-archive-eeat nav { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .bs-archive-module-grid,
  .bs-archive-family-1 .bs-archive-module-grid,
  .bs-archive-family-2 .bs-archive-module-grid,
  .bs-archive-family-3 .bs-archive-module-grid {
    grid-template-columns: 1fr;
  }
  .bs-archive-module {
    grid-column: 1 !important;
    padding: 24px 20px;
  }
  .bs-archive-module h3 {
    font-size: 18px !important;
  }
  .bs-archive-eeat {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }
  .bs-archive-eeat nav { grid-column: 1; }
}

/*
 * Canonical responsive geometry.
 *
 * This is the only authority layer allowed to override Elementor's generated
 * width, flex-basis and direction values. Desktop content is 1400px; tablet
 * and phone content is 95% (2.5% on each side). Full-bleed bands stay 100%.
 */
html,
body,
.bs-page,
.bs-page > .elementor { max-width: 100%; overflow-x: clip; }

.bs-page,
.bs-page > .elementor,
.bs-page .elementor-element.e-con.bs-section-outer,
.bs-page .elementor-element.e-con.bs-full-bleed,
.bs-page .elementor-element.e-con.bs-hero {
  --width: 100%;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Full-viewport bands must not inherit the centered 1400px content rule. */
.bs-page .elementor-element.e-con.bs-method-bleed {
  --width: 100%;
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.bs-shell,
.bs-page .elementor-element.e-con.bs-content-layer {
  --width: 100%;
  width: min(100%, var(--bs-shell)) !important;
  max-width: var(--bs-shell) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bs-page .elementor-element.e-con.bs-hero-actions {
  --flex-direction: row;
  --flex-wrap: nowrap;
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
}
.bs-page .elementor-element.e-con.bs-hero-actions > .elementor-widget-button {
  --width: auto;
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
}

/* Five fixture cards on one desktop row. */
.bs-page .elementor-element.e-con.bs-fixture-explorer {
  --width: 100%;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.bs-page .elementor-element.e-con.bs-fixture-explorer > .bs-fixture-card,
.bs-page .elementor-element.e-con.bs-fixture-explorer > .bs-fixture-card--wide {
  --width: 100%;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
  margin: 0 !important;
}

/* Before You Buy: outside edges touch the 1400px line; spacing lives inside. */
.bs-page .elementor-element.e-con.bs-check-steps {
  --width: 100%;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.bs-page .elementor-element.e-con.bs-check-steps > .bs-check-step,
.bs-page .elementor-element.e-con.bs-check-steps > .bs-check-step:last-child {
  --width: 100%;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
  margin: 0 !important;
}

/* Popular tools: left feature and right stack share a fixed visual height. */
.bs-page .elementor-element.e-con.bs-tool-showcase {
  --width: 100%;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr) !important;
  grid-template-rows: 590px !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 590px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.bs-page .elementor-element.e-con.bs-tool-showcase > .bs-tool-feature,
.bs-page .elementor-element.e-con.bs-tool-showcase > .bs-tool-side-stack {
  --width: 100%;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 590px !important;
  min-height: 590px !important;
  margin: 0 !important;
  flex: none !important;
}
.bs-page .elementor-element.e-con.bs-tool-side-stack {
  --flex-direction: column;
  --justify-content: space-between;
  display: flex !important;
  flex-flow: column nowrap !important;
  justify-content: space-between !important;
  gap: 24px !important;
  padding: 0 !important;
}
.bs-page .elementor-element.e-con.bs-tool-side-stack > .bs-tool-mini {
  --width: 100%;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  flex: 1 1 0 !important;
}

/* Guide mosaic and common questions keep their native, editable containers. */
.bs-page .elementor-element.e-con.bs-guide-mosaic {
  --width: 100%;
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.bs-page .elementor-element.e-con.bs-guide-mosaic > .bs-guide-tile--feature {
  --width: 42%;
  width: 42% !important;
  max-width: 42% !important;
  flex: 0 0 42% !important;
}
.bs-page .elementor-element.e-con.bs-guide-mosaic > .bs-guide-right {
  --width: auto;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 1 1 0 !important;
}
.bs-page .elementor-element.e-con.bs-guide-right,
.bs-page .elementor-element.e-con.bs-guide-bottom {
  margin: 0 !important;
  padding: 0 !important;
}
.bs-page .elementor-element.e-con.bs-problem-grid {
  --width: 100%;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.bs-page .elementor-element.e-con.bs-problem-grid > .bs-problem-card {
  --width: 100%;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
  margin: 0 !important;
}
.bs-page .elementor-element.e-con.bs-problem-grid > .bs-problem-card--image { grid-column: 1 / -1; }

.bs-page .elementor-element.e-con.bs-news-categories {
  --width: 100%;
  display: flex !important;
  flex-flow: row wrap !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}
.bs-page .elementor-element.e-con.bs-news-categories > .elementor-widget-button {
  --width: auto;
  width: auto !important;
  max-width: 100% !important;
  flex: 0 1 auto !important;
}

@media (max-width: 920px) {
  .bs-shell,
  .bs-page .elementor-element.e-con.bs-content-layer {
    --width: 95%;
    width: 95% !important;
    max-width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .bs-section-outer { padding-top: 66px; padding-bottom: 66px; }
  .bs-main-title .elementor-heading-title { font-size: clamp(29px, 5vw, 39px); }
  .bs-ghost-title .elementor-heading-title { font-size: clamp(36px, 7vw, 52px); }
  .bs-section-description .elementor-heading-title { margin-top: 18px; font-size: 14px; line-height: 1.65; }

  .bs-page .elementor-element.e-con.bs-fixture-explorer {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
  .bs-page .elementor-element.e-con.bs-check-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
  .bs-page .elementor-element.e-con.bs-check-steps > .bs-check-step:last-child { grid-column: 1 / -1; }

  .bs-page .elementor-element.e-con.bs-tool-showcase {
    display: flex !important;
    flex-flow: column nowrap !important;
    gap: 18px !important;
    min-height: 0 !important;
  }
  .bs-page .elementor-element.e-con.bs-tool-showcase > .bs-tool-feature,
  .bs-page .elementor-element.e-con.bs-tool-showcase > .bs-tool-side-stack {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    flex: 0 0 auto !important;
  }
  .bs-page .elementor-element.e-con.bs-tool-showcase > .bs-tool-feature { min-height: 430px !important; }
  .bs-page .elementor-element.e-con.bs-tool-side-stack { gap: 18px !important; }
  .bs-page .elementor-element.e-con.bs-tool-side-stack > .bs-tool-mini {
    min-height: 220px !important;
    flex: 0 0 auto !important;
  }

  .bs-page .elementor-element.e-con.bs-guide-mosaic {
    flex-flow: column nowrap !important;
    gap: 18px !important;
  }
  .bs-page .elementor-element.e-con.bs-guide-mosaic > .bs-guide-tile--feature,
  .bs-page .elementor-element.e-con.bs-guide-mosaic > .bs-guide-right {
    --width: 100%;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }
  .bs-page .elementor-element.e-con.bs-problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 620px) {
  .bs-shell,
  .bs-page .elementor-element.e-con.bs-content-layer {
    --width: 95%;
    width: 95% !important;
    max-width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .bs-section-outer { padding-top: 46px; padding-bottom: 46px; }
  .bs-section-title { margin-bottom: 28px; }
  .bs-main-title { margin-top: -20px; }
  .bs-main-title .elementor-heading-title { font-size: 27px; line-height: 1.06; }
  .bs-ghost-title .elementor-heading-title { font-size: 35px; }
  .bs-section-description .elementor-heading-title { margin-top: 14px; font-size: 12.5px; line-height: 1.55; }

  .bs-page .elementor-element.e-con.bs-hero {
    --width: 100%;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 26px 0 !important;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden !important;
  }
  .bs-page .elementor-element.e-con.bs-hero::before { inset: -8px !important; }
  .bs-page .elementor-element.e-con.bs-hero > .bs-content-layer {
    width: 95% !important;
    max-width: 95% !important;
  }
  .bs-page .elementor-element.e-con.bs-hero-panel {
    --width: 100%;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 24px 5% !important;
  }
  .bs-page .bs-hero-kicker .elementor-heading-title { font-size: 9px !important; line-height: 1.35 !important; }
  .bs-page .bs-hero-title .elementor-heading-title {
    margin: 10px 0 14px !important;
    font-size: 26px !important;
    line-height: 1.04 !important;
  }
  .bs-page .bs-hero-copy .elementor-heading-title { font-size: 12.5px !important; line-height: 1.55 !important; }
  .bs-page .bs-hero-search { margin-top: 22px !important; }
  .bs-page .bs-hero-search input { height: 48px !important; padding-inline: 12px !important; font-size: 12px !important; }
  .bs-page .bs-hero-search button { width: 52px !important; flex-basis: 52px !important; }
  .bs-page .elementor-element.e-con.bs-hero-actions {
    width: 100% !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin-top: 18px !important;
  }
  .bs-page .elementor-element.e-con.bs-hero-actions > .elementor-widget-button {
    --width: auto;
    width: auto !important;
    max-width: calc(50% - 5px) !important;
    flex: 0 1 auto !important;
  }
  .bs-page .elementor-element.e-con.bs-hero-actions .elementor-button {
    min-height: 38px !important;
    padding: 0 10px !important;
    font-size: 8.5px !important;
  }

  .bs-page .elementor-element.e-con.bs-fixture-explorer,
  .bs-page .elementor-element.e-con.bs-check-steps,
  .bs-page .elementor-element.e-con.bs-tool-showcase,
  .bs-page .elementor-element.e-con.bs-guide-mosaic,
  .bs-page .elementor-element.e-con.bs-problem-grid,
  .bs-page .elementor-element.e-con.bs-news-categories {
    --width: 100%;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bs-page .elementor-element.e-con.bs-fixture-explorer {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .bs-page .elementor-element.e-con.bs-fixture-explorer > .bs-fixture-card,
  .bs-page .elementor-element.e-con.bs-fixture-explorer > .bs-fixture-card--wide {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  .bs-fixture-card .elementor-widget-image img { height: 150px; padding: 12px; }
  .bs-page .elementor-element.e-con.bs-fixture-explorer > .bs-fixture-card--photo .elementor-widget-image img {
    padding: 0 !important;
    object-fit: cover !important;
  }
  .bs-fixture-card .bs-card-title,
  .bs-fixture-card .bs-card-copy,
  .bs-fixture-card .bs-card-link { margin-left: 5%; margin-right: 5%; }
  .bs-fixture-card .bs-card-title .elementor-heading-title { font-size: 17px; }
  .bs-fixture-card .bs-card-copy .elementor-heading-title { font-size: 12px; }

  .bs-page .elementor-element.e-con.bs-check-steps {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .bs-page .elementor-element.e-con.bs-check-steps > .bs-check-step,
  .bs-page .elementor-element.e-con.bs-check-steps > .bs-check-step:last-child {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-column: auto !important;
    margin: 0 !important;
    padding: 22px 5% !important;
  }
  .bs-page .elementor-element.e-con.bs-check-steps > .bs-check-step + .bs-check-step { border-top: 0 !important; }

  .bs-page .elementor-element.e-con.bs-tool-showcase,
  .bs-page .elementor-element.e-con.bs-guide-mosaic {
    display: flex !important;
    flex-flow: column nowrap !important;
    gap: 14px !important;
    min-height: 0 !important;
  }
  .bs-page .elementor-element.e-con.bs-tool-showcase > .bs-tool-feature,
  .bs-page .elementor-element.e-con.bs-tool-showcase > .bs-tool-side-stack,
  .bs-page .elementor-element.e-con.bs-guide-mosaic > .e-con,
  .bs-page .elementor-element.e-con.bs-guide-right,
  .bs-page .elementor-element.e-con.bs-guide-bottom {
    --width: 100%;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
  }
  .bs-page .elementor-element.e-con.bs-tool-showcase > .bs-tool-feature { min-height: 360px !important; padding: 26px 5% !important; }
  .bs-page .elementor-element.e-con.bs-tool-side-stack,
  .bs-page .elementor-element.e-con.bs-guide-right,
  .bs-page .elementor-element.e-con.bs-guide-bottom {
    display: flex !important;
    flex-flow: column nowrap !important;
    gap: 14px !important;
    padding: 0 !important;
  }
  .bs-page .elementor-element.e-con.bs-tool-side-stack > .bs-tool-mini,
  .bs-page .elementor-element.e-con.bs-guide-right > .e-con,
  .bs-page .elementor-element.e-con.bs-guide-bottom > .e-con {
    --width: 100%;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
  }
  .bs-page .elementor-element.e-con.bs-tool-side-stack > .bs-tool-mini { min-height: 210px !important; padding: 22px 5% !important; }
  .bs-tool-feature .bs-card-title .elementor-heading-title { margin-top: 28px; font-size: 25px; }
  .bs-tool-mini .bs-card-title .elementor-heading-title { font-size: 20px; }
  .bs-tool-mini .bs-card-copy .elementor-heading-title { font-size: 12px; }

  .bs-page .elementor-element.e-con.bs-problem-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .bs-page .elementor-element.e-con.bs-problem-grid > .bs-problem-card,
  .bs-page .elementor-element.e-con.bs-problem-grid > .bs-problem-card--image {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-column: auto !important;
    margin: 0 !important;
    padding: 22px 5% !important;
  }
  .bs-page .elementor-element.e-con.bs-problem-grid > .bs-problem-card--image { padding-top: 0 !important; }

  .bs-page .elementor-element.e-con.bs-news-categories {
    display: flex !important;
    flex-flow: row wrap !important;
    justify-content: space-between !important;
    gap: 7px !important;
  }
  .bs-page .elementor-element.e-con.bs-news-categories > .elementor-widget-button {
    --width: auto;
    width: auto !important;
    max-width: 100% !important;
    flex: 0 1 auto !important;
  }
  .bs-news-categories .elementor-button { min-height: 36px !important; padding: 0 9px !important; font-size: 8.5px !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .bs-hero::before { transform: none !important; }
}

/* Final BathSpecs composition rules: keep native Elementor widgets editable. */
.bs-page .elementor-element.e-con.bs-section-title {
  --gap: 0;
  gap: 0 !important;
  row-gap: 0 !important;
}
.bs-page .bs-section-title > .bs-ghost-title {
  position: relative !important;
  z-index: 1;
  margin: 0 !important;
}
.bs-page .bs-section-title > .bs-main-title {
  position: relative !important;
  z-index: 2;
  margin: -30px 0 0 !important;
}
.bs-page .bs-section-title > .bs-section-description {
  position: relative !important;
  z-index: 2;
  margin-top: 20px !important;
}

.bs-tool-feature > .bs-eyebrow,
.bs-tool-feature > .bs-card-title,
.bs-tool-feature > .bs-card-copy,
.bs-tool-feature > .bs-button {
  position: relative;
  z-index: 2;
}
.bs-tool-feature .bs-tool-detail {
  max-width: 590px;
  margin-top: 15px;
}
.bs-tool-feature .bs-tool-detail .elementor-heading-title {
  color: rgba(255,255,255,.7);
  font-size: 15px;
  line-height: 1.65;
}

.bs-page .elementor-element.e-con.bs-problem-grid > .bs-problem-card--image {
  overflow: hidden !important;
  padding: 0 !important;
}
.bs-page .bs-problem-card--image .elementor-widget-image,
.bs-page .bs-problem-card--image .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
}
.bs-page .bs-problem-card--image .elementor-widget-image img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
}

.bs-page .elementor-element.e-con.bs-news-categories {
  display: flex !important;
  flex-flow: row wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
}
.bs-page .elementor-element.e-con.bs-news-categories > .elementor-widget-button {
  --width: auto;
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
}

.bs-page .elementor-element.e-con.bs-cta > .bs-content-layer {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto !important;
  align-items: center !important;
  gap: 50px !important;
}
.bs-page .elementor-element.e-con.bs-cta > .bs-content-layer > .elementor-widget-button {
  --width: auto;
  width: auto !important;
  justify-self: end !important;
}

.bs-footer-contact {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-footer-contact > li {
  display: grid;
  grid-template-columns: 20px minmax(0,1fr);
  align-items: start;
  gap: 12px;
  margin: 0;
}
.bs-footer-contact__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  color: var(--bs-teal);
}
.bs-footer-contact__icon svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bs-footer-contact__text strong {
  display: block;
  margin: 0 0 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.bs-footer-contact__text a {
  display: inline-block;
  line-height: 1.45;
}

@media (max-width: 920px) {
  .bs-page .bs-section-title > .bs-main-title { margin-top: -25px !important; }
  .bs-page .elementor-element.e-con.bs-cta > .bs-content-layer { gap: 28px !important; }
}

@media (max-width: 620px) {
  .bs-page .bs-section-title > .bs-main-title { margin-top: -18px !important; }
  .bs-page .bs-section-title > .bs-section-description { margin-top: 14px !important; }
  .bs-page .elementor-element.e-con.bs-news-categories {
    justify-content: center !important;
    gap: 7px !important;
  }
  .bs-page .elementor-element.e-con.bs-cta > .bs-content-layer {
    grid-template-columns: minmax(0,1fr) !important;
    gap: 20px !important;
  }
  .bs-page .elementor-element.e-con.bs-cta > .bs-content-layer > .elementor-widget-button {
    justify-self: start !important;
  }
  .bs-tool-feature .bs-tool-detail .elementor-heading-title {
    font-size: 12px;
    line-height: 1.55;
  }
}

/* Final authority for the screenshot-requested corrections.  These rules sit
   after Elementor geometry so later layout normalizers cannot undo them. */
body.page-id-224 .bs-category-hero .bs-category-hero-panel {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 1000px !important;
  padding: clamp(20px, 3vw, 26px) clamp(16px, 4vw, 42px) !important;
  background: rgba(255,255,255,.05) !important;
  box-shadow: 0 12px 36px rgba(23,40,50,.13) !important;
  backdrop-filter: blur(2px) !important;
  text-align: center !important;
}
body.page-id-224 .bs-page .elementor-element.e-con.bs-category-hero .bs-hero-kicker,
body.page-id-224 .bs-page .elementor-element.e-con.bs-category-hero .bs-hero-actions {
  display: none !important;
}

@media (min-width: 921px) {
  body.page-id-224 .bs-page .elementor-element.e-con.bs-category-hero {
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }
  body.page-id-224 .bs-category-hero .bs-category-hero-panel {
    gap: 0 !important;
  }
  .bs-page .elementor-element.e-con.bs-problem-grid > .bs-problem-card--image {
    padding: 0 0 34px !important;
  }
  .bs-page .elementor-element.e-con.bs-problem-grid > .bs-problem-card--image > .elementor-widget-image {
    box-sizing: border-box !important;
    padding: 34px 0 !important;
  }
  .bs-page .elementor-element.e-con.bs-problem-grid > .bs-problem-card--image > .elementor-widget-image img {
    display: block !important;
    width: 50% !important;
    max-width: 50% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.bs-footer-contact > li {
  align-items: center;
}
.bs-footer-contact__icon {
  margin-top: 0;
}
.bs-footer-contact__text {
  display: flex;
  align-items: center;
  min-height: 20px;
}
.bs-footer-contact__text a {
  line-height: 20px;
}
