body.theme-wellness {
  --bg: #f1f4f3;
  --bg-alt: #e3ecea;
  --surface: #ffffff;
  --fg: #1e2a2e;
  --fg-soft: #475558;
  --muted: #7a8a8d;
  --line: #d3dedd;
  --copper-accessible: #2e5e6e;
  --header-glass: rgba(241, 244, 243, 0.92);
  --heart-glass: rgba(255, 255, 255, 0.82);
  --well-sage: #6a8a78;
  --well-pine: #3f5a4d;
  --well-pine-dark: #2c4237;
  --well-mist: #d8e1e0;
  --well-sky: #9fb9c4;
  --well-alpenglow: #d0a78c;
  --well-snow: #ffffff;
  --well-slate: #1e2a2e;
  --well-breath: #f1f4f3;
  background: var(--bg);
  color: var(--fg);
  font-family: Inter, sans-serif;
  font-size: 16.5px;
  line-height: 1.85;
  letter-spacing: .008em;
  font-weight: 300
}

body.theme-wellness[data-theme=evening] {
  --bg: #c89a75;
  --bg-alt: #b07d58;
  --surface: #d9ad85;
  --fg: #211108;
  --fg-soft: #3f2c1a;
  --muted: #5e4833;
  --line: #9e7a5b;
  --copper-accessible: #3d1803;
  --header-glass: rgba(200, 154, 117, 0.92);
  --heart-glass: rgba(217, 173, 133, 0.82);
  --well-sage: #51685a;
  --well-pine: #2c4237;
  --well-pine-dark: #1e2f25;
  --well-mist: #ba8b68;
  --well-sky: #7a6789;
  --well-alpenglow: #a8431a;
  --well-slate: #110904
}

body.theme-wellness h1,
body.theme-wellness h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.15;
  color: var(--fg)
}

body.theme-wellness h1 {
  font-size: clamp(2.5rem, 5.5vw, 4.5rem)
}

body.theme-wellness h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  margin-bottom: .4em
}

body.theme-wellness h3 {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 1.08rem;
  letter-spacing: .012em;
  line-height: 1.35;
  color: var(--fg);
  margin: 0 0 .3em
}

body.theme-wellness h4 {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: .025em;
  text-transform: uppercase;
  color: var(--fg-soft);
  margin: 0 0 .4em
}

body.theme-wellness .eyebrow {
  font-family: Inter, sans-serif;
  font-size: .72rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--well-sage);
  margin: 0 0 1em
}

body.theme-wellness .lede {
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--fg-soft);
  max-width: 60ch;
  font-weight: 300
}

body.theme-wellness .section-lede {
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  text-align: center
}

body.theme-wellness p {
  color: var(--fg-soft)
}

body.theme-wellness a {
  color: var(--copper-accessible)
}

body.theme-wellness .hairline {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 36px auto;
  width: 40px;
  opacity: .8
}

body.theme-wellness .site-header {
  background: 0 0;
  transition: background .5s var(--ease), box-shadow .5s var(--ease)
}

body.theme-wellness .logo-mark {
  width: auto;
  height: 40px;
  border-radius: 0;
  object-fit: contain
}

body.theme-wellness .logo-mark {
  width: 144px;
  height: 144px;
  border-radius: 0;
  min-width: 144px;
  object-fit: cover;
  max-height: 80px
}

body.theme-wellness .site-footer--wellness .logo-mark {
  height: 36px
}

body.theme-wellness .site-header.is-scrolled {
  background: var(--header-glass);
  backdrop-filter: saturate(140%) blur(16px);
  -webkit-backdrop-filter: saturate(140%) blur(16px);
  box-shadow: 0 1px 0 var(--line)
}

body.theme-wellness .site-header:not(.is-scrolled) .logo,
body.theme-wellness .site-header:not(.is-scrolled) .logo-text,
body.theme-wellness .site-header:not(.is-scrolled) .menu-toggle span,
body.theme-wellness .site-header:not(.is-scrolled) .primary-nav a,
body.theme-wellness .site-header:not(.is-scrolled) .theme-toggle {
  color: var(--well-snow);
  background-color: transparent
}

body.theme-wellness .site-header:not(.is-scrolled) .menu-toggle span {
  background: var(--well-snow)
}

html.mobile body.theme-wellness .header-actions .theme-toggle {
  display: none
}

body.theme-wellness .site-header:not(.is-scrolled) .btn-sage {
  background: rgba(255, 255, 255, .18);
  color: var(--well-snow);
  border: 1px solid rgba(255, 255, 255, .5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--well-pine);
  background: var(--well-snow)
}

body.theme-wellness .site-header:not(.is-scrolled) .btn-sage:hover {
  border-color: var(--well-snow);
  color: var(--well-pine);
  background: var(--well-snow)
}

body.theme-wellness .site-header.is-scrolled .btn-sage {
  background: var(--well-pine);
  color: var(--well-snow);
  border: 1px solid var(--well-pine)
}

body.theme-wellness .site-header.is-scrolled .btn-sage:hover {
  background: var(--well-sage);
  border-color: var(--well-sage)
}

body.theme-wellness .btn-sage {
  background: var(--well-pine);
  color: var(--well-snow);
  border-radius: 999px;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: .88rem;
  letter-spacing: .04em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .4s var(--ease), transform .4s var(--ease);
  display: inline-flex;
  align-items: center;
  gap: 8px
}

body.theme-wellness .btn-sage:hover {
  background: var(--well-sage);
  transform: translateY(-1px)
}

body.theme-wellness .btn-sage.btn-lg {
  padding: 15px 30px;
  font-size: .94rem
}

body.theme-wellness .btn-sage-outline {
  background: 0 0;
  color: var(--well-pine);
  border: 1px solid var(--well-pine);
  border-radius: 999px;
  padding: 11px 22px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: .88rem;
  letter-spacing: .04em;
  cursor: pointer;
  transition: all .4s var(--ease)
}

body.theme-wellness .btn-sage-outline:hover {
  background: var(--well-pine);
  color: var(--well-snow)
}

body.theme-wellness .btn-quiet {
  background: 0 0;
  color: var(--well-snow);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: .88rem;
  letter-spacing: .04em;
  cursor: pointer;
  transition: all .4s var(--ease)
}

body.theme-wellness .btn-quiet:hover {
  background: rgba(255, 255, 255, .12);
  border-color: var(--well-snow)
}

