/* Everyday Best — storefront design system.
   Premium, calm retail identity: deep forest green + warm tan on a soft off-white ground.
   Fraunces (display) + Nunito Sans (body). Deliberately a single bright light theme. */

/* ---------- tokens ---------- */
:root {
  --bg: #f6f5f1;
  --surface: #ffffff;
  --surface-2: #eeede8;
  --ink: #1f2a24;
  --ink-soft: #5f6b64;
  --ink-mute: #98a09a;
  --line: #e6e4dd;
  --line-strong: #dcd9cf;

  --primary: #34503f;         /* deep forest green */
  --primary-dark: #263d30;
  --primary-tint: #e8efe9;
  --accent: #34503f;          /* CTAs are green now (no coral) */
  --accent-dark: #263d30;
  --accent-tint: #e8efe9;
  --tan: #a98a5f;             /* warm secondary */
  --tan-dark: #8d7250;
  --gold: #d9a441;            /* stars / badges */

  --ok: #2f8f6b;
  --warn: #c9762a;

  --radius-s: 8px;
  --radius: 14px;
  --radius-l: 22px;
  --shadow-s: 0 1px 2px rgba(43,39,36,.06), 0 2px 8px rgba(43,39,36,.05);
  --shadow: 0 6px 20px rgba(43,39,36,.09);
  --shadow-l: 0 18px 46px rgba(43,39,36,.14);

  --font-display: 'Fraunces', 'Georgia', serif;
  --font-body: 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --wrap: 1180px;
}

