/* =========================================================
   MOON — MASTER LUXURY SERVICE PAGES
   Used by: Head Spa, Facial Treatments, Body Rituals
   ========================================================= */

.moon-service {
  --moon-paper: #E0D1C2;
  --moon-cream: #D9C9B7;
  --moon-sand: #C6AE96;
  --moon-caramel: #B9987D;
  --moon-clay: #8F6249;
  --moon-ink: #0D0B0C;
  --moon-muted: #67574D;
  --moon-line: #BEA38B;
  --moon-white: #F0E3D6;

  background: var(--moon-paper);
  color: var(--moon-ink);
  overflow: hidden;
}

  background: var(--moon-paper);
  color: var(--moon-ink);
  overflow: hidden;
}

.moon-shell {
  width: min(1240px, 90%);
  margin: 0 auto;
}

.moon-eyebrow {
  color: var(--moon-clay);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.moon-title,
.moon-service-hero h1,
.moon-section-heading h2,
.moon-ritual-name,
.moon-story-copy h2,
.moon-care-copy h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 0.94;
}

/* HERO */

.moon-service-hero {
  padding: 150px 0 105px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.58), transparent 32%),
    var(--moon-cream);
  border-bottom: 1px solid var(--moon-line);
}

.moon-service-hero h1 {
  max-width: 930px;
  margin: 20px auto 0;
  font-size: clamp(58px, 7vw, 102px);
  letter-spacing: -2px;
}

.moon-service-lead {
  max-width: 680px;
  margin: 28px auto 0;
  color: var(--moon-muted);
  font-size: 16px;
  line-height: 1.9;
}

/* IMAGE PLACEHOLDERS */

.moon-media-section {
  padding: 0 0 110px;
  background: var(--moon-paper);
}

.moon-media-frame {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  border: 1px solid var(--moon-line);
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.75), transparent 21%),
    linear-gradient(135deg, #dfc2a6 0%, #f8eee5 48%, #d5ae89 100%);
}

.moon-media-frame::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(47, 36, 29, 0.14);
}

.moon-media-frame::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 1px;
  top: 50%;
  left: 27.5%;
  background: rgba(47, 36, 29, 0.12);
}

.moon-media-frame--portrait {
  min-height: 620px;
}

