/* ============================================================
   SparkJyotish — cosmic gold light theme (plain CSS, no build).
   Ported from the React/Tailwind app. Cinzel (display) + Jost (body).
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --radius: 1rem;

  --background: oklch(0.985 0.008 90);
  --foreground: oklch(0.24 0.03 285);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.24 0.03 285);

  --gold: oklch(0.68 0.13 78);
  --gold-foreground: oklch(0.22 0.03 285);
  --gold-soft: oklch(0.80 0.10 82);

  --primary: oklch(0.58 0.13 66);
  --primary-foreground: oklch(0.99 0.005 90);
  --primary-glow: oklch(0.66 0.14 70);

  --secondary: oklch(0.96 0.012 85);
  --secondary-foreground: oklch(0.30 0.04 60);
  --muted: oklch(0.955 0.01 85);
  --muted-foreground: oklch(0.50 0.02 285);
  --accent: oklch(0.62 0.16 52);

  --saffron: oklch(0.62 0.16 52);
  --lotus: oklch(0.56 0.14 350);
  --ether: oklch(0.55 0.10 220);

  --destructive: oklch(0.55 0.20 27);
  --border: oklch(0.24 0.03 285 / 12%);
  --input: oklch(0.93 0.012 80);
  --ring: oklch(0.58 0.13 66);

  --blob-peach: oklch(0.93 0.07 60);
  --blob-mint:  oklch(0.93 0.06 165);
  --blob-butter:oklch(0.95 0.09 95);
  --blob-sky:   oklch(0.92 0.06 235);
  --blob-lav:   oklch(0.91 0.07 320);

  --gradient-cosmic: linear-gradient(180deg, oklch(0.99 0.01 95) 0%, oklch(0.965 0.03 80) 55%, oklch(0.98 0.02 60) 100%);
  --gradient-gold: linear-gradient(135deg, oklch(0.72 0.13 82), oklch(0.58 0.14 55));
  --gradient-primary: linear-gradient(135deg, var(--saffron), var(--gold));
  --shadow-gold: 0 18px 50px -22px oklch(0.58 0.14 66 / 35%);
  --shadow-soft: 0 10px 40px -18px oklch(0.30 0.05 60 / 20%);

  --font-display: "Cinzel", "Cormorant Garamond", Georgia, serif;
  --font-sans: "Jost", "Inter", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--gradient-cosmic);
  background-attachment: fixed;
  color: var(--foreground);
  font-family: var(--font-sans);
  min-height: 100vh;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
h1,h2,h3,h4,h5 { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.005em; color: var(--foreground); line-height: 1.14; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }
.section { padding-block: 5.5rem; position: relative; }
.muted { color: var(--muted-foreground); }
.center { text-align: center; }

.eyebrow { font-family: var(--font-sans); font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--saffron); font-weight: 600; }
.section-title { font-family: var(--font-display); font-size: clamp(1.9rem, 4vw, 2.9rem); text-align: center; font-weight: 600; letter-spacing: -0.005em; }
.section-head { text-align: center; margin-bottom: 3rem; }
.section-head .eyebrow { display: block; margin-bottom: 1rem; }
.gradient-text, .text-gilded { background: var(--gradient-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }
.text-gold { color: var(--gold); }
.stars { color: var(--gold); letter-spacing: 1px; }

/* ── Buttons ─────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem; padding: 0.7rem 1.4rem; border-radius: 9999px; font-weight: 600; font-size: 0.92rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; white-space: nowrap; }
.btn svg, .btn .ic { width: 1.05em; height: 1.05em; flex-shrink: 0; display: block; }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.82rem; }
.btn-lg { padding: 0.85rem 1.7rem; font-size: 1rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--primary); color: var(--primary-foreground); box-shadow: var(--shadow-gold); }
.btn-primary:hover { background: var(--primary-glow); transform: translateY(-1px); }
.btn-gold { background: linear-gradient(180deg, #c49a5a 0%, #9a6b32 48%, #7a5224 100%); color: #fffaf1; box-shadow: 0 10px 28px -12px rgba(122, 82, 36, 0.55), inset 0 1px 0 rgba(255,255,255,0.35); }
.btn-gold:hover { transform: translateY(-1px); filter: brightness(1.05); }
.btn-outline { border: 1px solid var(--border); background: color-mix(in oklab, var(--card) 70%, transparent); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); color: var(--foreground); }
.btn-outline:hover { border-color: var(--gold); transform: translateY(-1px); }
.btn-ghost-warm { border: 1px solid rgba(139, 94, 40, 0.28); background: rgba(253, 244, 230, 0.55); color: #7a5224; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.btn-ghost-warm:hover { background: rgba(253, 244, 230, 0.9); border-color: rgba(139, 94, 40, 0.45); transform: translateY(-1px); }
.btn-gold-outline { border: 1px solid color-mix(in oklab, var(--gold) 45%, transparent); color: var(--gold); background: transparent; }
.btn-gold-outline:hover { background: color-mix(in oklab, var(--gold) 10%, transparent); }
.btn-secondary { background: var(--secondary); color: var(--secondary-foreground); }
.btn-secondary:hover { transform: translateY(-1px); }
.btn-square { border-radius: .6rem; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.72rem; height: 3rem; padding: 0 2.2rem; }
.btn:disabled { opacity: .5; cursor: not-allowed; transform: none; }

/* ── Header pill ─────────────────────────────────────────── */
.site-header { position: sticky; top: 0; z-index: 50; padding: 1rem 0.75rem 0; }
@media (min-width: 768px) { .site-header { padding: 1.25rem 1.5rem 0; } }
.nav-pill { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  border: 1px solid color-mix(in oklab, var(--gold) 20%, transparent);
  background: color-mix(in oklab, var(--card) 85%, transparent);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  border-radius: 9999px; padding: 0.55rem 1.4rem; box-shadow: var(--shadow-soft); transition: box-shadow .3s ease; }
