/* ============================================================
   NOVO — Shop styles (extends tokens.css + landing.css + subpage.css)
   ONE conversion-focused shop page:
   - reuses the landing checkout module (.checkout-*) for the buy card
   - per-finish gallery (shared with landing)
   - inline pack selector (single / +1 / +2 bottles)
   - a quiet accessories band (spare bottle + CO₂ coming soon)
   - lightweight buy/add toast
   ============================================================ */

/* ---------- Buy module wrapper ---------- */
.shop-buy { padding-top: clamp(96px, 11vw, 130px); background: var(--surface-0); }
.shop-buy .breadcrumb { margin-bottom: clamp(22px, 3vw, 34px); }
.shop-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(22px, 3vw, 32px); }
.shop-intro .doc-eyebrow { margin-bottom: 12px; }
.shop-intro h1 { font-family: var(--font-display); font-size: clamp(34px, 4.6vw, 60px); font-weight: 300; letter-spacing: -0.04em; line-height: 0.96; margin: 0; }
.shop-intro h1 em { font-family: var(--font-serif); font-style: italic; font-weight: 400; }
.shop-intro .shop-reassure { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; color: var(--nova-muted); text-align: right; line-height: 1.7; }
.shop-intro .shop-reassure b { color: var(--surface-ink); font-weight: 500; }

/* The pack picker reuses .bundle-picker but we want 3 across on wide screens */
.pack-picker { display: grid; grid-template-columns: 1fr; gap: 8px; }

/* Pack option layout (mirrors .bundle-opt but a touch tighter for 3 rows) */
.bundle-opt .bundle-save { font-family: var(--font-mono); font-size: 11px; color: var(--nova-champagne-deep); letter-spacing: 0.04em; }

/* Image fit override so machine PNGs sit nicely */
.shop-buy .checkout-visual img#checkoutImage { object-fit: cover; }

/* ============================================================
   Accessories band
   ============================================================ */
.acc-band { border-top: 1px solid var(--nova-line); background: var(--nova-paper); }
[data-theme="dark"] .acc-band { background: #1F1B14; }
.acc-inner { padding-block: clamp(48px, 6vw, 80px); }
.acc-head { margin-bottom: clamp(24px, 3vw, 36px); max-width: 60ch; }
.acc-head .doc-eyebrow { margin-bottom: 14px; }
.acc-head h2 { font-family: var(--font-display); font-size: clamp(26px, 3vw, 40px); font-weight: 300; letter-spacing: -0.03em; line-height: 1; margin: 0; }
.acc-head h2 em { font-family: var(--font-serif); font-style: italic; font-weight: 400; }
.acc-head p { font-size: 15px; line-height: 1.6; color: var(--nova-muted); margin: 12px 0 0; }

.acc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--nova-line); border: 1px solid var(--nova-line); }
@media (max-width: 720px) { .acc-grid { grid-template-columns: 1fr; } }
.acc-card { background: var(--surface-0); padding: clamp(24px, 3vw, 34px); display: flex; flex-direction: column; gap: 18px; }
.acc-card .ac-cat { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--nova-muted); }
.acc-card .ac-name { font-family: var(--font-display); font-size: 24px; font-weight: 300; letter-spacing: -0.025em; line-height: 1; margin: 4px 0 0; }
.acc-card .ac-name em { font-family: var(--font-serif); font-style: italic; font-weight: 400; }
.acc-card .ac-desc { font-size: 14.5px; line-height: 1.55; color: var(--nova-muted); margin: 0; max-width: 40ch; }
.acc-card .ac-price { font-family: var(--font-display); font-size: 22px; letter-spacing: -0.02em; color: var(--surface-ink); }
.acc-card .ac-price .each { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--nova-faint); margin-left: 8px; }

