/** Shopify CDN: Minification failed

Line 1748:1 Unexpected "{"

**/
/*
==================================================
AUREALM BOOKING
Version: 3.2.0
Hero Tarot Base + Editable Booking Services
Global modal positioning handled by aurealm-global-rituals.css
==================================================
*/

:root {
  --au-booking-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* GLOBAL */

.au-booking {
  position: relative;
  overflow: hidden;
  background: var(--ivory);
  color: var(--ink);
}

.au-booking__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.au-booking__eyebrow {
  margin: 0;
  color: var(--mauve);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.au-booking__btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(48, 39, 35, 0.12);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.72);
  color: var(--ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 420ms var(--au-booking-ease),
    background 320ms ease,
    border-color 320ms ease,
    color 320ms ease,
    box-shadow 420ms var(--au-booking-ease);
}

.au-booking__btn:hover {
  transform: translateY(-2px);
}

.au-booking__btn--dark {
  background: linear-gradient(180deg, #2d2420 0%, #1f1917 100%);
  border-color: rgba(0, 0, 0, 0.18);
  color: var(--ivory);
  box-shadow: 0 18px 42px rgba(48, 39, 35, 0.18);
}

.au-booking__btn--dark:hover {
  background: linear-gradient(180deg, #3a2e4a 0%, #2c2337 100%);
  box-shadow: 0 26px 56px rgba(59, 41, 76, 0.26);
}

/* HERO */

.au-booking-hero {
  padding: clamp(96px, 12vw, 160px) 0 clamp(76px, 10vw, 120px);
  background:
    radial-gradient(circle at 12% 10%, rgba(159, 139, 179, 0.16), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(214, 181, 109, 0.10), transparent 32%),
    linear-gradient(180deg, #fffaf4 0%, #f8efe6 100%);
}

.au-booking__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(60px);
  pointer-events: none;
}

.au-booking__glow--one {
  top: 120px;
  left: -100px;
  width: 360px;
  height: 360px;
  background: rgba(159, 139, 179, 0.18);
}

.au-booking__glow--two {
  right: -120px;
  bottom: 60px;
  width: 420px;
  height: 420px;
  background: rgba(214, 181, 109, 0.14);
}

.au-booking-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: clamp(48px, 7vw, 90px);
  align-items: center;
}

.au-booking-hero h1 {
  margin: 14px 0 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(46px, 6vw, 82px);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.au-booking-hero__text {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.85;
}

.au-booking-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.au-booking-hero__note {
  margin-top: 20px;
  color: var(--ink-mute);
  font-size: 13px;
  line-height: 1.7;
}

/* HERO TAROT FAN */

.au-booking-tarot {
  position: relative;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.au-booking-tarot__intro {
  max-width: 440px;
  text-align: center;
}

.au-booking-tarot__intro h2 {
  margin: 14px 0 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.au-booking-tarot__intro p:not(.au-booking__eyebrow) {
  margin-top: 16px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.8;
}

.au-booking-tarot__fan {
  position: relative;
  width: 100%;
  height: 380px;
  margin-top: 32px;
  perspective: 1600px;
}

.au-booking-tarot__fan-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 285px;
  opacity: 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  animation: auBookingHeroFanIn 1200ms var(--au-booking-ease) forwards;
  animation-delay: calc(var(--i) * 80ms);
}

.au-booking-tarot__fan-card span {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(214, 198, 228, 0.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 255, 255, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(32, 24, 42, 0.98) 0%, rgba(16, 12, 24, 1) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 30px 90px rgba(18, 12, 26, 0.34);
}

.au-booking-tarot__fan-card span::before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(214, 198, 228, 0.13);
  border-radius: 20px;
}

.au-booking-tarot__fan-card span::after {
  content: "✦";
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(245, 238, 255, 0.88);
  font-size: 38px;
  transform: translate(-50%, -50%);
}

.au-booking-tarot__fan-card:nth-child(1) {
  transform: translate(-50%, -50%) translateX(-185px) translateY(34px) rotate(-26deg);
}

.au-booking-tarot__fan-card:nth-child(2) {
  transform: translate(-50%, -50%) translateX(-120px) translateY(12px) rotate(-18deg);
}

.au-booking-tarot__fan-card:nth-child(3) {
  transform: translate(-50%, -50%) translateX(-62px) translateY(-4px) rotate(-9deg);
}

.au-booking-tarot__fan-card:nth-child(4) {
  transform: translate(-50%, -50%) translateX(0) translateY(-12px) rotate(0deg);
}

.au-booking-tarot__fan-card:nth-child(5) {
  transform: translate(-50%, -50%) translateX(62px) translateY(-4px) rotate(9deg);
}

.au-booking-tarot__fan-card:nth-child(6) {
  transform: translate(-50%, -50%) translateX(120px) translateY(12px) rotate(18deg);
}

.au-booking-tarot__fan-card:nth-child(7) {
  transform: translate(-50%, -50%) translateX(185px) translateY(34px) rotate(26deg);
}

.au-booking-tarot__trigger {
  margin-top: 8px;
}

/* TAROT MODAL BASE */

.au-tarot-modal[hidden] {
  display: none !important;
}

.au-tarot-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 360ms ease,
    visibility 360ms ease;
}

.au-tarot-modal.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.au-tarot-modal__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 16%, rgba(91, 65, 112, 0.34), transparent 38%),
    rgba(9, 7, 13, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* TAROT MODAL DIALOG */

.au-tarot-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(860px, calc(100vw - 32px));
  max-height: min(680px, calc(100vh - 32px));
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(159, 139, 179, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(23, 18, 32, 0.98) 0%, rgba(12, 10, 18, 1) 100%);
  box-shadow:
    0 46px 140px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.au-tarot-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  font-size: 24px;
}

.au-tarot-modal__head {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.au-tarot-modal__head h2 {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-family: var(--font-display);
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.04em;
}

.au-tarot-modal__head p:not(.au-booking__eyebrow) {
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.75;
}

/* TAROT DECK */

.au-tarot-modal__deck {
  position: relative;
  display: block;
  width: min(760px, 100%);
  height: 340px;
  margin: 28px auto 0;
  perspective: 1600px;
}

.au-tarot-modal__card {
  --x: 0px;
  --y: 0px;
  --r: 0deg;
  --delay: 0ms;

  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 118px;
  padding: 0;
  border: 0;
  background: transparent !important;
  cursor: pointer;
  opacity: 0;
  transform:
    translate(-50%, -50%)
    translateX(var(--x))
    translateY(var(--y))
    rotate(var(--r))
    scale(0.94);
  transform-style: preserve-3d;
  isolation: isolate;
  overflow: visible;
  box-shadow: none !important;
  animation: auTarotModalFanIn 820ms var(--au-booking-ease) forwards;
  animation-delay: var(--delay);
  transition:
    transform 520ms var(--au-booking-ease),
    opacity 320ms ease,
    filter 320ms ease;
}

.au-tarot-modal__card:hover {
  z-index: 20;
  transform:
    translate(-50%, -50%)
    translateX(var(--x))
    translateY(calc(var(--y) - 18px))
    rotate(var(--r))
    scale(1.13);
  filter: brightness(1.08);
}

.au-tarot-modal__card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  isolation: isolate;
  transform-style: preserve-3d;
  transition: transform 900ms var(--au-booking-ease);
}

.au-tarot-modal__card.is-flipping {
  z-index: 60;
  transform:
    translate(-50%, -50%)
    translateY(-26px)
    rotate(0deg)
    scale(1.85);
}

.au-tarot-modal__card.is-flipping .au-tarot-modal__card-inner {
  transform: rotateY(180deg);
}

.au-tarot-modal__card-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 15px;
  backface-visibility: hidden;
}

.au-tarot-modal__card-back {
  border: 1px solid rgba(214, 198, 228, 0.24);
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 255, 255, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(34, 26, 46, 1) 0%, rgba(18, 14, 26, 1) 100%);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.au-tarot-modal__card-back::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(214, 198, 228, 0.14);
  border-radius: 10px;
}