body.theme-wellness .btn-quiet.btn-lg {
  padding: 15px 30px;
  font-size: .94rem
}

body.theme-wellness .link-arrow {
  color: var(--copper-accessible);
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: .88rem;
  letter-spacing: .04em;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease)
}

body.theme-wellness .link-arrow:hover {
  border-bottom-color: var(--copper-accessible)
}

body.theme-wellness .section {
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative
}

body.theme-wellness .section-head {
  margin-bottom: clamp(40px, 5vw, 72px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap
}

body.theme-wellness .section-head.centered {
  display: block;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto
}

body.theme-wellness .section-head.centered .eyebrow {
  margin-bottom: 14px
}

body.theme-wellness .section-head.centered h2 {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto
}

body.theme-wellness [class$="-bg"] {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none
}

body.theme-wellness [class$="-bg"] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

body.theme-wellness .section>.book-inner,
body.theme-wellness .section>.container,
body.theme-wellness .section>.getting-inner,
body.theme-wellness .section>.kitchen-inner,
body.theme-wellness .section>.opening-inner {
  position: relative;
  z-index: 1
}

body.theme-wellness .search-bar {
  padding: 8px 16px
}

body.theme-wellness .hero--wellness {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--well-snow);
  padding: 0
}

body.theme-wellness .hero-sky {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden
}

body.theme-wellness .hero-sky img {
  width: 100%;
  height: 105%;
  object-fit: cover;
  transform: translateY(var(--hero-shift, 0));
  transition: transform .1s linear;
  filter: saturate(.85) contrast(.95)
}

body.theme-wellness .hero-veil {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 80%, rgba(30, 42, 46, .55) 0, rgba(30, 42, 46, .1) 60%), linear-gradient(180deg, rgba(30, 42, 46, .2) 0, rgba(30, 42, 46, 0) 35%, rgba(30, 42, 46, .55) 100%)
}

body.theme-wellness[data-theme=evening] .hero-veil {
  background: radial-gradient(ellipse at 50% 97%, rgba(200, 75, 30, .7) 0, rgba(200, 75, 30, 0) 52%), radial-gradient(ellipse at 55% 80%, rgba(190, 100, 75, .38) 0, rgba(190, 100, 75, 0) 50%), linear-gradient(180deg, rgba(38, 32, 60, .62) 0, rgba(70, 58, 92, .42) 30%, rgba(110, 78, 88, .28) 55%, rgba(140, 70, 50, .42) 80%, rgba(80, 35, 20, .55) 100%)
}

body.theme-wellness[data-theme=evening] .hero-sky img {
  filter: saturate(1.3) contrast(1.02) brightness(.75) hue-rotate(-16deg) sepia(.18)
}

body.theme-wellness[data-theme=evening] .mist-layer {
  background-image: radial-gradient(closest-side at 20% 55%, rgba(230, 170, 130, .55) 0, transparent 55%), radial-gradient(closest-side at 55% 70%, rgba(220, 140, 100, .45) 0, transparent 55%), radial-gradient(closest-side at 85% 50%, rgba(240, 180, 140, .5) 0, transparent 55%)
}

body.theme-wellness .icon-evening,
body.theme-wellness .icon-moon,
body.theme-wellness .icon-sun {
  display: none
}

body.theme-wellness[data-theme=light] .icon-evening {
  display: block
}

body.theme-wellness[data-theme=evening] .icon-sun {
  display: block
}

body.theme-wellness .mist-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(closest-side at 20% 55%, rgba(255, 255, 255, .55) 0, transparent 55%), radial-gradient(closest-side at 55% 70%, rgba(255, 255, 255, .45) 0, transparent 55%), radial-gradient(closest-side at 85% 50%, rgba(255, 255, 255, .5) 0, transparent 55%);
  background-size: 60% 70%;
  background-repeat: repeat-x;
  mix-blend-mode: screen
}

body.theme-wellness .mist-layer-1 {
  opacity: .55;
  animation: mist-drift 80s linear infinite
}

body.theme-wellness .mist-layer-2 {
  opacity: .35;
  background-size: 80% 60%;
  animation: mist-drift 140s linear infinite reverse
}

@keyframes mist-drift {
  from {
    background-position: 0 55%, 0 70%, 0 50%
  }

  to {
    background-position: -2000px 55%, -2000px 70%, -2000px 50%
  }
}

body.theme-wellness .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
  padding: 120px 20px 100px
}

body.theme-wellness .hero-content .eyebrow {
  color: rgba(255, 255, 255, .85);
  margin-bottom: 24px
}

body.theme-wellness .hero--wellness h1 {
  color: var(--well-snow);
  margin: 0 0 22px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .3)
}

body.theme-wellness .hero-sub {
  color: rgba(255, 255, 255, .92);
  margin: 0 auto 36px;
  font-weight: 300;
  max-width: 540px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .3)
}

body.theme-wellness .hero-ctas {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 44px
}

body.theme-wellness .hero-meta {
  display: inline-flex;
  display: none;
  gap: 14px;
  font-size: .8rem;
  color: rgba(255, 255, 255, .82);
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center
}

body.theme-wellness .hero-breath {
  position: absolute;
  bottom: 86px;
  left: 50%;
  width: 76px;
  height: 76px;
  transform: translateX(-50%);
  z-index: 2;
  display: grid;
  place-items: center;
  pointer-events: none
}

body.theme-wellness .heartbeat-heart {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  color: rgba(255, 255, 255, .95);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, .35));
  animation: wellness-heartbeat 3.4s ease-in-out infinite;
  transform-origin: 50% 60%
}

@keyframes wellness-heartbeat {

  0%,
  100%,
  42% {
    transform: scale(1)
  }

  8% {
    transform: scale(1.34)
  }

  16% {
    transform: scale(.96)
  }

  24% {
    transform: scale(1.2)
  }

  32% {
    transform: scale(1)
  }
}

body.theme-wellness .pulse-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, .6);
  opacity: 0;
  animation: wellness-pulse-ring 3.4s ease-out infinite
}

body.theme-wellness .pulse-ring-2 {
  animation-delay: .9s
}

@keyframes wellness-pulse-ring {
  0% {
    transform: scale(.32);
    opacity: .9
  }

  70% {
    transform: scale(1.65);
    opacity: 0
  }

  100% {
    transform: scale(1.65);
    opacity: 0
  }
}

