:root {
  --ink: #1d3045;
  --ink-soft: #43586c;
  --lake: #387d97;
  --lake-deep: #245f7a;
  --aqua: #a9dce2;
  --sky: #dceff4;
  --lilac: #e4daf3;
  --blush: #f6ddd8;
  --gold: #c4934d;
  --ivory: #fffdf9;
  --mist: #f5f9fa;
  --white: #ffffff;
  --line: rgba(29, 48, 69, 0.14);
  --shadow: 0 30px 80px rgba(36, 95, 122, 0.14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(56, 125, 151, 0.42);
  outline-offset: 4px;
}

.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;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -100px;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--white);
  border-radius: 999px;
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.section-pad {
  padding: 112px 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 249, 0.9);
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(29, 48, 69, 0.06);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink);
  text-decoration: none;
  line-height: 1;
}

.wordmark-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(56, 125, 151, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.68);
  color: var(--gold);
  box-shadow: inset 0 0 0 6px rgba(220, 239, 244, 0.7);
}

.mark-star {
  font-size: 1rem;
}

.wordmark strong,
.wordmark small {
  display: block;
}

.wordmark strong {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.wordmark small {
  margin-top: 0.3rem;
  color: var(--lake-deep);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.site-nav > a:not(.button) {
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
  transition: color 160ms ease;
}

.site-nav > a:not(.button):hover {
  color: var(--lake-deep);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 180ms ease;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.45rem;
  border: 1px solid var(--lake-deep);
  border-radius: 999px;
  background: var(--lake-deep);
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 750;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--ink);
  box-shadow: 0 12px 24px rgba(36, 95, 122, 0.2);
}

.button-small {
  min-height: 42px;
  padding: 0.62rem 1.05rem;
  font-size: 0.8rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 152px 0 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(228, 218, 243, 0.72), transparent 25%),
    radial-gradient(circle at 72% 16%, rgba(246, 221, 216, 0.66), transparent 23%),
    linear-gradient(135deg, #f7fbfc 0%, #fffdf9 50%, #f3fafb 100%);
}

.hero::after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  right: -270px;
  bottom: 70px;
  border: 1px solid rgba(56, 125, 151, 0.18);
  border-radius: 50%;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.hero-glow-one {
  width: 180px;
  height: 180px;
  top: 110px;
  left: -105px;
  border: 1px solid rgba(196, 147, 77, 0.24);
}

.hero-glow-two {
  width: 12px;
  height: 12px;
  top: 150px;
  left: 8%;
}

.hero-glow-two,
.hero-glow-three,
.hero-glow-four,
.hero-glow-five {
  z-index: 1;
  background: #d2a85f;
  filter: none;
  opacity: 0.48;
  box-shadow:
    0 0 0 7px rgba(196, 147, 77, 0.06),
    0 0 18px rgba(210, 168, 95, 0.16);
  animation: hero-shimmer 7s ease-in-out infinite;
  will-change: opacity, transform, box-shadow;
}

.hero-glow-three {
  width: 7px;
  height: 7px;
  top: 118px;
  left: 34%;
  animation-delay: -2.6s;
  animation-duration: 8.5s;
}

.hero-glow-four {
  width: 5px;
  height: 5px;
  top: 210px;
  left: 52%;
  animation-delay: -5.1s;
  animation-duration: 9.5s;
}

.hero-glow-five {
  width: 8px;
  height: 8px;
  top: 132px;
  right: 7%;
  animation-delay: -1.3s;
  animation-duration: 8s;
}

@keyframes hero-shimmer {
  0%,
  100% {
    opacity: 0.34;
    transform: scale(0.88);
    box-shadow:
      0 0 0 6px rgba(196, 147, 77, 0.045),
      0 0 13px rgba(210, 168, 95, 0.12);
  }

  46% {
    opacity: 0.72;
    transform: scale(1.08);
    box-shadow:
      0 0 0 11px rgba(196, 147, 77, 0.075),
      0 0 24px rgba(210, 168, 95, 0.2);
  }
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 620px;
  grid-template-columns: 0.94fr 1.06fr;
  align-items: center;
  gap: clamp(44px, 7vw, 90px);
}

.hero-copy {
  padding: 3rem 0 5rem;
}

.eyebrow,
.section-label {
  margin: 0 0 1.4rem;
  color: var(--lake-deep);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow span {
  padding-inline: 0.35rem;
  color: var(--gold);
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.05;
}

h1 {
  max-width: 760px;
  margin-bottom: 1.65rem;
  font-size: clamp(3.25rem, 6.2vw, 5.75rem);
  letter-spacing: -0.055em;
}

h1 em {
  color: var(--lake-deep);
  font-weight: 400;
}

.hero-lede {
  max-width: 590px;
  margin: 0 0 2.2rem;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.text-link {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.text-link span {
  display: inline-block;
  margin-left: 0.35rem;
  color: var(--gold);
}

.hero-visual {
  position: relative;
  min-width: 0;
  padding-bottom: 3.5rem;
}

.hero-image-wrap {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 8px solid rgba(255, 255, 255, 0.74);
  border-radius: 230px 230px 34px 34px;
  background: var(--sky);
  box-shadow: var(--shadow);
}

.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 55%);
  pointer-events: none;
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.location-card {
  position: absolute;
  left: -54px;
  bottom: 28px;
  display: flex;
  width: min(330px, calc(100% - 24px));
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 16px 40px rgba(29, 48, 69, 0.14);
  backdrop-filter: blur(14px);
}

.location-orb {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lilac);
  color: var(--lake-deep);
}

.location-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.55;
}

.location-card strong {
  color: var(--ink);
  font-size: 0.88rem;
}








.intro {
  background: var(--ivory);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.28fr 1fr;
  gap: 5rem;
}

.intro-copy h2,
.section-heading h2,
.about-copy h2,
.contact-copy h2 {
  margin-bottom: 2rem;
  font-size: clamp(2.6rem, 4.5vw, 4.5rem);
  letter-spacing: -0.04em;
}

.intro-copy h2 {
  max-width: 850px;
}

.intro-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.8rem;
  color: var(--ink-soft);
}

.intro-body p {
  margin: 0;
}

.about {
  overflow: hidden;
  background: var(--mist);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) 1.22fr;
  align-items: center;
  gap: clamp(60px, 10vw, 140px);
}

.about-art {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.about-art::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--lilac), var(--sky) 52%, var(--blush));
  filter: blur(0.2px);
  box-shadow: 0 38px 80px rgba(56, 125, 151, 0.16);
  z-index: -2;
}

.sun-ring {
  position: absolute;
  border: 1px solid rgba(36, 95, 122, 0.28);
  border-radius: 50%;
}

.ring-one {
  width: 270px;
  height: 270px;
}

.ring-two {
  width: 190px;
  height: 190px;
  border-color: rgba(196, 147, 77, 0.46);
}

.sun-core {
  width: 102px;
  height: 102px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.88);
  color: var(--gold);
  font-size: 1.8rem;
  box-shadow: 0 18px 40px rgba(29, 48, 69, 0.12);
}

.water-lines {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 115%;
  transform: translateX(-50%);
}

.water-lines span {
  display: block;
  height: 1px;
  margin-top: 22px;
  background: linear-gradient(90deg, transparent, rgba(56, 125, 151, 0.5), transparent);
}

.water-lines span:nth-child(2) {
  width: 80%;
  margin-inline: auto;
}

.water-lines span:nth-child(3) {
  width: 58%;
  margin-inline: auto;
}

.about-copy {
  max-width: 650px;
}

.about-copy h2 {
  margin-bottom: 1.6rem;
}

.about-copy p:not(.section-label) {
  margin: 0 0 1.2rem;
  color: var(--ink-soft);
}

.about-copy .about-lede {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.42rem;
  line-height: 1.55;
}

.services {
  background: var(--ivory);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: 5rem;
  margin-bottom: 3.5rem;
}

.section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.section-heading > p {
  margin: 0 0 0.45rem;
  color: var(--ink-soft);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(2rem, 4.5vw, 3.5rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.4);
  isolation: isolate;
}

.service-number {
  margin-bottom: 2.3rem;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1rem;
}

.service-card h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  letter-spacing: -0.03em;
}

.service-card p {
  max-width: 460px;
  margin: 0 0 2rem;
  color: var(--ink-soft);
}

.service-card a {
  margin-top: auto;
  color: var(--lake-deep);
  font-size: 0.85rem;
  font-weight: 750;
  text-decoration: none;
  border-bottom: 1px solid rgba(36, 95, 122, 0.34);
}

.service-card a span {
  padding-left: 0.3rem;
  color: var(--gold);
}

.service-note {
  max-width: 760px;
  margin: 2rem auto 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
  text-align: center;
}

.contact {
  padding-top: 40px;
  background: var(--ivory);
}

