:root {
  --bd-ink: #183746;
  --bd-muted: #607985;
  --bd-sky: #78c9e8;
  --bd-sky-dark: #178bb8;
  --bd-sky-soft: #eaf8fd;
  --bd-mint: #a8d8bd;
  --bd-mint-dark: #4b9b70;
  --bd-cream: #fffdf8;
  --bd-white: #ffffff;
  --bd-line: #dcecf1;
  --bd-shadow: 0 18px 55px rgba(26, 80, 101, .11);
  --bd-radius: 26px;
  --theme-palette-color-1: #178bb8;
  --theme-palette-color-2: #107aa4;
  --theme-palette-color-3: #183746;
  --theme-palette-color-4: #607985;
  --theme-palette-color-5: #dcecf1;
  --theme-palette-color-6: #eaf8fd;
  --theme-palette-color-7: #f8fcfd;
  --theme-palette-color-8: #ffffff;
}

body { color: var(--bd-ink); background: var(--bd-white); }
a { text-underline-offset: 3px; }
.site-main input:not([type="checkbox"]):not([type="radio"]),
.site-main select,
.site-main textarea { border-color: var(--bd-line); border-radius: 12px; background: #fff; }
.site-main input:focus,
.site-main select:focus,
.site-main textarea:focus { border-color: var(--bd-sky-dark); box-shadow: 0 0 0 3px rgba(23,139,184,.1); }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.single_add_to_cart_button { border-radius: 999px !important; background: var(--bd-sky-dark) !important; }
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.single_add_to_cart_button:hover { background: #107aa4 !important; }
.woocommerce-message,
.woocommerce-info { border-color: var(--bd-sky); border-radius: 14px; background: var(--bd-sky-soft); }
.woocommerce-error { border-radius: 14px; }
.woocommerce .quantity .qty { border-radius: 999px; }
.woocommerce-breadcrumb { color: var(--bd-muted); font-size: .82rem; }
.woocommerce span.onsale { border-radius: 999px; background: var(--bd-mint-dark); }
.single-product .woocommerce-product-gallery { overflow: hidden; border: 1px solid var(--bd-line); border-radius: var(--bd-radius); background: #fff; }
.single-product .summary .price { color: var(--bd-sky-dark); font-weight: 800; }
.single-product .product_meta { padding-top: 18px; border-top: 1px solid var(--bd-line); color: var(--bd-muted); }
.woocommerce div.product .woocommerce-tabs ul.tabs { border-color: var(--bd-line); }
.woocommerce div.product .woocommerce-tabs .panel { color: var(--bd-muted); line-height: 1.75; }
.woocommerce-cart .cart_totals,
.woocommerce-checkout #order_review { padding: clamp(20px, 4vw, 34px); border: 1px solid var(--bd-line); border-radius: 20px; background: #f8fcfd; }
.woocommerce table.shop_table { overflow: hidden; border-color: var(--bd-line); border-radius: 16px; }
.woocommerce-checkout .woocommerce-checkout-payment { border-radius: 18px !important; background: var(--bd-sky-soft) !important; }

.bd-home { overflow: hidden; color: var(--bd-ink); background: var(--bd-white); }
.bd-home *, .bd-home *::before, .bd-home *::after { box-sizing: border-box; }
.bd-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.bd-section { padding: clamp(64px, 8vw, 104px) 0; }
.bd-home h1, .bd-home h2, .bd-home h3 { color: var(--bd-ink); letter-spacing: -.035em; }
.bd-home h1 { max-width: 720px; margin: 0; font-size: clamp(2.7rem, 5.7vw, 5.15rem); line-height: .98; }
.bd-home h2 { margin: 0; font-size: clamp(2rem, 3.7vw, 3.15rem); line-height: 1.05; }
.bd-eyebrow, .bd-kicker { margin: 0 0 14px; color: var(--bd-mint-dark); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.bd-lead { max-width: 620px; margin: 26px 0 0; color: var(--bd-muted); font-size: clamp(1.05rem, 1.7vw, 1.25rem); line-height: 1.65; }
.bd-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; border: 2px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.bd-button:hover { transform: translateY(-2px); }
.bd-button--primary { color: #fff; background: var(--bd-sky-dark); box-shadow: 0 12px 28px rgba(23,139,184,.24); }
.bd-button--primary:hover { color: #fff; background: #107aa4; }
.bd-button--secondary { color: var(--bd-ink); border-color: rgba(24,55,70,.16); background: rgba(255,255,255,.72); }
.bd-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.bd-hero { position: relative; padding: clamp(58px, 8vw, 104px) 0 clamp(70px, 9vw, 118px); background: radial-gradient(circle at 75% 20%, rgba(168,216,189,.55), transparent 22%), linear-gradient(135deg, #f5fcff 0%, #e8f8fd 52%, #f5fff8 100%); }
.bd-hero::after { content: ''; position: absolute; right: -120px; bottom: -180px; width: 430px; height: 430px; border: 1px solid rgba(120,201,232,.35); border-radius: 50%; }
.bd-hero__grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); gap: clamp(40px, 7vw, 90px); align-items: center; }
.bd-hero__copy { position: relative; z-index: 2; }
.bd-hero__notes { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; color: var(--bd-muted); font-size: .9rem; font-weight: 700; }
.bd-hero__visual { position: relative; min-height: 485px; }
.bd-bubble { position: absolute; overflow: hidden; border: 10px solid rgba(255,255,255,.9); border-radius: 48% 52% 47% 53% / 53% 45% 55% 47%; background: #fff; box-shadow: var(--bd-shadow); }
.bd-bubble img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.bd-bubble--one { inset: 5px 74px 108px 0; transform: rotate(-3deg); }
.bd-bubble--two { right: 0; bottom: 0; width: 52%; height: 47%; transform: rotate(4deg); }
.bd-seal { position: absolute; top: 37px; right: -7px; z-index: 3; display: grid; width: 106px; height: 106px; place-content: center; border: 6px solid rgba(255,255,255,.92); border-radius: 50%; color: #fff; text-align: center; background: var(--bd-mint-dark); box-shadow: 0 12px 30px rgba(75,155,112,.25); transform: rotate(5deg); }
.bd-seal strong { font-size: 1.55rem; line-height: 1; }.bd-seal span { margin-top: 3px; font-size: .72rem; }

.bd-trust { position: relative; z-index: 4; margin-top: -35px; }
.bd-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--bd-line); border-radius: 22px; background: #fff; box-shadow: var(--bd-shadow); }
.bd-trust__grid > div { display: flex; gap: 13px; align-items: center; min-height: 105px; padding: 22px; border-right: 1px solid var(--bd-line); }
.bd-trust__grid > div:last-child { border-right: 0; }
.bd-trust p { display: grid; margin: 0; }.bd-trust strong { color: var(--bd-ink); font-size: .92rem; }.bd-trust small { margin-top: 3px; color: var(--bd-muted); font-size: .78rem; }
.bd-icon { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-content: center; border-radius: 50%; color: var(--bd-sky-dark); font-size: 1.35rem; background: var(--bd-sky-soft); }

.bd-heading { display: flex; gap: 30px; align-items: end; justify-content: space-between; margin-bottom: 36px; }
.bd-heading > a, .bd-text-link { color: var(--bd-sky-dark); font-weight: 800; text-decoration: none; white-space: nowrap; }
.bd-heading > a:hover, .bd-text-link:hover { color: var(--bd-mint-dark); }
.bd-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bd-category { display: grid; min-height: 210px; grid-template-columns: 43% 57%; overflow: hidden; border: 1px solid var(--bd-line); border-radius: var(--bd-radius); color: var(--bd-ink); background: var(--bd-cream); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.bd-category:hover { border-color: #b8dce8; color: var(--bd-ink); box-shadow: var(--bd-shadow); transform: translateY(-4px); }
.bd-category__image { overflow: hidden; background: var(--bd-sky-soft); }
.bd-category__image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform .3s ease; }
.bd-category:hover img { transform: scale(1.045); }
.bd-category__content { display: flex; flex-direction: column; justify-content: center; padding: 25px 22px; }
.bd-category strong { font-size: 1.17rem; line-height: 1.2; }.bd-category small { margin-top: 8px; color: var(--bd-muted); line-height: 1.45; }.bd-category em { margin-top: 18px; color: var(--bd-sky-dark); font-size: .83rem; font-style: normal; font-weight: 800; }

.bd-products-section { background: #f8fcfd; }
.bd-products-section--sale { background: #f5fbf7; }
.bd-product-grid ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 22px !important; margin: 0 !important; }
.bd-product-grid ul.products::before, .bd-product-grid ul.products::after { display: none !important; }
.bd-product-grid ul.products li.product { display: flex; width: auto !important; min-width: 0; flex-direction: column; margin: 0 !important; overflow: hidden; border: 1px solid var(--bd-line); border-radius: 20px; background: #fff; box-shadow: 0 8px 25px rgba(26,80,101,.055); transition: transform .2s ease, box-shadow .2s ease; }
.bd-product-grid ul.products li.product:hover { box-shadow: var(--bd-shadow); transform: translateY(-4px); }
.bd-product-grid li.product .ct-media-container, .bd-product-grid li.product > a:first-child img { aspect-ratio: 1 / 1; object-fit: contain; background: #fff; }
.bd-product-grid li.product .woocommerce-loop-product__title, .bd-product-grid li.product .price, .bd-product-grid li.product .star-rating { margin-inline: 18px !important; }
.bd-product-grid li.product .woocommerce-loop-product__title { color: var(--bd-ink); font-size: .98rem !important; line-height: 1.35; }
.bd-product-grid li.product .price { margin-top: 8px !important; color: var(--bd-sky-dark) !important; font-size: 1.08rem !important; font-weight: 800; }
.bd-product-grid li.product .button { width: calc(100% - 36px); margin: auto 18px 18px !important; border-radius: 999px; text-align: center; }
.bd-product-grid .onsale { top: 12px !important; left: 12px !important; min-width: auto !important; min-height: auto !important; padding: 7px 11px !important; border-radius: 999px !important; color: #fff !important; font-size: .72rem !important; background: var(--bd-mint-dark) !important; }

.bd-brand-story { background: #fff; }
.bd-brand-story__grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(45px, 8vw, 110px); align-items: center; }
.bd-brand-story__art { position: relative; display: grid; min-height: 420px; place-content: center; border-radius: 40% 60% 55% 45% / 48% 43% 57% 52%; background: linear-gradient(145deg, var(--bd-sky-soft), #f1fbf4); }
.bd-brand-story__art::before, .bd-brand-story__art::after { content: ''; position: absolute; border-radius: 50%; background: var(--bd-mint); opacity: .42; }
.bd-brand-story__art::before { top: 30px; right: 36px; width: 58px; height: 58px; }.bd-brand-story__art::after { bottom: 52px; left: 35px; width: 30px; height: 30px; }
.bd-brand-story__art img { position: relative; z-index: 2; width: min(78%, 380px); margin: auto; }
.bd-brand-story__copy p:not(.bd-kicker) { max-width: 610px; margin: 24px 0 26px; color: var(--bd-muted); font-size: 1.08rem; line-height: 1.75; }

.bd-help { padding: clamp(58px, 7vw, 84px) 0; color: #fff; background: var(--bd-ink); }
.bd-help__inner { display: flex; gap: 40px; align-items: center; justify-content: space-between; }
.bd-help h2 { color: #fff; }.bd-help p:not(.bd-kicker) { margin: 12px 0 0; color: #cfe2e9; }.bd-help .bd-kicker { color: var(--bd-mint); }
.bd-help .bd-button--primary { color: var(--bd-ink); background: var(--bd-mint); box-shadow: none; white-space: nowrap; }

@media (max-width: 1024px) {
  .bd-hero__grid { grid-template-columns: 1fr 390px; gap: 35px; }
  .bd-category-grid { grid-template-columns: repeat(2, 1fr); }
  .bd-trust__grid { grid-template-columns: repeat(2, 1fr); }.bd-trust__grid > div:nth-child(2) { border-right: 0; }.bd-trust__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--bd-line); }
}

@media (max-width: 780px) {
  .bd-shell { width: min(100% - 28px, 680px); }
  .bd-hero { padding-top: 48px; }.bd-hero__grid { grid-template-columns: 1fr; }.bd-hero__visual { min-height: 390px; }.bd-bubble--one { right: 50px; }.bd-seal { right: 3px; }
  .bd-trust { margin-top: -24px; }.bd-trust__grid { grid-template-columns: 1fr; }.bd-trust__grid > div { min-height: 84px; border-right: 0; border-bottom: 1px solid var(--bd-line); }.bd-trust__grid > div:last-child { border-bottom: 0; }
  .bd-heading { align-items: start; }.bd-heading > a { margin-top: 8px; }
  .bd-product-grid ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 14px !important; }
  .bd-brand-story__grid { grid-template-columns: 1fr; }.bd-brand-story__art { min-height: 330px; }
  .bd-help__inner { align-items: start; flex-direction: column; }.bd-help .bd-button { width: 100%; }
}

@media (max-width: 520px) {
  .bd-home h1 { font-size: 2.65rem; }
  .bd-category-grid { grid-template-columns: 1fr; }.bd-category { min-height: 180px; }
  .bd-heading { gap: 18px; flex-direction: column; }.bd-heading > a { white-space: normal; }
  .bd-hero__visual { min-height: 330px; }.bd-bubble--one { right: 35px; bottom: 72px; }.bd-bubble--two { height: 43%; }.bd-seal { top: 12px; width: 88px; height: 88px; }
  .bd-product-grid li.product .woocommerce-loop-product__title, .bd-product-grid li.product .price { margin-inline: 12px !important; }.bd-product-grid li.product .button { width: calc(100% - 24px); margin-inline: 12px !important; font-size: .76rem; }
}

@media (prefers-reduced-motion: reduce) {
  .bd-home *, .bd-home *::before, .bd-home *::after { scroll-behavior: auto !important; transition: none !important; }
}
