:root {
  --ink: #211723;
  --muted: #62515c;
  --soft: #8c7d80;
  --cream: #fcf7f5;
  --paper: #fffdf9;
  --line: #ead8c6;
  --gold: #c98633;
  --gold-soft: #e7c58f;
  --plum: #44204f;
  --plum-dark: #2b1534;
  --footer: #31183d;
  --shadow: 0 16px 38px rgba(86, 51, 24, 0.065);
  --box-shadow: 0 1px 0 rgba(255, 255, 255, 0.92) inset, 0 1px 1px rgba(110, 69, 34, 0.055), 0 9px 24px rgba(70, 42, 24, 0.052);
  --box-shadow-hover: 0 1px 0 rgba(255, 255, 255, 0.96) inset, 0 1px 1px rgba(110, 69, 34, 0.07), 0 13px 32px rgba(70, 42, 24, 0.078);
  --radius: 7px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 18%, rgba(231, 197, 143, 0.2), transparent 18%),
    radial-gradient(circle at 92% 44%, rgba(201, 134, 51, 0.1), transparent 22%),
    linear-gradient(180deg, #fcf7f5 0%, #fffaf7 42%, #fcf7f5 100%);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(118, 84, 52, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 84, 52, 0.018) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, transparent, #000 13%, #000 82%, transparent);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 9% 24%, transparent 0 110px, rgba(201, 134, 51, 0.07) 111px 112px, transparent 113px 220px),
    radial-gradient(circle at 83% 67%, transparent 0 86px, rgba(201, 134, 51, 0.05) 87px 88px, transparent 89px 180px),
    radial-gradient(circle at 50% 50%, rgba(255, 250, 242, 0.34), transparent 42%);
  opacity: 0.75;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  height: 74px;
  padding: 0 max(18px, calc((100vw - var(--container)) / 2));
  background: rgba(251, 247, 241, 0.77);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(251, 247, 241, 0.94);
  box-shadow: 0 10px 28px rgba(44, 27, 22, 0.07);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: max-content;
}

.brand-mark {
  width: 47px;
  aspect-ratio: 1;
  display: inline-block;
  background:
    radial-gradient(circle, transparent 29%, var(--gold) 30% 32%, transparent 33%),
    conic-gradient(from 22deg, transparent 0 8%, var(--gold) 8% 10%, transparent 10% 21%, var(--gold) 21% 23%, transparent 23% 34%, var(--gold) 34% 36%, transparent 36% 47%, var(--gold) 47% 49%, transparent 49% 60%, var(--gold) 60% 62%, transparent 62% 73%, var(--gold) 73% 75%, transparent 75% 86%, var(--gold) 86% 88%, transparent 88%);
  border-radius: 50%;
  position: relative;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid var(--gold);
  border-radius: 38% 62% 40% 60%;
  transform: rotate(45deg);
}

.brand-mark::after {
  transform: rotate(-45deg);
}

.brand-copy {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.brand-copy strong {
  color: #241625;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-copy small {
  color: #2a1c2d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.1vw, 30px);
  font-size: 13px;
  font-weight: 700;
}

.main-nav a {
  text-decoration: none;
}

.main-nav > a:not(.button) {
  padding: 8px 0;
}

.main-nav > a:not(.button):hover {
  color: var(--plum);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 41px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: var(--plum);
}

.button-primary:hover {
  background: var(--plum-dark);
}

.button-secondary {
  color: #211823;
  background: rgba(255, 255, 255, 0.48);
  border-color: #6d596a;
}

.button-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.04);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #e8dccc;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 4px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--plum);
}

.home-page .site-header {
  display: flex;
}