.au-tarot-modal__card-back::after {
  content: "✦";
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(245, 238, 255, 0.88);
  font-size: 21px;
  transform: translate(-50%, -50%);
}

.au-tarot-modal__card-front {
  transform: rotateY(180deg);
  background:
    radial-gradient(circle at 50% 22%, rgba(214, 181, 109, 0.24), transparent 34%),
    linear-gradient(180deg, #241c30 0%, #100d16 100%);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.au-tarot-modal__card-front::before {
  content: "✦";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(245, 238, 255, 0.84);
  font-size: 30px;
}

.au-tarot-modal__card-front img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
  backface-visibility: hidden;
}

.au-tarot-modal__foot {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
  color: rgba(245, 241, 234, 0.74);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.au-tarot-modal__foot strong,
.au-tarot-modal__foot b {
  color: #ffffff;
}

/* RESULT */

.au-tarot-result__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  min-height: 520px;
}

.au-tarot-result__visual {
  filter: drop-shadow(0 34px 68px rgba(0, 0, 0, 0.38));
}

.au-tarot-result__card {
  width: 100%;
  aspect-ratio: 0.62;
  perspective: 1200px;
}

.au-tarot-result__card,
.au-tarot-result__card-inner,
.au-tarot-result__visual {
  overflow: visible;
}