.contact-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 6rem;
  padding: clamp(3rem, 7vw, 6.5rem);
  border-radius: 34px;
  background:
    radial-gradient(circle at 14% 7%, rgba(169, 220, 226, 0.25), transparent 30%),
    radial-gradient(circle at 88% 110%, rgba(228, 218, 243, 0.22), transparent 32%),
    var(--ink);
  color: var(--white);
  box-shadow: 0 34px 90px rgba(29, 48, 69, 0.18);
}

.contact-card::after {
  content: "✦";
  position: absolute;
  right: 48px;
  top: 38px;
  color: rgba(255, 255, 255, 0.14);
  font-size: 5rem;
}

.contact-copy,
.contact-details {
  position: relative;
  z-index: 2;
}

.contact-copy .section-label {
  color: var(--aqua);
}

.contact-copy h2 {
  max-width: 670px;
}

.contact-copy > p:not(.section-label) {
  max-width: 620px;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.02rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

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

.button-light:hover {
  background: var(--aqua);
  border-color: var(--aqua);
  color: var(--ink);
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.38);
  background: transparent;
}

.button-outline:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.contact-details {
  align-self: end;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 3rem;
}

.contact-details > div + div {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-details span {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--aqua);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-details p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.contact-details a {
  display: inline-block;
  margin-top: 0.7rem;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 750;
  text-underline-offset: 5px;
}

.contact-details a span {
  display: inline;
  margin: 0;
  padding-left: 0.2rem;
  color: var(--gold);
  font-size: inherit;
  letter-spacing: normal;
}

.site-footer {
  padding: 48px 0;
  background: var(--ivory);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr auto;
  align-items: center;
  gap: 3rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.footer-brand > span {
  color: var(--gold);
}

.footer-brand p,
.footer-disclaimer,
.footer-meta {
  margin: 0;
}

.footer-brand p {
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

.footer-brand strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 500;
}

.footer-disclaimer,
.footer-meta {
  color: #6b7c8b;
  font-size: 0.72rem;
  line-height: 1.55;
}

.footer-meta {
  white-space: nowrap;
}

.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal-delay {
  transition-delay: 120ms;
}

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

@media (max-width: 960px) {
  .section-pad {
    padding: 88px 0;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: calc(7.25rem + env(safe-area-inset-top)) 24px max(2rem, env(safe-area-inset-bottom));
    background:
      radial-gradient(circle at 88% 14%, rgba(228, 218, 243, .58), transparent 32%),
      radial-gradient(circle at 10% 92%, rgba(169, 220, 226, .36), transparent 38%),
      #fffdf9;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 240ms ease, transform 300ms ease, visibility 0s linear 300ms;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .site-nav > a:not(.button) {
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: clamp(2rem, 7vw, 2.75rem);
    font-weight: 400;
    line-height: 1.1;
  }

  .site-nav .button {
    width: min(100%, 360px);
    align-self: flex-start;
    margin-top: 2rem;
  }

  .wordmark,
  .menu-toggle {
    position: relative;
    z-index: 3;
  }

  .menu-toggle {
    display: block;
  }

  body.menu-open .site-header {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) {
    transform: translateY(-3px) rotate(-45deg);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-copy {
    max-width: 720px;
    padding-bottom: 3rem;
  }

  .hero-visual {
    width: min(620px, 92%);
    margin-left: auto;
  }

  .hero-image-wrap {
    aspect-ratio: 5 / 4;
    border-radius: 230px 230px 28px 28px;
  }

  .location-card {
    left: -8%;
  }

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

  .about-grid {
    gap: 50px;
  }

  .about-art {
    min-height: 430px;
  }

  .about-art::before {
    width: 300px;
    height: 300px;
  }

  .ring-one {
    width: 225px;
    height: 225px;
  }

  .ring-two {
    width: 155px;
    height: 155px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .contact-card {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .contact-details {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2.5rem 0 0;
  }

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

  .footer-disclaimer {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 32px, 1180px);
  }

  .section-pad {
    padding: 74px 0;
  }

  .header-inner {
    min-height: 76px;
  }

  .hero {
    padding-top: 118px;
  }

  .hero-copy {
    padding-top: 2rem;
  }

  .eyebrow {
    max-width: 320px;
    line-height: 1.8;
  }

  h1 {
    font-size: clamp(3.2rem, 14vw, 4.5rem);
  }

  .hero-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .text-link {
    align-self: flex-start;
  }

  .hero-visual {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 5.2rem;
  }

  .hero-image-wrap {
    aspect-ratio: 4 / 5;
    border-width: 5px;
    border-radius: 180px 180px 22px 22px;
  }

  .location-card {
    left: 12px;
    bottom: 30px;
    width: calc(100% - 24px);
  }




  .intro-body {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .intro-copy h2,
  .section-heading h2,
  .about-copy h2,
  .contact-copy h2 {
    font-size: clamp(2.5rem, 12vw, 3.45rem);
  }

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

  .about-art {
    min-height: 360px;
    order: 2;
  }

  .about-art::before {
    width: 280px;
    height: 280px;
  }

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

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

  .contact {
    padding-top: 20px;
  }

  .contact-card {
    width: calc(100% - 16px);
    gap: 3rem;
    padding: 3rem 1.5rem;
    border-radius: 26px;
  }

  .contact-card::after {
    right: 20px;
    top: 20px;
    font-size: 3.5rem;
  }

  .button {
    width: 100%;
  }

  .site-nav .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .footer-disclaimer {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-glow-two,
  .hero-glow-three,
  .hero-glow-four,
  .hero-glow-five {
    animation: none;
    opacity: 0.48;
    transform: none;
  }
}

/* Shared refinements and the services / booking extensions. */
[hidden] { display: none !important; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.wordmark small { font-size: .75rem; }
.eyebrow, .section-label { font-size: .875rem; letter-spacing: .12em; }
.button-small, .service-card a, .service-note, .location-card p, .contact-details a { font-size: .875rem; }
.footer-disclaimer, .footer-meta { font-size: .75rem; }
.site-nav a[aria-current="page"]:not(.button) { color: var(--lake-deep); text-decoration: underline; text-underline-offset: 7px; }
.service-kicker { margin-bottom: 1.6rem; color: var(--lake-deep); font-size: .875rem; font-weight: 650; }
.service-card .service-price { margin: 0 0 1rem; color: var(--lake-deep); font-size: 1.3rem; }
.services-more { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem; margin-top: 2rem; }
.services-more p { margin: 0; max-width: 490px; color: var(--ink-soft); font-size: .875rem; }
.button-quiet { color: var(--lake-deep); border-color: rgba(36,95,122,.3); background: transparent; }
.button-quiet:hover { color: var(--ink); background: var(--sky); }
.contact-card { color: var(--ink); background: radial-gradient(circle at 85% 5%, rgba(228,218,243,.6), transparent 50%), linear-gradient(130deg, #e4f2f5, #f8fbfb); box-shadow: 0 20px 60px rgba(36,95,122,.08); }
.contact-card::after { color: rgba(196,147,77,.22); }
.contact-copy .section-label, .contact-details span { color: var(--lake-deep); }
.contact-details > div + div, .contact-details { border-color: var(--line); }
.contact-copy > p:not(.section-label), .contact-details p { color: var(--ink-soft); }
.contact-details a { color: var(--lake-deep); overflow-wrap: anywhere; }
.contact-details span { font-size: .875rem; }
.inner-page .site-header { background: rgba(255,253,249,.94); backdrop-filter: blur(16px); }
.page-intro { padding-top: 155px; padding-bottom: 60px; }
.page-intro h1 { font-size: clamp(3rem, 5.8vw, 5.2rem); }
.page-lede { max-width: 650px; color: var(--ink-soft); font-size: 1.1rem; }
.featured-reading { display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(115deg, #e4f1f4, #f5f0f9 78%, #fff7ed); }
.featured-image { min-height: 440px; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.featured-copy { align-self: center; padding: clamp(2rem, 4vw, 3.8rem); }
.featured-copy h2 { font-size: clamp(2.3rem, 4vw, 3.6rem); letter-spacing: -.04em; }
.featured-copy h2 em { color: var(--lake-deep); }
.featured-copy > p:not(.section-label) { color: var(--ink-soft); }
.featured-bottom { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 1.8rem; }
.featured-price { margin: 0; color: var(--lake-deep); font-size: 2rem; font-family: var(--serif); }
.featured-price span { display: block; font: .875rem var(--sans); color: var(--ink-soft); }
.reading-menu { padding-top: 85px; padding-bottom: 65px; }
.menu-heading h2, .gentle-cta h2 { font-size: clamp(2.2rem, 3.6vw, 3.3rem); letter-spacing: -.035em; }
.reading-row { display: grid; grid-template-columns: minmax(0, 1fr) 70px 155px; gap: 2.5rem; align-items: center; border-top: 1px solid var(--line); padding: 2rem 0; scroll-margin-top: 110px; }
.reading-row:last-child { border-bottom: 1px solid var(--line); }
.reading-row h3 { font-size: 1.9rem; margin-bottom: .65rem; }
.reading-row div p { margin: 0; max-width: 600px; color: var(--ink-soft); }
.reading-price { font-family: var(--serif); font-size: 1.7rem; color: var(--lake-deep); }
.reading-link { font-size: .875rem; font-weight: 650; color: var(--lake-deep); text-underline-offset: 6px; }
.menu-note { margin-top: 2rem; max-width: 760px; color: var(--ink-soft); }
.gentle-cta { padding: 2.5rem; display: flex; justify-content: space-between; gap: 3rem; align-items: center; background: var(--mist); border-radius: 24px; margin-bottom: 60px; }
.gentle-cta h2 { margin-bottom: 1rem; }
.gentle-cta p:last-child { margin: 0; color: var(--ink-soft); }
.gentle-cta .button { flex-shrink: 0; }
.booking-intro { padding-bottom: 26px; }
.booking-intro h1 { font-size: clamp(2.8rem, 4.8vw, 4.3rem); margin-bottom: 1rem; }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); gap: 4rem; align-items: start; padding-bottom: 70px; }
.booking-panel { padding: clamp(1.5rem, 3vw, 2.75rem); border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, #edf6f7, #faf7fd 70%, #fffdf9); }
.booking-panel h2 { font-size: 2.3rem; letter-spacing: -.035em; margin-bottom: 1.25rem; }
.booking-explainer { color: var(--ink-soft); margin-bottom: 2rem; }
.field { display: flex; flex-direction: column; min-width: 0; margin-bottom: 1.25rem; gap: .55rem; }
.field label, .request-preview label { font-weight: 650; font-size: .875rem; }
.field select, .field input, .request-preview textarea { width: 100%; min-width: 0; max-width: 100%; border: 1px solid #90a6b5; border-radius: 10px; padding: .8rem; color: var(--ink); background: var(--white); font-size: 1rem; min-height: 50px; }
.field select { padding-right: 1.5rem; }
.date-fields { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.25rem; }
.date-fields .field { margin-bottom: .25rem; }
.field-hint { color: var(--ink-soft); font-size: .875rem; line-height: 1.55; }
.field .field-hint { margin: 0; }
#time-note { margin: .75rem 0 1.5rem; }
.form-error { color: #942e31; }
.request-preview { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.request-preview h3 { font-size: 2rem; margin-bottom: 1rem; }
.request-preview textarea { margin-top: .6rem; resize: vertical; line-height: 1.6; }
.request-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
#scheduler-frame iframe { display: block; width: 100%; min-height: 820px; border: 0; background: white; }
.booking-aside { padding-top: 1rem; }
.booking-aside h2 { font-size: 2.3rem; letter-spacing: -.035em; }
.booking-aside p { color: var(--ink-soft); }
.booking-details { margin: 2rem 0; }
.booking-details > div { border-top: 1px solid var(--line); padding: 1.25rem 0; }
.booking-details dt { color: var(--lake-deep); font-size: .875rem; font-weight: 700; margin-bottom: .5rem; }
.booking-details dd { margin: 0; color: var(--ink-soft); overflow-wrap: anywhere; }
.booking-details a { text-underline-offset: 4px; font-size: .875rem; }
@media (max-width: 960px) {
  .site-nav { visibility: hidden; }
  .site-nav.is-open { visibility: visible; }
  .featured-reading { grid-template-columns: .65fr 1fr; }
  .featured-image { min-height: 400px; }
  .booking-layout { gap: 2rem; grid-template-columns: minmax(0,1fr) minmax(0,.65fr); }
  .date-fields { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .page-intro { padding-top: 120px; padding-bottom: 36px; }
  .page-intro h1 { font-size: clamp(2.8rem, 12vw, 4rem); }
  .featured-reading, .booking-layout { grid-template-columns: 1fr; }
  .featured-image { min-height: 0; height: 250px; }
  .featured-image img { object-position: 50% 64%; }
  .featured-copy { padding: 1.75rem; }
  .featured-bottom { align-items: flex-start; }
  .reading-menu { padding-top: 60px; }
  .reading-row { grid-template-columns: minmax(0,1fr) auto; gap: .8rem 1rem; }
  .reading-price { margin: 0; align-self: start; }
  .reading-link { grid-column: 1 / -1; }
  .gentle-cta { flex-direction: column; gap: 1.5rem; align-items: stretch; padding: 1.5rem; }
  .booking-panel h2 { font-size: 2rem; }
  .booking-aside { padding: 1rem .5rem; }
}

/* A quiet touch of magic for each service: one entrance, a soft hover glow. */
.service-magic {
  position: relative;
  isolation: isolate;
  --magic-delay: 0ms;
}
.reading-row.service-magic:nth-child(3n + 2) { --magic-delay: 65ms; }
.reading-row.service-magic:nth-child(3n) { --magic-delay: 130ms; }
.js .service-magic.reveal {
  transform: translateY(12px);
  transition: opacity 850ms ease, transform 1000ms cubic-bezier(.2, .7, .2, 1);
  transition-delay: var(--magic-delay);
}
.js .service-magic.reveal.is-visible { transform: translateY(0); }
/* Keep every effect behind the text and clear of the interactive links. */
.service-magic > * { position: relative; z-index: 1; }
.service-magic::before,
.service-magic::after {
  content: "";
  position: absolute;
  inset: 6px 0;
  z-index: 0;
  border-radius: 14px;
  pointer-events: none;
  opacity: 0;
}
.featured-reading.service-magic::before,
.featured-reading.service-magic::after { inset: 0; border-radius: inherit; }
.service-card.service-magic::before,
.service-card.service-magic::after { inset: 0; border-radius: 0; }
.service-magic::before {
  background: radial-gradient(ellipse at 18% 50%, rgba(169, 220, 226, .48), transparent 72%),
    radial-gradient(ellipse at 78% 50%, rgba(218, 200, 242, .56), transparent 78%),
    linear-gradient(100deg, rgba(220, 239, 244, .18), rgba(228, 218, 243, .22));
  box-shadow: inset 0 0 0 1px rgba(123, 158, 189, .12),
    0 0 28px rgba(169, 220, 226, .18), 0 8px 30px rgba(218, 200, 242, .2);
  transition: opacity 750ms ease;
}
.service-magic::after {
  background: linear-gradient(110deg, transparent 38%, rgba(228, 218, 243, .17) 47%, rgba(255, 255, 255, .6) 52%, transparent 64%);
  background-size: 250% 100%;
  background-position: 140% 0;
}
.js .service-magic.is-visible::after {
  animation: service-pearl 1800ms ease-out var(--magic-delay) 1;
}
.service-spark {
  display: inline-block;
  vertical-align: middle;
  margin-left: .25em;
  color: #a67b3e;
  font-family: var(--sans);
  font-size: .65em;
  line-height: 1;
  opacity: .6;
  transform: rotate(-12deg) scale(.9);
  transition: opacity 650ms ease, transform 900ms cubic-bezier(.2, .7, .2, 1), text-shadow 650ms ease;
}
.reading-row h3 .service-spark { font-size: .52em; }
.service-magic:focus-within::before,
.service-magic.is-tapped::before,
.service-magic:active::before { opacity: 1; }
.service-magic:focus-within .service-spark {
  opacity: 1;
  transform: rotate(12deg) scale(1.08);
  text-shadow: 0 0 10px rgba(196, 147, 77, .65), 0 0 22px rgba(196, 147, 77, .3);
}
.service-magic.is-tapped .service-spark,
.service-magic:active .service-spark {
  opacity: 1;
  transform: rotate(12deg) scale(1.08);
  text-shadow: 0 0 10px rgba(196, 147, 77, .65), 0 0 22px rgba(196, 147, 77, .3);
}
.js .service-magic.is-visible:focus-within::after,
.js .service-magic.is-visible.is-tapped::after {
  animation: service-hover-shimmer 1800ms ease-in-out 1;
}
@media (hover: hover) and (pointer: fine) {
  .service-magic:hover::before { opacity: 1; }
  .service-magic:hover .service-spark {
    opacity: 1;
    transform: rotate(12deg) scale(1.08);
    text-shadow: 0 0 10px rgba(196, 147, 77, .65), 0 0 22px rgba(196, 147, 77, .3);
  }
  .js .service-magic.is-visible:hover::after {
    animation: service-hover-shimmer 2600ms ease-in-out infinite;
  }
}

/* One shared mystical interaction for every service-related surface. */
.hero-visual {
  padding-bottom: 0;
}

.heritage-line {
  max-width: 620px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem .7rem;
  margin: 1.5rem 0 0;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(195, 154, 84, .28);
  color: var(--ink-soft);
  font-size: .86rem;
  line-height: 1.55;
}

.heritage-line strong {
  color: var(--ink);
  font-weight: 720;
}

.heritage-star {
  color: var(--gold);
  text-shadow: 0 0 12px rgba(195, 154, 84, .45);
}

.mystic-hover {
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 600ms cubic-bezier(.2, .75, .2, 1),
    border-color 600ms ease,
    background-color 600ms ease,
    box-shadow 600ms ease;
}

.service-magic.mystic-hover::before,
.service-magic.mystic-hover::after {
  inset: 0;
  border-radius: inherit;
}

.service-magic.mystic-hover::before {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 228, 176, .5), transparent 28%),
    radial-gradient(ellipse at 78% 78%, rgba(215, 190, 233, .72), transparent 65%),
    linear-gradient(135deg, rgba(243, 199, 216, .28), rgba(185, 231, 226, .2));
  box-shadow:
    inset 0 0 0 1px rgba(195, 154, 84, .23),
    0 14px 34px rgba(122, 63, 121, .14),
    0 0 26px rgba(243, 199, 216, .28);
  transition: opacity 600ms ease;
}

.service-magic.mystic-hover::after {
  background: linear-gradient(112deg, transparent 34%, rgba(255, 255, 255, .82) 49%, rgba(185, 231, 226, .28) 56%, transparent 68%);
  background-size: 260% 100%;
  transition: opacity 600ms ease;
}

.js .service-magic.mystic-hover.is-visible::after {
  animation: none;
}

.ritual-tags .wellness-magic.mystic-hover::after {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 228, 176, .5), transparent 28%),
    radial-gradient(ellipse at 78% 78%, rgba(215, 190, 233, .72), transparent 65%),
    linear-gradient(112deg, transparent 34%, rgba(255, 255, 255, .82) 49%, rgba(185, 231, 226, .28) 56%, transparent 68%);
  background-size: 100% 100%, 100% 100%, 260% 100%;
  transition: opacity 600ms ease;
}

.mystic-hover.is-tapped,
.mystic-hover:focus-within {
  transform: translateY(-4px);
  border-color: rgba(195, 154, 84, .52);
  background-color: rgba(255, 255, 255, .68);
  box-shadow: 0 20px 42px rgba(122, 63, 121, .15), 0 0 30px rgba(243, 199, 216, .3);
}

.service-magic.mystic-hover.is-tapped::before,
.service-magic.mystic-hover:focus-within::before {
  opacity: .82;
}

.service-magic.mystic-hover.is-tapped::after,
.service-magic.mystic-hover:focus-within::after {
  opacity: .72;
  animation: unified-mystic-shimmer 1800ms ease-in-out 1;
}

.ritual-tags .wellness-magic.mystic-hover.is-tapped::after,
.ritual-tags .wellness-magic.mystic-hover:focus-within::after {
  opacity: .72;
  animation: unified-wellness-shimmer 1800ms ease-in-out 1;
}

.service-magic.mystic-hover.is-tapped .service-spark,
.service-magic.mystic-hover:focus-within .service-spark,
.ritual-tags .wellness-magic.mystic-hover.is-tapped::before,
.ritual-tags .wellness-magic.mystic-hover:focus-within::before {
  opacity: 1;
  transform: rotate(18deg) scale(1.18);
  text-shadow: 0 0 10px rgba(195, 154, 84, .78), 0 0 24px rgba(215, 190, 233, .65);
}

@media (hover: hover) and (pointer: fine) {
  .js .service-magic.mystic-hover.reveal.is-visible:hover,
  .service-magic.mystic-hover:hover,
  .ritual-tags .wellness-magic.mystic-hover:hover {
    transform: translateY(-4px);
    border-color: rgba(195, 154, 84, .52);
    background-color: rgba(255, 255, 255, .68);
    box-shadow: 0 20px 42px rgba(122, 63, 121, .15), 0 0 30px rgba(243, 199, 216, .3);
  }

  .service-magic.mystic-hover:hover::before {
    opacity: .82;
  }

  .js .service-magic.mystic-hover.is-visible:hover::after,
  .service-magic.mystic-hover:hover::after {
    opacity: .72;
    animation: unified-mystic-shimmer 2900ms ease-in-out infinite;
  }

  .ritual-tags .wellness-magic.mystic-hover:hover::after {
    opacity: .72;
    animation: unified-wellness-shimmer 2900ms ease-in-out infinite;
  }

  .service-magic.mystic-hover:hover .service-spark,
  .ritual-tags .wellness-magic.mystic-hover:hover::before {
    opacity: 1;
    transform: rotate(18deg) scale(1.18);
    text-shadow: 0 0 10px rgba(195, 154, 84, .78), 0 0 24px rgba(215, 190, 233, .65);
  }
}

@keyframes unified-mystic-shimmer {
  0% { opacity: 0; background-position: 145% 0; }
  20% { opacity: .72; }
  56% { opacity: .38; background-position: -45% 0; }
  76%, 100% { opacity: 0; background-position: -58% 0; }
}

@keyframes unified-wellness-shimmer {
  0% { opacity: 0; background-position: center, center, 145% 0; }
  20% { opacity: .72; }
  56% { opacity: .38; background-position: center, center, -45% 0; }
  76%, 100% { opacity: 0; background-position: center, center, -58% 0; }
}

@media (max-width: 680px) {
  .hero-visual {
    padding-bottom: 0;
  }

  .heritage-line {
    align-items: flex-start;
    margin-top: 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mystic-hover,
  .mystic-hover:hover,
  .mystic-hover.is-tapped,
  .mystic-hover:focus-within {
    transform: none;
    transition: none;
  }

  .mystic-hover::after {
    animation: none !important;
  }
}
@keyframes service-pearl {
  0% { opacity: 0; background-position: 140% 0; }
  25% { opacity: .8; }
  70% { opacity: .45; }
  100% { opacity: 0; background-position: -50% 0; }
}
@keyframes service-hover-shimmer {
  0% { opacity: 0; background-position: 140% 0; }
  18% { opacity: .95; }
  52% { opacity: .52; background-position: -40% 0; }
  72%, 100% { opacity: 0; background-position: -55% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .js .service-magic.reveal { opacity: 1; transform: none; transition: none; }
  .js .service-magic.is-visible::after { animation: none; }
  .service-magic .service-spark,
  .service-magic:hover .service-spark,
  .service-magic:focus-within .service-spark,
  .service-magic.is-tapped .service-spark { transform: none; transition: none; }
}

/* Tina's established boutique palette: blush and lavender atmosphere with
   confident orchid, turquoise and antique-gold accents. */
:root {
  --ink: #39263f;
  --ink-soft: #67566b;
  --lake: #c76fa6;
  --lake-deep: #7a3f79;
  --aqua: #b9e7e2;
  --aqua-deep: #2f9998;
  --sky: #eadcf6;
  --lilac: #d7bee9;
  --blush: #f3c7d8;
  --rose: #df86b5;
  --orchid: #a95599;
  --magenta: #bd4f91;
  --plum: #563052;
  --gold: #c39a54;
  --ivory: #fffaf4;
  --cream: #fff3e5;
  --mist: #fbf1f7;
  --white: #ffffff;
  --line: rgba(86, 48, 82, 0.16);
  --shadow: 0 30px 80px rgba(94, 48, 91, 0.18);
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(243, 199, 216, .26), transparent 25%),
    radial-gradient(circle at 87% 10%, rgba(215, 190, 233, .28), transparent 27%),
    var(--ivory);
}

.site-header.is-scrolled,
.inner-page .site-header {
  background: rgba(255, 250, 244, .9);
  border-color: rgba(195, 154, 84, .2);
  box-shadow: 0 10px 34px rgba(86, 48, 82, .08);
}

.header-inner { min-height: 96px; }
.wordmark { flex: 0 0 auto; }
.wordmark-logo {
  display: block;
  width: clamp(164px, 17vw, 208px);
  height: auto;
  max-height: 74px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 6px 12px rgba(86, 48, 82, .1));
}

.site-nav > a:not(.button) { color: var(--plum); }
.site-nav > a:not(.button):hover { color: var(--magenta); }
.site-nav a[aria-current="page"]:not(.button) { color: var(--orchid); }

.button {
  border-color: rgba(86, 48, 82, .82);
  background: linear-gradient(115deg, var(--plum), #813f79 58%, #9a4f8c);
  box-shadow: 0 10px 26px rgba(122, 63, 121, .16), inset 0 1px rgba(255, 255, 255, .22);
}
.button:hover {
  border-color: var(--plum);
  background: linear-gradient(115deg, #452542, var(--plum));
  box-shadow: 0 16px 30px rgba(122, 63, 121, .24), 0 0 0 4px rgba(243, 199, 216, .25);
}
.button-quiet {
  color: var(--plum);
  border-color: rgba(169, 85, 153, .35);
  background: rgba(255, 250, 244, .45);
}
.button-quiet:hover { color: var(--plum); background: rgba(243, 199, 216, .45); }
.text-link { color: var(--plum); }
.text-link span { color: var(--gold); }
.section-label,
.eyebrow { color: var(--orchid); }
.eyebrow span { color: var(--gold); }
h1 em,
h2 em { color: var(--orchid); font-weight: 400; }

.hero {
  min-height: 790px;
  padding-top: 158px;
  background:
    radial-gradient(ellipse at 8% 12%, rgba(215, 190, 233, .82), transparent 35%),
    radial-gradient(ellipse at 86% 18%, rgba(243, 199, 216, .78), transparent 32%),
    radial-gradient(ellipse at 55% 100%, rgba(185, 231, 226, .28), transparent 38%),
    linear-gradient(135deg, #f8ebf4 0%, #fffaf4 47%, #f2e8fb 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background-image:
    radial-gradient(circle at 8% 68%, rgba(189, 79, 145, .18) 0 2px, transparent 3px),
    radial-gradient(circle at 91% 56%, rgba(47, 153, 152, .18) 0 2px, transparent 3px),
    radial-gradient(circle at 22% 30%, rgba(195, 154, 84, .22) 0 1px, transparent 2px);
  background-size: 120px 120px, 170px 170px, 88px 88px;
}
.hero::after { border-color: rgba(195, 154, 84, .25); }
.hero-grid { min-height: 632px; }
.hero-copy h1 { text-shadow: 0 1px rgba(255, 255, 255, .6); }
.hero-lede { color: var(--ink-soft); }

.hero-slideshow {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 9px solid rgba(255, 250, 244, .88);
  border-radius: 230px 230px 36px 36px;
  background: var(--lilac);
  box-shadow: var(--shadow), 0 0 0 1px rgba(195, 154, 84, .18);
  isolation: isolate;
}
.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 1100ms ease, transform 6s ease;
  pointer-events: none;
}
.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 1;
}
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slide:nth-child(1) img { object-position: 58% center; }
.hero-slide:nth-child(2) img { object-position: center center; }
.hero-slide:nth-child(3) img { object-position: 54% center; }
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .13), transparent 42%, rgba(57, 38, 63, .26));
}
.hero-slide figcaption {
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 25px;
  max-width: 255px;
  padding: .72rem 1rem;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: rgba(255, 250, 244, .78);
  color: var(--plum);
  font-family: var(--serif);
  font-size: .92rem;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 10px 24px rgba(57, 38, 63, .12);
  backdrop-filter: blur(12px);
}
.slide-controls {
  position: absolute;
  z-index: 4;
  right: 22px;
  bottom: 22px;
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 250, 244, .76);
  backdrop-filter: blur(12px);
}
.slide-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(86, 48, 82, .36);
  border-radius: 50%;
  background: transparent;
  transition: width 240ms ease, background 240ms ease, border-color 240ms ease;
}
.slide-dot.is-active {
  width: 25px;
  border-color: var(--orchid);
  border-radius: 999px;
  background: var(--orchid);
}
.location-card {
  border-color: rgba(195, 154, 84, .32);
  background: rgba(255, 250, 244, .92);
  box-shadow: 0 18px 44px rgba(86, 48, 82, .16);
}
.location-orb {
  color: var(--gold);
  background: linear-gradient(145deg, var(--blush), var(--lilac));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), 0 0 24px rgba(243, 199, 216, .6);
}

.intro { background: rgba(255, 250, 244, .94); }
.about {
  background:
    radial-gradient(circle at 88% 8%, rgba(243, 199, 216, .55), transparent 31%),
    radial-gradient(circle at 16% 90%, rgba(215, 190, 233, .6), transparent 36%),
    linear-gradient(135deg, #fff8f2, #f8eff9);
}
.about-art.postcard-frame {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 5;
  display: block;
  margin: 0;
  padding: 12px 12px 62px;
  border: 1px solid rgba(195, 154, 84, .35);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: 0 32px 74px rgba(86, 48, 82, .19);
  transform: rotate(-1.2deg);
  isolation: isolate;
}
.about-art.postcard-frame::before {
  content: "";
  position: absolute;
  inset: 24px -22px -20px 24px;
  width: auto;
  height: auto;
  border: 1px solid rgba(169, 85, 153, .25);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(243, 199, 216, .72), rgba(215, 190, 233, .66));
  box-shadow: none;
  z-index: -1;
}
.about-art.postcard-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  filter: saturate(.88) contrast(.96);
}
.about-art.postcard-frame figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 17px;
  color: var(--plum);
  font-family: var(--serif);
  font-size: 1.04rem;
  text-align: center;
}
.about-art.postcard-frame figcaption span { color: var(--gold); }

.wellness-preview {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(185, 231, 226, .34), transparent 27%),
    linear-gradient(120deg, #f7dce8 0%, #efe1f7 55%, #fff3e5 100%);
}
.wellness-preview::after {
  content: "✦";
  position: absolute;
  right: 7%;
  top: 12%;
  color: rgba(195, 154, 84, .28);
  font-size: 5rem;
}
.wellness-preview-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}
.wellness-preview-copy h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(2.7rem, 4.3vw, 4.2rem);
  letter-spacing: -.045em;
}
.wellness-preview-copy > p:not(.section-label) { color: var(--ink-soft); }
.ritual-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.ritual-tags span {
  position: relative;
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 1.25rem 1.35rem 1.25rem 2.5rem;
  border: 1px solid rgba(195, 154, 84, .25);
  border-radius: 12px;
  background: rgba(255, 250, 244, .72);
  color: var(--plum);
  font-family: var(--serif);
  font-size: 1.12rem;
  box-shadow: 0 14px 34px rgba(86, 48, 82, .08);
  backdrop-filter: blur(12px);
}
.ritual-tags span::before {
  content: "✦";
  position: absolute;
  left: 1rem;
  color: var(--gold);
  font-size: .76rem;
}

.services {
  background:
    radial-gradient(circle at 85% 18%, rgba(215, 190, 233, .3), transparent 24%),
    var(--ivory);
}
.service-grid {
  gap: 18px;
  border: 0;
}
.service-card {
  min-height: 345px;
  border: 1px solid rgba(195, 154, 84, .25);
  border-radius: 16px;
  background:
    radial-gradient(circle at 95% 6%, rgba(185, 231, 226, .26), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(249, 230, 241, .5));
  box-shadow: 0 16px 45px rgba(86, 48, 82, .08);
  transition: transform 700ms cubic-bezier(.2, .75, .2, 1), box-shadow 700ms ease, border-color 700ms ease;
}
.service-card::after { border-radius: inherit !important; }
.service-card h3 { color: var(--plum); }
.service-card .service-price,
.service-card a,
.service-kicker { color: var(--orchid); }

.service-magic::before {
  background:
    radial-gradient(ellipse at 16% 50%, rgba(243, 199, 216, .72), transparent 72%),
    radial-gradient(ellipse at 78% 44%, rgba(215, 190, 233, .78), transparent 77%),
    radial-gradient(circle at 92% 12%, rgba(185, 231, 226, .52), transparent 27%),
    linear-gradient(100deg, rgba(255, 250, 244, .22), rgba(243, 199, 216, .26));
  box-shadow: inset 0 0 0 1px rgba(195, 154, 84, .2), 0 0 42px rgba(189, 79, 145, .22), 0 14px 45px rgba(169, 85, 153, .18);
  transition: opacity 620ms ease;
}
.service-magic::after {
  background: linear-gradient(110deg, transparent 34%, rgba(243, 199, 216, .28) 44%, rgba(255, 255, 255, .86) 51%, rgba(185, 231, 226, .2) 58%, transparent 68%);
}
.service-spark { color: var(--gold); opacity: .76; }
@media (hover: hover) and (pointer: fine) {
  .js .service-card.service-magic.reveal.is-visible:hover {
    transform: translateY(-7px) rotate(-.15deg);
    border-color: rgba(195, 154, 84, .48);
    box-shadow: 0 24px 58px rgba(122, 63, 121, .18), 0 0 38px rgba(243, 199, 216, .32);
  }
  .js .reading-row.service-magic.reveal.is-visible:hover { transform: translateX(10px); }
}

.candle-moment {
  position: relative;
  min-height: 630px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #f5dfe9;
  isolation: isolate;
}
.candle-moment-image,
.candle-veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.candle-moment-image {
  object-fit: cover;
  object-position: 65% center;
  transform: scale(1.015);
  animation: candle-breathe 13s ease-in-out infinite alternate;
}
.candle-veil {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 250, 244, .97) 0%, rgba(255, 250, 244, .91) 30%, rgba(255, 250, 244, .35) 58%, rgba(86, 48, 82, .08) 100%),
    linear-gradient(0deg, rgba(243, 199, 216, .24), transparent 50%);
}
.candle-flicker {
  position: absolute;
  z-index: 1;
  top: 4%;
  right: 14%;
  width: 150px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 240, 177, .76), rgba(255, 208, 118, .25) 35%, transparent 72%);
  mix-blend-mode: screen;
  filter: blur(10px);
  animation: candle-flicker 2.7s ease-in-out infinite;
}
.candle-moment-copy {
  position: relative;
  z-index: 2;
  margin-block: 100px;
}
.candle-moment-copy > * { max-width: 560px; }
.candle-moment-copy h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 5.3vw, 5rem);
  letter-spacing: -.05em;
}
.candle-moment-copy > p:not(.section-label) {
  margin-bottom: 2rem;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.contact { background: var(--ivory); }
.contact-card {
  border: 1px solid rgba(195, 154, 84, .26);
  background:
    radial-gradient(circle at 86% 5%, rgba(185, 231, 226, .42), transparent 34%),
    radial-gradient(circle at 4% 96%, rgba(243, 199, 216, .58), transparent 35%),
    linear-gradient(135deg, #fff8f2, #f4e6f7);
  box-shadow: 0 26px 70px rgba(86, 48, 82, .12);
}
.site-footer {
  border-top: 1px solid rgba(195, 154, 84, .2);
  background: linear-gradient(105deg, var(--ivory), #f9edf5);
}
.footer-brand { gap: 1rem; }
.footer-logo {
  width: 104px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}

/* Services page: the sage image establishes atmosphere while the ivory panels
   keep Tina's offerings readable and premium. */
.services-ambient {
  position: relative;
  overflow: hidden;
  padding-bottom: 82px;
  background:
    linear-gradient(100deg, rgba(255, 250, 244, .98) 0%, rgba(255, 247, 244, .9) 48%, rgba(238, 219, 244, .67) 100%),
    url('/assets/burning-sage-quartz.webp') center / cover no-repeat;
  isolation: isolate;
}
.services-ambient::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 78% 26%, rgba(185, 231, 226, .28), transparent 29%);
}
.services-smoke {
  position: absolute;
  z-index: -1;
  right: 3%;
  top: 8%;
  width: 44%;
  height: 76%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, .74), rgba(229, 207, 239, .2) 46%, transparent 72%);
  filter: blur(22px);
  opacity: .52;
  animation: smoke-drift 9s ease-in-out infinite alternate;
}
.services-ambient .page-intro,
.services-ambient .featured-reading { position: relative; z-index: 1; }
.services-ambient .featured-reading {
  border-color: rgba(195, 154, 84, .3);
  background: linear-gradient(115deg, rgba(255, 250, 244, .94), rgba(242, 224, 246, .92) 74%, rgba(255, 241, 229, .94));
  box-shadow: 0 28px 72px rgba(86, 48, 82, .15);
  backdrop-filter: blur(12px);
}
.services-page .reading-menu {
  margin-top: 70px;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(195, 154, 84, .24);
  border-radius: 18px;
  background: rgba(255, 250, 244, .82);
  box-shadow: 0 24px 65px rgba(86, 48, 82, .08);
}
.reading-row { transition: transform 650ms cubic-bezier(.2, .75, .2, 1); }
.reading-price,
.reading-link,
.featured-price { color: var(--orchid); }