.hero {
  min-height: 730px;
  display: grid;
  grid-template-columns: minmax(560px, 42%) 1fr;
  padding-top: 0;
  background:
    linear-gradient(90deg, #fbf7f1 0 33%, rgba(251, 247, 241, 0.82) 42%, rgba(251, 247, 241, 0.09) 59%),
    #f7eddf;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -150px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(199, 137, 61, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 44px rgba(199, 137, 61, 0.025);
}

.hero::after {
  content: "";
  position: absolute;
  right: 20%;
  top: 106px;
  width: 170px;
  height: 170px;
  background:
    radial-gradient(circle, transparent 40%, rgba(255, 255, 255, 0.24) 41% 43%, transparent 44%),
    repeating-conic-gradient(from 10deg, rgba(255, 255, 255, 0.16) 0 4deg, transparent 4deg 18deg);
  border-radius: 50%;
  opacity: 0.48;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(675px - 74px);
  padding: 120px 35px 110px 284px;
  width: 950px;
  position: relative;
  z-index: 2;
}

.hero h1 {
  margin: 0 0 28px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}
.hero h1{
  margin-top:20px;
}
.hero p {
  max-width: 430px;
  margin: 0 0 34px;
  color: #302735;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 48px;
}

.hero-actions .button {
  min-width: 176px;
  white-space: nowrap;
}

.hero-actions .button-secondary {
  min-width: 168px;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.avatars {
  display: flex;
  padding-left: 10px;
}

.avatars span,
.avatar {
  display: block;
  width: 37px;
  height: 37px;
  margin-left: -10px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  object-fit: cover;
  background:
    radial-gradient(circle at 50% 34%, #3b2520 0 12%, transparent 13%),
    radial-gradient(circle at 50% 48%, #cc9d72 0 20%, transparent 21%),
    linear-gradient(135deg, #20111f, #d59b59);
}

.avatars span:nth-child(2),
.avatar-two {
  background:
    radial-gradient(circle at 50% 34%, #4b2b1f 0 12%, transparent 13%),
    radial-gradient(circle at 50% 48%, #d4a17b 0 20%, transparent 21%),
    linear-gradient(135deg, #452047, #efc18b);
}

.avatars span:nth-child(3),
.avatar-three {
  background:
    radial-gradient(circle at 50% 34%, #2b1816 0 12%, transparent 13%),
    radial-gradient(circle at 50% 48%, #c98f69 0 20%, transparent 21%),
    linear-gradient(135deg, #131217, #d88c48);
}

.stars {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.stars strong {
  color: #1d1720;
  letter-spacing: 0;
  margin-left: 12px;
}

.rating-row p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #362936;
  font-weight: 500;
}

.hero-media {
  min-height: 730px;
  background:
    linear-gradient(90deg, rgba(251, 247, 241, 0.96), rgba(251, 247, 241, 0.4) 16%, rgba(251, 247, 241, 0.02) 33%),
    var(--hero-image, url("assets/hero-scene.jpg")) 59% center / cover no-repeat;
  filter: saturate(1.03) contrast(1.02);
  transform: translateZ(0);
}

.trust-strip {
  width: min(var(--container), calc(100% - 44px));
  margin: -66px auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 25px 24px;
  border: 1px solid #e8d4be;
  border-radius: 7px;
  background: rgba(255, 252, 248, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -10px 22px rgba(237, 219, 198, 0.11),
    0 1px 1px rgba(94, 56, 28, 0.05),
    0 14px 34px rgba(72, 41, 18, 0.065);
}

.trust-strip article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  padding: 0 24px;
  border-right: 1px solid rgba(232, 212, 190, 0.82);
}

.trust-strip article:last-child {
  border-right: 0;
}

.trust-strip h2 {
  margin: 0 0 3px;
  font-size: 13px;
  font-weight: 800;
}

.trust-strip p {
  margin: 0;
  color: #463a43;
  font-size: 12px;
  line-height: 1.42;
}

.icon,
.process-icon,
.band-lotus {
  display: block;
  color: var(--gold);
  position: relative;
}

.icon {
  width: 46px;
  height: 46px;
  opacity: 0.93;
}

.trust-icon {
  width: 48px;
  height: 48px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.95;
}

.trust-leaf,
.trust-sun {
  transform: scale(1.28);
  transform-origin: center;
}

.icon::before,
.icon::after,
.process-icon::before,
.process-icon::after {
  content: "";
  position: absolute;
}

.leaf::before {
  left: 14px;
  top: 5px;
  width: 18px;
  height: 32px;
  border: 1.7px solid currentColor;
  border-radius: 80% 80% 8px 8px;
  transform: rotate(0deg);
}

.leaf::after {
  left: 6px;
  right: 6px;
  bottom: 8px;
  height: 20px;
  border: 1.7px solid currentColor;
  border-top: 0;
  border-radius: 0 0 50% 50%;
  background: transparent;
}

.mandala {
  transform: rotate(0deg);
}

.mandala::before,
.mandala::after {
  inset: 8px;
  border: 1.5px solid currentColor;
  border-radius: 42% 58% 42% 58%;
  transform: rotate(30deg);
}

.mandala::after {
  transform: rotate(-30deg);
  box-shadow:
    0 0 0 8px transparent,
    8px 0 0 -6px currentColor,
    -8px 0 0 -6px currentColor,
    0 8px 0 -6px currentColor,
    0 -8px 0 -6px currentColor;
}

.lotus::before {
  left: 9px;
  right: 9px;
  bottom: 7px;
  height: 31px;
  border: 1.7px solid currentColor;
  border-radius: 100% 100% 8px 8px;
  clip-path: polygon(0 40%, 50% 0, 100% 40%, 100% 100%, 0 100%);
}

.lotus::after {
  left: 4px;
  right: 4px;
  bottom: 8px;
  height: 20px;
  border-bottom: 1.7px solid currentColor;
  border-radius: 0 0 50% 50%;
}

.sun {
  border: 1.4px solid currentColor;
  border-radius: 50%;
  transform: scale(0.72);
}

.sun::before {
  inset: -11px;
  background: repeating-conic-gradient(from 0deg, currentColor 0 5deg, transparent 5deg 28deg);
  border-radius: 50%;
}

.sun::after {
  inset: 12px;
  background: var(--paper);
  border-radius: 50%;
}

.section {
  width: min(var(--container), calc(100% - 44px));
  margin-inline: auto;
  padding: 112px 0 0;
  position: relative;
}

.services::before,
.about::before,
.guidance-note::before,
.process::before,
.testimonials::before,
.journal::before {
  content: "";
  position: absolute;
  inset: 30px -70px auto auto;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227, 199, 160, 0.18), transparent 68%);
  pointer-events: none;
}

.about::before {
  inset: auto auto 12px -90px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(199, 137, 61, 0.1), transparent 66%);
}

.guidance-note::before {
  inset: 40px auto auto -84px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(199, 137, 61, 0.08), transparent 68%);
}

.process::before {
  inset: 46px 50% auto auto;
  width: 180px;
  height: 180px;
  background:
    radial-gradient(circle, transparent 0 54px, rgba(199, 137, 61, 0.07) 55px 56px, transparent 57px),
    radial-gradient(circle, rgba(255, 246, 232, 0.55), transparent 70%);
}

.services::after,
.about::after,
.guidance-note::after,
.process::after,
.journal::after {
  content: "";
  position: absolute;
  inset: auto -7vw -54px -7vw;
  height: 220px;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(255, 250, 243, 0.88), rgba(252, 247, 245, 0) 68%);
}

.section-heading {
  text-align: center;
  margin-bottom: 42px;
}

.section-heading h2,
.about h2,
.guidance-note h2,
.booking-band h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 43px);
  font-weight: 600;
  line-height: 1.08;
}

.section-heading span {
  display: inline-block;
  width: 68px;
  height: 12px;
  margin-top: 10px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  position: relative;
}

.section-heading span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--cream);
}

.card-grid,
.testimonial-grid,
.journal-grid,
.process-grid {
  display: grid;
  gap: 28px;
}

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

.service-card,
.testimonial-card,
.journal-card {
  overflow: hidden;
  border: 1px solid #e8d4be;
  border-radius: 7px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: var(--box-shadow);
  transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.service-card:hover,
.testimonial-card:hover,
.journal-card:hover {
  border-color: #dfc6ad;
  box-shadow: var(--box-shadow-hover);
  transform: translateY(-1px);
}

.service-card img,
.journal-card img {
  border-bottom: 1px solid rgba(232, 212, 190, 0.72);
  transform: translateZ(0);
  backface-visibility: hidden;
}

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

.service-card img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}

.service-card div {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 34px 34px 35px;
}

.service-card h3,
.journal-card h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.15;
}

.service-card p {
  flex: 1;
  min-height: 78px;
  margin: 0 0 24px;
  color: #352c38;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.62;
}

.service-card a,
.journal-card a {
  margin-top: auto;
  color: #211823;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

.service-card a::after,
.journal-card a::after {
  content: " \2192";
}

.about {
  display: grid;
  grid-template-columns: minmax(460px, 0.98fr) minmax(540px, 1.02fr);
  align-items: center;
  gap: 60px;
  padding-top: 108px;
}

#birth-chart-reading {
  grid-template-columns: minmax(540px, 1.08fr) minmax(390px, 0.92fr);
}

#birth-chart-reading .about-copy {
  padding-left: 0;
}

