:root {
  --bg: #0A0614;
  --bg-mid: #150E28;
  --bg-elevated: #1C1435;
  --gold: #E8A820;
  --gold-bright: #FFD87A;
  --gold-dim: #B8860B;
  --gold-deep: #A95D13;
  --gold-glow: rgba(232, 168, 32, 0.2);
  --gold-border: rgba(232, 168, 32, 0.32);
  --gold-hairline: rgba(232, 168, 32, 0.14);
  --text: rgba(255, 248, 240, 0.94);
  --text-secondary: rgba(255, 248, 240, 0.62);
  --text-muted: rgba(255, 248, 240, 0.38);
  --glass: rgba(30, 15, 50, 0.5);
  --glass-border: rgba(232, 168, 32, 0.22);
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Outfit", system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --max: 1180px;
  --nav-h: 72px;
  --sticky-h: 72px;
  --safe-b: env(safe-area-inset-bottom, 0px);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  min-height: 100vh;
  padding-bottom: calc(var(--sticky-h) + var(--safe-b) + 4px);
}
@media (min-width: 900px) {
  body { padding-bottom: 0; }
}
body.has-cursor { cursor: none; }
body.has-cursor a,
body.has-cursor button,
body.has-cursor [data-cursor="hover"] { cursor: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
em { font-style: italic; color: var(--gold-bright); }
button, input { font: inherit; }
::selection { background: rgba(232, 168, 32, 0.35); color: #fff8f0; }
.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;
}
.cursor { position: fixed; inset: 0; pointer-events: none; z-index: 10000; display: none; }
body.has-cursor .cursor { display: block; }
.cursor-dot {
  position: fixed; top: 0; left: 0; width: 6px; height: 6px;
  margin: -3px 0 0 -3px; border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 12px rgba(255, 216, 122, 0.8);
  will-change: transform;
}
.cursor-ring {
  position: fixed; top: 0; left: 0; width: 40px; height: 40px;
  margin: -20px 0 0 -20px; border-radius: 50%;
  border: 1px solid rgba(232, 168, 32, 0.45);
  transition: width 0.3s, height 0.3s, margin 0.3s, border-color 0.3s, background 0.3s;
  will-change: transform;
}
body.cursor-hover .cursor-ring {
  width: 64px; height: 64px; margin: -32px 0 0 -32px;
  border-color: rgba(232, 168, 32, 0.7);
  background: rgba(232, 168, 32, 0.08);
}
body.cursor-hover .cursor-dot { transform: scale(0.5); opacity: 0.6; }
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 200; pointer-events: none;
}
.scroll-progress-bar {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--gold-dim), var(--gold-bright));
  box-shadow: 0 0 12px rgba(232, 168, 32, 0.5);
}
.loader {
  position: fixed; inset: 0; z-index: 9999;
  display: grid; place-items: center;
  background: var(--bg);
  transition: opacity 0.7s var(--ease), visibility 0.7s;
}
.loader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-mark {
  position: relative; width: 72px; height: 72px;
  display: grid; place-items: center; margin-bottom: 1.25rem;
}
.loader-mark img {
  width: 48px; height: 48px; border-radius: 12px;
  filter: drop-shadow(0 0 24px rgba(232, 168, 32, 0.5));
  animation: loader-pulse 1.4s ease-in-out infinite;
}
.loader-ring {
  position: absolute; inset: -4px; border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: var(--gold);
  border-right-color: rgba(232, 168, 32, 0.2);
  animation: spin 1s linear infinite;
}
.loader-word {
  font-family: var(--font-serif);
  font-size: 1.5rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-bright); opacity: 0.85;
}
@keyframes loader-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.04); opacity: 0.85; }
}
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .loader { transition: opacity 0.15s linear, visibility 0.15s; }
  .loader-mark img,
  .loader-ring { animation: none !important; }
}
.cosmic-bg {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
  background:
    radial-gradient(ellipse 90% 55% at 15% -5%, rgba(90, 40, 140, 0.4), transparent 55%),
    radial-gradient(ellipse 70% 45% at 95% 15%, rgba(70, 30, 100, 0.35), transparent 50%),
    radial-gradient(ellipse 60% 40% at 50% 105%, rgba(40, 15, 70, 0.55), transparent 55%),
    radial-gradient(ellipse 40% 30% at 70% 60%, rgba(232, 168, 32, 0.05), transparent 50%),
    var(--bg);
}
.starfield { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.9; }
.orb {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.5;
  animation: orb-drift 30s var(--ease) infinite alternate; will-change: transform;
}
.orb-a {
  width: 520px; height: 520px; top: -12%; right: -8%;
  background: radial-gradient(circle, rgba(232, 168, 32, 0.24), transparent 70%);
  animation-duration: 34s;
}
.orb-b {
  width: 400px; height: 400px; bottom: 10%; left: -10%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.3), transparent 70%);
  animation-duration: 26s; animation-delay: -8s;
}
.orb-c {
  width: 300px; height: 300px; top: 40%; left: 45%;
  background: radial-gradient(circle, rgba(232, 168, 32, 0.09), transparent 70%);
  animation-duration: 40s; animation-delay: -4s;
}
.orb-d {
  width: 240px; height: 240px; top: 20%; left: 20%;
  background: radial-gradient(circle, rgba(232, 114, 154, 0.1), transparent 70%);
  animation-duration: 28s; animation-delay: -12s;
}
@keyframes orb-drift {
  0% { transform: translate(0, 0) scale(1); }
100% { transform: translate(50px, -40px) scale(1.1); }
}
.vignette {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 70% at 50% 40%, transparent 40%, rgba(10, 6, 20, 0.65) 100%);
}
.grain {
  position: absolute; inset: 0; opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px; mix-blend-mode: overlay;
}
.container { width: min(100% - 1.5rem, var(--max)); margin-inline: auto; }
.container.narrow { width: min(100% - 1.5rem, 640px); }
main, .nav, .footer, .sticky-cta { position: relative; z-index: 1; }
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--nav-h);
  border-bottom: 1px solid transparent;
  background: transparent;
  transition: background 0.4s var(--ease), border-color 0.4s, backdrop-filter 0.4s;
}
.nav.is-scrolled {
  background: rgba(10, 6, 20, 0.78);
  border-bottom-color: var(--gold-hairline);
  backdrop-filter: blur(24px) saturate(1.3);
  -webkit-backdrop-filter: blur(24px) saturate(1.3);
}
.nav-inner {
  height: 100%; width: min(100% - 1.5rem, var(--max));
  margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand {
  display: inline-flex; align-items: center; gap: 0.65rem;
  font-family: var(--font-serif); font-size: 1.3rem; font-weight: 500;
}
.brand-mark {
  width: 34px; height: 34px; border-radius: 9px; object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(232, 168, 32, 0.4));
  transition: filter 0.3s, transform 0.3s;
}
.brand:hover .brand-mark {
  filter: drop-shadow(0 0 20px rgba(232, 168, 32, 0.65));
  transform: scale(1.04);
}
.nav-links { display: none; align-items: center; gap: 1.75rem; }
@media (min-width: 860px) { .nav-links { display: flex; }
}
.nav-links a {
  position: relative; font-size: 0.875rem; font-weight: 450;
  color: var(--text-secondary); transition: color 0.25s;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -4px; width: 100%; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: right;
  transition: transform 0.35s var(--ease);
}
.nav-links a:hover, .nav-links a.is-active { color: var(--gold-bright); }
.nav-links a:hover::after, .nav-links a.is-active::after {
  transform: scaleX(1); transform-origin: left;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--font-sans); font-weight: 600; letter-spacing: 0.01em;
  border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; white-space: nowrap; position: relative; overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.3s, background 0.3s, border-color 0.3s, color 0.3s;
  -webkit-tap-highlight-color: transparent; touch-action: manipulation;
  will-change: transform;
}
.btn.magnetic {
  transition: transform 0.45s var(--ease), box-shadow 0.3s, background 0.3s, border-color 0.3s, color 0.3s;
}
.btn-sm { padding: 0.55rem 1.15rem; font-size: 0.8125rem; min-height: 40px; }
.btn-lg { padding: 0.9rem 1.4rem; font-size: 0.9375rem; min-height: 52px; }
.btn-gold {
  background: linear-gradient(165deg, var(--gold-bright) 0%, var(--gold) 42%, var(--gold-dim) 100%);
  color: #1a1028;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.14) inset, 0 1px 0 rgba(255,255,255,0.22) inset, 0 8px 32px rgba(232,168,32,0.28);
}
.btn-gold::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.35) 50%, transparent 60%);
  transform: translateX(-120%); transition: transform 0.6s var(--ease);
}
.btn-gold:hover::before { transform: translateX(120%); }
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.18) inset, 0 14px 40px rgba(232,168,32,0.4);
}
.btn-ghost {
  background: rgba(255,248,240,0.03); color: var(--text-secondary);
  border-color: var(--gold-border); backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  color: var(--text); border-color: var(--gold);
  background: rgba(232,168,32,0.08); transform: translateY(-2px);
}
.btn-icon, .btn-label { position: relative; z-index: 1; }
.btn-stack { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.15; text-align: left; position: relative; z-index: 1; }
.btn-kicker { font-size: 0.62rem; font-weight: 500; opacity: 0.8; }
.btn-main { font-size: 1.02rem; font-weight: 700; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-size: 0.72rem; font-weight: 550; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 1.15rem;
}
.eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
  animation: pulse-dot 2.4s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: 0.5; transform: scale(0.8); }
}
.section { padding: 4.5rem 0; }
@media (min-width: 800px) { .section { padding: 7rem 0; }
}
.section-header { max-width: 38rem; margin-bottom: 2.5rem; }
.section-header.center { text-align: center; margin-inline: auto; }
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 500; line-height: 1.12; letter-spacing: -0.025em;
  margin-bottom: 1rem; color: var(--text);
}
.section-sub {
  font-size: 1.05rem; font-weight: 350; color: var(--text-secondary);
  line-height: 1.7; max-width: 34rem;
}
.section-header.center .section-sub { margin-inline: auto; }
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
  transition-delay: calc(var(--delay, 0) * 1ms);
}
.reveal.is-in { opacity: 1; transform: translateY(0); }
.reveal-scroll {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.reveal-scroll.is-in { opacity: 1; transform: translateY(0); }
.split-char {
  display: inline-block; opacity: 0;
  transform: translateY(0.55em) rotateX(-40deg);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
  transition-delay: calc(var(--char-i, 0) * 28ms + var(--delay, 0) * 1ms);
}
.reveal.is-in .split-char { opacity: 1; transform: translateY(0) rotateX(0); }
.split-line { perspective: 600px; }
.hero-title em {
  font-style: italic; font-weight: 400;
  -webkit-text-fill-color: unset; color: inherit; background: none;
}
.hero-title em .split-char {
  background: linear-gradient(120deg, var(--gold-bright), var(--gold) 45%, var(--gold-deep));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.spotlight { --spot-x: 50%; --spot-y: 50%; }
.spotlight::before {
  background:
    radial-gradient(420px circle at var(--spot-x) var(--spot-y), rgba(232,168,32,0.16), transparent 55%),
    radial-gradient(ellipse 100% 80% at 0% 0%, rgba(232,168,32,0.08), transparent 50%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(124,58,237,0.08), transparent 50%);
}
.hero {
  position: relative;
  min-height: 100vh; min-height: 100dvh;
  display: flex; flex-direction: column; justify-content: flex-start;
  padding: calc(var(--nav-h) + 0.65rem) 0 3.5rem;
  overflow: hidden;
}
@media (min-width: 960px) {
  .hero {
    padding: calc(var(--nav-h) + 0.85rem) 0 4.5rem;
  }
}
.hero-geometry {
  position: absolute; inset: 0; display: grid; place-items: center;
  pointer-events: none; opacity: 0.78;
  align-content: start;
  padding-top: clamp(2.5rem, 8vh, 5.5rem);
}
.yantra {
  position: relative;
  width: min(112vw, 860px); height: min(112vw, 860px);
  margin-left: min(36vw, 340px); will-change: transform, opacity;
}
@media (max-width: 900px) {
  .yantra {
    margin-left: 0;
    width: min(125vw, 720px);
    height: min(125vw, 720px);
    opacity: 0.58;
  }
.hero-geometry {
    opacity: 0.55;
    place-items: start center;
    padding-top: 1.25rem;
  }
}
.yantra-svg {
  width: 100%; height: 100%;
  filter: drop-shadow(0 0 56px rgba(232,168,32,0.18));
}
.yantra-svg .y-r1, .yantra-svg .y-r2, .yantra-svg .y-r3, .yantra-svg .y-r4,
.yantra-svg .y-d1, .yantra-svg .y-d2, .yantra-svg .y-axes, .yantra-svg .y-planets {
  transform-box: fill-box; transform-origin: center;
}
.y-r1 { animation: spin-cw 100s linear infinite; }
.y-r2 { animation: spin-ccw 70s linear infinite; }
.y-r3 { animation: spin-cw 55s linear infinite; }
.y-r4 { animation: spin-ccw 40s linear infinite; }
.y-d1 { animation: spin-diamond 60s linear infinite; }
.y-d2 { animation: spin-diamond-rev 80s linear infinite; }
.y-axes { animation: spin-cw 120s linear infinite; }
.y-planets { animation: spin-ccw 90s linear infinite; }
.y-core {
  filter: drop-shadow(0 0 8px #FFD87A) drop-shadow(0 0 24px rgba(232,168,32,0.6));
  animation: core-glow 3.2s ease-in-out infinite;
}
.yantra-halo {
  position: absolute; inset: 12%; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,168,32,0.22), transparent 72%);
  animation: core-pulse 4s ease-in-out infinite; filter: blur(28px);
}
@keyframes spin-cw { to { transform: rotate(360deg); }
}
@keyframes spin-ccw { to { transform: rotate(-360deg); }
}
@keyframes spin-diamond {
  from { transform: rotate(45deg); }
to { transform: rotate(405deg); }
}
@keyframes spin-diamond-rev {
  from { transform: rotate(45deg); }
to { transform: rotate(-315deg); }
}
@keyframes core-glow {
  0%, 100% { opacity: 1; filter: drop-shadow(0 0 8px #FFD87A) drop-shadow(0 0 20px rgba(232,168,32,0.5)); }
50% { opacity: 0.85; filter: drop-shadow(0 0 14px #FFD87A) drop-shadow(0 0 40px rgba(232,168,32,0.75)); }
}
@keyframes core-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: 0.9; transform: scale(1.06); }
}
.hero-grid {
  position: relative; z-index: 2;
  width: min(100% - 1.5rem, var(--max));
  margin-inline: auto;
  display: grid; gap: 2rem; align-items: start;
}
@media (min-width: 960px) {
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.5rem 2rem;
    align-items: start;
    margin-top: 0.15rem;
  }
}
.hero-content { max-width: 560px; }
.hero > .hero-grid > .hero-content > .eyebrow {
  margin-bottom: 0.85rem;
}
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.85rem, 9vw, 5.5rem);
  font-weight: 500; line-height: 1.02; letter-spacing: -0.03em;
  margin-bottom: 1.15rem; color: var(--text);
}
.title-line { display: block; }
.hero-sub {
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  font-weight: 350; color: var(--text-secondary);
  line-height: 1.75; max-width: 30rem; margin-bottom: 1.5rem;
}
.hero-cta {
  display: flex; flex-direction: column; gap: 1rem;
  margin-bottom: 2rem; scroll-margin-top: calc(var(--nav-h) + 12px);
}
.store-row {
  display: flex; flex-direction: column; gap: 0.65rem;
}
@media (min-width: 480px) {
  .store-row { flex-direction: row; flex-wrap: wrap; }
.store-row .btn { width: auto; }
}
.store-row .btn { width: 100%; }
@media (min-width: 480px) {
  .store-row .btn { width: auto; min-width: min(100%, 180px); }
}
.notify-block {
  padding: 1rem; border-radius: var(--radius);
  border: 1px solid var(--gold-hairline);
  background: rgba(15, 10, 28, 0.6);
  backdrop-filter: blur(12px);
}
.notify-block-hero {
  max-width: 32rem;
  padding: 1.25rem 1.2rem 1.3rem;
  border-color: var(--gold-border);
  background:
    radial-gradient(ellipse 80% 70% at 0% 0%, rgba(232, 168, 32, 0.1), transparent 55%),
    rgba(15, 10, 28, 0.72);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}
