:root {
    --ink: #182016;
    --forest: #27472c;
    --forest-2: #416b43;
    --leaf: #78944f;
    --turmeric: #d89a22;
    --marigold: #f1bd45;
    --rose: #b95349;
    --cream: #f8f2e7;
    --cream-2: #eee4d2;
    --mint: #e9f0e2;
    --paper: #fff;
    --line: #ded7c9;
    --muted: #6d7067;
    --danger: #9b3d36;
    --success: #397344;
    --shadow: 0 20px 55px rgba(31, 48, 28, .12);
    --soft-shadow: 0 10px 28px rgba(42, 56, 35, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--cream);
    color: var(--ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    line-height: 1.5;
    letter-spacing: 0;
}
body.modal-open, body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; letter-spacing: 0; }
button { cursor: pointer; }
svg { width: 20px; height: 20px; }
h1, h2, h3, h4, p { margin-top: 0; }
.container { width: min(100% - 40px, 1240px); margin-inline: auto; }
.mini-label, .eyebrow {
    color: var(--forest-2);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .14em;
}
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--turmeric); }
.muted { color: var(--muted); }
.mobile-only-link, .mobile-nav-head, .mobile-bottom-nav, .mobile-filter-button { display: none; }

.announcement {
    min-height: 32px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    padding: 6px max(20px, calc((100vw - 1240px) / 2));
    background: var(--forest);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.announcement-center { color: #f0c65e; text-align: center; }
.announcement a { justify-self: end; display: inline-flex; align-items: center; gap: 5px; }
.announcement svg { width: 13px; height: 13px; }
.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    background: rgba(248, 242, 231, .96);
    border-bottom: 1px solid rgba(72, 79, 61, .14);
    backdrop-filter: blur(14px);
}
.header-inner {
    width: min(100% - 40px, 1340px);
    min-height: 76px;
    display: grid;
    grid-template-columns: 158px minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    margin-inline: auto;
}
.site-logo img { width: 148px; height: 58px; object-fit: contain; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 1px; min-width: 0; }
.main-nav > a, .nav-trigger {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0 10px;
    border: 0;
    background: transparent;
    color: #2e352b;
    font-size: 12px;
    font-weight: 750;
    white-space: nowrap;
}
.nav-trigger svg { width: 14px; height: 14px; }
.main-nav > a:hover, .nav-trigger:hover { color: var(--forest-2); }
.nav-group { position: relative; }
.mega-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    z-index: 120;
    padding: 14px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s;
}
.nav-group:hover .mega-menu, .nav-group:focus-within .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}
.product-mega {
    width: min(920px, 90vw);
    grid-template-columns: 230px 1fr;
    gap: 16px;
}
.mega-intro {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    color: #fff;
    background: var(--forest) url("images/herbal/green-tea-product.webp") center 20% / 90% auto no-repeat;
    border-radius: 6px;
    overflow: hidden;
}
.mega-intro h3 { max-width: 170px; margin: 8px 0 14px; font-family: Georgia, serif; font-size: 28px; line-height: 1.04; font-weight: 500; }
.mega-intro a { display: inline-flex; gap: 6px; align-items: center; font-size: 12px; font-weight: 800; }
.mega-intro svg { width: 15px; }
.mega-product-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mega-product-list a {
    min-width: 0;
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
    gap: 10px;
    padding: 9px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}
.mega-product-list a:hover { background: var(--mint); }
.mega-product-list img { width: 60px; height: 70px; padding: 3px; object-fit: contain; background: #f7f4ed; }
.simple-mega { width: 270px; display: grid; }
.simple-mega a { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 12px; border-bottom: 1px solid #eee9df; font-size: 12px; font-weight: 700; }
.simple-mega a:last-child { border-bottom: 0; }
.simple-mega a:hover { color: var(--forest-2); background: var(--mint); }
.simple-mega svg { width: 14px; }
.herb-mega { grid-template-columns: 1fr 1fr; width: 390px; }
.header-actions { display: flex; align-items: center; gap: 7px; }
.icon-button {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    padding: 0;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.75);
    color: var(--ink);
    border-radius: 50%;
    transition: .2s ease;
}
.icon-button:hover, .icon-button.active { color: #fff; border-color: var(--forest); background: var(--forest); transform: translateY(-1px); }
.icon-button.active svg { fill: currentColor; }
.count-icon span, .mobile-bottom-nav b {
    position: absolute;
    top: -4px;
    right: -3px;
    min-width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    padding: 0 4px;
    border: 2px solid var(--cream);
    border-radius: 10px;
    background: var(--turmeric);
    color: #fff;
    font-size: 9px;
}
.cart-pill {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 13px;
    border-radius: 22px;
    background: var(--forest);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}
.cart-pill b { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--forest); font-size: 10px; }
.mobile-menu-toggle { display: none; }
.nav-backdrop[hidden], .search-drawer[hidden] { display: none; }
.search-drawer {
    position: fixed;
    z-index: 130;
    inset: 108px 0 auto;
    padding: 18px;
    background: rgba(248,242,231,.98);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--soft-shadow);
}
.search-drawer > div {
    width: min(100%, 760px);
    display: grid;
    grid-template-columns: 28px 1fr 40px;
    align-items: center;
    gap: 8px;
    margin: auto;
    padding: 7px 8px 7px 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
}
.search-drawer input { min-height: 42px; padding: 0; border: 0; outline: 0; }