#birth-chart-reading .about-image {
  min-height: 392px;
}

.about-copy,
.guidance-copy {
  padding-left: 18px;
}

.about p,
.guidance-note p {
  max-width: 580px;
  margin: 28px 0 26px;
  color: #352b36;
  font-size: 14px;
}

.guidance-note p {
  max-width: 600px;
  margin-bottom: 34px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
}

.about ul,
.guidance-note ul {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  color: #2f2832;
  font-size: 13px;
}

.about li,
.guidance-note li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about li::before,
.guidance-note li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 9px;
  font-weight: 900;
}

.about-image,
.guidance-image {
  width: 100%;
  min-height: 448px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid #e8d4be;
  box-shadow: var(--box-shadow);
}

.guidance-note {
  display: grid;
  grid-template-columns: minmax(500px, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: 60px;
  padding-top: 112px;
}

.guidance-copy {
  padding-left: 0;
  padding-right: 12px;
}

.guidance-image {
  min-height: 448px;
  filter: saturate(1.04) contrast(1.03);
}

.process {
  padding-top: 112px;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
}

.process-step {
  min-height: 148px;
  padding: 0 24px;
  text-align: center;
  position: relative;
}

.process-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 39px;
  right: -13px;
  color: var(--gold);
  font-weight: 800;
}

