.horoscope-page,
.horoscope-page main {
  margin:0;
  min-width:0;
  background:#1A130F;
}
.horoscope-page {
  padding:40px;
  color:#F4ECD8;
  font-family:'DM Sans',system-ui,sans-serif;
}
.horoscope-page::after { display:none; }
.horoscope-page .site-shell {
  width:100%;
  margin:0;
  border:0;
  background:#1A130F;
}
.horoscope-page .site-header {
  margin:-40px -40px 40px;
  background:var(--paper);
  color:var(--ink);
}
.horoscope-page .site-footer { margin:40px -40px -40px; }
.horoscope-page .nav-back,
.horoscope-page .weekend-edition,
.horoscope-page .footer-label,
.horoscope-page .footer-copy { font-size:var(--t-micro); }
.horoscope-art,
.horoscope-art *,
.horoscope-swatch { box-sizing:content-box; }

.horoscope-art {
  position:relative;
  height:216px;
  overflow:hidden;
}
.horoscope-art--aquarius,
.horoscope-art--gemini,
.horoscope-art--libra { background:#E4A41A; }
.horoscope-art--pisces,
.horoscope-art--cancer { background:#4A7A7A; }
.horoscope-art--scorpio { background:#7A3D5C; }
.horoscope-art--aries,
.horoscope-art--sagittarius { background:#B5462A; }
.horoscope-art--leo { background:#E2622C; }
.horoscope-art--taurus,
.horoscope-art--virgo,
.horoscope-art--capricorn { background:#6B7A3A; }
.horoscope-swatch {
  width:20px;
  height:20px;
  flex:0 0 auto;
  border:3px solid #F4ECD8;
  border-radius:999px;
}
.horoscope-swatch--air { background:#E4A41A; }
.horoscope-swatch--water { background:#4A7A7A; }
.horoscope-swatch--fire { background:#B5462A; }
.horoscope-swatch--earth { background:#6B7A3A; }

.horoscope-set { margin:0 auto; }
.horoscope-page .page-title {
  margin-bottom:34px;
  color:#F4ECD8;
}
.horoscope-card-grid {
  display:grid;
  grid-template-columns:repeat(3,420px);
  justify-content:safe center;
  gap:34px;
}
.horoscope-card-stage {
  position:relative;
  width:420px;
  height:720px;
}
.horoscope-card {
  position:absolute;
  top:0;
  left:50%;
  display:flex;
  width:420px;
  height:720px;
  flex-direction:column;
  background:#2A201A;
  line-height:normal;
  transform:translateX(-50%) scale(1);
  transform-origin:top center;
}
.horoscope-card__name-frame {
  padding:12px 0 13px;
  border:4px solid #F4ECD8;
  text-align:center;
}
.horoscope-card__name {
  margin:0;
  color:#F4ECD8;
  font-family:'Bowlby One',Georgia,serif;
  font-size:44px;
  font-weight:400;
  line-height:.9;
  letter-spacing:-.02em;
}
.horoscope-card__name--long { font-size:36px; }
.horoscope-card__dates {
  margin-top:7px;
  color:#E4A41A;
  font-family:'Space Mono',monospace;
  font-size:var(--t-micro);
  font-weight:700;
  letter-spacing:.2em;
}
.horoscope-sign--water .horoscope-card__dates { color:#E9A285; }
.horoscope-sign--fire .horoscope-card__dates { color:#B5462A; }
.horoscope-sign--earth .horoscope-card__dates { color:#6B7A3A; }
.horoscope-card__art-frame {
  position:relative;
  width:420px;
  height:322px;
  box-sizing:border-box;
  flex:0 0 322px;
  overflow:hidden;
  border-right:4px solid #F4ECD8;
  border-left:4px solid #F4ECD8;
}
.horoscope-card__art-source {
  position:absolute;
  top:0;
  left:0;
  width:420px;
  height:322px;
  overflow:hidden;
  transform:scale(1);
  transform-origin:top left;
}
.horoscope-card__art-scale {
  position:absolute;
  top:0;
  left:0;
  width:282px;
  height:216px;
  transform:scale(1.49);
  transform-origin:top left;
}
.horoscope-card__copy {
  display:flex;
  min-height:0;
  padding:15px 17px 17px;
  flex:1;
  flex-direction:column;
  border:4px solid #F4ECD8;
  border-top:0;
}
.horoscope-card__headline {
  margin-bottom:9px;
  color:#E4A41A;
  font-family:'Bowlby One',Georgia,serif;
  font-size:19px;
  font-weight:400;
  line-height:1.16;
  letter-spacing:-.01em;
}
.horoscope-card__body {
  margin:0;
  flex:1;
  color:#F4ECD8;
  font-family:'DM Sans',system-ui,sans-serif;
  font-size:14px;
  line-height:1.55;
  text-wrap:pretty;
}
.horoscope-card__meta-row {
  display:flex;
  align-items:flex-end;
  gap:22px;
  margin:15px 0 0;
  padding-top:13px;
  border-top:2px solid #6B5E4A;
}
.horoscope-card__meta-pair {
  display:flex;
  flex-direction:column;
  gap:4px;
}
.horoscope-card__meta-pair dt,
.horoscope-card__meta-pair dd { margin:0; }
.horoscope-card__meta-pair dt {
  color:#E9A285;
  font-family:'Space Mono',monospace;
  font-size:var(--t-micro);
  font-weight:700;
  letter-spacing:.18em;
}
.horoscope-card__meta-pair dd {
  color:#F4ECD8;
  font-family:'Bowlby One',Georgia,serif;
  font-size:14px;
  font-weight:400;
  line-height:1;
}
.horoscope-card__element {
  display:flex;
  align-items:center;
  gap:7px;
  margin-left:auto;
  color:#F4ECD8;
  font-family:'Space Mono',monospace;
  font-size:var(--t-micro);
  font-weight:700;
  letter-spacing:.16em;
}

@media (max-width:1475px) {
  .horoscope-card-grid { grid-template-columns:repeat(2,420px); }
}
@media (max-width:1279px) {
  .horoscope-page { padding:24px; }
  .horoscope-page .site-header { margin:-24px -24px 40px; }
  .horoscope-page .site-footer { margin:40px -24px -24px; }
}
@media (max-width:930px) {
  .horoscope-card-grid { grid-template-columns:min-content; }
}
@media (max-width:479px) {
  .horoscope-page { padding:8px; }
  .horoscope-page .site-header {
    gap:8px;
    margin:-8px -8px 40px;
    padding-right:8px;
    padding-left:8px;
    flex-wrap:wrap;
  }
  .horoscope-page .site-footer { margin:40px -8px -8px; }
  .horoscope-card-grid { grid-template-columns:minmax(0,1fr); }
  .horoscope-card-stage { width:100%; height:auto; }
  .horoscope-card {
    position:relative;
    left:auto;
    width:100%;
    height:auto;
    transform:none;
  }
  .horoscope-card__name { font-size:var(--t-h2); }
  .horoscope-card__name--long { font-size:var(--t-h2); }
  .horoscope-card__art-frame {
    width:100%;
    height:auto;
    aspect-ratio:420 / 322;
    flex:none;
  }
  .horoscope-card__art-source {
    transform:scale(calc((100vw - 16px) / 420px));
  }
  .horoscope-card__copy { flex:none; }
  .horoscope-card__headline { font-size:var(--t-h4); }
  .horoscope-card__body {
    flex:none;
    font-size:var(--t-body);
    line-height:var(--lh-body);
  }
  .horoscope-card__meta-row {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:end;
    gap:var(--s-4) var(--s-3);
  }
  .horoscope-card__meta-pair dd { font-size:var(--t-body-sm); }
  .horoscope-card__element { margin-left:0; }
}