.au-tarot-result__card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: auTarotResultFlip 1200ms var(--au-booking-ease) forwards;
}

.au-tarot-result__card-back,
.au-tarot-result__card-front {
  position: absolute;
  inset: 0;
  overflow: hidden !important;
  border: 1px solid rgba(214, 198, 228, 0.18);
  border-radius: 28px !important;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.au-tarot-result__card-back {
  background: linear-gradient(180deg, rgba(32, 24, 42, 1) 0%, rgba(18, 14, 26, 1) 100%);
}

.au-tarot-result__card-back span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(245, 238, 255, 0.88);
  font-size: 48px;
  transform: translate(-50%, -50%);
}

.au-tarot-result__card-front {
  transform: rotateY(180deg);
  background:
    radial-gradient(circle at 50% 22%, rgba(214, 181, 109, 0.22), transparent 36%),
    linear-gradient(180deg, #241c30 0%, #100d16 100%);
}

.au-tarot-result__card-front::before {
  content: "✦";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(245, 238, 255, 0.84);
  font-size: 54px;
}

.au-tarot-result__card-front img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.au-tarot-result__content h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.04em;
}

.au-tarot-result__arcana {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.au-tarot-result__message {
  max-width: 560px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.85;
}

.au-tarot-result__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.au-tarot-result__meta div,
.au-tarot-result__recommendation {
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.au-tarot-result__meta span,
.au-tarot-result__recommendation span {
  display: block;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.au-tarot-result__meta strong,
.au-tarot-result__recommendation strong {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
}

.au-tarot-result__recommendation {
  margin-top: 20px;
}

.au-tarot-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* SERVICES */

.au-booking-services {
  padding: clamp(72px, 9vw, 128px) 0;
}

.au-booking-services--editorial {
  background:
    radial-gradient(circle at 12% 8%, rgba(159, 139, 179, 0.11), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(217, 207, 225, 0.16), transparent 32%),
    var(--ivory);
}

.au-booking__section-head {
  max-width: 820px;
  margin-bottom: 42px;
}

.au-booking__section-head h2 {
  margin: 14px 0 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(38px, 5.8vw, 82px);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.au-booking__section-head p:not(.au-booking__eyebrow) {
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.8;
}

.au-booking-services__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 42px;
}

.au-booking-services__filter {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(48, 39, 35, 0.1);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.72);
  color: var(--ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(48, 39, 35, 0.04);
  transition:
    transform 240ms ease,
    background 240ms ease,
    border-color 240ms ease,
    color 240ms ease;
}

.au-booking-services__filter:hover,
.au-booking-services__filter.is-active {
  transform: translateY(-1px);
  border-color: rgba(159, 139, 179, 0.28);
  background: rgba(159, 139, 179, 0.1);
}

.au-booking-v1-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.au-booking-v1-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(72, 58, 52, 0.1);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(186, 168, 201, 0.15), transparent 40%),
    linear-gradient(180deg, rgba(252, 249, 245, 0.98) 0%, rgba(244, 237, 231, 0.94) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 24px 64px rgba(48, 39, 35, 0.075),
    0 8px 22px rgba(48, 39, 35, 0.04);
  transition:
    transform 700ms var(--au-booking-ease),
    box-shadow 700ms var(--au-booking-ease),
    border-color 500ms ease,
    background 500ms ease;
}

.au-booking-v1-card:hover {
  transform: translateY(-9px) scale(1.01);
  border-color: rgba(159, 139, 179, 0.2);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 42px 96px rgba(48, 39, 35, 0.12),
    0 14px 34px rgba(48, 39, 35, 0.06);
}

.au-booking-v1-card__badge {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(159, 139, 179, 0.12);
  color: var(--mauve);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.au-booking-v1-card__icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.82), transparent 58%),
    rgba(159, 139, 179, 0.1);
  color: var(--mauve);
  font-size: 27px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    0 14px 34px rgba(48, 39, 35, 0.055);
}

