:root {
  color-scheme: light dark;
  --blue: #4f7cff;
  --purple: #7b5bff;
  --sky: #9fd0f2;
  --pink: #e8b4c8;
  --ink: #1d1f27;
  --muted: #6b7280;
  --muted-soft: #9aa1ad;
  --line: rgba(123, 91, 255, 0.12);
  --bg: #ffffff;
  --lavender: #f7f3ff;
  --surface: #ffffff;
  --card: #ffffff;
  --card-border: rgba(123, 91, 255, 0.12);
  --header-bg: rgba(255, 255, 255, 0.94);
  --grad: linear-gradient(135deg, #4f7cff, #7b5bff);
  --font: "Sora", system-ui, -apple-system, sans-serif;
  --display: "Sora", system-ui, -apple-system, sans-serif;
  --radius: 22px;
  --radius-lg: 28px;
  --shadow-soft: 0 10px 30px rgba(90, 78, 140, 0.06);
  --shadow-lift: 0 16px 40px rgba(79, 124, 255, 0.18);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 1180px;
  --header-h: 68px;
}

* { box-sizing: border-box; }

.tm {
  font-size: 0.55em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: super;
  margin-left: 0.04em;
  position: relative;
  top: -0.2em;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: var(--bg);
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 100%;
  color: var(--ink);
  font-family: var(--font);
  font-size: 1rem;
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { max-width: 100%; display: block; height: auto; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: none; }

.wrap {
  width: min(100% - 40px, var(--max));
  margin-inline: auto;
}

@media (max-width: 520px) {
  .wrap { width: min(100% - 32px, var(--max)); }
}

/* -- Ambiance -- */
.page-ambiance {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.page-wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 42% at 50% -8%, rgba(214, 204, 255, 0.42), transparent 58%),
    radial-gradient(ellipse 75% 50% at 12% -5%, rgba(214, 204, 255, 0.34), transparent 58%),
    radial-gradient(ellipse 65% 55% at 88% 4%, rgba(198, 216, 255, 0.32), transparent 56%),
    linear-gradient(180deg, #ffffff 0%, #f7f3ff 18%, #fbfaff 40%, #ffffff 62%, #ffffff 100%);
}

.page-tag {
  position: absolute;
  width: clamp(90px, 12vw, 160px);
  opacity: 0.05;
  filter: blur(0.8px);
}

.page-tag-1 { top: 18%; left: -2%; transform: rotate(-16deg); }
.page-tag-2 { top: 42%; right: -3%; transform: rotate(12deg); opacity: 0.06; }
.page-tag-3 { top: 68%; left: 4%; transform: rotate(20deg); opacity: 0.04; }
.page-tag-4 { top: 82%; right: 8%; transform: rotate(-18deg); opacity: 0.045; }

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

/* -- Header -- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: var(--header-h);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(123, 91, 255, 0.08);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
}

.header-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.18rem;
  letter-spacing: -0.04em;
  color: var(--ink);
  text-decoration: none;
}

.brand-logo,
.footer-logo {
  display: block;
  width: auto;
  height: 36px;
  max-width: min(148px, 42vw);
  object-fit: contain;
}

.footer-logo { height: 32px; }

.nav-desktop {
  display: none;
  align-items: center;
  gap: 4px;
  font-size: 0.92rem;
  font-weight: 500;
}

.nav-desktop a {
  color: rgba(29, 31, 39, 0.55);
  padding: 10px 14px;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-desktop a:hover,
.nav-desktop a.is-active {
  color: var(--purple);
  background: rgba(123, 91, 255, 0.08);
  text-decoration: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(29, 31, 39, 0.07);
  box-shadow: 0 6px 18px rgba(29, 31, 39, 0.05);
  color: var(--ink) !important;
  font-weight: 600;
  font-size: 0.9rem;
}

.cart-badge {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--grad);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.menu-toggle {
  display: inline-grid;
  gap: 5px;
  width: 42px;
  height: 42px;
  place-content: center;
  border: 0;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
}

.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px 16px 18px;
  border-top: 1px solid rgba(123, 91, 255, 0.08);
  background: rgba(255, 255, 255, 0.98);
}

.nav-mobile a {
  padding: 14px 12px;
  border-radius: 14px;
  color: var(--ink);
  font-weight: 500;
}

body.nav-open .nav-mobile { display: flex; }

@media (min-width: 960px) {
  .nav-desktop { display: flex; }
  .menu-toggle { display: none; }
  .nav-mobile { display: none !important; }
}

/* -- Buttons -- */
.btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.96rem;
  border-radius: 999px;
  padding: 15px 24px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), opacity 0.2s ease;
}

