/* Arcania homepage. Loaded only by home.php. */
.home-site-content {
  max-width: none !important;
  padding: 0 !important;
}

.arcania-home {
  --home-bg: #030713;
  --home-panel: rgba(9, 17, 32, .76);
  --home-line: rgba(166, 219, 213, .17);
  --home-mint: var(--mint, #72ead0);
  --home-gold: #eacb82;
  --home-violet: #9370ff;
  --home-muted: var(--muted, #a5a9b5);
  position: relative;
  overflow: clip;
  color: #f4f5f4;
  background:
    radial-gradient(circle at 50% 5%, rgba(24, 105, 108, .18), transparent 27rem),
    radial-gradient(circle at 90% 36%, rgba(79, 49, 177, .16), transparent 32rem),
    var(--home-bg);
}

.arcania-home .container-fluid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0;
}

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

.arcania-home h1,
.arcania-home h2,
.arcania-home h3 {
  color: #fff;
  font-weight: 900;
  letter-spacing: -.055em;
}

.arcania-home p {
  color: var(--home-muted);
  line-height: 1.75;
}

.home-hero {
  position: relative;
  min-height: min(720px, calc(100svh - 72px));
  display: grid;
  align-items: center;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.home-stars {
  position: absolute;
  inset: 0;
  opacity: .32;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .8) 0 1px, transparent 1.3px),
    radial-gradient(circle, rgba(114, 234, 208, .65) 0 1px, transparent 1.4px);
  background-position: 0 0, 38px 54px;
  background-size: 93px 93px, 141px 141px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.home-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, .72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.home-hero-copy {
  position: relative;
  z-index: 5;
}

.arcania-home .eyebrow,
.arcania-home .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--home-mint);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.arcania-home .eyebrow {
  padding: .58rem .78rem;
  border: 1px solid var(--home-line);
  border-radius: 99px;
  background: rgba(8, 20, 32, .64);
}

.home-hero h1 {
  max-width: 650px;
  margin: 1.2rem 0 1.1rem;
  font-size: clamp(3.1rem, 5.6vw, 5.1rem);
  line-height: .96;
}