.moon-media-caption {
  position: relative;
  z-index: 1;
  max-width: 310px;
  color: var(--moon-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  line-height: 1;
}

.moon-media-caption small {
  display: block;
  margin-top: 9px;
  color: var(--moon-muted);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
}

/* RITUAL COLLECTION */

.moon-collection {
  padding: 120px 0;
  background: var(--moon-paper);
}

.moon-section-heading {
  max-width: 760px;
  margin-bottom: 56px;
}

.moon-section-heading h2 {
  margin: 17px 0 20px;
  font-size: clamp(52px, 5vw, 78px);
}

.moon-section-heading > p:last-child {
  max-width: 600px;
  color: var(--moon-muted);
  line-height: 1.85;
}

.moon-ritual {
  border-top: 1px solid var(--moon-line);
}

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

.moon-ritual > summary {
  display: grid;
  grid-template-columns: minmax(290px, 1.15fr) minmax(250px, 0.9fr) auto;
  align-items: center;
  gap: 44px;
  min-height: 190px;
  padding: 34px 0;
  cursor: pointer;
  list-style: none;
}

.moon-ritual > summary::-webkit-details-marker {
  display: none;
}

.moon-ritual-kicker {
  display: block;
  margin-bottom: 13px;
  color: var(--moon-clay);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.moon-ritual-name {
  display: block;
  font-size: clamp(42px, 4vw, 64px);
}

.moon-ritual-summary-copy {
  color: var(--moon-muted);
  font-size: 14px;
  line-height: 1.75;
}

.moon-ritual-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  white-space: nowrap;
}

.moon-ritual-duration {
  color: var(--moon-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.moon-ritual-price {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 500;
}

.moon-ritual-open {
  color: var(--moon-clay);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.moon-ritual[open] > summary {
  padding: 35px 34px;
  background: #f0dfcd;
}

.moon-ritual-content {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 64px;
  padding: 46px 34px 55px;
  background: #f0dfcd;
}

.moon-ritual-intro {
  color: var(--moon-muted);
  font-size: 14px;
  line-height: 1.85;
}

.moon-ritual-intro .button {
  margin-top: 28px;
}

.moon-inclusion-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #cda98a;
  border-left: 1px solid #cda98a;
}

.moon-inclusion-grid span {
  padding: 16px 18px;
  border-right: 1px solid #cda98a;
  border-bottom: 1px solid #cda98a;
  color: #4c3b30;
  font-size: 12px;
  line-height: 1.5;
}

/* STORY SECTION */

.moon-story-section {
  padding: 118px 0;
  background: var(--moon-cream);
}

.moon-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(55px, 8vw, 118px);
  align-items: center;
}

.moon-story-copy h2 {
  margin: 18px 0 28px;
  font-size: clamp(50px, 5vw, 74px);
}

.moon-story-copy p:not(.moon-eyebrow) {
  max-width: 530px;
  margin-bottom: 18px;
  color: var(--moon-muted);
  line-height: 1.85;
}

.moon-story-copy .button {
  margin-top: 16px;
}

/* BENEFITS / WHAT MAKES IT MOON */

.moon-benefits {
  padding: 115px 0;
  background: var(--moon-sand);
}

.moon-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(47, 36, 29, 0.18);
  border-left: 1px solid rgba(47, 36, 29, 0.18);
}

.moon-benefit-card {
  min-height: 270px;
  padding: 38px 30px;
  border-right: 1px solid rgba(47, 36, 29, 0.18);
  border-bottom: 1px solid rgba(47, 36, 29, 0.18);
}

.moon-benefit-card h3 {
  margin-bottom: 17px;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.moon-benefit-card p {
  color: #5d4939;
  font-size: 13px;
  line-height: 1.82;
}

/* ENHANCEMENTS */

.moon-enhancements {
  padding: 120px 0;
  background: #f1e4d5;
}

.moon-enhancement-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.moon-enhancement-group {
  padding: 32px 28px 10px;
  border: 1px solid var(--moon-line);
  background: rgba(255, 253, 249, 0.32);
}

.moon-enhancement-group h3 {
  margin-bottom: 22px;
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

.moon-enhancement-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 17px 0;
  border-top: 1px solid var(--moon-line);
}

.moon-enhancement-row span {
  display: block;
  color: var(--moon-ink);
  font-size: 13px;
  font-weight: 600;
}

.moon-enhancement-row small {
  display: block;
  margin-top: 5px;
  color: var(--moon-muted);
  font-size: 11px;
  line-height: 1.55;
}

.moon-enhancement-row strong {
  color: var(--moon-clay);
  font-size: 13px;
  white-space: nowrap;
}

.moon-note {
  max-width: 780px;
  margin-top: 46px;
  padding: 7px 0 7px 25px;
  border-left: 2px solid var(--moon-clay);
}

.moon-note h3 {
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 500;
}

.moon-note p {
  margin: 6px 0;
  color: var(--moon-muted);
  font-size: 13px;
  line-height: 1.65;
}

/* CARE / RESEARCH NOTES */

.moon-care-section {
  padding: 110px 0;
  background: var(--moon-paper);
  border-top: 1px solid var(--moon-line);
}

.moon-care-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: start;
}

.moon-care-copy h2 {
  margin: 17px 0 20px;
  font-size: clamp(48px, 4.5vw, 66px);
}

.moon-care-copy p:not(.moon-eyebrow) {
  max-width: 540px;
  color: var(--moon-muted);
  line-height: 1.85;
}

.moon-reading-links {
  display: grid;
  gap: 10px;
}

.moon-reading-links a {
  padding: 15px 17px;
  border: 1px solid var(--moon-line);
  color: var(--moon-ink);
  font-size: 12px;
  transition: background 0.2s ease;
}

.moon-reading-links a:hover {
  background: var(--moon-cream);
}

/* CTA */

.moon-booking-cta {
  padding: 118px 0;
  text-align: center;
  background: #d9b895;
}

.moon-booking-cta .moon-shell {
  max-width: 760px;
}

.moon-booking-cta h2 {
  margin: 18px 0 22px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(54px, 5vw, 78px);
  font-weight: 500;
  line-height: 0.95;
}

.moon-booking-cta p:not(.moon-eyebrow) {
  max-width: 560px;
  margin: 0 auto;
  color: #5d4939;
}

.moon-booking-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

/* RESPONSIVE */

@media (max-width: 1050px) {
  .moon-ritual > summary {
    grid-template-columns: 1fr auto;
    gap: 20px;
  }

  .moon-ritual-summary-copy {
    grid-column: 1 / -1;
  }

  .moon-ritual-content,
  .moon-story-grid,
  .moon-care-grid {
    grid-template-columns: 1fr;
  }

  .moon-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .moon-enhancement-groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .moon-shell {
    width: min(100% - 36px, 1240px);
  }

  .moon-service-hero,
  .moon-collection,
  .moon-story-section,
  .moon-benefits,
  .moon-enhancements,
  .moon-care-section,
  .moon-booking-cta {
    padding: 76px 0;
  }

  .moon-media-section {
    padding: 0 0 76px;
  }

  .moon-media-frame,
  .moon-media-frame--portrait {
    min-height: 360px;
  }

  .moon-media-caption {
    font-size: 26px;
  }

  .moon-ritual > summary {
    display: block;
    min-height: auto;
    padding: 28px 0;
  }

  .moon-ritual-summary-copy {
    margin: 18px 0;
  }

  .moon-ritual-meta {
    justify-content: space-between;
  }

  .moon-ritual[open] > summary {
    padding: 28px 20px;
  }

  .moon-ritual-content {
    gap: 30px;
    padding: 30px 20px;
  }

  .moon-inclusion-grid,
  .moon-benefit-grid {
    grid-template-columns: 1fr;
  }

  .moon-benefit-card {
    min-height: auto;
  }

  .moon-booking-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
/* MOON SERVICES LANDING PAGE */

.moon-services-directory {
  padding: 120px 0;
  background: var(--moon-paper);
}

.moon-service-list {
  border-top: 1px solid var(--moon-line);
}

.moon-service-row {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 180px;
  gap: 34px;
  align-items: center;
  min-height: 235px;
  padding: 36px 0;
  border-bottom: 1px solid var(--moon-line);
  color: var(--moon-ink);
  transition: background 0.25s ease, padding 0.25s ease;
}

.moon-service-row:hover {
  padding-left: 28px;
  padding-right: 28px;
  background: var(--moon-cream);
}

.moon-service-number {
  color: var(--moon-clay);
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  line-height: 1;
}

.moon-service-kicker {
  display: block;
  margin-bottom: 13px;
  color: var(--moon-clay);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.moon-service-main h3 {
  margin-bottom: 15px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 500;
  line-height: 0.95;
}

.moon-service-main p {
  max-width: 620px;
  color: var(--moon-muted);
  font-size: 14px;
  line-height: 1.8;
}

.moon-service-meta {
  display: grid;
  justify-items: end;
  gap: 8px;
  text-align: right;
}

.moon-service-meta > span,
.moon-service-meta em {
  color: var(--moon-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.moon-service-meta strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}

.moon-service-meta em {
  margin-top: 8px;
  color: var(--moon-clay);
}

@media (max-width: 850px) {
  .moon-service-row {
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 22px;
    min-height: auto;
    padding: 34px 0;
  }

  .moon-service-meta {
    grid-column: 2;
    grid-template-columns: auto auto;
    justify-content: start;
    justify-items: start;
    gap: 10px 16px;
    text-align: left;
  }

  .moon-service-meta > span {
    grid-column: 1;
  }

  .moon-service-meta strong {
    grid-column: 2;
    grid-row: 1;
  }

  .moon-service-meta em {
    grid-column: 1 / -1;
    margin-top: 4px;
  }
}

@media (max-width: 680px) {
  .moon-services-directory {
    padding: 76px 0;
  }

  .moon-service-row {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    padding: 30px 0;
  }

  .moon-service-row:hover {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }

  .moon-service-number {
    font-size: 30px;
  }

  .moon-service-main h3 {
    font-size: 42px;
  }

  .moon-service-main p {
    font-size: 13px;
  }

  .moon-service-meta strong {
    font-size: 34px;
  }
}
/* MOON GIFT CARDS */

.moon-gift-card-intro {
  padding: 118px 0;
  background: var(--moon-cream);
}

.moon-gift-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(55px, 8vw, 118px);
  align-items: center;
}

.moon-gift-card-visual {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 30px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.72), transparent 23%),
    linear-gradient(135deg, #b98964 0%, #dfc3a8 52%, #9d6f51 100%);
}

.moon-gift-card-visual::before,
.moon-gift-card-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 253, 249, .42);
}