.btn:hover { text-decoration: none; transform: translateY(-1px); }

.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(79, 124, 255, 0.45);
  outline-offset: 3px;
}

.btn-primary {
  background: linear-gradient(135deg, #6d5cff, #7b5bff 60%, #865fff);
  color: #fff;
  box-shadow: 0 14px 32px rgba(123, 91, 255, 0.28);
}

.btn-secondary {
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(123, 91, 255, 0.28);
  box-shadow: 0 8px 22px rgba(29, 31, 39, 0.04);
}

.btn-cart {
  width: 100%;
  background: var(--grad);
  color: #fff;
  box-shadow: var(--shadow-lift);
}

.btn-cart-icon,
.btn-arrow {
  display: inline-grid;
  place-items: center;
}

.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

/* -- Product hero (same full-bleed pattern as homepage) -- */
.product-hero {
  position: relative;
  padding: 0 0 40px;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.product-hero-stage {
  position: relative;
  isolation: isolate;
  min-height: min(100svh, 860px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #eef2ff;
}

.product-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  pointer-events: none;
}

.product-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 38%;
}

.product-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.42) 0%,
      rgba(255, 255, 255, 0.05) 22%,
      rgba(255, 255, 255, 0.08) 42%,
      rgba(247, 243, 255, 0.78) 72%,
      #ffffff 100%
    ),
    linear-gradient(
      105deg,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.72) 30%,
      rgba(255, 255, 255, 0.18) 54%,
      transparent 72%
    );
}

.product-hero-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 20px 0 32px;
}

.product-hero-copy {
  max-width: 22rem;
}

.hero-brand {
  margin: 0 0 12px;
  line-height: 0;
}

.hero-brand .brand-logo {
  height: clamp(40px, 8vw, 56px);
  max-width: min(220px, 70vw);
}

.hero-brand-legacy {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(2.75rem, 12vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.92;
  background: linear-gradient(100deg, #5b8cff 0%, #7b5bff 55%, #8b6cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-badge {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #6f66a6;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(155, 138, 216, 0.16);
  box-shadow: 0 8px 20px rgba(29, 31, 39, 0.04);
}

.product-hero h1 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: clamp(2.2rem, 8vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.hero-lede {
  margin: 0 0 18px;
  max-width: 32ch;
  color: rgba(29, 31, 39, 0.72);
  font-size: 1rem;
  line-height: 1.55;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.hero-price {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
}

.hero-amount {
  font-size: clamp(1.7rem, 5vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.hero-price-note {
  color: var(--muted-soft);
  font-size: 0.92rem;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 320px;
}

.hero-actions .btn {
  width: 100%;
}

.hero-actions .btn.is-added,
.purchase-actions .btn.is-added {
  background: linear-gradient(135deg, #5a8dff, #6d5cff 55%, #7b5bff);
}

.cart-badge.is-pulse {
  animation: cartPulse 0.55s var(--ease);
}

@keyframes cartPulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.25); }
  100% { transform: scale(1); }
}

/* Purchase options below hero */
.purchase-options {
  padding: 24px 0 32px;
}

.purchase-card {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 40px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(123, 91, 255, 0.1);
  box-shadow: var(--shadow-soft);
}

.purchase-card-head {
  margin-bottom: 28px;
}

.purchase-card-head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 3vw, 1.75rem);
  letter-spacing: -0.03em;
}

.purchase-card-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 42ch;
}

.purchase-controls {
  display: grid;
  gap: 24px;
  margin-bottom: 20px;
}

.purchase-field {
  display: grid;
  gap: 12px;
}

.hero-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-swatches .swatch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(29, 31, 39, 0.1);
  background: #fff;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
}

.hero-swatches .swatch i {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(29, 31, 39, 0.12);
}

.hero-swatches .swatch[aria-pressed="true"] {
  border-color: rgba(123, 91, 255, 0.45);
  box-shadow: 0 0 0 3px rgba(123, 91, 255, 0.12);
}

.purchase-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.purchase-actions .btn { width: 100%; }

.purchase-perks {
  list-style: none;
  margin: 28px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(29, 31, 39, 0.06);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 500;
}

.purchase-perks li {
  position: relative;
  padding-left: 14px;
}

.purchase-perks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(123, 91, 255, 0.45);
}

@media (min-width: 700px) {
  .purchase-controls {
    grid-template-columns: 1.4fr auto;
    align-items: end;
    gap: 32px;
  }

  .purchase-actions {
    flex-direction: row;
    max-width: 480px;
  }

  .purchase-actions .btn {
    width: auto;
    min-width: 160px;
  }
}