body.theme-wellness[data-theme=evening] .heartbeat-heart {
  color: rgba(255, 180, 130, .98);
  filter: drop-shadow(0 0 16px rgba(255, 140, 90, .6))
}

body.theme-wellness[data-theme=evening] .pulse-ring {
  border-color: rgba(255, 180, 130, .65)
}

body.theme-wellness .hero-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 2;
  background: 0 0;
  border: 0;
  color: rgba(255, 255, 255, .85);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: .7rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  opacity: .85;
  animation: hint-bob 2.8s ease-in-out infinite
}

@keyframes hint-bob {

  0%,
  100% {
    transform: translate(-50%, 0)
  }

  50% {
    transform: translate(-50%, -5px)
  }
}

body.theme-wellness .opening {
  padding: clamp(100px, 14vw, 180px) 0;
  position: relative;
  overflow: hidden
}

body.theme-wellness .opening-bg img {
  filter: saturate(.7) brightness(1.08);
  opacity: .42
}

body.theme-wellness .opening-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--bg) 0, rgba(241, 244, 243, .7) 30%, rgba(241, 244, 243, .7) 70%, var(--bg) 100%)
}

body.theme-wellness[data-theme=evening] .opening-bg::after {
  background: linear-gradient(180deg, var(--bg) 0, rgba(200, 154, 117, .65) 35%, rgba(200, 154, 117, .9) 100%), radial-gradient(ellipse at 50% 100%, rgba(168, 67, 26, .3) 0, transparent 55%), radial-gradient(ellipse at 50% 0, rgba(122, 103, 137, .22) 0, transparent 45%)
}

body.theme-wellness[data-theme=evening] .opening-bg img {
  opacity: .34;
  filter: saturate(1.2) brightness(.82) hue-rotate(-14deg) sepia(.18)
}

body.theme-wellness .opening-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px
}

body.theme-wellness .opening-prose {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  line-height: 1.7;
  color: var(--fg);
  font-weight: 400;
  max-width: 52ch;
  margin: 0 auto
}

body.theme-wellness .day {
  position: relative;
  overflow: hidden;
  background: var(--bg-alt)
}

body.theme-wellness .day-bg img {
  opacity: .18;
  filter: saturate(.65) brightness(1.1);
  object-position: center 20%
}

body.theme-wellness .day-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--bg-alt) 0, rgba(227, 236, 234, .55) 40%, rgba(227, 236, 234, .55) 60%, var(--bg-alt) 100%)
}

body.theme-wellness[data-theme=evening] .day-bg::after {
  background: linear-gradient(180deg, var(--bg-alt) 0, rgba(176, 125, 88, .65) 40%, rgba(176, 125, 88, .92) 100%), radial-gradient(ellipse at 80% 92%, rgba(168, 67, 26, .28) 0, transparent 50%)
}

body.theme-wellness[data-theme=evening] .day-bg img {
  opacity: .3;
  filter: saturate(1.15) brightness(.82) hue-rotate(-14deg) sepia(.15)
}

body.theme-wellness .day-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  position: relative;
  counter-reset: day
}

body.theme-wellness .day-timeline::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: var(--line);
  z-index: 0
}

body.theme-wellness .day-stop {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 8px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 1s var(--ease), transform 1s var(--ease)
}

body.theme-wellness .day-stop.is-lit {
  opacity: 1;
  transform: translateY(0)
}

body.theme-wellness .day-stop-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--well-sage);
  margin: 16px 0 18px;
  position: relative;
  transition: background .5s var(--ease), border-color .5s var(--ease), color .5s var(--ease), transform .5s var(--ease);
  box-shadow: 0 2px 6px rgba(63, 90, 77, .06)
}

body.theme-wellness .day-stop-icon svg {
  width: 32px;
  height: 32px
}

body.theme-wellness .day-stop.is-lit .day-stop-icon {
  background: var(--well-sage);
  border-color: var(--well-sage);
  color: var(--well-snow);
  transform: scale(1.04)
}

body.theme-wellness .day-stop.is-lit .day-stop-icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid var(--well-sage);
  border-radius: 50%;
  opacity: .35;
  pointer-events: none
}

@media (max-width:720px) {
  body.theme-wellness .day-timeline {
    grid-template-columns: 64px 1fr;
    gap: 22px 18px;
    padding: 8px 0
  }

  body.theme-wellness .day-timeline::before {
    top: 32px;
    bottom: 32px;
    left: 32px;
    right: auto;
    width: 1px;
    height: auto
  }

  body.theme-wellness .day-stop {
    display: contents
  }

  body.theme-wellness .day-stop-icon {
    grid-column: 1;
    margin: 0;
    align-self: start;
    width: 56px;
    height: 56px
  }

  body.theme-wellness .day-stop-icon svg {
    width: 28px;
    height: 28px
  }

  body.theme-wellness .day-stop>.day-stop-time,
  body.theme-wellness .day-stop>h3,
  body.theme-wellness .day-stop>p {
    grid-column: 2;
    text-align: left
  }

  body.theme-wellness .day-stop>.day-stop-time {
    margin-top: 4px
  }
}

html.mobile body.theme-wellness .day-timeline {
  grid-template-columns: 56px 1fr;
  gap: 22px 18px;
  padding: 8px 0
}

html.mobile body.theme-wellness .day-timeline::before {
  display: block;
  top: 32px;
  bottom: 32px;
  left: 28px;
  right: auto;
  width: 1px;
  height: auto
}

html.mobile body.theme-wellness .day-stop {
  display: contents;
  border-top: 0;
  padding: 0
}

html.mobile body.theme-wellness .day-stop-icon {
  grid-column: 1;
  margin: 0;
  align-self: start;
  width: 56px;
  height: 56px
}

html.mobile body.theme-wellness .day-stop-icon svg {
  width: 28px;
  height: 28px
}

html.mobile body.theme-wellness .day-stop>.day-stop-time,
html.mobile body.theme-wellness .day-stop>h3,
html.mobile body.theme-wellness .day-stop>p {
  grid-column: 2;
  text-align: left
}

html.mobile body.theme-wellness .day-stop>.day-stop-time {
  margin-top: 4px
}

body.theme-wellness .day-stop-time {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--well-sage);
  margin-bottom: 4px
}

