.wbw-stitch-theme {
  min-height: 100vh;
  background: #f7faf9;
  color: #172126;
}

.wbw-stitch-page,
.wbw-stitch-page * {
  box-sizing: border-box;
  letter-spacing: 0 !important;
}

.wbw-stitch-page {
  overflow-x: hidden;
  background: #f7faf9;
  color: #172126;
  font-family: "Plus Jakarta Sans", "Microsoft YaHei UI", system-ui, sans-serif;
}

.wbw-stitch-page a {
  color: inherit;
  text-decoration: none;
}

.wbw-stitch-page img {
  display: block;
  max-width: 100%;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.wbw-stitch-page .material-symbols-outlined {
  direction: ltr;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.wbw-icons-fallback .wbw-stitch-page .material-symbols-outlined {
  min-width: 1em;
  overflow: hidden;
  font-size: 0 !important;
}

.wbw-icons-fallback .wbw-stitch-page .material-symbols-outlined::before {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.wbw-site-header {
  position: fixed;
  top: 0;
  z-index: 80;
  width: 100%;
  border-bottom: 1px solid rgba(15, 58, 55, 0.1);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 30px rgba(12, 34, 32, 0.08);
  backdrop-filter: blur(18px);
}

.wbw-plugin-catalog-page > .wbf-page {
  padding-top: 124px;
}

.wbw-plugin-catalog-page .wbw-plugin-content {
  padding-top: 92px;
}

.wbw-plugin-catalog-page .wbw-plugin-content .wbf-page {
  padding-top: 34px;
}

.admin-bar .wbw-site-header {
  top: 32px;
}

.wbw-header-inner {
  display: flex;
  max-width: 1280px;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 auto;
  padding: 0 28px;
}

.wbw-brand {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 2px;
  line-height: 1;
}

.wbw-brand-name {
  color: #132326;
  font-size: 23px;
  font-weight: 900;
}

.wbw-brand-name span,
.wbw-site-footer h3 span {
  color: #d52f2f;
}

.wbw-brand-tagline {
  color: #59716d;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.wbw-primary-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.wbw-nav-link {
  position: relative;
  color: #38504c;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: color 180ms ease;
}

.wbw-nav-link:hover,
.wbw-nav-link.is-active {
  color: #d52f2f;
}

.wbw-nav-link.is-active::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: #d52f2f;
  content: "";
}

.wbw-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wbw-quote-link,
.wbw-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  padding: 12px 20px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.wbw-quote-link,
.wbw-button-primary {
  background: #d52f2f;
  color: #ffffff;
}

.wbw-quote-link:hover,
.wbw-button-primary:hover {
  background: #a91f25;
}

.wbw-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.94);
  color: #172126;
}

.wbw-button-light {
  border: 1px solid #c9d8d3;
  background: #ffffff;
  color: #173b38;
}

.wbw-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9e4e0;
  border-radius: 999px;
  background: #ffffff;
  color: #173b38;
  cursor: pointer;
}

.wbw-mobile-nav {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px 18px;
}

.wbw-mobile-nav.is-open {
  display: grid;
}

.wbw-main {
  padding-top: 76px;
}

.wbw-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.wbw-hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background: #0f2624;
  color: #ffffff;
}

.wbw-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wbw-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 29, 28, 0.92), rgba(9, 29, 28, 0.67), rgba(9, 29, 28, 0.2));
  content: "";
}

.wbw-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 560px;
  align-items: center;
  padding: 86px 0 76px;
}

.wbw-hero-content {
  max-width: 760px;
}

.wbw-kicker {
  margin: 0 0 12px;
  color: #d52f2f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.wbw-hero .wbw-kicker {
  color: #ffb9ae;
}

.wbw-hero h1,
.wbw-page-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 6vw, 68px);
  font-weight: 900;
  line-height: 1.04;
}

.wbw-hero p,
.wbw-page-hero p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.65;
}

.wbw-hero-actions,
.wbw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.wbw-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.wbw-proof-item {
  min-height: 102px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.wbw-proof-item strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 16px;
}

.wbw-proof-item span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.5;
}

.wbw-page-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 86px;
  background: #0f2624;
  color: #ffffff;
}

.wbw-page-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 29, 28, 0.9), rgba(9, 29, 28, 0.66), rgba(9, 29, 28, 0.34));
  content: "";
}

.wbw-page-hero .wbw-container {
  position: relative;
  z-index: 2;
}

.wbw-section {
  padding: 76px 0;
  background: #f7faf9;
}

.wbw-section-soft {
  background: #eef6f3;
}

.wbw-section-white {
  background: #ffffff;
}

.wbw-section-dark {
  background: #0f2624;
  color: #ffffff;
}

.wbw-section-head {
  max-width: 820px;
  margin: 0 0 34px;
}

.wbw-section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.wbw-section h2,
.wbw-rfq-intro h2 {
  margin: 0 0 14px;
  color: #132326;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.14;
}

.wbw-section-dark h2,
.wbw-section-dark h3,
.wbw-section-dark .wbw-section-head p {
  color: #ffffff;
}

.wbw-section-head p,
.wbw-card p,
.wbw-rich p,
.wbw-list li {
  color: #59716d;
  font-size: 16px;
  line-height: 1.7;
}

.wbw-section-dark .wbw-card p,
.wbw-section-dark .wbw-list li {
  color: rgba(255, 255, 255, 0.76);
}

.wbw-grid {
  display: grid;
  gap: 22px;
}

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

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

.wbw-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wbw-grid-aside {
  grid-template-columns: 0.82fr 1.18fr;
  align-items: start;
}

.wbw-card,
.wbw-product-card,
.wbw-evidence-card,
.wbw-step,
.wbw-faq-item {
  border: 1px solid #dbe9e4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(13, 50, 47, 0.08);
}

.wbw-section-dark .wbw-card,
.wbw-section-dark .wbw-step {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.wbw-card {
  padding: 24px;
}

.wbw-card h3,
.wbw-product-card h3,
.wbw-evidence-card h3,
.wbw-step h3 {
  margin: 0 0 10px;
  color: #132326;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.wbw-section-dark .wbw-card h3,
.wbw-section-dark .wbw-step h3 {
  color: #ffffff;
}

.wbw-product-card {
  overflow: hidden;
}

.wbw-product-card img,
.wbw-evidence-card img,
.wbw-feature-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.wbw-product-card div,
.wbw-evidence-card div {
  padding: 22px;
}

.wbw-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.wbw-tag,
.wbw-mini-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #e5f1ee;
  color: #173b38;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
}

.wbw-mini-tag {
  background: #fff0ed;
  color: #9b1c22;
}

.wbw-image-panel {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 8px;
  background: #0f2624;
}

.wbw-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.wbw-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wbw-list li {
  position: relative;
  padding-left: 24px;
}

.wbw-list li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d52f2f;
  content: "";
}

.wbw-process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.wbw-step {
  min-height: 180px;
  padding: 22px;
}

.wbw-step span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #d52f2f;
  color: #ffffff;
  font-weight: 900;
}

.wbw-table-wrap {
  overflow-x: auto;
  border: 1px solid #dbe9e4;
  border-radius: 8px;
  background: #ffffff;
}

.wbw-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.wbw-table th,
.wbw-table td {
  padding: 16px;
  border-bottom: 1px solid #dbe9e4;
  color: #38504c;
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

.wbw-table th {
  background: #eef6f3;
  color: #132326;
  font-weight: 900;
}

.wbw-table tr:last-child td {
  border-bottom: 0;
}

.wbw-rfq-card {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 30px;
  padding: 34px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 65px rgba(13, 50, 47, 0.12);
}

.wbw-section-dark .wbw-rfq-card {
  color: #172126;
}

.wbw-section-dark .wbw-rfq-card h2,
.wbw-section-dark .wbw-rfq-card h3 {
  color: #132326;
}

.wbw-rfq-intro h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.wbw-rfq-intro p:not(.wbw-kicker),
.wbw-form-help {
  color: #59716d;
  font-size: 15px;
  line-height: 1.7;
}

.wbw-form {
  min-width: 0;
}

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

.wbw-form label {
  display: grid;
  gap: 7px;
  color: #38504c;
  font-size: 13px;
  font-weight: 900;
}

.wbw-form input,
.wbw-form select,
.wbw-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #cfded9;
  border-radius: 8px;
  background: #ffffff;
  color: #172126;
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  outline: none;
  padding: 12px 14px;
}

.wbw-form input,
.wbw-form select {
  min-height: 46px;
}

.wbw-form textarea {
  min-height: 126px;
  resize: vertical;
}

.wbw-form input:focus,
.wbw-form select:focus,
.wbw-form textarea:focus {
  border-color: #d52f2f;
  box-shadow: 0 0 0 3px rgba(213, 47, 47, 0.14);
}

.wbw-form-wide {
  grid-column: 1 / -1;
}

.wbw-form .wbw-button {
  margin-top: 18px;
}

.wbw-form-help {
  margin: 12px 0 0;
}

.wbw-hp {
  position: absolute;
  left: -9999px;
}

.wbw-form-notice {
  grid-column: 1 / -1;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
}

.wbw-form-notice.is-success {
  background: #e6f6ed;
  color: #11653d;
}

.wbw-form-notice.is-error {
  background: #fff0ed;
  color: #9b1c22;
}

.wbw-faq-list {
  display: grid;
  gap: 12px;
}

.wbw-faq-item {
  overflow: hidden;
}

.wbw-faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  background: transparent;
  color: #132326;
  cursor: pointer;
  font: inherit;
  font-size: 17px;
  font-weight: 900;
  padding: 20px 22px;
  text-align: left;
}

.wbw-faq-answer {
  padding: 0 22px 20px;
  color: #59716d;
  font-size: 15px;
  line-height: 1.7;
}