@media (min-width: 900px) {
  .product-hero {
    padding: 0 0 56px;
  }

  .product-hero-stage {
    min-height: min(100svh, 900px);
    align-items: center;
  }

  .product-hero-media img {
    object-position: 72% 42%;
  }

  .product-hero-scrim {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.35) 0%,
        transparent 28%,
        transparent 62%,
        rgba(255, 255, 255, 0.7) 100%
      ),
      linear-gradient(
        105deg,
        rgba(255, 255, 255, 0.94) 0%,
        rgba(255, 255, 255, 0.8) 30%,
        rgba(255, 255, 255, 0.2) 54%,
        transparent 72%
      );
  }

  .product-hero-inner {
    width: min(100% - 40px, var(--max));
    padding: 48px 0 56px;
  }

  .product-hero-copy {
    max-width: 26rem;
  }

  .hero-brand {
    margin-bottom: 16px;
  }

  .hero-brand .brand-logo {
    height: clamp(48px, 6vw, 64px);
  }

  .hero-badge {
    margin-bottom: 18px;
  }

  .product-hero h1 {
    font-size: clamp(2.8rem, 4vw, 3.6rem);
    margin-bottom: 18px;
  }

  .hero-lede {
    font-size: 1.08rem;
    max-width: 36ch;
    margin-bottom: 22px;
  }

  .hero-price {
    margin-bottom: 22px;
  }

  .hero-actions {
    max-width: 260px;
  }
}

@media (max-height: 640px) {
  .product-hero-stage {
    min-height: 100svh;
    align-items: flex-end;
  }

  .product-hero-inner {
    padding: 12px 0 20px;
  }

  .hero-brand {
    margin-bottom: 8px;
  }

  .hero-brand .brand-logo {
    height: clamp(36px, 9vw, 48px);
  }

  .hero-badge,
  .product-hero h1,
  .hero-lede,
  .hero-price {
    margin-bottom: 10px;
  }
}

/* -- Sections -- */
.section {
  padding: clamp(56px, 9vw, 96px) 0;
}

.section-head {
  margin: 0 0 clamp(28px, 4vw, 40px);
}

.section-head.centered { text-align: center; }

.section-head h2 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(1.9rem, 4.2vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.section-head p {
  margin: 0 auto;
  max-width: 40ch;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-eyebrow {
  margin: 0 0 10px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(90, 78, 140, 0.78);
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* -- Features -- */
.features-section {
  padding-top: clamp(96px, 14vw, 140px);
  background: linear-gradient(180deg, rgba(247, 243, 255, 0.45) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-item {
  padding: 28px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(123, 91, 255, 0.1);
  box-shadow: var(--shadow-soft);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(236, 232, 255, 0.95);
  color: var(--purple);
}

.feature-icon svg {
  width: 18px;
  height: 18px;
}

.feature-item h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.feature-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

@media (min-width: 900px) {
  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .feature-item { padding: 34px 28px; }
}

/* -- Compare -- */
.compare-grid {
  position: relative;
  display: grid;
  gap: 16px;
}

.compare-card {
  padding: 28px 24px;
  border-radius: 26px;
  border: 1px solid rgba(29, 31, 39, 0.06);
  box-shadow: var(--shadow-soft);
}

.compare-card h3 {
  margin: 0 0 18px;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.compare-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.compare-card li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.98rem;
  line-height: 1.4;
}

.compare-without {
  background: #f4f5f8;
  color: rgba(29, 31, 39, 0.72);
}

.compare-with {
  background: rgba(247, 243, 255, 0.95);
  border-color: rgba(123, 91, 255, 0.14);
}

.compare-x,
.compare-check {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
}

.compare-x {
  background: rgba(29, 31, 39, 0.08);
  color: rgba(29, 31, 39, 0.45);
}

.compare-check {
  background: rgba(123, 91, 255, 0.14);
  color: var(--purple);
}

.compare-vs {
  display: none;
}

@media (min-width: 800px) {
  .compare-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
  }

  .compare-vs {
    display: grid;
    place-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(123, 91, 255, 0.16);
    box-shadow: 0 10px 28px rgba(90, 78, 140, 0.12);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--purple);
    z-index: 2;
  }
}

/* -- Lifestyle -- */
.life-grid {
  display: grid;
  gap: 16px;
}

.life-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(123, 91, 255, 0.1);
  box-shadow: var(--shadow-soft);
}

.life-media {
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #eef1ff;
}

.life-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.life-body { padding: 20px 20px 24px; }

.life-body h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.life-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

@media (min-width: 900px) {
  .life-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}

/* -- Product colors -- */
.product-section {
  background: linear-gradient(180deg, #ffffff 0%, rgba(247, 243, 255, 0.55) 45%, #ffffff 100%);
}

.product-layout {
  display: grid;
  gap: 32px;
  align-items: center;
}

.product-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.product-copy > p {
  margin: 0 0 22px;
  color: var(--muted);
  max-width: 36ch;
  font-size: 1.05rem;
}

.product-bullets {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.product-bullets li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 0.98rem;
}

.bullet-icon {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(236, 232, 255, 0.95);
  color: var(--purple);
}

.bullet-icon svg {
  width: 18px;
  height: 18px;
}

.qty-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
}

.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(29, 31, 39, 0.1);
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

.qty-btn {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--ink);
}

.qty-control input {
  width: 48px;
  border: 0;
  text-align: center;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  -moz-appearance: textfield;
}

.qty-control input::-webkit-outer-spin-button,
.qty-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fine {
  min-height: 1.2em;
  margin: 8px 0 0;
  color: var(--purple);
  font-size: 0.9rem;
  font-weight: 500;
}

.color-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.color-card {
  appearance: none;
  border: 1px solid rgba(123, 91, 255, 0.12);
  border-radius: 26px;
  background: rgba(247, 243, 255, 0.7);
  padding: 22px 18px 18px;
  cursor: pointer;
  text-align: center;
  font: inherit;
  color: inherit;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s var(--ease), border-color 0.2s ease, box-shadow 0.25s var(--ease);
}

.color-card:hover {
  transform: translateY(-2px);
  border-color: rgba(123, 91, 255, 0.28);
}

.color-card[aria-pressed="true"] {
  border-color: rgba(123, 91, 255, 0.45);
  box-shadow: 0 16px 40px rgba(123, 91, 255, 0.14);
  background: rgba(255, 255, 255, 0.92);
}

.color-card-visual {
  display: grid;
  place-items: center;
  min-height: 180px;
  margin-bottom: 14px;
}

.color-card-visual img {
  width: min(100%, 260px);
  margin: 0 auto;
  object-fit: contain;
}

.color-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.95rem;
}

