﻿:root {
  color-scheme: dark;
  --ink: #fbf5ea;
  --muted: #a99f90;
  --subtle: #d7c4a2;
  --gold: #d8b46f;
  --jade: #76ad93;
  --wine: #8d3e48;
  --plum: #44304a;
  --night: #080706;
  --panel: rgba(18, 16, 14, 0.76);
  --glass: rgba(251, 245, 234, 0.06);
  --line: rgba(251, 245, 234, 0.13);
  --line-strong: rgba(216, 180, 111, 0.34);
  --shadow: 0 34px 120px rgba(0, 0, 0, 0.55);
  font-family:
    Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 10%, rgba(141, 62, 72, 0.24), transparent 28rem),
    radial-gradient(circle at 92% 4%, rgba(118, 173, 147, 0.16), transparent 30rem),
    linear-gradient(145deg, #080706 0%, #11100d 42%, #15100f 100%);
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 100% 6px, 6px 100%;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.8), rgba(8, 7, 6, 0.38), rgba(8, 7, 6, 0.86)),
    url("./assets/tarot-premium-face.png?v=2");
  background-size: cover;
  background-position: center;
  opacity: 0.28;
  filter: blur(1.5px) saturate(0.9);
  transform: scale(1.05);
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.experience-shell {
  width: min(1680px, 100%);
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 2.1rem);
}

.lux-nav {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 0.25rem 0 1.15rem;
}

.brand-lockup span,
.eyebrow {
  display: block;
  margin: 0 0 0.55rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", "SimSun", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5.6rem);
  line-height: 0.86;
}

h2 {
  margin: 0 0 0.72rem;
  font-size: clamp(1.35rem, 2.1vw, 2.2rem);
  line-height: 1.1;
}

.nav-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.52rem;
}

.nav-pills span,
.master-credentials span,
.master-credentials small {
  color: var(--muted);
}

.nav-pills span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.12rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.78rem;
  background: rgba(251, 245, 234, 0.045);
  color: var(--subtle);
  font-size: 0.82rem;
}

.nav-pills b {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--jade);
  box-shadow: 0 0 18px rgba(118, 173, 147, 0.82);
}

.offer-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 1rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(216, 180, 111, 0.34), rgba(118, 173, 147, 0.16), rgba(216, 180, 111, 0.2)),
    var(--line);
  box-shadow:
    0 18px 70px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(251, 245, 234, 0.12);
}

.offer-ribbon span {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.8rem;
  background:
    linear-gradient(135deg, rgba(216, 180, 111, 0.12), rgba(8, 7, 6, 0.76)),
    rgba(8, 7, 6, 0.72);
  color: var(--subtle);
  font-size: 0.84rem;
  text-align: center;
}

.offer-ribbon span:first-child {
  background:
    linear-gradient(135deg, rgba(216, 180, 111, 0.26), rgba(8, 7, 6, 0.62)),
    rgba(8, 7, 6, 0.76);
  color: var(--ink);
  font-weight: 900;
}

.client-filter {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0.25rem 0 1rem;
}

.client-filter article {
  border: 1px solid rgba(216, 180, 111, 0.16);
  border-radius: 0.68rem;
  padding: 0.9rem;
  background:
    linear-gradient(135deg, rgba(216, 180, 111, 0.08), rgba(118, 173, 147, 0.04)),
    rgba(8, 7, 6, 0.42);
}

.client-filter small,
.client-filter strong,
.client-filter span {
  display: block;
}

.client-filter small {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.client-filter strong {
  margin-top: 0.3rem;
  color: var(--ink);
}

.client-filter span {
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.mobile-ad-lane,
.mobile-sticky-cta {
  display: none;
}

.whatsapp-hero,
.whatsapp-inline,
.whatsapp-float {
  border: 1px solid rgba(118, 173, 147, 0.42);
  border-radius: 999px;
  background:
    linear-gradient(135deg, #2bd46f, #128c52 52%, #075e3b);
  color: var(--ink);
  font-weight: 900;
  box-shadow:
    0 1rem 2.8rem rgba(18, 140, 82, 0.22),
    inset 0 1px 0 rgba(251, 245, 234, 0.22);
}

.whatsapp-hero {
  min-height: 3.25rem;
  padding: 0.78rem 1rem;
}

.whatsapp-inline {
  min-height: 2.85rem;
  width: 100%;
}

.whatsapp-float {
  position: fixed;
  z-index: 91;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.08rem;
  min-height: 3.35rem;
  padding: 0.72rem 1rem;
  box-shadow:
    0 1.2rem 3rem rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(251, 245, 234, 0.08);
}

.whatsapp-float span,
.whatsapp-float strong {
  display: block;
  line-height: 1;
}

.whatsapp-float span {
  font-size: 0.68rem;
  text-transform: uppercase;
}

.whatsapp-float strong {
  font-size: 0.92rem;
}

.conversion-hero {
  display: grid;
  min-height: clamp(24rem, 52vh, 34rem);
  margin-bottom: 1rem;
  border: 1px solid rgba(216, 180, 111, 0.26);
  border-radius: 0.82rem;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.92), rgba(8, 7, 6, 0.52) 58%, rgba(8, 7, 6, 0.72)),
    url("./assets/tarot-premium-face.png?v=2");
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.conversion-hero__copy {
  display: grid;
  align-content: center;
  width: min(48rem, 100%);
  padding: clamp(1.2rem, 4vw, 3.4rem);
}

.conversion-hero h2 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.88;
}

.conversion-hero p:not(.eyebrow) {
  max-width: 40rem;
  color: var(--subtle);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.7;
}

.conversion-hero__actions,
.conversion-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.conversion-hero__actions {
  max-width: 30rem;
}

.conversion-hero__actions > * {
  flex: 1 1 13rem;
}

.conversion-hero__trust span {
  border: 1px solid rgba(251, 245, 234, 0.16);
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  background: rgba(0, 0, 0, 0.28);
  color: var(--subtle);
  font-size: 0.78rem;
  font-weight: 900;
}

.conversion-steps,
.return-prompt {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.conversion-steps {
  margin-top: 1rem;
}

.conversion-steps span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(216, 180, 111, 0.18);
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  background: rgba(8, 7, 6, 0.42);
  color: var(--subtle);
  font-size: 0.82rem;
  font-weight: 900;
}

.conversion-steps b {
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: var(--gold);
  color: #16110a;
}

.return-prompt {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  border: 1px solid rgba(118, 173, 147, 0.28);
  border-radius: 0.72rem;
  padding: 0.9rem;
  background:
    linear-gradient(135deg, rgba(118, 173, 147, 0.14), rgba(216, 180, 111, 0.07)),
    rgba(8, 7, 6, 0.58);
}

.return-prompt.is-visible {
  display: flex;
}

.return-prompt small,
.return-prompt strong,
.return-prompt span {
  display: block;
}

.return-prompt small {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.return-prompt strong {
  margin: 0.18rem 0;
  color: var(--ink);
}

.return-prompt span {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.habit-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 1rem;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.18);
}

.habit-strip div {
  min-height: 7.2rem;
  padding: 0.9rem;
  background:
    linear-gradient(180deg, rgba(251, 245, 234, 0.055), rgba(8, 7, 6, 0.72)),
    rgba(8, 7, 6, 0.58);
}

.habit-strip div.is-hot {
  border-color: rgba(118, 173, 147, 0.45);
  background:
    linear-gradient(180deg, rgba(118, 173, 147, 0.13), rgba(8, 7, 6, 0.72)),
    rgba(8, 7, 6, 0.58);
  box-shadow: inset 0 0 0 1px rgba(118, 173, 147, 0.2);
}

.habit-strip small,
.habit-strip strong,
.habit-strip span {
  display: block;
}

.habit-strip small {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.habit-strip strong {
  margin: 0.34rem 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", "SimSun", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.habit-strip span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.48;
}

.cart-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.35rem;
  border: 1px solid rgba(216, 180, 111, 0.28);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  background: rgba(216, 180, 111, 0.1);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
}

.cart-trigger b {
  display: inline-grid;
  place-items: center;
  min-width: 1.35rem;
  min-height: 1.35rem;
  border-radius: 999px;
  background: var(--gold);
  color: #15100a;
}

.commerce-proof,
.social-proof-band,
.ritual-bundles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.commerce-proof article,
.social-proof-band article,
.ritual-bundles article {
  border: 1px solid rgba(216, 180, 111, 0.18);
  border-radius: 0.72rem;
  padding: 0.95rem;
  background:
    linear-gradient(145deg, rgba(251, 245, 234, 0.07), rgba(216, 180, 111, 0.035)),
    rgba(8, 7, 6, 0.36);
}

.commerce-proof small,
.commerce-proof strong,
.commerce-proof span,
.social-proof-band strong,
.social-proof-band span {
  display: block;
}

.commerce-proof small {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.commerce-proof strong,
.social-proof-band strong {
  margin-top: 0.28rem;
  color: var(--ink);
}

.commerce-proof span,
.social-proof-band span,
.social-proof-band p,
.ritual-bundles span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.ritual-bundles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ritual-bundles small,
.ritual-bundles strong,
.ritual-bundles span,
.ritual-bundles b {
  display: block;
}

.ritual-bundles small {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ritual-bundles strong {
  margin-top: 0.28rem;
  color: var(--ink);
}

.ritual-bundles b {
  margin-top: 0.72rem;
  color: var(--gold);
  font-size: 0.82rem;
}

.catalogue-section {
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(216, 180, 111, 0.16);
  border-radius: 0.75rem;
  background:
    linear-gradient(135deg, rgba(216, 180, 111, 0.08), rgba(118, 173, 147, 0.05)),
    rgba(8, 7, 6, 0.42);
  box-shadow: var(--shadow);
}

.catalogue-section .section-head p {
  margin-top: 0.35rem;
  color: var(--muted);
  line-height: 1.58;
}

.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.catalogue-product {
  display: grid;
  gap: 0.72rem;
  align-content: start;
  min-height: 100%;
  border: 1px solid rgba(251, 245, 234, 0.14);
  border-radius: 0.68rem;
  padding: 0.8rem;
  background: rgba(0, 0, 0, 0.22);
}

.catalogue-photo {
  width: 100%;
  aspect-ratio: 1.08;
  border-radius: 0.55rem;
  border: 1px solid rgba(251, 245, 234, 0.18);
  background-image: var(--product-image);
  background-size: 300% 200%;
  background-position: var(--product-crop);
  background-repeat: no-repeat;
}

.catalogue-product h3 {
  margin: 0 0 0.3rem;
  font-size: 0.98rem;
  line-height: 1.2;
}

.catalogue-product p {
  margin-bottom: 0.45rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.product-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.45rem;
}

.product-labels .product-badge,
.product-labels .product-audience {
  margin: 0;
}

.social-proof-band {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.intention-shop {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.82rem;
  padding: 1rem;
  background:
    radial-gradient(circle at 10% 0%, rgba(216, 180, 111, 0.12), transparent 16rem),
    linear-gradient(145deg, rgba(251, 245, 234, 0.055), rgba(8, 7, 6, 0.62)),
    rgba(8, 7, 6, 0.38);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.18);
}

.intention-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.65rem;
}

.intention-grid a {
  display: grid;
  gap: 0.38rem;
  min-height: 8.4rem;
  border: 1px solid rgba(216, 180, 111, 0.18);
  border-radius: 0.62rem;
  padding: 0.82rem;
  background:
    linear-gradient(180deg, rgba(216, 180, 111, 0.08), rgba(0, 0, 0, 0.1)),
    rgba(8, 7, 6, 0.36);
  color: inherit;
  text-decoration: none;
}

.intention-grid strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", "SimSun", serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.intention-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  border-top: 1px solid var(--line);
  padding: 1.2rem 0 0.4rem;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--ink);
}

