/* ============================================================
   THE COSMIC RESET · astrology store
   Palette only: purple #2C0A71 · yellow #FFDE59 · white #FFFFFF
   Type: Helvetica Neue. Space is authority.
   ============================================================ */

:root {
  --purple: #2C0A71;
  --purple-80: rgba(44, 10, 113, 0.80);
  --purple-55: rgba(44, 10, 113, 0.55);
  --purple-14: rgba(44, 10, 113, 0.14);
  --purple-08: rgba(44, 10, 113, 0.08);
  --yellow: #FFDE59;
  --white: #FFFFFF;
  --white-70: rgba(255, 255, 255, 0.70);
  --white-40: rgba(255, 255, 255, 0.40);
  --white-14: rgba(255, 255, 255, 0.14);

  --maxw: 1120px;
  --pad: clamp(22px, 6vw, 80px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font: "Helvetica Neue", Helvetica, "Inter", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body {
  font-family: var(--font); color: var(--purple); background: var(--white);
  line-height: 1.5; letter-spacing: -0.01em; overflow-x: hidden;
}
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ---------- shared type ---------- */
.eyebrow { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--white-70); margin-bottom: 20px; }
.eyebrow--dark { color: var(--purple-55); }
.accent { color: var(--yellow); }
.muted { color: var(--purple-55); }
.statement { font-weight: 700; font-size: clamp(2.4rem, 6vw, 4.6rem); line-height: 1.02; letter-spacing: -0.03em; }
.statement--sm { font-size: clamp(1.9rem, 4.4vw, 3.2rem); }

.section-head { max-width: 640px; margin-bottom: clamp(26px, 4vw, 44px); }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head__sub { margin-top: 18px; font-size: 1.08rem; line-height: 1.5; color: var(--purple-55); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5em;
  font-family: var(--font); font-size: 0.98rem; font-weight: 500; letter-spacing: -0.01em;
  padding: 0.85em 1.5em; border-radius: 100px; border: 0; cursor: pointer;
  transition: transform 0.4s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease), opacity 0.3s var(--ease), border-color 0.3s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn--yellow { background: var(--yellow); color: var(--purple); }
.btn--yellow:hover { opacity: 0.92; }
.btn--purple { background: var(--purple); color: var(--white); }
.btn--purple:hover { opacity: 0.9; }
.btn--ghost { background: transparent; color: var(--white); border: 1px solid var(--white-40); }
.btn--ghost:hover { border-color: var(--white); background: var(--white-14); }
.btn--sm { padding: 0.6em 1.15em; font-size: 0.9rem; }

/* zodiac sign graphic (transparent black PNG recoloured to currentColor) */
.zsign { display: inline-block; width: 1em; height: 1em; background-color: currentColor; flex: none;
  -webkit-mask: var(--zs) center / contain no-repeat; mask: var(--zs) center / contain no-repeat; }
.btn--soon { background: transparent; color: var(--purple-55); border: 1px solid var(--purple-14); }
.btn--soon:hover { color: var(--purple); border-color: var(--purple); }

/* ============================================================ NAV */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 100; border-bottom: 1px solid transparent;
  transition: background 0.4s var(--ease), backdrop-filter 0.4s var(--ease), border-color 0.4s var(--ease); }
.nav__inner { max-width: var(--maxw); margin: 0 auto; padding: 16px var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav.is-scrolled { background: rgba(255,255,255,0.72); backdrop-filter: saturate(160%) blur(18px); -webkit-backdrop-filter: saturate(160%) blur(18px); border-bottom-color: var(--purple-14); }
.nav .wordmark, .nav__links a { color: var(--white); transition: color 0.4s var(--ease); }
.nav.is-scrolled .wordmark, .nav.is-scrolled .nav__links a { color: var(--purple); }
.wordmark { display: inline-flex; align-items: center; gap: 0.5em; line-height: 1; }
.wordmark__logo { position: relative; width: 30px; height: 30px; flex: none; filter: drop-shadow(0 1px 1.5px rgba(0,0,0,0.30)); }
.wordmark__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transition: opacity 0.35s var(--ease); }
.wordmark__img--onLight { opacity: 0; }
.wordmark__img--onDark { opacity: 1; }
.nav.is-scrolled .wordmark__img--onLight { opacity: 1; }
.nav.is-scrolled .wordmark__img--onDark { opacity: 0; }
.nav.is-scrolled .wordmark__logo { filter: drop-shadow(0 1px 1px rgba(44,10,113,0.22)); }
.wordmark__the, .wordmark__main { text-shadow: 0 1px 1px rgba(0,0,0,0.22); }
.nav.is-scrolled .wordmark__the, .nav.is-scrolled .wordmark__main { text-shadow: 0 1px 0 rgba(255,255,255,0.6); }
.wordmark__the { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.34em; opacity: 0.75; }
.wordmark__main { font-size: 1.02rem; font-weight: 700; letter-spacing: 0.02em; }
.nav__links { display: flex; align-items: center; gap: clamp(14px, 2.2vw, 30px); }
.nav__links a { font-size: 0.9rem; opacity: 0.86; transition: opacity 0.25s var(--ease), color 0.4s var(--ease); }
.nav__links a:hover { opacity: 1; }
.nav__cta { border: 1px solid currentColor; border-radius: 100px; padding: 0.5em 1.1em; opacity: 1 !important; }
.nav.is-scrolled .nav__cta { border-color: var(--purple-14); }

/* ============================================================ HERO */
.hero { position: relative; background: var(--purple); color: var(--white); padding: clamp(96px, 13vh, 140px) 0 clamp(44px, 6vw, 76px); overflow: hidden; }
/* subtle cosmic depth: a soft glow pool + a scatter of stars (bright theme, kept faint) */
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: 0.55;
  background-image:
    radial-gradient(1.5px 1.5px at 18% 26%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1px 1px at 68% 62%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1px 1px at 82% 22%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1.5px 1.5px at 42% 78%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 54% 12%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 12% 66%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 90% 72%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1200px 600px at 70% 40%, rgba(255,222,89,0.06), transparent 60%);
  background-repeat: no-repeat;
}
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.hero__title { font-weight: 700; font-size: clamp(2.2rem, 5.4vw, 4rem); line-height: 1.02; letter-spacing: -0.03em; margin-bottom: 22px; max-width: 16ch; }
.hero__sub { font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.55; color: var(--white-70); max-width: 46ch; margin-bottom: 18px; }
.hero__micro { font-size: 0.98rem; font-weight: 500; color: var(--white); margin-bottom: 30px; }
.type { white-space: nowrap; }
.type__word { color: var(--yellow); font-weight: 500; }
.type__caret { color: var(--yellow); font-weight: 300; margin-left: 1px; animation: blink 1s step-end infinite; }
@keyframes blink { 50% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .type__caret { display: none; } }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.trust { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 34px; }
.trust li { position: relative; font-size: 0.82rem; color: var(--white-70); padding-left: 20px; }
.trust li::before { content: "✦"; position: absolute; left: 0; color: var(--yellow); font-size: 0.7rem; top: 1px; }