.nav-pill.scrolled { box-shadow: 0 16px 44px -20px oklch(0.40 0.08 60 / 35%); }
.brand { display: flex; align-items: center; gap: 0.7rem; flex-shrink: 0; }
.brand-logo { height: 46px; width: 46px; object-fit: contain; display: block; border-radius: 50%; background: #fff; flex-shrink: 0; }
.brand-logo-lg { height: 58px; width: 58px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--gradient-gold); color: #fffaf1; box-shadow: 0 6px 18px -8px var(--gold); flex-shrink: 0; }
.brand-mark svg { width: 22px; height: 22px; }
.brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(0.82rem, 1.6vw, 1.05rem);
  letter-spacing: 0.12em;
  line-height: 1.05;
  background: linear-gradient(180deg, #d4a85c 0%, #b07a2e 42%, #8b5e28 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.brand-name small {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.48rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6b6358;
  -webkit-text-fill-color: #6b6358;
  background: none;
  font-weight: 500;
  margin-top: 0.28rem;
  white-space: nowrap;
}
.nav-links { display: none; align-items: center; gap: 0.35rem; }
@media (min-width: 1024px) { .nav-links { display: flex; } }
.nav-links a { font-size: 0.85rem; font-weight: 500; color: color-mix(in oklab, var(--foreground) 75%, transparent); transition: color .2s ease, background .2s ease; padding: 0.4rem 0.85rem; border-radius: 9999px; }
.nav-links a:hover { color: var(--foreground); background: rgba(232, 213, 183, 0.35); }
.nav-links a.active { color: #5c4630; background: #efe2cc; font-weight: 600; }
.nav-actions { display: flex; align-items: center; gap: 0.4rem; }
@media (min-width: 768px) { .nav-actions { gap: 0.65rem; } }
.icon-btn { position: relative; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; transition: background .2s ease; }
.icon-btn:hover { background: var(--secondary); }
.icon-btn svg { width: 18px; height: 18px; }
.cart-badge { position: absolute; top: -2px; right: -2px; min-width: 16px; height: 16px; padding: 0 4px; display: grid; place-items: center; background: var(--saffron); color: #fff; font-size: .62rem; font-weight: 700; border-radius: 9999px; }
.cart-badge.bump { animation: bump .4s ease; }
@keyframes bump { 0%,100%{transform:scale(1)} 35%{transform:scale(1.5)} }
.auth-links { display: none; align-items: center; gap: 0.5rem; }
@media (min-width: 768px) { .auth-links { display: flex; } }
.link-quiet { font-size: 0.85rem; color: color-mix(in oklab, var(--foreground) 80%, transparent); padding: 0.35rem 0.7rem; }
.link-quiet:hover { color: var(--foreground); }
.hamburger { display: grid; }
@media (min-width: 1024px) { .hamburger { display: none; } }
.mobile-menu { display: none; max-width: 1200px; margin: 0.5rem auto 0; border: 1px solid color-mix(in oklab, var(--gold) 20%, transparent); background: color-mix(in oklab, var(--card) 96%, transparent); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); border-radius: 1.25rem; padding: 0.5rem; box-shadow: var(--shadow-soft); }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; width: 100%; text-align: left; padding: 0.7rem 0.85rem; font-size: 0.9rem; font-weight: 500; border-radius: 0.6rem; }
.mobile-menu a:hover { background: var(--secondary); }
.mobile-menu .sep { border-top: 1px solid var(--border); margin: 0.3rem 0; }

/* ── Announcement rail ───────────────────────────────────── */
.announce { background: linear-gradient(90deg, color-mix(in oklab, var(--saffron) 92%, #000), color-mix(in oklab, var(--gold) 85%, #000)); color: #fff9ec; font-size: .74rem; letter-spacing: .04em; }
.announce .container { display: flex; gap: 1rem; align-items: center; justify-content: center; padding: .4rem 1.25rem; text-align: center; flex-wrap: wrap; }
.announce svg { width: 14px; height: 14px; vertical-align: -2px; }

/* ── Hero (cosmos banner) ────────────────────────────────── */
.hero { position: relative; overflow: visible; padding: 1.25rem 0 2.5rem; }
@media (min-width: 768px) { .hero { padding: 1.75rem 0 3.5rem; } }

.hero-banner {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  padding: 2rem 1.35rem 1.35rem;
  min-height: 0;
  background:
    radial-gradient(ellipse 70% 80% at 72% 42%, rgba(255, 248, 235, 0.95) 0%, transparent 55%),
    radial-gradient(ellipse 90% 100% at 50% 50%, #fdf8f1 0%, #f3e6d2 55%, #ead7bb 100%);
  border: 1px solid rgba(139, 94, 40, 0.12);
  box-shadow: 0 24px 60px -36px rgba(90, 60, 20, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.75rem;
}
@media (min-width: 768px) {
  .hero-banner { padding: 2.75rem 3rem 1.75rem; border-radius: 2rem; gap: 2.25rem; }
}

.hero-cosmos {
  position: absolute !important;
  inset: 0 !important;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.hero-orbits {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block;
  opacity: 1;
  animation: orbitDrift 90s linear infinite;
  transform-origin: 65% 47%;
}
.planet {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
}
.planet.p1 { width: 11px; height: 11px; background: #c47a5a; top: 22%; right: 28%; animation: floaty 7s ease-in-out infinite; }
.planet.p2 { width: 8px; height: 8px; background: #d4a078; top: 38%; right: 14%; animation: floaty 9s ease-in-out infinite 0.6s; }
.planet.p3 { width: 14px; height: 14px; background: #8b5e28; top: 58%; right: 22%; animation: floaty 8s ease-in-out infinite 1.2s; }
.planet.p4 { width: 7px; height: 7px; background: #e8a090; bottom: 28%; right: 38%; animation: floaty 10s ease-in-out infinite 0.3s; }
.planet.p5 { width: 9px; height: 9px; background: #b07a2e; top: 18%; right: 42%; animation: floaty 11s ease-in-out infinite 1.8s; }
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes orbitDrift { to { transform: rotate(360deg); } }

.hero-copy { position: relative; z-index: 1; text-align: left; max-width: 36rem; }
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 0;
  background: rgba(255, 250, 240, 0.78);
  padding: 0.4rem 0.95rem;
  border-radius: 9999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b5340;
  box-shadow: 0 6px 18px -12px rgba(90, 60, 20, 0.35);
}
.hero-pill .pill-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #8b5e28;
  box-shadow: 0 0 0 3px rgba(139, 94, 40, 0.18);
}
.hero h1 {
  margin-top: 1.4rem;
  font-size: clamp(2.15rem, 6vw, 3.85rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 0.12em;
}
.hero-line-gold {
  background: linear-gradient(180deg, #d4a85c 0%, #b07a2e 45%, #8b5e28 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.hero-line-dark { color: #1a1c2e; -webkit-text-fill-color: #1a1c2e; }
.hero-sub {
  margin: 1.25rem 0 0;
  max-width: 32rem;
  color: #5c554c;
  font-size: 1.02rem;
  line-height: 1.65;
}
.hero-cta { margin-top: 1.75rem; display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: flex-start; }

.hero-stats {
  position: relative;
  z-index: 1;
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
}
.hero-stats .stat-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(139, 94, 40, 0.08);
  border-radius: 1rem;
  padding: 1.05rem 1.15rem;
  box-shadow: 0 10px 28px -18px rgba(90, 60, 20, 0.35);
}
.hero-stats .k {
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: 0.01em;
  background: linear-gradient(180deg, #c49a5a, #8b5e28);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-stats .v {
  margin-top: 0.3rem;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6b6358;
  font-weight: 500;
}

/* legacy art helpers (kept for other pages) */
.hero-blobs { display: none; }
.hero-art { position: relative; display: grid; place-items: center; }
.hero-art .halo { position: absolute; inset: 0; margin: auto; width: 75%; height: 75%; border-radius: 50%; background: linear-gradient(135deg, color-mix(in oklab, var(--gold) 25%, transparent), color-mix(in oklab, var(--saffron) 20%, transparent)); filter: blur(48px); z-index: -1; }
.mandala { width: 100%; max-width: 440px; aspect-ratio: 1; height: auto; object-fit: contain; animation: spin 140s linear infinite; filter: drop-shadow(0 20px 60px rgba(160,110,30,.28)); }
@media (max-width: 767.98px) { .mandala { max-width: 300px; } }
@keyframes spin { to { transform: rotate(360deg); } }

/* ── Featured-in strip ───────────────────────────────────── */
.featured-in { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: color-mix(in oklab, var(--card) 40%, transparent); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); padding: 2rem 0; }
.featured-in p { text-align: center; font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.3em; color: var(--muted-foreground); margin-bottom: 1.1rem; }
.featured-in .logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.75rem 2.5rem; font-family: var(--font-display); font-size: 1.1rem; color: color-mix(in oklab, var(--foreground) 55%, transparent); }

/* ── Grids + cards ───────────────────────────────────────── */
.grid-2 { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .grid-2 { grid-template-columns: 1fr 1fr; } }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3,1fr); } }
.grid-4 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
@media (min-width: 768px) { .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.glass-panel, .service-card, .astro-card, .panel, .product-card .p-img { }

.service-card { padding: 1.75rem; border: 1px solid var(--border); border-radius: 1rem; background: var(--card); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.service-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.service-card .sc-icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; color: #fffaf1; background: var(--gradient-gold); margin-bottom: 1.1rem; }
.service-card .sc-icon svg { width: 22px; height: 22px; }
.service-card h3 { font-size: 1.25rem; margin-bottom: 0.6rem; }
.service-card p { font-size: 0.88rem; color: var(--muted-foreground); margin-bottom: 1.25rem; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.service-card .sc-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; border-top: 1px solid var(--border); }
.service-card .price { font-weight: 600; font-family: var(--font-display); }
.sc-link { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.2em; font-weight: 600; color: var(--saffron); }
.sc-link:hover { text-decoration: underline; }

.product-card { position: relative; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 1rem; background: var(--card); padding: .8rem; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.product-card:hover { border-color: color-mix(in oklab, var(--gold) 45%, transparent); transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.product-card .p-img { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: .7rem; margin-bottom: .85rem; background: var(--secondary); }
.product-card .p-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.product-card:hover .p-img img { transform: scale(1.05); }
.product-card h4 { font-size: 1rem; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em; }
.product-card a:hover h4 { color: var(--saffron); }
.product-card .p-cat { font-size: .64rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted-foreground); margin-bottom: .3rem; }
.product-card .p-price { font-size: 1rem; font-family: var(--font-display); margin: 0.35rem 0 0.75rem; display: flex; flex-wrap: wrap; align-items: baseline; gap: .1rem .45rem; }
.product-card .p-price del { opacity: .55; font-size: .82rem; font-family: var(--font-sans); }
.product-card .p-price .off { font-family: var(--font-sans); font-size: .7rem; font-weight: 700; color: var(--saffron); }
.product-card .p-actions { margin-top: auto; display: flex; flex-direction: column; gap: 0.5rem; }
.product-card .p-actions .row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.badge-out { display: inline-block; font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--destructive); font-weight: 600; }

/* Wishlist heart */
.wish-btn { position: absolute; top: .55rem; right: .55rem; width: 34px; height: 34px; border-radius: 50%; background: color-mix(in oklab, var(--card) 85%, transparent); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); display: grid; place-items: center; box-shadow: var(--shadow-soft); color: var(--muted-foreground); z-index: 2; }
.wish-btn svg { width: 17px; height: 17px; }
.wish-btn.on { color: var(--lotus); }
.wish-btn.on svg { fill: var(--lotus); }

.astro-card { border: 1px solid var(--border); border-radius: 1rem; background: var(--card); padding: 1.6rem; text-align: center; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.astro-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.astro-card .a-photo { position: relative; width: 104px; height: 104px; margin: 0 auto 1rem; border-radius: 50%; overflow: hidden; border: 3px solid color-mix(in oklab, var(--gold) 45%, transparent); }
.astro-card .a-photo img { width: 100%; height: 100%; object-fit: cover; }
.astro-card h3 { font-size: 1.2rem; }
.astro-card .a-spec { color: var(--saffron); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; margin: 0.35rem 0 0.6rem; }
.astro-card .a-meta { font-size: 0.82rem; color: var(--muted-foreground); margin-bottom: .5rem; }
.astro-card .a-langs { font-size: .72rem; color: var(--muted-foreground); margin-bottom: 1rem; }
.astro-card .a-fee { font-family: var(--font-display); font-size: 1.05rem; margin-bottom: 1rem; }
.dot-live { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: oklch(0.62 0.17 150); margin-right: .35rem; box-shadow: 0 0 0 3px color-mix(in oklab, oklch(0.62 0.17 150) 25%, transparent); }
.dot-busy { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--muted-foreground); margin-right: .35rem; }

/* ── CTA block ───────────────────────────────────────────── */
.cta-block { position: relative; isolation: isolate; padding: 3.5rem 1.5rem; text-align: center; border: 1px solid var(--border); border-radius: 1.25rem; overflow: hidden; }
@media (min-width: 768px) { .cta-block { padding: 4.5rem; } }
.cta-block::before, .cta-block::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(60px); opacity: 0.6; pointer-events: none; }
.cta-block::before { width: 36rem; height: 36rem; background: var(--blob-butter); top: -8rem; left: -10rem; }
.cta-block::after { width: 32rem; height: 32rem; background: var(--blob-peach); top: 4rem; right: -8rem; }

/* ── Page hero ───────────────────────────────────────────── */
.page-hero { position: relative; overflow: hidden; padding: 3rem 0 1.5rem; text-align: center; }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3rem); }
.page-hero p { color: var(--muted-foreground); max-width: 38rem; margin: 1rem auto 0; }

/* ── Forms ───────────────────────────────────────────────── */
.input, .field input, .field textarea, .field select { width: 100%; padding: 0.7rem 0.9rem; border: 1px solid var(--border); border-radius: 0.7rem; background: var(--card); color: var(--foreground); font-family: inherit; font-size: 0.95rem; }
.input:focus, .field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px color-mix(in oklab, var(--gold) 18%, transparent); }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: 0.82rem; font-weight: 600; margin-bottom: 0.4rem; color: var(--muted-foreground); }

/* ── Pills / filters ─────────────────────────────────────── */
.filter-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-bottom: 2rem; }
.pill { padding: 0.45rem 1.1rem; border-radius: 9999px; border: 1px solid var(--border); background: var(--card); color: var(--muted-foreground); font-size: 0.82rem; font-weight: 600; transition: all .2s ease; cursor: pointer; }
.pill:hover { border-color: var(--gold); color: var(--gold); }
.pill.active { background: var(--gradient-gold); color: #fffaf1; border-color: transparent; }

/* ── Reveal on scroll ────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ── Misc ────────────────────────────────────────────────── */
.divider-gold { height: 2px; width: 7rem; margin: 1.2rem auto 0; background: linear-gradient(90deg, transparent, color-mix(in oklab, var(--gold) 60%, transparent), transparent); }
.empty { text-align: center; color: var(--muted-foreground); padding: 3rem 1rem; }
.hidden-sm { display: none; }
@media (min-width: 640px) { .hidden-sm { display: inline; } }
.watercolor-soft { position: relative; isolation: isolate; }
.watercolor-soft::before { content: ""; position: absolute; z-index: -1; width: 28rem; height: 28rem; border-radius: 50%; filter: blur(70px); opacity: .5; background: var(--blob-butter); top: 10%; right: -6rem; pointer-events: none; }
.watercolor { position: relative; isolation: isolate; }
.watercolor::before, .watercolor::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(60px); opacity: .6; pointer-events: none; }
.watercolor::before { width: 36rem; height: 36rem; background: var(--blob-butter); top: -8rem; left: -10rem; }
.watercolor::after { width: 32rem; height: 32rem; background: var(--blob-peach); top: 4rem; right: -8rem; }

/* Prose for legal / content pages */
.prose { max-width: 46rem; margin: 0 auto; }
.prose h2 { font-size: 1.5rem; margin: 2rem 0 .75rem; }
.prose p { color: var(--muted-foreground); line-height: 1.8; margin-bottom: 1rem; }
.prose ul.bullets { margin: 0 0 1rem 1.2rem; list-style: disc; color: var(--muted-foreground); line-height: 1.8; }

/* Tabs (auth) */
.tabs { display: flex; gap: .5rem; border-bottom: 1px solid var(--border); margin-bottom: 1.5rem; }
.tabs button { padding: .6rem 1rem; font-weight: 600; color: var(--muted-foreground); border-bottom: 2px solid transparent; margin-bottom: -1px; }
.tabs button.active { color: var(--foreground); border-bottom-color: var(--gold); }
.auth-card { max-width: 30rem; margin: 0 auto; border: 1px solid var(--border); background: var(--card); padding: 2rem; border-radius: 1rem; box-shadow: var(--shadow-soft); }
.notice { border: 1px dashed color-mix(in oklab, var(--gold) 45%, transparent); background: color-mix(in oklab, var(--gold) 8%, transparent); color: var(--foreground); padding: 1rem 1.25rem; border-radius: .75rem; font-size: .9rem; }

/* ── Flash messages ──────────────────────────────────────── */
.flash { padding: .85rem 1.1rem; border-radius: .7rem; margin-bottom: 1.25rem; font-size: .92rem; border: 1px solid transparent; }
.flash-success { background: color-mix(in oklab, var(--blob-mint) 55%, var(--card)); border-color: color-mix(in oklab, oklch(0.55 0.15 165) 35%, transparent); color: oklch(0.32 0.08 165); }
.flash-error   { background: color-mix(in oklab, var(--destructive) 12%, var(--card)); border-color: color-mix(in oklab, var(--destructive) 35%, transparent); color: oklch(0.42 0.18 25); }
.flash-info    { background: color-mix(in oklab, var(--blob-sky) 45%, var(--card)); border-color: color-mix(in oklab, oklch(0.55 0.15 235) 30%, transparent); color: oklch(0.34 0.10 250); }

/* ── Status pills (orders) ───────────────────────────────── */
.status-pill { display: inline-flex; align-items: center; gap: .35rem; padding: .25rem .7rem; border-radius: 9999px; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.sp-pending    { background: color-mix(in oklab, var(--blob-butter) 60%, var(--card)); color: oklch(0.42 0.12 75); }
.sp-processing { background: color-mix(in oklab, var(--blob-lav) 55%, var(--card)); color: oklch(0.40 0.14 320); }
.sp-shipped    { background: color-mix(in oklab, var(--blob-sky) 55%, var(--card)); color: oklch(0.36 0.12 240); }
.sp-delivered  { background: color-mix(in oklab, var(--blob-mint) 60%, var(--card)); color: oklch(0.34 0.10 165); }
.sp-cancelled, .sp-refunded { background: color-mix(in oklab, var(--destructive) 12%, var(--card)); color: oklch(0.45 0.16 25); }

/* ── Panels / tables ─────────────────────────────────────── */
.panel { border: 1px solid var(--border); background: var(--card); border-radius: 1rem; padding: 1.75rem; box-shadow: var(--shadow-soft); }
.panel + .panel { margin-top: 1.5rem; }
.grid-2 > .panel + .panel,
.grid-3 > .panel + .panel,
.grid-4 > .panel + .panel,
.trust-grid > .trust-card + .trust-card { margin-top: 0; }
.panel h3 { font-size: 1.3rem; margin-bottom: 1.1rem; }

/* Trust / perk cards — icon + text aligned */
.trust-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  border: 1px solid var(--border);
  background: var(--card);
  border-radius: 1rem;
  padding: 1.15rem 1.25rem;
  box-shadow: var(--shadow-soft);
}
.trust-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: color-mix(in oklab, var(--gold) 12%, transparent);
}
.trust-icon svg { width: 22px; height: 22px; display: block; }
.trust-body { min-width: 0; flex: 1; text-align: left; }
.trust-body strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.35;
  color: var(--foreground);
  margin: 0.15rem 0 0.25rem;
}
.trust-body p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--muted-foreground);
}
.perk-list { margin-top: 1.5rem; display: grid; gap: 0.55rem; list-style: none; padding: 0; }
.perk-list li { display: flex; align-items: flex-start; gap: 0.55rem; font-size: 0.9rem; line-height: 1.45; color: var(--foreground); }
.perk-list li svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--gold); margin-top: 0.12rem; display: block; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th, .data-table td { text-align: left; padding: .85rem 1rem; border-bottom: 1px solid var(--border); font-size: .9rem; }
.data-table th { font-family: var(--font-sans); font-weight: 600; color: var(--muted-foreground); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.data-table tr:last-child td { border-bottom: none; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.cart-item { display: grid; grid-template-columns: 84px 1fr auto; gap: 1rem; align-items: center; border: 1px solid var(--border); border-radius: 1rem; background: var(--card); padding: 1rem; }
.cart-item .line-total { font-family: var(--font-display); font-size: 1.1rem; white-space: nowrap; }
.account-grid { display: grid; gap: 1.5rem; align-items: start; }
@media (min-width: 900px) { .account-grid { grid-template-columns: 240px 1fr; } }
.checkout-grid { display: grid; gap: 1.75rem; align-items: start; }
@media (min-width: 900px) { .checkout-grid { grid-template-columns: 1.4fr 1fr; } }
.side-nav { display: flex; flex-direction: column; gap: .25rem; }
.side-nav a { padding: .7rem 1rem; border-radius: .7rem; font-weight: 600; font-size: .92rem; color: var(--muted-foreground); }
.side-nav a:hover { background: var(--secondary); color: var(--foreground); }
.side-nav a.active { background: var(--gradient-gold); color: #fffaf1; }

/* ── Footer ──────────────────────────────────────────────── */
.site-footer { margin-top: 6rem; border-top: 1px solid var(--border); background: color-mix(in oklab, var(--background) 60%, transparent); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.footer-grid { display: grid; gap: 2.5rem; padding-block: 3.5rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1.5fr; } }
.footer-brand p { font-size: 0.9rem; color: var(--muted-foreground); line-height: 1.7; margin: 1rem 0 1.25rem; max-width: 24rem; }
.socials { display: flex; gap: 0.75rem; }
.socials a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid color-mix(in oklab, var(--gold) 30%, transparent); display: grid; place-items: center; color: var(--gold); transition: background .2s ease; }
.socials a:hover { background: color-mix(in oklab, var(--gold) 10%, transparent); }
.socials svg { width: 16px; height: 16px; }
.footer-col h4 { color: var(--gold); margin-bottom: 1rem; font-size: 1rem; }
.footer-col ul { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col ul a, .footer-contact a, .footer-contact span { font-size: 0.9rem; color: var(--muted-foreground); }
.footer-col ul a:hover, .footer-contact a:hover { color: var(--gold); }
.footer-contact li { display: flex; align-items: flex-start; gap: 0.5rem; margin-bottom: 0.75rem; font-size: 0.9rem; color: var(--muted-foreground); }
.footer-contact li svg { width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.footer-bottom { border-top: 1px solid var(--border); }
.footer-bottom .container { display: flex; flex-direction: column; gap: 0.75rem; align-items: center; justify-content: space-between; padding: 1.25rem; font-size: 0.75rem; color: var(--muted-foreground); }
@media (min-width: 768px) { .footer-bottom .container { flex-direction: row; } }
.footer-bottom .links { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.footer-bottom .links a:hover { color: var(--foreground); }
.footer-disclaimer { font-size: .72rem; color: var(--muted-foreground); text-align: center; padding: 0 1.25rem 1.5rem; max-width: 52rem; margin: 0 auto; }
.newsletter { margin-top: 1.25rem; display: flex; gap: 0.5rem; }
.newsletter input { height: 38px; }

/* ── Live banner (celestial orb + rotating message) ──────── */
.live-banner { border: 1px solid color-mix(in oklab, var(--gold) 22%, transparent); border-radius: 1.25rem; background: color-mix(in oklab, var(--card) 85%, transparent); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: var(--shadow-soft); padding: 1.5rem 1.75rem; display: flex; align-items: center; gap: 1.25rem; }
.live-orb { flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, oklch(0.85 0.14 90), oklch(0.6 0.15 55)); box-shadow: 0 0 0 6px color-mix(in oklab, var(--gold) 14%, transparent), 0 8px 30px -8px var(--gold); animation: float-y 5s ease-in-out infinite; }
@keyframes float-y { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-6px);} }
.live-banner .lb-tag { font-size: .64rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; color: var(--saffron); }
.live-banner .lb-msg { font-family: var(--font-display); font-size: 1.1rem; margin-top: .2rem; }
.lb-dots { display: flex; gap: .35rem; margin-left: auto; }
.lb-dots span { width: 7px; height: 7px; border-radius: 50%; background: color-mix(in oklab, var(--gold) 35%, transparent); }
.lb-dots span.on { background: var(--gold); }

/* ── Zodiac / Rashifal grid ──────────────────────────────── */
.zodiac-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
@media (min-width: 640px) { .zodiac-grid { grid-template-columns: repeat(3,1fr); } }
@media (min-width: 1024px) { .zodiac-grid { grid-template-columns: repeat(4,1fr); } }
.zodiac-card { border: 1px solid var(--border); border-radius: 1rem; background: var(--card); padding: 1.25rem; text-align: center; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.zodiac-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.zodiac-glyph { font-size: 2rem; line-height: 1; color: var(--saffron); }
.zodiac-card h4 { font-size: 1.05rem; margin-top: .5rem; }
.zodiac-card .z-hindi { color: var(--gold); font-size: .8rem; }
.zodiac-card .z-meta { font-size: .7rem; color: var(--muted-foreground); margin-top: .35rem; }

/* ── Planet positions ────────────────────────────────────── */
.planet-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .85rem; }
@media (min-width: 700px) { .planet-grid { grid-template-columns: repeat(3,1fr); } }
.planet-cell { border: 1px solid var(--border); border-radius: .8rem; background: var(--card); padding: .9rem 1rem; display: flex; align-items: center; gap: .7rem; }
.planet-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.planet-cell .pl-name { font-weight: 600; }
.planet-cell .pl-sub { font-size: .78rem; color: var(--muted-foreground); }
.retro { color: var(--destructive); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

/* ── Panchang ────────────────────────────────────────────── */
.panch-status { border: 1px solid color-mix(in oklab, var(--gold) 22%, transparent); border-radius: 1.25rem; background: color-mix(in oklab, var(--card) 88%, transparent); padding: 1.25rem 1.5rem; display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; box-shadow: var(--shadow-soft); }
.panch-status .ps-item .k { font-size: .64rem; text-transform: uppercase; letter-spacing: .16em; color: var(--muted-foreground); }
.panch-status .ps-item .v { font-family: var(--font-display); font-size: 1.15rem; }
.badge-live { margin-left: auto; display: inline-flex; align-items: center; gap: .4rem; font-size: .72rem; font-weight: 700; color: oklch(0.5 0.16 150); text-transform: uppercase; letter-spacing: .08em; }
.anga-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
@media (min-width: 700px) { .anga-grid { grid-template-columns: repeat(3,1fr); } }
.anga { border: 1px solid var(--border); border-radius: 1rem; background: var(--card); padding: 1.1rem 1.25rem; }
.anga .k { font-size: .64rem; text-transform: uppercase; letter-spacing: .16em; color: var(--saffron); font-weight: 700; }
.anga .v { font-family: var(--font-display); font-size: 1.2rem; margin-top: .3rem; }
.anga .sub { font-size: .78rem; color: var(--muted-foreground); margin-top: .15rem; }
.timing-row { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--border); font-size: .92rem; }
.timing-row:last-child { border-bottom: none; }
.chogh-grid { display: grid; grid-template-columns: 1fr; gap: .5rem; }
@media (min-width: 640px) { .chogh-grid { grid-template-columns: 1fr 1fr; } }
.chogh { display: flex; justify-content: space-between; align-items: center; padding: .65rem .9rem; border-radius: .7rem; border: 1px solid var(--border); background: var(--card); font-size: .9rem; }
.chogh .cg-name { font-weight: 600; }
.chogh .cg-win { color: var(--muted-foreground); font-size: .82rem; }
.chogh.nat-good { border-color: color-mix(in oklab, oklch(0.6 0.15 150) 40%, transparent); background: color-mix(in oklab, var(--blob-mint) 40%, var(--card)); }
.chogh.nat-bad { border-color: color-mix(in oklab, var(--destructive) 30%, transparent); background: color-mix(in oklab, var(--destructive) 8%, var(--card)); }
.chogh.nat-neutral { border-color: color-mix(in oklab, var(--gold) 30%, transparent); background: color-mix(in oklab, var(--blob-butter) 40%, var(--card)); }
.score-row { margin-bottom: .9rem; }
.score-row .lbl { display: flex; justify-content: space-between; font-size: .82rem; margin-bottom: .3rem; }
.score-bar { height: 8px; border-radius: 9999px; background: var(--secondary); overflow: hidden; }
.score-bar > span { display: block; height: 100%; background: var(--gradient-gold); }

/* ── Timeline (order confirmation) ───────────────────────── */
.timeline { display: grid; gap: 0; }
.timeline .step { display: flex; gap: 1rem; padding-bottom: 1.5rem; position: relative; }
.timeline .step::before { content: ""; position: absolute; left: 15px; top: 32px; bottom: 0; width: 2px; background: var(--border); }
.timeline .step:last-child { padding-bottom: 0; }
.timeline .step:last-child::before { display: none; }
.timeline .dot { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--gradient-gold); color: #fffaf1; }
.timeline .dot svg { width: 16px; height: 16px; }
.timeline .step.pending .dot { background: var(--secondary); color: var(--muted-foreground); }
.timeline h4 { font-size: 1rem; }
.timeline p { font-size: .84rem; color: var(--muted-foreground); }

/* ── Admin panel ─────────────────────────────────────────── */
.admin-body { background: var(--gradient-cosmic); }
.admin-shell { display: flex; min-height: 100vh; }
.admin-overlay { display: none; position: fixed; inset: 0; background: oklch(0.20 0.02 280 / 40%); z-index: 40; }
.admin-sidebar { width: 256px; flex-shrink: 0; position: sticky; top: 0; align-self: flex-start; height: 100vh; overflow-y: auto; background: color-mix(in oklab, var(--card) 92%, transparent); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-right: 1px solid var(--border); padding: 1.25rem 1rem; z-index: 50; }
.admin-brand { display: flex; align-items: center; gap: .6rem; padding: .35rem .5rem 1.1rem; margin-bottom: .75rem; border-bottom: 1px solid var(--border); font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }
.admin-brand small { display: block; font-family: var(--font-sans); font-size: .56rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-foreground); font-weight: 600; }
.admin-nav { display: flex; flex-direction: column; gap: .15rem; }
.admin-nav a { display: flex; align-items: center; gap: .75rem; padding: .65rem .8rem; border-radius: .7rem; font-size: .9rem; font-weight: 600; color: var(--muted-foreground); transition: background .15s ease, color .15s ease; }
.admin-nav a svg { width: 18px; height: 18px; }
.admin-nav a:hover { background: var(--secondary); color: var(--foreground); }
.admin-nav a.active { background: var(--gradient-gold); color: #fffaf1; }
.admin-nav a.danger { color: var(--destructive); }
.admin-nav a.danger:hover { background: color-mix(in oklab, var(--destructive) 12%, transparent); }
.admin-nav-sep { height: 1px; background: var(--border); margin: .6rem 0; }
.admin-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.admin-topbar { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; gap: 1rem; padding: 1rem 1.5rem; background: color-mix(in oklab, var(--background) 80%, transparent); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.admin-topbar h1 { font-size: 1.4rem; flex: 1; }
.admin-who { display: flex; align-items: center; gap: .4rem; font-size: .85rem; font-weight: 600; color: var(--muted-foreground); }
.admin-burger { display: none; }
.admin-burger svg { width: 22px; height: 22px; }
.admin-content { padding: 1.75rem 1.5rem 3rem; max-width: 1200px; width: 100%; }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.25rem; margin-bottom: 2rem; }
.stat-card { border: 1px solid var(--border); background: var(--card); border-radius: 1rem; padding: 1.4rem 1.5rem; box-shadow: var(--shadow-soft); }
.stat-card .ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--gradient-gold); color: #fffaf1; margin-bottom: .9rem; }
.stat-card .ic svg { width: 22px; height: 22px; }
.stat-card .num { font-family: var(--font-display); font-size: 1.8rem; line-height: 1; }
.stat-card .lbl { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted-foreground); margin-top: .4rem; font-weight: 600; }
.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.toolbar h2 { font-size: 1.35rem; }
.admin-table-wrap { overflow-x: auto; }
.admin-table-wrap .data-table { min-width: 640px; }
.data-table .actions { display: flex; gap: .4rem; white-space: nowrap; }
.badge { display: inline-flex; align-items: center; padding: .2rem .6rem; border-radius: 9999px; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.badge-on { background: color-mix(in oklab, var(--blob-mint) 60%, var(--card)); color: oklch(0.34 0.10 165); }
.badge-off { background: color-mix(in oklab, var(--destructive) 12%, var(--card)); color: oklch(0.45 0.16 25); }
.badge-gold { background: color-mix(in oklab, var(--gold) 22%, var(--card)); color: oklch(0.42 0.12 75); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 639.98px) { .form-grid { grid-template-columns: 1fr; } }
.thumb { width: 46px; height: 46px; border-radius: 8px; object-fit: cover; border: 1px solid var(--border); background: var(--secondary); }
.admin-login-wrap { min-height: 100vh; display: grid; place-items: center; padding: 1.5rem; }

@media (max-width: 1024px) {
  .admin-sidebar { position: fixed; left: 0; top: 0; transform: translateX(-100%); transition: transform .25s ease; box-shadow: var(--shadow-soft); }
  body.admin-open .admin-sidebar { transform: translateX(0); }
  body.admin-open .admin-overlay { display: block; }
  .admin-burger { display: grid; place-items: center; }
}

.btn-spinner { display: inline-block; width: 1em; height: 1em; margin-right: .5em; vertical-align: -.15em; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: btnspin .6s linear infinite; }
@keyframes btnspin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .mandala { animation: none !important; }
}

