﻿:root {
  --ink: #182916;
  --forest: #11351d;
  --deep-forest: #0a2411;
  --midnight: #061522;
  --cosmic: #10243a;
  --lapis: #213d59;
  --aura: #78aeb2;
  --fern: #4a5d34;
  --garnet: #624215;
  --clay: #8a6f3d;
  --gold: #b79a55;
  --soft-gold: #d0bd86;
  --parchment: #f0dfc2;
  --vellum: #fff4df;
  --warm-paper: #e7cfaa;
  --rose-paper: #f0d8bd;
  --line: rgba(24, 41, 22, 0.18);
  --gold-line: rgba(183, 154, 85, 0.42);
  --shadow: 0 22px 52px rgba(24, 41, 22, 0.15);
  --metallic-foil: linear-gradient(112deg, #fff8dc 0%, #b79a55 20%, #fffdf1 39%, #c9d1d3 54%, #e4cc86 73%, #82642c 100%);
  --metallic-silver: linear-gradient(112deg, #fffdf4 0%, #dce1e3 24%, #f7edcc 44%, #b3bec2 58%, #dcc583 78%, #82642c 100%);
}

* {
  box-sizing: border-box;
}

.filter-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(203, 174, 216, 0.16), transparent 26rem),
    radial-gradient(circle at 88% 10%, rgba(213, 189, 130, 0.18), transparent 25rem),
    radial-gradient(circle at 82% 54%, rgba(120, 174, 178, 0.1), transparent 28rem),
    linear-gradient(180deg, #061522 0%, #092018 22%, #263822 42%, #c7ad7f 68%, #fff4df 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 1.6vw, 18px);
  min-height: 66px;
  padding: 10px clamp(10px, 2.4vw, 34px);
  color: var(--vellum);
  background:
    radial-gradient(circle at 14% 50%, rgba(185, 156, 85, 0.14), transparent 18rem),
    radial-gradient(circle at 86% 50%, rgba(203, 174, 216, 0.1), transparent 18rem),
    rgba(10, 36, 17, 0.96);
  border-bottom: 1px solid rgba(213, 189, 130, 0.42);
  backdrop-filter: blur(16px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  font-family: Cinzel, Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(226, 218, 196, 0.66);
  border-radius: 50%;
  color: transparent;
  background:
    url("assets/nb-ribbon-logo.png") center / 118% 118% no-repeat,
    rgba(6, 21, 34, 0.28);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 14px rgba(226, 234, 232, 0.24);
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.18),
    inset 0 0 18px rgba(226, 234, 232, 0.08),
    0 0 20px rgba(226, 234, 232, 0.14),
    0 0 32px rgba(185, 156, 85, 0.08);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(185, 156, 85, 0.34);
  border-radius: 50%;
  pointer-events: none;
}

.brand-mark::after {
  inset: -5px;
  border-color: rgba(226, 218, 196, 0.24);
  box-shadow: 0 0 16px rgba(226, 234, 232, 0.12);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: thin;
}

.nav-links a {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 10px 8px;
  border: 1px solid rgba(218, 213, 198, 0.32);
  border-radius: 999px;
  color: #e6dfcf;
  background:
    radial-gradient(circle at 28% 12%, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(255, 244, 223, 0.08), rgba(184, 163, 102, 0.08) 42%, rgba(5, 22, 32, 0.3));
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 rgba(255, 244, 223, 0.18),
    0 0 12px rgba(218, 213, 198, 0.18),
    0 0 18px rgba(185, 156, 85, 0.12);
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.08),
    inset 0 -8px 18px rgba(6, 21, 34, 0.14),
    0 0 18px rgba(208, 189, 134, 0.08);
  transition: color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  inset: 7px 14px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(238, 235, 224, 0.78), rgba(185, 156, 85, 0.48), transparent);
  opacity: 0.72;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #fff4df;
  border-color: rgba(226, 218, 196, 0.66);
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.16),
    0 0 22px rgba(226, 218, 196, 0.2),
    0 0 28px rgba(185, 156, 85, 0.18);
  transform: translateY(-1px);
}

.nav-links a:focus-visible {
  outline: 2px solid var(--soft-gold);
  outline-offset: 3px;
}

.hero {
  position: relative;
  --hero-art-left-inset: clamp(34px, 4vw, 64px);
  --hero-art-right-inset: clamp(34px, 4vw, 64px);
  --hero-art-vertical-inset: clamp(62px, 6.8vw, 98px);
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 0;
  align-items: start;
  padding: clamp(780px, 76vw, 980px) clamp(18px, 5vw, 72px) clamp(42px, 5vw, 72px);
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 38%, rgba(120, 174, 178, 0.18), transparent 18rem),
    radial-gradient(circle at 88% 20%, rgba(213, 189, 130, 0.2), transparent 14rem),
    linear-gradient(115deg, rgba(6, 21, 34, 0.98), rgba(10, 36, 17, 0.94));
}


.hero.hero-art-painted {
  background:
    var(--hero-fallback-image) center var(--hero-art-vertical-inset) / calc(100% - var(--hero-art-left-inset) - var(--hero-art-right-inset)) clamp(520px, 60vw, 740px) no-repeat,
    radial-gradient(circle at 76% 38%, rgba(120, 174, 178, 0.18), transparent 18rem),
    radial-gradient(circle at 88% 20%, rgba(213, 189, 130, 0.2), transparent 14rem),
    linear-gradient(115deg, rgba(6, 21, 34, 0.98), rgba(10, 36, 17, 0.94));
}
.hero-bg {
  position: absolute;
  top: var(--hero-art-vertical-inset);
  right: var(--hero-art-right-inset);
  bottom: auto;
  left: var(--hero-art-left-inset);
  z-index: 0;
  width: calc(100% - var(--hero-art-left-inset) - var(--hero-art-right-inset));
  height: clamp(520px, 60vw, 740px);
  object-fit: contain;
  object-position: center top;
  opacity: 1;
  filter: url("#sharp-focus") brightness(1.3) saturate(0.66) contrast(1.68);
  transform: none;
  transform-origin: center top;
  animation: hero-artwork-arrive 1000ms ease-out both;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 82%, rgba(0, 0, 0, 0.82) 90%, rgba(0, 0, 0, 0.36) 97%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 82%, rgba(0, 0, 0, 0.82) 90%, rgba(0, 0, 0, 0.36) 97%, transparent 100%);
}

.hero.hero-image-missing {
  padding-top: clamp(360px, 46vw, 560px);
}

.hero.hero-image-missing::before {
  opacity: 0.92;
  background:
    radial-gradient(circle at 50% 22%, rgba(226, 218, 196, 0.22), transparent 7rem),
    radial-gradient(circle at 44% 28%, rgba(213, 189, 130, 0.16), transparent 14rem),
    radial-gradient(circle at 58% 34%, rgba(120, 174, 178, 0.14), transparent 18rem),
    linear-gradient(180deg, rgba(6, 21, 34, 0), rgba(6, 21, 34, 0.28));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  border: 1px solid rgba(185, 156, 85, 0.58);
  box-shadow:
    inset 0 0 0 6px rgba(255, 244, 223, 0.56),
    inset 0 0 0 7px rgba(185, 156, 85, 0.24);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 61%, rgba(252, 255, 252, 0.018), transparent 8rem),
    radial-gradient(circle at 50% 54%, rgba(250, 252, 249, 0.018), transparent 11rem),
    radial-gradient(circle at 50% 65%, rgba(231, 236, 232, 0.02), transparent 10rem),
    radial-gradient(circle at 53% 78%, rgba(214, 218, 215, 0.026), transparent 12rem),
    radial-gradient(circle at 50% 45%, rgba(228, 234, 232, 0.045), transparent 24rem),
    linear-gradient(180deg, rgba(229, 235, 235, 0.014), transparent 48%),
    linear-gradient(90deg, rgba(6, 21, 34, 0.24), rgba(6, 21, 34, 0.04) 48%, rgba(6, 21, 34, 0)),
    radial-gradient(circle at 22% 52%, rgba(6, 21, 34, 0.18), transparent 34rem),
    linear-gradient(180deg, rgba(6, 21, 34, 0), rgba(6, 21, 34, 0.055));
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(980px, 100%);
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding-top: clamp(24px, 4vw, 58px);
}

.hero-celestial {
  position: absolute;
  inset: 18px;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(185, 156, 85, 0.36);
  border-radius: 50%;
}

.orbit-one {
  width: clamp(300px, 34vw, 560px);
  aspect-ratio: 1;
  right: 10%;
  top: 13%;
}

.orbit-two {
  width: clamp(440px, 52vw, 780px);
  aspect-ratio: 1;
  right: -5%;
  top: 4%;
  border-color: rgba(120, 174, 178, 0.28);
}

.star {
  display: none;
  position: absolute;
  width: 18px;
  height: 18px;
}

.star::before,
.star::after {
  content: "";
  position: absolute;
  background: var(--gold);
}

.glyph-wheel {
  position: absolute;
  right: clamp(16px, 6vw, 96px);
  top: clamp(84px, 12vw, 150px);
  width: clamp(210px, 24vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(213, 189, 130, 0.34);
  border-radius: 50%;
  color: rgba(255, 244, 223, 0.78);
  font-family: Cinzel, Georgia, serif;
}

.hero-moon,
.glyph-wheel,
.lunar-band,
.orbit {
  display: none !important;
}

.hero-moon {
  position: absolute;
  right: clamp(42px, 12vw, 190px);
  top: clamp(92px, 15vw, 190px);
  width: clamp(118px, 15vw, 230px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 35%, rgba(255, 244, 223, 0.92), rgba(213, 189, 130, 0.78) 46%, rgba(98, 66, 21, 0.34) 72%, transparent 73%);
  box-shadow:
    0 0 32px rgba(213, 189, 130, 0.3),
    0 0 90px rgba(120, 174, 178, 0.18);
  opacity: 0.82;
}

.hero-moon::after {
  content: "";
  position: absolute;
  inset: -1px -14px -1px 38%;
  border-radius: 50%;
  background: rgba(6, 21, 34, 0.86);
  box-shadow: -18px 0 24px rgba(6, 21, 34, 0.42);
}

.glyph-wheel::before,
.glyph-wheel::after {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(120, 174, 178, 0.24);
  border-radius: 50%;
}

.glyph-wheel::after {
  inset: 32%;
  border-color: rgba(213, 189, 130, 0.24);
}

.glyph-wheel span {
  position: absolute;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(213, 189, 130, 0.32);
  border-radius: 50%;
  background: rgba(6, 21, 34, 0.38);
  box-shadow: 0 0 22px rgba(120, 174, 178, 0.16);
}

.glyph-wheel span:nth-child(1) { left: calc(50% - 16px); top: -16px; }
.glyph-wheel span:nth-child(2) { right: 10%; top: 9%; }
.glyph-wheel span:nth-child(3) { right: -16px; top: calc(50% - 16px); }
.glyph-wheel span:nth-child(4) { right: 10%; bottom: 9%; }
.glyph-wheel span:nth-child(5) { left: calc(50% - 16px); bottom: -16px; }
.glyph-wheel span:nth-child(6) { left: 10%; bottom: 9%; }
.glyph-wheel span:nth-child(7) { left: -16px; top: calc(50% - 16px); }
.glyph-wheel span:nth-child(8) { left: 10%; top: 9%; }

.crystal-field {
  display: none;
}

.crystal-field::before {
  content: "";
  position: absolute;
  inset: -18% 0 -8% 12%;
  background-image: url("assets/crystal-allies-photo-strip.png");
  background-repeat: no-repeat;
  background-size: 330px auto;
  background-position: right 66% top 44%;
  opacity: 0.14;
  filter: url("#sharp-focus") brightness(1.34) saturate(0.44) contrast(1.64);
  transform: rotate(-7deg);
  pointer-events: none;
}

.crystal-field span {
  position: absolute;
  width: clamp(42px, 4.8vw, 68px);
  height: clamp(62px, 7vw, 98px);
  border: 0;
  border-radius: 18px;
  background-image: url("assets/crystal-allies-photo-strip.png");
  background-repeat: no-repeat;
  background-size: 600% 100%;
  clip-path: none;
  box-shadow:
    0 0 28px rgba(226, 234, 232, 0.22),
    0 0 60px rgba(120, 174, 178, 0.14);
  opacity: 0.58;
  filter: url("#sharp-focus") brightness(1.22) saturate(0.62) contrast(1.38);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.18) 74%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.18) 74%, transparent 100%);
}

