:root {
  --ink: #2f2833;
  --purple: #81608C;
  --deep: #33283a;
  --pink: #81608C;
  --hot: #CDD0E3;
  --gold: #e9d7a5;
  --paper: #fbfbfe;
  --lilac: #CDD0E3;
  --muted: #665d6b;
  --shadow: 0 24px 70px rgba(79, 60, 86, .16);
}

body { background: #fbfbfe; }
nav { gap: 1.15rem; }
.brand-logo {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
  box-shadow: 0 5px 16px rgba(25, 14, 29, .18);
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy > span { white-space: nowrap; }
.brand-copy small {
  margin-top: .28rem;
  color: rgba(255, 255, 255, .78);
  font-family: 'DM Sans', sans-serif;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero {
  background:
    radial-gradient(circle at 15% 18%, rgba(205, 208, 227, .24), transparent 28%),
    linear-gradient(125deg, #33283a 0%, #654b6e 48%, #81608C 100%);
}
.hero h1 em,
.brand em,
.hero .eyebrow,
.offers .eyebrow,
.closing .eyebrow,
.signature { color: #CDD0E3; }
.button.primary {
  background: #81608C;
  box-shadow: 0 10px 30px rgba(129, 96, 140, .28);
}
.hero .button.primary {
  background: #CDD0E3;
  color: #33283a;
}
.hero-image {
  border-color: rgba(205, 208, 227, .62);
  object-position: center top;
}
.trust-strip {
  background: #CDD0E3;
  color: #45354b;
}
.trust-strip i { color: #81608C; }
.readings {
  background: linear-gradient(180deg, #eef0f8 0%, #CDD0E3 100%);
}
.service-card { border-color: #b9aec0; }
.service-card.featured {
  background: #81608C;
  border-color: #81608C;
}
.service-card .badge {
  background: #CDD0E3;
  color: #45354b;
}
.icon,
.steps b {
  background: #e9eaf3;
  color: #81608C;
}
.featured .icon {
  background: #CDD0E3;
  color: #5d4765;
}
.service-card a { color: #81608C; }
.featured a { color: #fff; }
.service-options {
  display: grid;
  gap: .65rem;
  margin-top: 1.25rem;
}
.service-options a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .65rem 1rem;
  border: 1px solid #81608C;
  border-radius: 999px;
  background: #fff;
  color: #81608C;
  font-size: .9rem;
  text-align: center;
}
.featured .service-options a {
  border-color: #CDD0E3;
  background: #CDD0E3;
  color: #45354b;
}
.path-image span { background: #81608C; }
.reviews {
  background:
    radial-gradient(circle at 12% 10%, rgba(129, 96, 140, .16), transparent 30%),
    linear-gradient(180deg, #f7f5fa 0%, #eef0f8 100%);
}
.reviews .section-heading { max-width: 760px; }
.reviews .eyebrow { color: #81608C; }
.review-grid {
  columns: 3;
  column-gap: 1.5rem;
  max-width: 1240px;
  margin: 0 auto;
}
.review-card {
  break-inside: avoid;
  margin: 0 0 1.5rem;
  padding: 2rem;
  border: 1px solid #CDD0E3;
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 48px rgba(79, 60, 86, .12);
}
.review-card p {
  margin: .8rem 0 1.25rem;
  color: #514756;
  font-size: 1rem;
  line-height: 1.75;
}
.review-card footer {
  display: block;
  padding: 0;
  background: transparent;
  color: #654b6e;
  font-weight: 700;
  text-align: left;
  justify-items: initial;
  gap: 0;
}
.review-stars {
  color: #81608C;
  font-size: 1rem;
  letter-spacing: .15em;
}
.shop {
  background: #fbfbfe;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1240px;
  margin: 0 auto;
}
.product-card {
  overflow: hidden;
  border: 1px solid #CDD0E3;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}
.product-image {
  height: 340px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #e9eaf3;
}
.product-image img {
  width: 100%;
  height: 100%;
}
.deck-product img { object-fit: cover; }
.oracle-product img { object-fit: cover; }
.guidebook-product img {
  object-fit: contain;
  background: #e9eaf3;
}
.product-copy { padding: 2rem; }
.product-label {
  margin: 0 0 .65rem;
  color: #81608C;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
}
.product-copy h3 {
  margin: 0 0 1rem;
  color: #45354b;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.15;
}
.product-copy > p:not(.product-label),
.product-copy li { color: #665d6b; }
.product-copy .product-price {
  display: flex;
  align-items: baseline;
  gap: .8rem;
  margin: 0 0 1rem;
  color: #45354b;
}
.product-price strong {
  font-family: 'Playfair Display', serif;
  font-size: 2.25rem;
  line-height: 1;
}
.product-price span {
  color: #81608C;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.product-copy ul { padding-left: 1.2rem; }
.product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: .6rem;
  padding: .75rem 1.35rem;
  border: 0;
  border-radius: 999px;
  background: #81608C;
  color: #fff;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.bundle-product { position: relative; background: linear-gradient(135deg, #e9eaf3, #CDD0E3); }
.bundle-product img { position: absolute; width: 44%; height: 46%; object-fit: cover; border-radius: 12px; box-shadow: 0 10px 28px rgba(79, 60, 86, .22); }
.bundle-product .bundle-tarot { left: 5%; top: 6%; }
.bundle-product .bundle-oracle { right: 5%; top: 6%; }
.bundle-product .bundle-guide { left: 9%; bottom: 6%; width: 82%; height: 39%; object-fit: contain; background: #fff; }
.academy-soon { cursor: default; }
.mini-reading {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  background:
    radial-gradient(circle at 90% 10%, rgba(205, 208, 227, .7), transparent 34%),
    #fff;
}
.mini-reading-copy { max-width: 700px; }
.mini-lead { color: #514756; font-size: 1.12rem; }
.mini-details { display: grid; gap: .75rem; margin: 1.7rem 0; }
.mini-details span { display: flex; align-items: center; gap: .75rem; color: #514756; }
.mini-details span::before { content: '✦'; color: #81608C; }
.mini-details strong { color: #45354b; font-family: 'Playfair Display', serif; font-size: 1.8rem; }
.mini-support { color: #665d6b; font-size: .92rem; }
.mini-support a { color: #654b6e; font-weight: 700; }
.mini-checkout-card {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid #CDD0E3;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow);
}
.mini-checkout-card h3 { margin: .2rem 0 .7rem; color: #45354b; font-family: 'Playfair Display', serif; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.18; }
.mini-checkout-card > p:not(.product-label) { color: #665d6b; }
.mini-choice {
  display: grid;
  margin-top: .85rem;
  padding: 1rem 1.15rem;
  border: 1px solid #CDD0E3;
  border-radius: 14px;
  background: #eef0f8;
  color: #45354b;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.mini-choice:hover { transform: translateY(-2px); border-color: #81608C; box-shadow: 0 10px 24px rgba(79, 60, 86, .12); }
.mini-choice span { font-weight: 800; }
.mini-choice small { color: #665d6b; }
.test-note { margin: 1rem 0 0; font-size: .8rem; text-align: center; }
.live-readings { background: linear-gradient(180deg, #f7f5fa 0%, #eef0f8 100%); }
.live-status {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-top: .7rem;
  padding: .65rem 1rem;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: 1;
}
.live-status span { width: .65rem; height: .65rem; border-radius: 50%; }
.live-status.is-closed { background: #e7e4e9; color: #665d6b; }
.live-status.is-closed span { background: #8b838f; }
.live-status.is-open { background: #e5f5e8; color: #266337; }
.live-status.is-open span { background: #39a85a; box-shadow: 0 0 0 5px rgba(57, 168, 90, .14); }
.live-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.3rem; max-width: 1040px; margin: 0 auto; }
.live-card { display: flex; flex-direction: column; padding: 2rem; border: 1px solid #CDD0E3; border-radius: 22px; background: #fff; box-shadow: 0 14px 40px rgba(79, 60, 86, .1); }
.live-card.featured-live { border: 2px solid #81608C; }
.live-card h3 { margin: 0 0 .5rem; color: #45354b; font-family: 'Playfair Display', serif; font-size: 1.75rem; line-height: 1.2; }
.live-card > p:not(.product-label), .live-card li { color: #665d6b; }
.live-card ol { padding-left: 1.3rem; }
.live-price { margin-bottom: .7rem; color: #81608C; font-family: 'Playfair Display', serif; font-size: 2.6rem; }
.live-buy { display: flex; align-items: center; justify-content: center; min-height: 50px; margin-top: auto; padding: .75rem 1.2rem; border-radius: 999px; background: #81608C; color: #fff; font-weight: 800; text-align: center; text-decoration: none; }
.live-buy[aria-disabled='true'] { background: #c5c0c8; color: #625b65; cursor: not-allowed; pointer-events: none; }
.live-note { margin: 1.5rem auto 0; color: #665d6b; text-align: center; }
.product-message {
  min-height: 1.7em;
  margin: 1.5rem auto 0;
  color: #665d6b;
  text-align: center;
}
.about {
  background: linear-gradient(135deg, #CDD0E3 0%, #f8f8fc 58%, #fff 100%);
}
.about blockquote { border-color: #81608C; }
.about h3,
.about blockquote { color: #654b6e; }
.offers {
  background:
    radial-gradient(circle at 80% 0, rgba(205, 208, 227, .18), transparent 35%),
    #33283a;
}
.price-grid article > span { color: #81608C; }
.price-grid button,
.price-grid .price-featured button { background: #81608C; }
.price-grid .price-featured { outline-color: #CDD0E3; }
.academy-list span {
  background: #eef0f8;
  border-color: #CDD0E3;
  color: #654b6e;
}
.academy-list span::before { color: #81608C; }
.academy {
  background:
    linear-gradient(rgba(255, 255, 255, .91), rgba(255, 255, 255, .91)),
    url("chakra-pattern.jpg") center / 520px auto repeat;
}
.closing { background: linear-gradient(135deg, #654b6e, #81608C); }
footer { background: #33283a; }
footer > div a { color: #CDD0E3; }
footer .brand-logo {
  width: 64px;
  height: 64px;
}

@media (max-width: 900px) {
  nav { border: 2px solid #CDD0E3; }
  .nav-cta { background: #81608C; }
  .review-grid { columns: 2; }
  .product-grid { grid-template-columns: 1fr; }
  .mini-reading { grid-template-columns: 1fr; }
  .live-grid { grid-template-columns: 1fr; max-width: 620px; }
  .live-card.featured-live { transform: none; }
}

@media (max-width: 560px) {
  .brand-logo {
    width: 38px;
    height: 38px;
  }
  .brand-copy small { font-size: .55rem; }
  .product-image { height: 260px; }
  .product-copy { padding: 1.5rem; }
  .review-grid { columns: 1; }
  .review-card { padding: 1.5rem; }
}
