/* ============================================================
   NutraCore — Heritage Editorial theme (Direction A)
   Cream / deep pine / bronze · Gloock display / Hanken Grotesk
   ------------------------------------------------------------
   Loaded GLOBALLY in home/layout.blade.php AFTER the legacy CSS
   so it wins the cascade. Two layers:
     1. Global retint (tokens + body/headings/links/legacy-button
        overrides) — restyles every page, including ones not yet
        redesigned, so the site reads as one brand.
     2. Component system (.wrap/.btn/.prod/.hero-panel/…) — uniquely
        named classes that only bite the new redesigned markup.
   View-layer only. No markup here depends on backend logic.
   ============================================================ */

:root {
  --bg: #F7F2E9;
  --bg2: #FFFDF8;
  --tint: #EFE7D6;
  --mint: #E9EFE4;
  --ink: #21271F;
  --ink-deep: #1A201B;
  --muted: #6F7268;
  --accent: #14463E;
  --accent-deep: #0E2B26;
  --on-accent: #F4EFE2;
  --gold: #A97B2F;
  --gold-bright: #E2BE7E;
  --gold-bg: #F3E9D2;
  --line: #E3DBC9;
  --df: 'Gloock', serif;
  --bf: 'Hanken Grotesk', sans-serif;
  --rad: 6px;
  --rad-lg: 14px;
}

/* ============================================================
   1 · GLOBAL RETINT — conservative, restyles undesigned pages
   (deliberately scoped to body / headings / links / legacy
   buttons + the legacy teal. No blanket * / a / img resets,
   so existing component layouts are not disturbed.)
   ============================================================ */
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--bf);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, .h1, .h2, .h3 {
  font-family: var(--df);
  font-weight: 500;
}

/* Retint the legacy brand teal (#00A8A8 / #00b3b3 / gradients) to pine. */
.text-brand, .primary-color, .text-primary, .theme-color { color: var(--accent) !important; }
.bg-brand, .bg-theme { background-color: var(--accent) !important; }

/* Legacy primary buttons / add-to-cart / pincode → pine, fully-rounded. */
.btn-primary,
.button.button-add-to-cart,
.button-add-to-cart,
.pincode-btn,
.btn-offer,
.btn-buy {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
  color: var(--on-accent) !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.button.button-add-to-cart:hover,
.button-add-to-cart:hover,
.pincode-btn:hover {
  background: var(--accent-deep) !important;
  border-color: var(--accent-deep) !important;
}

/* ============================================================
   2 · COMPONENT SYSTEM — new redesigned markup only
   ============================================================ */

.wrap { max-width: 1392px; margin: 0 auto; padding: 0 32px; }

/* `.nc` wraps the redesigned page body so the design's element
   resets stay scoped and never touch legacy chrome/pages. */
.nc { box-sizing: border-box; }
.nc *, .nc *::before, .nc *::after { box-sizing: border-box; }
.nc a { color: inherit; text-decoration: none; }
.nc img, .nc svg { display: block; }
.nc img { max-width: 100%; }
.nc button { font-family: var(--bf); cursor: pointer; }

/* ---------- Buttons ---------- */
.nc .btn, a.btn, button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--accent);
  color: var(--on-accent);
  border: 1px solid var(--accent);
  border-radius: 99px;
  padding: 15px 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
.nc .btn.light { background: var(--bg); color: var(--accent); border-color: var(--bg); }
.nc .btn.ghost { background: transparent; color: var(--ink); border-color: color-mix(in oklab, var(--ink) 26%, transparent); }
.nc .btn.ghost.on-dark { color: var(--on-accent); border-color: color-mix(in oklab, var(--on-accent) 36%, transparent); }
.nc .btn.sm { padding: 10px 18px; font-size: 13px; }

.nc .eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}
.nc .h2 { font-family: var(--df); font-size: 40px; line-height: 1.08; font-weight: 500; margin: 0; text-wrap: balance; }
.nc .sub { font-size: 16.5px; line-height: 1.65; color: var(--muted); margin: 0; }