.crystal-field span::before,
.crystal-field span::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  clip-path: inherit;
}

.crystal-field span::before {
  display: none;
}

.crystal-field span::after {
  display: none;
}

.crystal-field span:nth-child(1) {
  right: 24%;
  top: 4%;
  background-position: 100% 50%;
  transform: rotate(10deg);
}

.crystal-field span:nth-child(2) {
  right: 28%;
  top: 44%;
  background-position: 0% 50%;
  transform: scale(0.86) rotate(-13deg);
}

.crystal-field span:nth-child(3) {
  right: 54%;
  top: 14%;
  background-position: 60% 50%;
  transform: scale(0.72) rotate(20deg);
}

.star::before {
  left: 8px;
  top: 0;
  width: 2px;
  height: 18px;
}

.star::after {
  left: 0;
  top: 8px;
  width: 18px;
  height: 2px;
}

.star-one {
  left: 9%;
  top: 22%;
}

.star-two {
  right: 12%;
  top: 18%;
  transform: scale(1.4);
}

.star-three {
  left: 42%;
  bottom: 13%;
  transform: scale(0.8);
}

.eyebrow,
.section-kicker,
.card-label {
  margin: 0 0 12px;
  color: var(--garnet);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.58;
}

h1,
h2,
h3 {
  color: var(--forest);
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
  line-height: 1.02;
}

.hero h1 {
  position: relative;
  display: inline-block;
  max-width: none;
  color: #eef1ec;
  background:
    linear-gradient(108deg, #ffffff 0%, #c8d0d0 22%, #f8f4e6 42%, #aeb8ba 58%, #eef3ef 76%, #9da8aa 100%);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.8rem, 6.2vw, 5.6rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 0.9;
  white-space: nowrap;
  margin-bottom: 18px;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.24),
    0 6px 18px rgba(226, 234, 232, 0.18),
    0 14px 30px rgba(0, 0, 0, 0.32);
  filter: drop-shadow(0 0 14px rgba(226, 234, 232, 0.2));
  transform-origin: center;
  animation:
    title-arrive 950ms cubic-bezier(0.2, 0.8, 0.2, 1) both,
    metallic-shimmer 8s ease-in-out 950ms infinite;
}

.sparkle-title::before,
.sparkle-title::after {
  content: "";
  display: none;
  position: absolute;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255, 255, 244, 0.95) 0 2px, transparent 3px),
    radial-gradient(circle, rgba(255, 226, 139, 0.95) 0 1.5px, transparent 2.5px),
    radial-gradient(circle, rgba(210, 220, 224, 0.9) 0 1.5px, transparent 2.5px),
    radial-gradient(circle, rgba(255, 244, 223, 0.9) 0 1px, transparent 2px);
  background-position: 8% 30%, 42% 6%, 72% 18%, 92% 62%;
  background-repeat: no-repeat;
  background-size: 18px 18px, 13px 13px, 15px 15px, 11px 11px;
  opacity: 1;
}

.sparkle-title::before {
  inset: -18px -18px auto auto;
  width: 138px;
  height: 62px;
}

.sparkle-title::after {
  inset: auto auto -8px -8px;
  width: 112px;
  height: 48px;
  background-position: 18% 54%, 52% 18%, 82% 44%, 95% 74%;
  opacity: 0.76;
}

@keyframes metallic-shimmer {
  0%, 100% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 16px rgba(208, 189, 134, 0.2));
  }
  50% {
    background-position: 100% 50%;
    filter: drop-shadow(0 0 30px rgba(208, 189, 134, 0.34));
  }
}

@keyframes hero-artwork-arrive {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes title-arrive {
  0% {
    opacity: 0;
    transform: translateY(18px);
    letter-spacing: 0.11em;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: 0.06em;
  }
}

h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 9vw, 8.8rem);
  font-weight: 500;
  letter-spacing: 0.085em;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(185, 156, 85, 0.2);
}

h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4.8vw, 4.6rem);
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
}

.hero-lede {
  max-width: 760px;
  margin-inline: auto;
  color: rgba(255, 244, 223, 0.86);
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  font-style: italic;
  text-shadow: 0 0 20px rgba(213, 189, 130, 0.14);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.button.primary {
  color: var(--vellum);
  background:
    linear-gradient(180deg, rgba(213, 189, 130, 0.2), transparent),
    var(--forest);
  border-color: rgba(213, 189, 130, 0.46);
  box-shadow: 0 16px 28px rgba(17, 53, 29, 0.22);
}

.button.secondary,
.button.ghost {
  color: var(--forest);
  border-color: var(--gold-line);
  background: rgba(255, 244, 223, 0.74);
  box-shadow: inset 0 0 0 1px rgba(255, 244, 223, 0.68);
}

.hero-signatures {
  display: none;
}

.hero-signatures span {
  display: none;
}

.preview-label {
  display: inline-flex;
  margin: 0 0 10px;
  color: var(--soft-gold);
  font-family: Cinzel, Georgia, serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.art-halo {
  display: none;
}

.atelier-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  background:
    radial-gradient(circle at 14% 0%, rgba(203, 174, 216, 0.1), transparent 24rem),
    radial-gradient(circle at 88% 20%, rgba(213, 189, 130, 0.1), transparent 24rem),
    linear-gradient(180deg, rgba(6, 21, 34, 0.96), rgba(37, 54, 30, 0.84), rgba(234, 212, 179, 0.74));
}

.atelier-strip article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(22px, 3vw, 34px);
  border-right: 1px solid rgba(213, 189, 130, 0.26);
  border-bottom: 1px solid rgba(213, 189, 130, 0.22);
  background:
    radial-gradient(circle at 20% 0%, rgba(203, 174, 216, 0.1), transparent 18rem),
    linear-gradient(145deg, rgba(255, 244, 223, 0.94), rgba(231, 207, 170, 0.82) 62%, rgba(10, 36, 17, 0.08));
}

.atelier-strip article:last-child {
  border-right: 0;
}

.atelier-strip span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--garnet);
  font-family: Cinzel, Georgia, serif;
  font-weight: 700;
}

.atelier-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--forest);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
  line-height: 1.05;
}

.atelier-strip p {
  max-width: 420px;
  margin-bottom: 22px;
  color: rgba(24, 41, 22, 0.72);
  font-size: 1.12rem;
  font-style: italic;
}

.atelier-strip .button {
  margin-top: auto;
}

.journey-nav {
  position: sticky;
  z-index: 12;
  top: 74px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-block: 1px solid rgba(213, 189, 130, 0.42);
  background:
    radial-gradient(circle at 18% 50%, rgba(120, 174, 178, 0.12), transparent 20rem),
    radial-gradient(circle at 84% 50%, rgba(213, 189, 130, 0.14), transparent 20rem),
    rgba(6, 21, 34, 0.92);
  backdrop-filter: blur(16px);
}

.journey-nav a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 12px;
  color: rgba(255, 244, 223, 0.84);
  border-right: 1px solid rgba(213, 189, 130, 0.18);
  font-family: Cinzel, Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journey-nav a:last-child {
  border-right: 0;
}

.journey-nav a:hover {
  color: var(--soft-gold);
  background: rgba(255, 244, 223, 0.06);
}

.journey-nav span {
  color: var(--aura);
}

