/* ═══════════════════════════════════════════════════════════════════
   Lost Angel — page component styles (sits on top of tokens + core)
   2026-05-23 — written from scratch for the new lm-* classes used in
   home / shop / about-us / faq / contact / wholesale / instructions /
   ingredients / price / flavors-hub njk templates. These classes are
   NOT in core.css (tokens + utilities that core.css does not cover
   namespace rename — lostangel-only utility helpers).
   ═══════════════════════════════════════════════════════════════════ */

/* ─── Top announce bar (already in base.njk) ─────────────────── */
.la-announce {
  background: var(--la-ink);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.02em;
  padding: 8px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.la-announce-warning { opacity: 0.85; }
.la-announce-promo { font-weight: 600; }
.la-emph-purple { color: var(--la-accent-pale); }
.la-emph-yellow {
  background: var(--la-yellow);
  color: var(--la-ink);
  padding: 1px 8px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* ─── Container ──────────────────────────────────────────────── */
.la-container {
  max-width: var(--la-max-w);
  margin: 0 auto;
  padding: 0 var(--la-pad-x);
}
.la-container-narrow {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 var(--la-pad-x);
}

/* ─── Section ────────────────────────────────────────────────── */
.la-section {
  padding: 72px 0;
  background: var(--la-paper);
}
.la-section-soft {
  background: var(--la-paper-2);
}
.la-section-lead {
  font-size: 17px;
  line-height: 1.65;
  color: var(--la-ink-muted);
  max-width: 720px;
  margin: 12px 0 32px;
}
.la-section-cta {
  margin-top: 36px;
  text-align: center;
}

/* ─── Eyebrow (above H1) — lostmary-style mono+dot, no pill chrome ──── */
.la-eyebrow {
  font-family: var(--la-font-mono, ui-monospace, monospace);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--la-ink-2);
  font-weight: 500;
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.la-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--la-accent);
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

/* ─── Hero ───────────────────────────────────────────────────── */
.la-hero {
  padding: 72px 0 56px;
  background: linear-gradient(180deg, var(--la-paper-2) 0%, var(--la-paper) 100%);
  border-bottom: 1px solid var(--la-rule);
}
.la-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.la-hero-text h1 {
  font-size: 56px;
  line-height: 1.05;
  margin: 0 0 20px;
}
.la-hero-sub {
  font-size: 18px;
  line-height: 1.6;
  color: var(--la-ink-2);
  margin: 0 0 28px;
}
.la-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.la-hero-trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
  color: var(--la-ink-muted);
}
.la-hero-trust li::before {
  content: "✓";
  color: var(--la-accent);
  font-weight: 700;
  margin-right: 6px;
}
.la-hero-art img {
  width: 100%;
  border-radius: var(--la-r-lg);
  box-shadow: var(--la-shadow-elev);
}
@media (max-width: 880px) {
  .la-hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .la-hero-text h1 { font-size: 40px; }
}

/* ─── Button ─────────────────────────────────────────────────── */
.la-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--la-font-sans);
  font-weight: 600;
  font-size: 15px;
  padding: 12px 22px;
  border-radius: var(--la-r-md);
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.18s ease;
}
.la-btn-purple {
  background: linear-gradient(180deg, var(--la-accent-2) 0%, var(--la-accent) 100%);
  color: #fff !important;
}
.la-btn-purple:hover {
  background: linear-gradient(180deg, var(--la-accent) 0%, #5e3f96 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(122, 86, 187, 0.30);
}
.la-btn-ghost {
  background: transparent;
  color: var(--la-accent) !important;
  border: 1.5px solid var(--la-accent);
}
.la-btn-ghost:hover {
  background: var(--la-accent);
  color: #fff !important;
}
.la-btn-large {
  padding: 16px 32px;
  font-size: 16px;
  border-radius: var(--la-r-lg);
}
.la-btn-red { /* legacy alias used in base.njk cart panel */
  background: linear-gradient(180deg, var(--la-accent-2) 0%, var(--la-accent) 100%);
  color: #fff !important;
}

/* ─── Product grid (home + shop) ─────────────────────────────── */
.la-product-grid {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}
.la-grid-2 { grid-template-columns: repeat(2, 1fr); }
.la-grid-3 { grid-template-columns: repeat(3, 1fr); }
.la-grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1080px) { .la-grid-4 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 840px)  { .la-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  { .la-grid-4 { grid-template-columns: 1fr; } }
@media (max-width: 880px) {
  .la-grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .la-grid-3, .la-grid-2 { grid-template-columns: 1fr; }
}

.la-product-card {
  display: block;
  background: var(--la-paper);
  border: 1px solid var(--la-rule);
  border-radius: var(--la-r-lg);
  padding: 20px;
  text-decoration: none;
  color: var(--la-ink);
  transition: transform 0.15s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.la-product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--la-shadow-elev);
  border-color: var(--la-accent);
  color: var(--la-ink);
}
.la-product-card img {
  width: 100%;
  border-radius: var(--la-r-md);
  margin-bottom: 16px;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.la-product-card h3 {
  font-size: 20px;
  margin: 0 0 8px;
  padding-bottom: 0;
}
.la-product-card h3::after { display: none; }
.la-card-feature {
  border-color: var(--la-accent);
  background: linear-gradient(180deg, var(--la-accent-tint) 0%, var(--la-paper) 60%);
}
.la-card-tagline {
  font-size: 14px;
  color: var(--la-ink-muted);
  line-height: 1.5;
  margin: 0 0 12px;
}
.la-card-price {
  font-size: 18px;
  color: var(--la-accent);
  margin: 0;
  font-weight: 600;
}

/* ─── Tags / badges ──────────────────────────────────────────── */
.la-tag {
  display: inline-block;
  font-family: var(--la-font-nav);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--la-r-pill);
  margin-bottom: 12px;
}
.la-tag--purple {
  background: var(--la-accent);
  color: #fff;
}
.la-tag--pale {
  background: var(--la-accent-tint);
  color: var(--la-accent);
}
.la-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: var(--la-r-sm);
  font-size: 12px;
  font-weight: 600;
}
.la-badge--purple {
  background: var(--la-accent);
  color: #fff;
}
.la-badge--pale {
  background: var(--la-accent-tint);
  color: var(--la-accent);
}

/* ─── USP grid + cards (home, about, wholesale) ──────────────── */
.la-usp-grid {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}
.la-usp-card {
  background: var(--la-paper);
  border: 1px solid var(--la-rule);
  border-left: 4px solid var(--la-accent);
  border-radius: var(--la-r-md);
  padding: 24px;
}
.la-usp-card h3 {
  font-size: 18px;
  margin: 0 0 10px;
  padding-bottom: 0;
}
.la-usp-card h3::after { display: none; }
.la-usp-card p {
  margin: 0;
  color: var(--la-ink-2);
  font-size: 15px;
  line-height: 1.6;
}

/* ─── Flavor preview chips (home) ────────────────────────────── */
.la-flavor-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}
.la-flavor-chip {
  display: inline-block;
  padding: 8px 16px;
  background: var(--la-paper);
  color: var(--la-ink);
  border: 1px solid var(--la-rule);
  border-radius: var(--la-r-pill);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.15s ease;
}
.la-flavor-chip:hover {
  background: var(--la-accent);
  color: #fff !important;
  border-color: var(--la-accent);
  transform: translateY(-2px);
}

/* ─── Flavor grid (collections/lost-angel-vape-flavors) ───────── */
.la-flavor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.la-flavor-card {
  display: block;
  padding: 18px 20px;
  background: var(--la-paper);
  border: 1px solid var(--la-rule);
  border-left: 4px solid var(--la-accent-pale);
  border-radius: var(--la-r-md);
  text-decoration: none;
  color: var(--la-ink);
  transition: all 0.15s ease;
}
.la-flavor-card:hover {
  background: var(--la-accent-tint);
  border-left-color: var(--la-accent);
  transform: translateY(-2px);
  color: var(--la-ink);
}
.la-flavor-card h3 {
  font-family: var(--la-font-display);
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 4px;
  padding-bottom: 0;
}
.la-flavor-card h3::after { display: none; }
.la-flavor-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

/* ─── Guide cards (home) ─────────────────────────────────────── */
.la-guide-grid {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}
.la-guide-card {
  display: block;
  padding: 24px;
  background: var(--la-paper);
  border: 1px solid var(--la-rule);
  border-radius: var(--la-r-md);
  text-decoration: none;
  color: var(--la-ink);
  transition: all 0.15s ease;
}
.la-guide-card:hover {
  border-color: var(--la-accent);
  background: var(--la-accent-tint);
  color: var(--la-ink);
  transform: translateY(-2px);
}
.la-guide-card h3 {
  font-size: 18px;
  margin: 0 0 8px;
  padding-bottom: 0;
}
.la-guide-card h3::after { display: none; }
.la-guide-card p {
  margin: 0;
  color: var(--la-ink-2);
  line-height: 1.55;
}

/* ─── FAQ (details/summary) ──────────────────────────────────── */
.la-faq {
  background: var(--la-paper);
  border: 1px solid var(--la-rule);
  border-radius: var(--la-r-md);
  padding: 0;
  margin-bottom: 12px;
}
.la-faq summary {
  cursor: pointer;
  padding: 18px 24px;
  font-weight: 600;
  font-family: var(--la-font-display);
  font-size: 17px;
  list-style: none;
  position: relative;
  padding-right: 56px;
}
.la-faq summary::-webkit-details-marker { display: none; }
.la-faq summary::after {
  content: "▼";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--la-accent);
  font-size: 12px;
  transition: transform 0.18s ease;
}
.la-faq[open] summary::after { transform: translateY(-50%) rotate(180deg); }
.la-faq p,
.la-faq ul {
  padding: 0 24px 18px;
  margin: 0 0 6px;
  color: var(--la-ink-2);
  line-height: 1.6;
}
.la-faq ul { padding-left: 48px; }
.la-faq li { margin-bottom: 4px; }

