body[data-site-page="home"] {
  --home-v2-font-display: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --home-v2-font-body: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --home-v2-panel-border: rgba(255, 255, 255, 0.1);
  --home-v2-panel-bg: linear-gradient(180deg, rgba(12, 14, 22, 0.82) 0%, rgba(8, 9, 15, 0.76) 100%);
  --home-v2-panel-strong: linear-gradient(180deg, rgba(16, 18, 29, 0.92) 0%, rgba(9, 10, 17, 0.96) 100%);
  --home-v2-panel-shadow: 0 28px 90px rgba(4, 5, 10, 0.5);
  --home-v2-panel-shadow-strong: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 32px 90px rgba(5, 5, 10, 0.62);
  --home-v2-text-strong: rgba(248, 247, 252, 0.98);
  --home-v2-text-muted: rgba(223, 223, 236, 0.7);
  --home-v2-text-subtle: rgba(223, 223, 236, 0.46);
  --home-v2-grid-line: rgba(255, 255, 255, 0.04);
  font-family: var(--home-v2-font-body);
  color: var(--home-v2-text-strong);
  background:
    radial-gradient(circle at top, rgba(123, 95, 220, 0.16), transparent 28%),
    radial-gradient(circle at 78% 12%, rgba(62, 83, 167, 0.12), transparent 22%),
    linear-gradient(180deg, #090a12 0%, #05060c 42%, #020308 100%);
}

body[data-site-page="home"]::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 78%);
}

body[data-site-page="home"] .home-v2-container {
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
}

body[data-site-page="home"] .home-v2-main {
  position: relative;
}

body[data-site-page="home"] .home-v2-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 8, 13, 0.72);
  backdrop-filter: blur(24px);
}

body[data-site-page="home"] .home-v2-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.5rem;
}

body[data-site-page="home"] .home-v2-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

body[data-site-page="home"] .home-v2-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

body[data-site-page="home"] .home-v2-brand-mark img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.95rem;
  object-fit: contain;
}

body[data-site-page="home"] .home-v2-brand-copy {
  display: flex;
  flex-direction: column;
}

body[data-site-page="home"] .home-v2-brand-name {
  font-family: var(--home-v2-font-display);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #fff;
}

body[data-site-page="home"] .home-v2-brand-subtitle {
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

body[data-site-page="home"] .home-v2-nav {
  display: none;
  align-items: center;
  gap: 0.25rem;
}

body[data-site-page="home"] .home-v2-nav a {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.95rem;
  transition: 180ms ease;
}

body[data-site-page="home"] .home-v2-nav a:hover,
body[data-site-page="home"] .home-v2-nav a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 28px rgba(6, 7, 12, 0.18);
}

body[data-site-page="home"] .home-v2-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

body[data-site-page="home"] .home-v2-cart,
body[data-site-page="home"] .home-v2-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.84);
  transition: 180ms ease;
}

body[data-site-page="home"] .home-v2-cart {
  display: none;
  gap: 0.75rem;
  height: 2.5rem;
  padding: 0 1rem;
  font-size: 0.95rem;
}

body[data-site-page="home"] .home-v2-cart:hover,
body[data-site-page="home"] .home-v2-menu-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.09);
}

body[data-site-page="home"] .home-v2-cart-icon,
body[data-site-page="home"] .home-v2-cta-icon,
body[data-site-page="home"] .home-v2-style-card-arrow,
body[data-site-page="home"] .home-v2-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body[data-site-page="home"] .home-v2-cart-icon svg,
body[data-site-page="home"] .home-v2-cta-icon svg,
body[data-site-page="home"] .home-v2-style-card-arrow svg,
body[data-site-page="home"] .home-v2-feature-icon svg {
  width: 1rem;
  height: 1rem;
}

body[data-site-page="home"] .home-v2-cart-badge {
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.75rem;
}

body[data-site-page="home"] .home-v2-menu-toggle {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

body[data-site-page="home"] .home-v2-menu-icon {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 180ms ease;
}

body[data-site-page="home"] .home-v2-menu-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

body[data-site-page="home"] .home-v2-menu-toggle .home-v2-menu-icon-close {
  opacity: 0;
}

body[data-site-page="home"] .home-v2-menu-toggle.is-open .home-v2-menu-icon-open {
  opacity: 0;
}

body[data-site-page="home"] .home-v2-menu-toggle.is-open .home-v2-menu-icon-close {
  opacity: 1;
}

body[data-site-page="home"] .home-v2-mobile-menu {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 9, 18, 0.95);
  backdrop-filter: blur(24px);
}

body[data-site-page="home"] .home-v2-mobile-menu.is-open {
  display: block;
}

body[data-site-page="home"] .home-v2-mobile-menu-inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 0;
}

body[data-site-page="home"] .home-v2-mobile-menu-inner a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.95rem 1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.82);
}

body[data-site-page="home"] .home-v2-mobile-menu-inner a.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

body[data-site-page="home"] .home-v2-hero,
body[data-site-page="home"] .home-v2-gallery-section,
body[data-site-page="home"] .home-v2-luma-section,
body[data-site-page="home"] .home-v2-reviews-section {
  position: relative;
}

body[data-site-page="home"] .home-v2-hero {
  overflow: hidden;
  padding: 1.5rem 0 5rem;
  color: #fff;
}

body[data-site-page="home"] .home-v2-hero-grid-violet,
body[data-site-page="home"] .home-v2-dark-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(190, 156, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190, 156, 255, 0.1) 1px, transparent 1px);
  background-size: 64px 64px;
}

body[data-site-page="home"] .home-v2-hero-grid-violet {
  opacity: 0.3;
}

body[data-site-page="home"] .home-v2-dark-grid {
  opacity: 0.3;
}

body[data-site-page="home"] .home-v2-hero-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(148, 120, 255, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(73, 38, 152, 0.2), transparent 34%);
}

body[data-site-page="home"] .home-v2-hero-glow {
  position: absolute;
  inset-inline: 0;
  bottom: -12rem;
  height: 30rem;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(161, 110, 255, 0.24), transparent 56%);
  filter: blur(64px);
}

body[data-site-page="home"] .home-v2-hero-inner {
  position: relative;
}

body[data-site-page="home"] .home-v2-hero-grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

body[data-site-page="home"] .home-v2-hero-copy {
  padding-top: 2rem;
}

body[data-site-page="home"] .home-v2-hero-copy-scale {
  transform-origin: top left;
}

body[data-site-page="home"] .home-v2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(215, 199, 255, 0.16);
  background: rgba(42, 22, 70, 0.72);
  color: #f1e9ff;
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  box-shadow: 0 18px 50px rgba(98, 48, 180, 0.18);
  backdrop-filter: blur(24px);
}

body[data-site-page="home"] .home-v2-eyebrow-icon {
  width: 0.9rem;
  height: 0.9rem;
  color: oklch(81.1% 0.111 293.571);
}

body[data-site-page="home"] .home-v2-eyebrow-icon svg {
  width: 100%;
  height: 100%;
}

body[data-site-page="home"] .home-v2-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

body[data-site-page="home"] .home-v2-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  backdrop-filter: blur(24px);
}

body[data-site-page="home"] .home-v2-hero-copy-stack {
  margin-top: 1.8rem;
}

body[data-site-page="home"] .home-v2-hero-heading {
  margin: 0;
  font-family: var(--home-v2-font-display);
  font-size: clamp(2.6rem, 5.4vw, 5.2rem);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.072em;
}

body[data-site-page="home"] .home-v2-hero-heading-main,
body[data-site-page="home"] .home-v2-hero-heading-accent {
  display: block;
  white-space: normal;
  overflow-wrap: break-word;
}

/* Hero word cycler */
body[data-site-page="home"] .home-v2-hero-cycle {
  display: inline-grid;
  vertical-align: baseline;
}
body[data-site-page="home"] .home-v2-hero-cycle-word {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(0.18em);
  transition: opacity 0.42s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
body[data-site-page="home"] .home-v2-hero-cycle-word.home-v2-hero-cycle-word-active {
  opacity: 1;
  transform: translateY(0);
}

body[data-site-page="home"] .home-v2-gradient-text {
  background: linear-gradient(180deg, #ffffff 0%, #f4dcff 24%, #d5b2ff 56%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 42px rgba(196, 148, 255, 0.24);
}

body[data-site-page="home"] .home-v2-hero-lead {
  margin-top: 1.6rem;
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1rem;
  line-height: 1.75;
}

body[data-site-page="home"] .home-v2-hero-actions,
body[data-site-page="home"] .home-v2-luma-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2rem;
}

body[data-site-page="home"] .home-v2-cta,
body[data-site-page="home"] .home-v2-review-button,
body[data-site-page="home"] .home-v2-form-button,
body[data-site-page="home"] .home-v2-gallery-section-link {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

body[data-site-page="home"] .home-v2-cta:hover,
body[data-site-page="home"] .home-v2-review-button:hover,
body[data-site-page="home"] .home-v2-form-button:hover,
body[data-site-page="home"] .home-v2-gallery-section-link:hover {
  transform: translateY(-2px);
}

body[data-site-page="home"] .home-v2-cta-primary,
body[data-site-page="home"] .home-v2-review-button,
body[data-site-page="home"] .home-v2-form-button {
  border: 1px solid rgba(246, 224, 255, 0.22);
  background: linear-gradient(135deg, rgba(232, 101, 255, 0.98), rgba(153, 112, 255, 0.98));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 34px rgba(194, 107, 255, 0.34);
}

body[data-site-page="home"] .home-v2-cta-secondary,
body[data-site-page="home"] .home-v2-gallery-section-link {
  border: 1px solid rgba(223, 205, 255, 0.18);
  background: linear-gradient(180deg, rgba(66, 43, 110, 0.52), rgba(29, 20, 50, 0.56));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 28px rgba(133, 97, 228, 0.16);
  backdrop-filter: blur(18px);
}

body[data-site-page="home"] .home-v2-cta,
body[data-site-page="home"] .home-v2-gallery-section-link,
body[data-site-page="home"] .home-v2-review-button {
  padding: 1rem 1.75rem;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

body[data-site-page="home"] .home-v2-form-button {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 0.98rem;
  font-weight: 600;
  cursor: pointer;
}

body[data-site-page="home"] .home-v2-spotlight::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
  background: radial-gradient(280px circle at var(--spotlight-x, 50%) var(--spotlight-y, 50%), rgba(240, 190, 255, 0.34), transparent 52%);
}

body[data-site-page="home"] .home-v2-spotlight:hover::after,
body[data-site-page="home"] .home-v2-spotlight:focus-within::after {
  opacity: 1;
  transition: opacity 80ms ease;
}

body[data-site-page="home"] .home-v2-spotlight > * {
  position: relative;
  z-index: 1;
}

body[data-site-page="home"] .home-v2-hero-media {
  position: relative;
  padding-top: 1rem;
}

body[data-site-page="home"] .home-v2-floating-pill {
  display: none;
  position: absolute;
  left: 0.5rem;
  top: 2rem;
  z-index: 2;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body[data-site-page="home"] .home-v2-hero-frame {
  position: relative;
  overflow: hidden;
  border-radius: 2.6rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(19, 20, 34, 0.9) 0%, rgba(11, 14, 23, 0.84) 100%);
  padding: 0.75rem;
  box-shadow: 0 40px 140px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(18px);
}

body[data-site-page="home"] .home-v2-hero-frame::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  padding: 1.5px;
  background:
    linear-gradient(145deg, rgba(247, 240, 255, 0.92) 0%, rgba(198, 176, 245, 0.46) 18%, rgba(86, 76, 126, 0.14) 52%, rgba(112, 81, 213, 0.52) 82%, rgba(151, 113, 255, 0.84) 100%);
  opacity: 1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

body[data-site-page="home"] .home-v2-hero-grid-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black 42%, transparent 90%);
}