/* hero art (brand graphic blended into the purple background) */
.hero__art { position: relative; display: grid; place-items: center; }
.hero__art > * { grid-column: 1; grid-row: 1; }
.hero__art-aura { position: relative; z-index: 2; width: min(560px, 106%); aspect-ratio: 1; overflow: visible; pointer-events: none; }
.aura-ring { fill: none; stroke: rgba(255,255,255,0.20); stroke-width: 0.4; }
.aura-ring--dash { stroke: rgba(255,222,89,0.32); stroke-dasharray: 0.5 2.6; stroke-linecap: round; stroke-width: 0.5; }
.aura-dot { fill: var(--yellow); }
.aura-dot--white { fill: rgba(255,255,255,0.75); }
.aura-spin-cw, .aura-spin-ccw { transform-box: view-box; transform-origin: 50px 50px; }
@media (prefers-reduced-motion: no-preference) {
  .aura-spin-cw { animation: aspin 46s linear infinite; }
  .aura-spin-ccw { animation: aspin 72s linear infinite reverse; }
  @keyframes aspin { to { transform: rotate(360deg); } }
}
.hero__art-glow {
  position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; z-index: 0;
  background: radial-gradient(circle, rgba(255,222,89,0.22), rgba(120,80,220,0.14) 42%, transparent 70%);
  filter: blur(26px);
}
.hero__art-img {
  position: relative; z-index: 1; width: min(520px, 98%); height: auto; display: block;
  filter: saturate(1.14) brightness(1.06) contrast(1.03);
  -webkit-mask: radial-gradient(circle at 50% 47%, #000 46%, rgba(0,0,0,0.55) 62%, transparent 76%);
  mask: radial-gradient(circle at 50% 47%, #000 46%, rgba(0,0,0,0.55) 62%, transparent 76%);
}
@media (prefers-reduced-motion: no-preference) {
  .hero__art-img { animation: floaty 7.5s var(--ease) infinite; }
  @keyframes floaty { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-14px) rotate(0.6deg); } }
  .hero__art-glow { animation: glowpulse 6s var(--ease) infinite; }
  @keyframes glowpulse { 0%,100% { opacity: 0.7; transform: scale(1); } 50% { opacity: 1; transform: scale(1.06); } }
}

/* ============================================================ FORM FIELDS (shared) */
.field { text-align: left; }
.field label { display: block; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--purple-55); margin-bottom: 7px; }
.field__opt { text-transform: none; letter-spacing: 0; opacity: 0.7; }
.field select, .field input {
  appearance: none; -webkit-appearance: none; font-family: var(--font); font-size: 1rem; color: var(--purple);
  background: var(--white); border: 1px solid var(--purple-14); border-radius: 14px; padding: 0.8em 1em; cursor: pointer;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease); width: 100%;
}
.field select { padding-right: 2.4em; min-width: 150px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%232C0A71' stroke-width='1.6'/></svg>");
  background-repeat: no-repeat; background-position: right 1em center; }
.field input { cursor: text; }
.field select:focus, .field input:focus { outline: none; border-color: var(--purple); box-shadow: 0 0 0 4px var(--purple-08); }
.field--sm { flex: 0 0 auto; }
.field--sm select, .field--sm input { min-width: 96px; }

/* ============================================================ BIRTH CHART CALCULATOR */
.calc { background: var(--white); padding: clamp(44px, 7vh, 88px) 0; text-align: center; }
.calc__inner { max-width: 640px; margin: 0 auto; }
.calc__sub { margin-top: 16px; font-size: 1.08rem; color: var(--purple-55); }
.calc__form { margin: 36px auto 0; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; align-items: flex-end; }
.calc__form .btn { height: 52px; }
.field--place { position: relative; flex: 1 1 240px; text-align: left; }
.calc__hint { margin-top: 16px; font-size: 0.84rem; color: var(--purple-55); }

.place-results { position: absolute; top: 100%; left: 0; right: 0; z-index: 30; margin-top: 6px; list-style: none;
  background: var(--white); border: 1px solid var(--purple-14); border-radius: 14px; overflow: hidden auto; max-height: 260px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.14); }
.place-results li button { display: block; width: 100%; text-align: left; padding: 12px 14px; background: var(--white); border: 0;
  font-family: var(--font); font-size: 0.95rem; color: var(--purple); cursor: pointer; }
.place-results li button:hover { background: var(--purple-08); }

.chart { margin: 44px auto 0; max-width: 860px; text-align: left; opacity: 0; transform: translateY(12px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
.chart.is-show { opacity: 1; transform: none; }
.chart__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.chart__item { border: 1px solid var(--purple-14); border-radius: 18px; padding: 22px; display: flex; flex-direction: column; gap: 3px; }
.chart__glyph { width: 2rem; height: 2rem; margin-bottom: 8px; }
.chart__k { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--purple-55); }
.chart__v { font-size: 1.35rem; font-weight: 700; letter-spacing: -0.02em; }
.chart__note { font-size: 0.86rem; color: var(--purple-55); }
.chart__career { margin-top: 14px; border: 1px solid var(--purple-14); border-radius: 18px; padding: 22px 24px; background: var(--purple-08); }
.chart__career p { font-size: 1.1rem; margin: 8px 0 6px; }
.chart__career #rCareerG { width: 1.15rem; height: 1.15rem; vertical-align: -0.15em; }
.chart__cta { margin-top: 24px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.chart__src { font-size: 0.8rem; color: var(--purple-55); }

/* inline guide builder (lives inside the chart result) */
.chart__build { margin-top: 22px; border-top: 1px solid var(--purple-14); padding-top: 24px; }
.chart__buildtitle { font-size: 1.3rem; font-weight: 700; letter-spacing: -0.02em; }
.chart__buildsub { margin-top: 6px; font-size: 0.98rem; color: var(--purple-55); }
.buildrow { margin-top: 18px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 14px; }
.buildbuy { margin-top: 18px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.buildprice { font-size: 1.5rem; font-weight: 700; letter-spacing: -0.02em; }
.buildnote { margin-top: 12px; font-size: 0.82rem; color: var(--purple-55); }

/* ============================================================ PERSONALIZED BUILDER */
.build { background: var(--purple); color: var(--white); padding: clamp(70px, 11vh, 140px) 0; }
.build .eyebrow--dark { color: var(--white-40); }
.build .section-head__sub { color: var(--white-70); }
.builder { max-width: 900px; margin: clamp(28px, 4vw, 48px) auto 0; background: rgba(255,255,255,0.06);
  border: 1px solid var(--white-14); border-radius: 24px; padding: clamp(22px, 3vw, 36px); }
.builder__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 16px; }
.builder .field label { color: var(--white-70); }
.builder .field select, .builder .field input { min-width: 0; }
.field--grow { grid-column: 1 / -1; }
.builder__summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  margin-top: 6px; padding-top: 20px; border-top: 1px solid var(--white-14); }
.builder__line { color: var(--white-70); font-size: 1rem; }
.builder__buy { display: flex; align-items: center; gap: 16px; }
.builder__price { font-size: 1.5rem; font-weight: 700; letter-spacing: -0.02em; }
.builder__note { margin-top: 16px; font-size: 0.82rem; color: var(--white-40); }

/* ============================================================ SIGN EXPLORER */
.explorer { position: relative; background: var(--purple); color: var(--white); padding: clamp(80px, 13vh, 150px) 0; overflow: hidden; }
.explorer::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.4;
  background-image:
    radial-gradient(1px 1px at 24% 18%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1px 1px at 78% 30%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1.5px 1.5px at 60% 82%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 14% 74%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1px 1px at 88% 66%, rgba(255,255,255,0.4), transparent);
  background-repeat: no-repeat;
}
.explorer .wrap { position: relative; z-index: 1; }
.explorer .eyebrow--dark { color: var(--white-40); }
.explorer .section-head__sub { color: var(--white-70); }