/* ─── Feature list (bullets with bold lead) ──────────────────── */
.la-feature-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
.la-feature-list li {
  padding: 8px 0 8px 28px;
  position: relative;
  line-height: 1.55;
  border-bottom: 1px solid var(--la-rule-lite);
}
.la-feature-list li::before {
  content: "→";
  position: absolute;
  left: 4px;
  top: 8px;
  color: var(--la-accent);
  font-weight: 600;
}
.la-feature-list li:last-child { border-bottom: 0; }

/* ─── Step list (ordered, numbered chips) ────────────────────── */
.la-step-list {
  list-style: none;
  counter-reset: lmstep;
  padding: 0;
  margin: 16px 0;
}
.la-step-list li {
  counter-increment: lmstep;
  padding: 12px 0 12px 48px;
  position: relative;
  line-height: 1.6;
  border-bottom: 1px solid var(--la-rule-lite);
}
.la-step-list li::before {
  content: counter(lmstep);
  position: absolute;
  left: 4px;
  top: 12px;
  width: 32px;
  height: 32px;
  background: var(--la-accent);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}

/* ─── Link list (about, wholesale, etc) ──────────────────────── */
.la-link-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}
.la-link-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--la-rule-lite);
  line-height: 1.55;
}
.la-link-list li:last-child { border-bottom: 0; }
.la-link-list a {
  color: var(--la-accent);
  text-decoration: none;
  font-weight: 500;
}
.la-link-list a:hover { text-decoration: underline; }

.la-link-purple {
  color: var(--la-accent) !important;
  font-weight: 500;
}
.la-link-purple:hover { text-decoration: underline; }

/* ─── Body anchor default — keep inline content links visible ─────
   Section paragraphs / FAQ answers / list items: any <a> without a
   custom class inherits the purple style so internal links don't
   disappear into body text. Scoped to .la-section + .la-faq + .la-pdp-
   so footer / nav / cart / button-class anchors stay unaffected.
*/
.la-section a:not([class]):not([role]),
.la-faq a:not([class]),
.la-pdp-section a:not([class]),
.la-feature-card a:not([class]),
.la-feature-list a:not([class]),
.la-policy-bullets a:not([class]),
.la-puff-tier a:not([class]) {
  color: var(--la-accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.la-section a:not([class]):not([role]):hover,
.la-faq a:not([class]):hover,
.la-pdp-section a:not([class]):hover,
.la-feature-card a:not([class]):hover,
.la-feature-list a:not([class]):hover,
.la-policy-bullets a:not([class]):hover,
.la-puff-tier a:not([class]):hover {
  text-decoration-thickness: 2px;
}

/* ─── Feature grid (ingredients page 2x2 cards) ──────────────── */
.la-feature-grid {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}
.la-feature-card {
  background: var(--la-paper);
  border: 1px solid var(--la-rule);
  border-top: 4px solid var(--la-accent);
  border-radius: var(--la-r-md);
  padding: 24px;
}
.la-feature-card h3 {
  font-size: 18px;
  margin: 0 0 10px;
  padding-bottom: 0;
}
.la-feature-card h3::after { display: none; }
.la-feature-card p {
  margin: 0;
  color: var(--la-ink-2);
  line-height: 1.6;
}

/* ─── Contact grid (2-col cards on /contact/) ────────────────── */
.la-contact-grid {
  display: grid;
  gap: 20px;
  margin: 24px 0 40px;
}
.la-contact-card {
  background: var(--la-paper);
  border: 1px solid var(--la-rule);
  border-radius: var(--la-r-lg);
  padding: 28px;
  box-shadow: var(--la-shadow-card);
}
.la-contact-card h2 {
  font-size: 22px;
  margin: 0 0 12px;
  padding-bottom: 8px;
}
.la-contact-card p {
  margin: 0 0 12px;
  line-height: 1.6;
}

/* ─── Price table ────────────────────────────────────────────── */
.la-table-wrap {
  overflow-x: auto;
  margin: 20px 0;
}
.la-price-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--la-paper);
  border-radius: var(--la-r-md);
  overflow: hidden;
  box-shadow: var(--la-shadow-card);
}
.la-price-table th {
  background: var(--la-accent);
  color: #fff;
  text-align: left;
  padding: 14px 18px;
  font-weight: 600;
  font-family: var(--la-font-display);
  font-size: 14px;
  letter-spacing: 0.02em;
}
.la-price-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--la-rule);
  font-size: 14px;
  line-height: 1.5;
}
.la-price-table tbody tr:nth-child(even) { background: var(--la-accent-tint); }
.la-price-table tbody tr:hover { background: var(--la-paper-4); }
.la-price-table td:first-child { font-weight: 600; }
.la-price-table a { color: var(--la-accent); }
.la-price-table a:hover { text-decoration: underline; }

/* ─── Muted text ─────────────────────────────────────────────── */
.la-muted {
  color: var(--la-ink-muted);
  font-size: 14px;
}
.la-fs-sm { font-size: 13px; }

/* ─── Visually-hidden ────────────────────────────────────────── */
.la-sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ═══════════════════════════════════════════════════════════════════
   Header / nav (light theme override — base.njk uses these)
   The .la-topnav from core.css was sized for dark cosmic-retail theme;
   here we override to light + purple for Community Purple DNA.
   ═══════════════════════════════════════════════════════════════════ */

.la-topnav {
  background: var(--la-paper);
  border-bottom: 1px solid var(--la-rule);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: var(--la-max-w);
  margin: 0 auto;
  position: relative;
}
.la-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--la-ink);
}
.la-brand-logo {
  height: 50px;
  width: auto;
}
.la-nav-primary {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 4px;
  flex: 1;
  justify-content: center;
}
.la-nav-primary > li > a,
.la-nav-primary > li > button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 10px 14px;
  font-family: var(--la-font-nav);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--la-ink);
  text-decoration: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  border-radius: var(--la-r-sm);
  transition: color 0.15s ease, background 0.15s ease;
}
.la-nav-primary > li > a:hover,
.la-nav-primary > li > button:hover {
  color: var(--la-accent);
  background: var(--la-accent-tint);
}
.la-nav-caret { font-size: 10px; opacity: 0.6; }
.la-nav-has-sub { position: relative; }
.la-nav-sub {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--la-paper);
  border: 1px solid var(--la-rule);
  border-radius: var(--la-r-md);
  box-shadow: var(--la-shadow-elev);
  padding: 14px;
  min-width: 320px;
  z-index: 50;
  margin-top: 4px;
}
.la-nav-sub-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.la-nav-sub-col a {
  padding: 8px 12px;
  font-size: 14px;
  color: var(--la-ink-2);
  text-decoration: none;
  border-radius: var(--la-r-sm);
  white-space: nowrap;
}
.la-nav-sub-col a:hover { background: var(--la-accent-tint); color: var(--la-accent); }
.la-nav-sub-heading {
  font-family: var(--la-font-nav);
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--la-ink-muted) !important;
  margin-bottom: 6px;
  pointer-events: none;
}
.la-nav-tag {
  font-size: 10px;
  font-weight: 600;
  color: var(--la-accent);
  margin-left: 6px;
  letter-spacing: 0.06em;
}

.la-nav-search {
  display: flex;
  align-items: center;
  background: var(--la-paper-2);
  border-radius: var(--la-r-pill);
  padding: 4px 4px 4px 14px;
  width: 200px;
}
.la-nav-search input {
  border: 0;
  background: transparent;
  outline: none;
  flex: 1;
  font-size: 13px;
  color: var(--la-ink);
}
.la-nav-search button {
  background: var(--la-accent);
  color: #fff;
  border: 0;
  border-radius: var(--la-r-pill);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.la-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--la-rule);
  color: var(--la-ink);
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.la-nav-icon:hover { border-color: var(--la-accent); color: var(--la-accent); }
.la-cart-trigger { background: transparent; }
.la-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--la-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.la-nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.la-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--la-ink);
  border-radius: 2px;
}

@media (max-width: 960px) {
  .la-nav-primary, .la-nav-search, .la-nav-icon[href="/my-account/"] { display: none; }
  .la-nav-toggle { display: flex; }
  .la-topnav { padding: 12px 16px; gap: 12px; }
}

.la-mobile-dialog {
  border: 0;
  padding: 0;
  width: 90vw;
  max-width: 420px;
  border-radius: var(--la-r-lg);
  background: var(--la-paper);
  box-shadow: var(--la-shadow-elev);
}
.la-mobile-dialog::backdrop { background: rgba(0,0,0,0.4); }
.la-mobile-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: 0;
  font-size: 22px;
  cursor: pointer;
  color: var(--la-ink-muted);
}
.la-mobile-list {
  list-style: none;
  padding: 24px;
  margin: 0;
}
.la-mobile-item { padding: 8px 0; border-bottom: 1px solid var(--la-rule-lite); }
.la-mobile-item a { color: var(--la-ink); text-decoration: none; font-size: 16px; font-weight: 500; display: block; padding: 4px 0; }
.la-mobile-item a:hover { color: var(--la-accent); }
.la-mobile-item details summary { font-weight: 700; padding: 6px 0; cursor: pointer; list-style: none; }
.la-mobile-item details ul { list-style: none; padding-left: 12px; margin: 6px 0 0; }
.la-mobile-item details ul a { padding: 6px 0; font-size: 14px; font-weight: 400; color: var(--la-ink-2); }
.la-mobile-divider { border-top: 2px solid var(--la-accent-tint); margin: 12px 0; }

/* ═══════════════════════════════════════════════════════════════════
   Footer (light theme — overrides core.css dark theme)
   ═══════════════════════════════════════════════════════════════════ */

.la-footer {
  background: var(--la-paper-2);
  color: var(--la-ink-2);
  padding: 64px 0 24px;
  margin-top: 80px;
  border-top: 4px solid var(--la-accent);
}
.la-footer-inner {
  max-width: var(--la-max-w);
  margin: 0 auto;
  padding: 0 var(--la-pad-x);
}
.la-footer-top-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--la-rule);
}
@media (max-width: 880px) { .la-footer-top-row { grid-template-columns: 1fr; gap: 32px; } }