@keyframes heroGlowPulse {
  0%, 100% { opacity: 0.72; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.07); }
}

body[data-site-page="home"] .home-v2-hero-frame-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 8%, rgba(220, 198, 255, 0.42), transparent 31%),
    radial-gradient(circle at 84% 96%, rgba(128, 90, 255, 0.4), transparent 32%),
    linear-gradient(180deg, rgba(9, 11, 18, 0.02) 0%, rgba(9, 11, 18, 0.18) 100%);
  animation: heroGlowPulse 3.8s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  body[data-site-page="home"] .home-v2-hero-frame-glow { animation: none; }
}

body[data-site-page="home"] .home-v2-hero-image-shell {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 24% 14%, rgba(131, 109, 197, 0.16), transparent 28%),
    radial-gradient(circle at 78% 88%, rgba(98, 72, 197, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(11, 12, 20, 0.94) 0%, rgba(7, 8, 14, 0.98) 100%);
}

body[data-site-page="home"] .home-v2-hero-image-topline {
  position: absolute;
  inset-inline: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
}

body[data-site-page="home"] .home-v2-hero-image-topline span {
  display: inline-flex;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body[data-site-page="home"] .home-v2-image-window {
  position: relative;
  overflow: hidden;
}

body[data-site-page="home"] .home-v2-hero-image-window {
  aspect-ratio: 1.05 / 1.16;
  background:
    radial-gradient(circle at 50% 88%, rgba(255, 255, 255, 0.14), transparent 18%),
    linear-gradient(180deg, rgba(11, 12, 20, 0.08) 0%, rgba(7, 8, 14, 0.22) 100%);
}

body[data-site-page="home"] .home-v2-hero-image-window > img,
body[data-site-page="home"] .home-v2-style-card-thumb > img,
body[data-site-page="home"] .home-v2-gallery-card-media > img,
body[data-site-page="home"] .home-v2-luma-display > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(var(--image-pan-x, 0%), var(--image-pan-y, 0%)) scale(var(--image-scale, 1));
  transform-origin: center center;
  transition: transform 320ms ease, filter 320ms ease;
}

body[data-site-page="home"] .home-v2-hero-image-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 90%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(7, 10, 18, 0.1) 0%, rgba(7, 10, 18, 0) 38%, rgba(7, 10, 18, 0.55) 100%);
}

body[data-site-page="home"] .home-v2-hero-price-card {
  position: absolute;
  inset-inline: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 10, 18, 0.74);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(30px);
}

body[data-site-page="home"] .home-v2-card-label,
body[data-site-page="home"] .home-v2-card-meta {
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body[data-site-page="home"] .home-v2-card-label {
  color: rgba(255, 255, 255, 0.52);
}

body[data-site-page="home"] .home-v2-card-meta {
  color: rgba(255, 255, 255, 0.36);
}

body[data-site-page="home"] .home-v2-card-meta-light {
  color: rgba(255, 255, 255, 0.4);
}

body[data-site-page="home"] .home-v2-card-price {
  text-align: right;
}

body[data-site-page="home"] .home-v2-card-price div:last-child {
  margin-top: 0.3rem;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -0.06em;
  color: #fff;
}

body[data-site-page="home"] .home-v2-style-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

body[data-site-page="home"] .home-v2-style-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 8.25rem;
  padding: 1rem;
  border-radius: 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 26px 70px rgba(4, 5, 10, 0.32);
  backdrop-filter: blur(24px);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body[data-site-page="home"] .home-v2-style-card:hover {
  transform: translateY(-3px);
  border-color: rgba(219, 207, 255, 0.24);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 32px 80px rgba(4, 5, 10, 0.42);
}

body[data-site-page="home"] .home-v2-style-card-thumb {
  display: inline-flex;
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

body[data-site-page="home"] .home-v2-style-card-copy {
  min-width: 0;
  flex: 1;
}

body[data-site-page="home"] .home-v2-style-card-tag {
  display: block;
  color: #d5c6ff;
  font-size: 0.64rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body[data-site-page="home"] .home-v2-style-card-title {
  display: block;
  margin-top: 0.5rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.045em;
}

body[data-site-page="home"] .home-v2-style-card-text {
  display: block;
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
  line-height: 1.6;
}

body[data-site-page="home"] .home-v2-style-card-arrow {
  flex-shrink: 0;
  color: #ddd2ff;
}

body[data-site-page="home"] .home-v2-gallery-section {
  padding: 6rem 0 7rem;
  background: #f4f1eb;
  color: rgba(16, 18, 22, 0.9);
}

body[data-site-page="home"] .home-v2-gallery-topfade {
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 5rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(244, 241, 235, 0), #f4f1eb);
}

body[data-site-page="home"] .home-v2-section-heading {
  max-width: 62rem;
  margin: 0 auto;
  text-align: center;
}

body[data-site-page="home"] .home-v2-section-eyebrow,
body[data-site-page="home"] .home-v2-footer-pill,
body[data-site-page="home"] .home-v2-inquiry-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body[data-site-page="home"] .home-v2-section-eyebrow {
  color: rgba(16, 18, 22, 0.58);
}

body[data-site-page="home"] .home-v2-section-heading h2,
body[data-site-page="home"] .home-v2-footer-copy h2 {
  margin: 0;
  font-family: var(--home-v2-font-display);
  font-size: clamp(3rem, 7vw, 5.7rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.075em;
}

body[data-site-page="home"] .home-v2-section-heading p {
  margin: 1.25rem auto 0;
  max-width: 46rem;
  color: rgba(16, 18, 22, 0.62);
  font-size: 1.1rem;
  line-height: 1.78;
}

body[data-site-page="home"] .home-v2-gallery-shell {
  margin-top: 3rem;
}

body[data-site-page="home"] .home-v2-gallery-surface {
  position: relative;
  overflow: hidden;
  border-radius: 3.2rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 244, 238, 0.9) 58%, rgba(240, 236, 228, 0.92) 100%);
  padding: 1rem 0.75rem 2.5rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 38px 120px rgba(16, 18, 22, 0.08);
}

body[data-site-page="home"] .home-v2-gallery-surface-glow,
body[data-site-page="home"] .home-v2-gallery-shadow,
body[data-site-page="home"] .home-v2-gallery-edge {
  position: absolute;
  pointer-events: none;
}

body[data-site-page="home"] .home-v2-gallery-surface-glow {
  inset: 0;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.98), transparent 30%),
    radial-gradient(circle at 50% 74%, rgba(255, 228, 183, 0.26), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 30%);
}

body[data-site-page="home"] .home-v2-gallery-edge {
  inset-block: 0;
  width: 3rem;
  z-index: 20;
}

body[data-site-page="home"] .home-v2-gallery-edge-left {
  left: 0;
  background: linear-gradient(90deg, #f3efe8 18%, rgba(243, 239, 232, 0));
}

body[data-site-page="home"] .home-v2-gallery-edge-right {
  right: 0;
  background: linear-gradient(270deg, #f3efe8 18%, rgba(243, 239, 232, 0));
}

body[data-site-page="home"] .home-v2-gallery-shadow {
  left: 50%;
  top: 68%;
  width: 84%;
  height: 8rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(17, 19, 25, 0.16), transparent 70%);
  filter: blur(48px);
}

body[data-site-page="home"] .home-v2-gallery-viewport {
  position: relative;
  padding-block: 2rem 3.5rem;
  touch-action: pan-y;
  outline: none;
}

body[data-site-page="home"] .home-v2-gallery-viewport.is-grabbing {
  cursor: grabbing;
}

body[data-site-page="home"] .home-v2-gallery-stage {
  position: relative;
  min-height: clamp(22rem, 64vw, 34rem);
  isolation: isolate;
  perspective: 1600px;
  perspective-origin: center center;
}

body[data-site-page="home"] .home-v2-gallery-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(100%, clamp(16.5rem, 66vw, 27rem));
  aspect-ratio: 0.92 / 1.08;
  border-radius: 2.45rem;
  pointer-events: none;
  transform-style: preserve-3d;
  isolation: isolate;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease;
}

body[data-site-page="home"] .home-v2-gallery-card.is-active,
body[data-site-page="home"] .home-v2-gallery-card.is-interactive {
  pointer-events: auto;
}

