:root {
  --forest-950: #0d2b22;
  --forest-900: #12362b;
  --forest-800: #173f32;
  --forest-700: #215744;
  --forest-600: #2e6d55;
  --sage-100: #e8efe9;
  --sage-50: #f4f7f3;
  --ivory: #fbf8f1;
  --paper: #fffdf9;
  --beige-100: #f0e8da;
  --beige-200: #e2d5c1;
  --gold: #c49b4c;
  --gold-soft: #e5cc95;
  --ink: #1e2924;
  --muted: #647069;
  --line: #dfe5df;
  --danger: #a33d31;
  --success: #26704e;
  --shadow-sm: 0 4px 18px rgba(17, 53, 42, .08);
  --shadow-md: 0 18px 50px rgba(17, 53, 42, .14);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 26px;
  --container: 1240px;
  --header-height: 138px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.18; color: var(--forest-950); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { font-size: clamp(2.45rem, 5vw, 4.9rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.45rem); }
h3 { font-size: 1.18rem; }
p { color: var(--muted); }
button, [role="button"], a { transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
:focus-visible { outline: 3px solid rgba(196, 155, 76, .55); outline-offset: 3px; }

.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; background: white; color: var(--forest-900); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.mobile-only { display: none !important; }

.demo-bar { background: var(--forest-950); color: #fff; font-size: .88rem; }
.demo-bar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.demo-bar__brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 650; }
.demo-bar__brand:hover { color: var(--gold-soft); }
.demo-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-soft); box-shadow: 0 0 0 4px rgba(229, 204, 149, .16); }
.demo-bar__note { color: rgba(255,255,255,.72); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,253,249,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-main { min-height: 86px; display: grid; grid-template-columns: 270px minmax(360px, 1fr) auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-width: 0; gap: 12px; }
.brand__mark { flex: 0 0 auto; width: 46px; height: 46px; color: var(--gold); padding: 7px; border-radius: 50%; border: 1px solid var(--gold-soft); background: var(--forest-900); }
.brand__text { display: grid; min-width: 0; line-height: 1.15; }
.brand__text strong { font-family: Georgia, serif; color: var(--forest-950); font-size: 1.05rem; font-weight: 600; white-space: nowrap; }
.brand__text small { margin-top: 5px; color: var(--muted); font-size: .72rem; white-space: nowrap; }
.header-search, .mobile-search { display: flex; align-items: center; border: 1px solid var(--line); background: var(--sage-50); border-radius: 999px; overflow: hidden; }
.header-search:focus-within, .mobile-search:focus-within { border-color: var(--forest-600); box-shadow: 0 0 0 3px rgba(46,109,85,.12); }
.header-search svg { width: 20px; margin-left: 18px; color: var(--muted); }
.header-search input, .mobile-search input { width: 100%; min-width: 0; padding: 12px 12px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.header-search button { align-self: stretch; padding: 0 22px; border: 0; background: var(--forest-800); color: #fff; font-weight: 700; cursor: pointer; }
.header-search button:hover { background: var(--forest-700); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.action-link { position: relative; display: grid; justify-items: center; gap: 1px; min-width: 48px; color: var(--forest-950); font-size: .73rem; }
.action-link:hover { color: var(--forest-600); }
.action-link svg { width: 23px; height: 23px; }
.count-badge { position: absolute; top: -7px; right: 1px; display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 99px; background: var(--gold); color: var(--forest-950); border: 2px solid var(--paper); font-size: .65rem; line-height: 1; }
.desktop-nav-wrap { border-top: 1px solid rgba(223,229,223,.75); }
.desktop-nav { display: flex; min-height: 49px; align-items: center; justify-content: center; gap: 31px; color: var(--forest-900); font-size: .91rem; font-weight: 650; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -13px; height: 2px; background: var(--gold); transition: right .2s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.icon-btn { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.icon-btn svg { width: 22px; height: 22px; }
.mobile-nav, .nav-overlay { display: none; }

#main-content { min-height: 50vh; }
.page-loading { padding: 30px 0 70px; }
.skeleton { position: relative; overflow: hidden; background: #edf0ec; border-radius: var(--radius); }
.skeleton::after { content: ""; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent); animation: shimmer 1.25s infinite; }
.skeleton--hero { height: 520px; border-radius: 0; }
.skeleton-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 42px; }
.skeleton--card { height: 420px; }
@keyframes shimmer { to { transform: translateX(100%); } }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--forest-700); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--gold-soft); }
.section { padding: 92px 0; }
.section--compact { padding: 64px 0; }
.section--tint { background: var(--sage-50); }
.section--ivory { background: var(--ivory); }
.section-heading { max-width: 700px; margin-bottom: 34px; }
.section-heading--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2 { margin-bottom: 12px; }
.section-heading p { max-width: 640px; margin-bottom: 0; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--forest-700); font-weight: 750; }
.text-link:hover { color: var(--gold); }
.text-link svg { width: 18px; }

.btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 11px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; line-height: 1.2; cursor: pointer; text-align: center; }
.btn svg { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--forest-800); color: #fff; box-shadow: 0 9px 25px rgba(23,63,50,.2); }
.btn--primary:hover { background: var(--forest-700); box-shadow: 0 12px 30px rgba(23,63,50,.28); }
.btn--secondary { border-color: var(--forest-800); color: var(--forest-800); background: transparent; }
.btn--secondary:hover { background: var(--sage-100); }
.btn--ghost { background: #fff; border-color: var(--line); color: var(--forest-900); }
.btn--ghost:hover { border-color: var(--forest-700); }
.btn--gold { background: var(--gold-soft); color: var(--forest-950); }
.btn--gold:hover { background: #eed9a9; }
.btn--danger { color: var(--danger); border-color: #ecd0cc; background: #fff8f6; }
.btn--large { min-height: 54px; padding: 15px 26px; }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .5; cursor: not-allowed; transform: none; }

.hero { position: relative; background: var(--ivory); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; top: -240px; left: -160px; background: rgba(229,204,149,.22); filter: blur(2px); }
.hero__grid { min-height: 620px; display: grid; grid-template-columns: 43% 57%; align-items: center; }
.hero__content { position: relative; z-index: 2; padding: 72px 44px 72px 0; }
.hero h1 { max-width: 650px; margin-bottom: 20px; }
.hero__lead { max-width: 590px; font-size: 1.08rem; color: #55635b; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 28px; }
.hero__micro { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: .86rem; }
.hero__micro span { display: inline-flex; align-items: center; gap: 7px; }
.hero__micro svg { width: 17px; color: var(--success); }
.hero__visual { position: relative; align-self: stretch; min-height: 620px; overflow: hidden; border-radius: 0 0 0 44px; }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,248,241,.18), transparent 35%); pointer-events: none; }
.hero__card { position: absolute; z-index: 2; left: 26px; bottom: 26px; display: flex; align-items: center; gap: 18px; max-width: 360px; padding: 17px 20px; background: rgba(255,253,249,.93); border: 1px solid rgba(255,255,255,.75); border-radius: var(--radius); box-shadow: var(--shadow-md); backdrop-filter: blur(12px); }
.hero__card strong { display: block; color: var(--forest-950); }
.hero__card small { color: var(--muted); }
.hero__card-price { margin-left: auto; color: var(--forest-800); font-weight: 800; white-space: nowrap; }