.la-footer-subscribe {}
.la-footer-sub-hook { font-size: 14px; color: var(--la-ink-muted); margin: 0 0 6px; }
.la-footer-sub-heading { font-size: 22px; margin: 0 0 8px; padding-bottom: 0; }
.la-footer-sub-heading::after { display: none; }
.la-footer-sub-desc { font-size: 14px; color: var(--la-ink-2); margin: 0 0 16px; }
.la-footer-sub-form {
  display: flex;
  gap: 10px;
  max-width: 460px;
}
.la-footer-sub-form input {
  flex: 1;
  padding: 11px 14px;
  border: 1px solid var(--la-bd);
  border-radius: var(--la-r-md);
  font-size: 14px;
  font-family: inherit;
  background: var(--la-paper);
  color: var(--la-ink);
}
.la-footer-sub-msg { font-size: 13px; margin-top: 8px; }
.la-footer-sub-msg.is-ok { color: var(--la-ok); }
.la-footer-sub-msg.is-err { color: var(--la-err); }

.la-footer-about {}
.la-footer-about-heading {
  font-size: 18px;
  margin: 0 0 12px;
  padding-bottom: 6px;
}
.la-footer-about p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: var(--la-ink-2);
}

.la-footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 40px 0;
  border-bottom: 1px solid var(--la-rule);
}
@media (max-width: 880px) { .la-footer-links { grid-template-columns: repeat(2, 1fr); gap: 28px; } }
@media (max-width: 560px) { .la-footer-links { grid-template-columns: 1fr; gap: 20px; } }

.la-footer-link-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.la-footer-link-label {
  font-family: var(--la-font-nav);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--la-accent);
  margin-bottom: 6px;
}
.la-footer-link-group a {
  font-size: 14px;
  color: var(--la-ink-2);
  text-decoration: none;
  padding: 3px 0;
}
.la-footer-link-group a:hover { color: var(--la-accent); }

.la-footer-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--la-rule);
  align-items: center;
}
.la-footer-meta-info {}
.la-footer-warehouse {
  font-size: 13px;
  color: var(--la-ink-2);
  line-height: 1.6;
  margin: 0;
}
.la-footer-warehouse a { color: var(--la-accent); }
.la-footer-social {
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
}
.la-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--la-paper);
  color: var(--la-ink-2);
  border: 1px solid var(--la-rule);
  text-decoration: none;
  transition: all 0.15s ease;
}
.la-footer-social a:hover {
  background: var(--la-accent);
  color: #fff;
  border-color: var(--la-accent);
}

.la-footer-legal { padding: 20px 0 0; }
.la-footer-bottom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  color: var(--la-ink-muted);
}
.la-footer-warning { font-weight: 500; }
.la-footer-disclaimer {
  font-size: 12px;
  color: var(--la-ink-muted);
  line-height: 1.55;
  margin: 16px 0 0;
  max-width: 1000px;
}
.la-footer-disclaimer strong { color: var(--la-ink-2); }

/* ═══════════════════════════════════════════════════════════════════
   PDP layout (Community Purple light theme)
   Used by src/products/{slug}/index.njk + components/product-cart.njk
   Authored 2026-05-23 to replace dark cosmic-retail fork CSS.
   ═══════════════════════════════════════════════════════════════════ */

/* Hero (image | info two-column) */
.la-pdp-hero {
  background: var(--la-paper);
  padding: 40px 0 32px;
}
.la-pdp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: flex-start;
  max-width: var(--la-max-w);
  margin: 0 auto;
  padding: 0 var(--la-pad-x);
}
@media (max-width: 900px) {
  .la-pdp-hero-grid { grid-template-columns: 1fr; gap: 24px; }
}
.la-pdp-media {
  background: var(--la-paper-3);
  border: 1px solid var(--la-rule);
  border-radius: var(--la-r-md, 12px);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.la-pdp-main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 32px;
}
.la-pdp-info { display: flex; flex-direction: column; gap: 14px; }
.la-pdp-eyebrow {
  font-family: var(--la-font-sans);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--la-accent);
  margin: 0;
}
.la-pdp-title {
  font-family: var(--la-font-display);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--la-ink);
  margin: 0;
}
@media (max-width: 768px) {
  .la-pdp-title { font-size: 26px; }
}
.la-pdp-tagline {
  font-size: 15px;
  color: var(--la-ink-2);
  line-height: 1.5;
  margin: 0;
}

/* Price block */
.la-pdp-price-block {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 0;
  border-top: 1px solid var(--la-rule);
  border-bottom: 1px solid var(--la-rule);
}
.la-pdp-price-now {
  font-family: var(--la-font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--la-ink);
}
.la-pdp-price-was {
  font-size: 16px;
  color: var(--la-ink-muted);
  text-decoration: line-through;
}
.la-pdp-price-rewards {
  margin-left: auto;
  font-size: 12px;
  color: var(--la-accent);
  font-weight: 600;
  background: var(--la-accent-tint);
  padding: 4px 10px;
  border-radius: 999px;
}

/* Flavor selector grid */
.la-pdp-flavor-block { display: flex; flex-direction: column; gap: 10px; }
.la-pdp-flavor-label {
  font-size: 14px;
  color: var(--la-ink-2);
  margin: 0;
}
.la-pdp-flavor-label strong { color: var(--la-ink); font-weight: 600; }
.la-pdp-flavor-count { color: var(--la-ink-muted); margin-left: 6px; font-size: 13px; }
.la-pdp-flavor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 8px;
}
.la-pdp-flavor-swatch {
  background: var(--la-paper);
  border: 1.5px solid var(--la-rule);
  border-radius: var(--la-r-sm, 8px);
  padding: 8px 6px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transition: border-color 0.15s, background 0.15s, transform 0.1s;
  font: inherit;
  position: relative;
}
.la-pdp-flavor-swatch img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.la-pdp-flavor-swatch .la-pdp-flavor-name {
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
  color: var(--la-ink-2);
  font-weight: 500;
}
.la-pdp-flavor-swatch:hover:not(:disabled) {
  border-color: var(--la-accent);
  background: var(--la-accent-tint);
}
.la-pdp-flavor-swatch.is-selected {
  border-color: var(--la-accent);
  background: var(--la-accent-tint);
  box-shadow: 0 0 0 2px var(--la-accent-pale);
}
.la-pdp-flavor-swatch.is-oos {
  opacity: 0.45;
  cursor: not-allowed;
}
.la-pdp-flavor-swatch.is-oos img { filter: grayscale(100%); }
.la-pdp-flavor-oos {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  color: var(--la-ink-2);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: inherit;
}

/* Action row — qty + add to cart */
.la-pdp-action-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
  margin-top: 8px;
}
.la-pdp-qty {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid var(--la-rule);
  border-radius: var(--la-r-sm, 8px);
  overflow: hidden;
  background: var(--la-paper);
}
.la-qty-btn {
  width: 38px;
  height: 100%;
  background: var(--la-paper-3);
  border: 0;
  color: var(--la-ink);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.la-qty-btn:hover { background: var(--la-paper-4); }
.la-pdp-qty input {
  width: 48px;
  height: 100%;
  border: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--la-ink);
  background: transparent;
  outline: none;
  -moz-appearance: textfield;
}
.la-pdp-qty input::-webkit-outer-spin-button,
.la-pdp-qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.la-pdp-add {
  flex: 1;
  min-height: 48px;
}
.la-pdp-msg {
  margin: 4px 0 0;
  padding: 8px 12px;
  background: var(--la-accent-tint);
  color: var(--la-accent);
  border-radius: var(--la-r-sm, 8px);
  font-size: 13px;
}
.la-pdp-trust {
  list-style: none;
  padding: 12px 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-top: 1px solid var(--la-rule);
}
.la-pdp-trust li {
  font-size: 13px;
  color: var(--la-ink-2);
  line-height: 1.5;
}

/* PDP body sections (Why / Features / Spec / Flavors / FAQ) */
.la-pdp-section { padding: 40px 0; }
.la-pdp-section-soft { padding: 40px 0; background: var(--la-paper-3); }
.la-pdp-section h2 {
  font-family: var(--la-font-display);
  font-size: 26px;
  font-weight: 600;
  color: var(--la-ink);
  margin: 0 0 16px;
  line-height: 1.2;
}
.la-pdp-section h3 {
  font-family: var(--la-font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--la-ink);
  margin: 0 0 8px;
}
.la-pdp-section p {
  color: var(--la-ink-2);
  line-height: 1.6;
  font-size: 15px;
  margin: 0 0 12px;
}
.la-spec-table {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 6px 24px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--la-rule);
  padding-top: 12px;
}
.la-spec-table dt {
  font-weight: 600;
  color: var(--la-ink-2);
  font-size: 14px;
  padding: 6px 0;
}
.la-spec-table dd {
  color: var(--la-ink);
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
  border-bottom: 1px solid var(--la-rule);
}
.la-spec-table dt:last-of-type + dd { border-bottom: 0; }
.la-flavor-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.la-flavor-list li {
  padding: 10px 14px;
  background: var(--la-paper);
  border: 1px solid var(--la-rule);
  border-radius: var(--la-r-sm, 8px);
  font-size: 14px;
  line-height: 1.5;
  color: var(--la-ink-2);
}
.la-flavor-list strong { color: var(--la-ink); }
@media (min-width: 768px) {
  .la-flavor-list { grid-template-columns: repeat(2, 1fr); }
}

