.home-page {
  --home-ink: #2d252b;
  --home-muted: #71666e;
  --home-line: #eadfe6;
  --home-soft: #fff5fb;
  --home-soft-strong: #fce8f5;
  --home-purple: #47213d;
  --home-night: #25151f;
  --home-shadow: 0 18px 55px rgba(65, 35, 56, .08);
  overflow: clip;
  background: #fcfbfc;
  color: var(--home-ink);
}

/* The homepage has bright links under the sticky shell; keep them from
   showing through the header while the reader scrolls. */
.site-header {
  background: #fff;
}

.site-header .site-wordmark__zone,
.site-footer .site-wordmark__zone {
  color: #71666e;
}

.home-page svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-page a:focus-visible,
.home-page button:focus-visible,
.home-page input:focus-visible {
  outline: 3px solid rgba(192, 0, 143, .35);
  outline-offset: 3px;
}

.home-shell {
  width: min(100% - 3.2rem, 1180px);
  margin-inline: auto;
}

.home-section {
  padding-block: clamp(6.4rem, 8vw, 10rem);
}

.home-section--tinted {
  border-block: 1px solid #f2e5ed;
  background:
    radial-gradient(circle at 9% 15%, rgba(192, 0, 143, .07), transparent 25rem),
    linear-gradient(180deg, #fff8fc 0%, #fbf8fb 100%);
}

.home-kicker,
.home-eyebrow,
.home-panel__label {
  margin: 0 0 1rem;
  color: var(--prim);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: .75rem 1rem;
  border: 1px solid rgba(192, 0, 143, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 8px 25px rgba(99, 35, 80, .05);
}

.home-eyebrow span {
  font-size: 1.4rem;
}

.home-section-heading {
  max-width: 76rem;
  margin-bottom: clamp(3.2rem, 5vw, 5rem);
}

.home-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.home-section-heading--split {
  display: grid;
  grid-template-columns: minmax(28rem, .75fr) minmax(34rem, 1fr);
  align-items: end;
  max-width: none;
  gap: 4rem;
}

.home-section-heading h2,
.home-final-cta h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(3rem, 4.2vw, 4.8rem);
  font-weight: 790;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.home-section-heading > p:last-child,
.home-section-heading--split > p,
.home-final-cta p {
  margin: 1.5rem 0 0;
  color: var(--home-muted);
  font-size: clamp(1.65rem, 1.3vw, 1.9rem);
  line-height: 1.7;
}

.home-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 1.2rem 1.9rem;
  border: 1px solid transparent;
  border-radius: 1.2rem;
  font-size: 1.55rem;
  font-weight: 760;
  line-height: 1.25;
  text-align: center;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.home-button:hover {
  text-decoration: none;
}

.home-button svg {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: .6rem;
}

.home-button--primary {
  background: var(--prim);
  box-shadow: 0 12px 25px rgba(192, 0, 143, .19);
  color: #fff;
}

.home-button--primary:hover {
  background: #a6007d;
  color: #fff;
}

.home-button--secondary {
  border-color: #ddcbd6;
  background: rgba(255, 255, 255, .88);
  color: #513748;
}

.home-button--secondary:hover {
  border-color: rgba(192, 0, 143, .45);
  background: #fff;
  color: var(--prim);
}

.home-text-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--prim);
  font-weight: 740;
  line-height: 1.35;
}

.home-text-link--large {
  margin-top: auto;
  padding-top: 1.8rem;
  font-size: 1.6rem;
}

.home-text-link--light {
  color: #ff9bdf;
}

.home-text-link span {
  transition: transform .18s ease;
}

.home-text-link:hover span {
  transform: translateX(3px);
}

.home-section-action {
  margin: 3rem 0 0;
  text-align: center;
}

/* Hero */
.home-hero {
  position: relative;
  isolation: isolate;
  min-height: min(680px, calc(100svh - 68px));
  padding-block: clamp(5.8rem, 8vw, 9.2rem);
  border-bottom: 1px solid #f0e3eb;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 52%, rgba(192, 0, 143, .12), transparent 28rem),
    radial-gradient(circle at 12% 15%, rgba(236, 156, 214, .18), transparent 26rem),
    linear-gradient(135deg, #fff8fc 0%, #fff 48%, #fbf1f8 100%);
}

.home-hero::before,
.home-hero::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(192, 0, 143, .08);
  border-radius: 50%;
  content: "";
}

.home-hero::before {
  top: -18rem;
  left: -12rem;
  width: 42rem;
  height: 42rem;
}

.home-hero::after {
  right: -10rem;
  bottom: -24rem;
  width: 50rem;
  height: 50rem;
}

.home-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(38rem, .93fr);
  align-items: center;
  gap: clamp(4rem, 8vw, 10rem);
}

.home-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 69rem;
}