.home-hero h1 em {
  display: block;
  color: var(--home-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
}

.home-hero-copy > p {
  max-width: 610px;
  margin-bottom: 0;
  font-size: clamp(.96rem, 1.5vw, 1.12rem);
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  align-items: center;
  margin-top: 1.6rem;
}

.home-primary-action {
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  gap: 1.2rem;
  justify-content: space-between;
  padding: .48rem .52rem .48rem 1.15rem;
  border-radius: 14px;
  color: #06100e !important;
  background: linear-gradient(135deg, var(--home-mint), #d4e5b2);
  box-shadow: 0 14px 34px rgba(55, 213, 170, .16);
  font-size: .78rem;
  font-weight: 950;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.home-primary-action i {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border-radius: 10px;
  background: rgba(4, 16, 13, .12);
}

.home-primary-action:hover {
  transform: translateY(-3px);
  filter: brightness(1.06);
  box-shadow: 0 18px 42px rgba(55, 213, 170, .24);
}

.home-text-action {
  display: inline-flex;
  gap: .5rem;
  align-items: center;
  color: #dfe6e5 !important;
  font-size: .76rem;
  font-weight: 850;
  text-decoration: none;
}

.home-text-action i {
  color: var(--home-mint);
  transition: transform .25s ease;
}

.home-text-action:hover i {
  transform: translateY(3px);
}

.arcania-home .hero-tags {
  margin-top: 1.55rem;
}

.home-taro-stage {
  position: relative;
  min-height: 500px;
  perspective: 1300px;
  isolation: isolate;
}

.home-taro-aura {
  position: absolute;
  z-index: -1;
  top: 46%;
  left: 50%;
  width: 23rem;
  height: 23rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(114, 234, 208, .16), rgba(88, 58, 183, .09) 42%, transparent 69%);
  filter: blur(10px);
  transform: translate(-50%, -50%);
  animation: homeAura 5s ease-in-out infinite;
}

.home-orbit {
  position: absolute;
  z-index: -1;
  top: 46%;
  left: 50%;
  border: 1px solid rgba(114, 234, 208, .12);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.home-orbit-one {
  width: 28rem;
  height: 18rem;
}

.home-orbit-two {
  width: 21rem;
  height: 31rem;
  border-color: rgba(147, 112, 255, .1);
  transform: translate(-50%, -50%) rotate(29deg);
}

.home-taro-card {
  --card-x: -50%;
  --card-y: -50%;
  --card-r: 0deg;
  --hover-shift-x: 0px;
  position: absolute;
  top: 45%;
  left: 50%;
  width: clamp(145px, 15vw, 190px);
  aspect-ratio: .608;
  transform: translate3d(var(--card-x), var(--card-y), 0) rotate(var(--card-r));
  transform-origin: 50% 120%;
  will-change: transform;
  transition: transform .85s cubic-bezier(.16, 1, .3, 1);
}

.home-taro-card-drift,
.home-taro-card-visual {
  position: absolute;
  inset: 0;
  display: block;
  will-change: transform;
}

.home-taro-card-drift {
  animation: homeCardDrift 10.5s cubic-bezier(.45, 0, .55, 1) infinite alternate;
}

.home-taro-card-visual {
  overflow: hidden;
  border: 1px solid rgba(234, 203, 130, .48);
  border-radius: 15px;
  background: #0b1120;
  box-shadow: 0 26px 55px rgba(0, 0, 0, .44), 0 0 30px rgba(114, 234, 208, .08);
  transform: translate3d(0, 0, 0);
  animation: homeCardBreathe 6.8s cubic-bezier(.45, 0, .55, 1) infinite alternate;
  transition: filter .55s ease, box-shadow .55s ease;
}

.home-taro-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 28%, rgba(255, 255, 255, .18) 42%, transparent 56%);
  transform: translateX(-120%);
  transition: transform .7s ease;
}

.home-taro-card:hover .home-taro-card-visual::after {
  transform: translateX(120%);
}

.home-taro-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-taro-card-left {
  --card-x: -118%;
  --card-y: -43%;
  --card-r: -14deg;
  --hover-shift-x: -34px;
  z-index: 1;
}

.home-taro-card-left .home-taro-card-drift {
  animation-duration: 11.8s;
  animation-delay: -4.2s;
}

.home-taro-card-left .home-taro-card-visual {
  animation-duration: 7.4s;
  animation-delay: -2.6s;
}

.home-taro-card-center {
  --card-x: -50%;
  --card-y: -58%;
  z-index: 3;
}

.home-taro-card-right {
  --card-x: 18%;
  --card-y: -43%;
  --card-r: 14deg;
  --hover-shift-x: 34px;
  z-index: 2;
}

.home-taro-card-center .home-taro-card-drift {
  animation-duration: 12.6s;
  animation-delay: -7.5s;
}

.home-taro-card-center .home-taro-card-visual {
  animation-duration: 8.1s;
  animation-delay: -4.1s;
}

.home-taro-card-right .home-taro-card-drift {
  animation-duration: 10.9s;
  animation-delay: -8.3s;
}

.home-taro-card-right .home-taro-card-visual {
  animation-duration: 7.7s;
  animation-delay: -5.4s;
}

.home-taro-card:hover {
  transform: translate3d(calc(var(--card-x) + var(--hover-shift-x)), calc(var(--card-y) - 12px), 0) rotate(var(--card-r)) scale(1.035);
}

.home-taro-card:hover .home-taro-card-visual {
  filter: brightness(1.07);
  box-shadow: 0 32px 70px rgba(0, 0, 0, .52), 0 0 38px rgba(114, 234, 208, .2);
}

.home-taro-caption {
  position: absolute;
  right: 0;
  bottom: 2.4rem;
  left: 0;
  display: grid;
  gap: .25rem;
  text-align: center;
}

.home-taro-caption span {
  color: var(--home-mint);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-taro-caption strong {
  color: #e9edef;
  font-size: .78rem;
}

.home-directions,
.home-dream-section,
.home-zodiac-section,
.home-closing-section {
  position: relative;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.arcania-home .section-heading {
  display: flex;
  gap: 2rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.arcania-home .section-heading h2,
.home-dream-copy h2,
.home-zodiac-copy h2,
.home-closing h2 {
  margin: .75rem 0 0;
  font-size: clamp(2.25rem, 4vw, 3.8rem);
  line-height: 1;
}

.arcania-home .section-heading p {
  max-width: 420px;
  margin-bottom: .2rem;
  font-size: .85rem;
}

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

.home-direction-card {
  position: relative;
  min-height: 275px;
  overflow: hidden;
  padding: 1.4rem;
  border: 1px solid var(--home-line);
  border-radius: 24px;
  color: inherit !important;
  background:
    radial-gradient(circle at 100% 0, var(--card-glow, rgba(114, 234, 208, .1)), transparent 13rem),
    rgba(8, 16, 30, .72);
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
  text-decoration: none;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), border-color .3s ease, background-color .3s ease;
}

.home-direction-card::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  width: 12rem;
  height: 12rem;
  border: 1px solid var(--card-ring, rgba(114, 234, 208, .15));
  border-radius: 50%;
  box-shadow: 0 0 0 2.8rem rgba(255, 255, 255, .015), 0 0 0 5rem rgba(255, 255, 255, .01);
  transition: transform .45s ease;
}

.home-direction-card.is-dream {
  --card-glow: rgba(147, 112, 255, .13);
  --card-ring: rgba(147, 112, 255, .17);
}

.home-direction-card.is-horoscope {
  --card-glow: rgba(234, 203, 130, .1);
  --card-ring: rgba(234, 203, 130, .15);
}

.home-direction-card:hover {
  transform: translateY(-8px);
  border-color: rgba(114, 234, 208, .36);
  background-color: rgba(10, 21, 38, .86);
}

.home-direction-card:hover::after {
  transform: translate(-1rem, -1rem) rotate(18deg);
}

.home-direction-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: rgba(255, 255, 255, .2);
  font-size: .7rem;
  font-weight: 900;
}

.home-direction-icon {
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 2.3rem;
  place-items: center;
  border: 1px solid var(--home-line);
  border-radius: 50%;
  color: var(--home-mint);
  background: rgba(114, 234, 208, .05);
  font-size: 1.15rem;
}

.home-direction-card h3 {
  margin: .6rem 0 .7rem;
  font-size: 1.55rem;
}

.home-direction-card p {
  margin-bottom: 1.4rem;
  font-size: .78rem;
}

.home-card-link {
  display: inline-flex;
  gap: .55rem;
  align-items: center;
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
}

.home-card-link i {
  color: var(--home-mint);
  transition: transform .25s ease;
}

.home-direction-card:hover .home-card-link i {
  transform: translateX(4px);
}

.home-dream-section {
  background:
    radial-gradient(circle at 18% 50%, rgba(147, 112, 255, .13), transparent 25rem),
    linear-gradient(180deg, transparent, rgba(8, 9, 25, .72), transparent);
}

.home-dream-shell {
  position: relative;
  display: grid;
  grid-template-columns: .7fr 1.1fr .65fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: 410px;
  padding: clamp(2rem, 4vw, 3.2rem);
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(13, 20, 42, .88), rgba(5, 10, 24, .82));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .22), inset 0 1px rgba(255, 255, 255, .04);
}