.notify-block-hero .notify-label {
  font-size: 0.95rem;
  color: var(--text);
}
.notify-block-hero .notify-form input {
  min-height: 52px;
}
.notify-block-hero .notify-form .btn {
  min-height: 52px;
  padding-inline: 1.4rem;
  white-space: nowrap;
}
.notify-label {
  font-size: 0.875rem; font-weight: 500; color: var(--text-secondary); margin-bottom: 0.75rem;
}
.notify-form { display: flex; flex-direction: column; gap: 0.55rem; }
@media (min-width: 480px) { .notify-form { flex-direction: row; }
}
.notify-form input {
  flex: 1; min-width: 0; min-height: 48px; padding: 0.8rem 1rem;
  border-radius: 999px; border: 1px solid var(--gold-border);
  background: rgba(10,6,20,0.7); color: var(--text); outline: none; font-size: 16px;
}
.notify-form input:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(232,168,32,0.15);
}
.notify-form .btn { min-height: 48px; padding-inline: 1.25rem; }
.notify-hint { margin-top: 0.65rem; font-size: 0.75rem; color: var(--text-muted); }
.form-error { margin-top: 0.5rem; font-size: 0.85rem; color: #FB7185; }
.form-success {
  margin-top: 0.75rem; padding: 0.85rem 1rem; border-radius: 12px;
  border: 1px solid rgba(52,211,153,0.3); background: rgba(52,211,153,0.1);
  font-size: 0.9rem; color: var(--text-secondary);
  animation: success-in 0.5s var(--ease-out);
}
.form-success strong { display: block; color: var(--text); margin-bottom: 0.15rem; }
.notify-form.is-done { display: none; }
.notify-block.is-done .notify-label,
.notify-block.is-done .notify-hint { display: none; }
@keyframes success-in {
  from { opacity: 0; transform: translateY(8px); }
to { opacity: 1; transform: translateY(0); }
}
.hero-promises {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--gold-hairline);
  max-width: 32rem;
}
.hero-promise {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
}
.hero-promise-icon {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-top: 0.1rem;
  border-radius: 10px;
  font-size: 0.95rem;
  color: var(--gold-bright);
  background: rgba(232, 168, 32, 0.1);
  border: 1px solid rgba(232, 168, 32, 0.22);
  flex-shrink: 0;
}
.hero-promise strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--text);
  margin-bottom: 0.15rem;
  line-height: 1.25;
}
.hero-promise p {
  font-size: 0.88rem;
  font-weight: 350;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}