.rituals-section {
  position: relative;
  min-height: 850px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 110px 0;
  background: #f3dce9;
  isolation: isolate;
}
.rituals-image {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.rituals-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(57, 38, 63, .08), rgba(255, 250, 244, .4) 34%, rgba(255, 250, 244, .96) 70%),
    linear-gradient(0deg, rgba(169, 85, 153, .14), transparent 50%);
}
.rituals-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: sage-breathe 16s ease-in-out infinite alternate;
}
.sage-glow {
  position: absolute;
  left: 29%;
  top: 53%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 211, 129, .62), rgba(243, 199, 216, .18) 48%, transparent 72%);
  filter: blur(8px);
  mix-blend-mode: screen;
  animation: candle-flicker 3.4s ease-in-out infinite;
}
.rituals-panel {
  width: min(760px, 66%);
  margin-right: 0;
  margin-left: auto;
  padding: clamp(2.2rem, 5vw, 4.6rem);
  border: 1px solid rgba(195, 154, 84, .38);
  border-radius: 18px;
  background: rgba(255, 250, 244, .86);
  box-shadow: 0 34px 90px rgba(86, 48, 82, .2);
  backdrop-filter: blur(18px);
}
.rituals-heading h2 {
  margin-bottom: 1.4rem;
  font-size: clamp(2.6rem, 4.5vw, 4.4rem);
  letter-spacing: -.045em;
}
.rituals-heading > p:not(.section-label) { color: var(--ink-soft); }
.ritual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 2.2rem;
}
.ritual-grid article {
  position: relative;
  padding: 1.25rem;
  border: 1px solid rgba(169, 85, 153, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .5);
}
.ritual-grid article > span { color: var(--gold); font-size: .72rem; }
.ritual-grid h3 { margin: .45rem 0 .6rem; font-size: 1.25rem; color: var(--plum); }
.ritual-grid p { margin: 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.55; }
.rituals-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.rituals-action p { max-width: 410px; margin: 0; color: var(--ink-soft); font-size: .9rem; }
.rituals-action .button { flex: 0 0 auto; }
.gentle-cta {
  border: 1px solid rgba(195, 154, 84, .25);
  background: linear-gradient(120deg, rgba(243, 199, 216, .45), rgba(215, 190, 233, .43), rgba(255, 243, 229, .8));
  box-shadow: 0 18px 50px rgba(86, 48, 82, .08);
}