.home-dream-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .35;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .8) 0 1px, transparent 1.3px);
  background-size: 79px 79px;
  mask-image: linear-gradient(90deg, black, transparent 70%);
}

.home-dream-moon {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 190px);
  aspect-ratio: 1;
  place-items: center;
  margin: auto;
  border: 1px solid rgba(234, 203, 130, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 2.2rem rgba(147, 112, 255, .025), 0 0 0 4.5rem rgba(147, 112, 255, .015);
}

.home-dream-moon span {
  display: block;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, #f1dfa6, #a18ac8);
  box-shadow: 0 0 55px rgba(234, 203, 130, .22);
}

.home-dream-moon span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #10162d;
  transform: translate(28%, -12%);
}

.home-dream-copy {
  position: relative;
  z-index: 2;
}

.home-dream-copy h2 {
  font-size: clamp(2.35rem, 3.7vw, 3.6rem);
}

.home-dream-copy > p {
  max-width: 600px;
  margin: 1rem 0 1.5rem;
  font-size: .84rem;
}

.home-dream-search {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .7rem;
  align-items: center;
  max-width: 600px;
  padding: .45rem;
  border: 1px solid rgba(166, 219, 213, .22);
  border-radius: 16px;
  background: rgba(2, 7, 17, .58);
}

.home-dream-search > i {
  margin-left: .65rem;
  color: var(--home-mint);
}

.home-dream-search input {
  min-width: 0;
  padding: .75rem .2rem;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font-size: .82rem;
}

.home-dream-search input::placeholder {
  color: #808896;
}

.home-dream-search button {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 0;
  border-radius: 11px;
  color: #06100e;
  background: var(--home-mint);
}