/* Reviews block */
.la-pdp-reviews { padding: 48px 0; background: var(--la-paper); }
.la-pdp-reviews h2 {
  font-family: var(--la-font-display);
  font-size: 24px;
  margin: 0 0 16px;
  color: var(--la-ink);
}
.la-reviews-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 16px 0;
  border-bottom: 1px solid var(--la-rule);
  margin-bottom: 16px;
}
.la-reviews-avg {
  font-family: var(--la-font-display);
  font-size: 32px;
  font-weight: 700;
  color: var(--la-ink);
}
.la-reviews-stars, .la-review-stars { color: var(--la-rule); font-size: 16px; letter-spacing: 1px; }
.la-reviews-stars .la-star.is-on,
.la-review-stars .la-star.is-on { color: #f5a623; }
.la-reviews-count { color: var(--la-ink-muted); font-size: 14px; }
.la-reviews-empty, .la-reviews-loading {
  color: var(--la-ink-muted);
  font-size: 14px;
  padding: 16px 0;
}
.la-reviews-list { display: flex; flex-direction: column; gap: 16px; }
.la-review-card {
  background: var(--la-paper-3);
  border: 1px solid var(--la-rule);
  border-radius: var(--la-r-md, 12px);
  padding: 16px 18px;
}
.la-review-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--la-ink-muted);
}
.la-review-author { font-weight: 600; color: var(--la-ink-2); }
.la-review-body {
  color: var(--la-ink-2);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.la-review-photos { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
.la-review-photos img {
  width: 80px; height: 80px; object-fit: cover;
  border-radius: var(--la-r-sm, 8px); border: 1px solid var(--la-rule);
}
.la-reviews-more { margin-top: 16px; text-align: center; }

/* PDP section helper sub-containers (overlap with .la-container etc) */
.la-pdp-section .la-container,
.la-pdp-section .la-container-narrow,
.la-pdp-reviews .la-container {
  max-width: var(--la-max-w);
  margin: 0 auto;
  padding: 0 var(--la-pad-x);
}
.la-pdp-section .la-container-narrow,
.la-pdp-reviews .la-container-narrow { max-width: 760px; }

/* ═══════════════════════════════════════════════════════════════════
   Flavor hub + flavor card grid (Community Purple light)
   ═══════════════════════════════════════════════════════════════════ */
.la-flavor-cat-products { padding: 40px 0; background: var(--la-paper-3); }
.la-flavor-cat-products .la-container { max-width: var(--la-max-w); margin: 0 auto; padding: 0 var(--la-pad-x); }
.la-flavor-cat-products h2 {
  font-family: var(--la-font-display);
  font-size: 24px;
  color: var(--la-ink);
  margin: 0 0 8px;
}
.la-flavor-cat-products .la-section-lead {
  color: var(--la-ink-2);
  font-size: 15px;
  margin: 0 0 20px;
}
.la-flavor-spec dt:last-of-type + dd { border-bottom: 0; }
.la-card-oos { opacity: 0.55; }

/* ═══════════════════════════════════════════════════════════════════
   Policy pages (shipping/return/privacy/terms)
   ═══════════════════════════════════════════════════════════════════ */
.la-policy-bullets {
  margin: 0 0 12px;
  padding-left: 24px;
  color: var(--la-ink-2);
  line-height: 1.6;
}
.la-policy-bullets li { margin-bottom: 6px; }
.la-policy-table dt:last-of-type + dd { border-bottom: 0; }

/* ═══════════════════════════════════════════════════════════════════
   Generic .la-section helpers used across info pages
   ═══════════════════════════════════════════════════════════════════ */
.la-section { padding: 40px 0; background: var(--la-paper); }
.la-section-soft { background: var(--la-paper-3); }
.la-section .la-container,
.la-section .la-container-narrow {
  max-width: var(--la-max-w);
  margin: 0 auto;
  padding: 0 var(--la-pad-x);
}
.la-section .la-container-narrow { max-width: 760px; }
.la-section h1 {
  font-family: var(--la-font-display);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--la-ink);
  margin: 0 0 16px;
}
.la-section h2 {
  font-family: var(--la-font-display);
  font-size: 26px;
  font-weight: 600;
  color: var(--la-ink);
  margin: 24px 0 12px;
}
.la-section h3 {
  font-family: var(--la-font-display);
  font-size: 18px;
  color: var(--la-ink);
  margin: 16px 0 8px;
}
.la-section p {
  color: var(--la-ink-2);
  line-height: 1.65;
  font-size: 16px;
  margin: 0 0 12px;
}
.la-section ul, .la-section ol { color: var(--la-ink-2); line-height: 1.65; }
.la-section-lead {
  font-size: 17px;
  line-height: 1.55;
  color: var(--la-ink-2);
  margin: 0 0 16px;
}
.la-section-cta { margin-top: 20px; }
.la-muted { color: var(--la-ink-muted); }
.la-link-purple { color: var(--la-accent); text-decoration: none; }
.la-link-purple:hover { text-decoration: underline; }
.la-byline-row { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--la-ink-muted); margin-bottom: 12px; }
.la-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 4px 4px 0;
}
.la-tag--purple { background: var(--la-accent); color: #fff; }
.la-tag--pale { background: var(--la-accent-tint); color: var(--la-accent); }

/* Product card grid (used by shop, near-me, related, flavor-products) */
.la-product-grid { display: grid; gap: 20px; margin: 24px 0; }
.la-grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.la-grid-3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.la-product-card {
  display: flex;
  flex-direction: column;
  background: var(--la-paper);
  border: 1px solid var(--la-rule);
  border-radius: var(--la-r-md, 12px);
  padding: 16px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
  position: relative;
}
.la-product-card:hover {
  border-color: var(--la-accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(122, 86, 187, 0.12);
}
.la-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: var(--la-paper-3);
  border-radius: var(--la-r-sm, 8px);
  margin-bottom: 12px;
}
.la-product-card h3 {
  font-family: var(--la-font-display);
  font-size: 17px;
  color: var(--la-ink);
  margin: 0 0 6px;
  line-height: 1.25;
}
.la-card-tagline {
  font-size: 13px;
  color: var(--la-ink-muted);
  margin: 0 0 8px;
  line-height: 1.4;
}
.la-card-price { font-size: 15px; margin: auto 0 0; color: var(--la-ink); }
.la-card-feature { border-color: var(--la-accent); }

/* Blog grid */
.la-blog-grid { display: grid; gap: 16px; }
.la-blog-card {
  display: block;
  background: var(--la-paper);
  border: 1px solid var(--la-rule);
  border-radius: var(--la-r-md, 12px);
  padding: 18px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s;
}
.la-blog-card:hover { border-color: var(--la-accent); }
.la-blog-card h3 {
  font-family: var(--la-font-display);
  font-size: 18px;
  color: var(--la-ink);
  margin: 8px 0 6px;
  line-height: 1.3;
}
.la-blog-list { list-style: none; padding: 0; margin: 0; }
.la-blog-list li { padding: 8px 0; border-bottom: 1px solid var(--la-rule); }

/* Hero section (home) */
.la-hero { background: linear-gradient(135deg, var(--la-accent-tint) 0%, var(--la-paper) 60%); padding: 56px 0; }
.la-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: var(--la-max-w);
  margin: 0 auto;
  padding: 0 var(--la-pad-x);
}
@media (max-width: 900px) {
  .la-hero-inner { grid-template-columns: 1fr; }
}
.la-hero h1 {
  font-family: var(--la-font-display);
  font-size: 44px;
  color: var(--la-ink);
  margin: 8px 0 16px;
  line-height: 1.1;
}
@media (max-width: 768px) { .la-hero h1 { font-size: 32px; } }
.la-hero-sub { font-size: 17px; color: var(--la-ink-2); line-height: 1.5; margin: 0 0 20px; }
.la-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.la-hero-trust {
  list-style: none;
  padding: 16px 0 0;
  margin: 16px 0 0;
  border-top: 1px solid var(--la-rule);
  font-size: 13px;
  color: var(--la-ink-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.la-hero-trust li::before { content: "✓"; color: var(--la-accent); margin-right: 4px; font-weight: 700; }
.la-hero-img img { width: 100%; height: auto; border-radius: var(--la-r-md, 12px); }
/* (second .la-eyebrow definition removed — unified to lostmary mono+dot style at line ~69) */

/* Feature grid (about, ingredients pages) */
.la-feature-grid { display: grid; gap: 16px; }
.la-feature-card {
  background: var(--la-paper);
  border: 1px solid var(--la-rule);
  border-radius: var(--la-r-md, 12px);
  padding: 18px;
}
.la-feature-card h3 {
  font-family: var(--la-font-display);
  font-size: 17px;
  color: var(--la-ink);
  margin: 0 0 8px;
}
.la-feature-card p {
  color: var(--la-ink-2);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

/* Buttons */
.la-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: var(--la-r-sm, 8px);
  font-family: var(--la-font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  background: var(--la-ink);
  color: var(--la-paper);
}
.la-btn-purple { background: var(--la-accent); color: #fff; border-color: var(--la-accent); }
.la-btn-purple:hover { background: var(--la-accent-2); border-color: var(--la-accent-2); }
.la-btn-ghost {
  background: transparent;
  color: var(--la-ink);
  border-color: var(--la-bd);
}
.la-btn-ghost:hover { border-color: var(--la-accent); color: var(--la-accent); }
.la-btn-red { background: #e11d48; color: #fff; border-color: #e11d48; }
.la-btn-large { padding: 14px 24px; font-size: 15px; }

/* FAQ details/summary */
.la-faq {
  background: var(--la-paper);
  border: 1px solid var(--la-rule);
  border-radius: var(--la-r-sm, 8px);
  padding: 14px 16px;
  margin: 0 0 10px;
}
.la-faq[open] { border-color: var(--la-accent-pale); }
.la-faq summary {
  font-family: var(--la-font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--la-ink);
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 24px;
}
.la-faq summary::-webkit-details-marker { display: none; }
.la-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  font-weight: 400;
  color: var(--la-accent);
}
.la-faq[open] summary::after { content: "−"; }
.la-faq p {
  margin: 10px 0 0;
  color: var(--la-ink-2);
  font-size: 14px;
  line-height: 1.6;
}

/* Quick spec inline summary (used on info pages) */
.la-spec-summary {
  background: var(--la-paper-3);
  border-left: 4px solid var(--la-accent);
  padding: 12px 16px;
  margin: 0 0 16px;
  border-radius: 0 var(--la-r-sm, 8px) var(--la-r-sm, 8px) 0;
}
.la-spec-summary summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--la-accent);
  list-style: none;
}
.la-spec-summary[open] summary { margin-bottom: 8px; }
.la-summary-block {
  background: var(--la-accent-tint);
  border-radius: var(--la-r-md, 12px);
  padding: 14px 16px;
  margin: 0 0 16px;
}
.la-summary-block .la-label { font-weight: 700; }

/* x-cloak shim */
[x-cloak] { display: none !important; }

/* "Save $X" pill next to regular/sale prices */
.la-pdp-price-save {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #e11d48;
  padding: 3px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Edition heading inside the flavor selector (Lemonade Edition / Weekly Edition / Super Edition etc) */
.la-pdp-flavor-edition { margin-bottom: 16px; }
.la-pdp-flavor-edition:last-child { margin-bottom: 0; }
.la-pdp-edition-heading {
  font-family: var(--la-font-display);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--la-accent);
  margin: 12px 0 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--la-rule);
}
.la-pdp-flavor-edition:first-of-type .la-pdp-edition-heading { margin-top: 0; }

/* Edition flavor tables — flavor / profile / category */
.la-flavor-table-wrap {
  overflow-x: auto;
  margin: 12px 0;
  border-radius: var(--la-r-md, 12px);
  border: 1px solid var(--la-rule);
}
.la-flavor-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: var(--la-paper);
}
.la-flavor-table th {
  background: var(--la-accent-tint);
  color: var(--la-accent);
  font-family: var(--la-font-sans);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--la-rule);
}
.la-flavor-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--la-rule);
  color: var(--la-ink-2);
  line-height: 1.45;
  vertical-align: top;
}
.la-flavor-table tbody tr:last-child td { border-bottom: 0; }
.la-flavor-table tbody tr:hover td { background: var(--la-paper-3); }
.la-flavor-table td:first-child { color: var(--la-ink); min-width: 140px; }
.la-flavor-table td:last-child { white-space: nowrap; }
.la-spec-table-wide dt { min-width: 160px; }