body.theme-wellness .day-stop h3 {
  font-size: .96rem;
  margin-bottom: 6px
}

body.theme-wellness .day-stop p {
  font-size: .85rem;
  line-height: 1.65;
  color: var(--fg-soft);
  margin: 0
}

body.theme-wellness .practices {
  background: var(--bg)
}

body.theme-wellness .practice-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

body.theme-wellness .practice-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 32px 28px;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease)
}

body.theme-wellness .practice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -24px rgba(30, 42, 46, .35);
  border-color: var(--well-sage)
}

body.theme-wellness .practice-icon {
  display: block;
  width: 56px;
  height: 56px;
  color: var(--well-pine);
  margin-bottom: 20px
}

body.theme-wellness .practice-icon svg {
  width: 100%;
  height: 100%;
  display: block
}

body.theme-wellness .practice-card p {
  font-size: .94rem;
  margin: 0 0 18px;
  line-height: 1.65
}

body.theme-wellness .practice-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: .78rem
}

body.theme-wellness .practice-meta em {
  font-style: italic;
  color: var(--muted);
  letter-spacing: .02em
}

body.theme-wellness .tag {
  font-size: .7rem;
  padding: 3px 10px;
  border-radius: 100px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 500
}

body.theme-wellness .tag-included {
  background: rgba(106, 138, 120, .14);
  color: var(--well-pine)
}

body.theme-wellness .tag-price {
  background: rgba(208, 167, 140, .18);
  color: var(--well-alpenglow)
}

body.theme-wellness[data-theme=evening] .tag-price {
  background: rgba(200, 90, 30, .18);
  color: #823a18
}

body.theme-wellness[data-theme=evening] .tag-included {
  background: rgba(98, 122, 107, .16);
  color: #3f5a4d
}

body.theme-wellness .therapies {
  background: var(--bg-alt);
  position: relative;
  overflow: hidden;
  padding: 0
}

body.theme-wellness .therapies-bg img {
  opacity: .16;
  filter: saturate(.6) brightness(1.1)
}

body.theme-wellness .therapies-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--bg-alt) 0, rgba(227, 236, 234, .75) 100%)
}

body.theme-wellness[data-theme=evening] .therapies-bg::after {
  background: linear-gradient(180deg, var(--bg-alt) 0, rgba(176, 125, 88, .92) 100%), radial-gradient(ellipse at 10% 100%, rgba(168, 67, 26, .22) 0, transparent 55%)
}

body.theme-wellness[data-theme=evening] .therapies-bg img {
  opacity: .26;
  filter: saturate(1.15) brightness(.82) hue-rotate(-12deg) sepia(.14)
}

body.theme-wellness .therapy-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  margin-top: 12px
}

@keyframes therapy-scroll {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

body.theme-wellness .therapy-track {
  list-style: none;
  margin: 0;
  padding: 16px 0 20px;
  display: flex;
  gap: 20px;
  width: max-content;
  animation: therapy-scroll 28s linear infinite
}

body.theme-wellness .therapy-marquee:focus-within .therapy-track,
body.theme-wellness .therapy-marquee:hover .therapy-track {
  animation-play-state: paused
}

@media (prefers-reduced-motion:reduce) {
  body.theme-wellness .therapy-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center
  }
}

body.theme-wellness .therapy-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 120px 1fr;
  width: 460px;
  flex-shrink: 0;
  overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease)
}

body.theme-wellness .therapy-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px -20px rgba(30, 42, 46, .28)
}

body.theme-wellness .therapy-media {
  margin: 0;
  overflow: hidden
}

body.theme-wellness .therapy-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s var(--ease)
}

body.theme-wellness .therapy-card:hover .therapy-media img {
  transform: scale(1.06)
}

body.theme-wellness .therapy-body {
  padding: 16px 18px;
  display: flex;
  flex-direction: column
}

body.theme-wellness .therapy-body h3 {
  font-size: .95rem;
  margin: 0 0 4px;
  line-height: 1.3
}

body.theme-wellness .therapy-body p {
  font-size: .82rem;
  margin: 0 0 auto;
  line-height: 1.55;
  color: var(--muted)
}

body.theme-wellness .therapy-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid var(--line)
}

body.theme-wellness .therapy-meta {
  font-size: .78rem;
  color: var(--well-sage);
  letter-spacing: .03em;
  font-weight: 500;
  white-space: nowrap
}

body.theme-wellness .disclaimer {
  display: none;
  margin-top: 40px;
  text-align: center;
  font-size: .82rem;
  color: var(--muted);
  font-style: italic;
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto
}

body.theme-wellness .rooms {
  background: var(--bg)
}

body.theme-wellness .room-list {
  display: grid;
  gap: 64px
}

body.theme-wellness .room-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center
}

body.theme-wellness .room-card--reverse {
  grid-template-columns: 1fr 1.1fr
}

body.theme-wellness .room-card--reverse .room-media {
  order: 2
}

body.theme-wellness .room-media {
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 4/3
}

body.theme-wellness .room-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s var(--ease)
}

body.theme-wellness .room-card:hover .room-media img {
  transform: scale(1.03)
}

body.theme-wellness .room-body h3 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 14px
}

body.theme-wellness .room-body p {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 20px
}

body.theme-wellness .room-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: .82rem;
  color: var(--muted);
  letter-spacing: .04em
}

body.theme-wellness .room-specs li {
  position: relative;
  padding-right: 14px
}

body.theme-wellness .room-specs li:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: 2px;
  color: var(--line)
}

body.theme-wellness .room-foot {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap
}

body.theme-wellness .room-price strong {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  color: var(--well-pine);
  display: block;
  line-height: 1.1;
  font-weight: 500
}

body.theme-wellness .room-price span {
  font-size: .78rem;
  color: var(--muted);
  letter-spacing: .04em
}

body.theme-wellness .kitchen {
  background: var(--bg-alt);
  position: relative;
  overflow: hidden
}

body.theme-wellness .kitchen-bg img {
  opacity: .22;
  filter: saturate(.7) brightness(1.04)
}

body.theme-wellness .kitchen-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--bg-alt) 0, rgba(227, 236, 234, .75) 100%)
}