.process-icon {
  width: 72px;
  height: 62px;
  margin: 0 auto 12px;
  color: #2b2730;
}

.sparkle::before {
  content: "✧";
  position: absolute;
  left: 7px;
  top: 0;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: currentColor;
  font-family: Georgia, serif;
  font-size: 30px;
}

.sparkle::after {
  content: "";
  left: 48px;
  top: 42px;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform: rotate(44deg);
  transform-origin: left center;
}

.infinity::before {
  content: "∞";
  position: absolute;
  inset: -21px 0 0;
  color: currentColor;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
  transform: scaleX(1.08);
}

.cards::before {
  content: "";
  left: 21px;
  top: 6px;
  width: 28px;
  height: 42px;
  border: 2px solid currentColor;
  border-radius: 5px;
  transform: rotate(-10deg);
  box-shadow: inset 0 0 0 1px rgba(43, 39, 48, 0.04);
}

.cards::after {
  content: "";
  left: 31px;
  top: 8px;
  width: 28px;
  height: 42px;
  border: 2px solid currentColor;
  border-radius: 5px;
  transform: rotate(11deg);
  background:
    linear-gradient(currentColor, currentColor) center 9px / 8px 1.5px no-repeat,
    linear-gradient(currentColor, currentColor) center 31px / 8px 1.5px no-repeat;
}

.sunrise::before {
  content: "";
  left: 17px;
  right: 17px;
  bottom: 13px;
  height: 25px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 50px 50px 0 0;
}

.sunrise::after {
  content: "";
  left: 9px;
  right: 9px;
  bottom: 9px;
  height: 2px;
  background: currentColor;
  box-shadow:
    0 -14px 0 -0.5px currentColor,
    10px -26px 0 -0.5px currentColor,
    24px -36px 0 -0.5px currentColor,
    38px -26px 0 -0.5px currentColor;
}

.process-step h3 {
  margin: 0 0 7px;
  font-size: 14px;
}

.process-step p {
  margin: 0 auto;
  max-width: 190px;
  color: #3c3340;
  font-size: 12px;
}

.testimonials {
  padding-top: 126px;
  padding-bottom: 70px;
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}

.testimonial-card {
  padding: 32px 38px 26px;
  position: relative;
  min-height: 206px;
  border-color: #ead8c7;
  background: rgba(255, 252, 247, 0.92);
  box-shadow: var(--box-shadow);
}