.hero-scroll {
  position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  display: none; flex-direction: column; align-items: center; gap: 0.55rem; z-index: 3;
}
@media (min-width: 900px) { .hero-scroll { display: flex; }
}
.hero-scroll span {
  font-size: 0.65rem; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--text-muted);
}
.scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scroll-drip 2s ease-in-out infinite; transform-origin: top;
}
@keyframes scroll-drip {
  0% { transform: scaleY(0.3); opacity: 0; }
40% { opacity: 1; }
100% { transform: scaleY(1); opacity: 0; }
}
.hero-device {
  position: relative; display: none; justify-content: center; align-items: flex-start;
  perspective: 1000px;
  padding-top: 0.15rem;
  margin-top: 2.25rem;
}
@media (min-width: 960px) { .hero-device { display: flex; }
}
.phone { position: relative; width: 250px; will-change: transform; }
.phone-bezel {
  position: relative; border-radius: 40px; padding: 10px;
  background: linear-gradient(160deg, #3a2a55 0%, #1a1230 40%, #0e0a1c 100%);
  border: 1px solid rgba(232,168,32,0.35);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5) inset, 0 40px 80px rgba(0,0,0,0.55), 0 0 100px rgba(232,168,32,0.1);
}
.phone-island {
  position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 90px; height: 26px; border-radius: 20px; background: #05030a; z-index: 3;
}
.phone-screen {
  width: 100%; aspect-ratio: 9/19.5; border-radius: 32px; overflow: hidden; position: relative;
  background:
    radial-gradient(ellipse 90% 50% at 50% 15%, rgba(232,168,32,0.14), transparent 55%),
    radial-gradient(ellipse 60% 40% at 80% 80%, rgba(124,58,237,0.12), transparent 50%),
    linear-gradient(180deg, #1a1230, #0e0a1c);
}
.phone-status {
  display: flex; justify-content: space-between; padding: 14px 22px 0;
  font-size: 0.65rem; font-weight: 600; color: rgba(255,248,240,0.7);
}
.phone-status-icons { letter-spacing: 0.15em; opacity: 0.5; font-size: 0.5rem; }
.phone-ui {
  padding: 1.05rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: 0.65rem;
  height: calc(100% - 28px);
}
.pui-header { display: flex; align-items: center; gap: 0.55rem; }
.pui-logo { width: 28px; height: 28px; border-radius: 8px; filter: drop-shadow(0 0 10px rgba(232,168,32,0.4)); }
.pui-greeting { font-family: var(--font-serif); font-size: 1.05rem; font-weight: 500; }
.pui-moon {
  display: flex; align-items: center; gap: 0.7rem; padding: 0.75rem; border-radius: 14px;
  background: rgba(232,168,32,0.06); border: 1px solid rgba(232,168,32,0.15);
}
.pui-moon-orb {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  background: radial-gradient(circle at 35% 35%, #FFD87A, #E8A820 50%, #7C3AED 100%);
  box-shadow: 0 0 16px rgba(232,168,32,0.45);
  animation: core-pulse 4s ease-in-out infinite;
}
.pui-moon-label {
  display: block; font-size: 0.58rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.1rem;
}
.pui-moon-value { display: block; font-size: 0.78rem; font-weight: 500; }
.pui-card {
  padding: 0.8rem; border-radius: 14px; border: 1px solid rgba(232,168,32,0.18);
  background: rgba(30,15,50,0.55); display: flex; flex-direction: column; gap: 0.15rem;
}
.pui-card.gold {
  background: linear-gradient(145deg, rgba(232,168,32,0.14), rgba(30,15,50,0.5));
  border-color: rgba(232,168,32,0.3);
}
.pui-card.dim { background: rgba(20,12,36,0.6); }
.pui-card.compact { text-align: center; align-items: center; }
.pui-card-tag {
  font-size: 0.55rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold);
}
.pui-card-title { font-family: var(--font-serif); font-size: 1rem; font-weight: 500; }
.pui-card-sub { font-size: 0.7rem; color: var(--text-muted); }
.pui-row { display: flex; gap: 0.4rem; }
.pui-chip {
  flex: 1; padding: 0.5rem 0.25rem; border-radius: 10px; text-align: center;
  font-size: 0.58rem; font-weight: 500; color: var(--text-secondary);
  background: rgba(232,168,32,0.08); border: 1px solid rgba(232,168,32,0.14);
}
.pui-bars { display: flex; flex-direction: column; gap: 0.35rem; margin-top: 0.35rem; }
.pui-bars i {
  display: block; height: 4px; width: var(--w, 50%); border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(232,168,32,0.2));
}
.pui-logo-lg {
  width: 48px; height: 48px; margin: 1.5rem auto 0.5rem; border-radius: 14px;
  background: radial-gradient(circle at 40% 35%, var(--gold-bright), var(--gold-dim));
  box-shadow: 0 0 28px rgba(232,168,32,0.5);
  animation: core-pulse 3.5s ease-in-out infinite;
}
.cta-ui { align-items: center; text-align: center; justify-content: center; gap: 0.5rem; }
.pui-brand { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 500; }
.pui-tagline { font-size: 0.7rem; color: var(--text-muted); margin-bottom: 0.5rem; }
.pui-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.45rem; width: 100%; margin-top: 0.5rem; }
.pui-mini {
  height: 48px; border-radius: 12px;
  background: rgba(232,168,32,0.08); border: 1px solid rgba(232,168,32,0.14);
}
.phone-glow {
  position: absolute; width: 80%; height: 40%; bottom: -5%; left: 10%;
  background: radial-gradient(ellipse, rgba(232,168,32,0.28), transparent 70%);
  filter: blur(30px); pointer-events: none; z-index: -1;
}
.faq { border-top: 1px solid var(--gold-hairline); }
.faq-list { display: flex; flex-direction: column; gap: 0.5rem; }
.faq-item {
  border-radius: 14px; border: 1px solid var(--gold-hairline);
  background: rgba(18,12,36,0.5); padding: 0 1rem;
}
.faq-item summary {
  list-style: none; cursor: pointer; padding: 1rem 0; font-weight: 550; font-size: 0.975rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  -webkit-tap-highlight-color: transparent;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--gold); font-size: 1.25rem; flex-shrink: 0; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p {
  padding: 0 0 1rem; font-size: 0.9rem; color: var(--text-secondary); line-height: 1.65;
}
.final-cta { padding-top: 3rem; padding-bottom: 5rem; }
.download-panel {
  position: relative; display: grid; gap: 2.5rem;
  padding: clamp(1.75rem, 5vw, 3.5rem); border-radius: var(--radius-xl);
  background:
    radial-gradient(ellipse 70% 80% at 95% 40%, rgba(232,168,32,0.12), transparent 55%),
    radial-gradient(ellipse 50% 60% at 5% 90%, rgba(124,58,237,0.14), transparent 50%),
    linear-gradient(160deg, rgba(45,28,78,0.95), rgba(15,10,28,0.98));
  border: 1px solid var(--gold-border); overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04) inset, 0 50px 100px rgba(0,0,0,0.45);
}
@media (min-width: 900px) {
  .download-panel { grid-template-columns: 1.2fr 0.8fr; align-items: center; }
}
.download-geometry { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.dl-ring {
  position: absolute; right: -12%; top: 50%; width: 480px; height: 480px;
  margin-top: -240px; border-radius: 50%; border: 1px solid rgba(232,168,32,0.12);
  animation: spin-cw 90s linear infinite;
}
.dl-ring.r2 {
  width: 360px; height: 360px; margin-top: -180px; right: -4%;
  border-style: dashed; border-color: rgba(232,168,32,0.18);
  animation: spin-ccw 60s linear infinite;
}
.dl-ring.r3 {
  width: 240px; height: 240px; margin-top: -120px; right: 4%;
  border-color: rgba(232,168,32,0.1); animation: spin-cw 40s linear infinite;
}
.download-copy { position: relative; z-index: 1; }
.download-title {
  font-family: var(--font-serif); font-size: clamp(2.25rem, 4.5vw, 3.35rem);
  font-weight: 500; line-height: 1.1; letter-spacing: -0.025em; margin-bottom: 1rem;
}
.download-sub {
  font-size: 1.05rem; font-weight: 350; color: var(--text-secondary);
  line-height: 1.7; max-width: 28rem; margin-bottom: 1.5rem;
}
.download-perks {
  display: flex; flex-wrap: wrap; gap: 0.45rem 1.15rem; margin-top: 1.35rem;
}
.download-perks li {
  font-size: 0.8rem; font-weight: 450; color: var(--text-muted);
  display: flex; align-items: center; gap: 0.4rem;
}
.download-perks li::before {
  content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); opacity: 0.7;
}
.download-device { position: relative; z-index: 1; display: flex; justify-content: center; }
.phone-cta { width: 210px; }
.footer {
  border-top: 1px solid var(--gold-hairline);
  padding: 3.5rem 0 calc(2rem + var(--safe-b));
  background: rgba(8,5,16,0.7);
}
.footer-inner { display: grid; gap: 2.5rem; margin-bottom: 2.5rem; }
@media (min-width: 700px) {
  .footer-inner { grid-template-columns: 1.4fr 1.6fr; gap: 3.5rem; }
}
.footer-tagline {
  margin-top: 1rem; font-size: 0.9rem; font-weight: 350; color: var(--text-muted); line-height: 1.65;
}
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.footer-col h4 {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--text-muted); margin-bottom: 1rem;
}
.footer-col a {
  display: block; font-size: 0.9rem; color: var(--text-secondary); margin-bottom: 0.65rem;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--gold-bright); }
.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.65rem;
  padding-top: 1.5rem; border-top: 1px solid var(--gold-hairline);
  font-size: 0.75rem; color: var(--text-muted);
}
.footer-made { color: var(--gold-dim); letter-spacing: 0.06em; }
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  padding: 0.65rem 0.85rem calc(0.65rem + var(--safe-b));
  background: rgba(10,6,20,0.94);
  border-top: 1px solid var(--gold-hairline);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  transform: translateY(110%);
  transition: transform 0.35s var(--ease);
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta-inner {
  width: min(100%, var(--max)); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
}
.sticky-copy { display: flex; flex-direction: column; min-width: 0; }
.sticky-copy strong { font-size: 0.9rem; font-weight: 600; }
.sticky-copy span {
  font-size: 0.72rem; color: var(--text-muted);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sticky-cta .btn { flex-shrink: 0; min-height: 44px; padding-inline: 1.15rem; }
@media (min-width: 900px) {
  .sticky-cta { display: none !important; }
}
body.is-live .notify-block { border-style: dashed; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal, .reveal-scroll, .split-char { opacity: 1; transform: none; }
  body.has-cursor { cursor: auto; }
  .cursor { display: none !important; }
  .loader-mark img,
  .loader-ring { animation: none !important; }
}
.proof-bar {
  position: relative;
  z-index: 1;
  border-block: 1px solid var(--gold-hairline);
  background:
    radial-gradient(ellipse 50% 80% at 0% 50%, rgba(232, 168, 32, 0.06), transparent 55%),
    rgba(12, 8, 24, 0.72);
  padding: 1.5rem 0 1.65rem;
}
.proof-grid {
  display: grid;
  gap: 0.75rem;
  max-width: 1080px;
  margin-inline: auto;
}
@media (min-width: 560px) {
  .proof-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
  }
}
@media (min-width: 960px) {
  .proof-grid {
    grid-template-columns: 0.9fr 1.05fr 1.05fr 1.05fr;
    gap: 0.9rem;
    align-items: stretch;
  }
}
.proof-card {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.05rem 1.1rem 1.15rem;
  border-radius: 16px;
  border: 1px solid var(--gold-hairline);
  background: rgba(18, 12, 36, 0.45);
  transition: border-color 0.25s, transform 0.3s var(--ease-out), box-shadow 0.3s;
}
.proof-card:hover {
  border-color: var(--gold-border);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
}
.proof-card-accent {
  border-color: rgba(232, 168, 32, 0.32);
  background:
    radial-gradient(ellipse 90% 80% at 0% 0%, rgba(232, 168, 32, 0.14), transparent 60%),
    rgba(28, 18, 48, 0.65);
}
.proof-kicker {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.2rem;
}
.proof-stat {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3.5vw, 2.15rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--gold-bright);
  line-height: 1.1;
}
.proof-title {
  font-family: var(--font-serif);
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--text);
  line-height: 1.25;
}
.proof-copy {
  font-size: 0.82rem;
  font-weight: 350;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}
