/** Shopify CDN: Minification failed

Line 194:9 Unexpected ")"

**/
/* EXON shared primitives (Track A) — ported from mockup global.css lines 24-195:
   .btn family, .glass family, .tag family, .key-* fallback art, .live-dot,
   .muted, .pct and friends. Loaded before chrome/cards. */

::selection { background: var(--vx); color: var(--vx-ink); }

/* ambient brand blooms behind everything */
.app-ambient {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(900px 480px at 82% -8%, var(--vx-bloom) 0%, transparent 62%),
    radial-gradient(700px 420px at 8% 30%, rgba(125, 95, 255, 0.07) 0%, transparent 60%),
    radial-gradient(800px 500px at 50% 110%, rgba(255, 0, 85, 0.05) 0%, transparent 55%),
    var(--bg);
  transition: background var(--dur-slow) var(--ease);
}
[data-mode='light'] .app-ambient {
  background:
    radial-gradient(900px 480px at 82% -8%, var(--vx-soft) 0%, transparent 60%),
    radial-gradient(900px 600px at 10% 20%, rgba(255,255,255,0.75) 0%, transparent 60%),
    linear-gradient(180deg, #e6e9f0 0%, #d8dce6 100%);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
.ltr { direction: ltr; unicode-bidi: isolate; }

h1, h2, h3, h4 { margin: 0; color: var(--fg-1); font-weight: 900; letter-spacing: var(--track-tight); line-height: 1.12; }

.container { width: min(1280px, 92vw); margin-inline: auto; }

/* ============================================================
   TYPE UTILITIES
   ============================================================ */
.eyebrow {
  font-size: 11px; font-weight: 900; letter-spacing: var(--track-eyebrow);
  text-transform: uppercase; color: var(--vx); line-height: 1;
  font-family: var(--mono);
}
.muted { color: var(--fg-muted); }
.mono { font-family: var(--mono); letter-spacing: 0.04em; }

/* ============================================================
   GLASS PRIMITIVES
   ============================================================ */
.glass {
  position: relative;
  background: var(--glass-layer-a), var(--glass-layer-b);
  border: 1px solid var(--border);
  border-radius: var(--r-2xl);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  box-shadow: var(--shadow-glass);
}
.glass::before {
  content: ''; position: absolute; top: 0; left: 12%; right: 12%; height: 1px;
  background: var(--hairline); pointer-events: none;
  border-radius: inherit;
}
.glass-chip {
  background: var(--glass-chip);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  -webkit-backdrop-filter: var(--glass-blur-sm);
  backdrop-filter: var(--glass-blur-sm);
}

/* thin glass — genuinely see-through; what's behind shows blurred through it */
.glass-thin {
  background:
    linear-gradient(165deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.012) 40%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(12, 16, 26, 0.28) 0%, rgba(7, 9, 16, 0.42) 100%);
}
[data-mode='light'] .glass-thin {
  background:
    linear-gradient(165deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.3) 45%, rgba(255,255,255,0.22) 100%);
}

/* ============================================================
   BUTTONS & PILLS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 46px; padding: 0 26px; border: 0; cursor: pointer;
  border-radius: var(--r-pill);
  font-family: var(--font); font-size: 14.5px; font-weight: 800; letter-spacing: 0.02em;
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease),
              background var(--dur-norm) var(--ease), color var(--dur-norm) var(--ease),
              border-color var(--dur-norm) var(--ease);
  white-space: nowrap;
}
.btn:active { transform: translateY(0) scale(0.985); }

/* Primary — vendor gradient + glow */
.btn-primary {
  background: var(--grad-vx);
  color: var(--vx-ink);
  box-shadow: var(--glow-vx);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 36px var(--vx-glow); }

/* Speckled CTA — the edge-style "Buy now".
   SOLID vendor ink in both modes (brand book: --ex-red = portal primary action);
   a frosted tint only works for high-luminance hues — red composites to maroon. */