body[data-site-page="home"] .home-v2-gallery-card::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -1.15rem;
  height: 1.2rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(17, 19, 25, 0.16) 0%, transparent 72%);
  filter: blur(16px);
  pointer-events: none;
  z-index: 0;
}

body[data-site-page="home"] .home-v2-gallery-card-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 2.45rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 244, 238, 0.9) 58%, rgba(240, 236, 228, 0.92) 100%);
  box-shadow: 0 30px 80px rgba(16, 18, 22, 0.14);
}

body[data-site-page="home"] .home-v2-gallery-card-media {
  position: relative;
  height: 100%;
}

body[data-site-page="home"] .home-v2-gallery-card-media > img {
  object-fit: cover;
}

body[data-site-page="home"] .home-v2-gallery-card-dim,
body[data-site-page="home"] .home-v2-gallery-card-sheen {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body[data-site-page="home"] .home-v2-gallery-card-dim {
  background: linear-gradient(180deg, rgba(10, 12, 18, 0.04) 8%, rgba(10, 12, 18, 0.14) 42%, rgba(10, 12, 18, 0.72) 100%);
}

body[data-site-page="home"] .home-v2-gallery-card-sheen {
  background: radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.16), transparent 32%), radial-gradient(circle at 50% 112%, rgba(255, 203, 112, 0.12), transparent 32%);
}

body[data-site-page="home"] .home-v2-gallery-card-copy {
  display: none;
}

body[data-site-page="home"] .home-v2-gallery-card-meta {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body[data-site-page="home"] .home-v2-gallery-card-title {
  margin-top: 0.6rem;
  color: #fff;
  font-family: var(--home-v2-font-display);
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.055em;
}

body[data-site-page="home"] .home-v2-gallery-card-text {
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
  line-height: 1.6;
}

body[data-site-page="home"] .home-v2-gallery-card-action {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
}

body[data-site-page="home"] .home-v2-gallery-card-action a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(246, 224, 255, 0.22);
  background: linear-gradient(135deg, rgba(232, 101, 255, 0.98), rgba(153, 112, 255, 0.98));
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 34px rgba(194, 107, 255, 0.34);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

body[data-site-page="home"] .home-v2-gallery-card-action a::after {
  border-radius: inherit;
}

body[data-site-page="home"] .home-v2-gallery-card-action a:hover,
body[data-site-page="home"] .home-v2-gallery-card-action a:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 46px rgba(212, 118, 255, 0.46);
}

body[data-site-page="home"] .home-v2-gallery-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

body[data-site-page="home"] .home-v2-gallery-controls button,
body[data-site-page="home"] .home-v2-gallery-count {
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(17, 19, 25, 0.86);
  box-shadow: 0 10px 24px rgba(16, 18, 22, 0.08);
}

body[data-site-page="home"] .home-v2-gallery-controls button {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  cursor: pointer;
}

body[data-site-page="home"] .home-v2-gallery-controls button svg {
  width: 1rem;
  height: 1rem;
}

body[data-site-page="home"] .home-v2-gallery-count {
  padding: 0.65rem 1rem;
  font-size: 0.95rem;
}

body[data-site-page="home"] .home-v2-gallery-hint {
  max-width: 44rem;
  margin: 1rem auto 0;
  color: rgba(16, 18, 22, 0.54);
  font-size: 0.95rem;
  line-height: 1.7;
  text-align: center;
}

body[data-site-page="home"] .home-v2-gallery-link-row {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

body[data-site-page="home"] .home-v2-luma-section {
  overflow: hidden;
  padding: 6rem 0 7rem;
  color: #fff;
}

body[data-site-page="home"] .home-v2-luma-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(148, 120, 255, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(73, 38, 152, 0.2), transparent 34%);
}

body[data-site-page="home"] .home-v2-section-heading-light p {
  color: rgba(255, 255, 255, 0.6);
}

body[data-site-page="home"] .home-v2-luma-heading {
  margin: 0;
  font-family: var(--home-v2-font-display);
  font-size: clamp(3rem, 6.8vw, 5.6rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.075em;
}

body[data-site-page="home"] .home-v2-luma-heading-main,
body[data-site-page="home"] .home-v2-luma-heading-accent {
  display: block;
}

body[data-site-page="home"] .home-v2-luma-card {
  position: relative;
  margin-top: 3.5rem;
  overflow: hidden;
  border-radius: 2.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  padding: 1.25rem;
  box-shadow: 0 40px 140px rgba(0, 0, 0, 0.5);
}

body[data-site-page="home"] .home-v2-luma-card-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 26%, rgba(255, 154, 87, 0.16), transparent 18%),
    radial-gradient(circle at 78% 34%, rgba(91, 140, 255, 0.2), transparent 20%);
}

body[data-site-page="home"] .home-v2-luma-grid {
  position: relative;
  display: grid;
  gap: 2rem;
}

body[data-site-page="home"] .home-v2-luma-visual {
  position: relative;
  overflow: hidden;
  border-radius: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0c1018;
  padding: 1.25rem;
}

body[data-site-page="home"] .home-v2-luma-visual-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(48px);
}

body[data-site-page="home"] .home-v2-luma-visual-glow-bottom {
  inset-inline: 10%;
  bottom: 2.5rem;
  height: 5rem;
  background: radial-gradient(circle, rgba(147, 175, 255, 0.38), transparent 68%);
}

body[data-site-page="home"] .home-v2-luma-visual-glow-top {
  inset-inline: 16%;
  top: 2rem;
  height: 10rem;
  background: radial-gradient(circle, rgba(255, 171, 106, 0.24), transparent 72%);
}

body[data-site-page="home"] .home-v2-luma-display {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
  border-radius: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0d1220;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

body[data-site-page="home"] .home-v2-luma-display > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-site-page="home"] .home-v2-luma-display::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 8, 14, 0.3) 0%, rgba(5, 8, 14, 0.02) 30%, rgba(5, 8, 14, 0.08) 72%, rgba(5, 8, 14, 0.46) 100%);
}

body[data-site-page="home"] .home-v2-luma-display-topline {
  position: absolute;
  inset-inline: 1rem;
  top: 1rem;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}

body[data-site-page="home"] .home-v2-luma-display-topline span,
body[data-site-page="home"] .home-v2-luma-mode-pills span {
  display: inline-flex;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.26);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  backdrop-filter: blur(24px);
}