@media (prefers-reduced-motion: reduce) {
  .proof-card:hover { transform: none; }
}
.try {
  border-top: 1px solid var(--gold-hairline);
  background: linear-gradient(180deg, rgba(28, 18, 50, 0.35), transparent);
}
body.is-short .long-only,
body.is-short [data-long] {
  display: none !important;
}
body.is-short .hero {
  min-height: auto;
  padding-top: calc(var(--nav-h) + 0.5rem);
  padding-bottom: 2.5rem;
}
body.is-short .hero-geometry {
  opacity: 0.4;
  padding-top: 1rem;
}
body.is-short .yantra {
  width: min(100vw, 700px);
  height: min(100vw, 700px);
}
body.is-short .section {
  padding: 3rem 0;
}
.storyboard {
  border-top: 1px solid var(--gold-hairline);
  overflow: hidden;
}
.sb-media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--gold-border);
  background: rgba(18, 12, 36, 0.6);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4), 0 0 60px rgba(232, 168, 32, 0.06);
  aspect-ratio: 1;
}
.sb-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s var(--ease);
}
.sb-lottie {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  width: min(28%, 120px);
  height: min(28%, 120px);
  pointer-events: none;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45));
  opacity: 0.92;
}
.sb-lottie-sm {
  width: min(22%, 96px);
  height: min(22%, 96px);
}
.sb-copy {
  max-width: 28rem;
}
.sb-copy h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0.45rem 0 0.7rem;
}
.sb-copy p {
  font-size: 1rem;
  font-weight: 350;
  color: var(--text-secondary);
  line-height: 1.7;
}
.deities {
  border-top: 1px solid var(--gold-hairline);
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(232, 168, 32, 0.06), transparent 55%),
    linear-gradient(180deg, rgba(21, 14, 40, 0.4), transparent);
  overflow: hidden;
}
.deity-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(148px, 1fr);
  gap: 0.85rem;
  overflow-x: auto;
  padding: 0.35rem 0.15rem 1.15rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(232, 168, 32, 0.35) transparent;
}
@media (min-width: 1100px) {
  .deity-rail {
    grid-auto-flow: row;
    grid-template-columns: repeat(7, 1fr);
    overflow: visible;
  }
}
.deity-card {
  scroll-snap-align: start;
  border-radius: 18px;
  border: 1px solid var(--gold-hairline);
  background: rgba(18, 12, 36, 0.65);
  overflow: hidden;
  position: relative;
  transition:
    border-color 0.35s,
    transform 0.45s var(--ease-out),
    box-shadow 0.45s,
    opacity 0.7s var(--ease-out);
}
.deity-card.reveal-scroll {
  transition:
    opacity 0.75s var(--ease-out),
    transform 0.75s var(--ease-out),
    border-color 0.35s,
    box-shadow 0.45s;
}
.deity-rail .deity-card:nth-child(1) { transition-delay: 0ms; }
.deity-rail .deity-card:nth-child(2) { transition-delay: 55ms; }
.deity-rail .deity-card:nth-child(3) { transition-delay: 110ms; }
.deity-rail .deity-card:nth-child(4) { transition-delay: 165ms; }
.deity-rail .deity-card:nth-child(5) { transition-delay: 220ms; }
.deity-rail .deity-card:nth-child(6) { transition-delay: 275ms; }
.deity-rail .deity-card:nth-child(7) { transition-delay: 330ms; }
.deity-card.is-in {
  animation: deity-card-float 5.5s ease-in-out infinite;
}
.deity-rail .deity-card:nth-child(1).is-in { animation-delay: 0s; }
.deity-rail .deity-card:nth-child(2).is-in { animation-delay: 0.35s; }
.deity-rail .deity-card:nth-child(3).is-in { animation-delay: 0.7s; }
.deity-rail .deity-card:nth-child(4).is-in { animation-delay: 1.05s; }
.deity-rail .deity-card:nth-child(5).is-in { animation-delay: 1.4s; }
.deity-rail .deity-card:nth-child(6).is-in { animation-delay: 1.75s; }
.deity-rail .deity-card:nth-child(7).is-in { animation-delay: 2.1s; }
.deity-card:hover {
  border-color: var(--gold-border);
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38), 0 0 28px rgba(232, 168, 32, 0.1);
  animation-play-state: paused;
}
.deity-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.deity-meta {
  padding: 0.85rem 0.9rem 1rem;
  position: relative;
  z-index: 2;
}
.deity-day {
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.25rem;
}
.deity-card h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.deity-mantra {
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.4;
  transition: color 0.3s;
}
.deity-card:hover .deity-mantra {
  color: var(--text-secondary);
}
.hero-float-lottie {
  position: absolute;
  width: 118px;
  height: 118px;
  top: -28px;
  right: 4%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.9;
  filter: drop-shadow(0 0 24px rgba(232, 168, 32, 0.4));
  animation: float-soft 6s ease-in-out infinite;
}
@keyframes float-soft {
  0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
body.is-short .storyboard .sb-lottie {
  width: 72px;
  height: 72px;
}
.sb-media-live {
  background: radial-gradient(circle at 50% 45%, rgba(232, 168, 32, 0.12), rgba(10, 6, 20, 0.95) 70%);
}
.deity-live {
  width: 100%;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 50% 40%, rgba(232, 168, 32, 0.14), transparent 60%),
    #120c22;
  position: relative;
  overflow: hidden;
}
.deity-live svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.deity-card {
  position: relative;
}
.deity-card.is-today::before {
  content: "Today";
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 3;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a1028;
  background: linear-gradient(165deg, var(--gold-bright), var(--gold));
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(232, 168, 32, 0.35);
}
.deity-live::after,
.sb-media-live::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(255, 216, 122, 0.08), transparent 55%);
  animation: media-glow 4s ease-in-out infinite;
  z-index: 1;
  mix-blend-mode: screen;
}
@keyframes media-glow {
  0%, 100% { opacity: 0.45; }
50% { opacity: 1; }
}
.deity-live > svg,
.sb-media-live {
  position: relative;
  overflow: hidden;
}
.sb-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  transform-origin: center center;
  animation: photo-breathe 4.5s ease-in-out infinite;
  will-change: transform, filter;
}
.sb-glow {
  position: absolute;
  inset: -8%;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.75;
}
.sb-glow svg {
  width: 100% !important;
  height: 100% !important;
}
.sb-lottie {
  z-index: 2;
}
.deity-live {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #120c22;
}
.deity-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  transform-origin: center center;
  animation: photo-breathe 4.8s ease-in-out infinite;
  will-change: transform, filter;
}
.deity-glow {
  position: absolute;
  inset: -10%;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.7;
}
.deity-glow svg {
  width: 100% !important;
  height: 100% !important;
}
.deity-aura {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    ellipse 70% 60% at 50% 42%,
    rgba(232, 168, 32, 0.22),
    transparent 68%
  );
  mix-blend-mode: screen;
  opacity: 0.35;
  animation: deity-aura-breathe 4.5s ease-in-out infinite;
}
.deity-card[data-day="0"] .deity-photo,
.deity-card[data-day="0"] .deity-aura { animation-delay: 0s; }
.deity-card[data-day="1"] .deity-photo,
.deity-card[data-day="1"] .deity-aura { animation-delay: 0.35s; }
.deity-card[data-day="2"] .deity-photo,
.deity-card[data-day="2"] .deity-aura { animation-delay: 0.7s; }
.deity-card[data-day="3"] .deity-photo,
.deity-card[data-day="3"] .deity-aura { animation-delay: 1.05s; }
.deity-card[data-day="4"] .deity-photo,
.deity-card[data-day="4"] .deity-aura { animation-delay: 1.4s; }
.deity-card[data-day="5"] .deity-photo,
.deity-card[data-day="5"] .deity-aura { animation-delay: 1.75s; }
.deity-card[data-day="6"] .deity-photo,
.deity-card[data-day="6"] .deity-aura { animation-delay: 2.1s; }
@keyframes photo-breathe {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1) saturate(1);
  }
50% {
    transform: scale(1.055);
    filter: brightness(1.1) saturate(1.1);
  }
}
@keyframes deity-aura-breathe {
  0%, 100% { opacity: 0.25; }
50% { opacity: 0.6; }
}
@keyframes deity-card-float {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(232, 168, 32, 0);
  }
50% {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22), 0 0 20px rgba(232, 168, 32, 0.06);
  }
}
@keyframes deity-frame-breathe {
  0%, 100% {
    border-color: rgba(232, 168, 32, 0.45);
    box-shadow:
      0 0 0 1px rgba(232, 168, 32, 0.18),
      0 16px 40px rgba(232, 168, 32, 0.1),
      0 20px 50px rgba(0, 0, 0, 0.35);
  }
50% {
    border-color: rgba(255, 216, 122, 0.7);
    box-shadow:
      0 0 0 1px rgba(255, 216, 122, 0.3),
      0 18px 48px rgba(232, 168, 32, 0.22),
      0 0 40px rgba(232, 168, 32, 0.15),
      0 20px 50px rgba(0, 0, 0, 0.35);
  }
}
@keyframes deity-badge-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 14px rgba(232, 168, 32, 0.35); }
50% { transform: scale(1.05); box-shadow: 0 6px 18px rgba(232, 168, 32, 0.55); }
}
@keyframes deity-day-shimmer {
  0%, 100% { opacity: 0.85; letter-spacing: 0.12em; }
50% { opacity: 1; letter-spacing: 0.14em; }
}
.deity-card.is-today {
  border-color: rgba(232, 168, 32, 0.55);
  animation: deity-frame-breathe 3.8s ease-in-out infinite !important;
}
.deity-card.is-today::before {
  animation: deity-badge-pulse 2.4s ease-in-out infinite;
}
.deity-card.is-today .deity-glow {
  opacity: 0.95;
}
.deity-card.is-today .deity-photo {
  animation-duration: 3.4s;
}
.deity-card.is-today .deity-aura {
  opacity: 0.55;
  animation-duration: 3.2s;
}
.deity-card.is-today .deity-day {
  animation: deity-day-shimmer 2.8s ease-in-out infinite;
  color: var(--gold-bright);
}
.deity-card.is-today .deity-live {
  box-shadow: inset 0 0 48px rgba(232, 168, 32, 0.18);
}
.deity-live::after,
.sb-media-live::after {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .sb-photo,
  .deity-photo,
  .deity-aura,
  .deity-card.is-in,
  .deity-card.is-today,
  .deity-card.is-today::before,
  .deity-card.is-today .deity-day {
    animation: none !important;
  }
.sb-photo,
  .deity-photo {
    transform: none !important;
    filter: none !important;
  }
.sb-glow,
  .deity-glow {
    display: none;
  }
.deity-card:hover {
    transform: none !important;
  }
}
.section-header.tight {
  margin-bottom: 2rem;
  max-width: 28rem;
}
.section-header.tight .section-sub { display: none; }
.section-header.center.tight { margin-inline: auto; }
.different {
  padding-top: 3.5rem;
  padding-bottom: 3rem;
  border-top: 1px solid var(--gold-hairline);
}
.pillars {
  display: grid;
  gap: 0.85rem;
  max-width: 960px;
  margin-inline: auto;
}
@media (min-width: 800px) {
  .pillars { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
}
.pillar {
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-hairline);
  background: rgba(18, 12, 36, 0.55);
  transition: border-color 0.3s, transform 0.3s var(--ease), box-shadow 0.3s;
}
.pillar:hover {
  border-color: var(--gold-border);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}