.button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    border: 1px solid var(--ink);
    border-radius: 24px;
    background: transparent;
    color: var(--ink);
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .07em;
    transition: .2s ease;
}
.button svg { width: 16px; height: 16px; }
.button.primary { border-color: var(--forest); background: var(--forest); color: #fff; }
.button.secondary { border-color: var(--line); background: #fff; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(28,48,26,.12); }
.button:disabled { cursor: not-allowed; opacity: .48; transform: none; box-shadow: none; }
.full { width: 100%; }
input, textarea, select {
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fff;
    color: var(--ink);
    outline: 0;
}
input:focus, textarea:focus, select:focus { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(65,107,67,.1); }
textarea { min-height: 125px; resize: vertical; }

.hero {
    position: relative;
    min-height: min(690px, calc(100vh - 108px));
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #e9d3b7 url("images/herbal/home-collection-hero.webp") center / cover no-repeat;
}
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,235,216,.96) 0%, rgba(246,235,216,.72) 35%, rgba(246,235,216,.06) 62%, transparent 100%); }
.hero-content { position: relative; z-index: 2; width: min(100% - 40px, 1240px); margin: auto; }
.hero-copy { max-width: 565px; padding: 76px 0 90px; }
.hero h1 {
    margin-bottom: 22px;
    font-family: Georgia, serif;
    font-size: clamp(55px, 6.5vw, 92px);
    line-height: .94;
    font-weight: 500;
}
.hero p:not(.eyebrow) { max-width: 500px; color: #4e5148; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 28px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: #4e5148; font-size: 12px; }
.hero-note span { display: inline-flex; align-items: center; gap: 5px; }
.hero-note svg { width: 17px; height: 17px; color: var(--forest); }
.floating-leaf {
    position: absolute;
    z-index: 3;
    width: 72px;
    height: 34px;
    border-radius: 100% 0 100% 0;
    background: rgba(65,107,67,.18);
    transform: rotate(25deg);
    pointer-events: none;
}
.floating-leaf.one { left: 4%; bottom: 10%; }
.floating-leaf.two { left: 46%; top: 11%; width: 48px; transform: rotate(-35deg); }
.floating-leaf.three { right: 5%; bottom: 16%; width: 58px; transform: rotate(50deg); }

.benefits {
    width: min(100% - 40px, 1240px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: -34px auto 0;
    position: relative;
    z-index: 4;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--soft-shadow);
}
.benefit { display: flex; align-items: center; gap: 15px; padding: 24px 28px; border-right: 1px solid var(--line); }
.benefit:last-child { border-right: 0; }
.benefit-icon { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--mint); color: var(--forest); }
.benefit strong { display: block; margin-bottom: 3px; font-size: 14px; }
.benefit span { color: var(--muted); font-size: 11px; }
.section { padding: 88px 0; }
.section.white { background: #fff; }
.section.mint { background: var(--mint); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 34px; }
.section-head h1, .section-head h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(38px, 4.2vw, 60px); line-height: 1; font-weight: 500; }
.section-head p { max-width: 490px; margin: 10px 0 0; color: var(--muted); line-height: 1.7; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 22px; }
.product-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(71,81,61,.12);
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(34,50,29,.045);
    transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover { transform: translateY(-7px); box-shadow: var(--soft-shadow); }