body[data-site-page="home"] .home-v2-luma-mode-pills {
  position: absolute;
  inset-inline: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

body[data-site-page="home"] .home-v2-luma-copy {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

body[data-site-page="home"] .home-v2-luma-title {
  margin: 1rem 0 0;
  font-family: var(--home-v2-font-display);
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

body[data-site-page="home"] .home-v2-luma-text {
  margin-top: 1rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  line-height: 1.8;
}

body[data-site-page="home"] .home-v2-luma-feature-grid {
  display: grid;
  gap: 1rem;
  flex: 1 1 auto;
  align-content: stretch;
}

body[data-site-page="home"] .home-v2-luma-feature {
  height: 100%;
  padding: 1rem;
  border-radius: 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
}

body[data-site-page="home"] .home-v2-feature-icon {
  color: #fff;
}

body[data-site-page="home"] .home-v2-luma-feature-title {
  margin-top: 1rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
}

body[data-site-page="home"] .home-v2-luma-feature p {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
  line-height: 1.65;
}

body[data-site-page="home"] .home-v2-luma-price-row strong {
  display: block;
  margin-top: 0.5rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

body[data-site-page="home"] .home-v2-reviews-section {
  padding: 6rem 0 7rem;
  background: #f6f3ec;
  color: rgba(16, 18, 22, 0.9);
}

body[data-site-page="home"] .home-v2-reviews-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

body[data-site-page="home"] .home-v2-inquiry-panel,
body[data-site-page="home"] .home-v2-review-panel {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
  box-shadow: 0 30px 90px rgba(16, 18, 22, 0.18);
}

body[data-site-page="home"] .home-v2-inquiry-panel {
  color: #fff;
  background: linear-gradient(180deg, rgba(19, 15, 36, 0.96) 0%, rgba(9, 11, 20, 0.96) 100%);
}

body[data-site-page="home"] .home-v2-review-panel {
  color: #fff;
  background: linear-gradient(180deg, rgba(19, 15, 36, 0.96) 0%, rgba(9, 11, 20, 0.96) 100%);
}

body[data-site-page="home"] .home-v2-review-panel-glow,
body[data-site-page="home"] .home-v2-review-panel-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body[data-site-page="home"] .home-v2-review-panel-glow {
  background: radial-gradient(circle at top left, rgba(148, 120, 255, 0.18), transparent 30%), radial-gradient(circle at bottom right, rgba(73, 38, 152, 0.2), transparent 34%);
}

body[data-site-page="home"] .home-v2-review-panel-grid {
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
}

body[data-site-page="home"] .home-v2-review-panel-grid-strong {
  opacity: 0.34;
}

body[data-site-page="home"] .home-v2-inquiry-panel-inner,
body[data-site-page="home"] .home-v2-review-panel-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
}

body[data-site-page="home"] .home-v2-inquiry-pill {
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.74);
}

body[data-site-page="home"] .home-v2-inquiry-pill span:first-child {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: #fff;
}

body[data-site-page="home"] .home-v2-inquiry-title {
  margin: 1.75rem 0 0;
  max-width: 11ch;
  font-family: var(--home-v2-font-display);
  font-size: clamp(2.9rem, 6vw, 5.1rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
}

body[data-site-page="home"] .home-v2-form-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

body[data-site-page="home"] .home-v2-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

body[data-site-page="home"] .home-v2-field-full {
  grid-column: 1 / -1;
}

body[data-site-page="home"] .home-v2-field label {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

body[data-site-page="home"] .home-v2-field input,
body[data-site-page="home"] .home-v2-field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
}

body[data-site-page="home"] .home-v2-field textarea {
  min-height: 9rem;
  resize: vertical;
}

body[data-site-page="home"] .home-v2-field input:focus,
body[data-site-page="home"] .home-v2-field textarea:focus {
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 0 0 3px rgba(188, 160, 255, 0.16);
}

body[data-site-page="home"] .home-v2-form-actions {
  margin-top: auto;
  padding-top: 0.5rem;
}

body[data-site-page="home"] .home-v2-review-summary {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

body[data-site-page="home"] .home-v2-review-rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem;
  margin-top: 1rem;
}

body[data-site-page="home"] .home-v2-review-rating-value {
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.08em;
}

body[data-site-page="home"] .home-v2-review-stars {
  color: oklch(82.8% 0.189 84.429);
  font-size: 1rem;
  letter-spacing: 0.15em;
}

body[data-site-page="home"] .home-v2-review-stars-small {
  font-size: 0.85rem;
}

body[data-site-page="home"] .home-v2-review-summary-copy p {
  margin: 1rem 0 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  line-height: 1.75;
}

body[data-site-page="home"] .home-v2-review-cards {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

body[data-site-page="home"] .home-v2-review-card {
  display: flex;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.04);
}

body[data-site-page="home"] .home-v2-review-avatar {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(232, 101, 255, 0.92), rgba(153, 112, 255, 0.92));
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
}

body[data-site-page="home"] .home-v2-review-copy {
  min-width: 0;
  flex: 1;
}

body[data-site-page="home"] .home-v2-review-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

body[data-site-page="home"] .home-v2-review-author {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

body[data-site-page="home"] .home-v2-review-meta {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.9rem;
}

body[data-site-page="home"] .home-v2-review-title {
  margin-top: 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

body[data-site-page="home"] .home-v2-review-copy p {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
  line-height: 1.75;
}

body[data-site-page="home"] .footer {
  border-top: none;
  position: relative;
  overflow: hidden;
  padding: 2.75rem 0 2rem;
}

body[data-site-page="home"] .footer::before,
body[data-site-page="home"] .footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body[data-site-page="home"] .footer::before {
  background:
    linear-gradient(rgba(190, 156, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190, 156, 255, 0.1) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.3;
}

body[data-site-page="home"] .footer::after {
  background:
    radial-gradient(circle at top left, rgba(148, 120, 255, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(73, 38, 152, 0.2), transparent 34%);
}

body[data-site-page="home"] .home-v2-footer-card {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid var(--home-v2-panel-border);
  background: var(--home-v2-panel-bg);
  box-shadow: var(--home-v2-panel-shadow);
  padding: 1.75rem;
  backdrop-filter: blur(18px);
}

body[data-site-page="home"] .home-v2-footer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(148, 120, 255, 0.15), transparent 32%),
    radial-gradient(circle at bottom right, rgba(73, 38, 152, 0.2), transparent 35%);
}

body[data-site-page="home"] .home-v2-footer-grid {
  position: relative;
  display: grid;
  gap: 2rem;
}

body[data-site-page="home"] .home-v2-footer-pill {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0d111b;
  color: rgba(255, 255, 255, 0.68);
}

body[data-site-page="home"] .home-v2-footer-copy h2 {
  max-width: 34rem;
  font-size: clamp(2.2rem, 4.4vw, 3.3rem);
  line-height: 0.95;
  color: #fff;
}

body[data-site-page="home"] .home-v2-footer-copy p {
  margin-top: 0.85rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  line-height: 1.75;
}

body[data-site-page="home"] .home-v2-footer-meta {
  position: relative;
  display: inline-flex;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.95rem;
}

body[data-site-page="home"] .home-v2-footer-secret {
  position: absolute;
  inset: 0;
}

body[data-site-page="home"] .home-v2-footer-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body[data-site-page="home"] .home-v2-footer-heading {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body[data-site-page="home"] .home-v2-footer-links,
body[data-site-page="home"] .home-v2-footer-socials {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

body[data-site-page="home"] .home-v2-footer-links a {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.95rem;
  transition: color 180ms ease;
}

body[data-site-page="home"] .home-v2-footer-links a:hover {
  color: #fff;
}

body[data-site-page="home"] .home-v2-social-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body[data-site-page="home"] .home-v2-social-link:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

body[data-site-page="home"] .home-v2-social-icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
}

body[data-site-page="home"] .home-v2-social-icon img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
}

body.home-v2-storefront-page .home-v2-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 8, 13, 0.72);
  backdrop-filter: blur(24px);
}

body.home-v2-storefront-page .home-v2-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.5rem;
}

body.home-v2-storefront-page .home-v2-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

body.home-v2-storefront-page .home-v2-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

body.home-v2-storefront-page .home-v2-brand-mark img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.95rem;
  object-fit: contain;
}

body.home-v2-storefront-page .home-v2-brand-copy {
  display: flex;
  flex-direction: column;
}

body.home-v2-storefront-page .home-v2-brand-name {
  font-family: var(--home-v2-font-display);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #fff;
}

body.home-v2-storefront-page .home-v2-brand-subtitle {
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

body.home-v2-storefront-page .home-v2-nav {
  display: none;
  align-items: center;
  gap: 0.25rem;
}

body.home-v2-storefront-page .home-v2-nav a {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.95rem;
  transition: 180ms ease;
}

body.home-v2-storefront-page .home-v2-nav a:hover,
body.home-v2-storefront-page .home-v2-nav a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 28px rgba(6, 7, 12, 0.18);
}

body.home-v2-storefront-page .home-v2-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

body.home-v2-storefront-page .home-v2-cart,
body.home-v2-storefront-page .home-v2-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.84);
  transition: 180ms ease;
}

body.home-v2-storefront-page .home-v2-cart {
  display: none;
  gap: 0.75rem;
  height: 2.5rem;
  padding: 0 1rem;
  font-size: 0.95rem;
}

body.home-v2-storefront-page .home-v2-cart:hover,
body.home-v2-storefront-page .home-v2-menu-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.09);
}

body.home-v2-storefront-page .home-v2-cart-icon,
body.home-v2-storefront-page .home-v2-cta-icon,
body.home-v2-storefront-page .home-v2-style-card-arrow,
body.home-v2-storefront-page .home-v2-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.home-v2-storefront-page .home-v2-cart-icon svg,
body.home-v2-storefront-page .home-v2-cta-icon svg,
body.home-v2-storefront-page .home-v2-style-card-arrow svg,
body.home-v2-storefront-page .home-v2-feature-icon svg {
  width: 1rem;
  height: 1rem;
}

body.home-v2-storefront-page .home-v2-cart-badge {
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.75rem;
}

body.home-v2-storefront-page .home-v2-menu-toggle {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

body.home-v2-storefront-page .home-v2-menu-icon {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 180ms ease;
}

body.home-v2-storefront-page .home-v2-menu-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

body.home-v2-storefront-page .home-v2-menu-toggle .home-v2-menu-icon-close {
  opacity: 0;
}

body.home-v2-storefront-page .home-v2-menu-toggle.is-open .home-v2-menu-icon-open {
  opacity: 0;
}

body.home-v2-storefront-page .home-v2-menu-toggle.is-open .home-v2-menu-icon-close {
  opacity: 1;
}

body.home-v2-storefront-page .home-v2-mobile-menu {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 9, 18, 0.95);
  backdrop-filter: blur(24px);
}

body.home-v2-storefront-page .home-v2-mobile-menu.is-open {
  display: block;
}

body.home-v2-storefront-page .home-v2-mobile-menu-inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 0;
}

body.home-v2-storefront-page .home-v2-mobile-menu-inner a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.95rem 1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.82);
}

body.home-v2-storefront-page .home-v2-mobile-menu-inner a.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

@media (min-width: 640px) {
  body[data-site-page="home"] .home-v2-cart {
    display: inline-flex;
  }

  body.home-v2-storefront-page .home-v2-cart {
    display: inline-flex;
  }

  body[data-site-page="home"] .home-v2-style-grid,
  body[data-site-page="home"] .home-v2-luma-feature-grid,
  body[data-site-page="home"] .home-v2-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-site-page="home"] .home-v2-hero-price-card {
    inset-inline: 1.25rem;
    bottom: 1.25rem;
  }

  body[data-site-page="home"] .home-v2-hero-image-topline {
    padding-inline: 1.25rem;
  }
}

@media (min-width: 768px) {
  body[data-site-page="home"] .home-v2-hero-actions,
  body[data-site-page="home"] .home-v2-luma-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  body[data-site-page="home"] .home-v2-reviews-grid,
  body[data-site-page="home"] .home-v2-footer-grid {
    grid-template-columns: 0.95fr 1.05fr;
  }

  body[data-site-page="home"] .home-v2-footer-grid {
    grid-template-columns: 1.35fr 0.7fr 0.8fr;
  }
}

@media (min-width: 1024px) {
  body[data-site-page="home"] .home-v2-nav {
    display: flex;
  }

  body.home-v2-storefront-page .home-v2-nav {
    display: flex;
  }

  body[data-site-page="home"] .home-v2-menu-toggle,
  body[data-site-page="home"] .home-v2-mobile-menu {
    display: none !important;
  }

  body.home-v2-storefront-page .home-v2-menu-toggle,
  body.home-v2-storefront-page .home-v2-mobile-menu {
    display: none !important;
  }

  body[data-site-page="home"] .home-v2-container {
    width: min(1360px, calc(100% - 3rem));
  }

  body.home-v2-storefront-page .home-v2-container {
    width: min(1360px, calc(100% - 3rem));
  }

  body[data-site-page="home"] .home-v2-hero {
    padding: 0.75rem 0 6.5rem;
  }

  body[data-site-page="home"] .home-v2-hero-grid {
    grid-template-columns: 0.9fr 1.02fr;
    gap: 2.5rem;
  }

  body[data-site-page="home"] .home-v2-hero-copy {
    max-width: 43rem;
    padding-top: 3rem;
  }

  body[data-site-page="home"] .home-v2-hero-copy-scale {
    transform: scale(1.1);
  }

  body[data-site-page="home"] .home-v2-hero-copy-stack {
    position: relative;
    top: -0.4rem;
  }

  body[data-site-page="home"] .home-v2-hero-lead {
    max-width: 40rem;
    font-size: 1.18rem;
  }

  body[data-site-page="home"] .home-v2-floating-pill {
    display: inline-flex;
  }

  body[data-site-page="home"] .home-v2-hero-media {
    padding-top: 3rem;
  }

  body[data-site-page="home"] .home-v2-style-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 3.25rem;
  }

  body[data-site-page="home"] .home-v2-gallery-edge {
    width: 6rem;
  }

  body[data-site-page="home"] .home-v2-luma-grid {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: stretch;
  }

  body[data-site-page="home"] .home-v2-luma-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
  }

  body[data-site-page="home"] .home-v2-reviews-grid {
    grid-template-columns: 0.88fr 1.12fr;
    align-items: stretch;
  }
}