@media (max-width: 640px) {
  .la-flavor-table th, .la-flavor-table td { padding: 10px 12px; font-size: 13px; }
  .la-flavor-table td:first-child { min-width: 120px; }
}

/* Text-only flavor chips (user request: no images, text label only) */
.la-pdp-flavor-chip {
  background: var(--la-paper);
  border: 1.5px solid var(--la-rule);
  border-radius: 999px;
  padding: 10px 16px;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  color: var(--la-ink-2);
  cursor: pointer;
  text-align: center;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
  white-space: nowrap;
}
.la-pdp-flavor-chip:hover {
  border-color: var(--la-accent);
  background: var(--la-accent-tint);
  color: var(--la-accent);
}
.la-pdp-flavor-chip.is-selected {
  border-color: var(--la-accent);
  background: var(--la-accent);
  color: #fff;
  font-weight: 600;
}
/* Swap the grid layout for chips — flow horizontally, wrap as needed */
.la-pdp-flavor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* ═══════════════════════════════════════════════════════════════════
   Added 2026-05-23 — PDP content depth components
   ═══════════════════════════════════════════════════════════════════ */

/* Marketing bullet list — feature callouts in long-form sections */
.la-marketing-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.la-marketing-list li {
  position: relative;
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid var(--la-rule-lite);
  color: var(--la-ink-2);
  line-height: 1.7;
}
.la-marketing-list li:last-child { border-bottom: 0; }
.la-marketing-list li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--la-accent);
}
.la-marketing-list strong { color: var(--la-ink); }

/* Pod color list — color-coded swatch + label */
.la-pod-color-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.la-pod-color-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid var(--la-rule-lite);
  border-radius: 10px;
  background: var(--la-paper);
  color: var(--la-ink-2);
  line-height: 1.5;
}
.la-pod-color-list strong { color: var(--la-ink); margin-right: 6px; }
.la-pod-swatch {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 1px 2px rgba(0,0,0,0.08) inset;
}
@media (min-width: 640px) {
  .la-pod-color-list { grid-template-columns: 1fr 1fr; }
}