.site-footer span {
  max-width: 38rem;
  margin-top: 0.22rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}

.site-footer a,
.policy-page a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 900;
}

.site-footer a {
  border: 1px solid rgba(216, 180, 111, 0.22);
  border-radius: 999px;
  padding: 0.42rem 0.7rem;
  background: rgba(216, 180, 111, 0.07);
  font-size: 0.78rem;
}

.policy-page {
  width: min(48rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4rem 0;
}

.policy-page h1 {
  margin: 1.2rem 0 1rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", "SimSun", serif;
  font-size: clamp(2.4rem, 7vw, 4.5rem);
  line-height: 0.95;
}

.policy-page h2 {
  margin: 1.6rem 0 0.5rem;
  color: var(--ink);
  font-size: 1.1rem;
}

.policy-page p {
  color: var(--muted);
  line-height: 1.72;
}

.showcase {
  display: grid;
  grid-template-columns: minmax(28rem, 1.2fr) minmax(24rem, 0.72fr);
  gap: 1rem;
  align-items: stretch;
}

.master-suite,
.booking-suite,
.ritual-suite > * {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(251, 245, 234, 0.06), rgba(8, 7, 6, 0.86)),
    radial-gradient(circle at 50% 0%, rgba(216, 180, 111, 0.12), transparent 16rem),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.master-suite {
  display: grid;
  grid-template-rows: minmax(40rem, 1fr) auto;
  min-height: 48rem;
  overflow: hidden;
}

.video-frame {
  position: relative;
  min-height: 40rem;
  overflow: hidden;
  background:
    linear-gradient(rgba(4, 4, 4, 0.44), rgba(4, 4, 4, 0.78)),
    url("./assets/tarot-premium-face.png?v=2");
  background-size: cover;
  background-position: center;
}

.master-video,
.master-poster,
.avatar-embed-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-embed-frame {
  z-index: 3;
  display: none;
  border: 0;
  background: #050505;
}

.avatar-embed-frame.has-source {
  display: block;
}

.master-video {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.master-video.has-source {
  opacity: 1;
}

.master-poster {
  z-index: 0;
  filter: saturate(0.92) contrast(1.08) brightness(0.84);
  transform: scale(1);
  transition:
    transform 1.2s ease,
    filter 1.2s ease;
}

.video-frame.is-listening .master-poster {
  transform: scale(1.025);
  filter: saturate(0.96) contrast(1.1) brightness(0.88);
}

.video-frame.is-drawing .master-poster {
  animation: masterDrawFocus 1.65s ease both;
}

.video-frame.is-floating {
  position: fixed;
  z-index: 88;
  right: 1.15rem;
  bottom: 1.15rem;
  width: min(24vw, 18rem);
  min-width: 13rem;
  min-height: 0;
  aspect-ratio: 9 / 13;
  border: 1px solid rgba(216, 180, 111, 0.42);
  border-radius: 0.82rem;
  overflow: hidden;
  box-shadow:
    0 1.4rem 3.4rem rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(251, 245, 234, 0.08);
  background: #050505;
  cursor: pointer;
  animation: floatingVideoIn 0.22s ease-out both;
}

.video-frame.is-floating::before {
  content: "Tap to expand";
  position: absolute;
  z-index: 7;
  left: 0.6rem;
  right: 0.6rem;
  top: 0.6rem;
  border: 1px solid rgba(251, 245, 234, 0.14);
  border-radius: 999px;
  padding: 0.3rem 0.48rem;
  background: rgba(6, 6, 5, 0.6);
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 900;
  text-align: center;
  backdrop-filter: blur(10px);
}

.video-frame.is-floating .real-video-note,
.video-frame.is-floating .upload-master,
.video-frame.is-floating .video-badge,
.video-frame.is-floating #customerVideo,
.video-frame.is-floating .ritual-motion {
  display: none;
}

.video-frame.is-floating .caption-bar {
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  max-height: 3.8rem;
  overflow: hidden;
  padding: 0.55rem;
  border-radius: 0.56rem;
  font-size: 0.66rem;
  line-height: 1.28;
}

.video-frame.is-floating .master-video,
.video-frame.is-floating .master-poster,
.video-frame.is-floating .avatar-embed-frame {
  border-radius: 0;
}

.real-video-note {
  position: absolute;
  z-index: 4;
  left: 1.1rem;
  right: 1.1rem;
  top: 4.4rem;
  max-width: 26rem;
  border: 1px solid rgba(216, 180, 111, 0.26);
  border-radius: 0.55rem;
  padding: 0.85rem 0.95rem;
  background: rgba(6, 6, 5, 0.58);
  color: var(--muted);
  line-height: 1.55;
  backdrop-filter: blur(18px);
}

.real-video-note strong,
.real-video-note span {
  display: block;
}

.real-video-note strong {
  margin-bottom: 0.22rem;
  color: var(--ink);
  font-size: 0.86rem;
}

.avatar-live-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.92;
}

.avatar-orbit {
  position: absolute;
  left: 50%;
  top: 46%;
  width: min(34rem, 72%);
  aspect-ratio: 1;
  border: 1px solid rgba(216, 180, 111, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(216, 180, 111, 0.14), transparent 55%),
    conic-gradient(from 90deg, transparent, rgba(216, 180, 111, 0.34), transparent, rgba(118, 173, 147, 0.22), transparent);
  filter: blur(0.2px);
  transform: translate(-50%, -50%);
  animation: avatarOrbit 9s linear infinite;
  mix-blend-mode: screen;
}

.avatar-presence {
  position: absolute;
  left: 50%;
  top: 46%;
  width: min(20rem, 54%);
  aspect-ratio: 0.82;
  transform: translate(-50%, -50%);
  animation: avatarBreath 4.6s ease-in-out infinite;
}

.avatar-presence::before {
  content: "";
  position: absolute;
  inset: 10% 17% 7%;
  border: 1px solid rgba(251, 245, 234, 0.22);
  border-radius: 48% 48% 44% 44%;
  background:
    radial-gradient(circle at 50% 34%, rgba(251, 245, 234, 0.16), transparent 26%),
    radial-gradient(circle at 50% 58%, rgba(216, 180, 111, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(15, 11, 9, 0.12), rgba(15, 11, 9, 0.42));
  box-shadow:
    inset 0 0 42px rgba(216, 180, 111, 0.1),
    0 0 52px rgba(216, 180, 111, 0.12);
  backdrop-filter: blur(1.5px);
}

.avatar-presence::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 67%;
  width: 4.8rem;
  height: 1.2rem;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(6, 4, 3, 0.44), transparent 72%);
  transform: translateX(-50%);
}

.voice-core {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 34%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(251, 245, 234, 0.22), transparent 34%),
    radial-gradient(circle, rgba(216, 180, 111, 0.26), transparent 64%);
  box-shadow:
    0 0 34px rgba(216, 180, 111, 0.32),
    0 0 90px rgba(118, 173, 147, 0.16);
  transform: translate(-50%, -50%);
}

.avatar-brow {
  position: absolute;
  top: 35.5%;
  width: 2rem;
  height: 0.22rem;
  border-radius: 999px;
  background: rgba(251, 245, 234, 0.72);
  box-shadow: 0 0 14px rgba(216, 180, 111, 0.36);
  transform-origin: center;
  transition: transform 0.3s ease, top 0.3s ease;
}

.avatar-brow.left {
  left: 30%;
  transform: rotate(-5deg);
}

.avatar-brow.right {
  right: 30%;
  transform: rotate(5deg);
}

.avatar-eye {
  position: absolute;
  top: 42.5%;
  width: 2.12rem;
  height: 0.88rem;
  border: 1px solid rgba(251, 245, 234, 0.54);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(251, 245, 234, 0.62), rgba(216, 180, 111, 0.12) 46%, transparent 68%),
    rgba(6, 5, 4, 0.35);
  box-shadow:
    inset 0 0 12px rgba(216, 180, 111, 0.22),
    0 0 18px rgba(216, 180, 111, 0.18);
  overflow: hidden;
  animation: eyeBlink 5.2s ease-in-out infinite;
}

.avatar-eye.left {
  left: 29.5%;
}

.avatar-eye.right {
  right: 29.5%;
  animation-delay: 0.12s;
}

.avatar-eye i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: radial-gradient(circle, #fbf5ea 0 16%, #1a1210 18% 100%);
  box-shadow: 0 0 14px rgba(251, 245, 234, 0.45);
  transform: translate(calc(-50% + var(--gaze-x, 0px)), calc(-50% + var(--gaze-y, 0px)));
  transition: transform 0.72s ease;
}

.avatar-nose {
  position: absolute;
  left: 50%;
  top: 48.5%;
  width: 0.52rem;
  height: 2rem;
  border-right: 1px solid rgba(251, 245, 234, 0.42);
  border-bottom: 1px solid rgba(251, 245, 234, 0.24);
  border-radius: 0 0 999px 0;
  transform: translateX(-50%) rotate(5deg);
  opacity: 0.78;
}

.avatar-lip {
  position: absolute;
  left: 50%;
  width: 3.45rem;
  height: 0.4rem;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(251, 245, 234, 0.72), transparent),
    rgba(216, 180, 111, 0.32);
  box-shadow:
    0 0 16px rgba(216, 180, 111, 0.42),
    inset 0 0 8px rgba(8, 7, 6, 0.38);
  transform: translateX(-50%);
  opacity: 0.78;
}

.avatar-lip.upper {
  top: 59.5%;
}

.avatar-lip.lower {
  top: 62%;
  opacity: 0.58;
}