@media (max-width: 639px) {
  body[data-site-page="home"] .home-v2-container {
    width: min(100%, calc(100% - 1.5rem));
  }

  body[data-site-page="home"] .home-v2-hero-image-topline {
    flex-direction: column;
    align-items: flex-start;
  }

  body[data-site-page="home"] .home-v2-gallery-surface {
    padding-inline: 0.5rem;
  }

  body[data-site-page="home"] .home-v2-gallery-edge {
    width: 2.25rem;
  }
}

body.home-v2-storefront-page {
  position: relative;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(18, 19, 29, 0.98) 0%, rgba(10, 11, 17, 1) 100%);
  color: #fff;
}

body.home-v2-storefront-page::before,
body.home-v2-storefront-page::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body.home-v2-storefront-page::before {
  background-image:
    linear-gradient(rgba(190, 156, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190, 156, 255, 0.1) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.34;
}

body.home-v2-storefront-page::after {
  background:
    radial-gradient(circle at top left, rgba(148, 120, 255, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(73, 38, 152, 0.2), transparent 34%);
}

/* Rich atmosphere for shop, product, and cart/checkout/success/cancel pages — grid baked into body background */
body[data-site-page="shop"].home-v2-storefront-page,
body[data-site-page="product"].home-v2-storefront-page,
body[data-site-page="cart"].home-v2-storefront-page {
  background:
    linear-gradient(rgba(190, 156, 255, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190, 156, 255, 0.034) 1px, transparent 1px),
    radial-gradient(circle at 50% 16%, rgba(188, 132, 255, 0.14), transparent 24%),
    radial-gradient(circle at 12% 10%, rgba(122, 88, 232, 0.24), transparent 28%),
    radial-gradient(circle at 88% 84%, rgba(85, 47, 182, 0.22), transparent 28%),
    linear-gradient(180deg, #161624 0%, #0c0d17 42%, #06070f 100%);
  background-size: 64px 64px, 64px 64px, auto, auto, auto, auto;
}

body[data-site-page="shop"].home-v2-storefront-page::before,
body[data-site-page="product"].home-v2-storefront-page::before,
body[data-site-page="cart"].home-v2-storefront-page::before {
  background-image: none;
  opacity: 1;
}

body[data-site-page="shop"].home-v2-storefront-page::after,
body[data-site-page="product"].home-v2-storefront-page::after,
body[data-site-page="cart"].home-v2-storefront-page::after {
  background:
    radial-gradient(circle at 18% 12%, rgba(156, 118, 255, 0.28), transparent 26%),
    radial-gradient(circle at 80% 18%, rgba(95, 60, 212, 0.18), transparent 22%),
    radial-gradient(circle at 50% 58%, rgba(121, 74, 232, 0.16), transparent 28%),
    radial-gradient(circle at 88% 88%, rgba(81, 45, 176, 0.24), transparent 30%);
}

body.home-v2-storefront-page .container {
  width: min(1280px, calc(100% - 2rem));
}

body.home-v2-storefront-page .home-v2-container {
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
}

body.home-v2-storefront-page .topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 8, 13, 0.72);
  backdrop-filter: blur(24px);
  box-shadow: none;
}

body.home-v2-storefront-page .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.5rem;
}

body.home-v2-storefront-page .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

body.home-v2-storefront-page .brand-logo {
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  object-fit: contain;
}

body.home-v2-storefront-page .brand-copy {
  display: flex;
  flex-direction: column;
  letter-spacing: 0;
  font-family: var(--home-v2-font-display);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.22em;
}

body.home-v2-storefront-page .brand-copy small {
  margin-top: 0.15rem;
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

body.home-v2-storefront-page .nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

body.home-v2-storefront-page .nav a {
  border-radius: 999px;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.68);
  background: transparent;
  font-size: 0.95rem;
  transition: 180ms ease;
}

body.home-v2-storefront-page .nav a:hover,
body.home-v2-storefront-page .nav a.is-active {
  transform: none;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 28px rgba(6, 7, 12, 0.18);
  color: #fff;
}

body.home-v2-storefront-page .page-hero,
body.home-v2-storefront-page .section.product-page-section,
body.home-v2-storefront-page .section {
  position: relative;
  padding-top: 2rem;
}

body.home-v2-storefront-page .page-hero::before,
body.home-v2-storefront-page .section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.home-v2-storefront-page .page-hero .container,
body.home-v2-storefront-page .section .container,
body.home-v2-storefront-page .section.product-page-section .container {
  position: relative;
}

body.home-v2-storefront-page .page-hero-copy,
body.home-v2-storefront-page .catalog-path-card,
body.home-v2-storefront-page .section-header > div,
body.home-v2-storefront-page .product-detail-hero-band,
body.home-v2-storefront-page .product-detail-panel,
body.home-v2-storefront-page .product-gallery-panel,
body.home-v2-storefront-page .checkout-panel,
body.home-v2-storefront-page .cart-item,
body.home-v2-storefront-page .empty-state,
body.home-v2-storefront-page .status-box,
body.home-v2-storefront-page .product-card,
body.home-v2-storefront-page .home-v2-footer-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(18, 19, 29, 0.94) 0%, rgba(10, 11, 17, 0.96) 100%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}

body.home-v2-storefront-page .page-hero-copy,
body.home-v2-storefront-page .catalog-path-card,
body.home-v2-storefront-page .section-header > div,
body.home-v2-storefront-page .checkout-panel,
body.home-v2-storefront-page .empty-state {
  border-radius: 2rem;
  padding: 1.5rem;
}

body.home-v2-storefront-page .page-hero .eyebrow,
body.home-v2-storefront-page .product-detail-summary-card .eyebrow,
body.home-v2-storefront-page .pill,
body.home-v2-storefront-page .proof-pill,
body.home-v2-storefront-page .footer-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(223, 205, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.76);
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

body.home-v2-storefront-page .product-back-link {
  border: none;
  background: none;
  border-radius: 0;
}

body.home-v2-storefront-page .page-hero .eyebrow::before {
  display: none;
}

body.home-v2-storefront-page .page-hero h1,
body.home-v2-storefront-page .product-detail-title,
body.home-v2-storefront-page .card-title,
body.home-v2-storefront-page .hero-mini-title,
body.home-v2-storefront-page .footer-card h2 {
  font-family: var(--home-v2-font-display);
  color: #fff;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

body.home-v2-storefront-page .page-hero h1 {
  margin-top: 1rem;
  font-size: clamp(2.7rem, 5vw, 5rem);
}

body.home-v2-storefront-page .page-hero p,
body.home-v2-storefront-page .muted,
body.home-v2-storefront-page .section-header p,
body.home-v2-storefront-page .product-intro,
body.home-v2-storefront-page .product-detail-copy,
body.home-v2-storefront-page .product-detail-section-copy,
body.home-v2-storefront-page .note,
body.home-v2-storefront-page .subtle-note,
body.home-v2-storefront-page .product-support-note,
body.home-v2-storefront-page .summary-list,
body.home-v2-storefront-page .summary-bullets,
body.home-v2-storefront-page .footer-card p,
body.home-v2-storefront-page .footer-card small {
  color: rgba(255, 255, 255, 0.62);
}

body.home-v2-storefront-page .hero-proof-row,
body.home-v2-storefront-page .button-row {
  gap: 0.75rem;
}

body.home-v2-storefront-page .button,
body.home-v2-storefront-page .button-secondary,
body.home-v2-storefront-page .button-ghost,
body.home-v2-storefront-page [data-buy-button],
body.home-v2-storefront-page [data-add-button],
body.home-v2-storefront-page [data-cart-checkout],
body.home-v2-storefront-page [data-cart-clear],
body.home-v2-storefront-page .product-card-link-inline {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

body.home-v2-storefront-page .button,
body.home-v2-storefront-page [data-buy-button],
body.home-v2-storefront-page [data-cart-checkout] {
  border: 1px solid rgba(246, 224, 255, 0.22);
  background: linear-gradient(135deg, rgba(232, 101, 255, 0.98), rgba(153, 112, 255, 0.98));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 0 0 1px rgba(255,255,255,0.08), 0 0 34px rgba(194,107,255,0.34);
}

body.home-v2-storefront-page .button-secondary,
body.home-v2-storefront-page [data-add-button],
body.home-v2-storefront-page .button-ghost,
body.home-v2-storefront-page [data-cart-clear] {
  border: 1px solid rgba(223, 205, 255, 0.18);
  background: linear-gradient(180deg, rgba(66, 43, 110, 0.52), rgba(29, 20, 50, 0.56));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 0 28px rgba(133,97,228,0.16);
  backdrop-filter: blur(18px);
}

body.home-v2-storefront-page .button:hover,
body.home-v2-storefront-page .button-secondary:hover,
body.home-v2-storefront-page .button-ghost:hover,
body.home-v2-storefront-page [data-buy-button]:hover,
body.home-v2-storefront-page [data-add-button]:hover,
body.home-v2-storefront-page [data-cart-checkout]:hover,
body.home-v2-storefront-page [data-cart-clear]:hover {
  transform: translateY(-2px);
}

body.home-v2-storefront-page .product-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.25rem;
}

body.home-v2-storefront-page .product-card {
  border-radius: 2rem;
}

body.home-v2-storefront-page .product-listing-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.home-v2-storefront-page .product-card-media {
  margin: 1rem 1rem 0;
  border-radius: 1.7rem;
  padding: 0.85rem;
  background: linear-gradient(180deg, rgba(12, 16, 24, 0.9), rgba(10, 11, 17, 0.96));
}

body.home-v2-storefront-page .product-card-media .media-frame-window {
  border-radius: 1.35rem;
  background: rgba(0, 0, 0, 0.28);
}

body.home-v2-storefront-page .product-card-preview-strip,
body.home-v2-storefront-page .product-card-body {
  padding-inline: 1rem;
}

body.home-v2-storefront-page .product-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding-bottom: 1.15rem;
}