.benefit-strip { background: #fff; border-bottom: 1px solid var(--line); }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.benefit { display: flex; align-items: center; gap: 13px; padding: 25px 22px; border-right: 1px solid var(--line); }
.benefit:last-child { border-right: 0; }
.benefit__icon { width: 42px; height: 42px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--sage-100); color: var(--forest-700); }
.benefit__icon svg { width: 21px; }
.benefit strong { display: block; font-size: .93rem; color: var(--forest-950); }
.benefit small { color: var(--muted); }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.category-card { position: relative; min-height: 340px; overflow: hidden; border-radius: var(--radius-lg); background: var(--forest-900); box-shadow: var(--shadow-sm); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(9,31,24,.88)); }
.category-card__body { position: absolute; z-index: 2; inset: auto 22px 22px; color: #fff; }
.category-card__body h3 { margin-bottom: 5px; color: #fff; font-family: Georgia, serif; font-size: 1.48rem; font-weight: 500; }
.category-card__body span { color: rgba(255,255,255,.76); font-size: .88rem; }
.category-card:hover img { transform: scale(1.035); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.product-card { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 3px 12px rgba(17,53,42,.04); }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.product-card__media { position: relative; aspect-ratio: 2 / 3; overflow: hidden; background: var(--ivory); }
.product-card__media > a { display: block; width: 100%; height: 100%; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-card__media img { transform: scale(1.025); }
.product-badge { position: absolute; z-index: 2; top: 13px; left: 13px; max-width: calc(100% - 65px); padding: 6px 10px; border-radius: 999px; background: rgba(255,253,249,.92); color: var(--forest-800); box-shadow: var(--shadow-sm); font-size: .72rem; font-weight: 800; }
.wishlist-btn { position: absolute; z-index: 3; top: 11px; right: 11px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(255,253,249,.9); color: var(--forest-900); cursor: pointer; backdrop-filter: blur(6px); }
.wishlist-btn svg { width: 20px; }
.wishlist-btn.active { background: var(--forest-800); color: #fff; }
.wishlist-btn.active svg { fill: currentColor; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.product-card__category { margin-bottom: 5px; color: var(--forest-600); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card__body h3 { margin-bottom: 8px; font-size: 1.05rem; }
.product-card__body h3 a:hover { color: var(--forest-600); }
.product-card__desc { display: -webkit-box; overflow: hidden; margin-bottom: 12px; font-size: .9rem; line-height: 1.5; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.rating { display: flex; align-items: center; gap: 6px; margin-bottom: 12px; color: var(--muted); font-size: .83rem; }
.stars { display: inline-flex; gap: 2px; color: var(--gold); }
.stars svg { width: 14px; height: 14px; fill: currentColor; stroke-width: 0; }
.product-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin-top: auto; }
.price { color: var(--forest-950); font-size: 1.2rem; font-weight: 850; }
.compare-price { color: #8a938e; font-size: .86rem; text-decoration: line-through; }
.demo-price { width: 100%; margin-top: 1px; color: var(--muted); font-size: .7rem; }
.product-card__actions { display: grid; grid-template-columns: 1fr auto; gap: 9px; margin-top: 16px; }
.product-card__actions .btn { min-height: 42px; padding: 9px 13px; font-size: .86rem; }
.quick-add { width: 42px; padding: 0; border-radius: 50%; }

.flash-section { background: var(--forest-950); color: #fff; overflow: hidden; }
.flash-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.flash-section h2, .flash-section p { color: #fff; }
.flash-section p { color: rgba(255,255,255,.72); }
.countdown { display: flex; gap: 10px; margin: 24px 0 28px; }
.countdown__item { min-width: 72px; padding: 13px 10px; text-align: center; border: 1px solid rgba(229,204,149,.28); border-radius: 12px; background: rgba(255,255,255,.06); }
.countdown__item strong { display: block; color: var(--gold-soft); font-size: 1.4rem; line-height: 1; }
.countdown__item small { color: rgba(255,255,255,.64); font-size: .68rem; text-transform: uppercase; }
.flash-card { display: grid; grid-template-columns: .8fr 1fr; overflow: hidden; background: #fff; border-radius: var(--radius-lg); color: var(--ink); }
.flash-card img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.flash-card__body { padding: 42px; align-self: center; }
.flash-card__body h3 { font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.flash-card__body p { color: var(--muted); }
.flash-card__body .rating { color: var(--muted); }

.bundle-feature { display: grid; grid-template-columns: 1.1fr .9fr; gap: 52px; align-items: center; }
.bundle-feature__image { position: relative; overflow: hidden; border-radius: var(--radius-lg); }
.bundle-feature__image img { width: 100%; min-height: 520px; object-fit: cover; }
.bundle-feature__content h2 { margin-bottom: 16px; }
.bundle-list { display: grid; gap: 12px; margin: 24px 0; padding: 0; list-style: none; }
.bundle-list li { display: flex; gap: 10px; color: var(--muted); }
.bundle-list svg { flex: 0 0 auto; width: 20px; color: var(--success); }
.bundle-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 22px; }
.bundle-price .price { font-size: 1.8rem; }

.ingredient-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ingredient-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.ingredient-card__number { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 21px; border-radius: 50%; background: var(--forest-800); color: var(--gold-soft); font-family: Georgia, serif; }
.ingredient-card p { margin-bottom: 0; font-size: .93rem; }

.finder { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--forest-800); color: #fff; }
.finder__intro { padding: 55px; }
.finder__intro h2, .finder__intro p { color: #fff; }
.finder__intro p { color: rgba(255,255,255,.72); }
.finder__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.finder-step { padding: 44px 26px; background: var(--paper); color: var(--ink); }
.finder-step span { display: block; color: var(--gold); font-family: Georgia, serif; font-size: 2.1rem; }
.finder-step h3 { margin: 10px 0; }
.finder-step p { margin: 0; font-size: .9rem; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.testimonial-card blockquote { margin: 17px 0 24px; color: #4e5c54; }
.testimonial-card__author { display: flex; align-items: center; gap: 12px; }
.avatar { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--sage-100); color: var(--forest-800); font-weight: 800; }
.testimonial-card__author strong { display: block; }
.testimonial-card__author small { color: var(--muted); }
.illustration-label { display: inline-flex; margin-left: auto; padding: 4px 8px; border-radius: 999px; background: var(--beige-100); color: #765d31; font-size: .65rem; font-weight: 800; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.article-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.article-card__body { padding: 22px; }
.article-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--forest-600); font-size: .76rem; font-weight: 750; }
.article-card h3 { margin: 12px 0 9px; font-size: 1.22rem; }
.article-card p { margin: 0; font-size: .92rem; }

.newsletter { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 46px 52px; border-radius: var(--radius-lg); background: var(--beige-100); }
.newsletter h2 { margin-bottom: 8px; font-size: clamp(1.8rem,3vw,2.7rem); }
.newsletter p { margin-bottom: 0; }
.newsletter form { display: flex; min-width: min(100%, 470px); padding: 5px; border: 1px solid var(--beige-200); border-radius: 999px; background: #fff; }
.newsletter input { flex: 1; min-width: 0; padding: 10px 15px; border: 0; outline: 0; background: transparent; }
.newsletter small { display: block; margin-top: 8px; color: var(--muted); text-align: right; }

.page-hero { padding: 64px 0 46px; background: var(--ivory); border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; color: var(--muted); font-size: .86rem; }
.breadcrumb a:hover { color: var(--forest-600); }
.page-hero h1 { margin-bottom: 12px; font-size: clamp(2.3rem,4.5vw,4.2rem); }
.page-hero p { max-width: 680px; margin-bottom: 0; font-size: 1.04rem; }

.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.catalog-toolbar__left { display: flex; align-items: center; gap: 12px; }
.catalog-toolbar p { margin: 0; }
.catalog-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 32px; align-items: start; }
.filter-panel { position: sticky; top: 164px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.filter-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.filter-head h2 { margin: 0; font-family: inherit; font-size: 1.16rem; font-weight: 800; letter-spacing: 0; }
.filter-group { padding: 20px 0; border-top: 1px solid var(--line); }
.filter-group h3 { margin-bottom: 12px; font-size: .94rem; }
.filter-option { display: flex; align-items: center; gap: 9px; margin: 9px 0; color: #4f5d55; font-size: .9rem; cursor: pointer; }
.filter-option input { width: 17px; height: 17px; accent-color: var(--forest-700); }
.price-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.field-mini label { display: block; margin-bottom: 4px; color: var(--muted); font-size: .72rem; }
.field-mini input { width: 100%; padding: 9px 8px; border: 1px solid var(--line); border-radius: 8px; }
.select { min-height: 44px; padding: 9px 38px 9px 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); }
.empty-state { grid-column: 1 / -1; padding: 64px 24px; border: 1px dashed var(--line); border-radius: var(--radius); background: var(--sage-50); text-align: center; }
.empty-state svg { width: 52px; color: var(--forest-600); }
.empty-state h2 { margin: 18px 0 8px; font-size: 1.8rem; }
.filter-toggle { display: none; }

.product-detail { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(390px,.95fr); gap: 54px; align-items: start; }
.gallery { display: grid; grid-template-columns: 86px minmax(0,1fr); gap: 15px; position: sticky; top: 164px; }
.gallery__thumbs { display: grid; gap: 10px; align-content: start; }
.gallery__thumb { padding: 0; overflow: hidden; aspect-ratio: 2 / 3; border: 2px solid transparent; border-radius: 11px; background: var(--ivory); cursor: pointer; }
.gallery__thumb.active { border-color: var(--forest-700); }
.gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery__main { position: relative; overflow: hidden; min-height: 620px; border-radius: var(--radius-lg); background: var(--ivory); cursor: zoom-in; }
.gallery__main img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.zoom-hint { position: absolute; right: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--forest-900); font-size: .75rem; box-shadow: var(--shadow-sm); }
.zoom-hint svg { width: 16px; }
.product-info .product-badge-inline { display: inline-flex; padding: 6px 11px; border-radius: 999px; background: var(--sage-100); color: var(--forest-700); font-size: .75rem; font-weight: 800; }
.product-info h1 { margin: 13px 0 14px; font-size: clamp(2.3rem,4vw,3.9rem); }
.product-info__short { font-size: 1.04rem; }
.detail-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; margin: 18px 0 8px; }
.detail-price .price { font-size: 1.8rem; }
.discount-pill { padding: 5px 8px; border-radius: 999px; background: #f5e5df; color: var(--danger); font-size: .72rem; font-weight: 800; }
.stock-row { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 18px 0; color: var(--muted); font-size: .86rem; }
.stock-row span { display: inline-flex; align-items: center; gap: 6px; }
.stock-row svg { width: 17px; color: var(--success); }
.variant-group { padding: 20px 0; border-top: 1px solid var(--line); }
.variant-group__label { display: flex; justify-content: space-between; margin-bottom: 11px; font-weight: 750; }
.variant-options { display: flex; flex-wrap: wrap; gap: 9px; }
.variant-btn { min-height: 42px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; }
.variant-btn.active { border-color: var(--forest-700); background: var(--sage-100); color: var(--forest-900); }
.purchase-row { display: grid; grid-template-columns: 120px 1fr 48px; gap: 10px; margin-top: 8px; }
.quantity { display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; }
.quantity button { height: 100%; border: 0; background: transparent; cursor: pointer; }
.quantity input { width: 100%; min-width: 0; border: 0; outline: 0; text-align: center; font-weight: 750; -moz-appearance: textfield; }
.quantity input::-webkit-inner-spin-button { display: none; }
.detail-favorite { width: 48px; padding: 0; border-radius: 50%; }
.detail-favorite.active { background: var(--forest-800); color: #fff; }
.detail-assurance { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; }
.assurance-item { padding: 14px 10px; border-radius: 12px; background: var(--sage-50); text-align: center; }
.assurance-item svg { width: 21px; color: var(--forest-600); }
.assurance-item strong { display: block; margin-top: 4px; font-size: .75rem; }
.assurance-item small { color: var(--muted); font-size: .67rem; }
.detail-sections { margin-top: 40px; border-top: 1px solid var(--line); }
.detail-block { padding: 26px 0; border-bottom: 1px solid var(--line); }
.detail-block h2 { font-family: inherit; font-size: 1.15rem; font-weight: 800; letter-spacing: 0; }
.detail-block ul { margin: 0; padding-left: 20px; color: var(--muted); }
.review-list { display: grid; gap: 14px; }
.review-card { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--sage-50); }
.review-card__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.review-card p { margin: 10px 0 0; font-size: .9rem; }

.cart-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 32px; align-items: start; }
.cart-list { display: grid; gap: 14px; }
.cart-item { display: grid; grid-template-columns: 112px minmax(0,1fr) auto; gap: 18px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.cart-item__image { overflow: hidden; aspect-ratio: 2 / 3; border-radius: 11px; background: var(--ivory); }
.cart-item__image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item h3 { margin: 2px 0 5px; }
.cart-item__meta { color: var(--muted); font-size: .83rem; }
.cart-item__controls { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 15px; }
.cart-item__controls .quantity { width: 116px; min-height: 38px; }
.link-button { padding: 0; border: 0; background: transparent; color: var(--danger); font-size: .84rem; font-weight: 750; cursor: pointer; }
.cart-item__total { min-width: 110px; text-align: right; }
.cart-item__total strong { display: block; color: var(--forest-950); }
.summary-card { position: sticky; top: 164px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--sage-50); }
.summary-card h2 { font-family: inherit; font-size: 1.28rem; font-weight: 800; letter-spacing: 0; }
.summary-row { display: flex; justify-content: space-between; gap: 15px; margin: 12px 0; color: var(--muted); }
.summary-row strong { color: var(--forest-950); }
.summary-row--discount { color: var(--success); }
.summary-row--total { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 1.1rem; }
.voucher-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin: 18px 0; }
.voucher-form input { min-width: 0; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: #fff; text-transform: uppercase; }
.voucher-form button { padding-inline: 14px; border-radius: 9px; }
.voucher-hint { margin-top: -8px; font-size: .75rem; }
.shipping-sim { margin: 18px 0; }
.shipping-sim label { display: block; margin-bottom: 6px; font-size: .82rem; font-weight: 750; }
.shipping-sim select { width: 100%; }
.summary-demo { margin: 13px 0 0; padding: 10px; border-radius: 9px; background: var(--beige-100); color: #6f5b38; font-size: .75rem; }

.checkout-layout { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 34px; align-items: start; }
.checkout-main { display: grid; gap: 20px; }
.checkout-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.checkout-card h2 { margin-bottom: 18px; font-family: inherit; font-size: 1.22rem; font-weight: 800; letter-spacing: 0; }
.choice-list { display: grid; gap: 10px; }
.choice-card { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: start; padding: 16px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.choice-card:hover, .choice-card:has(input:checked) { border-color: var(--forest-600); background: var(--sage-50); }
.choice-card input { margin-top: 4px; accent-color: var(--forest-700); }
.choice-card strong { display: block; }
.choice-card small { display: block; color: var(--muted); }
.choice-card__price { color: var(--forest-900); font-weight: 750; }
.secure-note { display: flex; gap: 12px; padding: 15px; border-radius: 12px; background: #fff9e9; color: #705a2b; font-size: .85rem; }
.secure-note svg { flex: 0 0 auto; width: 20px; }
.checkout-items-mini { display: grid; gap: 10px; max-height: 300px; overflow: auto; }
.checkout-mini { display: grid; grid-template-columns: 54px 1fr auto; gap: 10px; align-items: center; }
.checkout-mini img { width: 54px; height: 70px; object-fit: cover; border-radius: 8px; }
.checkout-mini strong { display: block; font-size: .83rem; }
.checkout-mini small { color: var(--muted); }

.confirmation { max-width: 820px; margin-inline: auto; text-align: center; }
.confirmation__icon { display: grid; place-items: center; width: 86px; height: 86px; margin: 0 auto 24px; border-radius: 50%; background: var(--sage-100); color: var(--success); }
.confirmation__icon svg { width: 44px; }
.confirmation h1 { font-size: clamp(2.3rem,5vw,4rem); }
.confirmation__message { padding: 18px; border-radius: 12px; background: #edf8f1; color: var(--success); font-weight: 750; }
.order-box { margin: 28px 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; text-align: left; }
.order-number { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.order-number strong { color: var(--forest-900); font-size: 1.2rem; }
.confirmation__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

.tracking-search { max-width: 720px; display: grid; grid-template-columns: 1fr auto; gap: 10px; margin: 28px 0 40px; }
.tracking-search input { min-width: 0; padding: 13px 16px; border: 1px solid var(--line); border-radius: 999px; text-transform: uppercase; }
.timeline { position: relative; display: grid; gap: 0; max-width: 760px; }
.timeline-item { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding-bottom: 30px; }
.timeline-item::before { content: ""; position: absolute; left: 18px; top: 33px; bottom: 0; width: 2px; background: var(--line); }
.timeline-item:last-child::before { display: none; }
.timeline-dot { position: relative; z-index: 1; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--sage-100); color: var(--forest-700); }
.timeline-item.active .timeline-dot { background: var(--forest-800); color: #fff; }
.timeline-dot svg { width: 18px; }
.timeline-item h3 { margin: 4px 0; }
.timeline-item p { margin: 0; font-size: .9rem; }

.faq-layout { display: grid; grid-template-columns: 300px 1fr; gap: 44px; align-items: start; }
.faq-aside { position: sticky; top: 164px; padding: 26px; border-radius: var(--radius); background: var(--forest-900); color: #fff; }
.faq-aside h2, .faq-aside p { color: #fff; }
.faq-aside p { color: rgba(255,255,255,.72); }
.accordion { display: grid; gap: 10px; }
.accordion-item { border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.accordion-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 19px 20px; border: 0; background: transparent; text-align: left; font-weight: 750; cursor: pointer; }
.accordion-item button svg { flex: 0 0 auto; width: 20px; transition: transform .2s; }
.accordion-item button[aria-expanded="true"] svg { transform: rotate(180deg); }
.accordion-panel { padding: 0 20px 20px; }
.accordion-panel p { margin: 0; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; }
.contact-cards { display: grid; gap: 12px; }
.contact-card { display: flex; gap: 15px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.contact-card svg { flex: 0 0 auto; width: 24px; color: var(--forest-600); }
.contact-card h3 { margin-bottom: 4px; }
.contact-card p { margin: 0; font-size: .9rem; }
.form-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--sage-50); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { color: var(--forest-950); font-size: .86rem; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); outline: 0; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest-600); box-shadow: 0 0 0 3px rgba(46,109,85,.12); }
.field textarea { min-height: 130px; resize: vertical; }
.field small { color: var(--muted); }

.policy { max-width: 840px; }
.policy__notice { padding: 18px; border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; background: var(--beige-100); color: #655334; }
.policy h2 { margin-top: 36px; font-family: inherit; font-size: 1.3rem; font-weight: 800; letter-spacing: 0; }
.policy li { margin-bottom: 8px; color: var(--muted); }

.demo-disclosure { background: #f4ead6; border-top: 1px solid #e4d3ae; }
.demo-disclosure__inner { display: flex; align-items: flex-start; gap: 13px; padding-top: 17px; padding-bottom: 17px; }
.demo-disclosure svg { flex: 0 0 auto; width: 21px; margin-top: 1px; color: #755d2e; }
.demo-disclosure p { margin: 0; color: #695633; font-size: .84rem; }
.demo-disclosure a { text-decoration: underline; font-weight: 750; }
.digitalin-cta { padding: 68px 0; background: var(--forest-900); }
.digitalin-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.digitalin-cta h2 { margin-bottom: 10px; color: #fff; }
.digitalin-cta p { max-width: 700px; margin: 0; color: rgba(255,255,255,.7); }
.site-footer { background: #0b2820; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; padding-top: 64px; padding-bottom: 50px; }
.brand--footer .brand__text strong { color: #fff; }
.brand--footer .brand__text small { color: rgba(255,255,255,.6); }
.footer-brand > p { max-width: 370px; margin: 22px 0; color: rgba(255,255,255,.6); font-size: .9rem; }
.demo-chip { display: inline-flex; padding: 6px 10px; border: 1px solid rgba(229,204,149,.3); border-radius: 999px; color: var(--gold-soft); font-size: .72rem; font-weight: 750; }
.footer-grid h3 { margin-bottom: 18px; color: #fff; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 9px; }
.footer-grid > div:not(:first-child) a { color: rgba(255,255,255,.66); font-size: .9rem; }
.footer-grid a:hover { color: var(--gold-soft) !important; }
.footer-small { margin: 12px 0 0; color: rgba(255,255,255,.48); font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.5); font-size: .8rem; }
.footer-bottom a { color: var(--gold-soft); }

.modal-backdrop { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(6,24,18,.82); backdrop-filter: blur(5px); }
.modal { position: relative; width: min(100%, 1000px); max-height: calc(100vh - 48px); overflow: auto; border-radius: var(--radius); background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.38); }
.modal--image { width: min(100%, 860px); background: var(--ivory); }
.modal--image img { width: 100%; max-height: calc(100vh - 48px); object-fit: contain; }
.modal__close { position: sticky; z-index: 2; top: 14px; float: right; margin: 14px 14px -56px 0; background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); }
.toast-region { position: fixed; z-index: 1200; top: 164px; right: 20px; display: grid; gap: 10px; width: min(380px, calc(100vw - 40px)); pointer-events: none; }
.toast { display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: start; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow-md); pointer-events: auto; animation: toast-in .25s ease; }
.toast > svg { width: 21px; color: var(--success); }
.toast strong { display: block; color: var(--forest-950); }
.toast span { display: block; color: var(--muted); font-size: .82rem; }
.toast button { border: 0; background: transparent; cursor: pointer; }
.toast button svg { width: 17px; }
@keyframes toast-in { from { transform: translateY(-8px); opacity: 0; } }

@media (max-width: 1100px) {
  .header-main { grid-template-columns: 250px minmax(280px,1fr) auto; gap: 18px; }
  .desktop-track { display: none; }
  .desktop-nav { gap: 20px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .category-card { min-height: 300px; }
  .ingredient-grid { grid-template-columns: repeat(2,1fr); }
  .hero__grid { grid-template-columns: 48% 52%; }
  .flash-grid { gap: 32px; }
  .finder { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3,1fr); gap: 28px; }
}

@media (max-width: 900px) {
  :root { --header-height: 119px; }
  .container { width: min(100% - 32px, var(--container)); }
  .mobile-only { display: grid !important; }
  .demo-bar__note, .desktop-nav-wrap { display: none; }
  .demo-bar__inner { justify-content: center; text-align: center; }
  .site-header { top: 0; }
  .header-main { min-height: 80px; grid-template-columns: 42px 1fr auto; gap: 12px; }
  .brand { justify-self: start; }
  .brand__mark { width: 42px; height: 42px; }
  .brand__text strong { font-size: 1rem; }
  .brand__text small { display: none; }
  .header-search { grid-column: 1 / -1; grid-row: 2; margin: -4px 0 12px; }
  .header-search button { padding-inline: 18px; }
  .header-actions .action-link span { display: none; }
  .action-link { min-width: 37px; }
  .header-actions { gap: 5px; }
  .mobile-nav { position: fixed; z-index: 300; top: 0; left: 0; display: grid; align-content: start; width: min(360px, 88vw); height: 100dvh; padding: 22px; overflow-y: auto; background: var(--paper); box-shadow: var(--shadow-md); }
  .mobile-nav[hidden], .nav-overlay[hidden] { display: none; }
  .mobile-nav__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; color: var(--forest-950); font-family: Georgia, serif; font-size: 1.5rem; }
  .mobile-search { margin-bottom: 18px; border-radius: 12px; }
  .mobile-search button { width: 46px; align-self: stretch; border: 0; background: var(--forest-800); color: #fff; }
  .mobile-search button svg { width: 20px; }
  .mobile-nav > a { padding: 13px 4px; border-bottom: 1px solid var(--line); color: var(--forest-900); font-weight: 650; }
  .nav-overlay { position: fixed; z-index: 250; inset: 0; display: block; background: rgba(6,24,18,.55); }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; }
  .hero__content { padding: 64px 0 42px; }
  .hero__visual { min-height: 480px; margin-left: 16px; border-radius: 28px 0 0 0; }
  .hero__card { left: 18px; bottom: 18px; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .flash-grid { grid-template-columns: 1fr; }
  .flash-card { max-width: 720px; }
  .bundle-feature { grid-template-columns: 1fr; }
  .bundle-feature__image { order: 2; }
  .testimonial-grid, .article-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-card:last-child, .article-card:last-child { grid-column: 1 / -1; }
  .newsletter { grid-template-columns: 1fr; }
  .newsletter form { min-width: 0; }
  .newsletter small { text-align: left; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filter-panel { position: fixed; z-index: 500; inset: auto 0 0; max-height: 86dvh; overflow-y: auto; border-radius: 22px 22px 0 0; transform: translateY(105%); transition: transform .25s ease; box-shadow: 0 -20px 60px rgba(6,24,18,.2); }
  .filter-panel.open { transform: translateY(0); }
  .filter-toggle { display: inline-flex; }
  .filter-mobile-overlay { position: fixed; z-index: 490; inset: 0; background: rgba(6,24,18,.5); }
  .product-detail { grid-template-columns: 1fr; gap: 36px; }
  .gallery { position: static; }
  .gallery__main, .gallery__main img { min-height: 560px; }
  .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
  .summary-card { position: static; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-aside { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .digitalin-cta__inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 640px) {
  body { font-size: 15.5px; }
  .container { width: min(100% - 24px, var(--container)); }
  .section { padding: 68px 0; }
  .section--compact { padding: 48px 0; }
  .demo-bar { font-size: .76rem; }
  .demo-bar__inner { min-height: 36px; }
  .header-main { grid-template-columns: 40px 1fr auto; }
  .brand__mark { width: 38px; height: 38px; }
  .brand__text strong { font-size: .92rem; }
  .header-actions { gap: 0; }
  .action-link svg { width: 21px; }
  .header-actions .action-link:first-child { display: none; }
  .header-search input { padding-block: 10px; }
  .hero__content { padding-top: 52px; }
  .hero h1 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  .hero__lead { font-size: 1rem; }
  .hero__actions { display: grid; }
  .hero__visual { min-height: 390px; }
  .hero__card { max-width: calc(100% - 32px); gap: 10px; padding: 13px; }
  .hero__card-price { font-size: .84rem; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit { align-items: flex-start; padding: 18px 12px; gap: 9px; }
  .benefit__icon { width: 36px; height: 36px; }
  .benefit small { font-size: .71rem; line-height: 1.35; }
  .section-heading--row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .category-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .category-card { min-height: 250px; border-radius: 16px; }
  .category-card__body { inset: auto 14px 14px; }
  .category-card__body h3 { font-size: 1.15rem; }
  .category-card__body span { font-size: .75rem; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .product-card { border-radius: 13px; }
  .product-badge { top: 8px; left: 8px; padding: 4px 7px; font-size: .62rem; }
  .wishlist-btn { top: 7px; right: 7px; width: 34px; height: 34px; }
  .product-card__body { padding: 13px; }
  .product-card__category { font-size: .66rem; }
  .product-card__body h3 { font-size: .9rem; }
  .product-card__desc { display: none; }
  .rating { font-size: .72rem; }
  .price { font-size: 1rem; }
  .compare-price { font-size: .72rem; }
  .product-card__actions { grid-template-columns: 1fr; }
  .product-card__actions .btn { min-height: 39px; padding-inline: 8px; font-size: .75rem; }
  .quick-add { display: none; }
  .flash-card { grid-template-columns: 1fr; }
  .flash-card img { min-height: 360px; }
  .flash-card__body { padding: 26px; }
  .countdown__item { min-width: 0; flex: 1; }
  .bundle-feature__image img { min-height: 390px; }
  .ingredient-grid { grid-template-columns: 1fr; }
  .finder__intro { padding: 36px 24px; }
  .finder__steps { grid-template-columns: 1fr; }
  .finder-step { padding: 26px; }
  .testimonial-grid, .article-grid { grid-template-columns: 1fr; }
  .testimonial-card:last-child, .article-card:last-child { grid-column: auto; }
  .newsletter { padding: 30px 22px; }
  .newsletter form { display: grid; padding: 8px; border-radius: 14px; }
  .newsletter input { min-height: 44px; }
  .page-hero { padding: 48px 0 34px; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .catalog-toolbar__left { width: 100%; justify-content: space-between; }
  .catalog-toolbar .select { width: 100%; }
  .gallery { display: block; }
  .gallery__thumbs { grid-template-columns: repeat(3,1fr); margin-top: 10px; }
  .gallery__main { min-height: 0; }
  .gallery__main img { min-height: 0; aspect-ratio: 2 / 3; }
  .gallery__thumb { aspect-ratio: 1; }
  .purchase-row { grid-template-columns: 106px 1fr 46px; }
  .purchase-row .btn--primary { padding-inline: 13px; font-size: .84rem; }
  .detail-assurance { grid-template-columns: 1fr; }
  .cart-item { grid-template-columns: 84px minmax(0,1fr); gap: 13px; }
  .cart-item__total { grid-column: 2; min-width: 0; text-align: left; }
  .cart-item__controls { gap: 8px; }
  .checkout-card { padding: 20px 16px; }
  .choice-card { grid-template-columns: auto 1fr; }
  .choice-card__price { grid-column: 2; }
  .tracking-search { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .toast-region { top: 138px; right: 12px; width: calc(100vw - 24px); }
  .modal-backdrop { padding: 10px; }
  .modal { max-height: calc(100dvh - 20px); }
}

@media (max-width: 380px) {
  .brand__text strong { font-size: .84rem; }
  .header-actions .action-link { min-width: 34px; }
  .count-badge { right: -1px; }
  .hero__micro { gap: 8px; }
  .product-card__body { padding: 11px; }
  .product-card__body h3 { font-size: .84rem; }
  .product-card__actions .btn { font-size: .7rem; }
  .purchase-row { grid-template-columns: 1fr 46px; }
  .purchase-row .quantity { grid-column: 1 / -1; min-height: 44px; }
  .category-card { min-height: 220px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