.avatar-cheek {
  position: absolute;
  top: 56%;
  width: 2.4rem;
  height: 1.05rem;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(216, 180, 111, 0.18), transparent 70%);
  opacity: 0.5;
}

.avatar-cheek.left {
  left: 25%;
}

.avatar-cheek.right {
  right: 25%;
}

.avatar-hand {
  position: absolute;
  top: 70%;
  width: 4.8rem;
  height: 1.2rem;
  border: 1px solid rgba(216, 180, 111, 0.36);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(251, 245, 234, 0.08), rgba(216, 180, 111, 0.2));
  box-shadow: 0 0 26px rgba(216, 180, 111, 0.2);
  opacity: 0.45;
}

.avatar-hand.left {
  left: 2%;
  transform: rotate(18deg);
}

.avatar-hand.right {
  right: 2%;
  transform: rotate(-18deg);
}

.voice-wave {
  position: absolute;
  z-index: 4;
  left: 1.1rem;
  bottom: 5.35rem;
  display: inline-flex;
  align-items: end;
  gap: 0.22rem;
  min-height: 2rem;
  border: 1px solid rgba(216, 180, 111, 0.24);
  border-radius: 999px;
  padding: 0.5rem 0.72rem;
  background: rgba(6, 6, 5, 0.56);
  opacity: 0;
  backdrop-filter: blur(16px);
}

.voice-wave i {
  width: 0.18rem;
  height: 0.48rem;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(216, 180, 111, 0.5);
}

.video-frame.is-listening .avatar-orbit {
  opacity: 1;
}

.video-frame.is-speaking .master-poster {
  animation: masterSpeak 2.8s ease-in-out infinite;
}

.video-frame.is-speaking .avatar-eye i {
  animation: eyeFocus 1.8s ease-in-out infinite;
}

.video-frame.is-speaking .avatar-lip.upper {
  animation: upperLipTalk 0.36s ease-in-out infinite;
}

.video-frame.is-speaking .avatar-lip.lower {
  animation: lowerLipTalk 0.36s ease-in-out infinite;
}

.video-frame.is-speaking .voice-wave {
  opacity: 1;
}

.video-frame.is-speaking .voice-wave i {
  animation: voiceBars 0.72s ease-in-out infinite;
}

.video-frame.is-speaking .voice-wave i:nth-child(2) {
  animation-delay: 0.08s;
}

.video-frame.is-speaking .voice-wave i:nth-child(3) {
  animation-delay: 0.16s;
}

.video-frame.is-speaking .voice-wave i:nth-child(4) {
  animation-delay: 0.24s;
}

.video-frame.is-speaking .voice-wave i:nth-child(5) {
  animation-delay: 0.32s;
}

.video-frame.is-drawing .avatar-orbit {
  animation: avatarDrawOrbit 1.7s ease both;
}

.video-frame.is-drawing .avatar-hand.left {
  animation: handDrawLeft 1.35s ease both;
}

.video-frame.is-drawing .avatar-hand.right {
  animation: handDrawRight 1.35s ease both;
}

.video-frame.is-drawing .avatar-eye i {
  --gaze-y: 2px;
  animation: eyeFocus 0.86s ease-in-out infinite;
}

.avatar-expression {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 73%;
  min-width: 8.5rem;
  border: 1px solid rgba(216, 180, 111, 0.34);
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
  background: rgba(6, 5, 4, 0.72);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 0 28px rgba(216, 180, 111, 0.14);
  transform: translateX(-50%);
  backdrop-filter: blur(16px);
}

.video-frame[data-expression="listening"] .avatar-brow.left {
  transform: rotate(-12deg) translateY(-0.1rem);
}

.video-frame[data-expression="listening"] .avatar-brow.right {
  transform: rotate(12deg) translateY(-0.1rem);
}

.video-frame[data-expression="thinking"] .avatar-brow.left {
  transform: rotate(6deg) translateY(0.08rem);
}

.video-frame[data-expression="thinking"] .avatar-brow.right {
  transform: rotate(-12deg) translateY(-0.1rem);
}

.video-frame[data-expression="thinking"] .avatar-lip.upper {
  transform: translateX(-50%) scaleX(0.72);
}

.video-frame[data-expression="thinking"] .avatar-lip.lower {
  transform: translateX(-50%) translateY(-0.08rem) scaleX(0.62);
}

.video-frame[data-expression="speaking"] .avatar-brow.left,
.video-frame[data-expression="speaking"] .avatar-brow.right {
  top: 34.8%;
}

.video-frame[data-expression="smiling"] .avatar-lip.upper {
  transform: translateX(-50%) translateY(-0.05rem) scaleX(1.1);
}

.video-frame[data-expression="smiling"] .avatar-lip.lower {
  transform: translateX(-50%) translateY(0.18rem) scaleX(1.2);
}

.video-frame[data-expression="drawing"] .avatar-brow.left,
.video-frame[data-expression="drawing"] .avatar-brow.right {
  top: 34%;
}

.video-frame[data-expression="drawing"] .avatar-cheek {
  opacity: 0.9;
}

.video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(4, 4, 4, 0.02), rgba(4, 4, 4, 0.16) 48%, rgba(4, 4, 4, 0.82)),
    linear-gradient(90deg, rgba(4, 4, 4, 0.34), transparent 35%, transparent 70%, rgba(4, 4, 4, 0.32));
}

.ritual-motion {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.ritual-motion::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22rem;
  aspect-ratio: 1;
  border: 1px solid rgba(216, 180, 111, 0.38);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(216, 180, 111, 0.18), transparent 52%),
    conic-gradient(from 0deg, transparent, rgba(216, 180, 111, 0.36), transparent, rgba(118, 173, 147, 0.22), transparent);
  transform: translate(-50%, -50%) scale(0.65);
  filter: blur(0.2px);
}

.ritual-motion span {
  position: absolute;
  left: 50%;
  bottom: 5.4rem;
  width: 5.4rem;
  height: 8rem;
  border: 1px solid rgba(216, 180, 111, 0.82);
  border-radius: 0.5rem;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.12), rgba(7, 6, 5, 0.58)),
    url("./assets/tarot-premium-face.png?v=2"),
    linear-gradient(145deg, rgba(78, 50, 68, 0.95), rgba(16, 13, 12, 0.96));
  background-size: cover;
  background-position: center;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(216, 180, 111, 0.32);
  transform: translateX(-50%) translateY(0) rotate(var(--r, 0deg));
}

.ritual-motion span::before {
  content: "";
  position: absolute;
  inset: 0.5rem;
  border: 1px solid rgba(251, 245, 234, 0.18);
  border-radius: 0.2rem;
}

.ritual-motion b {
  position: absolute;
  left: 0.45rem;
  right: 0.45rem;
  bottom: 0.72rem;
  z-index: 1;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", "SimSun", serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.ritual-motion span:nth-child(1) {
  --r: -10deg;
}

.ritual-motion span:nth-child(2) {
  --r: 0deg;
}

.ritual-motion span:nth-child(3) {
  --r: 10deg;
}

.video-frame.is-drawing .ritual-motion {
  opacity: 1;
}

.video-frame.is-drawing .ritual-motion::before {
  animation: ritualCircle 1.8s ease both;
}

.video-frame.is-drawing .ritual-motion span:nth-child(1) {
  animation: cardFlyLeft 1.45s cubic-bezier(0.2, 0.72, 0.18, 1) both;
}

.video-frame.is-drawing .ritual-motion span:nth-child(2) {
  animation: cardFlyCenter 1.45s cubic-bezier(0.2, 0.72, 0.18, 1) both;
}

.video-frame.is-drawing .ritual-motion span:nth-child(3) {
  animation: cardFlyRight 1.45s cubic-bezier(0.2, 0.72, 0.18, 1) both;
}

.video-badge,
.upload-master {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.22rem;
  border: 1px solid rgba(251, 245, 234, 0.18);
  border-radius: 999px;
  padding: 0.38rem 0.8rem;
  background: rgba(6, 6, 5, 0.58);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  backdrop-filter: blur(18px);
}

.video-badge {
  top: 1.1rem;
  left: 1.1rem;
}

.upload-master {
  top: 1.1rem;
  right: 1.1rem;
}

.upload-master input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.live-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #c74b54;
  box-shadow: 0 0 16px rgba(199, 75, 84, 0.9);
}

#customerVideo {
  position: absolute;
  z-index: 4;
  right: 1.1rem;
  bottom: 5.4rem;
  width: 9rem;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(251, 245, 234, 0.22);
  border-radius: 0.45rem;
  background: rgba(0, 0, 0, 0.55);
  object-fit: cover;
}

#customerVideo:not(.has-video) {
  display: none;
}

.caption-bar {
  position: absolute;
  z-index: 4;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  border: 1px solid rgba(251, 245, 234, 0.16);
  border-radius: 0.55rem;
  padding: 0.92rem 1rem;
  background: rgba(6, 6, 5, 0.72);
  color: var(--ink);
  line-height: 1.65;
  backdrop-filter: blur(18px);
}

.master-credentials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.master-credentials div {
  min-width: 0;
  padding: 1rem;
  border-right: 1px solid var(--line);
}

.master-credentials div:last-child {
  border-right: 0;
}

.master-credentials small,
.master-credentials span {
  display: block;
  font-size: 0.82rem;
  line-height: 1.45;
}

.master-credentials strong {
  display: block;
  margin: 0.12rem 0 0.2rem;
  color: var(--ink);
  font-size: 1.02rem;
}

.booking-suite {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding: clamp(1rem, 1.7vw, 1.35rem);
  position: relative;
  overflow: hidden;
}

.booking-suite::before,
.draw-area::before,
.reading-card::before,
.conversation-panel::before,
.offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0.25), rgba(8, 7, 6, 0.82)),
    url("./assets/tarot-premium-face.png?v=2");
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  mix-blend-mode: screen;
}

.booking-suite > *,
.draw-area > *,
.reading-card > *,
.conversation-panel > *,
.offer-card > * {
  position: relative;
  z-index: 1;
}

.salon-copy p {
  color: var(--muted);
  line-height: 1.74;
}

.service-modes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
}

.daily-retention,
.save-panel,
.retention-tools {
  border: 1px solid var(--line);
  border-radius: 0.58rem;
  padding: 0.9rem;
  background:
    linear-gradient(135deg, rgba(118, 173, 147, 0.1), rgba(216, 180, 111, 0.08)),
    rgba(8, 7, 6, 0.4);
}

.daily-retention {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.85rem;
  align-items: center;
}

.daily-retention p {
  margin-bottom: 0.5rem;
  color: var(--muted);
  line-height: 1.58;
}

.daily-result {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  padding-top: 0.75rem;
  color: var(--subtle);
  font-size: 0.88rem;
  line-height: 1.55;
}