.signbar { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(10px, 1.2vw, 16px); margin: 0 auto clamp(44px, 6vw, 68px); }
.signtile {
  position: relative; text-align: left; display: flex; flex-direction: column; gap: 4px;
  padding: 20px 20px 18px; border-radius: 18px; cursor: pointer; color: var(--white);
  background: rgba(255,255,255,0.05); border: 1px solid var(--white-14);
  transition: transform 0.35s var(--ease), background 0.35s var(--ease), color 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.signtile:hover { transform: translateY(-4px); background: rgba(255,255,255,0.11); box-shadow: 0 18px 40px rgba(0,0,0,0.22); }
.signtile.is-active { background: var(--yellow); color: var(--purple); border-color: var(--yellow); }
.signtile__glyph { width: 1.7rem; height: 1.7rem; margin-bottom: 8px; }
.signtile__name { font-size: 1.15rem; font-weight: 700; letter-spacing: -0.02em; }
.signtile__dates { font-size: 0.8rem; opacity: 0.7; }
.signtile__cta { margin-top: 10px; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.75; }
.signtile.is-active .signtile__cta { opacity: 1; }

/* selected sign panel */
.signpanel__head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.signpanel__glyph { width: 2.2rem; height: 2.2rem; }
.signpanel__name { font-size: 1.8rem; font-weight: 700; letter-spacing: -0.02em; }
.signpanel__meta { font-size: 0.9rem; color: var(--white-40); letter-spacing: 0.02em; }
.signgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: clamp(14px, 1.6vw, 20px); }

/* ============================================================ CARDS (shared across shelves) */
.card { position: relative; display: flex; flex-direction: column; min-height: 250px; padding: 24px 24px 20px;
  border-radius: 20px; background: var(--white); color: var(--purple); border: 1px solid transparent;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease); overflow: hidden; }
.card:not(.card--soon):hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(0,0,0,0.16); }
.card__top { display: flex; align-items: center; justify-content: space-between; }
.card__series { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--purple-55); }
.card__glyph { font-size: 1.3rem; line-height: 1; color: var(--purple); width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--purple-14); border-radius: 50%; }
.card__title { margin-top: 26px; font-size: 1.35rem; font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; }
.card__desc { margin-top: 10px; font-size: 0.95rem; color: var(--purple-55); line-height: 1.5; }
.card__foot { margin-top: auto; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.card__price { font-size: 1.05rem; font-weight: 700; letter-spacing: -0.02em; }
.card__soon { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--purple-55); }
.card:not(.card--soon)::after { content: "✦"; position: absolute; top: 22px; right: 74px; color: var(--yellow); font-size: 0.82rem; opacity: 0; transform: translateY(-4px); transition: opacity 0.4s var(--ease), transform 0.4s var(--ease); }
.card:not(.card--soon):hover::after { opacity: 1; transform: translateY(0); }

/* coming-soon cards inside the purple explorer */
.explorer .card--soon { background: rgba(255,255,255,0.06); border-color: var(--white-14); color: var(--white); }
.explorer .card--soon .card__series { color: var(--white-40); }
.explorer .card--soon .card__glyph { color: var(--white-70); border-color: var(--white-14); }
.explorer .card--soon .card__desc { color: var(--white-40); }
.explorer .card--soon .card__soon { color: var(--white-40); }
.explorer .card--feature { outline: 2px solid var(--yellow); outline-offset: -2px; }
.explorer .card--feature .card__series { color: var(--purple); }

/* ============================================================ SHELVES */
.shelf { padding: clamp(70px, 11vh, 140px) 0; }
.shelf--journals { background: var(--white); }
.shelf--quick { background: var(--white); border-top: 1px solid var(--purple-08); }
.grid { display: grid; gap: clamp(14px, 1.6vw, 22px); }
.grid--3 { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

/* bundle band */
.bundle { margin-top: clamp(22px, 3vw, 32px); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  background: var(--purple); color: var(--white); border-radius: 22px; padding: clamp(26px, 4vw, 40px); }
.bundle__tag { display: inline-block; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--purple); background: var(--yellow); padding: 4px 10px; border-radius: 100px; margin-bottom: 14px; }
.bundle__title { font-size: 1.7rem; font-weight: 700; letter-spacing: -0.02em; }
.bundle__desc { margin-top: 8px; color: var(--white-70); }
.bundle__buy { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.bundle__price { font-size: 1.3rem; font-weight: 700; }
.bundle__price s { color: var(--white-40); font-weight: 400; margin-right: 6px; }

/* ============================================================ HOW / TRUST */
.how { background: var(--purple); color: var(--white); padding: clamp(70px, 11vh, 140px) 0; }
.how .eyebrow--dark { color: var(--white-40); }
.how__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 40px); }
.how__tile { border-top: 1px solid var(--white-14); padding-top: 22px; }
.how__mark { color: var(--yellow); font-size: 1rem; display: block; margin-bottom: 16px; }
.how__tile h3 { font-size: 1.1rem; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 8px; }
.how__tile p { font-size: 0.94rem; color: var(--white-70); line-height: 1.5; }
.how__line { text-align: center; margin-top: clamp(48px, 7vw, 76px); font-size: 0.82rem; letter-spacing: 0.16em; text-transform: lowercase; color: var(--white-40); }

/* ============================================================ REVIEWS */
.reviews { background: var(--purple); color: var(--white); padding: clamp(48px, 8vh, 96px) 0; }
.reviews .eyebrow--dark { color: var(--white-40); }
.reviews__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(14px, 1.8vw, 22px); }
.review { background: rgba(255,255,255,0.05); border: 1px solid var(--white-14); border-radius: 20px; padding: 24px 24px; display: flex; flex-direction: column; gap: 12px; }
.review__stars { color: var(--yellow); letter-spacing: 3px; font-size: 0.95rem; }
.review blockquote { font-size: 1.05rem; line-height: 1.5; color: var(--white); }
.review figcaption { margin-top: auto; font-size: 0.9rem; color: var(--white-70); }

/* ============================================================ FAQ */
.faq { background: var(--purple); color: var(--white); padding: clamp(70px, 11vh, 140px) 0; }
.faq .eyebrow--dark { color: var(--white-40); }
.faq__inner { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.faq__list { display: grid; gap: 0; }
.faq details { border-top: 1px solid var(--white-14); padding: 4px 0; }
.faq details:last-child { border-bottom: 1px solid var(--white-14); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 0; font-size: 1.1rem; font-weight: 500; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--yellow); font-size: 1.4rem; line-height: 1; transition: transform 0.3s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 22px; color: var(--white-70); line-height: 1.55; max-width: 60ch; }