.home-dream-symbols {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: 1rem;
}

.home-dream-symbols a {
  padding: .4rem .65rem;
  border: 1px solid var(--home-line);
  border-radius: 99px;
  color: var(--home-muted);
  font-size: .62rem;
  font-weight: 800;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease;
}

.home-dream-symbols a:hover {
  border-color: rgba(114, 234, 208, .36);
  color: #fff;
}

.home-dream-note {
  position: relative;
  z-index: 2;
  padding: 1.2rem;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .025);
}

.home-dream-note-icon {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 1.3rem;
  place-items: center;
  border-radius: 50%;
  color: var(--home-gold);
  background: rgba(234, 203, 130, .08);
}

.home-dream-note small,
.home-dream-note strong {
  display: block;
}

.home-dream-note small {
  color: var(--home-mint);
  font-size: .57rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-dream-note strong {
  margin: .35rem 0 .45rem;
  color: #fff;
  font-size: 1.4rem;
}

.home-dream-note p {
  margin-bottom: 0;
  font-size: .67rem;
}

.home-zodiac-shell {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 3rem;
  align-items: center;
}

.home-zodiac-copy {
  position: relative;
  z-index: 2;
}

.home-zodiac-copy p {
  max-width: 470px;
  margin: 1.2rem 0 1.5rem;
  font-size: .86rem;
}

.home-current-sign {
  display: flex;
  gap: .9rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.home-current-sign-symbol {
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  place-items: center;
  border: 1px solid rgba(147, 112, 255, .38);
  border-radius: 14px;
  color: #e9ddff;
  background: linear-gradient(145deg, #815ee8, #633fba);
  box-shadow: 0 0 28px rgba(147, 112, 255, .25);
  font-size: 1.65rem;
}

.home-current-sign small,
.home-current-sign strong {
  display: block;
}

.home-current-sign small {
  color: var(--home-muted);
  font-size: .63rem;
}

.home-current-sign strong {
  color: #fff;
  font-size: 1.1rem;
}

.home-zodiac-wheel {
  position: relative;
  width: min(100%, 470px);
  aspect-ratio: 1;
  margin-left: auto;
  border: 1px solid rgba(114, 234, 208, .11);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(114, 234, 208, .1), rgba(147, 112, 255, .045) 33%, transparent 64%);
  box-shadow: 0 0 0 2rem rgba(255, 255, 255, .008);
}

.home-wheel-orbit {
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 50%;
}

.home-wheel-orbit-two {
  inset: 29%;
  border-color: rgba(147, 112, 255, .12);
}

.home-wheel-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 7.5rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(114, 234, 208, .24);
  border-radius: 50%;
  color: var(--home-mint);
  background: rgba(7, 16, 29, .9);
  box-shadow: 0 0 48px rgba(114, 234, 208, .11);
  transform: translate(-50%, -50%);
}

.home-wheel-center i {
  font-size: 1.3rem;
}

.home-wheel-center span {
  margin-top: -1.8rem;
  color: #fff;
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.home-zodiac-sign {
  --angle: calc(var(--sign-index) * 30deg - 90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 3.45rem;
  height: 3.45rem;
  place-items: center;
  border: 1px solid rgba(166, 219, 213, .17);
  border-radius: 15px;
  color: #c8b9f1 !important;
  background: linear-gradient(145deg, rgba(18, 27, 47, .96), rgba(8, 13, 29, .96));
  box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
  text-decoration: none;
  transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-195px) rotate(var(--counter-angle));
  transition: color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.home-zodiac-sign span {
  display: block;
  font-size: 1.35rem;
  transition: transform .25s ease;
}

.home-zodiac-sign:hover,
.home-zodiac-sign.is-current {
  border-color: rgba(114, 234, 208, .55);
  color: #fff !important;
  box-shadow: 0 0 28px rgba(114, 234, 208, .18), 0 10px 24px rgba(0, 0, 0, .3);
}

.home-zodiac-sign:hover span {
  transform: scale(1.16);
}

.home-closing-section {
  padding-top: 3rem;
}

.home-closing {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 3rem 1.5rem;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 100%, rgba(114, 234, 208, .12), transparent 21rem),
    radial-gradient(circle at 20% 0, rgba(147, 112, 255, .12), transparent 18rem),
    rgba(8, 16, 30, .66);
  text-align: center;
}

.home-closing > i {
  display: grid;
  width: 3.3rem;
  height: 3.3rem;
  place-items: center;
  border: 1px solid rgba(114, 234, 208, .3);
  border-radius: 50%;
  color: var(--home-mint);
}

.home-closing > span {
  margin-top: 1rem;
  color: var(--home-mint);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-closing h2 {
  max-width: 750px;
  margin: .55rem 0 1.5rem;
}

.home-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.16, 1, .3, 1);
}

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

@keyframes homeCardBreathe {
  from { transform: translate3d(0, 4px, 0); }
  to { transform: translate3d(0, -10px, 0); }
}

@keyframes homeCardDrift {
  from { transform: translate3d(-5px, 0, 0) rotate(-.45deg); }
  to { transform: translate3d(5px, 0, 0) rotate(.45deg); }
}

@keyframes homeAura {
  50% { opacity: .65; transform: translate(-50%, -50%) scale(1.08); }
}

@media (max-width: 1100px) {
  .home-hero-grid {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 2rem;
  }

  .home-dream-shell {
    grid-template-columns: .55fr 1.2fr;
  }

  .home-dream-note {
    display: none;
  }

  .home-zodiac-sign {
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(max(-240px, -20vw)) rotate(var(--counter-angle));
  }
}

@media (max-width: 820px) {
  .home-hero {
    padding-top: 4rem;
  }

  .home-hero-grid,
  .home-zodiac-shell {
    grid-template-columns: 1fr;
  }

  .home-hero-copy {
    text-align: center;
  }

  .home-hero-copy > p {
    margin-right: auto;
    margin-left: auto;
  }

  .home-hero-actions,
  .arcania-home .hero-tags {
    justify-content: center;
  }

  .home-taro-stage {
    min-height: 450px;
  }

  .home-direction-grid {
    grid-template-columns: 1fr;
  }

  .home-direction-card {
    min-height: 270px;
  }

  .home-direction-icon {
    margin-bottom: 2rem;
  }

  .home-zodiac-copy {
    text-align: center;
  }

  .home-zodiac-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .home-current-sign {
    justify-content: center;
  }

  .home-zodiac-wheel {
    margin: 2rem auto 0;
  }

  .home-zodiac-sign {
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(max(-195px, -39vw)) rotate(var(--counter-angle));
  }
}

@media (max-width: 620px) {
  .arcania-home .container-fluid {
    width: min(100% - 28px, 1180px);
  }

  .home-hero {
    min-height: auto;
    padding: 3.5rem 0 4rem;
  }

  .home-hero h1 {
    font-size: clamp(3rem, 15vw, 4.25rem);
    letter-spacing: -.065em;
  }

  .home-hero-actions {
    display: grid;
    justify-items: center;
  }

  .home-taro-stage {
    min-height: 420px;
    margin: 0 -14px;
  }

  .home-taro-card {
    width: 140px;
    border-radius: 11px;
  }

  .home-orbit-one {
    width: 22rem;
    height: 14rem;
  }

  .home-orbit-two {
    width: 16rem;
    height: 23rem;
  }

  .home-taro-caption {
    bottom: .2rem;
  }

  .arcania-home .section-heading {
    display: block;
  }

  .arcania-home .section-heading p {
    margin-top: 1rem;
  }

  .home-direction-card {
    padding: 1.3rem;
  }

  .home-dream-shell {
    display: block;
    min-height: auto;
    padding: 1.4rem;
    border-radius: 22px;
  }

  .home-dream-moon {
    width: 120px;
    margin-bottom: 3rem;
    box-shadow: 0 0 0 1.5rem rgba(147, 112, 255, .025), 0 0 0 3rem rgba(147, 112, 255, .015);
  }

  .home-dream-copy {
    text-align: center;
  }

  .home-dream-symbols {
    justify-content: center;
  }

  .home-zodiac-wheel {
    width: calc(100vw - 28px);
  }

  .home-zodiac-sign {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 11px;
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(max(-240px, calc(-41vw + 11.5px))) rotate(var(--counter-angle));
  }

  .home-zodiac-sign span {
    font-size: 1rem;
  }

  .home-wheel-center {
    width: 5.5rem;
  }

  .home-closing {
    min-height: 320px;
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-taro-card,
  .home-taro-card-drift,
  .home-taro-card-visual,
  .home-taro-aura {
    animation: none;
  }

  .home-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