/* Booking keeps the same request flow, now dressed in the complete brand. */
.booking-page main {
  background:
    radial-gradient(circle at 10% 15%, rgba(243, 199, 216, .62), transparent 26%),
    radial-gradient(circle at 88% 22%, rgba(215, 190, 233, .58), transparent 28%),
    linear-gradient(135deg, #fffaf4, #fbf0f8);
}
.booking-panel {
  border-color: rgba(195, 154, 84, .32);
  background:
    radial-gradient(circle at 96% 4%, rgba(185, 231, 226, .25), transparent 28%),
    linear-gradient(145deg, rgba(255, 250, 244, .94), rgba(244, 223, 239, .72) 66%, rgba(235, 220, 248, .74));
  box-shadow: 0 26px 70px rgba(86, 48, 82, .12);
}
.field select,
.field input,
.request-preview textarea {
  border-color: rgba(122, 63, 121, .42);
  border-radius: 12px;
  background: rgba(255, 255, 255, .88);
  box-shadow: inset 0 1px 2px rgba(86, 48, 82, .04);
}
.field select:focus,
.field input:focus,
.request-preview textarea:focus {
  outline: 3px solid rgba(243, 199, 216, .55);
  border-color: var(--orchid);
}
.booking-aside {
  padding: 2rem;
  border: 1px solid rgba(195, 154, 84, .22);
  border-radius: 16px;
  background: rgba(255, 250, 244, .7);
  box-shadow: 0 16px 42px rgba(86, 48, 82, .07);
  backdrop-filter: blur(12px);
}
.booking-details dt { color: var(--orchid); }

@keyframes candle-breathe {
  from { transform: scale(1.015); }
  to { transform: scale(1.055); }
}
@keyframes candle-flicker {
  0%, 100% { opacity: .46; transform: scale(.94) translateY(2px); }
  45% { opacity: .82; transform: scale(1.06) translateY(-3px); }
  68% { opacity: .58; transform: scale(.99); }
}
@keyframes smoke-drift {
  from { opacity: .42; transform: translate3d(0, 18px, 0) scale(.94); }
  to { opacity: .64; transform: translate3d(-34px, -18px, 0) scale(1.08); }
}
@keyframes sage-breathe {
  from { transform: scale(1.01); }
  to { transform: scale(1.055); }
}

@media (max-width: 960px) {
  .header-inner { min-height: 84px; }
  .wordmark-logo { width: 174px; max-height: 64px; }
  .site-nav {
    background:
      radial-gradient(circle at 85% 12%, rgba(243, 199, 216, .8), transparent 34%),
      radial-gradient(circle at 12% 88%, rgba(215, 190, 233, .72), transparent 38%),
      linear-gradient(145deg, #fffaf4, #faeff7);
  }
  .hero { padding-top: 126px; }
  .hero-slideshow { aspect-ratio: 5 / 4; border-radius: 230px 230px 28px 28px; }
  .wellness-preview-grid { grid-template-columns: 1fr; }
  .rituals-panel { width: min(820px, 92%); }
  .rituals-image::after { background: linear-gradient(90deg, rgba(255, 250, 244, .42), rgba(255, 250, 244, .9)); }
  .candle-veil { background: linear-gradient(90deg, rgba(255, 250, 244, .96), rgba(255, 250, 244, .76) 52%, rgba(255, 250, 244, .16)); }
}

@media (max-width: 680px) {
  .header-inner { min-height: 76px; }
  .wordmark-logo { width: 146px; max-height: 56px; }
  .site-nav { padding-top: calc(6.5rem + env(safe-area-inset-top)); }
  .site-nav > a:not(.button) { color: var(--plum); }
  .hero { min-height: 0; padding-top: 108px; }
  .hero-copy { padding-top: 1.5rem; }
  .hero-copy h1 { font-size: clamp(3.05rem, 14vw, 4.3rem); }
  .hero-slideshow {
    aspect-ratio: 4 / 5;
    border-width: 6px;
    border-radius: 170px 170px 24px 24px;
  }
  .hero-slide figcaption {
    top: 18px;
    right: 18px;
    max-width: 210px;
    font-size: .82rem;
  }
  .slide-controls { right: 16px; bottom: 16px; }
  .location-card { left: 12px; bottom: 28px; }
  .about-art.postcard-frame { width: calc(100% - 22px); margin-left: 0; }
  .wellness-preview::after { font-size: 3.4rem; }
  .ritual-tags { grid-template-columns: 1fr; }
  .ritual-tags span { min-height: 76px; }
  .service-grid { gap: 12px; }
  .service-card { min-height: 300px; }
  .candle-moment { min-height: 680px; align-items: end; }
  .candle-moment-image { object-position: 68% center; }
  .candle-veil {
    background:
      linear-gradient(0deg, rgba(255, 250, 244, .98) 0%, rgba(255, 250, 244, .84) 48%, rgba(255, 250, 244, .08) 82%),
      linear-gradient(90deg, rgba(243, 199, 216, .22), transparent);
  }
  .candle-flicker { top: 5%; right: 18%; width: 110px; height: 130px; }
  .candle-moment-copy { margin-block: 330px 60px; }
  .candle-moment-copy h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .services-ambient { padding-bottom: 54px; }
  .services-page .reading-menu { width: calc(100% - 24px); margin-top: 48px; padding: 1.5rem; }
  .rituals-section { min-height: 0; padding: 160px 0 70px; }
  .rituals-image { height: 260px; }
  .rituals-image::after { background: linear-gradient(0deg, #f3dce9 0%, rgba(243, 220, 233, .12) 72%); }
  .rituals-panel { width: calc(100% - 28px); padding: 1.5rem; }
  .ritual-grid { grid-template-columns: 1fr; }
  .rituals-action { align-items: stretch; flex-direction: column; }
  .booking-aside { padding: 1.5rem; }
  .footer-logo { width: 94px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transform: none; transition: none; }
  .hero-slide:not(.is-active) { display: none; }
  .candle-moment-image,
  .rituals-image img,
  .candle-flicker,
  .sage-glow,
  .services-smoke { animation: none; }
}

/* September review refinements. */
.hero-slide figcaption {
  top: 68px;
  right: auto;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 144px);
  transform: translateX(-50%);
  white-space: normal;
}

.featured-image img {
  object-position: 62% center;
}

.reading-row {
  padding: 2.15rem 1.5rem;
}

.rituals-image img {
  object-position: center 72%;
}

.services-page .gentle-cta {
  margin-top: clamp(72px, 8vw, 112px);
  margin-bottom: 80px;
}

.ritual-grid article.ritual-magic {
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 600ms cubic-bezier(.2, .75, .2, 1),
    border-color 600ms ease,
    background-color 600ms ease,
    box-shadow 600ms ease;
}

.ritual-grid article.ritual-magic::before,
.ritual-grid article.ritual-magic::after {
  inset: 0;
  border-radius: inherit;
}

.ritual-grid article.ritual-magic::before {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 228, 176, .5), transparent 28%),
    radial-gradient(ellipse at 78% 78%, rgba(215, 190, 233, .72), transparent 65%),
    linear-gradient(135deg, rgba(243, 199, 216, .28), rgba(185, 231, 226, .2));
  box-shadow:
    inset 0 0 0 1px rgba(195, 154, 84, .23),
    0 14px 34px rgba(122, 63, 121, .14),
    0 0 26px rgba(243, 199, 216, .28);
}

.ritual-grid article.ritual-magic::after {
  background: linear-gradient(112deg, transparent 34%, rgba(255, 255, 255, .82) 49%, rgba(185, 231, 226, .28) 56%, transparent 68%);
  background-size: 260% 100%;
}

.ritual-grid article.ritual-magic .service-spark {
  margin-left: 0;
  font-size: .72rem;
  opacity: .82;
}

.ritual-grid article.ritual-magic.is-tapped {
  transform: translateY(-3px);
  border-color: rgba(195, 154, 84, .5);
  box-shadow: 0 18px 38px rgba(122, 63, 121, .14);
}

@media (hover: hover) and (pointer: fine) {
  .service-card.service-magic:hover::before {
    opacity: .52;
  }

  .js .service-card.service-magic.reveal.is-visible:hover {
    transform: translateY(-3px);
    border-color: rgba(195, 154, 84, .38);
    box-shadow: 0 20px 48px rgba(122, 63, 121, .13), 0 0 24px rgba(243, 199, 216, .2);
  }

  .js .service-card.service-magic.reveal.is-visible:hover::after {
    animation: service-card-hover-shimmer 3400ms ease-in-out infinite;
  }

  .js .reading-row.service-magic.reveal.is-visible:hover {
    transform: translateX(4px);
  }

  .ritual-grid article.ritual-magic:hover {
    transform: translateY(-4px);
    border-color: rgba(195, 154, 84, .52);
    background-color: rgba(255, 255, 255, .68);
    box-shadow: 0 20px 42px rgba(122, 63, 121, .15), 0 0 30px rgba(243, 199, 216, .3);
  }

  .ritual-grid article.ritual-magic:hover::before {
    opacity: .82;
  }

  .ritual-grid article.ritual-magic:hover::after {
    animation: ritual-card-shimmer 2900ms ease-in-out infinite;
  }

  .ritual-grid article.ritual-magic:hover .service-spark {
    opacity: 1;
    transform: rotate(18deg) scale(1.18);
    text-shadow: 0 0 10px rgba(195, 154, 84, .78), 0 0 24px rgba(215, 190, 233, .65);
  }
}

@keyframes service-card-hover-shimmer {
  0% { opacity: 0; background-position: 140% 0; }
  22% { opacity: .4; }
  58% { opacity: .24; background-position: -42% 0; }
  78%, 100% { opacity: 0; background-position: -55% 0; }
}

@keyframes ritual-card-shimmer {
  0% { opacity: 0; background-position: 145% 0; }
  20% { opacity: .72; }
  56% { opacity: .38; background-position: -45% 0; }
  76%, 100% { opacity: 0; background-position: -58% 0; }
}

@media (max-width: 680px) {
  .hero-slide figcaption {
    top: 62px;
    max-width: calc(100% - 84px);
    padding: .65rem .85rem;
  }

  .featured-image img {
    object-position: 64% center;
  }

  .reading-row {
    padding: 1.65rem .85rem;
  }

  .rituals-image img {
    object-position: 32% 76%;
  }

  .services-page .gentle-cta {
    margin-top: 56px;
    margin-bottom: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ritual-grid article.ritual-magic,
  .ritual-grid article.ritual-magic:hover,
  .ritual-grid article.ritual-magic.is-tapped {
    transform: none;
    transition: none;
  }

  .ritual-grid article.ritual-magic::after,
  .service-card.service-magic::after {
    animation: none !important;
  }
}

/* Homepage motion refinements: soft aura for wellness, no jolt for readings. */
.ritual-tags .wellness-magic {
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 750ms cubic-bezier(.2, .75, .2, 1),
    border-color 750ms ease,
    background-color 750ms ease,
    box-shadow 900ms ease;
}

.ritual-tags .wellness-magic strong {
  position: relative;
  z-index: 2;
  font-weight: inherit;
}

.ritual-tags .wellness-magic::before {
  z-index: 2;
  transition: transform 850ms cubic-bezier(.2, .75, .2, 1), opacity 700ms ease, text-shadow 800ms ease;
}

.ritual-tags .wellness-magic::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 15% 45%, rgba(255, 230, 176, .52), transparent 26%),
    radial-gradient(ellipse at 82% 54%, rgba(215, 190, 233, .78), transparent 68%),
    linear-gradient(112deg, transparent 24%, rgba(255, 255, 255, .72) 48%, rgba(185, 231, 226, .25) 57%, transparent 72%);
  background-size: 100% 100%, 100% 100%, 250% 100%;
  background-position: center, center, 145% 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 850ms ease;
}