/* ============================================================ NEWSLETTER */
.reset { background: var(--white); padding: clamp(80px, 13vh, 170px) 0; }
.reset__inner { max-width: 640px; margin: 0 auto; text-align: center; }
.reset .eyebrow { color: var(--purple-55); }
.reset__title { font-size: clamp(2rem, 4.6vw, 3.4rem); font-weight: 700; line-height: 1.02; letter-spacing: -0.03em; }
.reset__sub { margin-top: 20px; font-size: 1.08rem; color: var(--purple-55); line-height: 1.5; }
.signup { margin: 36px auto 0; max-width: 520px; display: flex; gap: 10px; padding: 8px; border: 1px solid var(--purple-14); border-radius: 100px;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.signup:focus-within { border-color: var(--purple); box-shadow: 0 0 0 4px var(--purple-08); }
.signup input { flex: 1; border: 0; background: transparent; outline: none; font-family: var(--font); font-size: 1rem; color: var(--purple); padding: 0 18px; min-width: 0; }
.signup input::placeholder { color: var(--purple-55); }
.signup .btn { flex: none; }
.signup__note { margin-top: 16px; font-size: 0.86rem; color: var(--purple-55); }
.signup__note.is-ok { color: var(--purple); font-weight: 500; }

/* ============================================================ FOOTER */
.footer { background: var(--purple); color: var(--white); padding: clamp(56px, 8vw, 88px) 0 40px; }
.footer__inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.footer__logo { width: 40px; height: 40px; display: block; margin-bottom: 14px; }
.wordmark--footer { color: var(--white); flex-direction: column; align-items: flex-start; gap: 4px; }
.wordmark--footer .wordmark__main { font-size: 1.3rem; }
.footer__line { margin-top: 16px; font-size: 0.8rem; color: var(--white-40); letter-spacing: 0.1em; text-transform: lowercase; }
.footer__nav { display: grid; gap: 12px; text-align: right; }
.footer__nav a { font-size: 0.95rem; color: var(--white-70); transition: color 0.25s var(--ease); }
.footer__nav a:hover { color: var(--white); }
.footer__legal { max-width: var(--maxw); margin: clamp(48px, 7vw, 72px) auto 0; padding: 24px var(--pad) 0; border-top: 1px solid var(--white-14); font-size: 0.8rem; color: var(--white-40); }

/* ============================================================ CALC (birth chart) */
.calc__ordo { font-size: clamp(1.15rem, 2.2vw, 1.5rem); font-style: italic; color: var(--purple-55); margin-top: 4px; }
.calc__lead { max-width: 500px; margin: 12px auto 0; font-size: 0.98rem; line-height: 1.5; color: var(--purple-80); }
.calc__lead--em { color: var(--purple); }
.calc__topcta { margin-top: 18px; }

.calc__form { display: block; max-width: 460px; margin: clamp(22px, 3.5vw, 36px) auto 0; text-align: left; }
.calc__formhead { font-size: 1.05rem; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 14px; text-align: center; }
.calc__group { border: 0; padding: 0; margin: 0 0 14px; }
.calc__group legend { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--purple-55); margin-bottom: 8px; padding: 0; }
.calc__row { display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-end; }
.calc__row .field--place, .calc__group .field--place { flex: 1 1 100%; }
.calc__note { font-size: 0.86rem; color: var(--purple-55); align-self: center; }
.calc__form > .btn { width: 100%; justify-content: center; margin-top: 6px; }

.calc__loading { max-width: 460px; margin: 30px auto 0; text-align: center; }
.spinner { width: 30px; height: 30px; border-radius: 50%; border: 3px solid var(--purple-14); border-top-color: var(--purple); display: inline-block; animation: spin360 0.9s linear infinite; }
@keyframes spin360 { to { transform: rotate(360deg); } }
.calc__loadhead { margin-top: 14px; font-size: 1.05rem; font-weight: 700; }

/* result */
.result { max-width: 600px; margin: clamp(28px, 4vw, 44px) auto 0; text-align: center;
  opacity: 0; transform: translateY(12px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
.result.is-show { opacity: 1; transform: none; }
.result__eyebrow { font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--purple-55); }
.result__label { margin-top: 8px; font-size: 1rem; color: var(--purple-55); }
.result__sign { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 6px 0 2px; }
.result__glyph { width: 2.6rem; height: 2.6rem; color: var(--purple); }
.result__name { font-size: clamp(2rem, 6vw, 3.2rem); font-weight: 700; letter-spacing: -0.02em; text-transform: uppercase; line-height: 1; }
.result__desc { max-width: 480px; margin: 14px auto 0; font-size: 0.96rem; line-height: 1.55; color: var(--purple-80); }
.result__h { margin-top: clamp(26px, 3.5vw, 40px); font-size: clamp(1.35rem, 3vw, 1.9rem); font-weight: 700; letter-spacing: -0.02em; }
.result__p { max-width: 480px; margin: 12px auto 0; font-size: 0.95rem; color: var(--purple-55); line-height: 1.5; }
.result__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin-top: 22px; text-align: left; }
.rcard { border: 1px solid var(--purple-14); border-radius: 16px; padding: 15px 16px; display: flex; flex-direction: column; gap: 5px; }
.rcard__k { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--purple-55); }
.rcard__v { font-size: 1.2rem; font-weight: 700; letter-spacing: -0.02em; }
.rcard__d { font-size: 0.88rem; color: var(--purple-55); line-height: 1.45; }
.result__cta { display: flex; flex-wrap: wrap; gap: 14px 32px; justify-content: center; margin-top: 24px; }
.result__ctacol { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.result__price { font-size: 0.82rem; color: var(--purple-55); }
.result__full { margin-top: 24px; background: transparent; border: 0; cursor: pointer; font-family: var(--font); font-size: 0.95rem; font-weight: 500; color: var(--purple); border-bottom: 1px solid var(--purple-14); padding-bottom: 3px; transition: border-color 0.25s var(--ease); }
.result__full:hover { border-color: var(--purple); }

/* full chart modal */
.fchart__card { width: min(760px, 100%); }
.fchart__angles { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 14px 0 20px; padding-bottom: 16px; border-bottom: 1px solid var(--purple-14); }
.fchart__angles span { font-size: 0.95rem; color: var(--purple-80); }
.fchart__angles b { font-weight: 700; }
.fchart__cols { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(20px, 3vw, 40px); }
.fchart__h { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--purple-55); margin-bottom: 12px; }
.fchart__hsub { text-transform: none; letter-spacing: 0; opacity: 0.7; }
.prow { display: grid; grid-template-columns: 1.4rem 1fr auto; gap: 10px; align-items: baseline; padding: 8px 0; border-top: 1px solid var(--purple-08); font-size: 0.95rem; }
.prow:first-child { border-top: 0; }
.prow__glyph { font-size: 1.1rem; color: var(--purple); }
.prow__name { font-weight: 500; }
.prow__pos { color: var(--purple-80); }
.prow__pos .retro { color: #b23a48; font-weight: 700; font-size: 0.8rem; margin-left: 4px; }
.prow__house { color: var(--purple-55); font-size: 0.82rem; text-align: right; white-space: nowrap; }
.hrow { display: flex; justify-content: space-between; padding: 7px 0; border-top: 1px solid var(--purple-08); font-size: 0.92rem; }
.hrow:first-child { border-top: 0; }
.hrow__n { color: var(--purple-55); }
.hrow__s { font-weight: 500; }
.fchart__save { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--purple-14); }
.fchart__savehead { font-size: 1.05rem; font-weight: 700; }
.fchart__google { margin-top: 12px; }
.fchart__emailsave { margin-top: 12px; display: flex; gap: 10px; }
.fchart__emailsave input { flex: 1; font-family: var(--font); font-size: 1rem; color: var(--purple); background: var(--white); border: 1px solid var(--purple-14); border-radius: 12px; padding: 0.7em 1em; }
.fchart__emailsave input:focus { outline: none; border-color: var(--purple); box-shadow: 0 0 0 4px var(--purple-08); }

