:root {
  --bk-ivory: #fff8ed;
  --bk-paper: #fffdf8;
  --bk-white: #ffffff;
  --bk-ink: #24172b;
  --bk-plum: #552647;
  --bk-coral: #e85f38;
  --bk-coral-dark: #bd4425;
  --bk-mint: #dff5eb;
  --bk-line: #e8dcc9;
  --bk-muted: #6e5d67;
  --bk-success: #16643f;
  --bk-error: #9b2c20;
  --bk-shadow: 0 14px 36px rgba(54, 35, 43, 0.09);
  --bk-radius: 8px;
  --bk-wrap: 1180px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body.bokaja-studio {
  margin: 0;
  overflow-x: hidden;
  background: var(--bk-ivory);
  color: var(--bk-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: var(--bk-plum); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { text-decoration: underline; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #2f6fc1;
  outline-offset: 2px;
}
.bk-wrap { width: min(var(--bk-wrap), calc(100% - 40px)); margin-inline: auto; }
.bk-main { min-height: 55vh; }
.bk-section { padding: 44px 0; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 1000; background: #fff; color: #000; padding: 10px 14px; }
.skip-link:focus { left: 8px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.bk-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

h1, h2, h3, .bk-serif { margin-top: 0; color: var(--bk-ink); font-family: Fraunces, Georgia, serif; }
h1 { font-size: 3.5rem; line-height: 1.06; }
h2 { font-size: 2.25rem; line-height: 1.12; }
h3 { font-size: 1.45rem; line-height: 1.2; }
.bk-eyebrow { margin: 0 0 7px; color: var(--bk-coral-dark); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.05em; text-transform: uppercase; }

/* Header */
.bk-site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--bk-line); background: rgba(255, 248, 237, 0.97); backdrop-filter: blur(14px); }
.bk-topline { background: var(--bk-ink); color: #fff; font-size: 0.8rem; }
.bk-topline .bk-wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-block: 6px; }
.bk-topline a { flex: 0 0 auto; color: #fff; }
.bk-header-main { display: grid; grid-template-columns: max-content minmax(320px, 1fr) minmax(215px, 270px) max-content; align-items: center; gap: 16px; min-width: 0; padding-block: 11px; }
.bk-brand { display: flex; align-items: center; gap: 9px; min-width: max-content; color: var(--bk-ink); white-space: nowrap; }
.bk-brand:hover { text-decoration: none; }
.bk-brand-mark { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: var(--bk-radius); background: var(--bk-coral); color: #fff; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 800; }
.bk-brand-word strong, .bk-brand-word small { display: block; }
.bk-brand-word small { color: var(--bk-muted); font-size: 0.7rem; }
.bk-nav { min-width: 0; }
.bk-menu { display: flex; align-items: center; justify-content: center; gap: 18px; min-width: 0; margin: 0; padding: 0; list-style: none; }
.bk-menu li { margin: 0; }
.bk-menu a { color: var(--bk-ink); font-size: 0.91rem; font-weight: 800; white-space: nowrap; }
.bk-search, .bk-mobile-search { display: flex; min-width: 0; overflow: hidden; border: 1px solid var(--bk-line); border-radius: 999px; background: #fff; }
.bk-search input, .bk-mobile-search input { flex: 1 1 auto; min-width: 0; border: 0; padding: 9px 12px; background: transparent; }
.bk-search button, .bk-mobile-search button { flex: 0 0 auto; border: 0; background: var(--bk-ink); color: #fff; padding-inline: 14px; font-weight: 800; }
.bk-actions { display: flex; align-items: center; gap: 8px; min-width: max-content; }
.bk-icon-link, .bk-menu-toggle { min-height: 40px; border: 1px solid var(--bk-line); border-radius: 999px; background: #fff; color: var(--bk-ink); padding: 8px 12px; font-weight: 900; white-space: nowrap; }
.bk-icon-link b { margin-left: 5px; color: var(--bk-coral-dark); }
.bk-menu-toggle { display: none; width: 42px; align-items: center; justify-content: center; cursor: pointer; }
.bk-menu-toggle span[aria-hidden="true"], .bk-menu-toggle span[aria-hidden="true"]::before, .bk-menu-toggle span[aria-hidden="true"]::after { display: block; width: 16px; height: 2px; background: var(--bk-ink); content: ""; }
.bk-menu-toggle span[aria-hidden="true"]::before { transform: translateY(-6px); }
.bk-menu-toggle span[aria-hidden="true"]::after { transform: translateY(4px); }
.bk-mobile-panel { border-top: 1px solid var(--bk-line); background: var(--bk-paper); padding: 12px 20px 16px; }
.bk-mobile-panel nav { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.bk-mobile-panel nav a { display: block; padding: 8px 6px; color: var(--bk-ink); font-weight: 800; text-align: center; }

/* Buttons and common controls */
.bk-btn, .button, .added_to_cart, .single_add_to_cart_button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--bk-coral);
  border-radius: var(--bk-radius);
  background: var(--bk-coral);
  color: #fff !important;
  padding: 11px 16px;
  font-weight: 900;
  line-height: 1.15;
  cursor: pointer;
}
.bk-btn:hover, .button:hover, .single_add_to_cart_button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { border-color: var(--bk-coral-dark); background: var(--bk-coral-dark); color: #fff !important; text-decoration: none; }
.bk-btn-quiet, .added_to_cart { border-color: var(--bk-line); background: #fff; color: var(--bk-plum) !important; }
.bk-btn-quiet:hover, .added_to_cart:hover { border-color: var(--bk-plum); background: #fff; color: var(--bk-plum) !important; }
.bk-text-link, .bk-card-link { font-weight: 900; }
input, select, textarea { max-width: 100%; border: 1px solid #cdbfac; border-radius: var(--bk-radius); background: #fff; color: var(--bk-ink); padding: 10px 11px; }
textarea { width: 100%; resize: vertical; }

/* Home */
.bk-hero { position: relative; overflow: hidden; padding: 36px 0 30px; background: radial-gradient(circle at 72% 20%, rgba(47, 111, 193, 0.12), transparent 25%), linear-gradient(180deg, #fff8ed 0%, #fff2e3 100%); }
.bk-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 520px); align-items: center; gap: 42px; }
.bk-hero h1 { max-width: 690px; margin: 0; font-size: 4rem; line-height: 1.02; }
.bk-hero-copy > p:not(.bk-eyebrow) { max-width: 650px; color: var(--bk-muted); font-size: 1.08rem; }
.bk-hero-actions, .bk-section-head, .bk-card-bottom { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.bk-proof { display: flex; flex-wrap: wrap; gap: 9px; margin: 18px 0 0; padding: 0; list-style: none; }
.bk-proof li, .bk-card-meta span, .bk-shop-paths a, .bk-use-paths a { border: 1px solid var(--bk-line); border-radius: 999px; background: #fff; color: var(--bk-muted); padding: 6px 10px; font-size: 0.82rem; font-weight: 800; }
.bk-hero-stage { display: grid; grid-template-columns: 1.15fr 0.85fr; grid-template-rows: 1fr 1fr; gap: 12px; min-height: 470px; }
.bk-hero-tile { position: relative; overflow: hidden; border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: #fff; box-shadow: var(--bk-shadow); }
.bk-hero-tile:hover { text-decoration: none; }
.bk-hero-tile img { width: 100%; height: 100%; object-fit: cover; background: #fff; }
.bk-hero-tile span { position: absolute; right: 9px; bottom: 9px; left: 9px; border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: rgba(255, 253, 248, 0.94); color: var(--bk-ink); padding: 7px 9px; font-size: 0.78rem; font-weight: 900; }
.bk-hero-tile-1 { grid-row: 1 / 3; }
.bk-hero-tile-4, .bk-hero-tile-5 { display: none; }
.bk-paths { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.bk-paths a { min-width: 0; border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: linear-gradient(135deg, #fff, #f4fbf8); color: var(--bk-ink); padding: 15px; }
.bk-paths a:nth-child(even) { background: linear-gradient(135deg, #fff, #f6f7ff); }
.bk-paths b, .bk-paths span { display: block; }
.bk-paths span { margin-top: 4px; color: var(--bk-muted); font-size: 0.88rem; }
.bk-section-head { justify-content: space-between; margin-bottom: 20px; }
.bk-section-head h2, .bk-feature-band h2 { margin-bottom: 0; font-size: 2.45rem; }
.bk-trust-strip { border-block: 1px solid var(--bk-line); background: #fff; padding: 22px 0; }
.bk-trust-strip .bk-wrap { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.bk-trust-strip .bk-wrap > div { border-left: 4px solid var(--bk-coral); padding: 5px 0 5px 12px; }
.bk-trust-strip b, .bk-trust-strip span { display: block; }
.bk-trust-strip span { color: var(--bk-muted); }
.bk-feature-band { margin: 44px 0; background: var(--bk-ink); color: #fff; padding: 46px 0; }
.bk-feature-band h2, .bk-feature-band p { max-width: 850px; color: #fff; }

/* Product cards and Woo archives */
.bk-products,
.woocommerce ul.products,
.woocommerce-page ul.products,
ul.products.columns-1,
ul.products.columns-2,
ul.products.columns-3,
ul.products.columns-4,
ul.products.columns-5,
ul.products.columns-6 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; content: none !important; }
.woocommerce ul.products li.product.bk-product-card,
.woocommerce-page ul.products li.product.bk-product-card,
ul.products li.product.bk-product-card,
.bk-product-card {
  display: flex !important;
  float: none !important;
  clear: none !important;
  flex-direction: column !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius);
  background: #fff;
  box-shadow: var(--bk-shadow);
}
.bk-product-card-media { display: block; overflow: hidden; border-bottom: 1px solid var(--bk-line); background: #fff; }
.woocommerce ul.products li.product .bk-product-card-media img, .bk-product-card-media img { width: 100% !important; height: auto !important; margin: 0 !important; aspect-ratio: 1 / 1; object-fit: cover; transition: transform 180ms ease; }
.bk-product-card-media:hover img { transform: scale(1.02); }
.bk-product-card-body { display: flex; flex: 1; flex-direction: column; gap: 8px; padding: 14px; }
.bk-card-kicker { margin: 0; color: var(--bk-coral-dark); font-size: 0.72rem; font-weight: 900; text-transform: uppercase; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .bk-product-card h2 { margin: 0; padding: 0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1rem; line-height: 1.3; }
.bk-product-card h2 a { color: var(--bk-ink); }
.bk-card-meta { display: flex; flex-wrap: wrap; gap: 6px; }
.bk-card-meta span { padding: 3px 7px; font-size: 0.71rem; }
.bk-card-bottom { justify-content: space-between; margin-top: auto; padding-top: 5px; }
.price, .woocommerce ul.products li.product .price { margin: 0; color: var(--bk-plum); font-size: 1rem; font-weight: 950; }
.bk-card-bottom .button { min-height: 38px; padding: 9px 12px; font-size: 0.82rem; }
.bk-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 14px 0 20px; list-style: none; color: var(--bk-muted); font-size: 0.82rem; }
.bk-breadcrumb li:not(:last-child)::after { margin-left: 7px; color: #a9998e; content: "/"; }
.bk-shop { padding-top: 0; }
.bk-shop-head { display: grid; grid-template-columns: minmax(0, 1fr) max-content; align-items: end; gap: 24px; margin-bottom: 14px; padding: 10px 0 4px; }
.bk-shop-head h1, .bk-page-head h1 { max-width: 820px; margin: 0; font-size: 3.3rem; line-height: 1.06; }
.bk-shop-head p { max-width: 720px; margin: 10px 0 0; color: var(--bk-muted); }
.bk-shop-tools { display: grid; justify-items: end; gap: 7px; color: var(--bk-muted); font-size: 0.88rem; }
.bk-shop-tools p { margin: 0; }
.bk-shop-tools select { max-width: 230px; padding: 8px 10px; }
.woocommerce .woocommerce-ordering select.orderby {
  -webkit-appearance: auto;
  appearance: auto;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 12px auto !important;
  padding-right: 32px !important;
}
.bk-shop-paths, .bk-use-paths { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px; }
.woocommerce nav.woocommerce-pagination { margin-top: 28px; }
.woocommerce nav.woocommerce-pagination ul { overflow: hidden; border: 1px solid var(--bk-line); border-radius: var(--bk-radius); }
.woocommerce nav.woocommerce-pagination ul li { border-color: var(--bk-line); }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 40px; padding: 10px; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--bk-coral); color: #fff; }

/* Single product */
.bk-product-page { padding-top: 0; }
.bk-product-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 430px); align-items: start; gap: 34px; padding: 0 0 34px; }
.bk-gallery-main { border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: #fff; padding: 14px; box-shadow: var(--bk-shadow); }
.bk-gallery-main img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.bk-thumbs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.bk-thumbs button { overflow: hidden; border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: #fff; padding: 3px; cursor: pointer; }
.bk-thumbs button[aria-current="true"] { outline: 3px solid #2f6fc1; outline-offset: 1px; }
.bk-thumbs img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.bk-buybox { position: sticky; top: 98px; border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: #fff; padding: 22px; box-shadow: var(--bk-shadow); }
.bk-buybox h1 { margin: 0; font-size: 2.65rem; line-height: 1.05; }
.bk-price { margin: 12px 0; color: var(--bk-plum); font-size: 1.35rem; font-weight: 950; }
.bk-product-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 14px 0; }
.bk-product-facts > div { border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: #fffaf4; padding: 9px; }
.bk-product-facts dt { color: var(--bk-muted); font-size: 0.7rem; font-weight: 900; text-transform: uppercase; }
.bk-product-facts dd { margin: 2px 0 0; font-size: 0.88rem; font-weight: 800; }
.bk-add-to-cart form.cart { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.woocommerce .bk-buybox form.cart button.single_add_to_cart_button,
.woocommerce .bk-buybox .single_add_to_cart_button {
  border-color: var(--bk-coral) !important;
  background: var(--bk-coral) !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #fff !important;
}
.woocommerce .bk-buybox form.cart button.single_add_to_cart_button:hover,
.woocommerce .bk-buybox form.cart button.single_add_to_cart_button:focus,
.woocommerce .bk-buybox form.cart button.single_add_to_cart_button:active,
.woocommerce .bk-buybox .single_add_to_cart_button:hover,
.woocommerce .bk-buybox .single_add_to_cart_button:focus,
.woocommerce .bk-buybox .single_add_to_cart_button:active {
  border-color: var(--bk-coral-dark) !important;
  background: var(--bk-coral-dark) !important;
  background-image: none !important;
  color: #fff !important;
}
.quantity input { width: 72px; }
.bk-download-note { margin-bottom: 0; color: var(--bk-muted); font-size: 0.88rem; }
.bk-product-details { border-top: 1px solid var(--bk-line); }
.bk-product-details .bk-copy { max-width: 860px; }
.bk-sticky-buy { display: none; }

/* Pages, contact, cart, checkout and account */
.bk-page-shell { max-width: 980px; }
.bk-page-card { border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: #fff; padding: 26px; box-shadow: var(--bk-shadow); }
.bk-page-head { margin-bottom: 24px; }
.bk-page-head > p:not(.bk-eyebrow), .bk-blog-head > p { max-width: 720px; color: var(--bk-muted); }
.bk-copy { font-size: 1.02rem; }
.bk-copy > :first-child { margin-top: 0; }
.bk-copy > :last-child { margin-bottom: 0; }
.bk-copy h2 { margin-top: 1.7em; font-size: 1.8rem; }
.bk-copy h3 { margin-top: 1.5em; font-size: 1.35rem; }
.bk-copy img { border-radius: var(--bk-radius); }
.bk-copy table { width: 100%; border-collapse: collapse; background: #fff; }
.bk-copy th, .bk-copy td { border: 1px solid var(--bk-line); padding: 10px; text-align: left; vertical-align: top; }
.bk-contact-panel { display: grid; grid-template-columns: minmax(230px, 0.75fr) minmax(0, 1.25fr); gap: 26px; margin-top: 30px; border-top: 1px solid var(--bk-line); padding-top: 28px; }
.bk-contact-intro h2 { margin-bottom: 12px; font-size: 1.9rem; }
.bk-contact-intro ul { padding-left: 20px; color: var(--bk-muted); }
.bk-contact-form { border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: var(--bk-paper); padding: 18px; }
.bk-contact-form p { margin: 0 0 14px; }
.bk-contact-form label { display: block; margin-bottom: 5px; font-weight: 850; }
.bk-contact-form label span, .bk-form-help { color: var(--bk-muted); font-size: 0.84rem; font-weight: 500; }
.bk-contact-form input { width: 100%; }
.bk-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bk-form-notice { margin-bottom: 14px; border: 1px solid currentColor; border-radius: var(--bk-radius); padding: 11px 12px; font-weight: 750; }
.bk-form-notice-success { background: #edf9f2; color: var(--bk-success); }
.bk-form-notice-error { background: #fff0ed; color: var(--bk-error); }
.woocommerce form.checkout, .woocommerce .woocommerce-cart-form, .woocommerce .cart_totals, .woocommerce .woocommerce-checkout-review-order, .woocommerce .woocommerce-MyAccount-content, .woocommerce .woocommerce-MyAccount-navigation, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid var(--bk-line);
  border-radius: var(--bk-radius);
  background: #fff;
  padding: 20px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 44px; width: 100%; }
.woocommerce .col2-set, .woocommerce-page .col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; width: 100%; }
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { float: none; width: auto; }
.woocommerce table.shop_table { overflow: hidden; border-color: var(--bk-line); border-radius: var(--bk-radius); background: #fff; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 12px; }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { float: none; width: min(100%, 520px); margin-left: auto; }
.woocommerce .woocommerce-MyAccount-navigation { float: left; width: 28%; }
.woocommerce .woocommerce-MyAccount-content { float: right; width: 69%; }
.woocommerce .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce .woocommerce-MyAccount-navigation li + li { border-top: 1px solid var(--bk-line); }
.woocommerce .woocommerce-MyAccount-navigation a { display: block; padding: 9px 4px; font-weight: 800; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-radius: var(--bk-radius); background: #fff; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--bk-coral); }
.woocommerce-error { border-top-color: var(--bk-error); }
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment { border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: #fffaf4; }

/* Blog index and article */
.bk-blog-head { max-width: 820px; margin-bottom: 26px; }
.bk-blog-intro { max-width: 820px; margin: -8px 0 26px; }
.bk-archive-description { max-width: 720px; color: var(--bk-muted); }
.bk-archive-description p { margin-bottom: 0; }
.bk-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.bk-post-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: #fff; box-shadow: var(--bk-shadow); }
.bk-post-card-media { display: grid; min-height: 190px; place-items: center; overflow: hidden; background: linear-gradient(135deg, var(--bk-mint), #f7e8ff); color: var(--bk-plum); font-family: Fraunces, Georgia, serif; font-size: 1.45rem; font-weight: 800; }
.bk-post-card-media img { width: 100%; height: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.bk-post-card-body { display: flex; flex: 1; flex-direction: column; padding: 17px; }
.bk-post-card h2 { margin: 7px 0; font-size: 1.45rem; }
.bk-post-card h2 a { color: var(--bk-ink); }
.bk-post-card-body > p:not(.bk-post-meta) { color: var(--bk-muted); }
.bk-post-card .bk-card-link { margin-top: auto; }
.bk-post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; margin: 0; color: var(--bk-muted); font-size: 0.78rem; font-weight: 750; }
.bk-post-meta > * + *::before { margin-right: 12px; color: #b0a098; content: "•"; }
.pagination, .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 28px; }
.page-numbers { border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: #fff; padding: 8px 12px; }
.page-numbers.current { border-color: var(--bk-coral); background: var(--bk-coral); color: #fff; }
.bk-empty { border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: #fff; padding: 38px; text-align: center; box-shadow: var(--bk-shadow); }
.bk-empty h1, .bk-empty h2 { margin-bottom: 10px; }
.bk-empty .bk-btn { margin: 6px 4px 0; }
.bk-article { max-width: 1080px; margin-inline: auto; }
.bk-article-head { max-width: 900px; margin: 0 auto 24px; text-align: center; }
.bk-article-head .bk-breadcrumb ol { justify-content: center; }
.bk-article-head .bk-post-meta { justify-content: center; margin-bottom: 12px; }
.bk-article-head h1 { margin: 0; font-size: 3.5rem; line-height: 1.05; }
.bk-article-dek { max-width: 760px; margin: 14px auto 0; color: var(--bk-muted); font-size: 1.08rem; }
.bk-article-image { max-width: 980px; margin: 0 auto 28px; }
.bk-article-image img { width: 100%; max-height: 620px; border-radius: var(--bk-radius); object-fit: cover; box-shadow: var(--bk-shadow); }
.bk-article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: start; gap: 30px; }
.bk-article-content { border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: #fff; padding: 28px; box-shadow: var(--bk-shadow); }
.bk-article-sidebar { position: sticky; top: 100px; display: grid; gap: 14px; }
.bk-article-sidebar section, .bk-article-sidebar nav { border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: #fff; padding: 17px; }
.bk-article-sidebar h2 { margin-bottom: 8px; font-size: 1.35rem; }
.bk-article-sidebar nav a { display: block; padding: 6px 0; font-weight: 750; }
.bk-article-footer { display: flex; justify-content: space-between; gap: 16px; margin: 22px 0 44px; }
.bk-article-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.bk-related { border-top: 1px solid var(--bk-line); padding-top: 34px; }
.bk-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.bk-related-card { overflow: hidden; border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: #fff; }
.bk-related-card > div { padding: 14px; }
.bk-related-card h3 { margin: 6px 0; font-size: 1.25rem; }
.bk-related-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

/* Footer */
.bk-footer { margin-top: 50px; background: #211525; color: #fff; padding: 34px 0 18px; }
.bk-footer a { display: block; margin: 6px 0; color: #fff; }
.bk-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 28px; }
.bk-footer h2 { margin-bottom: 10px; color: #fff; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1rem; }
.bk-footer p { max-width: 540px; color: #f5dccf; }
.bk-footer-bottom { display: flex; justify-content: space-between; margin-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.2); color: #f5dccf; padding-top: 14px; font-size: 0.88rem; }

@media (max-width: 1180px) {
  .bk-header-main { grid-template-columns: max-content minmax(300px, 1fr) max-content; }
  .bk-search { display: none; }
  .bk-menu { gap: 14px; }
  .bk-hero h1 { font-size: 3.5rem; }
}

@media (max-width: 980px) {
  .bk-header-main { grid-template-columns: max-content minmax(0, 1fr) max-content; }
  .bk-nav, .bk-search { display: none; }
  .bk-menu-toggle { display: inline-flex; }
  .bk-mobile-panel nav { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .bk-hero-grid, .bk-product-layout, .bk-contact-panel, .bk-article-grid { grid-template-columns: 1fr; }
  .bk-hero-stage { min-height: 400px; }
  .bk-buybox, .bk-article-sidebar { position: static; }
  .bk-article-sidebar { grid-template-columns: 1fr 1fr; }
  .bk-paths { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bk-products, .woocommerce ul.products, .woocommerce-page ul.products, ul.products.columns-1, ul.products.columns-2, ul.products.columns-3, ul.products.columns-4, ul.products.columns-5, ul.products.columns-6 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .bk-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bk-trust-strip .bk-wrap { grid-template-columns: 1fr; }
  .bk-shop-head { grid-template-columns: 1fr; }
  .bk-shop-tools { justify-items: start; }
  .bk-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (max-width: 700px) {
  .bk-wrap { width: min(var(--bk-wrap), calc(100% - 28px)); }
  .bk-section { padding: 32px 0; }
  h1 { font-size: 2.45rem; }
  h2 { font-size: 1.85rem; }
  .bk-topline .bk-wrap { align-items: flex-start; gap: 8px; }
  .bk-topline span { line-height: 1.35; }
  .bk-header-main { gap: 9px; padding-block: 9px; }
  .bk-brand small { display: none; }
  .bk-brand-mark { width: 34px; height: 34px; flex-basis: 34px; }
  .bk-icon-link span { display: none; }
  .bk-mobile-panel nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bk-hero { padding-top: 24px; }
  .bk-hero-grid { gap: 22px; }
  .bk-hero h1, .bk-page-head h1, .bk-shop-head h1, .bk-buybox h1, .bk-article-head h1 { font-size: 2.35rem; line-height: 1.08; }
  .bk-hero-stage { min-height: auto; grid-template-columns: 1fr 1fr; }
  .bk-hero-tile { min-height: 150px; }
  .bk-hero-tile-1 { grid-row: auto; grid-column: 1 / 3; min-height: 250px; }
  .bk-paths, .bk-post-grid, .bk-related-grid, .bk-footer-grid { grid-template-columns: 1fr; }
  .bk-section-head h2, .bk-feature-band h2 { font-size: 1.9rem; }
  .bk-shop-head { margin-bottom: 10px; }
  .bk-shop-paths { margin-bottom: 16px; }
  .bk-product-facts, .bk-form-row, .bk-article-sidebar, .woocommerce .col2-set, .woocommerce-page .col2-set { grid-template-columns: 1fr; }
  .bk-page-card, .bk-article-content { padding: 20px 16px; }
  .bk-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .bk-footer-bottom, .bk-article-footer { display: block; }
  .bk-footer-bottom span { display: block; }
  .bk-footer-bottom span + span { margin-top: 6px; }
  .bk-article-tags { justify-content: flex-start; margin-top: 10px; }
  .woocommerce .woocommerce-MyAccount-navigation, .woocommerce .woocommerce-MyAccount-content { float: none; width: 100%; }
  .woocommerce .woocommerce-MyAccount-content { margin-top: 16px; }
  .bk-sticky-buy { position: fixed; right: 0; bottom: 0; left: 0; z-index: 70; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 0; border: 0; border-top: 1px solid var(--bk-line); background: #fff; padding: 9px 12px; box-shadow: 0 -10px 28px rgba(36, 23, 43, 0.14); }
  .bk-sticky-buy > span { color: var(--bk-plum); font-weight: 950; }
  .bk-sticky-buy .bk-btn { min-height: 42px; }
  body.single-product { padding-bottom: 72px; }
  .bk-copy table, .bk-copy thead, .bk-copy tbody, .bk-copy tr, .bk-copy th, .bk-copy td { display: block; width: 100%; }
  .bk-copy thead { position: absolute; left: -9999px; }
  .bk-copy tr { margin-bottom: 12px; border: 1px solid var(--bk-line); border-radius: var(--bk-radius); }
  .bk-copy th, .bk-copy td { border: 0; border-bottom: 1px solid var(--bk-line); }
  .bk-copy tr > :last-child { border-bottom: 0; }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr { display: block; margin-bottom: 12px; }
}

@media (max-width: 560px) {
  .bk-products, .woocommerce ul.products, .woocommerce-page ul.products, ul.products.columns-1, ul.products.columns-2, ul.products.columns-3, ul.products.columns-4, ul.products.columns-5, ul.products.columns-6 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
  .bk-product-card-body { padding: 10px; }
  .bk-card-bottom { display: block; }
  .bk-card-bottom .button { width: 100%; margin-top: 7px; }
  .bk-card-meta span:nth-child(2) { display: none; }
  .bk-footer { margin-top: 32px; }
}

@media (max-width: 390px) {
  .bk-mobile-panel nav { grid-template-columns: 1fr 1fr; }
  .bk-hero h1, .bk-page-head h1, .bk-shop-head h1, .bk-buybox h1, .bk-article-head h1 { font-size: 2.15rem; }
}

/* --------------------------------------------------------------------------
   Bokaja Atelier v3 — approved paper-collage art direction
   -------------------------------------------------------------------------- */
:root {
  --bk-ivory: #fcf9f1;
  --bk-paper: #fffdf7;
  --bk-white: #fffefb;
  --bk-ink: #2a0d28;
  --bk-plum: #3d1635;
  --bk-coral: #c74729;
  --bk-coral-dark: #9f341d;
  --bk-mint: #dceee7;
  --bk-line: #ddd1c3;
  --bk-muted: #685b63;
  --bk-shadow: 0 8px 22px rgba(55, 36, 34, 0.08);
  --bk-radius: 10px;
  --bk-wrap: 1180px;
  --bk-serif: "DM Serif Display", "Iowan Old Style", "Baskerville", Georgia, serif;
}

body.bokaja-studio {
  background-color: var(--bk-ivory);
  background-image:
    radial-gradient(circle at 20% 30%, rgba(113, 86, 59, 0.035) 0 0.7px, transparent 0.9px),
    radial-gradient(circle at 80% 70%, rgba(113, 86, 59, 0.025) 0 0.6px, transparent 0.8px);
  background-size: 8px 8px, 11px 11px;
  color: var(--bk-ink);
  font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
}
h1, h2, h3, .bk-serif { font-family: var(--bk-serif); font-weight: 600; }
.bk-wrap { width: min(var(--bk-wrap), calc(100% - 44px)); }
.bk-section { padding: 18px 0 22px; }

/* Quiet editorial header — no dark application chrome. */
.bk-site-header {
  position: relative;
  border-bottom: 1px solid var(--bk-line);
  background: rgba(255, 253, 247, 0.95);
  box-shadow: none;
  backdrop-filter: blur(10px);
}
.bk-topline { border-bottom: 1px solid var(--bk-line); background: transparent; color: var(--bk-ink); font-size: 0.78rem; }
.bk-topline .bk-wrap { justify-content: center; min-height: 33px; padding-block: 5px; }
.bk-topline span { letter-spacing: 0.01em; }
.bk-topline i { margin-inline: 18px; color: var(--bk-coral); font-style: normal; }
.bk-topline a { position: absolute; right: max(22px, calc((100vw - var(--bk-wrap)) / 2)); color: var(--bk-muted); font-size: 0.72rem; }
.bk-header-main { grid-template-columns: 185px minmax(430px, 1fr) minmax(180px, 220px) 58px; gap: 16px; min-height: 68px; padding-block: 8px; }
.bk-brand { position: relative; gap: 2px; color: var(--bk-plum); text-decoration: none; }
.bk-brand-word strong { font-family: var(--bk-serif); font-size: 2.45rem; font-weight: 600; line-height: 1; }
.bk-brand-spark { align-self: flex-start; margin-top: -2px; color: var(--bk-coral); font-size: 1rem; }
.bk-brand-mark { display: none; }
.bk-menu { justify-content: flex-start; gap: clamp(14px, 1.7vw, 27px); }
.bk-menu a { color: var(--bk-ink); font-size: 0.82rem; font-weight: 560; text-decoration: none; }
.bk-menu a:hover { color: var(--bk-coral-dark); }
.bk-search, .bk-mobile-search { height: 39px; border-color: var(--bk-line); border-radius: 8px; background: rgba(255,255,255,.48); }
.bk-search input, .bk-mobile-search input { padding: 8px 12px; font-size: 0.78rem; }
.bk-search button, .bk-mobile-search button { position: relative; width: 43px; overflow: hidden; border-left: 0; background: transparent; color: transparent; padding: 0; }
.bk-search button::before, .bk-mobile-search button::before {
  position: absolute; top: 10px; left: 10px; width: 13px; height: 13px; border: 1.8px solid var(--bk-ink); border-radius: 50%; content: "";
}
.bk-search button::after, .bk-mobile-search button::after { position: absolute; top: 23px; left: 23px; width: 7px; height: 1.8px; background: var(--bk-ink); content: ""; transform: rotate(45deg); transform-origin: left center; }
.bk-actions { gap: 4px; }
.bk-icon-link, .bk-mobile-search-trigger, .bk-menu-toggle { position: relative; display: inline-grid; place-items: center; width: 42px; min-height: 42px; border: 0; border-radius: 0; background: transparent; color: var(--bk-ink); padding: 8px; }
.bk-icon-link svg, .bk-mobile-search-trigger svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.bk-icon-link b { position: absolute; right: 0; bottom: 2px; display: grid; place-items: center; min-width: 17px; height: 17px; margin: 0; border: 2px solid var(--bk-paper); border-radius: 50%; background: var(--bk-coral); color: #fff; font-size: 0.6rem; }
.bk-icon-link span { display: none; }
.bk-mobile-search-trigger { display: none; cursor: pointer; }
.bk-menu-toggle { display: none; }
.bk-mobile-panel { border-color: var(--bk-line); background: var(--bk-paper); }

/* Hero: spacious type + one coherent collage stage. */
.bk-hero { overflow: hidden; border-bottom: 0; background: transparent; padding: 20px 0 12px; }
.bk-hero-grid { grid-template-columns: 520px minmax(0, 1fr); gap: 22px; min-height: 345px; }
.bk-hero-copy { position: relative; z-index: 2; padding: 22px 0 12px 34px; }
.bk-hero h1 { max-width: 520px; margin: 0; color: var(--bk-plum); font-size: 4rem; font-weight: 600; line-height: .98; text-wrap: balance; }
.bk-hero-copy > p:not(.bk-eyebrow), .bk-proof { display: none; }
.bk-hero-actions { gap: 12px; margin-top: 25px; }
.bk-btn, .button, .added_to_cart, .single_add_to_cart_button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  min-height: 42px; border-radius: 7px; padding: 11px 20px; font-size: .82rem; font-weight: 650; box-shadow: none;
}
.bk-btn-primary { background: linear-gradient(180deg, #f27052, #ee5c3d); }
.bk-btn-quiet { border-color: var(--bk-coral); background: transparent; color: var(--bk-coral-dark) !important; }
.bk-btn-quiet:hover { border-color: var(--bk-coral-dark); background: rgba(238,101,71,.055); color: var(--bk-coral-dark) !important; }
.bk-btn, .bk-btn:hover { text-decoration: none; }
.bk-spark { position: absolute; color: var(--bk-coral); font-size: 1.5rem; line-height: 1; }
.bk-spark-one { top: 9px; left: 2px; }
.bk-spark-two { right: -4px; bottom: 35px; font-size: 1rem; }
.bk-hero-stage { position: relative; display: block; min-height: 345px; }
.bk-hero-stage::before { position: absolute; inset: 9% 2% 4% 3%; z-index: 0; border: 1px solid rgba(180,156,126,.22); background: #eee5d6; content: ""; filter: drop-shadow(0 6px 7px rgba(65,46,34,.12)); transform: rotate(1.5deg); clip-path: polygon(3% 6%, 28% 2%, 48% 5%, 70% 0, 97% 7%, 100% 86%, 87% 97%, 62% 94%, 38% 100%, 4% 92%); }
.bk-hero-illustration { position: absolute; inset: -4% -2% -5% -1%; z-index: 2; width: 104%; height: 108%; object-fit: contain; filter: drop-shadow(0 6px 7px rgba(53,34,29,.16)); }
.bk-hero-tile { position: absolute; z-index: 2; overflow: hidden; border: 5px solid #fffaf1; border-radius: 4px; background: #fff; box-shadow: 0 4px 9px rgba(50,30,25,.15); transform: rotate(-4deg); }
.bk-hero-tile img { width: 100%; height: 100%; object-fit: cover; }
.bk-hero-tile span { display: none; }
.bk-hero-tile-1 { inset: 3% 44% 12% 2%; }
.bk-hero-tile-2 { inset: 4% 7% 43% 48%; transform: rotate(4deg); }
.bk-hero-tile-3 { inset: 54% 8% 3% 52%; transform: rotate(-3deg); }
.bk-hero-tile-4 { display: block; inset: 57% 38% 1% 28%; transform: rotate(7deg); }
.bk-hero-tile-5 { display: block; inset: 12% 1% 27% 78%; transform: rotate(5deg); }

/* Illustrated project path strip. */
.bk-paths { grid-template-columns: repeat(5, minmax(0,1fr)); gap: 0; margin-top: 0; overflow: hidden; border: 1px solid var(--bk-line); border-radius: 10px; background: rgba(255,253,248,.68); padding: 10px 5px 9px; }
.bk-paths-art { position: relative; height: 134px; padding: 9px 5px 8px; }
.bk-paths > picture { display: none; }
.bk-project-rail-art { display: none; }
.bk-paths a { display: grid; justify-items: center; gap: 3px; min-width: 0; border: 0; border-right: 1px solid var(--bk-line); border-radius: 0; background: transparent !important; color: var(--bk-ink); padding: 2px 10px 1px; text-align: center; text-decoration: none; }
.bk-paths-art a { position: relative; z-index: 2; }
.bk-paths a:last-child { border-right: 0; }
.bk-paths a:hover { color: var(--bk-coral-dark); text-decoration: none; }
.bk-paths b { font-size: .9rem; font-weight: 650; }
.bk-path-icon { display: grid !important; place-items: center; width: 68px; height: 68px; margin: 0; border-radius: 48% 52% 46% 54%; background: #dcece5; color: #243d38; transform: rotate(-2deg); }
.bk-paths a:nth-child(2) .bk-path-icon { background: #dedff2; transform: rotate(3deg); }
.bk-paths a:nth-child(3) .bk-path-icon { background: #f4ddb3; transform: rotate(-3deg); }
.bk-paths a:nth-child(4) .bk-path-icon { background: #f2d7d9; transform: rotate(2deg); }
.bk-paths a:nth-child(5) .bk-path-icon { background: #d9ebe5; transform: rotate(-1deg); }
.bk-path-icon svg { width: 47px; height: 47px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.bk-paths-art .bk-path-icon {
  display: block !important;
  width: 110px; height: 96px; border-radius: 0; background-color: transparent !important;
  background-image: url("../illustrations/bokaja-project-rail-v3-trimmed.png") !important;
  background-image: image-set(url("../illustrations/bokaja-project-rail-v3-trimmed.webp") type("image/webp"), url("../illustrations/bokaja-project-rail-v3-trimmed.png") type("image/png")) !important;
  background-repeat: no-repeat !important; background-size: 559px 110px !important; transform: none !important;
}
.bk-paths-art .bk-path-icon svg { display: none; }
.bk-paths-art .bk-path-icon-cricut { background-position: 1px -7px !important; }
.bk-paths-art .bk-path-icon-canva { background-position: -112px -7px !important; }
.bk-paths-art .bk-path-icon-teachers { background-position: -227px -7px !important; }
.bk-paths-art .bk-path-icon-parties { background-position: -336px -7px !important; }
.bk-paths-art .bk-path-icon-sublimation { background-position: -449px -7px !important; }

/* Compact catalog tiles like the POC, with real Woo actions retained. */
.bk-section-head { align-items: baseline; margin-bottom: 10px; }
.bk-section-head h2, .bk-feature-band h2 { margin: 0; font-size: 1.65rem; }
.bk-section-head .bk-text-link { color: var(--bk-coral-dark); font-size: .77rem; text-decoration: none; }
.bk-products { grid-template-columns: repeat(6, minmax(0,1fr)) !important; gap: 10px !important; }
.woocommerce ul.products li.product.bk-product-card, .woocommerce-page ul.products li.product.bk-product-card, ul.products li.product.bk-product-card, .bk-product-card {
  border-radius: 9px; background: rgba(255,255,255,.72); box-shadow: 0 3px 10px rgba(55,36,34,.045);
}
.bk-product-card-media { border-bottom: 0; padding: 5px 5px 0; background: transparent; }
.woocommerce ul.products li.product .bk-product-card-media img, .bk-product-card-media img { border-radius: 6px; }
.bk-product-card-body { gap: 0; padding: 6px 8px 8px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .bk-product-card h2 { overflow: hidden; font-size: .78rem; font-weight: 650; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.bk-card-kicker { order: 2; margin-top: 1px; color: var(--bk-muted); font-size: .62rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.bk-card-meta { display: none; }
.bk-card-bottom { order: 3; gap: 4px; margin-top: 4px; padding: 0; }
.price, .woocommerce ul.products li.product .price { font-size: .72rem; font-weight: 700; }
.bk-card-bottom .button { min-height: 25px; border-color: var(--bk-line); background: transparent; color: var(--bk-plum) !important; padding: 4px 7px; font-size: .61rem; }
.bk-card-bottom .button:hover { border-color: var(--bk-coral); background: var(--bk-coral); color: #fff !important; }
.bk-home-products .bk-card-bottom { display: none; }
.bk-home-products .bk-product-card-media img { height: 145px !important; aspect-ratio: auto !important; object-fit: cover; }

.bk-trust-strip { border: 1px solid var(--bk-line); border-radius: 9px; background: rgba(255,253,248,.7); padding: 8px 0; }
.bk-trust-strip.bk-trust-strip { width: min(var(--bk-wrap), calc(100% - 44px)); margin: 0 auto 20px; }
.bk-trust-strip .bk-wrap { grid-template-columns: repeat(4,minmax(0,1fr)); width: 100%; }
.bk-trust-strip .bk-wrap > div { display: flex; align-items: center; gap: 12px; border-left: 0; border-right: 1px solid var(--bk-line); padding: 3px 14px; }
.bk-trust-strip .bk-wrap > div:last-child { border-right: 0; }
.bk-trust-strip b, .bk-trust-strip small { display: block; line-height: 1.35; }
.bk-trust-strip b { font-size: .75rem; }
.bk-trust-strip small { color: var(--bk-muted); font-size: .65rem; }
.bk-trust-icon { display: grid; place-items: center; width: 43px; height: 43px; flex: 0 0 43px; border-radius: 50%; background: #dedff2; color: var(--bk-plum); font-family: var(--bk-serif); font-size: .7rem; font-weight: 700; }
.bk-trust-strip .bk-wrap > div:nth-child(2) .bk-trust-icon { background: #dbece5; }
.bk-trust-strip .bk-wrap > div:nth-child(3) .bk-trust-icon { background: #f2d7df; }
.bk-trust-strip .bk-wrap > div:nth-child(4) .bk-trust-icon { background: #f5dfb8; font-size: 1.4rem; }

/* Carry the same warm paper system through commerce and editorial pages. */
.bk-shop-head, .bk-page-head, .bk-blog-head, .bk-article-head { padding-top: 18px; }
.bk-shop-head h1, .bk-page-head h1, .bk-blog-head h1, .bk-article-head h1 { color: var(--bk-plum); font-weight: 600; }
.bk-shop-paths a, .bk-use-paths a, .bk-card-meta span { border-radius: 6px; background: rgba(255,253,248,.7); }
.bk-shop .products, .woocommerce .products { grid-template-columns: repeat(4,minmax(0,1fr)) !important; gap: 14px !important; }
.bk-gallery-main, .bk-buybox, .bk-page-card, .bk-post-card, .bk-article-content, .bk-contact-form,
.woocommerce form.checkout, .woocommerce .woocommerce-cart-form, .woocommerce .cart_totals, .woocommerce .woocommerce-checkout-review-order, .woocommerce .woocommerce-MyAccount-content, .woocommerce .woocommerce-MyAccount-navigation, .woocommerce form.login, .woocommerce form.register {
  border-color: var(--bk-line); background: rgba(255,254,251,.78); box-shadow: 0 5px 18px rgba(55,36,34,.055);
}
.bk-feature-band { background: var(--bk-plum); }
.bk-footer { border-top: 1px solid var(--bk-line); background: #f1e9dd; color: var(--bk-ink); }
.bk-footer h2, .bk-footer a { color: var(--bk-plum); }
.bk-footer p, .bk-footer-bottom { color: #6b5961; }
.bk-footer-bottom { border-top-color: rgba(42,13,40,.14); }

@media (max-width: 1120px) {
  .bk-header-main { grid-template-columns: 170px minmax(360px,1fr) 200px 54px; }
  .bk-menu { gap: 12px; }
  .bk-menu a { font-size: .76rem; }
  .bk-hero-grid { grid-template-columns: 500px minmax(0,1fr); }
  .bk-hero h1 { font-size: 4rem; }
}

@media (max-width: 900px) {
  .bk-site-header { position: relative; }
  .bk-topline { display: none; }
  .bk-header-main { grid-template-columns: 1fr max-content; min-height: 66px; }
  .bk-brand-word strong { font-size: 2.2rem; }
  .bk-nav, .bk-search { display: none; }
  .bk-actions { display: flex; }
  .bk-mobile-search-trigger, .bk-menu-toggle { display: inline-grid; }
  .bk-hero { padding: 14px 0 8px; }
  .bk-hero-grid { grid-template-columns: 1fr; gap: 6px; }
  .bk-hero-copy { padding: 8px 4px 0; text-align: center; }
  .bk-hero h1 { max-width: 690px; margin-inline: auto; font-size: 3.9rem; }
  .bk-hero-actions { justify-content: center; margin-top: 18px; }
  .bk-hero-stage { min-height: 390px; }
  .bk-paths { margin-top: 4px; }
  .bk-products { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
  .bk-shop .products, .woocommerce .products { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
}

@media (max-width: 700px) {
  .bk-wrap { width: min(var(--bk-wrap), calc(100% - 24px)); }
  .bk-header-main { padding-block: 7px; }
  .bk-brand-word strong { font-size: 2rem; }
  .bk-brand-spark { font-size: .8rem; }
  .bk-icon-link, .bk-mobile-search-trigger, .bk-menu-toggle { width: 38px; padding: 7px; }
  .bk-mobile-panel nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .bk-hero { padding-top: 16px; }
  .bk-hero-grid { gap: 8px; }
  .bk-hero-copy { padding: 0 6px; }
  .bk-hero h1, .bk-page-head h1, .bk-shop-head h1, .bk-buybox h1, .bk-article-head h1 { max-width: 360px; font-size: 2.5rem; line-height: .98; }
  .bk-spark-one { top: 3px; left: 2px; font-size: 1.1rem; }
  .bk-spark-two { right: 4px; bottom: 48px; }
  .bk-hero-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 8px; margin-top: 16px; }
  .bk-hero-actions .bk-btn { min-height: 38px; padding: 9px 8px; font-size: .72rem; }
  .bk-hero-stage { min-height: 245px; }
  .bk-hero-illustration { inset: -2% -4% -3%; width: 108%; height: 105%; }
  .bk-hero-stage::before { inset: 9% 1% 4%; }
  .bk-hero-tile { border-width: 3px; }
  .bk-paths { grid-template-columns: repeat(5,minmax(0,1fr)); padding: 6px 2px 5px; }
  .bk-paths-art { height: 84px; padding: 5px 2px 4px; }
  .bk-paths-art .bk-path-icon { width: 47px; height: 47px; background-size: 239px 47px !important; }
  .bk-paths-art .bk-path-icon-cricut { background-position: 0 0 !important; }
  .bk-paths-art .bk-path-icon-canva { background-position: -48px 0 !important; }
  .bk-paths-art .bk-path-icon-teachers { background-position: -96px 0 !important; }
  .bk-paths-art .bk-path-icon-parties { background-position: -144px 0 !important; }
  .bk-paths-art .bk-path-icon-sublimation { background-position: -192px 0 !important; }
  .bk-home-products .bk-product-card-media img { height: auto !important; aspect-ratio: 1 / 1 !important; }
  .bk-paths a { gap: 2px; padding: 1px 3px; }
  .bk-path-icon { width: 47px; height: 47px; }
  .bk-path-icon svg { width: 34px; height: 34px; }
  .bk-paths b { font-size: .61rem; }
  .bk-section { padding: 13px 0 16px; }
  .bk-section-head { margin-bottom: 8px; }
  .bk-section-head h2 { font-size: 1.25rem; }
  .bk-section-head .bk-text-link { font-size: .68rem; }
  .bk-products, .bk-shop .products, .woocommerce .products { grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 8px !important; }
  .bk-product-card-body { padding: 5px 6px 7px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title, .bk-product-card h2 { font-size: .71rem; }
  .bk-card-kicker { font-size: .57rem; }
  .bk-card-bottom { display: none; }
  .bk-trust-strip.bk-trust-strip { width: calc(100% - 24px); margin-bottom: 12px; padding: 6px 0; }
  .bk-trust-strip .bk-wrap { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; }
  .bk-trust-strip .bk-wrap > div { display: grid; justify-items: center; gap: 4px; border-right: 1px solid var(--bk-line); padding: 2px 3px; text-align: center; }
  .bk-trust-icon { width: 35px; height: 35px; flex-basis: 35px; }
  .bk-trust-strip b { font-size: .54rem; line-height: 1.1; }
  .bk-trust-strip small { display: none; }
}

@media (max-width: 390px) {
  .bk-hero h1, .bk-page-head h1, .bk-shop-head h1, .bk-buybox h1, .bk-article-head h1 { font-size: 2.3rem; }
  .bk-hero-stage { min-height: 225px; }
}

/* --------------------------------------------------------------------------
   Bokaja Studio v3.1 — complete storefront polish
   This final layer intentionally wins over legacy SEO-Guard inline archive
   rules without changing catalog or page data.
   -------------------------------------------------------------------------- */
body.bokaja-studio { font-size: 16px; }
.bk-main { min-height: 58vh; }
.bk-menu a[aria-current="page"], .bk-mobile-panel a[aria-current="page"] { color: var(--bk-coral-dark); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.bk-breadcrumb li:last-child { max-width: min(620px, 70vw); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* A useful first screen: art direction plus concrete product context. */
.bk-hero-copy > .bk-hero-lede { display: block !important; max-width: 470px; margin: 18px 0 0; color: var(--bk-muted); font-size: .98rem; line-height: 1.55; }
.bk-hero-actions { margin-top: 19px; }
.bk-home-products .bk-products { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 14px !important; }
.bk-home-products .bk-product-card-media img { height: auto !important; aspect-ratio: 4 / 3 !important; object-fit: cover; }
.bk-home-products .bk-card-bottom { display: flex; }
.bk-btn-primary,
.single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.bk-card-bottom .button { border-color: var(--bk-coral); background: var(--bk-coral); color: #fff !important; }
.bk-btn-primary:hover,
.single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.bk-card-bottom .button:hover { border-color: var(--bk-coral-dark); background: var(--bk-coral-dark); color: #fff !important; }

/* Product cards keep the compact POC rhythm without hiding buying context. */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.bk-product-card h2 {
  display: -webkit-box;
  min-height: 2.35em;
  overflow: hidden;
  font-size: .84rem;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bk-product-card-body { gap: 3px; padding: 9px 10px 10px; }
.bk-card-bottom { display: flex; flex-wrap: nowrap; gap: 8px; }
.bk-card-bottom .button { flex: 0 0 auto; min-height: 32px; border-color: var(--bk-coral); background: var(--bk-coral); color: #fff !important; padding: 6px 9px; }
.bk-card-bottom .price { min-width: 0; margin-right: auto; font-size: .78rem; white-space: nowrap; }
.bk-product-card h2 a { text-decoration: none; }
.bk-product-card h2 a:hover { color: var(--bk-coral-dark); text-decoration: underline; }

/* Archive hierarchy and explicit protection against one-column inline CSS. */
body.bokaja-studio.woocommerce .bk-shop ul.products,
body.bokaja-studio.woocommerce-page .bk-shop ul.products,
body.bokaja-studio .bk-search-products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
.bk-shop-head { align-items: center; margin-bottom: 12px; border-bottom: 1px solid var(--bk-line); padding: 12px 0 18px; }
.bk-shop-head h1 { font-size: 3rem; }
.bk-shop-head p { max-width: 660px; }
.bk-category-compact h1 { font-size: 2.65rem; }
.bk-shop-tools { min-width: 220px; }
.bk-shop-tools .woocommerce-result-count { font-size: .8rem; }
.bk-shop-paths { margin-bottom: 18px; }
.bk-shop-paths a { padding: 7px 11px; text-decoration: none; }
.bk-shop-paths a:hover { border-color: var(--bk-coral); color: var(--bk-coral-dark); }

/* One buy decision, one detail hierarchy. */
.bk-product-layout { gap: 28px; }
.bk-buybox { align-self: start; }
.bk-buybox h1 { font-size: 2.45rem; }
.bk-product-facts > div { background: rgba(255, 249, 240, .76); }
.bk-purchase-assurance { display: flex; flex-wrap: wrap; gap: 7px; margin: 12px 0; }
.bk-purchase-assurance span { border: 1px solid var(--bk-line); border-radius: 999px; background: #fff; color: var(--bk-muted); padding: 5px 8px; font-size: .7rem; font-weight: 650; }
.bk-product-details { border-top: 1px solid var(--bk-line); padding-top: 28px; }
.bk-product-details .bk-copy { max-width: 900px; border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: rgba(255, 254, 251, .72); padding: 24px; }
.bk-product-details .bk-copy h2, .bk-product-details .bk-copy h3 { color: var(--bk-plum); }
#bokaja-product-ai-fallback-wrap,
.bokaja-product-ai-card,
.bokaja-product-ready-card { display: none !important; }
.bk-sticky-buy[hidden] { display: none !important; }

/* Shared page and commerce surfaces. */
.bk-page-shell { max-width: 1040px; }
.bk-page-card { padding: 30px; }
.bk-page-head { max-width: 800px; margin-bottom: 22px; }
.bk-page-head h1 { font-size: 3rem; }
.bk-copy { color: #382c36; line-height: 1.7; }
.bk-copy a { font-weight: 650; }
.bk-copy blockquote { margin: 24px 0; border-left: 4px solid var(--bk-coral); background: #fff8ef; padding: 15px 18px; }
.woocommerce form.checkout,
.woocommerce .woocommerce-cart-form,
.woocommerce .cart_totals,
.woocommerce .woocommerce-checkout-review-order,
.woocommerce .woocommerce-MyAccount-content,
.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce form.login,
.woocommerce form.register { padding: 24px; }
.woocommerce .woocommerce-MyAccount-navigation a[aria-current="page"], .woocommerce .woocommerce-MyAccount-navigation .is-active a { color: var(--bk-coral-dark); }
.woocommerce-cart .woocommerce-info, .woocommerce-cart .cart-empty { margin-bottom: 22px; border-top: 3px solid var(--bk-coral); background: #fff; padding: 20px 22px 20px 58px; }
.woocommerce-cart .return-to-shop { margin: 0; }
.woocommerce-checkout h3, .woocommerce-account h2 { color: var(--bk-plum); }
.bk-system-page { border: 0; background: transparent; box-shadow: none; padding: 10px 0 24px; }
.bk-system-page > .bk-page-head { margin-bottom: 18px; }
.woocommerce-checkout .bk-page-shell { max-width: 1180px; }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: start; gap: 0 26px; border: 0; background: transparent; box-shadow: none; padding: 0; }
.woocommerce-checkout form.checkout > .woocommerce-NoticeGroup,
.woocommerce-checkout form.checkout > .woocommerce-form-coupon-toggle { grid-column: 1 / -1; }
.woocommerce-checkout #customer_details { grid-column: 1; grid-row: 1 / span 2; display: block; }
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 { float: none; width: 100%; }
.woocommerce-checkout #customer_details .col-2 { margin-top: 18px; }
.woocommerce-checkout #order_review_heading { grid-column: 2; grid-row: 1; margin: 0 0 12px; }
.woocommerce-checkout #order_review { grid-column: 2; grid-row: 2; }
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review { border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: var(--bk-white); box-shadow: var(--bk-shadow); padding: 22px; }
.woocommerce-checkout .form-row { margin-bottom: 12px; }
.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last { float: none; width: 100%; }

/* Contact keeps the action near the context instead of repeating a help page. */
.bk-contact-page > .bk-copy > h2:first-child { display: none; }
.bk-contact-page > .bk-copy > h2 { margin-top: 1.25em; }
.bk-contact-panel { grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr); gap: 22px; margin-top: 24px; padding-top: 24px; }
.bk-contact-form { padding: 22px; }
.bk-contact-form input, .bk-contact-form textarea { background: #fffefb; }

/* Editorial cards receive varied treatments without inventing article media. */
.bk-blog-head { margin-bottom: 22px; }
.bk-post-grid { gap: 20px; }
.bk-post-card { position: relative; border-top: 4px solid #d7c8bc; box-shadow: 0 5px 16px rgba(55, 36, 34, .055); }
.bk-post-card-tone-1 { border-top-color: #e89a84; }
.bk-post-card-tone-2 { border-top-color: #9abfb3; }
.bk-post-card-tone-3 { border-top-color: #b7aed5; }
.bk-post-card-tone-4 { border-top-color: #dfbd78; }
.bk-post-card-media { min-height: 210px; background: linear-gradient(145deg, #e4f1ec, #f5e8ee); }
.bk-post-card-tone-2 .bk-post-card-media { background: linear-gradient(145deg, #efe5f5, #e8eef8); }
.bk-post-card-tone-3 .bk-post-card-media { background: linear-gradient(145deg, #faeadf, #f3e1e7); }
.bk-post-card-tone-4 .bk-post-card-media { background: linear-gradient(145deg, #f7edcf, #e5f0ea); }
.bk-post-card-media img { transition: transform 180ms ease; }
.bk-post-card:hover .bk-post-card-media img { transform: scale(1.018); }
.bk-post-card-placeholder { display: grid; width: 100%; min-height: 210px; place-content: center; justify-items: center; padding: 20px; text-align: center; }
.bk-post-card-placeholder small { color: var(--bk-muted); font-family: "DM Sans", sans-serif; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.bk-post-card-placeholder strong { color: rgba(61, 22, 53, .18); font-size: 4.5rem; line-height: .9; }
.bk-post-card-placeholder em { font-size: 1.15rem; }
.bk-post-card h2 { display: -webkit-box; overflow: hidden; font-size: 1.35rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.bk-post-card-body > p:not(.bk-post-meta) { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

/* Long guides override old inline full-bleed/blue microsite CSS. */
.bk-longform-page { max-width: 900px; margin-inline: auto; }
.bk-longform-page .bokaja-geo-page { background: transparent !important; color: inherit !important; }
.bk-longform-page .bokaja-geo-hero { width: auto !important; margin: 0 0 26px !important; border: 1px solid var(--bk-line) !important; border-radius: var(--bk-radius) !important; background: linear-gradient(135deg, #edf5f1, #fff5e8) !important; padding: 22px !important; }
.bk-longform-page .bokaja-geo-main { max-width: none !important; padding: 0 !important; }
.bk-longform-page .bokaja-geo-page h1 { display: none !important; }
.bk-longform-page .bokaja-geo-eyebrow { color: var(--bk-coral-dark) !important; }
.bk-longform-page .bokaja-geo-answer { color: var(--bk-muted) !important; font-size: 1.05rem !important; }
.bk-longform-page .bokaja-geo-btn { border: 1px solid var(--bk-coral) !important; background: var(--bk-coral) !important; color: #fff !important; }
.bk-longform-page .bokaja-geo-btn.secondary { background: transparent !important; color: var(--bk-coral-dark) !important; }
.bk-longform-page .bokaja-geo-main h2 { color: var(--bk-plum) !important; font-size: 1.85rem !important; }
.bk-longform-page .bokaja-geo-main h3 { color: var(--bk-plum) !important; }
.bk-longform-page .bokaja-geo-main p, .bk-longform-page .bokaja-geo-main li { color: #463b43 !important; font-size: 1rem !important; }
.bk-longform-page .bokaja-geo-callout, .bk-longform-page .bokaja-geo-faq { border-color: var(--bk-line) !important; background: #f6fbf9 !important; }
.bk-longform-page .bokaja-geo-grid { gap: 14px !important; }
.bk-longform-page .bokaja-geo-card { border-color: var(--bk-line) !important; box-shadow: 0 4px 14px rgba(55,36,34,.055) !important; }
.bk-longform-page .bokaja-geo-card a, .bk-longform-page .bokaja-geo-linkgrid a { color: var(--bk-coral-dark) !important; }
.bk-longform-page .bokaja-geo-table { border-color: var(--bk-line) !important; scrollbar-color: var(--bk-coral) #f3ebe0; }

/* Purposeful utility states. */
.bk-utility-empty { max-width: 720px; margin: 40px auto; padding: 52px 34px; }
.bk-empty-mark { display: grid; width: 74px; height: 74px; margin: 0 auto 18px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #f5ddd7, #e4efea); color: var(--bk-coral-dark); font-size: 2rem; }
.bk-empty-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

/* Footer remains useful but no longer dominates short mobile pages. */
.bk-footer { margin-top: 34px; padding-top: 30px; }
.bk-footer a { margin: 5px 0; text-decoration: none; }
.bk-footer a:hover { text-decoration: underline; }

@media (min-width: 901px) {
  .bk-blog-index .bk-post-grid > .bk-post-card:first-child { grid-column: span 2; display: grid; grid-template-columns: 1.05fr .95fr; }
  .bk-blog-index .bk-post-grid > .bk-post-card:first-child .bk-post-card-media { min-height: 100%; }
}

@media (min-width: 901px) and (max-width: 980px) {
  .bk-header-main { grid-template-columns: max-content minmax(0, 1fr) max-content; }
  .bk-nav, .bk-search { display: none; }
  .bk-mobile-search-trigger, .bk-menu-toggle { display: inline-grid; }
  .bk-mobile-panel nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  body.bokaja-studio.woocommerce .bk-shop ul.products,
  body.bokaja-studio.woocommerce-page .bk-shop ul.products,
  body.bokaja-studio .bk-search-products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .bk-home-products .bk-products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 700px) {
  .bk-hero-copy > .bk-hero-lede { margin: 12px auto 0; font-size: .86rem; line-height: 1.45; }
  .bk-hero-actions { margin-top: 13px; }
  .bk-page-card { padding: 20px 16px; }
  .bk-system-page { padding-inline: 0; }
  .woocommerce-checkout form.checkout { display: block; }
  .woocommerce-checkout #order_review_heading { margin-top: 22px; }
  .woocommerce-checkout #customer_details, .woocommerce-checkout #order_review { padding: 16px; }
  .bk-page-head h1 { font-size: 2.25rem; }
  .bk-shop-head { display: block; padding-bottom: 14px; }
  .bk-shop-head h1, .bk-category-compact h1 { font-size: 2.25rem; }
  .bk-shop-tools { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-width: 0; margin-top: 14px; }
  .bk-shop-tools .woocommerce-ordering { margin: 0; }
  .bk-shop-paths { flex-wrap: nowrap; margin-inline: -12px; overflow-x: auto; padding: 0 12px 6px; scrollbar-width: thin; }
  .bk-shop-paths a { flex: 0 0 auto; }
  body.bokaja-studio.woocommerce .bk-shop ul.products,
  body.bokaja-studio.woocommerce-page .bk-shop ul.products,
  body.bokaja-studio .bk-search-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  body.bokaja-studio.woocommerce .bk-shop ul.products li.product.bk-product-card,
  body.bokaja-studio.woocommerce-page .bk-shop ul.products li.product.bk-product-card { width: auto !important; min-width: 0 !important; }
  body.bokaja-studio.woocommerce .bk-shop ul.products li.product .bk-card-bottom,
  body.bokaja-studio.woocommerce-page .bk-shop ul.products li.product .bk-card-bottom,
  .bk-home-products .bk-card-bottom { display: flex !important; }
  body.bokaja-studio.woocommerce .bk-shop ul.products li.product .button,
  body.bokaja-studio.woocommerce-page .bk-shop ul.products li.product .button,
  .bk-home-products .button { width: auto !important; min-height: 30px !important; margin: 0 !important; padding: 5px 7px !important; font-size: .62rem !important; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title, .bk-product-card h2 { min-height: 2.4em; font-size: .75rem !important; }
  .bk-card-kicker { display: none; }
  .bk-card-bottom .price { font-size: .7rem; }
  .bk-product-layout { gap: 18px; }
  .bk-buybox { padding: 18px; }
  .bk-product-facts { grid-template-columns: 1fr 1fr; }
  .bk-product-facts dd { font-size: .78rem; }
  .bk-product-details .bk-copy { padding: 18px 15px; }
  body.single-product .bk-sticky-buy { display: none; padding-bottom: max(9px, env(safe-area-inset-bottom)); }
  body.single-product .bk-sticky-buy.is-visible { display: flex; }
  .bk-contact-page .bk-contact-panel { display: flex; flex-direction: column; }
  .bk-contact-page .bk-contact-panel > div:last-child { order: -1; }
  .bk-contact-page .bk-contact-intro { display: none; }
  .bk-contact-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
  .bk-contact-intro .bk-eyebrow, .bk-contact-intro h2, .bk-contact-intro > p:first-of-type { grid-column: 1 / -1; }
  .bk-post-grid { grid-template-columns: 1fr; }
  .bk-post-card { display: grid; grid-template-columns: 116px minmax(0, 1fr); min-height: 170px; }
  .bk-post-card-media, .bk-post-card-placeholder { height: 170px; min-height: 170px; overflow: hidden; }
  .bk-post-card-media img { width: 100%; height: 100% !important; min-height: 0; aspect-ratio: auto; object-fit: cover; }
  .bk-post-card-body { padding: 13px; }
  .bk-post-card h2 { font-size: 1.05rem; -webkit-line-clamp: 3; }
  .bk-post-card-body > p:not(.bk-post-meta) { display: none; }
  .bk-post-meta { font-size: .68rem; }
  .bk-post-meta > * + *::before { margin-right: 6px; }
  .bk-post-card-placeholder small, .bk-post-card-placeholder em { display: none; }
  .bk-post-card-placeholder strong { font-size: 2.7rem; }
  .bk-longform-page { padding-inline: 14px; }
  .bk-longform-page .bokaja-geo-hero { padding: 18px !important; }
  .bk-longform-page .bokaja-geo-grid, .bk-longform-page .bokaja-geo-linkgrid { grid-template-columns: 1fr !important; }
  .bk-longform-page .bokaja-geo-table { overflow-x: auto !important; -webkit-overflow-scrolling: touch; }
  .bk-longform-page .bokaja-geo-table table { display: table !important; min-width: 640px !important; }
  .bk-longform-page .bokaja-geo-table thead { position: static !important; display: table-header-group !important; }
  .bk-longform-page .bokaja-geo-table tbody { display: table-row-group !important; }
  .bk-longform-page .bokaja-geo-table tr { display: table-row !important; border: 0 !important; }
  .bk-longform-page .bokaja-geo-table th, .bk-longform-page .bokaja-geo-table td { display: table-cell !important; width: auto !important; border-bottom: 1px solid var(--bk-line) !important; }
  .bk-footer-grid { grid-template-columns: 1fr 1fr; gap: 22px 18px; }
  .bk-footer-grid > section { grid-column: 1 / -1; }
  .bk-footer-grid > section p { margin-bottom: 0; }
  .bk-footer-bottom { display: flex; flex-direction: row; justify-content: space-between; gap: 12px; }
  .bk-footer-bottom span + span { margin-top: 0; text-align: right; }
  .bk-trust-strip .bk-wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bk-trust-strip .bk-wrap > div { grid-template-columns: 38px minmax(0, 1fr); justify-items: start; border-bottom: 1px solid var(--bk-line); padding: 8px; text-align: left; }
  .bk-trust-strip .bk-wrap > div:nth-last-child(-n+2) { border-bottom: 0; }
  .bk-trust-strip b { font-size: .73rem; }
  .bk-trust-strip small { display: block; font-size: .62rem; }
}

@media (max-width: 430px) {
  .bk-card-bottom { align-items: center; gap: 4px; }
  .bk-card-bottom .button { padding-inline: 6px !important; }
  .bk-contact-intro { display: block; }
  .bk-footer { padding-top: 24px; }
  .bk-footer-grid { gap: 18px 14px; }
  .bk-footer p, .bk-footer a { font-size: .86rem; }
  .bk-footer-bottom { font-size: .75rem; }
}

/* === Studio v3.2: distinct commerce architecture and SEO discovery layers === */
.bk-home .bk-section { padding-block: 54px; }
.bk-hero-copy > .bk-eyebrow { display: block; margin: 0 0 12px; }
.bk-hero-proof { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 20px 0 0; padding: 0; list-style: none; color: var(--bk-muted); font-size: .76rem; font-weight: 700; }
.bk-hero-proof li::before { color: var(--bk-coral); content: "\2726"; margin-right: 7px; }
.bk-home-intro { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 70px; align-items: center; padding-block: 62px; }
.bk-home-intro h2, .bk-home-topics h2, .bk-home-how h2, .bk-home-faq h2, .bk-commerce-foot h2, .bk-arrivals-foot h2 { max-width: 720px; margin: 0 0 16px; color: var(--bk-plum); font-size: 3.35rem; line-height: 1.03; }
.bk-home-intro > div > p:not(.bk-eyebrow) { max-width: 690px; color: var(--bk-muted); font-size: 1.05rem; }
.bk-home-intro dl { margin: 0; border-block: 1px solid var(--bk-line); }
.bk-home-intro dl > div { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 20px; border-bottom: 1px solid var(--bk-line); padding: 18px 0; }
.bk-home-intro dl > div:last-child { border-bottom: 0; }
.bk-home-intro dt { color: var(--bk-plum); font-family: var(--bk-serif); font-size: 1.15rem; }
.bk-home-intro dd { margin: 0; color: var(--bk-muted); font-size: .9rem; line-height: 1.55; }
.bk-home-featured { border-top: 1px solid var(--bk-line); }
.bk-section-head > div > .bk-eyebrow { margin-bottom: 7px; }
.bk-section-head > div > h2 { margin: 0; }
.bk-section-head > p { max-width: 420px; margin: 0; color: var(--bk-muted); font-size: .92rem; }
.bk-product-card-media { position: relative; }
.bk-product-badge { position: absolute; top: 13px; left: 13px; z-index: 3; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(61,22,53,.9); color: #fff; padding: 5px 9px; box-shadow: 0 3px 12px rgba(42,13,40,.16); font-size: .63rem; font-weight: 800; letter-spacing: .02em; }
.bk-home-topics { border-block: 1px solid var(--bk-line); background: #f3eee8; padding: 66px 0; }
.bk-home-topics .bk-section-head { align-items: end; }
.bk-topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.bk-topic-card { position: relative; display: flex; min-height: 210px; flex-direction: column; align-items: flex-start; overflow: hidden; border: 1px solid rgba(104,75,63,.13); border-radius: 12px; background: #fffaf2; color: var(--bk-ink); padding: 25px; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease; }
.bk-topic-card:hover { color: var(--bk-ink); text-decoration: none; transform: translateY(-3px); box-shadow: 0 15px 34px rgba(59,35,31,.09); }
.bk-topic-card > span { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 21px; border-radius: 50%; background: rgba(255,255,255,.62); color: var(--bk-coral); }
.bk-topic-card strong { font-family: var(--bk-serif); font-size: 1.45rem; line-height: 1.08; }
.bk-topic-card small { display: block; margin-top: 10px; color: var(--bk-muted); font-size: .86rem; line-height: 1.5; }
.bk-topic-card b { margin-top: auto; padding-top: 18px; color: var(--bk-coral-dark); font-size: .76rem; }
.bk-topic-lilac { background: #efedf7; }
.bk-topic-mint { background: #e8f2ed; }
.bk-topic-rose { background: #f7e9e9; }
.bk-topic-apricot { background: #f8eadb; }
.bk-topic-sky { background: #e9f1f4; }
.bk-topic-sand { background: #f4efe3; }
.bk-home-audience { padding-block: 62px; }
.bk-home-audience .bk-section-head { align-items: end; }
.bk-audience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.bk-audience-grid article { border-top: 2px solid var(--bk-coral); padding: 21px 12px 4px 0; }
.bk-audience-grid span { color: var(--bk-coral); font-family: var(--bk-serif); font-size: 1.05rem; }
.bk-audience-grid h3 { margin: 16px 0 8px; color: var(--bk-plum); font-family: var(--bk-serif); font-size: 1.35rem; line-height: 1.1; }
.bk-audience-grid p { margin: 0; color: var(--bk-muted); font-size: .84rem; line-height: 1.55; }
.bk-home-arrivals { padding-top: 62px !important; }
.bk-home-how { background: linear-gradient(135deg, #3d1635 0%, #552345 100%); color: #fff8ed; padding: 68px 0; }
.bk-home-how .bk-wrap { display: grid; grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr); gap: 70px; align-items: start; }
.bk-home-how h2 { color: #fff8ed; }
.bk-home-how .bk-eyebrow { color: #f0b59f; }
.bk-home-how .bk-how-heading > p:last-child { max-width: 520px; color: #e5d5dc; }
.bk-home-how ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.bk-home-how li { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 18px; border-bottom: 1px solid rgba(255,255,255,.2); padding: 21px 0; }
.bk-home-how li > span { color: #f0b59f; font-family: var(--bk-serif); font-size: 1.25rem; }
.bk-home-how h3 { margin: 0 0 5px; color: #fff; font-size: 1.08rem; }
.bk-home-how li p { margin: 0; color: #e5d5dc; font-size: .86rem; }
.bk-home-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.bk-home-guide-grid article { display: flex; min-height: 250px; flex-direction: column; border: 1px solid var(--bk-line); border-radius: 10px; background: rgba(255,253,248,.72); padding: 24px; }
.bk-home-guide-grid h3 { margin: 10px 0; color: var(--bk-plum); font-family: var(--bk-serif); font-size: 1.45rem; line-height: 1.12; }
.bk-home-guide-grid h3 a { color: inherit; }
.bk-home-guide-grid article > p:not(.bk-post-meta) { color: var(--bk-muted); font-size: .88rem; }
.bk-home-guide-grid .bk-card-link { margin-top: auto; }
.bk-home-faq { border-top: 1px solid var(--bk-line); background: #f7f1e8; padding: 72px 0; }
.bk-faq-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 74px; align-items: start; }
.bk-faq-layout > div:first-child > p:not(.bk-eyebrow) { max-width: 460px; color: var(--bk-muted); }
.bk-faq-list { border-top: 1px solid var(--bk-line); }
.bk-faq-list details { border-bottom: 1px solid var(--bk-line); padding: 0; }
.bk-faq-list summary { position: relative; padding: 19px 40px 19px 0; color: var(--bk-plum); cursor: pointer; font-weight: 700; list-style: none; }
.bk-faq-list summary::-webkit-details-marker { display: none; }
.bk-faq-list summary::after { position: absolute; top: 16px; right: 4px; color: var(--bk-coral); content: "+"; font-family: var(--bk-serif); font-size: 1.5rem; }
.bk-faq-list details[open] summary::after { content: "\2212"; }
.bk-faq-list details p { margin: -3px 40px 20px 0; color: var(--bk-muted); font-size: .9rem; }
.bk-home .bk-trust-strip { margin-top: 0; margin-bottom: 0; border-inline: 0; border-radius: 0; }

.bk-shop > .bk-wrap:first-child, .bk-new-arrivals-page > .bk-wrap:first-child { padding-top: 1px; }
.bk-commerce-hero, .bk-arrivals-hero { border-block: 1px solid var(--bk-line); background: #f2ebe5; }
.bk-commerce-hero-png { background: linear-gradient(115deg, #edf3ef 0%, #f7f1e8 100%); }
.bk-commerce-hero-grid, .bk-arrivals-hero-grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(350px, .78fr); gap: 78px; align-items: center; padding-block: 56px; }
.bk-commerce-hero h1, .bk-arrivals-hero h1 { max-width: 760px; margin: 0; color: var(--bk-plum); font-size: 4.7rem; font-weight: 600; line-height: .98; }
.bk-commerce-hero-grid > div > p:not(.bk-eyebrow), .bk-arrivals-hero-grid > div > p:not(.bk-eyebrow) { max-width: 740px; color: var(--bk-muted); font-size: 1.02rem; line-height: 1.65; }
.bk-commerce-hero aside, .bk-arrivals-hero aside { border: 1px solid rgba(105,73,61,.18); border-radius: 11px; background: rgba(255,253,248,.76); padding: 24px; box-shadow: 0 14px 30px rgba(61,35,31,.06); }
.bk-commerce-hero aside ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.bk-commerce-hero aside li { border-top: 1px solid var(--bk-line); padding-top: 13px; }
.bk-commerce-hero aside li:first-child { border-top: 0; padding-top: 0; }
.bk-commerce-hero aside strong, .bk-commerce-hero aside span { display: block; }
.bk-commerce-hero aside strong { color: var(--bk-plum); font-family: var(--bk-serif); font-size: 1.04rem; }
.bk-commerce-hero aside span, .bk-arrivals-hero aside p { margin-top: 3px; color: var(--bk-muted); font-size: .82rem; line-height: 1.5; }
.bk-shop-collections, .bk-png-explainer { padding-block: 60px 52px; }
.bk-collection-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.bk-collection-card { display: flex; min-height: 245px; flex-direction: column; align-items: flex-start; border: 1px solid var(--bk-line); border-radius: 11px; background: #f4eee5; color: var(--bk-ink); padding: 24px; text-decoration: none; }
.bk-collection-card:nth-child(2) { background: #e9f1ed; }
.bk-collection-card:nth-child(3) { background: #f6e8e7; }
.bk-collection-card:nth-child(4) { background: #ebeaf5; }
.bk-collection-card:hover { border-color: #c8ac98; color: var(--bk-ink); text-decoration: none; }
.bk-collection-count { border-radius: 999px; background: rgba(255,255,255,.62); padding: 5px 9px; color: var(--bk-muted); font-size: .66rem; font-weight: 800; }
.bk-collection-card strong { margin-top: 24px; color: var(--bk-plum); font-family: var(--bk-serif); font-size: 1.5rem; line-height: 1.08; }
.bk-collection-card small { margin-top: 10px; color: var(--bk-muted); font-size: .84rem; line-height: 1.5; }
.bk-collection-card b { margin-top: auto; padding-top: 20px; color: var(--bk-coral-dark); font-size: .74rem; }
.bk-png-explainer > div:last-child { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.bk-png-explainer article { border: 1px solid var(--bk-line); border-radius: 10px; background: rgba(255,253,248,.7); padding: 24px; }
.bk-png-explainer article > span { color: var(--bk-coral); font-family: var(--bk-serif); font-size: 1.3rem; }
.bk-png-explainer h3 { margin: 18px 0 8px; color: var(--bk-plum); font-size: 1.12rem; }
.bk-png-explainer article p { margin: 0; color: var(--bk-muted); font-size: .86rem; }
.bk-catalog-section { padding-block: 38px 62px; }
.bk-shop-hub-page .bk-catalog-section, .bk-png-collection-page .bk-catalog-section { border-top: 1px solid var(--bk-line); }
.bk-catalog-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 18px; }
.bk-catalog-toolbar h2 { margin: 0; color: var(--bk-plum); font-size: 2.75rem; line-height: 1.05; }
.bk-catalog-toolbar > p { color: var(--bk-muted); }
.bk-catalog-toolbar .bk-shop-tools { flex: 0 0 auto; }
.bk-category-intro { padding-top: 5px; }
.bk-category-page .bk-catalog-section { padding-top: 0; }
.bk-commerce-foot, .bk-arrivals-foot { border-top: 1px solid var(--bk-line); background: #f2ebe5; padding: 66px 0; }
.bk-png-foot { background: #edf3ef; }
.bk-commerce-foot-grid, .bk-arrivals-foot-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: 72px; align-items: start; }
.bk-commerce-foot-grid > div > p:last-child, .bk-arrivals-foot-grid > div > p:last-child { color: var(--bk-muted); }
.bk-commerce-foot nav, .bk-arrivals-foot nav, .bk-guide-link-grid { display: grid; gap: 10px; }
.bk-commerce-foot nav a, .bk-arrivals-foot nav a, .bk-guide-link-grid a { display: block; border: 1px solid var(--bk-line); border-radius: 8px; background: rgba(255,253,248,.66); color: var(--bk-ink); padding: 16px; text-decoration: none; }
.bk-commerce-foot nav a:hover, .bk-arrivals-foot nav a:hover, .bk-guide-link-grid a:hover { border-color: #c8ac98; text-decoration: none; }
.bk-commerce-foot nav strong, .bk-commerce-foot nav span, .bk-arrivals-foot nav strong, .bk-arrivals-foot nav span, .bk-guide-link-grid strong, .bk-guide-link-grid span { display: block; }
.bk-commerce-foot nav strong, .bk-arrivals-foot nav strong, .bk-guide-link-grid strong { color: var(--bk-plum); }
.bk-commerce-foot nav span, .bk-arrivals-foot nav span, .bk-guide-link-grid span { margin-top: 3px; color: var(--bk-muted); font-size: .8rem; }
.bk-guide-link-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.bk-arrivals-hero { background: linear-gradient(120deg, #eeeaf6 0%, #f8eee5 100%); }
.bk-arrivals-hero aside > strong { display: block; color: var(--bk-plum); font-family: var(--bk-serif); font-size: 1.45rem; line-height: 1.1; }
.bk-arrivals-hero aside > a { color: var(--bk-coral-dark); font-size: .8rem; font-weight: 800; }
.bk-arrival-notes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 24px; border: 1px solid var(--bk-line); border-radius: 10px; background: rgba(255,253,248,.72); }
.bk-arrival-notes > div { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 10px; border-right: 1px solid var(--bk-line); padding: 18px; }
.bk-arrival-notes > div:last-child { border-right: 0; }
.bk-arrival-notes span { color: var(--bk-coral); font-family: var(--bk-serif); }
.bk-arrival-notes p { margin: 0; color: var(--bk-muted); font-size: .78rem; }
.bk-arrival-notes strong { display: block; color: var(--bk-plum); font-size: .85rem; }
.bk-arrival-products { padding-top: 50px; }
ul.products.bk-arrivals-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
ul.products.bk-arrivals-grid li.product.bk-product-card { width: auto !important; min-width: 0; margin: 0 !important; }
.bk-arrival-products .navigation.pagination { margin-top: 32px; }
.bk-arrival-products .navigation.pagination .nav-links,
.bk-arrival-products .navigation.pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
}
.bk-arrival-products .navigation.pagination ul.page-numbers li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bk-arrival-products .navigation.pagination ul.page-numbers > li > .page-numbers {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
}
.bk-product-related { margin-top: 42px; border-top: 1px solid var(--bk-line); }
.bk-product-related .bk-products { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 14px !important; }

@media (max-width: 980px) {
  .bk-home-intro, .bk-home-how .bk-wrap, .bk-faq-layout, .bk-commerce-hero-grid, .bk-arrivals-hero-grid, .bk-commerce-foot-grid, .bk-arrivals-foot-grid { grid-template-columns: 1fr; gap: 34px; }
  .bk-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bk-audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bk-collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bk-home-guide-grid { grid-template-columns: 1fr; }
  .bk-home-guide-grid article { min-height: 0; }
  .bk-home-intro h2, .bk-home-topics h2, .bk-home-how h2, .bk-home-faq h2, .bk-commerce-foot h2, .bk-arrivals-foot h2 { font-size: 2.75rem; }
  .bk-commerce-hero h1, .bk-arrivals-hero h1 { font-size: 4rem; }
}

@media (max-width: 700px) {
  .bk-home .bk-section { padding-block: 38px; }
  .bk-hero-proof { justify-content: center; gap: 6px 12px; font-size: .65rem; }
  .bk-home-intro { gap: 28px; padding: 42px 14px; }
  .bk-home-intro h2, .bk-home-topics h2, .bk-home-how h2, .bk-home-faq h2, .bk-commerce-foot h2, .bk-arrivals-foot h2 { font-size: 2.15rem; }
  .bk-home-intro dl > div { grid-template-columns: 1fr; gap: 5px; padding: 14px 0; }
  .bk-home-topics { padding: 44px 0; }
  .bk-home-topics .bk-section-head { display: block; }
  .bk-topic-grid { grid-template-columns: 1fr; gap: 10px; }
  .bk-topic-card { min-height: 175px; padding: 20px; }
  .bk-topic-card > span { margin-bottom: 14px; }
  .bk-home-audience { padding-block: 42px; }
  .bk-home-audience .bk-section-head { display: block; }
  .bk-audience-grid { grid-template-columns: 1fr; gap: 22px; }
  .bk-audience-grid article { padding-top: 16px; }
  .bk-home-how { padding: 48px 0; }
  .bk-home-how .bk-wrap { gap: 25px; }
  .bk-home-how li { grid-template-columns: 43px minmax(0, 1fr); gap: 12px; }
  .bk-faq-layout { gap: 26px; }
  .bk-product-related .bk-products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
  .bk-home-faq { padding: 48px 0; }
  .bk-faq-list summary { padding-block: 16px; font-size: .9rem; }
  .bk-commerce-hero-grid, .bk-arrivals-hero-grid { gap: 26px; padding-block: 36px; }
  .bk-commerce-hero h1, .bk-arrivals-hero h1 { font-size: 2.65rem; }
  .bk-commerce-hero-grid > div > p:not(.bk-eyebrow), .bk-arrivals-hero-grid > div > p:not(.bk-eyebrow) { font-size: .91rem; line-height: 1.55; }
  .bk-commerce-hero aside, .bk-arrivals-hero aside { padding: 18px; }
  .bk-shop-collections, .bk-png-explainer { padding-block: 42px 34px; }
  .bk-collection-grid, .bk-png-explainer > div:last-child, .bk-guide-link-grid { grid-template-columns: 1fr; }
  .bk-collection-card { min-height: 190px; padding: 20px; }
  .bk-collection-card strong { margin-top: 17px; }
  .bk-catalog-section { padding-block: 30px 46px; }
  .bk-catalog-toolbar { display: block; }
  .bk-catalog-toolbar h2 { font-size: 2rem; }
  .bk-catalog-toolbar .bk-shop-tools { margin-top: 16px; }
  .bk-commerce-foot, .bk-arrivals-foot { padding: 48px 0; }
  .bk-arrival-notes { grid-template-columns: 1fr; margin-inline: 12px; }
  .bk-arrival-notes > div { border-right: 0; border-bottom: 1px solid var(--bk-line); }
  .bk-arrival-notes > div:last-child { border-bottom: 0; }
  ul.products.bk-arrivals-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .bk-product-badge { top: 8px; left: 8px; padding: 4px 6px; font-size: .54rem; }
}