.ritual-tags .wellness-magic.is-tapped {
  transform: translateY(-2px);
  border-color: rgba(195, 154, 84, .52);
  box-shadow: 0 18px 38px rgba(122, 63, 121, .14), 0 0 28px rgba(243, 199, 216, .32);
}

.ritual-tags .wellness-magic.is-tapped::after {
  opacity: .72;
  animation: wellness-card-shimmer 2400ms ease-in-out 1;
}

.ritual-tags .wellness-magic.is-tapped::before {
  transform: rotate(20deg) scale(1.2);
  text-shadow: 0 0 10px rgba(195, 154, 84, .78), 0 0 22px rgba(215, 190, 233, .64);
}

.service-card.service-magic,
.service-card.service-magic::before,
.service-card.service-magic::after,
.service-card.service-magic .service-spark {
  transition-duration: 950ms;
}

.service-card.service-magic::after {
  transition: opacity 950ms ease;
}

.candle-moment-image {
  object-fit: contain;
  object-position: right center;
  transform: none;
  animation: none;
}

.candle-flicker {
  top: -42px;
  right: 5%;
}

@media (hover: hover) and (pointer: fine) {
  .ritual-tags .wellness-magic:hover {
    transform: translateY(-3px);
    border-color: rgba(195, 154, 84, .55);
    background-color: rgba(255, 250, 244, .9);
    box-shadow: 0 20px 44px rgba(122, 63, 121, .15), 0 0 30px rgba(243, 199, 216, .34);
  }

  .ritual-tags .wellness-magic:hover::before {
    opacity: 1;
    transform: rotate(20deg) scale(1.2);
    text-shadow: 0 0 10px rgba(195, 154, 84, .78), 0 0 22px rgba(215, 190, 233, .64);
  }

  .ritual-tags .wellness-magic:hover::after {
    opacity: .72;
    animation: wellness-card-shimmer 3000ms ease-in-out infinite;
  }

  .js .service-card.service-magic.reveal.is-visible:hover {
    transform: none;
    border-color: rgba(195, 154, 84, .34);
    box-shadow: 0 18px 44px rgba(122, 63, 121, .11), 0 0 20px rgba(243, 199, 216, .17);
  }

  .service-card.service-magic:hover::before {
    opacity: .34;
  }

  .js .service-card.service-magic.reveal.is-visible:hover::after {
    opacity: .16;
    animation: none;
    background-position: 50% 0;
  }

  .service-card.service-magic:hover .service-spark {
    opacity: .9;
    transform: rotate(2deg) scale(1.02);
    text-shadow: 0 0 8px rgba(195, 154, 84, .46);
  }
}