/* mini finish discs */
.ac-finishes { display: flex; align-items: center; gap: 10px; }
.ac-finish { width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.1); cursor: pointer; position: relative; padding: 0; background-clip: padding-box; transition: transform .15s; }
.ac-finish:hover { transform: scale(1.08); }
.ac-finish.on { box-shadow: 0 0 0 1.5px var(--surface-0), 0 0 0 3px var(--surface-ink); }
.ac-finish.onyx { background: radial-gradient(circle at 30% 30%, #2A2A2C 0%, #111 70%); }
.ac-finish.ivory { background: radial-gradient(circle at 30% 30%, #FFFFFF 0%, #E7E0D0 80%); }
.ac-finish.champagne { background: radial-gradient(circle at 30% 30%, #E8D4B5 0%, #BFA37A 80%); }
.ac-finish-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; color: var(--nova-muted); }

.acc-foot { margin-top: auto; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.acc-stepper { display: inline-flex; align-items: center; border: 1px solid var(--nova-line); }
.acc-stepper button { width: 38px; height: 40px; background: var(--surface-0); border: 0; font-size: 17px; color: var(--surface-ink); cursor: pointer; transition: background .15s; }
.acc-stepper button:hover { background: var(--surface-1); }
.acc-stepper button:disabled { color: var(--nova-faint); cursor: not-allowed; }
.acc-stepper .qv { min-width: 40px; text-align: center; font-family: var(--font-mono); font-size: 14px; }
.acc-card .btn { white-space: nowrap; }

/* CO₂ coming-soon card */
.acc-card.is-soon { position: relative; }
.acc-card .soon-badge { align-self: flex-start; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; background: var(--surface-ink); color: var(--on-ink); padding: 5px 10px; }
.acc-card .cs-cyl-mini { width: 40px; height: 96px; border-radius: 20px / 14px; background: linear-gradient(100deg, #C9CDD0 0%, #EDEFF1 40%, #AEB4B8 100%); position: relative; box-shadow: 0 14px 26px rgba(0,0,0,0.14); flex-shrink: 0; }
.acc-card .cs-cyl-mini::before { content: ""; position: absolute; top: -9px; left: 50%; transform: translateX(-50%); width: 13px; height: 14px; background: #8C9094; border-radius: 3px 3px 2px 2px; }
.acc-card .cs-cyl-mini::after { content: ""; position: absolute; top: 18px; left: 0; right: 0; height: 26px; background: var(--nova-champagne-deep); opacity: 0.9; }
.acc-soon-row { display: flex; gap: 20px; align-items: center; }

.notify-form { display: flex; gap: 10px; max-width: 380px; width: 100%; }
.notify-form input { flex: 1; min-width: 0; font-family: var(--font-body); font-size: 14px; color: var(--surface-ink); background: var(--surface-2); border: 1px solid var(--nova-line); border-radius: 0; padding: 11px 13px; -webkit-appearance: none; appearance: none; transition: border-color .2s, box-shadow .2s; }
.notify-form input:focus { outline: none; border-color: var(--surface-ink); box-shadow: inset 0 0 0 1px var(--surface-ink); }
.notify-form input::placeholder { color: var(--nova-faint); }
.notify-form .btn.small { flex-shrink: 0; }
.notify-status { font-size: 13px; color: #2D6A47; margin: 0; min-height: 0; display: none; }
.notify-status.show { display: block; }

/* ============================================================
   Buy / add toast
   ============================================================ */
.shop-toast {
  position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 16px);
  z-index: 200; max-width: min(460px, calc(100vw - 32px));
  background: var(--surface-ink); color: var(--on-ink);
  padding: 15px 20px; display: flex; align-items: center; gap: 14px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.28);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}
.shop-toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.shop-toast .st-check { width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--nova-champagne); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.shop-toast .st-msg { font-size: 14px; line-height: 1.4; }
.shop-toast .st-msg strong { font-weight: 600; }
.shop-toast .st-sub { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.06em; opacity: 0.72; margin-top: 3px; }