.alchemy-button-band {
  position: relative;
  z-index: 11;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 18px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(226, 218, 196, 0.26);
  background:
    radial-gradient(circle at 20% 50%, rgba(226, 234, 232, 0.12), transparent 18rem),
    radial-gradient(circle at 78% 30%, rgba(185, 156, 85, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(6, 21, 34, 0.96), rgba(10, 36, 17, 0.94));
}

.alchemy-button-band button,
.alchemy-oracle-row button {
  position: relative;
  display: inline-grid;
  place-items: center;
  min-width: 72px;
  min-height: 58px;
  padding: 8px 12px;
  font: inherit;
  color: #f6f7f2;
  border: 1px solid rgba(226, 218, 196, 0.42);
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 18%, rgba(255, 255, 255, 0.18), transparent 36%),
    linear-gradient(145deg, rgba(229, 234, 232, 0.12), rgba(185, 156, 85, 0.08) 48%, rgba(6, 21, 34, 0.28));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 22px rgba(226, 234, 232, 0.12),
    0 12px 28px rgba(6, 21, 34, 0.18);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.alchemy-button-band span,
.alchemy-oracle-row span {
  display: block;
  color: #eef3ef;
  background: linear-gradient(110deg, #ffffff 0%, #c4cccc 32%, #f4ead0 52%, #aeb8ba 78%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
  line-height: 1;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 18px rgba(226, 234, 232, 0.22);
}

.alchemy-button-band strong {
  margin-top: 4px;
  color: rgba(238, 243, 239, 0.82);
  font-family: Cinzel, Georgia, serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.alchemy-button-band button:hover,
.alchemy-button-band button:focus-visible,
.alchemy-oracle-row button:hover,
.alchemy-oracle-row button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(246, 247, 242, 0.66);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 0 24px rgba(226, 234, 232, 0.22),
    0 16px 34px rgba(6, 21, 34, 0.22);
  outline: none;
}

.lunar-band {
  display: grid;
  grid-template-columns: minmax(90px, 0.24fr) minmax(260px, 1fr) minmax(90px, 0.24fr);
  gap: clamp(14px, 3vw, 34px);
  align-items: center;
  padding: 18px clamp(18px, 5vw, 72px);
  color: rgba(255, 244, 223, 0.82);
  background:
    radial-gradient(circle at 50% 0, rgba(213, 189, 130, 0.16), transparent 22rem),
    linear-gradient(180deg, rgba(6, 21, 34, 0.98), rgba(10, 36, 17, 0.96));
  border-bottom: 1px solid rgba(213, 189, 130, 0.34);
  font-family: Cinzel, Georgia, serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
}

.lunar-phases {
  display: grid;
  grid-template-columns: repeat(8, minmax(22px, 1fr));
  gap: clamp(8px, 2vw, 18px);
  align-items: center;
}

.phase {
  justify-self: center;
  width: clamp(20px, 3vw, 34px);
  aspect-ratio: 1;
  border: 1px solid rgba(213, 189, 130, 0.42);
  border-radius: 50%;
  background: rgba(255, 244, 223, 0.1);
  box-shadow: 0 0 18px rgba(120, 174, 178, 0.14);
}

.phase.new {
  background: rgba(255, 244, 223, 0.04);
}

.phase.waxing {
  background: radial-gradient(circle at 70% 50%, rgba(255, 244, 223, 0.86) 0 38%, transparent 40%), rgba(255, 244, 223, 0.06);
}

.phase.quarter {
  background: linear-gradient(90deg, transparent 50%, rgba(255, 244, 223, 0.86) 50%);
}

.phase.gibbous {
  background: radial-gradient(circle at 28% 50%, rgba(6, 21, 34, 0.8) 0 28%, transparent 30%), rgba(255, 244, 223, 0.86);
}

.phase.full {
  background: rgba(255, 244, 223, 0.9);
}

.phase.waning {
  background: radial-gradient(circle at 72% 50%, rgba(6, 21, 34, 0.8) 0 28%, transparent 30%), rgba(255, 244, 223, 0.86);
}

.phase.last-quarter {
  background: linear-gradient(90deg, rgba(255, 244, 223, 0.86) 50%, transparent 50%);
}

.phase.balsamic {
  background: radial-gradient(circle at 30% 50%, rgba(255, 244, 223, 0.86) 0 38%, transparent 40%), rgba(255, 244, 223, 0.06);
}

.marquee {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  padding: 16px clamp(18px, 5vw, 72px);
  color: var(--vellum);
  background:
    radial-gradient(circle at 18% 50%, rgba(185, 156, 85, 0.16), transparent 20rem),
    radial-gradient(circle at 84% 50%, rgba(203, 174, 216, 0.08), transparent 20rem),
    var(--deep-forest);
  border-block: 1px solid rgba(213, 189, 130, 0.42);
  font-family: Cinzel, Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.marquee span:not(:last-child)::after {
  content: "*";
  margin-left: 22px;
  color: #f4e4ad;
  text-shadow:
    0 0 10px rgba(213, 189, 130, 0.42),
    0 1px 0 rgba(255, 255, 255, 0.24);
}

.section {
  position: relative;
  padding: clamp(72px, 9vw, 124px) clamp(18px, 5vw, 72px);
}

.shop-section,
.deck-showcase,
.purchase-section,
.course-shop-section,
.night-apothecary,
.course-band,
.webinars-section,
.astrology-section,
.contact-section {
  position: relative;
}

.shop-section::before,
.deck-showcase::after,
.night-apothecary::after,
.course-band::before,
.webinars-section::before,
.astrology-section::before,
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255, 250, 230, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(213, 189, 130, 0.62) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(202, 213, 216, 0.48) 0 1px, transparent 2px);
  background-position: 8% 18%, 72% 16%, 90% 58%;
  background-repeat: no-repeat;
  background-size: 26px 26px, 18px 18px, 22px 22px;
  opacity: 0.34;
  z-index: 0;
}

.section-heading,
.deck-intro,
.product-grid,
.card-gallery,
.major-arcana-journey,
.crystal-allies,
.purchase-section > *,
.course-page-examples,
.course-offer-grid,
.course-enquiry-form,
.celestial-shop,
.zodiac-library,
.symbol-grid,
.course-ladder,
.glossary-download,
.event-grid,
.astro-panel,
.contact-section > *,
.newsletter,
.contact-form {
  position: relative;
  z-index: 1;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.55fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.section-heading.compact {
  display: block;
}

.section-heading p:last-child {
  color: rgba(24, 41, 22, 0.72);
  font-size: clamp(1.15rem, 1.7vw, 1.34rem);
  font-style: italic;
}

.shop-section {
  background:
    radial-gradient(circle at 10% 6%, rgba(203, 174, 216, 0.14), transparent 24rem),
    radial-gradient(circle at 86% 8%, rgba(213, 189, 130, 0.14), transparent 22rem),
    linear-gradient(180deg, rgba(202, 184, 149, 0.78), rgba(242, 224, 193, 0.92) 48%, rgba(255, 244, 223, 0.98));
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.shop-constellation-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 clamp(24px, 4vw, 38px);
}

.shop-constellation-button {
  position: relative;
  overflow: hidden;
  min-height: 178px;
  padding: 14px;
  border: 1px solid rgba(185, 156, 85, 0.38);
  border-radius: 8px;
  color: var(--vellum);
  text-align: left;
  cursor: pointer;
  background:
    radial-gradient(circle at 20% 8%, rgba(226, 218, 196, 0.18), transparent 9rem),
    radial-gradient(circle at 86% 80%, rgba(203, 174, 216, 0.16), transparent 12rem),
    linear-gradient(145deg, rgba(6, 21, 34, 0.96), rgba(9, 31, 26, 0.9));
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.1),
    0 22px 44px rgba(6, 21, 34, 0.22);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.shop-constellation-button::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 244, 223, 0.8) 0 1px, transparent 1.7px),
    linear-gradient(115deg, transparent 0 42%, rgba(226, 218, 196, 0.16) 42% 43%, transparent 43% 100%);
  background-size: 72px 62px, 100% 100%;
  opacity: 0.36;
}

.shop-constellation-button:hover,
.shop-constellation-button:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(226, 218, 196, 0.72);
  outline: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.18),
    0 28px 54px rgba(6, 21, 34, 0.3);
}

.shop-constellation-art {
  position: relative;
  z-index: 1;
  display: block;
  height: 92px;
  margin-bottom: 12px;
  border: 1px solid rgba(226, 218, 196, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 45% 46%, rgba(255, 244, 223, 0.12), transparent 7rem),
    rgba(255, 244, 223, 0.04);
}

.shop-constellation-art svg {
  width: 100%;
  height: 100%;
}

.shop-constellation-art text {
  fill: rgba(226, 218, 196, 0.88);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  text-anchor: middle;
  dominant-baseline: middle;
  filter: drop-shadow(0 0 12px rgba(226, 218, 196, 0.26));
}

.shop-constellation-art line {
  stroke: rgba(226, 218, 196, 0.58);
  stroke-width: 1.2;
}

.shop-constellation-art path {
  fill: none;
  stroke: rgba(226, 218, 196, 0.68);
  stroke-width: 1.6;
}

.shop-constellation-art circle {
  fill: rgba(255, 244, 223, 0.96);
  filter: drop-shadow(0 0 7px rgba(226, 218, 196, 0.78));
}

.shop-constellation-button strong,
.shop-constellation-button small {
  position: relative;
  z-index: 1;
}

.shop-constellation-button strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--soft-gold);
  font-family: Cinzel, Georgia, serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shop-constellation-button strong span {
  color: var(--vellum);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
}

.shop-constellation-button small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 244, 223, 0.74);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.98rem;
  line-height: 1.18;
}

.product-card,
.event-card,
.form-panel,
.newsletter {
  border: 1px solid rgba(185, 156, 85, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(203, 174, 216, 0.12), transparent 14rem),
    linear-gradient(155deg, rgba(255, 244, 223, 0.98), rgba(240, 223, 194, 0.9) 58%, rgba(213, 189, 130, 0.16)),
    var(--vellum);
  box-shadow: 0 12px 30px rgba(24, 41, 22, 0.08);
}

.product-card {
  min-height: 316px;
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.glossary-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin: -8px 0 28px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(226, 218, 196, 0.44);
  border-radius: 8px;
  color: var(--vellum);
  background:
    radial-gradient(circle at 12% 18%, rgba(238, 235, 224, 0.18), transparent 14rem),
    radial-gradient(circle at 88% 50%, rgba(185, 156, 85, 0.16), transparent 16rem),
    linear-gradient(135deg, rgba(6, 21, 34, 0.94), rgba(10, 36, 17, 0.9));
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.08),
    0 18px 42px rgba(6, 21, 34, 0.16);
}

.glossary-download h3 {
  margin-bottom: 8px;
  color: #f6f7f2;
  background: linear-gradient(105deg, #ffffff 0%, #d8ddd8 28%, #f7f2df 52%, #bfc8c9 78%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 18px rgba(226, 234, 232, 0.2);
}

.glossary-download p {
  max-width: 680px;
  margin: 0;
  color: rgba(235, 239, 234, 0.82);
}

.glossary-download .card-label {
  margin-bottom: 8px;
  color: #e5e8e3;
  text-shadow: 0 0 12px rgba(226, 234, 232, 0.24);
}

.button.primary.download-button {
  white-space: nowrap;
  color: #f8faf7;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 48%),
    linear-gradient(135deg, rgba(229, 234, 232, 0.24), rgba(185, 156, 85, 0.08)),
    var(--forest);
  border-color: rgba(226, 234, 232, 0.58);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 14px rgba(226, 234, 232, 0.24);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 16px 30px rgba(6, 21, 34, 0.22),
    0 0 20px rgba(226, 234, 232, 0.12);
}

.free-library-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 10%, rgba(226, 234, 232, 0.13), transparent 15rem),
    radial-gradient(circle at 86% 26%, rgba(185, 156, 85, 0.16), transparent 16rem),
    linear-gradient(180deg, rgba(6, 21, 34, 0.98), rgba(10, 36, 17, 0.94) 56%, rgba(239, 229, 205, 0.96));
  color: var(--vellum);
}

.free-library-section::before {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  border: 1px solid rgba(226, 234, 232, 0.2);
  box-shadow: inset 0 0 0 1px rgba(185, 156, 85, 0.12);
}

.free-library-section .section-heading {
  position: relative;
  z-index: 1;
}

.free-library-section h2,
.free-library-section h3 {
  color: #f6f7f2;
  background: linear-gradient(105deg, #ffffff 0%, #d9dddd 30%, #f2e7c4 56%, #bcc8c8 82%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lead-magnet-feature {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 22px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(226, 234, 232, 0.36);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 14%, rgba(226, 234, 232, 0.14), transparent 12rem),
    linear-gradient(135deg, rgba(255, 244, 223, 0.08), rgba(10, 36, 17, 0.46)),
    rgba(6, 21, 34, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 22px 48px rgba(6, 21, 34, 0.24);
}

.lead-magnet-feature p {
  max-width: 760px;
  margin: 0;
  color: rgba(247, 244, 234, 0.82);
}

.lead-magnet-sigil {
  position: relative;
  width: 82px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226, 234, 232, 0.36);
  border-radius: 50%;
  color: #eef2ef;
  background:
    radial-gradient(circle, rgba(226, 234, 232, 0.18), transparent 62%),
    rgba(10, 36, 17, 0.76);
  box-shadow: 0 0 26px rgba(226, 234, 232, 0.14);
}

.lead-magnet-sigil span {
  font-family: Cinzel, Georgia, serif;
  font-size: 34px;
  text-shadow: 0 0 18px rgba(226, 234, 232, 0.42);
}

.lead-magnet-sigil i {
  position: absolute;
  right: 14px;
  top: 12px;
  color: var(--soft-gold);
  font-style: normal;
  font-size: 14px;
}

.freebie-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.freebie-grid article {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(226, 234, 232, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 0%, rgba(226, 234, 232, 0.14), transparent 9rem),
    linear-gradient(180deg, rgba(255, 244, 223, 0.08), rgba(6, 21, 34, 0.38)),
    rgba(10, 36, 17, 0.62);
  box-shadow: 0 14px 30px rgba(6, 21, 34, 0.16);
}

.freebie-grid span {
  width: 44px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #f7f1d6;
  border: 1px solid rgba(226, 234, 232, 0.24);
  background: rgba(6, 21, 34, 0.42);
  text-shadow: 0 0 14px rgba(226, 234, 232, 0.26);
}

.freebie-grid p {
  flex: 1;
  margin: 0;
  color: rgba(247, 244, 234, 0.78);
}

.feature-product {
  grid-column: span 2;
  min-height: 360px;
  color: var(--vellum);
  background:
    radial-gradient(circle at 88% 14%, rgba(213, 189, 130, 0.18), transparent 10rem),
    linear-gradient(135deg, rgba(10, 36, 17, 0.96), rgba(17, 53, 29, 0.9)),
    var(--forest);
  border-color: rgba(213, 189, 130, 0.52);
}

.feature-product h3,
.feature-product p,
.feature-product .card-label,
.feature-product .price {
  color: var(--vellum);
}

.feature-product .card-label {
  color: var(--soft-gold);
}

.product-card p:not(.card-label) {
  color: rgba(24, 41, 22, 0.72);
  font-size: 1.08rem;
  font-style: italic;
}

.feature-product p:not(.card-label) {
  color: rgba(255, 250, 240, 0.78);
}

.purchase-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 0.85fr) minmax(300px, 0.62fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  color: var(--vellum);
  background:
    radial-gradient(circle at 18% 10%, rgba(120, 174, 178, 0.18), transparent 22rem),
    radial-gradient(circle at 86% 16%, rgba(213, 189, 130, 0.18), transparent 22rem),
    linear-gradient(135deg, rgba(6, 21, 34, 0.98), rgba(10, 36, 17, 0.94) 58%, rgba(66, 47, 54, 0.84));
}