.au-booking-v1-card__kicker {
  margin: 0 0 12px;
  color: var(--mauve);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.au-booking-v1-card h3 {
  margin: 0;
  color: #241d1a;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.3vw, 34px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.au-booking-v1-card__text {
  margin: 16px 0 0;
  color: rgba(36, 29, 26, 0.74);
  font-size: 14px;
  line-height: 1.78;
}

.au-booking-v1-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 30px;
}

.au-booking-v1-card__meta span {
  color: rgba(36, 29, 26, 0.62);
  font-size: 13px;
  font-weight: 600;
}

.au-booking-v1-card__meta strong {
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}

.au-booking-v1-card__actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.au-booking-v1-card__button,
.au-booking-v1-card__whatsapp {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    transform 420ms var(--au-booking-ease),
    background 320ms ease,
    border-color 320ms ease,
    color 320ms ease,
    box-shadow 420ms var(--au-booking-ease);
}

.au-booking-v1-card__button {
  background: linear-gradient(180deg, #2d2420 0%, #1e1816 100%);
  color: var(--ivory);
  box-shadow: 0 18px 42px rgba(48, 39, 35, 0.16);
}

.au-booking-v1-card__button:hover {
  transform: translateY(-2px) scale(1.01);
  background: linear-gradient(180deg, #3a2e4a 0%, #2a2235 100%);
  box-shadow: 0 26px 54px rgba(44, 30, 54, 0.24);
}

.au-booking-v1-card__whatsapp {
  border: 1px solid rgba(48, 39, 35, 0.1);
  background: rgba(255, 252, 246, 0.6);
  color: var(--ink);
}

.au-booking-v1-card__whatsapp:hover {
  transform: translateY(-2px);
  border-color: rgba(159, 139, 179, 0.28);
  background: rgba(255, 252, 246, 0.92);
}

.au-booking-v1-card.is-hidden {
  display: none;
}

.au-booking-v1-card.is-recommended {
  border-color: rgba(159, 139, 179, 0.36);
  box-shadow:
    0 32px 84px rgba(48, 39, 35, 0.1),
    0 0 0 1px rgba(159, 139, 179, 0.11);
}

.au-booking-v1-card.is-recommended::after {
  content: "Recommended";
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(159, 139, 179, 0.13);
  color: var(--mauve);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* MOBILE CTA */

.au-booking-mobile-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    visibility 260ms ease;
}

.au-booking-mobile-cta.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.au-booking-mobile-cta a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--ivory);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

/* REVEAL */

.au-reveal-up,
[data-au-stagger] > * {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 720ms var(--au-booking-ease),
    transform 720ms var(--au-booking-ease);
}

.au-reveal-up.is-visible,
[data-au-stagger] > *.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* MOONSTONE MAUVE BUTTON FIX */

.au-booking__btn--dark,
.au-booking-v1-card__button,
.au-booking-mobile-cta a {
  border: 1px solid rgba(159, 139, 179, 0.34);
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 252, 246, 0.24), transparent 34%),
    linear-gradient(180deg, #9f8bb3 0%, #7f6a96 52%, #5f4b76 100%);
  color: #fffaf4;
  box-shadow:
    0 18px 42px rgba(95, 75, 118, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.au-booking__btn--dark:hover,
.au-booking-v1-card__button:hover,
.au-booking-mobile-cta a:hover {
  transform: translateY(-2px) scale(1.01);
  border-color: rgba(214, 181, 109, 0.34);
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 252, 246, 0.28), transparent 36%),
    linear-gradient(180deg, #b09bc2 0%, #8f79a8 50%, #6d5786 100%);
  color: #fffaf4;
  box-shadow:
    0 24px 56px rgba(95, 75, 118, 0.28),
    0 0 0 1px rgba(214, 181, 109, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.au-booking__btn--dark:focus-visible,
.au-booking-v1-card__button:focus-visible,
.au-booking-mobile-cta a:focus-visible {
  outline: 2px solid rgba(214, 181, 109, 0.78);
  outline-offset: 4px;
}

.au-booking__btn,
.au-booking-v1-card__button,
.au-booking-v1-card__whatsapp {
  letter-spacing: 0.13em;
}

/* PRODUCTION POLISH */

.au-booking,
.au-booking-hero,
.au-booking-services,
.au-tarot-modal {
  overflow-x: hidden;
}

.au-booking-v1-card,
.au-tarot-modal__dialog,
.au-tarot-result__card,
.au-booking-tarot__fan-card {
  contain: layout paint;
}

/* ANIMATIONS */

@keyframes auBookingHeroFanIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(80px) scale(0.78) rotate(0deg);
  }

  100% {
    opacity: 1;
  }
}

@keyframes auTarotModalFanIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(80px) scale(0.68) rotate(0deg);
  }

  100% {
    opacity: 1;
  }
}