.color-meta i {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(29, 31, 39, 0.1);
}

@media (min-width: 760px) {
  .color-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 960px) {
  .product-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 48px;
  }

  .color-card-visual { min-height: 220px; }
}

/* -- Box + FAQ -- */
.box-faq-grid {
  display: grid;
  gap: 18px;
  max-width: 720px;
  margin: 0 auto;
}

.box-card,
.faq-card {
  padding: clamp(24px, 4vw, 36px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(123, 91, 255, 0.1);
  box-shadow: var(--shadow-soft);
}

.box-card h2,
.faq-card h2 {
  margin: 0 0 22px;
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  letter-spacing: -0.03em;
}

.box-content {
  display: grid;
  gap: 22px;
  align-items: center;
}

.box-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.box-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.box-check {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(123, 91, 255, 0.12);
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 700;
}

.box-media {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #f7f3ff;
  padding: 16px;
}

.box-media img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  object-fit: contain;
}

.faq-acc { display: grid; }

.faq-item {
  border-bottom: 1px solid rgba(29, 31, 39, 0.08);
}

.faq-item:last-child { border-bottom: 0; }

.faq-item h3 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border: 0;
  background: transparent;
  text-align: left;
  font: inherit;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  cursor: pointer;
}

.faq-chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex: 0 0 auto;
}

.faq-trigger[aria-expanded="true"] .faq-chevron {
  transform: rotate(-135deg);
  margin-top: 6px;
}

.faq-panel {
  padding: 0 0 16px;
  overflow: hidden;
}

.faq-panel[hidden] { display: none; }

.faq-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
  max-width: 48ch;
}


/* -- Final CTA -- */
.final-cta {
  padding: 24px 0 56px;
}

.final-cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 7vw, 72px) clamp(24px, 5vw, 48px);
  border-radius: 32px;
  text-align: center;
  background:
    radial-gradient(ellipse 70% 80% at 20% 20%, rgba(255, 255, 255, 0.45), transparent 55%),
    radial-gradient(ellipse 60% 70% at 85% 70%, rgba(155, 138, 216, 0.28), transparent 60%),
    linear-gradient(135deg, #dfe8ff 0%, #ebe4ff 48%, #f3eefe 100%);
  border: 1px solid rgba(123, 91, 255, 0.12);
}