/* ── Ported page components (consult, panchang, rashifal, auth, …) ───── */
/* Key–value rows (panchang, account, booking, order detail) */
.kv { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .6rem 0; border-bottom: 1px solid var(--border); font-size: .92rem; }
.kv:last-child { border-bottom: none; }

/* Product grid (wishlist) */
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .product-grid { grid-template-columns: repeat(4, 1fr); } }

/* Consultation services */
.service-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .service-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .service-grid { grid-template-columns: repeat(3, 1fr); } }
.svc-icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; color: #fffaf1; background: var(--gradient-gold); font-size: 1.2rem; margin-bottom: 1rem; }
.svc-price { font-family: var(--font-display); font-weight: 600; margin-top: 1rem; color: var(--gold); }

/* Astrologer (Pandit) cards used on consult/about/booking/gurudakshina */
.astro-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .astro-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .astro-grid { grid-template-columns: repeat(3, 1fr); } }
.astro-card .astro-avatar { width: 84px; height: 84px; border-radius: 50%; overflow: hidden; border: 3px solid color-mix(in oklab, var(--gold) 45%, transparent); }
.astro-avatar { width: 84px; height: 84px; border-radius: 50%; overflow: hidden; border: 3px solid color-mix(in oklab, var(--gold) 45%, transparent); }
.astro-avatar img { width: 100%; height: 100%; object-fit: cover; }
.astro-card { text-align: left; }
.astro-card .astro-avatar { margin: 0 auto 1rem; }
.astro-body { text-align: left; }
.astro-spec { color: var(--saffron); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; margin: .35rem 0 .5rem; }
.astro-meta { display: flex; align-items: center; gap: .5rem; margin: .35rem 0; }
.astro-price { font-family: var(--font-display); font-size: 1.15rem; margin-top: .5rem; }