@keyframes wellness-card-shimmer {
  0% { background-position: center, center, 145% 0; }
  55%, 100% { background-position: center, center, -55% 0; }
}

@media (max-width: 680px) {
  .candle-moment-image {
    object-fit: cover;
    object-position: 82% center;
  }

  .candle-flicker {
    top: -30px;
    right: 8%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ritual-tags .wellness-magic,
  .ritual-tags .wellness-magic:hover,
  .ritual-tags .wellness-magic.is-tapped {
    transform: none;
    transition: none;
  }

  .ritual-tags .wellness-magic::after {
    animation: none !important;
  }
}

/* Unify reading hovers around the homepage wellness aura: slow, luminous and still. */
.service-card.service-magic {
  transition:
    border-color 1250ms ease,
    background-color 1250ms ease,
    box-shadow 1400ms ease;
}

.service-card.service-magic::before,
.service-card.service-magic::after {
  transition: opacity 1250ms ease;
}

.reading-row.service-magic {
  border-radius: 16px;
  transition:
    background-color 1250ms ease,
    box-shadow 1400ms ease;
}

.reading-row.service-magic::before {
  background:
    radial-gradient(circle at 14% 44%, rgba(255, 230, 176, .34), transparent 28%),
    radial-gradient(ellipse at 80% 52%, rgba(215, 190, 233, .55), transparent 70%),
    linear-gradient(112deg, rgba(255, 250, 244, .14), rgba(243, 199, 216, .18));
  box-shadow: inset 0 0 0 1px rgba(195, 154, 84, .12), 0 14px 34px rgba(122, 63, 121, .06);
  transition: opacity 1250ms ease;
}

.reading-row.service-magic::after {
  transition: opacity 1250ms ease;
}

.rituals-image img,
.sage-glow {
  animation: none;
}

.rituals-image img {
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .js .service-card.service-magic.reveal.is-visible:hover {
    transform: none;
    border-color: rgba(195, 154, 84, .3);
    background-color: rgba(255, 250, 244, .42);
    box-shadow: 0 16px 38px rgba(122, 63, 121, .08), 0 0 18px rgba(243, 199, 216, .12);
  }

  .service-card.service-magic:hover::before {
    opacity: .2;
  }

  .js .service-card.service-magic.reveal.is-visible:hover::after {
    opacity: .08;
    animation: none;
    background-position: 50% 0;
  }

  .service-card.service-magic:hover .service-spark {
    opacity: .84;
    transform: none;
    text-shadow: 0 0 7px rgba(195, 154, 84, .34);
  }

  .js .reading-row.service-magic.reveal.is-visible:hover {
    transform: none;
    background-color: rgba(255, 250, 244, .3);
    box-shadow: 0 15px 34px rgba(122, 63, 121, .055);
  }

  .reading-row.service-magic:hover::before {
    opacity: .46;
  }

  .js .reading-row.service-magic.reveal.is-visible:hover::after {
    opacity: .1;
    animation: none;
    background-position: 50% 0;
  }

  .reading-row.service-magic:hover .service-spark {
    opacity: .88;
    transform: rotate(3deg) scale(1.02);
    text-shadow: 0 0 8px rgba(195, 154, 84, .38);
  }
}

/* Ways to Connect and Explore More Readings now mirror Spiritual Wellness. */
.service-card.service-magic.mystic-hover,
.reading-row.service-magic.mystic-hover {
  transition:
    transform 600ms cubic-bezier(.2, .75, .2, 1),
    border-color 600ms ease,
    background-color 600ms ease,
    box-shadow 600ms ease;
}

.service-card.service-magic.mystic-hover::before,
.reading-row.service-magic.mystic-hover::before {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 228, 176, .5), transparent 28%),
    radial-gradient(ellipse at 78% 78%, rgba(215, 190, 233, .72), transparent 65%),
    linear-gradient(135deg, rgba(243, 199, 216, .28), rgba(185, 231, 226, .2));
  box-shadow:
    inset 0 0 0 1px rgba(195, 154, 84, .23),
    0 14px 34px rgba(122, 63, 121, .14),
    0 0 26px rgba(243, 199, 216, .28);
  transition: opacity 600ms ease;
}

