:root {
  --green: #166b0f;
  --deep: #07580b;
  --sage: #7a9d7c;
  --cream: #f7f5ef;
  --paper: #fffdf8;
  --gold: #d4af37;
  --plum: #6d1238;
  --sky: #e7f2f0;
  --ink: #1b120d;
  --offer-ink: #18100b;
  --muted: #625a53;
  --line: #e3dfd4;
  --danger: #b42318;
  --shadow: 0 18px 42px rgba(7, 88, 11, .11);
}

* { box-sizing: border-box; }
html, body { overflow-x: hidden; }
body { margin: 0; background: #f6f5ef; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
.card, .product-card, .deal-card, .need-card, .shop-titlebar, .cart-titlebar, .account-titlebar, .checkout-titlebar, .checkout-step, .order-card, .address-card, .product-buybox, .product-gallery, .info-feature { min-width: 0; }
.product-card h3, .cart-item-main h3, .order-line strong, .address-card p, .checkout-address span, .checkout-address small, .product-buybox h1, .shop-titlebar h1, .account-titlebar h1, .checkout-titlebar h1 { overflow-wrap: break-word; word-break: normal; }
.ui-icon { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; vertical-align: -4px; }
.ui-icon svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.btn .ui-icon, button .ui-icon, a .ui-icon, .badge .ui-icon, summary .ui-icon, .verified-chip .ui-icon, .feature-list .ui-icon { color: inherit; min-width: 1em; min-height: 1em; }
.ui-icon svg * { vector-effect: non-scaling-stroke; }
.founder-popup-open { overflow: hidden; }
.founder-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: clamp(8px, 2vw, 18px);
  background: rgba(24, 16, 11, .58);
  backdrop-filter: blur(5px);
}
.founder-popup-overlay[hidden] { display: none; }
.founder-popup {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100dvh - 36px);
  overflow: auto;
  padding: clamp(24px, 4vw, 48px);
  background: #fffef9;
  border: 1px solid rgba(7,88,11,.12);
  border-radius: 12px;
  box-shadow: 0 28px 80px rgba(24, 16, 11, .28);
}
.founder-popup-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 50%;
  background: #f0f5ea;
  color: var(--deep);
  font-size: 24px;
  line-height: 1;
}
.founder-popup-head { display: flex; align-items: center; gap: 12px; margin-top: -16px; }
.founder-leaf { color: var(--green); display: inline-flex; }
.founder-leaf .ui-icon { width: 34px; height: 34px; }
.founder-popup h2 { margin: 0; color: var(--offer-ink); font-size: 28px; line-height: 1.15; }
.founder-popup h3 { display: flex; align-items: center; gap: 10px; margin: 26px 0 16px; color: var(--offer-ink); font-size: 22px; }
.founder-tagline,
.founder-note-copy {
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  color: var(--offer-ink);
}
.founder-tagline { margin: 22px 0 24px; font-size: 21px; line-height: 1.6; }
.founder-divider { height: 8px; border-top: 4px solid var(--offer-ink); border-radius: 50%; transform: skewX(-18deg); }
.founder-note-copy { font-size: 19px; line-height: 1.72; }
.founder-note-copy p { margin: 0 0 20px; }
.founder-signature { display: grid; gap: 4px; margin-top: 26px; color: var(--offer-ink); font-style: italic; }
.founder-signature strong { font-size: 20px; font-weight: 900; }
.founder-signature span { font-size: 17px; font-weight: 800; }
.founder-actions { display: flex; justify-content: flex-end; margin-top: 22px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.founder-image-popup { width: auto; max-width: min(92vw, 760px); max-height: calc(100dvh - 24px); padding: 0; background: transparent; border: 0; overflow: visible; box-shadow: none; line-height: 0; }
.founder-image-popup img { width: auto; height: auto; max-width: min(92vw, 760px); max-height: calc(100dvh - 24px); object-fit: contain; border-radius: 12px; background: transparent; box-shadow: 0 28px 80px rgba(24, 16, 11, .28); }
.founder-image-popup .founder-popup-close { position: absolute; top: 10px; right: 10px; z-index: 2; margin-left: 0; box-shadow: 0 8px 20px rgba(24,16,11,.18); }
.wrap { width: 100%; max-width: none; margin: 0; padding-left: 24px; padding-right: 24px; }
.header-padded { padding-left: clamp(28px, 4vw, 72px); padding-right: clamp(28px, 4vw, 72px); }
.topbar { background: var(--deep); color: #fff; font-size: 13px; padding: 7px 0; }
.utility-row, .nav, .header-actions, .category-links, .quick-promise-row, .shelf-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.utility-row { justify-content: flex-start; flex-wrap: wrap; }
.utility-row span, .header-actions a, .category-links a, .quick-promise-row span, .eyebrow, .deal-card span, .concern-grid a, .rating { display: inline-flex; align-items: center; gap: 7px; }
.header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,248,.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); box-shadow: 0 8px 28px rgba(7,88,11,.08); }
.ecommerce-nav { padding: 10px 0; }
.mobile-menu-toggle, .mobile-menu-head, .mobile-filter-head, .filter-toggle { display: none; }
.mobile-panel-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.42); z-index: 70; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--deep); font-family: Georgia, serif; font-size: 24px; font-weight: 800; white-space: nowrap; }
.brand img { width: 58px; height: 46px; object-fit: contain; object-position: left center; }
.searchbar { flex: 1; display: flex; min-width: 260px; border: 1px solid #b7d3b2; border-radius: 8px; background: #fff; position: relative; box-shadow: inset 0 0 0 1px rgba(22,107,15,.05); }
.searchbar input { flex: 1; border: 0; padding: 13px 14px; font: inherit; outline: 0; }
.searchbar button, .btn, .button, button { border: 0; background: var(--green); color: #fff; padding: 12px 18px; border-radius: 8px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.searchbar button { border-radius: 0 7px 7px 0; padding: 0 24px; background: var(--deep); }
.search-suggestions {
  display: none;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(100% + 6px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(7,88,11,.18);
  overflow: hidden;
  z-index: 50;
}
.search-suggestions.active { display: block; }
.suggestion-item {
  display: grid;
  grid-template-columns: 82px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
}
.suggestion-item:hover { background: #f5f8ef; }
.suggestion-item span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.suggestion-item strong { color: var(--ink); font-size: 14px; }
.suggestion-item small { color: var(--muted); font-weight: 700; }
.suggestion-empty { padding: 14px; color: var(--muted); }
.auth-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.38);
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.auth-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(430px, 94vw);
  height: 100vh;
  background: #fff;
  z-index: 90;
  transform: translateX(100%);
  transition: transform .24s ease;
  box-shadow: -18px 0 42px rgba(7,88,11,.22);
  padding: 24px;
  overflow-y: auto;
}
.auth-open .auth-overlay {
  opacity: 1;
  pointer-events: auto;
}
.auth-open .auth-drawer {
  transform: translateX(0);
}
.auth-drawer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.auth-drawer-head h2 {
  margin: 0;
  color: var(--deep);
  font-family: Georgia, serif;
  font-size: 30px;
}
.drawer-close {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: #f1ede4;
  color: var(--deep);
  font-size: 28px;
  line-height: 1;
}
.auth-drawer form button { width: 100%; }
.auth-intro {
  color: var(--muted);
  line-height: 1.55;
  margin: 18px 0;
}
.auth-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.auth-page-layout {
  align-items: start;
  max-width: 1000px;
}
.btn.light { background: #fff; color: var(--green); border: 1px solid #b7d3b2; }
.btn.gold { background: var(--gold); color: var(--offer-ink); }
.icon-only-btn { width: 42px; min-width: 42px; height: 42px; padding: 0; border-radius: 50%; }
.header-actions { font-weight: 700; font-size: 14px; position: relative; }
.header-actions a, .account-menu summary { padding: 9px 10px; border-radius: 8px; }
.header-actions a:hover, .cart-chip, .account-menu[open] summary { background: #eef8ec; color: var(--deep); }
.account-menu { position: relative; }
.account-menu summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; color: var(--deep); }
.account-menu summary::-webkit-details-marker { display: none; }
.account-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 190px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(7,88,11,.18);
  padding: 8px;
  z-index: 80;
}
.account-dropdown a { display: flex; width: 100%; }
.site-toast {
  position: fixed;
  right: 22px;
  top: 106px;
  z-index: 120;
  max-width: min(360px, calc(100vw - 32px));
  background: var(--deep);
  color: #fff;
  border-radius: 8px;
  padding: 13px 16px;
  box-shadow: 0 18px 40px rgba(7,88,11,.25);
  font-weight: 900;
  opacity: 0;
  transform: translateY(-10px);
  transition: .22s ease;
}
.site-toast.error { background: var(--danger); }
.site-toast.show { opacity: 1; transform: translateY(0); }
.category-bar { border-top: 1px solid var(--line); background: #fff; }
.category-links { justify-content: flex-start; overflow-x: auto; padding: 9px 0; font-size: 14px; font-weight: 700; }
.category-links a { white-space: nowrap; padding: 7px 12px; border-radius: 999px; }
.category-links a:hover { background: #eef8ec; color: var(--green); }
.announcement-ribbon { background: #fff8df; border-bottom: 1px solid #eadba0; color: #6c5010; font-weight: 900; font-size: 13px; }
.ribbon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-top: 10px; padding-bottom: 10px; text-align: center; }
.ribbon-grid span { display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
.commerce-shell { padding: 18px 0 32px; }
.quick-promise-row { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 13px 18px; color: var(--deep); font-size: 14px; font-weight: 800; box-shadow: 0 10px 30px rgba(7,88,11,.07); }
.home-category-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)); gap: 12px; margin: 16px 0; }
.category-tile { background: #fff; border: 1px solid var(--line); border-radius: 8px; min-height: 118px; padding: 14px 10px; text-align: center; display: grid; place-items: center; gap: 5px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; box-shadow: 0 12px 28px rgba(7,88,11,.07); }
.category-tile:hover { transform: translateY(-4px); border-color: #b7d3b2; box-shadow: var(--shadow); }
.category-tile > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--sky); color: var(--green); }
.category-tile .ui-icon { width: 25px; height: 25px; }
.category-tile strong { color: var(--deep); font-size: 14px; }
.category-tile small { color: var(--muted); font-weight: 800; }
.market-hero { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, .85fr); gap: 16px; }
.market-main-banner, .deal-card, .need-card, .card { background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.market-main-banner { min-height: 420px; position: relative; overflow: hidden; display: flex; align-items: center; isolation: isolate; }
.market-main-banner > picture { position: absolute; inset: 0; }
.market-main-banner > picture img, .market-main-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.market-main-banner:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,253,248,.98), rgba(247,245,239,.82), rgba(231,242,240,.4)); z-index: 0; }
.market-main-banner.image-only-banner:after { display: none; }
.market-main-banner .hero-copy { position: relative; z-index: 2; padding: 46px; max-width: 520px; }
.market-main-banner h1 { margin: 0 0 12px; color: var(--deep); font-family: Georgia, serif; font-size: 54px; line-height: 1.02; }
.market-main-banner p { font-size: 19px; line-height: 1.45; }
.hero-product-fan { position: absolute; right: 4%; bottom: -24px; z-index: 1; display: flex; align-items: flex-end; gap: 0; width: min(48%, 560px); justify-content: center; pointer-events: none; }
.hero-product-fan img { position: relative; inset: auto; width: 32%; height: auto; max-height: 390px; object-fit: contain; filter: drop-shadow(0 22px 24px rgba(7,88,11,.22)); transform: rotate(-5deg); background: transparent; }
.hero-product-fan img:nth-child(2) { width: 39%; max-height: 430px; transform: translateY(-12px); z-index: 2; }
.hero-product-fan img:nth-child(3) { transform: rotate(5deg); }
.eyebrow { margin: 0 0 6px; color: var(--gold); text-transform: uppercase; letter-spacing: 0; font-size: 12px; font-weight: 900; }
.deal-stack { display: grid; gap: 16px; }
.deal-card { padding: 22px; min-height: 126px; display: grid; align-content: center; transition: transform .18s ease, box-shadow .18s ease; }
.deal-card:hover { transform: translateY(-3px); box-shadow: 0 20px 45px rgba(7,88,11,.15); }
.deal-card span { color: var(--gold); font-weight: 900; font-size: 12px; text-transform: uppercase; }
.deal-card h3 { margin: 5px 0; color: var(--deep); }
.deal-card p { margin: 0; color: var(--muted); }
.deal-card.dark { background: linear-gradient(135deg, var(--deep), var(--green)); color: #fff; }
.deal-card.dark h3, .deal-card.dark p { color: #fff; }
.full-ad-banner { padding: 14px 0 34px; }
.full-ad-card {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, #064508 0%, var(--green) 48%, #f6edcf 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(7,88,11,.24);
  padding: 44px;
}
.full-ad-card:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  pointer-events: none;
}
.full-ad-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .36; }
.full-ad-card picture { position: absolute; inset: 0; }
.full-ad-card.image-only-banner { display: block; padding: 0; background: #fff; min-height: 430px; }
.full-ad-card.image-only-banner:before { display: none; }
.full-ad-card.image-only-banner .full-ad-media { opacity: 1; }
.full-ad-copy { position: relative; z-index: 2; max-width: 580px; }
.full-ad-copy h2 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 50px; line-height: 1.03; color: #fff; }
.full-ad-copy p { margin: 0 0 18px; font-size: 18px; line-height: 1.55; color: rgba(255,255,255,.88); }
.ad-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.ad-badges span { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); font-weight: 900; font-size: 13px; }
.full-ad-products { position: relative; z-index: 1; min-height: 350px; display: flex; align-items: flex-end; justify-content: center; gap: 0; }
.full-ad-products img { width: 19%; max-height: 360px; object-fit: contain; filter: drop-shadow(0 26px 24px rgba(0,0,0,.28)); margin-left: -2%; transform: rotate(-7deg); transform-origin: bottom center; }
.full-ad-products img:nth-child(2) { width: 22%; max-height: 390px; transform: translateY(-10px) rotate(-3deg); z-index: 2; }
.full-ad-products img:nth-child(3) { width: 25%; max-height: 420px; transform: translateY(-20px); z-index: 3; }
.full-ad-products img:nth-child(4) { width: 22%; max-height: 390px; transform: translateY(-10px) rotate(3deg); z-index: 2; }
.full-ad-products img:nth-child(5) { transform: rotate(7deg); }
.section, .product-shelf { padding: 34px 0; }
.section h2, .product-shelf h2 { margin: 0; color: var(--deep); font-family: Georgia, serif; font-size: 32px; }
.shelf-head { margin-bottom: 14px; }
.shelf-head > a, .view-link { color: var(--green); font-weight: 800; }
.shelf-tabs { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-left: auto; }
.shelf-tabs a { border: 1px solid var(--line); background: #fff; color: var(--deep); border-radius: 999px; padding: 8px 14px; font-size: 13px; font-weight: 900; }
.shelf-tabs a.active { background: var(--deep); color: #fff; border-color: var(--deep); }
.carousel-controls { display: inline-flex; align-items: center; gap: 8px; }
.carousel-controls button { width: 38px; height: 38px; padding: 0; border-radius: 50%; background: #fff; color: var(--deep); border: 1px solid #bfd0bd; }
.carousel-controls .ui-icon { width: 17px; height: 17px; }
.home-product-carousel { overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; padding: 4px 2px 18px; }
.home-product-carousel::-webkit-scrollbar { display: none; }
.home-product-track { display: flex; gap: 16px; }
.home-product-track > .product-card { flex: 0 0 calc((100% - 48px) / 4); scroll-snap-align: start; }
.grid { display: grid; gap: 16px; }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.ecommerce-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.card { padding: 16px; }
.product-card { display: flex; flex-direction: column; gap: 10px; transition: transform .18s ease, box-shadow .18s ease; border: 0; padding: 12px; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 46px rgba(7,88,11,.15); }
.product-card .photo { aspect-ratio: 4 / 5; background: linear-gradient(180deg, #f8faf4, #edf4ec); border-radius: 8px; display: grid; place-items: center; color: var(--sage); overflow: hidden; position: relative; border: 1px solid #eef0e6; }
.product-card .photo em { position: absolute; left: 10px; top: 10px; background: var(--gold); color: #221f15; border-radius: 999px; padding: 5px 8px; font-style: normal; font-size: 11px; font-weight: 900; }
.product-card .photo img { width: 100%; height: 100%; object-fit: contain; padding: 8px; transition: transform .22s ease; }
.product-card:hover .photo img { transform: scale(1.035); }
.product-card h3 { margin: 0; font-size: 16px; line-height: 1.35; min-height: 43px; }
.product-snippet { color: var(--muted); font-size: 13px; line-height: 1.45; min-height: 56px; margin: 0; }
.price-row { margin: 0; }
.price { font-weight: 900; color: var(--deep); font-size: 18px; }
.strike { text-decoration: line-through; color: var(--muted); font-size: 13px; }
.rating { width: max-content; background: #ecf6e7; color: #246b2c; border-radius: 999px; padding: 4px 8px; font-size: 12px; font-weight: 900; }
.rating .ui-icon { width: 13px; height: 13px; color: #d4a924; }
.need-card { min-height: 130px; padding: 18px; display: grid; align-content: space-between; background: linear-gradient(135deg, #fff 0%, #f4f8ef 100%); }
.range-card { min-height: 150px; background: linear-gradient(135deg, #fff 0%, #f0f6ee 72%, #fdf7df 100%); }
.range-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #edf5ed; color: var(--green); }
.range-icon .ui-icon { width: 24px; height: 24px; }
.need-card strong { color: var(--deep); font-size: 18px; }
.need-card span { color: var(--green); font-weight: 800; }
.review-card h3 { margin-bottom: 8px; }
.concern-shelf { padding: 32px 0; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.concern-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.concern-grid a { background: #f5f8ef; border: 1px solid var(--line); color: var(--deep); border-radius: 999px; padding: 12px 18px; font-weight: 900; }
.concern-grid a:hover { background: var(--green); color: #fff; }
.story-band { padding: 34px 0; }
.story-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 18px; align-items: stretch; }
.story-grid > div:first-child { background: linear-gradient(135deg, var(--deep), #315f3b 70%, var(--plum)); color: #fff; border-radius: 8px; padding: 30px; }
.story-grid h2 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 34px; line-height: 1.08; }
.story-grid p { line-height: 1.65; }
.story-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.story-cards article { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px; box-shadow: 0 10px 24px rgba(7,88,11,.08); display: grid; align-content: center; gap: 8px; }
.story-cards article > .ui-icon { width: 32px; height: 32px; color: var(--green); background: #edf5ed; padding: 7px; border-radius: 50%; }
.story-cards strong { color: var(--deep); font-size: 18px; }
.story-cards span { color: var(--muted); }
.footer { background: var(--deep); color: #fff; padding: 42px 0 20px; margin-top: 24px; }
.footer .grid { align-items: start; }
.footer a { color: #fff; }
.footer-map { width: 100%; height: 150px; border: 0; border-radius: 8px; margin-top: 8px; filter: saturate(.85); }
.field { display: grid; gap: 7px; margin-bottom: 14px; }
.field input, .field select, .field textarea, input, select, textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font: inherit; }
.field textarea { min-height: 120px; }
.enquiry-page {
  background:
    radial-gradient(circle at 8% 16%, rgba(122,157,124,.16), transparent 28%),
    linear-gradient(180deg, #fbfdf8 0%, #f3f8ee 68%, #fffdf8 100%);
  padding: 34px 0 0;
}
.enquiry-layout {
  display: grid;
  grid-template-columns: minmax(250px, .68fr) minmax(0, 1.32fr);
  gap: 28px;
  align-items: start;
  max-width: 1320px;
  margin: 0 auto;
}
.enquiry-brand-panel {
  min-height: 900px;
  display: grid;
  align-content: start;
  gap: 36px;
  padding: 36px 20px 0;
  position: sticky;
  top: 130px;
  overflow: hidden;
}
.enquiry-brand-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(239,247,233,.52));
  border-radius: 8px;
  border: 1px solid rgba(122,157,124,.18);
}
.enquiry-brand-panel > * { position: relative; z-index: 1; }
.enquiry-logo-lockup { text-align: center; color: var(--green); text-transform: uppercase; font-weight: 900; letter-spacing: 0; }
.enquiry-logo-lockup img { width: min(300px, 86%); margin: 0 auto 8px; }
.why-list { display: grid; gap: 18px; color: var(--deep); }
.why-list h2 { margin: 0 0 4px; font-family: Georgia, serif; font-size: 27px; line-height: 1.18; }
.why-list p { margin: 0; display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 14px; font-weight: 800; }
.why-list p span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #e4f0cc; color: var(--green); }
.enquiry-product-art { margin-top: auto; align-self: end; }
.enquiry-product-art img { width: min(310px, 92%); max-height: 380px; object-fit: contain; margin: 0 auto; filter: drop-shadow(0 26px 24px rgba(7,88,11,.18)); }
.enquiry-main { display: grid; gap: 24px; }
.enquiry-form-card {
  background: rgba(255,255,255,.94);
  border: 1px solid #e2e8dc;
  border-radius: 18px;
  box-shadow: 0 24px 54px rgba(7,88,11,.14);
  padding: clamp(24px, 3vw, 48px);
}
.enquiry-heading { text-align: center; margin-bottom: 28px; }
.enquiry-heading > span { color: var(--green); }
.enquiry-heading > span .ui-icon { width: 38px; height: 38px; }
.enquiry-heading h1 { margin: 0; color: var(--deep); font-family: Georgia, serif; font-size: clamp(42px, 5vw, 64px); line-height: 1; }
.enquiry-heading:after { content: ""; display: block; width: 150px; height: 1px; background: linear-gradient(90deg, transparent, #b4c3ac, transparent); margin: 16px auto 0; }
.enquiry-heading p { max-width: 560px; margin: 16px auto 0; color: var(--ink); font-size: 18px; line-height: 1.55; }
.enquiry-field { display: grid; gap: 9px; margin-bottom: 20px; }
.enquiry-field label { color: var(--ink); font-weight: 900; font-size: 16px; }
.enquiry-field label strong { color: var(--danger); }
.enquiry-field label span { color: var(--muted); font-weight: 500; }
.input-with-icon {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  border: 1px solid #d5dbd1;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.input-with-icon .ui-icon { width: 58px; height: 52px; padding: 17px; color: var(--green); border-right: 1px solid #e5e7df; }
.input-with-icon input { border: 0; border-radius: 0; min-height: 52px; }
.enquiry-field select, .enquiry-field textarea { border-color: #d5dbd1; min-height: 54px; font-size: 16px; }
.enquiry-field textarea { min-height: 130px; resize: vertical; }
.interest-chip-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.interest-chip-grid label {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d5dbd1;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  font-size: 14px;
}
.interest-chip-grid input { width: auto; }
.contact-methods { display: flex; align-items: center; gap: 18px; }
.contact-methods label { display: block; position: relative; margin: 0; }
.contact-methods input { position: absolute; opacity: 0; pointer-events: none; }
.contact-methods span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: var(--green);
  background: transparent;
  line-height: 1;
}
.contact-methods .ui-icon { width: 28px; height: 28px; vertical-align: 0; display: inline-flex; align-items: center; justify-content: center; }
.contact-methods input:checked + span { color: #fff; background: var(--green); box-shadow: 0 10px 20px rgba(7,88,11,.16); }
.enquiry-submit { width: 100%; min-height: 64px; font-size: 22px; background: linear-gradient(180deg, var(--green), var(--deep)); box-shadow: 0 12px 22px rgba(22,107,15,.2); }
.enquiry-whatsapp-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  border: 1px solid #dfe8d7;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  padding: 24px 28px;
  box-shadow: 0 12px 32px rgba(7,88,11,.08);
}
.whatsapp-orb {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #43d854, #17a92f);
  box-shadow: 0 12px 24px rgba(7,88,11,.18);
  border: 10px solid #fff;
}
.whatsapp-orb .ui-icon { width: 42px; height: 42px; }
.enquiry-whatsapp-card h2 { margin: 0 0 6px; color: var(--deep); font-family: Georgia, serif; font-size: 27px; }
.enquiry-whatsapp-card p { margin: 0; color: var(--ink); font-size: 17px; }
.enquiry-trust-strip { margin-top: 34px; background: linear-gradient(90deg, var(--deep), var(--green)); color: #fff; }
.enquiry-trust-strip .wrap { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding-top: 24px; padding-bottom: 24px; }
.enquiry-trust-strip span { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 12px; align-items: center; border-right: 1px solid rgba(255,255,255,.25); }
.enquiry-trust-strip span:last-child { border-right: 0; }
.enquiry-trust-strip .ui-icon { width: 36px; height: 36px; color: #d4e29a; grid-row: span 2; }
.enquiry-trust-strip strong { display: block; font-size: 17px; }
.enquiry-trust-strip small { color: rgba(255,255,255,.82); font-size: 14px; }
.invoice-body { background: #eef2ea; }
.invoice-page { padding: 28px; }
.invoice-sheet {
  max-width: 1050px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dfe6d8;
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(7,88,11,.12);
  padding: 34px;
  color: var(--ink);
}
.invoice-actions-print { display: flex; justify-content: flex-end; margin-bottom: 16px; }
.invoice-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 3px solid var(--deep);
  padding-bottom: 20px;
  margin-bottom: 22px;
}
.invoice-brand { display: flex; align-items: center; gap: 16px; }
.invoice-brand img { width: 112px; height: 92px; object-fit: contain; }
.invoice-brand h1 { margin: 0; color: var(--deep); font-family: Georgia, serif; font-size: 30px; }
.invoice-brand p { margin: 4px 0 0; color: var(--gold); font-weight: 900; text-transform: uppercase; }
.invoice-title { text-align: right; display: grid; gap: 8px; }
.invoice-title strong { color: var(--deep); font-size: 30px; font-family: Georgia, serif; }
.invoice-title span { background: #f5f8ef; border: 1px solid #dfe6d8; border-radius: 8px; padding: 10px 12px; font-weight: 900; color: var(--deep); }
.invoice-party-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.invoice-party-grid > div, .invoice-meta-grid span, .invoice-note, .invoice-totals {
  border: 1px solid #dfe6d8;
  border-radius: 8px;
  background: #fbfcf8;
  padding: 14px;
}
.invoice-party-grid h2, .invoice-note h2 { margin: 0 0 8px; color: var(--deep); font-size: 17px; }
.invoice-party-grid p, .invoice-note p { margin: 0; line-height: 1.6; color: #3f493f; }
.invoice-meta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 20px; }
.invoice-meta-grid strong { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; margin-bottom: 4px; }
.invoice-table { width: 100%; border-collapse: collapse; margin: 18px 0; overflow: hidden; border-radius: 8px; }
.invoice-table th { background: var(--deep); color: #fff; padding: 12px; text-align: left; font-size: 12px; text-transform: uppercase; }
.invoice-table td { border: 1px solid #dfe6d8; padding: 12px; vertical-align: top; }
.invoice-table small { color: var(--muted); font-weight: 700; }
.invoice-total-row { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 18px; align-items: start; margin-top: 18px; }
.invoice-totals { display: grid; gap: 8px; }
.invoice-totals p { margin: 0; display: flex; justify-content: space-between; gap: 14px; padding-bottom: 8px; border-bottom: 1px solid #e8ede3; }
.invoice-totals p:last-child { border-bottom: 0; padding-bottom: 0; }
.invoice-totals .grand { color: var(--deep); font-size: 20px; font-weight: 900; padding-top: 8px; border-top: 2px solid var(--deep); }
.invoice-totals span { color: var(--muted); font-weight: 800; }
.flash { padding: 12px 14px; border-radius: 8px; margin: 18px 0; background: #e7f4ea; color: var(--deep); }
.flash.error { background: #fdecec; color: var(--danger); }
.flash.warning { background: #fff6da; color: #7a5600; }
.layout { display: grid; grid-template-columns: 250px 1fr; gap: 24px; }
.shop-shell, .product-detail-shell, .about-hero { padding: 24px 0 30px; }
.shop-titlebar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px 20px; box-shadow: 0 10px 24px rgba(7,88,11,.08); }
.shop-titlebar h1, .product-buybox h1, .about-hero h1 { margin: 0; color: var(--deep); font-family: Georgia, serif; }
.shop-titlebar h1 { font-size: 34px; }
.shop-titlebar p { margin: 6px 0 0; color: var(--muted); }
.shop-title-actions { display: flex; align-items: center; gap: 10px; }
.sort-box { min-width: 220px; }
.shop-layout { display: grid; grid-template-columns: 280px 1fr; gap: 18px; align-items: start; }
.ecommerce-filter { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 16px; box-shadow: 0 10px 24px rgba(7,88,11,.08); }
.filter-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.filter-head h3 { margin: 0; color: var(--deep); }
.filter-head a { color: var(--green); font-weight: 800; font-size: 13px; }
.shop-results { display: grid; gap: 16px; }
.shop-results .shop-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mini-promo-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mini-promo-row span { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; color: var(--deep); font-weight: 800; text-align: center; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.filters { position: sticky; top: 130px; align-self: start; }
.media-main { aspect-ratio: 4/5; background: linear-gradient(180deg, #fbfcf7, #edf4ec); border-radius: 8px; display: grid; place-items: center; overflow: hidden; border: 1px solid #eef0e6; }
.media-main img, .media-main video { width: 100%; height: 100%; object-fit: contain; padding: 12px; filter: drop-shadow(0 16px 20px rgba(7,88,11,.16)); }
.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.product-commerce-layout { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); gap: 18px; align-items: start; }
.product-gallery, .product-buybox { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px; box-shadow: var(--shadow); }
.thumb-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }
.thumb-row span, .thumb-row button { min-height: 86px; border: 1px solid var(--line); border-radius: 8px; display: grid; place-items: center; color: var(--green); font-weight: 800; background: #fafcf7; overflow: hidden; padding: 0; cursor: pointer; }
.thumb-row button.active { border-color: var(--green); box-shadow: inset 0 0 0 2px rgba(42,111,57,.16); }
.thumb-row img { width: 100%; height: 86px; object-fit: contain; padding: 6px; }
.product-buybox h1 { font-size: 32px; line-height: 1.12; margin-bottom: 12px; }
.pdp-summary { color: var(--muted); font-size: 16px; line-height: 1.55; }
.pdp-price { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 16px 0; }
.pdp-price span { color: var(--deep); font-size: 30px; font-weight: 900; }
.pdp-price del { color: var(--muted); }
.pdp-price strong { color: #246b2c; background: #ecf6e7; border-radius: 999px; padding: 5px 10px; font-size: 13px; }
.buy-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.wishlist-form { margin-top: 10px; }
.pdp-qty-stepper { display: inline-flex; align-items: center; border: 1px solid #bfd0bd; border-radius: 8px; overflow: hidden; background: #fff; width: max-content; }
.pdp-qty-stepper button { width: 46px; height: 44px; padding: 0; border-radius: 0; background: #f5f8ef; color: var(--deep); }
.pdp-qty-stepper input { width: 70px; height: 44px; border: 0; border-left: 1px solid #bfd0bd; border-right: 1px solid #bfd0bd; border-radius: 0; text-align: center; font-weight: 900; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 16px; }
.service-grid span { background: #f5f8ef; border: 1px solid var(--line); border-radius: 8px; padding: 10px; color: var(--deep); font-weight: 800; font-size: 13px; display: inline-flex; align-items: center; gap: 8px; }
.mini-promo-row .ui-icon, .service-grid .ui-icon, .cart-trust .ui-icon, .checkout-badges .ui-icon, .info-trust-row .ui-icon { width: 24px; height: 24px; padding: 4px; border-radius: 50%; background: #e3f1df; color: var(--green); }
.cart-shell { padding: 24px 0 34px; }
.cart-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  box-shadow: var(--shadow);
}
.cart-titlebar h1 { margin: 0; color: var(--deep); font-family: Georgia, serif; font-size: 34px; }
.cart-titlebar p { margin: 6px 0 0; color: var(--muted); }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 18px; align-items: start; }
.cart-items { display: grid; gap: 12px; }
.cart-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 18px;
  color: var(--muted);
  box-shadow: 0 10px 24px rgba(7,88,11,.06);
}
.cart-section-head h2 { margin: 0; color: var(--deep); font-family: Georgia, serif; font-size: 24px; }
.cart-item-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  box-shadow: var(--shadow);
}
.cart-item-photo {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8faf4, #edf4ec);
  border: 1px solid #eef0e6;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.cart-item-photo img { width: 100%; height: 100%; object-fit: contain; padding: 8px; filter: drop-shadow(0 12px 14px rgba(7,88,11,.14)); }
.cart-item-info { display: grid; gap: 14px; }
.cart-item-main { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }
.cart-item-main h3 { margin: 0 0 8px; color: var(--deep); font-size: 19px; line-height: 1.3; }
.cart-item-price { text-align: right; min-width: 150px; display: grid; gap: 4px; }
.cart-item-price strong { color: var(--deep); font-size: 21px; }
.cart-item-price span, .cart-item-price small { color: var(--muted); font-weight: 800; }
.cart-item-price small { color: #246b2c; }
.product-actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; align-items: center; }
.product-actions form { min-width: 0; margin: 0; display: flex; }
.product-actions form button, .product-actions > .btn { width: 100%; min-height: 42px; white-space: nowrap; }
.product-actions .icon-only-btn { width: 42px; min-width: 42px; }
.wishlist-remove-form { margin: 10px 0 0; border-top: 1px solid var(--line); padding-top: 10px; }
.stock-ok { color: #246b2c; font-weight: 900; margin: 8px 0 0; }
.cart-item-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 12px; }
.qty-stepper { display: inline-flex; align-items: center; border: 1px solid #bfd0bd; border-radius: 8px; overflow: hidden; background: #fff; }
.qty-stepper form { margin: 0; display: flex; }
.qty-stepper button {
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 0;
  background: #f5f8ef;
  color: var(--deep);
  border-right: 1px solid #bfd0bd;
}
.qty-stepper form:last-child button { border-right: 0; border-left: 1px solid #bfd0bd; }
.qty-input-form { display: flex; }
.qty-input-form input {
  width: 54px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-weight: 900;
  color: var(--deep);
  background: #fff;
}
.qty-input-form button {
  height: 38px;
  background: var(--deep);
  color: #fff;
  font-size: 12px;
}
.link-button {
  background: transparent;
  color: var(--green);
  padding: 8px 0;
  font-weight: 900;
}
.cart-summary { position: sticky; top: 132px; display: grid; gap: 12px; }
.cart-summary h2 { margin: 0 0 6px; color: var(--deep); font-family: Georgia, serif; }
.summary-line, .summary-total { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.summary-line span { color: var(--muted); }
.summary-total { border-bottom: 0; font-size: 20px; color: var(--deep); }
.checkout-btn { width: 100%; margin-top: 6px; }
.cart-trust { display: grid; gap: 8px; margin-top: 8px; color: var(--deep); font-size: 13px; font-weight: 800; }
.cart-trust span { display: inline-flex; align-items: center; gap: 8px; }
.empty-cart { min-height: 330px; display: grid; place-items: center; text-align: center; align-content: center; gap: 12px; }
.empty-cart > span { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; background: #edf5ed; color: var(--green); }
.empty-cart > span .ui-icon { width: 34px; height: 34px; }
.account-shell, .checkout-shell, .orders-shell { padding: 24px 0 34px; }
.account-titlebar, .checkout-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  box-shadow: var(--shadow);
}
.account-titlebar h1, .checkout-titlebar h1 { margin: 0; color: var(--deep); font-family: Georgia, serif; font-size: 34px; }
.account-titlebar p, .checkout-titlebar p { margin: 6px 0 0; color: var(--muted); }
.account-layout { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); gap: 18px; align-items: start; }
.account-card h2, .checkout-step h2 { display: inline-flex; align-items: center; gap: 8px; margin-top: 0; color: var(--deep); font-family: Georgia, serif; }
.address-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 12px; }
.address-form-grid .wide { grid-column: 1 / -1; }
.address-form-grid.compact { margin-top: 12px; }
.check-row { display: inline-flex; align-items: center; gap: 8px; margin: 8px 0 14px; color: var(--deep); font-weight: 800; }
.address-book { margin-top: 26px; }
.address-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.address-card { display: grid; gap: 8px; }
.address-card p { margin: 0; line-height: 1.5; }
.address-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.address-head strong { color: var(--deep); font-size: 18px; }
.address-edit summary { cursor: pointer; color: var(--green); font-weight: 900; display: inline-flex; align-items: center; gap: 7px; }
.danger-link { color: var(--danger); }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 18px; align-items: start; }
.checkout-steps { display: grid; gap: 14px; }
.checkout-step { display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: start; }
.step-no { width: 34px; height: 34px; border-radius: 50%; background: var(--deep); color: #fff; display: grid; place-items: center; font-weight: 900; }
.step-fill { min-width: 0; }
.verified-chip { display: inline-flex; align-items: center; gap: 7px; background: #e7f4ea; color: var(--deep); border: 1px solid #c9dfcc; border-radius: 999px; padding: 8px 12px; font-weight: 900; font-size: 13px; white-space: nowrap; }
.address-select-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 10px; }
.checkout-address { display: grid; gap: 5px; border: 1px solid var(--line); border-radius: 8px; padding: 12px; cursor: pointer; background: #fbfcf7; }
.checkout-address:has(input:checked) { border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); }
.checkout-address input { width: auto; }
.checkout-address span, .checkout-address small { color: var(--muted); line-height: 1.45; }
.checkout-items { display: grid; gap: 10px; margin-top: 8px; }
.checkout-items div { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 8px; }
.checkout-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.checkout-badges span { display: inline-flex; align-items: center; gap: 7px; background: #f5f8ef; color: var(--deep); border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; font-weight: 900; }
.place-order-btn { width: 100%; font-size: 16px; }
.place-order-btn:disabled { opacity: .55; cursor: not-allowed; }
.checkout-summary { position: sticky; top: 132px; }
.orders-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.order-card { display: grid; gap: 14px; }
.order-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.order-head h2 { margin: 8px 0 4px; color: var(--deep); font-family: Georgia, serif; font-size: 24px; }
.order-head > strong { color: var(--deep); font-size: 20px; white-space: nowrap; }
.shipping-track { height: 8px; background: #e7eadf; border-radius: 999px; overflow: hidden; }
.shipping-track div { height: 100%; background: linear-gradient(90deg, var(--green), var(--gold)); border-radius: inherit; }
.shipping-labels { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; font-weight: 900; }
.order-items-list { display: grid; gap: 10px; }
.order-line { display: grid; grid-template-columns: 68px 1fr; gap: 12px; align-items: center; border: 1px solid var(--line); border-radius: 8px; padding: 10px; background: #fbfcf7; }
.order-line-photo { aspect-ratio: 4/5; display: grid; place-items: center; border-radius: 8px; background: #edf4ec; overflow: hidden; color: var(--green); }
.order-line-photo img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.order-line strong { color: var(--deep); }
.order-actions { display: flex; flex-wrap: wrap; gap: 10px; border-top: 1px solid var(--line); padding-top: 12px; }
.action-dialog { border: 0; border-radius: 8px; padding: 0; width: min(480px, 92vw); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.action-dialog::backdrop { background: rgba(0,0,0,.46); }
.action-dialog form { padding: 24px; position: relative; }
.action-dialog h2 { margin-top: 0; color: var(--deep); font-family: Georgia, serif; display: flex; align-items: center; gap: 8px; }
.dialog-close { position: absolute; right: 14px; top: 12px; width: 34px; height: 34px; padding: 0; border-radius: 50%; background: #f1ede4; color: var(--deep); font-size: 24px; }
.product-info-shell { padding: 10px 0 30px; }
.product-info-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 22px;
}
.info-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.info-panel-head h2 { margin: 0; color: var(--deep); font-family: Georgia, serif; font-size: 32px; }
.info-trust-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.info-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f5f8ef;
  border: 1px solid var(--line);
  color: var(--deep);
  border-radius: 999px;
  padding: 8px 11px;
  font-weight: 900;
  font-size: 13px;
}
.product-info-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; }
.info-feature {
  background: linear-gradient(180deg, #fff, #fbfcf7);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 10px;
}
.info-feature-large { grid-row: span 2; }
.info-icon { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: #edf5ed; color: var(--green); }
.info-icon .ui-icon { width: 24px; height: 24px; }
.info-feature h3 { margin: 0; color: var(--deep); font-family: Georgia, serif; font-size: 22px; }
.info-feature p { margin: 0; color: var(--muted); line-height: 1.72; }
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.feature-list li { display: grid; grid-template-columns: 24px 1fr; gap: 9px; align-items: start; color: var(--ink); line-height: 1.5; font-weight: 700; }
.feature-list .ui-icon { width: 22px; height: 22px; color: var(--green); background: #edf5ed; border-radius: 50%; padding: 4px; }
.ingredient-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.ingredient-tags span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f5f8ef;
  color: var(--deep);
  border: 1px solid #dce8d8;
  border-radius: 999px;
  padding: 9px 12px;
  font-weight: 900;
  line-height: 1.3;
}
.table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 8px; overflow: hidden; }
.table th, .table td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.table th { background: #f5f8ef; color: var(--deep); font-size: 12px; text-transform: uppercase; letter-spacing: 0; }
.table tr:hover td { background: #fbfcf7; }
.badge { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #e7f4ea; color: var(--deep); font-size: 12px; font-weight: 700; }
.danger { color: var(--danger); }
.admin-login-shell { min-height: 100vh; display: grid; place-items: center; padding: 32px; background: radial-gradient(circle at 15% 20%, rgba(122,157,124,.2), transparent 34%), linear-gradient(135deg, #f7f5ef, #eef4ea); }
.admin-login-card { width: min(980px, 100%); display: grid; grid-template-columns: .95fr 1.05fr; background: #fff; border: 1px solid #dde6d8; border-radius: 18px; overflow: hidden; box-shadow: 0 24px 70px rgba(7,88,11,.18); }
.admin-login-visual { padding: 42px; background: linear-gradient(145deg, var(--deep), var(--green)); color: #fff; display: grid; align-content: center; gap: 16px; position: relative; }
.admin-login-visual:after { content: ""; position: absolute; inset: auto -80px -90px auto; width: 220px; height: 220px; border-radius: 50%; border: 38px solid rgba(212,175,55,.18); }
.admin-login-visual img { width: 180px; max-width: 70%; background: #fff; border-radius: 12px; padding: 14px; }
.admin-login-visual h1 { margin: 8px 0 0; font-family: Georgia, serif; font-size: 38px; line-height: 1.05; }
.admin-login-visual p { margin: 0; color: rgba(255,255,255,.82); line-height: 1.65; max-width: 430px; }
.admin-login-form { padding: 46px; display: grid; align-content: center; }
.admin-login-form h2 { margin: 8px 0 6px; color: var(--deep); font-size: 30px; }
.admin-login-form button { width: 100%; justify-content: center; margin-top: 8px; }
.admin-shell { min-height: 100vh; background: #eef2ea; }
.admin-side { width: 282px; height: 100dvh; max-height: 100dvh; background: linear-gradient(180deg, var(--green), var(--deep)); color: #fff; padding: 14px; position: fixed; inset: 0 auto 0 0; display: flex; flex-direction: column; overflow: visible; z-index: 30; }
.admin-brand { display: flex; align-items: center; gap: 10px; padding: 8px 6px 12px; border-bottom: 1px solid rgba(255,255,255,.12); flex: 0 0 auto; }
.admin-brand img { width: 46px; height: 46px; object-fit: contain; background: #fff; border-radius: 10px; padding: 6px; }
.admin-brand strong { display: block; font-size: 20px; font-family: Georgia, serif; }
.admin-brand span, .admin-user-card span { display: block; color: rgba(255,255,255,.65); font-size: 12px; margin-top: 2px; }
.admin-user-card { margin: 10px 0; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.07); flex: 0 0 auto; }
.admin-nav { display: grid; gap: 4px; min-height: 0; position: relative; }
.admin-nav a, .admin-nav-more summary { display: flex; align-items: center; gap: 8px; min-height: 34px; padding: 7px 9px; color: rgba(255,255,255,.82); border-radius: 8px; font-weight: 800; transition: .18s ease; cursor: pointer; list-style: none; }
.admin-nav-more summary::-webkit-details-marker { display: none; }
.admin-nav-more summary:after { content: "+"; margin-left: auto; font-size: 16px; line-height: 1; }
.admin-nav-more[open] summary:after { content: "-"; }
.admin-nav a:hover, .admin-nav a.active, .admin-nav-more summary:hover, .admin-nav-more summary.active { color: var(--deep); background: #f7f5ef; transform: translateX(2px); }
.admin-nav-more { position: relative; }
.admin-nav-dropdown { position: absolute; left: calc(100% + 10px); bottom: 0; width: 220px; display: grid; gap: 4px; padding: 10px; background: var(--deep); border: 1px solid rgba(255,255,255,.2); border-radius: 10px; box-shadow: 0 18px 38px rgba(7,88,11,.22); }
.admin-ui-icon { width: 17px; height: 17px; flex: 0 0 17px; }
.admin-main { margin-left: 282px; padding: 24px; background: #eef2ea; min-width: 0; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; background: rgba(255,255,255,.82); border: 1px solid #dde6d8; border-radius: 14px; padding: 16px 18px; box-shadow: 0 10px 30px rgba(7,88,11,.07); position: sticky; top: 14px; z-index: 5; backdrop-filter: blur(12px); }
.admin-topbar h1 { margin: 2px 0 0; color: var(--deep); font-size: 28px; }
.admin-main > h1 { margin-top: 0; color: var(--deep); font-size: 30px; }
.admin-main .card { border-radius: 14px; border-color: #dde6d8; box-shadow: 0 12px 32px rgba(7,88,11,.08); }
.admin-main input, .admin-main select, .admin-main textarea { border-radius: 10px; background: #fbfcf8; }
.admin-main button, .admin-main .btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 10px; }
.admin-page-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.admin-page-head h1 { margin: 2px 0 0; color: var(--deep); font-size: 30px; }
.admin-form-card { max-width: 1180px; }
.admin-form-card h3 { color: var(--deep); margin-bottom: 10px; }
.admin-variant-row { margin-bottom: 10px; align-items: center; }
.admin-media-preview-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 12px; margin: 12px 0 18px; }
.admin-media-preview-grid figure { margin: 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
.admin-media-preview-grid img, .admin-media-preview-grid video { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; }
.admin-media-preview-grid figcaption { display: grid; gap: 6px; padding: 8px; font-size: 12px; color: var(--muted); font-weight: 800; }
.admin-media-preview-grid figcaption label { display: inline-flex; align-items: center; gap: 6px; color: #9f2d2d; }
.admin-kpis { margin-bottom: 18px; }
.admin-kpi { display: grid; gap: 8px; min-height: 148px; }
.admin-kpi > div { width: 46px; height: 46px; display: grid; place-items: center; color: var(--green); background: #eef7ed; border-radius: 12px; }
.admin-kpi p { margin: 0; color: var(--muted); font-weight: 900; }
.admin-kpi h2 { margin: 0; color: var(--deep); font-size: 30px; }
.admin-chart-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 18px 0; }
.admin-chart-card { min-height: 310px; }
.admin-chart-head, .admin-section-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.admin-chart-head h2, .admin-section-head h2 { margin: 0; color: var(--deep); }
.admin-chart-head > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--green); background: #edf5ed; border-radius: 12px; }
.admin-bars { min-height: 214px; display: flex; align-items: end; gap: 10px; padding-top: 24px; overflow-x: auto; }
.admin-bar-item { min-width: 58px; flex: 1; display: grid; align-items: end; gap: 8px; text-align: center; position: relative; }
.admin-bar { width: 100%; max-width: 48px; justify-self: center; border-radius: 10px 10px 4px 4px; background: linear-gradient(180deg, #d4af37, var(--green)); box-shadow: inset 0 1px 0 rgba(255,255,255,.45); }
.admin-bar-value { position: absolute; bottom: calc(100% + 4px); left: 50%; transform: translateX(-50%); opacity: 0; pointer-events: none; min-width: 112px; padding: 8px; border-radius: 10px; background: var(--deep); color: #fff; font-size: 12px; box-shadow: 0 10px 24px rgba(0,0,0,.16); z-index: 2; }
.admin-bar-value small { display: block; color: rgba(255,255,255,.75); margin-top: 2px; }
.admin-bar-item:hover .admin-bar-value { opacity: 1; }
.admin-bar-item span { font-size: 11px; color: var(--muted); font-weight: 900; white-space: nowrap; }
.admin-table-wrap { background: #fff; border: 1px solid #dde6d8; border-radius: 14px; overflow-x: auto; overflow-y: hidden; box-shadow: 0 12px 32px rgba(7,88,11,.08); margin: 14px 0 20px; -webkit-overflow-scrolling: touch; }
.admin-table-wrap .table { border-radius: 0; box-shadow: none; margin: 0; }
.admin-table-wrap .table { min-width: 920px; }
.admin-table-wrap .whatsapp-catalog-table { min-width: 1120px; }
.admin-table-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px; background: #f7f9f4; border-bottom: 1px solid #dde6d8; }
.admin-table-toolbar label { display: flex; align-items: center; gap: 8px; font-weight: 900; color: var(--deep); }
.admin-table-toolbar input { min-width: min(340px, 56vw); padding: 10px 12px; }
.admin-pagination { display: flex; align-items: center; gap: 8px; color: var(--muted); font-weight: 900; }
.admin-page-size select { width: auto; min-width: 74px; padding: 8px 28px 8px 10px; }
.admin-pagination button { border: 1px solid #d6e1d2; background: #fff; color: var(--deep); padding: 8px 10px; }
.admin-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.admin-actions form { margin: 0; }
.admin-action-btn { min-height: 34px; display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; border: 1px solid #d6e1d2; border-radius: 9px; background: #fff; color: var(--deep); font-weight: 900; font-size: 13px; }
.admin-action-btn .ui-icon { width: 15px; height: 15px; }
.offline-billing-form { display: grid; gap: 14px; }
.pos-shell { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 18px; align-items: start; }
.pos-register, .pos-checkout { background: #fff; border: 1px solid #dde6d8; border-radius: 14px; padding: 16px; box-shadow: 0 14px 32px rgba(7,88,11,.08); }
.pos-register { display: grid; gap: 14px; }
.pos-terminal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid #edf1e8; }
.pos-terminal-head h2, .pos-checkout h2 { margin: 0; color: var(--deep); }
.pos-terminal-head span { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-weight: 900; }
.pos-customer-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr); gap: 10px; }
.pos-lines { display: grid; gap: 10px; }
.pos-line {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 82px 118px 118px 82px;
  align-items: end;
  gap: 10px;
  margin: 0;
  padding: 12px;
  border: 1px solid #e2eadc;
  border-radius: 10px;
  background: linear-gradient(180deg, #fff, #fbfdf8);
  box-shadow: 0 8px 22px rgba(14, 52, 23, .05);
}
.pos-line-field { display: grid; gap: 5px; min-width: 0; }
.pos-line-field label { margin: 0; color: var(--muted); font-size: 11px; text-transform: uppercase; font-weight: 900; }
.pos-line-total { align-self: center; display: grid; gap: 2px; color: var(--deep); font-weight: 900; }
.pos-line-total small { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.pos-row-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; align-self: center; }
.pos-checkout { position: sticky; top: 132px; display: grid; gap: 14px; }
.pos-checkout .billing-total-box { width: 100%; margin-left: 0; }
.pos-pay-actions button { width: 100%; min-height: 48px; }
.billing-section-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.billing-section-head h3 { margin: 0; }
.line-add-btn { min-height: 42px; display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px 9px 10px; border: 1px solid #b7d7ad; border-radius: 999px; background: linear-gradient(180deg, #fff, #eef7e9); color: var(--deep); box-shadow: 0 8px 18px rgba(25, 91, 34, .12); font-weight: 900; cursor: pointer; }
.line-add-btn span { width: 24px; height: 24px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--leaf); color: #fff; font-size: 20px; line-height: 1; }
.line-add-btn:hover { transform: translateY(-1px); box-shadow: 0 12px 22px rgba(25, 91, 34, .17); }
.billing-line { align-items: center; gap: 12px; margin-bottom: 12px; padding: 12px; border: 1px solid #e2eadc; border-radius: 8px; background: #fbfdf8; box-shadow: 0 8px 22px rgba(14, 52, 23, .05); }
.purchase-line { grid-template-columns: minmax(220px, 2fr) repeat(3, minmax(90px, .6fr)) minmax(170px, 1fr); }
.product-variant-head { margin-top: 4px; }
.product-variant-head h3 { font-size: 17px; }
.product-variant-line { align-items: end; gap: 12px; margin-bottom: 12px; padding: 14px; border: 1px solid #e2eadc; border-radius: 8px; background: #fbfdf8; box-shadow: 0 8px 22px rgba(14, 52, 23, .05); }
.product-variant-actions { display: flex; align-items: end; justify-content: flex-end; gap: 8px; min-height: 64px; }
.billing-line strong { color: var(--deep); font-size: 14px; }
.billing-line input { background: #fff; }
.billing-product-search { position: relative; min-width: 0; }
.billing-product-search input[type=search] { width: 100%; }
.billing-suggestions { position: absolute; left: 0; right: 0; top: calc(100% + 4px); z-index: 20; display: grid; max-height: 280px; overflow: auto; border: 1px solid #d6e1d2; border-radius: 8px; background: #fff; box-shadow: 0 14px 34px rgba(7,88,11,.15); }
.billing-suggestions[hidden] { display: none; }
.billing-suggestions button { display: grid; justify-items: start; gap: 3px; width: 100%; padding: 10px 12px; border: 0; border-bottom: 1px solid #edf1e8; border-radius: 0; background: #fff; color: var(--deep); text-align: left; }
.billing-suggestions button:hover { background: #f5f8ef; }
.billing-suggestions span { color: var(--muted); font-size: 12px; font-weight: 800; }
.billing-line-actions { display: flex; align-items: center; gap: 10px; justify-content: space-between; min-width: 0; }
.line-remove-btn { width: 36px; height: 36px; flex: 0 0 36px; display: inline-grid; place-items: center; padding: 0; border: 1px solid #efc1b8; border-radius: 50%; background: #fff7f5; color: #b23a2c; box-shadow: 0 8px 16px rgba(178,58,44,.11); font-size: 24px; line-height: 1; font-weight: 900; cursor: pointer; }
.line-remove-btn:hover { background: #b23a2c; color: #fff; transform: translateY(-1px); }
.line-add-mini-btn { width: 36px; height: 36px; flex: 0 0 36px; display: inline-grid; place-items: center; padding: 0; border: 1px solid #b7d7ad; border-radius: 50%; background: #f2faee; color: var(--leaf); box-shadow: 0 8px 16px rgba(25,91,34,.11); font-size: 22px; line-height: 1; font-weight: 900; cursor: pointer; }
.line-add-mini-btn:hover { background: var(--leaf); color: #fff; transform: translateY(-1px); }
.billing-total-box { width: min(420px, 100%); margin-left: auto; display: grid; gap: 8px; padding: 14px; border: 1px solid #dfe6d8; border-radius: 8px; background: #f7f9f4; }
.billing-total-box p { display: flex; justify-content: space-between; gap: 12px; margin: 0; color: var(--muted); font-weight: 900; }
.billing-total-box p:last-child { color: var(--deep); font-size: 18px; }
.admin-order-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  padding: 8px;
  border: 1px solid #dde6d8;
  border-radius: 12px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 10px 30px rgba(7,88,11,.06);
}
.admin-order-tabs a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--deep);
  font-weight: 900;
}
.admin-order-tabs a.active { background: var(--deep); color: #fff; }
.marketplace-head form { margin: 0; }
.marketplace-orders-table td { vertical-align: middle; }
.empty-admin-state { padding: 22px; text-align: center; }
.danger-btn { color: var(--danger); border-color: #f2c6c3; background: #fff7f6; }
.admin-modal { width: min(720px, 94vw); }
.admin-modal form { display: grid; gap: 12px; }
.inventory-table td { vertical-align: middle; }
.inventory-product-line, .inventory-stock-line { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; white-space: nowrap; }
.inventory-product-line strong { color: var(--deep); }
.inventory-product-line span { color: var(--muted); font-weight: 900; background: #f1f6ec; border-radius: 999px; padding: 5px 9px; }
.inventory-inline-form { display: grid; grid-template-columns: 100px minmax(150px, 1fr) auto; gap: 8px; align-items: center; margin: 0; min-width: 360px; }
.inventory-inline-form input { padding: 9px 10px; }
.inventory-inline-form button { min-height: 38px; }
.order-status-form { display: grid; grid-template-columns: minmax(150px, 1fr) auto; gap: 8px; align-items: center; margin: 0; min-width: 260px; }
.order-status-form select { padding: 9px 10px; }
.order-status-form input { padding: 9px 10px; min-width: 220px; border: 1px solid #d8e0d3; border-radius: 8px; }
.order-status-form-with-tracking { grid-template-columns: minmax(150px, 1fr) auto; }
.order-status-form-with-tracking input { grid-column: 1 / -1; }
.order-status-form button { min-height: 38px; }
.order-detail-modal { width: min(1040px, 96vw); }
.dialog-panel { padding: 24px; }
.order-detail-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 14px 0 18px; }
.order-detail-grid section { border: 1px solid #dde6d8; border-radius: 12px; background: #fbfcf8; padding: 14px; }
.order-detail-grid h3 { margin: 0 0 8px; color: var(--deep); }
.order-detail-grid p { margin: 0; color: var(--muted); line-height: 1.55; }
.order-success-shell { padding: 32px 0 44px; background: linear-gradient(180deg, #f7fbf3, #fffdf8); }
.order-success-card { max-width: 1120px; margin: 0 auto; text-align: center; padding: 32px; display: grid; gap: 18px; }
.success-mark { width: 74px; height: 74px; margin: 0 auto; border-radius: 50%; display: grid; place-items: center; background: #e7f4ea; color: var(--green); border: 1px solid #c9dfcc; }
.success-mark .ui-icon { width: 38px; height: 38px; }
.order-success-card h1 { margin: 0; color: var(--deep); font-family: Georgia, serif; font-size: 38px; }
.success-order-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.success-order-meta span, .success-detail-grid section { border: 1px solid var(--line); border-radius: 8px; background: #fbfcf7; padding: 14px; text-align: left; }
.success-order-meta strong { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; margin-bottom: 4px; }
.success-detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.success-detail-grid h2 { margin: 0 0 12px; color: var(--deep); font-size: 22px; }
.success-item { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--line); text-align: left; }
.success-item:last-child { border-bottom: 0; }
.success-item small { display: block; color: var(--muted); margin-top: 3px; }
.success-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.admin-shell { font-size: 13px; }
.admin-main { font-size: 13px; }
.admin-main .field label, .admin-main input, .admin-main select, .admin-main textarea, .admin-main button, .admin-main .btn, .admin-nav a, .table th, .table td { font-size: 13px; }
.admin-topbar h1 { font-size: 24px; }
.admin-page-head h1, .admin-main > h1 { font-size: 26px; }
.admin-kpi h2 { font-size: 26px; }
.kpis { grid-template-columns: repeat(4, 1fr); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.actions { display: flex; gap: 10px; flex-wrap: wrap; }
.muted { color: var(--muted); }
.logo-large { max-height: 92px; width: auto; object-fit: contain; }
.footer-logo-panel { display: inline-flex; align-items: center; justify-content: center; background: #fff; border-radius: 8px; padding: 10px 14px; margin-bottom: 10px; }
.footer-logo-panel .logo-large { max-height: 78px; }
.whatsapp { border: 1px solid var(--line); background: #fff; padding: 20px; border-radius: 8px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.about-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 18px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 30px; box-shadow: 0 10px 24px rgba(7,88,11,.08); }
.about-hero h1 { font-size: 46px; line-height: 1.08; }
.about-hero p { font-size: 17px; line-height: 1.6; color: var(--muted); }
.about-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.about-logo-card { background: #f7f5ef; border: 1px solid var(--line); border-radius: 8px; padding: 28px; display: grid; place-items: center; }
.about-logo-card img { max-height: 280px; object-fit: contain; }
.value-card h3, .about-contact h2 { color: var(--deep); margin-top: 0; }

@media (min-width: 1500px) {
  .ecommerce-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .shop-results .shop-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .market-hero { grid-template-columns: minmax(0, 2.35fr) minmax(340px, .85fr); }
}

@media (max-width: 980px) {
  .utility-row, .ecommerce-nav, .quick-promise-row { flex-wrap: wrap; }
  .searchbar { order: 3; width: 100%; }
  .market-hero, .pdp, .layout, .admin-shell, .split, .shop-layout, .product-commerce-layout, .about-layout, .story-grid, .full-ad-card, .cart-layout, .product-info-grid, .account-layout, .checkout-layout, .orders-grid { grid-template-columns: 1fr; }
  .purchase-line { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-variant-line { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .info-feature-large { grid-row: auto; }
  .info-panel-head { display: grid; }
  .info-trust-row { justify-content: flex-start; }
  .home-category-strip { grid-template-columns: repeat(3, minmax(110px, 1fr)); }
  .ecommerce-grid, .cols-4, .cols-3, .kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-results .shop-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mini-promo-row { grid-template-columns: 1fr; }
  .ribbon-grid { grid-template-columns: repeat(2, 1fr); }
  .home-product-track > .product-card { flex-basis: calc((100% - 16px) / 2); }
  .market-main-banner h1 { font-size: 38px; }
  .full-ad-card { min-height: auto; padding: 34px; }
  .full-ad-copy h2 { font-size: 38px; }
  .full-ad-products { min-height: 280px; }
  .cart-summary { position: static; }
  .checkout-summary { position: static; }
  .address-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .success-order-meta, .success-detail-grid { grid-template-columns: 1fr; }
  .enquiry-layout { grid-template-columns: 1fr; }
  .enquiry-brand-panel { position: relative; top: auto; min-height: auto; grid-template-columns: 1fr 1fr; align-items: center; }
  .enquiry-logo-lockup { grid-column: 1 / -1; }
  .enquiry-product-art { margin-top: 0; }
  .enquiry-trust-strip .wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .enquiry-trust-strip span:nth-child(2) { border-right: 0; }
  .invoice-party-grid, .invoice-meta-grid, .invoice-total-row { grid-template-columns: 1fr; }
  .invoice-title { text-align: left; }
  .admin-side { position: static; width: auto; height: auto; max-height: none; overflow: visible; }
  .admin-main { margin-left: 0; }
  .admin-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-nav-more { position: static; }
  .admin-nav-dropdown { position: static; width: auto; margin-top: 4px; box-shadow: none; background: rgba(255,255,255,.07); }
  .admin-chart-grid, .admin-login-card, .order-detail-grid { grid-template-columns: 1fr; }
  .admin-page-head { align-items: flex-start; }
  .admin-login-visual { padding: 30px; }
  .admin-topbar { position: static; }
}

@media (max-width: 620px) {
  .wrap { padding-left: 14px; padding-right: 14px; }
  .header-padded { padding-left: 18px; padding-right: 18px; }
  .topbar { font-size: 12px; line-height: 1.45; }
  .utility-row { gap: 8px 12px; }
  .utility-row span { align-items: flex-start; }
  .ecommerce-nav { gap: 10px; align-items: center; }
  .brand { font-size: 20px; }
  .brand img { width: 48px; height: 38px; }
  .mobile-menu-toggle { display: inline-flex; margin-left: auto; padding: 10px 12px; background: #fff; color: var(--deep); border: 1px solid #bfd0bd; }
  .searchbar { min-width: 0; }
  .searchbar input { min-width: 0; padding: 12px 10px; }
  .searchbar button { padding: 0 14px; }
  .suggestion-item { grid-template-columns: 58px minmax(0, 1fr); gap: 10px; }
  .suggestion-item small { display: none; }
  .founder-popup-overlay { padding: 10px; align-items: center; }
  .founder-popup { max-height: calc(100dvh - 20px); padding: 20px 16px; }
  .founder-image-popup { padding: 0; max-width: calc(100vw - 20px); max-height: calc(100dvh - 20px); }
  .founder-image-popup img { max-width: calc(100vw - 20px); max-height: calc(100dvh - 20px); }
  .founder-popup-close { width: 34px; height: 34px; font-size: 22px; }
  .founder-popup-head { margin-top: -10px; gap: 9px; }
  .founder-leaf .ui-icon { width: 28px; height: 28px; }
  .founder-popup h2 { font-size: 24px; }
  .founder-popup h3 { font-size: 18px; margin-top: 20px; }
  .founder-tagline { font-size: 17px; margin: 16px 0 18px; }
  .founder-note-copy { font-size: 15px; line-height: 1.65; }
  .founder-note-copy p { margin-bottom: 15px; }
  .founder-actions { justify-content: stretch; }
  .founder-actions .btn { width: 100%; }
  .header-actions { width: 100%; justify-content: flex-start; gap: 8px; flex-wrap: wrap; }
  .header-actions a, .account-menu { flex: 1 1 calc(50% - 8px); min-width: 132px; }
  .header-actions > a { justify-content: center; text-align: center; }
  .account-menu summary { justify-content: center; text-align: center; }
  .account-dropdown { left: 0; right: auto; width: min(230px, 82vw); }
  .category-bar { border-top: 0; }
  .menu-open .header { z-index: 95; }
  .category-links {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100dvh;
    max-height: 100dvh;
    width: min(320px, 86vw);
    z-index: 110;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 18px;
    background: #fff;
    box-shadow: 18px 0 48px rgba(7,88,11,.22);
    transform: translateX(-105%);
    transition: transform .22s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .menu-open .category-links { transform: translateX(0); }
  .mobile-menu-head, .mobile-filter-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 12px; margin-bottom: 6px; border-bottom: 1px solid var(--line); color: var(--deep); }
  .mobile-menu-head strong, .mobile-filter-head strong { display: inline-flex; align-items: center; gap: 8px; font-size: 20px; font-family: Georgia, serif; }
  .mobile-menu-head button, .mobile-filter-head button { width: 36px; height: 36px; padding: 0; border-radius: 50%; background: #f1ede4; color: var(--deep); font-size: 24px; }
  .category-links a { white-space: normal; border-radius: 8px; padding: 12px; background: #f7f9f4; }
  .shelf-head { display: grid; justify-items: start; gap: 10px; }
  .shelf-tabs, .carousel-controls { margin-left: 0; }
  .cart-titlebar, .cart-item-main, .account-titlebar, .checkout-titlebar, .checkout-step { display: grid; justify-items: start; text-align: left; }
  .cart-titlebar h1 { font-size: 28px; }
  .cart-item-card { grid-template-columns: 108px 1fr; gap: 12px; padding: 12px; }
  .cart-item-main h3 { font-size: 15px; }
  .cart-item-price { text-align: left; min-width: 0; }
  .cart-item-price strong { font-size: 18px; }
  .cart-item-actions { align-items: flex-start; }
  .qty-stepper { width: 100%; justify-content: space-between; }
  .qty-stepper form { flex: 1; }
  .qty-stepper button, .qty-input-form input { width: 100%; }
  .qty-input-form { flex: 1.5; }
  .pdp-qty-stepper { width: 100%; }
  .pdp-qty-stepper input { flex: 1; width: auto; }
  .address-grid, .address-form-grid, .address-select-grid { grid-template-columns: 1fr; }
  .checkout-step { grid-template-columns: 1fr; }
  .verified-chip { width: max-content; max-width: 100%; white-space: normal; }
  .enquiry-page { padding-top: 18px; }
  .enquiry-brand-panel { grid-template-columns: 1fr; padding: 24px 16px; gap: 22px; }
  .enquiry-logo-lockup img { width: min(250px, 82%); }
  .why-list h2 { font-size: 24px; }
  .enquiry-product-art img { max-height: 280px; }
  .enquiry-form-card { padding: 22px 14px; border-radius: 14px; }
  .enquiry-heading h1 { font-size: 40px; }
  .enquiry-heading p { font-size: 15px; }
  .input-with-icon { grid-template-columns: 48px minmax(0, 1fr); }
  .input-with-icon .ui-icon { width: 48px; height: 50px; padding: 15px; }
  .interest-chip-grid, .contact-methods { grid-template-columns: 1fr; }
  .enquiry-submit { min-height: 56px; font-size: 18px; }
  .enquiry-whatsapp-card { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 20px 14px; }
  .enquiry-trust-strip .wrap { grid-template-columns: 1fr; }
  .enquiry-trust-strip span, .enquiry-trust-strip span:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 12px; }
  .enquiry-trust-strip span:last-child { border-bottom: 0; }
  .invoice-page { padding: 10px; }
  .invoice-sheet { padding: 16px; overflow-x: auto; }
  .invoice-head { display: grid; }
  .invoice-brand { display: grid; justify-items: start; }
  .invoice-brand h1, .invoice-title strong { font-size: 24px; }
  .invoice-table { min-width: 760px; }
  .checkout-items div, .order-head { display: grid; justify-items: start; text-align: left; }
  .order-head > strong { white-space: normal; }
  .order-success-card { padding: 22px 14px; }
  .order-success-card h1 { font-size: 30px; }
  .success-item { display: grid; }
  .purchase-line { grid-template-columns: 1fr; }
  .product-variant-line { grid-template-columns: 1fr; }
  .product-variant-actions { justify-content: flex-start; min-height: auto; }
  .home-category-strip, .ecommerce-grid, .cols-4, .cols-3, .kpis { grid-template-columns: 1fr; }
  .home-product-track > .product-card { flex-basis: 100%; }
  .shop-results .shop-product-grid { grid-template-columns: 1fr; }
  .ribbon-grid, .story-cards { grid-template-columns: 1fr; }
  .market-main-banner { min-height: 310px; }
  .market-main-banner > div { padding: 24px; }
  .market-main-banner h1 { font-size: 32px; }
  .market-main-banner p { font-size: 16px; }
  .hero-copy { text-align: left; }
  .market-main-banner .hero-copy { max-width: 100%; }
  .hero-product-fan { right: -18%; bottom: -18px; width: 68%; opacity: .28; }
  .full-ad-banner { padding: 8px 0 22px; }
  .full-ad-card { padding: 24px; }
  .full-ad-card:before { inset: 10px; }
  .full-ad-copy h2 { font-size: 31px; }
  .full-ad-copy p { font-size: 15px; }
  .ad-badges span { width: auto; max-width: 100%; }
  .full-ad-products { min-height: 210px; align-items: center; }
  .full-ad-products img { width: 27%; max-height: 210px; margin-left: -7%; }
  .full-ad-products img:nth-child(2), .full-ad-products img:nth-child(4) { width: 30%; max-height: 225px; }
  .full-ad-products img:nth-child(3) { width: 34%; max-height: 245px; }
  .quick-promise-row { display: grid; grid-template-columns: 1fr; align-items: stretch; padding: 12px; gap: 8px; }
  .quick-promise-row span {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    width: 100%;
    justify-content: start;
    justify-items: start;
    align-items: start;
    text-align: left;
    line-height: 1.35;
    min-width: 0;
    overflow: hidden;
  }
  .quick-promise-row .ui-icon { margin-top: 1px; justify-self: start; }
  .section, .product-shelf { padding: 22px 0; }
  .shop-titlebar, .buy-actions, .service-grid { grid-template-columns: 1fr; }
  .shop-titlebar { display: grid; justify-items: start; text-align: left; }
  .shop-title-actions { width: 100%; display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; }
  .filter-toggle { display: inline-flex; background: #fff; color: var(--deep); border: 1px solid #bfd0bd; white-space: nowrap; }
  .sort-box { width: 100%; min-width: 0; }
  .filters {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100dvh;
    max-height: 100dvh;
    width: min(340px, 88vw);
    z-index: 110;
    border-radius: 0;
    transform: translateX(-105%);
    transition: transform .22s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 18px;
  }
  .filter-open .filters { transform: translateX(0); }
  .filters .filter-head { margin-top: 4px; }
  .mobile-filter-head { display: flex; }
  .product-buybox h1, .shop-titlebar h1, .about-hero h1 { font-size: 28px; }
  .section h2, .product-shelf h2 { font-size: 27px; line-height: 1.15; }
  .product-card { text-align: left; }
  .product-card h3, .product-snippet { min-height: 0; }
  .product-card .btn, .product-card button, .buy-actions .btn, .buy-actions button, .wishlist-form button, .account-card button, .checkout-step button { width: 100%; }
  .product-card .icon-only-btn { width: 42px; min-width: 42px; }
  .product-actions { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .order-actions .btn, .order-actions button { width: auto; max-width: 100%; }
  .rating { width: auto; max-width: 100%; }
  .product-info-panel { padding: 14px; }
  .info-panel-head h2 { font-size: 26px; }
  .info-trust-row span, .ingredient-tags span, .checkout-badges span { width: auto; max-width: 100%; align-items: center; }
  .service-grid span, .cart-trust span { align-items: flex-start; }
  .feature-list li { grid-template-columns: 22px minmax(0, 1fr); }
  .story-grid > div:first-child { padding: 22px; }
  .story-grid h2 { font-size: 27px; }
  .address-head { display: grid; justify-items: start; }
  .shipping-labels { gap: 8px; overflow-x: auto; padding-bottom: 2px; }
  .shipping-labels span { flex: 0 0 auto; }
  .about-layout { padding: 20px; }
  .admin-login-shell { padding: 14px; }
  .admin-login-form { padding: 24px; }
  .admin-login-visual h1 { font-size: 30px; }
  .admin-main { padding: 14px; }
  .admin-topbar, .admin-page-head, .admin-section-head, .admin-chart-head, .admin-table-toolbar { display: grid; align-items: start; }
  .admin-nav { grid-template-columns: 1fr; }
  .admin-table-toolbar input { min-width: 0; width: 100%; }
  .admin-pagination { width: 100%; justify-content: space-between; flex-wrap: wrap; }
  .admin-page-size { width: 100%; justify-content: flex-start; }
  .admin-table-wrap { overflow-x: auto; }
  .admin-main .table { min-width: 680px; }
  .admin-bars { min-width: 560px; }
  .inventory-inline-form { grid-template-columns: 1fr; min-width: 220px; }
  .order-status-form { grid-template-columns: 1fr; min-width: 220px; }
  .inventory-product-line, .inventory-stock-line { white-space: normal; }
  .pos-shell { grid-template-columns: 1fr; }
  .pos-checkout { position: static; }
  .pos-customer-grid { grid-template-columns: 1fr; }
  .pos-line { grid-template-columns: 1fr 1fr; }
  .pos-product-search { grid-column: 1 / -1; }
  .pos-line-total { align-self: end; }
}

@media print {
  .invoice-body { background: #fff; }
  .invoice-page { padding: 0; }
  .invoice-sheet { box-shadow: none; border: 0; border-radius: 0; padding: 0; max-width: none; }
  .invoice-actions-print { display: none; }
  .invoice-table th { background: var(--deep) !important; color: #fff !important; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}

body, input, select, textarea, button { font-size: 14px; }
h1, h2, h3, .admin-topbar h1, .section h2, .product-shelf h2, .product-buybox h1, .shop-titlebar h1, .about-hero h1, .invoice-brand h1, .invoice-title strong { font-size: 18px; line-height: 1.25; }
h4, h5, h6, .subheading, .product-card h3, .invoice-party-grid h2, .invoice-note h2, .order-detail-grid h3 { font-size: 16px; }
.bulk-header-btn { background: #ecf6e7; color: var(--green) !important; border: 1px solid #cfe0c8; padding: 8px 10px; border-radius: 999px; }
.otp-actions { display: grid; gap: 12px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.otp-actions form { margin: 0; }
.otp-actions .field { margin: 0; }
.settings-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.settings-card { display: grid; gap: 10px; align-content: start; min-height: 170px; padding: 18px; border: 1px solid #dde6d8; border-radius: 12px; background: #fff; box-shadow: 0 12px 30px rgba(7,88,11,.08); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.settings-card:hover { transform: translateY(-3px); border-color: #b7d3b2; box-shadow: 0 20px 45px rgba(7,88,11,.13); }
.settings-card > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: #ecf6e7; color: var(--green); }
.settings-card strong { color: var(--deep); font-size: 18px; }
.settings-card small { color: var(--muted); line-height: 1.5; font-weight: 700; }
.settings-section-form { max-width: 840px; }
.settings-section-form form { display: grid; gap: 14px; }
.platform-pill { display: inline-flex; align-items: center; justify-content: center; min-width: 76px; border-radius: 999px; padding: 6px 10px; font-size: 12px; font-weight: 900; }
.platform-website { color: var(--deep); background: #e8f5e7; border: 1px solid #bad9b8; }
.platform-amazon { color: #553600; background: #fff1d6; border: 1px solid #f2c66d; }
.platform-flipkart { color: #153c86; background: #e5efff; border: 1px solid #a8c7ff; }
.platform-whatsapp { color: #075e54; background: #e5fff2; border: 1px solid #8ee4bd; }
.marketplace-sync-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.marketplace-sync-actions form { margin: 0; }
.marketplace-webhook-card { display: grid; gap: 8px; margin-bottom: 16px; overflow-x: auto; }
.marketplace-webhook-card code { display: block; width: max-content; max-width: 100%; padding: 10px 12px; border-radius: 8px; background: #f5f9f2; border: 1px solid #dbe8d1; color: var(--deep); font-weight: 800; }
.policy-hero { padding: 42px 0 24px; background: linear-gradient(135deg, #f7fbf3, #eef7ea); border-bottom: 1px solid #dce8d3; }
.policy-hero .wrap { display: grid; gap: 10px; }
.policy-hero h1 { margin: 0; color: var(--deep); font-size: 18px; }
.policy-hero p { max-width: 760px; margin: 0; color: var(--muted); line-height: 1.7; font-weight: 700; }
.policy-section { background: #fbfdf8; }
.policy-document { max-width: 980px; margin: 0 auto; color: #243224; line-height: 1.85; white-space: normal; }
.policy-document::first-line { color: var(--deep); font-weight: 900; }
.price-range-filter input[type=range] { width: 100%; accent-color: var(--green); }
.range-values { display: flex; justify-content: space-between; gap: 12px; color: var(--deep); font-weight: 900; margin-bottom: 8px; }
.range-values small { display: block; color: var(--muted); font-size: 11px; line-height: 1.2; text-transform: uppercase; letter-spacing: .3px; }
.coming-soon-empty {
  grid-column: 1 / -1;
  min-height: 360px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  text-align: center;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid #dce8d3;
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 20%, rgba(212,175,55,.18), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(22,107,15,.12), transparent 24%),
    linear-gradient(135deg, #fffdf8, #eef7e8);
  box-shadow: var(--shadow);
}
.coming-soon-empty > span { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: var(--deep); color: #fff; box-shadow: 0 18px 36px rgba(7,88,11,.2); }
.coming-soon-empty > span .ui-icon { width: 34px; height: 34px; }
.coming-soon-empty h2 { margin: 0; color: var(--deep); font-size: 28px; }
.coming-soon-empty p { max-width: 560px; margin: 0; color: var(--muted); line-height: 1.6; font-weight: 700; }
.report-phone-shell { max-width: 480px; background: #f9fbf7; border: 1px solid #dce7d7; border-radius: 18px; padding: 16px; box-shadow: 0 20px 45px rgba(7,88,11,.12); }
.report-filter-form { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.report-filter-form input { max-width: 145px; }
.report-mini-tabs { display: flex; gap: 8px; overflow-x: auto; margin: 10px 0 14px; }
.report-mini-tabs span, .report-mini-tabs a, .report-mini-tabs button { white-space: nowrap; border: 0; border-radius: 999px; background: #eef4ea; color: var(--deep); padding: 7px 10px; font-size: 12px; font-weight: 900; text-decoration: none; }
.report-mini-tabs .active { background: var(--deep); color: #fff; }
.report-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.report-card-grid article { background: #fff; border: 1px solid #e0eadb; border-radius: 8px; padding: 10px; }
.report-card-grid span { display: block; color: var(--muted); font-size: 12px; font-weight: 900; }
.report-card-grid strong { display: block; color: var(--deep); margin-top: 5px; }
.report-line-card, .report-summary-list { margin-top: 14px; background: #fff; border: 1px solid #e0eadb; border-radius: 8px; padding: 12px; }
.report-line-card h2, .report-summary-list h2 { margin: 0 0 10px; color: var(--deep); }
.report-bars { min-height: 140px; display: flex; align-items: end; gap: 8px; border-bottom: 1px solid #dfe8da; padding: 10px 0 0; }
.report-bars span { flex: 1; min-width: 14px; border-radius: 999px 999px 0 0; background: linear-gradient(180deg, #7a9d7c, var(--deep)); }
.report-summary-list p { display: flex; justify-content: space-between; gap: 14px; margin: 0; padding: 8px 0; border-bottom: 1px solid #edf2e9; }
.report-summary-list p:last-child { border-bottom: 0; }
.report-export-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 14px; }
.purchase-summary { margin-bottom: 14px; }
.permission-matrix { margin-top: 18px; }
.permission-check { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; }
.shipping-label-sheet { max-width: 650px; margin: 0 auto; background: #fff; border: 2px dashed var(--offer-ink); padding: 20px; box-shadow: 0 12px 36px rgba(0,0,0,.12); }
.label-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 2px solid var(--offer-ink); padding-bottom: 12px; margin-bottom: 12px; }
.label-head img { width: 110px; height: 70px; object-fit: contain; }
.label-head strong { font-size: 18px; color: var(--offer-ink); }
.label-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.label-grid h2 { margin: 0 0 8px; color: var(--offer-ink); font-size: 16px; }
.label-grid p { line-height: 1.55; }
.barcode-box { display: grid; place-items: center; border: 2px solid var(--offer-ink); padding: 16px; margin: 14px 0; letter-spacing: 2px; }
.barcode-box span { margin-top: 6px; letter-spacing: 0; color: #555; }

@media print {
  .report-filter-form, .report-export-grid, .invoice-actions-print { display: none !important; }
  .shipping-label-sheet { box-shadow: none; max-width: none; }
}

@media (max-width: 900px) {
  .settings-card-grid { grid-template-columns: 1fr; }
}