.purchase-visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 10px;
}

.purchase-visual img {
  width: 100%;
  aspect-ratio: 5 / 7;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(213, 189, 130, 0.36);
  border-radius: 8px;
  background: var(--vellum);
  filter: url("#sharp-focus") contrast(1.18) saturate(1.08);
  box-shadow: 0 22px 34px rgba(0, 0, 0, 0.28);
}

.purchase-visual img:nth-child(2) {
  transform: translateY(-22px);
}

.purchase-copy p,
.purchase-notes {
  color: rgba(255, 244, 223, 0.78);
}

.purchase-copy h2 {
  color: var(--vellum);
}

.deck-reading-preview {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(226, 218, 196, 0.32);
  border-radius: 10px;
  background:
    radial-gradient(circle at 14% 10%, rgba(226, 218, 196, 0.14), transparent 16rem),
    linear-gradient(135deg, rgba(255, 244, 223, 0.08), rgba(6, 21, 34, 0.28));
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.08),
    0 22px 46px rgba(0, 0, 0, 0.18);
}

.deck-reading-preview h3 {
  color: var(--vellum);
}

.deck-reading-preview p {
  color: rgba(255, 244, 223, 0.78);
}

.deck-reading-spreads {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.deck-reading-spreads button {
  padding: 0;
  border: 1px solid rgba(226, 218, 196, 0.34);
  border-radius: 8px;
  background: rgba(255, 244, 223, 0.06);
  cursor: zoom-in;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
}

.deck-reading-spreads img {
  display: block;
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
  filter: url("#sharp-focus") contrast(1.08) saturate(1.04);
}

.purchase-notes {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 20px;
  font-style: italic;
}

.purchase-form,
.course-enquiry-form {
  background:
    radial-gradient(circle at 14% 0%, rgba(203, 174, 216, 0.12), transparent 14rem),
    linear-gradient(155deg, rgba(255, 244, 223, 0.98), rgba(240, 223, 194, 0.92) 58%, rgba(213, 189, 130, 0.18));
}

.course-shop-section {
  color: var(--vellum);
  background:
    radial-gradient(circle at 14% 14%, rgba(203, 174, 216, 0.16), transparent 24rem),
    radial-gradient(circle at 86% 8%, rgba(213, 189, 130, 0.14), transparent 22rem),
    linear-gradient(180deg, rgba(9, 31, 26, 0.98), rgba(6, 21, 34, 0.96));
}

.course-shop-section .section-heading p:last-child,
.course-shop-section p {
  color: rgba(255, 244, 223, 0.76);
}

.course-page-examples,
.course-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.course-page-examples {
  margin-bottom: 24px;
}

.course-page-examples a,
.course-offer-grid a,
.celestial-product-grid article {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(213, 189, 130, 0.34);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  background:
    radial-gradient(circle at 10% 0%, rgba(203, 174, 216, 0.12), transparent 14rem),
    linear-gradient(145deg, rgba(255, 244, 223, 0.11), rgba(120, 174, 178, 0.07)),
    rgba(255, 244, 223, 0.055);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.22);
}

.course-page-examples a::before,
.course-offer-grid a::before,
.celestial-product-grid article::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 12px;
  color: rgba(226, 218, 196, 0.2);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 4rem;
  line-height: 1;
}

.celestial-product-grid article::before {
  content: "";
}

.course-page-examples span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--soft-gold);
  font-family: Cinzel, Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.course-offer-grid {
  margin-bottom: 24px;
}

.course-page-examples a,
.course-offer-grid a {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.course-page-examples a:hover,
.course-page-examples a:focus-visible,
.course-offer-grid a:hover,
.course-offer-grid a:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(226, 218, 196, 0.68);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3), 0 0 26px rgba(213, 189, 130, 0.1);
  outline: none;
  background:
    radial-gradient(circle at 12% 0%, rgba(226, 218, 196, 0.16), transparent 14rem),
    linear-gradient(145deg, rgba(255, 244, 223, 0.14), rgba(120, 174, 178, 0.09)),
    rgba(255, 244, 223, 0.07);
}

.course-page-examples em,
.course-offer-grid em {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid rgba(213, 189, 130, 0.48);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(22, 74, 32, 0.95), rgba(12, 52, 25, 0.95));
  color: var(--cream);
  font-family: Cinzel, Georgia, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.celestial-product-grid .button {
  margin-top: 18px;
}

.course-enquiry-form {
  max-width: 860px;
}

.celestial-shop {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.celestial-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.celestial-product-grid article {
  min-height: 190px;
  display: flex;
  flex-direction: column;
}

.celestial-product-grid h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.celestial-product-grid span {
  margin-top: 8px;
  color: var(--forest);
  font-family: Cinzel, Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.birth-chart-finder {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 1fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
  margin: 0 0 clamp(34px, 5vw, 64px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(226, 218, 196, 0.36);
  border-radius: 8px;
  color: var(--vellum);
  background:
    radial-gradient(circle at 16% 12%, rgba(226, 218, 196, 0.16), transparent 18rem),
    radial-gradient(circle at 86% 20%, rgba(120, 174, 178, 0.14), transparent 20rem),
    linear-gradient(145deg, rgba(6, 21, 34, 0.97), rgba(9, 31, 26, 0.92));
  box-shadow: 0 28px 64px rgba(6, 21, 34, 0.26);
}

.birth-chart-finder::before {
  content: "Sun  Moon  Mercury  Venus  Mars  Jupiter  Saturn";
  position: absolute;
  right: clamp(16px, 3vw, 34px);
  top: 18px;
  color: rgba(226, 218, 196, 0.18);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.1rem, 3vw, 2.2rem);
  letter-spacing: 0.2em;
  pointer-events: none;
}

.birth-chart-finder > *,
.ephemeris-results {
  position: relative;
  z-index: 1;
}

.birth-chart-finder h2 {
  color: var(--vellum);
}

.birth-chart-finder p {
  color: rgba(255, 244, 223, 0.78);
}

.ephemeris-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ephemeris-form .button {
  grid-column: 1 / -1;
  justify-self: start;
}

.ephemeris-results {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(226, 218, 196, 0.22);
}

.ephemeris-results p {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.chart-result-card {
  padding: 14px;
  border: 1px solid rgba(226, 218, 196, 0.24);
  border-radius: 8px;
  background: rgba(255, 244, 223, 0.07);
}

.chart-result-card strong {
  display: block;
  color: rgba(255, 244, 223, 0.64);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chart-result-card span {
  display: block;
  margin-top: 4px;
  color: var(--soft-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.38rem;
  line-height: 1.1;
}

.chart-result-card small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 244, 223, 0.62);
}

.zodiac-library {
  position: relative;
  overflow: hidden;
  margin: 0 0 clamp(34px, 5vw, 64px);
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(226, 218, 196, 0.34);
  border-radius: 8px;
  color: var(--vellum);
  background:
    radial-gradient(circle at 20% 4%, rgba(226, 218, 196, 0.14), transparent 18rem),
    radial-gradient(circle at 88% 24%, rgba(203, 174, 216, 0.16), transparent 20rem),
    linear-gradient(145deg, rgba(6, 21, 34, 0.96), rgba(9, 31, 26, 0.94) 58%, rgba(34, 46, 55, 0.92));
  box-shadow: 0 28px 64px rgba(6, 21, 34, 0.28);
}

.zodiac-library::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 244, 223, 0.8) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(213, 189, 130, 0.75) 0 1px, transparent 1.7px);
  background-position: 12px 18px, 88px 52px;
  background-size: 92px 82px, 136px 118px;
  opacity: 0.32;
}

.zodiac-library-copy,
.zodiac-grid {
  position: relative;
  z-index: 1;
}

.zodiac-library-copy {
  max-width: 840px;
  margin-bottom: 26px;
}

.zodiac-library-copy h2 {
  color: var(--vellum);
}

.zodiac-library-copy p:last-child {
  color: rgba(255, 244, 223, 0.78);
}

.zodiac-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.zodiac-sign-button {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 126px;
  padding: 14px;
  border: 1px solid rgba(226, 218, 196, 0.28);
  border-radius: 8px;
  color: var(--vellum);
  text-align: left;
  font: inherit;
  cursor: pointer;
  background:
    linear-gradient(145deg, rgba(255, 244, 223, 0.1), rgba(120, 174, 178, 0.08)),
    rgba(4, 16, 20, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 244, 223, 0.12), 0 18px 34px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.zodiac-sign-button:hover,
.zodiac-sign-button:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(226, 218, 196, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 244, 223, 0.22), 0 24px 42px rgba(0, 0, 0, 0.32);
  outline: none;
}

.constellation-mini {
  position: relative;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(226, 218, 196, 0.28);
  border-radius: 50%;
  color: rgba(247, 241, 225, 0.94);
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 244, 223, 0.2), transparent 1.3rem),
    radial-gradient(circle at 68% 62%, rgba(203, 174, 216, 0.2), transparent 1.5rem),
    rgba(6, 21, 34, 0.78);
}

.constellation-mini::before,
.constellation-mini::after {
  content: "";
  position: absolute;
  inset: 15px;
  background:
    radial-gradient(circle, rgba(255, 244, 223, 0.95) 0 2px, transparent 2.4px) 6px 10px / 26px 24px,
    radial-gradient(circle, rgba(213, 189, 130, 0.92) 0 1.7px, transparent 2.2px) 18px 4px / 30px 28px;
  opacity: 0.72;
}

.constellation-mini::after {
  inset: 28px 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 218, 196, 0.58), transparent);
  transform: rotate(-22deg);
}

.constellation-mini span {
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.4rem;
  line-height: 1;
  text-shadow: 0 0 14px rgba(226, 218, 196, 0.46);
}

.zodiac-sign-button strong {
  display: block;
  color: var(--vellum);
  font-family: Cinzel, Georgia, serif;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zodiac-sign-button small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 244, 223, 0.68);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
  line-height: 1.2;
}

.product-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 24px;
}