.pillar-accent {
  border-color: rgba(232, 168, 32, 0.35);
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(232, 168, 32, 0.12), transparent 55%),
    rgba(28, 18, 50, 0.7);
}
.pillar-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 0.85rem;
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}
.pillar h3 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  margin-bottom: 0.55rem;
}
.pillar p {
  font-size: 0.9rem;
  font-weight: 350;
  color: var(--text-secondary);
  line-height: 1.65;
}
.storyboard-compact {
  padding-top: 3rem;
  padding-bottom: 3.25rem;
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(232, 168, 32, 0.05), transparent 55%);
}
.sb-lead {
  margin-bottom: 2.25rem;
}
.sb-lead .section-title {
  font-size: clamp(2rem, 4.5vw, 3rem);
}
.sb-flow {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
  max-width: 1080px;
  margin-inline: auto;
}
@media (min-width: 800px) {
  .sb-flow { gap: 3.5rem; }
}
.sb-step {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}
.sb-flow .sb-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(232, 168, 32, 0.2);
  background: #0c0818;
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.35) inset;
}
.sb-flow .sb-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center center;
  will-change: transform, filter;
  z-index: 0;
  animation: sb-photo-breathe 5.2s ease-in-out infinite;
}
.sb-trio {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 900px) {
  .sb-trio {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem 1.35rem;
  }
}
@media (min-width: 640px) and (max-width: 899px) {
  .sb-trio {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 0.85rem;
  }
.sb-trio .sb-copy-tile p {
    font-size: 0.82rem;
    line-height: 1.5;
  }
.sb-trio .sb-copy-tile h3 {
    font-size: 1.1rem;
  }
}
.sb-trio-card {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  min-width: 0;
}
.sb-media-tile {
  aspect-ratio: 1;
  border-radius: var(--radius-lg);
  width: 100%;
}
.sb-media-framed {
  background: #0c0818;
}
.sb-media-framed .sb-photo {
  object-fit: cover;
  object-position: center center;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: none;
}
.sb-media-glow {
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.4),
    0 0 70px rgba(232, 168, 32, 0.14),
    0 0 0 1px rgba(232, 168, 32, 0.28);
}
.sb-copy-tile {
  padding: 0 0.15rem;
  max-width: 28rem;
}
.sb-copy-tile h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  margin: 0.2rem 0 0.45rem;
  line-height: 1.2;
}
.sb-copy-tile p {
  font-size: 0.9rem;
  font-weight: 350;
  color: var(--text-secondary);
  line-height: 1.6;
}
.sb-finale {
  position: relative;
}
.sb-media-finale {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-xl);
  width: 100%;
  min-height: 240px;
}
.sb-finale-copy {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.35rem 1.25rem 1.4rem;
  max-width: 34rem;
}
@media (min-width: 700px) {
  .sb-finale-copy {
    padding: 2rem 2.25rem 2.1rem;
  }
}
.sb-finale-copy h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0.25rem 0 0.5rem;
  color: var(--text);
  line-height: 1.15;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
}
.sb-finale-copy p {
  font-size: 0.92rem;
  font-weight: 350;
  color: rgba(255, 248, 240, 0.78);
  line-height: 1.6;
  max-width: 28rem;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}
.sb-finale-copy .sb-step {
  color: var(--gold-bright);
}
.sb-focus-prayer {
  object-fit: cover;
  object-position: 30% 18%;
}
.sb-focus-seeker {
  object-fit: cover;
  object-position: center 48%;
}
.sb-focus-surya {
  object-fit: cover;
  object-position: center 36%;
}
.sb-focus-family {
  object-fit: cover;
  object-position: center 58%;
}
.sb-veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 50%, rgba(8, 5, 16, 0.22) 100%),
    radial-gradient(ellipse 90% 80% at 50% 35%, transparent 45%, rgba(8, 5, 16, 0.2) 100%);
  animation: sb-veil-breathe 5.2s ease-in-out infinite;
}
.sb-veil-warm {
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, transparent 42%, rgba(60, 30, 8, 0.16) 100%);
}
.sb-veil-finale {
  background:
    linear-gradient(
      180deg,
      transparent 28%,
      rgba(8, 5, 18, 0.35) 58%,
      rgba(6, 4, 14, 0.88) 100%
    ),
    linear-gradient(90deg, rgba(6, 4, 14, 0.25) 0%, transparent 40%);
  animation-duration: 6.5s;
}
.sb-aura {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(
    ellipse 70% 60% at 50% 42%,
    rgba(232, 168, 32, 0.2),
    transparent 70%
  );
  mix-blend-mode: screen;
  opacity: 0.4;
  animation: sb-aura-breathe 4.8s ease-in-out infinite;
}
.sb-aura-warm {
  background: radial-gradient(
    ellipse 75% 65% at 50% 40%,
    rgba(255, 210, 100, 0.28),
    rgba(232, 168, 32, 0.1) 50%,
    transparent 72%
  );
  animation-duration: 4.2s;
}
.sb-aura-wide {
  background: radial-gradient(
    ellipse 55% 50% at 52% 38%,
    rgba(232, 168, 32, 0.18),
    transparent 68%
  );
  animation-duration: 6s;
}
.sb-flow .sb-glow {
  position: absolute;
  inset: -10%;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.55;
}
.sb-flow .sb-glow-finale {
  inset: -6% -4%;
  opacity: 0.4;
}
.sb-flow .sb-glow svg {
  width: 100% !important;
  height: 100% !important;
}
.sb-trio-card:nth-child(1) .sb-photo,
.sb-trio-card:nth-child(1) .sb-veil,
.sb-trio-card:nth-child(1) .sb-aura {
  animation-delay: 0s;
}
.sb-trio-card:nth-child(2) .sb-photo,
.sb-trio-card:nth-child(2) .sb-veil,
.sb-trio-card:nth-child(2) .sb-aura {
  animation-delay: 0.55s;
}
.sb-trio-card:nth-child(3) .sb-photo,
.sb-trio-card:nth-child(3) .sb-veil,
.sb-trio-card:nth-child(3) .sb-aura {
  animation-delay: 1.1s;
}
.sb-finale .sb-photo,
.sb-finale .sb-veil,
.sb-finale .sb-aura {
  animation-delay: 0.35s;
  animation-duration: 6.2s;
}
.sb-media-breathe {
  animation: sb-frame-breathe 5.5s ease-in-out infinite;
}
.sb-trio-card:nth-child(1) .sb-media-breathe { animation-delay: 0s; }
.sb-trio-card:nth-child(2) .sb-media-breathe { animation-delay: 0.55s; }
.sb-trio-card:nth-child(3) .sb-media-breathe { animation-delay: 1.1s; }
.sb-finale .sb-media-breathe { animation-delay: 0.35s; animation-duration: 6.5s; }
@keyframes sb-photo-breathe {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1) saturate(1);
  }
