/* ============================================================
   BHOJON — commerce + landing styles
   Loaded after theme.css; uses its design tokens.
   ============================================================ */

/* ---------- shared atoms missing from theme.css ---------- */
.price { font-family: var(--font-display); font-weight: 700; color: var(--text); letter-spacing: -0.01em; }
.price ins { text-decoration: none; }
.price del { color: var(--muted); font-size: 0.82em; font-weight: 500; margin-left: 8px; opacity: 1; }
.price-old { color: var(--muted); text-decoration: line-through; font-size: 0.82em; font-weight: 500; margin-left: 8px; }
.woocommerce-Price-currencySymbol { color: var(--amber); font-weight: 700; }

.rating { display: inline-flex; align-items: center; gap: 2px; color: var(--amber); }
.rating .off { color: var(--line-strong); opacity: .5; }
.rating .on { color: var(--amber); }
.rating .count { color: var(--muted); font-size: 13px; margin-left: 6px; font-family: var(--font-mono); }

/* Font-independent star ratings (WooCommerce's star font is dequeued). */
.woocommerce .star-rating { display: inline-block; position: relative; height: 1.2em; width: 6em; line-height: 1.2; font-size: 1em; overflow: hidden; vertical-align: middle; font-family: var(--font-body); }
.woocommerce .star-rating::before { content: "\2605\2605\2605\2605\2605"; color: var(--line-strong); letter-spacing: 2px; position: absolute; left: 0; top: 0; white-space: nowrap; }
.woocommerce .star-rating span { position: absolute; left: 0; top: 0; overflow: hidden; padding-top: 1.5em; }
.woocommerce .star-rating span::before { content: "\2605\2605\2605\2605\2605"; color: var(--amber); letter-spacing: 2px; position: absolute; left: 0; top: 0; white-space: nowrap; }
.woocommerce .star-rating span strong { display: none; }
/* Clickable rating selector in the review form. */
.woocommerce p.stars a { position: relative; width: 1.4em; height: 1.4em; display: inline-block; text-indent: -999em; margin-right: 2px; }
.woocommerce p.stars a::before { content: "\2605"; text-indent: 0; position: absolute; left: 0; top: 0; color: var(--line-strong); font-size: 1.4em; line-height: 1; }
.woocommerce p.stars a:hover::before, .woocommerce p.stars a.active::before, .woocommerce p.stars.selected a.active::before { color: var(--amber); }
.woocommerce p.stars.selected a:not(.active)::before { color: var(--amber); }

.open-pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--green); padding: 7px 13px; border-radius: 999px;
  background: rgba(31,156,77,.10); border: 1px solid rgba(31,156,77,.26); white-space: nowrap;
}
.open-pill.is-closed { color: var(--red); background: rgba(226,59,59,.08); border-color: rgba(226,59,59,.24); }
.open-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; animation: bhojon-pulse 2s infinite; }
@keyframes bhojon-pulse { 0%{box-shadow:0 0 0 0 rgba(31,156,77,.5)} 70%{box-shadow:0 0 0 7px rgba(31,156,77,0)} 100%{box-shadow:0 0 0 0 rgba(31,156,77,0)} }

.breadcrumb, .woocommerce-breadcrumb {
  font-family: var(--font-mono); font-size: 12.5px; color: var(--muted);
  display: flex; flex-wrap: wrap; gap: 9px; align-items: center; letter-spacing: .04em; padding: 26px 0;
}
.breadcrumb a, .woocommerce-breadcrumb a { color: var(--muted); }
.breadcrumb a:hover, .woocommerce-breadcrumb a:hover { color: var(--amber); }
.breadcrumb .sep, .woocommerce-breadcrumb .sep { color: var(--faint); }

.page-title-block { padding: 6px 0 30px; }
.page-title-block .page-title { font-size: clamp(34px, 5vw, 56px); margin-top: 14px; }
.page-title-block p { color: var(--text-dim); margin-top: 14px; font-size: 17px; max-width: 560px; }

.section-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.section-head-row .section-head { margin-bottom: 0; }
.section-head.center { text-align: center; margin: 0 auto 50px; }
.section-head.center .eyebrow { justify-content: center; }

/* ============================================================
   HERO (landing)
   ============================================================ */
.hero { position: relative; padding: 56px 0 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.hero-copy h1 { font-size: clamp(46px, 7vw, 88px); letter-spacing: -0.03em; margin-top: 20px; }
.hero-copy .lede { color: var(--text-dim); font-size: 19px; max-width: 480px; margin-top: 22px; line-height: 1.6; }
.hero-cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 36px; margin-top: 44px; flex-wrap: wrap; }
.hero-stats .st .n { font-family: var(--font-display); font-size: 30px; font-weight: 700; color: var(--text); display: inline-flex; align-items: baseline; gap: 3px; }
.hero-stats .st .n .u { font-size: 17px; }
.hero-stats .st .n .ic-star { color: var(--amber); }
.hero-stats .st .l { font-size: 13px; color: var(--muted); margin-top: 2px; }