/* Panchang page */
.panchang-datebar { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.panchang-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 700px) { .panchang-grid { grid-template-columns: repeat(3, 1fr); } }
.panchang-el { border: 1px solid var(--border); border-radius: 1rem; background: var(--card); padding: 1.1rem 1.25rem; display: flex; flex-direction: column; gap: .25rem; }
.pe-label { font-size: .64rem; text-transform: uppercase; letter-spacing: .16em; color: var(--saffron); font-weight: 700; }
.pe-value { font-family: var(--font-display); font-size: 1.2rem; }
.pe-sub { font-size: .78rem; }
.nat-good { color: oklch(0.5 0.14 150); font-weight: 600; }
.nat-bad { color: var(--destructive); font-weight: 600; }
.nat-neutral { color: var(--gold); font-weight: 600; }

/* Rashifal score meters + large glyph */
.meter { height: 8px; border-radius: 9999px; background: var(--secondary); overflow: hidden; }
.meter > span { display: block; height: 100%; background: var(--gradient-gold); }
.zodiac-glyph-lg { font-size: 1.4em; color: var(--saffron); vertical-align: -.05em; }

/* Auth (login/register) tabs */
.auth-card { max-width: 100%; }
.auth-tabs { display: flex; gap: .5rem; margin-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.auth-tab { padding: .7rem 1.1rem; font-weight: 600; color: var(--muted-foreground); border-bottom: 2px solid transparent; margin-bottom: -1px; }
.auth-tab.active { color: var(--gold); border-bottom-color: var(--gold); }

/* Order / booking success */
.order-success { text-align: center; border: 1px solid color-mix(in oklab, var(--gold) 25%, transparent); border-radius: 1.25rem; background: color-mix(in oklab, var(--blob-butter) 25%, var(--card)); padding: 2.5rem 1.75rem; box-shadow: var(--shadow-soft); }
.order-success p { color: var(--muted-foreground); max-width: 38rem; margin: .5rem auto 0; }
.success-icon { width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 50%; display: grid; place-items: center; font-size: 1.8rem; color: #fffaf1; background: var(--gradient-gold); box-shadow: 0 8px 30px -8px var(--gold); }

/* Gurudakshina preset amounts */
.preset-amounts { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1rem; }
.preset-amt { padding: .55rem 1.1rem; border-radius: 9999px; border: 1px solid var(--border); background: var(--card); font-weight: 600; font-size: .9rem; cursor: pointer; transition: all .2s ease; }
.preset-amt:hover { border-color: var(--gold); color: var(--gold); }
.preset-amt.active { background: var(--gradient-gold); color: #fffaf1; border-color: transparent; }

/* About page stat cluster */
.stat-cluster { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.stat-box { border: 1px solid var(--border); border-radius: 1rem; background: var(--card); padding: 1.5rem; text-align: center; }
.stat-box strong { display: block; font-family: var(--font-display); font-size: 2rem; color: var(--gold); }
.stat-box span { font-size: .82rem; }

/* Public status pills (orders, order detail, account) */
.pill.status-pending    { background: color-mix(in oklab, var(--gold) 20%, var(--card)); color: oklch(0.42 0.12 75); border-color: transparent; }
.pill.status-processing { background: color-mix(in oklab, var(--blob-peach) 55%, var(--card)); color: oklch(0.45 0.12 55); border-color: transparent; }
.pill.status-shipped    { background: color-mix(in oklab, var(--blob-sky) 55%, var(--card)); color: oklch(0.36 0.12 240); border-color: transparent; }
.pill.status-delivered  { background: color-mix(in oklab, var(--blob-mint) 60%, var(--card)); color: oklch(0.34 0.10 165); border-color: transparent; }
.pill.status-cancelled, .pill.status-refunded { background: color-mix(in oklab, var(--destructive) 12%, var(--card)); color: oklch(0.45 0.16 25); border-color: transparent; }