.product-media { position: relative; margin: 8px; }
.product-image {
    position: relative;
    aspect-ratio: 1 / 1.02;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    background: #f5f1e8;
}
.product-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 8px;
    object-fit: contain;
    transition: opacity .35s ease, transform .5s ease;
}
.product-image img.hover { opacity: 0; }
.product-card:hover .product-image img.primary { opacity: 0; transform: scale(1.025); }
.product-card:hover .product-image img.hover { opacity: 1; transform: scale(1.035); }
.product-card.show-hover .product-image img.primary { opacity: 0; transform: scale(1.025); }
.product-card.show-hover .product-image img.hover { opacity: 1; transform: scale(1.035); }
.image-shine { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.5) 48%, transparent 66%); transform: translateX(-120%); transition: transform .65s ease; pointer-events: none; }
.product-card:hover .image-shine { transform: translateX(120%); }
.badge { position: absolute; z-index: 2; top: 12px; padding: 6px 9px; border-radius: 14px; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.badge.new { left: 12px; background: #fff; color: var(--forest); }
.badge.sale { right: 12px; background: var(--turmeric); color: #fff; }
.product-actions { position: absolute; z-index: 4; right: 12px; bottom: 12px; display: flex; gap: 7px; opacity: 0; transform: translateY(8px); transition: .22s ease; }
.product-card:hover .product-actions { opacity: 1; transform: translateY(0); }
.product-actions .icon-button { width: 38px; height: 38px; background: #fff; }
.mobile-image-dots { display: none; }
.mobile-image-dots span { transition: width .2s ease, background-color .2s ease; }
.product-card-body { padding: 10px 16px 17px; }
.product-meta { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 8px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.rating-inline { color: #555b50; white-space: nowrap; letter-spacing: 0; text-transform: none; }
.rating-inline b, .rating-line span { color: var(--turmeric); letter-spacing: 1px; }
.product-card h3 { min-height: 48px; margin-bottom: 7px; font-family: Georgia, serif; font-size: 20px; line-height: 1.2; font-weight: 600; }
.product-benefit { min-height: 42px; margin-bottom: 13px; color: var(--muted); font-size: 12px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price-row { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin: 0; }
.price-row strong { font-size: 18px; }
.price-row del { color: #939188; font-size: 12px; }
.product-add-button { min-height: 38px; padding: 0 13px; border-color: var(--forest); background: var(--forest); color: #fff; font-size: 9px; }
.product-add-button svg { width: 14px; }

.taxonomy-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.taxonomy-card {
    position: relative;
    min-height: 210px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 22px;
    border-radius: 8px;
    background: #d8e2cc;
    transition: transform .25s ease;
}
.taxonomy-card:nth-child(2n) { background: #efdfbf; }
.taxonomy-card:nth-child(3n) { background: #ead5d1; }
.taxonomy-card:hover { transform: translateY(-5px); }
.taxonomy-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .94; transform: scale(1.02); transition: transform .42s ease; }
.taxonomy-card:hover img { transform: scale(1.08); }
.taxonomy-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(21,31,18,.05), rgba(21,31,18,.1) 42%, rgba(21,31,18,.78)); }
.taxonomy-card div { position: relative; z-index: 2; color: #fff; }
.taxonomy-card h3 { margin-bottom: 6px; font-family: Georgia, serif; font-size: 25px; line-height: 1; }
.taxonomy-card span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.herb-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.herb-chip { min-height: 130px; display: grid; grid-template-columns: 42px 1fr; align-content: center; gap: 3px 13px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--cream); transition: .22s ease; }
.herb-chip:hover { background: var(--forest); color: #fff; transform: translateY(-4px); }
.herb-chip > svg { grid-row: 1/3; width: 36px; height: 36px; color: var(--turmeric); }
.herb-chip span { font-family: Georgia,serif; font-size: 23px; }
.herb-chip small { color: var(--muted); line-height: 1.45; }
.herb-chip:hover small { color: #dce2d9; }
.combo-band { background: #ead5c9; }
.combo-home { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 40px; }
.combo-copy h2 { font-family: Georgia,serif; font-size: clamp(42px,5vw,68px); line-height: 1; font-weight: 500; }
.combo-copy p { color: var(--muted); line-height: 1.8; }
.combo-products { min-height: 420px; display: flex; align-items: end; justify-content: center; overflow: hidden; }
.combo-products img { width: 31%; max-height: 390px; object-fit: contain; filter: drop-shadow(0 20px 18px rgba(48,39,27,.14)); }
.combo-products img:nth-child(2) { width: 27%; transform: translateY(-24px); }
.section, .factory, .combo-band, .newsletter-band { content-visibility: auto; contain-intrinsic-size: 700px; }
.combo-page { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: start; }
.combo-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.combo-gallery figure { margin: 0; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.combo-gallery img { width: 100%; aspect-ratio: .82/1; object-fit: contain; background: #f4f0e7; }
.combo-gallery figcaption { padding: 12px 4px 3px; font-size: 11px; line-height: 1.4; }
.combo-summary { position: sticky; top: 100px; padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.combo-summary h1 { font-family: Georgia,serif; font-size: clamp(42px,5vw,64px); line-height: 1; font-weight: 500; }

.factory { display: grid; grid-template-columns: 56% 44%; background: #e7ddcb; overflow: hidden; }
.factory-media { position: relative; min-height: 630px; overflow: hidden; }
.factory-media img { width: 100%; height: 100%; object-fit: cover; }
.factory-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 86px); }
.factory-copy h2 { font-family: Georgia, serif; font-size: clamp(42px, 4.5vw, 66px); font-weight: 500; line-height: 1; }
.factory-copy p { color: var(--muted); line-height: 1.8; }
.stat { display: flex; align-items: center; gap: 14px; margin: 18px 0 26px; }
.stat strong { font-family: Georgia, serif; font-size: 52px; color: var(--forest); }

.filters {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 13px;
}
.filter-panel {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.filters label { display: grid; gap: 6px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.filters .filter-actions { display: flex; align-items: end; gap: 8px; }
.filter-drawer-head { display: none; }
.shop-head-actions { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 12px; }

.breadcrumb { padding: 17px 0; color: var(--muted); font-size: 11px; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 7px; color: #aaa396; }
.product-page { padding: 0 0 88px; }
.product-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(380px,.95fr); gap: clamp(35px,5vw,70px); align-items: start; }
.product-gallery { display: grid; grid-template-columns: 84px 1fr; gap: 12px; align-items: start; }
.gallery-thumbs { display: grid; align-content: start; gap: 9px; max-height: min(620px, calc(100vh - 130px)); overflow-y: auto; padding: 2px; overscroll-behavior: contain; scrollbar-width: thin; }
.gallery-thumbs button { aspect-ratio: 1; overflow: hidden; padding: 4px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.gallery-thumbs button.active { border-color: var(--forest); box-shadow: 0 0 0 1px var(--forest); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.gallery-stage { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 8px; background: #f2ede3; touch-action: pan-y pinch-zoom; cursor: grab; user-select: none; -webkit-user-select: none; }
.gallery-stage img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 12px; object-fit: contain; opacity: 0; transform: scale(.98); transition: .3s ease; pointer-events: none; user-select: none; -webkit-user-drag: none; }
.gallery-stage img.active { opacity: 1; transform: scale(1); }
.gallery-nav { position: absolute; z-index: 4; top: 50%; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(64,81,38,.18); border-radius: 50%; background: rgba(255,255,255,.9); color: var(--forest); box-shadow: 0 8px 24px rgba(32,35,26,.12); transform: translateY(-50%); transition: .2s ease; }
.gallery-nav:hover { background: var(--forest); color: #fff; }
.gallery-nav.prev { left: 12px; }
.gallery-nav.next { right: 12px; }
.gallery-nav svg { width: 20px; height: 20px; }
.product-summary { position: sticky; top: 96px; }
.product-summary h1 { margin-bottom: 15px; font-family: Georgia, serif; font-size: clamp(39px,4.6vw,62px); font-weight: 500; line-height: 1; overflow-wrap: anywhere; }
.rating-line { display: flex; align-items: center; gap: 8px; margin-bottom: 15px; font-size: 12px; }
.rating-line small { color: var(--muted); }
.discount-copy { padding: 4px 7px; border-radius: 12px; background: #fff0ca; color: #825d0f; font-size: 10px; font-weight: 800; }
.product-summary .lead { color: var(--muted); font-size: 15px; line-height: 1.75; }
.stock { display: inline-flex; align-items: center; gap: 5px; margin: 7px 0 15px; padding: 6px 9px; border-radius: 14px; background: #e2efdd; color: var(--success); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.stock.out { background: #f5dfdc; color: var(--danger); }
.benefit-list { display: grid; gap: 8px; margin: 18px 0; padding: 0; list-style: none; }
.benefit-list li { display: flex; gap: 9px; align-items: flex-start; color: #4f544b; font-size: 13px; }
.benefit-list svg { width: 17px; height: 17px; flex: 0 0 auto; color: var(--forest-2); }
.buy-row { display: grid; grid-template-columns: 120px 1fr 1fr; gap: 9px; margin: 20px 0 10px; }
.quantity-control { min-height: 46px; display: grid; grid-template-columns: 36px 1fr 36px; align-items: center; border: 1px solid var(--line); border-radius: 24px; background: #fff; overflow: hidden; }
.quantity-control button { height: 100%; display: grid; place-items: center; padding: 0; border: 0; background: transparent; }
.quantity-control input { min-height: 0; padding: 0; border: 0; text-align: center; appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button { display: none; }
.product-secondary-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.delivery-check { margin-top: 20px; padding: 18px; border: 1px dashed #b8b3a7; border-radius: 7px; background: rgba(255,255,255,.55); }
.delivery-check h3 { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: 14px; }
.delivery-check form { display: flex; gap: 8px; }
.delivery-check input { min-height: 42px; }
.product-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.product-facts div { padding: 13px; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.product-facts span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.product-facts strong { font-size: 12px; }
.detail-sections { margin-top: 65px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.detail-block { padding: 35px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-block:nth-child(2n) { border-right: 0; }
.detail-block h2 { font-family: Georgia,serif; font-size: 32px; font-weight: 500; }
.detail-block p { color: var(--muted); line-height: 1.8; }
.a-plus { margin-top: 54px; overflow: hidden; border-radius: 8px; }
.a-plus img { width: 100%; height: auto; object-fit: contain; }
.faq-review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { padding: 18px 0; font-weight: 800; cursor: pointer; }
.accordion details p { color: var(--muted); line-height: 1.7; }
.review-card { padding: 20px; margin-bottom: 10px; background: #fff; border: 1px solid var(--line); border-radius: 7px; }
.review-card .stars { color: var(--turmeric); }
.review-card p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.review-form { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 7px; }

.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.form-grid label { display: grid; gap: 6px; font-size: 12px; font-weight: 750; }
.form-grid .full { grid-column: 1/-1; }
.auth-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: #eae2d5; }
.auth-panel { width: min(100%,560px); padding: 34px; margin: auto; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.auth-panel.installer { width: min(100%,760px); }
.brand-lockup { margin-bottom: 22px; font-family: Georgia,serif; font-size: 26px; color: var(--forest); }
.alert, .flash { padding: 12px 16px; border: 1px solid; border-radius: 5px; }
.flash { position: fixed; z-index: 500; top: 124px; left: 50%; width: min(calc(100% - 32px),540px); transform: translateX(-50%); box-shadow: var(--soft-shadow); transition: .25s ease; }
.flash.fade { opacity: 0; transform: translate(-50%,-10px); }
.alert.error, .flash.error { background: #fff1ef; border-color: #d7a6a0; color: var(--danger); }
.alert.success, .flash.success { background: #edf7eb; border-color: #9abe94; color: var(--success); }
.empty-state { padding: 55px 24px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.empty-state > svg { width: 42px; height: 42px; margin: 0 auto 15px; color: var(--forest-2); }

.cart-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); }
.cart-table th, .cart-table td { padding: 15px; border-bottom: 1px solid var(--line); text-align: left; }
.cart-table th { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.cart-product { display: flex; align-items: center; gap: 14px; }
.cart-product img { width: 90px; height: 90px; padding: 5px; object-fit: contain; background: #f5f1e8; border-radius: 6px; }
.inline-form, .coupon-form { display: flex; align-items: center; gap: 8px; }
.quantity-input { width: 70px; }
.cart-footer { display: grid; grid-template-columns: 1fr minmax(320px,430px); gap: 28px; align-items: start; margin-top: 22px; }
.coupon-form, .cart-totals, .order-summary { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.coupon-form input { max-width: 250px; }
.summary-line, .summary-total, .cart-totals > div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.summary-total, .grand-total { font-size: 19px; }
.cart-totals .button { width: 100%; margin-top: 17px; }
.checkout-layout { display: grid; grid-template-columns: 1fr 400px; gap: 34px; }
.payment-option { display: flex!important; grid-template-columns: none!important; align-items: flex-start; gap: 10px; padding: 15px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.payment-option input { width: auto; min-height: 0; margin-top: 4px; }
.payment-option span { display: grid; gap: 3px; }
.payment-option small { color: var(--muted); font-weight: 500; }
.payment-option.disabled { opacity: .55; }
.checkout-form-panel { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.checkout-step { display: flex; align-items: center; gap: 11px; margin-top: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.checkout-step:first-child { margin-top: 0; }
.checkout-step span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: #fff; font-size: 11px; }
.checkout-step h2 { margin: 0; font-family: Georgia,serif; font-size: 25px; font-weight: 500; }
.checkout-item { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.checkout-item img { width: 58px; height: 64px; object-fit: contain; background: #f5f1e8; }
.checkout-item span { font-size: 11px; font-weight: 700; }
.checkout-item small { display: block; margin-top: 3px; color: var(--muted); font-weight: 500; }
.checkout-item strong { font-size: 12px; }
.secure-note { display: flex; align-items: center; gap: 7px; margin: 17px 0 0; color: var(--muted); font-size: 10px; }
.secure-note svg { width: 15px; }
.thank-you { max-width: 720px; margin: auto; padding: 55px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--soft-shadow); }
.success-mark { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: var(--mint); color: var(--forest); }
.success-mark svg { width: 36px; height: 36px; }
.thank-you .eyebrow { justify-content: center; }
.thank-you h1 { font-family: Georgia,serif; font-size: clamp(42px,6vw,65px); line-height: 1; font-weight: 500; }
.order-id-box { display: grid; gap: 5px; max-width: 390px; margin: 25px auto; padding: 20px; border: 1px dashed var(--forest-2); border-radius: 7px; background: var(--cream); }
.order-id-box span, .order-id-box small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.order-id-box strong { font-size: 24px; color: var(--forest); }
.thank-you .hero-actions { justify-content: center; }
.whatsapp-placeholder { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 25px; color: var(--muted); font-size: 11px; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: start; }
.contact-layout h1 { font-family: Georgia,serif; font-size: clamp(48px,6vw,76px); line-height: .98; font-weight: 500; }
.contact-layout > section > p:not(.eyebrow,.whatsapp-placeholder) { color: var(--muted); line-height: 1.8; }
.contact-details { display: grid; gap: 10px; margin-top: 28px; }
.contact-details > * { display: flex; align-items: center; gap: 13px; padding: 14px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.contact-details > * > svg { color: var(--forest); }
.contact-details span { display: grid; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.contact-details strong { color: var(--ink); font-size: 13px; text-transform: none; letter-spacing: 0; }
.content-page { max-width: 850px; }
.content-page h1 { font-family: Georgia,serif; font-size: clamp(42px,6vw,72px); font-weight: 500; }
.prose { color: var(--muted); font-size: 16px; line-height: 1.85; }
.pagination { display: flex; justify-content: center; gap: 7px; margin-top: 35px; }
.pagination a, .pagination span { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.pagination .active { background: var(--forest); color: #fff; }

.newsletter-band { padding: 54px 0; background: var(--turmeric); color: #251f14; }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; }
.newsletter-inner h2 { max-width: 560px; margin: 8px 0 0; font-family: Georgia,serif; font-size: clamp(32px,4vw,50px); line-height: 1; font-weight: 500; }
.newsletter-inner form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.site-footer { padding: 65px 0 20px; background: #152217; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.55fr repeat(3,1fr); gap: 50px; }
.footer-brand img { width: 205px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 400px; margin: 20px 0; color: #bfc5bc; line-height: 1.75; }
.footer-promise { display: flex; gap: 8px; align-items: center; color: #e6ba4a; font-size: 12px; font-weight: 800; }
.footer-main > div:not(.footer-brand) { display: grid; align-content: start; gap: 11px; }
.footer-main h3 { margin-bottom: 8px; font-size: 14px; }
.footer-main a, .footer-main p { color: #bdc4ba; font-size: 12px; }
.footer-main a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.14); color: #929b90; font-size: 10px; }
.footer-bottom div { display: flex; gap: 20px; }

.quick-view { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(17,27,17,.72); backdrop-filter: blur(5px); }
.quick-view[hidden] { display: none; }
.quick-view-panel { position: relative; width: min(100%,920px); max-height: calc(100vh - 40px); overflow: auto; padding: 25px; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.quick-view-panel .close { position: absolute; z-index: 5; top: 12px; right: 12px; }
.quick-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 32px; align-items: center; }
.quick-main-image { position: relative; aspect-ratio: 1; background: #f3eee5; border-radius: 7px; overflow: hidden; }
.quick-main-image img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 8px; object-fit: contain; opacity: 0; transition: .25s ease; }
.quick-main-image img.active { opacity: 1; }
.quick-dots { display: flex; justify-content: center; gap: 6px; margin-top: 12px; }
.quick-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #b8b5ad; }
.quick-dots button.active { width: 22px; border-radius: 4px; background: var(--forest); }
.quick-copy h2 { margin-bottom: 12px; font-family: Georgia,serif; font-size: clamp(32px,4vw,48px); line-height: 1; font-weight: 500; }
.quick-description { color: var(--muted); line-height: 1.7; }
.quick-cart-form { display: grid; grid-template-columns: 115px 1fr; gap: 8px; margin: 20px 0 9px; }
.quick-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.wishlist-button.active svg { fill: currentColor; }
.modal-loading { min-height: 420px; display: grid; place-items: center; align-content: center; gap: 13px; color: var(--muted); }
.modal-loading span { width: 35px; height: 35px; border: 3px solid var(--cream-2); border-top-color: var(--forest); border-radius: 50%; animation: spin .8s linear infinite; }
.toast { position: fixed; z-index: 1200; left: 50%; bottom: 28px; max-width: calc(100% - 30px); padding: 12px 18px; border-radius: 22px; background: #172218; color: #fff; font-size: 12px; box-shadow: var(--shadow); opacity: 0; transform: translate(-50%,12px); transition: .22s ease; }
.toast.show { opacity: 1; transform: translate(-50%,0); }
@keyframes spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: no-preference) {
    [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
    [data-reveal].visible { opacity: 1; transform: translateY(0); }
    .floating-leaf { animation: floatLeaf 6s ease-in-out infinite alternate; }
    .floating-leaf.two { animation-delay: -2s; }
    @keyframes floatLeaf { to { translate: 0 -13px; rotate: 8deg; } }
}

@media (max-width: 1180px) {
    .header-inner { grid-template-columns: 140px minmax(0,1fr) auto; gap: 10px; }
    .main-nav > a, .nav-trigger { padding-inline: 7px; font-size: 11px; }
    .site-logo img { width: 135px; }
}

@media (max-width: 1080px) {
    .announcement { grid-template-columns: 1fr 1fr; }
    .announcement-center { display: none; }
    .header-inner { min-height: 70px; grid-template-columns: 42px 1fr auto; }
    .mobile-menu-toggle { display: inline-grid; }
    .site-logo { justify-self: center; }
    .main-nav {
        position: fixed;
        z-index: 150;
        inset: 0 auto 0 0;
        width: min(88vw,380px);
        display: block;
        padding: 14px 18px 35px;
        overflow-y: auto;
        background: var(--cream);
        transform: translateX(-105%);
        transition: transform .25s ease;
    }
    .main-nav.open { transform: translateX(0); }
    .mobile-nav-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
    .mobile-nav-head img { width: 155px; height: 50px; object-fit: contain; }
    .main-nav > a, .nav-trigger { width: 100%; min-height: 48px; justify-content: space-between; padding: 0 8px; border-bottom: 1px solid var(--line); font-size: 13px; }
    .mobile-only-link { display: flex; }
    .mega-menu {
        position: static;
        width: 100%;
        max-height: 0;
        display: block;
        overflow: hidden;
        padding: 0;
        border: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: max-height .3s ease;
    }
    .nav-group.expanded .mega-menu { max-height: 760px; }
    .mega-intro { display: none; }
    .mega-product-list { display: grid; grid-template-columns: 1fr; padding: 8px 0; }
    .simple-mega, .herb-mega { display: grid; grid-template-columns: 1fr 1fr; padding: 8px 0; }
    .nav-backdrop { position: fixed; z-index: 140; inset: 0; background: rgba(14,24,15,.55); }
    .desktop-account, .desktop-wishlist { display: none; }
    .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .taxonomy-strip { grid-template-columns: repeat(2,1fr); }
    .factory, .product-layout, .checkout-layout, .cart-footer { grid-template-columns: 1fr; }
    .factory-media { min-height: 520px; }
    .product-summary { position: static; }
    .filters { grid-template-columns: repeat(2,1fr); }
    .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-main > div:last-child { grid-column: 2/-1; }
}

@media (max-width: 700px) {
    body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
    .container { width: min(100% - 24px,1240px); }
    .announcement { min-height: 28px; padding-inline: 12px; font-size: 8px; }
    .announcement a { font-size: 0; }
    .announcement a::before { content: "Track order"; font-size: 8px; }
    .header-inner { width: calc(100% - 24px); min-height: 62px; }
    .site-logo img { width: 118px; height: 48px; }
    .header-actions .icon-button { width: 36px; height: 36px; }
    .cart-pill { width: 38px; min-height: 38px; padding: 0; display: grid; place-items: center; }
    .cart-pill .cart-label, .cart-pill b { display: none; }
    .search-drawer { top: 90px; padding: 12px; }
    .hero { min-height: 650px; align-items: flex-start; background-position: 63% bottom; }
    .hero::after { background: linear-gradient(180deg, rgba(248,239,223,.98) 0%, rgba(248,239,223,.88) 37%, rgba(248,239,223,.14) 67%, transparent 100%); }
    .hero-content { width: calc(100% - 28px); }
    .hero-copy { max-width: 420px; padding: 42px 0; text-align: center; }
    .hero-copy .eyebrow { justify-content: center; }
    .hero h1 { font-size: 48px; }
    .hero p:not(.eyebrow) { font-size: 14px; }
    .hero-actions { justify-content: center; flex-wrap: wrap; }
    .hero-note {
        width: min(100%, 350px);
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        margin: 26px auto 0;
        overflow: hidden;
        border: 1px solid rgba(56,82,50,.14);
        border-radius: 8px;
        background: rgba(255,255,255,.88);
        box-shadow: 0 12px 28px rgba(44,55,36,.1);
        backdrop-filter: blur(10px);
    }
    .hero-note span {
        min-height: 64px;
        display: grid;
        place-items: center;
        align-content: center;
        gap: 4px;
        padding: 7px 5px;
        border-right: 1px solid rgba(56,82,50,.12);
        font-size: 8px;
        line-height: 1.25;
    }
    .hero-note span:last-child { border-right: 0; }
    .hero-note svg { width: 19px; height: 19px; }
    .floating-leaf { display: none; }
    .benefits { width: calc(100% - 24px); grid-template-columns: 1fr; margin-top: -22px; }
    .benefit { padding: 16px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
    .benefit:last-child { border-bottom: 0; }
    .benefit-icon { width: 38px; height: 38px; }
    .section { padding: 58px 0; }
    .section-head { display: block; margin-bottom: 25px; }
    .section-head h1, .section-head h2 { font-size: 39px; }
    .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
    .herb-grid { grid-template-columns: repeat(2,1fr); gap: 8px; }
    .herb-chip { min-height: 105px; grid-template-columns: 30px 1fr; padding: 13px; }
    .herb-chip > svg { width: 26px; height: 26px; }
    .herb-chip span { font-size: 17px; }
    .herb-chip small { font-size: 9px; }
    .product-card { border-radius: 7px; }
    .product-media { margin: 5px; }
    .product-image { aspect-ratio: 1 / 1.08; }
    .product-image img { padding: 4px; }
    .badge { top: 7px; padding: 4px 6px; font-size: 7px; }
    .badge.new { left: 7px; }
    .badge.sale { right: 7px; }
    .product-actions { top: 35px; right: 8px; bottom: auto; display: grid; opacity: 1; transform: none; }
    .product-actions .icon-button { width: 31px; height: 31px; }
    .product-actions .icon-button svg { width: 15px; }
    .mobile-image-dots { display: flex; position: absolute; z-index: 3; bottom: 7px; left: 50%; gap: 4px; transform: translateX(-50%); }
    .mobile-image-dots span { width: 5px; height: 5px; border-radius: 50%; background: #c7c4ba; }
    .mobile-image-dots .active { width: 15px; border-radius: 3px; background: var(--forest); }
    .product-card.show-hover .mobile-image-dots span:first-child { width: 5px; background: #c7c4ba; }
    .product-card.show-hover .mobile-image-dots span:last-child { width: 15px; border-radius: 3px; background: var(--forest); }
    .product-card-body { padding: 7px 9px 11px; }
    .product-meta { display: block; margin-bottom: 5px; font-size: 7px; }
    .rating-inline { display: block; margin-top: 4px; font-size: 8px; }
    .product-card h3 { min-height: 39px; margin-bottom: 5px; font-size: 15px; }
    .product-benefit { min-height: 34px; margin-bottom: 8px; font-size: 9px; line-height: 1.4; }
    .product-card-foot { display: block; }
    .price-row { margin-bottom: 8px; }
    .price-row strong { font-size: 15px; }
    .price-row del { font-size: 9px; }
    .product-add-button { width: 100%; min-height: 34px; padding: 0 7px; font-size: 8px; }
    .taxonomy-strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 5px; scrollbar-width: none; }
    .taxonomy-card { min-width: 78vw; scroll-snap-align: start; }
    .factory-media { min-height: 380px; }
    .factory-copy { padding: 38px 22px; }
    .factory-copy h2 { font-size: 42px; }
    .mobile-filter-button { display: inline-flex; }
    .filter-panel {
        position: fixed;
        z-index: 1000;
        inset: 0;
        display: flex;
        align-items: flex-end;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: rgba(16,26,16,.56);
        opacity: 0;
        visibility: hidden;
        transition: .22s ease;
    }
    .filter-panel.open { opacity: 1; visibility: visible; }
    .filter-panel-inner { width: 100%; max-height: 86vh; overflow-y: auto; padding: 18px 16px calc(24px + env(safe-area-inset-bottom)); border-radius: 18px 18px 0 0; background: var(--cream); transform: translateY(100%); transition: transform .25s ease; }
    .filter-panel.open .filter-panel-inner { transform: translateY(0); }
    .filter-drawer-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 17px; }
    .filters { grid-template-columns: 1fr; }
    .filter-actions { display: grid!important; grid-template-columns: 1fr 1fr; }
    .product-layout { gap: 28px; }
    .product-gallery { grid-template-columns: 1fr; }
    .gallery-stage { aspect-ratio: 1 / 1.08; touch-action: pan-y; }
    .gallery-thumbs { order: 2; display: flex; gap: 8px; overflow-x: auto; overflow-y: hidden; max-height: none; padding: 4px 2px 10px; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: pan-x; }
    .gallery-thumbs::-webkit-scrollbar { display: none; }
    .gallery-thumbs button { width: 72px; flex: 0 0 72px; }
    .gallery-thumbs button { scroll-snap-align: start; }
    .gallery-nav { width: 36px; height: 36px; background: rgba(255,255,255,.94); }
    .gallery-nav.prev { left: 8px; }
    .gallery-nav.next { right: 8px; }
    .product-summary h1 { font-size: 40px; }
    .buy-row { grid-template-columns: 100px 1fr; }
    .buy-row .buy-now { grid-column: 1/-1; }
    .product-secondary-actions, .product-facts, .detail-grid, .faq-review-grid { grid-template-columns: 1fr; }
    .detail-block { padding: 25px 4px; border-right: 0; }
    .delivery-check form { display: grid; grid-template-columns: 1fr auto; }
    .form-grid, .quick-grid, .newsletter-inner { grid-template-columns: 1fr; }
    .combo-home, .combo-page, .contact-layout { grid-template-columns: 1fr; }
    .combo-products { min-height: 300px; }
    .combo-gallery { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 5px; }
    .combo-gallery figure { padding: 5px; }
    .combo-gallery figcaption { font-size: 8px; }
    .combo-summary { position: static; padding: 22px; }
    .checkout-form-panel { padding: 18px; }
    .thank-you { padding: 35px 18px; }
    .form-grid .full { grid-column: auto; }
    .cart-table, .cart-table tbody, .cart-table tr, .cart-table td { display: block; }
    .cart-table thead { display: none; }
    .cart-table tr { padding: 12px; border-bottom: 1px solid var(--line); }
    .cart-table td { padding: 6px; border: 0; }
    .inline-form, .coupon-form { align-items: stretch; flex-wrap: wrap; }
    .coupon-form input { max-width: none; flex: 1 1 160px; }
    .newsletter-band { padding: 42px 0; }
    .newsletter-inner { gap: 22px; }
    .newsletter-inner form { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
    .footer-brand { grid-column: 1/-1; }
    .footer-main > div:last-child { grid-column: auto; }
    .footer-bottom { display: block; padding-bottom: 15px; }
    .footer-bottom div { margin-top: 8px; flex-wrap: wrap; }
    .quick-view { padding: 0; align-items: end; }
    .quick-view-panel { width: 100%; max-height: 91vh; padding: 18px; border-radius: 18px 18px 0 0; }
    .quick-grid { gap: 18px; }
    .quick-main-image { aspect-ratio: 1.22 / 1; }
    .quick-copy h2 { font-size: 34px; }
    .quick-cart-form { grid-template-columns: 100px 1fr; }
    .quick-links { grid-template-columns: 1fr; }
    .mobile-bottom-nav {
        position: fixed;
        z-index: 800;
        left: 8px;
        right: 8px;
        bottom: calc(8px + env(safe-area-inset-bottom));
        height: 62px;
        display: grid;
        grid-template-columns: repeat(5,1fr);
        padding: 6px;
        border: 1px solid rgba(255,255,255,.55);
        border-radius: 18px;
        background: rgba(255,255,255,.94);
        box-shadow: 0 12px 40px rgba(27,43,25,.22);
        backdrop-filter: blur(15px);
    }
    .mobile-bottom-nav a { position: relative; display: grid; place-items: center; align-content: center; gap: 2px; color: #697064; font-size: 8px; font-weight: 750; }
    .mobile-bottom-nav a.active { color: var(--forest); }
    .mobile-bottom-nav a.active::before { content: ""; position: absolute; top: -2px; width: 22px; height: 3px; border-radius: 3px; background: var(--turmeric); }
    .mobile-bottom-nav svg { width: 19px; height: 19px; }
    .mobile-bottom-nav b { top: 0; right: 20%; border-color: #fff; }
    .toast { bottom: 84px; }
}

@media (max-width: 380px) {
    .product-grid { gap: 8px; }
    .product-card h3 { font-size: 14px; }
    .product-add-button span { font-size: 7px; }
    .main-nav { width: 92vw; }
}