body.theme-wellness[data-theme=evening] .kitchen-bg::after {
  background: linear-gradient(180deg, var(--bg-alt) 0, rgba(176, 125, 88, .9) 100%), radial-gradient(ellipse at 90% 12%, rgba(168, 67, 26, .22) 0, transparent 50%)
}

body.theme-wellness[data-theme=evening] .kitchen-bg img {
  opacity: .3;
  filter: saturate(1.15) brightness(.82) hue-rotate(-10deg) sepia(.12)
}

body.theme-wellness .kitchen-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

body.theme-wellness .kitchen-media {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 4/5
}

body.theme-wellness .kitchen-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1s var(--ease)
}

body.theme-wellness .kitchen-media:hover img {
  transform: scale(1.04)
}

body.theme-wellness .kitchen-cols {
  list-style: none;
  padding: 0;
  margin: 28px 0 32px;
  display: grid;
  gap: 24px
}

body.theme-wellness .kitchen-cols h3 {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: .025em;
  text-transform: uppercase;
  color: var(--fg-soft);
  margin: 0 0 .4em
}

body.theme-wellness .kitchen-cols p {
  font-size: .95rem;
  line-height: 1.65;
  margin: 0
}

body.theme-wellness .packages {
  background: var(--bg);
  position: relative;
  overflow: hidden
}

body.theme-wellness .packages-bg img {
  opacity: .22;
  filter: saturate(.55) brightness(1.12);
  object-position: center 40%
}

body.theme-wellness .packages-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--bg) 0, rgba(241, 244, 243, .7) 40%, rgba(241, 244, 243, .7) 60%, var(--bg) 100%)
}

body.theme-wellness[data-theme=evening] .packages-bg::after {
  background: linear-gradient(180deg, var(--bg) 0, rgba(200, 154, 117, .65) 40%, rgba(200, 154, 117, .9) 100%), radial-gradient(ellipse at 50% 100%, rgba(168, 67, 26, .32) 0, transparent 55%), radial-gradient(ellipse at 50% 0, rgba(122, 103, 137, .2) 0, transparent 45%)
}

body.theme-wellness[data-theme=evening] .packages-bg img {
  opacity: .32;
  filter: saturate(1.2) brightness(.82) hue-rotate(-14deg) sepia(.16)
}

body.theme-wellness .retreat-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

body.theme-wellness .retreat-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform .6s var(--ease), box-shadow .6s var(--ease), border-color .6s var(--ease)
}

body.theme-wellness .retreat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px -28px rgba(30, 42, 46, .38);
  border-color: var(--well-sage)
}

body.theme-wellness .retreat-mist {
  position: relative;
  height: 64px;
  background: radial-gradient(ellipse at 20% 60%, var(--well-mist) 0, transparent 55%), radial-gradient(ellipse at 55% 40%, var(--well-mist) 0, transparent 55%), radial-gradient(ellipse at 85% 60%, var(--well-mist) 0, transparent 55%), linear-gradient(180deg, var(--well-mist) 0, var(--surface) 100%);
  opacity: .9
}

body.theme-wellness[data-theme=evening] .retreat-mist {
  opacity: .9;
  background: radial-gradient(ellipse at 20% 60%, var(--well-mist) 0, transparent 55%), radial-gradient(ellipse at 55% 40%, var(--well-mist) 0, transparent 55%), radial-gradient(ellipse at 85% 60%, var(--well-mist) 0, transparent 55%), linear-gradient(180deg, #a87455 0, var(--surface) 100%)
}

body.theme-wellness .retreat-mist::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, var(--surface) 100%)
}

body.theme-wellness .retreat-body {
  padding: 0 32px 32px;
  display: flex;
  flex-direction: column;
  flex: 1
}

body.theme-wellness .retreat-badge {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: .7rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--well-sage);
  font-weight: 500;
  margin-bottom: 14px
}

body.theme-wellness .retreat-card h3 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px
}

body.theme-wellness .retreat-inclusions {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 10px
}

body.theme-wellness .retreat-inclusions li {
  position: relative;
  padding-left: 20px;
  font-size: .94rem;
  line-height: 1.6;
  color: var(--fg-soft)
}

body.theme-wellness .retreat-inclusions li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--well-sage)
}

body.theme-wellness .retreat-price {
  margin: auto 0 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap
}

body.theme-wellness .retreat-price strong {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  color: var(--well-pine);
  font-weight: 500;
  line-height: 1
}

body.theme-wellness .retreat-price span {
  font-size: .78rem;
  color: var(--muted);
  letter-spacing: .04em
}

body.theme-wellness .retreat-card .btn-sage {
  align-self: flex-start
}

body.theme-wellness .guided {
  background: var(--bg-alt)
}

body.theme-wellness .practitioner-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px
}

body.theme-wellness .practitioner-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center
}

body.theme-wellness .practitioner-media {
  margin: 0 0 22px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--bg);
  border: 1px solid var(--line);
  display: none
}

body.theme-wellness .practitioner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.9)
}

body.theme-wellness .practitioner-body h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 4px
}

body.theme-wellness .practitioner-role {
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--well-sage);
  margin-bottom: 10px;
  font-weight: 500
}

body.theme-wellness .practitioner-body p {
  max-width: 28ch;
  font-size: .92rem;
  line-height: 1.65;
  margin: 0 auto
}

body.theme-wellness .gallery {
  background: var(--bg)
}

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

body.theme-wellness .gallery-item {
  margin: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  outline-offset: 3px
}

body.theme-wellness .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1s var(--ease), filter .6s var(--ease);
  filter: saturate(.85)
}

body.theme-wellness .gallery-item:focus img,
body.theme-wellness .gallery-item:hover img {
  transform: scale(1.04);
  filter: saturate(1)
}

html.mobile body.theme-wellness .gallery-grid {
  display: flex;
  grid-template-columns: none;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px
}

html.mobile body.theme-wellness .gallery-grid::-webkit-scrollbar {
  display: none
}

html.mobile body.theme-wellness .gallery-item {
  flex: 0 0 85%;
  scroll-snap-align: start
}

body.theme-wellness .voices {
  background: var(--bg-alt);
  display: none
}

body.theme-wellness .voices-list {
  max-width: 680px;
  margin: 0 auto;
  display: grid;
  gap: 48px
}

body.theme-wellness .voice {
  margin: 0;
  text-align: center;
  padding: 0
}