.btn-speckle {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--vx-2) 0%, var(--vx) 100%);
  border: 1px solid color-mix(in srgb, var(--vx-2) 62%, transparent);
  color: var(--vx-ink);
  box-shadow: 0 10px 30px -8px var(--vx-glow), inset 0 1px 0 rgba(255,255,255,0.22);
}
.btn-speckle::after {
  content: ''; position: absolute; inset: -70% 10% auto; height: 130%;
  background: radial-gradient(ellipse at top, rgba(255,255,255,0.32) 0%, transparent 62%);
  pointer-events: none; opacity: 0.45;
}
.btn-speckle:hover { transform: translateY(-2px); box-shadow: 0 10px 32px -6px var(--vx-glow); border-color: var(--vx-line); }
/* light mode: frosted tint reads washed on a light canvas — CTAs go solid vendor ink */
[data-mode='light'] .btn-speckle {
  background: linear-gradient(180deg, var(--vx-2) 0%, var(--vx) 100%);
  border-color: color-mix(in srgb, var(--vx) 72%, #0c0f16);
  color: #fff;
  box-shadow: 0 10px 28px -8px var(--vx-glow), inset 0 1px 0 rgba(255,255,255,0.28);
}
[data-mode='light'] .btn-speckle::after {
  background: radial-gradient(ellipse at top, rgba(255,255,255,0.38) 0%, transparent 62%);
  opacity: 0.4;
}

/* Ghost glass */
.btn-ghost {
  background: var(--glass-chip);
  border: 1.5px solid var(--border);
  color: var(--fg-1);
  -webkit-backdrop-filter: var(--glass-blur-sm);
  backdrop-filter: var(--glass-blur-sm);
}
.btn-ghost:hover { border-color: var(--vx); color: var(--vx-hi); transform: translateY(-2px); }

/* Mint success (add to cart) */
.btn-mint {
  background: linear-gradient(180deg, rgba(51,231,187,0.18), rgba(51,231,187,0.08));
  border: 1px solid rgba(51, 231, 187, 0.4);
  color: var(--mint);
  -webkit-backdrop-filter: var(--glass-blur-sm);
  backdrop-filter: var(--glass-blur-sm);
}
.btn-mint:hover { transform: translateY(-2px); box-shadow: var(--glow-mint); }
[data-mode='light'] .btn-mint { color: #067a5b; border-color: rgba(6,150,110,0.45); background: linear-gradient(180deg, rgba(51,231,187,0.30), rgba(51,231,187,0.14)); }

/* tiny tag pill */
.tag {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 11px; border-radius: var(--r-pill);
  font-size: 11px; font-weight: 800; letter-spacing: 0.04em;
  background: var(--glass-chip); border: 1px solid var(--border); color: var(--fg-3);
  white-space: nowrap;
}
.tag.ok    { background: rgba(51,231,187,0.10); border-color: rgba(51,231,187,0.32); color: var(--mint); }
.tag.warn  { background: rgba(245,158,11,0.11); border-color: rgba(245,158,11,0.32); color: var(--amber); }
.tag.hot   { background: rgba(255,0,85,0.10);   border-color: rgba(255,0,85,0.34);   color: #ff7c98; }
.tag.vx    { background: var(--vx-soft);        border-color: var(--vx-line);         color: var(--vx-hi); }
.tag.gold  { background: rgba(245,166,35,0.12); border-color: rgba(245,166,35,0.4);  color: var(--gold); }
.tag.oos   { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.14); color: var(--fg-muted); }
[data-mode='light'] .tag.ok  { color: #067a5b; }
[data-mode='light'] .tag.hot { color: #d40049; }

/* discount % badge — solid, never gradient text */
.pct {
  display: inline-block; padding: 5px 10px; border-radius: var(--r-sm);
  background: var(--magenta); color: #fff; font-size: 12.5px; font-weight: 900;
  white-space: nowrap; line-height: 1; direction: ltr;
}

/* key-art fallback + live dot (moved from per-template copies — canonical) */
.key-cover { width: 100%; height: 100%; object-fit: cover; }
.key-bloom { position: absolute; inset: -30% -20% auto; height: 90%;
  background: radial-gradient(ellipse at top, var(--vx-bloom) 0%, transparent 65%); }
.key-glyph { color: var(--vx); filter: drop-shadow(0 6px 24px var(--vx-glow)); z-index: 1; }
.key-brand { z-index: 1; font-size: 9.5px; letter-spacing: 0.3em; color: var(--fg-dim); font-weight: 700; }
.key-lines {
  position: absolute; inset: 0; opacity: 0.5;
  background:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 26px 26px;
}
.live-dot), .bb-service span:not(.bbs-ic) { font-size: 11.5px; color: var(--fg-dim); }
.live-dot.on { background: var(--mint); box-shadow: 0 0 10px rgba(51,231,187,0.8); animation: liveBlink 1.8s ease-in-out infinite; }
@keyframes liveBlink { 0%,100% { opacity: 1; } 50% { opacity: 0.45; } }

/* ── .rte — rich-text prose from the Shopify editor ──────────────────────────
   Shopify RTE emits arbitrary HTML (h2/h3, p, ul/ol, a, img, table, blockquote)
   with no classes, so this styles by ELEMENT inside .rte and nothing else.
   Hebrew-first and RTL-safe: all inline spacing uses logical properties, so the
   same rules serve he and en without a mirrored block.
   Shared on purpose — pages, articles and the account cluster all render RTE. */
.rte { color: var(--fg-2); font-size: 16px; line-height: 1.75; max-width: 68ch; }
.rte > :first-child { margin-block-start: 0; }
.rte > :last-child { margin-block-end: 0; }
.rte p { margin-block: 0 1.15em; }
.rte h2, .rte h3, .rte h4 {
  color: var(--fg-1); font-weight: 800; line-height: 1.3;
  letter-spacing: -0.01em; margin-block: 1.9em 0.6em; text-wrap: balance;
}
.rte h2 { font-size: clamp(19px, 1.9vw, 23px); }
.rte h3 { font-size: clamp(17px, 1.6vw, 19px); }
.rte h4 { font-size: 16px; color: var(--fg-3); }
.rte a { color: var(--vx-hi); text-decoration: underline; text-underline-offset: 3px; }
.rte a:hover { color: var(--fg-1); }
.rte strong, .rte b { color: var(--fg-1); font-weight: 700; }
.rte ul, .rte ol { margin-block: 0 1.15em; padding-inline-start: 1.35em; }
.rte li { margin-block: 0.35em; }
.rte li::marker { color: var(--vx); }
.rte img, .rte iframe, .rte video {
  max-width: 100%; height: auto; display: block;
  border-radius: 12px; border: 1px solid var(--border-soft); margin-block: 1.4em;
}
.rte blockquote {
  margin-block: 1.4em; padding-inline-start: 16px;
  border-inline-start: 2px solid var(--vx); color: var(--fg-3);
}
.rte hr { border: 0; height: 1px; background: var(--hairline); margin-block: 2em; }
.rte code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em;
  background: var(--glass-chip); border: 1px solid var(--border-soft);
  border-radius: 5px; padding: 1px 5px;
}
/* tables scroll inside their own box so a wide one never scrolls the page */
.rte .rte-tablewrap { overflow-x: auto; margin-block: 1.4em; }
.rte table { border-collapse: collapse; width: 100%; font-size: 15px; }
.rte th, .rte td { border: 1px solid var(--border); padding: 9px 12px; text-align: start; }
.rte th { background: var(--glass-chip); color: var(--fg-1); font-weight: 700; }

/* page shell — title + prose, used by main-page and the account cluster */
.pg { padding-block: clamp(34px, 5vw, 62px); }
.pg-head { margin-bottom: clamp(18px, 2.4vw, 28px); }
.pg-head h1 {
  font-size: clamp(26px, 3.4vw, 40px); font-weight: 900;
  letter-spacing: -0.02em; line-height: 1.15; color: var(--fg-1); text-wrap: balance;
}

/* ── cart page (the no-JS fallback for the drawer) ───────────────────────────
   Styled to work with nothing running: no hydration classes, no state that a
   script has to set. Logical properties throughout for Hebrew-first RTL. */
.cart-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 20px; align-items: start; }
.cart-table th, .cart-table td { vertical-align: middle; }
.cart-prod { white-space: normal; min-width: 220px; display: flex; align-items: center; gap: 12px; }
.cart-thumb {
  width: 60px; height: 60px; flex: 0 0 60px; object-fit: cover;
  border-radius: 10px; border: 1px solid var(--border-soft); background: var(--surface-1);
}
.cart-prod-txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.cart-variant { font-size: 12.5px; }
.cart-qty {
  width: 74px; height: 40px; padding-inline: 10px; text-align: center;
  background: var(--bg); color: var(--fg-1);
  border: 1px solid var(--border-strong); border-radius: 9px;
  font-family: var(--font); font-size: 15px; font-variant-numeric: tabular-nums;
}
.cart-qty:focus { outline: none; border-color: var(--vx); }
.cart-qty:focus-visible { outline: 2px solid var(--vx-hi); outline-offset: 1px; }
.cart-sum { position: sticky; top: 16px; }
.cart-total {
  font-size: clamp(24px, 3vw, 30px); font-weight: 900; color: var(--fg-1);
  letter-spacing: -0.02em; margin-block: 0 6px;
}
.cart-checkout { width: 100%; }
@media (max-width: 860px) {
  .cart-grid { grid-template-columns: 1fr; }
  .cart-sum { position: static; }
}

/* ── blog listing + article ──────────────────────────────────────────────── */

/* The lead band. Owner-approved for build (ledger 89535a7): the top section
   earns a news identity from UNEQUAL WEIGHT — one story at hero size, two
   beside it — rather than from a slideshow. Deliberately CSS-only: nothing
   here moves, autoplays, or needs JS, so the page keeps the same no-JS floor
   the cart was ruled to keep. */
.blog-head { display: flex; align-items: baseline; gap: 12px; }
.blog-count {
  font-size: 12.5px; font-weight: 800; color: var(--fg-deep);
  font-variant-numeric: tabular-nums; letter-spacing: 0.04em;
  padding: 3px 9px; border-radius: 999px;
  background: var(--glass-chip); border: 1px solid var(--border-soft);
}
.blog-lead {
  display: grid; grid-template-columns: minmax(0, 1.66fr) minmax(0, 1fr);
  gap: 18px; margin-block-end: clamp(26px, 3.4vw, 40px);
}

.lead-hero {
  position: relative; overflow: hidden;
  border-radius: 18px; border: 1px solid var(--border);
  background: var(--surface-1); min-height: 340px;
  transition: border-color var(--dur-norm) var(--ease), transform var(--dur-fast) var(--ease);
}
.lead-hero:hover { border-color: var(--vx); transform: translateY(-2px); }
.lead-hero-link { display: block; height: 100%; color: inherit; }
.lead-art { display: block; aspect-ratio: 16 / 9; }
.lead-art img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform var(--dur-slow) var(--ease);
}
.lead-hero:hover .lead-art img { transform: scale(1.03); }
/* Two stops are not enough — a single linear ramp over a photograph greys the
   middle of the image. The third stop keeps the picture readable and still
   lands opaque enough under the text to hold contrast on a bright frame. */