/* Compatibility list — clean labeled bullets */
.la-compat-list,
.la-kit-contents-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
.la-compat-list li,
.la-kit-contents-list li {
  position: relative;
  padding: 10px 0 10px 26px;
  border-bottom: 1px solid var(--la-rule-lite);
  color: var(--la-ink-2);
  line-height: 1.65;
}
.la-compat-list li:last-child,
.la-kit-contents-list li:last-child { border-bottom: 0; }
.la-compat-list li::before,
.la-kit-contents-list li::before {
  content: "›";
  position: absolute;
  left: 4px;
  top: 8px;
  color: var(--la-accent);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.la-compat-list strong,
.la-kit-contents-list strong { color: var(--la-ink); }

/* Soft note callout — for "note:" / disclaimer style messages */
.la-note-soft {
  margin: 16px 0 0;
  padding: 12px 14px;
  background: rgba(167, 139, 250, 0.08);
  border-left: 3px solid var(--la-accent);
  border-radius: 0 8px 8px 0;
  color: var(--la-ink-2);
  font-size: 0.94em;
  line-height: 1.6;
}
.la-note-soft strong { color: var(--la-ink); }

/* ──────────────────────────────────────────────────────────────────
   Flavor single page — hero (big-letter still-life) + 5-axis bars
   Ported from lostmary purple-cinema.css, renamed la-* per fork rules.
   ────────────────────────────────────────────────────────────────── */
.la-flavor-hero {
  padding: 56px var(--la-pad-x);
  background: var(--la-paper);
}
.la-flavor-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  max-width: var(--la-max-w, 1080px);
  margin: 0 auto;
  align-items: center;
}
.la-flavor-hero-text h1 {
  font-family: var(--la-font-display, inherit);
  font-weight: 900;
  font-size: clamp(34px, 5vw, 56px);
  letter-spacing: -0.025em;
  line-height: 1.02;
  margin: 12px 0 18px;
}
.la-flavor-hero-lead {
  font-size: 17px;
  line-height: 1.55;
  color: var(--la-ink);
  margin: 0 0 14px;
  font-weight: 600;
}
.la-flavor-hero-body {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--la-ink-2, var(--la-ink));
  margin: 0 0 18px;
}
.la-flavor-hero-meta {
  font-family: var(--la-font-mono, ui-monospace, monospace);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--la-ink-muted, var(--la-ink-2));
  margin: 0;
}
.la-flavor-hero-still {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #8a3ffc 0%, #2a0e58 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
}
.la-flavor-hero-still[data-family="fruit"]    { background: linear-gradient(135deg, #d34a8e 0%, #3a1230 100%); }
.la-flavor-hero-still[data-family="berry"]    { background: linear-gradient(135deg, #6b3aa8 0%, #1a1140 100%); }
.la-flavor-hero-still[data-family="tropical"] { background: linear-gradient(135deg, #d5934d 0%, #4a2010 100%); }
.la-flavor-hero-still[data-family="mint"],
.la-flavor-hero-still[data-family="menthol"]  { background: linear-gradient(135deg, #2d8c7a 0%, #0e3530 100%); }
.la-flavor-hero-still[data-family="citrus"]   { background: linear-gradient(135deg, #c8a544 0%, #4f3d12 100%); }
.la-flavor-hero-still[data-family="candy"]    { background: linear-gradient(135deg, #c44a85 0%, #4a1832 100%); }
.la-flavor-hero-still[data-family="dessert"]  { background: linear-gradient(135deg, #8a5a3a 0%, #2c1a0e 100%); }
.la-flavor-hero-still[data-family="coffee"]   { background: linear-gradient(135deg, #6b4226 0%, #1f1208 100%); }
.la-flavor-hero-bigletter {
  font-family: var(--la-font-display, inherit);
  font-weight: 900;
  font-size: clamp(140px, 22vw, 280px);
  letter-spacing: -0.05em;
  color: rgba(255,255,255,0.08);
  line-height: 0.85;
}
.la-flavor-hero-cap {
  position: absolute;
  bottom: 18px;
  left: 18px;
  font-family: var(--la-font-mono, ui-monospace, monospace);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
@media (max-width: 900px) {
  .la-flavor-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .la-flavor-hero-still { max-width: 480px; margin: 0 auto; width: 100%; }
}

/* 5-axis flavor profile bars */
.la-flavor-axis-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  max-width: var(--la-max-w, 1080px);
  margin: 0 auto;
  align-items: start;
}
.la-flavor-axis-grid h2 {
  font-family: var(--la-font-display, inherit);
  font-weight: 900;
  font-size: clamp(26px, 3.2vw, 40px);
  letter-spacing: -0.024em;
  line-height: 1.05;
  margin: 14px 0 16px;
}
.la-flavor-axis-note {
  font-size: 14px;
  color: var(--la-ink-2, var(--la-ink));
  line-height: 1.55;
  margin: 0;
}
.la-flavor-axis-body { min-width: 0; }
.la-flavor-axis-row {
  display: grid;
  grid-template-columns: 110px 1fr 56px;
  gap: 24px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--la-rule, #e7e3f1);
}
.la-flavor-axis-row:first-child { border-top: 1px solid var(--la-ink); }
.la-flavor-axis-lbl {
  font-family: var(--la-font-mono, ui-monospace, monospace);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--la-ink);
  font-weight: 600;
}
.la-flavor-axis-bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
.la-flavor-axis-bar {
  height: 8px;
  background: var(--la-rule, #e7e3f1);
  border-radius: 2px;
}
.la-flavor-axis-bar.is-on { background: var(--la-accent); }
.la-flavor-axis-val {
  font-family: var(--la-font-display, inherit);
  font-weight: 900;
  font-size: 22px;
  text-align: right;
  color: var(--la-ink);
}
.la-flavor-tasting { margin-top: 32px; }
.la-flavor-tasting .la-eyebrow { margin-bottom: 12px; display: block; }
.la-flavor-tasting p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--la-ink);
  margin: 0 0 10px;
}
@media (max-width: 900px) {
  .la-flavor-axis-grid { grid-template-columns: 1fr; gap: 32px; }
  .la-flavor-axis-row { grid-template-columns: 90px 1fr 40px; gap: 12px; }
  .la-flavor-axis-val { font-size: 18px; }
}

/* Flavor spec card dl variant */
.la-flavor-spec dt { min-width: 130px; }
.la-flavor-spec dd { color: var(--la-ink-2, var(--la-ink)); }

/* ──────────────────────────────────────────────────────────────────
   PDP dark "Edition band" / "Explainer dark" — lostmary signature
   visual slab that introduces the device. Ported from lostmary
   purple-cinema.css, renamed la-* + tokens.
   ────────────────────────────────────────────────────────────────── */
.la-pdp-page { padding: 0; }

.la-pdp-edition-band,
.la-pdp-explainer-dark {
  background: var(--la-black);
  color: var(--la-paper);
  padding: 96px var(--la-pad-x);
  position: relative;
  overflow: hidden;
}
.la-pdp-edition-band > .la-container,
.la-pdp-explainer-dark > .la-container {
  position: relative;
  z-index: 1;
}
.la-pdp-edition-band h1,
.la-pdp-edition-band h2,
.la-pdp-explainer-dark h1,
.la-pdp-explainer-dark h2 {
  color: var(--la-paper) !important;
  font-family: var(--la-font-display);
  font-weight: 900;
  font-size: clamp(34px, 5vw, 56px);
  letter-spacing: -0.025em;
  line-height: 1.04;
  margin: 14px 0 18px;
}
.la-pdp-edition-band h3,
.la-pdp-explainer-dark h3 {
  color: var(--la-paper) !important;
  font-family: var(--la-font-display);
  font-weight: 900;
  font-size: 19px;
  letter-spacing: -0.01em;
  margin: 10px 0 6px;
}
.la-pdp-edition-band p,
.la-pdp-explainer-dark p {
  color: rgba(255,255,255,0.75) !important;
}
.la-pdp-edition-band ul,
.la-pdp-edition-band li,
.la-pdp-edition-band strong,
.la-pdp-explainer-dark ul,
.la-pdp-explainer-dark li,
.la-pdp-explainer-dark strong {
  color: rgba(255,255,255,0.85) !important;
}
.la-pdp-edition-band .la-eyebrow,
.la-pdp-explainer-dark .la-eyebrow {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  color: rgba(255,255,255,0.55) !important;
}
.la-pdp-edition-band .la-eyebrow::before,
.la-pdp-explainer-dark .la-eyebrow::before {
  background: var(--la-accent-2) !important;
}
.la-pdp-edition-band a,
.la-pdp-explainer-dark a {
  color: var(--la-accent-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}
/* Radial accent wash on the dark explainer slab */
.la-pdp-edition-band::before,
.la-pdp-explainer-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 30%, var(--la-accent) 0%, transparent 45%);
  opacity: 0.10;
  pointer-events: none;
}

/* Eyebrow color override when inside a dark band */
.la-eyebrow-on-dark {
  color: rgba(255,255,255,0.55) !important;
}
.la-eyebrow-on-dark::before {
  background: var(--la-accent-2) !important;
}

/* 4-step modular grid (Mate 50K Kit "Unbox / Charge / Click / Swap") */
.la-pdp-modular-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.la-pdp-modular-num {
  display: block;
  font-family: var(--la-font-display);
  font-weight: 900;
  font-size: 42px;
  letter-spacing: -0.03em;
  color: var(--la-accent-2);
  line-height: 1.0;
  margin-bottom: 8px;
}
.la-pdp-edition-lead {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75) !important;
  max-width: 760px;
  margin: 0 0 56px !important;
}
/* 5-up edition grid (used on devices with edition tables) */
.la-pdp-edition-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  padding-top: 24px;
}
.la-pdp-edition-num {
  display: block;
  font-family: var(--la-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #d4a73c;
  font-weight: 600;
}

@media (max-width: 900px) {
  .la-pdp-edition-band,
  .la-pdp-explainer-dark { padding: 64px var(--la-pad-x); }
  .la-pdp-modular-grid,
  .la-pdp-edition-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
}
@media (max-width: 560px) {
  .la-pdp-modular-grid,
  .la-pdp-edition-grid { grid-template-columns: 1fr; }
}

/* ──────────────────────────────────────────────────────────────────
   Cart / checkout — Promo ladder (free-ship + extra-discount progress)
   Renders as a thin horizontal track with movable pins for $80 free ship
   and $150 extra-discount tiers. Used on cart, checkout, and PDP buybox.
   ────────────────────────────────────────────────────────────────── */
.la-promo-ladder,
.la-cart-points {
  font-family: var(--la-font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--la-ink-2);
}
.la-promo-ladder-wrap { padding: 14px 0; }
.la-promo-ladder-head {
  font-family: var(--la-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--la-ink-2);
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.la-promo-ladder-track,
.la-promo-ladder {
  position: relative;
  height: 6px;
  background: var(--la-rule);
  border-radius: 999px;
}
.la-promo-ladder-fill {
  position: absolute;
  inset: 0;
  width: 0;
  background: var(--la-accent);
  border-radius: 999px;
  transition: width 0.32s ease;
}
.la-promo-ladder-mark,
.la-promo-mark-pin {
  position: absolute;
  top: -4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--la-paper);
  border: 2px solid var(--la-ink);
  transform: translateX(-50%);
}
.la-promo-mark-disc {
  background: var(--la-accent) !important;
  border-color: var(--la-accent) !important;
}
.la-promo-mark-lbl {
  position: absolute;
  top: 14px;
  font-family: var(--la-font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--la-ink-2);
  transform: translateX(-50%);
  white-space: nowrap;
}
.la-promo-mark-ship,
.la-promo-mark-pin {
  /* pin marker variant — same base, dedicated for shipping milestone */
}
.la-promo-ladder-sep { display: none; }
.la-promo-ico {
  color: var(--la-accent);
  font-size: 14px;
  margin-right: 6px;
}

/* ──────────────────────────────────────────────────────────────────
   Live chat panel (la-help/v1 mu-plugin REST)
   ────────────────────────────────────────────────────────────────── */
.la-chat-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--la-accent-soft);
  flex-shrink: 0;
}
.la-chat-agent-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 13px;
  color: var(--la-ink);
}
.la-chat-agent-info strong {
  font-weight: 600;
  font-size: 14px;
}
.la-chat-bubble-close {
  background: transparent;
  border: 0;
  color: var(--la-ink-2);
  font-size: 18px;
  line-height: 1;
  padding: 6px 10px;
  cursor: pointer;
  border-radius: 4px;
}
.la-chat-bubble-close:hover {
  color: var(--la-ink);
  background: var(--la-paper-4);
}
.la-chat-typing {
  color: var(--la-ink-2);
  font-style: italic;
  font-size: 12px;
}
.la-chat-err {
  color: #b91c1c;
  font-size: 12px;
  padding: 6px 10px;
  background: #fee2e2;
  border-radius: 4px;
  margin: 6px 0;
}

/* ──────────────────────────────────────────────────────────────────
   Footer + misc utility classes that were unstyled
   ────────────────────────────────────────────────────────────────── */
.la-footer-copy {
  font-size: 12px;
  color: var(--la-ink-2);
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--la-rule);
}
.la-cart-panel-promo {
  padding: 20px 24px;
  background: var(--la-paper-2);
  border-bottom: 1px solid var(--la-rule);
}
.la-review-date {
  font-family: var(--la-font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--la-ink-2);
  text-transform: uppercase;
}

/* Generic comparison/spec table styling for la-table (used in PDP "How It Compares" tables) */
.la-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 0;
  font-size: 15px;
}
.la-table thead th {
  text-align: left;
  font-family: var(--la-font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--la-ink-2);
  font-weight: 600;
  padding: 12px 14px;
  border-bottom: 2px solid var(--la-ink);
}
.la-table tbody td {
  padding: 14px;
  border-bottom: 1px solid var(--la-rule);
  vertical-align: top;
  color: var(--la-ink);
  line-height: 1.55;
}
.la-table tbody tr:last-child td { border-bottom: 0; }
.la-table tbody td:first-child { font-weight: 600; }
.la-table tbody td strong { color: var(--la-accent); }
.la-table tbody tr:hover { background: var(--la-accent-soft); }
@media (max-width: 720px) {
  .la-table thead { display: none; }
  .la-table tbody tr { display: block; padding: 12px 0; border-bottom: 1px solid var(--la-rule); }
  .la-table tbody td { display: block; padding: 4px 0; border: 0; }
  .la-table tbody td:first-child { color: var(--la-ink-2); font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 4px; }
}

/* la-pdp-section padding consistency with lostmary (was 40px, now 64px to match) */
.la-pdp-section,
.la-pdp-section-soft {
  padding: 64px var(--la-pad-x);
}
.la-pdp-section-soft {
  background: var(--la-paper-2);
}

/* ──────────────────────────────────────────────────────────────────
   Flavor PDP — "Pick your device" card grid (la-flavor-device-*)
   ────────────────────────────────────────────────────────────────── */
.la-flavor-device-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: left;
}
.la-flavor-device-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: var(--la-paper);
  border: 1px solid var(--la-rule);
  text-decoration: none;
  color: var(--la-ink);
  transition: border-color 0.18s ease, transform 0.18s ease;
  overflow: hidden;
}
.la-flavor-device-card:hover {
  border-color: var(--la-ink);
  transform: translateY(-2px);
  color: var(--la-ink);
}
.la-flavor-device-card:hover .la-flavor-device-arrow { transform: translateX(4px); }
.la-flavor-device-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--la-paper-4);
  border-bottom: 1px solid var(--la-rule);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.la-flavor-device-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}
.la-flavor-device-img-fallback {
  font-family: var(--la-font-display);
  font-weight: 900;
  font-size: clamp(24px, 3.4vw, 36px);
  letter-spacing: -0.028em;
  line-height: 1.0;
  color: var(--la-ink-faint);
  text-align: center;
  padding: 0 16px;
}
.la-flavor-device-meta {
  display: flex;
  flex-direction: column;
  padding: 22px 22px 18px;
  flex: 1;
  min-width: 0;
}
.la-flavor-device-meta h3 {
  font-size: 18px;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.la-flavor-device-meta p { margin: 0 0 4px; color: var(--la-ink-2); font-size: 14px; }
.la-flavor-device-num {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background: var(--la-paper);
  border: 1px solid var(--la-rule);
  border-radius: 999px;
  font-family: var(--la-font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  color: var(--la-ink-2);
  font-weight: 600;
}
.la-flavor-device-price {
  font-family: var(--la-font-mono) !important;
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--la-accent) !important;
  margin: 14px 0 0 !important;
  padding-top: 14px !important;
  border-top: 1px solid var(--la-rule) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-weight: 600 !important;
}
.la-flavor-device-arrow {
  position: absolute;
  bottom: 22px;
  right: 22px;
  font-family: var(--la-font-display);
  font-weight: 900;
  font-size: 20px;
  color: var(--la-accent);
  line-height: 1;
  transition: transform 0.18s ease;
  z-index: 3;
}
.la-flavor-cat-products {
  padding: 64px var(--la-pad-x) !important;
}
.la-flavor-cat-products > .la-container {
  text-align: center;
}
.la-flavor-cat-products .la-flavor-device-grid { text-align: left; margin-top: 32px; }
.la-byline,
.la-byline-row {
  font-family: var(--la-font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--la-ink-2);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 16px;
}
@media (max-width: 720px) {
  .la-flavor-device-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════════════════
   DARK CHROME — header + footer + brand wordmark
   Final override: black slab header/footer + purple text wordmark
   "LOSTANGEL" rendered via CSS pseudo-element (matches lostmary direction).
   ══════════════════════════════════════════════════════════════════════ */

/* HEADER — full-width black slab */
.la-topnav {
  background: var(--la-black) !important;
  color: var(--la-paper) !important;
  border-bottom: 1px solid var(--la-rule-d) !important;
  border-top: 0 !important;
  box-shadow: none !important;
  padding: 16px clamp(20px, 3vw, 48px) !important;
  max-width: none !important;
  margin: 0 !important;
  width: 100% !important;
  gap: 32px !important;
  position: relative;
  z-index: 50;
}

/* BRAND WORDMARK — hide PNG, render "LOSTANGEL" + tagline via CSS */
.la-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  flex-shrink: 0;
  text-decoration: none !important;
  color: var(--la-paper) !important;
}
.la-brand:hover { color: var(--la-accent-2) !important; }
.la-brand-logo { display: none !important; }
.la-brand::before {
  content: "LOSTANGEL";
  font-family: var(--la-font-display);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.025em;
  color: var(--la-accent-2);
  line-height: 1;
  display: inline-block;
  transition: color 0.18s ease;
}
.la-brand:hover::before { color: var(--la-paper); }
.la-brand::after {
  content: "AUTHORIZED US\A DISTRIBUTOR";
  white-space: pre;
  font-family: var(--la-font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.4;
}

/* PRIMARY NAV — light text on dark, purple accent on hover */
.la-nav-primary {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  justify-content: flex-start;
}
.la-nav-primary > li > a,
.la-nav-primary > li > button,
.la-nav-toggle-sub {
  font-family: var(--la-font-sans, inherit) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  color: rgba(255,255,255,0.88) !important;
  background: transparent !important;
  border: 0 !important;
  padding: 4px 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  border-radius: 0 !important;
  transition: color 0.15s ease;
}
.la-nav-primary > li > a:hover,
.la-nav-primary > li > button:hover,
.la-nav-toggle-sub:hover {
  color: var(--la-accent-2) !important;
  background: transparent !important;
}
.la-nav-caret { font-size: 9px; opacity: 0.7; }

/* DROPDOWN — dark panel */
.la-nav-sub {
  position: absolute;
  top: 100%;
  left: 0;
  transform: none !important;
  margin-top: 0;
  background: var(--la-black) !important;
  border: 1px solid var(--la-rule-d) !important;
  border-top: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 24px 48px rgba(0,0,0,0.45) !important;
  padding: 22px 28px !important;
  min-width: 320px;
  z-index: 100;
}
.la-nav-sub::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
  background: transparent;
}
.la-nav-sub-col { display: flex; flex-direction: column; gap: 8px; }
.la-nav-sub-col a {
  padding: 6px 0 !important;
  font-size: 13px !important;
  color: rgba(255,255,255,0.78) !important;
  background: transparent !important;
  border-radius: 0 !important;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.la-nav-sub-col a:hover { color: var(--la-accent-2) !important; background: transparent !important; }
.la-nav-sub-heading {
  font-family: var(--la-font-mono) !important;
  font-size: 10px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--la-accent-2) !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid var(--la-rule-d) !important;
  margin-bottom: 4px !important;
  pointer-events: auto;
}
.la-nav-tag {
  font-family: var(--la-font-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 2px 8px;
  border: 1px solid var(--la-rule-d);
  color: rgba(255,255,255,0.55) !important;
  border-radius: 999px;
  margin-left: 6px;
  background: transparent !important;
}

/* SEARCH — dark inset */
.la-nav-search {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 999px !important;
  padding: 0 6px 0 16px !important;
  width: 240px !important;
  height: 36px;
  flex-shrink: 0;
}
.la-nav-search input {
  background: transparent !important;
  border: 0 !important;
  outline: none;
  flex: 1;
  font-size: 13px;
  color: var(--la-paper) !important;
}
.la-nav-search input::placeholder { color: rgba(255,255,255,0.45) !important; }
.la-nav-search button {
  background: transparent !important;
  color: rgba(255,255,255,0.85) !important;
  border: 0 !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  cursor: pointer;
}
.la-nav-search button:hover { color: var(--la-accent-2) !important; }

/* CART + ACCOUNT ICONS — transparent on dark */
.la-nav-icon, .la-nav-iconbtn, .la-cart-trigger {
  background: transparent !important;
  border: 0 !important;
  color: rgba(255,255,255,0.85) !important;
  padding: 6px !important;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
}
.la-nav-icon:hover, .la-cart-trigger:hover {
  color: var(--la-accent-2) !important;
  border: 0 !important;
}
.la-cart-count {
  position: absolute;
  top: -2px;
  right: -2px;
  background: var(--la-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 50%;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  font-family: var(--la-font-mono);
}

/* MOBILE TOGGLE — white bars on dark */
.la-nav-toggle {
  background: transparent !important;
  border: 0 !important;
  padding: 6px;
  cursor: pointer;
  display: none;
  width: auto !important;
  height: auto !important;
  flex-direction: column;
  gap: 4px;
}
.la-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255,255,255,0.85) !important;
  border-radius: 2px;
}
@media (max-width: 960px) {
  .la-nav-primary,
  .la-nav-search,
  .la-nav-icon[href="/my-account/"] { display: none; }
  .la-nav-toggle { display: flex; }
  .la-topnav { padding: 14px 20px !important; gap: 16px !important; }
}

/* FOOTER — full black slab, white text, purple accents */
.la-footer {
  background: var(--la-black) !important;
  color: var(--la-paper) !important;
  padding: 72px var(--la-pad-x) 32px !important;
  margin-top: 0 !important;
  border-top: 0 !important;
}
.la-footer-inner {
  max-width: var(--la-max-w);
  margin: 0 auto;
  padding: 0;
}
.la-footer-top-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--la-rule-d) !important;
  align-items: start;
}
@media (max-width: 880px) { .la-footer-top-row { grid-template-columns: 1fr; gap: 32px; } }

.la-footer-subscribe { display: flex; flex-direction: column; gap: 10px; }
.la-footer-sub-hook {
  font-family: var(--la-font-mono) !important;
  font-size: 11px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.55) !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 6px !important;
}
.la-footer-sub-hook::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--la-accent-2);
  border-radius: 50%;
  display: inline-block;
}
.la-footer-sub-heading {
  font-family: var(--la-font-display) !important;
  font-weight: 900 !important;
  font-size: 36px !important;
  letter-spacing: -0.025em !important;
  line-height: 1.0 !important;
  color: var(--la-paper) !important;
  margin: 0 0 8px !important;
  padding-bottom: 0 !important;
}
.la-footer-sub-heading::after { display: none !important; }
.la-footer-sub-desc {
  font-size: 14px !important;
  color: rgba(255,255,255,0.65) !important;
  margin: 0 0 14px !important;
}
.la-footer-sub-form { display: flex; gap: 10px; max-width: 460px; }
.la-footer-sub-form input {
  flex: 1;
  padding: 11px 14px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 4px !important;
  color: var(--la-paper) !important;
  font-size: 14px;
  font-family: inherit;
}
.la-footer-sub-form input::placeholder { color: rgba(255,255,255,0.45); }
.la-footer-sub-msg { font-size: 13px; margin-top: 8px; color: rgba(255,255,255,0.65); }