.home-hero h1 {
  max-width: 72rem;
  margin: 1.8rem 0 2rem;
  color: var(--home-ink);
  font-size: clamp(4rem, 5.8vw, 6.8rem);
  font-weight: 820;
  letter-spacing: -.06em;
  line-height: .99;
}

.home-hero__lead {
  max-width: 67rem;
  margin: 0;
  color: #665a62;
  font-size: clamp(1.75rem, 1.55vw, 2.05rem);
  line-height: 1.66;
}

.home-hero .home-actions {
  margin-top: 3rem;
}

.home-hero__quick {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 2rem;
  margin-top: 2.1rem;
}

.home-hero__quick a {
  position: relative;
  color: #66515f;
  font-size: 1.45rem;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(102, 81, 95, .25);
  text-underline-offset: .28em;
}

.home-hero__quick a + a::before {
  position: absolute;
  top: .25em;
  bottom: .2em;
  left: -1.05rem;
  width: 1px;
  background: #ddced7;
  content: "";
}

.home-hero__quick a:hover {
  color: var(--prim);
  text-decoration-color: currentColor;
}

.home-hero__visual {
  position: relative;
  min-height: 44rem;
}

.home-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30rem;
  height: 30rem;
  transform: translate(-50%, -50%);
}

.home-orbit::before {
  position: absolute;
  inset: 4.6rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #c0008f, #70205e);
  box-shadow: 0 35px 80px rgba(108, 22, 82, .2), inset 0 0 0 1px rgba(255, 255, 255, .3);
  content: "";
}

.home-orbit__ring {
  position: absolute;
  border: 1px solid rgba(192, 0, 143, .18);
  border-radius: 50%;
}

.home-orbit__ring--outer {
  inset: 0;
}

.home-orbit__ring--inner {
  inset: 2.4rem;
  border-style: dashed;
  transform: rotate(-15deg);
}

.home-orbit__core {
  position: absolute;
  inset: 4.6rem;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .06);
}

.home-orbit__star {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 3.8rem;
  height: 3.8rem;
  border: 1px solid rgba(192, 0, 143, .12);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 30px rgba(56, 29, 48, .08);
  color: var(--prim);
  font-size: 1.7rem;
}

.home-orbit__star--one {
  top: 1.5rem;
  left: 3.4rem;
}

.home-orbit__star--two {
  right: 1rem;
  bottom: 5rem;
}

.home-hero-fact {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  min-width: 18rem;
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(119, 74, 104, .1);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 45px rgba(57, 31, 48, .09);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #5a3d50;
  gap: 1rem;
}

.home-hero-fact svg {
  width: 3.2rem;
  height: 3.2rem;
  flex: 0 0 3.2rem;
  padding: .5rem;
  border-radius: 1rem;
  background: var(--home-soft);
  color: var(--prim);
}

.home-hero-fact span {
  display: flex;
  flex-direction: column;
  color: var(--home-muted);
  font-size: 1.25rem;
  line-height: 1.35;
}

.home-hero-fact strong {
  color: var(--home-ink);
  font-size: 1.5rem;
}

.home-hero-fact--cards {
  top: 3rem;
  left: 0;
}

.home-hero-fact--signs {
  top: 18rem;
  right: -1rem;
}

.home-hero-fact--dreams {
  bottom: 2rem;
  left: 2rem;
}

/* Main directions */
.home-directions {
  background: #fff;
}

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

.home-direction-card {
  grid-column: span 4;
  display: flex;
  min-width: 0;
  min-height: 23rem;
  padding: clamp(2rem, 2.4vw, 2.8rem);
  border: 1px solid var(--home-line);
  border-radius: 2rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 35px rgba(60, 35, 52, .04);
  color: var(--home-ink);
  gap: 1.7rem;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-direction-card:nth-child(-n + 2) {
  grid-column: span 6;
}

.home-direction-card:hover {
  border-color: rgba(192, 0, 143, .28);
  box-shadow: var(--home-shadow);
  color: var(--home-ink);
  text-decoration: none;
  transform: translateY(-3px);
}

.home-direction-card__icon {
  display: grid;
  width: 5rem;
  height: 5rem;
  flex: 0 0 5rem;
  place-items: center;
  border-radius: 1.5rem;
  background: var(--home-soft);
  color: var(--prim);
}

.home-direction-card__icon svg {
  width: 2.7rem;
  height: 2.7rem;
}

.home-direction-card--horoscope .home-direction-card__icon {
  background: #f5f0ff;
  color: #7554a1;
}

.home-direction-card--dreams .home-direction-card__icon {
  background: #eef4ff;
  color: #4d6791;
}

.home-direction-card--articles .home-direction-card__icon {
  background: #fff4e9;
  color: #a46129;
}

.home-direction-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.home-direction-card__meta {
  margin: .1rem 0 .7rem;
  color: var(--home-muted);
  font-size: 1.18rem;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-direction-card h3 {
  margin: 0;
  font-size: clamp(2rem, 2.1vw, 2.55rem);
  letter-spacing: -.025em;
  line-height: 1.15;
}

.home-direction-card p {
  margin: 1rem 0 1.6rem;
  color: var(--home-muted);
  line-height: 1.6;
}

.home-direction-card .home-text-link {
  margin-top: auto;
}

/* Tarot */
.home-tarot-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(34rem, .92fr);
  gap: 2rem;
}

.home-panel {
  min-width: 0;
  padding: clamp(2.4rem, 3.5vw, 4rem);
  border: 1px solid var(--home-line);
  border-radius: 2.4rem;
  background: #fff;
  box-shadow: 0 10px 35px rgba(62, 34, 54, .045);
}

.home-panel__icon {
  display: grid;
  width: 5.2rem;
  height: 5.2rem;
  margin-bottom: 2rem;
  place-items: center;
  border-radius: 1.6rem;
  background: var(--home-soft);
  color: var(--prim);
}

.home-panel__icon svg {
  width: 2.8rem;
  height: 2.8rem;
}

.home-panel h3,
.home-spreads-block h3,
.home-horoscope-periods h3,
.home-dream-feature h3 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(2.3rem, 2.7vw, 3.2rem);
  letter-spacing: -.035em;
  line-height: 1.14;
}