.final-cta-tag {
  position: absolute;
  width: clamp(100px, 16vw, 170px);
  opacity: 0.18;
  pointer-events: none;
}

.final-cta-tag-1 {
  left: -2%;
  top: 18%;
  transform: rotate(-18deg);
}

.final-cta-tag-2 {
  right: -2%;
  bottom: 12%;
  transform: rotate(14deg);
}

.final-cta-panel h2 {
  position: relative;
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 4.5vw, 2.9rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.final-cta-panel > p {
  position: relative;
  margin: 0 auto 26px;
  max-width: 38ch;
  color: rgba(29, 31, 39, 0.68);
  font-size: 1.05rem;
}

.final-cta-actions {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  max-width: 360px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .final-cta-actions {
    flex-direction: row;
    justify-content: center;
    max-width: none;
  }

  .final-cta-actions .btn {
    min-width: 200px;
  }
}

/* -- Cart reminder (inside purchase section) -- */
.cart-reminder {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  margin: 16px auto 0;
}

.cart-reminder[hidden] { display: none !important; }

.cart-reminder-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(247, 243, 255, 0.75);
  border: 1px solid rgba(123, 91, 255, 0.12);
}

.cart-reminder-copy {
  flex: 1;
  min-width: 0;
}

.cart-reminder-copy p {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
}

.cart-reminder-icon { color: var(--purple); }

#cartReminderCta {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--purple);
  white-space: nowrap;
}

/* -- Order / cart -- */
.order-wrap {
  padding: clamp(40px, 7vw, 72px) 0 80px;
}

.cart-shell {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.cart-empty {
  padding: 36px 24px;
  border-radius: 24px;
  background: rgba(247, 243, 255, 0.55);
  border: 1px solid rgba(123, 91, 255, 0.1);
  text-align: center;
}

.cart-empty p {
  margin: 0 0 16px;
  font-weight: 600;
}

.cart-lines { display: grid; gap: 12px; }

.cart-line {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(29, 31, 39, 0.08);
  box-shadow: var(--shadow-soft);
}

.cart-line > img,
.cart-line-top > img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 14px;
  background: #f7f3ff;
}

/* Personalized lines use a stacked layout, not the legacy 3-column cart row. */
.cart-line.cart-line-personalized {
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 14px;
  padding: 16px;
}

.product-name { font-weight: 700; }
.product-color { color: var(--muted); font-size: 0.9rem; }

.cart-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  border: 1px solid rgba(29, 31, 39, 0.1);
  border-radius: 999px;
  padding: 4px;
}

.cart-qty button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-size: 1rem;
}

.cart-line-side {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.cart-line-price { font-weight: 700; }

.cart-remove {
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.82rem;
  cursor: pointer;
  text-decoration: underline;
}

.summary-card {
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(123, 91, 255, 0.12);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 12px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.95rem;
}

.summary-row.total {
  color: var(--ink);
  font-weight: 700;
  font-size: 1.05rem;
  padding-top: 8px;
  border-top: 1px solid rgba(29, 31, 39, 0.08);
}

.checkout-secure {
  margin: 0;
  text-align: center;
  color: var(--muted-soft);
  font-size: 0.82rem;
}

.notice {
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 0.92rem;
}

.notice-info {
  display: none;
  background: rgba(79, 124, 255, 0.08);
  color: #3557b8;
}

.notice-info.show { display: block; }

.notice-error {
  display: none;
  background: #fff1f0;
  color: #b42318;
}

.notice-error.show { display: block; }

/* -- Footer -- */
.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 28px 0 40px;
  border-top: 1px solid rgba(123, 91, 255, 0.08);
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-brand {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
}

.footer-mark {
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.03em;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--ink); }

/* -- Beta modal -- */
.beta-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
}

.beta-modal[hidden] { display: none !important; }

.beta-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(29, 31, 39, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.beta-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  max-height: min(90vh, 720px);
  overflow: auto;
  padding: clamp(28px, 4vw, 36px);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(29, 31, 39, 0.08);
  box-shadow: 0 24px 60px rgba(29, 31, 39, 0.12);
}