body.home-v2-storefront-page .product-card-topline {
  align-items: center;
}

body.home-v2-storefront-page .price {
  color: #fff;
  font-family: var(--home-v2-font-display);
  font-size: 1.45rem;
  letter-spacing: -0.06em;
}

body.home-v2-storefront-page .product-card-highlights,
body.home-v2-storefront-page .comparison-highlights,
body.home-v2-storefront-page .summary-bullets {
  margin: 0.9rem 0 0;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.66);
}

body.home-v2-storefront-page .product-card-link-inline {
  margin-top: auto;
  padding: 0.9rem 1.2rem;
  border: 1px solid rgba(223, 205, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  width: fit-content;
}

body.home-v2-storefront-page .product-detail-shell,
body.home-v2-storefront-page .product-detail-layout {
  display: grid;
  gap: 1.25rem;
}

body.home-v2-storefront-page .product-detail-hero-band {
  grid-template-columns: 1.2fr 0.8fr;
  display: grid;
  gap: 1.25rem;
  padding: 1.5rem;
  border-radius: 2.25rem;
}

body.home-v2-storefront-page .product-detail-summary-card,
body.home-v2-storefront-page .product-detail-buybox,
body.home-v2-storefront-page .product-detail-highlights-block {
  border-radius: 1.6rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  padding: 1.1rem;
}

body.home-v2-storefront-page .product-gallery-panel,
body.home-v2-storefront-page .product-detail-panel {
  border-radius: 2rem;
  padding: 1.2rem;
}

body.home-v2-storefront-page .product-gallery-image-window,
body.home-v2-storefront-page .product-gallery-track,
body.home-v2-storefront-page .product-gallery-slide {
  border-radius: 1.5rem;
}

body.home-v2-storefront-page .product-gallery-nav,
body.home-v2-storefront-page .product-gallery-dot,
body.home-v2-storefront-page .product-gallery-thumb,
body.home-v2-storefront-page .product-color-button,
body.home-v2-storefront-page .mount-preview-link {
  border-color: rgba(223,205,255,0.14);
  background: rgba(255,255,255,0.05);
  color: #fff;
}

body.home-v2-storefront-page .qty-control button {
  border: none;
  background: transparent;
  background-image: none;
}

body.home-v2-storefront-page .field input,
body.home-v2-storefront-page .field select,
body.home-v2-storefront-page .field textarea,
body.home-v2-storefront-page .qty-control input {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 1.1rem;
  background: rgba(255,255,255,0.05);
  color: #fff;
}

body.home-v2-storefront-page .artwork-dropzone,
body.home-v2-storefront-page .mount-matrix,
body.home-v2-storefront-page .mount-option-tile,
body.home-v2-storefront-page .artwork-selection {
  border-color: rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.78);
}

body.home-v2-storefront-page .cart-layout {
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.25rem;
}