.home-panel > p:not(.home-panel__label),
.home-spreads-block__intro > p,
.home-horoscope-periods__note,
.home-dream-feature p:not(.home-panel__label) {
  margin: 1.3rem 0 0;
  color: var(--home-muted);
  line-height: 1.68;
}

.home-tarot-catalog {
  display: flex;
  flex-direction: column;
}

.home-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
}

.home-chip-list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: .6rem 1.1rem;
  border: 1px solid #ebdbe5;
  border-radius: 999px;
  background: #fffafd;
  color: #654355;
  font-size: 1.38rem;
  font-weight: 670;
}

.home-chip-list a:hover {
  border-color: rgba(192, 0, 143, .35);
  color: var(--prim);
  text-decoration: none;
}

.home-daily-card {
  display: grid;
  grid-template-columns: minmax(11rem, 14rem) minmax(0, 1fr);
  align-items: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(192, 0, 143, .11), transparent 14rem),
    #fff;
  gap: clamp(2rem, 3vw, 3.2rem);
}

.home-daily-card__visual {
  display: grid;
  min-height: 21rem;
  place-items: center;
}

.home-daily-card__visual img {
  width: min(100%, 13.2rem);
  height: auto;
  border-radius: 1.3rem;
  box-shadow: 0 20px 40px rgba(62, 28, 50, .17);
}

.home-daily-card__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.home-image-placeholder {
  display: grid;
  place-items: center;
  border: 1px solid rgba(192, 0, 143, .12);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .78), transparent 2.8rem),
    linear-gradient(145deg, #ffe9f7, #f9d6ec);
  color: var(--prim);
}

.home-image-placeholder--card {
  width: 12.8rem;
  aspect-ratio: 2 / 3;
  border-radius: 1.3rem;
  box-shadow: 0 20px 40px rgba(62, 28, 50, .12);
  font-size: 3rem;
}

.home-spreads-block {
  margin-top: 2rem;
  padding: clamp(2.4rem, 3.5vw, 4rem);
  border: 1px solid var(--home-line);
  border-radius: 2.4rem;
  background: rgba(255, 255, 255, .78);
}

.home-spreads-block__intro {
  display: grid;
  grid-template-columns: minmax(28rem, .85fr) minmax(34rem, 1fr);
  align-items: end;
  gap: 4rem;
}

.home-spread-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 2.8rem;
}