.testimonial-card::before {
  content: "\201C";
  position: absolute;
  left: 26px;
  top: 9px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.testimonial-card p {
  min-height: 94px;
  margin: 0 0 20px;
  padding-left: 34px;
  color: #382d36;
  font-size: 13px;
  line-height: 1.7;
}

.testimonial-card > div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 2px;
}

.testimonial-card .avatar {
  margin: 0;
  background: none;
  object-fit: cover;
  width: 48px;
  height: 48px;
  border: 2px solid #fff7ed;
  box-shadow: 0 5px 14px rgba(78, 44, 25, 0.1);
}

.testimonial-card strong,
.testimonial-card small {
  display: block;
}

.testimonial-card strong {
  color: #2b202b;
  font-size: 13px;
  font-weight: 700;
}

.testimonial-card small {
  color: var(--gold);
  letter-spacing: 2.5px;
  font-size: 12px;
  margin-top: 3px;
}

.testimonials::after {
  content: "";
  display: block;
  width: 72px;
  height: 14px;
  margin: 30px auto 0;
  background:
    conic-gradient(from 45deg, var(--gold) 0 25%, transparent 0 50%, var(--gold) 0 75%, transparent 0) center / 8px 8px no-repeat,
    linear-gradient(90deg, transparent, rgba(201, 134, 51, 0.72), transparent) center / 72px 1px no-repeat;
}

.journal {
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 116px 0 96px;
  background:
    radial-gradient(ellipse at 18% 16%, rgba(232, 212, 190, 0.24), transparent 36%),
    radial-gradient(ellipse at 88% 78%, rgba(201, 134, 51, 0.09), transparent 32%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(252, 247, 245, 0.92));
  border-bottom: 1px solid #eadfd2;
}

.journal .section-heading,
.journal-carousel,
.journal .dots {
  width: min(var(--container), calc(100% - 44px));
  margin-left: auto;
  margin-right: auto;
}

.journal .section-heading {
  margin-bottom: 42px;
}

.journal-carousel {
  position: relative;
}

.journal-viewport {
  overflow: hidden;
  padding: 0 1px 22px;
}

.journal-grid {
  display: flex;
  gap: 26px;
  transition: transform 420ms ease;
  will-change: transform;
}

.journal-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
  image-rendering: auto;
}

.journal-card {
  flex: 0 0 calc((100% - 78px) / 4);
  min-height: 456px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.journal-card h3 {
  min-height: 126px;
  padding: 35px 26px 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.42;
}

.journal-card a {
  display: inline-block;
  margin: auto 0 0 26px;
  font-size: 13px;
  font-weight: 800;
  text-transform: none;
}

.blog-hero {
  width: min(var(--container), calc(100% - 44px));
  margin: 0 auto;
  padding: 158px 0 34px;
  text-align: center;
}

.blog-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(50px, 6vw, 78px);
  line-height: 0.98;
}

.blog-hero p {
  max-width: 720px;
  margin: 24px auto 0;
  color: #352c38;
  font-size: 18px;
  font-weight: 600;
}

.blog-listing {
  padding-top: 44px;
  padding-bottom: 96px;
}