.moon-gift-card-visual::before {
  inset: 10%;
}

.moon-gift-card-visual::after {
  inset: 16%;
}

.moon-gift-card-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  color: #fffdf9;
  border: 1px solid rgba(255, 253, 249, .5);
  background: rgba(47, 36, 29, .11);
  box-shadow: 0 22px 48px rgba(47, 36, 29, .18);
}

.moon-gift-card-small,
.moon-gift-card-subtitle {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.moon-gift-card-name {
  margin: 14px 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(54px, 5vw, 74px);
  font-weight: 500;
  line-height: .9;
}

.moon-gift-card-line {
  width: 58px;
  height: 1px;
  margin: 26px 0 18px;
  background: rgba(255, 253, 249, .72);
}

.moon-gift-card-message {
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-style: italic;
}

.moon-gift-card-copy h2 {
  margin: 18px 0 28px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(50px, 5vw, 74px);
  font-weight: 500;
  line-height: .95;
}

.moon-gift-card-copy p:not(.moon-eyebrow) {
  max-width: 520px;
  margin-bottom: 18px;
  color: var(--moon-muted);
  line-height: 1.85;
}

.moon-gift-card-copy .button {
  margin-top: 16px;
}

.moon-gift-card-occasions {
  padding: 118px 0;
  background: var(--moon-paper);
}

.moon-gift-card-occasion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--moon-line);
  border-left: 1px solid var(--moon-line);
}

