.astrology-hero {
  min-height: 710px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 7vw;
  padding: 72px 7vw 88px;
  background: linear-gradient(122deg, #fffaf5 0 55%, #eadcde 55%);
}
.astrology-hero h1 {
  font: clamp(54px, 6.4vw, 94px) / 0.98 var(--serif);
  margin: 0 0 28px;
  letter-spacing: -0.025em;
}
.astrology-hero h1 em {
  display: block;
  color: var(--rose);
  font-style: italic;
}
.astrology-hero .lead {
  max-width: 610px;
}
.astrology-hero figure {
  margin: 0;
}
.astrology-hero figure img {
  height: 560px;
  border-radius: 260px 260px 12px 12px;
}
.astrology-hero figcaption {
  margin-top: 12px;
  text-align: center;
  color: #816b73;
  font: italic 16px Georgia, serif;
}
.astrology-intro {
  max-width: 900px;
  margin: auto;
  padding: 115px 24px 105px;
  text-align: center;
}
.astrology-intro h2,
.astrology-section h2,
.astrology-process h2,
.astrology-privacy h2,
.astrology-journal h2 {
  font: clamp(40px, 5vw, 66px) / 1.08 var(--serif);
  margin: 0 0 25px;
}
.astrology-intro > p:last-child {
  max-width: 730px;
  margin: 22px auto 0;
  color: #6d5b62;
}
.astrology-section {
  padding: 105px 7vw 115px;
  background: #f4e8e5;
}
.astrology-section .section-copy {
  max-width: 650px;
  color: #6d5b62;
  margin: -24px 0 48px;
}
.astrology-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.astrology-product {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px;
  background: var(--cream);
  border: 1px solid #ead8d2;
}
.astrology-product.primary {
  grid-column: span 2;
  background: var(--plum);
  color: #fff;
}
.astrology-product .planet {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid #cfada3;
  border-radius: 50%;
  color: var(--gold);
  font: 23px var(--serif);
}
.astrology-product span {
  color: var(--rose);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.astrology-product.primary span {
  color: #eccbd1;
}
.astrology-product h3 {
  margin: 12px 0 13px;
  font: 31px/1.14 var(--serif);
}
.astrology-product p {
  margin: 0 0 25px;
  color: #6d5b62;
  font-size: 14px;
}
.astrology-product.primary p {
  max-width: 620px;
  color: #dfd0d5;
}
.astrology-product a {
  margin-top: auto;
  border-bottom: 1px solid #c9aeb3;
  font-size: 13px;
  font-weight: 600;
}
.astrology-process {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 650px;
}
.astrology-process > div:first-child {
  padding: 105px 8vw 90px 7vw;
  background: var(--plum);
  color: #fff;
}
.astrology-process .eyebrow {
  color: #e9c5cd;
}
.astrology-process > div:last-child {
  display: grid;
  align-content: center;
  padding: 85px 8vw;
  background: #fffaf5;
}
.astrology-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 23px 0;
  border-top: 1px solid #e0cdc7;
}
.astrology-step:last-child {
  border-bottom: 1px solid #e0cdc7;
}
.astrology-step > span {
  color: var(--gold);
  font: 27px var(--serif);
}
.astrology-step h3 {
  margin: 0 0 5px;
  font: 25px var(--serif);
}
.astrology-step p {
  margin: 0;
  color: #6d5b62;
  font-size: 14px;
}
.astrology-privacy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  padding: 110px 9vw;
  background: var(--blush);
}
.astrology-privacy p {
  color: #6d5b62;
}
.data-list {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}
.data-list li {
  padding: 17px 0;
  border-top: 1px solid #dec8c3;
}
.data-list li:last-child {
  border-bottom: 1px solid #dec8c3;
}
.data-list strong {
  display: inline-block;
  min-width: 128px;
  color: var(--rose);
}
.astrology-journal {
  padding: 110px 7vw;
}
.astrology-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 45px;
}
.astrology-articles article {
  display: flex;
  flex-direction: column;
}
.astrology-articles img {
  height: 300px;
  margin-bottom: 20px;
}
.astrology-articles span {
  color: var(--rose);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.astrology-articles h3 {
  margin: 10px 0 22px;
  font: 29px/1.18 var(--serif);
}
.astrology-articles a {
  margin-top: auto;
  font-size: 13px;
  font-weight: 600;
}
.astrology-home {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8vw;
  padding: 105px 8vw;
  background: #f9eeeb;
}
.astrology-home img {
  height: 560px;
  border-radius: 230px 230px 8px 8px;
}
.astrology-home h2 {
  margin: 0 0 24px;
  font: clamp(42px, 5vw, 66px) / 1.05 var(--serif);
}
.astrology-home p:not(.eyebrow) {
  color: #6d5b62;
}
.astrology-home .actions {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .astrology-hero,
  .astrology-process,
  .astrology-privacy,
  .astrology-home {
    grid-template-columns: 1fr;
  }
  .astrology-hero {
    background: linear-gradient(#fffaf5 0 54%, #eadcde 54%);
  }
  .astrology-products {
    grid-template-columns: 1fr 1fr;
  }
  .astrology-product.primary {
    grid-column: span 2;
  }
  .astrology-articles {
    grid-template-columns: 1fr;
  }
  .astrology-articles img {
    height: 440px;
  }
  .astrology-home img {
    grid-row: 1;
  }
}
@media (max-width: 560px) {
  .astrology-hero,
  .astrology-section,
  .astrology-journal,
  .astrology-home {
    padding-left: 22px;
    padding-right: 22px;
  }
  .astrology-hero h1 {
    font-size: 52px;
  }
  .astrology-hero figure img {
    height: 420px;
  }
  .astrology-products {
    grid-template-columns: 1fr;
  }
  .astrology-product.primary {
    grid-column: auto;
  }
  .astrology-privacy,
  .astrology-process > div:first-child,
  .astrology-process > div:last-child {
    padding: 80px 24px;
  }
  .astrology-articles img {
    height: 300px;
  }
  .astrology-home img {
    height: 440px;
  }
}