.la-footer-about {}
.la-footer-about-heading {
  font-family: var(--la-font-mono) !important;
  font-size: 11px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.55) !important;
  margin: 0 0 12px !important;
  padding-bottom: 0 !important;
}
.la-footer-about-heading::after { display: none !important; }
.la-footer-about p {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: rgba(255,255,255,0.65) !important;
  margin: 0;
}

.la-footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 48px 0 !important;
  border-bottom: 1px solid var(--la-rule-d) !important;
}
@media (max-width: 880px) { .la-footer-links { grid-template-columns: repeat(2, 1fr); gap: 28px; } }
@media (max-width: 560px) { .la-footer-links { grid-template-columns: 1fr; gap: 20px; } }

.la-footer-link-group { display: flex; flex-direction: column; gap: 8px; }
.la-footer-link-label {
  font-family: var(--la-font-mono) !important;
  font-size: 11px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--la-accent-2) !important;
  margin-bottom: 8px !important;
}
.la-footer-link-group a {
  font-size: 14px !important;
  color: rgba(255,255,255,0.65) !important;
  text-decoration: none;
  padding: 3px 0;
}
.la-footer-link-group a:hover { color: var(--la-accent-2) !important; }

.la-footer-bottom {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.la-footer-copy {
  font-size: 12px !important;
  color: rgba(255,255,255,0.45) !important;
  margin: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

.la-footer-disclaimer {
  background: rgba(207, 36, 24, 0.06);
  border: 1px solid rgba(207, 36, 24, 0.35);
  color: #f87171;
  padding: 18px 22px;
  font-family: var(--la-font-mono);
  font-size: 11px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.la-footer-warning { color: #fca5a5; }
.la-footer-warning::before { content: "⚠ "; }

/* ══════════════════════════════════════════════════════════════════════
   DARK HERO — Home + PDP top area only (per user spec; rest of site stays light)
   ══════════════════════════════════════════════════════════════════════ */

/* HOME hero — full black slab with right-side product image */
.la-hero {
  background: var(--la-black) !important;
  padding: 96px var(--la-pad-x) !important;
  border-bottom: 0 !important;
  color: var(--la-paper);
}
.la-hero-inner {
  max-width: var(--la-max-w);
  margin: 0 auto;
}
.la-hero-text h1,
.la-hero h1 {
  color: var(--la-paper) !important;
}
.la-hero-sub,
.la-hero-text p {
  color: rgba(255,255,255,0.75) !important;
}
.la-hero-trust {
  color: rgba(255,255,255,0.55) !important;
}
.la-hero-trust li {
  color: rgba(255,255,255,0.75) !important;
}
.la-hero-trust li::before {
  color: var(--la-accent-2) !important;
}
.la-hero .la-eyebrow {
  color: rgba(255,255,255,0.55) !important;
  background: transparent !important;
  padding: 0 !important;
}
.la-hero .la-eyebrow::before {
  background: var(--la-accent-2) !important;
}

/* Ghost button on dark — white border + white text + transparent bg */
.la-hero .la-btn-ghost,
.la-pdp-hero .la-btn-ghost,
.la-pdp-page .la-btn-ghost {
  background: transparent !important;
  color: var(--la-paper) !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
}
.la-hero .la-btn-ghost:hover,
.la-pdp-hero .la-btn-ghost:hover,
.la-pdp-page .la-btn-ghost:hover {
  background: rgba(255,255,255,0.06) !important;
  border-color: var(--la-accent-2) !important;
  color: var(--la-accent-2) !important;
}

/* PDP hero buybox — black background, white text */
.la-pdp-page,
.la-pdp-hero {
  background: var(--la-black) !important;
  color: var(--la-paper);
  padding: 80px var(--la-pad-x) !important;
}
.la-pdp-page h1,
.la-pdp-hero h1,
.la-pdp-page .la-pdp-title,
.la-pdp-hero .la-pdp-title {
  color: var(--la-paper) !important;
}
.la-pdp-page .la-pdp-tagline,
.la-pdp-hero .la-pdp-tagline,
.la-pdp-page p,
.la-pdp-hero p {
  color: rgba(255,255,255,0.75) !important;
}
.la-pdp-page .la-eyebrow,
.la-pdp-hero .la-eyebrow,
.la-pdp-page .la-pdp-eyebrow,
.la-pdp-hero .la-pdp-eyebrow {
  color: var(--la-accent-2) !important;
  background: transparent !important;
  padding: 0 !important;
  text-transform: uppercase;
  font-family: var(--la-font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
}
.la-pdp-page .la-pdp-eyebrow::before,
.la-pdp-hero .la-pdp-eyebrow::before {
  background: var(--la-accent-2) !important;
}
/* Price block on dark */
.la-pdp-page .la-pdp-price-now,
.la-pdp-hero .la-pdp-price-now {
  color: var(--la-accent-2) !important;
}
.la-pdp-page .la-pdp-price-was,
.la-pdp-hero .la-pdp-price-was {
  color: rgba(255,255,255,0.45) !important;
}
/* Flavor variation pill buttons on dark — outlined */
.la-pdp-page .la-pdp-flavor-swatch,
.la-pdp-hero .la-pdp-flavor-swatch,
.la-pdp-page button[data-flavor],
.la-pdp-hero button[data-flavor] {
  background: transparent !important;
  color: rgba(255,255,255,0.85) !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
}
.la-pdp-page .la-pdp-flavor-swatch.is-active,
.la-pdp-hero .la-pdp-flavor-swatch.is-active,
.la-pdp-page button[data-flavor][aria-pressed="true"],
.la-pdp-hero button[data-flavor][aria-pressed="true"] {
  background: var(--la-accent) !important;
  color: #fff !important;
  border-color: var(--la-accent) !important;
}
/* Stock + meta info on dark */
.la-pdp-page .la-pdp-flavor-label,
.la-pdp-hero .la-pdp-flavor-label,
.la-pdp-page .la-pdp-flavor-count,
.la-pdp-hero .la-pdp-flavor-count {
  color: rgba(255,255,255,0.65) !important;
}
.la-pdp-page .la-pdp-flavor-label strong,
.la-pdp-hero .la-pdp-flavor-label strong {
  color: var(--la-paper) !important;
}
/* QTY +/- box on dark */
.la-pdp-page .la-qty-box,
.la-pdp-hero .la-qty-box {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  color: var(--la-paper) !important;
}
.la-pdp-page .la-qty-box button,
.la-pdp-hero .la-qty-box button {
  color: var(--la-paper) !important;
  background: transparent !important;
}
/* Trust list (✓ GENUINE, ✓ SHIPPING…) on dark */
.la-pdp-page .la-pdp-trust,
.la-pdp-hero .la-pdp-trust,
.la-pdp-page ul.la-pdp-trust li,
.la-pdp-hero ul.la-pdp-trust li {
  color: rgba(255,255,255,0.65) !important;
}
/* Earn $X back chip on dark */
.la-pdp-page .la-pdp-rewards,
.la-pdp-hero .la-pdp-rewards,
.la-pdp-page .la-pdp-price-rewards,
.la-pdp-hero .la-pdp-price-rewards {
  background: transparent !important;
  border: 1px solid rgba(160, 107, 255, 0.5) !important;
  color: var(--la-accent-2) !important;
}
/* PDP product image frame — keep light card on the gallery side */
.la-pdp-page .la-pdp-main-image,
.la-pdp-hero .la-pdp-main-image,
.la-pdp-page .la-pdp-media img,
.la-pdp-hero .la-pdp-media img {
  background: var(--la-paper) !important;
  border-radius: 6px;
}

/* ══════════════════════════════════════════════════════════════════════
   PDP buybox — FINAL dark overrides using ACTUAL class names from
   product-cart.njk (flavor-chip / pdp-qty / qty-btn / pdp-trust / pdp-msg).
   Higher specificity than earlier guesses; covers every visible widget.
   ══════════════════════════════════════════════════════════════════════ */

/* Flavor chip pills — transparent + white border on dark, purple when selected */
.la-pdp-page .la-pdp-flavor-chip,
.la-pdp-hero .la-pdp-flavor-chip {
  background: transparent !important;
  color: rgba(255,255,255,0.85) !important;
  border: 1.5px solid rgba(255,255,255,0.25) !important;
}
.la-pdp-page .la-pdp-flavor-chip:hover,
.la-pdp-hero .la-pdp-flavor-chip:hover {
  background: rgba(255,255,255,0.06) !important;
  border-color: var(--la-accent-2) !important;
  color: var(--la-accent-2) !important;
}
.la-pdp-page .la-pdp-flavor-chip.is-selected,
.la-pdp-hero .la-pdp-flavor-chip.is-selected {
  background: var(--la-accent) !important;
  color: #fff !important;
  border-color: var(--la-accent) !important;
}

/* Quantity stepper box — transparent + white border + white text */
.la-pdp-page .la-pdp-qty,
.la-pdp-hero .la-pdp-qty {
  background: transparent !important;
  border: 1.5px solid rgba(255,255,255,0.25) !important;
  color: var(--la-paper) !important;
}
.la-pdp-page .la-qty-btn,
.la-pdp-hero .la-qty-btn {
  background: transparent !important;
  color: var(--la-paper) !important;
  border: 0 !important;
}
.la-pdp-page .la-qty-btn:hover,
.la-pdp-hero .la-qty-btn:hover {
  background: rgba(255,255,255,0.08) !important;
  color: var(--la-accent-2) !important;
}
.la-pdp-page .la-pdp-qty input,
.la-pdp-hero .la-pdp-qty input {
  background: transparent !important;
  color: var(--la-paper) !important;
  border: 0 !important;
  caret-color: var(--la-accent-2);
}

/* "Earn $X back" rewards chip — outlined accent on dark */
.la-pdp-page .la-pdp-price-rewards,
.la-pdp-hero .la-pdp-price-rewards {
  background: transparent !important;
  color: var(--la-accent-2) !important;
  border: 1px solid rgba(160, 107, 255, 0.5) !important;
  padding: 4px 12px !important;
  border-radius: 999px !important;
}

/* Trust list (✓ GENUINE / ✓ FREE SHIPPING / etc) — bordered dark card on dark slab */
.la-pdp-page .la-pdp-trust,
.la-pdp-hero .la-pdp-trust {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-top: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 4px;
  padding: 14px 18px !important;
  margin-top: 16px !important;
  color: rgba(255,255,255,0.65) !important;
}
.la-pdp-page .la-pdp-trust li,
.la-pdp-hero .la-pdp-trust li {
  color: rgba(255,255,255,0.65) !important;
  font-family: var(--la-font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* PDP add-to-cart status message — dark accent variant, not light purple */
.la-pdp-page .la-pdp-msg,
.la-pdp-hero .la-pdp-msg {
  background: rgba(138, 63, 252, 0.12) !important;
  color: var(--la-accent-2) !important;
  border: 1px solid rgba(138, 63, 252, 0.3) !important;
}

/* Flavor label "Flavor: WATERMELON ICE (13 in stock)" — white text on dark */
.la-pdp-page .la-pdp-flavor-label,
.la-pdp-hero .la-pdp-flavor-label,
.la-pdp-page .la-pdp-flavor-count,
.la-pdp-hero .la-pdp-flavor-count {
  color: rgba(255,255,255,0.65) !important;
}
.la-pdp-page .la-pdp-flavor-label strong,
.la-pdp-hero .la-pdp-flavor-label strong {
  color: var(--la-paper) !important;
}

/* "Save $X" pill on dark — keep red accent visible */
.la-pdp-page .la-pdp-price-save,
.la-pdp-hero .la-pdp-price-save {
  background: rgba(220, 38, 38, 0.85) !important;
  color: #fff !important;
}

/* Edition group heading (if multi-edition device) — white on dark */
.la-pdp-page .la-pdp-edition-heading,
.la-pdp-hero .la-pdp-edition-heading {
  color: rgba(255,255,255,0.55) !important;
  border-color: rgba(255,255,255,0.18) !important;
}
