/* ================================================
   AIA Family — Wholesale Cash & Carry
   Fresh & Modern theme
   ================================================ */
:root {
  --primary: #0E7C6B;
  --primary-dark: #0A5F52;
  --primary-light: #E6F4F1;
  --accent: #8BC34A;
  --accent-light: #F1F8E9;
  --cream: #FDFBF4;
  --ink: #1E2B2A;
  --muted: #5E6E6C;
  --danger: #E53935;
  --white: #ffffff;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 4px 18px rgba(14, 124, 107, 0.10);
  --shadow-hover: 0 10px 28px rgba(14, 124, 107, 0.18);
  --font-head: 'Poppins', 'Segoe UI', sans-serif;
  --font-body: 'Inter', 'Segoe UI', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
}
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.25; }
img { max-width: 100%; }
a { color: var(--primary); text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 26px; border-radius: 999px; border: none;
  font-family: var(--font-head); font-weight: 600; font-size: 15px;
  transition: all .2s ease; text-align: center;
}
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { filter: brightness(.93); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.btn-outline:hover { background: var(--primary-light); }
.btn-whatsapp { background: #25D366; color: #fff; }
.btn-whatsapp:hover { background: #1DA851; transform: translateY(-2px); }
.btn-lg { padding: 15px 34px; font-size: 17px; }
.btn-sm { padding: 8px 18px; font-size: 13px; }
.btn:disabled { opacity: .5; cursor: not-allowed; transform: none; }

/* ---------- Header ---------- */
.top-bar {
  background: var(--primary); color: #fff; font-size: 13px; padding: 7px 0;
}
.top-bar .container { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.top-bar a { color: #fff; opacity: .95; }
.top-bar a:hover { text-decoration: underline; }

.site-header {
  background: #fff; position: sticky; top: 0; z-index: 900;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.header-inner { display: flex; align-items: center; gap: 24px; padding: 14px 0; }
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo img { height: 62px; width: auto; display: block; }

.header-search { flex: 1; position: relative; max-width: 540px; }
.header-search input {
  width: 100%; padding: 12px 48px 12px 20px; border: 2px solid var(--primary-light);
  border-radius: 999px; font-size: 15px; font-family: var(--font-body); outline: none;
  background: var(--cream); transition: border-color .2s;
}
.header-search input:focus { border-color: var(--primary); background: #fff; }
.header-search button {
  position: absolute; right: 5px; top: 50%; transform: translateY(-50%);
  background: var(--primary); border: none; color: #fff; width: 38px; height: 38px;
  border-radius: 50%; font-size: 16px;
}
.search-suggest {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; background: #fff;
  border-radius: var(--radius-sm); box-shadow: var(--shadow-hover); overflow: hidden;
  z-index: 950; display: none; max-height: 380px; overflow-y: auto;
}
.search-suggest.open { display: block; }
.search-suggest a { display: flex; gap: 10px; align-items: center; padding: 9px 14px; font-size: 14px; color: var(--ink); }
.search-suggest a:hover { background: var(--primary-light); }
.search-suggest img { width: 34px; height: 34px; object-fit: contain; border-radius: 6px; background: var(--cream); }
.search-suggest .ss-price { margin-left: auto; font-weight: 700; color: var(--primary); }

.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.basket-btn {
  position: relative; display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent-light); border: none; color: var(--primary);
  padding: 11px 18px; border-radius: 999px; font-weight: 700; font-family: var(--font-head); font-size: 15px;
  transition: all .2s;
}
.basket-btn:hover { background: var(--primary-light); }
.basket-count {
  background: var(--danger); color: #fff; border-radius: 999px; min-width: 22px; height: 22px;
  display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; padding: 0 6px;
}

.main-nav { border-top: 1px solid #EEF4F2; }
.main-nav ul { display: flex; list-style: none; gap: 4px; overflow-x: auto; }
.main-nav a {
  display: block; padding: 12px 16px; color: var(--ink); font-weight: 600; font-size: 14.5px;
  font-family: var(--font-head); border-bottom: 3px solid transparent; white-space: nowrap;
}
.main-nav a:hover, .main-nav a.active { color: var(--primary); border-bottom-color: var(--accent); }
.hamburger { display: none; background: none; border: none; font-size: 26px; color: var(--primary); }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(120deg, #E6F4F1 0%, #F1F8E9 55%, #FDFBF4 100%);
  padding: 56px 0 64px;
  overflow: hidden;
}
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--primary);
  border: 2px solid var(--accent); padding: 7px 18px; border-radius: 999px;
  font-family: var(--font-head); font-weight: 700; font-size: 14px; margin-bottom: 18px;
  box-shadow: var(--shadow);
}
.hero h1 { font-size: 46px; font-weight: 800; margin-bottom: 16px; color: var(--ink); }
.hero h1 span { color: var(--primary); }
.hero p.lead { font-size: 18px; color: var(--muted); margin-bottom: 26px; max-width: 520px; }
.hero-search { position: relative; max-width: 520px; margin-bottom: 22px; }
.hero-search input {
  width: 100%; padding: 17px 130px 17px 24px; border-radius: 999px; border: none;
  font-size: 16px; box-shadow: var(--shadow); outline: none; font-family: var(--font-body);
}
.hero-search button {
  position: absolute; right: 6px; top: 6px; bottom: 6px; padding: 0 28px;
  border-radius: 999px; border: none; background: var(--primary); color: #fff;
  font-weight: 700; font-family: var(--font-head); font-size: 15px;
}
.hero-search button:hover { background: var(--primary-dark); }
.hero-points { display: flex; gap: 18px; flex-wrap: wrap; font-size: 14px; font-weight: 600; color: var(--primary-dark); }
.hero-points span { display: inline-flex; align-items: center; gap: 6px; }
.hero-img { position: relative; }
.hero-img img {
  width: 100%; border-radius: 24px; box-shadow: var(--shadow-hover); aspect-ratio: 4/3; object-fit: cover;
}
.hero-float {
  position: absolute; bottom: -16px; left: -16px; background: #fff; padding: 14px 22px;
  border-radius: var(--radius); box-shadow: var(--shadow-hover); font-family: var(--font-head);
}
.hero-float b { color: var(--primary); font-size: 20px; display: block; }
.hero-float small { color: var(--muted); }

/* ---------- Sections ---------- */
.section { padding: 56px 0; }
.section-tint { background: var(--primary-light); }
.section-tint-2 { background: var(--accent-light); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.section-head h2 { font-size: 30px; }
.section-head h2 em { color: var(--primary); font-style: normal; }
.section-head p { color: var(--muted); }

/* ---------- Category tiles ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 16px; }
.cat-tile {
  background: #fff; border-radius: var(--radius); padding: 18px 14px; text-align: center;
  box-shadow: var(--shadow); transition: all .22s ease; color: var(--ink); display: block;
  border: 2px solid transparent;
}
.cat-tile:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: var(--accent); }
.cat-tile .cat-icon {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 10px; overflow: hidden;
  background: var(--primary-light); display: flex; align-items: center; justify-content: center; font-size: 28px;
}
.cat-tile .cat-icon img { width: 100%; height: 100%; object-fit: cover; }
.cat-tile h3 { font-size: 14px; font-weight: 600; }
.cat-tile small { color: var(--muted); font-size: 12px; }

/* Category chips */
.chip-row { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 6px; }
.chip {
  flex-shrink: 0; padding: 9px 18px; background: #fff; border: 2px solid var(--primary-light);
  border-radius: 999px; font-size: 14px; font-weight: 600; font-family: var(--font-head);
  color: var(--ink); transition: all .2s; white-space: nowrap;
}
.chip:hover { border-color: var(--accent); }
.chip.active { background: var(--primary); color: #fff; border-color: var(--primary); }

/* ---------- Product cards ---------- */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: 18px; }
.product-card {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  overflow: hidden; transition: all .22s ease; display: flex; flex-direction: column; position: relative;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.pc-img { position: relative; background: var(--cream); display: block; }
.pc-img img { width: 100%; aspect-ratio: 1/1; object-fit: contain; padding: 14px; }
.badge {
  position: absolute; top: 10px; left: 10px; padding: 4px 12px; border-radius: 999px;
  font-size: 11.5px; font-weight: 800; font-family: var(--font-head); letter-spacing: .04em; z-index: 2;
}
.badge-save { background: var(--danger); color: #fff; }
.badge-multi { background: var(--accent); color: #fff; top: 10px; right: 10px; left: auto; }
.badge-oos { background: #9AA9A7; color: #fff; }
.pc-body { padding: 14px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.pc-cat { font-size: 11.5px; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); font-weight: 600; margin-bottom: 4px; }
.pc-name { font-size: 15px; font-weight: 600; font-family: var(--font-head); margin-bottom: 6px; }
.pc-name a { color: var(--ink); }
.pc-name a:hover { color: var(--primary); }
.pc-pack { font-size: 12.5px; color: var(--muted); margin-bottom: 10px; }
.pc-price-row { display: flex; align-items: baseline; gap: 8px; margin-top: auto; margin-bottom: 12px; }
.pc-price { font-size: 20px; font-weight: 800; color: var(--primary); font-family: var(--font-head); }
.pc-was { font-size: 13px; color: var(--muted); text-decoration: line-through; }
.pc-unit { font-size: 12px; color: var(--muted); }
.pc-add {
  width: 100%; border: none; background: var(--primary); color: #fff; padding: 11px;
  border-radius: 999px; font-family: var(--font-head); font-weight: 700; font-size: 14px; transition: background .2s;
}
.pc-add:hover { background: var(--primary-dark); }
.pc-add.added { background: var(--accent); }
.pc-add:disabled { background: #C3CFCD; cursor: not-allowed; }

/* ---------- Why us / steps ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.feature-card {
  background: #fff; border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow);
  transition: transform .2s;
}
.feature-card:hover { transform: translateY(-4px); }
.feature-card .fc-icon {
  width: 54px; height: 54px; border-radius: 16px; background: var(--accent-light);
  display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 14px;
}
.feature-card h3 { font-size: 17px; margin-bottom: 8px; }
.feature-card p { font-size: 14px; color: var(--muted); }

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; counter-reset: step; }
.step { background: #fff; border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow); position: relative; }
.step-num {
  width: 42px; height: 42px; border-radius: 50%; background: var(--primary); color: #fff;
  display: flex; align-items: center; justify-content: center; font-family: var(--font-head);
  font-weight: 800; font-size: 18px; margin-bottom: 14px;
}
.step h3 { font-size: 16px; margin-bottom: 6px; }
.step p { font-size: 14px; color: var(--muted); }

/* ---------- Delivery strip ---------- */
.delivery-strip { background: var(--primary); color: #fff; border-radius: var(--radius); padding: 34px; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.delivery-strip h3 { font-size: 17px; margin-bottom: 6px; }
.delivery-strip p { font-size: 14px; opacity: .9; }
.delivery-strip .ds-icon { font-size: 28px; margin-bottom: 10px; }

/* ---------- Newsletter ---------- */
.newsletter { text-align: center; max-width: 560px; margin: 0 auto; }
.newsletter h2 { font-size: 28px; margin-bottom: 10px; }
.newsletter p { color: var(--muted); margin-bottom: 22px; }
.newsletter form { display: flex; gap: 10px; }
.newsletter input {
  flex: 1; padding: 14px 22px; border-radius: 999px; border: 2px solid var(--primary-light);
  font-size: 15px; outline: none; font-family: var(--font-body);
}
.newsletter input:focus { border-color: var(--primary); }

/* ---------- Footer ---------- */
.site-footer { background: #0B3B34; color: #D3E5E1; margin-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding: 52px 0 36px; }
.site-footer h4 { color: #fff; font-size: 16px; margin-bottom: 16px; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 9px; font-size: 14px; }
.site-footer a { color: #D3E5E1; }
.site-footer a:hover { color: var(--accent); }
.footer-logo img { height: 64px; margin-bottom: 12px; background: #fff; border-radius: 12px; padding: 6px 12px; }
.footer-about p { font-size: 14px; line-height: 1.7; }
.social-row { display: flex; gap: 10px; margin-top: 16px; }
.social-row a {
  width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.12);
  display: inline-flex; align-items: center; justify-content: center; color: #fff;
  transition: all .2s ease;
}
.social-row a svg { width: 20px; height: 20px; }
.social-row a:hover { background: var(--accent); color: #fff; transform: translateY(-3px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding: 18px 0; font-size: 13px; text-align: center; color: #A8C4BF; }

/* ---------- Floating buttons ---------- */
.float-btn {
  position: fixed; bottom: 22px; z-index: 990; width: 60px; height: 60px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 26px;
  box-shadow: 0 6px 20px rgba(0,0,0,.25); border: none; transition: transform .2s; color: #fff;
}
.float-btn:hover { transform: scale(1.08); }
.float-wa { left: 22px; background: #25D366; }
.float-basket { right: 22px; background: var(--primary); }
.float-basket .basket-count { position: absolute; top: -4px; right: -4px; border: 2px solid #fff; }

/* ---------- Basket drawer ---------- */
.drawer-overlay {
  position: fixed; inset: 0; background: rgba(14, 40, 36, .45); z-index: 1000;
  opacity: 0; pointer-events: none; transition: opacity .25s;
}
.drawer-overlay.open { opacity: 1; pointer-events: auto; }
.basket-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 420px; max-width: 94vw; background: #fff;
  z-index: 1001; transform: translateX(105%); transition: transform .3s ease;
  display: flex; flex-direction: column; box-shadow: -8px 0 30px rgba(0,0,0,.15);
}
.basket-drawer.open { transform: translateX(0); }
.bd-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid #EEF4F2; }
.bd-head h3 { font-size: 19px; }
.bd-close { background: var(--primary-light); border: none; width: 36px; height: 36px; border-radius: 50%; font-size: 17px; color: var(--primary); }
.bd-items { flex: 1; overflow-y: auto; padding: 14px 22px; }
.bd-empty { text-align: center; color: var(--muted); padding: 50px 10px; }
.bd-empty .be-icon { font-size: 46px; margin-bottom: 12px; }
.bd-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid #F2F6F5; }
.bd-item img { width: 62px; height: 62px; object-fit: contain; background: var(--cream); border-radius: var(--radius-sm); flex-shrink: 0; }
.bd-item-info { flex: 1; min-width: 0; }
.bd-item-info h4 { font-size: 13.5px; font-weight: 600; margin-bottom: 2px; }
.bd-item-info .bd-pack { font-size: 12px; color: var(--muted); }
.bd-item-info .bd-price { font-weight: 700; color: var(--primary); font-size: 14px; }
.bd-qty { display: flex; align-items: center; gap: 8px; margin-top: 6px; }
.bd-qty button {
  width: 26px; height: 26px; border-radius: 50%; border: none; background: var(--primary-light);
  color: var(--primary); font-weight: 700; font-size: 14px;
}
.bd-qty button:hover { background: var(--accent-light); }
.bd-qty span { min-width: 22px; text-align: center; font-weight: 600; font-size: 14px; }
.bd-remove { background: none; border: none; color: var(--danger); font-size: 12px; margin-left: auto; text-decoration: underline; }
.bd-foot { border-top: 1px solid #EEF4F2; padding: 16px 22px 20px; background: var(--cream); }
.bd-note { font-size: 12.5px; color: var(--muted); margin-bottom: 10px; }
.bd-note.ok { color: var(--primary); font-weight: 600; }
.bd-row { display: flex; justify-content: space-between; font-size: 15px; margin-bottom: 6px; }
.bd-row.total { font-size: 19px; font-weight: 800; font-family: var(--font-head); color: var(--primary); margin-bottom: 14px; }
.bd-foot .btn { width: 100%; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; bottom: 96px; left: 50%; transform: translateX(-50%) translateY(20px);
  background: var(--ink); color: #fff; padding: 12px 26px; border-radius: 999px; font-size: 14px;
  z-index: 1100; opacity: 0; pointer-events: none; transition: all .3s;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: linear-gradient(120deg, #E6F4F1, #F1F8E9); padding: 40px 0; }
.page-hero h1 { font-size: 34px; }
.page-hero p { color: var(--muted); margin-top: 6px; }
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 8px; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--primary); }

/* ---------- Catalogue layout ---------- */
.catalogue { display: grid; grid-template-columns: 250px 1fr; gap: 30px; padding: 36px 0 60px; }
.filter-side h3 { font-size: 17px; margin-bottom: 14px; }
.filter-box { background: var(--cream); border-radius: var(--radius); padding: 20px; position: sticky; top: 90px; }
.filter-list { list-style: none; }
.filter-list li { margin-bottom: 4px; }
.filter-list button {
  width: 100%; text-align: left; background: none; border: none; padding: 8px 12px;
  border-radius: 8px; font-size: 14px; color: var(--ink); display: flex; justify-content: space-between; gap: 8px;
}
.filter-list button:hover { background: var(--primary-light); }
.filter-list button.active { background: var(--primary); color: #fff; font-weight: 600; }
.filter-list button .cnt { color: var(--muted); font-size: 12.5px; }
.filter-list button.active .cnt { color: rgba(255,255,255,.8); }
.filter-toggle { display: none; }
.catalogue-tools { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; flex-wrap: wrap; }
.catalogue-tools .result-count { color: var(--muted); font-size: 14px; margin-right: auto; }
.catalogue-tools select, .catalogue-tools input[type="search"] {
  padding: 10px 16px; border-radius: 999px; border: 2px solid var(--primary-light);
  font-size: 14px; font-family: var(--font-body); outline: none; background: #fff;
}
.catalogue-tools select:focus, .catalogue-tools input:focus { border-color: var(--primary); }
.no-results { text-align: center; color: var(--muted); padding: 60px 0; }

/* ---------- Product detail ---------- */
.pd-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; padding: 44px 0; }
.pd-img { background: var(--cream); border-radius: var(--radius); padding: 30px; display: flex; align-items: center; justify-content: center; position: relative; }
.pd-img img { max-height: 420px; object-fit: contain; }
.pd-info .pc-cat { margin-bottom: 8px; }
.pd-info h1 { font-size: 30px; margin-bottom: 10px; }
.pd-price { font-size: 34px; font-weight: 800; color: var(--primary); font-family: var(--font-head); }
.pd-price-row { display: flex; align-items: baseline; gap: 14px; margin: 12px 0 4px; }
.pd-was { font-size: 18px; text-decoration: line-through; color: var(--muted); }
.pd-vat { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.pd-desc { color: var(--muted); margin: 14px 0 20px; font-size: 15.5px; }
.pd-stock { display: inline-block; padding: 5px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; margin-bottom: 18px; }
.pd-stock.in { background: var(--accent-light); color: #4B830D; }
.pd-stock.out { background: #FDECEA; color: var(--danger); }
.qty-picker { display: inline-flex; align-items: center; gap: 0; border: 2px solid var(--primary-light); border-radius: 999px; overflow: hidden; margin-right: 12px; vertical-align: middle; }
.qty-picker button { width: 44px; height: 46px; border: none; background: var(--cream); font-size: 18px; font-weight: 700; color: var(--primary); }
.qty-picker input { width: 54px; height: 46px; border: none; text-align: center; font-size: 16px; font-weight: 600; outline: none; }
.pd-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.info-table { width: 100%; border-collapse: collapse; margin-top: 8px; font-size: 14.5px; }
.info-table th, .info-table td { text-align: left; padding: 11px 14px; border-bottom: 1px solid #EEF4F2; }
.info-table th { color: var(--muted); font-weight: 600; width: 40%; background: var(--cream); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 44px 0; }
.contact-card { background: var(--cream); border-radius: var(--radius); padding: 26px; margin-bottom: 18px; }
.contact-card h3 { font-size: 17px; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.contact-card p, .contact-card li { font-size: 14.5px; color: var(--muted); }
.contact-card ul { list-style: none; }
.contact-card li { display: flex; justify-content: space-between; padding: 4px 0; border-bottom: 1px dashed #E0EAE7; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 6px; font-family: var(--font-head); }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 12px 16px; border: 2px solid var(--primary-light); border-radius: var(--radius-sm);
  font-size: 15px; font-family: var(--font-body); outline: none; background: #fff; transition: border-color .2s;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--primary); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.map-embed iframe { width: 100%; height: 320px; border: 0; display: block; }

/* ---------- Checkout ---------- */
.checkout-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; padding: 44px 0; align-items: start; }
.co-summary { background: var(--cream); border-radius: var(--radius); padding: 26px; position: sticky; top: 90px; }
.co-summary h2 { font-size: 20px; margin-bottom: 16px; }
.co-line { display: flex; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid #EAF1EF; font-size: 14px; }
.co-line img { width: 44px; height: 44px; object-fit: contain; background: #fff; border-radius: 8px; }
.co-line .co-name { flex: 1; }
.co-line .co-qty { color: var(--muted); }
.co-line .co-amt { font-weight: 700; color: var(--primary); }
.co-totals { margin-top: 14px; }
.fulfil-note { background: var(--accent-light); border-left: 4px solid var(--accent); border-radius: 8px; padding: 14px 16px; font-size: 13.5px; color: #33691E; margin: 18px 0; }
.radio-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 6px; }
.radio-card { position: relative; }
.radio-card input { position: absolute; opacity: 0; }
.radio-card label {
  display: block; border: 2px solid var(--primary-light); border-radius: var(--radius-sm);
  padding: 14px 16px; font-size: 14px; cursor: pointer; transition: all .15s; font-weight: 600;
}
.radio-card input:checked + label { border-color: var(--primary); background: var(--primary-light); color: var(--primary-dark); }
.order-success {
  background: var(--accent-light); border: 2px solid var(--accent); border-radius: var(--radius);
  padding: 22px; text-align: center; margin-top: 18px; display: none;
}
.order-success.show { display: block; }
.order-success h3 { color: #33691E; margin-bottom: 6px; }
.order-success p { font-size: 14px; color: var(--muted); }

/* ---------- Offers banner ---------- */
.offer-banner {
  background: linear-gradient(110deg, var(--primary), var(--primary-dark)); color: #fff;
  border-radius: var(--radius); padding: 34px; margin-bottom: 34px;
  display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap;
}
.offer-banner h2 { font-size: 26px; }
.offer-banner p { opacity: .9; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; padding: 44px 0; }
.about-grid img { border-radius: var(--radius); box-shadow: var(--shadow-hover); width: 100%; object-fit: cover; }
.about-grid h2 { font-size: 28px; margin-bottom: 14px; }
.about-grid p { color: var(--muted); margin-bottom: 12px; font-size: 15.5px; }
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 16px; }
.stat-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); text-align: center; padding: 24px 12px; }
.stat-card b { display: block; font-size: 30px; color: var(--primary); font-family: var(--font-head); font-weight: 800; }
.stat-card span { font-size: 13.5px; color: var(--muted); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero h1 { font-size: 38px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .pd-wrap, .contact-grid, .checkout-grid, .about-grid { grid-template-columns: 1fr; }
  .co-summary { position: static; }
  .header-search { display: none; }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; box-shadow: 0 12px 20px rgba(0,0,0,.1); }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; padding: 8px 0; }
  .main-nav a { border-bottom: none; border-left: 3px solid transparent; }
  .main-nav a:hover, .main-nav a.active { border-left-color: var(--accent); background: var(--primary-light); }
  .hamburger { display: block; }
  .catalogue { grid-template-columns: 1fr; }
  .filter-side { position: fixed; inset: 0 auto 0 0; width: 300px; max-width: 88vw; background: #fff; z-index: 1001; transform: translateX(-105%); transition: transform .3s; overflow-y: auto; padding: 20px; }
  .filter-side.open { transform: translateX(0); box-shadow: 8px 0 30px rgba(0,0,0,.15); }
  .filter-box { position: static; }
  .filter-toggle { display: inline-flex; }
}
@media (max-width: 560px) {
  .hero { padding: 36px 0 46px; }
  .hero h1 { font-size: 30px; }
  .hero-search input { padding-right: 108px; }
  .section-head h2 { font-size: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .newsletter form { flex-direction: column; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .form-row, .radio-cards { grid-template-columns: 1fr; }
  .logo img { height: 48px; }
  .float-btn { width: 52px; height: 52px; font-size: 22px; }
  .pd-info h1 { font-size: 24px; }
}

/* ================================================
   Polish layer v2 — distinctive look & mobile feel
   ================================================ */
::selection { background: var(--accent); color: #fff; }
body { background: #FDFDFB; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { letter-spacing: -0.02em; }

/* Squiggle underline for section heads */
.section-head h2 em, .hero h1 span {
  position: relative; white-space: nowrap;
}
.section-head h2 em::after, .hero h1 span::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 10' preserveAspectRatio='none'%3E%3Cpath d='M0 6 Q 15 0 30 6 T 60 6 T 90 6 T 120 6' fill='none' stroke='%238BC34A' stroke-width='3.5' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x;
  background-size: 120px 10px;
}
.eyebrow {
  display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: 12.5px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--primary);
  background: var(--primary-light); padding: 5px 14px; border-radius: 999px; margin-bottom: 10px;
}

/* Hero — organic shapes, sticker badge */
.hero { position: relative; }
.hero::before {
  content: ""; position: absolute; top: -80px; right: -80px; width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(139,195,74,.18), transparent 65%); border-radius: 50%;
}
.hero::after {
  content: ""; position: absolute; bottom: -60px; left: -60px; width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(14,124,107,.12), transparent 65%); border-radius: 50%;
}
.hero-inner { position: relative; z-index: 1; }
.hero-badge { transform: rotate(-2deg); box-shadow: 3px 3px 0 rgba(14,124,107,.18); }
.hero-img img {
  border-radius: 38% 62% 55% 45% / 45% 42% 58% 55%;
  border: 6px solid #fff;
}
.hero-float { transform: rotate(2deg); border: 2px solid var(--primary-light); }

/* Brand marquee */
.brand-marquee {
  overflow: hidden; background: var(--primary); color: #fff; padding: 12px 0;
  font-family: var(--font-head); font-weight: 700; font-size: 14.5px; letter-spacing: .05em;
}
.brand-marquee .bm-track { display: flex; gap: 0; width: max-content; animation: bm-scroll 32s linear infinite; }
.brand-marquee span { padding: 0 22px; white-space: nowrap; opacity: .95; }
.brand-marquee span::after { content: "•"; margin-left: 44px; color: var(--accent); }
@keyframes bm-scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .brand-marquee .bm-track { animation: none; } }

/* Cards — calmer, crafted */
.product-card { box-shadow: none; border: 1.5px solid #E8F0EE; }
.product-card:hover { border-color: var(--accent); box-shadow: 0 12px 26px rgba(14,124,107,.13); }
.pc-img::after {
  content: ""; position: absolute; inset: auto 14px 0; height: 1px; background: #EFF5F3;
}
.pc-price { letter-spacing: -0.03em; }
.badge-save { transform: rotate(-3deg); box-shadow: 2px 2px 0 rgba(0,0,0,.12); }
.cat-tile { box-shadow: none; border: 1.5px solid #E8F0EE; }
.cat-tile:hover { border-color: var(--accent); box-shadow: 0 12px 26px rgba(14,124,107,.13); }
.feature-card, .step, .stat-card { box-shadow: none; border: 1.5px solid #E8F0EE; }
.step { overflow: hidden; }
.step-num { box-shadow: 3px 3px 0 var(--accent-light); }

/* Buttons — playful press */
.btn, .pc-add { transition: transform .15s ease, box-shadow .15s ease, background .2s, filter .2s; }
.btn:active, .pc-add:active { transform: translateY(1px) scale(.98); }

/* Footer — rounded shoulders */
.site-footer { border-radius: 28px 28px 0 0; }

/* Delivery strip texture */
.delivery-strip {
  background: linear-gradient(115deg, var(--primary), var(--primary-dark));
  position: relative; overflow: hidden;
}
.delivery-strip::before {
  content: ""; position: absolute; top: -50%; right: -10%; width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(139,195,74,.25), transparent 65%); border-radius: 50%;
}

/* ---- Mobile feel ---- */
@media (max-width: 860px) {
  .cat-grid {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    padding: 4px 4px 14px; gap: 12px; -webkit-overflow-scrolling: touch;
  }
  .cat-grid::-webkit-scrollbar { display: none; }
  .cat-tile { flex: 0 0 128px; scroll-snap-align: start; }
}
@media (max-width: 560px) {
  .section { padding: 40px 0; }
  .hero-img img { border-radius: 24px; border-width: 4px; }
  .hero-float { padding: 10px 16px; bottom: -12px; left: 6px; }
  .hero-float b { font-size: 17px; }
  .hero-badge { font-size: 12.5px; padding: 6px 14px; }
  .hero-points { gap: 10px; font-size: 13px; }
  .pc-body { padding: 11px 12px 13px; }
  .pc-name { font-size: 13.5px; }
  .pc-price { font-size: 17px; }
  .pc-pack { font-size: 11.5px; margin-bottom: 8px; }
  .pc-add { padding: 9px; font-size: 13px; }
  .badge { font-size: 10px; padding: 3px 9px; }
  .top-bar { font-size: 11.5px; }
  .top-bar .container { justify-content: center; }
  .top-bar span:last-child { display: none; }
  .basket-btn { padding: 9px 13px; font-size: 13.5px; }
  .brand-marquee { font-size: 12.5px; padding: 9px 0; }
  .delivery-strip { padding: 24px; }
  .offer-banner { padding: 24px; }
  .offer-banner h2 { font-size: 21px; }
  .page-hero { padding: 28px 0; }
  .page-hero h1 { font-size: 26px; }
  .catalogue { padding-top: 22px; }
  .catalogue-tools select { flex: 1; }
  .catalogue-tools input[type="search"] { flex: 1 1 100%; }
  .bd-foot { padding-bottom: max(20px, env(safe-area-inset-bottom)); }
  .float-btn { bottom: max(16px, env(safe-area-inset-bottom)); }
}