.service-card.service-magic.mystic-hover::after,
.reading-row.service-magic.mystic-hover::after {
  background: linear-gradient(112deg, transparent 34%, rgba(255, 255, 255, .82) 49%, rgba(185, 231, 226, .28) 56%, transparent 68%);
  background-size: 260% 100%;
  transition: opacity 600ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .js .service-card.service-magic.mystic-hover.reveal.is-visible:hover,
  .js .reading-row.service-magic.mystic-hover.reveal.is-visible:hover {
    transform: translateY(-4px);
    border-color: rgba(195, 154, 84, .52);
    background-color: rgba(255, 255, 255, .68);
    box-shadow: 0 20px 42px rgba(122, 63, 121, .15), 0 0 30px rgba(243, 199, 216, .3);
  }

  .service-card.service-magic.mystic-hover:hover::before,
  .reading-row.service-magic.mystic-hover:hover::before {
    opacity: .82;
  }

  .js .service-card.service-magic.mystic-hover.reveal.is-visible:hover::after,
  .js .reading-row.service-magic.mystic-hover.reveal.is-visible:hover::after {
    opacity: .72;
    animation: ritual-card-shimmer 2900ms ease-in-out infinite;
  }

  .service-card.service-magic.mystic-hover:hover .service-spark,
  .reading-row.service-magic.mystic-hover:hover .service-spark {
    opacity: 1;
    transform: rotate(18deg) scale(1.18);
    text-shadow: 0 0 10px rgba(195, 154, 84, .78), 0 0 24px rgba(215, 190, 233, .65);
  }
}

@media (max-width: 680px) {
  .rituals-image {
    inset-inline: 0;
    width: 100%;
  }

  .rituals-panel {
    width: calc(100% - 36px);
    margin-inline: auto;
  }
}
