:root {
  --bogaso-ink: #17251f;
  --bogaso-forest: #244c3a;
  --bogaso-leaf: #5f7d62;
  --bogaso-clay: #c96f45;
  --bogaso-sun: #f2c35d;
  --bogaso-cream: #f7f2e8;
  --bogaso-paper: #fffdf8;
  --bogaso-line: rgba(23, 37, 31, 0.12);
  --bogaso-shadow: 0 18px 55px rgba(23, 37, 31, 0.1);
}

html { scroll-behavior: smooth; }

body.bogaso-storefront {
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(circle at 8% 10%, rgba(242, 195, 93, 0.12), transparent 22rem),
    var(--bogaso-paper);
}

body.bogaso-storefront .wp-site-blocks { overflow: hidden; }

/* Compact page titles across standard and WooCommerce pages. */
body:not(.home):not(.single-product) main .wp-block-post-title,
body:not(.home):not(.single-product) main > h1,
.woocommerce-shop main h1,
.post-type-archive-product main h1,
.tax-product_cat main h1,
.tax-product_tag main h1 {
  margin-block: 0.5rem 1.25rem !important;
  font-size: clamp(1.6rem, 3vw, 2.25rem) !important;
  line-height: 1.08;
}

body.bogaso-storefront header.wp-block-template-part {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--bogaso-line);
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(18px);
}

body.bogaso-storefront header.wp-block-template-part > .wp-block-group {
  min-height: 74px;
}

body.bogaso-storefront header.wp-block-template-part > .bogaso-announcement { min-height: auto; }
.bogaso-announcement p { color: inherit; }
.bogaso-main-header { box-shadow: 0 5px 24px rgba(23, 37, 31, 0.035); }
.bogaso-header-actions { flex-shrink: 0; }
.bogaso-header-actions .wc-block-mini-cart { margin-left: 0.25rem; }
.bogaso-header-actions .wc-block-mini-cart__button {
  border-radius: 999px;
  min-height: 42px;
  padding-inline: 0.7rem;
}

.wp-block-site-logo img { border-radius: 12px; }

.bogaso-main-header .wp-block-site-logo {
  line-height: 0;
  margin: 0;
}

.bogaso-main-header .wp-block-site-logo img {
  width: min(190px, 36vw);
  height: auto;
  border-radius: 0;
}

.wp-block-navigation a { text-decoration-thickness: 1px; text-underline-offset: 0.35em; }
.wp-block-navigation a:hover { color: var(--bogaso-clay); }