body.theme-wellness .voice blockquote {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: clamp(1.1rem, 1.9vw, 1.35rem);
  line-height: 1.65;
  color: var(--fg);
  font-weight: 400;
  max-width: 54ch;
  margin: 0 auto;
  padding: 0;
  border: 0;
  quotes: none
}

body.theme-wellness .voice figcaption {
  margin-top: 18px;
  font-size: .82rem;
  color: var(--muted);
  letter-spacing: .08em
}

body.theme-wellness .voice figcaption strong {
  color: var(--fg-soft);
  font-weight: 500;
  margin-right: 10px
}

body.theme-wellness .getting-here {
  position: relative;
  overflow: hidden;
  background: var(--bg)
}

body.theme-wellness .getting-bg img {
  opacity: .18;
  filter: saturate(.7) brightness(1.08)
}

body.theme-wellness .getting-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--bg) 0, rgba(241, 244, 243, .7) 100%)
}

body.theme-wellness[data-theme=evening] .getting-bg::after {
  background: linear-gradient(180deg, var(--bg) 0, rgba(200, 154, 117, .92) 100%), radial-gradient(ellipse at 20% 100%, rgba(168, 67, 26, .22) 0, transparent 55%)
}

body.theme-wellness[data-theme=evening] .getting-bg img {
  opacity: .28;
  filter: saturate(1.15) brightness(.82) hue-rotate(-12deg) sepia(.14)
}

body.theme-wellness .getting-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: start
}

body.theme-wellness .distances {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 16px
}

body.theme-wellness .distances div {
  padding: 16px 0;
  border-bottom: 1px solid var(--line)
}

body.theme-wellness .distances div:last-child {
  border-bottom: 0
}

body.theme-wellness .distances dt {
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 4px
}

body.theme-wellness .distances dd {
  margin: 0;
  font-size: .98rem;
  color: var(--fg)
}

body.theme-wellness .packing {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 32px
}

body.theme-wellness .packing-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 14px
}

body.theme-wellness .packing-list li {
  font-size: .92rem;
  line-height: 1.65;
  padding-left: 16px;
  position: relative;
  color: var(--fg-soft)
}

body.theme-wellness .packing-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: var(--well-sage)
}

body.theme-wellness .packing-list strong {
  color: var(--fg);
  font-weight: 500
}

body.theme-wellness .book {
  position: relative;
  overflow: hidden;
  background: var(--bg-alt)
}

body.theme-wellness .book-bg img {
  opacity: .2;
  filter: saturate(.65) brightness(1.04)
}

body.theme-wellness .book-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--bg-alt) 0, rgba(227, 236, 234, .8) 100%)
}

body.theme-wellness[data-theme=evening] .book-bg::after {
  background: linear-gradient(180deg, var(--bg-alt) 0, rgba(176, 125, 88, .94) 100%), radial-gradient(ellipse at 70% 100%, rgba(168, 67, 26, .24) 0, transparent 55%)
}

body.theme-wellness[data-theme=evening] .book-bg img {
  opacity: .26;
  filter: saturate(1.15) brightness(.82) hue-rotate(-12deg) sepia(.14)
}

body.theme-wellness .book-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: start
}

body.theme-wellness .book-text p {
  font-size: 1rem;
  line-height: 1.75
}

body.theme-wellness .book-assurances {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 10px
}

body.theme-wellness .book-assurances li {
  position: relative;
  padding-left: 22px;
  font-size: .92rem;
  color: var(--fg-soft)
}

body.theme-wellness .book-assurances li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--well-sage);
  font-weight: 600
}

body.theme-wellness .book-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 32px;
  display: grid;
  gap: 18px
}

body.theme-wellness .selected-pkg {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(106, 138, 120, .12);
  border-radius: 6px;
  font-size: .88rem;
  color: var(--well-pine)
}

body.theme-wellness[data-theme=evening] .selected-pkg {
  background: rgba(200, 90, 30, .14);
  color: #823a18
}

body.theme-wellness .selected-pkg-clear {
  margin-left: auto;
  background: 0 0;
  border: 0;
  color: inherit;
  font-size: 1.2rem;
  cursor: pointer;
  line-height: 1;
  padding: 2px 8px;
  border-radius: 4px
}

body.theme-wellness .selected-pkg-clear:hover {
  background: rgba(0, 0, 0, .06)
}

body.theme-wellness .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px
}

body.theme-wellness .field {
  display: flex;
  flex-direction: column;
  gap: 6px
}

body.theme-wellness .field label {
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500
}

body.theme-wellness .field input,
body.theme-wellness .field select,
body.theme-wellness .field textarea {
  font-family: Inter, sans-serif;
  font-size: .95rem;
  padding: 11px 14px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--fg);
  transition: border-color .3s var(--ease);
  width: 100%;
  box-sizing: border-box
}

body.theme-wellness .field input:focus,
body.theme-wellness .field select:focus,
body.theme-wellness .field textarea:focus {
  outline: 0;
  border-color: var(--well-sage);
  box-shadow: 0 0 0 3px rgba(106, 138, 120, .18)
}

body.theme-wellness .field textarea {
  resize: vertical
}

body.theme-wellness .form-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px
}

body.theme-wellness .form-actions .btn-sage {
  align-self: flex-start
}

body.theme-wellness .form-meta {
  font-size: .8rem;
  color: var(--muted);
  margin: 0
}

body.theme-wellness .site-footer--wellness {
  background: var(--well-slate);
  color: rgba(255, 255, 255, .85)
}

body.theme-wellness[data-theme=evening] .site-footer--wellness {
  background: #0a0f11
}

body.theme-wellness .site-footer--wellness .footer-top {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 56px;
  padding: 64px 20px 36px
}

body.theme-wellness .site-footer--wellness .footer-brand p {
  color: rgba(255, 255, 255, .72);
  max-width: 36ch;
  font-size: .92rem;
  margin: 18px 0 20px;
  line-height: 1.7
}

body.theme-wellness .site-footer--wellness .logo-text,
body.theme-wellness .site-footer--wellness .logo-text em {
  color: #fff
}

body.theme-wellness .site-footer--wellness .socials {
  display: inline-flex;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0
}

body.theme-wellness .site-footer--wellness .socials a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .75);
  border: 1px solid rgba(255, 255, 255, .22);
  transition: all .3s var(--ease)
}