.home-spread-card {
  display: grid;
  grid-template-columns: 13.6rem minmax(0, 1fr);
  min-width: 0;
  padding: 1.3rem;
  border: 1px solid #ecdee7;
  border-radius: 1.8rem;
  background: #fff;
  color: var(--home-ink);
  gap: 1.5rem;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-spread-card:hover {
  border-color: rgba(192, 0, 143, .3);
  box-shadow: 0 16px 40px rgba(60, 32, 50, .08);
  color: var(--home-ink);
  text-decoration: none;
  transform: translateY(-2px);
}

.home-spread-card__visual {
  display: block;
  overflow: hidden;
  border-radius: 1.3rem;
  background: var(--home-soft);
}

.home-spread-card__visual img,
.home-image-placeholder--spread {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.home-image-placeholder--spread {
  font-size: 2.5rem;
}

.home-spread-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding-block: .4rem;
}

.home-spread-card__meta {
  color: var(--home-muted);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
}

.home-spread-card h4 {
  margin: .6rem 0 0;
  font-size: 1.75rem;
  letter-spacing: -.02em;
  line-height: 1.25;
}

.home-spread-card__description {
  display: -webkit-box;
  margin-top: .7rem;
  overflow: hidden;
  color: var(--home-muted);
  font-size: 1.35rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-spread-card .home-text-link {
  margin-top: auto;
  padding-top: 1rem;
  font-size: 1.35rem;
}

/* Horoscope */
.home-horoscope {
  background: #fff;
}

.home-horoscope-layout {
  display: grid;
  grid-template-columns: 26rem minmax(0, 1fr);
  align-items: stretch;
  gap: 2rem;
}

.home-horoscope-periods {
  padding: 2.6rem;
  border: 1px solid var(--home-line);
  border-radius: 2rem;
  background: linear-gradient(145deg, #fff8fc, #fff);
}

.home-horoscope-periods h3 {
  font-size: 2.5rem;
}

.home-horoscope-periods nav {
  display: grid;
  gap: .5rem;
  margin-top: 2rem;
}

.home-horoscope-periods nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: .8rem 1rem;
  border-radius: 1rem;
  color: #5f4e59;
  font-weight: 680;
}

.home-horoscope-periods nav a[aria-current],
.home-horoscope-periods nav a:hover {
  background: var(--home-soft-strong);
  color: var(--prim);
  text-decoration: none;
}

.home-horoscope-periods__note {
  padding-top: 1.5rem;
  border-top: 1px solid #ecdee7;
  font-size: 1.35rem;
}

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

.home-zodiac-card {
  display: flex;
  min-width: 0;
  min-height: 12.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.2rem .8rem;
  border: 1px solid var(--home-line);
  border-radius: 1.6rem;
  background: #fff;
  color: #493d45;
  text-align: center;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.home-zodiac-card:hover {
  border-color: rgba(192, 0, 143, .28);
  background: #fffafd;
  color: var(--prim);
  text-decoration: none;
  transform: translateY(-2px);
}

.home-zodiac-card img {
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: .6rem;
}

.home-zodiac-card > span {
  font-weight: 750;
  line-height: 1.3;
}

.home-zodiac-card small {
  margin-top: .25rem;
  color: var(--home-muted);
  font-size: 1.15rem;
}

/* Dream dictionary */
.home-section--night {
  position: relative;
  background:
    radial-gradient(circle at 88% 12%, rgba(218, 76, 177, .18), transparent 30rem),
    radial-gradient(circle at 10% 90%, rgba(113, 71, 137, .2), transparent 28rem),
    var(--home-night);
  color: #fff;
}

.home-section--night::before {
  position: absolute;
  top: 6rem;
  right: 8%;
  color: rgba(255, 255, 255, .12);
  content: "✦";
  font-size: 2.4rem;
}

.home-section-heading--light h2 {
  color: #fff;
}

.home-section-heading--light > p:last-child {
  color: #cfc0c9;
}

.home-section--night .home-kicker,
.home-section--night .home-panel__label {
  color: #f39bd6;
}

.home-dream-search {
  padding: clamp(2rem, 3vw, 3rem);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 2rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 25px 65px rgba(0, 0, 0, .18);
  color: var(--home-ink);
}

.home-dream-search > label {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.65rem;
  font-weight: 780;
}

.home-dream-search__row {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  border: 1px solid #d7cbd2;
  border-radius: 1.4rem;
  overflow: hidden;
  background: #fff;
}

.home-dream-search__row:focus-within {
  border-color: var(--prim);
  box-shadow: 0 0 0 3px rgba(192, 0, 143, .1);
}

.home-dream-search__row svg {
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 1.5rem;
  color: #897a83;
}

.home-dream-search input[type="search"] {
  min-width: 0;
  min-height: 54px;
  padding: 1rem 1.2rem;
  border: 0;
  background: transparent;
  color: var(--home-ink);
  font: inherit;
}

.home-dream-search input[type="search"]:focus {
  outline: 0;
}

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

.home-dream-search button {
  align-self: stretch;
  min-width: 17rem;
  padding: 1rem 1.8rem;
  border: 0;
  background: var(--prim);
  color: #fff;
  font: inherit;
  font-weight: 760;
  cursor: pointer;
}

.home-dream-search button:hover {
  background: #a6007d;
}

.home-dream-search > p {
  margin: 1rem 0 0;
  color: #7d7078;
  font-size: 1.35rem;
}

.home-dream-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
  margin-top: 1.6rem;
}

.home-dream-feature {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  min-height: 24rem;
  padding: clamp(2.2rem, 3vw, 3.2rem);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 2rem;
  background: rgba(255, 255, 255, .055);
  gap: 2rem;
}

.home-dream-feature h3 {
  color: #fff;
}

.home-dream-feature p:not(.home-panel__label) {
  color: #cdbfc8;
}

.home-dream-feature__icon {
  display: grid;
  width: 8.5rem;
  height: 8.5rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
  color: #f3acd9;
  font-family: Georgia, serif;
  font-size: 4.4rem;
}

.home-dream-feature--book {
  grid-template-columns: 12.8rem minmax(0, 1fr);
}

.home-dream-feature--book > img,
.home-image-placeholder--book {
  width: 12.8rem;
  height: 12.8rem;
  border-radius: 1.6rem;
  object-fit: cover;
}

.home-image-placeholder--book {
  border-color: rgba(255, 255, 255, .12);
  background: linear-gradient(145deg, rgba(237, 125, 201, .24), rgba(111, 64, 99, .3));
  color: #fff;
  font-family: Georgia, serif;
  font-size: 2.2rem;
}

.home-alphabet {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  margin-top: 2.2rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, .04);
  gap: 1.4rem;
}

.home-alphabet > span {
  padding-top: .65rem;
  color: #c9bac3;
  font-weight: 700;
}

.home-alphabet > div {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.home-alphabet a {
  display: grid;
  min-width: 3.5rem;
  min-height: 3.5rem;
  padding: .5rem .75rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .9rem;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
}

.home-alphabet a:hover {
  border-color: rgba(255, 155, 223, .5);
  background: rgba(255, 155, 223, .1);
  color: #ffb5e6;
  text-decoration: none;
}

.home-dream-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2.2rem;
  margin-top: 2.2rem;
}

.home-dream-links a {
  color: #fff;
  font-weight: 720;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .25);
  text-underline-offset: .3em;
}