.hero-visual { position: relative; /* float cards are children of hero-visual, not the page */ }
.hero-plate {
  aspect-ratio: 1; border-radius: 50%; position: relative; overflow: hidden;
  background: radial-gradient(circle at 50% 40%, var(--surface-3), var(--surface) 70%);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-lg), inset 0 0 80px rgba(255,90,31,.08);
  /* Prevent the plate from overflowing its column */
  width: 100%; max-width: 560px; margin: 0 auto;
}
.hero-plate img, .hero-plate .ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.float-card {
  position: absolute; background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  border: 1px solid var(--line-strong); border-radius: var(--radius);
  padding: 13px 16px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px;
  animation: bhojon-floaty 5s ease-in-out infinite;
  /* Constrain width so they don't overflow the visual area */
  max-width: 200px; white-space: nowrap;
}
.float-card .fc-ic { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.float-card .fc-ic.primary { background: var(--primary-soft); color: var(--primary); }
.float-card .fc-ic.green { background: rgba(31,156,77,.14); color: var(--green); }
.float-card .fc-ic.amber { background: rgba(255,179,0,.14); color: var(--amber); }
.float-card .fc-t { font-weight: 700; font-size: 14px; }
.float-card .fc-s { font-size: 12px; color: var(--muted); font-family: var(--font-mono); }
.float-card.fc-1 { top: 8%; right: -2%; }
.float-card.fc-2 { bottom: 12%; left: -6%; animation-delay: 1.4s; }
.float-card.fc-3 { bottom: 30%; right: -2%; animation-delay: .7s; }
@keyframes bhojon-floaty { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(-12px) } }

/* ============================================================
   CATEGORY STRIP
   ============================================================ */
.catstrip-section { padding-bottom: 10px; }
.cat-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.cat-chip {
  display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center;
  padding: 22px 12px; border-radius: var(--radius); cursor: pointer;
  background: var(--surface); border: 1px solid var(--line);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.cat-chip:hover { transform: translateY(-5px); border-color: var(--primary); background: var(--surface-2); }
.cat-chip .ci { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: var(--surface-3); color: var(--amber); }
.cat-chip:hover .ci { background: var(--primary-soft); color: var(--primary); }
.cat-chip .cn { font-weight: 700; font-size: 14.5px; color: var(--text); }
.cat-chip .cc { font-family: var(--font-mono); font-size: 11px; color: var(--muted); }

/* ============================================================
   PRODUCT GRID + CARD
   ============================================================ */
ul.products,
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; list-style: none; margin: 0; padding: 0; }
ul.products.columns-3, .product-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.shop-main ul.products { grid-template-columns: repeat(3, 1fr); }
.related ul.products, .up-sells ul.products { grid-template-columns: repeat(3, 1fr); }
/* related / upsells wrappers are plain blocks, never grids */
section.related.products, section.up-sells.products { display: block; }

.product-card {
  position: relative; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.product-card::before { display: none; } /* kill any inherited list marker pseudo */
.product-card:hover { transform: translateY(-6px); border-color: var(--line-strong); box-shadow: var(--shadow); }
.product-card .pc-media { aspect-ratio: 4 / 3; position: relative; display: block; }
.product-card .pc-media img, .product-card .pc-media .ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.product-card .pc-badges { position: absolute; top: 12px; left: 12px; display: flex; gap: 6px; z-index: 2; }
.product-card .pc-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.product-card .pc-cat { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.product-card .pc-title { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--text); line-height: 1.15; }
.product-card .pc-title:hover { color: var(--primary); }
.product-card .pc-desc { font-size: 13.5px; color: var(--muted); line-height: 1.5; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card .pc-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; gap: 12px; }
.product-card .pc-foot .price, .product-card .pc-price .price { font-size: 20px; }
.product-card .pc-price { font-size: 20px; }
.pc-add {
  width: 42px; height: 42px; border-radius: 50%; border: none; flex-shrink: 0;
  background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 22px -10px var(--primary-glow);
  transition: transform .15s ease, background .15s ease; text-decoration: none;
}
.pc-add:hover { transform: scale(1.08) rotate(90deg); background: var(--primary-600); color: #fff; }
.pc-add.added, .pc-add.loading { background: var(--green); }

/* ============================================================
   COMBO / PACKAGE BAND
   ============================================================ */
.combo-section { padding-bottom: 90px; }
.combo-band {
  display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: linear-gradient(120deg, var(--surface-2), var(--surface));
}
.combo-copy { padding: 52px 50px; }
.combo-copy h2 { font-size: clamp(28px, 3.4vw, 42px); margin: 16px 0 14px; }
.combo-copy p { color: var(--text-dim); font-size: 17px; max-width: 440px; margin-bottom: 26px; }
.combo-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.combo-price { display: flex; gap: 10px; align-items: baseline; }
.combo-price .price { font-size: 30px; }
.combo-visual { align-self: stretch; min-height: 280px; position: relative; }
.combo-visual img, .combo-visual .ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   STORY / HOW IT WORKS
   ============================================================ */
.story { background: var(--bg-elev); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { padding: 26px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); }
.step .num { font-family: var(--font-mono); font-size: 12px; color: var(--primary); letter-spacing: .1em; }
.step .si { width: 46px; height: 46px; border-radius: 12px; background: var(--surface-3); display: flex; align-items: center; justify-content: center; margin: 14px 0 16px; color: var(--amber); }
.step h4 { font-size: 18px; margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--muted); }

/* trust row */
.trust-row { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; margin-top: 54px; }
.trust-pill { display: flex; align-items: center; gap: 12px; padding: 14px 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; }
.trust-pill .tp-ic { color: var(--amber); display: flex; }
.trust-pill .tp-t { font-weight: 700; font-size: 14.5px; }
.trust-pill .tp-s { font-size: 12.5px; color: var(--muted); font-family: var(--font-mono); }

/* CTA */
.cta-section { padding-bottom: 100px; }
.cta-card {
  text-align: center; padding: 70px 30px; border-radius: var(--radius-lg);
  border: 1px solid var(--line); background: radial-gradient(circle at 50% 0%, var(--surface-2), var(--surface));
}
.cta-card .eyebrow { justify-content: center; }
.cta-card h2 { font-size: clamp(34px, 5vw, 58px); margin: 18px auto; max-width: 700px; }
.cta-card p { color: var(--text-dim); font-size: 18px; max-width: 500px; margin: 0 auto 32px; }

/* ============================================================
   SHOP LAYOUT (archive)
   ============================================================ */
.shop-layout { display: grid; grid-template-columns: 250px 1fr; gap: 38px; align-items: start; padding-bottom: 90px; }
.shop-sidebar { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 30px; }
.filter-group h5 { font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 0 0 14px; }
.filter-list { display: flex; flex-direction: column; gap: 3px; }
.filter-list a {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  color: var(--text-dim); padding: 9px 12px; border-radius: 8px; font-size: 14.5px; font-weight: 500;
  transition: background .14s ease, color .14s ease;
}
.filter-list a:hover { background: var(--surface); color: var(--text); }
.filter-list a.active { background: var(--primary-soft); color: var(--primary); font-weight: 700; }
.filter-list a .cnt { font-family: var(--font-mono); font-size: 12px; color: var(--faint); }
.filter-list a.active .cnt { color: var(--primary); }
.deal-card { padding: 20px; border-radius: var(--radius); background: var(--surface-2); border: 1px solid var(--line); }
.deal-card .dc-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; color: var(--amber); }
.deal-card .dc-head b { color: var(--text); font-size: 14.5px; }
.deal-card p { font-size: 13.5px; color: var(--muted); }