.lead-scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(4, 4, 10, 0.94) 0%,
    rgba(4, 4, 10, 0.78) 26%,
    rgba(4, 4, 10, 0.12) 62%,
    rgba(4, 4, 10, 0) 100%
  );
}
.lead-body {
  position: absolute; inset-inline: 0; inset-block-end: 0;
  display: flex; flex-direction: column; align-items: flex-start; gap: 9px;
  padding: clamp(18px, 2.4vw, 28px);
}
.lead-flag {
  display: inline-block; font-size: 11px; font-weight: 900;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--vx-ink); background: var(--grad-vx);
  padding: 4px 10px; border-radius: 999px;
  box-shadow: 0 6px 20px -6px var(--vx-glow);
}
.lead-title {
  font-size: clamp(21px, 2.5vw, 32px); font-weight: 900; color: var(--fg-1);
  line-height: 1.24; letter-spacing: -0.015em; text-wrap: balance;
}
.lead-ex {
  font-size: 14.5px; color: var(--fg-3); line-height: 1.55; max-width: 62ch;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.lead-meta {
  display: flex; align-items: center; gap: 7px;
  font-size: 12.5px; color: var(--fg-muted); margin-block-start: 2px;
}

/* No featured image: the caption drops onto the card instead of floating over
   an empty 16/9 rectangle. This is the same shape the <=620px rule already
   uses, hoisted so it can be selected by content rather than by width.
   (REVIEW FIX — head-review.) */
.lead-hero--flat {
  display: flex; flex-direction: column; min-height: 0;
  background: var(--glass-card);
}
.lead-hero--flat .lead-body { position: static; }
.lead-hero--flat .lead-title { font-size: clamp(20px, 2.1vw, 27px); }

.lead-side { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; min-width: 0; }
.scard {
  background: var(--glass-card); border: 1px solid var(--border);
  border-radius: 14px; overflow: hidden; min-width: 0;
  transition: border-color var(--dur-norm) var(--ease), transform var(--dur-fast) var(--ease);
}
.scard:hover { border-color: var(--vx); transform: translateY(-2px); }
/* A PERCENTAGE, not a fixed 132px. The side cards stretch to match the hero's
   height, so a fixed thumb width turns every landscape photograph into a tall
   portrait sliver — an accident that looks like one. At 42% the thumb stays
   near-square against that height, which is the deliberate shape news
   sidebars use. */
.scard-link {
  display: grid; grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
  height: 100%; color: inherit;
}
.scard-art { display: block; background: var(--surface-1); overflow: hidden; }
.scard-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.scard-body {
  display: flex; flex-direction: column; justify-content: center; gap: 8px;
  padding: 14px 15px; min-width: 0;
}
.scard-title {
  font-size: 15px; font-weight: 700; color: var(--fg-1); line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.scard-ex {
  font-size: 13px; color: var(--fg-muted); line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.scard-meta { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--fg-dim); }

/* The rule that separates the lead band from the even grid. Without it the
   band reads as three oddly-sized cards in the same run rather than as a
   front page with a lead. */
.blog-rule {
  display: flex; align-items: center; gap: 14px;
  margin-block-end: clamp(16px, 2vw, 22px);
}
.blog-rule h2 {
  font-size: 12px; font-weight: 800; letter-spacing: 0.11em;
  text-transform: uppercase; color: var(--fg-deep); white-space: nowrap;
}
.blog-rule::after {
  content: ""; flex: 1; height: 1px; background: var(--hairline); opacity: 0.5;
}

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bcard {
  background: var(--glass-card); border: 1px solid var(--border);
  border-radius: 14px; overflow: hidden;
  transition: border-color var(--dur-norm) var(--ease), transform var(--dur-fast) var(--ease);
}
.bcard:hover { border-color: var(--vx); transform: translateY(-2px); }
.bcard-link { display: block; color: inherit; }
.bcard-art { display: block; aspect-ratio: 16 / 9; background: var(--surface-1); overflow: hidden; }
.bcard-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bcard-body { display: flex; flex-direction: column; gap: 7px; padding: 14px 15px 16px; }
.bcard-title { font-size: 15.5px; font-weight: 700; color: var(--fg-1); line-height: 1.4; }
.bcard-ex { font-size: 13.5px; color: var(--fg-muted); line-height: 1.55; }
.bcard-meta { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--fg-dim); }
.blog-pager { margin-block-start: 26px; text-align: center; font-size: 14.5px; }
.blog-pager a { color: var(--vx-hi); text-decoration: underline; text-underline-offset: 3px; }

.crumbs { font-size: 13.5px; margin-block-end: 14px; }
.art-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 232px; gap: 30px; align-items: start; }
.art-main { min-width: 0; }
.art-meta { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--fg-dim); margin-block-start: 10px; }
.art-hero {
  width: 100%; height: auto; display: block; border-radius: 14px;
  border: 1px solid var(--border-soft); margin-block-end: 26px;
}
.art-toc {
  position: sticky; top: 16px;
  background: var(--glass-card); border: 1px solid var(--border);
  border-radius: 13px; padding: 15px;
}
.art-toc h2 {
  font-size: 12px; letter-spacing: 0.11em; text-transform: uppercase;
  color: var(--fg-deep); font-weight: 800; margin-block-end: 10px;
}
.art-toc nav { display: flex; flex-direction: column; }
.art-toc a {
  font-size: 13.5px; color: var(--fg-muted); line-height: 1.45;
  padding: 6px 0 6px 10px; border-inline-start: 2px solid transparent;
  padding-inline-start: 10px;
}
.art-toc a:hover { color: var(--fg-1); border-inline-start-color: var(--vx); }
.art-toc a.sub { font-size: 12.5px; padding-inline-start: 20px; color: var(--fg-dim); }
@media (max-width: 1000px) {
  .art-wrap { grid-template-columns: 1fr; }
  .art-toc { display: none; }
}
@media (max-width: 1000px) {
  /* The lead stops being a lead once it is no wider than the cards under it,
     so below this the band unstacks: hero full width, the two side stories
     become a pair of rows beneath it. */
  .blog-lead { grid-template-columns: 1fr; }
  .lead-side { grid-template-rows: auto; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) {
  .lead-side { grid-template-columns: 1fr; }
  .lead-hero { min-height: 0; }
  /* At phone width an overlaid caption has to survive a bright photograph in
     a much smaller box, so the text drops below the image onto solid ground
     instead of fighting the picture for contrast. */
  .lead-hero { display: flex; flex-direction: column; background: var(--glass-card); }
  .lead-scrim { display: none; }
  .lead-body { position: static; padding: 14px 15px 16px; }
  .lead-title { font-size: 19px; }
  .lead-ex { -webkit-line-clamp: 3; }
  .scard-link { grid-template-columns: 108px minmax(0, 1fr); }
}
@media (max-width: 560px) { .blog-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  .lead-hero:hover .lead-art img { transform: none; }
  .lead-hero, .scard, .lead-art img { transition: none; }
  .lead-hero:hover, .scard:hover { transform: none; }
}

/* ── surfaces, tables and links shared by cart / blog / article ──────────────
   REVIEW FIX (Opus head-review + codex adversarial, 2026-08-09). These eight
   classes were written into main-cart.liquid while they lived in the customer
   -account CSS block — and that block was reverted when new customer accounts
   made the cluster dead code. The markup kept referencing a stylesheet that no
   longer existed. curl proved the HTML rendered and structurally could not see
   that the classes had no rules.

   The sharpest consequence, and why .acct-tablewrap leads: base.css sets
   `overflow-x: clip` on html AND body — clip, not scroll — so a 5-column cart
   table on a phone was cut off with NO way to reach it. In RTL the clipped
   edge is inline-end: the quantity input and the remove link. The no-JS cart
   lost its controls on exactly the devices most likely to need it. */
.acct-card {
  background: var(--glass-card); border: 1px solid var(--border);
  border-radius: 14px; padding: 18px;
}
.acct-card h2 { font-size: 16px; font-weight: 800; color: var(--fg-1); margin-block-end: 12px; }
.acct-tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.acct-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.acct-table th, .acct-table td {
  text-align: start; padding: 11px 12px; border-block-end: 1px solid var(--border-soft);
  white-space: nowrap;
}
.acct-table th { color: var(--fg-muted); font-weight: 700; font-size: 13px; }
.acct-table tbody tr:last-child td { border-block-end: 0; }
.acct-empty { color: var(--fg-dim); font-size: 14.5px; }
.addr-actions { display: flex; gap: 10px; margin-block-start: 12px; }
.auth-alt { margin-block-start: 16px; font-size: 14px; color: var(--fg-muted); }
.auth-alt a, .linkish { color: var(--vx-hi); text-decoration: underline; text-underline-offset: 3px; }
.auth-alt a:hover, .linkish:hover { color: var(--fg-1); }
/* .linkish must look like a control: base.css and primitives both reset
   `a { text-decoration: none }`, so without this the cart's ONLY removal
   control rendered as plain body text on the page that exists for the case
   where nothing else works. */
.linkish { cursor: pointer; }

/* REVIEW FIX: was `.num`, which is undefined. The theme's own convention for
   numeric tokens in RTL flow is `.ltr` (base.css: direction:ltr +
   unicode-bidi:isolate) — without isolation the ₪ sign can reorder against
   its digits. Tabular figures ride along here rather than in a second class. */
.acct-table td.ltr, .cart-total.ltr { font-variant-numeric: tabular-nums; }

/* REVIEW FIX: [hidden] removes the rail from flow but does NOT collapse an
   explicitly sized grid track, so a hidden rail left a 262px dead gutter on
   every article with fewer than 3 headings and for every JS-off visitor. */
.art-wrap { grid-template-columns: minmax(0, 1fr) auto; }
.art-toc { width: 232px; }

/* REVIEW FIX: RTL padding — the rail mixed physical `padding: … 10px` with
   `padding-inline-start`, giving RTL items padding on both sides. */
.art-toc a { padding: 6px 0; padding-inline-start: 10px; }
.art-toc a.sub { padding-inline-start: 20px; }

/* REVIEW FIX: .rte-tablewrap was dead CSS — Shopify's editor emits a bare
   <table> and nothing ever added that wrapper, so a wide table in page or
   article content was clipped by the body's overflow-x:clip with no scrollbar.
   Make the table itself the scroll container; no markup change required. */
.rte table { display: block; width: max-content; max-width: 100%; overflow-x: auto; }
/* REVIEW FIX: .rte styled h2-h4 only, so an <h1> in editor content inherited
   the global `margin: 0` and collided with the paragraph after it. */
.rte h1, .rte h5, .rte h6 {
  color: var(--fg-1); font-weight: 800; line-height: 1.3;
  margin-block: 1.9em 0.6em; text-wrap: balance;
}
.rte h1 { font-size: clamp(21px, 2.2vw, 26px); }
.rte h5, .rte h6 { font-size: 15px; color: var(--fg-3); }
/* REVIEW FIX: the cart rendered no discount anywhere, and never surfaced a
   line's error_message — Shopify sets it when it caps a quantity against
   stock, which for limited-run keys is routine rather than exceptional. */
.cart-disc { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; color: var(--mint); margin-block-end: 6px; }
.cart-lineerr { color: var(--vx-hi); font-size: 13.5px; white-space: normal; }

/* ── 404 ─────────────────────────────────────────────────────────────────────
   Approved from the deposited mockup. The rm -rf line is the brand's own
   joke — EXON deletes its cloud machines the moment they finish — so it is
   set as a real terminal line rather than decorated as one. */
.nf {
  padding-block: clamp(48px, 8vw, 96px);
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.nf-code {
  display: flex; align-items: center; justify-content: center;
  font-size: clamp(96px, 17vw, 190px); font-weight: 900; line-height: 0.9;
  letter-spacing: -0.045em; color: var(--fg-1);
}
.nf-o { color: var(--vx); text-shadow: 0 12px 60px var(--vx-glow); }
.nf-title {
  font-size: clamp(22px, 3.4vw, 34px); font-weight: 900; color: var(--fg-1);
  letter-spacing: -0.02em; margin-block-start: clamp(14px, 2vw, 22px);
}
.nf-body {
  font-size: 15.5px; color: var(--fg-muted); line-height: 1.6;
  max-width: 46ch; margin-block-start: 10px;
}
.nf-actions {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
  margin-block-start: clamp(20px, 2.6vw, 28px);
}
/* dir="ltr" on the element itself, not just visually: this is a shell command,
   and a Hebrew RTL run would reorder the slashes into something that is no
   longer the command being joked about. */
.nf-term {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13.5px; color: var(--fg-dim);
  background: var(--glass-chip); border: 1px solid var(--border-soft);
  border-radius: 10px; padding: 10px 14px;
  margin-block-start: clamp(22px, 3vw, 32px);
  max-width: 100%; overflow-x: auto; white-space: nowrap;
}
.nf-term-p { color: var(--fg-deep); }
.nf-term-a { color: var(--mint); }
.nf-sugg { margin-block-start: clamp(28px, 4vw, 44px); width: 100%; }
.nf-sugg-h {
  display: block; font-size: 12px; font-weight: 800; letter-spacing: 0.11em;
  text-transform: uppercase; color: var(--fg-deep); margin-block-end: 14px;
}
.nf-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.nf-chip {
  font-size: 14px; color: var(--fg-2);
  background: var(--glass-card); border: 1px solid var(--border);
  border-radius: 999px; padding: 9px 16px;
  transition: border-color var(--dur-norm) var(--ease), color var(--dur-norm) var(--ease),
              transform var(--dur-fast) var(--ease);
}
.nf-chip:hover { border-color: var(--vx); color: var(--fg-1); transform: translateY(-2px); }

/* ── collections index ───────────────────────────────────────────────────────
   Groups are section blocks, so the hubs/type/genre split is editor data.
   Each card carries an image WHEN THE COLLECTION HAS ONE and falls back to
   the platform colour when it does not — the two states the owner's open
   question decides between, both built. */
.cl-head { display: block; }
.cl-intro { font-size: 15.5px; color: var(--fg-muted); margin-block-start: 8px; max-width: 62ch; }
.cl-group { margin-block-start: clamp(28px, 3.6vw, 42px); }
.cl-grouphead {
  display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
  margin-block-end: clamp(12px, 1.6vw, 16px);
}
.cl-grouphead h2 { font-size: clamp(17px, 2vw, 21px); font-weight: 900; color: var(--fg-1); letter-spacing: -0.01em; }
.cl-note { font-size: 13px; color: var(--fg-deep); }
.cl-grid { display: grid; gap: 14px; }
.cl-grid--hub   { grid-template-columns: repeat(4, 1fr); }
.cl-grid--tile  { grid-template-columns: repeat(4, 1fr); }
.cl-grid--genre { grid-template-columns: repeat(4, 1fr); }

.cl-card {
  position: relative; overflow: hidden; display: block;
  border: 1px solid var(--border); border-radius: 12px;
  background: var(--glass-card); color: inherit;
  transition: border-color var(--dur-norm) var(--ease), transform var(--dur-fast) var(--ease);
}
.cl-card:hover { border-color: var(--vx); transform: translateY(-2px); }
.cl-card--hub   { border-radius: 14px; min-height: 118px; }
.cl-card--tile  { min-height: 78px; }
.cl-card--genre { min-height: 52px; }

.cl-art { position: absolute; inset: 0; }
.cl-art img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* THE HUB GRADIENT, from the approved mockup — but expressed through the
   vendor tokens instead of the mockup's six hard-coded hexes, so Xbox is
   green and Nintendo is red because --vx already says so. color-mix darkens
   the brand colour the way the mockup's hand-picked pairs did (#2e6fe3 ->
   #1b3fa8 near, near-black far); at full --vx the card would glare and eat
   the title. */
.cl-card--hub .cl-face {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.9;
  background: radial-gradient(120% 100% at 20% 0%,
    color-mix(in srgb, var(--vx) 62%, #06070d) 0%,
    color-mix(in srgb, var(--vx) 12%, #06070d) 70%);
}
/* Over artwork the face stops being decoration and becomes legibility.
   REVIEW FIX (head-review): this was `.cl-card:has(.cl-art)`, and it is the
   ONLY source of the scrim on a non-hub card — .cl-face carries no background
   of its own. An unsupported :has() invalidates the whole rule, which would
   put white text straight onto a photograph. The section already branches on
   col.image, so it emits .cl-card--art instead of making CSS re-derive it.
   The timing is what made this worth fixing now: no collection has artwork
   today, so the rule never fires, and the day the owner's banner condition is
   met is the day the gap would have become visible. */
.cl-card--art .cl-face {
  position: absolute; inset: 0; pointer-events: none; opacity: 1;
  background: linear-gradient(to top,
    rgba(4,4,10,0.90) 0%, rgba(4,4,10,0.46) 58%, rgba(4,4,10,0.14) 100%);
}
.cl-card--hub.cl-card--art .cl-face {
  background:
    radial-gradient(120% 100% at 20% 0%, color-mix(in srgb, var(--vx) 40%, transparent) 0%, transparent 70%),
    linear-gradient(to top, rgba(4,4,10,0.90) 0%, rgba(4,4,10,0.46) 58%, rgba(4,4,10,0.14) 100%);
}

.cl-body {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; gap: 4px; justify-content: flex-end;
  height: 100%; min-height: inherit; padding: 14px 16px;
}
.cl-card--hub .cl-body { padding: 16px 18px; }
.cl-card--genre .cl-body { justify-content: center; padding: 12px 14px; }
.cl-name { font-size: 15px; font-weight: 800; color: var(--fg-1); line-height: 1.35; }
.cl-card--hub .cl-name { font-size: clamp(16px, 1.5vw, 19px); font-weight: 900; }
.cl-card--genre .cl-name { font-size: 14.5px; font-weight: 700; }
.cl-sub { font-size: 12.5px; color: var(--fg-muted); font-variant-numeric: tabular-nums; }

@media (max-width: 1000px) {
  .cl-grid--hub, .cl-grid--tile { grid-template-columns: repeat(2, 1fr); }
  .cl-grid--genre { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .cl-grid--hub, .cl-grid--tile { grid-template-columns: 1fr; }
  .cl-grid--genre { grid-template-columns: repeat(2, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  .cl-card, .nf-chip { transition: none; }
  .cl-card:hover, .nf-chip:hover { transform: none; }
}

/* Hebrew is not letterspaced — the theme's own law, and these three labels all
   render Hebrew ("כתבה מובילה", "כל הכתבות", "אולי חיפשתם"). uppercase is a
   no-op on Hebrew; the tracking is not, and at 0.11-0.12em the glyphs visibly
   separate. Scoped to :lang(en) rather than deleted, so the Latin case keeps
   the label treatment it was designed for.
   NOTE: the same pattern predates this round elsewhere in the theme
   (chrome.css .so-hot-l on "חם עכשיו", .art-toc h2 on "בעמוד הזה"). Those are
   NOT changed here — restyling approved surfaces is the owner's call, and it
   is raised with him rather than settled by this diff. */
.lead-flag, .blog-rule h2, .nf-sugg-h { letter-spacing: 0; }
.lead-flag:lang(en), .blog-rule h2:lang(en), .nf-sugg-h:lang(en) { letter-spacing: 0.12em; }