/* ---------- reset ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.12; letter-spacing: -.01em; color: var(--ink); text-wrap: balance; }
:focus-visible { outline: 3px solid var(--primary); outline-offset: 2px; border-radius: 4px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.section { padding: 76px 0; }
.section--tight { padding: 48px 0; }
.eyebrow { font-family: var(--font-body); font-weight: 800; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--primary); }
.lede { font-size: 1.18rem; color: var(--ink-soft); max-width: 60ch; }
.center { text-align: center; }
.center .lede { margin-inline: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 24px; border-radius: 999px; font-weight: 800; font-size: .96rem;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap; text-align: center;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 8px 20px rgba(239,107,82,.32); }
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); }
.btn-dark { background: var(--primary); color: #fff; }
.btn-dark:hover { background: var(--primary-dark); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line-strong); }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); background: #fff; }
.btn-block { width: 100%; }
.btn-lg { padding: 16px 30px; font-size: 1.02rem; }
.btn-sm { padding: 9px 16px; font-size: .86rem; }
.btn:disabled { opacity: .55; cursor: not-allowed; transform: none; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(250,247,242,.9);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 26px; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; font-size: 1.34rem; color: var(--ink); }
.brand .mark { width: 34px; height: 34px; flex: none; }
.brand b { color: var(--primary); font-weight: 600; }
.nav { display: flex; gap: 4px; margin-left: auto; }
.nav a { padding: 9px 14px; border-radius: 999px; font-weight: 700; font-size: .95rem; color: var(--ink-soft); transition: color .15s, background .15s; }
.nav a:hover, .nav a.active { color: var(--primary); background: var(--primary-tint); }
.header-actions { display: flex; align-items: center; gap: 6px; }
.icon-btn { position: relative; width: 44px; height: 44px; border-radius: 999px; display: grid; place-items: center; color: var(--ink); transition: background .15s; }
.icon-btn:hover { background: var(--surface-2); }
.icon-btn svg { width: 22px; height: 22px; }
.cart-count { position: absolute; top: 4px; right: 3px; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 999px; background: var(--accent); color: #fff; font-size: .7rem; font-weight: 800; display: grid; place-items: center; line-height: 1; }
.cart-count:empty, .cart-count[data-n="0"] { display: none; }
.menu-toggle { display: none; }

/* announcement bar */
.announce { background: var(--primary); color: #fff; text-align: center; font-size: .82rem; font-weight: 700; letter-spacing: .02em; padding: 8px 16px; }
.announce a { text-decoration: underline; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(160deg, #eef4f0 0%, #faf7f2 62%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding: 74px 0 84px; }
.hero h1 { font-size: clamp(2.5rem, 5.4vw, 4rem); margin-bottom: 18px; }
.hero h1 em { font-style: italic; color: var(--primary); }
.hero p { font-size: 1.2rem; color: var(--ink-soft); max-width: 46ch; margin-bottom: 28px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 22px; margin-top: 30px; flex-wrap: wrap; }
.hero-trust div { font-size: .86rem; color: var(--ink-soft); font-weight: 700; display: flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 18px; height: 18px; color: var(--primary); }
.hero-art { position: relative; aspect-ratio: 1/1; border-radius: var(--radius-l); overflow: hidden; box-shadow: var(--shadow-l); background: var(--surface); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- value props ---------- */
.props { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.prop { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-s); }
.prop .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--primary-tint); color: var(--primary); display: grid; place-items: center; margin-bottom: 14px; }
.prop .ic svg { width: 24px; height: 24px; }
.prop h3 { font-size: 1.06rem; margin-bottom: 5px; }
.prop p { font-size: .9rem; color: var(--ink-soft); }

/* ---------- section head ---------- */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 34px; flex-wrap: wrap; }
.section-head h2 { font-size: clamp(1.8rem, 3.6vw, 2.5rem); }
.section-head .eyebrow { margin-bottom: 8px; }
.section-head a.more { font-weight: 800; color: var(--primary); display: inline-flex; align-items: center; gap: 6px; }

/* ---------- product grid + cards ---------- */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-s);
  transition: transform .16s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.card-media { position: relative; aspect-ratio: 1/1; background: var(--surface-2); overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.card:hover .card-media img { transform: scale(1.04); }
.badge { position: absolute; top: 12px; left: 12px; background: var(--ink); color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; }
.badge.sale { background: var(--accent); }
.badge.new { background: var(--primary); }
.card-body { padding: 16px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.card-cat { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 5px; }
.card h3 { font-size: 1.08rem; margin-bottom: 6px; }
.card h3 a:hover { color: var(--primary); }
.card-rating { display: flex; align-items: center; gap: 5px; font-size: .8rem; color: var(--ink-soft); margin-bottom: 10px; }
.stars { color: var(--gold); letter-spacing: 1px; }
.card-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price { font-family: var(--font-display); font-weight: 600; font-size: 1.24rem; color: var(--ink); }
.price .was { font-family: var(--font-body); font-size: .85rem; color: var(--ink-mute); text-decoration: line-through; margin-right: 6px; font-weight: 700; }
.add-btn { width: 42px; height: 42px; border-radius: 12px; background: var(--primary); color: #fff; display: grid; place-items: center; transition: background .15s, transform .12s; flex: none; }
.add-btn:hover { background: var(--primary-dark); transform: scale(1.06); }
.add-btn svg { width: 20px; height: 20px; }

/* ---------- categories strip ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.cat-tile { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/4; box-shadow: var(--shadow-s); display: block; }
.cat-tile .catimg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.cat-tile:hover .catimg { transform: scale(1.06); }
.cat-tile span { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 14px; color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; background: linear-gradient(transparent, rgba(30,26,22,.72)); }

/* ---------- shop layout ---------- */
.shop-head { background: var(--surface-2); border-bottom: 1px solid var(--line); padding: 44px 0; }
.shop-head h1 { font-size: clamp(2rem, 4.4vw, 3rem); }
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin: 28px 0 30px; }
.chip { padding: 9px 18px; border-radius: 999px; border: 1.5px solid var(--line-strong); background: var(--surface); font-weight: 700; font-size: .9rem; color: var(--ink-soft); transition: all .15s; }
.chip:hover { border-color: var(--primary); color: var(--primary); }
.chip.active { background: var(--primary); color: #fff; border-color: var(--primary); }
.shop-sort { margin-left: auto; display: flex; align-items: center; gap: 8px; font-size: .88rem; color: var(--ink-soft); }
.shop-sort select { padding: 9px 12px; border-radius: 10px; border: 1.5px solid var(--line-strong); background: #fff; font: inherit; font-weight: 700; font-size: .88rem; color: var(--ink); }

/* ---------- product detail ---------- */
.pd { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 44px 0 20px; align-items: start; }
.pd-media { position: sticky; top: 92px; border-radius: var(--radius-l); overflow: hidden; box-shadow: var(--shadow); background: var(--surface-2); aspect-ratio: 1/1; }
.pd-media img { width: 100%; height: 100%; object-fit: cover; }
.pd-info h1 { font-size: clamp(1.9rem, 3.8vw, 2.7rem); margin: 10px 0 12px; }
.pd-price { font-family: var(--font-display); font-size: 2rem; font-weight: 600; margin: 14px 0; }
.pd-price .was { font-size: 1.1rem; color: var(--ink-mute); text-decoration: line-through; margin-right: 10px; font-family: var(--font-body); font-weight: 700; }
.pd-desc { color: var(--ink-soft); font-size: 1.05rem; margin: 6px 0 22px; }
.pd-features { list-style: none; margin: 20px 0; display: grid; gap: 11px; }
.pd-features li { display: flex; gap: 11px; align-items: flex-start; font-size: .98rem; }
.pd-features svg { width: 20px; height: 20px; color: var(--primary); flex: none; margin-top: 2px; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line-strong); border-radius: 999px; overflow: hidden; }
.qty button { width: 42px; height: 46px; font-size: 1.3rem; color: var(--ink-soft); }
.qty button:hover { background: var(--surface-2); color: var(--primary); }
.qty input { width: 44px; text-align: center; border: none; font: inherit; font-weight: 800; background: transparent; }
.pd-buy { display: flex; gap: 12px; align-items: center; margin: 22px 0; flex-wrap: wrap; }
.pd-meta { border-top: 1px solid var(--line); margin-top: 24px; padding-top: 20px; display: grid; gap: 10px; font-size: .9rem; color: var(--ink-soft); }
.pd-meta div { display: flex; gap: 9px; align-items: center; }
.pd-meta svg { width: 18px; height: 18px; color: var(--primary); }

/* ---------- cart drawer + page ---------- */
.cart-line { display: grid; grid-template-columns: 84px 1fr auto; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: center; }
.cart-line .thumb { width: 84px; height: 84px; border-radius: 12px; overflow: hidden; background: var(--surface-2); }
.cart-line h4 { font-family: var(--font-body); font-weight: 800; font-size: 1rem; }
.cart-line .rm { font-size: .82rem; color: var(--ink-mute); font-weight: 700; margin-top: 4px; }
.cart-line .rm:hover { color: var(--accent); }
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
.summary { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; position: sticky; top: 92px; box-shadow: var(--shadow-s); }
.summary h3 { font-size: 1.3rem; margin-bottom: 18px; }
.summary .row { display: flex; justify-content: space-between; padding: 8px 0; color: var(--ink-soft); }
.summary .row.total { border-top: 1px solid var(--line); margin-top: 10px; padding-top: 16px; font-size: 1.24rem; font-weight: 800; color: var(--ink); font-family: var(--font-display); }
.empty-state { text-align: center; padding: 60px 20px; }
.empty-state svg { width: 64px; height: 64px; color: var(--line-strong); margin-bottom: 16px; }

/* ---------- reviews ---------- */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-s); }
.review .stars { font-size: 1rem; margin-bottom: 10px; }
.review p { font-size: .98rem; color: var(--ink); margin-bottom: 16px; }
.review .who { display: flex; align-items: center; gap: 11px; }
.review .av { width: 40px; height: 40px; border-radius: 999px; background: var(--primary-tint); color: var(--primary); display: grid; place-items: center; font-weight: 800; }
.review .who b { font-size: .92rem; display: block; }
.review .who small { color: var(--ink-mute); font-size: .78rem; }

/* ---------- forms ---------- */
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 800; font-size: .86rem; margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line-strong); border-radius: 10px;
  font: inherit; font-size: .96rem; background: #fff; color: var(--ink); transition: border .15s, box-shadow .15s;
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-tint); outline: none; }
.field textarea { resize: vertical; min-height: 130px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }

/* ---------- FAQ ---------- */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; padding: 20px 40px 20px 0; font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; position: relative; color: var(--ink); }
.faq-q::after { content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 1.6rem; color: var(--primary); font-family: var(--font-body); transition: transform .2s; }
.faq-item.open .faq-q::after { content: '\2212'; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-a p { padding: 0 0 20px; color: var(--ink-soft); max-width: 72ch; }

/* ---------- newsletter / CTA band ---------- */
.band { background: var(--primary); color: #fff; border-radius: var(--radius-l); padding: 52px 44px; text-align: center; }
.band h2 { color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-bottom: 10px; }
.band p { color: rgba(255,255,255,.86); max-width: 52ch; margin: 0 auto 26px; }
.subscribe { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; }
.subscribe input { flex: 1; padding: 14px 18px; border-radius: 999px; border: none; font: inherit; font-weight: 600; }
.subscribe .btn { background: var(--accent); color: #fff; }
.subscribe .btn:hover { background: var(--accent-dark); }

/* ---------- footer ---------- */
.site-footer { background: #24201c; color: #d8cfc4; padding: 60px 0 28px; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 36px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-grid .brand { color: #fff; margin-bottom: 14px; }
.footer-grid .brand b { color: #7fc0af; }
.site-footer p { color: #a99e91; font-size: .92rem; max-width: 34ch; }
.footer-col h4 { color: #fff; font-family: var(--font-body); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col a { display: block; color: #cfc5b8; font-size: .94rem; padding: 5px 0; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 22px; font-size: .84rem; color: #8f857a; flex-wrap: wrap; }
.pay-icons { display: flex; gap: 8px; opacity: .8; }
.pay-icons span { font-size: .72rem; border: 1px solid rgba(255,255,255,.2); border-radius: 5px; padding: 3px 7px; font-weight: 700; }

/* ---------- toast ---------- */
.toast { position: fixed; bottom: 24px; left: 50%; transform: translate(-50%, 120%); background: var(--ink); color: #fff; padding: 14px 22px; border-radius: 999px; font-weight: 700; font-size: .92rem; box-shadow: var(--shadow-l); z-index: 200; transition: transform .3s cubic-bezier(.2,.9,.3,1.3); display: flex; align-items: center; gap: 10px; }
.toast.show { transform: translate(-50%, 0); }
.toast svg { width: 20px; height: 20px; color: #7fc0af; }

/* ---------- misc ---------- */
.breadcrumb { font-size: .84rem; color: var(--ink-mute); padding: 18px 0 0; }
.breadcrumb a:hover { color: var(--primary); }
.pill { display: inline-block; background: var(--accent-tint); color: var(--accent-dark); font-weight: 800; font-size: .78rem; padding: 5px 12px; border-radius: 999px; }
.prose { max-width: 72ch; }
.prose h2 { font-size: 1.6rem; margin: 32px 0 12px; }
.prose h3 { font-size: 1.2rem; margin: 24px 0 8px; }
.prose p, .prose li { color: var(--ink-soft); margin-bottom: 12px; }
.prose ul { padding-left: 22px; }
.page-hero { text-align: center; padding: 60px 0 20px; }
.page-hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.2rem); }

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .props, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 460px; }
  .pd { grid-template-columns: 1fr; gap: 28px; }
  .pd-media { position: static; }
  .cart-layout { grid-template-columns: 1fr; }
  .summary { position: static; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: var(--surface); flex-direction: column; padding: 12px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 12px 16px; }
  .menu-toggle { display: grid; }
  .props, .product-grid, .cat-grid, .review-grid, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .section { padding: 52px 0; }
  .subscribe { flex-direction: column; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ============================================================
   REDESIGN — "Everyday Best" homepage (client mockup match)
   ============================================================ */
.btn-primary { box-shadow: 0 8px 20px rgba(52,80,63,.22); }
.btn-primary:hover { background: var(--primary-dark); }
.eyebrow { color: var(--ink-mute); letter-spacing: .18em; }
.hero h1 em, .price, .showcase-card h3 { font-family: var(--font-display); }

/* header: brand left · nav centre · actions right */
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.header-inner .brand { justify-self: start; }
.header-inner .nav { justify-self: center; margin-left: 0; }
.header-inner .header-actions { justify-self: end; }
.brand .mark { width: 32px; height: 32px; border-radius: 9px; }
.brand b { color: var(--ink); font-weight: 600; }
.nav .drop { position: relative; }
.nav .drop > a::after { content: ''; display: inline-block; width: 6px; height: 6px; margin-left: 6px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.nav .drop-menu { position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(6px); background: var(--surface); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); padding: 8px; min-width: 190px; opacity: 0; visibility: hidden; transition: .16s; }
.nav .drop:hover .drop-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav .drop-menu a { display: block; padding: 9px 12px; border-radius: 8px; font-size: .92rem; }

/* HERO showcase card */
.hero-copy .eyebrow { display: block; margin-bottom: 16px; }
.hero-showcase { position: relative; padding: 0 10px 40px 0; }
.showcase-media { position: relative; aspect-ratio: 4/3.4; border-radius: var(--radius-l); overflow: hidden; box-shadow: var(--shadow-l); background: linear-gradient(150deg,#e7e2d6,#efece3); }
.showcase-media img { width: 100%; height: 100%; object-fit: cover; }
.showcase-badge { position: absolute; top: 16px; right: 16px; background: rgba(255,255,255,.92); backdrop-filter: blur(4px); color: var(--ink); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 7px 14px; border-radius: 999px; box-shadow: var(--shadow-s); }
.showcase-card { position: absolute; left: 24px; right: 60px; bottom: 0; background: var(--surface); border-radius: 16px; box-shadow: var(--shadow); padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.showcase-card h3 { font-size: 1.4rem; margin-bottom: 2px; }
.showcase-card .p { color: var(--ink-soft); font-weight: 700; }
.showcase-go { width: 52px; height: 52px; border-radius: 999px; background: var(--primary); color: #fff; display: grid; place-items: center; flex: none; transition: .15s; }
.showcase-go:hover { background: var(--primary-dark); transform: scale(1.06); }
.showcase-go svg { width: 22px; height: 22px; }

/* VALUE strip — circular line icons + dividers */
.value-strip { background: var(--surface-2); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.value-item { padding: 8px 30px; }
.value-item + .value-item { border-left: 1px solid var(--line); }
.value-ic { width: 46px; height: 46px; border-radius: 999px; border: 1.5px solid var(--line-strong); display: grid; place-items: center; color: var(--primary); margin-bottom: 16px; }
.value-ic svg { width: 22px; height: 22px; }
.value-item h3 { font-family: var(--font-body); font-weight: 800; font-size: 1.02rem; margin-bottom: 6px; }
.value-item p { font-size: .88rem; color: var(--ink-soft); }

/* CATEGORY wide cards */
.cat-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.cat-card { position: relative; border-radius: var(--radius-l); padding: 34px 30px; min-height: 150px; display: flex; align-items: center; gap: 20px; color: #fff; background: var(--primary); overflow: hidden; transition: transform .16s, box-shadow .2s; }
.cat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.cat-card.tan { background: var(--tan); }
.cat-card .c-ic { width: 62px; height: 62px; border-radius: 999px; border: 1.5px solid rgba(255,255,255,.4); display: grid; place-items: center; flex: none; }
.cat-card .c-ic svg { width: 28px; height: 28px; }
.cat-card h3 { color: #fff; font-size: 1.5rem; margin-bottom: 4px; }
.cat-card p { color: rgba(255,255,255,.82); font-size: .92rem; }
.cat-card .c-go { position: absolute; right: 26px; bottom: 26px; width: 40px; height: 40px; border-radius: 999px; border: 1.5px solid rgba(255,255,255,.4); display: grid; place-items: center; transition: .15s; }
.cat-card:hover .c-go { background: rgba(255,255,255,.16); }
.cat-card .c-go svg { width: 18px; height: 18px; }

/* TRUST band */
.trust-band { background: var(--primary); color: #fff; border-radius: var(--radius-l); padding: 34px 40px; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.trust-lead { display: flex; align-items: center; gap: 18px; flex: 1; min-width: 300px; }
.trust-lead .shield { width: 52px; height: 52px; border-radius: 999px; border: 1.5px solid rgba(255,255,255,.4); display: grid; place-items: center; flex: none; }
.trust-lead .shield svg { width: 26px; height: 26px; }
.trust-lead h2 { color: #fff; font-size: 1.5rem; margin-bottom: 4px; }
.trust-lead p { color: rgba(255,255,255,.8); font-size: .92rem; max-width: 34ch; }
.trust-items { display: flex; gap: 30px; flex-wrap: wrap; }
.trust-items .ti { display: flex; align-items: center; gap: 11px; }
.trust-items .ti svg { width: 26px; height: 26px; color: rgba(255,255,255,.85); flex: none; }
.trust-items .ti b { display: block; font-size: .92rem; }
.trust-items .ti small { color: rgba(255,255,255,.7); font-size: .78rem; }

/* OFFER / newsletter band */
.offer-band { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding: 8px 0; }
.offer-lead { display: flex; align-items: center; gap: 16px; }
.offer-lead .env { width: 46px; height: 46px; color: var(--primary); flex: none; }
.offer-lead h2 { font-size: 1.5rem; margin-bottom: 4px; }
.offer-lead p { color: var(--ink-soft); font-size: .92rem; max-width: 44ch; }
.offer-form { display: flex; gap: 10px; }
.offer-form input { padding: 13px 18px; border-radius: 999px; border: 1.5px solid var(--line-strong); font: inherit; min-width: 240px; }
.offer-form input:focus { border-color: var(--primary); outline: none; box-shadow: 0 0 0 3px var(--primary-tint); }

/* card rating "New" pill tidy */
.card-rating .pill, .card-rating span { font-size: .78rem; }

/* FOOTER — brand + 4 columns */
.site-footer { background: var(--primary-dark); }
.footer-grid { grid-template-columns: 1.5fr repeat(4, 1fr); }
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a { width: 34px; height: 34px; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); display: grid; place-items: center; color: #cfc5b8; }
.footer-social a:hover { color: #fff; border-color: rgba(255,255,255,.5); }
.footer-social svg { width: 17px; height: 17px; }
.foot-sub { display: flex; margin-top: 6px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; overflow: hidden; }
.foot-sub input { flex: 1; background: transparent; border: none; padding: 11px 16px; color: #fff; font: inherit; font-size: .88rem; }
.foot-sub input::placeholder { color: #9c9488; }
.foot-sub button { width: 44px; background: rgba(255,255,255,.1); color: #fff; display: grid; place-items: center; }
.foot-sub button svg { width: 16px; height: 16px; }
.footer-bottom a { color: #8f857a; } .footer-bottom a:hover { color: #cfc5b8; }

@media (max-width: 1000px) {
  .value-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .value-item:nth-child(odd) { border-left: none; }
  .cat-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .showcase-card { right: 24px; }
}
@media (max-width: 640px) {
  .header-inner { grid-template-columns: auto 1fr; }
  .header-inner .nav { grid-column: 1 / -1; justify-self: stretch; }
  .value-grid { grid-template-columns: 1fr; }
  .value-item { border-left: none !important; }
  .trust-band, .offer-band { flex-direction: column; align-items: flex-start; }
  .offer-form { width: 100%; } .offer-form input { flex: 1; min-width: 0; }
}

/* ============================================================
   PACK PICKER — single / 5-pack / 10-pack on the product page
   ============================================================ */
.pd-each { font-family: var(--font-body); font-weight: 700; font-size: .9rem; color: var(--ink-soft); }
.pack-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 6px 0 22px; }
.pack-opt { position: relative; text-align: left; background: var(--surface); border: 1.5px solid var(--line-strong); border-radius: 14px; padding: 14px 14px 13px; cursor: pointer; transition: border-color .14s, box-shadow .14s, transform .12s; display: flex; flex-direction: column; gap: 2px; }
.pack-opt:hover { border-color: var(--primary); transform: translateY(-1px); }
.pack-opt.active { border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-tint); }
.pack-opt .pack-name { font-weight: 800; font-size: .92rem; }
.pack-opt .pack-price { font-family: var(--font-display); font-size: 1.28rem; color: var(--primary); line-height: 1.1; }
.pack-opt .pack-each { font-size: .78rem; color: var(--ink-mute); }
.pack-opt .pack-tag { position: absolute; top: -9px; right: 10px; background: var(--gold); color: #3a2c05; font-size: .66rem; font-weight: 800; letter-spacing: .02em; padding: 3px 8px; border-radius: 999px; box-shadow: var(--shadow-s); }
.pack-chip { display: inline-block; margin-top: 4px; background: var(--primary-tint); color: var(--primary-dark); font-size: .74rem; font-weight: 800; padding: 3px 9px; border-radius: 999px; }
@media (max-width: 420px) { .pack-picker { grid-template-columns: 1fr; } .pack-opt { flex-direction: row; align-items: baseline; justify-content: space-between; } .pack-opt .pack-tag { position: static; margin-left: auto; } }