.shop-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; gap: 16px; flex-wrap: wrap; }
.shop-toolbar .count, .woocommerce-result-count { font-size: 14px; color: var(--muted); margin: 0; }
.toolbar-sort .orderby, .woocommerce-ordering select { width: auto; min-width: 190px; }

/* ============================================================
   SINGLE PRODUCT (WooCommerce default markup)
   ============================================================ */
.woocommerce div.product { display: block; }
.woocommerce div.product .product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.woocommerce div.product .woocommerce-product-gallery { position: sticky; top: 96px; margin: 0; float: none; width: auto; }
.woocommerce div.product .woocommerce-product-gallery__image img { border-radius: var(--radius-lg); border: 1px solid var(--line); }
.woocommerce div.product .summary.entry-summary { float: none; width: auto; margin: 0; }
.woocommerce div.product .product_title { font-size: clamp(32px, 4vw, 46px); margin: 8px 0 0; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--text); font-size: 34px; margin: 18px 0; display: block; }
.woocommerce div.product .woocommerce-product-rating { margin-bottom: 12px; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--text-dim); font-size: 16px; line-height: 1.65; margin-bottom: 24px; }
.woocommerce div.product form.cart { margin: 22px 0; }
.woocommerce div.product .product_meta { font-family: var(--font-mono); font-size: 13px; color: var(--muted); margin-top: 18px; display: flex; flex-direction: column; gap: 6px; }
.woocommerce div.product .product_meta a { color: var(--amber); }
.single-product .woo-main .product > .summary { display: flex; flex-direction: column; }