.save-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.58rem;
}

.save-panel input {
  grid-column: 1 / -1;
}

.commercial-stack {
  display: grid;
  gap: 0.65rem;
}

.commercial-stack div {
  border: 1px solid rgba(216, 180, 111, 0.18);
  border-radius: 0.62rem;
  padding: 0.75rem 0.85rem;
  background: rgba(251, 245, 234, 0.045);
}

.commercial-stack strong,
.commercial-stack span {
  display: block;
}

.commercial-stack strong {
  color: var(--ink);
  font-size: 0.86rem;
}

.commercial-stack span {
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.retention-tools {
  display: grid;
  gap: 0.78rem;
}

.spread-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.spread-choice {
  min-height: 2.45rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 7, 6, 0.42);
  color: var(--subtle);
  font-size: 0.8rem;
  font-weight: 900;
}

.spread-choice.is-selected {
  border-color: var(--line-strong);
  background: rgba(216, 180, 111, 0.16);
  color: var(--ink);
}

.mode-choice {
  display: grid;
  gap: 0.18rem;
  min-height: 4.6rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  padding: 0.78rem;
  background: rgba(8, 7, 6, 0.38);
  color: var(--ink);
  text-align: left;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.mode-choice.is-selected {
  border-color: var(--line-strong);
  background:
    linear-gradient(135deg, rgba(216, 180, 111, 0.17), rgba(8, 7, 6, 0.46));
}

.mode-choice:hover {
  transform: translateY(-0.12rem);
  border-color: rgba(216, 180, 111, 0.46);
}

.mode-choice strong {
  font-size: 1rem;
}

.mode-choice span {
  color: var(--muted);
  font-size: 0.82rem;
}

.advisor-market {
  display: grid;
  gap: 0.68rem;
}

.advisor-card {
  display: grid;
  grid-template-columns: 4.4rem 1fr;
  gap: 0.85rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 0.58rem;
  padding: 0.72rem;
  background:
    linear-gradient(135deg, rgba(216, 180, 111, 0.08), rgba(251, 245, 234, 0.035)),
    rgba(8, 7, 6, 0.42);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.advisor-card.is-selected {
  border-color: var(--line-strong);
  background:
    linear-gradient(135deg, rgba(216, 180, 111, 0.13), transparent 52%),
    rgba(251, 245, 234, 0.055);
}

.advisor-card:hover {
  transform: translateY(-0.12rem);
  border-color: rgba(216, 180, 111, 0.42);
}

.advisor-card img,
.advisor-photo {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: 1px solid rgba(251, 245, 234, 0.18);
  object-fit: cover;
}

.advisor-photo {
  background:
    radial-gradient(circle at 50% 33%, #efc2b6 0 21%, transparent 22%),
    radial-gradient(circle at 50% 82%, #3c262b 0 34%, transparent 35%),
    linear-gradient(135deg, #73484f, #201314);
}

.advisor-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.advisor-line strong {
  color: var(--ink);
  font-size: 1rem;
}

.advisor-line span {
  color: var(--jade);
  font-size: 0.78rem;
  font-weight: 900;
}

.advisor-card p {
  margin: 0.22rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.advisor-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
  margin-top: 0.5rem;
}

.advisor-proof b,
.advisor-proof small {
  display: inline-flex;
  align-items: center;
  min-height: 1.35rem;
  border-radius: 999px;
  padding: 0.12rem 0.48rem;
  background: rgba(251, 245, 234, 0.06);
  color: var(--subtle);
  font-size: 0.74rem;
}

.advisor-proof b {
  color: var(--gold);
}

.advisor-cta {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  margin-top: 0.6rem;
  border-bottom: 1px solid rgba(216, 180, 111, 0.42);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
}

.reading-hook {
  display: grid;
  gap: 0.8rem;
  border: 1px solid rgba(216, 180, 111, 0.2);
  border-radius: 0.72rem;
  padding: 0.9rem;
  background:
    radial-gradient(circle at 88% 15%, rgba(118, 173, 147, 0.12), transparent 9rem),
    linear-gradient(135deg, rgba(216, 180, 111, 0.075), rgba(251, 245, 234, 0.025)),
    rgba(8, 7, 6, 0.38);
}

.reading-hook h2 {
  margin: 0.25rem 0 0;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.1;
}

.reading-hook p:not(.eyebrow) {
  margin: 0.42rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.hook-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.hook-steps span {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
  border: 1px solid rgba(251, 245, 234, 0.12);
  border-radius: 0.56rem;
  padding: 0.55rem 0.42rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-align: center;
}

.hook-steps b {
  color: var(--gold);
  font-size: 1rem;
}

.hook-steps span.is-current {
  border-color: rgba(216, 180, 111, 0.42);
  background: rgba(216, 180, 111, 0.12);
  color: var(--ink);
}

.hook-steps span.is-complete {
  border-color: rgba(118, 173, 147, 0.32);
  background: rgba(118, 173, 147, 0.11);
  color: var(--subtle);
}

.client-form {
  display: grid;
  gap: 0.86rem;
}

.trust-stack {
  display: grid;
  gap: 0.62rem;
}

.trust-stack div {
  border-left: 1px solid var(--line-strong);
  padding-left: 0.75rem;
}

.trust-stack strong,
.trust-stack span {
  display: block;
}

.trust-stack strong {
  color: var(--ink);
  font-size: 0.88rem;
}

.trust-stack span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

label {
  display: grid;
  gap: 0.42rem;
  color: var(--subtle);
  font-size: 0.82rem;
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.48rem;
  background: rgba(8, 7, 6, 0.42);
  color: var(--ink);
  padding: 0.82rem 0.88rem;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(216, 180, 111, 0.72);
  box-shadow: 0 0 0 3px rgba(216, 180, 111, 0.1);
}

.primary-button,
.mode-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.72rem 1rem;
  color: var(--ink);
  font-weight: 900;
  background: rgba(8, 7, 6, 0.38);
}

.primary-button {
  width: 100%;
  border-color: rgba(216, 180, 111, 0.7);
  background:
    linear-gradient(135deg, #f6e2b8, #c99b4f 48%, #7a4a22);
  color: #160f08;
  box-shadow: 0 14px 42px rgba(216, 180, 111, 0.18);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.primary-button:hover {
  transform: translateY(-1px);
  background:
    linear-gradient(135deg, #fff0c8, #d8b46f 48%, #8a5528);
}

.primary-button.compact {
  width: auto;
  min-width: 7.5rem;
}

.session-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.mode-button:hover,
.mode-button.is-active {
  border-color: var(--line-strong);
  background: rgba(216, 180, 111, 0.16);
}

.danger-button {
  color: #efc7ca;
}

.voice-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

.voice-status {
  grid-column: 1 / -1;
  margin: -0.22rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.ritual-suite {
  display: grid;
  grid-template-columns: minmax(17rem, 0.82fr) minmax(30rem, 1.3fr) minmax(18rem, 0.86fr);
  gap: 1rem;
  margin-top: 1rem;
}

.ritual-suite > * {
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.draw-area {
  grid-row: span 2;
}

.journey-panel ol {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-panel li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.65rem;
  align-items: start;
  border-top: 1px solid rgba(251, 245, 234, 0.09);
  padding-top: 0.72rem;
  color: var(--muted);
  line-height: 1.55;
}

.journey-panel li span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", "SimSun", serif;
  font-size: 1.05rem;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.deck-zone {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
}

.tarot-card {
  position: relative;
  display: grid;
  align-content: end;
  gap: 0.62rem;
  min-height: 18rem;
  border: 1px solid rgba(216, 180, 111, 0.28);
  border-radius: 0.55rem;
  padding: 1rem;
  overflow: hidden;
  text-align: left;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.03), rgba(7, 6, 5, 0.54)),
    url("./assets/tarot-premium-face.png?v=2"),
    linear-gradient(150deg, var(--card-color, #252322), #0d0d0c);
  background-size: cover;
  background-position: center;
  transition:
    transform 0.45s ease,
    border-color 0.3s ease,
    opacity 0.3s ease;
}

.tarot-card::before {
  content: "";
  position: absolute;
  inset: 0.68rem;
  border: 1px solid rgba(251, 245, 234, 0.17);
  border-radius: 0.35rem;
}

.tarot-card::after {
  content: "";
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 28px rgba(216, 180, 111, 0.5);
}

.tarot-card.is-revealed::before {
  background: linear-gradient(180deg, transparent 0 38%, rgba(4, 4, 4, 0.35) 68%, rgba(4, 4, 4, 0.72));
}

.tarot-card.is-back {
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.12), rgba(7, 6, 5, 0.62)),
    url("./assets/tarot-premium-face.png?v=2"),
    #151411;
  background-size: cover;
  background-position: center;
  opacity: 0.9;
}

.tarot-card.is-revealed {
  transform: translateY(-0.28rem);
  border-color: rgba(216, 180, 111, 0.58);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    0 0 38px rgba(216, 180, 111, 0.18);
  animation: cardRevealPulse 0.72s ease both;
}

.card-index,
.card-meaning {
  position: relative;
  color: var(--muted);
  line-height: 1.55;
}

.card-name {
  position: relative;
  font-family: Georgia, "Times New Roman", "SimSun", serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 500;
  line-height: 1.08;
}

.reading-card p,
.conversation-panel p,
.offer-card p,
.journal-panel p {
  color: var(--muted);
  line-height: 1.75;
}

.reading-card strong {
  color: var(--ink);
}

.reading-card.is-revealing {
  animation: readingLift 0.52s ease both;
}

.reading-card .text-reveal-active {
  animation: textGlowIn 0.7s ease both;
}

.post-reading-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(216, 180, 111, 0.2);
}

.post-reading-actions span {
  grid-column: 1 / -1;
  color: var(--subtle);
  font-size: 0.88rem;
  line-height: 1.55;
}

.chat-log {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 23rem;
  overflow: auto;
}

.master-chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.55rem;
  margin-top: 0.85rem;
  border-top: 1px solid var(--line);
  padding-top: 0.85rem;
}

.master-chat-form label {
  display: grid;
  gap: 0.32rem;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
}

.master-chat-form input {
  min-height: 2.75rem;
  border: 1px solid rgba(251, 245, 234, 0.16);
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  background: rgba(0, 0, 0, 0.28);
  color: var(--ink);
}

.message {
  max-width: 92%;
  opacity: 0;
  transform: translateY(0.45rem);
  border: 1px solid var(--line);
  border-radius: 0.62rem;
  padding: 0.78rem 0.85rem;
  color: var(--muted);
  line-height: 1.62;
  background: rgba(251, 245, 234, 0.045);
  transition:
    opacity 0.34s ease,
    transform 0.34s ease;
}

.message.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.message b {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--ink);
  font-size: 0.82rem;
}

.message.user {
  align-self: flex-end;
  border-color: rgba(118, 173, 147, 0.3);
  background: rgba(118, 173, 147, 0.1);
}

.message.avatar-msg {
  align-self: flex-start;
  border-color: rgba(216, 180, 111, 0.24);
  background: rgba(216, 180, 111, 0.08);
}

.journal-panel {
  min-height: 18rem;
}

.ritual-board {
  min-height: 18rem;
}

.ritual-board h2 {
  margin-bottom: 0.85rem;
}

.ritual-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.42rem;
  margin-bottom: 0.85rem;
}

.ritual-days span {
  display: grid;
  place-items: center;
  gap: 0.18rem;
  min-height: 4.2rem;
  border: 1px solid rgba(251, 245, 234, 0.12);
  border-radius: 0.55rem;
  background: rgba(251, 245, 234, 0.045);
  color: var(--muted);
}

.ritual-days span.is-current {
  border-color: rgba(216, 180, 111, 0.42);
  background: rgba(216, 180, 111, 0.1);
  color: var(--ink);
}

.ritual-days span.is-complete {
  border-color: rgba(118, 173, 147, 0.38);
  background: rgba(118, 173, 147, 0.12);
  color: var(--ink);
}

.ritual-days b {
  font-family: Georgia, "Times New Roman", "SimSun", serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.ritual-days small {
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ritual-task {
  border: 1px solid rgba(216, 180, 111, 0.2);
  border-radius: 0.62rem;
  padding: 0.8rem;
  background: rgba(216, 180, 111, 0.08);
  color: var(--subtle);
  line-height: 1.55;
}

.unlock-prompts {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.75rem;
}

.unlock-prompts button {
  border: 1px solid rgba(251, 245, 234, 0.14);
  border-radius: 999px;
  padding: 0.55rem 0.72rem;
  background: rgba(0, 0, 0, 0.22);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: left;
}

#journalList {
  display: grid;
  gap: 0.72rem;
}

.journal-item {
  border-top: 1px solid var(--line);
  padding-top: 0.72rem;
}

.journal-item strong,
.journal-item span {
  display: block;
}

.journal-item strong {
  color: var(--ink);
  font-size: 0.92rem;
}

.journal-item span {
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.product {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  gap: 0.78rem;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 0.9rem 0 0;
  margin-top: 0.85rem;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.55rem;
}

.product-actions button {
  min-height: 2rem;
  border: 1px solid rgba(216, 180, 111, 0.28);
  border-radius: 999px;
  padding: 0.35rem 0.62rem;
  background: rgba(216, 180, 111, 0.09);
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 900;
}

.crystal-photo,
.product-detail__photo {
  border-radius: 0.55rem;
  border: 1px solid rgba(251, 245, 234, 0.2);
  background-image: var(--product-image);
  background-size: 300% 200%;
  background-position: var(--product-crop);
  background-repeat: no-repeat;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.28);
}

.crystal-photo {
  width: 6.2rem;
  aspect-ratio: 1;
}

.product h3 {
  margin: 0 0 0.24rem;
  font-size: 0.98rem;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.45rem;
  border: 1px solid rgba(216, 180, 111, 0.24);
  border-radius: 999px;
  padding: 0.12rem 0.5rem;
  margin-bottom: 0.45rem;
  background: rgba(216, 180, 111, 0.09);
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-audience {
  display: inline-flex;
  align-items: center;
  min-height: 1.45rem;
  border: 1px solid rgba(251, 245, 234, 0.16);
  border-radius: 999px;
  padding: 0.12rem 0.5rem;
  margin: 0 0 0.45rem 0.35rem;
  color: var(--subtle);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product p {
  margin-bottom: 0.45rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.price {
  color: var(--gold);
  font-weight: 900;
}

.match-modal,
.product-detail {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.match-modal {
  z-index: 66;
}

.match-modal.is-open,
.product-detail.is-open {
  display: flex;
}

.match-modal.is-open .match-modal__panel {
  animation: readingLift 0.42s ease both;
}

.match-modal.is-open:not(.is-settled) .match-modal__copy > * {
  animation: textGlowIn 0.62s ease both;
}

.match-modal.is-open:not(.is-settled) .match-modal__copy > *:nth-child(2) {
  animation-delay: 0.05s;
}

.match-modal.is-open:not(.is-settled) .match-modal__copy > *:nth-child(3) {
  animation-delay: 0.1s;
}

.match-modal.is-open:not(.is-settled) .match-modal__copy > *:nth-child(n + 4) {
  animation-delay: 0.15s;
}

.match-modal__backdrop,
.product-detail__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.74);
  backdrop-filter: blur(16px);
}

.match-modal__panel,
.product-detail__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(18rem, 0.95fr) minmax(20rem, 1.05fr);
  gap: 1rem;
  width: min(58rem, 100%);
  max-height: min(44rem, calc(100vh - 2rem));
  overflow: auto;
  border: 1px solid rgba(216, 180, 111, 0.28);
  border-radius: 0.75rem;
  padding: 1rem;
  background: linear-gradient(145deg, rgba(26, 23, 21, 0.98), rgba(9, 9, 8, 0.98));
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.45);
}

.match-modal__panel {
  grid-template-columns: minmax(16rem, 0.9fr) minmax(20rem, 1.1fr);
  width: min(52rem, 100%);
  border-color: rgba(216, 180, 111, 0.42);
  box-shadow:
    0 2rem 5rem rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(251, 245, 234, 0.07);
}

.product-detail__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  border: 1px solid rgba(251, 245, 234, 0.18);
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  background: rgba(0, 0, 0, 0.42);
  color: var(--ink);
  font-weight: 900;
}

.match-modal__photo,
.product-detail__photo {
  min-height: 29rem;
}

.match-modal__photo {
  border-radius: 0.65rem;
  border: 1px solid rgba(251, 245, 234, 0.2);
  background-image: var(--product-image);
  background-size: 300% 200%;
  background-position: var(--product-crop);
  background-repeat: no-repeat;
  box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.34);
}

.match-modal__copy,
.product-detail__copy {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  padding: 0.65rem;
}

.match-modal__copy h2,
.product-detail__copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "SimSun", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.match-modal__copy p,
.product-detail__copy p,
.product-detail__copy li,
.detail-ritual {
  color: var(--muted);
  line-height: 1.65;
}

.match-modal__secondary {
  border-top: 1px solid var(--line);
  padding-top: 0.7rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.match-email {
  display: grid;
  gap: 0.55rem;
  border: 1px solid rgba(118, 173, 147, 0.22);
  border-radius: 0.65rem;
  padding: 0.75rem;
  background: rgba(118, 173, 147, 0.08);
}

.match-email label,
.checkout-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.match-email input {
  min-height: 2.65rem;
  border: 1px solid rgba(251, 245, 234, 0.16);
  border-radius: 0.5rem;
  padding: 0.55rem 0.7rem;
  background: rgba(0, 0, 0, 0.28);
  color: var(--ink);
}

.match-email span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.optional-label {
  display: inline;
  margin-left: 0.35rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.product-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.product-trust-grid span {
  border: 1px solid rgba(251, 245, 234, 0.12);
  border-radius: 0.55rem;
  padding: 0.6rem;
  background: rgba(251, 245, 234, 0.045);
  color: var(--subtle);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.45;
}

.match-modal__secondary strong {
  color: var(--ink);
}

.match-modal__skip {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.detail-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 0.8rem 0;
}

.detail-price-row strong {
  color: var(--gold);
  font-size: 1.35rem;
}

.detail-price-row span {
  color: var(--muted);
  font-size: 0.82rem;
}

#detailBullets {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding-left: 1.15rem;
}

.detail-ritual {
  border: 1px solid rgba(216, 180, 111, 0.2);
  border-radius: 0.62rem;
  padding: 0.85rem;
  background: rgba(216, 180, 111, 0.08);
}

.detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
}

.cart-drawer.is-open {
  display: block;
}

.cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(14px);
}

.cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  align-content: start;
  gap: 0.95rem;
  width: min(31rem, 100%);
  height: 100%;
  overflow: auto;
  border-left: 1px solid rgba(216, 180, 111, 0.28);
  padding: 1.25rem;
  background:
    linear-gradient(145deg, rgba(26, 23, 21, 0.98), rgba(9, 9, 8, 0.98)),
    var(--panel);
  box-shadow: -2rem 0 5rem rgba(0, 0, 0, 0.4);
}

.cart-drawer__panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "SimSun", serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
}