.moon-gift-card-occasion {
  min-height: 280px;
  padding: 38px 30px;
  border-right: 1px solid var(--moon-line);
  border-bottom: 1px solid var(--moon-line);
}


.moon-gift-card-occasion h3 {
  margin-bottom: 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}

.moon-gift-card-occasion p {
  color: var(--moon-muted);
  font-size: 13px;
  line-height: 1.82;
}

@media (max-width: 1050px) {
  .moon-gift-card-grid {
    grid-template-columns: 1fr;
  }

  .moon-gift-card-occasion-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .moon-gift-card-intro,
  .moon-gift-card-occasions {
    padding: 76px 0;
  }

  .moon-gift-card-visual {
    min-height: 340px;
    padding: 20px;
  }

  .moon-gift-card-inner {
    min-height: 220px;
    padding: 28px;
  }

  .moon-gift-card-occasion {
    min-height: auto;
  }
}
/* MOON CONTACT PAGE */

.moon-contact-directory {
  padding: 118px 0;
  background: var(--moon-cream);
}

.moon-contact-directory-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(55px, 8vw, 120px);
  align-items: center;
}

.moon-contact-copy h2,
.moon-contact-hours-copy h2 {
  margin: 18px 0 28px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(50px, 5vw, 74px);
  font-weight: 500;
  line-height: 0.95;
}

.moon-contact-copy p:not(.moon-eyebrow) {
  max-width: 510px;
  margin-bottom: 22px;
  color: var(--moon-muted);
  line-height: 1.85;
}

.moon-contact-copy .button {
  margin-top: 12px;
}

.moon-contact-details {
  border-top: 1px solid var(--moon-line);
}

.moon-contact-item {
  display: grid;
  gap: 10px;
  padding: 28px 0;
  border-bottom: 1px solid var(--moon-line);
  color: var(--moon-ink);
  transition: padding 0.2s ease, background 0.2s ease;
}

.moon-contact-item:hover {
  padding-left: 18px;
  background: rgba(255, 253, 249, 0.28);
}

.moon-contact-label {
  color: var(--moon-clay);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.moon-contact-item strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 500;
  line-height: 1;
  overflow-wrap: anywhere;
}

.moon-contact-item em {
  color: var(--moon-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.moon-contact-hours-section {
  padding: 118px 0;
  background: var(--moon-paper);
}

.moon-contact-hours-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 7vw, 105px);
  align-items: stretch;
}

.moon-contact-address {
  margin-bottom: 15px;
  color: var(--moon-muted);
  line-height: 1.8;
}

.moon-map-link {
  display: inline-block;
  margin-bottom: 38px;
  color: var(--moon-clay);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.moon-hours-list {
  border-top: 1px solid var(--moon-line);
}

.moon-hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--moon-line);
  color: var(--moon-muted);
  font-size: 12px;
}

.moon-hours-list strong {
  color: var(--moon-ink);
  font-weight: 500;
  text-align: right;
}

.moon-contact-map {
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--moon-line);
}

.moon-contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
}

@media (max-width: 1050px) {
  .moon-contact-directory-grid,
  .moon-contact-hours-grid {
    grid-template-columns: 1fr;
  }

  .moon-contact-map,
  .moon-contact-map iframe {
    min-height: 430px;
  }
}