.wp-element-button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button {
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.wp-element-button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.wc-block-components-button:hover {
  background: var(--bogaso-ink) !important;
  box-shadow: 0 9px 25px rgba(23, 37, 31, 0.18);
  color: #fff !important;
  transform: translateY(-2px);
}

.wp-block-cover { border-radius: 28px; overflow: hidden; }

.wp-block-image img { border-radius: 18px; }

.wp-block-query-pagination { border-top: 1px solid var(--bogaso-line); padding-top: 2rem; }

/* Product catalog */
.woocommerce .woocommerce-breadcrumb {
  color: var(--bogaso-leaf);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb a { color: var(--bogaso-forest); }

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { margin-bottom: 2rem; }

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  border: 1px solid var(--bogaso-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  min-height: 48px;
  padding: 0.75rem 1rem !important;
}

.woocommerce ul.products,
.wc-block-product-template {
  gap: 0.75rem !important;
}

.bogaso-featured-products .woocommerce ul.products,
.post-type-archive-product .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* WooCommerce block-based catalog used by the Shop template. */
.post-type-archive-product .wc-block-product-template {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.75rem !important;
}

@media (min-width: 1440px) {
  .post-type-archive-product .wc-block-product-template {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

.bogaso-featured-products .woocommerce ul.products::before,
.bogaso-featured-products .woocommerce ul.products::after,
.post-type-archive-product .woocommerce ul.products::before,
.post-type-archive-product .woocommerce ul.products::after { display: none; }

.woocommerce ul.products li.product,
.wc-block-product,
.wc-block-grid__product {
  display: flex;
  flex-direction: column;
  position: relative;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  border: 1px solid rgba(23, 37, 31, 0.11);
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
  padding: 0.65rem !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.woocommerce ul.products li.product:hover,
.wc-block-product:hover,
.wc-block-grid__product:hover {
  border-color: rgba(36, 76, 58, 0.28);
  box-shadow: var(--bogaso-shadow);
  transform: translateY(-5px);
}

.woocommerce ul.products li.product img,
.wc-block-components-product-image img,
.wc-block-grid__product-image img {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  border-radius: 6px;
  object-fit: contain;
  transition: transform 350ms ease;
}

.post-type-archive-product .wc-block-components-product-image {
  margin: 0 0 0.55rem !important;
}

.post-type-archive-product .wc-block-product .wc-block-components-product-title {
  min-height: 2.5em;
  margin-block: 0.25rem 0.35rem !important;
  font-size: 0.8rem !important;
  line-height: 1.22;
}

body.post-type-archive-product main .wc-block-product .wp-block-post-title,
body.post-type-archive-product main .wc-block-product .wp-block-post-title a {
  min-height: 2.5em;
  margin-block: 0.25rem 0.35rem !important;
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.8rem !important;
  font-weight: 720;
  line-height: 1.22;
}

.post-type-archive-product .wc-block-product .bogaso-product-sku {
  min-height: auto;
  margin-block: 0.35rem 0.25rem;
  font-size: 0.64rem;
}

.post-type-archive-product .wc-block-product .bogaso-product-fulfillment {
  min-height: 2.7rem;
  margin-top: 0.25rem;
  font-size: 0.66rem;
}

.post-type-archive-product .wc-block-product .wc-block-components-product-price {
  margin-block: 0.4rem 0.5rem !important;
  font-size: 1rem !important;
}

.post-type-archive-product .wc-block-product .wp-block-button,
.post-type-archive-product .wc-block-product .wp-block-button__link {
  width: 100%;
}

.post-type-archive-product .wc-block-product .wp-block-button__link {
  min-height: 40px;
  border-radius: 5px !important;
  background: #ffca28 !important;
  color: #27275b !important;
  font-size: 0.76rem;
  font-weight: 850;
  padding: 0.6rem 0.5rem !important;
}

.woocommerce ul.products li.product:hover img,
.wc-block-product:hover .wc-block-components-product-image img { transform: scale(1.025); }

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button,
.wc-block-product > :not(.wc-block-components-product-image) { margin-left: 0 !important; margin-right: 0 !important; }

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-components-product-title {
  color: var(--bogaso-ink);
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.94rem !important;
  font-weight: 720;
  line-height: 1.24;
  padding: 0 !important;
}

.woocommerce ul.products li.product .price,
.wc-block-components-product-price {
  color: #353566 !important;
  font-size: 1.18rem !important;
  font-weight: 800;
  margin-block: 0.55rem 0.2rem !important;
}

.bogaso-product-sku {
  min-height: 2.2em;
  margin: 0.65rem 0 0.35rem;
  color: #72727d;
  font-size: 0.68rem;
  line-height: 1.25;
}

.bogaso-product-sku span { color: #52525c; font-weight: 700; }

.bogaso-product-fulfillment {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-height: 3.1rem;
  margin-top: 0.35rem;
  font-size: 0.7rem;
  line-height: 1.25;
}

.bogaso-product-fulfillment strong { color: #16822c; font-weight: 800; }
.bogaso-product-fulfillment span { color: #686874; }

.woocommerce ul.products li.product .button {
  width: 100%;
  margin-top: auto !important;
  border-radius: 6px !important;
  background: #ffca28 !important;
  color: #27275b !important;
  font-size: 0.82rem;
  font-weight: 850;
  text-align: center;
  padding: 0.75rem 0.6rem !important;
}

.woocommerce ul.products li.product .button::before {
  content: '';
  display: block;
  position: absolute;
  right: 0.75rem;
  bottom: 3.55rem;
  left: 0.75rem;
  border-top: 1px solid var(--bogaso-line);
}

.woocommerce ul.products li.product .added_to_cart {
  margin-top: 0.45rem;
  color: var(--bogaso-forest);
  font-size: 0.75rem;
  font-weight: 750;
  text-align: center;
}

.woocommerce span.onsale,
.wc-block-components-product-sale-badge {
  top: 0.75rem !important;
  left: 0.75rem !important;
  right: auto !important;
  min-height: auto;
  min-width: auto;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--bogaso-sun) !important;
  color: var(--bogaso-ink) !important;
  font-size: 0.72rem !important;
  font-weight: 800;
  line-height: 1;
  padding: 0.55rem 0.75rem !important;
  text-transform: uppercase;
}

/* Product detail */
.single-product main.wp-block-group {
  padding-top: clamp(1rem, 2.5vw, 2rem);
}

.single-product main > .wp-block-columns.alignwide {
  align-items: start !important;
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-top: clamp(1rem, 2vw, 1.75rem);
}

.single-product main > .wp-block-columns.alignwide > .wp-block-column:first-child {
  overflow: hidden;
  border: 1px solid var(--bogaso-line);
  border-radius: 14px;
  background: #fff;
  padding: clamp(0.75rem, 2vw, 1.25rem);
}

.single-product main > .wp-block-columns.alignwide > .wp-block-column:last-child {
  border: 1px solid var(--bogaso-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(23, 37, 31, 0.075);
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.single-product .woocommerce-product-gallery {
  overflow: hidden;
  border-radius: 8px;
}

.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  max-height: 520px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.single-product .flex-control-thumbs {
  display: flex;
  gap: 0.55rem;
  margin-top: 0.75rem !important;
}

.single-product .flex-control-thumbs li {
  overflow: hidden;
  width: 64px !important;
  border: 1px solid var(--bogaso-line);
  border-radius: 7px;
  background: var(--bogaso-paper);
  padding: 0.25rem;
}

.single-product .flex-control-thumbs img { border-radius: 4px; opacity: 0.55; }
.single-product .flex-control-thumbs img.flex-active { opacity: 1; }

.single-product .woocommerce-product-gallery__trigger {
  top: 0.75rem !important;
  right: 0.75rem !important;
  border: 1px solid var(--bogaso-line);
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 5px 18px rgba(23, 37, 31, 0.1);
}

.single-product .wp-block-post-title {
  margin: 0 0 0.8rem;
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(1.4rem, 2.4vw, 2.1rem) !important;
  line-height: 1.12;
}

.single-product .wp-block-woocommerce-product-price {
  margin-block: 0.5rem 1rem;
}

.single-product .wc-block-components-product-price,
.single-product .summary .price {
  color: var(--bogaso-clay) !important;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem) !important;
  font-weight: 800;
}

.single-product .wp-block-post-excerpt {
  color: #56665f;
  font-size: 0.95rem;
  line-height: 1.65;
}

.single-product .stock.in-stock {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eaf5ec;
  color: #1f7433;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 0.35rem 0.7rem;
}

.single-product form.cart {
  display: flex;
  align-items: stretch;
  gap: 0.65rem;
  margin-block: 1.25rem !important;
}

.single-product .quantity .qty {
  width: 74px;
  height: 48px;
  border: 1px solid var(--bogaso-line);
  border-radius: 7px;
  background: var(--bogaso-paper);
  color: var(--bogaso-ink);
  font-weight: 750;
}

.single-product .single_add_to_cart_button {
  flex: 1;
  min-height: 48px;
  border-radius: 7px !important;
  background: var(--bogaso-forest) !important;
  font-size: 0.9rem !important;
  font-weight: 850 !important;
}

.single-product .single_add_to_cart_button:hover { background: var(--bogaso-ink) !important; }

.single-product .wp-block-woocommerce-product-meta,
.single-product .product_meta {
  border-top: 1px solid var(--bogaso-line);
  color: var(--bogaso-leaf);
  font-size: 0.78rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
}

.single-product .wp-block-woocommerce-product-meta > * { margin-block: 0.3rem; }

.bogaso-purchase-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}

.bogaso-purchase-benefit {
  border-radius: 7px;
  background: var(--bogaso-cream);
  color: #5b6962;
  font-size: 0.68rem;
  line-height: 1.3;
  padding: 0.7rem;
}

.bogaso-purchase-benefit strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--bogaso-ink);
  font-size: 0.72rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs { border: 0; padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--bogaso-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { color: var(--bogaso-forest); }

.single-product .wp-block-woocommerce-product-details {
  margin-top: clamp(2.5rem, 6vw, 5rem);
  border-top: 1px solid var(--bogaso-line);
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.single-product .wp-block-woocommerce-product-collection {
  margin-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--bogaso-line);
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.single-product .wp-block-woocommerce-product-collection > .wp-block-heading {
  margin: 0 0 1.5rem;
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(1.65rem, 3vw, 2.35rem) !important;
  line-height: 1.1;
}

.single-product .wp-block-woocommerce-product-collection .wc-block-product-template {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.85rem !important;
}

.single-product .wp-block-woocommerce-product-collection .wc-block-product {
  width: auto !important;
  min-height: 100%;
  margin: 0 !important;
  border-radius: 7px;
  padding: 0.65rem !important;
}

.single-product .wp-block-woocommerce-product-collection .wc-block-components-product-image {
  margin: 0 0 0.65rem !important;
}

.single-product .wp-block-woocommerce-product-collection .wc-block-components-product-image img {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  object-fit: contain;
}

.single-product .wp-block-woocommerce-product-collection .wp-block-post-title {
  min-height: 2.5em;
  margin: 0.25rem 0 0.45rem !important;
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.86rem !important;
  font-weight: 750;
  line-height: 1.25;
  text-align: left;
}

.single-product .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-price {
  margin: 0 0 0.65rem !important;
  text-align: left;
}

.single-product .wp-block-woocommerce-product-collection .wc-block-components-product-price {
  color: var(--bogaso-clay) !important;
  font-size: 1rem !important;
  font-weight: 800;
}

.single-product .wp-block-woocommerce-product-collection .wp-block-button,
.single-product .wp-block-woocommerce-product-collection .wp-block-button__link {
  width: 100%;
}

.single-product .wp-block-woocommerce-product-collection .wp-block-button {
  margin-top: auto;
}

.single-product .wp-block-woocommerce-product-collection .wp-block-button__link {
  min-height: 40px;
  border-radius: 5px !important;
  background: #ffca28 !important;
  color: #27275b !important;
  font-size: 0.76rem !important;
  font-weight: 850;
  padding: 0.6rem 0.5rem !important;
}

@media (max-width: 1100px) and (min-width: 782px) {
  .single-product .wp-block-woocommerce-product-collection .wc-block-product-template {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 781px) {
  .single-product main > .wp-block-columns.alignwide { gap: 1rem; }
  .single-product main > .wp-block-columns.alignwide > .wp-block-column:last-child { padding: 1.25rem; }
  .single-product .wp-block-post-title { font-size: clamp(1.35rem, 6vw, 1.8rem) !important; }
  .bogaso-purchase-benefits { grid-template-columns: 1fr; }
  .single-product form.cart { flex-wrap: wrap; }
  .single-product .single_add_to_cart_button { min-width: calc(100% - 85px); }
  .single-product .wp-block-woocommerce-product-collection .wc-block-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 480px) {
  .single-product .wp-block-woocommerce-product-collection .wc-block-product-template {
    grid-template-columns: 1fr !important;
  }
}

/* Cart and checkout */
.wc-block-cart,
.wc-block-checkout { margin-block: clamp(2rem, 5vw, 5rem); }

.bogaso-checkout-shell {
  padding-top: clamp(1.25rem, 3vw, 2.5rem);
}

.bogaso-checkout-shell > .wp-block-post-title {
  margin-bottom: clamp(1.25rem, 3vw, 2rem) !important;
}

.bogaso-checkout-shell .wc-block-checkout {
  margin-top: 0;
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar {
  border-radius: 20px;
}

.wc-block-components-totals-wrapper,
.wc-block-components-order-summary-item { border-color: var(--bogaso-line) !important; }

.wc-block-components-sidebar {
  align-self: flex-start;
  border: 1px solid var(--bogaso-line);
  background: var(--bogaso-cream);
  padding: clamp(1rem, 3vw, 1.75rem) !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid var(--bogaso-line);
  border-top: 0;
  border-radius: 14px;
  background: var(--bogaso-cream);
  color: var(--bogaso-ink);
}

.woocommerce-message::before,
.woocommerce-info::before { color: var(--bogaso-forest); }

/* Home */
.bogaso-home { margin-top: 0 !important; }

.bogaso-slider {
  position: relative;
  overflow: hidden;
  min-height: clamp(340px, 36vw, 520px);
  margin-top: clamp(1rem, 2.5vw, 2rem) !important;
  border-radius: 0;
  background: var(--bogaso-ink);
  box-shadow: 0 20px 55px rgba(23, 37, 31, 0.14);
}

.bogaso-slider__track { min-height: inherit; }

.bogaso-slide {
  position: absolute;
  inset: 0;
  display: grid;
  min-height: inherit;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(15, 34, 27, 0.98) 0%, rgba(20, 45, 35, 0.9) 35%, rgba(20, 45, 35, 0.2) 62%, transparent 100%), var(--slide-image);
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.015);
  transition: opacity 550ms ease, transform 900ms ease, visibility 550ms;
}

.bogaso-slide.is-active { position: relative; opacity: 1; visibility: visible; transform: scale(1); }

.bogaso-slide__content {
  width: min(570px, 48%);
  padding: clamp(2rem, 5vw, 4.5rem);
  color: rgba(255, 255, 255, 0.82);
}

.bogaso-slide__eyebrow {
  margin: 0 0 0.6rem;
  color: var(--bogaso-sun);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bogaso-slide h1,
.bogaso-slide h2 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 4.6vw, 4.75rem);
  line-height: 0.98;
}

.bogaso-slide__content > p:not(.bogaso-slide__eyebrow) { max-width: 520px; margin-block: 1rem 1.5rem; }

.bogaso-slide__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  border-radius: 999px;
  background: var(--bogaso-sun);
  color: var(--bogaso-ink);
  font-size: 0.875rem;
  font-weight: 800;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.bogaso-slide__button:hover { background: #fff; color: var(--bogaso-ink); transform: translateY(-2px); }

.bogaso-slider__controls {
  position: absolute;
  z-index: 5;
  bottom: 1.25rem;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 8px 28px rgba(23, 37, 31, 0.18);
  padding: 0.3rem;
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.bogaso-slider__arrow,
.bogaso-slider__pause {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--bogaso-ink);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.bogaso-slider__arrow:hover,
.bogaso-slider__pause:hover { background: var(--bogaso-cream); }
.bogaso-slider__pause { font-size: 0.75rem; }
.bogaso-slider__dots { display: flex; gap: 0.35rem; padding-inline: 0.25rem; }
.bogaso-slider__dots button { width: 7px; height: 7px; border: 0; border-radius: 999px; background: rgba(23, 37, 31, 0.3); padding: 0; cursor: pointer; transition: width 160ms, background 160ms; }
.bogaso-slider__dots button.is-active { width: 22px; background: var(--bogaso-forest); }

.bogaso-home-hero {
  position: relative;
  overflow: hidden;
  margin-top: clamp(1rem, 3vw, 2rem) !important;
  border-radius: 28px;
  background: var(--bogaso-cream);
  padding: clamp(2rem, 6vw, 5.5rem);
}

.bogaso-home-hero::before {
  content: '';
  position: absolute;
  top: -8rem;
  left: -8rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: rgba(242, 195, 93, 0.16);
  pointer-events: none;
}

.bogaso-home-hero > * { position: relative; z-index: 1; }

.bogaso-home-hero h1 { max-width: 760px; margin-block: 0.3rem 1rem; }
.bogaso-hero-copy { max-width: 670px; color: #52635b; }

.bogaso-kicker {
  margin: 0 0 0.4rem;
  color: var(--bogaso-clay);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bogaso-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(145deg, var(--bogaso-ink), var(--bogaso-forest));
  box-shadow: var(--bogaso-shadow);
  color: rgba(255, 255, 255, 0.78);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.bogaso-hero-card::after {
  content: '';
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 2.5rem rgba(255, 255, 255, 0.035);
}

.bogaso-hero-card h2 { position: relative; z-index: 1; color: #fff; }
.bogaso-hero-card p { position: relative; z-index: 1; }
.bogaso-hero-icon {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  border-radius: 14px;
  background: var(--bogaso-sun);
  color: var(--bogaso-ink);
  font-family: var(--wp--preset--font-family--display);
  font-size: 1.75rem;
  font-weight: 700;
}

.bogaso-benefits {
  margin-top: clamp(1rem, 2vw, 1.5rem) !important;
  border-block: 1px solid var(--bogaso-line);
  background: #fff;
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1rem, 3vw, 2rem);
}

.bogaso-benefits .wp-block-columns { margin-bottom: 0; }
.bogaso-benefits .wp-block-column { padding-inline: clamp(0rem, 2vw, 1.5rem); }
.bogaso-benefits .wp-block-column + .wp-block-column { border-left: 1px solid var(--bogaso-line); }
.bogaso-benefits h3 { margin-bottom: 0.35rem; font-family: var(--wp--preset--font-family--body); font-size: 0.95rem; font-weight: 800; }
.bogaso-benefits p { margin-top: 0; color: #64736c; font-size: 0.875rem; }

.bogaso-home-section { padding-block: clamp(3.5rem, 7vw, 6rem); }
.bogaso-home-section + .bogaso-home-section { border-top: 1px solid var(--bogaso-line); }
.bogaso-section-heading { margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.bogaso-section-heading h2 { margin: 0; }
.bogaso-section-heading > p a { font-size: 0.875rem; font-weight: 750; }

.bogaso-home .product-category mark { background: transparent; color: var(--bogaso-clay); }
.bogaso-home .product-category h2 { padding-inline: 1rem; }

.bogaso-home-cta {
  border-radius: 24px;
  background: var(--bogaso-sun);
  padding: clamp(2rem, 5vw, 4rem);
}

.bogaso-home-cta .bogaso-kicker { color: var(--bogaso-forest); }
.bogaso-home-cta h2 { margin-block: 0.3rem 0.75rem; }
.bogaso-home-cta p:last-child { margin-bottom: 0; }

@media (max-width: 781px) {
  .bogaso-slider { min-height: 500px; border-radius: 0; }
  .bogaso-slide { align-items: end; background-image: linear-gradient(0deg, rgba(15, 34, 27, 0.98) 0%, rgba(15, 34, 27, 0.82) 48%, rgba(15, 34, 27, 0.08) 82%), var(--slide-image); background-position: 68% center; }
  .bogaso-slide__content { width: auto; padding: 2rem 1.5rem 5.5rem; }
  .bogaso-slide h1, .bogaso-slide h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .bogaso-home-hero { border-radius: 20px; }
  .bogaso-hero-art { margin-top: 1rem; }
  .bogaso-benefits .wp-block-column { padding-block: 0.75rem; padding-inline: 0; }
  .bogaso-benefits .wp-block-column + .wp-block-column { border-top: 1px solid var(--bogaso-line); border-left: 0; }
  .bogaso-home-cta .wp-block-buttons { justify-content: flex-start; }
}

/* My Account */
.woocommerce-account main,
.woocommerce-account .wp-block-post-content {
  position: relative;
}

.woocommerce-account .wp-site-blocks > main,
.woocommerce-account main.wp-block-group,
.woocommerce-account main.wp-block-post-content {
  margin: 0 !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0 !important;
}

.woocommerce-account header.wp-block-template-part + main,
.woocommerce-account .wp-site-blocks > main:first-of-type {
  margin-top: 0 !important;
}

/* Twenty Twenty-Five adds spacing-60 to this inner page wrapper. */
.woocommerce-account main.wp-block-group > .wp-block-group.alignfull {
  padding-top: clamp(1rem, 2vw, 1.5rem) !important;
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem) !important;
}

.woocommerce-account main.wp-block-group > .wp-block-group.alignfull > .wp-block-post-content {
  margin-top: 0.5rem !important;
}

.woocommerce-account main > .wp-block-group,
.woocommerce-account main > .wp-block-post-content,
.woocommerce-account .entry-content,
.woocommerce-account .wp-block-post-content {
  margin-block-start: 0 !important;
}

.woocommerce-account .wp-block-post-title,
.woocommerce-account main > h1 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 0.25rem !important;
  padding-inline: clamp(1rem, 3vw, 2rem);
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.1;
  text-align: center;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(210px, 270px) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  max-width: 1180px;
  margin-inline: auto;
  margin-block: 0 !important;
  padding-block: 0 clamp(1.5rem, 4vw, 3rem);
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after { display: none; }

.bogaso-account-hero {
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--bogaso-ink), var(--bogaso-forest));
  color: var(--bogaso-cream);
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.bogaso-account-hero::after {
  content: '';
  position: absolute;
  right: -5rem;
  bottom: -7rem;
  width: 20rem;
  height: 20rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 3rem rgba(255, 255, 255, 0.035), 0 0 0 6rem rgba(255, 255, 255, 0.025);
  pointer-events: none;
}

.bogaso-account-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 3.25vw, 2.75rem);
}

.bogaso-account-hero > p:last-child {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.875rem, 1.5vw, 1rem);
}

.bogaso-account-eyebrow {
  margin: 0 0 0.35rem;
  color: var(--bogaso-sun);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: auto !important;
  align-self: start;
  position: sticky;
  top: 1.5rem;
  border: 1px solid var(--bogaso-line);
  border-radius: 18px;
  background: #fff;
  padding: 0.65rem;
  box-shadow: 0 10px 32px rgba(23, 37, 31, 0.055);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li { margin: 0; }

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 46px;
  border-radius: 12px;
  color: var(--bogaso-ink);
  font-size: 0.9rem;
  font-weight: 680;
  line-height: 1.25;
  padding: 0.75rem 0.9rem;
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease, transform 150ms ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: var(--bogaso-cream);
  color: var(--bogaso-forest);
  transform: translateX(2px);
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: var(--bogaso-forest);
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout {
  border-top: 1px solid var(--bogaso-line);
  margin-top: 0.4rem !important;
  padding-top: 0.4rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a { color: #9d482f; }

.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
  min-width: 0;
  color: #34453d;
}

.woocommerce-account .woocommerce-MyAccount-content > :first-child { margin-top: 0; }

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  border: 1px solid var(--bogaso-line);
  border-radius: 16px;
  background: var(--bogaso-cream);
  padding: 1.25rem 1.4rem;
}

.woocommerce-account .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.woocommerce-account .woocommerce-Address {
  float: none !important;
  width: auto !important;
  min-height: 100%;
  border: 1px solid var(--bogaso-line);
  border-radius: 18px;
  background: #fff;
  padding: 1.4rem;
}

.woocommerce-account .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.woocommerce-account .woocommerce-Address-title h2,
.woocommerce-account .woocommerce-Address-title h3 { margin: 0; font-size: 1.35rem; }

.woocommerce-account .woocommerce-Address-title a {
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--bogaso-cream);
  color: var(--bogaso-forest);
  font-size: 0.78rem;
  font-weight: 750;
  padding: 0.4rem 0.7rem;
  text-decoration: none;
}

.woocommerce-account address { color: #56665f; font-style: normal; line-height: 1.75; }

.woocommerce-account table.shop_table {
  overflow: hidden;
  border: 1px solid var(--bogaso-line);
  border-collapse: separate;
  border-radius: 16px;
  background: #fff;
}

.woocommerce-account table.shop_table th {
  border-color: var(--bogaso-line);
  background: var(--bogaso-cream);
  color: var(--bogaso-ink);
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.woocommerce-account table.shop_table td { border-color: var(--bogaso-line); padding-block: 1rem; }

.woocommerce-account table.shop_table .button { font-size: 0.76rem; padding: 0.55rem 0.85rem; }

.woocommerce-account fieldset {
  border: 1px solid var(--bogaso-line);
  border-radius: 16px;
  margin: 2rem 0;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.woocommerce-account fieldset legend {
  color: var(--bogaso-ink);
  font-family: var(--wp--preset--font-family--display);
  font-size: 1.15rem;
  padding-inline: 0.5rem;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
  border: 1px solid var(--bogaso-line);
  border-radius: 20px;
  background: #fff;
  padding: clamp(1.25rem, 4vw, 2.25rem);
}

.woocommerce-account:not(.logged-in) .woocommerce {
  display: block;
  max-width: 760px;
}

@media (max-width: 860px) {
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
  .woocommerce-account .woocommerce-MyAccount-navigation { position: static; overflow-x: auto; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul { flex-direction: row; width: max-content; min-width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-navigation a { white-space: nowrap; }
  .woocommerce-account .woocommerce-MyAccount-navigation a:hover { transform: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout { border-top: 0; border-left: 1px solid var(--bogaso-line); margin-top: 0 !important; padding-top: 0; padding-left: 0.4rem; }
}

@media (max-width: 600px) {
  .bogaso-account-hero { border-radius: 20px; }
  .woocommerce-account .woocommerce-Addresses { grid-template-columns: 1fr; }
  .woocommerce-account table.shop_table_responsive tr { border-bottom: 1px solid var(--bogaso-line); padding: 0.75rem; }
  .woocommerce-account table.shop_table_responsive td { border: 0; }
}

/* Footer */
body.bogaso-storefront footer.wp-block-template-part {
  margin-top: clamp(4rem, 9vw, 8rem);
  border-top: 1px solid var(--bogaso-line);
  background: var(--bogaso-ink);
  color: var(--bogaso-cream);
}

body.bogaso-storefront footer.wp-block-template-part a,
body.bogaso-storefront footer.wp-block-template-part h1,
body.bogaso-storefront footer.wp-block-template-part h2,
body.bogaso-storefront footer.wp-block-template-part h3,
body.bogaso-storefront footer.wp-block-template-part .wp-block-site-title { color: #fff; }
.bogaso-footer .wp-block-navigation-item__content { color: var(--bogaso-cream); opacity: 0.82; }
.bogaso-footer .wp-block-navigation-item__content:hover { color: #fff; opacity: 1; }

@media (max-width: 781px) {
  body.bogaso-storefront header.wp-block-template-part > .wp-block-group { min-height: 64px; }
  body.bogaso-storefront header.wp-block-template-part > .bogaso-announcement { min-height: auto; }
  .bogaso-main-header { padding-inline: 1rem !important; }
  .bogaso-main-header .wp-block-site-logo img { width: min(150px, 38vw); }
  .wp-block-cover { border-radius: 20px; }
  .woocommerce ul.products[class*='columns-'] li.product { width: calc(50% - 0.6rem); }
  .woocommerce ul.products li.product .button { font-size: 0.78rem; padding-inline: 0.9rem; }
}

@media (max-width: 1100px) and (min-width: 782px) {
  .bogaso-featured-products .woocommerce ul.products,
  .post-type-archive-product .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .post-type-archive-product .wc-block-product-template { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}

@media (max-width: 900px) and (min-width: 782px) {
  .post-type-archive-product .wc-block-product-template { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 781px) {
  .bogaso-featured-products .woocommerce ul.products,
  .post-type-archive-product .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .post-type-archive-product .wc-block-product-template { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .woocommerce ul.products[class*='columns-'] li.product { width: auto; }
}

@media (max-width: 480px) {
  .woocommerce ul.products li.product img { aspect-ratio: 1 / 0.92; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

/* Compact promotional rail — homepage */
.home .bogaso-header-nav,
.home .bogaso-header-nav + main,
.home .wp-site-blocks > main.bogaso-home { margin-block: 0 !important; }

.home .bogaso-home { padding-top: 0 !important; }

.home .bogaso-slider {
  width: 100%;
  max-width: none !important;
  min-height: 0;
  margin: 0 !important;
  border: 0;
  border-radius: 0;
  background: #f5f6f7;
  box-shadow: none;
  padding: 10px 14px 14px;
}

.bogaso-slider__viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.bogaso-slider__viewport::-webkit-scrollbar { display: none; }

.home .bogaso-slider__track {
  display: grid;
  grid-auto-columns: minmax(245px, 1fr);
  grid-auto-flow: column;
  grid-template-columns: none;
  gap: 8px;
  min-height: 420px;
}

.bogaso-promo-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 420px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
  color: #0f1e19;
  scroll-snap-align: start;
  isolation: isolate;
}

.bogaso-promo-card--sky { background: #8ccdf3; }
.bogaso-promo-card--violet { background: linear-gradient(145deg, #7610df, #5900be); color: #fff; }
.bogaso-promo-card--blue { background: linear-gradient(145deg, #1768f2, #1552d6); color: #fff; }
.bogaso-promo-card--peach { background: #efb386; }
.bogaso-promo-card--mint { background: #86dcc3; }
.bogaso-promo-card--rose { background: #f398b4; }
.bogaso-promo-card--gold { --card-color: #f1c84f; background: #f1c84f; }
.bogaso-promo-card--forest { background: linear-gradient(145deg, #173f32, #0d2b22); color: #fff; }

.bogaso-promo-card__copy { position: relative; z-index: 3; padding: 16px 16px 0; }
.bogaso-promo-card__eyebrow { margin: 0 0 4px; font-size: 0.86rem; line-height: 1.2; }

.bogaso-promo-card h1,
.bogaso-promo-card h2 {
  max-width: 285px;
  margin: 0;
  color: inherit;
  font-family: var(--wp--preset--font-family--body);
  font-size: clamp(1.7rem, 2.25vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.bogaso-promo-card__copy > p:not(.bogaso-promo-card__eyebrow) {
  max-width: 280px;
  margin: 9px 0 14px;
  font-size: 0.94rem;
  line-height: 1.35;
}

.bogaso-promo-card__copy a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: #fff;
  color: #14241e;
  font-size: 0.82rem;
  font-weight: 850;
  padding: 9px 13px;
  text-decoration: none;
}

.bogaso-promo-card__copy a:hover { color: #14241e; transform: translateY(-1px); }

.bogaso-promo-card__image {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 58%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}

.bogaso-promo-card__image::after {
  content: '';
  position: absolute;
  inset: -1px 0 auto;
  height: 38%;
  background: linear-gradient(to bottom, var(--card-color), transparent);
}

.bogaso-promo-card--sky { --card-color: #8ccdf3; }
.bogaso-promo-card--peach { --card-color: #efb386; }
.bogaso-promo-card__image--home { background-image: url('../images/hero-home.png'); }
.bogaso-promo-card__image--summer { background-image: url('../images/hero-summer.png'); }
.bogaso-promo-card__image--home-alt { background-image: url('../images/hero-home.png'); filter: sepia(.25) saturate(1.25); }

.bogaso-promo-card__sparkles span { position: absolute; color: #ffd84e; font-size: 1.3rem; }
.bogaso-promo-card__sparkles span:nth-child(1) { top: 42%; left: 18%; }
.bogaso-promo-card__sparkles span:nth-child(2) { right: 17%; bottom: 28%; font-size: 2rem; }
.bogaso-promo-card__sparkles span:nth-child(3) { bottom: 12%; left: 42%; font-size: 1rem; }

.bogaso-promo-card__delivery {
  position: absolute;
  right: -25px;
  bottom: 35px;
  width: 190px;
  height: 190px;
  border: 26px solid rgba(92, 235, 204, 0.35);
  border-radius: 50%;
  background: #42cfb3;
  box-shadow: inset 0 0 0 14px rgba(255,255,255,.16), 0 22px 45px rgba(0,0,0,.18);
}

.bogaso-promo-card__delivery span { display: grid; height: 100%; place-items: center; color: #083d42; font-size: 4rem; font-weight: 900; }
.bogaso-promo-card__badge,
.bogaso-promo-card__account {
  position: absolute;
  right: -18px;
  bottom: 28px;
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  border: 22px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(255,255,255,.6);
}
.bogaso-promo-card__badge span { color: #16483a; font-size: 2rem; font-weight: 950; transform: rotate(-8deg); }
.bogaso-promo-card__account { background: #f4c95d; border-color: rgba(255,255,255,.12); }
.bogaso-promo-card__account span { color: #173f32; font-size: 4rem; font-weight: 950; }
.bogaso-promo-card__bubbles span { position: absolute; border: 14px solid rgba(255,255,255,.35); border-radius: 50%; }
.bogaso-promo-card__bubbles span:nth-child(1) { right: 18px; bottom: 20px; width: 175px; height: 175px; }
.bogaso-promo-card__bubbles span:nth-child(2) { right: 145px; bottom: 145px; width: 72px; height: 72px; }
.bogaso-promo-card__bubbles span:nth-child(3) { right: 30px; bottom: 190px; width: 48px; height: 48px; }
.bogaso-promo-card__note { position: absolute; z-index: 3; right: 15px; bottom: 12px; left: 15px; margin: 0; font-size: 0.7rem; font-weight: 800; }

.home .bogaso-slider__arrow {
  position: absolute;
  z-index: 6;
  top: 50%;
  width: 46px;
  height: 76px;
  border: 1px solid rgba(15,30,25,.12);
  border-radius: 8px 0 0 8px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 6px 20px rgba(15,30,25,.15);
  color: #14241e;
  font-size: 2.1rem;
  transform: translateY(-50%);
}

.home .bogaso-slider__arrow--prev { left: 14px; border-radius: 0 8px 8px 0; }
.home .bogaso-slider__arrow--next { right: 14px; }
.home .bogaso-slider__arrow:disabled { opacity: 0; pointer-events: none; }

.bogaso-slider__progress { display: none; height: 3px; margin-top: 9px; overflow: hidden; background: #dbe1de; }
.bogaso-slider__progress span { display: block; width: 100%; height: 100%; background: var(--bogaso-forest); transform: scaleX(.18); transform-origin: left; transition: transform 180ms ease; }

@media (min-width: 1100px) {
  .home .bogaso-slider__track { grid-auto-columns: calc((100% - 24px) / 4); }
}

@media (max-width: 780px) {
  .home .bogaso-slider { padding: 8px; }
  .home .bogaso-slider__track { grid-auto-columns: min(82vw, 310px); min-height: 380px; }
  .bogaso-promo-card { min-height: 380px; }
  .bogaso-promo-card h1, .bogaso-promo-card h2 { font-size: 1.8rem; }
  .home .bogaso-slider__arrow { display: none; }
  .bogaso-slider__progress { display: block; }
}

/* Featured products — match homepage marketplace panels */
.home .bogaso-featured-products {
  max-width: none !important;
  margin-top: 0 !important;
  border-top: 0 !important;
  background: #f3f4f3;
  padding: 18px 14px 30px;
}

.home .bogaso-featured-products > .bogaso-section-heading {
  max-width: none !important;
  margin-bottom: 14px;
}

.home .bogaso-featured-products .bogaso-kicker { display: none; }
.home .bogaso-featured-products .bogaso-section-heading h2 {
  font-family: var(--wp--preset--font-family--body);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem) !important;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.home .bogaso-featured-products .bogaso-section-heading > p a {
  color: var(--bogaso-forest);
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.home .bogaso-featured-products > .wp-block-shortcode {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
}

.home .bogaso-featured-products .woocommerce {
  border: 1px solid #d9dddb;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
}

.home .bogaso-featured-products .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 !important;
}

.home .bogaso-featured-products .woocommerce ul.products li.product {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 0;
  border-radius: 7px;
  background: #f5f6f6;
  box-shadow: none;
  padding: 8px;
}

.home .bogaso-featured-products .woocommerce ul.products li.product:hover {
  box-shadow: 0 5px 18px rgba(23,63,50,.1);
  transform: translateY(-1px);
}

.home .bogaso-featured-products .woocommerce ul.products li.product img {
  width: 100%;
  aspect-ratio: 1 / .78;
  margin: 0 0 7px !important;
  border-radius: 5px;
  background: #fff;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.home .bogaso-featured-products .woocommerce-loop-product__title {
  display: -webkit-box;
  min-height: 2.5em;
  overflow: hidden;
  font-size: 0.78rem !important;
  font-weight: 760 !important;
  line-height: 1.25 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home .bogaso-featured-products .bogaso-product-sku,
.home .bogaso-featured-products .bogaso-product-fulfillment { display: none; }

.home .bogaso-featured-products .woocommerce ul.products li.product .price {
  margin: 4px 0 8px;
  color: #17251f;
  font-size: 1rem;
  font-weight: 900;
}

.home .bogaso-featured-products .woocommerce ul.products li.product .button {
  display: inline-flex;
  width: auto;
  min-height: 34px;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  margin-top: auto;
  border: 1px solid #173f32;
  border-radius: 999px !important;
  background: #173f32 !important;
  box-shadow: 0 2px 6px rgba(23, 63, 50, .16);
  color: #fff !important;
  font-size: .74rem;
  font-weight: 800;
  line-height: 1;
  padding: 9px 18px !important;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home .bogaso-featured-products .woocommerce ul.products li.product .button:hover,
.home .bogaso-featured-products .woocommerce ul.products li.product .button:focus-visible {
  border-color: #235c49;
  background: #235c49 !important;
  box-shadow: 0 4px 10px rgba(23, 63, 50, .22);
  color: #fff !important;
  transform: translateY(-1px);
}

.home .bogaso-featured-products .woocommerce ul.products li.product .button::before {
  content: none;
}

@media (max-width: 900px) {
  .home .bogaso-featured-products .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
  .home .bogaso-featured-products { padding: 14px 8px 22px; }
  .home .bogaso-featured-products .woocommerce { padding: 8px; }
  .home .bogaso-featured-products .woocommerce ul.products { gap: 7px; }
}

/* Amazon-inspired homepage marketplace panels */
.home .bogaso-category-showcase {
  max-width: none !important;
  background: #f3f4f3;
  margin-top: 0 !important;
  padding: 14px 14px 30px;
}

.home .bogaso-category-showcase > .bogaso-section-heading {
  max-width: none !important;
  margin-bottom: 16px;
}

.home .bogaso-category-showcase > .wp-block-shortcode {
  width: 100%;
  max-width: none !important;
  margin-inline: 0 !important;
}

.home .bogaso-category-showcase .bogaso-kicker { display: none; }
.home .bogaso-category-showcase .bogaso-section-heading h2 {
  font-family: var(--wp--preset--font-family--body);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem) !important;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.home .bogaso-category-showcase .bogaso-section-heading > p { display: none; }

.bogaso-market-panels {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.bogaso-market-panel {
  min-width: 0;
  border: 1px solid #d9dddb;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
}

.bogaso-market-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}

.bogaso-market-panel__head h3 {
  margin: 0;
  font-family: var(--wp--preset--font-family--body);
  font-size: 1rem;
  font-weight: 900;
}

.bogaso-market-panel__head a { color: var(--bogaso-forest); font-size: 0.76rem; font-weight: 800; text-decoration: none; }
.bogaso-market-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }

.bogaso-market-tile {
  display: block;
  min-width: 0;
  border-radius: 7px;
  background: #f5f6f6;
  color: #17251f;
  padding: 7px;
  text-decoration: none;
  transition: box-shadow 150ms ease, transform 150ms ease;
}

.bogaso-market-tile:hover { color: #17251f; box-shadow: 0 5px 18px rgba(23,63,50,.1); transform: translateY(-1px); }
.bogaso-market-tile__image { display: block; overflow: hidden; aspect-ratio: 1 / .88; margin-bottom: 6px; background: #fff; }
.bogaso-market-tile__image img { width: 100%; height: 100%; margin: 0 !important; object-fit: contain; mix-blend-mode: multiply; }
.bogaso-market-grid--categories .bogaso-market-tile__image img { object-fit: cover; mix-blend-mode: normal; }
.bogaso-market-tile__name { display: -webkit-box; overflow: hidden; color: #17251f; font-size: 0.75rem; font-weight: 750; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.bogaso-market-tile__price { display: block; margin-top: 3px; color: #17251f; font-size: 0.9rem; font-weight: 850; }
.bogaso-market-tile__price del { color: #7a8680; font-size: .7rem; font-weight: 500; }
.bogaso-market-tile__price ins { text-decoration: none; }
.bogaso-market-tile__meta { display: block; margin-top: 2px; color: #75817b; font-size: .66rem; }

@media (max-width: 960px) {
  .bogaso-market-panels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bogaso-market-panel:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .home .bogaso-category-showcase { padding: 12px 8px 22px; }
  .bogaso-market-panels { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .bogaso-market-panels::-webkit-scrollbar { display: none; }
  .bogaso-market-panel, .bogaso-market-panel:first-child { min-width: min(88vw, 360px); grid-column: auto; scroll-snap-align: start; }
}

/* Homepage trust benefits */
.home .bogaso-benefits {
  margin: 0 !important;
  border: 0;
  background: linear-gradient(180deg, #f5f6f7 0%, #fffdf8 100%);
  padding: 0 14px 10px;
}

.home .bogaso-slider {
  margin-bottom: 0 !important;
}

.home .bogaso-home > .wp-block-shortcode,
.home .bogaso-home > .wp-block-shortcode + .bogaso-benefits {
  margin-block: 0 !important;
}

.home .bogaso-benefits > .wp-block-columns {
  display: grid;
  max-width: none !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.home .bogaso-benefits .wp-block-column {
  position: relative;
  min-height: 112px;
  border: 1px solid rgba(23, 63, 50, 0.1) !important;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(23, 63, 50, 0.055);
  padding: 18px 18px 18px 72px;
}

.home .bogaso-benefits .wp-block-column::before {
  position: absolute;
  top: 20px;
  left: 18px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: #d9f1e8;
  color: #174c3b;
  font-size: 1.15rem;
  font-weight: 900;
}

.home .bogaso-benefits .wp-block-column:nth-child(1)::before { content: '✓'; }
.home .bogaso-benefits .wp-block-column:nth-child(2)::before { content: '◇'; background: #fff0c7; color: #785514; }
.home .bogaso-benefits .wp-block-column:nth-child(3)::before { content: '♡'; background: #e8e3ff; color: #4f32a2; }

.home .bogaso-benefits h3 {
  margin: 0 0 5px;
  color: #17251f;
  font-size: 0.95rem;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.home .bogaso-benefits p {
  max-width: 34ch;
  margin: 0;
  color: #66756e;
  font-size: 0.82rem;
  line-height: 1.45;
}

@media (max-width: 780px) {
  .home .bogaso-benefits { padding: 2px 8px 8px; }
  .home .bogaso-benefits > .wp-block-columns { grid-template-columns: 1fr; gap: 8px; }
  .home .bogaso-benefits .wp-block-column { min-height: 92px; padding: 15px 14px 15px 66px; }
  .home .bogaso-benefits .wp-block-column::before { top: 15px; left: 14px; }
}

/* Compact homepage account banner */
.home .bogaso-home { margin-bottom: 0 !important; padding-bottom: 0 !important; }

.home .bogaso-home-cta {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  border: 0;
  border-radius: 0;
  background: linear-gradient(105deg, #102f26 0%, #173f32 64%, #245c49 100%);
  color: #fffdf8;
  padding: 24px clamp(18px, 5vw, 72px);
}

.home .bogaso-home-cta > .wp-block-columns {
  width: min(100%, 980px);
  min-height: 116px;
  margin: 0 auto !important;
  gap: clamp(24px, 5vw, 72px);
}

.home .bogaso-home-cta .bogaso-kicker {
  margin: 0 0 5px;
  color: #f4c45f;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.home .bogaso-home-cta h2 {
  max-width: 650px;
  margin: 0 0 6px;
  color: #fffdf8;
  font-family: var(--wp--preset--font-family--body);
  font-size: clamp(1.55rem, 2.7vw, 2.35rem) !important;
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.home .bogaso-home-cta p:last-child {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 253, 248, .76);
  font-size: .84rem;
  line-height: 1.45;
}

.home .bogaso-home-cta .wp-block-buttons { margin: 0; }

.home .bogaso-home-cta .wp-block-button__link {
  border: 1px solid #f4c45f;
  border-radius: 999px;
  background: #f4c45f;
  color: #102f26;
  font-size: .78rem;
  font-weight: 850;
  padding: 11px 20px;
}

.home .bogaso-home-cta .wp-block-button__link:hover,
.home .bogaso-home-cta .wp-block-button__link:focus-visible {
  border-color: #fff2c9;
  background: #fff2c9;
  color: #102f26;
}

.home .bogaso-home-cta + *,
.home .bogaso-home + footer,
.home footer.wp-block-template-part { margin-block-start: 0 !important; }

@media (max-width: 781px) {
  .home .bogaso-home-cta { padding: 22px 16px; }
  .home .bogaso-home-cta > .wp-block-columns { min-height: 0; gap: 15px; }
  .home .bogaso-home-cta .wp-block-buttons { justify-content: flex-start; }
}

/* Contact page */
.bogaso-contact-page main,
.bogaso-contact-page main > .wp-block-group {
  margin-block-start: 0 !important;
  padding-block: 0 !important;
}

.bogaso-contact-page .wp-block-post-content { margin-block-start: 0 !important; }

.bogaso-contact {
  width: min(100% - 28px, 1180px);
  margin: 18px auto 42px;
  color: var(--bogaso-ink);
}

.bogaso-contact__hero {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(115deg, #102f26 0%, #173f32 68%, #2c6954 100%);
  color: #fffdf8;
  padding: clamp(28px, 5vw, 58px);
}

.bogaso-contact__hero > div:first-child { max-width: 720px; }
.bogaso-contact__eyebrow { margin: 0 0 7px; color: #f4c45f; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.bogaso-contact__hero h1 { margin: 0 0 12px; color: #fffdf8; font-size: clamp(2rem, 4vw, 3.6rem) !important; line-height: 1; }
.bogaso-contact__hero p:last-child { max-width: 660px; margin: 0; color: rgba(255,253,248,.8); font-size: .95rem; line-height: 1.6; }
.bogaso-contact__badge { display: grid; width: 118px; aspect-ratio: 1; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.08); }
.bogaso-contact__badge span { color: #f4c45f; font-family: Georgia, serif; font-size: 4rem; font-weight: 700; }

.bogaso-contact__grid {
  display: grid;
  grid-template-columns: minmax(250px, .75fr) minmax(0, 1.5fr);
  gap: 18px;
  border: 1px solid #d9dddb;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: #f3f4f3;
  padding: 18px;
}

.bogaso-contact__details { display: flex; flex-direction: column; gap: 9px; }
.bogaso-contact__detail { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: start; border: 1px solid #e0e3e1; border-radius: 10px; background: #fff; padding: 16px; }
.bogaso-contact__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #e6f1ed; color: var(--bogaso-forest); font-size: 1rem; font-weight: 900; }
.bogaso-contact__detail h2 { margin: 1px 0 4px; font-family: var(--wp--preset--font-family--body); font-size: .92rem !important; font-weight: 850; }
.bogaso-contact__detail p { margin: 0; color: #65736d; font-size: .8rem; line-height: 1.45; }
.bogaso-contact__detail a { color: var(--bogaso-forest); font-weight: 750; }

.bogaso-contact__form-card { border: 1px solid #e0e3e1; border-radius: 10px; background: #fff; padding: clamp(18px, 3vw, 30px); }
.bogaso-contact__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.bogaso-contact__form p { margin: 0 0 15px; }
.bogaso-contact__form label { display: block; margin-bottom: 6px; color: #263830; font-size: .77rem; font-weight: 800; }
.bogaso-contact__form label span { color: #aa3e2b; }
.bogaso-contact__form label small { color: #748079; font-weight: 500; }
.bogaso-contact__form input,
.bogaso-contact__form select,
.bogaso-contact__form textarea { width: 100%; box-sizing: border-box; border: 1px solid #cfd5d1; border-radius: 7px; background: #fbfcfb; color: var(--bogaso-ink); font: inherit; font-size: .88rem; padding: 10px 11px; }
.bogaso-contact__form textarea { min-height: 132px; resize: vertical; }
.bogaso-contact__form input:focus,
.bogaso-contact__form select:focus,
.bogaso-contact__form textarea:focus { border-color: #2c6954; box-shadow: 0 0 0 3px rgba(44,105,84,.13); outline: 0; }
.bogaso-contact__form button { min-height: 40px; border: 1px solid #173f32; border-radius: 999px; background: #173f32; color: #fff; cursor: pointer; font-size: .8rem; font-weight: 850; padding: 10px 22px; }
.bogaso-contact__form button:hover { border-color: #245c49; background: #245c49; }
.bogaso-contact__trap { position: absolute !important; left: -9999px !important; }
.bogaso-contact__notice { margin-bottom: 16px; border-radius: 7px; padding: 11px 13px; font-size: .82rem; font-weight: 700; }
.bogaso-contact__notice--success { background: #e7f5eb; color: #17642b; }
.bogaso-contact__notice--error { background: #fff0ed; color: #963c2c; }

@media (max-width: 760px) {
  .bogaso-contact { width: min(100% - 16px, 1180px); margin-block: 8px 24px; }
  .bogaso-contact__hero { min-height: 0; border-radius: 10px 10px 0 0; padding: 28px 20px; }
  .bogaso-contact__badge { display: none; }
  .bogaso-contact__grid { grid-template-columns: 1fr; gap: 10px; border-radius: 0 0 10px 10px; padding: 10px; }
  .bogaso-contact__fields { grid-template-columns: 1fr; gap: 0; }
}