50% {
    transform: scale(1.05);
    filter: brightness(1.07) saturate(1.06);
  }
}
@keyframes sb-veil-breathe {
  0%, 100% { opacity: 1; }
50% { opacity: 0.72; }
}
@keyframes sb-aura-breathe {
  0%, 100% { opacity: 0.28; }
50% { opacity: 0.65; }
}
@keyframes sb-frame-breathe {
  0%, 100% {
    box-shadow:
      0 28px 56px rgba(0, 0, 0, 0.4),
      0 0 0 1px rgba(232, 168, 32, 0.16),
      0 0 28px rgba(232, 168, 32, 0.06);
  }
50% {
    box-shadow:
      0 32px 64px rgba(0, 0, 0, 0.42),
      0 0 0 1px rgba(232, 168, 32, 0.38),
      0 0 48px rgba(232, 168, 32, 0.18);
  }
}
.sb-trio-card:hover .sb-photo,
.sb-finale:hover .sb-photo {
  animation-duration: 3.6s;
  filter: brightness(1.1) saturate(1.08);
}
.sb-trio-card:hover .sb-aura,
.sb-finale:hover .sb-aura {
  opacity: 0.85;
}
.sb-trio-card:hover .sb-glow,
.sb-finale:hover .sb-glow {
  opacity: 0.75;
}
.sb-trio .sb-trio-card:nth-child(1) { transition-delay: 0ms; }
.sb-trio .sb-trio-card:nth-child(2) { transition-delay: 50ms; }
.sb-trio .sb-trio-card:nth-child(3) { transition-delay: 100ms; }
@media (prefers-reduced-motion: reduce) {
  .sb-flow .sb-photo,
  .sb-veil,
  .sb-aura,
  .sb-media-breathe {
    animation: none !important;
  }
.sb-flow .sb-glow {
    display: none;
  }
.sb-trio-card:hover .sb-photo,
  .sb-finale:hover .sb-photo {
    filter: none;
  }
}
@media (max-width: 520px) {
  .sb-media-finale {
    aspect-ratio: 5 / 4;
  }
.sb-finale-copy {
    padding: 1.1rem 1rem 1.15rem;
  }
.sb-finale-copy p {
    font-size: 0.86rem;
  }
}
.features {
  border-top: 1px solid var(--gold-hairline);
  padding-top: 3.25rem;
  padding-bottom: 3.5rem;
  background:
    radial-gradient(ellipse 60% 35% at 50% 0%, rgba(236, 72, 153, 0.06), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 40%, rgba(232, 168, 32, 0.05), transparent 50%);
  overflow: hidden;
}
.features .section-header {
  margin-bottom: 2rem;
}
.features .section-title {
  font-size: clamp(2rem, 4.5vw, 3rem);
}
.feat-hero {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 2rem;
  padding: 1.35rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(236, 72, 153, 0.22);
  background:
    radial-gradient(ellipse 70% 80% at 0% 50%, rgba(232, 114, 12, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 70% at 100% 30%, rgba(236, 72, 153, 0.1), transparent 50%),
    linear-gradient(145deg, rgba(40, 14, 28, 0.92), rgba(14, 8, 28, 0.96));
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
  animation: feat-hero-ambient 8s ease-in-out infinite;
}
.feat-hero::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    conic-gradient(from 0deg, transparent, rgba(236, 72, 153, 0.08), transparent 30%, rgba(232, 168, 32, 0.06), transparent 60%);
  animation: feat-spin 18s linear infinite;
  pointer-events: none;
  opacity: 0.7;
}
.feat-hero > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 800px) {
  .feat-hero {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2.5rem;
    padding: 1.75rem 2rem;
  }
}
.feat-hero-visual {
  display: grid;
  place-items: center;
  min-height: 300px;
  padding: 0.35rem 0 0.5rem;
  background: transparent;
}
.solarsys {
  --ss-size: min(100%, 360px);
  position: relative;
  width: var(--ss-size);
  aspect-ratio: 1;
  border-radius: 0;
  overflow: visible;
  isolation: isolate;
  background: transparent;
  box-shadow: none;
}
.ss-sky {
  position: absolute;
  inset: -8%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 58% 52% at 50% 48%,
      rgba(255, 180, 100, 0.07) 0%,
      rgba(236, 72, 153, 0.06) 28%,
      transparent 68%
    );
  mask-image: radial-gradient(ellipse 70% 65% at 50% 48%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 65% at 50% 48%, #000 20%, transparent 75%);
}
.ss-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 12% 18%, rgba(255, 248, 240, 0.75), transparent),
    radial-gradient(1.5px 1.5px at 28% 12%, rgba(255, 248, 240, 0.6), transparent),
    radial-gradient(1px 1px at 42% 8%, rgba(255, 220, 180, 0.8), transparent),
    radial-gradient(1px 1px at 58% 15%, rgba(255, 248, 240, 0.45), transparent),
    radial-gradient(2px 2px at 72% 10%, rgba(255, 248, 240, 0.85), transparent),
    radial-gradient(1px 1px at 88% 22%, rgba(200, 220, 255, 0.55), transparent),
    radial-gradient(1px 1px at 8% 40%, rgba(255, 248, 240, 0.4), transparent),
    radial-gradient(1.5px 1.5px at 18% 55%, rgba(255, 248, 240, 0.65), transparent),
    radial-gradient(1px 1px at 35% 48%, rgba(255, 200, 220, 0.4), transparent),
    radial-gradient(1px 1px at 62% 42%, rgba(255, 248, 240, 0.5), transparent),
    radial-gradient(1px 1px at 78% 38%, rgba(200, 220, 255, 0.55), transparent),
    radial-gradient(2px 2px at 92% 48%, rgba(255, 248, 240, 0.7), transparent),
    radial-gradient(1px 1px at 14% 72%, rgba(255, 248, 240, 0.45), transparent),
    radial-gradient(1px 1px at 30% 82%, rgba(255, 220, 180, 0.4), transparent),
    radial-gradient(1.5px 1.5px at 48% 78%, rgba(255, 248, 240, 0.55), transparent),
    radial-gradient(1px 1px at 68% 88%, rgba(200, 220, 255, 0.45), transparent),
    radial-gradient(1px 1px at 84% 70%, rgba(255, 248, 240, 0.55), transparent),
    radial-gradient(1px 1px at 95% 82%, rgba(255, 248, 240, 0.35), transparent),
    radial-gradient(1px 1px at 5% 88%, rgba(255, 200, 180, 0.3), transparent),
    radial-gradient(1px 1px at 52% 28%, rgba(255, 248, 240, 0.4), transparent);
  animation: ss-twinkle 4.5s ease-in-out infinite;
  opacity: 0.85;
  mask-image: radial-gradient(ellipse 72% 68% at 50% 48%, #000 15%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 72% 68% at 50% 48%, #000 15%, transparent 72%);
}
.ss-nebula {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  pointer-events: none;
}
.ss-nebula.n1 {
  width: 60%;
  height: 44%;
  top: 16%;
  left: 32%;
  background: radial-gradient(ellipse, rgba(236, 72, 153, 0.14), transparent 72%);
  animation: ss-nebula-drift 10s ease-in-out infinite;
}
.ss-nebula.n2 {
  width: 55%;
  height: 42%;
  bottom: 14%;
  left: 6%;
  background: radial-gradient(ellipse, rgba(232, 114, 12, 0.1), transparent 72%);
  animation: ss-nebula-drift 12s ease-in-out infinite reverse;
}
.ss-vignette {
  position: absolute;
  inset: -10%;
  background: radial-gradient(
    ellipse 65% 60% at 50% 48%,
    transparent 0%,
    transparent 42%,
    rgba(14, 8, 28, 0.15) 70%,
    transparent 100%
  );
  pointer-events: none;
}
.ss-plane {
  position: absolute;
  inset: 2%;
  z-index: 1;
  transform: rotateX(52deg) rotateZ(-12deg);
  transform-style: preserve-3d;
  perspective: 600px;
}
.ss-binary {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%) rotateX(-52deg) rotateZ(12deg);
  transform-style: preserve-3d;
}
.ss-corona {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 200, 120, 0.45) 0%,
    rgba(236, 72, 153, 0.18) 35%,
    transparent 68%
  );
  filter: blur(4px);
  animation: ss-sun-pulse 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.ss-binary-spin {
  position: relative;
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  animation: ss-binary-dance 8s linear infinite;
  z-index: 1;
}
.ss-sun {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  top: 50%;
  margin-top: -13px;
  animation: ss-binary-dance 8s linear infinite reverse;
}
.ss-sun em {
  font-family: var(--font-serif);
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(10, 6, 20, 0.88);
  line-height: 1;
  position: relative;
  z-index: 1;
}
.ss-sun.sun-a {
  left: 0;
  background:
    radial-gradient(circle at 32% 28%, #fff3c4 0%, #ffd36a 28%, #e8a820 55%, #b45309 100%);
  box-shadow:
    0 0 12px rgba(255, 200, 80, 0.9),
    0 0 28px rgba(232, 114, 12, 0.55),
    0 0 48px rgba(232, 114, 12, 0.25);
}
.ss-sun.sun-b {
  right: 0;
  left: auto;
  background:
    radial-gradient(circle at 32% 28%, #ffe0f0 0%, #f9a8d4 30%, #ec4899 58%, #9d174d 100%);
  box-shadow:
    0 0 12px rgba(244, 114, 182, 0.85),
    0 0 28px rgba(236, 72, 153, 0.45),
    0 0 48px rgba(236, 72, 153, 0.22);
}
.ss-orbit {
  --t: 20s;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 248, 240, 0.1);
  box-shadow: inset 0 0 12px rgba(255, 248, 240, 0.03);
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  animation: ss-orbit-spin var(--t) linear infinite;
  pointer-events: none;
}
.ss-orbit.o-merc {
  width: 26%;
  height: 26%;
  border-color: rgba(200, 180, 140, 0.18);
  animation-duration: 5.5s;
}
.ss-orbit.o-venus {
  width: 38%;
  height: 38%;
  border-color: rgba(232, 168, 32, 0.16);
  animation-duration: 9s;
  animation-direction: reverse;
}
.ss-orbit.o-earth {
  width: 50%;
  height: 50%;
  border-color: rgba(100, 180, 255, 0.16);
  animation-duration: 14s;
}
.ss-orbit.o-mars {
  width: 61%;
  height: 61%;
  border-color: rgba(232, 100, 60, 0.14);
  animation-duration: 20s;
  animation-direction: reverse;
}
.ss-orbit.o-belt {
  width: 71%;
  height: 71%;
  border-style: dashed;
  border-color: rgba(200, 180, 140, 0.1);
  animation-duration: 55s;
}
.ss-orbit.o-jup {
  width: 82%;
  height: 82%;
  border-color: rgba(220, 180, 120, 0.08);
  animation-duration: 30s;
}
.ss-orbit.o-sat {
  width: 93%;
  height: 93%;
  border-color: rgba(200, 190, 150, 0.07);
  animation-duration: 40s;
  animation-direction: reverse;
}
.ss-body {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  animation: ss-orbit-spin var(--t, 20s) linear infinite reverse;
}
.ss-orbit.o-venus .ss-body,
.ss-orbit.o-mars .ss-body,
.ss-orbit.o-sat .ss-body {
  animation-direction: normal;
}
.ss-planet {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(-52deg) rotateZ(12deg);
  box-shadow:
    inset -2px -1px 3px rgba(0, 0, 0, 0.45),
    inset 1px 1px 2px rgba(255, 255, 255, 0.25);
}
.p-merc {
  width: 7px;
  height: 7px;
  background:
    radial-gradient(circle at 32% 28%, #f0e4d0, #a89880 48%, #4a4030 100%);
}
.p-venus {
  width: 10px;
  height: 10px;
  background:
    radial-gradient(circle at 32% 28%, #fff0c0, #e8b830 42%, #9a6b10 100%);
  box-shadow:
    inset -2px -1px 3px rgba(0, 0, 0, 0.35),
    0 0 10px rgba(232, 168, 32, 0.45);
}
.p-earth {
  width: 11px;
  height: 11px;
  background:
    radial-gradient(circle at 30% 26%, rgba(180, 230, 255, 0.9) 0%, transparent 28%),
    radial-gradient(circle at 60% 55%, #1f6b3a 0%, transparent 35%),
    radial-gradient(circle at 32% 30%, #4aa3d8 0%, #1a4f8a 55%, #0a2848 100%);
  box-shadow:
    inset -2px -1px 3px rgba(0, 0, 0, 0.4),
    0 0 12px rgba(80, 160, 255, 0.45);
}
.ss-moon-orbit {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  border-radius: 50%;
  animation: ss-orbit-spin 3.2s linear infinite;
  transform-style: preserve-3d;
}
.ss-moon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3.5px;
  height: 3.5px;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(-52deg);
  background: radial-gradient(circle at 30% 30%, #f5f3ec, #9a9890);
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
}
.p-mars {
  width: 9px;
  height: 9px;
  background:
    radial-gradient(circle at 32% 28%, #ffc4a0, #d14a18 50%, #5c1c08 100%);
  box-shadow:
    inset -2px -1px 3px rgba(0, 0, 0, 0.4),
    0 0 10px rgba(200, 60, 30, 0.4);
}
.p-jup {
  width: 18px;
  height: 18px;
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 240, 210, 0.7) 0%, transparent 35%),
    repeating-linear-gradient(
      175deg,
      #e8d0a0 0px,
      #c4a06a 3px,
      #f0e0b8 5px,
      #a67c4a 8px,
      #d4b080 11px,
      #8b6340 14px
    );
  box-shadow:
    inset -3px -2px 4px rgba(0, 0, 0, 0.4),
    0 0 14px rgba(200, 160, 80, 0.4);
}
.p-sat {
  width: 14px;
  height: 14px;
  background:
    radial-gradient(circle at 32% 28%, #f5edd4, #c8bc90 50%, #6e6650 100%);
  box-shadow:
    inset -2px -1px 3px rgba(0, 0, 0, 0.4),
    0 0 10px rgba(200, 180, 120, 0.3);
}
.ss-orbit.o-sat .ss-body .ss-rings {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 10px;
  margin: 0;
  transform: translate(-50%, -50%) rotateX(-52deg) rotateZ(12deg) rotateX(68deg);
  border-radius: 50%;
  border: 1.5px solid rgba(230, 210, 160, 0.85);
  box-shadow:
    0 0 0 2px rgba(180, 160, 110, 0.25),
    inset 0 0 0 3px rgba(40, 30, 20, 0.35),
    0 0 8px rgba(220, 200, 150, 0.25);
  pointer-events: none;
  background: transparent;
}
.ss-rock {
  position: absolute;
  width: 2.5px;
  height: 2.5px;
  border-radius: 40%;
  background: #c4b59a;
  opacity: 0.8;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  transform: translate(-50%, -50%);
}
.ss-rock.r1 { top: 0; left: 50%; }
.ss-rock.r2 { top: 15%; left: 85%; width: 2px; height: 2px; opacity: 0.55; }
.ss-rock.r3 { top: 50%; left: 100%; width: 3px; height: 2px; }
.ss-rock.r4 { top: 82%; left: 82%; width: 2px; height: 2px; opacity: 0.5; }
.ss-rock.r5 { top: 100%; left: 50%; width: 2.5px; height: 2.5px; }
.ss-rock.r6 { top: 80%; left: 15%; width: 2px; height: 2px; opacity: 0.6; }
.ss-rock.r7 { top: 50%; left: 0; width: 3px; height: 2px; }
.ss-rock.r8 { top: 18%; left: 12%; width: 2px; height: 2px; opacity: 0.45; }
.feat-score-pill {
  position: absolute;
  z-index: 30;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 168, 32, 0.45);
  background: rgba(6, 4, 14, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  white-space: nowrap;
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(232, 168, 32, 0.08);
  animation: feat-pill-breathe 3.2s ease-in-out infinite;
}
.feat-hero:not(.is-in) .feat-score-pill {
  opacity: 0;
  transform: translateX(-50%) translateY(10px) scale(0.9);
}
.feat-hero.is-in .feat-score-pill {
  animation:
    feat-pill-in 0.7s var(--ease-out) 0.25s both,
    feat-pill-breathe 3.2s ease-in-out 1s infinite;
}
.feat-score-pill strong {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--gold-bright);
  min-width: 1.4em;
  display: inline-block;
}
.feat-score-pill span {
  font-size: 0.72rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}
.feat-hero-copy {
  max-width: 32rem;
}
.feat-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f9a8d4;
  margin-bottom: 0.55rem;
}
.feat-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f472b6;
  box-shadow: 0 0 10px rgba(244, 114, 182, 0.8);
  animation: pulse-dot 2s ease-in-out infinite;
}
.feat-hero-copy h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 0.7rem;
  line-height: 1.12;
}
.feat-lead {
  font-size: 1.02rem;
  font-weight: 350;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 1rem;
}
.feat-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1.35rem;
}
.feat-points li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.45;
  opacity: 0;
  transform: translateX(-8px);
}
.feat-hero.is-in .feat-points li {
  animation: feat-point-in 0.55s var(--ease-out) both;
}
.feat-hero.is-in .feat-points li:nth-child(1) { animation-delay: 0.2s; }
.feat-hero.is-in .feat-points li:nth-child(2) { animation-delay: 0.35s; }
.feat-hero.is-in .feat-points li:nth-child(3) { animation-delay: 0.5s; }
.feat-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(232, 168, 32, 0.5);
}
.feat-grid {
  display: grid;
  gap: 0.75rem;
  max-width: 1000px;
  margin-inline: auto;
}
@media (min-width: 560px) {
  .feat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
  }
}
@media (min-width: 900px) {
  .feat-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
  }
}
.feat-card {
  padding: 1.2rem 1.15rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--gold-hairline);
  background: rgba(18, 12, 36, 0.5);
  transition:
    border-color 0.25s,
    transform 0.35s var(--ease-out),
    box-shadow 0.35s,
    background 0.35s;
}
.feat-card.reveal-scroll {
  transition:
    opacity 0.7s var(--ease-out),
    transform 0.7s var(--ease-out),
    border-color 0.25s,
    box-shadow 0.35s,
    background 0.35s;
}
.feat-grid .feat-card:nth-child(1) { transition-delay: 0ms; }
.feat-grid .feat-card:nth-child(2) { transition-delay: 50ms; }
.feat-grid .feat-card:nth-child(3) { transition-delay: 100ms; }
.feat-grid .feat-card:nth-child(4) { transition-delay: 40ms; }
.feat-grid .feat-card:nth-child(5) { transition-delay: 90ms; }
.feat-grid .feat-card:nth-child(6) { transition-delay: 140ms; }
.feat-grid .feat-card:nth-child(7) { transition-delay: 60ms; }
.feat-grid .feat-card:nth-child(8) { transition-delay: 110ms; }
.feat-grid .feat-card:nth-child(9) { transition-delay: 160ms; }
.feat-grid .feat-card:nth-child(10) { transition-delay: 80ms; }
.feat-grid .feat-card:nth-child(11) { transition-delay: 130ms; }
.feat-grid .feat-card:nth-child(12) { transition-delay: 180ms; }
.feat-card.is-in {
}
.feat-card:hover {
  border-color: var(--gold-border);
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  background:
    radial-gradient(ellipse 80% 60% at 0% 0%, rgba(232, 168, 32, 0.1), transparent 55%),
    rgba(24, 16, 44, 0.72);
}
.feat-card:hover .feat-icon {
  transform: scale(1.08);
  border-color: rgba(232, 168, 32, 0.45);
  box-shadow: 0 0 18px rgba(232, 168, 32, 0.2);
  color: var(--gold-bright);
}
.feat-icon {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.7rem;
  border-radius: 10px;
  font-size: 0.95rem;
  color: var(--gold-bright);
  background: rgba(232, 168, 32, 0.1);
  border: 1px solid rgba(232, 168, 32, 0.2);
  transition: transform 0.35s var(--ease-out), border-color 0.25s, box-shadow 0.35s, color 0.25s;
  animation: feat-icon-breathe 4.5s ease-in-out infinite;
}
.feat-grid .feat-card:nth-child(odd) .feat-icon { animation-delay: 0.4s; }
.feat-grid .feat-card:nth-child(3n) .feat-icon { animation-delay: 0.9s; }
.feat-card h4 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  margin-bottom: 0.4rem;
  color: var(--text);
}
.feat-card p {
  font-size: 0.86rem;
  font-weight: 350;
  color: var(--text-secondary);
  line-height: 1.55;
}
@keyframes feat-spin {
  to { transform: rotate(360deg); }
}
@keyframes feat-pulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
50% { opacity: 1; transform: scale(1.14); }
}
@keyframes feat-glow-breathe {
  0%, 100% { opacity: 0.55; transform: scale(0.96); }
50% { opacity: 1; transform: scale(1.08); }
}
@keyframes ss-orbit-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes ss-binary-dance {
  from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
@keyframes ss-sun-pulse {
  0%, 100% { opacity: 0.75; transform: scale(0.95); filter: brightness(1); }
50% { opacity: 1; transform: scale(1.08); filter: brightness(1.2); }
}
@keyframes ss-twinkle {
  0%, 100% { opacity: 0.55; }
50% { opacity: 1; }
}
@keyframes ss-nebula-drift {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.85; }
50% { transform: translate(4%, -3%) scale(1.06); opacity: 1; }
}
@keyframes feat-pill-breathe {
  0%, 100% {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 0 0 0 rgba(232, 168, 32, 0);
  }
50% {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4), 0 0 20px rgba(232, 168, 32, 0.2);
  }
}
@keyframes feat-pill-in {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(12px) scale(0.88);
  }