body.theme-wellness .site-footer--wellness .socials a:hover {
  background: var(--well-sage);
  color: var(--well-snow);
  border-color: var(--well-sage)
}

body.theme-wellness .site-footer--wellness .footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

body.theme-wellness .site-footer--wellness .footer-cols h3 {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--well-sage);
  margin: 0 0 16px;
  font-weight: 500
}

body.theme-wellness .site-footer--wellness .footer-cols a {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: .92rem;
  padding: 4px 0;
  text-decoration: none;
  transition: color .3s var(--ease)
}

body.theme-wellness .site-footer--wellness .footer-cols a:hover {
  color: #fff
}

body.theme-wellness .site-footer--wellness .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding: 30px 0 28px;
  font-size: .88rem;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: .005em;
  color: #fff
}

body.theme-wellness .site-footer--wellness .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 14px 28px;
  flex-wrap: wrap
}

body.theme-wellness .site-footer--wellness .footer-bottom .container p {
  color: #fff
}

body.theme-wellness .site-footer--wellness .footer-bottom a {
  color: rgba(255, 255, 255, .94);
  border-bottom-color: rgba(255, 255, 255, .3)
}

body.theme-wellness .site-footer--wellness .footer-bottom a:hover {
  color: #fff;
  border-bottom-color: #fff
}

body.theme-wellness .site-footer--wellness .footer-bottom .powered-by {
  opacity: 1;
  color: rgba(255, 255, 255, .55)
}

body.theme-wellness .site-footer--wellness .footer-bottom .powered-by a {
  color: rgba(255, 255, 255, .6)
}

body.theme-wellness .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 1.2s var(--ease), transform 1.2s var(--ease)
}

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

body.theme-wellness .reveal-stagger>* {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 1s var(--ease), transform 1s var(--ease)
}

body.theme-wellness .reveal-stagger.is-visible>* {
  opacity: 1;
  transform: translateY(0)
}

body.theme-wellness .reveal-stagger.is-visible>:first-child {
  transition-delay: 0s
}

body.theme-wellness .reveal-stagger.is-visible>:nth-child(2) {
  transition-delay: 80ms
}

body.theme-wellness .reveal-stagger.is-visible>:nth-child(3) {
  transition-delay: 0.16s
}

body.theme-wellness .reveal-stagger.is-visible>:nth-child(4) {
  transition-delay: 0.24s
}

body.theme-wellness .reveal-stagger.is-visible>:nth-child(5) {
  transition-delay: 0.32s
}

body.theme-wellness .reveal-stagger.is-visible>:nth-child(6) {
  transition-delay: 0.4s
}

body.theme-wellness .hero-content {
  opacity: 0;
  transition: opacity 1.2s var(--ease)
}

body.theme-wellness.page-loaded .hero-content {
  opacity: 1
}

body.theme-wellness .fab-top {
  background: var(--well-pine);
  color: var(--well-snow)
}

body.theme-wellness .fab-top:hover {
  background: var(--well-sage)
}

body.theme-wellness[data-theme=evening] .fab-email,
body.theme-wellness[data-theme=evening] .fab-top {
  color: var(--well-snow)
}

@media (max-width:1024px) {
  body.theme-wellness .practice-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  body.theme-wellness .therapy-card {
    width: 400px
  }

  body.theme-wellness .practitioner-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  body.theme-wellness .day-timeline {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px
  }

  body.theme-wellness .day-timeline::before {
    display: none
  }

  body.theme-wellness .room-card,
  body.theme-wellness .room-card--reverse {
    grid-template-columns: 1fr;
    gap: 28px
  }

  body.theme-wellness .room-card--reverse .room-media {
    order: 0
  }

  body.theme-wellness .kitchen-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  body.theme-wellness .getting-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  body.theme-wellness .book-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

@media (max-width:720px) {
  body.theme-wellness {
    font-size: 15.5px
  }

  body.theme-wellness .section {
    padding: 72px 0
  }

  body.theme-wellness .hero-content {
    padding: 100px 20px 80px
  }

  body.theme-wellness .hero-breath {
    width: 58px;
    height: 58px;
    bottom: 80px
  }

  body.theme-wellness .heartbeat-heart {
    width: 22px;
    height: 22px
  }

  body.theme-wellness .hero-ctas {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin-inline: auto
  }

  body.theme-wellness .hero-ctas .btn {
    width: 100%;
    justify-content: center
  }

  body.theme-wellness .practice-grid {
    grid-template-columns: 1fr
  }

  body.theme-wellness .retreat-grid {
    grid-template-columns: 1fr
  }

  body.theme-wellness .practitioner-grid {
    grid-template-columns: 1fr
  }

  body.theme-wellness .therapy-card {
    width: 340px;
    grid-template-columns: 100px 1fr
  }

  body.theme-wellness .day-timeline {
    grid-template-columns: 1fr;
    gap: 0
  }

  body.theme-wellness .day-stop {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 0;
    border-top: 1px solid var(--line)
  }

  body.theme-wellness .day-stop:first-child {
    border-top: 0
  }

  body.theme-wellness .day-stop-dot {
    margin: 6px 0 0;
    flex-shrink: 0
  }

  body.theme-wellness .day-stop-time {
    min-width: 60px
  }

  body.theme-wellness .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  body.theme-wellness .form-row {
    grid-template-columns: 1fr
  }

  body.theme-wellness .site-footer--wellness .footer-top {
    grid-template-columns: 1fr;
    padding: 48px 20px 30px
  }

  body.theme-wellness .site-footer--wellness .footer-cols {
    grid-template-columns: repeat(2, 1fr)
  }

  body.theme-wellness .mist-layer {
    display: none
  }
}

@media (max-width:450px) {
  body.theme-wellness .gallery-grid {
    grid-template-columns: 1fr
  }

  body.theme-wellness .book-form {
    padding: 22px
  }

  body.theme-wellness .packing {
    padding: 22px
  }
}

body.theme-wellness .lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s var(--ease), visibility .3s var(--ease)
}

body.theme-wellness .lightbox.is-open {
  opacity: 1;
  visibility: visible
}

body.theme-wellness .lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 20, 24, .88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px)
}

body.theme-wellness .lightbox-figure {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 1200px);
  margin: 0;
  padding: 0;
  display: grid;
  place-items: center;
  gap: 12px;
  transform: scale(.96);
  transition: transform .4s var(--ease)
}