body.home-v2-storefront-page .cart-item {
  display: grid;
  grid-template-columns: 7rem 1fr auto;
  gap: 1rem;
  align-items: start;
  border-radius: 1.9rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

body.home-v2-storefront-page .cart-item img {
  width: 100%;
  border-radius: 1.2rem;
  aspect-ratio: 1;
  object-fit: cover;
}

body.home-v2-storefront-page .checkout-panel {
  border-radius: 2rem;
}

body.home-v2-storefront-page .summary-row {
  color: rgba(255,255,255,0.72);
}

body.home-v2-storefront-page .summary-row strong,
body.home-v2-storefront-page [data-cart-subtotal],
body.home-v2-storefront-page [data-cart-count-label] {
  color: #fff;
}

body.home-v2-storefront-page .footer {
  position: relative;
  overflow: hidden;
  background: transparent;
}

body.home-v2-storefront-page .footer::before,
body.home-v2-storefront-page .footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.home-v2-storefront-page .footer::before {
  background-image:
    linear-gradient(rgba(190, 156, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190, 156, 255, 0.1) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.22;
}

body.home-v2-storefront-page .footer::after {
  background:
    radial-gradient(circle at top left, rgba(148, 120, 255, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(73, 38, 152, 0.2), transparent 34%);
}

body.home-v2-storefront-page .home-v2-footer-card {
  margin-top: 1rem;
}

@media (max-width: 1023px) {
  body.home-v2-storefront-page .product-detail-hero-band,
  body.home-v2-storefront-page .cart-layout {
    grid-template-columns: 1fr;
  }

  body.home-v2-storefront-page .cart-item {
    grid-template-columns: 1fr;
  }
}

body.home-v2-storefront-page main,
body.home-v2-storefront-page .footer {
  position: relative;
  z-index: 1;
}

body.home-v2-storefront-page .home-v2-pointer-glow {
  display: none;
}

body.home-v2-storefront-page .home-v2-spotlight {
  position: relative;
  isolation: isolate;
}

body.home-v2-storefront-page .home-v2-spotlight::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  border-radius: inherit;
  transition: opacity 180ms ease;
  background: radial-gradient(280px circle at var(--spotlight-x, 50%) var(--spotlight-y, 50%), rgba(240, 190, 255, 0.2), transparent 46%);
}

body.home-v2-storefront-page .home-v2-spotlight:hover::after,
body.home-v2-storefront-page .home-v2-spotlight:focus-within::after {
  opacity: 1;
}

body.home-v2-storefront-page .home-v2-spotlight > * {
  position: relative;
  z-index: 1;
}

body.home-v2-storefront-page .button,
body.home-v2-storefront-page .button-secondary,
body.home-v2-storefront-page .button-ghost,
body.home-v2-storefront-page [data-buy-button],
body.home-v2-storefront-page [data-add-button],
body.home-v2-storefront-page [data-cart-checkout],
body.home-v2-storefront-page [data-cart-clear],
body.home-v2-storefront-page .product-card-link-inline,
body.home-v2-storefront-page .nav a,
body.home-v2-storefront-page .home-v2-social-link,
body.home-v2-storefront-page .product-gallery-nav,
body.home-v2-storefront-page .product-gallery-dot,
body.home-v2-storefront-page .product-gallery-thumb,
body.home-v2-storefront-page .product-color-button,
body.home-v2-storefront-page .mount-preview-link {
  --button-base: linear-gradient(180deg, rgba(66, 43, 110, 0.52), rgba(29, 20, 50, 0.56));
  --button-spotlight-alpha: 0;
  background-image:
    radial-gradient(180px circle at var(--spotlight-x, 50%) var(--spotlight-y, 50%), rgba(255, 255, 255, var(--button-spotlight-alpha)), transparent 48%),
    var(--button-base);
  background-color: transparent;
  background-repeat: no-repeat;
  background-origin: border-box;
}

body.home-v2-storefront-page .button,
body.home-v2-storefront-page [data-buy-button],
body.home-v2-storefront-page [data-cart-checkout] {
  --button-base: linear-gradient(135deg, rgba(232, 101, 255, 0.98), rgba(153, 112, 255, 0.98));
}

body.home-v2-storefront-page .home-v2-spotlight-button:hover,
body.home-v2-storefront-page .home-v2-spotlight-button:focus-visible {
  --button-spotlight-alpha: 0.24;
}

body.home-v2-storefront-page .button,
body.home-v2-storefront-page .button-secondary,
body.home-v2-storefront-page .button-ghost,
body.home-v2-storefront-page [data-buy-button],
body.home-v2-storefront-page [data-add-button],
body.home-v2-storefront-page [data-cart-checkout],
body.home-v2-storefront-page [data-cart-clear],
body.home-v2-storefront-page .product-card-link-inline,
body.home-v2-storefront-page .home-v2-social-link {
  backdrop-filter: blur(20px) saturate(140%);
}

body.home-v2-storefront-page .page-hero-copy,
body.home-v2-storefront-page .catalog-path-card,
body.home-v2-storefront-page .section-header > div,
body.home-v2-storefront-page .product-detail-hero-band,
body.home-v2-storefront-page .product-detail-panel,
body.home-v2-storefront-page .product-gallery-panel,
body.home-v2-storefront-page .checkout-panel,
body.home-v2-storefront-page .cart-item,
body.home-v2-storefront-page .empty-state,
body.home-v2-storefront-page .status-box,
body.home-v2-storefront-page .product-card,
body.home-v2-storefront-page .home-v2-footer-card,
body.home-v2-storefront-page .product-detail-summary-card,
body.home-v2-storefront-page .product-detail-buybox,
body.home-v2-storefront-page .product-detail-highlights-block {
  border-color: rgba(233, 223, 255, 0.12);
  background: linear-gradient(180deg, rgba(19, 21, 32, 0.7) 0%, rgba(9, 11, 18, 0.82) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 90px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(30px) saturate(150%);
}

body.home-v2-storefront-page .catalog-path-card::before,
body.home-v2-storefront-page .section-header > div::before,
body.home-v2-storefront-page .product-detail-hero-band::before,
body.home-v2-storefront-page .product-detail-panel::before,
body.home-v2-storefront-page .product-gallery-panel::before,
body.home-v2-storefront-page .checkout-panel::before,
body.home-v2-storefront-page .cart-item::before,
body.home-v2-storefront-page .empty-state::before,
body.home-v2-storefront-page .status-box::before,
body.home-v2-storefront-page .product-card::before,
body.home-v2-storefront-page .home-v2-footer-card::before,
body.home-v2-storefront-page .product-detail-summary-card::before,
body.home-v2-storefront-page .product-detail-buybox::before,
body.home-v2-storefront-page .product-detail-highlights-block::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%),
    linear-gradient(rgba(190, 156, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190, 156, 255, 0.045) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  opacity: 0.5;
}

body.home-v2-storefront-page .topbar {
  background: rgba(5, 7, 13, 0.72);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px) saturate(150%);
}

body.home-v2-storefront-page .nav a {
  border-color: rgba(223, 205, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.home-v2-storefront-page .nav a:hover,
body.home-v2-storefront-page .nav a.is-active {
  border-color: rgba(223, 205, 255, 0.18);
  background-color: transparent;
}

body.home-v2-storefront-page .product-gallery-nav,
body.home-v2-storefront-page .product-gallery-dot,
body.home-v2-storefront-page .product-gallery-thumb,
body.home-v2-storefront-page .product-color-button,
body.home-v2-storefront-page .mount-preview-link {
  backdrop-filter: blur(20px) saturate(135%);
}

body.home-v2-storefront-page .home-v2-footer-card {
  margin-top: 1rem;
  padding: 1.75rem;
}

body.home-v2-storefront-page .home-v2-footer-grid {
  position: relative;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.35fr 0.7fr 0.8fr;
}

body.home-v2-storefront-page .home-v2-footer-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0d111b;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body.home-v2-storefront-page .home-v2-footer-copy h2 {
  max-width: 34rem;
  margin: 0;
  font-size: clamp(2.2rem, 4.4vw, 3.3rem);
  line-height: 0.95;
  color: #fff;
}

body.home-v2-storefront-page .home-v2-footer-copy p {
  margin-top: 0.85rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  line-height: 1.75;
}

body.home-v2-storefront-page .home-v2-footer-meta {
  position: relative;
  display: inline-flex;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.95rem;
}

body.home-v2-storefront-page .home-v2-footer-secret {
  position: absolute;
  inset: 0;
}

body.home-v2-storefront-page .home-v2-footer-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body.home-v2-storefront-page .home-v2-footer-heading {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body.home-v2-storefront-page .home-v2-footer-links,
body.home-v2-storefront-page .home-v2-footer-socials {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

body.home-v2-storefront-page .home-v2-footer-links a {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.95rem;
  transition: color 180ms ease;
}

body.home-v2-storefront-page .home-v2-footer-links a:hover {
  color: #fff;
}

body.home-v2-storefront-page .home-v2-social-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

body.home-v2-storefront-page .home-v2-social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

body.home-v2-storefront-page .home-v2-social-icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
}

body.home-v2-storefront-page .home-v2-social-icon img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
}

body[data-site-page="shop"].home-v2-storefront-page .page-hero {
  padding-top: 2.1rem;
  padding-bottom: 0.75rem;
}

body[data-site-page="shop"].home-v2-storefront-page .page-hero::before,
body[data-site-page="shop"].home-v2-storefront-page .section::before {
  background-image: none;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-hero-grid {
  display: block;
}

body[data-site-page="shop"].home-v2-storefront-page .page-hero-copy {
  max-width: none;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-site-page="shop"].home-v2-storefront-page .page-hero .eyebrow {
  display: none;
}

body[data-site-page="shop"].home-v2-storefront-page .page-hero-copy::before,
body[data-site-page="shop"].home-v2-storefront-page .page-hero-copy::after {
  display: none;
}

body[data-site-page="shop"].home-v2-storefront-page .page-hero h1 {
  max-width: none;
  margin-top: 0;
  font-size: clamp(3rem, 5.5vw, 4.9rem);
  white-space: nowrap;
}

body[data-site-page="shop"].home-v2-storefront-page .page-hero p {
  max-width: 38rem;
  margin-top: 1rem;
  font-size: 1rem;
}

body[data-site-page="shop"].home-v2-storefront-page .section {
  padding-top: 0.4rem;
}

body[data-site-page="shop"].home-v2-storefront-page .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card {
  padding: 0.85rem;
  border-radius: 2rem;
}

body[data-site-page="shop"].home-v2-storefront-page .product-listing-link {
  gap: 0.85rem;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-media {
  position: relative;
  isolation: isolate;
  margin: 0;
  padding: 0.7rem;
  border-radius: 1.95rem;
  border: 1px solid rgba(236, 226, 255, 0.12);
  background:
    radial-gradient(circle at 16% 14%, rgba(245, 240, 255, 0.16), transparent 20%),
    radial-gradient(circle at 88% 86%, rgba(110, 78, 212, 0.28), transparent 26%),
    linear-gradient(180deg, rgba(55, 44, 92, 0.96) 0%, rgba(20, 19, 33, 0.98) 100%);
  backdrop-filter: blur(22px) saturate(140%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 0 0 1px rgba(118, 93, 205, 0.24),
    0 0 0 1px rgba(118, 93, 205, 0.2),
    0 24px 72px rgba(35, 22, 79, 0.34);
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(145deg, rgba(247, 240, 255, 0.88) 0%, rgba(198, 176, 245, 0.44) 16%, rgba(86, 76, 126, 0.14) 52%, rgba(112, 81, 213, 0.48) 82%, rgba(151, 113, 255, 0.82) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-media::after {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 48%, rgba(150, 98, 255, 0.24), transparent 66%);
  filter: blur(22px);
  opacity: 0.7;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-media .media-frame-window {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 1 / 0.84;
  border-radius: 1.48rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 92%, rgba(255, 255, 255, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(18, 14, 30, 0.16) 0%, rgba(9, 10, 16, 0.04) 32%, rgba(8, 9, 15, 0.28) 100%),
    rgba(8, 9, 15, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -28px 44px rgba(5, 6, 12, 0.32);
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-media .media-frame-window::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(rgba(190, 156, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190, 156, 255, 0.05) 1px, transparent 1px);
  background-size: auto, 40px 40px, 40px 40px;
  opacity: 0.3;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-media .media-frame-window::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(11, 10, 17, 0) 56%, rgba(11, 10, 17, 0.58) 100%);
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-media .media-frame-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-preview-strip {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding-inline: 0;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-preview-thumb,
body[data-site-page="shop"].home-v2-storefront-page .product-card-preview-more {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid rgba(223, 205, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  backdrop-filter: blur(18px);
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-preview-thumb img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-body {
  gap: 0.8rem;
  padding-inline: 0;
  padding-bottom: 0.35rem;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-topline .pill {
  width: fit-content;
  max-width: 100%;
  padding: 0.46rem 0.82rem;
  white-space: nowrap;
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  text-transform: none;
}

body[data-site-page="shop"].home-v2-storefront-page .product-title {
  margin: 0;
  font-size: clamp(1.18rem, 1.4vw, 1.55rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  word-spacing: 0.08em;
  text-wrap: balance;
}

body[data-site-page="shop"].home-v2-storefront-page .product-intro {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.94rem;
  line-height: 1.58;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-highlights {
  display: none;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-link-inline {
  width: fit-content;
  margin-top: auto;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  color: #f5f0ff;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-link-inline::after {
  display: none;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-link-inline span:last-child {
  font-size: 1.05rem;
  line-height: 1;
}

body[data-site-page="shop"].home-v2-storefront-page .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.12rem;
  flex-shrink: 0;
  text-align: right;
  white-space: nowrap;
}

body[data-site-page="shop"].home-v2-storefront-page .price-prefix {
  color: rgba(255, 255, 255, 0.46);
  font-family: var(--home-v2-font-body);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

body[data-site-page="shop"].home-v2-storefront-page .price-amount {
  font-size: clamp(1.1rem, 1.35vw, 1.45rem);
  letter-spacing: -0.05em;
  line-height: 1;
}


body[data-site-page="shop"].home-v2-storefront-page .footer {
  padding: 2.75rem 0 2rem;
  background: transparent;
}

body[data-site-page="shop"].home-v2-storefront-page .footer::before,
body[data-site-page="shop"].home-v2-storefront-page .footer::after,
body[data-site-page="product"].home-v2-storefront-page .footer::before,
body[data-site-page="product"].home-v2-storefront-page .footer::after,
body[data-site-page="cart"].home-v2-storefront-page .footer::before,
body[data-site-page="cart"].home-v2-storefront-page .footer::after {
  display: none;
}

body[data-site-page="shop"].home-v2-storefront-page .home-v2-footer-card {
  margin-top: 0;
  border-radius: 2.8rem;
  padding: 2rem 1.9rem;
}

body[data-site-page="shop"].home-v2-storefront-page .home-v2-footer-card::before {
  opacity: 0.62;
  background-size: auto, 52px 52px, 52px 52px;
}

@media (max-width: 1180px) {
  body[data-site-page="shop"].home-v2-storefront-page .product-grid,
  body.home-v2-storefront-page .home-v2-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body.home-v2-storefront-page .home-v2-footer-grid,
  body[data-site-page="shop"].home-v2-storefront-page .product-grid {
    grid-template-columns: 1fr;
  }

  body[data-site-page="shop"].home-v2-storefront-page .page-hero h1 {
    white-space: normal;
  }
}


/* =========================================================
   GALLERY SECTION — DARK THEME
   Overrides the gallery section from cream to hero-dark.
   ========================================================= */

body[data-site-page="home"] .home-v2-gallery-section {
  background:
    radial-gradient(circle at 22% 28%, rgba(123, 95, 220, 0.13), transparent 36%),
    radial-gradient(circle at 80% 72%, rgba(62, 83, 167, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(9, 10, 18, 0.98) 0%, rgba(5, 6, 12, 1) 100%);
  color: #fff;
}

body[data-site-page="home"] .home-v2-gallery-topfade {
  display: none;
}

body[data-site-page="home"] .home-v2-gallery-section .home-v2-section-heading p {
  color: rgba(255, 255, 255, 0.58);
}

body[data-site-page="home"] .home-v2-gallery-surface {
  background: linear-gradient(180deg, rgba(16, 18, 28, 0.92) 0%, rgba(9, 10, 17, 0.96) 100%);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 38px 120px rgba(0, 0, 0, 0.46);
}

body[data-site-page="home"] .home-v2-gallery-surface-glow {
  background:
    radial-gradient(circle at 50% 10%, rgba(196, 148, 255, 0.18), transparent 34%),
    radial-gradient(circle at 50% 74%, rgba(128, 90, 255, 0.14), transparent 40%),
    linear-gradient(180deg, rgba(196, 148, 255, 0.06) 0%, transparent 30%);
}

body[data-site-page="home"] .home-v2-gallery-edge-left {
  background: linear-gradient(90deg, rgba(8, 9, 16, 0.96) 18%, transparent);
}

body[data-site-page="home"] .home-v2-gallery-edge-right {
  background: linear-gradient(270deg, rgba(8, 9, 16, 0.96) 18%, transparent);
}

body[data-site-page="home"] .home-v2-gallery-controls button,
body[data-site-page="home"] .home-v2-gallery-count {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

body[data-site-page="home"] .home-v2-gallery-controls button:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.18);
}

body[data-site-page="home"] .home-v2-gallery-hint {
  color: rgba(255, 255, 255, 0.38);
}

/* =========================================================
   ALIVE ANIMATIONS
   Breathing glows, floating elements, shimmer effects,
   and scroll-reveal. Homepage only.
   ========================================================= */

/* -- Keyframes ------------------------------------------- */

@keyframes breathe {
  0%, 100% { opacity: 0.55; transform: scale(1);    }
  50%       { opacity: 1;    transform: scale(1.09); }
}

@keyframes breatheSubtle {
  0%, 100% { opacity: 0.6; }
  50%       { opacity: 1;   }
}

@keyframes glowDrift {
  0%, 100% { transform: translate(0,    0);     opacity: 0.72; }
  30%       { transform: translate(6px, -14px); opacity: 1;    }
  70%       { transform: translate(-4px, 8px);  opacity: 0.62; }
}

@keyframes floatY {
  0%, 100% { transform: translateY(0);     }
  50%       { transform: translateY(-10px); }
}

@keyframes rotSlow {
  to { transform: rotate(360deg); }
}

@keyframes gradientPan {
  0%   { background-position: 0%   0%;   }
  50%  { background-position: 100% 100%; }
  100% { background-position: 0%   0%;   }
}

@keyframes gridDrift {
  0%, 100% { background-position: 0px 0px; }
  50%       { background-position: 5px 5px; }
}

@keyframes pillLit {
  0%, 72%, 100% {
    background:   rgba(0, 0, 0, 0.26);
    color:        rgba(255, 255, 255, 0.52);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow:   none;
  }
  36% {
    background:   rgba(168, 85, 247, 0.28);
    color:        rgba(255, 255, 255, 0.94);
    border-color: rgba(196, 148, 255, 0.42);
    box-shadow:   0 0 18px rgba(168, 85, 247, 0.5),
                  inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }
}

@keyframes ctaBreath {
  0%, 100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.28),
      0 0 0 1px rgba(255, 255, 255, 0.08),
      0 0 34px rgba(194, 107, 255, 0.34);
  }
  50% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.28),
      0 0 0 1px rgba(255, 255, 255, 0.14),
      0 0 55px rgba(194, 107, 255, 0.64),
      0 0 90px rgba(168, 85,  247, 0.24);
  }
}

@keyframes starGlow {
  0%, 55%, 100% { color: oklch(82.8% 0.189 84.429); text-shadow: none; }
  27% {
    color:       oklch(94% 0.09 84.429);
    text-shadow: 0 0 10px rgba(255, 200, 80, 0.72);
  }
}

/* -- Scroll reveal ---------------------------------------- */

body[data-site-page="home"] .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity   0.72s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

body[data-site-page="home"] .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* -- Hero glow drifts ------------------------------------ */

body[data-site-page="home"] .home-v2-hero-glow {
  animation: glowDrift 8.5s ease-in-out infinite;
}

/* -- Background grid drifts slowly ----------------------- */

body[data-site-page="home"] .home-v2-hero-grid-violet {
  animation: gridDrift 14s ease-in-out infinite;
}

/* -- Eyebrow icon spins slowly --------------------------- */

body[data-site-page="home"] .home-v2-eyebrow-icon svg {
  animation: rotSlow 20s linear infinite;
}

/* -- Gradient heading text shimmers ---------------------- */

body[data-site-page="home"] .home-v2-gradient-text {
  background: linear-gradient(
    135deg,
    #ffffff  0%,
    #f0d8ff  15%,
    #c084fc  35%,
    #e9d5ff  50%,
    #c084fc  65%,
    #f0d8ff  85%,
    #ffffff  100%
  );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradientPan 6s ease-in-out infinite;
}

/* -- Hero frame floats ----------------------------------- */

body[data-site-page="home"] .home-v2-hero-frame {
  animation: floatY 7.5s ease-in-out infinite;
}

/* -- Gallery surface glow breathes ----------------------- */

body[data-site-page="home"] .home-v2-gallery-surface-glow {
  animation: breathe 7.8s ease-in-out infinite 1.6s;
}

/* -- LumaGlow card & visual glows breathe ---------------- */

body[data-site-page="home"] .home-v2-luma-card-glow {
  animation: breathe 6s ease-in-out infinite 2.2s;
}

body[data-site-page="home"] .home-v2-luma-visual-glow-bottom {
  animation: breathe 5.4s ease-in-out infinite 0.4s;
}

body[data-site-page="home"] .home-v2-luma-visual-glow-top {
  animation: breathe 6.6s ease-in-out infinite 1.8s;
}

/* -- Review panel glows breathe -------------------------- */

body[data-site-page="home"] .home-v2-review-panel-glow {
  animation: breatheSubtle 7.4s ease-in-out infinite 0.9s;
}

/* -- LumaGlow mode pills light up one at a time ---------- */

body[data-site-page="home"] .home-v2-luma-mode-pills span {
  animation: pillLit 4s ease-in-out infinite;
}
body[data-site-page="home"] .home-v2-luma-mode-pills span:nth-child(1) { animation-delay: 0s; }
body[data-site-page="home"] .home-v2-luma-mode-pills span:nth-child(2) { animation-delay: 1s; }
body[data-site-page="home"] .home-v2-luma-mode-pills span:nth-child(3) { animation-delay: 2s; }
body[data-site-page="home"] .home-v2-luma-mode-pills span:nth-child(4) { animation-delay: 3s; }

/* -- Primary CTA ambient glow pulses --------------------- */

body[data-site-page="home"] .home-v2-cta-primary,
body[data-site-page="home"] .home-v2-review-button,
body[data-site-page="home"] .home-v2-form-button {
  animation: ctaBreath 4s ease-in-out infinite;
}

/* -- Review stars shimmer wave --------------------------- */

body[data-site-page="home"] .home-v2-review-stars span {
  animation: starGlow 4.5s ease-in-out infinite;
}
body[data-site-page="home"] .home-v2-review-stars span:nth-child(1) { animation-delay: 0s; }
body[data-site-page="home"] .home-v2-review-stars span:nth-child(2) { animation-delay: 0.35s; }
body[data-site-page="home"] .home-v2-review-stars span:nth-child(3) { animation-delay: 0.70s; }
body[data-site-page="home"] .home-v2-review-stars span:nth-child(4) { animation-delay: 1.05s; }
body[data-site-page="home"] .home-v2-review-stars span:nth-child(5) { animation-delay: 1.40s; }

/* -- Reduced motion: all alive animations off ------------ */

@media (prefers-reduced-motion: reduce) {
  body[data-site-page="home"] .home-v2-hero-glow,
  body[data-site-page="home"] .home-v2-hero-grid-violet,
  body[data-site-page="home"] .home-v2-eyebrow-icon svg,
  body[data-site-page="home"] .home-v2-gradient-text,
  body[data-site-page="home"] .home-v2-hero-frame,
  body[data-site-page="home"] .home-v2-gallery-surface-glow,
  body[data-site-page="home"] .home-v2-luma-card-glow,
  body[data-site-page="home"] .home-v2-luma-visual-glow-bottom,
  body[data-site-page="home"] .home-v2-luma-visual-glow-top,
  body[data-site-page="home"] .home-v2-review-panel-glow,
  body[data-site-page="home"] .home-v2-luma-mode-pills span,
  body[data-site-page="home"] .home-v2-cta-primary,
  body[data-site-page="home"] .home-v2-review-button,
  body[data-site-page="home"] .home-v2-form-button,
  body[data-site-page="home"] .home-v2-review-stars span {
    animation: none;
  }

  body[data-site-page="home"] .reveal {
    opacity:    1;
    transform:  none;
    transition: none;
  }
}

/* ── Nav Gallery Dropdown ─────────────────────────────────────────────
   Works for both body[data-site-page="home"] and body.home-v2-storefront-page
   ─────────────────────────────────────────────────────────────────── */

.home-v2-nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.home-v2-nav-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.64);
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
  white-space: nowrap;
}

.home-v2-nav-dropdown-trigger:hover,
.home-v2-nav-dropdown-trigger.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 28px rgba(6, 7, 12, 0.18);
}

.home-v2-nav-dropdown-chevron {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  transition: transform 200ms ease;
}

.home-v2-nav-dropdown:hover .home-v2-nav-dropdown-chevron,
.home-v2-nav-dropdown:focus-within .home-v2-nav-dropdown-chevron {
  transform: rotate(180deg);
}

.home-v2-nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: rgba(10, 12, 20, 0.96);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.875rem;
  padding: 0.375rem;
  min-width: 10rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 200;
  box-shadow: 0 16px 48px rgba(4, 5, 10, 0.5);
}

.home-v2-nav-dropdown:hover .home-v2-nav-dropdown-panel,
.home-v2-nav-dropdown:focus-within .home-v2-nav-dropdown-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.home-v2-nav-dropdown-panel a {
  display: block;
  padding: 0.5rem 0.875rem;
  border-radius: 0.5rem;
  color: rgba(255, 255, 255, 0.64);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 140ms ease, background 140ms ease;
  white-space: nowrap;
}

.home-v2-nav-dropdown-panel a:hover,
.home-v2-nav-dropdown-panel a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