@media (max-width: 680px) {
  .moon-contact-directory,
  .moon-contact-hours-section {
    padding: 76px 0;
  }

  .moon-contact-item {
    padding: 24px 0;
  }

  .moon-contact-item:hover {
    padding-left: 0;
    background: transparent;
  }

  .moon-contact-map,
  .moon-contact-map iframe {
    min-height: 340px;
  }
}
/* MOON BOOKING PAGE */

.moon-booking-choices {
  padding: 120px 0;
  background: var(--moon-paper);
}

.moon-booking-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--moon-line);
  border-left: 1px solid var(--moon-line);
}

.moon-booking-choice {
  min-height: 490px;
  display: flex;
  flex-direction: column;
  padding: 36px 30px 30px;
  border-right: 1px solid var(--moon-line);
  border-bottom: 1px solid var(--moon-line);
}

.moon-booking-number {
  display: block;
  margin-bottom: 42px;
  color: var(--moon-clay);
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
}

.moon-booking-category {
  margin-bottom: 14px;
  color: var(--moon-clay);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.moon-booking-choice h3 {
  margin-bottom: 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  font-weight: 500;
  line-height: .95;
}

.moon-booking-choice > p:not(.moon-booking-category) {
  color: var(--moon-muted);
  font-size: 13px;
  line-height: 1.8;
}

.moon-booking-choice-bottom {
  margin-top: auto;
  padding-top: 30px;
  border-top: 1px solid var(--moon-line);
}

.moon-booking-choice-bottom > span {
  display: block;
  margin-bottom: 18px;
  color: var(--moon-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.moon-booking-choice-actions {
  display: grid;
  gap: 12px;
}

.moon-booking-choice-actions a {
  color: var(--moon-ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.moon-booking-choice-actions .square-booking-link {
  color: var(--moon-clay);
}

.moon-booking-prepare {
  padding: 118px 0;
  background: var(--moon-cream);
}

.moon-booking-prepare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--moon-line);
  border-left: 1px solid var(--moon-line);
}

.moon-booking-prepare-grid article {
  min-height: 260px;
  padding: 36px 30px;
  border-right: 1px solid var(--moon-line);
  border-bottom: 1px solid var(--moon-line);
}

.moon-booking-prepare-grid span {
  display: block;
  margin-bottom: 30px;
  color: var(--moon-clay);
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
}

.moon-booking-prepare-grid h3 {
  margin-bottom: 15px;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 500;
}

.moon-booking-prepare-grid p {
  color: var(--moon-muted);
  font-size: 13px;
  line-height: 1.8;
}

@media (max-width: 1050px) {
  .moon-booking-choice-grid,
  .moon-booking-prepare-grid {
    grid-template-columns: 1fr;
  }

  .moon-booking-choice {
    min-height: auto;
  }

  .moon-booking-choice-bottom {
    margin-top: 34px;
  }
}

@media (max-width: 680px) {
  .moon-booking-choices,
  .moon-booking-prepare {
    padding: 76px 0;
  }

  .moon-booking-choice {
    padding: 30px 24px;
  }

  .moon-booking-prepare-grid article {
    min-height: auto;
    padding: 30px 24px;
  }
}
@media (max-width: 680px) {
  .moon-shell {
    width: calc(100% - 48px);
  }
}
@media (max-width: 680px) {
  .moon-service .moon-shell {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }
}
/* GLOBAL MOON PAGE ALIGNMENT — KEEP ALL PAGE CONTENT CONSISTENT */

.moon-service .moon-shell {
  width: min(1240px, calc(100% - 48px)) !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

@media (min-width: 681px) {
  .moon-service .moon-shell {
    width: min(1240px, calc(100% - 80px)) !important;
  }
}
/* =========================================================
   MOON FINAL PALETTE — APPROVED COLORS ONLY
   No extra brown, gold, or random beige tones below this line.
   ========================================================= */

:root {
  --paper: #E0D1C2;
  --cream: #D9C9B7;
  --sand: #C6AE96;
  --warm-sand: #C6AE96;
  --clay: #0D0B0C;
  --ink: #0D0B0C;
  --muted: rgba(13, 11, 12, 0.68);
  --line: #C6AE96;
  --white: #E0D1C2;
}

.moon-service {
  --moon-paper: #E0D1C2;
  --moon-cream: #D9C9B7;
  --moon-sand: #C6AE96;
  --moon-caramel: #C6AE96;
  --moon-clay: #0D0B0C;
  --moon-ink: #0D0C0C;
  --moon-muted: rgba(13, 11, 12, 0.68);
  --moon-line: #C6AE96;
  --moon-white: #E0D1C2;

  background: #E0D1C2 !important;
  color: #0D0B0C !important;
}

/* Global site */
body,
.site-header,
.site-footer,
.reviews-section,
.map-section {
  background: #E0D1C2 !important;
  color: #0D0B0C !important;
}

.site-header,
.site-footer {
  border-color: #C6AE96 !important;
}

.site-header a,
.site-footer a,
.site-footer h3,
.site-footer h4,
.site-footer p,
.main-nav a {
  color: #0D0B0C !important;
}

/* Home */
.hero-home {
  background:
    linear-gradient(
      90deg,
      rgba(224, 209, 194, 0.95) 0%,
      rgba(224, 209, 194, 0.74) 48%,
      rgba(224, 209, 194, 0.12) 100%
    ),
    url("../images/hero.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}

.service-highlights,
.pause-section {
  background: #E0D1C2 !important;
}

.service-highlight-card {
  background: #D9C9B7 !important;
  color: #0D0B0C !important;
  border-color: #C6AE96 !important;
}

.pause-visual {
  background:
    linear-gradient(
      rgba(224, 209, 194, 0.12),
      rgba(224, 209, 194, 0.12)
    ),
    url("../images/cta.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

/* Main Moon page sections */
.moon-service-hero,
.moon-story-section,
.moon-benefits,
.moon-enhancements,
.moon-booking-prepare,
.moon-booking-cta,
.moon-journal-intro,
.moon-contact-directory,
.moon-gift-card-intro {
  background: #D9C9B7 !important;
}

.moon-media-section,
.moon-collection,
.moon-care-section,
.moon-services-directory,
.moon-booking-choices,
.moon-journal-topics,
.moon-gift-card-occasions,
.moon-contact-hours-section {
  background: #E0D1C2 !important;
}

/* Image placeholders */
.moon-media-frame,
.moon-gift-card-visual {
  background: #C6AE96 !important;
  box-shadow: none !important;
}

.moon-media-frame::before {
  border-color: #D9C9B7 !important;
}

.moon-media-frame::after {
  background: #D9C9B7 !important;
}

/* Open service details and cards */
.moon-ritual[open] > summary,
.moon-ritual-content,
.moon-enhancement-group,
.moon-booking-choice,
.moon-booking-prepare-grid article,
.moon-journal-topic,
.moon-gift-card-occasion,
.moon-contact-item:hover,
.moon-service-row:hover {
  background: #E0D1C2 !important;
}

/* Gift-card visual */
.moon-gift-card-inner {
  background: #D9C9B7 !important;
  color: #0D0B0C !important;
  box-shadow: none !important;
}

.moon-gift-card-inner * {
  color: #0D0B0C !important;
}

.moon-gift-card-line {
  background: #0D0B0C !important;
}

/* Borders and decorative lines */
.moon-service * {
  border-color: #C6AE96 !important;
}

.moon-media-frame::before,
.moon-media-frame::after {
  border-color: #C6AE96 !important;
}

/* Typography */
.moon-service h1,
.moon-service h2,
.moon-service h3,
.moon-service h4,
.moon-service .moon-title,
.moon-service .moon-ritual-name,
.moon-service .moon-ritual-price,
.moon-service .moon-service-number,
.moon-service .moon-booking-number,
.moon-service .moon-gift-card-number {
  color: #0D0B0C !important;
}

.moon-service p,
.moon-service small,
.moon-service .moon-service-lead,
.moon-service .moon-ritual-summary-copy,
.moon-service .moon-ritual-intro,
.moon-service .moon-benefit-card p,
.moon-service .moon-care-copy p,
.moon-service .moon-story-copy p,
.moon-service .moon-booking-choice p {
  color: rgba(13, 11, 12, 0.68) !important;
}

.moon-service .moon-eyebrow,
.moon-service .moon-ritual-kicker,
.moon-service .moon-booking-category,
.moon-service .moon-contact-label,
.moon-service .moon-service-kicker,
.moon-service .moon-ritual-open,
.moon-service .moon-enhancement-row strong {
  color: #0D0B0C !important;
}

/* Buttons */
.button-dark,
.book-btn {
  background: #010101 !important;
  border-color: #010101 !important;
  color: #E0D1C2 !important;
}

.button-outline {
  background: transparent !important;
  border-color: #0D0B0C !important;
  color: #0D0B0C !important;
}

.button-dark:hover,
.book-btn:hover {
  background: #0D0B0C !important;
}

/* Links */
.moon-service a:not(.button),
.service-highlight-card,
.learn-more {
  color: #0D0B0C !important;
}
/* HEADER BOOK NOW — reference style */
.site-header .book-btn {
  background: transparent !important;
  border: 1px solid #0D0B0C !important;
  color: #0D0B0C !important;
}

.site-header .book-btn:hover {
  background: #010101 !important;
  color: #E0D1C2 !important;
}
/* =========================================================
   MOON REAL PHOTOS
   ========================================================= */

.moon-service .moon-media-caption {
  display: none !important;
}

.moon-service .moon-media-frame::before,
.moon-service .moon-media-frame::after {
  display: none !important;
}

/* Head Spa */
.moon-head-spa-page .moon-media-section .moon-media-frame {
  background: url("../images/head-spa-hero.jpg") center / cover no-repeat !important;
}

.moon-head-spa-page .moon-story-section .moon-media-frame {
  background: url("../images/head-spa-ritual.jpg") center / cover no-repeat !important;
}

/* Facial */
.moon-facial-page .moon-media-section .moon-media-frame {
  background: url("../images/facial-hero.jpg") center / cover no-repeat !important;
}

.moon-facial-page .moon-story-section .moon-media-frame {
  background: url("../images/facial-treatment.jpg") center / cover no-repeat !important;
}

/* Body */
.moon-body-page .moon-media-section .moon-media-frame {
  background: url("../images/body-hero.jpg") center / cover no-repeat !important;
}

.moon-body-page .moon-story-section .moon-media-frame {
  background: url("../images/body-treatment.jpg") center / cover no-repeat !important;
}

/* Services */
.moon-services-index .moon-media-section .moon-media-frame {
  background: url("../images/services-collection.jpg") center / cover no-repeat !important;
}

.moon-services-index .moon-story-section .moon-media-frame {
  background: url("../images/services-atmosphere.jpg") center / cover no-repeat !important;
}

/* Memberships */
.moon-memberships-page .moon-media-section .moon-media-frame {
  background: url("../images/memberships-hero.jpg") center / cover no-repeat !important;
}

.moon-memberships-page .moon-story-section .moon-media-frame {
  background: url("../images/memberships-experience.jpg") center / cover no-repeat !important;
}

/* Gift Cards */
.moon-gift-cards-page .moon-media-section .moon-media-frame {
  background: url("../images/gift-cards-hero.jpg") center / cover no-repeat !important;
}

.moon-gift-cards-page .moon-story-section .moon-media-frame {
  background: url("../images/gift-cards-atmosphere.jpg") center / cover no-repeat !important;
}

/* Contact */
.moon-contact-page .moon-media-section .moon-media-frame {
  background: url("../images/contact-hero.jpg") center / cover no-repeat !important;
}

.moon-contact-page .moon-story-section .moon-media-frame {
  background: url("../images/contact-atmosphere.jpg") center / cover no-repeat !important;
}

/* About */
.moon-about-page .moon-media-section .moon-media-frame {
  background: url("../images/about-hero.jpg") center / cover no-repeat !important;
}

.moon-about-page > section.moon-story-section:nth-of-type(3) .moon-media-frame {
  background: url("../images/about-experience.jpg") center / cover no-repeat !important;
}

.moon-about-page > section.moon-story-section:nth-of-type(5) .moon-media-frame {
  background: url("../images/about-atmosphere.jpg") center / cover no-repeat !important;
}

/* Booking */
.moon-booking-page .moon-media-section .moon-media-frame {
  background: url("../images/booking-hero.jpg") center / cover no-repeat !important;
}

.moon-booking-page .moon-story-section .moon-media-frame {
  background: url("../images/booking-atmosphere.jpg") center / cover no-repeat !important;
}

/* Journal */
.moon-journal-page .moon-media-section .moon-media-frame {
  background: url("../images/blog-hero.jpg") center / cover no-repeat !important;
}

.moon-journal-page .moon-journal-intro .moon-media-frame {
  background: url("../images/blog-atmosphere.jpg") center / cover no-repeat !important;
}