/* Sun / Moon / Rising top cards in the popup */
.fbig { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 14px 0 4px; }
.fbig__c { border: 1px solid var(--purple-14); border-radius: 16px; padding: 14px 12px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 3px; }
.fbig__g { width: 1.9rem; height: 1.9rem; color: var(--purple); margin-bottom: 4px; }
.fbig__k { font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--purple-55); }
.fbig__v { font-size: 1.15rem; font-weight: 700; letter-spacing: -0.02em; }
.fbig__d { font-size: 0.78rem; color: var(--purple-55); line-height: 1.35; }
.hrow__n { color: var(--purple-80); font-size: 0.9rem; }
.hrow__area { color: var(--purple-55); }
.fchart__cta { margin-top: 20px; width: 100%; justify-content: center; }

/* ============================================================ INSTAGRAM */
.ig { background: var(--white); padding: clamp(44px, 7vh, 88px) 0; }
.ig__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.ig__tile { position: relative; aspect-ratio: 1; border-radius: 14px; overflow: hidden; display: grid; place-items: center; background: radial-gradient(120% 120% at 30% 20%, #3b1a8f, #2C0A71); }
.ig__tile--photo { background-size: cover; background-position: center; }
.ig__ov { position: absolute; inset: 0; background: rgba(44,10,113,0.10); transition: background 0.3s var(--ease); }
.ig__tile:hover .ig__ov { background: rgba(44,10,113,0); }
.ig__mark { position: relative; z-index: 1; width: 42%; height: 42%; color: #fff; }
.ig__cta { text-align: center; margin-top: 24px; }

/* ============================================================ SHOP (marketplace) */
.shop-hero { position: relative; background: var(--purple); color: var(--white); text-align: center; padding: clamp(96px, 13vh, 140px) 0 clamp(24px, 4vw, 40px); overflow: hidden; }
.shop-hero__in { position: relative; z-index: 1; }
.shop-hero h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 700; letter-spacing: -0.03em; }
.shop-hero p { margin-top: 12px; color: var(--white-70); font-size: 1.05rem; }
.tabs { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.86); backdrop-filter: saturate(160%) blur(16px); -webkit-backdrop-filter: saturate(160%) blur(16px); border-bottom: 1px solid var(--purple-14); }
.tabs__in { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; padding: 14px var(--pad); max-width: var(--maxw); margin: 0 auto; }
.tab { padding: 0.55em 1.15em; border-radius: 100px; border: 1px solid var(--purple-14); background: var(--white); color: var(--purple); font-family: var(--font); font-size: 0.9rem; cursor: pointer; white-space: nowrap; transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); }
.tab:hover { border-color: var(--purple); }
.tab.is-active { background: var(--purple); color: var(--white); border-color: var(--purple); }
.shopwrap { padding: clamp(24px, 4vw, 44px) 0 clamp(56px, 9vw, 100px); }
.shoplayout { display: grid; grid-template-columns: 264px 1fr; gap: clamp(22px, 3.5vw, 44px); align-items: start; }
.shoptabs { display: flex; flex-direction: column; gap: 10px; position: sticky; top: 82px; }
.shoptab { text-align: left; display: flex; gap: 13px; align-items: flex-start; padding: 15px 16px; border: 1px solid var(--purple-14); border-radius: 18px; background: var(--white); cursor: pointer; font-family: var(--font); transition: border-color .3s var(--ease), background .3s var(--ease), transform .3s var(--ease); }
.shoptab:hover { transform: translateX(2px); border-color: var(--purple); }
.shoptab.is-active { background: var(--purple); border-color: var(--purple); }
.shoptab__num { font-size: 0.78rem; font-weight: 700; color: var(--purple-55); padding-top: 2px; }
.shoptab.is-active .shoptab__num { color: var(--yellow); }
.shoptab__body { display: flex; flex-direction: column; gap: 4px; }
.shoptab__title { font-size: 1.05rem; font-weight: 700; letter-spacing: -0.02em; color: var(--purple); }
.shoptab.is-active .shoptab__title { color: var(--white); }
.shoptab__tag { font-size: 0.8rem; color: var(--purple-55); line-height: 1.35; }
.shoptab.is-active .shoptab__tag { color: var(--white-70); }
.shoptab__meta { display: flex; align-items: center; gap: 10px; margin-top: 3px; }
.shoptab__price { font-size: 0.85rem; font-weight: 700; color: var(--purple); }
.shoptab.is-active .shoptab__price { color: var(--white); }
.shoptab__depth { display: inline-flex; gap: 3px; }
.shoptab__depth i { width: 6px; height: 6px; border-radius: 50%; background: var(--purple-14); display: inline-block; }
.shoptab.is-active .shoptab__depth i { background: rgba(255,255,255,0.28); }
.shoptab__depth i.on { background: var(--yellow); }
.shoptab.is-active .shoptab__depth i.on { background: var(--yellow); }
.shopmain { min-width: 0; }
.pcard__art--sign { display: grid; place-items: center; }
.pcard__sign { width: 46%; height: 46%; background-color: #fff; }

/* compact sign / guide tiles */
.stilegrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(138px, 1fr)); gap: 12px; }
.stile { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 20px 14px 15px; border: 1px solid var(--purple-14); border-radius: 18px; background: var(--white); cursor: pointer; font-family: var(--font); transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease); }
.stile:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(0,0,0,0.12); border-color: var(--purple); }
.stile__g { width: 2.4rem; height: 2.4rem; background-color: var(--purple); }
.stile__img { width: 3rem; height: 3rem; border-radius: 12px; background-size: cover; background-position: center; }
.stile__n { font-size: 1rem; font-weight: 700; letter-spacing: -0.01em; color: var(--purple); text-align: center; line-height: 1.15; }
.stile__soon { position: absolute; top: 8px; right: 8px; font-size: 0.56rem; letter-spacing: 0.1em; text-transform: uppercase; background: #e7e7ea; color: #8a8a92; padding: 3px 7px; border-radius: 100px; }
.stile__best { position: absolute; top: 8px; right: 8px; font-size: 0.56rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; background: var(--yellow); color: var(--purple); padding: 3px 7px; border-radius: 100px; }
/* coming-soon: clearly greyed out and inert-looking */
.stile--soon { background: #f4f4f6; border-color: #e4e4e8; cursor: default; }
.stile--soon .stile__g { background-color: #b9b9c0; }
.stile--soon .stile__img { filter: grayscale(1); opacity: 0.5; }
.stile--soon .stile__n { color: #a3a3ac; }
.stile--soon:hover { transform: none; box-shadow: none; border-color: #e4e4e8; }

/* guide info popup */
.signmodal__head { display: flex; align-items: center; gap: 14px; margin-bottom: 4px; }
.signmodal__glyph { width: 2.4rem; height: 2.4rem; background-color: var(--purple); flex: none; }
.signmodal__h { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--purple-55); margin: 18px 0 8px; }
.signmodal__why { font-size: 0.98rem; line-height: 1.55; color: var(--purple-80); }
.signmodal__inside { list-style: none; display: grid; gap: 8px; margin: 0; padding: 0; }
.signmodal__inside li { position: relative; padding-left: 22px; font-size: 0.95rem; color: var(--purple-80); }
.signmodal__inside li::before { content: "✦"; position: absolute; left: 0; color: var(--yellow); font-size: 0.8rem; top: 1px; }
.signmodal__soon { font-size: 1rem; font-weight: 600; color: var(--purple-55); text-align: center; padding: 12px 0; }
#signModal .btn { margin-top: 16px; width: 100%; justify-content: center; }
#signModal .field { margin-top: 4px; }
@media (max-width: 760px) {
  .shoplayout { grid-template-columns: 1fr; gap: 16px; }
  .shoptabs { position: static; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .shoptab { flex-direction: column; align-items: flex-start; gap: 4px; padding: 10px 11px; border-radius: 14px; min-width: 0; }
  .shoptab__num { padding-top: 0; font-size: 0.66rem; }
  .shoptab__body { gap: 3px; }
  .shoptab__title { font-size: 0.82rem; line-height: 1.12; letter-spacing: -0.01em; }
  .shoptab__tag { display: none; }
  .shoptab__meta { margin-top: 1px; gap: 7px; }
  .shoptab__price { font-size: 0.78rem; }
  .shoptab:hover { transform: none; }
}
.pgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(238px, 1fr)); gap: clamp(14px, 1.8vw, 22px); }
.pcard { border: 1px solid var(--purple-14); border-radius: 20px; overflow: hidden; background: var(--white); display: flex; flex-direction: column; transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.pcard:hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(0,0,0,0.15); }
.pcard__art { position: relative; aspect-ratio: 4 / 3; background: radial-gradient(120% 120% at 30% 20%, #3b1a8f, #2C0A71); display: grid; place-items: center; }
.pcard__art svg { width: 40%; height: 40%; }
.pcard__art--photo { background-size: cover; background-position: center; }
.pcard__art-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(44,10,113,0.05), rgba(44,10,113,0.32)); }
.pcard__tag { position: absolute; z-index: 2; top: 12px; left: 12px; background: var(--yellow); color: var(--purple); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; padding: 4px 9px; border-radius: 100px; }
.pcard__body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.pcard__cat { font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--purple-55); }
.pcard__title { font-size: 1.12rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; }
.pcard__desc { font-size: 0.88rem; color: var(--purple-55); line-height: 1.45; flex: 1; }
.pcard__stars { color: var(--yellow); font-size: 0.82rem; letter-spacing: 2px; }
.pcard__soon { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--purple-55); }
.modal__rzp { margin-top: 14px; display: flex; justify-content: center; }
.modal__rzp:empty { margin-top: 0; }
.pcard__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; }
.pcard__price { font-size: 1.15rem; font-weight: 700; letter-spacing: -0.02em; }