.deck-showcase {
  position: relative;
  overflow: hidden;
  color: var(--vellum);
  background:
    radial-gradient(circle at 16% 10%, rgba(120, 174, 178, 0.18), transparent 22rem),
    radial-gradient(circle at 88% 20%, rgba(213, 189, 130, 0.18), transparent 20rem),
    linear-gradient(180deg, rgba(6, 21, 34, 0.98), rgba(9, 31, 26, 0.98) 54%, rgba(36, 54, 36, 0.94));
}

.deck-showcase::before {
  content: "";
  position: absolute;
  inset: 22px;
  pointer-events: none;
  border: 1px solid rgba(213, 189, 130, 0.28);
}

.deck-showcase .section-heading,
.deck-intro,
.free-tarot-reading,
.paid-reading-app,
.major-arcana-journey,
.card-gallery,
.crystal-allies {
  position: relative;
  z-index: 1;
}

.deck-showcase h2 {
  color: var(--vellum);
}

.deck-showcase .section-heading p:last-child {
  color: rgba(255, 244, 223, 0.76);
  text-shadow: 0 0 22px rgba(213, 189, 130, 0.12);
}

.deck-showcase .section-kicker {
  color: var(--soft-gold);
}

.deck-intro {
  display: grid;
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  margin-bottom: clamp(30px, 5vw, 58px);
}

.deck-feature-card {
  max-width: 300px;
  padding: 10px;
  border: 1px solid rgba(213, 189, 130, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 244, 223, 0.16), rgba(120, 174, 178, 0.08)),
    rgba(255, 244, 223, 0.07);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.32),
    0 0 34px rgba(213, 189, 130, 0.12);
}

.deck-feature-card img {
  width: 100%;
  aspect-ratio: 5 / 7;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(213, 189, 130, 0.36);
  border-radius: 6px;
  background: var(--vellum);
  filter: url("#sharp-focus") contrast(1.2) saturate(1.08);
}

.deck-feature-card span {
  display: block;
  padding-top: 10px;
  color: rgba(255, 244, 223, 0.88);
  font-family: Cinzel, Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.free-tarot-reading {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  margin: 0 0 clamp(36px, 5vw, 70px);
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(226, 218, 196, 0.28);
  border-radius: 10px;
  background:
    radial-gradient(circle at 10% 0%, rgba(226, 218, 196, 0.16), transparent 18rem),
    radial-gradient(circle at 94% 18%, rgba(120, 174, 178, 0.16), transparent 20rem),
    linear-gradient(145deg, rgba(255, 244, 223, 0.11), rgba(6, 21, 34, 0.54));
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.06),
    0 28px 70px rgba(0, 0, 0, 0.24);
}

.free-reading-copy {
  display: grid;
  align-content: center;
  gap: 14px;
}

.free-reading-copy h3 {
  max-width: 620px;
  color: var(--vellum);
  font-size: clamp(2rem, 3.4vw, 4rem);
}

.free-reading-copy p {
  color: rgba(255, 244, 223, 0.76);
}

.free-reading-copy small {
  display: block;
  max-width: 500px;
  color: rgba(226, 218, 196, 0.68);
  line-height: 1.5;
}

.free-reading-copy .button {
  justify-self: start;
}

.tarot-reading-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 18px);
}

.tarot-reading-placeholder,
.tarot-reading-card {
  min-height: 100%;
  padding: 12px;
  border: 1px solid rgba(213, 189, 130, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.12), rgba(6, 21, 34, 0.3)),
    rgba(6, 21, 34, 0.42);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.tarot-reading-placeholder {
  display: grid;
  align-content: center;
  gap: 10px;
  min-height: 210px;
}

.tarot-reading-placeholder span,
.tarot-reading-card > span {
  color: var(--soft-gold);
  font-family: Cinzel, Georgia, serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tarot-reading-placeholder strong {
  color: rgba(255, 244, 223, 0.82);
  font-family: Cormorant Garamond, Georgia, serif;
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.35;
}

.tarot-reading-card-image {
  display: block;
  width: min(100%, 145px);
  margin: 0 auto 12px;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: transparent;
  cursor: zoom-in;
}

.tarot-reading-card-image:focus-visible {
  outline: 2px solid var(--soft-gold);
  outline-offset: 4px;
}

.tarot-reading-card-image img {
  width: 100%;
  aspect-ratio: 5 / 7;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(213, 189, 130, 0.34);
  border-radius: 7px;
  background: var(--vellum);
  filter: url("#sharp-focus") contrast(1.2) saturate(1.08);
  transition: transform 220ms ease, filter 220ms ease, box-shadow 220ms ease;
}

.tarot-reading-card-image:hover img {
  transform: scale(1.018);
  filter: url("#sharp-focus") contrast(1.26) saturate(1.1);
  box-shadow: 0 0 28px rgba(226, 218, 196, 0.2);
}

.tarot-reading-card h4 {
  margin: 6px 0 2px;
  color: var(--vellum);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1rem, 1.15vw, 1.24rem);
  letter-spacing: 0.04em;
}

.tarot-reading-card p {
  color: rgba(255, 244, 223, 0.74);
  font-size: 0.9rem;
  line-height: 1.5;
}

.tarot-reading-card .tarot-herb {
  margin: 0 0 6px;
  color: rgba(226, 218, 196, 0.92);
  font-family: Cormorant Garamond, Georgia, serif;
  font-size: 1.08rem;
  font-style: italic;
}

.tarot-reading-card .tarot-prompt {
  margin: 0 0 8px;
  color: rgba(213, 189, 130, 0.82);
  font-family: Cinzel, Georgia, serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.paid-reading-app {
  margin: 0 0 clamp(38px, 5vw, 74px);
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(226, 218, 196, 0.26);
  border-radius: 10px;
  background:
    radial-gradient(circle at 12% 18%, rgba(120, 174, 178, 0.16), transparent 18rem),
    radial-gradient(circle at 90% 6%, rgba(226, 218, 196, 0.13), transparent 18rem),
    linear-gradient(145deg, rgba(5, 22, 32, 0.58), rgba(255, 244, 223, 0.08));
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.05),
    0 24px 64px rgba(0, 0, 0, 0.22);
}

.reading-app-heading {
  display: grid;
  gap: 10px;
  max-width: 920px;
  margin-bottom: clamp(18px, 3vw, 28px);
}

.reading-app-heading h3 {
  color: var(--vellum);
  font-size: clamp(2rem, 3.6vw, 4.2rem);
}

.reading-app-heading p {
  color: rgba(255, 244, 223, 0.74);
}

.reading-app-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  margin-bottom: 18px;
}

.reading-app-options article {
  display: grid;
  gap: 10px;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid rgba(213, 189, 130, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 244, 223, 0.12), rgba(6, 21, 34, 0.34)),
    rgba(6, 21, 34, 0.42);
}

.reading-app-options span,
.reading-app-status {
  color: var(--soft-gold);
  font-family: Cinzel, Georgia, serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reading-app-options h4 {
  color: var(--vellum);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.3rem, 2vw, 2rem);
  letter-spacing: 0.04em;
}

.reading-app-options p {
  color: rgba(255, 244, 223, 0.74);
}

.reading-app-options strong {
  color: rgba(226, 218, 196, 0.92);
  font-family: Cormorant Garamond, Georgia, serif;
  font-size: 1.22rem;
  font-weight: 500;
}

.reading-app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-top: 4px;
}

.reading-app-actions .button.is-active,
.reading-app-actions .button:focus-visible {
  border-color: rgba(226, 218, 196, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.18),
    0 0 28px rgba(226, 218, 196, 0.18);
}

.reading-app-actions .button:disabled,
.reading-app-actions .button.is-locked {
  opacity: 0.48;
  cursor: not-allowed;
  filter: saturate(0.72);
}

.reading-app-status {
  margin: 2px 0 16px;
  color: rgba(226, 218, 196, 0.78);
  line-height: 1.5;
}

.paid-reading-results {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.paid-reading-results.is-ten-card {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.paid-reading-results.is-five-card {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.paid-reading-results .tarot-reading-card-image {
  width: min(100%, 122px);
}

.paid-reading-results .tarot-reading-card p:last-child {
  font-size: 0.84rem;
}

.major-arcana-journey {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin: 12px 0 clamp(38px, 5vw, 72px);
}

.major-arcana-journey h3 {
  max-width: 720px;
  color: var(--vellum);
  font-size: clamp(2.1rem, 4vw, 4.6rem);
}

.arcana-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.arcana-scroll {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(226, 218, 196, 0.42);
  border-radius: 50%;
  color: var(--vellum);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.18), transparent 42%),
    linear-gradient(145deg, rgba(226, 218, 196, 0.16), rgba(5, 22, 32, 0.4));
  font-family: Cinzel, Georgia, serif;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.1),
    0 0 24px rgba(213, 189, 130, 0.12);
}

.arcana-scroll:hover,
.arcana-scroll:focus-visible {
  border-color: rgba(226, 218, 196, 0.72);
  outline: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.18),
    0 0 26px rgba(213, 189, 130, 0.24);
}

.arcana-track {
  grid-column: 1 / -1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(190px, 20vw, 260px);
  gap: clamp(14px, 1.8vw, 24px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: 4px;
  padding: 6px 4px 20px;
  scrollbar-width: thin;
}

.arcana-card {
  scroll-snap-align: start;
  padding: 8px;
  border: 1px solid rgba(213, 189, 130, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 244, 223, 0.13), rgba(120, 174, 178, 0.08)),
    rgba(255, 244, 223, 0.055);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.24);
}

.arcana-card .card-zoom img {
  width: 100%;
  aspect-ratio: 5 / 7;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(213, 189, 130, 0.3);
  border-radius: 6px;
  background: var(--vellum);
  filter: url("#sharp-focus") contrast(1.18) saturate(1.08);
  transition: transform 220ms ease, filter 220ms ease, box-shadow 220ms ease;
}

.arcana-card .card-zoom:hover img {
  transform: scale(1.018);
  filter: url("#sharp-focus") contrast(1.24) saturate(1.1);
  box-shadow: 0 0 26px rgba(213, 189, 130, 0.18);
}

.arcana-card span {
  display: none;
}

.card-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  gap: clamp(10px, 1.6vw, 18px);
  align-items: end;
  margin: 12px 0 clamp(36px, 5vw, 70px);
}

.card-gallery article {
  position: relative;
  padding: 8px;
  border: 1px solid rgba(213, 189, 130, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 244, 223, 0.14), rgba(120, 174, 178, 0.08)),
    rgba(255, 244, 223, 0.06);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.26);
}

.card-gallery article:nth-child(2n) {
  transform: translateY(22px);
}

.card-gallery article:nth-child(3n) {
  transform: translateY(10px);
}

.card-zoom {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: zoom-in;
}

.card-zoom:focus-visible {
  outline: 2px solid var(--soft-gold);
  outline-offset: 4px;
}

.card-zoom img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(213, 189, 130, 0.28);
  border-radius: 6px;
  background: var(--vellum);
  filter: url("#sharp-focus") contrast(1.14) saturate(1.06);
  transition: transform 220ms ease, filter 220ms ease, box-shadow 220ms ease;
}

.card-zoom:hover img {
  transform: scale(1.025);
  filter: url("#sharp-focus") contrast(1.2) saturate(1.08);
  box-shadow: 0 0 26px rgba(213, 189, 130, 0.18);
}