.cart-items {
  display: grid;
  gap: 0.75rem;
}

.empty-cart,
.checkout-status {
  border: 1px solid rgba(216, 180, 111, 0.18);
  border-radius: 0.62rem;
  padding: 0.85rem;
  color: var(--muted);
  line-height: 1.5;
  background: rgba(251, 245, 234, 0.045);
}

.cart-item {
  display: grid;
  grid-template-columns: 4.4rem 1fr auto;
  gap: 0.75rem;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 0.75rem;
}

.crystal-photo.mini {
  width: 4.4rem;
}

.cart-item strong,
.cart-item span,
.cart-item small {
  display: block;
}

.cart-item strong {
  color: var(--ink);
  font-size: 0.92rem;
}

.cart-item span,
.cart-item small {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.4;
}

.cart-item__controls {
  display: inline-grid;
  grid-template-columns: 1.8rem 1.5rem 1.8rem;
  align-items: center;
  gap: 0.22rem;
}

.cart-item__controls button {
  min-height: 1.8rem;
  border: 1px solid rgba(216, 180, 111, 0.22);
  border-radius: 999px;
  background: rgba(216, 180, 111, 0.09);
  color: var(--ink);
}

.cart-item__controls b {
  text-align: center;
  color: var(--ink);
}

.cart-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 0.85rem 0;
}

.cart-summary span {
  color: var(--muted);
}

.cart-summary strong {
  color: var(--gold);
  font-size: 1.35rem;
}

.checkout-form {
  display: grid;
  gap: 0.75rem;
}

.checkout-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--subtle);
  font-size: 0.78rem;
  font-weight: 900;
}

.checkout-form input,
.checkout-form select {
  width: 100%;
  min-height: 2.8rem;
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  padding: 0 0.8rem;
  background: rgba(8, 7, 6, 0.66);
  color: var(--ink);
}

.loading {
  opacity: 0.72;
}

@keyframes avatarOrbit {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(0.96);
    opacity: 0.5;
  }

  50% {
    transform: translate(-50%, -50%) rotate(180deg) scale(1.02);
    opacity: 0.9;
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg) scale(0.96);
    opacity: 0.5;
  }
}