/* ============================================================ MODAL */
.modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 18px; }
.modal[hidden] { display: none; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(20,4,50,0.55); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.modal__card { position: relative; z-index: 1; width: min(520px, 100%); max-height: 90vh; overflow-y: auto; background: var(--white); border-radius: 24px; padding: clamp(22px, 4vw, 34px); text-align: left; }
.modal__x { position: absolute; top: 12px; right: 14px; border: 0; background: transparent; font-size: 1.6rem; line-height: 1; color: var(--purple-55); cursor: pointer; }
.modal__eyebrow { font-size: 0.64rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--purple-55); }
.modal__title { font-size: 1.5rem; font-weight: 700; letter-spacing: -0.02em; margin-top: 4px; }
.modal__price { font-size: 1.1rem; font-weight: 700; margin-top: 8px; }
.modal__birth { margin-top: 18px; border-top: 1px solid var(--purple-14); padding-top: 16px; }
.modal__hint { font-size: 0.88rem; color: var(--purple-55); margin-bottom: 12px; }
.mrow { display: flex; flex-wrap: wrap; gap: 10px; }
.mrow .field { flex: 1 1 90px; }
.modal .field { margin-top: 12px; }
.modal .field--place { position: relative; }
.modal .btn { margin-top: 18px; width: 100%; justify-content: center; }
.modal__note { margin-top: 12px; font-size: 0.8rem; color: var(--purple-55); text-align: center; }

/* ============================================================ PAST (coming soon) */
.past { position: relative; min-height: 100svh; background: var(--purple); color: var(--white); display: grid; place-items: center; text-align: center; padding: 120px var(--pad) 72px; overflow: hidden; }
.past__in { position: relative; z-index: 1; max-width: 640px; }
.past__soon { display: inline-block; border: 1px solid var(--white-40); border-radius: 100px; padding: 0.5em 1.2em; letter-spacing: 0.22em; text-transform: uppercase; font-size: 0.72rem; color: var(--white-70); margin-bottom: 26px; }
.past h1 { font-size: clamp(2.4rem, 7vw, 4.6rem); font-weight: 700; letter-spacing: -0.035em; line-height: 1.02; }
.past__sub { margin-top: 20px; color: var(--white-70); font-size: 1.12rem; line-height: 1.5; }
.past__back { position: absolute; top: 26px; left: var(--pad); z-index: 2; color: var(--white-70); font-size: 0.9rem; }
.past__back:hover { color: var(--white); }
/* make the notify pill visible on the purple background */
.past .signup { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.42); }
.past .signup:focus-within { border-color: var(--white); box-shadow: 0 0 0 4px rgba(255,255,255,0.12); }
.past .signup input { color: var(--white); }
.past .signup input::placeholder { color: rgba(255,255,255,0.6); }

/* ============================================================ TOAST */
.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 24px); z-index: 200; max-width: min(92vw, 460px);
  background: var(--purple); color: var(--white); padding: 15px 22px; border-radius: 100px; font-size: 0.95rem; line-height: 1.35; text-align: center;
  box-shadow: 0 18px 46px rgba(0,0,0,0.32); opacity: 0; pointer-events: none; transition: opacity 0.4s var(--ease), transform 0.4s var(--ease); }
.toast.is-show { opacity: 1; transform: translate(-50%, 0); }
.toast b { color: var(--yellow); font-weight: 500; }

/* ============================================================ REVEAL */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } * { scroll-behavior: auto; } }