/* dish options injected into the cart form */
.pd-options { display: flex; flex-direction: column; gap: 22px; margin: 22px 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.opt-group .opt-label { font-size: 13px; font-weight: 700; color: var(--text-dim); margin-bottom: 11px; display: flex; justify-content: space-between; }
.opt-group .opt-label .opt-req { color: var(--primary); font-weight: 600; }
.opt-group .opt-label .opt-opt { color: var(--muted); font-weight: 500; }
.opt-pills { display: flex; gap: 9px; flex-wrap: wrap; }
.opt-pill {
  display: inline-flex; flex-direction: column; align-items: flex-start; gap: 2px;
  padding: 10px 17px; border-radius: 10px; border: 1px solid var(--line-strong);
  background: var(--bg-elev); color: var(--text-dim); font-size: 14px; font-weight: 600; cursor: pointer;
  transition: all .15s ease;
}
.opt-pill:hover { border-color: var(--text-dim); }
.opt-pill.active { border-color: var(--primary); background: var(--primary-soft); color: var(--text); }
.opt-pill .op-up { font-family: var(--font-mono); font-size: 11px; color: var(--amber); }

/* quantity stepper (WooCommerce .quantity) */
.woocommerce .quantity, .stepper {
  display: inline-flex; align-items: center; border: 1px solid var(--line-strong);
  border-radius: 999px; background: var(--bg-elev); overflow: hidden;
}
.woocommerce .quantity .qty {
  width: 46px; text-align: center; border: none; background: transparent;
  font-family: var(--font-mono); font-weight: 700; font-size: 15px; padding: 11px 0; color: var(--text); -moz-appearance: textfield;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.stepper button {
  width: 38px; height: 40px; border: none; background: transparent; color: var(--text);
  display: flex; align-items: center; justify-content: center; transition: background .15s ease, color .15s ease;
}
.stepper button:hover { background: var(--primary-soft); color: var(--primary); }
.stepper .val { min-width: 30px; text-align: center; font-family: var(--font-mono); font-weight: 700; font-size: 15px; }
.woocommerce .quantity .bhojon-qd, .woocommerce .quantity .bhojon-qu {
  width: 38px; height: 42px; border: none; background: transparent; color: var(--text);
  font-size: 18px; line-height: 1; cursor: pointer; transition: background .15s ease, color .15s ease;
}
.woocommerce .quantity .bhojon-qd:hover, .woocommerce .quantity .bhojon-qu:hover { background: var(--primary-soft); color: var(--primary); }
.addon-total { font-family: var(--font-display); font-weight: 700; }
.addon-total .js-addon-total-val { color: var(--primary); }

.woocommerce div.product form.cart .button, .woocommerce div.product form.cart button.single_add_to_cart_button {
  margin-left: 12px; vertical-align: middle;
}
.woocommerce div.product form.cart .quantity { vertical-align: middle; }

/* product tabs */
.woocommerce-tabs { grid-column: 1 / -1; margin-top: 56px; }
.woocommerce-tabs ul.tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--line); padding: 0; margin: 0; list-style: none; }
.woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce-tabs ul.tabs li { background: transparent; border: none; margin: 0 0 -1px; padding: 0; border-radius: 0; }
.woocommerce-tabs ul.tabs li a { padding: 14px 20px; color: var(--muted); font-weight: 700; font-size: 15px; border-bottom: 2px solid transparent; display: block; }
.woocommerce-tabs ul.tabs li.active a, .woocommerce-tabs ul.tabs li a:hover { color: var(--text); border-bottom-color: var(--primary); }
.woocommerce-tabs .panel { padding: 30px 0; max-width: 820px; }
.woocommerce-tabs .panel h2 { font-size: 26px; margin-bottom: 14px; }
.woocommerce-tabs .panel p { color: var(--text-dim); line-height: 1.75; margin-bottom: 14px; }
.woocommerce table.shop_attributes { width: 100%; border-collapse: collapse; }
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td { padding: 13px 0; font-size: 15px; border-bottom: 1px solid var(--line); text-align: left; }
.woocommerce table.shop_attributes th { color: var(--text-dim); width: 220px; font-weight: 700; }
.woocommerce table.shop_attributes td { color: var(--muted); font-style: normal; }

.related, .upsells { grid-column: 1 / -1; margin-top: 50px; }
.related > h2, .upsells > h2 { font-size: 30px; margin-bottom: 24px; }

/* ============================================================
   REVIEWS (verified)
   ============================================================ */
.review-summary { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; }
.review-summary .rs-score { font-family: var(--font-display); font-size: 52px; font-weight: 700; line-height: 1; }
.review-summary .rs-count { color: var(--muted); font-size: 13px; margin-top: 4px; font-family: var(--font-mono); }
#reviews .commentlist { list-style: none; margin: 0; padding: 0; }
#reviews .commentlist li.review { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
#reviews .commentlist li .avatar { width: 44px; height: 44px; border-radius: 50%; position: static; float: none; margin: 0; }
#reviews .commentlist li .comment-text { margin: 0; border: none; padding: 0; }
#reviews .commentlist .meta { font-size: 13px; color: var(--muted); margin-bottom: 6px; }
#reviews .commentlist .meta strong { color: var(--text); font-size: 15px; font-family: var(--font-display); }
#reviews .woocommerce-review__verified { color: var(--green); font-style: normal; font-family: var(--font-mono); font-size: 11px; background: rgba(31,156,77,.1); border: 1px solid rgba(31,156,77,.26); padding: 2px 8px; border-radius: 6px; margin-left: 6px; }
#reviews .commentlist .description { color: var(--text-dim); line-height: 1.6; }
#review_form_wrapper { margin-top: 28px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.comment-form-rating .stars a { color: var(--amber); }
.woocommerce-verification-required { background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 22px; color: var(--text-dim); }

/* ============================================================
   PACKAGE BUILDER
   ============================================================ */