.wbw-faq-answer[hidden] {
  display: none;
}

.wbw-note {
  padding: 20px 22px;
  border-left: 4px solid #d52f2f;
  border-radius: 8px;
  background: #fff8f6;
  color: #38504c;
  font-size: 15px;
  line-height: 1.7;
}

.wbw-site-footer {
  background: #091d1c;
  color: #ffffff;
  padding: 58px 0 28px;
}

.wbw-footer-inner {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.wbw-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 26px;
}

.wbw-site-footer h3,
.wbw-site-footer h4,
.wbw-site-footer p {
  margin-top: 0;
}

.wbw-site-footer h3 {
  font-size: 24px;
  font-weight: 900;
}

.wbw-site-footer h4 {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.wbw-site-footer p,
.wbw-site-footer li,
.wbw-site-footer a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.7;
}

.wbw-site-footer ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wbw-site-footer a:hover {
  color: #ffffff;
}

.wbw-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1180px) {
  .wbw-primary-nav {
    display: none;
  }

  .wbw-menu-toggle {
    display: inline-flex;
  }
}

@media (max-width: 980px) {
  .wbw-proof-strip,
  .wbw-grid-4,
  .wbw-process,
  .wbw-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .wbw-grid-2,
  .wbw-grid-aside,
  .wbw-rfq-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 782px) {
  .admin-bar .wbw-site-header {
    top: 46px;
  }
}

@media (max-width: 680px) {
  .wbw-header-inner {
    min-height: 70px;
    padding: 0 16px;
  }

  .wbw-brand-name {
    font-size: 19px;
  }

  .wbw-brand-tagline {
    max-width: 180px;
    font-size: 10px;
  }

  .wbw-quote-link {
    display: none;
  }

  .wbw-mobile-nav {
    grid-template-columns: 1fr;
    padding: 0 16px 16px;
  }

  .wbw-main {
    padding-top: 70px;
  }

  .wbw-container,
  .wbw-footer-inner {
    width: min(100% - 28px, 1280px);
  }

  .wbw-hero,
  .wbw-hero-inner {
    min-height: 620px;
  }

  .wbw-hero::after,
  .wbw-page-hero::after {
    background: rgba(9, 29, 28, 0.76);
  }

  .wbw-page-hero {
    padding: 120px 0 66px;
  }

  .wbw-section {
    padding: 54px 0;
  }

  .wbw-proof-strip,
  .wbw-grid,
  .wbw-grid-2,
  .wbw-grid-3,
  .wbw-grid-4,
  .wbw-process,
  .wbw-footer-grid,
  .wbw-form-grid {
    grid-template-columns: 1fr;
  }

  .wbw-rfq-card {
    padding: 22px;
  }

  .wbw-footer-bottom {
    flex-direction: column;
  }
}

/* =========================================================
   WaterBottleWorks V2 — visual-first hydration design system
   ========================================================= */
:root {
  --wbw-ink: #0e2a35;
  --wbw-ink-soft: #41606a;
  --wbw-aqua: #16a6a6;
  --wbw-aqua-deep: #08767c;
  --wbw-aqua-dark: #07545e;
  --wbw-ice: #eaf8f8;
  --wbw-mist: #f5fbfb;
  --wbw-sky: #dff3ff;
  --wbw-coral: #ff6d5f;
  --wbw-coral-dark: #e65549;
  --wbw-line: #d7eaeb;
  --wbw-white: #ffffff;
  --wbw-navy: #0a3140;
  --wbw-shadow-sm: 0 12px 36px rgba(9, 68, 78, .08);
  --wbw-shadow-md: 0 24px 70px rgba(9, 68, 78, .13);
  --wbw-shadow-lg: 0 34px 90px rgba(5, 53, 64, .18);
}

.wbw-stitch-theme,
.wbw-stitch-page {
  background: #f7fcfc;
  color: var(--wbw-ink);
}

.wbw-stitch-page {
  font-family: "Plus Jakarta Sans", "Microsoft YaHei UI", system-ui, sans-serif;
}

/* Header */
.wbw-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(8, 118, 124, .11);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 28px rgba(8, 73, 83, .055);
  backdrop-filter: saturate(150%) blur(18px);
}

.wbw-header-inner {
  width: min(1440px, calc(100% - 48px));
  min-height: 78px;
  margin: 0 auto;
  gap: 30px;
}

.wbw-brand {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  min-width: 238px;
}

.wbw-brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, #23c7c6, #0e8ea1);
  box-shadow: 0 9px 20px rgba(22, 166, 166, .23);
}

.wbw-brand-mark .material-symbols-outlined {
  font-size: 23px;
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

.wbw-brand-copy {
  display: flex;
  flex-direction: column;
}

.wbw-brand-name {
  color: #123547;
  font-size: 19px;
  font-weight: 850;
  line-height: 1.05;
}

.wbw-brand-name span,
.wbw-site-footer h3 span {
  color: #19a8a7;
}

.wbw-brand-tagline {
  margin-top: 4px;
  color: #6b858d;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: .11em !important;
  text-transform: uppercase;
}

.wbw-primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex: 1;
}

.wbw-nav-link {
  position: relative;
  padding: 27px 11px 26px;
  color: #35535c;
  font-size: 13px;
  font-weight: 700;
  border-radius: 0;
  transition: color .2s ease;
}

.wbw-nav-link:hover,
.wbw-nav-link.is-active {
  color: var(--wbw-aqua-deep);
  background: transparent;
}

.wbw-nav-link.is-active::after {
  right: 11px;
  bottom: 18px;
  left: 11px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1ec4c0, #1a91c3);
}

.wbw-quote-link,
.wbw-button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: none;
}

.wbw-quote-link,
.wbw-button-primary {
  border-color: var(--wbw-coral);
  background: linear-gradient(135deg, #ff7a6c, #ff5e52);
  box-shadow: 0 12px 26px rgba(255, 99, 86, .22);
}

.wbw-quote-link:hover,
.wbw-button-primary:hover {
  border-color: var(--wbw-coral-dark);
  background: linear-gradient(135deg, #ff6b5d, #ef554a);
  transform: translateY(-2px);
}

.wbw-button-secondary {
  border: 1px solid #a9d8da;
  color: var(--wbw-aqua-deep);
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 9px 22px rgba(10, 88, 96, .07);
}

.wbw-button-secondary:hover {
  border-color: #68bfc3;
  background: #fff;
  transform: translateY(-2px);
}

/* Shared V2 typography */
.wbw-v2-eyebrow {
  margin: 0 0 14px;
  color: var(--wbw-aqua-deep);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em !important;
  text-transform: uppercase;
}

.wbw-v2-section {
  position: relative;
  padding: 96px 0;
}

.wbw-v2-white {
  background: #fff;
}

.wbw-v2-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}

.wbw-v2-heading-row > div:first-child {
  max-width: 760px;
}

.wbw-v2-heading-row h2,
.wbw-v2-custom-copy h2,
.wbw-v2-docs-copy h2 {
  margin: 0;
  color: var(--wbw-ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -.035em !important;
}

.wbw-v2-heading-row p:not(.wbw-v2-eyebrow),
.wbw-v2-custom-copy > p:not(.wbw-v2-eyebrow),
.wbw-v2-docs-copy > p:not(.wbw-v2-eyebrow) {
  margin: 15px 0 0;
  color: var(--wbw-ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.wbw-v2-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: var(--wbw-aqua-deep) !important;
  font-size: 14px;
  font-weight: 800;
}

.wbw-v2-text-link span {
  transition: transform .2s ease;
}

.wbw-v2-text-link:hover span {
  transform: translateX(4px);
}

/* Hero */
.wbw-v2-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 0;
  background:
    radial-gradient(circle at 70% 8%, rgba(74, 213, 217, .23), transparent 31%),
    linear-gradient(115deg, #effbfb 0%, #f9ffff 40%, #e8f9fb 100%);
}

.wbw-v2-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 133, 140, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 133, 140, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.45), transparent 84%);
}

.wbw-v2-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.wbw-v2-glow-one {
  top: 95px;
  right: 6%;
  width: 340px;
  height: 340px;
  background: rgba(124, 226, 226, .2);
}

.wbw-v2-glow-two {
  right: 31%;
  bottom: 72px;
  width: 180px;
  height: 180px;
  background: rgba(255, 124, 109, .09);
}

.wbw-v2-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr);
  align-items: center;
  gap: 28px;
  min-height: 590px;
}

.wbw-v2-hero-copy {
  padding: 40px 0 90px;
}

.wbw-v2-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: var(--wbw-ink);
  font-size: clamp(50px, 5.5vw, 76px);
  line-height: .99;
  font-weight: 900;
  letter-spacing: -.06em !important;
}

.wbw-v2-hero-copy h1 span {
  color: var(--wbw-aqua);
}

.wbw-v2-lede {
  max-width: 680px;
  margin: 24px 0 0;
  color: #47636b;
  font-size: 18px;
  line-height: 1.72;
}

.wbw-v2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.wbw-v2-mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 28px;
}

.wbw-v2-mini-proof span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #54727a;
  font-size: 12px;
  font-weight: 750;
}

.wbw-v2-mini-proof .material-symbols-outlined {
  color: var(--wbw-aqua);
  font-size: 18px;
}

.wbw-v2-hero-visual {
  position: relative;
  min-height: 530px;
}

.wbw-v2-hero-visual::before {
  position: absolute;
  top: 17%;
  right: 3%;
  width: 88%;
  height: 66%;
  border: 1px solid rgba(14, 145, 156, .13);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, rgba(255,255,255,.97), rgba(221,248,249,.85) 57%, rgba(205,242,244,.28) 73%, transparent 74%);
  box-shadow: inset 0 -40px 90px rgba(22, 166, 166, .05);
  content: "";
}