.card-gallery span {
  display: block;
  padding-top: 9px;
  color: rgba(255, 244, 223, 0.84);
  font-family: Cinzel, Georgia, serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.crystal-allies {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(213, 189, 130, 0.3);
  background: rgba(213, 189, 130, 0.3);
}

.crystal-allies article {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 244, 223, 0.1), rgba(6, 21, 34, 0.52)),
    rgba(6, 21, 34, 0.72);
}

.crystal-allies article::before {
  content: "";
  position: absolute;
  inset: 12px 12px auto auto;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 244, 223, 0.14), transparent 66%);
  pointer-events: none;
}

.crystal {
  position: relative;
  display: block;
  width: 76px;
  height: 100px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 244, 223, 0.52);
  border-radius: 10px;
  clip-path: none;
  background-image: url("assets/crystal-allies-photo-strip.png");
  background-repeat: no-repeat;
  background-size: 600% 100%;
  background-position: 0% 50%;
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.12),
    0 0 26px rgba(120, 174, 178, 0.18),
    0 18px 26px rgba(0, 0, 0, 0.3);
  isolation: isolate;
  filter: url("#sharp-focus") contrast(1.12) saturate(1.08);
}

.crystal-button {
  display: inline-block;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}

.crystal-button:focus-visible {
  outline: 2px solid var(--soft-gold);
  outline-offset: 5px;
}

.crystal-button:hover .crystal {
  transform: translateY(-4px) scale(1.03);
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.16),
    0 0 34px rgba(199, 177, 123, 0.28),
    0 22px 32px rgba(0, 0, 0, 0.34);
}

.crystal::before,
.crystal::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  clip-path: inherit;
}

.crystal::before {
  display: none;
}

.crystal::after {
  display: none;
}

.citrine {
  background-position: 0% 50%;
}

.rose-quartz {
  background-position: 20% 50%;
}

.amethyst {
  background-position: 40% 50%;
}

.moonstone {
  background-position: 60% 50%;
}

.emerald {
  background-position: 80% 50%;
}

.clear-quartz {
  background-position: 100% 50%;
}

.crystal-allies strong {
  display: block;
  margin-bottom: 8px;
  color: var(--soft-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.crystal-allies p {
  margin-bottom: 0;
  color: rgba(255, 244, 223, 0.72);
  font-size: 1.02rem;
  font-style: italic;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  background:
    radial-gradient(circle at 50% 18%, rgba(213, 189, 130, 0.18), transparent 34rem),
    rgba(3, 11, 18, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox figure {
  position: relative;
  max-width: min(96vw, 1380px);
  max-height: 92vh;
  margin: 0;
  padding: clamp(10px, 1.5vw, 18px);
  border: 1px solid rgba(213, 189, 130, 0.42);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 244, 223, 0.18), rgba(6, 21, 34, 0.5)),
    rgba(6, 21, 34, 0.82);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.62),
    inset 0 0 0 1px rgba(255, 244, 223, 0.18);
}

.lightbox img {
  max-width: 100%;
  max-height: calc(92vh - 82px);
  object-fit: contain;
  border: 1px solid rgba(213, 189, 130, 0.34);
  border-radius: 8px;
  background: var(--vellum);
  filter: url("#sharp-focus") contrast(1.28) saturate(1.08);
  image-rendering: auto;
}

.lightbox figcaption {
  display: none;
}

.lightbox-close {
  position: fixed;
  top: clamp(14px, 3vw, 28px);
  right: clamp(14px, 3vw, 32px);
  z-index: 81;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(213, 189, 130, 0.54);
  border-radius: 50%;
  color: var(--soft-gold);
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 244, 223, 0.16), transparent 38%),
    rgba(6, 21, 34, 0.88);
  box-shadow: 0 0 22px rgba(213, 189, 130, 0.18);
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.lightbox-close:focus-visible {
  outline: 2px solid var(--soft-gold);
  outline-offset: 4px;
}

.lead-gift-modal {
  position: fixed;
  inset: 0;
  z-index: 82;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  background:
    radial-gradient(circle at 20% 18%, rgba(213, 189, 130, 0.17), transparent 28rem),
    radial-gradient(circle at 78% 70%, rgba(178, 192, 190, 0.14), transparent 26rem),
    rgba(3, 11, 18, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.lead-gift-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lead-gift-modal article {
  display: grid;
  grid-template-columns: minmax(120px, 0.34fr) minmax(0, 0.9fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  width: min(92vw, 820px);
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(213, 189, 130, 0.48);
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 244, 223, 0.13), transparent 18rem),
    linear-gradient(145deg, rgba(255, 244, 223, 0.14), rgba(6, 21, 34, 0.68)),
    rgba(6, 21, 34, 0.94);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.62),
    inset 0 0 0 1px rgba(255, 244, 223, 0.14);
}

.lead-gift-sigil {
  display: grid;
  place-items: center;
  width: clamp(110px, 18vw, 170px);
  aspect-ratio: 1;
  margin: 0 auto;
  border: 1px solid rgba(213, 189, 130, 0.42);
  border-radius: 50%;
  color: var(--soft-gold);
  background:
    radial-gradient(circle, rgba(255, 244, 223, 0.15), transparent 58%),
    rgba(9, 36, 31, 0.82);
  box-shadow:
    inset 0 0 28px rgba(255, 244, 223, 0.08),
    0 0 44px rgba(213, 189, 130, 0.18);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(3.2rem, 8vw, 5.6rem);
}

.lead-gift-sigil i {
  margin-top: -32%;
  color: rgba(235, 230, 218, 0.82);
  font-size: 1.1rem;
  font-style: normal;
}

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

.lead-gift-form h2 {
  margin-bottom: 0;
  color: var(--vellum);
  font-size: clamp(2.1rem, 4.5vw, 4rem);
}

.lead-gift-title,
.lead-gift-note {
  color: rgba(255, 244, 223, 0.78);
}

.lead-gift-note {
  margin: 0;
  font-size: 0.95rem;
  font-style: italic;
}

.lead-gift-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 244, 223, 0.82);
  font-family: Cinzel, Georgia, serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead-gift-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(213, 189, 130, 0.38);
  border-radius: 8px;
  color: var(--vellum);
  background: rgba(3, 11, 18, 0.54);
  padding: 12px 14px;
  font: 1rem Georgia, serif;
}

.lead-gift-form input:focus {
  outline: 2px solid rgba(213, 189, 130, 0.5);
  outline-offset: 2px;
}

.lead-gift-modal-close {
  position: fixed;
  top: clamp(14px, 3vw, 28px);
  right: clamp(14px, 3vw, 32px);
  z-index: 83;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(213, 189, 130, 0.54);
  border-radius: 50%;
  color: var(--soft-gold);
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 244, 223, 0.16), transparent 38%),
    rgba(6, 21, 34, 0.88);
  box-shadow: 0 0 22px rgba(213, 189, 130, 0.18);
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.lead-gift-modal-close:focus-visible {
  outline: 2px solid var(--soft-gold);
  outline-offset: 4px;
}

.crystal-modal {
  position: fixed;
  inset: 0;
  z-index: 82;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  background:
    radial-gradient(circle at 22% 18%, rgba(199, 177, 123, 0.16), transparent 28rem),
    radial-gradient(circle at 78% 72%, rgba(120, 174, 178, 0.14), transparent 26rem),
    rgba(3, 11, 18, 0.91);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.crystal-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.crystal-modal article {
  display: grid;
  grid-template-columns: minmax(140px, 0.38fr) minmax(0, 0.82fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  width: min(92vw, 860px);
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(199, 177, 123, 0.44);
  border-radius: 12px;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 244, 223, 0.12), transparent 18rem),
    linear-gradient(145deg, rgba(255, 244, 223, 0.16), rgba(6, 21, 34, 0.64)),
    rgba(6, 21, 34, 0.9);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.62),
    inset 0 0 0 1px rgba(255, 244, 223, 0.14);
}

.crystal-modal-image {
  width: min(100%, 170px);
  height: clamp(190px, 28vw, 260px);
  margin: 0 auto;
  border-radius: 14px;
  background-image: url("assets/crystal-allies-photo-strip.png");
  background-repeat: no-repeat;
  background-size: 600% 100%;
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.18),
    0 0 44px rgba(199, 177, 123, 0.2),
    0 24px 42px rgba(0, 0, 0, 0.36);
  filter: url("#sharp-focus") contrast(1.12) saturate(1.08);
}

.crystal-modal h2 {
  margin-bottom: 10px;
  color: var(--vellum);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.crystal-keywords {
  color: var(--soft-gold);
  font-family: Cinzel, Georgia, serif;
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.crystal-reading,
.crystal-practice {
  color: rgba(255, 244, 223, 0.82);
  font-size: clamp(1.12rem, 2vw, 1.32rem);
  font-style: italic;
}

.crystal-practice {
  margin-bottom: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(199, 177, 123, 0.24);
  color: rgba(255, 244, 223, 0.72);
}

.crystal-modal-close {
  position: fixed;
  top: clamp(14px, 3vw, 28px);
  right: clamp(14px, 3vw, 32px);
  z-index: 83;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(199, 177, 123, 0.54);
  border-radius: 50%;
  color: var(--soft-gold);
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 244, 223, 0.16), transparent 38%),
    rgba(6, 21, 34, 0.88);
  box-shadow: 0 0 22px rgba(199, 177, 123, 0.18);
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.crystal-modal-close:focus-visible {
  outline: 2px solid var(--soft-gold);
  outline-offset: 4px;
}

.alchemy-modal {
  position: fixed;
  inset: 0;
  z-index: 84;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  background:
    radial-gradient(circle at 50% 18%, rgba(213, 189, 130, 0.18), transparent 30rem),
    radial-gradient(circle at 18% 80%, rgba(120, 174, 178, 0.14), transparent 28rem),
    rgba(3, 11, 18, 0.91);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.alchemy-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.alchemy-modal article {
  display: grid;
  grid-template-columns: minmax(120px, 0.34fr) minmax(0, 0.9fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  width: min(92vw, 820px);
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(226, 218, 196, 0.46);
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 10%, rgba(226, 218, 196, 0.16), transparent 18rem),
    linear-gradient(145deg, rgba(255, 244, 223, 0.14), rgba(6, 21, 34, 0.64)),
    rgba(6, 21, 34, 0.92);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.62),
    inset 0 0 0 1px rgba(255, 244, 223, 0.14);
}

.alchemy-modal-symbol {
  display: grid;
  place-items: center;
  width: clamp(118px, 18vw, 180px);
  height: clamp(118px, 18vw, 180px);
  margin: 0 auto;
  border: 1px solid rgba(226, 218, 196, 0.48);
  border-radius: 50%;
  color: #eef3ef;
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(226, 218, 196, 0.14), rgba(185, 156, 85, 0.08), rgba(6, 21, 34, 0.38));
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 10vw, 7rem);
  line-height: 1;
  text-shadow:
    0 1px 0 rgba(255, 244, 223, 0.24),
    0 0 28px rgba(226, 234, 232, 0.2);
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.12),
    0 0 38px rgba(226, 234, 232, 0.14);
}