.pkg-builder { display: flex; flex-direction: column; gap: 18px; }
.pkg-rows { display: flex; flex-direction: column; gap: 12px; }
.pkg-row { display: grid; grid-template-columns: 72px 1fr; gap: 16px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.pkg-row-img img { width: 72px; height: 72px; border-radius: 10px; object-fit: cover; }
.pkg-row-name { font-family: var(--font-display); font-weight: 700; font-size: 17px; }
.pkg-row .pkg-swap { margin-bottom: 8px; }
.pkg-extras { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.pkg-extra { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; padding: 6px 12px; border: 1px solid var(--line-strong); border-radius: 999px; cursor: pointer; color: var(--text-dim); }
.pkg-extra input { accent-color: var(--primary); }
.pkg-extra .op-up { font-family: var(--font-mono); font-size: 11px; color: var(--amber); }
.pkg-summary { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; background: var(--surface-2); }
.pkg-sum-row { display: flex; justify-content: space-between; padding: 7px 0; font-size: 15px; color: var(--text-dim); }
.pkg-sum-row.pkg-save { color: var(--green); }
.pkg-sum-row.pkg-total { border-top: 1px solid var(--line-strong); margin-top: 6px; padding-top: 14px; font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--text); }

/* ============================================================
   CART (WooCommerce default markup)
   ============================================================ */
.woocommerce-cart .woo-main, .woocommerce-checkout .woo-main { padding-bottom: 90px; }
.woocommerce table.shop_table { border: 1px solid var(--line); border-radius: var(--radius-lg); border-collapse: separate; border-spacing: 0; overflow: hidden; width: 100%; }
.woocommerce table.shop_table th { font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); padding: 16px; text-align: left; border-bottom: 1px solid var(--line); }
.woocommerce table.shop_table td { padding: 18px 16px; border-top: 1px solid var(--line); vertical-align: middle; }
.woocommerce table.shop_table .product-thumbnail img { width: 72px; height: 72px; border-radius: 10px; object-fit: cover; }
.woocommerce table.shop_table .product-name a { font-family: var(--font-display); font-weight: 700; color: var(--text); }
.woocommerce table.shop_table .product-name dl.variation, .woocommerce table.shop_table .product-name .wc-item-meta { font-size: 12.5px; color: var(--muted); font-family: var(--font-mono); margin-top: 4px; }
.woocommerce a.remove { color: var(--red) !important; border-radius: 50%; }
.woocommerce a.remove:hover { background: var(--red) !important; color: #fff !important; }
.woocommerce .cart-collaterals .cart_totals { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; }
.woocommerce .cart-collaterals .cart_totals h2 { font-size: 22px; margin-bottom: 18px; }
.woocommerce .cart_totals table { border: none; }
.woocommerce .cart_totals table th, .woocommerce .cart_totals table td { padding: 12px 0; border: none; border-bottom: 1px solid var(--line); font-size: 15px; }
.woocommerce .cart_totals .order-total th, .woocommerce .cart_totals .order-total td { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--text); border-bottom: none; }
.woocommerce .coupon .input-text { max-width: 220px; }
@media (min-width: 821px) {
  .woocommerce-cart-form { float: none; width: 100%; }
  .woocommerce .cart-collaterals { width: 100%; }
  .woocommerce-cart .woocommerce { display: grid; grid-template-columns: 1fr 380px; gap: 36px; align-items: start; }
  .woocommerce-cart .woocommerce > .woocommerce-notices-wrapper { grid-column: 1 / -1; }
  .woocommerce .cart-collaterals .cart_totals { width: 100%; position: sticky; top: 96px; }
}

/* ============================================================
   CHECKOUT
   ============================================================ */
.woocommerce-checkout .col2-set, .woocommerce-checkout #customer_details { width: 100%; }
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 { float: none; width: 100%; }
.woocommerce form .form-row label { font-size: 13px; font-weight: 600; color: var(--text-dim); margin-bottom: 6px; display: block; }
.woocommerce form .form-row { padding: 0 0 16px; margin: 0; }
.woocommerce-checkout h3 { font-size: 22px; margin-bottom: 16px; }
#order_review_heading { font-size: 22px; margin: 0 0 16px; }
.woocommerce-checkout #payment { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 6px 22px 22px; }
.woocommerce-checkout #payment ul.payment_methods { border: none; padding: 0; }
.woocommerce-checkout #payment ul.payment_methods li { padding: 14px 0; border-bottom: 1px solid var(--line); list-style: none; }
.woocommerce-checkout #payment div.form-row.place-order { padding: 18px 0 0; }
.woocommerce #payment #place_order, .woocommerce-checkout #place_order { width: 100%; font-size: 16px; padding: 16px; }
@media (min-width: 821px) {
  .woocommerce-checkout form.checkout { display: grid; grid-template-columns: 1fr 420px; gap: 40px; align-items: start; }
  .woocommerce-checkout #order_review, .woocommerce-checkout #order_review_heading { grid-column: 2; }
  .woocommerce-checkout #customer_details { grid-column: 1; grid-row: 1 / 3; }
  .woocommerce-checkout #order_review { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; position: sticky; top: 96px; }
}