@keyframes avatarBreath {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.96);
    opacity: 0.72;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.06);
    opacity: 1;
  }
}

@keyframes masterSpeak {
  0%,
  100% {
    transform: scale(1.025) translateY(0);
    filter: saturate(0.98) contrast(1.12) brightness(0.9);
  }

  50% {
    transform: scale(1.045) translateY(-0.22rem);
    filter: saturate(1.04) contrast(1.16) brightness(0.96);
  }
}

@keyframes eyeBlink {
  0%,
  92%,
  100% {
    transform: scaleY(1);
  }

  95% {
    transform: scaleY(0.08);
  }
}

@keyframes eyeFocus {
  0%,
  100% {
    transform: translate(calc(-50% + var(--gaze-x, 0px)), calc(-50% + var(--gaze-y, 0px))) scale(1);
  }

  50% {
    transform: translate(calc(-50% + var(--gaze-x, 0px)), calc(-50% + var(--gaze-y, 0px))) scale(1.18);
  }
}

@keyframes upperLipTalk {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.68;
  }

  50% {
    transform: translateX(-50%) translateY(-0.2rem);
    opacity: 0.96;
  }
}

@keyframes lowerLipTalk {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.52;
  }

  50% {
    transform: translateX(-50%) translateY(0.42rem);
    opacity: 0.95;
  }
}

@keyframes voiceBars {
  0%,
  100% {
    height: 0.42rem;
    opacity: 0.45;
  }

  50% {
    height: 1.32rem;
    opacity: 1;
  }
}

@keyframes avatarDrawOrbit {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(0.76);
    opacity: 0.28;
  }

  42% {
    transform: translate(-50%, -50%) rotate(125deg) scale(1.08);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) rotate(260deg) scale(0.92);
    opacity: 0.55;
  }
}

@keyframes handDrawLeft {
  0% {
    transform: translate(0, 0) rotate(18deg);
    opacity: 0.35;
  }

  45% {
    transform: translate(3.5rem, -2.3rem) rotate(4deg);
    opacity: 0.9;
  }

  100% {
    transform: translate(0, 0) rotate(18deg);
    opacity: 0.48;
  }
}

@keyframes handDrawRight {
  0% {
    transform: translate(0, 0) rotate(-18deg);
    opacity: 0.35;
  }

  45% {
    transform: translate(-3.5rem, -2.3rem) rotate(-4deg);
    opacity: 0.9;
  }

  100% {
    transform: translate(0, 0) rotate(-18deg);
    opacity: 0.48;
  }
}

@keyframes masterDrawFocus {
  0% {
    transform: scale(1.02);
    filter: saturate(0.94) contrast(1.08) brightness(0.84);
  }

  42% {
    transform: scale(1.065) translateY(-0.4rem);
    filter: saturate(1.05) contrast(1.14) brightness(0.94);
  }

  100% {
    transform: scale(1.025);
    filter: saturate(0.96) contrast(1.1) brightness(0.88);
  }
}

@keyframes ritualCircle {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.35) rotate(0deg);
  }

  35% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.18) rotate(180deg);
  }
}

@keyframes cardFlyLeft {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(3rem) rotate(-8deg) scale(0.46);
  }

  35% {
    opacity: 1;
    transform: translateX(-50%) translateY(-5rem) rotate(-3deg) scale(1.15);
  }

  100% {
    opacity: 0;
    transform: translateX(calc(-50% - 11rem)) translateY(-16rem) rotate(-20deg) scale(0.92);
  }
}

@keyframes cardFlyCenter {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(3rem) rotate(0deg) scale(0.46);
  }

  35% {
    opacity: 1;
    transform: translateX(-50%) translateY(-5.8rem) rotate(0deg) scale(1.22);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-18rem) rotate(2deg) scale(0.98);
  }
}

@keyframes cardFlyRight {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(3rem) rotate(8deg) scale(0.46);
  }

  35% {
    opacity: 1;
    transform: translateX(-50%) translateY(-5rem) rotate(3deg) scale(1.15);
  }

  100% {
    opacity: 0;
    transform: translateX(calc(-50% + 11rem)) translateY(-16rem) rotate(20deg) scale(0.92);
  }
}

