/* =========================================================================
   ELECTROLYTES — Stylesheet
   RTL · Hebrew · Fresh hydration brand
   ========================================================================= */

:root {
  /* Brand */
  --brand:        #0EA5A4;
  --brand-dark:   #0B7E7D;
  --brand-deep:   #075E5D;
  --brand-soft:   #E5F6F5;
  --brand-mint:   #F1FAF9;

  /* Ink & neutrals */
  --ink:          #0F2A30;
  --ink-2:        #33555D;
  --muted:        #6B848B;
  --line:         #E4ECEE;
  --line-2:       #EFF4F5;
  --bg:           #FFFFFF;
  --bg-soft:      #F5F9FA;

  /* Accents */
  --sun:          #F5B301;
  --coral:        #FF6B5B;

  /* Shape */
  --radius:       18px;
  --radius-lg:    26px;
  --radius-sm:    12px;
  --shadow:       0 10px 30px -12px rgba(15, 42, 48, .18);
  --shadow-lg:    0 24px 60px -20px rgba(15, 42, 48, .28);
  --shadow-sm:    0 4px 14px -6px rgba(15, 42, 48, .16);

  --container:    1200px;
  --header-h:     72px;
}

/* ----------------------------- Reset ----------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: "Heebo", -apple-system, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; padding: 0; }
h1, h2, h3, h4 { line-height: 1.2; font-weight: 800; letter-spacing: -0.01em; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }
.section { padding-block: clamp(56px, 8vw, 104px); }
.section-soft { background: var(--bg-soft); }
.eyebrow {
  display: inline-block; font-weight: 700; font-size: 14px; letter-spacing: .04em;
  color: var(--brand-dark); background: var(--brand-soft);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
}
.section-head { text-align: center; max-width: 640px; margin-inline: auto; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head h2 { font-size: clamp(28px, 4vw, 44px); }
.section-head p { color: var(--muted); font-size: 18px; margin-top: 12px; }

/* ----------------------------- Buttons --------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; font-size: 16px; padding: 13px 26px; border-radius: 999px;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 8px 20px -8px rgba(14,165,164,.7); }
.btn-primary:hover { background: var(--brand-dark); box-shadow: 0 12px 26px -8px rgba(14,165,164,.8); }
.btn-ghost { background: #fff; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand-dark); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #0a1f24; }
.btn-block { width: 100%; }
.btn-lg { font-size: 17px; padding: 16px 32px; }

/* ----------------------------- Header ---------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.86); backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { height: var(--header-h); display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 21px; letter-spacing: -.02em; }
.brand .logo-mark { width: 34px; height: 34px; flex: none; }
.brand b { color: var(--brand-dark); }
.main-nav { display: flex; align-items: center; gap: 6px; margin-inline-start: auto; }
.main-nav a { padding: 9px 15px; border-radius: 999px; font-weight: 600; color: var(--ink-2); font-size: 16px; transition: background .15s, color .15s; }
.main-nav a:hover { background: var(--brand-mint); color: var(--brand-dark); }
.header-actions { display: flex; align-items: center; gap: 10px; }

.cart-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 999px; background: var(--brand-mint); transition: background .15s; }
.cart-btn:hover { background: var(--brand-soft); }
.cart-btn svg { width: 22px; height: 22px; stroke: var(--ink); }
.cart-count {
  position: absolute; top: -4px; inset-inline-start: -4px; min-width: 21px; height: 21px; padding: 0 5px;
  background: var(--coral); color: #fff; font-size: 12px; font-weight: 800;
  border-radius: 999px; display: flex; align-items: center; justify-content: center;
  border: 2px solid #fff; transform: scale(0); transition: transform .2s cubic-bezier(.34,1.56,.64,1);
}
.cart-count.show { transform: scale(1); }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 999px; background: var(--brand-mint); align-items: center; justify-content: center; }
.nav-toggle svg { width: 24px; height: 24px; stroke: var(--ink); }

/* ----------------------------- Hero ------------------------------------ */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--brand-mint), #fff 78%); }
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding-block: clamp(40px, 6vw, 88px); }
.hero-copy h1 { font-size: clamp(34px, 5.4vw, 62px); letter-spacing: -.025em; }
.hero-copy h1 .grad {
  background: linear-gradient(100deg, var(--brand), #12C7B0 55%, var(--sun));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-copy .lead { font-size: clamp(17px, 2.1vw, 21px); color: var(--ink-2); margin-top: 20px; max-width: 520px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-usp { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 28px; }
.hero-usp li { display: flex; align-items: center; gap: 8px; font-weight: 600; color: var(--ink-2); font-size: 15px; }
.hero-usp svg { width: 19px; height: 19px; stroke: var(--brand); flex: none; }
.hero-media { position: relative; }
.hero-media .blob {
  position: absolute; inset: 6% -6% -6% 6%; z-index: 0;
  background: radial-gradient(circle at 60% 40%, rgba(14,165,164,.20), transparent 62%);
  filter: blur(8px);
}
.hero-media img { position: relative; z-index: 1; filter: drop-shadow(0 30px 45px rgba(15,42,48,.22)); }
.hero-badge {
  position: absolute; z-index: 2; background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 12px 16px; display: flex; align-items: center; gap: 11px; font-weight: 700;
}
.hero-badge small { display: block; font-weight: 600; color: var(--muted); font-size: 12.5px; }
.hero-badge .ico { width: 40px; height: 40px; border-radius: 12px; background: var(--brand-soft); display: flex; align-items: center; justify-content: center; }
.hero-badge .ico svg { width: 22px; height: 22px; stroke: var(--brand-dark); }
.hero-badge.b1 { inset-block-start: 8%; inset-inline-start: -4%; }
.hero-badge.b2 { inset-block-end: 10%; inset-inline-end: -2%; }

/* ----------------------------- Marquee / trust ------------------------- */
.trust-strip { background: var(--ink); color: #fff; }
.trust-strip .container { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 40px; padding-block: 20px; }
.trust-strip span { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 15px; opacity: .95; }
.trust-strip svg { width: 20px; height: 20px; stroke: var(--brand); }

/* ----------------------------- Product grid ---------------------------- */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.product-card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.product-card .media {
  position: relative; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center;
  padding: 26px; background: var(--tint, var(--bg-soft));
}
.product-card .media img { width: 78%; transition: transform .3s ease; filter: drop-shadow(0 14px 20px rgba(15,42,48,.16)); }
.product-card:hover .media img { transform: scale(1.05) rotate(-1deg); }
.product-card .pack-flag {
  position: absolute; inset-block-start: 14px; inset-inline-start: 14px; z-index: 2;
  background: var(--ink); color: #fff; font-size: 12.5px; font-weight: 700; padding: 5px 11px; border-radius: 999px;
}
.product-card .body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.product-card .flavor-dot { width: 11px; height: 11px; border-radius: 999px; display: inline-block; margin-inline-end: 8px; vertical-align: middle; }
.product-card h3 { font-size: 21px; display: flex; align-items: center; }
.product-card .tag { color: var(--muted); font-size: 15px; margin-top: 4px; min-height: 44px; }
.product-card .card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; }
.product-card .price { font-size: 24px; font-weight: 800; }
.product-card .price small { font-size: 14px; font-weight: 600; color: var(--muted); }
.product-card .add {
  display: inline-flex; align-items: center; gap: 7px; background: var(--ink); color: #fff;
  font-weight: 700; font-size: 15px; padding: 11px 18px; border-radius: 999px; transition: background .16s, transform .16s;
}
.product-card .add:hover { background: var(--brand); }
.product-card .add svg { width: 17px; height: 17px; stroke: #fff; }
.product-card .card-link { position: absolute; inset: 0; z-index: 1; }
.product-card .body, .product-card .pack-flag { position: relative; z-index: 2; }
.product-card .add { position: relative; z-index: 3; }

/* ----------------------------- Benefits -------------------------------- */
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.benefit {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 22px; text-align: center;
  transition: transform .2s, box-shadow .2s;
}
.benefit:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.benefit .ico { width: 58px; height: 58px; border-radius: 16px; background: var(--brand-soft); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.benefit .ico svg { width: 30px; height: 30px; stroke: var(--brand-dark); }
.benefit h3 { font-size: 19px; }
.benefit p { color: var(--muted); font-size: 15.5px; margin-top: 8px; }

/* ----------------------------- Stats ----------------------------------- */
.stat-band { background: linear-gradient(120deg, var(--brand-deep), var(--brand-dark)); color: #fff; border-radius: var(--radius-lg); padding: clamp(34px, 5vw, 56px); }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat .num { font-size: clamp(34px, 5vw, 52px); font-weight: 800; letter-spacing: -.02em; line-height: 1; }
.stat .num span { font-size: .5em; }
.stat .lbl { margin-top: 10px; opacity: .86; font-weight: 600; }
.stat + .stat { border-inline-start: 1px solid rgba(255,255,255,.18); }

/* ----------------------------- How to use ------------------------------ */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px 26px; }
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; inset-block-start: -18px; inset-inline-start: 26px;
  width: 44px; height: 44px; border-radius: 999px; background: var(--brand); color: #fff;
  font-weight: 800; font-size: 20px; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm);
}
.step h3 { font-size: 19px; margin-top: 8px; }
.step p { color: var(--muted); margin-top: 6px; font-size: 15.5px; }

/* ----------------------------- FAQ ------------------------------------- */
.faq { max-width: 780px; margin-inline: auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 14px; overflow: hidden; background: #fff; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; font-weight: 700; font-size: 17.5px; text-align: start; }
.faq-q .chev { width: 22px; height: 22px; flex: none; transition: transform .25s; stroke: var(--brand-dark); }
.faq-item.open .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 22px 20px; color: var(--ink-2); }

/* ----------------------------- Footer ---------------------------------- */
.site-footer { background: var(--ink); color: #cfe0e2; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 36px; padding-block: 58px; }
.site-footer .brand { color: #fff; margin-bottom: 14px; }
.site-footer .brand b { color: var(--brand); }
.footer-col h4 { color: #fff; font-size: 16px; margin-bottom: 14px; letter-spacing: .02em; }
.footer-col a { display: block; padding: 5px 0; color: #b7cdcf; font-size: 15px; transition: color .15s; }
.footer-col a:hover { color: #fff; }
.footer-about p { color: #a9c3c5; font-size: 15px; max-width: 320px; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 40px; height: 40px; border-radius: 999px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; }
.footer-social a:hover { background: var(--brand); }
.footer-social svg { width: 19px; height: 19px; stroke: #fff; fill: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-block: 22px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 14px; color: #90aaac; }
.footer-disclaimer { font-size: 13px; color: #7d9799; padding-bottom: 26px; line-height: 1.6; }

/* ----------------------------- Cart drawer ----------------------------- */
.drawer-overlay {
  position: fixed; inset: 0; z-index: 90; background: rgba(15,42,48,.42); backdrop-filter: blur(2px);
  opacity: 0; visibility: hidden; transition: opacity .28s, visibility .28s;
}
.drawer-overlay.open { opacity: 1; visibility: visible; }
.cart-drawer {
  position: fixed; inset-block: 0; left: 0; right: auto; z-index: 95; width: min(430px, 92vw);
  background: #fff; box-shadow: var(--shadow-lg); display: flex; flex-direction: column;
  transform: translateX(-100%); transition: transform .32s cubic-bezier(.5,.1,.25,1);
}
.cart-drawer.open { transform: translateX(0); }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.cart-head h3 { font-size: 21px; }
.cart-close { width: 40px; height: 40px; border-radius: 999px; display: flex; align-items: center; justify-content: center; background: var(--bg-soft); }
.cart-close svg { width: 20px; height: 20px; stroke: var(--ink); }
.cart-close:hover { background: var(--brand-soft); }
.cart-items { flex: 1; overflow-y: auto; padding: 12px 24px; }
.cart-empty { text-align: center; padding: 60px 20px; color: var(--muted); }
.cart-empty svg { width: 64px; height: 64px; stroke: var(--line); margin: 0 auto 18px; }
.cart-empty p { font-size: 17px; }
.cart-line { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line-2); }
.cart-line .thumb { width: 74px; height: 74px; border-radius: 14px; flex: none; display: flex; align-items: center; justify-content: center; padding: 6px; background: var(--bg-soft); }
.cart-line .thumb img { width: 100%; object-fit: contain; }
.cart-line .info { flex: 1; min-width: 0; }
.cart-line .info h4 { font-size: 16px; }
.cart-line .info .unit { color: var(--muted); font-size: 13.5px; }
.cart-line .remove { color: var(--muted); font-size: 13px; font-weight: 600; margin-top: 4px; }
.cart-line .remove:hover { color: var(--coral); }
.cart-line .line-end { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.cart-line .line-price { font-weight: 800; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; }
.qty button { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--ink); font-weight: 700; transition: background .12s; }
.qty button:hover { background: var(--brand-mint); color: var(--brand-dark); }
.qty span { min-width: 30px; text-align: center; font-weight: 700; font-size: 15px; }
.cart-foot { border-top: 1px solid var(--line); padding: 20px 24px calc(20px + env(safe-area-inset-bottom)); }
.cart-foot .row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.cart-foot .row .total-num { font-size: 24px; font-weight: 800; }
.cart-foot .ship-note { color: var(--muted); font-size: 13.5px; margin-bottom: 14px; }

/* ----------------------------- Toast ----------------------------------- */
.toast-wrap { position: fixed; inset-block-end: 24px; inset-inline: 0; z-index: 120; display: flex; flex-direction: column; align-items: center; gap: 10px; pointer-events: none; }
.toast {
  display: flex; align-items: center; gap: 11px; background: var(--ink); color: #fff; padding: 13px 20px;
  border-radius: 999px; box-shadow: var(--shadow-lg); font-weight: 600; font-size: 15px;
  transform: translateY(24px); opacity: 0; transition: transform .3s cubic-bezier(.34,1.56,.64,1), opacity .3s;
}
.toast.show { transform: translateY(0); opacity: 1; }
.toast svg { width: 20px; height: 20px; stroke: var(--brand); flex: none; }

/* ----------------------------- Product page ---------------------------- */
.pdp { padding-block: clamp(28px, 4vw, 48px); }
.breadcrumb { color: var(--muted); font-size: 14.5px; margin-bottom: 22px; }
.breadcrumb a:hover { color: var(--brand-dark); }
.pdp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 56px); align-items: start; }
.gallery .main-img { border-radius: var(--radius-lg); background: var(--tint, var(--bg-soft)); aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; padding: 8%; }
.gallery .main-img img { width: 100%; object-fit: contain; filter: drop-shadow(0 22px 30px rgba(15,42,48,.16)); }
.gallery .thumbs { display: flex; gap: 12px; margin-top: 14px; }
.gallery .thumbs button { width: 84px; height: 84px; border-radius: 14px; border: 2px solid var(--line); background: var(--bg-soft); padding: 8px; display: flex; align-items: center; justify-content: center; transition: border-color .15s; }
.gallery .thumbs button.active { border-color: var(--brand); }
.gallery .thumbs img { width: 100%; height: 100%; object-fit: contain; }

.pdp-info .flavor-line { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink-2); }
.pdp-info h1 { font-size: clamp(30px, 4.4vw, 46px); margin: 10px 0 6px; }
.pdp-info .subtitle { color: var(--muted); font-size: 19px; }
.pdp-info .price-row { display: flex; align-items: center; gap: 14px; margin: 22px 0; }
.pdp-info .price-row .p { font-size: 34px; font-weight: 800; }
.pdp-info .price-row .per { color: var(--muted); font-size: 15px; }
.pdp-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 26px; }
.pdp-badges .b { display: inline-flex; align-items: center; gap: 6px; background: var(--brand-mint); color: var(--brand-deep); font-weight: 700; font-size: 13.5px; padding: 7px 13px; border-radius: 999px; }
.pdp-badges .b svg { width: 15px; height: 15px; stroke: var(--brand-dark); }
.pdp-desc { color: var(--ink-2); font-size: 17px; margin-bottom: 24px; }
.buy-row { display: flex; gap: 14px; align-items: center; }
.buy-row .qty { border-width: 1.5px; height: 52px; padding-inline: 4px; }
.buy-row .qty button { width: 38px; height: 38px; font-size: 20px; }
.pdp-meta { margin-top: 26px; border-top: 1px solid var(--line); padding-top: 20px; display: grid; gap: 10px; }
.pdp-meta .m { display: flex; gap: 10px; font-size: 15px; color: var(--ink-2); }
.pdp-meta .m svg { width: 20px; height: 20px; stroke: var(--brand); flex: none; }
.pack-contents { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 26px; }
.pack-contents .pc { background: var(--tint, var(--bg-soft)); font-weight: 700; font-size: 14px; padding: 8px 14px; border-radius: 12px; }

/* Details section (nutrition + ingredients) */
.pdp-details { margin-top: clamp(48px, 7vw, 84px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 48px); align-items: start; }
.nutri-card, .ingredients-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 3vw, 34px); }
.nutri-card h3, .ingredients-card h3 { font-size: 24px; margin-bottom: 6px; }
.nutri-card .serving { color: var(--muted); font-size: 14.5px; margin-bottom: 18px; }
.nutri-table { width: 100%; border-collapse: collapse; }
.nutri-table tr { border-bottom: 1px solid var(--line-2); }
.nutri-table tr:last-child { border-bottom: none; }
.nutri-table td { padding: 12px 2px; font-size: 16px; }
.nutri-table td.k { font-weight: 600; }
.nutri-table td.v { text-align: start; color: var(--ink-2); }
.nutri-table td.dv { text-align: end; font-weight: 700; color: var(--brand-dark); white-space: nowrap; }
.nutri-note { font-size: 12.5px; color: var(--muted); margin-top: 14px; }
.ingredients-card p { color: var(--ink-2); font-size: 15.5px; line-height: 1.8; }
.ingredients-card .allergen { margin-top: 16px; font-weight: 700; color: var(--ink); font-size: 15px; }
.label-img { margin-top: 20px; border-radius: 14px; border: 1px solid var(--line); overflow: hidden; }

.related { margin-top: clamp(48px, 7vw, 84px); }
.related h2 { font-size: clamp(24px, 3vw, 32px); text-align: center; margin-bottom: 32px; }

/* ----------------------------- Cart page ------------------------------- */
.cart-page { padding-block: clamp(30px, 4vw, 52px); min-height: 60vh; }
.cart-page h1 { font-size: clamp(28px, 4vw, 40px); margin-bottom: 28px; }
.cart-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 32px; align-items: start; }
.cart-table { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.cart-row { display: grid; grid-template-columns: 92px 1fr auto auto; gap: 18px; align-items: center; padding: 20px; border-bottom: 1px solid var(--line-2); }
.cart-row:last-child { border-bottom: none; }
.cart-row .thumb { width: 92px; height: 92px; border-radius: 14px; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; padding: 8px; }
.cart-row .thumb img { object-fit: contain; }
.cart-row .nm h4 { font-size: 18px; }
.cart-row .nm .u { color: var(--muted); font-size: 14px; }
.cart-row .nm .rm { color: var(--muted); font-size: 13px; font-weight: 600; margin-top: 6px; }
.cart-row .nm .rm:hover { color: var(--coral); }
.cart-row .lp { font-weight: 800; font-size: 18px; min-width: 72px; text-align: end; }
.summary { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; position: sticky; top: calc(var(--header-h) + 16px); }
.summary h3 { font-size: 21px; margin-bottom: 18px; }
.summary .row { display: flex; justify-content: space-between; margin-bottom: 12px; color: var(--ink-2); }
.summary .row.total { border-top: 1px solid var(--line); padding-top: 14px; margin-top: 6px; color: var(--ink); font-weight: 800; font-size: 20px; }
.summary .row.total .total-num { font-size: 26px; }
.coupon { display: flex; gap: 8px; margin: 16px 0; }
.coupon input { flex: 1; }
.field { margin-bottom: 14px; }
.field label { display: block; font-weight: 600; font-size: 14.5px; margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%; border: 1.5px solid var(--line); border-radius: var(--radius-sm); padding: 12px 14px;
  font-family: inherit; font-size: 16px; background: #fff; color: var(--ink); transition: border-color .15s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--brand); }
.field .hint { color: var(--muted); font-size: 13px; margin-top: 5px; }
.field.two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field.two > div { display: contents; }
.checkout-note { background: var(--brand-mint); border-radius: var(--radius-sm); padding: 14px 16px; font-size: 14px; color: var(--brand-deep); margin-top: 16px; display: flex; gap: 10px; }
.checkout-note svg { width: 20px; height: 20px; stroke: var(--brand-dark); flex: none; }
.order-success { text-align: center; max-width: 560px; margin-inline: auto; padding: 40px 20px; }
.order-success .check { width: 84px; height: 84px; border-radius: 999px; background: var(--brand-soft); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; }
.order-success .check svg { width: 44px; height: 44px; stroke: var(--brand-dark); }

/* ----------------------------- Utilities ------------------------------- */
.center { text-align: center; }
.mt-24 { margin-top: 24px; }
.hide { display: none !important; }
.skip-link { position: absolute; inset-inline-start: -999px; }

/* ----------------------------- Responsive ------------------------------ */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 460px; margin-inline: auto; }
  .hero-badge.b1 { inset-inline-start: 2%; }
  .hero-badge.b2 { inset-inline-end: 2%; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 24px; }
  .stat + .stat { border-inline-start: none; }
  .steps { grid-template-columns: 1fr; gap: 32px; }
  .pdp-grid { grid-template-columns: 1fr; }
  .pdp-details { grid-template-columns: 1fr; }
  .cart-layout { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .main-nav.open {
    display: flex; position: absolute; inset-block-start: var(--header-h); inset-inline: 0;
    flex-direction: column; align-items: stretch; background: #fff; border-bottom: 1px solid var(--line);
    padding: 12px 16px; gap: 2px; box-shadow: var(--shadow);
  }
  .main-nav.open a { padding: 13px 14px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card .tag { min-height: 0; }
  .benefit-grid { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .cart-row { grid-template-columns: 70px 1fr auto; }
  .cart-row .thumb { width: 70px; height: 70px; }
  .cart-row .lp { grid-column: 2 / -1; text-align: start; }
  .field.two { grid-template-columns: 1fr; }
}
