.hz-hub-banner {
  margin: 0.5rem 0 1.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #0b1a3a;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 12px 36px rgba(11, 26, 58, 0.28);
  line-height: 0;
}

.hz-hub-banner-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 670;
  object-fit: cover;
  object-position: center;
}

.hz-location-top {
  margin: 0.75rem 0 1rem;
}

.hz-page .hz-chooser {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 1.5rem 0;
}

.hz-card {
  display: block;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid var(--guide-accent, #b45309);
  background: #fffaf5;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hz-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(28, 20, 16, 0.08);
}

.hz-card-primary {
  border-width: 2px;
  background: linear-gradient(145deg, #fff7ed, #fffaf5);
}

.hz-card h2 {
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
}

.hz-card p {
  margin: 0;
  color: var(--guide-muted, #5c534c);
  font-size: 0.95rem;
}

.hz-note {
  color: var(--guide-muted);
  font-size: 0.95rem;
}

.hz-system-tabs,
.hz-horizon-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
}

.hz-system-tabs a,
.hz-horizon-tabs a {
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #e7d5c4;
  text-decoration: none;
  color: var(--guide-ink);
  font-size: 0.9rem;
  text-transform: capitalize;
}

.hz-system-tabs a.is-active,
.hz-horizon-tabs a.is-active {
  background: var(--guide-accent);
  color: #fff;
  border-color: var(--guide-accent);
}

/* —— Hero banner with wheel —— */
.hz-hero-banner {
  position: relative;
  display: grid;
  gap: 1.25rem;
  margin: 1rem 0 1.5rem;
  padding: 1.35rem 1.15rem;
  border-radius: 1.35rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 15% 20%, rgba(251, 191, 36, 0.45), transparent 45%),
    radial-gradient(ellipse at 85% 75%, rgba(244, 114, 182, 0.5), transparent 50%),
    radial-gradient(ellipse at 50% 100%, rgba(96, 165, 250, 0.35), transparent 55%),
    linear-gradient(135deg, #5b21b6 0%, #7c3aed 28%, #c026d3 58%, #ea580c 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 20px 50px rgba(91, 33, 182, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.hz-hero-cosmos {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.7;
  background-image:
    radial-gradient(1.5px 1.5px at 10% 18%, rgba(255, 255, 255, 0.95), transparent),
    radial-gradient(1px 1px at 82% 12%, rgba(255, 255, 255, 0.8), transparent),
    radial-gradient(1.2px 1.2px at 92% 72%, rgba(255, 255, 255, 0.85), transparent),
    radial-gradient(1px 1px at 18% 88%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1px 1px at 48% 6%, rgba(255, 255, 255, 0.75), transparent);
}

.hz-hero-copy {
  position: relative;
  z-index: 1;
}

.hz-hero-head h1 {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.hz-hero-lede {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.hz-hero-banner .hz-hero-tabs a {
  border-color: rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
}

.hz-hero-banner .hz-hero-tabs a.is-active {
  background: #fff;
  color: #6d28d9;
  border-color: #fff;
  font-weight: 600;
}

.hz-hero-metric {
  margin-top: 0.65rem;
}

.hz-metric-label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.75);
  margin-right: 0.25rem;
}

.hz-hero-banner .hz-metric-tabs a {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.12);
}

.hz-hero-banner .hz-metric-tabs a.is-active {
  background: #fde047;
  color: #713f12;
  border-color: #fde047;
}

.hz-hero-wheel {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  width: 100%;
  min-height: min(68vw, 20rem);
  box-sizing: border-box;
}

.hz-hero-banner .hz-wheel-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}

.hz-hero-banner .hz-wheel-svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1;
}

@media (min-width: 768px) {
  .hz-hero-banner {
    /* Controls 1/3 · wheel 2/3 — wheel grows sideways, height follows left column */
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    align-items: stretch;
    padding: 0.85rem 0.75rem;
    gap: 0.75rem;
  }

  .hz-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
  }

  .hz-hero-wheel {
    min-height: 0;
    height: 100%;
    align-self: stretch;
  }

  .hz-hero-banner .hz-wheel-svg {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1;
  }
}