/* order received */
.confirm-wrap { max-width: 940px; margin: 0 auto; padding-bottom: 90px; }
.confirm-hero { text-align: center; padding: 20px 0 36px; }
.confirm-check { width: 86px; height: 86px; border-radius: 50%; background: rgba(31,156,77,.13); border: 1px solid rgba(31,156,77,.35); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; color: var(--green); animation: bhojon-pop .5s cubic-bezier(.2,1.4,.4,1); }
@keyframes bhojon-pop { from { transform: scale(.4); opacity: 0 } to { transform: scale(1); opacity: 1 } }
.confirm-hero .eyebrow { justify-content: center; }
.confirm-hero h1 { font-size: clamp(34px, 5vw, 52px); margin-top: 14px; }
.confirm-hero p { color: var(--text-dim); margin-top: 14px; font-size: 17px; }
.order-meta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 30px 0; }
.order-meta-grid .omc { background: var(--surface); padding: 22px; }
.order-meta-grid .omc .l { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.order-meta-grid .omc .v { font-family: var(--font-display); font-weight: 700; font-size: 18px; }
.order-meta-grid .omc .v.tk { color: var(--amber); }
.tracker-card { padding: 30px 26px 20px; }
.tracker-head { margin-bottom: 10px; }
.tracker-head h3 { font-size: 20px; }
.tracker { display: flex; align-items: flex-start; margin: 28px 0 6px; }
.tracker .tk-step { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 10px; position: relative; }
.tracker .tk-dot { width: 38px; height: 38px; border-radius: 50%; background: var(--surface); border: 2px solid var(--line-strong); display: flex; align-items: center; justify-content: center; color: var(--muted); z-index: 2; }
.tracker .tk-step.done .tk-dot { background: var(--green); border-color: var(--green); color: #10240f; }
.tracker .tk-step.active .tk-dot { background: var(--primary); border-color: var(--primary); color: #fff; box-shadow: 0 0 0 6px var(--primary-soft); }
.tracker .tk-label { font-size: 13px; font-weight: 600; color: var(--muted); text-align: center; }
.tracker .tk-step.done .tk-label, .tracker .tk-step.active .tk-label { color: var(--text); }
.tracker .tk-bar { position: absolute; top: 19px; left: 50%; width: 100%; height: 2px; background: var(--line-strong); z-index: 1; }
.tracker .tk-step.done .tk-bar { background: var(--green); }
.tracker .tk-step:last-child .tk-bar { display: none; }
.confirm-cols { display: grid; grid-template-columns: 1fr 340px; gap: 30px; margin-top: 30px; }
.confirm-summary h3, .confirm-address h3 { font-size: 19px; margin-bottom: 16px; }
.os-line { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.os-line .osl-name b { color: var(--text); font-family: var(--font-mono); font-size: 12px; margin-right: 6px; }
.os-line .osl-meta { display: block; color: var(--muted); font-size: 12px; margin-left: 26px; }
.os-line .osl-val { font-family: var(--font-mono); white-space: nowrap; }
.confirm-address .ca-name { font-weight: 700; font-size: 16px; margin-bottom: 8px; }
.confirm-address .ca-line { display: flex; gap: 8px; align-items: flex-start; color: var(--text-dim); font-size: 14px; margin-bottom: 6px; }
.confirm-address .ca-note { margin-top: 12px; padding: 12px; background: var(--bg-elev); border-radius: 8px; color: var(--text-dim); font-size: 14px; }
.confirm-actions { display: flex; gap: 12px; justify-content: center; margin-top: 36px; flex-wrap: wrap; }
.totals-row { display: flex; justify-content: space-between; padding: 12px 0; font-size: 15px; color: var(--text-dim); }
.totals-row.grand { border-top: 1px solid var(--line-strong); margin-top: 6px; padding-top: 16px; }
.totals-row.grand .tl { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--text); }
.totals-row.grand .tv { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--text); }

/* ============================================================
   CART DRAWER
   ============================================================ */
.drawer-overlay { position: fixed; inset: 0; background: rgba(40,24,14,.42); backdrop-filter: blur(3px); z-index: 100; opacity: 0; transition: opacity .2s ease; }
.drawer-overlay.open { opacity: 1; }
.drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: 420px; max-width: 92vw; z-index: 101;
  background: var(--bg-elev); border-left: 1px solid var(--line-strong); display: flex; flex-direction: column;
  box-shadow: var(--shadow-lg); transform: translateX(100%); transition: transform .28s cubic-bezier(.2,.9,.3,1);
}
.drawer.open { transform: translateX(0); }
.drawer-head { padding: 22px 24px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.drawer-head h3 { font-size: 20px; }
.js-drawer-inner { display: flex; flex-direction: column; flex: 1; min-height: 0; }
.drawer-body { flex: 1; overflow-y: auto; padding: 8px 24px; }
.drawer-line { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: center; }
.drawer-line .dl-img { width: 64px; height: 64px; border-radius: 10px; overflow: hidden; flex-shrink: 0; }
.drawer-line .dl-img img { width: 100%; height: 100%; object-fit: cover; }
.drawer-line .dl-name { font-weight: 700; font-size: 15px; }
.drawer-line .dl-opt { font-size: 12px; color: var(--muted); font-family: var(--font-mono); }
.drawer-line .dl-price { font-family: var(--font-mono); font-size: 13px; color: var(--amber); margin-top: 4px; }
.cl-remove { background: transparent; border: none; color: var(--faint); width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; transition: color .15s ease, background .15s ease; }
.cl-remove:hover { color: var(--red); background: rgba(226,59,59,.1); }
.drawer-foot { padding: 22px 24px; border-top: 1px solid var(--line); background: var(--surface); }
.drawer-foot .df-tot { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; }
.drawer-foot .df-tot .l { color: var(--muted); font-size: 14px; }
.drawer-foot .df-tot .v { font-family: var(--font-display); font-weight: 700; font-size: 24px; }
.col { display: flex; flex-direction: column; }
.gap-8 { gap: 8px; }
.between { display: flex; align-items: center; justify-content: space-between; }
.grow { flex: 1; }

/* custom logo */
.brand-logo { display: inline-flex; align-items: center; }
.brand-logo a, .brand-logo .custom-logo-link { display: inline-flex; align-items: center; line-height: 0; }
.brand-logo img, .brand-logo .custom-logo { height: 44px; width: auto; max-width: 220px; display: block; }
/* Logo + name side by side on desktop — name provides text context alongside the mark */
.brand.has-logo { gap: 12px; }
/* No-logo fallback: .bn alone, so the site name gets a slightly bolder treatment */
.brand:not(.has-logo) .bn .name { font-size: 22px; font-weight: 800; letter-spacing: -0.01em; }

/* header cart button */
.cart-btn { position: relative; }
.cart-count {
  position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 5px;
  border-radius: 999px; background: var(--primary); color: #fff; font-family: var(--font-mono);
  font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; border: 2px solid var(--bg);
}
.cart-count.is-empty { display: none; }

.footer-contact { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 18px; color: var(--text-dim); font-size: 14px; }
.footer-contact span { display: inline-flex; align-items: center; gap: 8px; }
.footer-hours .fh-line { color: var(--text-dim); font-size: 14.5px; line-height: 1.7; }
.pay-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }

/* ============================================================
   WOOCOMMERCE buttons + notices to match the design
   ============================================================ */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce a.button.alt, .woocommerce button.button.alt {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: 15px; border: none; border-radius: 999px;
  padding: 14px 26px; color: #fff; background: var(--primary); box-shadow: 0 12px 30px -12px var(--primary-glow);
  transition: transform .16s ease, background .2s ease; text-transform: none; line-height: 1;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce #respond input#submit:hover {
  background: var(--primary-600); transform: translateY(-2px); color: #fff;
}
.woocommerce .button.wc-backward, .woocommerce a.button.wc-backward { background: var(--surface-2); color: var(--text); box-shadow: none; border: 1px solid var(--line); }
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--surface-2);
  color: var(--text); padding: 14px 18px; list-style: none; font-size: 14.5px;
}
.woocommerce-message { border-color: rgba(31,156,77,.3); background: rgba(31,156,77,.08); }
.woocommerce-error { border-color: rgba(226,59,59,.3); background: rgba(226,59,59,.08); color: #c0291f; }
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before { display: none; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection { /* lean on theme .input look */ }
.woocommerce-input-wrapper input.input-text, .woocommerce-input-wrapper textarea, .woocommerce select, .woocommerce input.input-text {
  width: 100%; background: var(--bg-elev); border: 1px solid var(--line-strong); border-radius: var(--radius-sm);
  color: var(--text); font-family: var(--font-body); font-size: 15px; padding: 13px 15px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* ── Prevent horizontal overflow everywhere ─────────────────── */
html { overflow-x: hidden; }
body { overflow-x: hidden; }
.site-wrap { overflow-x: hidden; }

/* ── 1200px — wide tablet / small desktop ───────────────────── */
@media (max-width: 1200px) {
  ul.products,
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── 1080px — tablet landscape ─────────────────────────────── */
@media (max-width: 1080px) {
  /* Hero */
  .hero { padding: 42px 0 56px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-copy h1 { font-size: clamp(38px, 6vw, 72px); }
  .hero-visual { max-width: 400px; margin: 0 auto; }

  /* Grids */
  ul.products,
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .cat-strip { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }

  /* Combo */
  .combo-band { grid-template-columns: 1fr; }
  .combo-visual { min-height: 220px; }

  /* Single product */
  .woocommerce div.product .product-detail { grid-template-columns: 1fr; }
  .woocommerce div.product .woocommerce-product-gallery { position: static; }
  .pd-thumbs { grid-template-columns: repeat(4, 1fr); }
}

/* ── 820px — tablet portrait / large phone ──────────────────── */
@media (max-width: 820px) {
  /* Header layout: keep brand + actions, hide nav */
  .site-header .bar { gap: 10px; height: 64px; }
  .nav { display: none !important; }
  .nav-toggle { display: inline-flex !important; }
  .open-pill { display: none; }
  /* Header actions never shrink — cart + search + hamburger always visible */
  .header-actions { flex-shrink: 0; gap: 6px; margin-left: auto; }
  /* Brand: constrain so it doesn't push actions off-screen */
  .brand { min-width: 0; overflow: hidden; gap: 8px; }
  /* No logo: keep the name but drop the tagline and tighten size */
  .bn .sub { display: none; }
  .bn .name { font-size: 18px; }
  /* Has logo on mobile: logo speaks for itself — hide the text name */
  .brand.has-logo .bn { display: none; }
  .brand.has-logo { gap: 0; }

  /* Product grids — 2 columns on tablet (override the 3-col base) */
  ul.products,
  .product-grid,
  .shop-main ul.products,
  .related ul.products,
  .up-sells ul.products { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .cat-strip { grid-template-columns: repeat(3, 1fr); }

  /* Combo / special-package band stacks */
  .combo-band { grid-template-columns: 1fr; }
  .combo-copy { padding: 40px 36px; }
  .combo-visual { min-height: 220px; order: -1; } /* image first, then copy */

  /* Shop layout */
  .shop-layout { grid-template-columns: 1fr; }
  .shop-sidebar { position: static; flex-direction: row; flex-wrap: wrap; gap: 14px; }
  .shop-sidebar .filter-group { flex: 1; min-width: 180px; }
  .shop-sidebar .deal-card { flex-basis: 100%; }

  /* Cart / checkout */
  .woocommerce table.shop_table { font-size: 14px; }
  .woocommerce-cart .wc-proceed-to-checkout { padding: 0; }

  /* Order received */
  .confirm-cols { grid-template-columns: 1fr; }
  .order-meta-grid { grid-template-columns: repeat(2, 1fr); }

  /* Single product */
  .tabs .tab-nav { flex-wrap: wrap; }
  .woocommerce-tabs .tabs { display: flex; flex-wrap: wrap; gap: 4px; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { flex-direction: column; gap: 6px; }
}

/* ── 600px — phone ──────────────────────────────────────────── */
@media (max-width: 600px) {
  /* Header: even tighter on small phones */
  .site-header .bar { height: 58px; }
  .icon-btn { width: 38px; height: 38px; border-radius: 9px; }
  .cart-count { top: -5px; right: -5px; min-width: 18px; height: 18px; font-size: 10px; }
  .mark { width: 34px; height: 34px; font-size: 18px; border-radius: 9px; }
  .brand-logo img, .brand-logo .custom-logo { height: 34px; }

  /* Global */
  .container { padding: 0 16px; }
  .section { padding: 48px 0; }

  /* Hero */
  .hero { padding: 32px 0 48px; }
  .hero-copy h1 { font-size: clamp(32px, 9vw, 52px); }
  .hero-copy .lede { font-size: 16px; margin-top: 16px; }
  .hero-cta { gap: 10px; }
  .hero-cta .btn { padding: 13px 20px; font-size: 14px; }
  .hero-stats { gap: 20px; margin-top: 28px; }
  .hero-stats .st .n { font-size: 24px; }
  .float-card { display: none !important; }

  /* Category strip */
  .cat-strip { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .cat-chip { padding: 16px 8px; gap: 8px; }
  .cat-chip .ci { width: 44px; height: 44px; }

  /* Product grid — single column on phone */
  ul.products,
  .product-grid,
  .shop-main ul.products,
  .related ul.products,
  .up-sells ul.products { grid-template-columns: 1fr !important; gap: 16px; }

  /* Full-width vertical cards: big appetising image on top, details below */
  .product-card { flex-direction: column; }
  .product-card .pc-media { width: auto; aspect-ratio: 16 / 10; }
  .product-card .pc-body { padding: 16px 18px 18px; gap: 9px; }
  .product-card .pc-title { font-size: 19px; }
  .product-card .pc-desc { display: -webkit-box; -webkit-line-clamp: 2; }
  .pc-add { width: 42px; height: 42px; }

  /* Section headings */
  .section-head h2 { font-size: clamp(24px, 7vw, 36px); }
  .section-head-row { flex-direction: column; align-items: flex-start; gap: 12px; }

  /* Steps */
  .steps { grid-template-columns: 1fr; gap: 14px; }
  .step { padding: 20px; }

  /* Combo / special-package band */
  .combo-section { padding-bottom: 56px; }
  .combo-band { grid-template-columns: 1fr; }
  .combo-copy { padding: 26px 20px; }
  .combo-copy h2 { font-size: clamp(22px, 6vw, 30px); }
  .combo-copy p { font-size: 15px; }
  .combo-visual { min-height: 180px; order: -1; }
  .combo-actions { flex-direction: column; align-items: flex-start; gap: 14px; }
  .combo-actions .btn { width: 100%; justify-content: center; }

  /* Trust row */
  .trust-row { flex-direction: column; align-items: flex-start; gap: 10px; }
  .trust-pill { width: 100%; }

  /* CTA card */
  .cta-card { padding: 48px 22px; }
  .cta-card h2 { font-size: clamp(24px, 7vw, 36px); }

  /* Shop */
  .shop-layout { gap: 20px; }
  .shop-sidebar { gap: 16px; }
  .filter-group h5 { font-size: 11px; }
  .shop-toolbar { flex-direction: column; align-items: flex-start; gap: 10px; }
  .shop-toolbar .toolbar-sort { width: 100%; }
  .woocommerce .woocommerce-ordering select { width: 100%; }

  /* Cart */
  .woocommerce-cart table.shop_table thead { display: none; }
  .woocommerce-cart table.shop_table tr { display: flex; flex-wrap: wrap; padding: 14px 0; border-bottom: 1px solid var(--line); gap: 12px; }
  .woocommerce-cart table.shop_table td { border: none; padding: 0; }
  .woocommerce table.cart td.actions { display: flex; flex-wrap: wrap; gap: 10px; }

  /* Checkout */
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last { width: 100%; float: none; }

  /* Order meta */
  .order-meta-grid { grid-template-columns: repeat(2, 1fr); }

  /* Tracker */
  .tracker { flex-direction: column; gap: 16px; align-items: flex-start; padding: 0; }
  .tracker .tk-step { flex-direction: row; gap: 14px; align-items: center; }
  .tracker .tk-bar { display: none; }

  /* Single product */
  .pd-options { gap: 16px; }
  .opt-pills { gap: 7px; }
  .opt-pill { padding: 9px 13px; font-size: 13px; }
  .pd-buy { flex-wrap: wrap; }
  .pd-buy .btn { width: 100%; justify-content: center; }
  .pd-thumbs { grid-template-columns: repeat(4, 1fr); gap: 8px; }

  /* Tabs */
  .woocommerce .woocommerce-tabs ul.tabs { flex-wrap: wrap; }
  .woocommerce .woocommerce-tabs ul.tabs li { margin: 0 4px 4px 0; }

  /* Package builder (single dish page) */
  .pkg-row { grid-template-columns: 1fr; gap: 12px; align-items: stretch; }
  .pkg-row-img { width: 100%; }
  .pkg-row-img img { width: 100%; height: 140px; border-radius: var(--radius); object-fit: cover; }
  .pkg-swap, .pkg-row .select { width: 100%; }
  .pkg-extras { gap: 8px; }
  .pkg-summary { padding: 16px; }
  .pkg-builder .single_add_to_cart_button { width: 100%; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }

  /* Drawer */
  .drawer { width: 100vw; max-width: 100vw; }

  /* Cart page sticky sidebar */
  .woocommerce-cart .cart-collaterals { width: 100%; }
}