.wbw-v2-hero-visual::after {
  position: absolute;
  right: 5%;
  bottom: 5%;
  left: 8%;
  height: 90px;
  border-radius: 50%;
  background: rgba(33, 142, 152, .16);
  filter: blur(28px);
  content: "";
}

.wbw-v2-hero-lineup {
  position: absolute;
  z-index: 3;
  right: -1%;
  bottom: 2%;
  width: min(710px, 103%);
  max-width: none !important;
  filter: drop-shadow(0 30px 32px rgba(9, 62, 69, .16));
}

.wbw-v2-hero-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(13, 132, 141, .17);
  border-radius: 50%;
}

.orbit-a {
  top: 9%;
  right: 1%;
  width: 72%;
  height: 72%;
}

.orbit-b {
  top: 17%;
  right: 10%;
  width: 53%;
  height: 53%;
  border-style: dashed;
}

.wbw-v2-hero-badge {
  position: absolute;
  z-index: 6;
  top: 7%;
  right: 7%;
  display: flex;
  width: 112px;
  height: 112px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(23, 166, 166, .18);
  border-radius: 50%;
  color: #0b5960;
  background: rgba(255,255,255,.86);
  box-shadow: var(--wbw-shadow-sm);
  transform: rotate(6deg);
  backdrop-filter: blur(12px);
}

.wbw-v2-hero-badge strong {
  font-size: 13px;
  font-weight: 900;
}

.wbw-v2-hero-badge span {
  margin-top: 3px;
  color: var(--wbw-aqua);
  font-size: 11px;
  font-weight: 800;
}

.wbw-v2-floating-card {
  position: absolute;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  padding: 12px 14px;
  border: 1px solid rgba(7, 118, 124, .13);
  border-radius: 16px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 42px rgba(6, 82, 90, .12);
  backdrop-filter: blur(14px);
}

.wbw-v2-floating-card .material-symbols-outlined {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(145deg, #25c2bf, #0a8895);
}

.wbw-v2-floating-card strong,
.wbw-v2-floating-card small {
  display: block;
}

.wbw-v2-floating-card strong {
  color: var(--wbw-ink);
  font-size: 11px;
}

.wbw-v2-floating-card small {
  margin-top: 2px;
  color: #789097;
  font-size: 9px;
}

.wbw-v2-float-color {
  top: 27%;
  left: 0;
}

.wbw-v2-float-logo {
  right: 4%;
  bottom: 14%;
}

.wbw-v2-trustbar {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -2px;
  border: 1px solid #d8eeee;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  background: rgba(255,255,255,.9);
  box-shadow: 0 -8px 28px rgba(7, 77, 85, .05);
}

.wbw-v2-trustbar > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0 11px;
  align-items: center;
  padding: 20px 23px;
  border-right: 1px solid #e2f1f1;
}

.wbw-v2-trustbar > div:last-child {
  border-right: 0;
}

.wbw-v2-trustbar .material-symbols-outlined {
  grid-row: 1 / span 2;
  color: var(--wbw-aqua);
  font-size: 29px;
}

.wbw-v2-trustbar strong {
  color: #173a43;
  font-size: 12px;
}

.wbw-v2-trustbar small {
  margin-top: 3px;
  color: #768f96;
  font-size: 10px;
  line-height: 1.4;
}

/* Bento collections */
.wbw-v2-bento-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 255px;
  gap: 16px;
}

.wbw-v2-bento-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  border: 1px solid rgba(19, 107, 115, .08);
  border-radius: 28px;
  min-width: 0;
  box-shadow: 0 16px 44px rgba(9, 73, 80, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.wbw-v2-bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 64px rgba(9, 73, 80, .14);
}

.wbw-v2-bento-large {
  grid-column: span 2;
  grid-row: span 2;
}

.wbw-v2-card-copy {
  position: relative;
  z-index: 3;
  width: 58%;
  padding: 28px;
}

.wbw-v2-bento-card:not(.wbw-v2-bento-large) .wbw-v2-card-copy {
  width: 65%;
  padding: 21px;
}

.wbw-v2-card-copy > span {
  color: rgba(13, 86, 94, .48);
  font-size: 11px;
  font-weight: 900;
}

.wbw-v2-card-copy h3 {
  margin: 8px 0 0;
  color: #12353e;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -.03em !important;
}

.wbw-v2-bento-large .wbw-v2-card-copy h3 {
  font-size: 31px;
}

.wbw-v2-card-copy p {
  margin: 12px 0 0;
  color: #58727a;
  font-size: 13px;
  line-height: 1.6;
}

.wbw-v2-card-copy b {
  display: inline-block;
  margin-top: 18px;
  color: #0b777e;
  font-size: 11px;
}

.wbw-v2-bento-card img {
  position: absolute;
  z-index: 2;
  right: -2%;
  bottom: -5%;
  width: 55%;
  max-height: 84%;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(21, 72, 76, .12));
  transition: transform .25s ease;
}

.wbw-v2-bento-large img {
  width: 58%;
  max-height: 86%;
}

.wbw-v2-bento-card:hover img {
  transform: translateY(-4px) scale(1.025);
}