.hz-section-title {
  font-size: 1.05rem;
  margin: 0 0 0.75rem;
}

.hz-wheel-section--compact {
  margin: 1rem 0 1.5rem;
}

@media (min-width: 768px) {
  .hz-wheel-section--compact {
    display: none;
  }
}

.hz-location-notice {
  margin: 1rem 0;
  padding: 1rem 1.1rem;
  border-radius: 0.75rem;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}

.hz-location-notice h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.hz-location-notice p {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  color: var(--guide-muted);
}

.hz-dismiss {
  border: none;
  background: transparent;
  color: var(--guide-accent);
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

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

.hz-wheel-figure {
  position: relative;
  margin: 0;
  max-width: 100%;
  padding: 0;
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
}

.hz-wheel-cosmos {
  display: none;
}

.hz-wheel-svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-width: 18rem;
  margin: 0 auto;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.25));
}

@media (min-width: 768px) {
  .hz-wheel-svg {
    max-width: 20rem;
  }
}

.hz-wheel-spin {
  transform-origin: 200px 200px;
  transform-box: fill-box;
  animation: hz-wheel-spin 90s linear infinite;
}

.hz-wheel-figure:hover .hz-wheel-spin,
.hz-wheel-figure:focus-within .hz-wheel-spin {
  animation-play-state: paused;
}

@keyframes hz-wheel-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .hz-wheel-spin {
    animation: none;
  }
}

.hz-wheel-slice-link {
  cursor: pointer;
  outline: none;
}

.hz-wheel-slice {
  stroke: rgba(255, 255, 255, 0.45);
  stroke-width: 1.25;
  fill-opacity: 0.92;
  filter: saturate(1.35) brightness(1.08);
  transition: fill-opacity 0.18s ease, filter 0.18s ease, stroke 0.18s ease;
}

.hz-wheel-slice-link:hover .hz-wheel-slice,
.hz-wheel-slice-link:focus-visible .hz-wheel-slice {
  fill-opacity: 1;
  stroke: #fff;
  stroke-width: 2;
  filter: url(#hz-slice-glow) saturate(1.5) brightness(1.2);
}

.hz-wheel-glyph {
  font-size: 1.1rem;
  fill: #fff;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.35));
  pointer-events: none;
  user-select: none;
}

.hz-score-badge {
  fill: rgba(15, 8, 35, 0.55);
  stroke: rgba(255, 255, 255, 0.55);
  stroke-width: 1;
  pointer-events: none;
}

.hz-wheel-slice-score {
  font-size: 0.74rem;
  font-weight: 800;
  fill: #fff;
  pointer-events: none;
  user-select: none;
}

.hz-wheel-name {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  fill: rgba(255, 255, 255, 0.95);
  text-transform: capitalize;
}

.hz-wheel-om {
  font-size: 1.2rem;
  fill: rgba(91, 33, 182, 0.9);
  font-family: "Noto Serif Devanagari", "Noto Sans Devanagari", serif;
}

.hz-wheel-center {
  pointer-events: none;
  filter: drop-shadow(0 0 12px rgba(253, 224, 71, 0.65));
}

.hz-wheel-legend {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.75rem;
  margin-top: 0.65rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.88);
}

.hz-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.hz-swatch {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.15rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.25);
}