@keyframes auTarotResultFlip {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(180deg);
  }
}

/* RESPONSIVE */

@media screen and (max-width: 1080px) {
  .au-booking-hero__grid,
  .au-tarot-result__layout {
    grid-template-columns: 1fr;
  }

  .au-booking-v1-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .au-booking-tarot {
    min-height: 560px;
  }

  .au-tarot-result__visual {
    max-width: 280px;
  }
}

@media screen and (max-width: 749px) {
  .au-booking__inner {
    width: min(100% - 32px, 1180px);
  }

  .au-booking-hero {
    padding-top: 92px;
  }

  .au-booking-hero h1 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .au-booking-hero__actions {
    flex-direction: column;
  }

  .au-booking-hero__actions .au-booking__btn {
    width: 100%;
  }

  .au-booking-tarot__fan {
    height: 280px;
  }

  .au-booking-tarot__fan-card {
    width: 112px;
    height: 188px;
  }

  .au-booking-tarot__fan-card:nth-child(1) {
    transform: translate(-50%, -50%) translateX(-96px) rotate(-24deg);
  }

  .au-booking-tarot__fan-card:nth-child(2) {
    transform: translate(-50%, -50%) translateX(-66px) rotate(-16deg);
  }

  .au-booking-tarot__fan-card:nth-child(3) {
    transform: translate(-50%, -50%) translateX(-34px) rotate(-8deg);
  }

  .au-booking-tarot__fan-card:nth-child(5) {
    transform: translate(-50%, -50%) translateX(34px) rotate(8deg);
  }

  .au-booking-tarot__fan-card:nth-child(6) {
    transform: translate(-50%, -50%) translateX(66px) rotate(16deg);
  }

  .au-booking-tarot__fan-card:nth-child(7) {
    transform: translate(-50%, -50%) translateX(96px) rotate(24deg);
  }

  .au-tarot-modal {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 12px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .au-tarot-modal__dialog {
    width: min(100%, 360px);
    max-height: none;
    min-height: auto;
    margin: 20px auto 28px;
    padding: 24px 18px 26px;
    border-radius: 26px;
    overflow: hidden;
  }

  .au-tarot-modal__close {
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
  }

  .au-tarot-modal__head {
    max-width: 300px;
    margin-inline: auto;
  }

  .au-tarot-modal__head .au-booking__eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .au-tarot-modal__head h2 {
    max-width: 280px;
    margin: 0 auto;
    font-size: clamp(31px, 8.6vw, 38px);
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  .au-tarot-modal__head p:not(.au-booking__eyebrow) {
    max-width: 286px;
    margin: 16px auto 0;
    font-size: 13.5px;
    line-height: 1.6;
  }

  .au-tarot-modal__deck {
    width: 100%;
    max-width: 310px;
    height: 250px;
    margin: 24px auto 0;
    transform: scale(0.92);
    transform-origin: center center;
  }

  .au-tarot-modal__card {
    width: 54px;
    height: 90px;
  }

  .au-tarot-modal__card.is-flipping {
    transform:
      translate(-50%, -50%)
      translateY(-18px)
      rotate(0deg)
      scale(1.95);
  }

  .au-tarot-modal__foot {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin-top: 0;
    font-size: 10px;
    line-height: 1.35;
    text-align: center;
  }

  .au-tarot-modal__foot span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .au-tarot-result__layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    min-height: auto;
  }

  .au-tarot-result__visual {
    display: block !important;
    width: min(220px, 72vw) !important;
    max-width: 220px !important;
    margin: 0 auto 10px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .au-tarot-result__card {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 0.62 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .au-tarot-result__card-inner,
  .au-tarot-result__card-back,
  .au-tarot-result__card-front {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .au-tarot-result__content {
    text-align: center;
  }

  .au-tarot-result__meta,
  .au-tarot-result__actions {
    justify-content: center;
  }

  .au-tarot-result__actions {
    flex-direction: column;
  }

  .au-tarot-result__actions .au-booking__btn {
    width: 100%;
  }

  .au-booking-services,
  .au-booking-services * {
    box-sizing: border-box;
  }

  .au-booking-services {
    overflow-x: hidden;
  }

  .au-booking-services__filters,
  .booking-services__filters,
  .au-booking-filter-list,
  .booking-filter-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 12px;
    margin: 0 0 28px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .au-booking-services__filters::-webkit-scrollbar,
  .booking-services__filters::-webkit-scrollbar,
  .au-booking-filter-list::-webkit-scrollbar,
  .booking-filter-list::-webkit-scrollbar {
    display: none;
  }

  .au-booking-services__filter,
  .booking-services__filter,
  .au-booking-filter,
  .booking-filter {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 18px;
    white-space: nowrap;
    scroll-snap-align: start;
    font-size: 10px;
  }

  .au-booking-services__grid,
  .booking-services__grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    overflow: hidden;
  }

  .au-booking-service-card,
  .booking-service-card {
    width: 100%;
    min-width: 0;
  }

  .au-booking-v1-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .au-booking-v1-card {
    padding: 24px;
    border-radius: 28px;
  }

  .au-booking-v1-card h3 {
    font-size: 27px;
  }
}

@media screen and (max-width: 390px) {
  .au-tarot-modal {
    padding: 10px;
  }

  .au-tarot-modal__dialog {
    width: min(100%, 338px);
    margin-top: 18px;
    padding: 22px 16px 24px;
  }

  .au-tarot-modal__head h2 {
    max-width: 260px;
    font-size: clamp(29px, 8.4vw, 35px);
  }

  .au-tarot-modal__head p:not(.au-booking__eyebrow) {
    max-width: 260px;
    font-size: 13px;
  }

  .au-tarot-modal__deck {
    max-width: 286px;
    height: 230px;
    transform: scale(0.88);
  }

  .au-tarot-modal__card {
    width: 50px;
    height: 84px;
  }
}

@media screen and (max-width: 768px) {
  .au-booking__glow,
  .au-tarot-modal__overlay,
  .au-tarot-modal__deck::before {
    display: none !important;
  }

  .au-booking-v1-card,
  .au-tarot-modal__dialog,
  .au-tarot-result__card,
  .au-booking-tarot__fan-card {
    contain: none;
  }

  .au-booking__btn:hover,
  .au-booking-v1-card:hover,
  .au-booking-v1-card__button:hover,
  .au-booking-v1-card__whatsapp:hover,
  .au-booking-services__filter:hover,
  .au-tarot-modal__card:hover {
    transform: none !important;
  }

  .au-booking-services__filters {
    scroll-padding-left: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .au-booking *,
  .au-booking *::before,
  .au-booking *::after,
  .au-tarot-modal *,
  .au-tarot-modal *::before,
  .au-tarot-modal *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .au-reveal-up,
  [data-au-stagger] > * {
    opacity: 1 !important;
    transform: none !important;
  }

  .au-booking-tarot__fan-card,
  .au-tarot-modal__card,
  .au-tarot-result__card-inner {
    transform: none !important;
  }
}

/* SHOPIFY EDITOR SAFETY */

.shopify-design-mode .au-reveal-up,
.shopify-design-mode [data-au-stagger] > *,
body.shopify-design-mode .au-reveal-up,
body.shopify-design-mode [data-au-stagger] > * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.au-tarot-open {
  overflow: hidden;
}

/*
==================================================
BOOKING TRUST / FAQ / CTA FIXED BASE
==================================================
*/

.au-booking-trust,
.au-booking-faq,
.au-booking-cta {
  padding: 56px 0;
  background: var(--ivory);
}

.au-booking-trust__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
  gap: 18px;
  margin-top: 32px;
}

.au-booking-trust-card {
  padding: 22px;
  border: 1px solid rgba(48, 39, 35, 0.08);
  border-radius: 24px;
  background: rgba(255, 252, 246, 0.72);
}

.au-booking-trust-card__icon {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--mauve);
}

.au-booking-trust-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 300;
  line-height: 1.1;
}

.au-booking-trust-card p,
.au-booking-disclaimer p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.au-booking-disclaimer {
  max-width: 760px;
  margin: 28px auto 0;
  padding: 18px 22px;
  border: 1px solid rgba(48, 39, 35, 0.08);
  border-radius: 20px;
  text-align: center;
}

.au-booking-faq__list {
  max-width: 980px;
  margin: 30px auto 0;
}

.au-booking-faq__item {
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid rgba(48, 39, 35, 0.08);
  border-radius: 24px;
  background: rgba(255, 252, 246, 0.76);
}

.au-booking-faq__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.au-booking-faq__trigger span:first-child {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1;
}

.au-booking-faq__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 320ms ease;
}

