:root {
  --ink: #202b3d;
  --plum: #36495e;
  --deep: #1f2939;
  --paper: #f4efe9;
  --sand: #d5a15e;
  --sage: #81a6a7;
  --muted: #58677c;
  --line: rgba(32, 43, 61, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

.page-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(3px);
  opacity: 0.38;
}

.glow-one {
  width: 480px;
  height: 480px;
  background: #cfc8e2;
  top: 150px;
  left: -230px;
}

.glow-two {
  width: 600px;
  height: 600px;
  background: #a9c5c5;
  top: 1350px;
  right: -310px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand {
  font-family: "Playfair Display", serif;
}

h1 {
  font-size: clamp(3.7rem, 7.2vw, 6.6rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

h2 {
  font-size: clamp(2.7rem, 5.1vw, 4.6rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

h1 i,
h2 i {
  font-weight: 500;
  color: #776ba8;
}

.site-header {
  width: min(1320px, calc(100% - 70px));
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  position: relative;
  z-index: 3;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-size: 22px;
  line-height: 0.72;
  letter-spacing: -0.04em;
}

.brand em {
  font-size: 25px;
  color: #776ba8;
}

.brand-mark {
  font-family: serif;
  font-size: 24px;
  color: #8b7db3;
}

.site-header nav {
  display: flex;
  gap: 31px;
  margin-left: 100px;
}

.site-header nav a,
.nav-cta {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
}

.nav-cta {
  border: 1px solid var(--ink);
  padding: 11px 16px;
  border-radius: 30px;
}

.nav-cta span {
  padding-left: 5px;
  font-size: 17px;
}

.hero {
  width: min(1320px, calc(100% - 70px));
  margin: 52px auto 120px;
  min-height: 600px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 60px;
  align-items: center;
}

.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #596b84;
  margin-bottom: 23px;
}

.eyebrow span {
  color: #8b7db3;
  font-size: 17px;
  margin-right: 8px;
  vertical-align: -1px;
}

.hero-text {
  font-size: 18px;
  max-width: 510px;
  color: #56657b;
  margin: 29px 0 34px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 29px;
}

.button {
  border: 0;
  border-radius: 28px;
  padding: 15px 21px;
  font: 700 13px "DM Sans";
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.button span {
  font-size: 20px;
  line-height: 0;
  margin-left: 17px;
}

.button-dark {
  background: var(--ink);
  color: white;
}

.text-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid #8a91bb;
  padding-bottom: 3px;
}

.text-link span {
  padding-left: 10px;
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 66px;
  font-size: 12px;
  color: #596b84;
  line-height: 1.3;
}

.avatar-stack {
  display: flex;
}

.avatar-stack b {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid var(--paper);
  display: grid;
  place-items: center;
  font-size: 12px;
  margin-left: -7px;
  background: #c7b4b0;
  color: white;
}

.avatar-stack b:first-child {
  margin: 0;
  background: #81a6a7;
}

.avatar-stack b:nth-child(2) {
  background: #6975a1;
}

.hero-art {
  height: 590px;
  position: relative;
  isolation: isolate;
  background: #35475c;
  border-radius: 320px 320px 0 0;
  overflow: hidden;
}

.sun {
  position: absolute;
  width: 290px;
  height: 290px;
  background: #c58e50;
  border-radius: 50%;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  z-index: 1;
}

.orbit-a {
  width: 500px;
  height: 230px;
  top: 140px;
  left: -16px;
  transform: rotate(22deg);
}

.orbit-b {
  width: 440px;
  height: 470px;
  top: 37px;
  left: 53px;
  transform: rotate(-37deg);
}

.moon {
  position: absolute;
  border-radius: 50%;
  background: #f4eee7;
  z-index: 2;
}

.moon-large {
  height: 148px;
  width: 148px;
  bottom: 82px;
  left: 73px;
}

.moon-large::after {
  content: "";
  position: absolute;
  width: 135px;
  height: 135px;
  background: #35475c;
  border-radius: 50%;
  top: -14px;
  left: 32px;
}

.moon-small {
  width: 42px;
  height: 42px;
  top: 132px;
  right: 66px;
  box-shadow: -12px 7px 0 -2px #c7b8e0;
  background: transparent;
}

.star {
  position: absolute;
  color: #fff;
  z-index: 3;
}

.s1 {
  top: 51px;
  left: 78px;
  font-size: 25px;
}

.s2 {
  top: 215px;
  left: 50px;
  font-size: 26px;
}

.s3 {
  top: 220px;
  right: 53px;
  font-size: 17px;
}

.s4 {
  bottom: 69px;
  right: 115px;
  font-size: 44px;
}

.arch {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 0;
  border-radius: 250px 250px 0 0;
  left: 50%;
  transform: translateX(-50%);
}

.arch-back {
  width: 395px;
  height: 475px;
  bottom: 0;
}

.arch-front {
  width: 263px;
  height: 336px;
  bottom: 0;
}

.hero-card {
  position: absolute;
  z-index: 4;
  background: #f4dbac;
  right: 32px;
  bottom: 34px;
  width: 190px;
  height: 225px;
  padding: 21px;
  color: var(--ink);
  box-shadow: 0 14px 28px rgba(70, 50, 48, 0.15);
  transform: rotate(5deg);
  display: flex;
  flex-direction: column;
}

.hero-card span {
  font: 700 8px "DM Sans";
  letter-spacing: 0.13em;
}

.hero-card strong {
  font: 500 25px/1.03 "Playfair Display";
  margin-top: 50px;
}

.hero-card i {
  margin-top: auto;
  text-align: right;
  font-size: 29px;
  color: #776ba8;
}

.intro-band {
  padding: 106px max(35px, calc((100vw - 1180px) / 2));
  background: #31455a;
  color: #f5ede5;
}

.eyebrow.centered {
  text-align: center;
  color: #d7d2ef;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr;
  gap: 100px;
  align-items: center;
}

.intro-grid h2 {
  margin-bottom: 0;
}

.intro-grid h2 i {
  color: #c6bee7;
}

.intro-grid p {
  color: #e8ddd0;
  max-width: 420px;
}

.intro-grid .text-link {
  color: #f8eee6;
  border-color: #bd9da3;
}

.services {
  width: min(1180px, calc(100% - 70px));
  margin: 125px auto;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 54px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  width: 290px;
  color: #596b84;
  font-size: 15px;
  margin: 0 36px 8px 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  min-height: 420px;
  padding: 27px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.sage {
  background: #a9c4bb;
}

.plum {
  background: #6874a2;
  color: #fff;
}

.cream {
  background: #edd6a7;
}

.service-number {
  font-size: 12px;
  font-weight: 700;
}

.service-icon {
  font-size: 70px;
  line-height: 1;
  margin: 53px 0 22px;
  font-family: "Playfair Display";
}

.service-card h3 {
  font-size: 34px;
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-bottom: 17px;
}

.service-card p {
  font-size: 14px;
  max-width: 270px;
  margin-bottom: 20px;
}

.service-card > a {
  font-size: 13px;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  margin-top: auto;
}

.service-card a span {
  margin-left: 12px;
  font-size: 18px;
}

.service-price {
  font-weight: 700;
  line-height: 1.55;
}

/* TikTok Live offering */
.live-reading-details {
  margin: 2px 0 18px;
}

.live-reading-details p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 9px;
  max-width: none;
}

.live-reading-details strong {
  font-weight: 700;
}

.live-note {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
  opacity: 0.8;
}

.payment-links {
  margin-top: auto;
  display: grid;
  gap: 14px;
}

.payment-option {
  display: grid;
  gap: 7px;
}

.payment-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#paypal-container-5CECYAZ5KAKKW {
  width: 100%;
}

.cash-app-btn {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  background-color: #00d632;
  color: #ffffff !important;
  font-family: "DM Sans", sans-serif;
  font-size: 12px !important;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 100px;
  margin-top: 0 !important;
  transition: background-color 0.2s ease, transform 0.1s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cash-app-btn:hover {
  background-color: #00b32a;
}

.cash-app-btn:active {
  transform: scale(0.98);
}

.cash-app-btn span {
  margin-left: 12px !important;
  font-size: 18px !important;
  line-height: 1;
}

.quote-section {
  background: #c9c3e0;
  padding: 128px 15px;
  text-align: center;
}

.quote-mark {
  font: 80px/0.4 "Playfair Display";
  color: #5e6d9c;
}

.quote-section blockquote {
  font: 500 clamp(2rem, 4vw, 3.6rem) / 1.1 "Playfair Display";
  letter-spacing: -0.04em;
  max-width: 850px;
  margin: 28px auto;
  color: #26334a;
}

.quote-section p {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 27px 0 0;
}

.process {
  width: min(1130px, calc(100% - 70px));
  margin: 135px auto;
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  gap: 105px;
  align-items: center;
}

.process-art {
  height: 460px;
  border-radius: 50%;
  background: #90aaad;
  position: relative;
  display: grid;
  place-items: center;
}

.circle-line {
  width: 79%;
  height: 79%;
  border: 1px solid #f7f1e8;
  border-radius: 50%;
  position: absolute;
}

.process-center {
  width: 138px;
  height: 138px;
  background: #f7e8d0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font: 500 25px/0.94 "Playfair Display";
  z-index: 2;
}

.process-art span {
  position: absolute;
  color: #fff;
  font-size: 29px;
}

.process-art span:nth-of-type(1) {
  top: 70px;
  left: 95px;
}

.process-art span:nth-of-type(2) {
  right: 80px;
  bottom: 75px;
  font-size: 41px;
}

.process-art span:nth-of-type(3) {
  right: 86px;
  top: 72px;
}

.process-copy h2 {
  margin-bottom: 42px;
}

.process ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.process li {
  display: flex;
  gap: 25px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.process li:last-child {
  border-bottom: 1px solid var(--line);
}

.process li > b {
  font-size: 12px;
  color: #776ba8;
}

.process li h3 {
  font: 500 20px "Playfair Display";
  margin: 0 0 5px;
}

.process li p {
  font-size: 14px;
  color: #596b84;
  margin: 0;
  max-width: 410px;
}

.booking {
  background: var(--deep);
  color: #f8f0e8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 100px max(35px, calc((100vw - 1100px) / 2));
}

.booking h2 {
  margin-bottom: 22px;
}

.booking h2 i {
  color: #dcd3f3;
}

.booking-copy > p:not(.eyebrow) {
  color: #cfc3c5;
  max-width: 390px;
}

.tiny-stars {
  font-size: 29px;
  color: #d19e9e;
  margin-top: 58px;
}

.booking-form {
  background: #f5eee6;
  color: var(--ink);
  padding: 32px 35px;
}

.booking-form label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  display: block;
  border: 0;
  border-bottom: 1px solid #c9bfb5;
  border-radius: 0;
  background: transparent;
  width: 100%;
  padding: 8px 0;
  font: 14px "DM Sans";
  color: var(--ink);
  outline: none;
}

.booking-form textarea {
  resize: vertical;
}

.button-light {
  background: #6f70a7;
  color: white;
  width: 100%;
  margin-top: 6px;
}

.form-note {
  font-size: 11px;
  text-align: center;
  color: #776e70;
  margin: 13px 0 0;
}

footer {
  padding: 31px max(35px, calc((100vw - 1240px) / 2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eceaf1;
  color: #59697e;
  font-size: 11px;
}

footer .brand {
  font-size: 17px;
}

footer .brand em {
  font-size: 20px;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 9px;
}

.footer-contact a {
  color: inherit;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.sign-off,
.booking-signoff {
  font: italic 22px/1.1 "Playfair Display";
}

.sign-off strong,
.booking-signoff strong {
  font-size: 29px;
  font-weight: 500;
}

.reviews {
  background: #e3e0ef;
  padding: 110px max(35px, calc((100vw - 1180px) / 2));
}

.reviews-heading {
  text-align: center;
}

.reviews-heading h2 {
  margin-bottom: 53px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-grid figure {
  margin: 0;
  background: #faf7f3;
  padding: 34px 28px;
  min-height: 255px;
  display: flex;
  flex-direction: column;
}

.review-grid figure > span {
  font: 55px/0.6 "Playfair Display";
  color: #7471a8;
}

.review-grid blockquote {
  font: 500 20px/1.3 "Playfair Display";
  letter-spacing: -0.025em;
  margin: 19px 0 auto;
}

.review-grid figcaption {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #5d6d82;
  margin-top: 25px;
}

.review-note {
  text-align: center;
  color: #5b6680;
  font: italic 18px "Playfair Display";
  margin: 37px 0 0;
}

.booking-signoff {
  color: #dcd3f3 !important;
  margin: 25px 0 0;
}

.brand {
  line-height: 0;
}

.brand img {
  display: block;
  width: 86px;
  height: 86px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 1px solid rgba(118, 143, 177, 0.82);
}

footer .brand img {
  width: 48px;
  height: 48px;
}

.about-photo {
  max-width: 260px;
  border-radius: 16px;
  display: block;
}

@media (max-width: 800px) {
  .site-header {
    width: calc(100% - 36px);
    padding: 19px 0;
  }

  .site-header nav {
    display: none;
  }

  .nav-cta {
    font-size: 11px;
    padding: 9px 11px;
  }

  .hero {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    margin: 45px auto 70px;
    gap: 45px;
  }

  .hero-art {
    height: 460px;
    max-width: 520px;
    width: 100%;
    justify-self: center;
  }

  .hero-card {
    transform: scale(0.8) rotate(5deg);
    transform-origin: bottom right;
  }

  .hero-copy h1 {
    font-size: clamp(3.55rem, 14vw, 5rem);
  }

  .intro-band {
    padding: 75px 25px;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .services {
    width: calc(100% - 36px);
    margin: 80px auto;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    width: auto;
    margin: 23px 0 0;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 330px;
  }

  .service-icon {
    margin: 32px 0 12px;
  }

  .process {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    gap: 65px;
    margin: 80px auto;
  }

  .process-art {
    max-width: 440px;
    width: 100%;
    justify-self: center;
    height: auto;
    aspect-ratio: 1;
  }

  .booking {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 75px 25px;
  }

  .booking-form {
    padding: 27px 23px;
  }

  .reviews {
    padding: 75px 18px;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-grid figure {
    min-height: 210px;
  }

  footer {
    padding: 26px 18px;
    gap: 15px;
    flex-wrap: wrap;
  }

  footer p {
    margin: 0;
  }

  .quote-section {
    padding: 90px 25px;
  }

  .brand img {
    width: 61px;
    height: 61px;
  }

  .footer-contact {
    width: 100%;
    flex-wrap: wrap;
  }
}

/* Policies section */
.policies {
  background: #e7e1ef;
  padding: 110px max(35px, calc((100vw - 1180px) / 2));
}

.policies-heading {
  margin-bottom: 48px;
}

.policies-heading h2 {
  margin-bottom: 0;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.policy-grid article {
  background: #faf7f3;
  padding: 28px;
}

.policy-grid h3 {
  font: 500 23px/1.05 "Playfair Display";
  margin: 0 0 12px;
}

.policy-grid p {
  color: #596b84;
  font-size: 14px;
  margin: 0;
}

.policy-grid a {
  color: inherit;
  font-weight: 700;
}

@media (max-width: 800px) {
  .policies {
    padding: 75px 18px;
  }

  .policy-grid {
    grid-template-columns: 1fr;
  }
}