.tone-aqua { background: linear-gradient(145deg, #e6faf7, #ccefed); }
.tone-sky { background: linear-gradient(145deg, #edf9ff, #d9effb); }
.tone-lavender { background: linear-gradient(145deg, #f4f0ff, #e7dffd); }
.tone-mint { background: linear-gradient(145deg, #effcf2, #ddf3df); }
.tone-peach { background: linear-gradient(145deg, #fff4ef, #ffe2d8); }
.tone-ice { background: linear-gradient(145deg, #f0fbfd, #e0f5f7); }
.tone-sand { background: linear-gradient(145deg, #fbf7ee, #f1e7d1); }
.tone-blue { background: linear-gradient(145deg, #edf5ff, #dbe9fa); }

/* Customization stage */
.wbw-v2-custom-stage {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 32%, rgba(39, 190, 188, .18), transparent 29%),
    linear-gradient(120deg, #083e4b, #0a5260 58%, #08606c);
}

.wbw-v2-custom-stage::before {
  position: absolute;
  top: -240px;
  right: -130px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 50%;
  content: "";
}

.wbw-v2-custom-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 70px;
}

.wbw-v2-custom-stage .wbw-v2-eyebrow {
  color: #6fe4df;
}

.wbw-v2-custom-copy h2 {
  color: #fff;
}

.wbw-v2-custom-copy > p:not(.wbw-v2-eyebrow) {
  color: rgba(234, 252, 252, .75);
}

.wbw-v2-checklist {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0 32px;
  list-style: none;
}

.wbw-v2-checklist li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.wbw-v2-checklist li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(111, 228, 223, .34);
  border-radius: 50%;
  color: #78ebe6;
  font-size: 10px;
  font-weight: 900;
}

.wbw-v2-checklist strong,
.wbw-v2-checklist small {
  display: block;
}

.wbw-v2-checklist strong {
  color: #fff;
  font-size: 14px;
}

.wbw-v2-checklist small {
  margin-top: 4px;
  color: rgba(229, 249, 249, .62);
  font-size: 11px;
  line-height: 1.5;
}

.wbw-v2-custom-stage .wbw-v2-text-link {
  color: #a7eeeb !important;
}

.wbw-v2-custom-art {
  position: relative;
  min-height: 600px;
}

.wbw-v2-custom-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 9%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 36px 80px rgba(0, 28, 34, .28);
  transform: rotate(1deg);
}

.wbw-v2-custom-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
}

.wbw-v2-custom-note {
  position: absolute;
  z-index: 3;
  right: -1%;
  bottom: 6%;
  display: flex;
  width: 270px;
  gap: 12px;
  align-items: flex-start;
  padding: 17px;
  border: 1px solid rgba(21, 158, 163, .18);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--wbw-shadow-md);
}

.wbw-v2-custom-note .material-symbols-outlined {
  color: var(--wbw-coral);
}

.wbw-v2-custom-note strong,
.wbw-v2-custom-note small {
  display: block;
}

.wbw-v2-custom-note strong { font-size: 12px; }
.wbw-v2-custom-note small { margin-top: 4px; color: #6c858b; font-size: 10px; line-height: 1.5; }

/* Color Lab */
.wbw-v2-color-lab {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #dceff0;
  border-radius: 30px;
  background: linear-gradient(135deg, #f6fdfd 0%, #eef9fa 45%, #ffffff 100%);
  box-shadow: var(--wbw-shadow-sm);
}

.wbw-v2-color-copy {
  padding: 44px;
  border-right: 1px solid #dceff0;
}

.wbw-v2-color-copy h3 {
  margin: 25px 0 12px;
  color: #153a43;
  font-size: 26px;
  line-height: 1.2;
}

.wbw-v2-color-copy p {
  margin: 0;
  color: #5d777e;
  font-size: 13px;
  line-height: 1.72;
}

.wbw-v2-swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.swatch {
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(17, 62, 67, .12);
}
.swatch.navy { background: #263350; }
.swatch.lavender { background: #c7b7dc; }
.swatch.blue { background: #b6d8e4; }
.swatch.cream { background: #e5dfce; }
.swatch.black { background: #292d30; }
.swatch.aqua { background: #3fc4c0; }
.swatch.coral { background: #ff7b70; }

.wbw-v2-mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 23px;
}

.wbw-v2-mini-tags span,
.wbw-v2-doc-chips span {
  padding: 7px 10px;
  border: 1px solid #cfe8e8;
  border-radius: 999px;
  color: #437078;
  background: rgba(255,255,255,.82);
  font-size: 10px;
  font-weight: 750;
}

.wbw-v2-bottle-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 0;
  padding: 28px 22px 18px;
  background:
    linear-gradient(to top, rgba(13, 125, 133, .07), transparent 25%),
    radial-gradient(circle at 50% 88%, rgba(17, 151, 156, .10), transparent 42%);
}

.wbw-v2-bottle-row img {
  width: 100%;
  height: 330px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform .2s ease;
}

.wbw-v2-bottle-row img:nth-child(2),
.wbw-v2-bottle-row img:nth-child(4) {
  transform: translateY(-15px);
}

.wbw-v2-bottle-row img:hover {
  transform: translateY(-12px) scale(1.03);
}

/* Brand / Packaging */
.wbw-v2-soft-gradient {
  background: linear-gradient(180deg, #effafa 0%, #f8fcfc 100%);
}

.wbw-v2-brand-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-auto-rows: 245px;
  gap: 16px;
}

.wbw-v2-brand-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #d9ecec;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--wbw-shadow-sm);
}

.wbw-v2-brand-card.featured {
  grid-row: span 2;
}

.wbw-v2-brand-card:nth-child(4) {
  grid-column: span 2;
}

.wbw-v2-brand-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.wbw-v2-brand-card:hover img {
  transform: scale(1.025);
}

.wbw-v2-brand-card > div {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(125deg, rgba(6, 51, 61, .86), rgba(8, 94, 101, .72));
  backdrop-filter: blur(9px);
}

.wbw-v2-brand-card span {
  color: #8cebe7;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.wbw-v2-brand-card h3 {
  margin: 5px 0 0;
  color: #fff;
  font-size: 17px;
}

.wbw-v2-brand-card p {
  margin: 7px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  line-height: 1.5;
}

/* Certificates & patents */
.wbw-v2-docs-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 26%, rgba(98, 220, 217, .15), transparent 28%),
    linear-gradient(180deg, #ffffff, #f6fbfb);
}

.wbw-v2-docs-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: 72px;
}

.wbw-v2-docs-copy h2 {
  max-width: 520px;
}

.wbw-v2-doc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 28px;
}

.wbw-v2-doc-stack {
  position: relative;
  min-height: 480px;
}

.wbw-v2-doc-card {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid #dae9ea;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--wbw-shadow-md);
}

.wbw-v2-doc-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wbw-v2-doc-card figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 11px 14px;
  border-radius: 13px;
  color: #fff;
  background: rgba(4, 53, 63, .83);
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(9px);
}

.wbw-v2-doc-card.card-a {
  top: 0;
  left: 0;
  width: 59%;
  height: 400px;
  transform: rotate(-2deg);
}

.wbw-v2-doc-card.card-b {
  right: 0;
  bottom: 0;
  width: 67%;
  height: 330px;
  transform: rotate(2deg);
}

/* Process */
.wbw-v2-process-section {
  overflow: hidden;
  background: linear-gradient(118deg, #073b49, #0a4f5b 55%, #08656c);
}

.wbw-v2-heading-row.inverse h2,
.wbw-v2-process-section .wbw-v2-heading-row h2 {
  color: #fff;
}

.wbw-v2-process-section .wbw-v2-heading-row p:not(.wbw-v2-eyebrow) {
  color: rgba(232, 250, 250, .7);
}

.wbw-v2-process-section .wbw-v2-eyebrow {
  color: #76e7e1;
}

.wbw-v2-process-line {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.wbw-v2-process-line article {
  position: relative;
  min-width: 0;
  padding: 24px 17px 20px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 22px;
  background: rgba(255,255,255,.06);
}

.wbw-v2-process-line article::after {
  position: absolute;
  top: 46px;
  right: -11px;
  z-index: 5;
  color: #71dbd8;
  content: "→";
}

.wbw-v2-process-line article:last-child::after {
  display: none;
}

.wbw-v2-process-line article > span {
  display: block;
  margin-bottom: 17px;
  color: #7be8e4;
  font-size: 10px;
  font-weight: 900;
}

.wbw-v2-process-line .material-symbols-outlined {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, rgba(35, 204, 198, .95), rgba(11, 127, 139, .95));
}

.wbw-v2-process-line h3 {
  margin: 17px 0 0;
  color: #fff;
  font-size: 15px;
}

.wbw-v2-process-line p {
  margin: 7px 0 0;
  color: rgba(230, 250, 250, .62);
  font-size: 10px;
  line-height: 1.5;
}

/* Factory */
.wbw-v2-factory-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-auto-rows: 235px;
  gap: 16px;
}

.wbw-v2-factory-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid #d9eaea;
  border-radius: 25px;
  background: #eaf5f5;
  box-shadow: var(--wbw-shadow-sm);
}

.wbw-v2-factory-main {
  grid-row: span 2;
}

.wbw-v2-factory-grid figure:last-child {
  grid-column: span 2;
}

.wbw-v2-factory-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wbw-v2-factory-grid figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 15px;
  border-radius: 14px;
  color: #fff;
  background: rgba(5, 48, 58, .78);
  backdrop-filter: blur(8px);
}

.wbw-v2-factory-grid figcaption strong {
  font-size: 12px;
}

.wbw-v2-factory-grid figcaption span {
  color: rgba(255,255,255,.72);
  font-size: 9px;
}

/* Use cases */
.wbw-v2-usecases {
  background: linear-gradient(180deg, #f0fbfa, #e7f6f5);
}

.wbw-v2-usecase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.wbw-v2-usecase-grid article {
  padding: 28px;
  border: 1px solid rgba(12, 117, 124, .11);
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 34px rgba(8, 70, 77, .055);
}

.wbw-v2-usecase-grid .material-symbols-outlined {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, #29c7c2, #0b8491);
}

.wbw-v2-usecase-grid h3 {
  margin: 20px 0 0;
  color: #173942;
  font-size: 17px;
}

.wbw-v2-usecase-grid p {
  margin: 9px 0 0;
  color: #657e84;
  font-size: 12px;
  line-height: 1.62;
}

/* RFQ */
.wbw-v2-rfq-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.2), transparent 25%),
    linear-gradient(125deg, #0a4c58, #0a6870);
}

.wbw-v2-rfq-section .wbw-rfq-card {
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 32px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 30px 80px rgba(0, 39, 46, .24);
}

/* Inner pages — visual upgrade without changing URL/content architecture */
.wbw-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  padding: 94px 0 78px;
  color: var(--wbw-ink);
  background:
    radial-gradient(circle at 82% 30%, rgba(63, 201, 199, .23), transparent 30%),
    linear-gradient(118deg, #edfafa, #f8ffff 50%, #dff6f7);
}

.wbw-page-hero::after {
  z-index: 0;
  background: linear-gradient(90deg, rgba(245,253,253,.98) 0%, rgba(245,253,253,.88) 49%, rgba(245,253,253,.45) 70%, rgba(245,253,253,.25) 100%);
}

.wbw-page-hero .wbw-container {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin-left: max(24px, calc((100vw - min(1280px, calc(100% - 48px))) / 2));
}

.wbw-page-hero .wbw-hero-bg {
  position: absolute;
  z-index: 0;
  top: 8%;
  right: max(2vw, calc((100vw - 1400px) / 2));
  left: auto;
  width: min(48vw, 690px);
  height: 84%;
  object-fit: contain;
  opacity: .96;
  filter: drop-shadow(0 24px 34px rgba(6, 76, 84, .10));
}

.wbw-page-hero h1 {
  color: var(--wbw-ink);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.03;
  letter-spacing: -.045em !important;
}

.wbw-page-hero p {
  color: #4d6870;
}

.wbw-page-hero .wbw-kicker {
  color: var(--wbw-aqua-deep);
}

.wbw-section {
  padding: 88px 0;
}

.wbw-section-soft {
  background: linear-gradient(180deg, #f2fbfb, #f8fcfc);
}

.wbw-section-white {
  background: #fff;
}

.wbw-section-dark {
  background: linear-gradient(125deg, #083f4b, #0a5d65);
}

.wbw-section h2,
.wbw-rfq-intro h2 {
  color: var(--wbw-ink);
  font-size: clamp(30px, 3.2vw, 44px);
  letter-spacing: -.035em !important;
}

.wbw-section-dark h2,
.wbw-section-dark h3 {
  color: #fff;
}

.wbw-card,
.wbw-product-card,
.wbw-evidence-card,
.wbw-step,
.wbw-faq-item {
  overflow: hidden;
  border-color: #dceced;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 13px 36px rgba(8, 70, 78, .06);
}

.wbw-product-card,
.wbw-evidence-card {
  transition: transform .22s ease, box-shadow .22s ease;
}

.wbw-product-card:hover,
.wbw-evidence-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(8, 70, 78, .10);
}

.wbw-product-card img,
.wbw-evidence-card img,
.wbw-feature-image {
  background: linear-gradient(145deg, #f4fbfb, #e8f7f7);
}

.wbw-tag,
.wbw-mini-tag {
  border-color: #cfe8e8;
  color: #2f6d74;
  background: #f0fafa;
}

.wbw-step span {
  color: #fff;
  background: linear-gradient(145deg, #27c7c2, #0b8793);
}

.wbw-rfq-card {
  border: 1px solid #dceced;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--wbw-shadow-md);
}

.wbw-form input,
.wbw-form select,
.wbw-form textarea {
  border-color: #d8e9ea;
  border-radius: 13px;
  background: #fbfefe;
}

.wbw-form input:focus,
.wbw-form select:focus,
.wbw-form textarea:focus {
  border-color: #53b9bc;
  box-shadow: 0 0 0 3px rgba(26, 169, 169, .11);
}

/* Product catalog plugin frame */
.wbw-plugin-catalog-page .wbw-plugin-content {
  background: linear-gradient(180deg, #f2fbfb 0, #fff 420px);
}

.wbw-plugin-catalog-page .wbf-page {
  color: var(--wbw-ink);
}

/* Footer */
.wbw-site-footer {
  position: relative;
  overflow: hidden;
  padding: 74px 0 0;
  background: #072f3b;
}

.wbw-site-footer::before {
  position: absolute;
  top: -180px;
  right: -90px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(117, 227, 224, .10);
  border-radius: 50%;
  content: "";
}

.wbw-footer-inner {
  width: min(1280px, calc(100% - 48px));
}

.wbw-footer-grid {
  grid-template-columns: 1.6fr .8fr .9fr 1fr;
  gap: 58px;
}

.wbw-footer-logo {
  display: flex;
  align-items: center;
  gap: 9px;
}

.wbw-footer-logo .material-symbols-outlined {
  color: #56d7d3;
  font-size: 32px;
  font-variation-settings: 'FILL' 1;
}

.wbw-site-footer h3 {
  margin: 0;
  color: #fff;
  font-size: 21px;
}

.wbw-footer-brand p {
  max-width: 360px;
  margin-top: 17px;
  line-height: 1.7;
}

.wbw-footer-cta {
  display: inline-flex;
  margin-top: 15px;
  color: #7be8e2 !important;
  font-weight: 800;
}

.wbw-site-footer h4 {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .06em !important;
}

.wbw-site-footer p,
.wbw-site-footer li,
.wbw-site-footer a {
  color: rgba(226, 247, 247, .67);
}

.wbw-site-footer a:hover {
  color: #7ae7e2;
}

.wbw-footer-bottom {
  margin-top: 48px;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.09);
}

/* Tablet */
@media (max-width: 1180px) {
  .wbw-header-inner {
    width: min(100% - 34px, 1280px);
  }

  .wbw-primary-nav {
    gap: 0;
  }

  .wbw-nav-link {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }

  .wbw-v2-hero-grid {
    grid-template-columns: .95fr 1.05fr;
  }

  .wbw-v2-floating-card {
    display: none;
  }

  .wbw-v2-trustbar {
    grid-template-columns: repeat(2, 1fr);
  }

  .wbw-v2-trustbar > div:nth-child(2) {
    border-right: 0;
  }

  .wbw-v2-trustbar > div:nth-child(-n+2) {
    border-bottom: 1px solid #e2f1f1;
  }

  .wbw-v2-bento-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .wbw-v2-bento-large {
    grid-column: span 3;
    grid-row: span 1;
  }

  .wbw-v2-custom-grid,
  .wbw-v2-docs-grid {
    gap: 42px;
  }

  .wbw-v2-process-line {
    grid-template-columns: repeat(4, 1fr);
  }

  .wbw-v2-process-line article::after {
    display: none;
  }
}

@media (max-width: 960px) {
  .wbw-primary-nav {
    display: none;
  }

  .wbw-menu-toggle {
    display: inline-grid;
  }

  .wbw-header-inner {
    min-height: 70px;
  }

  .wbw-quote-link {
    display: none;
  }

  .wbw-mobile-nav {
    padding: 14px 22px 24px;
    border-top: 1px solid #e3f0f0;
    background: rgba(255,255,255,.98);
  }

  .wbw-mobile-nav .wbw-nav-link,
  .wbw-mobile-quote {
    display: block;
    padding: 12px 0;
  }

  .wbw-mobile-quote {
    margin-top: 8px;
    padding: 12px 15px;
    border-radius: 999px;
    color: #fff !important;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    background: linear-gradient(135deg, #ff7a6c, #ff5e52);
  }

  .wbw-v2-section {
    padding: 74px 0;
  }

  .wbw-v2-hero {
    padding-top: 45px;
  }

  .wbw-v2-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .wbw-v2-hero-copy {
    padding: 35px 0 0;
    text-align: center;
  }

  .wbw-v2-hero-copy h1,
  .wbw-v2-lede {
    margin-right: auto;
    margin-left: auto;
  }

  .wbw-v2-hero-actions,
  .wbw-v2-mini-proof {
    justify-content: center;
  }

  .wbw-v2-hero-visual {
    min-height: 500px;
  }

  .wbw-v2-hero-lineup {
    right: 50%;
    width: min(680px, 90vw);
    transform: translateX(50%);
  }

  .wbw-v2-hero-badge {
    right: 12%;
  }

  .wbw-v2-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .wbw-v2-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wbw-v2-bento-large {
    grid-column: span 2;
  }

  .wbw-v2-custom-grid,
  .wbw-v2-docs-grid,
  .wbw-v2-color-lab {
    grid-template-columns: 1fr;
  }

  .wbw-v2-color-copy {
    border-right: 0;
    border-bottom: 1px solid #dceff0;
  }

  .wbw-v2-docs-copy {
    order: 1;
  }

  .wbw-v2-doc-stack {
    order: 2;
  }

  .wbw-v2-brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wbw-v2-brand-card.featured {
    grid-column: span 2;
    grid-row: span 1;
  }

  .wbw-v2-brand-card:nth-child(4) {
    grid-column: span 1;
  }

  .wbw-v2-factory-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wbw-v2-factory-main {
    grid-column: span 2;
    grid-row: span 1;
  }

  .wbw-v2-factory-grid figure:last-child {
    grid-column: span 2;
  }

  .wbw-v2-usecase-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wbw-page-hero .wbw-hero-bg {
    opacity: .3;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .wbw-header-inner,
  .wbw-footer-inner,
  .wbw-container {
    width: min(100% - 28px, 1280px);
  }

  .wbw-brand {
    min-width: auto;
  }

  .wbw-brand-mark {
    width: 34px;
    height: 34px;
  }

  .wbw-brand-name {
    font-size: 16px;
  }

  .wbw-brand-tagline {
    font-size: 7px;
  }

  .wbw-v2-section {
    padding: 58px 0;
  }

  .wbw-v2-hero-copy h1 {
    font-size: 44px;
  }

  .wbw-v2-lede {
    font-size: 15px;
  }

  .wbw-v2-hero-actions {
    flex-direction: column;
  }

  .wbw-v2-hero-actions .wbw-button {
    width: 100%;
  }

  .wbw-v2-mini-proof {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
  }

  .wbw-v2-hero-visual {
    min-height: 375px;
  }

  .wbw-v2-hero-badge {
    top: 1%;
    right: 2%;
    width: 88px;
    height: 88px;
  }

  .wbw-v2-trustbar {
    grid-template-columns: 1fr;
    border-radius: 20px 20px 0 0;
  }

  .wbw-v2-trustbar > div {
    border-right: 0;
    border-bottom: 1px solid #e2f1f1;
  }

  .wbw-v2-bento-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 235px;
  }

  .wbw-v2-bento-large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .wbw-v2-bento-large .wbw-v2-card-copy h3,
  .wbw-v2-card-copy h3 {
    font-size: 22px;
  }

  .wbw-v2-card-copy,
  .wbw-v2-bento-card:not(.wbw-v2-bento-large) .wbw-v2-card-copy {
    width: 62%;
    padding: 21px;
  }

  .wbw-v2-bento-card img,
  .wbw-v2-bento-large img {
    width: 50%;
  }

  .wbw-v2-custom-art {
    min-height: 470px;
  }

  .wbw-v2-custom-frame {
    left: 0;
  }

  .wbw-v2-custom-note {
    right: 10px;
    bottom: 4%;
    width: calc(100% - 20px);
  }

  .wbw-v2-color-copy {
    padding: 28px;
  }

  .wbw-v2-bottle-row {
    overflow-x: auto;
    grid-template-columns: repeat(5, 140px);
  }

  .wbw-v2-bottle-row img {
    height: 260px;
  }

  .wbw-v2-brand-grid,
  .wbw-v2-factory-grid,
  .wbw-v2-usecase-grid,
  .wbw-v2-process-line {
    grid-template-columns: 1fr;
  }

  .wbw-v2-brand-card.featured,
  .wbw-v2-brand-card:nth-child(4),
  .wbw-v2-factory-main,
  .wbw-v2-factory-grid figure:last-child {
    grid-column: span 1;
  }

  .wbw-v2-doc-stack {
    display: grid;
    min-height: 0;
    gap: 14px;
  }

  .wbw-v2-doc-card.card-a,
  .wbw-v2-doc-card.card-b {
    position: relative;
    inset: auto;
    width: 100%;
    height: 285px;
    transform: none;
  }

  .wbw-v2-heading-row h2,
  .wbw-v2-custom-copy h2,
  .wbw-v2-docs-copy h2 {
    font-size: 36px;
  }

  .wbw-page-hero {
    min-height: 0;
    padding: 72px 0 62px;
  }

  .wbw-page-hero .wbw-container {
    width: min(100% - 28px, 1280px);
    margin-right: auto;
    margin-left: auto;
  }

  .wbw-page-hero .wbw-hero-bg {
    right: -15%;
    width: 80vw;
  }

  .wbw-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }

  .wbw-footer-brand {
    grid-column: span 2;
  }

  .wbw-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* =========================================================
   V2.1 — reference-matched hydration visual system
   Layout follows the approved WaterBottleWorks homepage mockup.
   ========================================================= */
:root {
  --wbw-ref-navy: #0b2f57;
  --wbw-ref-blue: #1197e6;
  --wbw-ref-aqua: #24bfc3;
  --wbw-ref-teal: #12aeb3;
  --wbw-ref-ice: #eaf9ff;
  --wbw-ref-sky: #dff5ff;
  --wbw-ref-coral: #ff6958;
  --wbw-ref-text: #18354c;
  --wbw-ref-muted: #6b8294;
  --wbw-ref-border: #d6eaf4;
  --wbw-ref-shadow: 0 16px 45px rgba(26, 100, 140, .10);
}

.wbw-stitch-page {
  background: #f7fcff;
  color: var(--wbw-ref-text);
}

.wbw-main { padding-top: 72px; }
.wbw-container { width: min(1280px, calc(100% - 44px)); }

/* Header */
.wbw-site-header {
  height: 72px;
  border-bottom: 1px solid #e4f0f5;
  background: rgba(255,255,255,.98);
  box-shadow: 0 6px 24px rgba(19,72,105,.06);
  backdrop-filter: blur(16px);
}
.wbw-header-inner { min-height: 72px; max-width: 1280px; padding: 0 22px; }
.wbw-brand { flex-direction: row; align-items: center; gap: 9px; }
.wbw-brand-mark {
  display: grid; width: 36px; height: 36px; place-items: center;
  border-radius: 50%; color: #fff;
  background: linear-gradient(145deg, #12b6d5, #21c3bd);
  box-shadow: 0 8px 20px rgba(23,179,194,.24);
}
.wbw-brand-mark .material-symbols-outlined { font-size: 22px; font-variation-settings: 'FILL' 1; }
.wbw-brand-copy { display: flex; flex-direction: column; gap: 2px; }
.wbw-brand-name { color: #114b78; font-size: 20px; letter-spacing: -.5px !important; }
.wbw-brand-name span { color: #18b7b8; }
.wbw-brand-tagline { color: #7290a4; font-size: 8px; letter-spacing: .08em !important; }
.wbw-primary-nav { gap: 29px; }
.wbw-nav-link { color: #193c5e; font-size: 13px; font-weight: 800; }
.wbw-nav-link:hover, .wbw-nav-link.is-active { color: #0a82cb; }
.wbw-nav-link.is-active::after { bottom: -17px; height: 3px; background: #129ce2; }
.wbw-quote-link, .wbw-button-primary {
  background: linear-gradient(135deg, #ff745f, #ff5d52);
  color: #fff;
  box-shadow: 0 10px 24px rgba(255,100,85,.22);
}
.wbw-quote-link:hover, .wbw-button-primary:hover { background: linear-gradient(135deg, #ff624f, #f94e46); transform: translateY(-1px); }
.wbw-quote-link { min-height: 40px; padding: 10px 18px; font-size: 12px; }
.wbw-button-secondary {
  border: 1.5px solid #56b7e6;
  background: rgba(255,255,255,.76);
  color: #0b6fae;
  box-shadow: none;
}
.wbw-button-secondary:hover { background: #fff; border-color: #159bdc; color: #0873b3; }

/* Home base */
.wbw-ref-home { background: #f7fcff; }
.wbw-ref-home h1, .wbw-ref-home h2, .wbw-ref-home h3, .wbw-ref-home p { margin-top: 0; }
.wbw-ref-section { padding: 30px 0; }
.wbw-ref-kicker {
  margin: 0 0 10px;
  color: #0c90d7;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em !important;
  text-transform: uppercase;
}
.wbw-ref-kicker.light { color: #6ad9df; }
.wbw-ref-section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 28px; margin-bottom: 18px;
}
.wbw-ref-section-head > div:first-child { max-width: 800px; }
.wbw-ref-section-head h2,
.wbw-ref-lab-card h2,
.wbw-ref-rfq-card h2 {
  margin: 0 0 4px;
  color: var(--wbw-ref-navy);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.03em !important;
}
.wbw-ref-section-head p,
.wbw-ref-lab-head p { margin: 0; color: var(--wbw-ref-muted); font-size: 13px; line-height: 1.6; }
.wbw-ref-link, .wbw-ref-lab-head a {
  flex: 0 0 auto; color: #078bd7; font-size: 12px; font-weight: 900;
}
.wbw-ref-link:hover, .wbw-ref-lab-head a:hover { color: #065f96; }

/* Hero */
.wbw-ref-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #e8f9ff 0%, #eaf9ff 45%, #d7f2ff 100%);
}
.wbw-ref-hero::after {
  position: absolute; right: -120px; bottom: -150px; width: 600px; height: 360px;
  border-radius: 50%; background: rgba(255,255,255,.42); content: ""; filter: blur(2px);
}
.wbw-ref-hero-shell {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: .88fr 1.12fr;
  min-height: 470px; align-items: stretch;
}
.wbw-ref-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px 14px 46px 12px; }
.wbw-ref-hero-copy h1 {
  margin: 0 0 16px; color: #0a2e57;
  font-size: clamp(44px, 4.8vw, 70px); font-weight: 900;
  line-height: .98; letter-spacing: -.055em !important;
}
.wbw-ref-hero-copy h1 span { color: #21b7b8; }
.wbw-ref-lede { max-width: 590px; margin: 0; color: #35586f; font-size: 16px; line-height: 1.62; }
.wbw-ref-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.wbw-ref-actions .wbw-button { min-height: 44px; padding: 12px 20px; font-size: 12px; }
.wbw-ref-hero-proof { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 26px; }
.wbw-ref-hero-proof > div { display: grid; grid-template-columns: 30px auto; grid-template-rows: auto auto; column-gap: 8px; align-items: center; }
.wbw-ref-hero-proof .material-symbols-outlined { grid-row: 1/3; color: #0c93d5; font-size: 25px; }
.wbw-ref-hero-proof b { color: #173f60; font-size: 10px; line-height: 1.2; }
.wbw-ref-hero-proof small { color: #7790a2; font-size: 9px; }
.wbw-ref-hero-stage { position: relative; min-height: 470px; overflow: hidden; }
.wbw-ref-sun { position: absolute; right: 54px; top: 45px; width: 128px; height: 128px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.95), rgba(255,255,255,.25) 50%, rgba(39,185,207,.10) 70%); box-shadow: 0 0 60px rgba(255,255,255,.85); }
.wbw-ref-mountain { position: absolute; bottom: 70px; background: linear-gradient(145deg, rgba(133,207,232,.15), rgba(33,157,201,.24)); clip-path: polygon(0 100%, 22% 58%, 36% 75%, 58% 30%, 71% 62%, 86% 43%, 100% 100%); }
.wbw-ref-mountain.mountain-a { left: 0; width: 78%; height: 190px; opacity: .8; }
.wbw-ref-mountain.mountain-b { right: -20px; width: 60%; height: 160px; opacity: .45; transform: scaleX(-1); }
.wbw-ref-water-lines { position: absolute; right: 0; bottom: 23px; width: 94%; height: 85px; border-radius: 50%; background: repeating-radial-gradient(ellipse at center, rgba(255,255,255,.9) 0 2px, transparent 3px 12px); opacity: .55; transform: scaleY(.45); }
.wbw-ref-hero-products {
  position: absolute; z-index: 5; right: -8px; bottom: 12px;
  width: min(98%, 720px); max-height: 390px; object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 22px 24px rgba(33,109,150,.18));
}
.wbw-ref-script { color: #159edf; font-family: "Segoe Script", "Bradley Hand", cursive; font-size: 25px; font-style: italic; line-height: 1.08; transform: rotate(-6deg); }
.wbw-ref-script span { font-size: .76em; }
.wbw-ref-script.hero-script { position: absolute; z-index: 6; left: 28px; top: 38px; }
.wbw-ref-sustain { position: absolute; z-index: 7; right: 10px; top: 22px; display: flex; width: 112px; height: 112px; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border: 1px solid rgba(22,160,183,.16); border-radius: 50%; background: rgba(255,255,255,.88); color: #145c72; text-align: center; box-shadow: 0 16px 30px rgba(42,126,153,.12); }
.wbw-ref-sustain .material-symbols-outlined { color: #35a74b; font-size: 22px; }
.wbw-ref-sustain b { font-size: 10px; }
.wbw-ref-sustain small { max-width: 82px; color: #7190a0; font-size: 8px; line-height: 1.3; }

/* Category row */
.wbw-ref-products-section { background: #fff; padding-top: 24px; padding-bottom: 28px; }
.wbw-ref-category-row { display: grid; grid-template-columns: repeat(8, minmax(0,1fr)); gap: 12px; }
.wbw-ref-category {
  position: relative; overflow: hidden; min-height: 215px;
  border: 1px solid #dcecf4; border-radius: 10px; background: #eef9fe;
  box-shadow: 0 8px 20px rgba(34,106,146,.06); transition: transform .2s ease, box-shadow .2s ease;
}
.wbw-ref-category::after { position: absolute; inset: auto 0 0; height: 48%; background: linear-gradient(transparent, rgba(5,38,65,.78)); content: ""; }
.wbw-ref-category img { width: 100%; height: 100%; min-height: 215px; object-fit: cover; transition: transform .25s ease; }
.wbw-ref-category span { position: absolute; z-index: 3; right: 10px; bottom: 10px; left: 10px; color: #fff; font-size: 14px; font-weight: 900; line-height: 1.05; text-shadow: 0 2px 8px rgba(0,0,0,.24); }
.wbw-ref-category:hover { transform: translateY(-4px); box-shadow: var(--wbw-ref-shadow); }
.wbw-ref-category:hover img { transform: scale(1.035); }

/* Customization */
.wbw-ref-custom-section {
  position: relative; overflow: hidden;
  background: linear-gradient(100deg, #eefbff 0%, #f8fdff 48%, #e7f8ff 100%);
  border-top: 1px solid #e1f2f8; border-bottom: 1px solid #e1f2f8;
  padding-top: 34px; padding-bottom: 34px;
}
.wbw-ref-custom-layout { display: grid; grid-template-columns: .8fr 1.3fr .42fr; align-items: center; gap: 20px; }
.wbw-ref-custom-copy h2 { margin: 0 0 10px; color: var(--wbw-ref-navy); font-size: 31px; font-weight: 900; }
.wbw-ref-custom-copy > p:not(.wbw-ref-kicker) { margin: 0; color: #557286; font-size: 13px; line-height: 1.65; }
.wbw-ref-custom-list { display: grid; gap: 9px; margin: 18px 0 20px; padding: 0; list-style: none; }
.wbw-ref-custom-list li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: start; }
.wbw-ref-custom-list li > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #18b8bd, #42d5d1); color: #fff; font-size: 9px; font-weight: 900; box-shadow: 0 6px 14px rgba(33,183,186,.18); }
.wbw-ref-custom-list b, .wbw-ref-custom-list small { display: block; }
.wbw-ref-custom-list b { color: #194460; font-size: 11px; }
.wbw-ref-custom-list small { margin-top: 2px; color: #7890a0; font-size: 9px; line-height: 1.4; }
.wbw-ref-custom-copy .wbw-button { min-height: 40px; padding: 10px 17px; font-size: 11px; }
.wbw-ref-custom-visual { position: relative; min-height: 330px; }
.wbw-ref-custom-visual::before { position: absolute; left: 50%; bottom: 8px; width: 220px; height: 35px; border-radius: 50%; background: radial-gradient(ellipse, rgba(39,128,157,.2), transparent 70%); content: ""; transform: translateX(-50%); }
.wbw-ref-custom-visual > img { position: absolute; z-index: 3; left: 50%; bottom: 0; width: 220px; height: 310px; object-fit: contain; mix-blend-mode: multiply; transform: translateX(-50%); filter: drop-shadow(0 18px 22px rgba(33,101,132,.12)); }
.wbw-ref-callout { position: absolute; z-index: 4; width: 150px; color: #194763; }
.wbw-ref-callout::after { position: absolute; top: 13px; width: 60px; height: 1px; background: #74cae5; content: ""; }
.wbw-ref-callout.left::after { left: calc(100% + 5px); }
.wbw-ref-callout.right::after { right: calc(100% + 5px); }
.wbw-ref-callout i { display: inline-block; width: 17px; height: 17px; margin-right: 6px; vertical-align: -4px; border-radius: 50%; background: linear-gradient(135deg,#1bb7bd,#78e1d8); box-shadow: inset 0 0 0 4px rgba(255,255,255,.7); }
.wbw-ref-callout b, .wbw-ref-callout small { display: block; margin-left: 25px; }
.wbw-ref-callout b { font-size: 11px; }
.wbw-ref-callout small { margin-top: 1px; color: #78909f; font-size: 8px; }
.wbw-ref-callout.c1 { left: 18px; top: 26px; } .wbw-ref-callout.c2 { left: 0; top: 99px; } .wbw-ref-callout.c3 { left: 15px; top: 174px; } .wbw-ref-callout.c4 { left: 4px; top: 246px; }
.wbw-ref-callout.c5 { right: 8px; top: 27px; } .wbw-ref-callout.c6 { right: 0; top: 100px; } .wbw-ref-callout.c7 { right: 14px; top: 174px; } .wbw-ref-callout.c8 { right: 0; top: 246px; }
.wbw-ref-script.custom-script { align-self: center; justify-self: center; font-size: 28px; }

/* Color Lab + Logo */
.wbw-ref-lab-section { background: #fff; }
.wbw-ref-lab-grid { display: grid; grid-template-columns: 1fr 1.04fr; gap: 16px; }
.wbw-ref-lab-card { overflow: hidden; min-height: 280px; border: 1px solid var(--wbw-ref-border); border-radius: 10px; background: linear-gradient(180deg,#fff,#f8fdff); box-shadow: 0 8px 24px rgba(21,92,131,.06); }
.wbw-ref-lab-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; padding: 18px 20px 0; }
.wbw-ref-lab-head h2 { font-size: 27px; }
.wbw-ref-lab-head p { max-width: 420px; }
.wbw-ref-swatch-line { display: flex; gap: 10px; padding: 14px 20px 0; }
.wbw-ref-swatch-line i { width: 20px; height: 20px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 2px 8px rgba(33,74,97,.16); }
.wbw-ref-swatch-line .s1{background:#168bd5}.wbw-ref-swatch-line .s2{background:#1db5af}.wbw-ref-swatch-line .s3{background:#7bb94d}.wbw-ref-swatch-line .s4{background:#ef7a9c}.wbw-ref-swatch-line .s5{background:#a69ee9}.wbw-ref-swatch-line .s6{background:#333}.wbw-ref-swatch-line .s7{background:#e7e7e7}.wbw-ref-swatch-line .s8{background:#ff793d}
.wbw-ref-bottle-line { display: grid; grid-template-columns: repeat(5,1fr); align-items: end; gap: 0; height: 185px; margin: 0 14px; }
.wbw-ref-bottle-line img { width: 100%; height: 172px; object-fit: contain; mix-blend-mode: multiply; transition: transform .2s ease; }
.wbw-ref-bottle-line img:hover { transform: translateY(-5px); }
.wbw-ref-decoration-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; padding: 14px 16px 16px; }
.wbw-ref-decoration-grid figure { overflow: hidden; margin: 0; border-radius: 8px; background: #f1f9fd; }
.wbw-ref-decoration-grid img { width: 100%; height: 170px; object-fit: cover; }
.wbw-ref-decoration-grid figcaption { padding: 7px 4px 9px; color: #35546a; font-size: 8px; font-weight: 800; text-align: center; }

/* Certificates */
.wbw-ref-cert-section { background: linear-gradient(180deg,#f8fdff,#fff); border-top: 1px solid #e8f4f8; }
.wbw-ref-section-head.cert-head { align-items: center; }
.wbw-ref-cert-icons { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.wbw-ref-cert-icons span { display: inline-flex; align-items: center; gap: 5px; color: #35566f; font-size: 9px; font-weight: 800; }
.wbw-ref-cert-icons .material-symbols-outlined { color: #1596d6; font-size: 18px; }
.wbw-ref-cert-icons span:nth-child(3) .material-symbols-outlined { color: #39a655; }
.wbw-ref-cert-gallery { display: grid; grid-template-columns: 1.05fr 1.5fr .55fr; gap: 14px; align-items: stretch; }
.wbw-ref-cert-gallery figure { display: flex; align-items: center; justify-content: center; overflow: hidden; min-height: 190px; margin: 0; border: 1px solid #dfeef5; border-radius: 9px; background: #fff; }
.wbw-ref-cert-gallery figure img { width: 100%; height: 190px; object-fit: contain; }
.wbw-ref-cert-cta { display: flex; min-height: 190px; flex-direction: column; justify-content: center; padding: 18px; border: 1px solid #d8edf7; border-radius: 9px; background: #eaf8ff; }
.wbw-ref-cert-cta strong { color: #0c4771; font-size: 18px; }
.wbw-ref-cert-cta p { margin: 8px 0 14px; color: #6c8494; font-size: 10px; line-height: 1.55; }
.wbw-ref-cert-cta .wbw-button { align-self: flex-start; min-height: 36px; padding: 8px 13px; font-size: 9px; }

/* Process */
.wbw-ref-process-section { background: #fff; border-top: 1px solid #edf5f8; border-bottom: 1px solid #edf5f8; }
.wbw-ref-script.process-script { margin-right: 14px; font-size: 24px; }
.wbw-ref-process-line { position: relative; display: grid; grid-template-columns: repeat(7,1fr); gap: 10px; }
.wbw-ref-process-line::before { position: absolute; z-index: 0; top: 47px; right: 6%; left: 6%; height: 1px; background: #a9dcf0; content: ""; }
.wbw-ref-process-line article { position: relative; z-index: 1; text-align: center; }
.wbw-ref-process-line .step-icon { display: grid; width: 88px; height: 78px; place-items: center; margin: 0 auto 10px; border: 1px solid #d9ecf5; border-radius: 9px; background: linear-gradient(145deg,#f8fcff,#eaf7fd); box-shadow: 0 6px 14px rgba(31,111,147,.05); }
.wbw-ref-process-line .step-icon .material-symbols-outlined { color: #249fce; font-size: 30px; }
.wbw-ref-process-line em { display: inline-grid; width: 21px; height: 21px; place-items: center; margin-right: 5px; border-radius: 50%; background: #14bdc2; color: #fff; font-size: 8px; font-style: normal; font-weight: 900; }
.wbw-ref-process-line b { color: #174567; font-size: 11px; }
.wbw-ref-process-line small { display: block; max-width: 120px; margin: 4px auto 0; color: #7890a1; font-size: 8px; line-height: 1.35; }

/* Factory + RFQ */
.wbw-ref-bottom-section { background: linear-gradient(180deg,#f6fcff,#ecf8fd); padding-top: 28px; padding-bottom: 30px; }
.wbw-ref-bottom-grid { display: grid; grid-template-columns: 1.58fr .92fr; gap: 18px; align-items: stretch; }
.wbw-ref-factory-panel, .wbw-ref-rfq-panel { min-width: 0; }
.wbw-ref-section-head.compact { align-items: center; margin-bottom: 14px; }
.wbw-ref-section-head.compact h2 { font-size: 26px; }
.wbw-ref-factory-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.wbw-ref-factory-cards figure { overflow: hidden; margin: 0; border: 1px solid #d9eaf2; border-radius: 9px; background: #fff; box-shadow: 0 5px 14px rgba(23,85,120,.05); }
.wbw-ref-factory-cards img { width: 100%; height: 115px; object-fit: cover; }
.wbw-ref-factory-cards figcaption { padding: 9px 9px 11px; }
.wbw-ref-factory-cards b, .wbw-ref-factory-cards small { display: block; }
.wbw-ref-factory-cards b { color: #194769; font-size: 10px; }
.wbw-ref-factory-cards small { margin-top: 3px; color: #7b91a0; font-size: 8px; line-height: 1.35; }

.wbw-ref-rfq-card {
  height: 100%; padding: 18px 18px 15px;
  border: 1px solid #d5eaf5; border-radius: 10px;
  background: linear-gradient(145deg,#e9f8ff,#f8fdff);
  box-shadow: 0 9px 28px rgba(37,109,145,.07);
}
.wbw-ref-rfq-card .wbw-rfq-intro { margin-bottom: 11px; }
.wbw-ref-rfq-card h2 { font-size: 24px; }
.wbw-ref-rfq-card .wbw-rfq-intro p:not(.wbw-ref-kicker) { margin: 0; color: #6c8495; font-size: 9px; line-height: 1.5; }
.wbw-ref-form .wbw-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.wbw-ref-form label { color: #43627a; font-size: 8px; font-weight: 800; }
.wbw-ref-form input, .wbw-ref-form select, .wbw-ref-form textarea {
  width: 100%; min-height: 37px; margin-top: 4px; border: 1px solid #d5e8f2; border-radius: 6px; background: #fff; color: #24445d; font: inherit; font-size: 9px; padding: 8px 9px; outline: none;
}
.wbw-ref-form input:focus, .wbw-ref-form select:focus, .wbw-ref-form textarea:focus { border-color: #65bfe5; box-shadow: 0 0 0 3px rgba(74,180,224,.11); }
.wbw-ref-form textarea { min-height: 65px; resize: vertical; }
.wbw-ref-form input[type="file"] { padding: 7px; font-size: 8px; }
.wbw-ref-form .wbw-form-wide { grid-column: 1 / -1; }
.wbw-ref-form .wbw-button { min-height: 39px; margin-top: 10px; padding: 9px 16px; font-size: 10px; }
.wbw-ref-form-trust { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; color: #56768c; font-size: 8px; }
.wbw-ref-rfq-card .wbw-form-notice { margin: 0 0 10px; font-size: 9px; }

/* Footer */
.wbw-site-footer.wbw-ref-footer { position: relative; overflow: hidden; background: linear-gradient(120deg,#07304a,#06283d 62%,#0a3850); color: #d8ebf3; }
.wbw-site-footer.wbw-ref-footer::before { position: absolute; right: -120px; bottom: -180px; width: 520px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(36,176,198,.20), transparent 68%); content: ""; }
.wbw-ref-footer .wbw-footer-inner { max-width: 1280px; padding-top: 36px; }
.wbw-ref-footer .wbw-footer-grid { grid-template-columns: 1.35fr .7fr .85fr 1fr; gap: 44px; }
.wbw-ref-footer .wbw-footer-logo .material-symbols-outlined { color: #36c6c7; }
.wbw-ref-footer .wbw-footer-logo h3 { color: #fff; }
.wbw-ref-footer .wbw-footer-logo h3 span { color: #32c4c3; }
.wbw-ref-footer p, .wbw-ref-footer li, .wbw-ref-footer a { color: #b9d2dc; font-size: 10px; line-height: 1.7; }
.wbw-ref-footer h4 { color: #fff; font-size: 11px; }
.wbw-ref-footer .wbw-footer-cta { color: #70dce0; font-weight: 900; }
.wbw-footer-socials { display: flex; gap: 8px; margin-top: 12px; }
.wbw-footer-socials span { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; font-size: 9px; }
.wbw-ref-footer .wbw-footer-bottom { border-top-color: rgba(255,255,255,.08); }

/* Product plugin receives the same visual DNA */
.wbw-plugin-catalog-page { background: #f7fcff; }
.wbw-plugin-catalog-page .wbw-plugin-content { padding-top: 82px; }
.wbw-plugin-catalog-page .wbf-page { background: #f7fcff; }
.wbw-plugin-catalog-page .wbf-card,
.wbw-plugin-catalog-page .wbf-product-card,
.wbw-plugin-catalog-page article { border-color: #dcebf3 !important; border-radius: 12px !important; }

@media (max-width: 1180px) {
  .wbw-primary-nav { gap: 18px; }
  .wbw-ref-hero-shell { grid-template-columns: .95fr 1.05fr; }
  .wbw-ref-category-row { grid-template-columns: repeat(4,1fr); }
  .wbw-ref-category, .wbw-ref-category img { min-height: 240px; }
  .wbw-ref-custom-layout { grid-template-columns: .8fr 1.4fr; }
  .wbw-ref-script.custom-script { display: none; }
  .wbw-ref-cert-gallery { grid-template-columns: 1fr 1.5fr; }
  .wbw-ref-cert-cta { grid-column: 1 / -1; min-height: auto; }
  .wbw-ref-process-line { grid-template-columns: repeat(4,1fr); row-gap: 24px; }
  .wbw-ref-process-line::before { display: none; }
  .wbw-ref-bottom-grid { grid-template-columns: 1fr; }
}

@media (max-width: 920px) {
  .wbw-site-header { height: auto; }
  .wbw-primary-nav { display: none; }
  .wbw-menu-toggle { display: inline-flex; }
  .wbw-main { padding-top: 72px; }
  .wbw-ref-hero-shell { grid-template-columns: 1fr; }
  .wbw-ref-hero-copy { padding: 45px 5px 16px; }
  .wbw-ref-hero-stage { min-height: 390px; }
  .wbw-ref-hero-products { right: 50%; width: min(92%,650px); transform: translateX(50%); }
  .wbw-ref-lab-grid { grid-template-columns: 1fr; }
  .wbw-ref-custom-layout { grid-template-columns: 1fr; }
  .wbw-ref-custom-copy { max-width: 680px; }
  .wbw-ref-custom-visual { min-height: 360px; }
  .wbw-ref-factory-cards { grid-template-columns: repeat(2,1fr); }
  .wbw-ref-footer .wbw-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .wbw-container { width: min(100% - 26px, 1280px); }
  .wbw-header-inner { padding: 0 13px; }
  .wbw-brand-name { font-size: 16px; }
  .wbw-brand-tagline { display: none; }
  .wbw-quote-link { display: none; }
  .wbw-ref-section { padding: 24px 0; }
  .wbw-ref-section-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .wbw-ref-hero-copy h1 { font-size: clamp(42px,13vw,62px); }
  .wbw-ref-lede { font-size: 14px; }
  .wbw-ref-hero-proof { gap: 16px; }
  .wbw-ref-hero-stage { min-height: 300px; }
  .wbw-ref-script.hero-script { left: 2px; top: 18px; font-size: 19px; }
  .wbw-ref-sustain { width: 88px; height: 88px; right: 0; top: 12px; }
  .wbw-ref-hero-products { bottom: 0; width: 108%; }
  .wbw-ref-category-row { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .wbw-ref-category, .wbw-ref-category img { min-height: 210px; }
  .wbw-ref-custom-visual { min-height: 340px; transform: scale(.88); margin: -18px -24px; }
  .wbw-ref-callout { width: 120px; }
  .wbw-ref-callout::after { width: 34px; }
  .wbw-ref-lab-head { flex-direction: column; }
  .wbw-ref-bottle-line { height: 155px; }
  .wbw-ref-bottle-line img { height: 145px; }
  .wbw-ref-decoration-grid { grid-template-columns: repeat(2,1fr); }
  .wbw-ref-decoration-grid figure:last-child { grid-column: 1 / -1; }
  .wbw-ref-cert-icons { justify-content: flex-start; }
  .wbw-ref-cert-gallery { grid-template-columns: 1fr; }
  .wbw-ref-cert-gallery figure img { height: auto; }
  .wbw-ref-process-line { grid-template-columns: repeat(2,1fr); }
  .wbw-ref-factory-cards { grid-template-columns: 1fr 1fr; }
  .wbw-ref-form .wbw-form-grid { grid-template-columns: 1fr; }
  .wbw-ref-form .wbw-form-wide { grid-column: auto; }
  .wbw-ref-footer .wbw-footer-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* Reference styling for bundled inner pages */
.wbw-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  background: linear-gradient(90deg,#eefbff,#dff5ff);
  color: var(--wbw-ref-navy);
}
.wbw-page-hero .wbw-hero-bg {
  right: 0; left: auto; width: 56%; height: 100%; object-fit: cover; object-position: center;
  opacity: .90;
  -webkit-mask-image: linear-gradient(90deg,transparent 0%,rgba(0,0,0,.45) 24%,#000 50%);
  mask-image: linear-gradient(90deg,transparent 0%,rgba(0,0,0,.45) 24%,#000 50%);
}
.wbw-page-hero::after {
  position: absolute; inset: 0;
  background: linear-gradient(90deg,rgba(239,251,255,.98) 0%,rgba(239,251,255,.96) 42%,rgba(239,251,255,.48) 66%,rgba(239,251,255,.08) 100%);
  content: "";
}
.wbw-page-hero > .wbw-container { position: relative; z-index: 2; padding-top: 78px; padding-bottom: 70px; }
.wbw-page-hero h1 { max-width: 700px; color: var(--wbw-ref-navy); font-size: clamp(40px,4.6vw,64px); line-height: 1.02; letter-spacing: -.045em !important; }
.wbw-page-hero p { max-width: 650px; color: #47667a; font-size: 16px; }
.wbw-page-hero .wbw-kicker, .wbw-kicker { color: #0d94d4; }
.wbw-section { padding-top: 54px; padding-bottom: 54px; }
.wbw-section-soft { background: #f0faff; }
.wbw-section-white { background: #fff; }
.wbw-section-dark { background: linear-gradient(180deg,#effaff,#e4f5fc); color: var(--wbw-ref-text); }
.wbw-card, .wbw-evidence-card, .wbw-image-panel, .wbw-rfq-card {
  border-color: #d9eaf3;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(23,91,128,.06);
}
.wbw-card h3, .wbw-evidence-card h3, .wbw-section-head h2 { color: var(--wbw-ref-navy); }
.wbw-section-head p { color: #6d8494; }
.wbw-section-dark .wbw-rfq-card { background: linear-gradient(145deg,#e9f8ff,#fff); }

@media (max-width: 760px) {
  .wbw-page-hero .wbw-hero-bg { width: 100%; opacity: .30; -webkit-mask-image: none; mask-image: none; }
  .wbw-page-hero::after { background: rgba(235,249,255,.88); }
  .wbw-page-hero > .wbw-container { padding-top: 60px; padding-bottom: 54px; }
}