.home-dream-links a:hover {
  color: #ff9bdf;
  text-decoration-color: currentColor;
}

/* Articles */
.home-articles {
  background: #fff;
}

.home-section-heading--split > p {
  margin: 0;
}

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

.home-article-card {
  min-width: 0;
  border: 1px solid var(--home-line);
  border-radius: 1.8rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 30px rgba(58, 32, 50, .045);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-article-card:hover {
  border-color: rgba(192, 0, 143, .28);
  box-shadow: var(--home-shadow);
  transform: translateY(-3px);
}

.home-article-card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: var(--home-ink);
}

.home-article-card > a:hover {
  color: var(--home-ink);
  text-decoration: none;
}

.home-article-card__visual {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--home-soft);
}

.home-article-card__visual img,
.home-image-placeholder--article {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-article-card__visual img {
  transition: transform .3s ease;
}

.home-article-card:hover .home-article-card__visual img {
  transform: scale(1.025);
}

.home-image-placeholder--article {
  border: 0;
  border-radius: 0;
}

.home-image-placeholder--article svg {
  width: 4.2rem;
  height: 4.2rem;
}

.home-article-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.8rem;
}

.home-article-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .6rem;
  color: var(--home-muted);
  font-size: 1.18rem;
  font-weight: 680;
}

.home-article-card__meta span {
  padding: .25rem .6rem;
  border-radius: 999px;
  background: var(--home-soft);
  color: #7d4769;
}

.home-article-card h3 {
  margin: 1rem 0 0;
  font-size: 1.9rem;
  letter-spacing: -.02em;
  line-height: 1.28;
}

.home-article-card__excerpt {
  display: -webkit-box;
  margin-top: .9rem;
  overflow: hidden;
  color: var(--home-muted);
  font-size: 1.4rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-article-card .home-text-link {
  margin-top: auto;
  padding-top: 1.5rem;
  font-size: 1.4rem;
}

/* Trust */
.home-trust {
  border-top: 1px solid #f0e4eb;
  background: linear-gradient(180deg, #fff9fc, #fcf8fb);
}

.home-trust__layout {
  display: grid;
  grid-template-columns: minmax(30rem, .76fr) minmax(0, 1.24fr);
  align-items: start;
  gap: clamp(4rem, 8vw, 9rem);
}

.home-trust .home-section-heading {
  margin-bottom: 0;
}

.home-trust__points {
  display: grid;
  gap: 1rem;
}

.home-trust__points article {
  display: grid;
  grid-template-columns: 4.6rem minmax(0, 1fr);
  padding: 2rem;
  border: 1px solid var(--home-line);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, .76);
  gap: 0 1.6rem;
}

.home-trust__points article > span {
  grid-row: 1 / span 2;
  display: grid;
  width: 4.6rem;
  height: 4.6rem;
  place-items: center;
  border-radius: 50%;
  background: var(--home-soft-strong);
  color: var(--prim);
  font-size: 1.25rem;
  font-weight: 800;
}

.home-trust__points h3 {
  margin: .1rem 0 0;
  font-size: 1.9rem;
  line-height: 1.3;
}

.home-trust__points p {
  margin: .6rem 0 0;
  color: var(--home-muted);
  line-height: 1.6;
}

.home-trust__footer {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(30rem, .8fr);
  align-items: center;
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--home-line);
  gap: 3rem;
}

.home-trust__footer > p {
  margin: 0;
  color: var(--home-muted);
  font-size: 1.4rem;
  line-height: 1.65;
}

.home-trust__footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .7rem 1.5rem;
}