.alchemy-modal h2 {
  margin-bottom: 10px;
  color: var(--vellum);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.alchemy-keywords {
  color: var(--soft-gold);
  font-family: Cinzel, Georgia, serif;
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.alchemy-meaning,
.alchemy-practice {
  color: rgba(255, 244, 223, 0.82);
  font-size: clamp(1.12rem, 2vw, 1.32rem);
  font-style: italic;
}

.alchemy-practice {
  margin-bottom: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(199, 177, 123, 0.24);
  color: rgba(255, 244, 223, 0.72);
}

.alchemy-modal-close {
  position: fixed;
  top: clamp(14px, 3vw, 28px);
  right: clamp(14px, 3vw, 32px);
  z-index: 85;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(199, 177, 123, 0.54);
  border-radius: 50%;
  color: var(--soft-gold);
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 244, 223, 0.16), transparent 38%),
    rgba(6, 21, 34, 0.88);
  box-shadow: 0 0 22px rgba(199, 177, 123, 0.18);
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.alchemy-modal-close:focus-visible {
  outline: 2px solid var(--soft-gold);
  outline-offset: 4px;
}

.zodiac-modal {
  position: fixed;
  inset: 0;
  z-index: 86;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  background:
    radial-gradient(circle at 20% 16%, rgba(203, 174, 216, 0.18), transparent 28rem),
    radial-gradient(circle at 76% 72%, rgba(226, 218, 196, 0.16), transparent 30rem),
    rgba(3, 11, 18, 0.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.zodiac-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.zodiac-modal article {
  display: grid;
  grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1fr);
  gap: clamp(22px, 3.4vw, 44px);
  align-items: start;
  width: min(94vw, 1140px);
  max-height: 90vh;
  overflow: auto;
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid rgba(226, 218, 196, 0.48);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 244, 223, 0.15), rgba(6, 21, 34, 0.68)),
    rgba(6, 21, 34, 0.94);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.64),
    inset 0 0 0 1px rgba(255, 244, 223, 0.13);
}

.zodiac-modal-constellation {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(280px, 34vw, 430px);
  overflow: hidden;
  border: 1px solid rgba(226, 218, 196, 0.32);
  border-radius: 10px;
  background:
    radial-gradient(circle at 36% 24%, rgba(255, 244, 223, 0.18), transparent 9rem),
    radial-gradient(circle at 74% 68%, rgba(203, 174, 216, 0.14), transparent 12rem),
    linear-gradient(160deg, rgba(4, 16, 20, 0.98), rgba(9, 31, 26, 0.9));
}

.zodiac-modal-constellation::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 244, 223, 0.92) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(213, 189, 130, 0.8) 0 1px, transparent 1.7px);
  background-size: 82px 76px, 124px 112px;
  background-position: 16px 20px, 58px 42px;
  opacity: 0.38;
}

.zodiac-modal-constellation svg {
  position: relative;
  z-index: 1;
  width: min(84%, 360px);
  height: min(84%, 360px);
  min-height: 240px;
}

.zodiac-modal-constellation line {
  stroke: rgba(226, 218, 196, 0.58);
  stroke-width: 1.2;
}

.zodiac-modal-constellation circle {
  fill: rgba(255, 244, 223, 0.96);
  filter: drop-shadow(0 0 8px rgba(226, 218, 196, 0.8));
}

.zodiac-modal-constellation text {
  fill: rgba(226, 218, 196, 0.88);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 46px;
  text-anchor: middle;
  dominant-baseline: middle;
  filter: drop-shadow(0 0 18px rgba(226, 218, 196, 0.24));
}

.zodiac-modal h2 {
  margin-bottom: 10px;
  color: var(--vellum);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.zodiac-archetype,
.zodiac-traits,
.zodiac-herbs,
.zodiac-personality {
  color: rgba(255, 244, 223, 0.82);
  font-size: clamp(1.06rem, 1.8vw, 1.24rem);
}

.zodiac-archetype {
  color: var(--soft-gold);
  font-family: Cinzel, Georgia, serif;
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.zodiac-correspondences {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}

.zodiac-correspondences div {
  padding: 14px;
  border: 1px solid rgba(226, 218, 196, 0.24);
  border-radius: 8px;
  background: rgba(255, 244, 223, 0.06);
}

.zodiac-correspondences dt {
  color: rgba(255, 244, 223, 0.62);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zodiac-correspondences dd {
  margin: 6px 0 0;
  color: rgba(255, 244, 223, 0.92);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.28rem;
  line-height: 1.15;
}

.zodiac-herbs,
.zodiac-personality {
  padding-top: 16px;
  border-top: 1px solid rgba(226, 218, 196, 0.22);
}

.zodiac-modal-close {
  position: fixed;
  top: clamp(14px, 3vw, 28px);
  right: clamp(14px, 3vw, 32px);
  z-index: 87;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(226, 218, 196, 0.54);
  border-radius: 50%;
  color: var(--soft-gold);
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 244, 223, 0.16), transparent 38%),
    rgba(6, 21, 34, 0.88);
  box-shadow: 0 0 22px rgba(226, 218, 196, 0.18);
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.zodiac-modal-close:focus-visible {
  outline: 2px solid var(--soft-gold);
  outline-offset: 4px;
}

.price {
  color: var(--garnet);
  font-weight: 800;
}

.purchase-price {
  display: inline-flex;
  margin: 8px 0 0;
  color: var(--soft-gold);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.course-band {
  color: var(--vellum);
  background:
    radial-gradient(circle at 16% 18%, rgba(203, 174, 216, 0.12), transparent 22rem),
    radial-gradient(circle at 88% 20%, rgba(213, 189, 130, 0.16), transparent 20rem),
    linear-gradient(180deg, rgba(6, 21, 34, 0.98), rgba(10, 36, 17, 0.96) 54%, rgba(72, 60, 24, 0.86)),
    var(--deep-forest);
}

.night-apothecary {
  position: relative;
  overflow: hidden;
  color: var(--vellum);
  background:
    radial-gradient(circle at 12% 20%, rgba(120, 174, 178, 0.18), transparent 22rem),
    radial-gradient(circle at 82% 68%, rgba(213, 189, 130, 0.16), transparent 18rem),
    linear-gradient(180deg, rgba(6, 21, 34, 0.98), rgba(10, 36, 17, 0.94) 55%, rgba(16, 36, 58, 0.96));
}

.night-apothecary::before {
  content: "Sun   Moon   Mercury   Jupiter   Sagittarius   Fire   Earth   Crystal   Triangle";
  position: absolute;
  inset: 28px 0 auto;
  color: rgba(255, 244, 223, 0.12);
  background: var(--metallic-silver);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(2.2rem, 8vw, 7rem);
  letter-spacing: 0.16em;
  text-align: center;
  white-space: nowrap;
  filter: drop-shadow(0 0 22px rgba(213, 189, 130, 0.16));
  opacity: 0.28;
}

.night-apothecary .section-heading,
.alchemy-oracle-row,
.night-apothecary .glossary-download,
.symbol-grid {
  position: relative;
  z-index: 1;
}

.night-apothecary h2,
.night-apothecary h3 {
  color: var(--vellum);
}

.night-apothecary .section-kicker {
  color: var(--soft-gold);
}

.alchemy-oracle-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: -8px 0 30px;
}

.alchemy-oracle-row button {
  min-width: 58px;
  min-height: 58px;
  padding: 0;
  border-radius: 50%;
}

.symbol-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(213, 189, 130, 0.3);
  background: rgba(213, 189, 130, 0.28);
}

.symbol-grid article {
  min-height: 310px;
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(145deg, rgba(255, 244, 223, 0.08), rgba(120, 174, 178, 0.08)),
    rgba(6, 21, 34, 0.62);
}

.symbol-grid span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  color: var(--soft-gold);
  border: 1px solid rgba(213, 189, 130, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 244, 223, 0.1), rgba(6, 21, 34, 0.22)),
    rgba(255, 244, 223, 0.06);
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.18),
    0 0 32px rgba(120, 174, 178, 0.16),
    0 0 22px rgba(213, 189, 130, 0.12);
  font-family: Cinzel, Georgia, serif;
  font-size: 1.45rem;
  text-shadow:
    0 1px 0 rgba(255, 244, 223, 0.32),
    0 0 10px rgba(213, 189, 130, 0.28);
}

.symbol-grid p {
  color: rgba(255, 244, 223, 0.74);
  font-style: italic;
  text-shadow: 0 0 20px rgba(213, 189, 130, 0.1);
}

.course-band h2,
.course-band h3 {
  color: var(--vellum);
}

.course-band .section-kicker {
  color: var(--soft-gold);
}

.course-ladder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.course-ladder-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 290px;
  padding: 28px;
  border: 1px solid rgba(213, 189, 130, 0.38);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(145deg, rgba(255, 244, 223, 0.09), rgba(28, 77, 54, 0.2));
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.course-ladder-card:hover,
.course-ladder-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(226, 218, 196, 0.72);
  outline: none;
  background: linear-gradient(145deg, rgba(255, 244, 223, 0.15), rgba(28, 77, 54, 0.3));
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.16),
    0 28px 58px rgba(3, 11, 18, 0.34);
}

.course-ladder span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border: 1px solid var(--soft-gold);
  border-radius: 50%;
  color: var(--soft-gold);
  font-family: Cinzel, Georgia, serif;
  font-weight: 700;
}

.course-ladder p {
  color: rgba(255, 250, 240, 0.76);
  font-style: italic;
}

.course-ladder-card strong {
  display: block;
  margin-top: 2px;
  color: var(--soft-gold);
  font-family: Cinzel, Georgia, serif;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
}

.course-ladder-card em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 12px 0 18px;
  padding: 10px 18px;
  border: 1px solid rgba(226, 218, 196, 0.36);
  border-radius: 999px;
  color: var(--vellum);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(17, 62, 31, 0.7);
}

.course-pathway-explainer {
  margin-top: clamp(26px, 5vw, 58px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(213, 189, 130, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 0%, rgba(203, 174, 216, 0.12), transparent 18rem),
    radial-gradient(circle at 88% 18%, rgba(213, 189, 130, 0.12), transparent 18rem),
    rgba(255, 244, 223, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 244, 223, 0.08);
}

.course-pathway-intro {
  max-width: 980px;
  margin-bottom: clamp(22px, 4vw, 36px);
}

.course-pathway-intro h3 {
  max-width: 900px;
  color: var(--vellum);
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.course-pathway-intro p,
.course-detail-grid p {
  color: rgba(255, 250, 240, 0.78);
}

.course-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.course-detail-grid article {
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(213, 189, 130, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 244, 223, 0.08), rgba(120, 174, 178, 0.06)),
    rgba(6, 21, 34, 0.34);
}

.course-detail-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--soft-gold);
  font-family: Cinzel, Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.course-detail-grid h4 {
  margin: 0 0 14px;
  color: var(--vellum);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  font-weight: 600;
  line-height: 1.05;
}

.webinars-section {
  padding-top: clamp(30px, 4vw, 54px);
  padding-bottom: clamp(36px, 5vw, 64px);
  background:
    radial-gradient(circle at 15% 10%, rgba(203, 174, 216, 0.15), transparent 24rem),
    radial-gradient(circle at 82% 18%, rgba(120, 174, 178, 0.12), transparent 22rem),
    linear-gradient(180deg, rgba(185, 162, 122, 0.7), rgba(234, 212, 179, 0.82) 48%, rgba(255, 244, 223, 0.96));
}

.webinars-section .section-heading {
  gap: clamp(16px, 3vw, 38px);
  margin-bottom: 12px;
}

