/* Mê Cá — hệ thống thiết kế dùng chung cho website */
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --orange: #E85D04;
  --orange-dark: #C94A00;
  --orange-lighter: #FFE8D6;
  --dark: #2D1B0E;
  --dark-secondary: #5C3D2E;
  --cream: #FFFDF9;
  --white: #FFFFFF;
  --gray: #8B7355;
  --row-alt: #FFF5ED;
  --border: #F0DFCE;
  --radius: 16px;
  --shadow: 0 4px 24px rgba(232,93,4,0.08);
  --shadow-lg: 0 12px 40px rgba(45,27,14,0.14);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Outfit', 'Helvetica Neue', Arial, sans-serif;
  background: var(--cream);
  color: var(--dark);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

.font-display { font-family: 'Mali', cursive; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: 100px; font-size: 16px; font-weight: 600;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--orange); color: var(--white); box-shadow: 0 6px 20px rgba(232,93,4,0.3); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-outline { background: var(--white); color: var(--orange); border: 2px solid var(--orange); }
.btn-outline:hover { background: var(--orange-lighter); }
.btn-ghost { background: rgba(255,255,255,0.15); color: var(--white); border: 1.5px solid rgba(255,255,255,0.5); }
.btn-sm { padding: 8px 18px; font-size: 14px; }
.btn-block { width: 100%; }
.btn:disabled { opacity: .5; cursor: not-allowed; }

/* ===== TOP HEADER ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,253,249,0.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.site-header-inner { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; max-width: 1180px; margin: 0 auto; gap: 20px; }
.site-brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.site-brand img { width: 40px; height: 40px; }
.site-brand span { font-family: 'Mali', cursive; font-size: 26px; font-weight: 700; color: var(--orange); }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a {
  padding: 10px 16px; border-radius: 100px; font-size: 15px; font-weight: 500; color: var(--dark-secondary);
  white-space: nowrap; transition: background .15s, color .15s;
}
.site-nav a:hover, .site-nav a.active { background: var(--orange-lighter); color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.cart-btn {
  position: relative; display: flex; align-items: center; gap: 8px;
  background: var(--orange-lighter); color: var(--orange); padding: 10px 18px; border-radius: 100px;
  font-weight: 600; font-size: 15px;
}
.cart-btn:hover { background: #FFDCB8; }
.cart-count {
  position: absolute; top: -6px; right: -6px; background: var(--orange); color: white;
  font-size: 11px; font-weight: 700; min-width: 20px; height: 20px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; padding: 0 4px;
}
.cart-count.hidden { display: none; }

.nav-toggle {
  display: none; width: 40px; height: 40px; align-items: center; justify-content: center;
  font-size: 20px; color: var(--dark); background: var(--row-alt); border-radius: 50%; flex-shrink: 0;
}

/* ===== HERO ===== */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(170deg, #FFFDF9 0%, #FFF0E2 45%, #FFE0C4 100%);
  padding: 72px 24px 90px;
}
.hero-ring { position: absolute; border-radius: 50%; border: 2.5px solid rgba(232,93,4,0.08); }
.hero-ring-1 { width: 480px; height: 480px; top: -180px; right: -140px; }
.hero-ring-2 { width: 300px; height: 300px; bottom: -140px; left: -100px; border-color: rgba(232,93,4,0.06); }
.hero-inner { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; }
.hero h1 { font-family: 'Mali', cursive; font-size: 56px; font-weight: 700; line-height: 1.15; color: var(--dark); margin-bottom: 20px; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero p.lead { font-size: 19px; color: var(--dark-secondary); line-height: 1.7; margin-bottom: 36px; max-width: 620px; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* ===== SECTION ===== */
.section { padding: 72px 24px; }
.section-alt { background: var(--white); }
.section-head { max-width: 680px; margin: 0 auto 44px; text-align: center; }
.section-head .eyebrow { color: var(--orange); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 13px; margin-bottom: 10px; display: block; }
.section-head h2 { font-family: 'Mali', cursive; font-size: 38px; font-weight: 700; color: var(--dark); margin-bottom: 14px; }
.section-head p { font-size: 17px; color: var(--dark-secondary); line-height: 1.6; }

/* ===== CATEGORY CARDS (home) ===== */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1180px; margin: 0 auto; }
.cat-card {
  background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 30px 22px;
  text-align: center; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--orange); }