/* ============================================================ RESPONSIVE */
@media (max-width: 900px) {
  /* art becomes a faint top-right accent so the headline + CTA get the prime space */
  .hero { padding-top: clamp(92px, 15vh, 130px); }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__content { position: relative; z-index: 2; }
  .hero__art { position: absolute; top: -30px; right: -120px; width: 360px; margin: 0; opacity: 0.30; pointer-events: none; }
  .hero__art-img { width: 360px; }
  .hero__art-glow { display: none; }
  .how__grid { grid-template-columns: repeat(2, 1fr); }
  .faq__inner { grid-template-columns: 1fr; }
  .signbar { grid-template-columns: repeat(3, 1fr); }
  .builder__row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .nav__links a:not(.nav__cta):not(.nav__keep) { display: none; }
  .nav__inner { padding-left: 16px; padding-right: 16px; gap: 12px; }
  .nav__links { gap: 13px; }
  .nav__keep { font-size: 0.85rem; font-weight: 600; opacity: 1 !important; }
  .nav__cta { padding: 0.45em 0.95em; font-size: 0.85rem; }
  .wordmark__main { white-space: nowrap; }
  .nav__cta, .nav__keep { white-space: nowrap; }
  .calc__form { flex-direction: column; align-items: stretch; }
  .field select { width: 100%; }
  /* stop flex-basis from forcing the place field 240px tall (it pushed the city list far below) */
  .field--sm, .field--place { flex: 0 0 auto; }
  .how__grid { grid-template-columns: 1fr; }
  .signup { flex-direction: column; border-radius: 22px; padding: 12px; }
  .signup .btn { justify-content: center; }
  .signbar { grid-template-columns: repeat(2, 1fr); }
  /* denser, readable chart: glyph left, label + value + meaning stacked right */
  .fchart__cols { grid-template-columns: 1fr; }
  .result__sign { flex-direction: column; gap: 8px; }
  .chart__grid { grid-template-columns: 1fr; gap: 10px; }
  .chart__item { display: grid; grid-template-columns: auto 1fr; grid-template-areas: "g k" "g v" "g n"; column-gap: 14px; row-gap: 2px; align-items: center; padding: 14px 16px; }
  .chart__glyph { grid-area: g; width: 2rem; height: 2rem; margin: 0; }
  .chart__k { grid-area: k; font-size: 0.72rem; }
  .chart__v { grid-area: v; font-size: 1.2rem; }
  .chart__note { grid-area: n; font-size: 0.9rem; }
  .chart__career { padding: 16px 18px; }
  .chart__career p { font-size: 1.02rem; }
  .builder__row { grid-template-columns: 1fr; }
  .buildrow { grid-template-columns: 1fr; }
  .pgrid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .pcard__body { padding: 13px 13px 15px; gap: 5px; }
  .pcard__title { font-size: 1rem; }
  .pcard__desc { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 0.82rem; }
  .pcard__cat { font-size: 0.58rem; }
  .ig__grid { grid-template-columns: repeat(3, 1fr); }
  .bundle { flex-direction: column; align-items: flex-start; }
  .footer__inner { flex-direction: column; }
  .footer__nav { text-align: left; }
}

/* ---- mobile sizing pass: tighter type + spacing on phones ---- */
@media (max-width: 640px) {
  .eyebrow { font-size: 0.62rem; letter-spacing: 0.16em; margin-bottom: 12px; }
  /* hero */
  .hero { padding: 78px 0 38px; }
  .hero__title { font-size: 1.82rem; line-height: 1.07; margin-bottom: 14px; max-width: 22ch; }
  .hero__sub { font-size: 1rem; line-height: 1.5; margin-bottom: 16px; }
  .hero__actions { gap: 10px; }
  .btn { font-size: 0.92rem; padding: 0.82em 1.3em; }
  /* headings */
  .statement { font-size: 2rem; line-height: 1.07; }
  .statement--sm { font-size: 1.5rem; }
  .reset__title, .result__name { font-size: 1.85rem; }
  .section-head { margin-bottom: 20px; }
  .section-head__sub { font-size: 0.98rem; margin-top: 10px; }
  /* section vertical rhythm */
  .calc { padding: 46px 0; }
  .reviews { padding: 44px 0; }
  .ig { padding: 44px 0; }
  .reset { padding: 54px 0; }
  .shelf, .how, .faq, .explorer, .build { padding: 50px 0; }
  .footer { padding: 46px 0 30px; }
  .footer__legal { margin-top: 32px; }
  .calc__form { margin-top: 22px; }
  /* shop */
  .shop-hero { padding: 78px 0 18px; }
  .shop-hero h1 { font-size: 1.9rem; }
  .shop-hero p { font-size: 1rem; margin-top: 8px; }
  .shopwrap { padding: 18px 0 54px; }
  /* past-lives */
  .past { padding: 70px 0 54px; }
  .past h1 { font-size: 2rem; }
  /* shop sign tiles: tighter */
  .stilegrid { gap: 10px; }
  .stile { padding: 15px 11px 12px; gap: 6px; }
  .stile__g { width: 2rem; height: 2rem; }
  .stile__img { width: 2.5rem; height: 2.5rem; }
  .stile__n { font-size: 0.92rem; }
  .stile__soon, .stile__best { font-size: 0.52rem; padding: 2px 6px; }
}
@media (max-width: 412px) {
  .wordmark__the { display: none; }
  .wordmark__main { font-size: 0.95rem; }
  .nav__inner { gap: 8px; }
  .nav__links { gap: 11px; }
}
@media (max-width: 400px) {
  .hero__title { font-size: 1.66rem; }
  .statement { font-size: 1.8rem; }
  .statement--sm { font-size: 1.4rem; }
  .shop-hero h1 { font-size: 1.72rem; }
  .stilegrid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   MONTHLY HOROSCOPE
   ============================================================ */
.horo-hero { position: relative; background: var(--purple); color: var(--white); padding: clamp(96px, 13vh, 140px) 0 clamp(40px, 6vw, 72px); overflow: hidden; }
.horo-hero::before { content: ""; position: absolute; inset: 0; background:
  radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,.5), transparent),
  radial-gradient(1px 1px at 70% 20%, rgba(255,255,255,.4), transparent),
  radial-gradient(1.5px 1.5px at 85% 60%, rgba(255,222,89,.5), transparent),
  radial-gradient(1px 1px at 40% 80%, rgba(255,255,255,.35), transparent),
  radial-gradient(1px 1px at 55% 45%, rgba(255,255,255,.3), transparent); opacity: .8; pointer-events: none; }
.horo-hero__in { position: relative; z-index: 1; max-width: 780px; }
.horo-hero__title { font-weight: 700; font-size: clamp(2.1rem, 5vw, 3.7rem); line-height: 1.04; letter-spacing: -0.03em; margin-bottom: 16px; max-width: 18ch; }
.horo-hero__sub { font-size: clamp(1.02rem, 1.4vw, 1.22rem); line-height: 1.55; color: var(--white-70); max-width: 52ch; margin-bottom: clamp(24px, 3.5vw, 38px); }