.home-trust__footer a {
  color: #5f4354;
  font-size: 1.35rem;
  font-weight: 680;
  text-decoration: underline;
  text-decoration-color: rgba(95, 67, 84, .25);
  text-underline-offset: .25em;
}

.home-trust__footer a:hover {
  color: var(--prim);
  text-decoration-color: currentColor;
}

.home-final-cta {
  padding-block: clamp(4.5rem, 6vw, 7rem);
  background: #fff;
}

.home-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(2.8rem, 4.5vw, 5rem);
  border: 1px solid #ead9e4;
  border-radius: 2.4rem;
  background:
    radial-gradient(circle at 85% 20%, rgba(192, 0, 143, .09), transparent 22rem),
    linear-gradient(135deg, #fff8fc, #fff);
  box-shadow: 0 20px 60px rgba(69, 35, 58, .07);
  gap: 4rem;
}

.home-final-cta h2 {
  font-size: clamp(2.7rem, 3.5vw, 4rem);
}

.home-final-cta .home-kicker {
  margin-bottom: .7rem;
}

.home-final-cta .home-actions {
  flex: 0 0 auto;
}

.home-empty-state {
  margin: 0;
  padding: 2rem;
  color: var(--home-muted);
}

.home-empty-state--card {
  border: 1px solid var(--home-line);
  border-radius: 1.8rem;
  background: #fff;
  text-align: center;
}

.home-empty-state--card h3 {
  margin: 0;
  color: var(--home-ink);
  font-size: 2rem;
}

.home-empty-state--card p {
  margin: .6rem 0 0;
}

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

  .home-hero__visual {
    transform: scale(.9);
  }

  .home-direction-card {
    grid-column: span 6;
  }

  .home-direction-card:last-child {
    grid-column: span 12;
  }

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

  .home-spread-card {
    grid-template-columns: 14.4rem minmax(0, 1fr);
  }

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

  .home-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .home-hero {
    min-height: 0;
    padding-bottom: 4rem;
  }

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

  .home-hero__copy {
    max-width: 74rem;
  }

  .home-hero__visual {
    width: min(100%, 52rem);
    min-height: 34rem;
    margin-inline: auto;
    transform: none;
  }

  .home-orbit {
    width: 25rem;
    height: 25rem;
  }

  .home-orbit::before,
  .home-orbit__core {
    inset: 4rem;
  }

  .home-orbit__core {
    font-size: 7rem;
  }

  .home-hero-fact--cards {
    top: 1rem;
    left: 2%;
  }

  .home-hero-fact--signs {
    top: 13rem;
    right: 0;
  }

  .home-hero-fact--dreams {
    bottom: 0;
    left: 8%;
  }

  .home-section-heading--split,
  .home-spreads-block__intro,
  .home-trust__layout,
  .home-trust__footer {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .home-section-heading--split > p {
    max-width: 66rem;
  }

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

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

  .home-horoscope-periods nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .home-horoscope-periods nav a {
    justify-content: center;
    text-align: center;
  }

  .home-horoscope-periods nav a span {
    display: none;
  }

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

  .home-trust__footer nav {
    justify-content: flex-start;
  }

  .home-final-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .home-shell {
    width: min(100% - 2.4rem, 1180px);
  }

  .home-section {
    padding-block: 6rem;
  }

  .home-section-heading {
    margin-bottom: 3rem;
  }

  .home-section-heading h2,
  .home-final-cta h2 {
    font-size: 3rem;
  }

  .home-hero {
    padding-block: 4rem 3rem;
  }

  .home-hero h1 {
    font-size: clamp(3.6rem, 11.7vw, 5rem);
  }

  .home-hero__lead {
    font-size: 1.7rem;
  }

  .home-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .home-button {
    width: 100%;
  }

  .home-hero__quick {
    flex-direction: column;
    gap: .8rem;
  }

  .home-hero__quick a + a::before {
    display: none;
  }

  .home-hero__visual {
    min-height: 31rem;
  }

  .home-orbit {
    width: 20rem;
    height: 20rem;
  }

  .home-orbit::before,
  .home-orbit__core {
    inset: 3.4rem;
  }

  .home-orbit__ring--inner {
    inset: 1.8rem;
  }

  .home-orbit__core {
    font-size: 5.6rem;
  }

  .home-orbit__star {
    display: none;
  }

  .home-hero-fact {
    min-width: 15rem;
    padding: 1rem;
  }

  .home-hero-fact svg {
    width: 2.8rem;
    height: 2.8rem;
    flex-basis: 2.8rem;
  }

  .home-hero-fact strong {
    font-size: 1.35rem;
  }

  .home-hero-fact span {
    font-size: 1.1rem;
  }

  .home-hero-fact--cards {
    left: 0;
  }

  .home-hero-fact--signs {
    top: 11rem;
  }

  .home-hero-fact--dreams {
    left: 2%;
  }

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

  .home-direction-card,
  .home-direction-card:nth-child(-n + 2),
  .home-direction-card:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 2rem;
  }

  .home-direction-card h3 {
    font-size: 2.15rem;
  }

  .home-panel,
  .home-spreads-block {
    padding: 2.2rem;
    border-radius: 2rem;
  }

  .home-daily-card {
    grid-template-columns: 11.2rem minmax(0, 1fr);
    gap: 1.8rem;
  }

  .home-daily-card__visual {
    min-height: 17rem;
  }

  .home-daily-card__visual img,
  .home-image-placeholder--card {
    width: 11.2rem;
  }

  .home-panel h3,
  .home-spreads-block h3,
  .home-horoscope-periods h3,
  .home-dream-feature h3 {
    font-size: 2.35rem;
  }

  .home-spread-card {
    grid-template-columns: 11.2rem minmax(0, 1fr);
    gap: 1.2rem;
  }

  .home-spread-card__description {
    -webkit-line-clamp: 2;
  }

  .home-horoscope-periods {
    padding: 2rem;
  }

  .home-horoscope-periods nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-zodiac-card {
    min-height: 11rem;
  }

  .home-dream-search {
    padding: 1.6rem;
  }

  .home-dream-search__row {
    grid-template-columns: auto minmax(0, 1fr);
    overflow: visible;
    border: 0;
    background: transparent;
    gap: 0;
  }

  .home-dream-search__row svg {
    position: absolute;
    top: 1.7rem;
    left: 0;
    z-index: 2;
  }

  .home-dream-search input[type="search"] {
    grid-column: 1 / -1;
    width: 100%;
    padding-left: 4.5rem;
    border: 1px solid #d7cbd2;
    border-radius: 1.2rem;
    background: #fff;
  }

  .home-dream-search button {
    grid-column: 1 / -1;
    min-height: 50px;
    margin-top: .8rem;
    border-radius: 1.2rem;
  }

  .home-dream-feature {
    grid-template-columns: 7rem minmax(0, 1fr);
    min-height: 0;
    padding: 2rem;
    gap: 1.5rem;
  }

  .home-dream-feature__icon {
    width: 7rem;
    height: 7rem;
    font-size: 3.6rem;
  }

  .home-dream-feature--book {
    grid-template-columns: 11.2rem minmax(0, 1fr);
  }

  .home-dream-feature--book > img,
  .home-image-placeholder--book {
    width: 11.2rem;
    height: 11.2rem;
  }

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

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

  .home-trust__points article {
    grid-template-columns: 4.2rem minmax(0, 1fr);
    padding: 1.7rem;
    gap: 0 1.2rem;
  }

  .home-trust__points article > span {
    width: 4.2rem;
    height: 4.2rem;
  }

  .home-final-cta__inner {
    padding: 2.5rem 2rem;
  }
}