.blog-grid {
  width: min(var(--container), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-card {
  min-height: 526px;
}

.blog-card img {
  height: 182px;
}

.blog-card-body {
  min-height: 318px;
  display: flex;
  flex-direction: column;
}

.blog-card h2 {
  min-height: 84px;
  margin: 0;
  padding: 28px 26px 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.08;
}

.blog-card p {
  margin: 0;
  padding: 0 26px 22px;
  color: #352c38;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.blog-card a {
  margin-top: auto;
}

.blog-card a.blog-card-media {
  display: block;
  margin-top: 0;
}

.blog-card h2 a {
  display: inline;
  color: inherit;
  text-decoration: none;
}

.blog-card h2 a:hover,
.blog-card .blog-readmore {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.blog-card .blog-readmore {
  margin: auto 26px 0;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.blog-card .blog-readmore::after {
  content: " \2192";
}

.blog-card .blog-card-media::after,
.blog-card h2 a::after {
  content: "";
}

.post-article {
  width: min(940px, calc(100% - 44px));
  margin: 0 auto;
  padding: 150px 0 96px;
}

.post-header {
  text-align: center;
}

.post-back {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.post-header h1 {
  margin: 22px auto 0;
  max-width: 850px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 5.4vw, 72px);
  line-height: 1.02;
}

.post-header p {
  max-width: 720px;
  margin: 24px auto 0;
  color: #352c38;
  font-size: 18px;
  font-weight: 600;
}

.post-image {
  width: 100%;
  height: clamp(310px, 43vw, 470px);
  margin: 44px 0 46px;
  object-fit: cover;
  border: 1px solid #e8d4be;
  border-radius: 7px;
  box-shadow: var(--box-shadow);
}

.post-content {
  max-width: 760px;
  margin: 0 auto;
}

.post-content p {
  margin: 0 0 24px;
  color: #2f2632;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
}

.post-button {
  margin-top: 16px;
}

.post-back-button {
  margin-left: 12px;
}

.carousel-btn {
  position: absolute;
  top: 48%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(199, 137, 61, 0.35);
  border-radius: 50%;
  color: var(--plum);
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 12px 26px rgba(62, 38, 26, 0.09);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.carousel-prev {
  left: -54px;
}

.carousel-next {
  right: -54px;
}

.carousel-btn:disabled {
  opacity: 0.28;
  cursor: default;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 24px;
}

.dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c8b1a1;
  cursor: pointer;
}

.dots button[aria-current="true"] {
  background: var(--plum);
}

.booking-band {
  margin-top: 0;
  min-height: 178px;
  padding: 0 max(36px, calc((100vw - var(--container)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(49, 22, 56, 0.98) 0%, rgba(49, 22, 56, 0.91) 34%, rgba(49, 22, 56, 0.58) 58%, rgba(49, 22, 56, 0.77) 100%),
    radial-gradient(ellipse at 58% 44%, rgba(235, 174, 88, 0.2), transparent 23%),
    var(--booking-image, url("assets/cta-candle.jpg")) center / cover no-repeat;
  position: relative;
  overflow: hidden;
}

.booking-band::before {
  content: "";
  position: absolute;
  left: max(24px, calc((100vw - var(--container)) / 2 - 18px));
  top: 22px;
  width: 148px;
  height: 116px;
  border: 2px solid rgba(228, 200, 154, 0.14);
  border-top: 0;
  border-radius: 0 0 92px 92px;
}

.booking-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 38%, rgba(23, 8, 27, 0.16));
  pointer-events: none;
  opacity: 1;
}

.booking-band > div {
  display: flex;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 1;
  max-width: 680px;
  text-shadow: 0 2px 14px rgba(22, 7, 27, 0.48);
}

.booking-band > .button {
  position: relative;
  z-index: 1;
  min-width: 258px;
  min-height: 52px;
  border-width: 1.5px;
  background: rgba(45, 17, 55, 0.32);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  backdrop-filter: blur(2px);
}

.booking-band h2 {
  color: #fff;
  font-size: clamp(31px, 3.2vw, 42px);
}

.booking-band p {
  max-width: 480px;
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.45;
}

.band-lotus {
  width: 120px;
  height: 96px;
  color: var(--gold-soft);
  flex: 0 0 auto;
  opacity: 0.98;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer {
  color: rgba(255, 255, 255, 0.8);
  background: var(--footer);
  padding: 25px max(36px, calc((100vw - var(--container)) / 2)) 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 0.9fr 1.35fr;
  gap: 28px;
}

.footer-grid > div,
.newsletter {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-grid > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.brand-footer .brand-copy strong,
.brand-footer .brand-copy small {
  color: #fff;
}

.footer-brand p,
.newsletter p {
  margin: 14px 0 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.socials {
  display: flex;
  gap: 14px;
}

.socials a {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(231, 197, 143, 0.48);
  border-radius: 50%;
  color: rgba(255, 247, 238, 0.9);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.socials a:hover {
  border-color: var(--gold-soft);
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.06);
}

.socials svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
}

.socials a:nth-child(2) svg {
  fill: currentColor;
  stroke: none;
}

.footer-grid h2,
.newsletter h2 {
  margin: 0 0 13px;
  color: var(--gold-soft);
  font-size: 13px;
}

.footer-grid a:not(.brand) {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  text-decoration: none;
}

.newsletter {
  margin: 0;
}

.newsletter input,
.newsletter button {
  width: 100%;
  height: 39px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 3px;
  background: transparent;
  color: #fff;
}

.newsletter input {
  padding: 0 14px;
  margin-bottom: 8px;
}

.newsletter input[name="website_url"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter button {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.copyright {
  margin: 18px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
  font-size: 13px;
}

.to-top {
  position: fixed;
  right: 22px;
  bottom: 20px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  color: #fff;
  background: rgba(46, 24, 55, 0.84);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
  cursor: pointer;
}

.to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    height: 68px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: 68px;
    right: 18px;
    left: 18px;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 253, 249, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
  }

  .main-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .main-nav a {
    padding: 12px;
  }

  .nav-cta {
    margin-top: 8px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .hero::after {
    display: none;
  }

  .hero-copy {
    max-width: none;
    padding: 90px 28px 38px;
  }

  .hero-media {
    min-height: 360px;
    order: -1;
    background:
      linear-gradient(180deg, rgba(251, 247, 241, 0) 72%, rgba(251, 247, 241, 0.9) 100%),
      var(--hero-image, url("assets/hero-scene.jpg")) 55% center / cover no-repeat;
  }

  .trust-strip,
  .service-grid,
  .about,
  .guidance-note,
  .process-grid,
  .testimonial-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  #birth-chart-reading {
    grid-template-columns: 1fr 1fr;
  }

  .journal-card {
    flex-basis: calc((100% - 26px) / 2);
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip {
    margin-top: 0;
  }

  .trust-strip article:nth-child(2) {
    border-right: 0;
  }

  .trust-strip article {
    padding: 18px;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip article:nth-child(n+3) {
    border-bottom: 0;
  }

  .about {
    gap: 48px;
  }

  .about-copy,
  .guidance-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .process-step:not(:last-child)::after {
    display: none;
  }

  .booking-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid > div,
  .newsletter {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .services::before,
  .testimonials::before,
  .journal::before,
  .booking-band::after {
    display: none;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .brand-mark {
    width: 38px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-actions .button,
  .hero-actions .button-secondary {
    width: 100%;
    min-width: 0;
  }

  .hero-media {
    min-height: 310px;
  }

  .section,
  .trust-strip {
    width: min(100% - 32px, var(--container));
  }

  .trust-strip,
  .service-grid,
  .about,
  .guidance-note,
  .process-grid,
  .testimonial-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    width: min(100% - 32px, var(--container));
  }

  .blog-hero,
  .post-article {
    width: min(100% - 32px, var(--container));
    padding-top: 126px;
  }

  #birth-chart-reading {
    grid-template-columns: 1fr;
  }

  .journal-card {
    flex-basis: 100%;
  }

  .journal-card img {
    height: 190px;
  }

  .carousel-btn {
    display: none;
  }

  .trust-strip {
    padding: 8px 14px;
  }

  .trust-strip article,
  .trust-strip article:nth-child(2),
  .trust-strip article:nth-child(n+3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip article:last-child {
    border-bottom: 0;
  }

  .section {
    padding-top: 96px;
  }

  .service-card p,
  .testimonial-card p,
  .journal-card h3 {
    min-height: auto;
  }

  .about-image,
  .guidance-image {
    min-height: 240px;
  }

  .booking-band,
  .site-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .booking-band > div {
    align-items: flex-start;
  }

  .site-footer {
    text-align: center;
  }

  .footer-grid {
    justify-items: center;
    gap: 34px;
  }

  .footer-grid > div,
  .newsletter {
    width: 100%;
  }

  .brand-footer,
  .socials {
    justify-content: center;
  }

  .footer-grid a:not(.brand) {
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter input,
  .newsletter button {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter input {
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    min-height: auto;
    padding: 40px 26px 60px;
    margin-top: -40px;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 0.95;
  }

  .hero-media {
    min-height: 260px;
    background-position: center top;
  }
  .hero p {
  max-width: 390px;

}