.beta-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.beta-modal-panel h2 {
  margin: 0 0 8px;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.beta-modal-lede {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.beta-form { display: grid; gap: 14px; }

.beta-field {
  display: grid;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
}

.beta-field em {
  font-style: normal;
  font-weight: 500;
  color: var(--muted-soft);
}

.beta-field input,
.beta-field select,
.beta-field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(29, 31, 39, 0.12);
  font: inherit;
  font-size: 16px; /* prevents iOS Safari focus-zoom */
  font-weight: 500;
  color: var(--ink);
  background: #fff;
}

.beta-field input:focus,
.beta-field select:focus,
.beta-field textarea:focus {
  outline: 2px solid rgba(123, 91, 255, 0.35);
  outline-offset: 1px;
}

.beta-form-error {
  margin: 0;
  color: #b42318;
  font-size: 0.88rem;
  font-weight: 500;
}

.beta-form-success {
  margin: 0;
  color: #067647;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.5;
}

.beta-submit { width: 100%; }
body.beta-open { overflow: hidden; }

@media (max-width: 420px) {
  .cart-line:not(.cart-line-personalized) {
    grid-template-columns: 64px 1fr;
  }

  .cart-line:not(.cart-line-personalized) .cart-line-side {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    justify-items: start;
    align-items: center;
  }
}

/* Personalization + bonus cards */
.bonus-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(123, 91, 255, 0.16);
  box-shadow: var(--shadow-soft);
  text-align: left;
}

.bonus-card h2,
.bonus-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.bonus-card p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.bonus-note {
  font-size: 0.86rem !important;
}

.bonus-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
}

.bonus-card-icon {
  font-size: 1.35rem;
  line-height: 1.2;
}

.bonus-card-media {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(123, 91, 255, 0.14);
  background: #fff;
}

.bonus-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-bonus-card {
  max-width: 440px;
  background: rgba(255, 255, 255, 0.92);
}

/* -- Beta / early access messaging -- */
.order-includes-card {
  margin-top: 18px;
  max-width: 440px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 246, 255, 0.94));
  border: 1px solid rgba(111, 168, 255, 0.28);
  box-shadow: 0 14px 34px rgba(79, 124, 255, 0.1);
  backdrop-filter: blur(12px);
}

.purchase-includes-card {
  max-width: none;
  margin-top: 20px;
}

.order-includes-kicker {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4f7cff;
}

.order-includes-list,
.beta-included-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.order-includes-list li,
.beta-included-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--ink);
}

.order-includes-list .check,
.beta-included-list .check,
.beta-timeline .check {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6fa8ff, #7b5bff);
  position: relative;
}

.order-includes-list .check::after,
.beta-included-list .check::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.order-includes-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.beta-included-section {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(111, 168, 255, 0.16), transparent 60%),
    linear-gradient(180deg, rgba(247, 250, 255, 0.9), rgba(255, 255, 255, 0.4));
}

.beta-included-card {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 36px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(111, 168, 255, 0.22);
  box-shadow: 0 18px 44px rgba(79, 124, 255, 0.1);
}

.beta-included-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4f7cff;
  background: rgba(111, 168, 255, 0.14);
  border: 1px solid rgba(111, 168, 255, 0.22);
}

.beta-included-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.beta-timeline {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 820px;
  display: grid;
  gap: 12px;
}

.beta-timeline li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(123, 91, 255, 0.12);
  box-shadow: var(--shadow-soft);
}

.beta-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  background: linear-gradient(135deg, #6fa8ff, #7b5bff);
  box-shadow: 0 10px 22px rgba(79, 124, 255, 0.22);
}

.beta-timeline h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.beta-timeline p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.final-cta-badge {
  margin-bottom: 14px;
}

@media (max-width: 760px) {
  .beta-included-list {
    grid-template-columns: 1fr;
  }

  .order-includes-card {
    max-width: none;
  }
}

@media (prefers-color-scheme: dark) {
  .order-includes-card,
  .beta-included-card,
  .beta-timeline li {
    background: rgba(22, 25, 34, 0.92);
    border-color: rgba(122, 162, 255, 0.22);
  }

  .beta-included-section {
    background:
      radial-gradient(ellipse 80% 60% at 50% 0%, rgba(111, 168, 255, 0.12), transparent 60%),
      linear-gradient(180deg, rgba(18, 22, 34, 0.95), rgba(15, 17, 23, 0.4));
  }

  .order-includes-kicker,
  .beta-included-badge {
    color: #9cbcff;
  }
}

.cart-line-top {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.cart-line-personalized .photo-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  background: transparent;
}

.cart-bonus-pill {
  display: inline-flex;
  margin-top: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(123, 91, 255, 0.1);
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 600;
}

.personalize-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(247, 243, 255, 0.65);
  border: 1px solid rgba(123, 91, 255, 0.12);
}

.personalize-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  justify-content: space-between;
}

.personalize-head h3 {
  margin: 0;
  font-size: 0.98rem;
}