.nc .sechead { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.nc .sechead .stack { display: flex; flex-direction: column; gap: 12px; }
.nc .seclink {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.04em;
  color: var(--ink);
  border: 1px solid color-mix(in oklab, var(--ink) 22%, transparent);
  border-radius: 99px;
  padding: 11px 20px;
  white-space: nowrap;
  background: var(--bg2);
}

.nc section.block { padding: 72px 0; }

/* ---------- Hero ---------- */
.nc .hero { padding: 26px 0 0; }
.nc .hero-panel {
  position: relative;
  border-radius: var(--rad-lg);
  background:
    radial-gradient(1100px 560px at 86% -20%, rgba(63, 122, 92, 0.45) 0%, transparent 58%),
    linear-gradient(118deg, #16443B 0%, var(--accent-deep) 78%);
  color: var(--on-accent);
  overflow: hidden;
  height: 520px;
}
.nc .hero-shot { position: absolute; inset: 0; display: none; }
.nc .hero-shot.on { display: block; }
.nc .hero-shot img { width: 100%; height: 100%; object-fit: cover; }
.nc .hero-foot {
  position: absolute;
  left: 36px;
  bottom: 30px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.nc .hero-foot .btn { box-shadow: 0 14px 36px -12px rgba(10, 18, 14, 0.55); }
.nc .hero-dots { display: flex; gap: 7px; }
.nc .hero-dots .dot { width: 8px; height: 8px; border-radius: 99px; background: rgba(244, 239, 226, 0.38); border: 0; padding: 0; transition: width 0.2s ease; }
.nc .hero-dots .dot.on { width: 26px; background: var(--gold-bright); }
.nc .hero-arrows { position: absolute; right: 28px; bottom: 28px; display: flex; gap: 10px; z-index: 3; }
.nc .harr {
  width: 44px; height: 44px;
  border-radius: 99px;
  border: 1px solid rgba(244, 239, 226, 0.28);
  background: rgba(255, 253, 248, 0.06);
  color: var(--on-accent);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
}
.nc .harr:hover { background: rgba(255, 253, 248, 0.14); }

/* ---------- USP band ---------- */
.nc .usp { margin-top: 22px; }
.nc .usp .card {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad-lg);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.nc .usp .cell { display: flex; align-items: center; gap: 16px; padding: 24px 28px; }
.nc .usp .cell + .cell { border-left: 1px solid var(--line); }
.nc .usp .ic {
  width: 44px; height: 44px; flex: none;
  border-radius: 99px;
  background: var(--mint);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}
.nc .usp .t { font-size: 15px; font-weight: 700; }
.nc .usp .d { font-size: 12.5px; color: var(--muted); margin-top: 3px; }

/* ---------- Promo banners ---------- */
.nc .promos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.nc .promo {
  border-radius: var(--rad-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--tint);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.nc .promo:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -22px rgba(32, 38, 30, 0.4); }
.nc .promo img { width: 100%; height: 212px; object-fit: cover; }

/* ---------- Categories ---------- */
.nc .cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.nc .cat {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 28px 26px 24px;
  position: relative;
  display: flex; flex-direction: column; gap: 5px;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.nc .cat:hover { transform: translateY(-3px); box-shadow: 0 16px 36px -20px rgba(32, 38, 30, 0.4); border-color: color-mix(in oklab, var(--accent) 40%, var(--line)); }
.nc .cat .idx { font-size: 11px; letter-spacing: 0.16em; color: color-mix(in oklab, var(--muted) 60%, transparent); margin-bottom: 11px; }
.nc .cat .nm { font-family: var(--df); font-size: 22px; }
.nc .cat .ds { font-size: 13px; color: var(--muted); }
.nc .cat .arr { position: absolute; top: 22px; right: 22px; color: var(--accent); }

/* ---------- Product card (also used standalone on listing/search) ---------- */
.tinted-block { background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.nc .prods { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.prod {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
  position: relative;
  box-sizing: border-box;
}
.prod, .prod *, .prod *::before, .prod *::after { box-sizing: border-box; }
.prod a { color: inherit; text-decoration: none; }
.prod:hover { transform: translateY(-3px); box-shadow: 0 20px 44px -22px rgba(32, 38, 30, 0.45); }
/* Square (1:1) image well on a WHITE ground so 1:1 product shots fit exactly and any
   other aspect ratio letterboxes invisibly (product photos are shot on white) — no
   beige box/border feel. CONTAIN so the full product is always visible (never cropped).
   Banners (hero/promo/brand) deliberately stay `cover`. */
.prod .media { position: relative; background: #fff; display: block; aspect-ratio: 1 / 1; }
.prod .media img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 12px; }
.prod .off {
  position: absolute; top: 12px; left: 12px;
  background: var(--accent); color: var(--on-accent);
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  border-radius: 99px; padding: 4px 10px;
  pointer-events: none;
}
.prod .wish {
  position: absolute; top: 10px; right: 10px;
  width: 32px; height: 32px;
  border-radius: 99px;
  border: 1px solid var(--line);
  background: var(--bg2);
  color: var(--muted);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 2;
}
.prod .wish .wishlist-icon.active, .prod .wish i.active { color: #d33 !important; }
.prod .body { padding: 15px 15px 14px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.prod .brand { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.prod .ttl { font-size: 14.5px; font-weight: 600; line-height: 1.35; min-height: 39px; color: var(--ink); }
.prod .ttl a { color: inherit; }
.prod .prices { display: flex; align-items: baseline; gap: 8px; }
.prod .pr { font-size: 18px; font-weight: 800; color: var(--ink); }
.prod .mrp { font-size: 13px; color: var(--muted); text-decoration: line-through; }
.prod .member {
  display: flex; align-items: center; gap: 6px;
  background: var(--gold-bg); color: var(--gold);
  border-radius: 7px;
  font-size: 12px; font-weight: 700;
  padding: 6px 10px;
  cursor: pointer;
}
.prod .member .pass { font-weight: 800; }
.prod .add {
  margin-top: 4px;
  border: 1px solid color-mix(in oklab, var(--ink) 24%, transparent);
  background: transparent;
  color: var(--ink);
  border-radius: 99px;
  padding: 10px 0;
  width: 100%;
  font-size: 13px; font-weight: 700;
  text-align: center;
}
.prod .add:hover { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.prod .estimate {
  display: inline-flex; align-items: center; gap: 6px; align-self: flex-start;
  background: var(--mint); color: var(--accent);
  border-radius: 99px; padding: 5px 11px;
  font-size: 11.5px; font-weight: 700;
}

/* ---------- Brand showcase ---------- */
.nc .brands { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 16px; align-items: stretch; }
.nc .brand-feature {
  border-radius: var(--rad-lg);
  background: linear-gradient(135deg, #16443B, var(--accent-deep));
  color: var(--on-accent);
  padding: 42px 42px 38px;
  display: flex; flex-direction: column; gap: 16px;
  overflow: hidden;
}
.nc .brand-feature .eyebrow { color: var(--gold-bright); }
.nc .brand-feature .bf-name { font-family: var(--df); font-size: 38px; line-height: 1.05; color: #F8F4E8; }
.nc .brand-feature .bf-sub { font-size: 14.5px; line-height: 1.6; color: color-mix(in oklab, var(--on-accent) 74%, transparent); max-width: 400px; }
.nc .brand-feature img { width: 100%; height: 210px; object-fit: cover; border-radius: 10px; margin-top: 4px; }
.nc .brand-feature .btn { align-self: flex-start; margin-top: 8px; }
.nc .brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.nc .brand-tile {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  display: flex; align-items: center; justify-content: center;
  padding: 18px 12px;
  font-family: var(--df);
  font-size: 18px;
  color: color-mix(in oklab, var(--ink) 76%, transparent);
  text-align: center;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.nc .brand-tile:hover { color: var(--accent); border-color: color-mix(in oklab, var(--accent) 45%, var(--line)); }

/* ---------- Goals ---------- */
.nc .goals { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.nc .goal {
  border: 1px solid var(--line);
  background: var(--bg2);
  border-radius: var(--rad);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.nc .goal .gimg { aspect-ratio: 1 / 1; background: var(--tint); overflow: hidden; }
.nc .goal .gimg img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.nc .goal:hover { transform: translateY(-3px); border-color: color-mix(in oklab, var(--accent) 45%, var(--line)); box-shadow: 0 16px 30px -22px rgba(32,38,30,0.5); }
.nc .goal:hover .gimg img { transform: scale(1.05); }
.nc .goal .grow { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 13px 15px; }
.nc .goal .gn { font-size: 14.5px; font-weight: 700; line-height: 1.25; }
.nc .goal .ga { color: var(--accent); font-weight: 700; flex: none; }

/* ---------- NutraPass band ---------- */
.nc .pass-panel {
  border-radius: var(--rad-lg);
  background:
    radial-gradient(900px 420px at 10% 130%, rgba(169, 123, 47, 0.32) 0%, transparent 55%),
    linear-gradient(118deg, #16443B, var(--accent-deep));
  color: var(--on-accent);
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 48px;
  padding: 56px 60px;
  overflow: hidden;
}
.nc .pass-panel .left { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.nc .pass-panel .pname { font-family: var(--df); font-size: 42px; color: #F8F4E8; line-height: 1.07; }
.nc .pass-panel .pname em { font-style: normal; color: var(--gold-bright); }
.nc .pass-panel ul { list-style: none; margin: 2px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.nc .pass-panel li { display: flex; gap: 12px; font-size: 15px; color: color-mix(in oklab, var(--on-accent) 84%, transparent); }
.nc .pass-panel li .tick { color: var(--gold-bright); font-weight: 800; }
.nc .tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-self: center; }
.nc .tier {
  background: rgba(255, 253, 248, 0.07);
  border: 1px solid rgba(244, 239, 226, 0.2);
  border-radius: 10px;
  padding: 22px 16px;
  text-align: center;
  display: flex; flex-direction: column; gap: 5px;
}
.nc .tier .mo { font-family: var(--df); font-size: 30px; color: #F8F4E8; }
.nc .tier .lbl { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: color-mix(in oklab, var(--on-accent) 60%, transparent); }
.nc .tier .amt { font-size: 17px; font-weight: 800; color: #F8F4E8; margin-top: 6px; }
.nc .tier .per { font-size: 12px; color: color-mix(in oklab, var(--on-accent) 62%, transparent); }
.nc .tier.best { background: var(--gold-bg); border-color: var(--gold-bg); }
.nc .tier.best .mo, .nc .tier.best .amt { color: #5a4516; }
.nc .tier.best .lbl, .nc .tier.best .per { color: #8a6a2a; }
.nc .tier .flag { font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: #8a6a2a; }

/* ---------- Community reviews ---------- */
.nc .quotes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.nc .quote {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 26px 24px 22px;
  display: flex; flex-direction: column; gap: 14px;
}
.nc .quote .stars { color: var(--gold); font-size: 14px; letter-spacing: 3px; }
.nc .quote .qt { font-size: 14px; line-height: 1.68; flex: 1; }
.nc .quote .hr { border: 0; border-top: 1px solid var(--line); margin: 0; width: 100%; }
.nc .quote .who { display: flex; align-items: center; gap: 11px; }
.nc .quote .av {
  width: 36px; height: 36px; flex: none;
  border-radius: 99px;
  background: var(--accent); color: var(--on-accent);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 13px;
}
.nc .quote .wn { font-size: 13.5px; font-weight: 700; }
.nc .quote .wd { font-size: 11.5px; color: var(--muted); }
.nc .quote .on {
  align-self: flex-start;
  font-size: 11.5px; font-weight: 700;
  color: var(--accent);
  background: var(--mint);
  border-radius: 99px;
  padding: 5px 12px;
}

/* ---------- Journal ---------- */
.nc .posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.nc .post {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.nc .post:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -22px rgba(32, 38, 30, 0.4); }
.nc .post .cover { position: relative; height: 200px; background: linear-gradient(135deg, #16443B, var(--accent-deep)); }
.nc .post .cover img { width: 100%; height: 100%; object-fit: cover; }
.nc .post .cover .num {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--df);
  font-size: 76px;
  color: rgba(248, 244, 232, 0.22);
  pointer-events: none;
}
.nc .post .pbody { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 10px; }
.nc .post .pcat { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); }
.nc .post .pt { font-family: var(--df); font-size: 21px; line-height: 1.25; }
.nc .post .pmeta { font-size: 12.5px; color: var(--muted); }

/* ---------- NC Consult ---------- */
.nc .consult {
  border: 1px solid var(--line);
  border-radius: var(--rad-lg);
  background: linear-gradient(180deg, var(--mint) 0%, var(--bg2) 90%);
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 48px;
  padding: 52px 56px;
  align-items: center;
}
.nc .consult .left { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.nc .consult .ch2 { font-family: var(--df); font-size: 40px; line-height: 1.12; margin: 0; font-weight: 500; }
.nc .consult .ch2 em { font-style: normal; color: var(--accent); }
.nc .consult .csub { font-size: 15.5px; line-height: 1.65; color: var(--muted); max-width: 440px; margin: 0; }
.nc .consult .ctas { display: flex; gap: 14px; margin-top: 6px; }
.nc .cbens { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.nc .cben {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 20px;
  display: flex; flex-direction: column; gap: 10px;
}
.nc .cben .ic {
  width: 36px; height: 36px;
  border-radius: 9px;
  background: var(--mint); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}
.nc .cben .t { font-size: 14.5px; font-weight: 700; }
.nc .cben .d { font-size: 12.5px; color: var(--muted); line-height: 1.5; }

/* ============================================================
   Responsive — tablet
   ============================================================ */
@media (max-width: 1120px) {
  .wrap { padding: 0 24px; }
  .nc .usp .card { grid-template-columns: 1fr 1fr; }
  .nc .usp .cell:nth-child(3) { border-left: 0; }
  .nc .usp .cell { border-top: 1px solid var(--line); }
  .nc .usp .cell:nth-child(-n+2) { border-top: 0; }
  .nc .cats { grid-template-columns: repeat(2, 1fr); }
  .nc .prods { grid-template-columns: repeat(3, 1fr); }
  .nc .brands { grid-template-columns: 1fr; }
  .nc .quotes { grid-template-columns: 1fr 1fr; }
  .nc .goals { grid-template-columns: repeat(3, 1fr); }
}

/* ============================================================
   Responsive — mobile
   ============================================================ */
@media (max-width: 720px) {
  .wrap { padding: 0 16px; }
  .nc section.block { padding: 44px 0; }
  .nc .h2 { font-size: 27px; }
  .nc .sub { font-size: 14.5px; }
  .nc .eyebrow { font-size: 11px; letter-spacing: 0.18em; }
  .nc .sechead { margin-bottom: 24px; align-items: center; }
  .nc .seclink { padding: 9px 16px; font-size: 12px; }
  .nc .btn { padding: 13px 22px; font-size: 13px; }

  .nc .hero { padding-top: 16px; }
  /* Match the panel to the banner spec (1328×520 ≈ 2.55:1) so `cover` FILLS
     edge-to-edge AND does not crop — panel ratio == banner ratio. Same ratio as
     desktop (the 1328-wide wrap × 520px), so a 1328×520 banner shows identically
     on both. A bottom scrim keeps the CTA/dots readable. */
  .nc .hero-panel { height: auto; aspect-ratio: 1328 / 520; max-height: none; }
  .nc .hero-shot img { object-fit: cover; }
  .nc .hero-panel::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 45%;
    background: linear-gradient(to top, rgba(10,18,14,0.55), transparent);
    z-index: 2; pointer-events: none;
  }
  .nc .hero-foot { left: 16px; bottom: 14px; gap: 10px; }
  .nc .hero-foot .btn { padding: 11px 18px; font-size: 12.5px; }
  .nc .hero-arrows { display: none; }

  .nc .usp { margin-top: 14px; }
  /* Slim, swipeable trust-badge strip on mobile — one horizontal row you scroll,
     ~1.6 cells visible so the next one peeks (signals swipeability). Far smaller
     footprint than the old 2×2 block, so the hero clearly dominates. */
  .nc .usp .card {
    display: flex;
    flex-direction: row;   /* override legacy Bootstrap .card { flex-direction: column } */
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .nc .usp .card::-webkit-scrollbar { display: none; }
  .nc .usp .cell {
    flex: 0 0 auto;
    width: 60%;
    padding: 13px 16px;
    gap: 11px;
    scroll-snap-align: start;
    border: 0;
    border-left: 1px solid var(--line);
  }
  .nc .usp .cell:nth-child(3) { border-left: 1px solid var(--line); }
  .nc .usp .cell:first-child { border-left: 0; }
  .nc .usp .ic { width: 32px; height: 32px; }
  .nc .usp .t { font-size: 13px; }
  .nc .usp .d { font-size: 11px; }

  .nc .promos { grid-template-columns: 1fr; }
  .nc .promo img { height: auto; aspect-ratio: 2.4 / 1; }

  .nc .cats { gap: 10px; }
  .nc .cat { padding: 18px 16px 16px; }
  .nc .cat .idx { margin-bottom: 8px; }
  .nc .cat .nm { font-size: 18px; }
  .nc .cat .ds { font-size: 12px; }
  .nc .cat .arr { top: 16px; right: 16px; }

  .nc .prods { grid-template-columns: 1fr 1fr; gap: 10px; }
  /* media stays square (aspect-ratio from base rule); just trim padding on small cards */
  .prod .media img { padding: 10px; }
  .prod .body { padding: 12px 12px 12px; gap: 7px; }
  .prod .ttl { font-size: 13px; min-height: 35px; }
  .prod .pr { font-size: 16px; }
  .prod .member { font-size: 11px; padding: 5px 8px; }

  .nc .brand-feature { padding: 28px 24px 26px; }
  .nc .brand-feature .bf-name { font-size: 30px; }
  .nc .brand-feature img { height: 160px; }
  .nc .brand-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .nc .brand-tile { font-size: 16px; padding: 16px 10px; }

  .nc .goals { grid-template-columns: 1fr 1fr; gap: 10px; }
  .nc .goal .grow { padding: 12px 14px; }

  .nc .pass-panel { grid-template-columns: 1fr; gap: 28px; padding: 32px 24px; }
  .nc .pass-panel .pname { font-size: 30px; }
  .nc .pass-panel li { font-size: 14px; }
  .nc .tiers { gap: 8px; width: 100%; }
  .nc .tier { padding: 16px 10px; }
  .nc .tier .mo { font-size: 24px; }
  .nc .tier .amt { font-size: 15px; }

  .nc .quotes { grid-template-columns: 1fr; }

  .nc .posts { grid-template-columns: 1fr; }
  .nc .post .cover { height: 170px; }

  .nc .consult { grid-template-columns: 1fr; gap: 28px; padding: 28px 22px; }
  .nc .consult .ch2 { font-size: 28px; }
  .nc .consult .ctas { flex-wrap: wrap; }
  .nc .cbens { gap: 10px; }
  .nc .cben { padding: 16px; }
}

/* ============================================================
   CHROME · Footer (.ncfooter) — namespaced so the generic class
   names never collide with Bootstrap/legacy theme CSS.
   ============================================================ */
.ncfooter { background: var(--ink-deep); color: color-mix(in oklab, var(--on-accent) 78%, transparent); margin-top: 72px; font-family: var(--bf); }
.ncfooter *, .ncfooter *::before, .ncfooter *::after { box-sizing: border-box; }
.ncfooter a { color: inherit; text-decoration: none; }
.ncfooter img, .ncfooter svg { display: block; }
.ncfooter .news { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 56px 0 44px; align-items: center; }
.ncfooter .nh { font-family: var(--df); font-size: 32px; line-height: 1.15; color: #F8F4E8; margin: 0; font-weight: 500; }
.ncfooter .nd { font-size: 14px; line-height: 1.6; margin: 12px 0 0; max-width: 380px; }
.ncfooter .subscribe { display: flex; align-items: center; background: rgba(255,253,248,0.07); border: 1px solid rgba(244,239,226,0.18); border-radius: 99px; padding: 6px 6px 6px 22px; }
.ncfooter .subscribe input { flex: 1; min-width: 0; background: transparent; border: 0; outline: none; font-size: 14px; color: var(--on-accent); font-family: var(--bf); }
.ncfooter .subscribe input::placeholder { color: color-mix(in oklab, var(--on-accent) 50%, transparent); }
.ncfooter .subscribe .btn { padding: 12px 24px; background: var(--gold); border: 1px solid var(--gold); color: #fff; border-radius: 99px; font-weight: 700; font-size: 14px; cursor: pointer; white-space: nowrap; font-family: var(--bf); }
.ncfooter .subscribe .btn:hover { background: #8a6526; border-color: #8a6526; }
.ncfooter .fine { font-size: 11.5px; margin-top: 10px; color: color-mix(in oklab, var(--on-accent) 48%, transparent); }
.ncfooter .fine a { color: var(--gold-bright); }
.ncfooter .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 40px; padding: 44px 0; border-top: 1px solid rgba(244,239,226,0.14); }
.ncfooter .fl { display: flex; flex-direction: column; gap: 12px; }
.ncfooter .fmark { display: flex; align-items: center; gap: 11px; }
.ncfooter .fmark .mono { width: 38px; height: 38px; border-radius: 9px; background: var(--accent); color: var(--on-accent); display: flex; align-items: center; justify-content: center; font-family: var(--df); font-size: 18px; }
.ncfooter .fname { font-family: var(--df); font-size: 21px; color: #F8F4E8; }
.ncfooter .ftag { font-size: 13px; line-height: 1.65; max-width: 270px; }
.ncfooter .apps { display: flex; gap: 14px; margin-top: 4px; }
.ncfooter .apps a { font-size: 12.5px; font-weight: 700; color: var(--gold-bright); }
.ncfooter .socials { display: flex; gap: 9px; margin-top: 6px; flex-wrap: wrap; }
.ncfooter .soc { font-size: 12px; font-weight: 700; border: 1px solid rgba(244,239,226,0.22); border-radius: 99px; padding: 8px 16px; color: color-mix(in oklab, var(--on-accent) 85%, transparent); }
.ncfooter .soc:hover { color: #F8F4E8; }
.ncfooter h5 { margin: 0 0 6px; font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-bright); font-weight: 700; font-family: var(--bf); }
.ncfooter .fl a { font-size: 13.5px; line-height: 1.5; }
.ncfooter .fl a:hover { color: #F8F4E8; }
.ncfooter .stores { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-bottom: 40px; }
.ncfooter .store { border: 1px solid rgba(244,239,226,0.16); background: rgba(255,253,248,0.05); border-radius: var(--rad); padding: 20px 22px; display: flex; gap: 14px; }
.ncfooter .store .pin { color: var(--gold-bright); margin-top: 2px; flex: none; }
.ncfooter .store .st { font-size: 14px; font-weight: 700; color: #F8F4E8; }
.ncfooter .store .sd { font-size: 12.5px; line-height: 1.6; margin-top: 4px; display: block; }
.ncfooter .base { border-top: 1px solid rgba(244,239,226,0.14); padding: 22px 0 26px; display: flex; justify-content: space-between; gap: 12px; font-size: 12.5px; flex-wrap: wrap; }

@media (max-width: 1120px) {
  .ncfooter .cols { grid-template-columns: 1.4fr 1fr 1fr; }
  .ncfooter .stores { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .ncfooter { margin-top: 40px; }
  .ncfooter .news { grid-template-columns: 1fr; gap: 22px; padding: 36px 0 28px; }
  .ncfooter .nh { font-size: 26px; }
  .ncfooter .subscribe { padding-left: 16px; }
  .ncfooter .cols { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 26px; padding: 32px 0; }
  .ncfooter .cols .fl:first-child { grid-column: 1 / -1; }
  .ncfooter .stores { grid-template-columns: 1fr; }
  .ncfooter .base { flex-direction: column; gap: 8px; }
}

/* ============================================================
   CHROME · Ticker + Header + Navbar (.ncx) — namespaced so the
   generic class names (.header/.navbar/.logo/.searchbar) never
   collide with Bootstrap/legacy theme CSS.
   ============================================================ */
.ncx { font-family: var(--bf); color: var(--ink); }
.ncx *, .ncx *::before, .ncx *::after { box-sizing: border-box; }
.ncx a { color: inherit; text-decoration: none; }
.ncx img, .ncx svg { display: block; }
.ncx button { font-family: var(--bf); cursor: pointer; }

/* Ticker */
.ncx .ticker { background: var(--ink-deep); color: color-mix(in oklab, var(--on-accent) 85%, transparent); overflow: hidden; font-size: 12px; letter-spacing: 0.06em; padding: 9px 0; }
.ncx .ticker .lane { display: flex; width: max-content; animation: ncTicker 36s linear infinite; }
.ncx .ticker .item { display: inline-flex; align-items: center; gap: 10px; padding: 0 28px; white-space: nowrap; }
.ncx .ticker .item::before { content: ''; width: 5px; height: 5px; border-radius: 99px; background: var(--gold-bright); flex: none; }
@keyframes ncTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ncx .ticker .lane { animation: none; } }

/* Header */
.ncx .header { background: var(--bg); border-bottom: 1px solid var(--line); }
.ncx .header .ncrow { display: flex; flex-wrap: nowrap; align-items: center; gap: 22px; padding-block: 18px; margin: 0 auto; }
.ncx .logo { display: flex; align-items: center; gap: 12px; flex: none; width: auto; }
.ncx .logo .mono { width: 42px; height: 42px; border-radius: 10px; background: var(--accent); color: var(--on-accent); display: flex; align-items: center; justify-content: center; font-family: var(--df); font-size: 20px; flex: none; }
.ncx .logo .stack { display: flex; flex-direction: column; gap: 1px; }
.ncx .logo .name { font-family: var(--df); font-size: 23px; line-height: 1; color: var(--ink); }
.ncx .logo .name b { color: var(--accent); font-weight: inherit; }
.ncx .logo .tag { font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); }

/* Search */
.ncx .searchbar { flex: 1; display: flex; align-items: stretch; border: 1.5px solid var(--line); border-radius: 12px; background: var(--bg2); overflow: visible; position: relative; min-width: 0; }
.ncx .searchbar .cat { display: flex; align-items: center; gap: 4px; padding: 0 14px; border-right: 1px solid var(--line); flex: none; }
.ncx .searchbar .cat select { border: 0; background: transparent; font-family: var(--bf); font-size: 13.5px; font-weight: 600; color: var(--ink); padding: 0; outline: none; cursor: pointer; -webkit-appearance: none; appearance: none; max-width: 130px; }
.ncx .searchbar .cat .catchev { color: var(--muted); flex: none; }
.ncx .searchbar .field { flex: 1; display: flex; align-items: center; min-width: 0; }
.ncx .searchbar .field input { width: 100%; border: 0; background: transparent; padding: 13px 16px; font-size: 13.5px; font-family: var(--bf); color: var(--ink); outline: none; }
.ncx .searchbar .field input::placeholder { color: var(--muted); }
.ncx .searchbar .go { width: 52px; flex: none; background: var(--accent); color: var(--on-accent); border: 0; border-radius: 0 10px 10px 0; display: flex; align-items: center; justify-content: center; }
.ncx .searchbar #suggestionBox { position: absolute; top: calc(100% + 6px); left: 0; right: 0; background: var(--bg2); border: 1px solid var(--line); border-radius: 10px; z-index: 1000; max-height: 360px; overflow-y: auto; box-shadow: 0 16px 36px -18px rgba(32,38,30,0.4); }

/* Deliver-to */
.ncx .deliver { display: flex; align-items: center; gap: 10px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--bg2); padding: 9px 14px; cursor: pointer; flex: none; }
.ncx .deliver .pin { color: var(--accent); display: flex; flex: none; }
.ncx .deliver .lt { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); display: block; }
.ncx .deliver .lv { font-size: 13px; font-weight: 700; white-space: nowrap; max-width: 150px; overflow: hidden; text-overflow: ellipsis; display: block; }

/* Account / Wishlist / Cart */
.ncx .hacts { display: flex; align-items: center; gap: 24px; margin-left: auto; flex: none; }
.ncx .hact { position: relative; display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 12px; font-weight: 600; color: var(--ink); cursor: pointer; }
.ncx .hact .lbl { font-size: 12px; font-weight: 600; }
.ncx .hact .bub { position: absolute; top: -6px; right: -8px; background: var(--gold); color: #fff; font-size: 9.5px; font-weight: 800; border-radius: 99px; padding: 1px 5px; line-height: 1.4; }
.ncx .hact .account-menu { position: absolute; top: 100%; right: 0; margin-top: 12px; min-width: 210px; background: var(--bg2); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 20px 44px -20px rgba(32,38,30,0.45); padding: 8px; z-index: 60; display: none; }
.ncx .hact .account-menu::before { content: ''; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.ncx .hact:hover .account-menu { display: block; }
.ncx .hact .account-menu a { display: block; padding: 9px 12px; border-radius: 8px; font-size: 13.5px; font-weight: 600; color: var(--ink); white-space: nowrap; }
.ncx .hact .account-menu a:hover { background: var(--mint); color: var(--accent); }

/* Navbar */
/* display:block neutralises Bootstrap's `.navbar{display:flex;justify-content:space-between}`,
   which was shrink-wrapping the inner .ncrow (so it centered narrow instead of filling the
   column like the header). With block, .ncrow fills to its max-width and centers via margin:auto. */
.ncx .navbar { background: var(--bg); border-bottom: 1px solid var(--line); padding: 0; display: block; }
.ncx .navbar .ncrow { display: flex; flex-wrap: nowrap; align-items: center; gap: 24px; padding-block: 10px; margin: 0 auto; position: relative; }
.ncx .explore { display: inline-flex; align-items: center; gap: 10px; background: var(--accent); color: var(--on-accent); border: 0; border-radius: 10px; padding: 12px 20px; font-size: 14px; font-weight: 700; white-space: nowrap; flex: none; }
.ncx .navlinks { display: flex; align-items: center; gap: 24px; flex: 1; min-width: 0; }
.ncx .navlinks a { font-size: 14px; font-weight: 600; color: var(--ink); display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.ncx .navlinks a:hover { color: var(--accent); }
.ncx .navlinks a.hot { color: var(--gold); }
.ncx .navphone { display: flex; align-items: center; gap: 11px; flex: none; }
.ncx .navphone .ic { color: var(--accent); display: flex; }
.ncx .navphone .num { font-size: 14.5px; font-weight: 800; color: var(--accent); line-height: 1.2; display: block; }
.ncx .navphone .hrs { font-size: 11px; color: var(--muted); display: block; }

@media (max-width: 1120px) {
  .ncx .deliver { display: none; }
  .ncx .navphone { display: none; }
}
@media (max-width: 720px) {
  .ncx .header .ncrow { flex-wrap: wrap; gap: 14px; padding-block: 14px; }
  .ncx .logo { order: 1; }
  .ncx .logo .mono { width: 36px; height: 36px; font-size: 17px; }
  .ncx .logo .name { font-size: 19px; }
  .ncx .logo .tag { display: none; }
  .ncx .hacts { order: 2; margin-left: auto; gap: 20px; }
  .ncx .hact .lbl { display: none; }
  .ncx .searchbar { order: 3; flex-basis: 100%; }
  .ncx .hact .account-menu { right: 0; }
  /* overflow:hidden clips the flex row so navlinks scrolls INTERNALLY instead of
     its min-content widening the body (fixes mobile horizontal overflow). */
  .ncx .navbar .ncrow { gap: 12px; overflow: hidden; min-width: 0; }
  .ncx .explore { padding: 10px 14px; font-size: 13px; }
  .ncx .navlinks { min-width: 0; flex: 1 1 0%; overflow-x: auto; flex-wrap: nowrap; gap: 18px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .ncx .navlinks::-webkit-scrollbar { display: none; }
  .ncx .navlinks a { font-size: 13px; }
}

/* ============================================================
   PAGE · Collections / listing (.nc scope) — reuses .prod cards
   ============================================================ */
.nc .crumbs { display: flex; align-items: center; gap: 10px; padding: 18px 0 0; font-size: 12.5px; color: var(--muted); flex-wrap: wrap; }
.nc .crumbs a:hover { color: var(--accent); }
.nc .crumbs .sep { opacity: 0.5; }
.nc .crumbs .here { color: var(--ink); font-weight: 700; }
.nc .colhead { padding: 22px 0 28px; display: flex; flex-direction: column; gap: 14px; }
.nc .colhead .h1 { font-family: var(--df); font-size: 48px; line-height: 1.05; font-weight: 500; margin: 0; }
.nc .colhead .lede { font-size: 15.5px; line-height: 1.6; color: var(--muted); max-width: 640px; margin: 0; }

.nc .shop { display: grid; grid-template-columns: 264px minmax(0, 1fr); gap: 28px; align-items: start; padding-bottom: 72px; }
.nc .filters { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 16px; }
.nc .fgroup { background: var(--bg2); border: 1px solid var(--line); border-radius: var(--rad); padding: 20px 20px 18px; }
.nc .fgroup h4 { margin: 0 0 14px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); display: flex; justify-content: space-between; align-items: center; }
.nc .fgroup h4 .clr { font-size: 11px; letter-spacing: 0.02em; text-transform: none; color: var(--accent); font-weight: 700; }
.nc .flist { display: flex; flex-direction: column; gap: 6px; max-height: 320px; overflow-y: auto; }
.nc .fitem { display: flex; align-items: center; gap: 10px; font-size: 13.5px; padding: 5px 2px; color: var(--ink); }
.nc .fitem .box { width: 17px; height: 17px; flex: none; border: 1.5px solid color-mix(in oklab, var(--ink) 32%, transparent); border-radius: 4px; background: var(--bg2); display: flex; align-items: center; justify-content: center; color: transparent; font-size: 11px; }
.nc .fitem.on .box { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.nc .fitem:hover .box { border-color: var(--accent); }
.nc .cat-list { display: flex; flex-direction: column; gap: 4px; max-height: 360px; overflow-y: auto; }
.nc .cat-link { display: flex; align-items: center; justify-content: space-between; font-size: 13.5px; font-weight: 500; padding: 8px 10px; border-radius: 7px; color: var(--ink); }
.nc .cat-link:hover { background: var(--tint); }
.nc .cat-link.on { background: var(--mint); color: var(--accent); font-weight: 700; }
.nc .pass-cta { border-radius: var(--rad); background: linear-gradient(135deg, #16443B, var(--accent-deep)); color: var(--on-accent); padding: 22px 20px; display: flex; flex-direction: column; gap: 8px; }
.nc .pass-cta .t { font-family: var(--df); font-size: 19px; color: #F8F4E8; line-height: 1.25; }
.nc .pass-cta .t em { font-style: normal; color: var(--gold-bright); }
.nc .pass-cta .d { font-size: 12.5px; line-height: 1.55; color: color-mix(in oklab, var(--on-accent) 72%, transparent); }
.nc .pass-cta .btn { margin-top: 8px; align-self: flex-start; padding: 10px 18px; font-size: 12.5px; background: var(--gold); border-color: var(--gold); color: #fff; }

.nc .toolbar { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.nc .toolbar .found { font-size: 13.5px; color: var(--muted); }
.nc .toolbar .found b { color: var(--ink); }
.nc .chips { display: flex; gap: 8px; flex-wrap: wrap; flex: 1; }
.nc .chip { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; background: var(--mint); color: var(--accent); border-radius: 99px; padding: 6px 12px; }
.nc .chip .x { font-weight: 800; opacity: 0.7; }
.nc .chip .x:hover { opacity: 1; }
.nc .sortsel { display: flex; align-items: center; gap: 8px; border: 1.5px solid var(--line); background: var(--bg2); border-radius: 10px; padding: 9px 36px 9px 14px; font-size: 13px; font-weight: 600; white-space: nowrap; position: relative; }
.nc .sortsel select { appearance: none; -webkit-appearance: none; border: 0; background: transparent; font-family: var(--bf); font-size: 13px; font-weight: 700; color: var(--accent); cursor: pointer; outline: none; }
.nc .sortsel::after { content: ''; position: absolute; right: 14px; width: 7px; height: 7px; border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(45deg) translateY(-2px); pointer-events: none; }
.nc .fbtn { display: none; align-items: center; gap: 8px; border: 1.5px solid var(--line); background: var(--bg2); border-radius: 10px; padding: 10px 16px; font-size: 13px; font-weight: 700; color: var(--ink); cursor: pointer; }
.nc .shop .prods { grid-template-columns: repeat(3, 1fr); }

.nc .seo { background: var(--bg2); border: 1px solid var(--line); border-radius: var(--rad-lg); padding: 36px 40px; margin-bottom: 72px; }
.nc .seo .inner { max-height: 280px; overflow: hidden; position: relative; transition: max-height 0.25s ease; }
.nc .seo .inner.open { max-height: none; }
.nc .seo .fade { position: absolute; left: 0; right: 0; bottom: 0; height: 90px; background: linear-gradient(transparent, var(--bg2)); pointer-events: none; }
.nc .seo .inner.open .fade { display: none; }
.nc .seo h2, .nc .seo h3 { font-family: var(--df); font-size: 26px; font-weight: 500; margin: 0 0 14px; }
.nc .seo h4 { font-size: 16px; font-weight: 700; margin: 22px 0 8px; }
.nc .seo p, .nc .seo li { font-size: 14px; line-height: 1.75; color: var(--muted); }
.nc .seo p { margin: 0 0 12px; }
.nc .seo .more { margin-top: 16px; background: none; border: 0; padding: 0; font-size: 13.5px; font-weight: 700; color: var(--accent); border-bottom: 1px solid var(--accent); cursor: pointer; }
.nc .fclose { display: none; }
.nc .fapply { display: none; }

@media (max-width: 1120px) {
  .nc .shop { grid-template-columns: 232px minmax(0, 1fr); gap: 20px; }
  .nc .shop .prods { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .nc .colhead .h1 { font-size: 32px; }
  .nc .colhead { padding: 16px 0 20px; }
  .nc .shop { grid-template-columns: 1fr; padding-bottom: 48px; }
  .nc .filters { position: fixed; inset: 0; z-index: 1200; background: var(--bg); padding: 18px 16px 90px; overflow-y: auto; display: none; gap: 14px; }
  .nc .filters.open { display: flex; }
  .nc .fclose { display: flex; align-items: center; justify-content: space-between; font-family: var(--df); font-size: 20px; }
  .nc .fclose button { border: 1px solid var(--line); background: var(--bg2); border-radius: 99px; width: 36px; height: 36px; font-size: 15px; cursor: pointer; }
  .nc .filters.open ~ .fapply { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 1201; display: block; }
  .nc .filters.open ~ .fapply .btn { width: 100%; }
  .nc .fbtn { display: inline-flex; }
  .nc .toolbar { flex-wrap: wrap; }
  .nc .toolbar .found { flex-basis: 100%; order: 3; }
  .nc .chips { order: 4; }
  .nc .seo { padding: 24px 20px; margin-bottom: 48px; }
}

/* ============================================================
   PAGE · Product detail (.nc .pdp) — re-skins the EXISTING markup
   in place: the Swiper gallery, the .list-filter variant pickers,
   and the Bootstrap tabs are preserved (JS contract) and restyled.
   ============================================================ */
.nc .pdp { display: grid; grid-template-columns: 1fr; gap: 28px; padding: 8px 0 56px; }
@media (min-width: 900px) { .nc .pdp { grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr); gap: 48px; padding: 16px 0 80px; } }

/* Gallery (Swiper, preserved). The min-width:0 + max-width:100% + overflow:hidden
   on every level prevents Swiper's slide-width measurement from feedback-looping
   the image width:100% against an unconstrained CSS-grid column (else the swiper
   blows up to 2^25px). */
.nc .pdp { min-width: 0; }
.nc .gallery { display: flex; flex-direction: column; gap: 12px; min-width: 0; max-width: 100%; overflow: hidden; }
@media (min-width: 900px) { .nc .gallery { position: sticky; top: 16px; } }
.nc .gallery .mainSwiper { background: var(--bg2); border: 1px solid var(--line); border-radius: var(--rad-lg); overflow: hidden; position: relative; width: 100%; max-width: 100%; min-width: 0; }
.nc .gallery .mainSwiper .swiper-slide { background: var(--bg2); max-width: 100%; overflow: hidden; }
.nc .gallery .mainSwiper .swiper-slide img,
.nc .gallery .mainSwiper .zoom-img { width: 100%; max-width: 100%; height: 340px; object-fit: contain; background: var(--bg2); padding: 18px; }
/* Zoom-on-hover for the main gallery image (the slide clips the overflow). */
.nc .gallery .mainSwiper .zoom-img { transition: transform 0.35s ease; cursor: zoom-in; transform-origin: center center; }
.nc .gallery .mainSwiper .swiper-slide:hover .zoom-img { transform: scale(1.7); }
@media (min-width: 900px) { .nc .gallery .mainSwiper .swiper-slide img, .nc .gallery .mainSwiper .zoom-img { height: 520px; } }
.nc .gallery .thumbSwiper { padding: 0; width: 100%; max-width: 100%; min-width: 0; overflow: hidden; }
.nc .gallery .thumbSwiper .swiper-slide { border: 1.5px solid var(--line); border-radius: var(--rad); background: var(--bg2); overflow: hidden; cursor: pointer; }
.nc .gallery .thumbSwiper .swiper-slide-thumb-active { border-color: var(--accent); }
.nc .gallery .thumbSwiper .swiper-slide img { width: 100%; height: 84px; object-fit: contain; background: var(--bg2); padding: 6px; }
.nc .gallery .pdp-off { position: absolute; top: 14px; left: 14px; z-index: 3; background: var(--accent); color: var(--on-accent); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; border-radius: 99px; padding: 5px 12px; }

/* Info column */
.nc .pinfo { display: flex; flex-direction: column; min-width: 0; }
.nc .pinfo .pbrand { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); }
.nc .pinfo .ptitle { font-family: var(--df); font-size: 28px; line-height: 1.12; font-weight: 500; margin: 10px 0 0; color: var(--ink); }
@media (min-width: 900px) { .nc .pinfo .ptitle { font-size: 38px; } }
.nc .pinfo .prating { display: flex; align-items: center; gap: 12px; margin-top: 12px; flex-wrap: wrap; }
.nc .pinfo .prating .stars { color: var(--gold); letter-spacing: 2px; font-size: 14px; }
.nc .pinfo .prating .qr { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; color: var(--accent); background: var(--mint); border-radius: 99px; padding: 5px 12px; }
.nc .pinfo .pvariant { font-size: 13.5px; color: var(--muted); margin-top: 8px; }
.nc .pinfo .pvariant b { color: var(--ink); }

/* Price */
.nc .pinfo .pprice { display: flex; align-items: baseline; gap: 12px; margin-top: 18px; flex-wrap: wrap; }
.nc .pinfo .pprice .now { font-size: 32px; font-weight: 800; letter-spacing: -0.01em; color: var(--ink); }
.nc .pinfo .pprice .was { font-size: 16px; color: var(--muted); text-decoration: line-through; }
.nc .pinfo .pprice .off { font-size: 13px; font-weight: 700; color: var(--accent); background: var(--mint); border-radius: 99px; padding: 4px 12px; }
.nc .pinfo .ptax { font-size: 11.5px; color: var(--muted); margin-top: 4px; }

/* Perks (member + nc cash) */
.nc .perks { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 16px; }
@media (min-width: 560px) { .nc .perks { grid-template-columns: 1fr 1fr; } }
.nc .perk { display: flex; align-items: center; gap: 12px; border-radius: 10px; padding: 13px 16px; cursor: pointer; border: 1px solid transparent; }
.nc .perk.gold { background: var(--gold-bg); color: #5a4516; }
.nc .perk.mint { background: var(--mint); color: var(--accent); }
.nc .perk .ic { width: 32px; height: 32px; flex: none; border-radius: 99px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.55); }
.nc .perk > span:last-child { display: flex; flex-direction: column; min-width: 0; }
.nc .perk .l { display: block; font-size: 11px; font-weight: 600; opacity: 0.8; }
.nc .perk .v { display: block; font-size: 14.5px; font-weight: 800; line-height: 1.25; }

/* Variant pickers — restyle the preserved .attr-detail/.list-filter/.variant-option.
   !important overrides the legacy main2cc5.css .size-filter active teal. */
.nc .attr-detail { margin-top: 22px; display: block !important; }
.nc .attr-detail > strong { font-size: 13px; font-weight: 700; color: var(--ink); display: block; margin-bottom: 10px; float: none; }
.nc .attr-detail .list-filter { display: flex !important; gap: 9px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
.nc .attr-detail .list-filter li { display: flex !important; align-items: stretch; border: 1.5px solid var(--line) !important; background: var(--bg2) !important; border-radius: 10px; overflow: hidden; margin: 0; line-height: normal; }
.nc .attr-detail .list-filter li.active { border-color: var(--accent) !important; background: var(--mint) !important; }
.nc .attr-detail .list-filter li .variant-option { display: flex !important; align-items: center; justify-content: center; padding: 10px 16px; font-size: 13.5px; line-height: 1.2; font-weight: 600; color: var(--ink) !important; background: transparent !important; border: 0 !important; }
.nc .attr-detail .list-filter li.active .variant-option { color: var(--accent) !important; font-weight: 700; }
.nc .attr-detail .list-filter li:hover:not(.active) { border-color: color-mix(in oklab, var(--accent) 45%, var(--line)) !important; }

/* Buy row — preserved .quantity-wrapper + #addToCartBtn */
.nc .detail-extralink { display: flex; gap: 12px; margin-top: 26px; align-items: stretch; flex-wrap: wrap; }
.nc .quantity-wrapper { display: flex !important; align-items: center; border: 1.5px solid var(--line); background: var(--bg2); border-radius: 99px; overflow: hidden; flex: none; width: auto; height: 52px; padding: 0; gap: 0; }
.nc .quantity-wrapper .quantity-btn { width: 42px; height: 100%; border: 0; background: transparent; font-size: 19px; font-weight: 700; color: var(--ink); border-radius: 0; }
.nc .quantity-wrapper .quantity-btn:hover { background: var(--tint); }
.nc .quantity-wrapper .quantity-value { width: 40px; height: auto !important; text-align: center; border: 0; background: transparent; font-family: var(--bf); font-size: 16px; font-weight: 700; }
.nc #addToCartBtn.button { flex: 1; min-width: 180px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--accent); color: var(--on-accent); border: 1px solid var(--accent); border-radius: 99px !important; font-size: 15px; font-weight: 700; letter-spacing: 0.03em; height: 52px; line-height: 1; }
.nc #addToCartBtn.button:hover { background: var(--accent-deep); border-color: var(--accent-deep); }
.nc #addToCartBtn.button:disabled,
.nc #addToCartBtn.button[disabled] { background: color-mix(in oklab, var(--muted) 22%, var(--bg2)) !important; border-color: var(--line) !important; color: var(--muted) !important; cursor: not-allowed; opacity: 1; }
.nc .wishlist-btn { width: 52px; height: 52px; flex: none; border: 1.5px solid var(--line); background: var(--bg2); border-radius: 99px; display: flex; align-items: center; justify-content: center; color: var(--muted); }
.nc .wishlist-btn:hover { border-color: var(--accent); color: var(--accent); }
.nc #outOfStockMsg { display: none; color: #C13B3B; font-weight: 700; font-size: 13px; }

/* Delivery card — preserved #pincode + .pincode-btn + #estimate_delivery */
.nc .delivery-card { border: 1px solid var(--line); background: var(--bg2); border-radius: var(--rad-lg); padding: 20px; margin-top: 28px; }
.nc .delivery-card h3 { font-family: var(--df); font-size: 18px; font-weight: 500; margin: 0 0 12px; }
.nc .delivery-card h6 { font-size: 12.5px; font-weight: 700; color: var(--ink); margin: 0 0 8px; }
.nc .pincode-box { display: flex; gap: 8px; }
.nc .pincode-input { flex: 1; min-width: 0; border: 1.5px solid var(--line); background: var(--bg); border-radius: 10px; padding: 11px 14px; font-family: var(--bf); font-size: 14px; outline: none; }
.nc .pincode-input:focus { border-color: var(--accent); }
.nc .pincode-btn.btn { padding: 11px 20px; flex: none; background: var(--accent); color: var(--on-accent); border: 1px solid var(--accent); border-radius: 10px; font-weight: 700; }
.nc .delivery-list { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.nc .delivery-item { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; }
.nc .delivery-item .tick-icon { color: var(--accent); margin-top: 2px; }
.nc .delivery-item-text .title { font-weight: 700; display: block; }
.nc .delivery-item-text .desc { color: var(--muted); }

/* Trust tiles */
.nc .trusticons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 16px; }
.nc .ticon { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; font-size: 11.5px; font-weight: 700; color: var(--ink); border: 1px solid var(--line); background: var(--bg2); border-radius: var(--rad); padding: 14px 8px; }
.nc .ticon .ic { width: 38px; height: 38px; border-radius: 99px; background: var(--mint); color: var(--accent); display: flex; align-items: center; justify-content: center; }

/* Verify banner — preserved #openCertificate + #certificateModal */
.nc .verify-banner { border-radius: var(--rad-lg); background: radial-gradient(700px 300px at 90% -30%, rgba(63,122,92,0.5) 0%, transparent 60%), linear-gradient(118deg, #16443B, var(--accent-deep)); color: var(--on-accent); padding: 26px 24px; margin-top: 16px; display: flex; align-items: center; gap: 18px; max-width: none; }
.nc .verify-banner .verify-content h2 { font-family: var(--df); font-size: 21px; font-weight: 500; color: #F8F4E8 !important; margin: 0; }
.nc .verify-banner .verify-content p { font-size: 13px; color: color-mix(in oklab, var(--on-accent) 72%, transparent); margin: 4px 0 14px; }
.nc .verify-banner .verify-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--bg); color: var(--accent); border-radius: 99px; padding: 11px 20px; font-size: 13px; font-weight: 700; }
.nc .verify-banner .verify-badge img { width: 88px; }
.nc .modal-overlay { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(20,24,20,0.85); padding-top: 60px; text-align: center; overflow: auto; }
.nc .modal-overlay .modal-content { margin: auto; max-width: 90%; max-height: 85%; border-radius: var(--rad-lg); }
.nc .modal-overlay .close-btn { position: absolute; top: 20px; right: 36px; color: #fff; font-size: 38px; font-weight: 700; cursor: pointer; }

/* Tabs — preserved Bootstrap .nav-tabs / data-bs-toggle */
.nc .product-info { margin-top: 8px; }
.nc .product-info .nav-tabs { display: flex; gap: 8px; border: 0; border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; padding: 0; list-style: none; }
.nc .product-info .nav-tabs::-webkit-scrollbar { display: none; }
.nc .product-info .nav-tabs .nav-item { margin: 0; }
.nc .product-info .nav-link { border: 0 !important; background: transparent; font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); padding: 14px 18px; border-bottom: 2.5px solid transparent !important; margin-bottom: -1px; white-space: nowrap; border-radius: 0; }
.nc .product-info .nav-link.active { color: var(--accent); background: transparent; border-bottom-color: var(--accent) !important; }
.nc .product-info .tab-content { padding: 26px 0 0; max-width: 820px; }
.nc .product-info .tab-pane h2, .nc .product-info .tab-pane h3, .nc .product-info .tab-pane h4 { font-family: var(--df); font-weight: 500; color: var(--ink); }
.nc .product-info .tab-pane p, .nc .product-info .tab-pane li { font-size: 14.5px; line-height: 1.75; color: var(--muted); }
.nc .recommended-head { font-family: var(--df); font-size: 28px; font-weight: 500; margin: 56px 0 28px; }
.nc .related-products .prods { grid-template-columns: repeat(5, 1fr); }

/* Mobile sticky add-to-cart bar */
.nc .stickybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; background: var(--bg2); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px -18px rgba(32,38,30,0.4); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 14px; transform: translateY(110%); transition: transform 0.25s ease; }
.nc .stickybar.show { transform: none; }
.nc .stickybar .sp { display: flex; flex-direction: column; }
.nc .stickybar .spr { font-size: 17px; font-weight: 800; color: var(--ink); }
.nc .stickybar .spm { font-size: 11px; color: var(--gold); font-weight: 700; }
.nc .stickybar .sbtn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--accent); color: var(--on-accent); border: 1px solid var(--accent); border-radius: 99px; height: 48px; font-size: 15px; font-weight: 700; }
@media (min-width: 900px) { .nc .stickybar { display: none !important; } }
/* Sit above the legacy 64px mobile-bottom-nav (z-9999) so they don't overlap. */
@media (max-width: 768px) { .nc .stickybar { bottom: 64px; padding-bottom: 10px; } }

@media (max-width: 1120px) { .nc .related-products .prods { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 899px) {
  .nc .verify-banner { flex-direction: column; align-items: flex-start; }
  .nc .verify-banner .verify-badge { margin-top: 8px; }
}
@media (max-width: 720px) {
  .nc .pinfo .ptitle { font-size: 26px; }
  .nc .related-products .prods { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   PAGE · Cart / Checkout (.nc scope) — items left, summary rail right.
   Re-skins the AJAX-rendered home.cart_html in place; all hooks + JS
   preserved (updateCart/DeleteCart/wishlist_save/coupon/cashback/
   freebie/subscription/delivery/payment/openRazorpay).
   ============================================================ */
.nc .cartwrap { display: grid; grid-template-columns: 1fr; gap: 20px; padding: 8px 0 96px; }
@media (min-width: 980px) { .nc .cartwrap { grid-template-columns: minmax(0, 1fr) 408px; gap: 28px; padding: 16px 0 80px; align-items: start; } }
.nc .cart-h1 { font-family: var(--df); font-size: 30px; font-weight: 500; margin: 18px 0 4px; }
@media (min-width: 980px) { .nc .cart-h1 { font-size: 40px; } }
.nc .cart-sub { font-size: 13.5px; color: var(--muted); margin: 0 0 14px; }
.nc .cart-sub b { color: var(--accent); }
.nc .ccol { display: flex; flex-direction: column; gap: 14px; min-width: 0; }

.nc .ccard { border: 1px solid var(--line); background: var(--bg2); border-radius: var(--rad-lg); padding: 20px; min-width: 0; }
@media (min-width: 980px) { .nc .ccard { padding: 24px; } }
.nc .ccard .chead { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.nc .ccard .chead .t { font-size: 15px; font-weight: 800; letter-spacing: 0.02em; }

/* Cart items */
.nc .citem { display: flex; gap: 14px; padding: 16px 0; }
.nc .citem + .citem { border-top: 1px solid var(--line); }
.nc .citem .cimg { width: 76px; height: 76px; flex: none; border: 1px solid var(--line); border-radius: var(--rad); background: #fff; overflow: hidden; }
.nc .citem .cimg img { width: 100%; height: 100%; object-fit: contain; padding: 6px; cursor: pointer; }
.nc .citem .mid { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.nc .citem .ct { font-size: 14px; font-weight: 700; line-height: 1.35; color: var(--ink); cursor: pointer; }
.nc .citem .cv { font-size: 12px; color: var(--muted); }
.nc .citem .cmember { font-size: 11.5px; font-weight: 700; color: var(--gold); }
.nc .citem .cprices { display: flex; align-items: baseline; gap: 8px; }
.nc .citem .cp { font-size: 15px; font-weight: 800; color: var(--ink); }
.nc .citem .cmrp { font-size: 12px; color: var(--muted); text-decoration: line-through; }
.nc .citem .coff { font-size: 11px; font-weight: 700; color: var(--accent); }
.nc .citem .right { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; gap: 10px; flex: none; }
.nc .citem .cqty { display: flex; align-items: center; border: 1.5px solid var(--line); border-radius: 99px; background: var(--bg); overflow: hidden; }
.nc .citem .cqty .quantity-btn { width: 32px; height: 32px; border: 0; background: transparent; font-size: 16px; font-weight: 700; color: var(--ink); cursor: pointer; display: flex; align-items: center; justify-content: center; }
.nc .citem .cqty .quantity-btn:hover { background: var(--tint); }
.nc .citem .cqty .quantity-value { width: 30px; text-align: center; border: 0; background: transparent; font-size: 13.5px; font-weight: 700; outline: none; height: auto; }
.nc .citem .cacts { display: flex; gap: 12px; }
.nc .citem .cacts button { border: 0; background: none; padding: 0; font-family: var(--bf); font-size: 12px; color: var(--muted); cursor: pointer; text-decoration: underline; }
.nc .citem .cacts button:hover { color: var(--accent); }
.nc .citem .cacts .crm:hover { color: #C13B3B; }

/* Freebie picker — small slidable rectangle pills */
.nc .freebies { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 2px; }
.nc .freebies::-webkit-scrollbar { display: none; }
.nc .freebie { flex: 0 0 auto; width: 126px; scroll-snap-align: start; border: 1.5px solid var(--line); border-radius: var(--rad); background: var(--bg); padding: 10px; display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; font-size: 11px; font-weight: 700; cursor: pointer; }
.nc .freebie img { width: 100%; height: 44px; object-fit: contain; }
.nc .freebie span { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.3; }
.nc .freebie .btn-freebie.remove ~ *, .nc .freebie.on { border-color: var(--gold); background: var(--gold-bg); color: #5a4516; }
.nc .freebie .btn-freebie { margin-top: 4px; border: 1px solid var(--accent); background: var(--accent); color: var(--on-accent); border-radius: 99px; padding: 5px 14px; font-size: 11.5px; font-weight: 700; }
.nc .freebie .btn-freebie.remove { background: var(--gold); border-color: var(--gold); color: #fff; }

/* Summary rail */
.nc .summary { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
@media (min-width: 980px) { .nc .summary { position: sticky; top: 12px; } }
.nc .subcards, .nc .freebies { min-width: 0; }
.nc .addrstrip { display: flex; align-items: center; gap: 12px; background: var(--mint); border-radius: var(--rad); padding: 13px 16px; font-size: 13px; }
.nc .addrstrip .pin { color: var(--accent); flex: none; display: flex; }
.nc .addrstrip .txt { color: var(--ink); min-width: 0; }
.nc .addrstrip .chg { margin-left: auto; font-size: 13px; font-weight: 700; color: var(--accent); cursor: pointer; border-bottom: 1px solid var(--accent); white-space: nowrap; }

/* NutraPass nudge cards (subscription) */
.nc .subcards { display: flex; flex-direction: column; gap: 10px; }
.nc .subcard { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); background: var(--bg); border-radius: var(--rad); padding: 12px 14px; }
.nc .subcard .si { font-family: var(--df); font-size: 15px; color: var(--ink); }
.nc .subcard .sd { font-size: 11.5px; color: var(--muted); margin-top: 2px; }
.nc .subcard .subscription-btn { margin-left: auto; flex: none; border: 1px solid var(--gold); background: var(--gold-bg); color: #5a4516; border-radius: 99px; padding: 6px 16px; font-size: 12.5px; font-weight: 700; }
.nc .subcard .subscription-btn.remove { background: var(--gold); border-color: var(--gold); color: #fff; }

/* NC Cash row (keeps #cashbackApplyBtn button) */
.nc #applyCashbackBox { display: flex; align-items: center; gap: 12px; background: var(--gold-bg) !important; border-radius: var(--rad); padding: 13px 16px; margin: 0 !important; }
.nc #applyCashbackBox .nct { font-size: 13.5px; font-weight: 700; color: #5a4516; }
.nc #applyCashbackBox .ncd { font-size: 11.5px; color: #8a6a2a; }
.nc #cashbackApplyBtn.btn { margin-left: auto; flex: none; border-radius: 99px !important; padding: 7px 18px; font-size: 12.5px; font-weight: 700; background: var(--gold) !important; border-color: var(--gold) !important; color: #fff !important; }
.nc #cashbackApplyBtn.btn.btn-danger { background: #b3502f !important; border-color: #b3502f !important; }

/* Coupon apply row (keeps #coupon_codeval + #couponApplyBtn) */
.nc .applyrow { display: flex; gap: 8px; margin-bottom: 14px; }
.nc .applyrow input { flex: 1; min-width: 0; border: 1.5px solid var(--line); background: var(--bg); border-radius: 10px; padding: 11px 14px; font-family: var(--bf); font-size: 13.5px; text-transform: uppercase; letter-spacing: 0.06em; outline: none; }
.nc .applyrow input:focus { border-color: var(--accent); }
.nc .applyrow #couponApplyBtn.btn { padding: 11px 18px; flex: none; border-radius: 99px !important; font-weight: 700; background: var(--accent) !important; border-color: var(--accent) !important; color: var(--on-accent) !important; }
.nc .applyrow #couponApplyBtn.btn.btn-danger { background: #b3502f !important; border-color: #b3502f !important; }

/* Bill */
.nc .bill { display: flex; flex-direction: column; gap: 10px; }
.nc .bill .brow { display: flex; justify-content: space-between; font-size: 13.5px; color: var(--muted); }
.nc .bill .brow .v { color: var(--ink); font-weight: 600; }
.nc .bill .brow.good .v { color: var(--accent); }
.nc .bill .brow.gold .v { color: var(--gold); }
.nc .bill hr { border: 0; border-top: 1px solid var(--line); margin: 4px 0; width: 100%; }
.nc .bill .total { display: flex; justify-content: space-between; font-size: 16px; font-weight: 800; color: var(--ink); }
.nc .savings { background: var(--mint); color: var(--accent); font-size: 12.5px; font-weight: 700; border-radius: 8px; padding: 9px 12px; text-align: center; }

/* Delivery + payment options (keep .delivery-option / .payment-row / radios) */
.nc .optrows { display: flex; flex-direction: column; gap: 10px; }
.nc .delivery-option, .nc .payment-row { display: flex; align-items: center; gap: 14px; border: 1.5px solid var(--line); border-radius: var(--rad); background: var(--bg); padding: 14px 16px; cursor: pointer; margin: 0; }
.nc .delivery-option.selected, .nc .payment-row.selected { border-color: var(--accent); background: var(--mint); }
.nc .delivery-option .delivery-title, .nc .payment-row .payment-title { font-size: 14px; font-weight: 700; color: var(--ink); }
.nc .delivery-option .delivery-sub, .nc .payment-row .payment-subtitle { font-size: 12px; color: var(--muted); margin-top: 2px; }
.nc .delivery-option .delivery-badge { margin-left: auto; font-size: 13.5px; font-weight: 800; color: var(--accent); white-space: nowrap; }
.nc .payment-row input[type=radio] { accent-color: var(--accent); width: 16px; height: 16px; }
.nc .payment-toggle { display: flex; align-items: center; gap: 10px; cursor: pointer; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--rad); background: var(--bg); font-size: 14px; font-weight: 700; color: var(--ink); margin-top: 10px; }
.nc .payment-toggle i { margin-left: auto; color: var(--muted); }
.nc .payment-options { display: none; flex-direction: column; gap: 10px; margin-top: 10px; }

/* Proceed to pay — sticky to the bottom of the viewport throughout scroll
   (overrides the legacy fixed positioning). On mobile it floats above the
   64px bottom-nav. The gradient backdrop keeps it readable when stuck. */
.nc .sticky-pay-btn { position: sticky !important; bottom: 12px; z-index: 6; margin-top: 8px; width: auto; transform: none; left: auto; right: auto; padding: 10px 0 2px; box-shadow: none; background: linear-gradient(to top, var(--bg) 62%, transparent); }
/* Mobile: a true always-visible fixed bar above the 64px bottom-nav. */
@media (max-width: 979px) {
  .nc .sticky-pay-btn { position: fixed !important; left: 12px; right: 12px; bottom: 72px; z-index: 60; margin: 0; padding: 8px; background: var(--bg2); border: 1px solid var(--line); border-radius: 99px; box-shadow: 0 8px 24px -10px rgba(32,38,30,0.45); }
  .nc .cartwrap { padding-bottom: 150px; }
}
.nc .sticky-pay-btn .btn { width: 100%; padding: 15px; border-radius: 99px !important; background: var(--accent) !important; border-color: var(--accent) !important; color: var(--on-accent) !important; font-size: 15px; font-weight: 700; }
.nc .securenote { font-size: 11px; color: var(--muted); text-align: center; margin-top: 8px; }

/* Recommendation slider keeps Swiper */
.nc .recommendation-slider .swiper-slide { height: auto; }

@media (max-width: 979px) {
  .nc .summary { position: static; }
  /* NutraPass nudge cards become a slidable row on mobile to save vertical space. */
  .nc .subcards { flex-direction: row; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .nc .subcards::-webkit-scrollbar { display: none; }
  .nc .subcard { flex: 0 0 auto; width: 82%; scroll-snap-align: start; }
}
@media (max-width: 720px) {
  /* Stack the qty + actions to a full-width row below the image+details. */
  .nc .citem { flex-wrap: wrap; }
  .nc .citem .mid { flex: 1 1 calc(100% - 90px); }
  .nc .citem .right { flex-direction: row; align-items: center; justify-content: space-between; width: 100%; margin-top: 10px; }
}

/* ============================================================
   PAGE · Brands (.nc scope)
   ============================================================ */
.nc .bhead { padding: 22px 0 8px; display: flex; flex-direction: column; gap: 14px; }
.nc .bhead .h1 { font-family: var(--df); font-size: 48px; line-height: 1.05; font-weight: 500; margin: 0; }
.nc .bhead .lede { font-size: 15.5px; line-height: 1.6; color: var(--muted); max-width: 620px; margin: 0; }
.nc .bsearch { display: flex; align-items: center; gap: 12px; max-width: 420px; border: 1.5px solid var(--line); background: var(--bg2); border-radius: 12px; padding: 13px 18px; margin-top: 8px; }
.nc .bsearch svg { color: var(--muted); flex: none; }
.nc .bsearch input { border: 0; background: transparent; outline: none; font-family: var(--bf); font-size: 14px; color: var(--ink); width: 100%; }
.nc .bsearch input::placeholder { color: var(--muted); }

.nc .topbrands { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 8px; }
.nc .topbrand { background: var(--bg2); border: 1px solid var(--line); border-radius: var(--rad-lg); padding: 26px 24px 22px; display: flex; flex-direction: column; gap: 12px; transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease; }
.nc .topbrand:hover { transform: translateY(-3px); box-shadow: 0 16px 36px -20px rgba(32, 38, 30, 0.4); border-color: color-mix(in oklab, var(--accent) 40%, var(--line)); }
.nc .topbrand .well { width: 100%; height: 92px; background: #fff; border: 1px solid var(--line); border-radius: var(--rad); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.nc .topbrand .well img { max-width: 80%; max-height: 76px; object-fit: contain; }
.nc .topbrand .nm { font-family: var(--df); font-size: 21px; line-height: 1.2; }
.nc .topbrand .row2 { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 6px; }
.nc .topbrand .cnt { font-size: 12px; font-weight: 700; color: var(--accent); background: var(--mint); border-radius: 99px; padding: 5px 12px; }
.nc .topbrand .go { font-size: 14px; color: var(--accent); font-weight: 700; }

.nc .letters { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 24px; }
.nc .letter { min-width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); background: var(--bg2); border-radius: 8px; font-size: 12.5px; font-weight: 700; color: var(--ink); cursor: pointer; padding: 0 10px; }
.nc .letter.on { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.nc .letter:hover:not(.on) { border-color: color-mix(in oklab, var(--accent) 45%, var(--line)); }

.nc .bgrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.nc .bcard { background: var(--bg2); border: 1px solid var(--line); border-radius: var(--rad); padding: 18px; display: flex; align-items: center; gap: 16px; transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease; }
.nc .bcard:hover { transform: translateY(-3px); border-color: color-mix(in oklab, var(--accent) 45%, var(--line)); box-shadow: 0 14px 32px -20px rgba(32, 38, 30, 0.35); }
.nc .bcard .well { width: 64px; height: 64px; flex: none; background: #fff; border: 1px solid var(--line); border-radius: var(--rad); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.nc .bcard .well img { max-width: 84%; max-height: 52px; object-fit: contain; }
.nc .bcard .stack { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.nc .bcard .nm { font-family: var(--df); font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--ink); }
.nc .bcard .meta { font-size: 12px; color: var(--muted); }
.nc .bcard .arr { margin-left: auto; color: var(--accent); flex: none; }
.nc .bempty { grid-column: 1 / -1; text-align: center; color: var(--muted); font-size: 14px; padding: 48px 0; }

.nc .authstrip { border: 1px solid var(--line); background: var(--bg2); border-radius: var(--rad-lg); display: flex; align-items: center; gap: 20px; padding: 26px 32px; margin: 56px 0 72px; }
.nc .authstrip .ic { width: 48px; height: 48px; flex: none; border-radius: 99px; background: var(--mint); color: var(--accent); display: flex; align-items: center; justify-content: center; }
.nc .authstrip .t { font-size: 16px; font-weight: 700; }
.nc .authstrip .d { font-size: 13px; color: var(--muted); margin-top: 3px; }
.nc .authstrip .btn { margin-left: auto; flex: none; }

@media (max-width: 1120px) {
  .nc .topbrands { grid-template-columns: repeat(2, 1fr); }
  .nc .bgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .nc .bhead .h1 { font-size: 32px; }
  .nc .topbrands { grid-template-columns: 1fr 1fr; gap: 10px; }
  .nc .topbrand { padding: 18px 16px 16px; }
  .nc .topbrand .well { height: 70px; }
  .nc .topbrand .nm { font-size: 18px; }
  .nc .bgrid { grid-template-columns: 1fr; gap: 10px; }
  .nc .authstrip { flex-direction: column; align-items: flex-start; padding: 22px 20px; margin-bottom: 48px; }
  .nc .authstrip .btn { margin-left: 0; }
}

/* ============================================================
   PAGE · NutraPass (.nc scope)
   ============================================================ */
.nc .np-hero { border-radius: var(--rad-lg); background: radial-gradient(900px 420px at 88% -20%, rgba(169,123,47,0.4) 0%, transparent 55%), linear-gradient(118deg, #16443B, var(--accent-deep)); color: var(--on-accent); padding: 48px 32px; margin-top: 22px; display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
@media (min-width: 900px) { .nc .np-hero { padding: 64px; } }
.nc .np-wordmark { font-family: var(--df); font-size: 15px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold-bright); }
.nc .np-hero .big { font-family: var(--df); font-size: 38px; line-height: 1.07; color: #F8F4E8; margin: 0; max-width: 640px; }
@media (min-width: 900px) { .nc .np-hero .big { font-size: 56px; } }
.nc .np-hero .big em { font-style: normal; color: var(--gold-bright); }
.nc .np-hero .sub { color: color-mix(in oklab, var(--on-accent) 72%, transparent); font-size: 16px; max-width: 520px; }
.nc .np-stats { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 6px; }
.nc .np-stat { background: rgba(255,253,248,0.08); border: 1px solid rgba(244,239,226,0.18); border-radius: 10px; padding: 10px 18px; font-size: 13px; font-weight: 600; color: color-mix(in oklab, var(--on-accent) 85%, transparent); }
.nc .np-stat b { color: var(--gold-bright); }
.nc .np-calc { border: 1px solid var(--line); background: var(--bg2); border-radius: var(--rad-lg); padding: 28px 24px; display: flex; flex-direction: column; gap: 18px; }
@media (min-width: 900px) { .nc .np-calc { padding: 40px 44px; } }
.nc .np-calc .q { font-family: var(--df); font-size: 24px; }
.nc .np-calc .ans { font-size: 15px; color: var(--muted); }
.nc .np-calc .ans b { color: var(--accent); font-size: 24px; font-family: var(--df); font-weight: 500; }
.nc .np-range { width: 100%; accent-color: var(--accent); height: 6px; }
.nc .np-scale { display: flex; justify-content: space-between; font-size: 11.5px; color: var(--muted); }
.nc .np-plans { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 700px) { .nc .np-plans { grid-template-columns: repeat(3, 1fr); } }
.nc .np-plan { border: 1.5px solid var(--line); background: var(--bg2); border-radius: var(--rad-lg); padding: 26px 22px; display: flex; flex-direction: column; gap: 6px; cursor: pointer; position: relative; text-align: center; transition: border-color 0.15s ease, transform 0.15s ease; }
.nc .np-plan:hover { transform: translateY(-3px); }
.nc .np-plan.on, .nc .np-plan.active, .nc .np-plan.selected { border-color: var(--gold) !important; background: var(--gold-bg) !important; }
.nc .np-plan .flag { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; border-radius: 99px; padding: 4px 14px; white-space: nowrap; }
.nc .np-plan .mo { font-family: var(--df); font-size: 40px; color: var(--ink); }
.nc .np-plan .lbl { font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.nc .np-plan .permo { font-size: 13.5px; font-weight: 700; color: var(--accent); margin-top: 8px; }
.nc .np-plan.on .permo, .nc .np-plan.active .permo { color: #8a6a2a; }
.nc .np-plan .amt { font-size: 22px; font-weight: 800; margin-top: 2px; color: var(--ink); }
.nc .np-plan .save { font-size: 11.5px; font-weight: 700; color: var(--gold); }
.nc .np-join { display: flex; justify-content: center; margin-top: 22px; }
.nc .np-join .btn, .nc .np-join a.btn { background: var(--accent) !important; border-color: var(--accent) !important; color: var(--on-accent) !important; border-radius: 99px !important; }
.nc .np-table { border: 1px solid var(--line); border-radius: var(--rad-lg); overflow: hidden; background: var(--bg2); }
.nc .np-row { display: grid; grid-template-columns: 1fr 88px 88px; align-items: center; }
@media (min-width: 700px) { .nc .np-row { grid-template-columns: 1fr 160px 160px; } }
.nc .np-row + .np-row { border-top: 1px solid var(--line); }
.nc .np-row .c { padding: 15px 18px; font-size: 13.5px; }
@media (min-width: 700px) { .nc .np-row .c { padding: 17px 24px; font-size: 14.5px; } }
.nc .np-row .c.mid { text-align: center; border-left: 1px solid var(--line); }
.nc .np-row.head { background: var(--accent); color: var(--on-accent); }
.nc .np-row.head .c { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.nc .np-row.head .c.mid { border-left-color: rgba(244,239,226,0.2); }
.nc .np-row .yes { color: var(--accent); font-weight: 800; }
.nc .np-row .no { color: var(--muted); opacity: 0.55; }
.nc .np-row .gold-cell { background: var(--gold-bg); }

/* FAQ (shared, Bootstrap accordion friendly) */
.nc .faq { display: flex; flex-direction: column; gap: 10px; max-width: 760px; margin: 0 auto; }
.nc .faq .accordion-item { border: 1px solid var(--line); background: var(--bg2); border-radius: var(--rad); overflow: hidden; margin: 0; }
.nc .faq .accordion-button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 0 !important; background: transparent !important; box-shadow: none !important; font-family: var(--bf); font-size: 14.5px; font-weight: 700; text-align: left; padding: 17px 20px; color: var(--ink) !important; }
.nc .faq .accordion-button:not(.collapsed) { color: var(--accent) !important; }
.nc .faq .accordion-body { padding: 0 20px 18px; font-size: 14px; line-height: 1.7; color: var(--muted); }

/* ============================================================
   PAGE · NC Cash (.nc scope)
   ============================================================ */
.nc .nc-balance { border-radius: var(--rad-lg); background: radial-gradient(700px 320px at 12% 130%, rgba(169,123,47,0.35) 0%, transparent 55%), linear-gradient(118deg, #16443B, var(--accent-deep)); color: var(--on-accent); padding: 36px 28px; margin-top: 22px; display: flex; flex-direction: column; gap: 20px; }
@media (min-width: 900px) { .nc .nc-balance { flex-direction: row; align-items: center; padding: 44px 52px; } }
.nc .nc-balance .left { display: flex; flex-direction: column; gap: 6px; flex: 1; }
.nc .nc-balance .lbl { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-bright); font-weight: 700; }
.nc .nc-balance .amt { font-family: var(--df); font-size: 52px; color: #F8F4E8; line-height: 1; }
.nc .nc-balance .note { font-size: 13px; color: color-mix(in oklab, var(--on-accent) 70%, transparent); }
.nc .nc-balance .acts { display: flex; gap: 12px; flex-wrap: wrap; }
.nc .nc-balance .acts .btn.light { background: var(--bg); color: var(--accent); border-color: var(--bg); }
.nc .howit { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 700px) { .nc .howit { grid-template-columns: repeat(3, 1fr); } }
.nc .how { border: 1px solid var(--line); background: var(--bg2); border-radius: var(--rad-lg); padding: 24px 22px; display: flex; flex-direction: column; gap: 10px; }
.nc .how .n { width: 34px; height: 34px; border-radius: 99px; background: var(--mint); color: var(--accent); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; }
.nc .how .t { font-size: 15.5px; font-weight: 700; }
.nc .how .d { font-size: 13px; color: var(--muted); line-height: 1.6; }
.nc .txn-tabs { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; }
.nc .txn-tab { border: 1px solid var(--line); background: var(--bg2); border-radius: 99px; padding: 9px 20px; font-size: 13px; font-weight: 600; cursor: pointer; color: var(--ink); }
.nc .txn-tab.on { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.nc .txns { border: 1px solid var(--line); border-radius: var(--rad-lg); background: var(--bg2); overflow: hidden; }
.nc .txn { display: flex; align-items: center; gap: 14px; padding: 16px 20px; }
.nc .txn + .txn { border-top: 1px solid var(--line); }
.nc .txn .ic { width: 38px; height: 38px; flex: none; border-radius: 99px; display: flex; align-items: center; justify-content: center; }
.nc .txn.cr .ic { background: var(--mint); color: var(--accent); }
.nc .txn.dr .ic { background: #F6E3DC; color: #A3502F; }
.nc .txn .t { font-size: 14px; font-weight: 700; }
.nc .txn .d { font-size: 12px; color: var(--muted); }
.nc .txn .amt { margin-left: auto; font-size: 15px; font-weight: 800; }
.nc .txn.cr .amt { color: var(--accent); }
.nc .txn.dr .amt { color: #A3502F; }
.nc .txn-empty { padding: 40px; text-align: center; color: var(--muted); font-size: 14px; }

/* ============================================================
   PAGE · Stores (.nc scope)
   ============================================================ */
.nc .storesearch { display: flex; gap: 10px; margin-top: 22px; max-width: 560px; }
.nc .storesearch input { flex: 1; min-width: 0; border: 1.5px solid var(--line); background: var(--bg2); border-radius: 12px; padding: 13px 18px; font-family: var(--bf); font-size: 14px; outline: none; }
.nc .storesearch input:focus { border-color: var(--accent); }
.nc .storesearch .btn { flex: none; }
.nc .mapwrap { position: relative; border-radius: var(--rad-lg); overflow: hidden; border: 1px solid var(--line); margin-top: 18px; }
.nc .mapwrap iframe, .nc .mapwrap > div, .nc .mapwrap #map { width: 100% !important; height: 300px; border: 0; display: block; }
@media (min-width: 900px) { .nc .mapwrap iframe, .nc .mapwrap > div, .nc .mapwrap #map { height: 420px; } }
.nc .storecards { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 24px; margin-bottom: 72px; }
@media (min-width: 900px) { .nc .storecards { grid-template-columns: repeat(3, 1fr); } }
.nc .storecard { border: 1.5px solid var(--line); background: var(--bg2); border-radius: var(--rad-lg); padding: 24px 22px; display: flex; flex-direction: column; gap: 12px; transition: border-color 0.15s ease, transform 0.15s ease; }
.nc .storecard:hover { transform: translateY(-3px); }
.nc .storecard .topline { display: flex; align-items: center; gap: 10px; }
.nc .storecard .pin { color: var(--accent); flex: none; display: flex; }
.nc .storecard .nm { font-family: var(--df); font-size: 21px; }
.nc .storecard .open { margin-left: auto; font-size: 11px; font-weight: 700; color: var(--accent); background: var(--mint); border-radius: 99px; padding: 4px 11px; white-space: nowrap; }
.nc .storecard .srow { display: flex; gap: 10px; font-size: 13.5px; line-height: 1.55; }
.nc .storecard .srow .k { color: var(--muted); flex: none; width: 64px; font-weight: 600; }
.nc .storecard .acts { display: flex; gap: 10px; margin-top: 6px; flex-wrap: wrap; }
.nc .storecard .acts .btn { padding: 10px 18px; font-size: 12.5px; }

/* ============================================================
   CHROME · Explore mega menu (.ncx) — Category / Brand / Goal.
   Anchored to .ncx .navbar .ncrow (position:relative) so the
   full-width panel aligns with the centered content column.
   Desktop hover only; hidden ≤1120 (navbar becomes scroll strip).
   ============================================================ */
.ncx .explore-wrap { flex: none; }
.ncx .megamenu {
  position: absolute; top: 100%; left: 0; right: 0; z-index: 80;
  padding-top: 12px;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  pointer-events: none;
}
/* invisible bridge so the cursor can cross the navbar padding without the panel closing */
.ncx .megamenu::before { content: ''; position: absolute; top: -12px; left: 0; right: 0; height: 14px; }
.ncx .explore-wrap:hover .megamenu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.ncx .mega-inner {
  display: grid; grid-template-columns: 1fr 1fr 1.45fr; gap: 32px;
  background: var(--bg2); border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 30px 64px -30px rgba(32,38,30,0.55);
  padding: 26px 30px;
}
.ncx .mega-col { min-width: 0; }
.ncx .mega-h { font-size: 11.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin: 0 0 14px; }
.ncx .mega-links { display: grid; grid-template-columns: 1fr 1fr; gap: 3px 18px; }
.ncx .mega-links a { font-size: 13.5px; font-weight: 600; color: var(--ink); padding: 6px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ncx .mega-links a:hover { color: var(--accent); }
.ncx .mega-all { display: inline-block; margin-top: 16px; font-size: 12.5px; font-weight: 700; color: var(--accent); }
.ncx .mega-all:hover { text-decoration: underline; }
.ncx .mega-goals { border-left: 1px solid var(--line); padding-left: 30px; }
.ncx .mega-goal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ncx .mega-goal-grid a { display: flex; align-items: center; gap: 11px; padding: 6px; border-radius: 10px; }
.ncx .mega-goal-grid a:hover { background: var(--mint); }
.ncx .mega-goal-grid .mg-img { width: 44px; height: 44px; flex: none; border-radius: 9px; overflow: hidden; background: var(--tint); }
.ncx .mega-goal-grid .mg-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ncx .mega-goal-grid .mg-n { font-size: 13px; font-weight: 600; color: var(--ink); line-height: 1.25; }
@media (max-width: 1120px) {
  .ncx .megamenu { display: none; }
}

/* ============================================================
   CHROME · Mobile hamburger + left drawer (.ncx / .ncdrawer)
   Replaces the scroll-strip navbar ≤1120 with a left slide-in
   drawer (mirrors the live mobile site). Bottom-nav kept.
   ============================================================ */
.ncx .burger { display: none; }   /* desktop: hidden, navbar shows */
.ncx .burger > span { display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--ink); transition: 0.2s; }
.ncx .burger > span + span { margin-top: 4px; }
.ncx .burger:hover > span { background: var(--accent); }

@media (max-width: 1120px) {
  .ncx .navbar { display: none; }                 /* drop the dashboard-style strip */
  .ncx .burger { display: inline-flex; flex-direction: column; justify-content: center; align-items: center; width: 42px; height: 42px; flex: none; border: 1px solid var(--line); border-radius: 11px; background: var(--bg2); order: 0; }
}

/* Drawer + backdrop (always in DOM; shown via .open) */
.ncdrawer-backdrop { position: fixed; inset: 0; background: rgba(20,24,20,0.5); opacity: 0; visibility: hidden; transition: opacity 0.25s ease, visibility 0.25s ease; z-index: 99998; }
.ncdrawer-backdrop.open { opacity: 1; visibility: visible; }
.ncdrawer {
  position: fixed; top: 0; left: 0; height: 100%; width: min(87vw, 360px);
  background: var(--bg); color: var(--ink); font-family: var(--bf);
  transform: translateX(-100%); transition: transform 0.28s ease;
  z-index: 99999; display: flex; flex-direction: column;
  box-shadow: 0 0 60px -10px rgba(20,24,20,0.5);
}
.ncdrawer.open { transform: translateX(0); }
.ncdrawer .ncd-top { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--line); flex: none; }
.ncdrawer .ncd-logo { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.ncdrawer .ncd-logo .mono { width: 34px; height: 34px; border-radius: 9px; background: var(--accent); color: var(--on-accent); display: flex; align-items: center; justify-content: center; font-family: var(--df); font-size: 17px; flex: none; }
.ncdrawer .ncd-logo .name { font-family: var(--df); font-size: 20px; color: var(--ink); }
.ncdrawer .ncd-logo .name b { color: var(--accent); font-weight: inherit; }
.ncdrawer .ncd-close { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 10px; background: var(--bg2); color: var(--ink); display: flex; align-items: center; justify-content: center; flex: none; }
.ncdrawer .ncd-body { flex: 1; overflow-y: auto; padding: 16px 16px 28px; -webkit-overflow-scrolling: touch; }
.ncdrawer .ncd-login { display: flex; align-items: center; justify-content: center; gap: 9px; background: var(--accent); color: var(--on-accent); font-weight: 700; font-size: 14.5px; padding: 13px; border-radius: 12px; text-decoration: none; }
.ncdrawer .ncd-profile { display: flex; align-items: center; gap: 12px; background: var(--bg2); border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; color: var(--ink); text-decoration: none; }
.ncdrawer .ncd-profile .ncd-av { width: 42px; height: 42px; border-radius: 99px; background: var(--accent); color: var(--on-accent); display: flex; align-items: center; justify-content: center; font-family: var(--df); font-size: 18px; flex: none; }
.ncdrawer .ncd-profile .ncd-pi { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.ncdrawer .ncd-profile .ncd-pi b { font-size: 14.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ncdrawer .ncd-profile .ncd-pi small { font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ncdrawer .ncd-profile svg { color: var(--muted); flex: none; }
.ncdrawer .ncd-group { margin-top: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg2); overflow: hidden; }
.ncdrawer .ncd-h { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); padding: 13px 16px 7px; }
.ncdrawer .ncd-group a { display: block; padding: 12px 16px; font-size: 14.5px; font-weight: 600; color: var(--ink); text-decoration: none; border-top: 1px solid var(--line); }
.ncdrawer .ncd-group a:active { background: var(--mint); }
.ncdrawer .ncd-group a.hot { color: var(--gold); }
.ncdrawer .ncd-info { background: transparent; border-color: transparent; }
.ncdrawer .ncd-info a { font-weight: 500; font-size: 13.5px; color: var(--muted); border-top-color: color-mix(in oklab, var(--line) 70%, transparent); }
.ncdrawer .ncd-logout { display: flex; align-items: center; gap: 9px; justify-content: center; margin-top: 20px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); font-weight: 700; font-size: 14px; text-decoration: none; }
.ncdrawer .ncd-logout:active { background: var(--tint); }
