.today-all .sign-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.today-all .sign-grid > li {
  min-width: 0;
}

.today-all .sign-card {
  height: 100%;
  text-align: center;
}

.today-all .sign-card--current {
  border-color: var(--prim);
  background: var(--rose);
  color: var(--txt);
}

.forecast-strength {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  margin-top: auto;
  padding-top: 1rem;
}

.forecast-strength .progress {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 0;
}

.forecast-strength__value {
  flex: 0 0 4ch;
  min-width: 4ch;
  color: var(--muted);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.color-day {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--txt);
  font-weight: 600;
}

.color-day__swatch {
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  border: 1px solid #686868;
  border-radius: 50%;
  background-color: #fff;
}

.color-day > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.trio-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.trio-grid > article {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.horoscope-sidebar {
  display: flex;
  flex-direction: column;
  align-self: start;
  gap: var(--gap);
  min-width: 0;
}

.sky-chart-card {
  width: 100%;
  max-width: 620px;
  align-self: center;
  margin: 0;
  overflow: hidden;
}

.sky-chart-card:hover {
  transform: none;
}

.sky-chart-card__title {
  line-height: 1.25;
}

.sky-chart-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: calc(var(--rad) * 0.7);
  background: #fbf7ef;
}

.sky-chart-card__caption {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.3rem;
  line-height: 1.5;
}

.horoscope-guide {
  grid-column: 1 / -1;
  padding: clamp(2rem, 4vw, 4.4rem);
  overflow: hidden;
}

.horoscope-guide:hover {
  transform: none;
}

.horoscope-guide__header,
.horoscope-guide > section,
.horoscope-guide__notice,
.horoscope-guide__toc {
  max-width: 860px;
  margin-inline: auto;
}

.horoscope-guide__header {
  margin-bottom: 2.4rem;
}

.horoscope-guide__eyebrow {
  margin-bottom: 0.8rem;
  color: var(--prim);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.horoscope-guide__header h2 {
  max-width: 820px;
  margin-bottom: 1.2rem;
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 1.18;
}

.horoscope-guide__lead {
  color: #3f3f46;
  font-size: clamp(1.7rem, 2vw, 2rem);
  line-height: 1.65;
}

.horoscope-guide__updated {
  margin-top: 1.2rem;
  color: var(--muted);
  font-size: 1.35rem;
}

.horoscope-guide__notice {
  margin-bottom: 2.4rem;
  padding: 1.6rem 1.8rem;
  border: 1px solid rgba(192, 0, 143, 0.18);
  border-left: 4px solid var(--prim);
  border-radius: 0 var(--rad) var(--rad) 0;
  background: #fff7fc;
  line-height: 1.65;
}

.horoscope-guide__toc {
  margin-bottom: 3.6rem;
  padding: 1.8rem 2rem;
  border-radius: var(--rad);
  background: var(--bg);
}

.horoscope-guide__toc h3 {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
}

.horoscope-guide__toc ol {
  columns: 2;
  column-gap: 3rem;
  margin: 0;
  padding-left: 2rem;
}

.horoscope-guide__toc li {
  break-inside: avoid;
  margin-bottom: 0.45rem;
}

.horoscope-guide > section {
  margin-top: 4rem;
  scroll-margin-top: 84px;
}

.horoscope-guide > section h2 {
  margin-bottom: 1.4rem;
  font-size: clamp(2.3rem, 3vw, 3rem);
  line-height: 1.25;
}

.horoscope-guide > section h3 {
  margin: 2.2rem 0 0.7rem;
  font-size: 2rem;
  line-height: 1.35;
}

.horoscope-guide > section p + p {
  margin-top: 1.2rem;
}

.horoscope-guide > section p,
.horoscope-guide > section li,
.horoscope-guide > section dd {
  line-height: 1.72;
}

.horoscope-guide > section p a,
.horoscope-guide__sources li > a {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
  text-decoration-skip-ink: auto;
}

.horoscope-guide__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 1.2rem;
  margin-top: 2rem;
}

.horoscope-guide > section .horoscope-guide__facts p {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
  margin: 0;
  padding: 1.4rem;
  border: 1px solid #ece8eb;
  border-radius: var(--rad);
  background: var(--bg);
}

.horoscope-guide__facts strong {
  color: var(--prim);
}

.horoscope-guide__facts span {
  color: #4b4b53;
  font-size: 1.45rem;
}

.horoscope-guide__figure {
  max-width: 1100px;
  margin: 4rem auto;
}

.horoscope-guide__figure img {
  width: 100%;
  border-radius: 16px;
  background: #0c1b32;
  box-shadow: 0 14px 40px rgba(20, 20, 36, 0.14);
}

.horoscope-guide__figure figcaption {
  max-width: 820px;
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: 1.4rem;
  line-height: 1.55;
  text-align: center;
}

.horoscope-guide__glossary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}

.horoscope-guide__glossary > div {
  padding: 1.4rem 1.5rem;
  border-radius: var(--rad);
  background: var(--bg);
}

.horoscope-guide__glossary dt {
  margin-bottom: 0.35rem;
  font-weight: 700;
}

.horoscope-guide__glossary dd {
  color: #50505a;
}

.horoscope-guide__steps,
.horoscope-guide__reading-list {
  margin-top: 1.8rem;
  padding-left: 2.2rem;
}

.horoscope-guide__steps li,
.horoscope-guide__reading-list li {
  padding-left: 0.45rem;
}

.horoscope-guide__steps li + li,
.horoscope-guide__reading-list li + li {
  margin-top: 1.2rem;
}

.horoscope-guide__table-wrap {
  margin: 1.8rem 0;
  overflow-x: auto;
  border: 1px solid #e5e2e5;
  border-radius: var(--rad);
}

.horoscope-guide table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  text-align: left;
}

.horoscope-guide th,
.horoscope-guide td {
  padding: 1.2rem 1.4rem;
  border-bottom: 1px solid #ebe8eb;
  vertical-align: top;
}

.horoscope-guide thead th {
  background: #fff3fa;
}

.horoscope-guide tbody tr:last-child th,
.horoscope-guide tbody tr:last-child td {
  border-bottom: 0;
}

.horoscope-guide tbody th {
  width: 22%;
}

.horoscope-sign-guide__related {
  max-width: 860px;
  margin: 4rem auto 0;
  padding-top: 2.4rem;
  border-top: 1px solid #e7e3e7;
}

.horoscope-sign-guide__related h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.horoscope-sign-guide__related ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
  margin: 0;
  padding-left: 2rem;
}

.horoscope-sign-guide__related li {
  line-height: 1.55;
}

.horoscope-guide__sources {
  padding-top: 2.4rem;
  border-top: 1px solid #e7e3e7;
}

.horoscope-guide__sources ul {
  margin-top: 1rem;
}

.horoscope-guide__sources li + li {
  margin-top: 0.65rem;
}

@media (max-width: 720px) {
  .horoscope-guide {
    padding: 2rem 1.5rem;
  }

  .horoscope-guide__toc ol {
    columns: 1;
  }

  .horoscope-guide__facts,
  .horoscope-guide__glossary {
    grid-template-columns: 1fr;
  }

  .horoscope-guide__figure {
    margin-block: 3rem;
  }

}

@media (max-width: 600px) {
  .trio-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.breadcrumbs .container {
  flex-wrap: wrap;
  line-height: 1.45;
}

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  min-width: 0;
}

.breadcrumbs__separator {
  color: #aaa;
  user-select: none;
}

.breadcrumbs__current {
  color: var(--txt);
  font-weight: 600;
}