.personalize-field {
  display: grid;
  gap: 6px;
  font-size: 0.86rem;
  font-weight: 600;
}

.personalize-field em {
  font-style: normal;
  font-weight: 500;
  color: var(--muted-soft);
}

.personalize-field input,
.personalize-field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(29, 31, 39, 0.1);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  font-weight: 500;
}

.photo-uploader {
  position: relative;
  display: grid;
  gap: 10px;
}

.photo-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.photo-drop {
  border: 1.5px dashed rgba(123, 91, 255, 0.35);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  min-height: 160px;
  display: grid;
  place-items: center;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.photo-drop.is-dragover,
.photo-drop:hover {
  border-color: rgba(123, 91, 255, 0.7);
  background: rgba(255, 255, 255, 0.95);
}

.photo-empty {
  text-align: center;
  color: var(--muted);
  padding: 20px;
}

.photo-empty strong {
  display: block;
  color: var(--ink);
  margin-bottom: 4px;
}

.photo-preview-wrap {
  width: 100%;
  aspect-ratio: 1;
  max-height: 220px;
  overflow: hidden;
}

.photo-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
}

.photo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.text-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--blue);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
}

.text-btn.danger { color: #b42318; }

.upload-progress {
  height: 6px;
  border-radius: 999px;
  background: rgba(123, 91, 255, 0.12);
  overflow: hidden;
}

.upload-progress span {
  display: block;
  height: 100%;
  background: var(--grad);
  width: 0;
  transition: width 0.2s ease;
}

.upload-status,
.personalize-hint,
.personalize-error,
.consent-copy,
.crop-note {
  margin: 0;
  font-size: 0.86rem;
  color: var(--muted);
  font-weight: 500;
}

.personalize-error { color: #b42318; }

.crop-controls {
  display: grid;
  gap: 8px;
}

.crop-controls label {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  align-items: center;
  font-size: 0.82rem;
  color: var(--muted);
}

.consent-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.86rem;
  color: var(--muted);
  font-weight: 500;
}

.consent-check input { margin-top: 3px; }

.photo-guidance {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(123, 91, 255, 0.1);
}

.photo-guidance strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.86rem;
}

.photo-guidance ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.saved-pets-label {
  margin: 0 0 8px;
  font-size: 0.86rem;
  font-weight: 600;
}

.saved-pets-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.saved-pet-chip {
  appearance: none;
  border: 1px solid rgba(123, 91, 255, 0.2);
  background: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
}

.cart-line.is-incomplete {
  box-shadow: inset 0 0 0 1px rgba(180, 35, 24, 0.12);
}