.au-booking-faq__item.is-open .au-booking-faq__content {
  max-height: 240px;
}

.au-booking-faq__content-inner {
  padding: 0 24px 22px;
}

.au-booking-cta__card {
  max-width: 820px;
  margin: 0 auto;
  padding: 42px;
  border: 1px solid rgba(48, 39, 35, 0.08);
  border-radius: 32px;
  background: rgba(255, 252, 246, 0.76);
  text-align: center;
}

.au-booking-cta__card h2 {
  max-width: 620px;
  margin: 12px auto 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 300;
  line-height: 0.96;
}

.au-booking-cta__card > p:not(.au-booking__eyebrow) {
  max-width: 560px;
  margin: 18px auto 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.8;
}

.au-booking-cta__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.au-booking-cta__trust {
  display: none;
}

@media screen and (max-width: 768px) {
  .au-booking-trust__grid {
    grid-template-columns: 1fr;
  }

  .au-booking-faq__trigger span:first-child {
    font-size: 24px;
  }

  .au-booking-cta__card {
    padding: 30px 22px;
  }

  .au-booking-cta__actions {
    flex-direction: column;
  }

  .au-booking-cta__actions .au-booking__btn {
    width: 100%;
  }
}

/*
==================================================
AUREALM BOOKING REVIEWS + JUDGE.ME
==================================================
*/