to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
@keyframes feat-point-in {
  from { opacity: 0; transform: translateX(-10px); }
to { opacity: 1; transform: translateX(0); }
}
@keyframes feat-icon-breathe {
  0%, 100% { box-shadow: 0 0 0 rgba(232, 168, 32, 0); }
50% { box-shadow: 0 0 14px rgba(232, 168, 32, 0.18); }
}
@keyframes feat-hero-ambient {
  0%, 100% {
    border-color: rgba(236, 72, 153, 0.22);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35), 0 0 40px rgba(236, 72, 153, 0.06);
  }
50% {
    border-color: rgba(232, 168, 32, 0.3);
    box-shadow: 0 32px 70px rgba(0, 0, 0, 0.38), 0 0 56px rgba(232, 168, 32, 0.1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ss-orbit,
  .ss-body,
  .ss-moon-orbit,
  .ss-binary-spin,
  .ss-sun,
  .ss-stars,
  .ss-nebula,
  .ss-corona,
  .feat-score-pill,
  .feat-icon,
  .feat-hero,
  .feat-hero::before,
  .feat-badge-dot {
    animation: none !important;
  }
.feat-hero:not(.is-in) .feat-score-pill,
  .feat-points li {
    opacity: 1;
    transform: none;
  }
.feat-card:hover {
    transform: none;
  }
.ss-orbit.o-merc { transform: translate(-50%, -50%) rotate(20deg); }
.ss-orbit.o-venus { transform: translate(-50%, -50%) rotate(80deg); }
.ss-orbit.o-earth { transform: translate(-50%, -50%) rotate(140deg); }
.ss-orbit.o-mars { transform: translate(-50%, -50%) rotate(200deg); }
.ss-orbit.o-jup { transform: translate(-50%, -50%) rotate(260deg); }
.ss-orbit.o-sat { transform: translate(-50%, -50%) rotate(320deg); }
.ss-orbit.o-belt { transform: translate(-50%, -50%) rotate(40deg); }
.ss-binary-spin { transform: rotate(25deg); }
.ss-sun { animation: none !important; transform: none; }
}
.deities-compact {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.voices-compact {
  padding: 2.5rem 0;
  border-top: 1px solid var(--gold-hairline);
}
.quotes-row {
  display: grid;
  gap: 0.85rem;
  max-width: 900px;
  margin-inline: auto;
}
@media (min-width: 700px) {
  .quotes-row { grid-template-columns: 1fr 1fr; }
}
.quote-card {
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius);
  border: 1px solid var(--gold-hairline);
  background: rgba(18, 12, 36, 0.55);
}
.quote-card blockquote {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--text-secondary);
  margin-bottom: 0.85rem;
}
.quote-card figcaption {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-muted);
}
.faq-compact {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}
.faq-compact .section-header { margin-bottom: 1.5rem; }
.try .section-header.center:not(.tight) .section-sub {
}
.try {
  padding-bottom: 3rem;
}
.guidance-preview {
  border-top: 1px solid var(--gold-hairline);
  background: linear-gradient(180deg, rgba(28, 18, 50, 0.35), transparent 70%);
}
.wg-layout {
  display: grid;
  gap: 1.5rem;
  max-width: 1000px;
  margin-inline: auto;
  align-items: start;
}
@media (min-width: 900px) {
  .wg-layout {
    grid-template-columns: 0.9fr 1.2fr;
    gap: 2rem;
  }
}
.wg-card {
  position: relative;
  padding: 1.5rem 1.4rem 1.35rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--gold-border);
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(232, 168, 32, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(124, 58, 237, 0.1), transparent 50%),
    linear-gradient(160deg, rgba(38, 24, 67, 0.95), rgba(12, 8, 24, 0.98));
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.wg-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}
.wg-week {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.wg-sign-pill {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--text-secondary);
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--gold-hairline);
  background: rgba(232, 168, 32, 0.08);
}
.wg-theme {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: var(--text);
}
.wg-energy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 0.85rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(232, 168, 32, 0.22);
  background: linear-gradient(145deg, rgba(232, 168, 32, 0.12), rgba(30, 15, 50, 0.4));
}
.wg-energy-label,
.wg-block-label {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.wg-energy strong {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--gold-bright);
}
.wg-detail {
  font-size: 0.92rem;
  font-weight: 350;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.1rem;
}
.wg-block {
  margin-bottom: 0.85rem;
}
.wg-block p {
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.55;
  margin-top: 0.25rem;
}
.wg-hints {
  margin-bottom: 1.1rem;
}
.wg-hints ul {
  margin-top: 0.45rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.wg-hints li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.5;
}
.wg-hints li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.75;
}
.wg-mantra {
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(232, 168, 32, 0.25);
  background: rgba(232, 168, 32, 0.07);
  margin-bottom: 0.85rem;
  text-align: center;
}
.wg-mantra-name {
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}
.wg-mantra-text {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-style: italic;
  color: var(--gold-bright);
  line-height: 1.4;
}
.wg-blessing {
  font-family: var(--font-serif);
  font-size: 0.98rem;
  font-style: italic;
  color: var(--text-secondary);
  line-height: 1.55;
  margin-bottom: 1rem;
}
.wg-foot {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.5;
  border-top: 1px solid var(--gold-hairline);
  padding-top: 0.85rem;
}
.wg-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.35rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-hairline);
  background: rgba(18, 12, 36, 0.55);
}
.wg-fields {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 520px) {
  .wg-fields {
    grid-template-columns: 1fr 1fr;
  }
.wg-field-wide {
    grid-column: 1 / -1;
  }
}
.wg-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-secondary);
}
.wg-form input {
  min-height: 48px;
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
  border: 1px solid var(--gold-border);
  background: rgba(10, 6, 20, 0.75);
  color: var(--text);
  font-size: 16px;
  outline: none;
}
.wg-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(232, 168, 32, 0.15);
}
.wg-error {
  font-size: 0.85rem;
  color: #FB7185;
}
.wg-greeting {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 0.35rem;
}
.wg-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.95rem;
}
.wg-chip {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--text-secondary);
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  border: 1px solid var(--gold-hairline);
  background: rgba(232, 168, 32, 0.06);
}
.wg-cta {
  width: 100%;
  margin-top: 0.5rem;
}
.wg-empty {
  padding: 2rem 1.5rem;
  border-radius: var(--radius-xl);
  border: 1px dashed var(--gold-hairline);
  background: rgba(18, 12, 36, 0.35);
  min-height: 280px;
  display: grid;
  place-items: center;
}
.wg-empty[hidden],
.wg-card[hidden],
.wg-loading[hidden] {
  display: none !important;
}
.wg-empty-inner {
  text-align: center;
  max-width: 22rem;
}
.wg-empty-icon {
  display: block;
  font-size: 1.5rem;
  color: var(--gold);
  margin-bottom: 0.75rem;
  opacity: 0.8;
}
.wg-empty-inner p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}
.wg-card-pulse {
  animation: wg-in 0.7s var(--ease-out);
}
@keyframes wg-in {
  from { opacity: 0; transform: translateY(16px) scale(0.985); filter: blur(4px); }
to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
.wg-city-wrap {
  position: relative;
}
.wg-city-list {
  position: absolute;
  z-index: 40;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  max-height: 240px;
  overflow-y: auto;
  border-radius: 14px;
  border: 1px solid var(--gold-border);
  background: rgba(14, 8, 28, 0.97);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.wg-city-option {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 0.92rem;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.wg-city-option:hover,
.wg-city-option.is-active,
.wg-city-option[aria-selected="true"] {
  background: rgba(232, 168, 32, 0.12);
  color: var(--gold-bright);
}
.wg-city-name {
  font-weight: 500;
}
.wg-city-region {
  font-size: 0.72rem;
  color: var(--text-muted);
  white-space: nowrap;
}
.wg-city-option:hover .wg-city-region,
.wg-city-option.is-active .wg-city-region {
  color: rgba(255, 216, 122, 0.65);
}
.wg-city-empty {
  padding: 0.85rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  text-align: center;
}
.wg-form input.has-city {
  border-color: rgba(232, 168, 32, 0.45);
  background:
    linear-gradient(90deg, rgba(232, 168, 32, 0.08), transparent 40%),
    rgba(10, 6, 20, 0.75);
}
.wg-form.is-calculating {
  opacity: 0.72;
  pointer-events: none;
}
.wg-form.is-calculating .btn {
  opacity: 0.85;
}
.wg-loading {
  position: relative;
  min-height: 320px;
  padding: 2.5rem 1.5rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--gold-border);
  background:
    radial-gradient(ellipse 60% 50% at 50% 35%, rgba(232, 168, 32, 0.14), transparent 60%),
    radial-gradient(ellipse 40% 35% at 50% 80%, rgba(124, 58, 237, 0.12), transparent 55%),
    linear-gradient(165deg, rgba(30, 18, 55, 0.95), rgba(10, 6, 22, 0.98));
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.wg-loading-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
  width: min(100%, 280px);
  text-align: center;
}
.wg-orbit {
  position: relative;
  width: 120px;
  height: 120px;
}
.wg-orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(232, 168, 32, 0.28);
  box-shadow:
    0 0 24px rgba(232, 168, 32, 0.12),
    inset 0 0 20px rgba(232, 168, 32, 0.06);
  animation: wg-spin 8s linear infinite;
}
.wg-orbit-ring::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-left: -3.5px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 12px var(--gold);
}
.wg-orbit-ring-2 {
  inset: 14px;
  border-color: rgba(232, 168, 32, 0.18);
  animation-duration: 5.5s;
  animation-direction: reverse;
}
.wg-orbit-ring-2::before {
  width: 5px;
  height: 5px;
  margin-left: -2.5px;
  top: -2px;
  background: #c4b5fd;
  box-shadow: 0 0 10px rgba(167, 139, 250, 0.8);
}
.wg-orbit-core {
  position: absolute;
  inset: 32px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 248, 220, 0.95), rgba(232, 168, 32, 0.75) 40%, rgba(120, 70, 20, 0.9) 100%);
  box-shadow:
    0 0 40px rgba(232, 168, 32, 0.45),
    0 0 80px rgba(232, 168, 32, 0.2);
  animation: wg-pulse-core 2.2s ease-in-out infinite;
  display: grid;
  place-items: center;
}
.wg-orbit-moon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff8f0, #e8d4a8 60%, #a89060);
  box-shadow: 0 0 12px rgba(255, 248, 240, 0.5);
  opacity: 0.9;
}
.wg-orbit-spark {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold-bright);
  opacity: 0;
  animation: wg-spark 2.4s ease-in-out infinite;
}
.wg-orbit-spark.s1 { top: 8%; left: 62%; animation-delay: 0s; }
.wg-orbit-spark.s2 { top: 70%; left: 12%; animation-delay: 0.7s; }
.wg-orbit-spark.s3 { top: 40%; right: 4%; animation-delay: 1.3s; }
.wg-loading-phase {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.01em;
  min-height: 1.6em;
  transition: opacity 0.35s var(--ease-out);
}
.wg-loading-phase.is-swap {
  opacity: 0;
  transform: translateY(4px);
}
.wg-loading-bar {
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: rgba(232, 168, 32, 0.12);
  overflow: hidden;
}
.wg-loading-fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-dim), var(--gold-bright), var(--gold));
  box-shadow: 0 0 12px rgba(232, 168, 32, 0.5);
  transition: width 0.4s var(--ease-out);
}
@keyframes wg-spin {
  to { transform: rotate(360deg); }
}
@keyframes wg-pulse-core {
  0%, 100% { transform: scale(1); filter: brightness(1); }
50% { transform: scale(1.06); filter: brightness(1.15); }
}
@keyframes wg-spark {
  0%, 100% { opacity: 0; transform: scale(0.5); }
40% { opacity: 1; transform: scale(1.4); }
70% { opacity: 0.4; }
}
@media (prefers-reduced-motion: reduce) {
  .wg-orbit-ring,
  .wg-orbit-ring-2,
  .wg-orbit-core,
  .wg-orbit-spark {
    animation: none;
  }
.wg-card-pulse {
    animation: none;
  }
.wg-loading-phase {
    transition: none;
  }
}
@media (min-width: 900px) {
  .wg-layout {
    grid-template-columns: 0.95fr 1.15fr;
  }
.wg-empty,
  .wg-loading,
  .wg-card {
    grid-column: 2;
    grid-row: 1;
  }
.wg-form {
    grid-column: 1;
    grid-row: 1;
  }
}