.webinar-feature {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(12px, 2vw, 20px);
  align-items: center;
  margin: 0 0 10px;
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(226, 218, 196, 0.46);
  border-radius: 8px;
  color: var(--vellum);
  background:
    radial-gradient(circle at 14% 18%, rgba(226, 218, 196, 0.2), transparent 12rem),
    radial-gradient(circle at 88% 42%, rgba(120, 174, 178, 0.16), transparent 16rem),
    linear-gradient(135deg, rgba(6, 21, 34, 0.96), rgba(10, 36, 17, 0.9));
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.08),
    0 18px 42px rgba(6, 21, 34, 0.16);
}

.webinar-feature h3 {
  margin: 0 0 5px;
  color: #f6f7f2;
  background: var(--metallic-silver);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 18px rgba(226, 234, 232, 0.2);
}

.webinar-feature p:not(.card-label) {
  max-width: 720px;
  margin: 0;
  color: rgba(235, 239, 234, 0.82);
}

.webinar-orb {
  position: relative;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(226, 218, 196, 0.54);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.22), transparent 32%),
    radial-gradient(circle, rgba(226, 218, 196, 0.12), rgba(6, 21, 34, 0.42));
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 223, 0.08),
    0 0 24px rgba(226, 218, 196, 0.16);
}

.webinar-orb span {
  color: #e7eceb;
  font-family: Cinzel, Georgia, serif;
  font-size: 29px;
  text-shadow: 0 0 18px rgba(226, 234, 232, 0.34);
}

.webinar-orb i {
  position: absolute;
  right: 10px;
  top: 9px;
  color: var(--soft-gold);
  font-style: normal;
  font-size: 15px;
  text-shadow: 0 0 12px rgba(213, 189, 130, 0.45);
}

.webinars-section .glossary-download {
  margin: 0 0 10px;
  padding: clamp(14px, 2vw, 18px);
}

.webinars-section .astrology-map-download {
  margin-bottom: 12px;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.webinars-section .event-grid {
  gap: 12px;
}

.event-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.webinars-section .event-card {
  min-height: 268px;
  padding: 20px;
}

time {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--garnet);
  font-weight: 800;
}

.event-card p {
  color: rgba(24, 41, 22, 0.72);
  font-style: italic;
}

label span,
input,
textarea,
.price,
.preview-label,
.card-label,
.section-kicker,
.nav-links,
.journey-nav,
.marquee,
.lightbox figcaption,
.site-footer,
.product-footer {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.event-card .button {
  margin-top: auto;
}

.astrology-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(213, 189, 130, 0.18), transparent 20rem),
    radial-gradient(circle at 84% 24%, rgba(120, 174, 178, 0.14), transparent 22rem),
    radial-gradient(circle at 12% 82%, rgba(203, 174, 216, 0.13), transparent 20rem),
    linear-gradient(180deg, rgba(197, 176, 139, 0.7), #e7cfaa 50%, #fff4df 100%);
}

.astro-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.7fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.astro-panel > div {
  position: sticky;
  top: 104px;
}

.form-panel,
.newsletter {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 32px);
}

label span {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: rgba(255, 244, 223, 0.88);
  font: inherit;
}

textarea {
  resize: vertical;
}

select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, rgba(24, 41, 22, 0.78) 50%) right 18px center / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(255, 244, 223, 0.96), rgba(234, 212, 179, 0.86));
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  background:
    radial-gradient(circle at 18% 18%, rgba(203, 174, 216, 0.14), transparent 24rem),
    radial-gradient(circle at 92% 8%, rgba(213, 189, 130, 0.14), transparent 22rem),
    linear-gradient(180deg, rgba(255, 244, 223, 0.98), rgba(234, 212, 179, 0.82));
}

.inline-form {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(180px, 1fr) auto;
  gap: 12px;
}

.contact-form h2 {
  font-size: clamp(1.9rem, 3.2vw, 3rem);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: rgba(255, 250, 240, 0.72);
  background: var(--ink);
  border-top: 1px solid rgba(213, 189, 130, 0.38);
}

.site-footer span:first-child {
  color: var(--soft-gold);
  font-family: Cinzel, Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 0;
  }

  .hero-copy {
    max-width: 860px;
  }

  .glyph-wheel {
    right: -24px;
    top: 32%;
    opacity: 0.66;
  }

  .crystal-field {
    right: clamp(330px, 35vw, 520px);
    top: clamp(126px, 16vw, 210px);
    bottom: auto;
    width: min(16vw, 190px);
    opacity: 0.72;
  }

  .hero-moon {
    right: 9%;
    top: 17%;
    opacity: 0.64;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
  }

  .nav-links {
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 2px;
  }

  .nav-links a {
    min-height: 36px;
    padding-inline: 13px;
    font-size: 0.94rem;
  }

  .section-heading,
  .deck-intro,
  .free-tarot-reading,
  .reading-app-options,
  .webinar-feature,
  .lead-magnet-feature,
  .deck-reading-preview,
  .purchase-section,
  .celestial-shop,
  .birth-chart-finder,
  .zodiac-modal article,
  .astro-panel,
  .contact-section,
  .atelier-strip,
  .glossary-download,
  .symbol-grid {
    grid-template-columns: 1fr;
  }

  .download-button {
    justify-self: start;
  }

  .freebie-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deck-reading-spreads {
    grid-template-columns: 1fr;
  }

  .deck-feature-card {
    max-width: 260px;
  }

  .major-arcana-journey {
    grid-template-columns: 1fr;
  }

  .arcana-controls {
    justify-content: flex-start;
  }

  .tarot-reading-results {
    grid-template-columns: 1fr;
  }

  .paid-reading-results,
  .paid-reading-results.is-five-card,
  .paid-reading-results.is-ten-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid,
  .shop-constellation-strip,
  .course-page-examples,
  .course-offer-grid,
  .course-ladder,
  .course-detail-grid,
  .event-grid,
  .celestial-product-grid,
  .ephemeris-results,
  .zodiac-grid,
  .card-gallery,
  .crystal-allies,
  .freebie-grid {
    grid-template-columns: 1fr;
  }

  .feature-product {
    grid-column: auto;
  }

  .orbit-one {
    right: -10%;
    top: 36%;
  }

  .orbit-two {
    right: -28%;
    top: 30%;
  }

  .astro-panel > div {
    position: static;
  }

  .inline-form {
    grid-template-columns: 1fr;
  }

  .journey-nav {
    top: 66px;
    display: flex;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .journey-nav a {
    min-width: 148px;
  }

  .alchemy-button-band {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .alchemy-button-band button {
    flex: 0 0 auto;
  }

  .lunar-band {
    grid-template-columns: 1fr;
  }

  .card-gallery article,
  .card-gallery article:nth-child(2n),
  .card-gallery article:nth-child(3n) {
    transform: none;
  }

  .card-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crystal-allies {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crystal-modal article {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .alchemy-modal article {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .zodiac-modal article {
    grid-template-columns: 1fr;
  }

  .zodiac-modal-constellation {
    min-height: 300px;
  }

  .ephemeris-form {
    grid-template-columns: 1fr;
  }

  .crystal-modal-image {
    height: 220px;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 66px;
  }

  .brand {
    min-width: 48px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .hero {
    padding-top: clamp(560px, 118vw, 720px);
    padding-bottom: 30px;
  }

  .hero::before {
    inset: 10px;
  }

  h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
    overflow-wrap: anywhere;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 10vw, 3.6rem);
    white-space: nowrap;
    overflow-wrap: normal;
    letter-spacing: 0.045em;
  }

  .hero-signatures {
    display: none;
  }

  .hero-celestial {
    opacity: 0.72;
  }

  .glyph-wheel {
    right: -92px;
    top: 310px;
    opacity: 0.52;
  }

  .hero-moon {
    right: -26px;
    top: 230px;
    width: 128px;
    opacity: 0.48;
  }

  .crystal-field {
    display: none;
  }

  .symbol-grid article {
    min-height: 0;
  }

  .deck-intro {
    justify-items: center;
    text-align: center;
  }

  .deck-feature-card {
    max-width: min(290px, 82vw);
  }

  .purchase-visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .deck-reading-spreads {
    grid-template-columns: 1fr;
  }

  .purchase-visual img:nth-child(2) {
    transform: translateY(-10px);
  }

  .arcana-track {
    grid-auto-columns: minmax(210px, 78vw);
  }

  .card-gallery,
  .crystal-allies {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .button,
  .product-footer {
    width: 100%;
  }

  .product-card,
  .event-card,
  .course-ladder-card {
    min-height: 0;
  }

  .marquee {
    justify-content: flex-start;
  }

  .marquee span:not(:last-child)::after {
    margin-left: 14px;
  }

  .site-footer {
    display: grid;
  }
}



.build-marker { position: fixed; left: 6px; bottom: 6px; z-index: 9999; padding: 2px 6px; border-radius: 999px; color: rgba(255,244,223,.72); background: rgba(6,21,34,.52); font: 600 10px Inter, sans-serif; letter-spacing: .08em; }



.hero-inline-art {
  position: absolute;
  top: var(--hero-art-vertical-inset);
  left: var(--hero-art-left-inset);
  right: var(--hero-art-right-inset);
  z-index: 0;
  height: clamp(520px, 60vw, 740px);
  opacity: .98;
  filter: contrast(1.04) saturate(1.04) brightness(1.04);
  pointer-events: none;
}
.hero-inline-art svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hero.hero-art-painted {
  background:
    radial-gradient(circle at 76% 38%, rgba(120, 174, 178, 0.18), transparent 18rem),
    radial-gradient(circle at 88% 20%, rgba(213, 189, 130, 0.2), transparent 14rem),
    linear-gradient(115deg, rgba(6, 21, 34, 0.98), rgba(10, 36, 17, 0.94));
}


.hero.hero-original-art {
  background:
    var(--hero-original-image) center var(--hero-art-vertical-inset) / calc(100% - var(--hero-art-left-inset) - var(--hero-art-right-inset)) clamp(520px, 60vw, 740px) no-repeat,
    radial-gradient(circle at 76% 38%, rgba(120, 174, 178, 0.18), transparent 18rem),
    radial-gradient(circle at 88% 20%, rgba(213, 189, 130, 0.2), transparent 14rem),
    linear-gradient(115deg, rgba(6, 21, 34, 0.98), rgba(10, 36, 17, 0.94));
}


.hero.hero-real-banner {
  padding: clamp(18px, 2.4vw, 36px) clamp(18px, 4vw, 54px) clamp(42px, 5vw, 72px);
  align-items: start;
  gap: clamp(22px, 3vw, 42px);
  background:
    radial-gradient(circle at 68% 32%, rgba(192, 174, 128, 0.18), transparent 20rem),
    radial-gradient(circle at 18% 20%, rgba(113, 142, 111, 0.2), transparent 18rem),
    linear-gradient(115deg, rgba(6, 21, 34, 0.98), rgba(7, 34, 18, 0.96));
}

.hero.hero-real-banner .hero-banner-frame {
  position: relative;
  z-index: 1;
  width: min(100%, 1920px);
  margin: 0 auto clamp(20px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(232, 217, 174, 0.54);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), 0 0 0 6px rgba(232, 217, 174, 0.08);
  background: rgba(3, 18, 15, 0.7);
}

.hero.hero-real-banner .hero-banner-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.hero.hero-real-banner .hero-celestial {
  display: none;
}

@media (max-width: 720px) {
  .lead-gift-modal article {
    grid-template-columns: 1fr;
    max-height: 88vh;
    overflow: auto;
  }

  .lead-gift-sigil {
    width: 104px;
    font-size: 3.1rem;
  }
}