.cat-card .icon { font-size: 42px; margin-bottom: 14px; }
.cat-card h3 { font-family: 'Mali', cursive; font-size: 21px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.cat-card p { font-size: 13.5px; color: var(--gray); line-height: 1.5; }

/* ===== BEST SELLER GRID (home) ===== */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; max-width: 1180px; margin: 0 auto; }

.product-card {
  background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; cursor: pointer;
}
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.product-media {
  position: relative; aspect-ratio: 1 / 1; width: 100%; overflow: hidden;
  background: linear-gradient(135deg, var(--orange-lighter), #FFF5ED);
}
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.product-card:hover .product-media img { transform: scale(1.05); }
.product-media .tag-row { position: absolute; top: 8px; left: 8px; right: 8px; display: flex; flex-wrap: wrap; gap: 4px; z-index: 2; }
.combo-ribbon {
  position: absolute; top: 8px; right: 8px; background: var(--orange); color: white; font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 100px; box-shadow: 0 2px 8px rgba(232,93,4,0.35); z-index: 2;
}
.product-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.gift-badge {
  display: inline-block; align-self: flex-start; font-size: 11px; font-weight: 700; color: #2E7D32;
  background: #E8F5E9; border: 1px solid #C8E6C9; padding: 3px 9px; border-radius: 100px; margin-bottom: 8px;
}
.product-name { font-size: 16.5px; font-weight: 600; color: var(--dark); line-height: 1.35; margin-bottom: 4px; }
.product-detail { font-size: 12.5px; color: var(--gray); margin-bottom: 8px; }
.product-desc { font-size: 13px; color: var(--dark-secondary); line-height: 1.55; margin-bottom: 14px; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.product-price-wrap { display: flex; flex-direction: column; gap: 2px; }
.product-unit { font-size: 11.5px; color: var(--gray); }
.product-price-row { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.product-price { font-size: 19px; font-weight: 700; color: var(--orange); }
.product-price-compare { font-size: 13px; color: var(--gray); text-decoration: line-through; }
.add-btn {
  width: 38px; height: 38px; border-radius: 50%; background: var(--orange-lighter); color: var(--orange);
  font-size: 20px; font-weight: 700; display: flex; align-items: center; justify-content: center;
  transition: background .15s, transform .15s; flex-shrink: 0;
}
.add-btn:hover { background: var(--orange); color: white; transform: scale(1.08); }

.tag { display: inline-flex; align-items: center; font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 10px; white-space: nowrap; line-height: 1.4; }
.tag-best { background: #FFF4D6; color: #B8860B; }
.tag-hot { background: #FFE8D6; color: #E85D04; }
.tag-sale { background: #E8F5E9; color: #2E7D32; }
.tag-new { background: #E3F2FD; color: #1565C0; }
.tag-must-try { background: #FCE4EC; color: #C2185B; }
.tag-cool { background: #E0F7FA; color: #00838F; }
.tag-preorder { background: #FFF3E0; color: #E65100; }
.tag-combo { background: var(--orange); color: white; }

/* ===== TRUST / WHY US ===== */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; max-width: 1050px; margin: 0 auto; }
.why-card { text-align: center; padding: 10px; }
.why-card .icon-box {
  width: 72px; height: 72px; border-radius: 20px; background: var(--orange-lighter); color: var(--orange);
  display: flex; align-items: center; justify-content: center; font-size: 34px; margin: 0 auto 18px;
}
.why-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 8px; color: var(--dark); }
.why-card p { font-size: 14.5px; color: var(--dark-secondary); line-height: 1.6; }

/* ===== DELIVERY INFO ===== */
.delivery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1100px; margin: 0 auto; }
.delivery-card { background: var(--white); border: 2px solid var(--orange-lighter); border-radius: var(--radius); padding: 30px 26px; }
.delivery-card .icon-box { width: 56px; height: 56px; border-radius: 14px; background: var(--orange-lighter); display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 16px; }
.delivery-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: var(--dark); }
.delivery-card p { font-size: 14px; color: var(--dark-secondary); line-height: 1.7; }
.delivery-card strong { color: var(--orange-dark); }

/* ===== CONTACT / CTA ===== */
.contact-band { background: var(--orange); border-radius: 28px; padding: 52px; display: flex; align-items: center; gap: 48px; max-width: 1100px; margin: 0 auto; box-shadow: var(--shadow-lg); }
.contact-band .qr-box { flex-shrink: 0; width: 180px; height: 180px; background: white; border-radius: 18px; padding: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.contact-band-info { color: white; flex: 1; }
.contact-band-info h3 { font-family: 'Mali', cursive; font-size: 30px; font-weight: 700; margin-bottom: 20px; }
.contact-row { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; font-size: 17px; }
.contact-row .ic { font-size: 20px; width: 30px; text-align: center; }
.contact-row a { text-decoration: underline; }
.contact-actions { display: flex; gap: 14px; margin-top: 22px; flex-wrap: wrap; }

/* ===== FOOTER ===== */
.site-footer { background: var(--dark); color: rgba(255,255,255,0.85); padding: 48px 24px 24px; }
.footer-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand img { width: 34px; height: 34px; filter: brightness(0) invert(1); }
.footer-brand span { font-family: 'Mali', cursive; font-size: 24px; font-weight: 700; color: white; }
.footer-col h5 { font-size: 15px; font-weight: 700; color: white; margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 10px; font-size: 14px; }
.footer-col ul li a:hover { color: var(--orange); }
.footer-bottom { max-width: 1180px; margin: 0 auto; padding-top: 20px; font-size: 13px; color: rgba(255,255,255,0.5); text-align: center; }

/* ===== MENU PAGE LAYOUT ===== */
.shop-header { background: var(--white); border-bottom: 1px solid var(--border); padding: 28px 24px; }
.shop-header-inner { max-width: 1180px; margin: 0 auto; }
.shop-header h1 { font-family: 'Mali', cursive; font-size: 32px; color: var(--dark); margin-bottom: 6px; }
.shop-header p { color: var(--gray); font-size: 14.5px; margin-bottom: 20px; }
.search-bar { position: relative; max-width: 520px; }
.search-bar input {
  width: 100%; padding: 13px 18px 13px 46px; border-radius: 100px; border: 1.5px solid var(--border);
  font-size: 15px; font-family: inherit; background: var(--cream); color: var(--dark);
}
.search-bar input:focus { outline: none; border-color: var(--orange); background: white; }
.search-bar .icon { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); font-size: 16px; color: var(--gray); }

.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.filter-chip {
  padding: 8px 16px; border-radius: 100px; font-size: 13.5px; font-weight: 500; border: 1.5px solid var(--border);
  background: var(--white); color: var(--dark-secondary); transition: all .15s;
}
.filter-chip:hover { border-color: var(--orange); }
.filter-chip.active { background: var(--orange); border-color: var(--orange); color: white; }

.shop-layout { max-width: 1180px; margin: 0 auto; padding: 32px 24px 100px; display: grid; grid-template-columns: 240px 1fr; gap: 36px; align-items: start; }
.cat-nav { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 4px; }
.cat-nav-item {
  display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 12px; font-size: 14.5px;
  font-weight: 500; color: var(--dark-secondary); transition: background .15s, color .15s;
}
.cat-nav-item .ic { font-size: 18px; }
.cat-nav-item:hover { background: var(--row-alt); }
.cat-nav-item.active { background: var(--orange-lighter); color: var(--orange-dark); font-weight: 700; }
.cat-nav-count { margin-left: auto; font-size: 12px; color: var(--gray); background: var(--row-alt); padding: 1px 8px; border-radius: 10px; }
.cat-nav-item.active .cat-nav-count { background: rgba(232,93,4,0.15); color: var(--orange-dark); }

.category-section { margin-bottom: 52px; scroll-margin-top: 90px; }
.category-section-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 6px; padding-bottom: 14px; border-bottom: 3px solid var(--orange); }
.category-section-head .ic { font-size: 30px; }
.category-section-head h2 { font-family: 'Mali', cursive; font-size: 28px; color: var(--orange); }
.category-section-head .cs-tagline { font-size: 13.5px; color: var(--gray); margin-left: auto; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 20px; }

.empty-state { text-align: center; padding: 80px 20px; color: var(--gray); }
.empty-state .icon { font-size: 52px; margin-bottom: 16px; }
.empty-state h3 { font-size: 20px; color: var(--dark); margin-bottom: 8px; }

/* ===== PRODUCT MODAL ===== */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(45,27,14,0.55); z-index: 320;
  display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; pointer-events: none; transition: opacity .2s ease;
}
.modal-overlay.open { opacity: 1; pointer-events: auto; }
.modal-box {
  background: white; border-radius: 22px; max-width: 520px; width: 100%; max-height: 88vh; overflow-y: auto;
  transform: translateY(16px) scale(.98); transition: transform .2s ease; box-shadow: var(--shadow-lg);
}
.modal-overlay.open .modal-box { transform: translateY(0) scale(1); }
.modal-media { aspect-ratio: 4 / 3; width: 100%; background: linear-gradient(135deg, var(--orange-lighter), #FFF5ED); position: relative; border-radius: 22px 22px 0 0; overflow: hidden; }
.modal-media img { width: 100%; height: 100%; object-fit: cover; }
.modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.85); font-size: 18px; display: flex; align-items: center; justify-content: center; z-index: 2; }
.modal-tags { position: absolute; top: 16px; left: 16px; display: flex; gap: 6px; flex-wrap: wrap; z-index: 2; }
.modal-content { padding: 26px 28px 30px; }
.modal-content h2 { font-family: 'Mali', cursive; font-size: 26px; color: var(--dark); margin-bottom: 4px; }
.modal-content .modal-detail { font-size: 14px; color: var(--gray); margin-bottom: 14px; }
.modal-content .modal-desc { font-size: 15px; color: var(--dark-secondary); line-height: 1.7; margin-bottom: 22px; }
.modal-price-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.modal-price-compare { font-size: 15px; color: var(--gray); text-decoration: line-through; }
.modal-price { font-size: 28px; font-weight: 700; color: var(--orange); }
.modal-unit { font-size: 13.5px; color: var(--gray); }
.promo-banner {
  background: #FFF3E0; border: 1.5px dashed var(--orange); border-radius: 12px; padding: 12px 14px;
  font-size: 13.5px; color: var(--orange-dark); margin-bottom: 20px; line-height: 1.5;
}
.combo-items-list { list-style: none; margin: 0 0 22px; display: flex; flex-direction: column; gap: 10px; }
.combo-items-list li { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--dark-secondary); }
.combo-items-list img { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.qty-stepper { display: flex; align-items: center; gap: 14px; background: var(--row-alt); border-radius: 100px; padding: 6px; }
.qty-stepper button { width: 34px; height: 34px; border-radius: 50%; background: white; font-size: 18px; font-weight: 700; color: var(--orange); display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
.qty-stepper span { min-width: 24px; text-align: center; font-weight: 700; font-size: 16px; }

/* ===== CART DRAWER ===== */
.drawer-overlay {
  position: fixed; inset: 0; background: rgba(45,27,14,0.45); z-index: 300;
  opacity: 0; pointer-events: none; transition: opacity .2s ease;
}
.drawer-overlay.open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 420px; max-width: 100vw; background: white;
  z-index: 301; display: flex; flex-direction: column; transform: translateX(100%); transition: transform .25s ease;
  box-shadow: -8px 0 30px rgba(0,0,0,0.15);
}
.cart-drawer.open { transform: translateX(0); }
.cart-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--border); }
.cart-drawer-head h3 { font-family: 'Mali', cursive; font-size: 22px; color: var(--dark); }
.cart-drawer-close { width: 34px; height: 34px; border-radius: 50%; background: var(--row-alt); font-size: 16px; display: flex; align-items: center; justify-content: center; }
.cart-items { flex: 1; overflow-y: auto; padding: 10px 24px; }
.cart-item { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.cart-item-media { width: 52px; height: 52px; border-radius: 12px; background: var(--orange-lighter); overflow: hidden; flex-shrink: 0; }
.cart-item-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-info h4 { font-size: 14.5px; font-weight: 600; color: var(--dark); margin-bottom: 2px; }
.cart-item-info .unit { font-size: 12px; color: var(--gray); margin-bottom: 8px; }
.cart-item-row { display: flex; align-items: center; justify-content: space-between; }
.cart-item-qty { display: flex; align-items: center; gap: 10px; }
.cart-item-qty button { width: 24px; height: 24px; border-radius: 50%; background: var(--row-alt); color: var(--orange); font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.cart-item-qty span { font-size: 14px; font-weight: 700; min-width: 16px; text-align: center; }
.cart-item-price { font-weight: 700; color: var(--orange); font-size: 14.5px; }
.cart-item-remove { font-size: 12px; color: var(--gray); text-decoration: underline; margin-top: 6px; display: inline-block; }
.gift-progress { font-size: 11.5px; color: #2E7D32; background: #F1F9F1; border-radius: 8px; padding: 6px 9px; margin-top: 8px; line-height: 1.4; }

.cart-item-gift { background: #F1F9F1; margin: 0 -24px; padding: 16px 24px; border-bottom: 1px solid var(--border); }
.gift-free-tag { font-size: 10.5px; font-weight: 700; color: #2E7D32; background: #E0F2E1; padding: 2px 8px; border-radius: 100px; margin-left: 4px; }
.gift-note { font-size: 11.5px; color: var(--gray); line-height: 1.4; max-width: 220px; }

.checkout-forget-link { display: inline-block; text-align: center; font-size: 12.5px; color: var(--gray); text-decoration: underline; margin-top: 4px; }
.cart-empty { text-align: center; padding: 60px 20px; color: var(--gray); }
.cart-empty .icon { font-size: 48px; margin-bottom: 14px; }
.cart-drawer-foot { padding: 22px 24px 26px; border-top: 1px solid var(--border); background: var(--cream); }
.cart-subtotal-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; font-size: 15px; color: var(--dark-secondary); }
.cart-subtotal-row strong { font-size: 22px; color: var(--orange); }
.cart-note { font-size: 12px; color: var(--gray); margin-bottom: 14px; line-height: 1.5; }

/* ===== CHECKOUT MODAL ===== */
.checkout-form { display: flex; flex-direction: column; gap: 14px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; color: var(--dark-secondary); margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 12px 16px; border-radius: 12px; border: 1.5px solid var(--border);
  font-size: 14.5px; font-family: inherit; background: var(--cream); color: var(--dark);
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--orange); background: white; }
.field textarea { resize: vertical; min-height: 70px; }
.delivery-time-options { display: flex; flex-direction: column; gap: 8px; }
.delivery-time-option {
  display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: var(--dark);
  cursor: pointer; padding: 10px 14px; border-radius: 12px; border: 1.5px solid var(--border);
  background: var(--cream); transition: border-color .15s ease, background .15s ease;
}
.delivery-time-option:has(input:checked) { border-color: var(--orange); background: var(--orange-lighter); }
.delivery-time-option input[type="radio"] { accent-color: var(--orange); width: 16px; height: 16px; flex-shrink: 0; }
.delivery-time-express-hint { font-size: 12px; font-weight: 400; color: var(--gray); }
.delivery-time-datetime { margin-top: 8px; }
.checkout-summary { background: var(--row-alt); border-radius: 14px; padding: 16px 18px; font-size: 13.5px; color: var(--dark-secondary); max-height: 160px; overflow-y: auto; white-space: pre-wrap; line-height: 1.6; font-family: 'SFMono-Regular', Consolas, monospace; }
.toast {
  position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%) translateY(20px); z-index: 400;
  background: var(--dark); color: white; padding: 14px 26px; border-radius: 100px; font-size: 14.5px; font-weight: 500;
  box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none; transition: all .25s ease;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .delivery-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-band { flex-direction: column; text-align: center; padding: 36px 28px; }
  .shop-layout { grid-template-columns: 1fr; }
  .cat-nav {
    position: sticky; top: 0; z-index: 40; flex-direction: row; overflow-x: auto; background: var(--cream);
    padding: 10px 0; margin: -10px 0 10px; border-bottom: 1px solid var(--border);
  }
  .cat-nav-item { flex-shrink: 0; }
  .cat-nav-count { display: none; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-toggle { display: flex; }
  .site-nav {
    display: none; position: absolute; top: calc(100% + 1px); left: 0; right: 0; flex-direction: column; gap: 2px;
    background: var(--white); border-bottom: 1px solid var(--border); box-shadow: var(--shadow-lg); padding: 10px 16px 16px;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 14px; }
}
@media (max-width: 640px) {
  .hero h1 { font-size: 38px; }
  .hero p.lead { font-size: 16px; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .category-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .section { padding: 52px 18px; }
  .section-head h2 { font-size: 28px; }
  .cart-drawer { width: 100vw; }
  .contact-band .qr-box { width: 140px; height: 140px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-post-wrap { padding: 28px 18px 80px; }
  .blog-article-head h1 { font-size: 26px; }
}

/* ===== BLOG ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1180px; margin: 0 auto; }
@media (max-width: 980px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }

.blog-card {
  display: flex; flex-direction: column; background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius);
  overflow: hidden; transition: transform .18s ease, box-shadow .18s ease;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.blog-card-media { aspect-ratio: 3 / 2; width: 100%; overflow: hidden; background: var(--orange-lighter); }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.blog-card:hover .blog-card-media img { transform: scale(1.05); }
.blog-card-body { padding: 18px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.blog-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.blog-tag { font-size: 11px; font-weight: 700; color: var(--orange-dark); background: var(--orange-lighter); padding: 3px 10px; border-radius: 100px; }
.blog-card-body h3 { font-family: 'Mali', cursive; font-size: 19px; font-weight: 700; color: var(--dark); line-height: 1.35; margin-bottom: 8px; }
.blog-card-body p { font-size: 13.5px; color: var(--dark-secondary); line-height: 1.6; margin-bottom: 14px; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-card-meta { font-size: 12px; color: var(--gray); margin-top: auto; }

.blog-post-wrap { max-width: 780px; margin: 0 auto; padding: 40px 24px 100px; }
.blog-back-link { display: inline-block; font-size: 14px; font-weight: 600; color: var(--orange-dark); margin-bottom: 22px; }
.blog-back-link:hover { text-decoration: underline; }
.blog-article-head { text-align: left; margin-bottom: 22px; }
.blog-article-head h1 { font-family: 'Mali', cursive; font-size: 36px; font-weight: 700; color: var(--dark); line-height: 1.25; margin: 10px 0 12px; }
.blog-article-cover { aspect-ratio: 16 / 9; width: 100%; border-radius: var(--radius); overflow: hidden; margin-bottom: 30px; box-shadow: var(--shadow); }
.blog-article-cover img { width: 100%; height: 100%; object-fit: cover; }
.blog-article-body { font-size: 16.5px; line-height: 1.85; color: var(--dark-secondary); }
.blog-article-body h3 { font-family: 'Mali', cursive; font-size: 22px; font-weight: 700; color: var(--dark); margin: 30px 0 12px; }
.blog-article-body p { margin-bottom: 18px; }
.blog-article-body ul { margin: 0 0 18px 22px; display: flex; flex-direction: column; gap: 8px; }
.blog-article-body li { list-style: disc; }
.blog-article-cta {
  background: var(--orange-lighter); border-radius: var(--radius); padding: 26px 28px; margin: 36px 0 8px; text-align: center;
}
.blog-article-cta p { color: var(--dark-secondary); margin-bottom: 16px; font-size: 15px; }
.blog-article-cta .contact-actions { justify-content: center; }
.blog-related-title { font-family: 'Mali', cursive; font-size: 24px; color: var(--dark); margin: 50px 0 20px; }

/* ===== TESTIMONIALS ===== */
.testi-card {
  background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); cursor: zoom-in; transition: transform .18s ease, box-shadow .18s ease; margin: 0;
}
.testi-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.testi-media img { width: 100%; height: auto; display: block; transition: transform .3s ease; }
.testi-card:hover .testi-media img { transform: scale(1.05); }
.testi-caption {
  font-family: 'Mali', cursive; font-size: 14.5px; color: var(--dark-secondary); padding: 12px 14px 14px;
}

.testi-strip {
  display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; max-width: 1180px; margin: 0 auto;
  padding: 4px 24px; scrollbar-width: none;
}
.testi-strip::-webkit-scrollbar { display: none; }
.testi-strip .testi-card { flex: 0 0 250px; scroll-snap-align: start; }
.testi-strip .testi-media { aspect-ratio: 3 / 4; overflow: hidden; }
.testi-strip .testi-media img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.testi-wall { columns: 4; column-gap: 18px; max-width: 1180px; margin: 0 auto; }
.testi-wall .testi-card { break-inside: avoid; margin-bottom: 18px; display: block; width: 100%; }

@media (max-width: 980px) {
  .testi-wall { columns: 3; }
}
@media (max-width: 640px) {
  .testi-wall { columns: 2; column-gap: 12px; }
  .testi-caption { font-size: 13px; }
  .testi-strip { margin: 0 -18px; padding: 0 18px; }
  .testi-strip .testi-card { flex-basis: 62vw; }
}

/* ===== TESTIMONIAL LIGHTBOX ===== */
.lightbox-overlay {
  position: fixed; inset: 0; background: rgba(45,27,14,0.92); z-index: 340;
  opacity: 0; pointer-events: none; transition: opacity .2s ease;
}
.lightbox-overlay.open { opacity: 1; pointer-events: auto; }
.lightbox-stage {
  position: fixed; inset: 0; display: flex; align-items: center; justify-content: center;
  touch-action: none; overflow: hidden; overscroll-behavior: contain;
}
.lightbox-stage img {
  max-width: 92vw; max-height: 86vh; border-radius: 12px; transform-origin: 0 0;
  will-change: transform; user-select: none; -webkit-user-select: none;
}
.lightbox-close {
  position: fixed; top: 20px; right: 20px; z-index: 2; display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.15); color: white; font-size: 20px;
}
.lightbox-nav {
  position: fixed; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.15); color: white; font-size: 22px;
  display: flex; align-items: center; justify-content: center;
}
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-caption {
  position: fixed; left: 0; right: 0; bottom: 40px; z-index: 2; text-align: center;
  font-family: 'Mali', cursive; font-size: 17px; color: white; padding: 0 24px;
}
.lightbox-counter {
  position: fixed; left: 0; right: 0; bottom: 16px; z-index: 2; text-align: center;
  font-size: 12.5px; color: rgba(255,255,255,0.65);
}
@media (max-width: 640px) {
  .lightbox-nav { display: none; }
}