.hz-swatch-high { background: #34d399; }
.hz-swatch-good { background: #fbbf24; }
.hz-swatch-mixed { background: #60a5fa; }
.hz-swatch-caution { background: #fb923c; }
.hz-swatch-challenging { background: #f472b6; }

.hz-legend-range {
  font-variant-numeric: tabular-nums;
  opacity: 0.85;
  font-weight: 600;
}

.hz-wheel-legend--light {
  color: var(--guide-muted, #5c534c);
  margin: 0.85rem 0 0;
  justify-content: flex-start;
}

.hz-wheel-legend--light .hz-swatch {
  border-color: rgba(28, 20, 16, 0.15);
  box-shadow: none;
}

.hz-wheel-tile-band {
  font-size: 0.68rem;
  font-weight: 600;
  opacity: 0.92;
  line-height: 1.2;
}

.hz-score-chart {
  margin: 1.25rem 0 1.5rem;
  padding: 1rem 1.1rem 1.15rem;
  border-radius: 1rem;
  border: 1px solid #efe6dc;
  background: #fff;
  box-shadow: 0 8px 24px rgba(28, 20, 16, 0.05);
}

.hz-score-chart-head h2 {
  margin: 0 0 0.25rem;
  font-size: 1.2rem;
}

.hz-score-bars {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.hz-score-bar-row {
  display: grid;
  grid-template-columns: 1.75rem 5.5rem 1fr auto;
  gap: 0.55rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 0.2rem 0.15rem;
  border-radius: 0.5rem;
}

.hz-score-bar-row:hover {
  background: #fffaf5;
}

.hz-score-bar-icon {
  width: 2.35rem;
  height: 2.35rem;
  object-fit: contain;
}

.hz-score-bar-name {
  font-size: 0.88rem;
  font-weight: 600;
}

.hz-score-bar-track {
  height: 0.55rem;
  border-radius: 999px;
  background: #f3ebe3;
  overflow: hidden;
}

.hz-score-bar-fill {
  height: 100%;
  border-radius: inherit;
  min-width: 0.35rem;
  transition: width 0.25s ease, background 0.25s ease;
}

.hz-score-bar-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 4.5rem;
  line-height: 1.15;
}

.hz-score-bar-val {
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  font-size: 0.95rem;
}

.hz-score-bar-band {
  font-size: 0.72rem;
  color: var(--guide-muted, #5c534c);
  font-weight: 600;
}

@media (min-width: 900px) {
  .hz-score-bar-row {
    grid-template-columns: 2rem 6.5rem 1fr auto;
  }
}

@media (min-width: 640px) {
  .hz-wheel-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.hz-wheel-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 4.5rem;
  border-radius: 0.65rem;
  text-decoration: none;
  color: #fff;
  background: var(--hz-fill, #78716c);
  padding: 0.35rem;
  text-align: center;
  font-size: 0.78rem;
}

.hz-wheel-tile-score {
  font-weight: 700;
  font-size: 0.95rem;
}

.hz-wheel-tile-img {
  width: 2.75rem;
  height: 2.75rem;
  object-fit: contain;
  margin-bottom: 0.2rem;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}

.hz-sign-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.hz-sign-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem 0.75rem 0.9rem;
  border-radius: 0.85rem;
  border: 1px solid #e7d5c4;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hz-sign-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(28, 20, 16, 0.08);
}

.hz-sign-tile-img {
  width: 4.25rem;
  height: 4.25rem;
  object-fit: contain;
  margin-bottom: 0.45rem;
}

.hz-sign-name {
  display: block;
  font-weight: 600;
}

.hz-sign-range {
  display: block;
  font-size: 0.8rem;
  color: var(--guide-muted);
  margin-top: 0.25rem;
}

.hz-reading {
  margin: 1.5rem 0;
  padding: 1.25rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #efe6dc;
}

.hz-narrative {
  font-size: 1.05rem;
  line-height: 1.65;
}

.hz-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0;
  font-size: 0.95rem;
}

.hz-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .hz-pillars {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.hz-pillar {
  padding: 0.75rem;
  border-radius: 0.5rem;
  background: #faf6f1;
}

.hz-pillar span {
  display: block;
  font-size: 0.8rem;
  color: var(--guide-muted);
}

.hz-crosslinks {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.hz-sub {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: var(--guide-muted);
}

.hz-rashi-hero {
  margin: 1.5rem 0;
  padding: 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(145deg, #fff7ed, #fffaf5);
  border: 1px solid #fed7aa;
}

.hz-wheel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.hz-metric-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.hz-metric-tabs a {
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid #e7d5c4;
  text-decoration: none;
  color: var(--guide-ink);
  font-size: 0.82rem;
  text-transform: capitalize;
}

.hz-metric-tabs a.is-active {
  background: var(--guide-accent);
  color: #fff;
  border-color: var(--guide-accent);
}

.hz-wheel-chandra {
  font-size: 0.68rem;
  opacity: 0.9;
}

.hz-chandra-list {
  margin: 1.5rem 0;
}

.hz-chandra-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
}

.hz-chandra-grid li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.65rem;
  border-radius: 0.5rem;
  font-size: 0.88rem;
  border: 1px solid #e7d5c4;
}

.hz-chandra-grid li.is-good {
  background: #ecfdf5;
  border-color: #a7f3d0;
}

.hz-chandra-grid li.is-caution {
  background: #fff7ed;
  border-color: #fed7aa;
}

.hz-vedic-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
}

.hz-chip {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #f5f5f4;
  border: 1px solid #e7e5e4;
  font-size: 0.85rem;
}

.hz-chip-good {
  background: #ecfdf5;
  border-color: #6ee7b7;
}

.hz-chip-caution {
  background: #fff7ed;
  border-color: #fdba74;
}

.hz-chip-muted {
  color: var(--guide-muted);
}

.hz-tara-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-end;
  margin-bottom: 1rem;
}

.hz-tara-form label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.9rem;
}

.hz-vedha {
  margin: 1rem 0 1.5rem;
  padding: 1rem 1.1rem;
  border-radius: 0.75rem;
  background: #fafaf9;
  border: 1px solid #e7e5e4;
}

.hz-vedha-summary {
  margin: 0 0 0.5rem;
  font-weight: 500;
}

.hz-vedha-details summary {
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--guide-accent);
}

.hz-vedha-list {
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
}

.hz-vedha-list li {
  margin-bottom: 0.5rem;
}

.hz-vedha-list strong {
  display: block;
  font-size: 0.88rem;
}

/* —— Detail page —— */
.hz-detail-wrap {
  padding-bottom: 2.5rem;
}

.hz-detail-hero {
  position: relative;
  margin: 0.75rem 0 0;
  border-radius: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 40px rgba(91, 33, 182, 0.22);
}

.hz-detail-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 18% 20%, rgba(251, 191, 36, 0.45), transparent 50%),
    radial-gradient(ellipse at 85% 75%, rgba(244, 114, 182, 0.5), transparent 52%),
    linear-gradient(145deg, #4c1d95 0%, #7c3aed 35%, #c026d3 60%, #f97316 100%);
}

.hz-detail-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.25rem;
  align-items: center;
  padding: 1.5rem 1.25rem 1.75rem;
}

.hz-detail-hero-inner--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.75rem 1.25rem 2rem;
}