@keyframes floatingVideoIn {
  from {
    opacity: 0;
    transform: translateY(0.8rem) scale(0.92);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes readingLift {
  from {
    opacity: 0;
    transform: translateY(0.65rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes textGlowIn {
  from {
    opacity: 0;
    filter: blur(4px);
    transform: translateY(0.32rem);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes cardRevealPulse {
  0% {
    filter: brightness(0.9);
  }

  48% {
    filter: brightness(1.16);
  }

  100% {
    filter: brightness(1);
  }
}

@media (max-width: 1320px) {
  .showcase,
  .ritual-suite {
    grid-template-columns: 1fr 1fr;
  }

  .draw-area,
  .journey-panel,
  .journal-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 880px) {
  body {
    padding-bottom: calc(5.4rem + env(safe-area-inset-bottom));
  }

  .experience-shell {
    width: min(100% - 1rem, 1680px);
    padding: 0.7rem 0 1rem;
  }

  .lux-nav {
    display: grid;
    gap: 0.7rem;
    padding: 0.15rem 0.1rem 0;
    align-items: center;
  }

  .section-head {
    display: grid;
    align-items: start;
    gap: 0.65rem;
  }

  .brand-lockup span {
    font-size: 0.68rem;
  }

  .brand-lockup h1 {
    max-width: 10rem;
    font-size: clamp(2.15rem, 13vw, 3.55rem);
    line-height: 0.84;
  }

  .nav-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
    justify-content: stretch;
  }

  .nav-pills span {
    min-height: 2rem;
    padding: 0.42rem 0.52rem;
    justify-content: center;
    font-size: 0.68rem;
  }

  .nav-pills span:nth-child(3) {
    display: none;
  }

  .cart-trigger {
    min-height: 2rem;
    padding: 0.35rem 0.55rem;
    font-size: 0.7rem;
  }

  .offer-ribbon {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin: 0.8rem 0;
  }

  .offer-ribbon span {
    min-height: 2.65rem;
    border-radius: 0.55rem;
    padding: 0.5rem 0.62rem;
    justify-content: center;
    text-align: center;
    font-size: 0.69rem;
    line-height: 1.25;
  }

  .offer-ribbon span:nth-child(3),
  .offer-ribbon span:nth-child(4) {
    display: none;
  }

  .conversion-hero {
    min-height: 29rem;
    border-radius: 0.72rem;
    background-position: 58% center;
  }

  .conversion-hero__copy {
    align-content: center;
    padding: 1rem 1rem calc(5.9rem + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(8, 7, 6, 0.16), rgba(8, 7, 6, 0.9));
  }

  .conversion-hero h2 {
    max-width: 13ch;
    font-size: clamp(2.1rem, 12vw, 3.35rem);
    line-height: 0.92;
  }

  .conversion-hero p:not(.eyebrow) {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .conversion-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .conversion-hero__actions .mode-button {
    display: none;
  }

  .conversion-hero__trust span:nth-child(n + 3) {
    display: none;
  }

  .conversion-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.42rem;
  }

  .conversion-steps span {
    padding: 0.35rem 0.55rem;
    font-size: 0.76rem;
  }

  .return-prompt.is-visible {
    display: grid;
    gap: 0.7rem;
  }

  .mobile-ad-lane {
    display: none;
    gap: 0.85rem;
    border: 1px solid rgba(216, 180, 111, 0.32);
    border-radius: 0.72rem;
    padding: 1rem;
    margin-bottom: 0.75rem;
    background:
      radial-gradient(circle at 85% 15%, rgba(216, 180, 111, 0.18), transparent 8rem),
      linear-gradient(135deg, rgba(216, 180, 111, 0.15), rgba(118, 173, 147, 0.08)),
      rgba(8, 7, 6, 0.68);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.28);
  }

  .mobile-ad-lane small,
  .mobile-ad-lane strong {
    display: block;
  }

  .mobile-ad-lane small {
    color: var(--gold);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-ad-lane strong {
    margin-top: 0.24rem;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", "SimSun", serif;
    font-size: 1.36rem;
    font-weight: 500;
    line-height: 1.08;
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 90;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 0.9fr 1fr 0.9fr 0.85fr;
    gap: 0.5rem;
    padding: 0.68rem 0.72rem calc(0.68rem + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(216, 180, 111, 0.26);
    background: rgba(9, 8, 7, 0.92);
    backdrop-filter: blur(18px);
    box-shadow: 0 -1rem 2.5rem rgba(0, 0, 0, 0.38);
  }

  .mobile-sticky-cta button {
    min-height: 2.8rem;
    border: 1px solid rgba(216, 180, 111, 0.3);
    border-radius: 999px;
    background: rgba(216, 180, 111, 0.12);
    color: var(--ink);
    font-size: 0.78rem;
    font-weight: 900;
  }

  .mobile-sticky-cta button:nth-child(2) {
    background: linear-gradient(135deg, var(--gold), #f5d58a);
    color: #17110b;
  }

  .mobile-sticky-cta button:nth-child(3) {
    border-color: rgba(118, 173, 147, 0.45);
    background: linear-gradient(135deg, #2bd46f, #128c52);
    color: #04170d;
    box-shadow: 0 0.7rem 1.8rem rgba(18, 140, 82, 0.22);
  }

  .whatsapp-float {
    display: none;
  }

  .mobile-sticky-cta button.is-active {
    border-color: rgba(245, 213, 138, 0.7);
    background: rgba(216, 180, 111, 0.22);
  }

  .mobile-sticky-cta b {
    display: inline-grid;
    place-items: center;
    min-width: 1.2rem;
    min-height: 1.2rem;
    border-radius: 999px;
    margin-left: 0.18rem;
    background: rgba(0, 0, 0, 0.28);
    color: inherit;
  }

  .commerce-proof article:nth-child(n + 3),
  .habit-strip div:nth-child(n + 3),
  .commercial-stack,
  .session-controls,
  .voice-controls,
  #customerVideo {
    display: none;
  }

  .showcase,
  .ritual-suite,
  .offer-ribbon,
  .client-filter,
  .habit-strip,
  .commerce-proof,
  .intention-grid,
  .ritual-bundles,
  .catalogue-grid,
  .social-proof-band,
  .site-footer,
  .deck-zone,
  .match-modal__panel,
  .product-detail__panel,
  .detail-actions {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
    align-items: start;
    gap: 0.8rem;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .product {
    grid-template-columns: 5.2rem 1fr;
  }

  .crystal-photo {
    width: 5.2rem;
  }

  .match-modal__photo,
  .product-detail__photo {
    min-height: 20rem;
  }

  .product-trust-grid {
    grid-template-columns: 1fr;
  }

  .master-chat-form {
    grid-template-columns: 1fr;
  }

  .match-email {
    padding: 0.65rem;
  }

  .cart-item {
    grid-template-columns: 4rem 1fr;
  }

  .cart-item__controls {
    grid-column: 1 / -1;
    justify-content: start;
  }

  .cart-drawer__panel {
    width: min(100%, 27rem);
    padding: 1rem;
  }

  .match-modal,
  .product-detail {
    padding: 0.55rem;
  }

  .match-modal__panel,
  .product-detail__panel {
    max-height: calc(100vh - 1.1rem);
    padding: 0.75rem;
  }

  .match-modal__photo {
    min-height: 18rem;
  }

  .service-modes,
  .spread-tabs {
    grid-template-columns: 1fr;
  }

  .showcase {
    gap: 0.8rem;
  }

  .master-suite,
  .booking-suite,
  .ritual-suite > * {
    border-radius: 0.72rem;
  }

  .master-suite {
    min-height: auto;
    grid-template-rows: minmax(21.5rem, 1fr) auto;
    order: 2;
  }

  .booking-suite {
    order: 1;
  }

  .video-frame {
    min-height: 21.5rem;
    border-radius: 0.72rem 0.72rem 0 0;
  }

  .video-frame.is-floating {
    right: 0.72rem;
    bottom: calc(5.15rem + env(safe-area-inset-bottom));
    width: min(42vw, 10.5rem);
    min-width: 0;
    min-height: 0;
    aspect-ratio: 9 / 14;
    border-radius: 0.78rem;
  }

  .video-frame.is-floating::before {
    left: 0.45rem;
    right: 0.45rem;
    top: 0.45rem;
    padding: 0.24rem 0.36rem;
    font-size: 0.58rem;
  }

  .video-frame.is-floating .caption-bar {
    left: 0.42rem;
    right: 0.42rem;
    bottom: 0.42rem;
    max-height: 3.4rem;
    overflow: hidden;
    padding: 0.45rem;
    border-radius: 0.5rem;
    font-size: 0.58rem;
    line-height: 1.28;
  }

  .real-video-note {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 4.45rem;
    max-width: none;
    padding: 0.72rem;
  }

  .real-video-note strong {
    font-size: 0.72rem;
  }

  .real-video-note span {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .caption-bar {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    max-width: none;
    padding: 0.72rem;
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .video-badge,
  .upload-master {
    top: 0.75rem;
  }

  .upload-master {
    right: 0.75rem;
    font-size: 0.66rem;
  }

  .video-badge {
    left: 0.75rem;
    font-size: 0.68rem;
  }

  .master-credentials,
  .service-modes,
  .advisor-market {
    grid-template-columns: 1fr;
  }

  .master-credentials div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .master-credentials div:last-child {
    border-bottom: 0;
  }

  .booking-suite {
    gap: 0.8rem;
  }

  .salon-copy {
    padding-bottom: 0.2rem;
  }

  .salon-copy h2,
  .daily-retention h2,
  .client-form h2,
  .journey-panel h2,
  .section-head h2,
  .offer-card h2,
  .journal-panel h2,
  .ritual-board h2 {
    font-size: clamp(1.32rem, 7vw, 2rem);
    line-height: 1.03;
  }

  .ritual-days {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ritual-days span {
    min-height: 3.4rem;
  }

  .salon-copy p,
  .daily-retention p,
  .client-form label,
  .trust-stack span {
    font-size: 0.82rem;
  }

  .service-modes {
    display: none;
  }

  .daily-retention {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 0.85rem;
  }

  .daily-retention .primary-button {
    width: 100%;
  }

  .retention-tools {
    display: none;
  }

  .client-form {
    gap: 0.72rem;
    border-top: 1px solid var(--line);
    padding-top: 0.9rem;
  }

  .advisor-market {
    display: grid;
    gap: 0.55rem;
  }

  .advisor-card {
    grid-template-columns: 3.75rem 1fr;
    padding: 0.62rem;
  }

  .advisor-card img,
  .advisor-photo {
    width: 3.75rem;
    height: 3.75rem;
  }

  .advisor-card p {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .advisor-proof {
    gap: 0.28rem;
  }

  .advisor-proof small {
    font-size: 0.62rem;
  }

  .reading-hook {
    padding: 0.76rem;
  }

  .reading-hook h2 {
    font-size: 1rem;
  }

  .reading-hook p:not(.eyebrow) {
    font-size: 0.76rem;
  }

  .hook-steps span {
    padding: 0.45rem 0.24rem;
    font-size: 0.62rem;
  }

  .client-form input,
  .client-form select,
  .client-form textarea {
    min-height: 2.85rem;
    font-size: 1rem;
  }

  .client-form textarea {
    min-height: 6rem;
  }

  .save-panel {
    grid-template-columns: 1fr;
  }

  .post-reading-actions {
    grid-template-columns: 1fr;
  }

  .trust-stack {
    gap: 0.55rem;
  }

  .trust-stack div {
    padding: 0.68rem 0;
  }

  .ritual-suite {
    gap: 0.8rem;
    margin-top: 0.8rem;
  }

  .journey-panel {
    display: none;
  }

  .draw-area,
  .reading-card,
  .conversation-panel,
  .journal-panel,
  .offer-card {
    padding: 0.85rem;
  }

  .deck-zone {
    gap: 0.55rem;
  }

  .tarot-card {
    min-height: 13.5rem;
    padding: 0.78rem;
  }

  .card-name {
    font-size: 1.1rem;
  }

  .card-meaning {
    font-size: 0.78rem;
  }

  .product {
    grid-template-columns: 4.8rem 1fr;
    gap: 0.68rem;
  }

  .product h3 {
    font-size: 0.9rem;
  }

  .product p {
    font-size: 0.78rem;
  }

  .product-actions button {
    min-height: 2.05rem;
    padding: 0.35rem 0.52rem;
    font-size: 0.68rem;
  }

  .social-proof-band {
    gap: 0.7rem;
  }

  .intention-shop {
    padding: 0.85rem;
  }

  .intention-grid {
    gap: 0.55rem;
  }

  .intention-grid a {
    min-height: auto;
    padding: 0.72rem;
  }

  .ritual-bundles {
    gap: 0.7rem;
  }
}

@media (max-width: 560px) {
  .experience-shell {
    padding: 0.55rem 0 1rem;
  }

  .advisor-card {
    grid-template-columns: 3.7rem 1fr;
  }

  .advisor-card img,
  .advisor-photo {
    width: 3.7rem;
    height: 3.7rem;
  }

  .tarot-card {
    min-height: 12.6rem;
  }
}

.admin-body {
  background:
    radial-gradient(circle at 12% 0%, rgba(118, 173, 147, 0.18), transparent 28rem),
    linear-gradient(145deg, #080706, #14110f);
}

.admin-shell {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 3rem;
}

.admin-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1rem;
}

.admin-header h1 {
  margin-bottom: 0.45rem;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
}

.admin-header p:not(.eyebrow) {
  max-width: 42rem;
  color: var(--muted);
  line-height: 1.6;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.admin-actions input {
  min-height: 2.6rem;
  border: 1px solid rgba(251, 245, 234, 0.16);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  background: rgba(0, 0, 0, 0.28);
  color: var(--ink);
}

.admin-status,
.admin-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.admin-grid {
  grid-template-columns: 1fr 1fr;
}

.admin-status article,
.admin-card,
.record-item {
  border: 1px solid rgba(216, 180, 111, 0.18);
  border-radius: 0.72rem;
  padding: 1rem;
  background:
    linear-gradient(145deg, rgba(251, 245, 234, 0.065), rgba(216, 180, 111, 0.03)),
    rgba(8, 7, 6, 0.52);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.22);
}

.admin-status small,
.admin-status strong,
.admin-status span {
  display: block;
}

.admin-status small {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-status strong {
  margin: 0.28rem 0;
  color: var(--ink);
  font-size: 1.15rem;
}

.admin-status span {
  color: var(--muted);
  font-size: 0.82rem;
}

.admin-card h2,
.admin-section-head h2 {
  margin: 0;
}

.admin-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.feature-list,
.count-list {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.feature-list span,
.count-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: 1px solid rgba(251, 245, 234, 0.12);
  border-radius: 999px;
  padding: 0.5rem 0.7rem;
  color: var(--subtle);
  font-size: 0.82rem;
  font-weight: 900;
}

.feature-list .is-ready {
  border-color: rgba(118, 173, 147, 0.32);
  background: rgba(118, 173, 147, 0.1);
}

.feature-list .is-missing {
  border-color: rgba(141, 62, 72, 0.28);
  background: rgba(141, 62, 72, 0.1);
}

.count-list strong {
  color: var(--gold);
}

.count-list span {
  color: var(--muted);
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}

.admin-tabs button {
  min-height: 2.25rem;
  border: 1px solid rgba(216, 180, 111, 0.22);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  background: rgba(216, 180, 111, 0.08);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
}

.admin-tabs button.is-active {
  background: linear-gradient(135deg, var(--gold), #f5d58a);
  color: #17110b;
}

.record-list {
  display: grid;
  gap: 0.7rem;
}

.record-item strong,
.record-item small {
  display: block;
}

.record-item strong {
  color: var(--ink);
}

.record-item small {
  margin-top: 0.18rem;
  color: var(--gold);
  font-size: 0.74rem;
}

.record-item div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 0.75rem;
}

.record-item span {
  min-width: 0;
  border-top: 1px solid var(--line);
  padding-top: 0.45rem;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.record-item b {
  display: block;
  color: var(--subtle);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 90;
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  width: min(46rem, calc(100% - 2rem));
  border: 1px solid rgba(216, 180, 111, 0.28);
  border-radius: 0.8rem;
  padding: 0.9rem;
  background:
    linear-gradient(135deg, rgba(26, 20, 17, 0.96), rgba(11, 10, 9, 0.96)),
    rgba(8, 7, 6, 0.96);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.cookie-banner.is-visible {
  display: grid;
}

.cookie-banner strong,
.cookie-banner span {
  display: block;
}

.cookie-banner strong {
  color: var(--ink);
  font-size: 0.92rem;
}

.cookie-banner span {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}

@media (max-width: 860px) {
  .admin-header,
  .admin-section-head {
    display: grid;
    align-items: start;
  }

  .admin-actions,
  .admin-tabs {
    justify-content: flex-start;
  }

  .admin-status,
  .admin-grid,
  .record-item div {
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    grid-template-columns: 1fr;
    width: auto;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-actions button {
    flex: 1;
  }
}

/* Premium editorial refresh for the public Oracle Atelier experience. */
:root {
  color-scheme: light;
  --ink: #2a211d;
  --muted: #766b63;
  --subtle: #5b4b43;
  --gold: #b68a45;
  --jade: #6f917f;
  --wine: #6f2731;
  --plum: #4d3343;
  --night: #120f0d;
  --panel: rgba(255, 252, 246, 0.88);
  --glass: rgba(255, 255, 255, 0.58);
  --line: rgba(70, 49, 39, 0.14);
  --line-strong: rgba(182, 138, 69, 0.42);
  --shadow: 0 22px 70px rgba(72, 48, 36, 0.13);
}

body {
  background:
    linear-gradient(180deg, #f8f1e7 0%, #fffaf2 38%, #f5ebdf 100%);
  color: var(--ink);
}

body::before {
  background:
    linear-gradient(rgba(76, 52, 42, 0.035) 1px, transparent 1px);
  background-size: 100% 9px;
  opacity: 0.48;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

body::after {
  background:
    linear-gradient(90deg, rgba(248, 241, 231, 0.84), rgba(248, 241, 231, 0.48), rgba(248, 241, 231, 0.9)),
    url("./assets/tarot-premium-face.png?v=2");
  background-size: cover;
  background-position: center;
  opacity: 0.14;
  filter: saturate(0.72) contrast(0.96);
}

.experience-shell {
  padding: clamp(1rem, 2.4vw, 2.6rem);
}

.lux-nav {
  align-items: center;
  padding: 0.15rem 0 1.4rem;
}

.brand-lockup span,
.eyebrow,
.client-filter small,
.return-prompt small,
.ritual-bundles small {
  color: var(--wine);
  letter-spacing: 0.16em;
}

h1,
h2 {
  color: #221815;
}

h1 {
  font-size: clamp(2.3rem, 4.5vw, 5rem);
  line-height: 0.92;
}

h2 {
  line-height: 1.05;
}

.nav-pills {
  gap: 0.45rem;
}

.nav-pills span,
.cart-trigger,
.conversion-steps span,
.conversion-hero__trust span {
  border-color: rgba(75, 52, 42, 0.12);
  background: rgba(255, 252, 246, 0.72);
  color: #5d5048;
  box-shadow: 0 8px 28px rgba(72, 48, 36, 0.06);
}

.nav-pills b {
  background: var(--wine);
  box-shadow: 0 0 0 4px rgba(111, 39, 49, 0.12);
}

.conversion-hero {
  min-height: clamp(34rem, 72vh, 46rem);
  border-color: rgba(255, 252, 246, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(18, 15, 13, 0.78), rgba(18, 15, 13, 0.36) 54%, rgba(18, 15, 13, 0.72)),
    url("./assets/master-poster.jpg"),
    url("./assets/tarot-premium-face.png?v=2");
  background-size: cover;
  background-position: center;
  box-shadow:
    0 30px 90px rgba(64, 38, 28, 0.18),
    inset 0 1px 0 rgba(255, 252, 246, 0.34);
}

.conversion-hero h2 {
  max-width: 13ch;
  color: #fff8ed;
  text-wrap: balance;
  text-shadow: 0 2px 26px rgba(0, 0, 0, 0.34);
}

.conversion-hero p:not(.eyebrow) {
  max-width: 36rem;
  color: rgba(255, 248, 237, 0.84);
}

.conversion-hero .eyebrow {
  color: #e6c893;
}

.conversion-hero__copy {
  min-height: inherit;
}

.conversion-hero__trust span,
.conversion-steps span {
  background: rgba(255, 248, 237, 0.12);
  color: rgba(255, 248, 237, 0.86);
  backdrop-filter: blur(18px);
}

.conversion-steps b {
  background: #f1d7a6;
  color: #2a170f;
}

.offer-ribbon,
.client-filter article,
.commerce-proof article,
.habit-strip,
.intention-shop,
.ritual-bundles article,
.catalogue-section,
.social-proof-band article,
.return-prompt,
.mobile-ad-lane {
  border-color: var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.92), rgba(247, 238, 226, 0.84));
  box-shadow: var(--shadow);
}

.offer-ribbon {
  overflow: hidden;
  gap: 1px;
  background: rgba(70, 49, 39, 0.12);
}

.offer-ribbon span,
.offer-ribbon span:first-child {
  background: rgba(255, 252, 246, 0.92);
  color: var(--subtle);
}

.offer-ribbon span:first-child {
  color: var(--wine);
}

.client-filter,
.commerce-proof,
.habit-strip,
.ritual-bundles,
.social-proof-band {
  gap: 0.8rem;
}

.client-filter article,
.commerce-proof article,
.ritual-bundles article,
.social-proof-band article {
  padding: 1rem;
}

.client-filter strong,
.commerce-proof strong,
.habit-strip strong,
.ritual-bundles strong,
.social-proof-band strong {
  color: #261c18;
}

.client-filter span,
.commerce-proof span,
.habit-strip span,
.ritual-bundles span,
.social-proof-band p,
.catalogue-section .section-head p {
  color: var(--muted);
}

.showcase {
  gap: 1.1rem;
}

.master-suite,
.booking-suite,
.ritual-suite > *,
.reading-card,
.offer-card,
.journal-panel,
.conversation-panel,
.ritual-board,
.draw-area,
.journey-panel {
  border-color: var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.94), rgba(250, 242, 231, 0.9));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.master-suite {
  overflow: hidden;
}

.video-frame {
  background:
    linear-gradient(rgba(22, 15, 12, 0.18), rgba(22, 15, 12, 0.58)),
    url("./assets/master-tarot-master.png"),
    url("./assets/tarot-premium-face.png?v=2");
  background-size: cover;
  background-position: center;
}

.master-poster {
  filter: saturate(0.82) contrast(1.03) brightness(0.94);
}

.real-video-note,
.caption-bar,
.video-badge,
.daily-result,
.reading-hook,
.trust-stack div,
.commercial-stack div,
.save-panel,
.retention-tools,
.salon-copy,
.daily-retention,
.advisor-card,
.product,
.catalogue-product {
  border-color: rgba(70, 49, 39, 0.12);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.76);
  color: var(--ink);
  box-shadow: 0 14px 42px rgba(72, 48, 36, 0.08);
}

.caption-bar,
.video-badge,
.real-video-note {
  background: rgba(32, 22, 18, 0.7);
  color: #fff8ed;
  backdrop-filter: blur(18px);
}

.master-credentials {
  background: #fffaf3;
}

.master-credentials span,
.master-credentials small,
.reading-card p,
.offer-card p,
.product p,
.catalogue-product p,
.advisor-card p,
.daily-retention p,
.salon-copy p {
  color: var(--muted);
}

.advisor-card.is-selected {
  border-color: rgba(111, 39, 49, 0.42);
  background: #fff7ef;
  box-shadow:
    0 18px 48px rgba(111, 39, 49, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.66);
}

.advisor-card img {
  filter: saturate(0.84) contrast(0.98);
}

input,
textarea,
select,
.checkout-form input,
.checkout-form select {
  border-color: rgba(70, 49, 39, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

input::placeholder,
textarea::placeholder {
  color: rgba(95, 78, 68, 0.64);
}

.primary-button {
  border-color: rgba(111, 39, 49, 0.34);
  background:
    linear-gradient(135deg, #7e2f3b, #5b1f2a);
  color: #fff8ed;
  box-shadow: 0 14px 38px rgba(111, 39, 49, 0.18);
}

.primary-button:hover {
  background:
    linear-gradient(135deg, #8d3946, #642631);
}

.mode-button,
.product-actions button,
.unlock-prompts button {
  border-color: rgba(70, 49, 39, 0.14);
  background: rgba(255, 252, 246, 0.74);
  color: var(--ink);
}

.mode-button:hover,
.mode-button.is-active {
  border-color: rgba(111, 39, 49, 0.28);
  background: rgba(111, 39, 49, 0.08);
}

.whatsapp-hero,
.whatsapp-inline,
.whatsapp-float {
  border-color: rgba(61, 126, 93, 0.34);
  background:
    linear-gradient(135deg, #35c878, #128c52);
  color: #fff;
}

.tarot-card {
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(52, 34, 28, 0.12);
}

.product-detail__panel,
.cart-drawer__panel,
.match-modal__panel,
.cookie-banner {
  border-color: var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fffaf3, #f4e9da);
  color: var(--ink);
  box-shadow: 0 26px 80px rgba(32, 24, 20, 0.24);
}

.product-detail__close {
  color: var(--ink);
}

.mobile-sticky-cta {
  background: rgba(255, 250, 243, 0.94);
  border-color: rgba(70, 49, 39, 0.14);
  box-shadow: 0 -12px 40px rgba(72, 48, 36, 0.14);
}

.mobile-sticky-cta button {
  background: transparent;
  color: var(--ink);
}

.mobile-sticky-cta button:nth-child(2),
.mobile-sticky-cta button:nth-child(3) {
  background: var(--wine);
  color: #fff8ed;
}

@media (max-width: 980px) {
  .lux-nav {
    align-items: flex-start;
  }

  .conversion-hero {
    min-height: 40rem;
    background-position: 54% center;
  }

  .conversion-hero h2 {
    max-width: 11ch;
  }
}

@media (max-width: 680px) {
  .experience-shell {
    padding: 0.75rem 0.75rem 5.8rem;
  }

  .lux-nav,
  .nav-pills {
    display: grid;
    justify-content: stretch;
  }

  .nav-pills span {
    display: none;
  }

  .conversion-hero {
    min-height: 42rem;
    margin-inline: -0.1rem;
    background:
      linear-gradient(180deg, rgba(18, 15, 13, 0.18), rgba(18, 15, 13, 0.86) 62%, rgba(18, 15, 13, 0.94)),
      url("./assets/master-poster.jpg"),
      url("./assets/tarot-premium-face.png?v=2");
    background-size: cover;
    background-position: center;
  }

  .conversion-hero__copy {
    align-content: end;
    padding: 1.25rem;
  }

  .conversion-hero h2 {
    max-width: 12.5ch;
    font-size: clamp(2.25rem, 10.8vw, 3rem);
    line-height: 1.02;
  }

  .conversion-hero__actions > * {
    flex-basis: 100%;
  }

  .offer-ribbon,
  .client-filter,
  .commerce-proof,
  .habit-strip,
  .ritual-bundles,
  .social-proof-band {
    grid-template-columns: 1fr;
  }

  .showcase,
  .ritual-suite {
    gap: 0.75rem;
  }

  .master-suite {
    min-height: 0;
    grid-template-rows: minmax(28rem, auto) auto;
  }

  .video-frame {
    min-height: 28rem;
  }
}