.signpick-card { background: var(--white); border-radius: 22px; padding: clamp(16px, 2.4vw, 24px); box-shadow: 0 24px 60px rgba(0,0,0,0.28); }
.signpick { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.spick { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 14px 8px 12px; border: 1px solid var(--purple-14); border-radius: 15px; background: var(--white); cursor: pointer; font-family: var(--font); transition: transform .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease); }
.spick:hover { transform: translateY(-3px); border-color: var(--purple); }
.spick__glyph { width: 1.9rem; height: 1.9rem; background-color: var(--purple); -webkit-mask: var(--zs) center/contain no-repeat; mask: var(--zs) center/contain no-repeat; transition: background-color .3s var(--ease); }
.spick__name { font-size: 0.9rem; font-weight: 700; color: var(--purple); letter-spacing: -0.01em; }
.spick__dates { font-size: 0.64rem; color: var(--purple-55); letter-spacing: 0.01em; }
.spick.is-active { background: var(--purple); border-color: var(--purple); }
.spick.is-active .spick__glyph { background-color: var(--yellow); }
.spick.is-active .spick__name { color: var(--white); }
.spick.is-active .spick__dates { color: var(--white-70); }
.signpick__hint { margin-top: 14px; text-align: center; font-size: 0.92rem; color: var(--purple-55); }
.signpick__hint a { color: var(--purple); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

.horo-read { background: var(--white); padding: clamp(28px, 4.5vw, 56px) 0 clamp(20px, 3vw, 40px); }
.horo-empty { text-align: center; color: var(--purple-55); font-size: 1.05rem; padding: clamp(20px, 4vw, 48px) 0; }

/* reading header */
.horohead { position: relative; border-radius: 26px; overflow: hidden; background: linear-gradient(135deg, #3b1a8f, #2C0A71); color: var(--white); margin-bottom: clamp(18px, 2.5vw, 28px); }
.horohead::before { content: ""; position: absolute; inset: 0; background-image: var(--img); background-size: cover; background-position: center; opacity: 0.16; mix-blend-mode: screen; }
.horohead__in { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(16px, 3vw, 34px); padding: clamp(22px, 3.5vw, 40px); }
.horohead__glyph { display: grid; place-items: center; flex: none; width: clamp(66px, 13vw, 86px); height: clamp(66px, 13vw, 86px); border-radius: 22px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); box-shadow: inset 0 1px 0 rgba(255,255,255,0.14); font-size: clamp(2.5rem, 5.4vw, 3.6rem); line-height: 1; color: var(--yellow); }
.horohead__el { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--white-70); }
.horohead__name { font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 700; letter-spacing: -0.03em; line-height: 1.02; margin: 6px 0 8px; }
.horohead__key { font-size: clamp(1.05rem, 1.8vw, 1.35rem); font-weight: 600; color: var(--yellow); font-style: italic; }
.horohead__mood { font-size: 0.95rem; color: var(--white-70); margin-top: 4px; }
.horohead__rates { display: grid; gap: 9px; }
.hrate { display: flex; align-items: center; gap: 8px; }
.hrate__ico { width: 18px; height: 18px; color: var(--white-70); flex: none; }
.hrate__ico svg { width: 100%; height: 100%; }
.hrate__label { font-size: 0.82rem; color: var(--white-70); width: 52px; }
.hrate__dots { display: inline-flex; gap: 4px; }
.hrate__dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--white-14); }
.hrate__dots i.on { background: var(--yellow); }

/* section cards */
.hsections { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(12px, 1.6vw, 18px); }
.hcard { border: 1px solid var(--purple-14); border-radius: 20px; padding: clamp(18px, 2.4vw, 26px); background: var(--white); }
.hcard--overall, .hcard--wide { grid-column: 1 / -1; }
.hcard__icon { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--purple-08); color: var(--purple); margin-bottom: 13px; }
.hcard__icon svg { width: 21px; height: 21px; }
.hcard--overall .hcard__icon, .hcard--lucky .hcard__icon { background: var(--purple); color: var(--yellow); }
.hcard__title { font-size: 1.15rem; font-weight: 700; letter-spacing: -0.02em; color: var(--purple); margin-bottom: 8px; }
.hcard__text { font-size: 1rem; line-height: 1.62; color: var(--purple-80); }
.hcard--lucky { background: linear-gradient(160deg, #fffdf3, #fff8dc); border-color: rgba(255,222,89,0.7); }
.luckchips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.luckchip { font-size: 0.9rem; font-weight: 700; color: var(--purple); background: var(--yellow); padding: 6px 13px; border-radius: 100px; }

.horo-cta { margin-top: clamp(20px, 3vw, 32px); text-align: center; background: var(--purple-08); border-radius: 20px; padding: clamp(22px, 3.5vw, 34px); }
.horo-cta p { font-size: 1.1rem; color: var(--purple); margin-bottom: 16px; }
.horo-cta b { font-weight: 700; }

/* sky strip */
.sky { background: var(--white); padding: clamp(44px, 7vh, 88px) 0; border-top: 1px solid var(--purple-08); }
.skystrip { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.6vw, 18px); }
.skycard { display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--purple-14); border-radius: 18px; padding: 18px; background: var(--white); }
.skycard__icon { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--purple); display: grid; place-items: center; }
.skyglyph { color: var(--yellow); font-size: 1.5rem; line-height: 1; }
.skymoon { width: 22px; height: 22px; border-radius: 50%; }
.skymoon--full { background: var(--yellow); box-shadow: 0 0 10px rgba(255,222,89,0.6); }
.skymoon--new { background: #14063a; border: 1.5px solid var(--white-40); }
.skycard__body { display: flex; flex-direction: column; gap: 2px; }
.skycard__when { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--yellow); font-weight: 700; }
.skycard__when { color: #a06be0; }
.skycard__title { font-size: 1.05rem; font-weight: 700; letter-spacing: -0.02em; color: var(--purple); }
.skycard__text { font-size: 0.92rem; line-height: 1.5; color: var(--purple-55); margin-top: 3px; }

@media (max-width: 860px) {
  .signpick { grid-template-columns: repeat(4, 1fr); }
  .skystrip { grid-template-columns: repeat(2, 1fr); }
  .horohead__in { grid-template-columns: auto 1fr; grid-template-areas: "glyph id" "rates rates"; row-gap: 18px; }
  .horohead__glyph { grid-area: glyph; }
  .horohead__id { grid-area: id; }
  .horohead__rates { grid-area: rates; grid-template-columns: repeat(3, 1fr); gap: 12px; border-top: 1px solid var(--white-14); padding-top: 16px; }
  .hrate { flex-direction: column; align-items: flex-start; gap: 5px; }
  .hrate__label { width: auto; }
}
@media (max-width: 560px) {
  .signpick { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .hsections { grid-template-columns: 1fr; }
  .skystrip { grid-template-columns: 1fr; }
  .horohead__rates { grid-template-columns: repeat(3, 1fr); }
  .spick__dates { font-size: 0.6rem; }
}

/* horoscope: nav offset + mobile refinements */
#reading, .horohead { scroll-margin-top: 82px; }
@media (max-width: 560px) {
  .horo-hero { padding: 78px 0 34px; }
  .horo-hero__title { font-size: 1.9rem; line-height: 1.08; }
  .horo-hero__sub { font-size: 1rem; }
  .signpick-card { padding: 12px; border-radius: 18px; }
  .signpick { gap: 7px; }
  .spick { padding: 12px 6px 10px; border-radius: 13px; }
  .spick__glyph { width: 1.7rem; height: 1.7rem; }
  .spick__name { font-size: 0.82rem; }
  .horohead { border-radius: 20px; }
  .horohead__in { padding: 20px 18px; gap: 15px; }
  .horohead__glyph { width: 60px; height: 60px; border-radius: 16px; font-size: 2.4rem; }
  .horohead__name { font-size: 1.7rem; }
  .horohead__key { font-size: 1.05rem; }
  .horohead__rates { gap: 8px; padding-top: 14px; }
  .hrate__ico { width: 16px; height: 16px; }
  .hrate__label { font-size: 0.76rem; }
  .hcard { padding: 18px 17px; border-radius: 17px; }
  .hcard__text { font-size: 0.96rem; line-height: 1.6; }
  .hcard__title { font-size: 1.08rem; }
  .horo-cta p { font-size: 1rem; }
  .skycard { padding: 15px; }
}

/* mobile: match horoscope's floating-card baseline on the home calculator */
@media (max-width: 640px) {
  .calc { padding: 42px 0 46px; background: #f6f5fb; }
  .calc__inner { max-width: 440px; }
  .calc__form {
    background: var(--white);
    border: 1px solid var(--purple-14);
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(44, 10, 113, 0.12);
    padding: 22px 18px 24px;
    margin-top: 20px;
  }
  .calc__group { margin-bottom: 16px; }
}