.hz-detail-symbol {
  margin: 0;
  display: flex;
  justify-content: center;
}

.hz-detail-symbol img {
  width: min(48vw, 200px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.35));
}

.hz-detail-hero-copy {
  width: 100%;
  max-width: 36rem;
}

.books-page .hz-detail-eyebrow,
.hz-detail-page .hz-detail-eyebrow {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 0.65rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  color: #ffffff !important;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.01em;
  background: rgba(15, 10, 30, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
  text-shadow: none;
}

.books-page .hz-detail-eyebrow span,
.hz-detail-page .hz-detail-eyebrow span {
  color: #ffffff !important;
}

.hz-detail-title {
  margin: 0 0 0.5rem;
  color: #fff;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.hz-detail-title .hz-sub {
  color: rgba(255, 255, 255, 0.82);
  margin-top: 0.2rem;
}

.hz-detail-traits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
  justify-content: center;
}

.hz-detail-trait {
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.hz-detail-score {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem 0.85rem;
}

.hz-detail-score-val {
  font-size: 2.15rem;
  font-weight: 800;
  color: #fef08a;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.hz-detail-score-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
}

.hz-detail-mood {
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.85rem;
}

.hz-detail-tabs {
  margin-top: 1rem;
}

.hz-reading--detail {
  margin-top: 0.5rem;
}

.hz-reading-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.hz-reading-head h2 {
  margin: 0;
  font-size: 1.15rem;
}

.hz-meta--chips {
  margin: 0;
  gap: 0.5rem;
}

.hz-lucky-chip {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #faf6f1;
  border: 1px solid #e7d5c4;
  font-size: 0.82rem;
}

.hz-reading--detail .hz-narrative {
  margin: 0 0 0.95rem;
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--guide-ink);
}