.au-booking-reviews {
  padding: clamp(56px, 7vw, 96px) 0;
  background:
    radial-gradient(circle at 90% 0%, rgba(143, 111, 143, 0.10), transparent 38%),
    linear-gradient(180deg, #fffaf4 0%, #f7f1eb 100%);
}

.au-booking-reviews__card {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(143, 111, 143, 0.14);
  border-radius: clamp(28px, 4vw, 42px);
  background:
    radial-gradient(circle at 90% 0%, rgba(143, 111, 143, 0.10), transparent 38%),
    linear-gradient(145deg, rgba(255, 252, 246, 0.96), rgba(244, 237, 231, 0.82));
  box-shadow:
    0 28px 86px rgba(38, 28, 50, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.au-booking-reviews__card h2 {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(42px, 5.8vw, 82px);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.au-booking-reviews__card > p:not(.au-booking__eyebrow) {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.8;
}

.au-booking-reviews__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.au-booking-reviews__tags span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(143, 111, 143, 0.14);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.68);
  color: rgba(36, 28, 49, 0.68);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.au-booking-reviews__judge {
  margin-top: 34px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid rgba(143, 111, 143, 0.12);
  border-radius: 28px;
  background: rgba(255, 252, 246, 0.62);
}

.au-booking-reviews__judge .jdgm-widget,
.au-booking-reviews__judge [class*="jdgm"] {
  color: var(--ink) !important;
  font-family: var(--font-body) !important;
}

.au-booking-reviews__judge .jdgm-rev-widg__title,
.au-booking-reviews__judge [class*="title"] {
  color: var(--ink) !important;
  font-family: var(--font-display) !important;
  letter-spacing: -0.035em !important;
}

.au-booking-reviews__judge .jdgm-write-rev-link,
 {
  border: 1px solid rgba(143, 111, 143, 0.28) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, #9f8bb3 0%, #7f6a96 52%, #5f4b76 100%) !important;
  color: #fffaf4 !important;
}

@media screen and (max-width: 768px) {
  .au-booking-reviews__tags span {
    width: 100%;
    justify-content: center;
  }

  .au-booking-reviews__judge {
    padding: 18px;
    border-radius: 24px;
  }
}