@media (max-width: 430px) {
  .home-direction-card__icon {
    width: 4.4rem;
    height: 4.4rem;
    flex-basis: 4.4rem;
  }

  .home-direction-card__icon svg {
    width: 2.4rem;
    height: 2.4rem;
  }

  .home-daily-card,
  .home-spread-card,
  .home-dream-feature,
  .home-dream-feature--book {
    grid-template-columns: 1fr;
  }

  .home-daily-card__visual {
    justify-content: start;
  }

  .home-spread-card__visual {
    width: 11.2rem;
  }

  .home-dream-feature__icon,
  .home-dream-feature--book > img,
  .home-image-placeholder--book {
    width: 9.6rem;
    height: 9.6rem;
  }

  .home-zodiac-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile usability pass: put useful actions before decorative and repeated content. */
@media (max-width: 640px) {
  .home-section {
    padding-block: 4.4rem;
  }

  .home-section-heading {
    margin-bottom: 2.2rem;
  }

  .home-section-heading h2,
  .home-final-cta h2 {
    font-size: 2.8rem;
    line-height: 1.12;
  }

  .home-section-heading > p,
  .home-section-heading--split > p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .home-section-action {
    margin-top: 2rem;
  }

  .home-hero {
    min-height: 0;
    padding-block: 2.4rem 3rem;
  }

  .home-hero__layout {
    display: block;
  }

  .home-hero__copy {
    max-width: none;
  }

  .home-eyebrow,
  .home-hero__visual {
    display: none;
  }

  .home-hero h1 {
    max-width: none;
    margin: 0;
    font-size: 3.2rem;
    letter-spacing: -.035em;
    line-height: 1.05;
    text-wrap: balance;
  }

  .home-hero__lead {
    max-width: none;
    margin-top: 1.4rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .home-hero .home-actions {
    display: block;
    margin-top: 1.8rem;
  }

  .home-hero .home-button {
    min-height: 50px;
  }

  .home-hero__quick {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
    margin-top: 1rem;
  }

  .home-hero__quick a {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: .8rem;
    border: 1px solid #ead5e3;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, .78);
    color: #5f3e54;
    font-size: 1.4rem;
    font-weight: 720;
    text-align: center;
    text-decoration: none;
  }

  .home-hero__quick a + a::before {
    display: none;
  }

  .home-directions {
    display: none;
  }

  .home-panel,
  .home-spreads-block {
    padding: 1.8rem;
  }

  .home-tarot-overview {
    gap: 1.4rem;
  }

  .home-daily-card {
    grid-template-columns: 9.6rem minmax(0, 1fr);
    align-items: center;
    order: -1;
    gap: 1.4rem;
  }

  .home-daily-card__visual {
    min-height: 14.4rem;
  }

  .home-daily-card__visual img,
  .home-image-placeholder--card {
    width: 9.6rem;
  }

  .home-daily-card__content > p:not(.home-panel__label) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .home-tarot-catalog .home-panel__icon {
    display: none;
  }

  .home-tarot-catalog > p:not(.home-panel__label) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .home-chip-list {
    flex-wrap: nowrap;
    margin-top: 1.4rem;
    padding-bottom: .5rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .home-chip-list a {
    flex: 0 0 auto;
  }

  .home-spreads-block {
    margin-top: 1.4rem;
  }

  .home-spreads-block__intro {
    display: block;
  }

  .home-spreads-block__intro > p {
    display: none;
  }

  .home-spread-grid,
  .home-article-grid,
  .home-trust__points {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 32rem);
    gap: 1.2rem;
    padding-bottom: .8rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: .1rem;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .home-spread-grid {
    margin-top: 2rem;
  }

  .home-spread-card {
    grid-template-columns: 9.6rem minmax(0, 1fr);
    align-items: start;
    min-height: 21rem;
    padding: 1.2rem;
    gap: 1.2rem;
    scroll-snap-align: start;
  }

  .home-spread-card__visual {
    width: auto;
  }

  .home-spread-card__description {
    -webkit-line-clamp: 2;
  }

  .home-horoscope-layout {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }

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

  .home-zodiac-card {
    min-height: 9.4rem;
    padding: .8rem .4rem;
  }

  .home-zodiac-card img {
    width: 4rem;
    height: 4rem;
    margin-bottom: .35rem;
  }

  .home-zodiac-card > span {
    font-size: 1.35rem;
  }

  .home-zodiac-card small {
    display: none;
  }

  .home-horoscope-periods {
    padding: 1.5rem;
  }

  .home-horoscope-periods h3 {
    font-size: 2rem;
  }

  .home-horoscope-periods nav {
    display: flex;
    gap: .6rem;
    margin-top: 1.2rem;
    padding-bottom: .3rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .home-horoscope-periods nav a {
    min-height: 44px;
    flex: 0 0 auto;
    padding-inline: 1.2rem;
    background: #fffafd;
  }

  .home-horoscope-periods__note {
    display: none;
  }

  .home-dream-feature-grid {
    gap: 1.2rem;
  }

  .home-dream-feature,
  .home-dream-feature--book {
    min-height: 0;
    padding: 1.6rem;
    gap: 1.3rem;
  }

  .home-dream-feature {
    grid-template-columns: 7rem minmax(0, 1fr);
  }

  .home-dream-feature--book {
    grid-template-columns: 9.6rem minmax(0, 1fr);
  }

  .home-dream-feature p:not(.home-panel__label) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .home-alphabet {
    display: block;
    margin-top: 1.4rem;
    padding: 1.4rem;
  }

  .home-alphabet > span {
    display: block;
    padding: 0;
  }

  .home-alphabet > div {
    flex-wrap: nowrap;
    margin-top: .9rem;
    padding-bottom: .4rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .home-alphabet a {
    min-width: 4.4rem;
    min-height: 4.4rem;
    flex: 0 0 4.4rem;
  }

  .home-dream-links {
    justify-content: flex-start;
    margin-top: 1.5rem;
  }

  .home-article-grid {
    grid-auto-columns: min(82vw, 30rem);
  }

  .home-article-card,
  .home-trust__points article {
    scroll-snap-align: start;
  }

  .home-article-card__excerpt {
    -webkit-line-clamp: 2;
  }

  .home-trust__points article {
    align-content: start;
  }

  .home-trust__footer {
    margin-top: 2rem;
    padding-top: 2rem;
    gap: 1.5rem;
  }

  .home-final-cta {
    display: none;
  }
}

@media (max-width: 350px) {
  .home-hero h1 {
    font-size: 3rem;
  }

  .home-hero__quick a {
    font-size: 1.3rem;
  }

  .home-daily-card {
    grid-template-columns: 8.4rem minmax(0, 1fr);
    gap: 1.2rem;
  }

  .home-daily-card__visual {
    min-height: 12.6rem;
  }

  .home-daily-card__visual img,
  .home-image-placeholder--card {
    width: 8.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page *,
  .home-page *::before,
  .home-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