.hz-reading--detail .hz-narrative:last-child {
  margin-bottom: 0;
}

/* Modern pillar bar chart */
.hz-pillar-chart {
  margin: 1.25rem 0 1.5rem;
  padding: 1.15rem 1.1rem 1.25rem;
  border-radius: 1.1rem;
  background: #fff;
  border: 1px solid #efe6dc;
  box-shadow: 0 6px 20px rgba(28, 20, 16, 0.04);
}

.hz-pillar-chart-head h2 {
  margin: 0 0 0.2rem;
  font-size: 1.15rem;
}

.hz-pillar-chart-head p {
  margin: 0 0 0.95rem;
  font-size: 0.9rem;
  color: var(--guide-muted);
}

.hz-pillar-bars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.hz-pillar-bar-row {
  display: grid;
  grid-template-columns: 4.5rem 1fr auto;
  gap: 0.65rem;
  align-items: center;
}

.hz-pillar-bar-label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--guide-muted);
}

.hz-pillar-bar-track {
  height: 0.7rem;
  border-radius: 999px;
  background: #f3ede6;
  overflow: hidden;
}

.hz-pillar-bar-fill {
  height: 100%;
  border-radius: 999px;
  min-width: 0.35rem;
  transition: width 0.35s ease;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.hz-pillar-bar-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 3.75rem;
  line-height: 1.2;
}

.hz-pillar-bar-meta strong {
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  color: var(--guide-ink);
}

.hz-pillar-bar-meta span {
  font-size: 0.72rem;
  color: var(--guide-muted);
}

.hz-detail-rashi-nav {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid #efe6dc;
  text-align: center;
}

.hz-detail-rashi-nav h2 {
  margin: 0 0 1rem;
  font-size: 1.05rem;
}

.hz-rashi-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  justify-items: stretch;
  max-width: 52rem;
  margin: 0 auto;
}

@media (min-width: 520px) {
  .hz-rashi-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .hz-rashi-card-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.9rem;
  }
}

.hz-rashi-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.85rem 0.55rem 0.75rem;
  border-radius: 1rem;
  border: 1px solid #e7d5c4;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(251, 191, 36, 0.12), transparent 55%),
    linear-gradient(160deg, #2e1065 0%, #5b21b6 45%, #7c3aed 100%);
  text-decoration: none;
  color: #fff;
  box-shadow: 0 6px 18px rgba(76, 29, 149, 0.18);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.hz-rashi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(76, 29, 149, 0.28);
  border-color: #fbbf24;
}

.hz-rashi-card.is-active {
  border-color: #fbbf24;
  box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.45), 0 10px 24px rgba(76, 29, 149, 0.3);
}

.hz-rashi-card-img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}

.hz-rashi-card-name {
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}

@media (min-width: 768px) {
  .hz-rashi-card-img {
    width: 5.25rem;
    height: 5.25rem;
  }

  .hz-rashi-card-name {
    font-size: 0.82rem;
  }
}

.hz-detail-sign-strip .hz-sign-strip-item.is-active {
  border-color: var(--guide-accent);
  background: #fff7ed;
  box-shadow: 0 4px 14px rgba(180, 83, 9, 0.12);
}

@media (min-width: 640px) {
  .hz-pillar-bar-row {
    grid-template-columns: 5.5rem 1fr 5rem;
  }

  .hz-detail-symbol img {
    width: 220px;
  }
}