@media (max-width: 640px) {
  .cart-line-top {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .cart-line-side {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --blue: #7aa2ff;
    --purple: #9b85ff;
    --ink: #f2f3f7;
    --muted: #a7afbd;
    --muted-soft: #7f8796;
    --line: rgba(155, 133, 255, 0.18);
    --bg: #0f1117;
    --lavender: #151822;
    --surface: #161922;
    --card: #161922;
    --card-border: rgba(155, 133, 255, 0.2);
    --header-bg: rgba(15, 17, 23, 0.92);
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.28);
    --shadow-lift: 0 16px 40px rgba(79, 124, 255, 0.18);
    --grad: linear-gradient(135deg, #7aa2ff, #9b85ff);
  }

  .bonus-card,
  .hero-bonus-card,
  .personalize-panel,
  .photo-drop,
  .photo-guidance,
  .saved-pet-chip,
  .personalize-field input,
  .personalize-field textarea {
    background: rgba(22, 25, 34, 0.92);
    border-color: rgba(155, 133, 255, 0.2);
    color: var(--ink);
  }

  .page-wash {
    background:
      radial-gradient(ellipse 90% 42% at 50% -8%, rgba(123, 91, 255, 0.2), transparent 58%),
      radial-gradient(ellipse 75% 50% at 12% -5%, rgba(79, 124, 255, 0.14), transparent 58%),
      linear-gradient(180deg, #0f1117 0%, #151822 24%, #0f1117 100%);
  }

  .page-tag {
    opacity: 0.14;
  }

  .site-header,
  .nav-mobile {
    background: var(--header-bg);
    border-color: var(--card-border);
  }

  .nav-desktop a {
    color: rgba(242, 243, 247, 0.72);
  }

  .nav-desktop a:hover,
  .nav-desktop a.is-active {
    color: #c6bff0;
    background: rgba(155, 133, 255, 0.14);
  }

  .nav-cart,
  .purchase-card,
  .feature-item,
  .compare-card,
  .compare-without,
  .compare-with,
  .life-card,
  .final-cta-panel,
  .cart-shell,
  .summary-card,
  .faq-card,
  .cart-reminder,
  .cart-reminder-inner,
  .cart-empty,
  .cart-line,
  .color-card,
  .color-card[aria-pressed="true"],
  .hero-swatches .swatch {
    background: var(--card);
    border-color: var(--card-border);
    color: var(--ink);
  }

  .hero-lede,
  .final-cta-panel > p {
    color: rgba(242, 243, 247, 0.78);
    text-shadow: none;
  }

  .product-hero h1 {
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
  }

  .section-eyebrow {
    color: #a8b8f0;
  }

  .features-section,
  .product-section {
    background: transparent;
  }

  .feature-icon,
  .bullet-icon {
    background: rgba(155, 133, 255, 0.18);
    color: #c6bff0;
  }

  .compare-x {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(242, 243, 247, 0.55);
  }

  .compare-check {
    background: rgba(155, 133, 255, 0.22);
    color: #c6bff0;
  }

  .compare-vs {
    background: var(--card);
    border-color: var(--card-border);
    color: #c6bff0;
  }

  .final-cta-panel {
    background:
      radial-gradient(ellipse 70% 80% at 20% 20%, rgba(122, 162, 255, 0.14), transparent 55%),
      radial-gradient(ellipse 60% 70% at 85% 70%, rgba(155, 133, 255, 0.16), transparent 60%),
      linear-gradient(135deg, #151822 0%, #1a1f2e 48%, #161922 100%);
  }

  .purchase-perks {
    border-top-color: rgba(255, 255, 255, 0.08);
  }

  .cart-line > img,
  .cart-line-top > img {
    background: rgba(155, 133, 255, 0.12);
  }

  .cart-qty {
    border-color: rgba(255, 255, 255, 0.12);
  }

  .cart-qty button {
    color: var(--ink);
  }

  .notice-info {
    background: rgba(122, 162, 255, 0.14);
    color: #9cbcff;
  }

  .notice-error {
    background: rgba(180, 35, 24, 0.18);
    color: #ff8e85;
  }

  .btn-secondary {
    background: rgba(22, 25, 34, 0.95);
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--ink);
  }

  .beta-modal-panel {
    background: rgba(22, 25, 34, 0.98);
    border-color: rgba(255, 255, 255, 0.08);
  }

  .beta-field input,
  .beta-field select,
  .beta-field textarea,
  .qty-control,
  .qty-control input {
    background: #12141c;
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--ink);
  }

  .qty-btn {
    color: var(--ink);
  }

  .product-hero-scrim {
    background:
      linear-gradient(
        180deg,
        rgba(15, 17, 23, 0.45) 0%,
        rgba(15, 17, 23, 0.12) 35%,
        rgba(15, 17, 23, 0.78) 78%,
        #0f1117 100%
      ),
      linear-gradient(
        105deg,
        rgba(15, 17, 23, 0.82) 0%,
        rgba(15, 17, 23, 0.4) 40%,
        transparent 70%
      );
  }

  .hero-badge {
    background: rgba(22, 25, 34, 0.88);
    border-color: rgba(155, 133, 255, 0.28);
    color: #c6bff0;
  }

  .beta-form-success {
    color: #5ee9a8;
  }

  .text-btn.danger,
  .personalize-error,
  .beta-form-error {
    color: #ff8e85;
  }

  .photo-drop:hover,
  .photo-drop.is-dragover {
    background: rgba(28, 32, 44, 0.98);
  }

  .site-footer {
    border-top-color: rgba(155, 133, 255, 0.12);
  }
}

.product-reviews {
  margin-top: 8px;
}

.product-reviews-list {
  display: grid;
  gap: 12px;
}

.product-review-card {
  background: var(--store-card, #fff);
  border: 1px solid var(--store-line, rgba(20, 22, 28, 0.08));
  border-radius: 16px;
  padding: 16px 18px;
}

.product-review-card h3 {
  margin: 8px 0 6px;
  font-size: 1rem;
}

.product-review-card p {
  margin: 0;
  color: var(--store-muted, #5c6370);
}

.product-review-top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.product-review-stars {
  color: #c9a227;
  letter-spacing: 0.06em;
}

.product-reviews-cta {
  margin: 16px 0 0;
  font-size: 0.92rem;
  font-weight: 600;
}

@media (prefers-color-scheme: dark) {
  .product-review-card {
    background: #161922;
    border-color: rgba(155, 133, 255, 0.18);
  }

  .product-review-card p {
    color: #a7afbd;
  }
}