body.theme-wellness .lightbox.is-open .lightbox-figure {
  transform: scale(1)
}

body.theme-wellness .lightbox-figure img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .6)
}

body.theme-wellness .lightbox-figure figcaption {
  color: rgba(255, 255, 255, .82);
  font-size: .88rem;
  letter-spacing: .02em;
  text-align: center;
  max-width: 60ch
}

body.theme-wellness .lightbox-close,
body.theme-wellness .lightbox-next,
body.theme-wellness .lightbox-prev {
  position: absolute;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #f4f7f6;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .25s var(--ease)
}

body.theme-wellness .lightbox-close:hover,
body.theme-wellness .lightbox-next:hover,
body.theme-wellness .lightbox-prev:hover {
  background: rgba(255, 255, 255, .22)
}

body.theme-wellness .lightbox-close {
  top: 24px;
  right: 24px
}

body.theme-wellness .lightbox-prev {
  left: 24px;
  top: 50%;
  transform: translateY(-50%)
}

body.theme-wellness .lightbox-next {
  right: 24px;
  top: 50%;
  transform: translateY(-50%)
}

body.theme-wellness[data-theme=evening] .lightbox-backdrop {
  background: rgba(20, 10, 5, .9)
}

@media (max-width:720px) {
  body.theme-wellness .lightbox-close {
    top: 14px;
    right: 14px
  }

  body.theme-wellness .lightbox-prev {
    left: 10px
  }

  body.theme-wellness .lightbox-next {
    right: 10px
  }
}

@media (prefers-reduced-motion:reduce) {

  body.theme-wellness .heartbeat-heart,
  body.theme-wellness .hero-scroll-hint,
  body.theme-wellness .mist-layer,
  body.theme-wellness .pulse-ring {
    animation: none
  }

  body.theme-wellness .pulse-ring {
    opacity: 0
  }

  body.theme-wellness .hero-content,
  body.theme-wellness .reveal,
  body.theme-wellness .reveal-stagger>* {
    transition-duration: 0s !important;
    opacity: 1;
    transform: none
  }

  body.theme-wellness .day-stop {
    opacity: 1;
    transform: none
  }
}

body.theme-wellness .pf-root {
  --pf-radius: 8px;
  --pf-radius-sm: 6px;
  --pf-radius-lg: 12px;
  --pf-accent-soft: rgba(46, 94, 110, 0.08);
  --pf-accent-strong: #1e4a58
}

body.theme-wellness .pf-card-cta {
  background: var(--well-pine);
  color: var(--well-snow)
}

body.theme-wellness .pf-card-cta:hover {
  background: var(--well-pine-dark)
}

body.theme-wellness[data-theme=dark] .pf-root {
  --pf-accent-soft: rgba(126, 182, 194, 0.12);
  --pf-accent-strong: #9dd0dc
}

.section#packages {
  padding: 0
}

body.theme-wellness .fab-whatsapp svg {
  fill: #d5d1d1
}

body.theme-wellness .fab-email svg {
  stroke: #d5d1d1
}

@media (max-width:767px) {
  body.theme-wellness .site-header:not(.is-scrolled) .primary-nav a {
    color: #1e2a2e
  }
}

@media (min-width:900px) {
  body.theme-wellness button.nav-more-btn:hover {
    font-weight: 500
  }

  body.theme-wellness .site-header:not(.is-scrolled) .nav-more-btn {
    color: rgba(242, 237, 228, .92)
  }

  body.theme-wellness .site-header:not(.is-scrolled) .more-dropdown a,
  body.theme-wellness .site-header:not(.is-scrolled) .more-dropdown a:hover {
    color: #000
  }
}

/* ===========================================================
   RESPONSIVE OVERRIDES (Sparrow / Wellness theme)
   =========================================================== */

body.theme-wellness .therapy-marquee,
body.theme-wellness .therapies-bg,
body.theme-wellness .opening-bg,
body.theme-wellness .day-bg,
body.theme-wellness .kitchen-bg,
body.theme-wellness .getting-bg,
body.theme-wellness .book-bg,
body.theme-wellness .packages-bg {
  max-width: 100%;
  overflow: hidden;
}

@media (max-width:1024px) {
  body.theme-wellness .retreat-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.theme-wellness .opening-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width:899px) {
  body.theme-wellness .container,
  body.theme-wellness .section > .container,
  body.theme-wellness .section > .book-inner,
  body.theme-wellness .section > .getting-inner,
  body.theme-wellness .section > .kitchen-inner,
  body.theme-wellness .section > .opening-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.theme-wellness .day-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  body.theme-wellness .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:767px) {
  body.theme-wellness .container,
  body.theme-wellness .section > .container,
  body.theme-wellness .section > .book-inner,
  body.theme-wellness .section > .getting-inner,
  body.theme-wellness .section > .kitchen-inner,
  body.theme-wellness .section > .opening-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.theme-wellness .section {
    padding: 56px 0;
  }

  body.theme-wellness .hero-content {
    padding: 96px 16px 64px;
  }
}

@media (max-width:560px) {
  body.theme-wellness .container,
  body.theme-wellness .section > .container,
  body.theme-wellness .section > .book-inner,
  body.theme-wellness .section > .getting-inner,
  body.theme-wellness .section > .kitchen-inner,
  body.theme-wellness .section > .opening-inner {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.theme-wellness .therapy-card {
    width: min(86vw, 320px);
    grid-template-columns: 88px 1fr;
  }

  body.theme-wellness .therapy-body {
    padding: 12px 14px;
  }

  body.theme-wellness .site-footer--wellness .footer-top {
    padding: 40px 16px 24px;
    gap: 28px;
  }

  body.theme-wellness .site-footer--wellness .footer-cols {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.theme-wellness .practitioner-grid {
    gap: 24px;
  }

  body.theme-wellness .day-timeline {
    grid-template-columns: 1fr;
  }

  body.theme-wellness .book-form,
  body.theme-wellness .packing {
    padding: 20px;
  }
}

@media (max-width:380px) {
  body.theme-wellness .container,
  body.theme-wellness .section > .container,
  body.theme-wellness .section > .book-inner,
  body.theme-wellness .section > .getting-inner,
  body.theme-wellness .section > .kitchen-inner,
  body.theme-wellness .section > .opening-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.theme-wellness .therapy-card {
    width: 88vw;
  }
}
