:root {
  --obsidian: #171318;
  --charcoal: #2c242d;
  --plum: #4b3845;
  --mauve: #7d6875;
  --jade: #98a18f;
  --sage: #6f7768;
  --moss: #9ea99a;
  --linen: #d8cbbb;
  --mineral: #eef1e6;
  --wine: #5b3946;
  --ash: #b8b3aa;
  --ivory: #fff8f0;
  --shell: #6d5265;
  --brass: #a88452;
  --paper: #2c202c;
  --white: #fffaf4;
  --clay: #8c7468;
  --shadow: 0 26px 70px rgba(12, 8, 13, 0.36);
  --hairline: rgba(255, 248, 240, 0.18);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  color: rgba(255, 248, 240, 0.92);
  background:
    radial-gradient(circle at 18% 8%, rgba(125, 104, 117, 0.42), transparent 28rem),
    radial-gradient(circle at 76% 30%, rgba(75, 56, 69, 0.62), transparent 34rem),
    radial-gradient(circle at 82% 72%, rgba(168, 132, 82, 0.12), transparent 30rem),
    linear-gradient(180deg, #211823, #372837 46%, #19131a);
  font-family: Inter, "Source Han Sans SC", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

body[data-lang="en"] .lang-zh,
body[data-lang="zh"] .lang-en {
  display: none !important;
}

body[data-lang="zh"] {
  font-family: "Source Han Sans SC", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  z-index: -1;
  background-image:
    linear-gradient(rgba(234, 223, 234, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(234, 223, 234, 0.024) 1px, transparent 1px);
  background-size: 38px 46px;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.18;
  background:
    linear-gradient(108deg, transparent 0 34%, rgba(255, 248, 240, 0.08) 35%, transparent 37% 100%),
    linear-gradient(22deg, transparent 0 56%, rgba(158, 169, 154, 0.09) 57%, transparent 60% 100%),
    linear-gradient(151deg, transparent 0 68%, rgba(91, 57, 70, 0.22) 69%, transparent 72% 100%);
  background-size: 620px 420px, 720px 460px, 560px 520px;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - 32px), 1240px);
  margin: 14px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(234, 223, 234, 0.16);
  border-radius: 18px;
  background: rgba(33, 24, 35, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 34px rgba(12, 8, 13, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.brand-logo {
  width: clamp(166px, 18vw, 238px);
  height: auto;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(234, 223, 234, 0.24);
  border-radius: 42% 58% 48% 52%;
  background: rgba(234, 223, 234, 0.1);
}

.brand-mark svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--ivory);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.brand-copy {
  display: grid;
  line-height: 1.08;
}

.brand-copy span:first-child {
  color: var(--ivory);
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 600;
}

.brand-copy span:last-child {
  color: rgba(255, 248, 240, 0.78);
  font-family: "Source Han Serif SC", "Noto Serif SC", Georgia, serif;
  font-size: 0.8rem;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.45vw, 22px);
  color: rgba(255, 248, 240, 0.82);
  font-size: 0.86rem;
}

.nav a {
  padding: 8px 0;
}

.nav a:hover {
  color: var(--ivory);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-tabs {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 118px;
  padding: 3px;
  border: 1px solid rgba(234, 223, 234, 0.16);
  border-radius: 8px;
  background: rgba(234, 223, 234, 0.08);
}

.language-tab {
  min-height: 34px;
  border: 0;
  border-radius: 6px;
  color: rgba(255, 248, 240, 0.72);
  background: transparent;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
}

.language-tab.is-active {
  color: var(--obsidian);
  background: var(--ivory);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 21px;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 600;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.btn-primary {
  color: var(--ivory);
  background: #4b3845;
  border-color: rgba(234, 223, 234, 0.08);
}

.btn-primary:hover {
  background: #5d4656;
}

.btn-secondary {
  color: var(--ivory);
  border-color: rgba(168, 132, 82, 0.68);
  background: rgba(234, 223, 234, 0.08);
}

.btn-secondary:hover {
  border-color: var(--sage);
  background: rgba(152, 161, 143, 0.24);
}

.btn-small {
  min-height: 40px;
  padding: 9px 16px;
  font-size: 0.82rem;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(75, 56, 69, 0.24);
  border-radius: 8px;
  background: rgba(234, 223, 234, 0.08);
}

.menu-toggle span {
  display: block;
  width: 17px;
  height: 1px;
  margin: 5px auto;
  background: var(--plum);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(440px, 1.17fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  width: min(calc(100% - 36px), var(--max));
  min-height: calc(100svh - 92px);
  margin: 0 auto;
  padding: 44px 0 70px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker,
.service-index,
.plan-label {
  margin: 0 0 14px;
  color: var(--brass);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ivory);
  font-family: "Cormorant Garamond", "Source Han Serif SC", "Noto Serif SC", Georgia, serif;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 700px;
  font-size: clamp(3rem, 5.4vw, 5.85rem);
  line-height: 0.98;
}

h2 {
  font-size: clamp(2.35rem, 4.6vw, 5rem);
}

h3 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

p {
  margin: 0;
}

.cn-line {
  margin-top: 18px;
  color: rgba(255, 248, 240, 0.82);
  font-family: "Source Han Serif SC", "Noto Serif SC", Georgia, serif;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
}

.hero-text {
  max-width: 620px;
  margin-top: 22px;
  color: rgba(255, 248, 240, 0.86);
  font-size: clamp(0.98rem, 1.18vw, 1.08rem);
  line-height: 1.72;
}

.hero-text.cn,
.cn {
  color: rgba(255, 248, 240, 0.78);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(75, 56, 69, 0.24);
  border-radius: 10px;
  box-shadow: var(--shadow);
  background: rgba(234, 223, 234, 0.1);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 19, 24, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(23, 19, 24, 0.08), transparent 45%, rgba(23, 19, 24, 0.22));
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
}

.hero-note {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: grid;
  gap: 2px;
  min-width: 178px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 248, 240, 0.28);
  border-radius: 6px;
  color: var(--ivory);
  background: rgba(23, 19, 24, 0.7);
  backdrop-filter: blur(14px);
}

.hero-note span:first-child {
  color: var(--brass);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-pad {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  padding: clamp(70px, 10vw, 132px) 0;
  border-top: 1px solid var(--hairline);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: start;
}

.cn-title {
  margin-top: 12px;
  color: rgba(255, 248, 240, 0.8);
  font-family: "Source Han Serif SC", "Noto Serif SC", Georgia, serif;
  font-size: clamp(1.05rem, 1.6vw, 1.38rem);
}

.intro-copy {
  display: grid;
  gap: 18px;
  max-width: 670px;
  color: rgba(255, 248, 240, 0.84);
  font-size: clamp(1rem, 1.35vw, 1.17rem);
}

.intro {
  border-top: 0;
}

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

.section-heading > p:last-child {
  max-width: 640px;
  margin-top: 16px;
  color: rgba(255, 248, 240, 0.78);
}

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

.service-card,
.membership-card,
.contact-card,
.contact-form {
  border: 1px solid rgba(234, 223, 234, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(12, 8, 13, 0.26);
}

.service-card {
  min-height: 430px;
  padding: clamp(24px, 3vw, 34px);
  position: relative;
  overflow: hidden;
  color: var(--card-fg, var(--ivory));
  background: var(--card-bg, rgba(234, 223, 234, 0.08));
  border-color: var(--card-border, rgba(234, 223, 234, 0.14));
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 124px;
  height: 94px;
  opacity: 0.18;
  background:
    linear-gradient(118deg, transparent 0 34%, var(--card-vein, rgba(255, 248, 240, 0.7)) 35%, transparent 38%),
    linear-gradient(24deg, transparent 0 61%, var(--card-vein-2, rgba(158, 169, 154, 0.78)) 62%, transparent 65%);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--card-accent, var(--brass));
}

.service-card h3 {
  color: var(--card-fg, var(--ivory));
}

.service-card .service-index,
.service-card .cn-title {
  color: var(--card-accent, var(--brass));
}

.service-card .cn-title {
  opacity: 0.92;
}

.service-card.session-reformer {
  --card-fg: #fffaf4;
  --card-muted: rgba(255, 248, 240, 0.78);
  --card-bg:
    linear-gradient(145deg, rgba(44, 32, 44, 0.94), rgba(75, 56, 69, 0.82)),
    #2c202c;
  --card-border: rgba(216, 203, 187, 0.18);
  --card-accent: #d8cbbb;
  --card-vein: rgba(216, 203, 187, 0.72);
  --card-vein-2: rgba(152, 161, 143, 0.62);
}

.service-card.session-mat {
  --card-fg: #2c242d;
  --card-muted: rgba(44, 36, 45, 0.72);
  --card-bg:
    linear-gradient(145deg, rgba(255, 250, 244, 0.88), rgba(216, 203, 187, 0.82)),
    #d8cbbb;
  --card-border: rgba(44, 36, 45, 0.16);
  --card-accent: #6d5265;
  --card-vein: rgba(91, 57, 70, 0.36);
  --card-vein-2: rgba(158, 169, 154, 0.48);
}

.service-card.session-hot-pilates {
  --card-fg: #fffaf4;
  --card-muted: rgba(255, 248, 240, 0.8);
  --card-bg:
    linear-gradient(145deg, rgba(91, 57, 70, 0.88), rgba(140, 116, 104, 0.72)),
    #5b3946;
  --card-border: rgba(216, 203, 187, 0.18);
  --card-accent: #d6b17a;
  --card-vein: rgba(255, 248, 240, 0.54);
  --card-vein-2: rgba(168, 132, 82, 0.58);
}

.service-card.session-hot-yoga {
  --card-fg: #20221d;
  --card-muted: rgba(32, 34, 29, 0.7);
  --card-bg:
    linear-gradient(145deg, rgba(238, 241, 230, 0.92), rgba(158, 169, 154, 0.78)),
    #9ea99a;
  --card-border: rgba(32, 34, 29, 0.13);
  --card-accent: #5b3946;
  --card-vein: rgba(75, 56, 69, 0.3);
  --card-vein-2: rgba(255, 250, 244, 0.56);
}

.service-card.session-red-light {
  --card-fg: #fffaf4;
  --card-muted: rgba(255, 248, 240, 0.82);
  --card-bg:
    linear-gradient(145deg, rgba(94, 30, 43, 0.92), rgba(59, 28, 38, 0.88)),
    #5b3946;
  --card-border: rgba(255, 248, 240, 0.16);
  --card-accent: #f0b19b;
  --card-vein: rgba(240, 177, 155, 0.56);
  --card-vein-2: rgba(255, 248, 240, 0.45);
}

.service-card.session-compression {
  --card-fg: #2c242d;
  --card-muted: rgba(44, 36, 45, 0.72);
  --card-bg:
    linear-gradient(145deg, rgba(238, 241, 230, 0.88), rgba(184, 179, 170, 0.72)),
    #b8b3aa;
  --card-border: rgba(44, 36, 45, 0.14);
  --card-accent: #8c7468;
  --card-vein: rgba(109, 82, 101, 0.28);
  --card-vein-2: rgba(255, 250, 244, 0.54);
}

.icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 58px;
  margin-bottom: 42px;
  border: 1px solid rgba(234, 223, 234, 0.2);
  border-radius: 46% 54% 43% 57%;
  color: var(--card-fg, var(--ivory));
  background:
    radial-gradient(circle at 30% 20%, rgba(234, 223, 234, 0.18), transparent 46%),
    rgba(234, 223, 234, 0.12);
}

.icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.service-card p:not(.service-index, .cn-title) {
  margin-top: 18px;
  color: var(--card-muted, rgba(255, 248, 240, 0.78));
}

.experience-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 310px;
  gap: 16px;
  margin-top: 32px;
}

.experience-photo-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid rgba(234, 223, 234, 0.18);
  border-radius: 8px;
  background: var(--charcoal);
  box-shadow: 0 18px 44px rgba(12, 8, 13, 0.24);
}

.experience-photo-card.large {
  grid-column: span 2;
  grid-row: span 2;
}

.experience-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04) brightness(1.06);
  transform: scale(1.01);
}

.experience-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 34%, rgba(23, 19, 24, 0.58)),
    linear-gradient(90deg, rgba(23, 19, 24, 0.12), transparent 44%);
}

.experience-photo-card.soft::after {
  background:
    linear-gradient(180deg, rgba(216, 203, 187, 0.04), rgba(44, 36, 45, 0.58)),
    linear-gradient(90deg, rgba(23, 19, 24, 0.12), transparent 46%);
}

.experience-photo-card.soft {
  grid-column: span 2;
}

.experience-photo-card > div {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  gap: 4px;
  color: var(--ivory);
}

.experience-photo-card span {
  color: var(--brass);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.experience-photo-card h3 {
  color: var(--ivory);
  font-size: clamp(1.45rem, 2.3vw, 2.25rem);
}

.experience-photo-card p {
  color: rgba(255, 248, 240, 0.84);
}

.ritual {
  width: 100%;
  max-width: none;
  padding-right: max(18px, calc((100vw - var(--max)) / 2));
  padding-left: max(18px, calc((100vw - var(--max)) / 2));
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(75, 56, 69, 0.95), rgba(23, 19, 24, 0.98)),
    var(--plum);
}

.ritual .section-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ritual h2,
.ritual h3 {
  color: var(--ivory);
}

.ritual .cn-title,
.ritual .section-heading > p:last-child {
  color: rgba(255, 248, 240, 0.84);
}

.ritual-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(168, 132, 82, 0.28);
  background: rgba(168, 132, 82, 0.28);
}

.ritual-step {
  min-height: 270px;
  padding: 26px;
  background: rgba(23, 19, 24, 0.2);
}

.ritual-step span {
  color: var(--brass);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.4rem;
}

.ritual-step h3 {
  margin-top: 46px;
  font-size: 1.42rem;
}

.ritual-step p {
  margin-top: 14px;
  color: rgba(255, 248, 240, 0.84);
}

.mood-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 248, 240, 0.84);
}

.mood-list li {
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(234, 223, 234, 0.14);
}

.mood-grid {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr 0.78fr;
  grid-auto-rows: 230px;
  gap: 16px;
  margin-top: 44px;
}

.mood-grid figure {
  margin: 0;
}

.mood-image {
  overflow: hidden;
  border-radius: 8px;
  background: rgba(234, 223, 234, 0.08);
}

.mood-image.large {
  grid-row: span 2;
}

.mood-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mood-image.large img {
  object-position: center;
}

.mood-image.large:first-child img {
  object-position: center;
}

.mood-grid .mood-image:not(.large) img {
  object-position: 76% center;
  transform: scale(1.2);
}

.mood-tile {
  display: grid;
  place-items: end start;
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(234, 223, 234, 0.15);
  border-radius: 8px;
  color: var(--obsidian);
  background:
    linear-gradient(135deg, rgba(158, 169, 154, 0.78), rgba(238, 241, 230, 0.72)),
    var(--moss);
}

.mood-tile.dark {
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(75, 56, 69, 0.94), rgba(23, 19, 24, 0.88)),
    var(--plum);
}

.mood-tile span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
}

.membership {
  width: 100%;
  max-width: none;
  padding-right: max(18px, calc((100vw - var(--max)) / 2));
  padding-left: max(18px, calc((100vw - var(--max)) / 2));
  color: var(--charcoal);
  background:
    linear-gradient(180deg, rgba(238, 241, 230, 0.94), rgba(216, 203, 187, 0.92)),
    var(--linen);
}

.membership h2,
.membership h3 {
  color: var(--charcoal);
}

.membership .section-heading > p:last-child,
.membership .cn-title {
  color: rgba(44, 36, 45, 0.68);
}

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

.membership-card {
  padding: clamp(26px, 4vw, 44px);
  border-color: rgba(44, 36, 45, 0.14);
  background: rgba(255, 250, 244, 0.42);
}

.membership-card.featured {
  color: var(--ivory);
  background: var(--plum);
}

.membership-card.featured h3 {
  color: var(--ivory);
}

.membership-card ul,
.membership-card li {
  margin: 0;
}

.membership-card ul {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding: 0;
  list-style: none;
}

.membership-card li {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(44, 36, 45, 0.14);
  color: rgba(44, 36, 45, 0.72);
}

.membership-card.featured li {
  color: rgba(255, 248, 240, 0.86);
}

.centres {
  border-top-color: rgba(234, 223, 234, 0.14);
}

.centre-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 16px;
}

.centre-card {
  min-height: 260px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(234, 223, 234, 0.14);
  border-radius: 8px;
  background: rgba(234, 223, 234, 0.08);
  box-shadow: 0 18px 44px rgba(12, 8, 13, 0.24);
}

.centre-card.active {
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(75, 56, 69, 0.9), rgba(23, 19, 24, 0.74)),
    url("assets/reease-41-myrtle-exterior.png") center / cover;
}

.centre-card.active h3 {
  color: var(--ivory);
}

.centre-card:not(.active) {
  min-height: 190px;
  border-style: dashed;
  border-color: rgba(234, 223, 234, 0.12);
  color: rgba(255, 248, 240, 0.58);
  background:
    linear-gradient(135deg, rgba(234, 223, 234, 0.045), rgba(234, 223, 234, 0.02)),
    rgba(234, 223, 234, 0.035);
  box-shadow: none;
}

.centre-card:not(.active) .plan-label {
  color: rgba(168, 132, 82, 0.58);
}

.centre-card:not(.active) h3 {
  color: rgba(255, 248, 240, 0.72);
  font-size: clamp(1.35rem, 2vw, 1.72rem);
}

.centre-card p:not(.plan-label) {
  margin-top: 20px;
  color: rgba(255, 248, 240, 0.78);
}

.centre-card:not(.active) p:not(.plan-label) {
  max-width: 34rem;
  margin-top: 16px;
  color: rgba(255, 248, 240, 0.55);
}

.centre-card.active p:not(.plan-label) {
  color: rgba(255, 248, 240, 0.86);
}

.about-panel {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(30px, 6vw, 72px);
  border: 1px solid rgba(234, 223, 234, 0.14);
  border-radius: 8px;
  text-align: center;
  background:
    linear-gradient(rgba(33, 24, 35, 0.86), rgba(33, 24, 35, 0.88)),
    url("assets/reease-41-myrtle-exterior.png") center / cover;
}

.about-panel p:not(.eyebrow, .cn-title) {
  max-width: 760px;
  margin: 22px auto 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.contact-card,
.contact-form {
  padding: clamp(24px, 4vw, 38px);
  background: rgba(234, 223, 234, 0.08);
}

.contact-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(234, 223, 234, 0.14);
}

.detail-row span {
  color: rgba(255, 248, 240, 0.72);
}

.contact-form {
  display: grid;
  gap: 15px;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form span {
  color: rgba(255, 248, 240, 0.8);
  font-size: 0.83rem;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(234, 223, 234, 0.16);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ivory);
  background: rgba(23, 19, 24, 0.34);
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 4px rgba(152, 161, 143, 0.22);
}

.form-status {
  min-height: 1.5em;
  color: var(--sage);
  font-size: 0.9rem;
  font-weight: 700;
}

.map-card {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 260px;
  border: 1px solid rgba(234, 223, 234, 0.14);
  border-radius: 8px;
  color: var(--ivory);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(75, 56, 69, 0.78), rgba(23, 19, 24, 0.72)),
    url("assets/reease-41-myrtle-exterior.png") center / cover;
}

.map-card span {
  color: var(--brass);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-card strong {
  display: block;
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 600;
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.6fr);
  gap: 40px;
  padding: 58px max(18px, calc((100vw - var(--max)) / 2));
  color: rgba(255, 248, 240, 0.84);
  background: var(--obsidian);
}

.footer h2,
.footer .brand-copy span:first-child,
.footer .brand-copy span:last-child {
  color: var(--ivory);
}

.footer-brand {
  margin-bottom: 20px;
}

.footer-brand .brand-logo {
  width: clamp(190px, 22vw, 280px);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
}

.footer-links a {
  color: rgba(255, 248, 240, 0.84);
}

.footer-links a:hover {
  color: var(--brass);
}

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

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

@media (max-width: 980px) {
  .site-header {
    border-radius: 28px;
  }

  .nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(75, 56, 69, 0.2);
    border-radius: 18px;
    background: rgba(33, 24, 35, 0.96);
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(234, 223, 234, 0.12);
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 34px;
    padding-top: 44px;
    padding-bottom: 58px;
  }

  .hero-media,
  .hero-media img {
    min-height: 480px;
  }

  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .experience-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 280px;
  }

  .service-card {
    min-height: 0;
  }

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

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

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

  .mood-image.large {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  .site-header {
    width: min(calc(100% - 20px), 1240px);
    margin-top: 10px;
  }

  .brand-logo {
    width: 178px;
  }

  .language-tabs {
    min-width: 98px;
  }

  .language-tab {
    min-height: 32px;
    font-size: 0.72rem;
  }

  .header-actions .btn {
    display: none;
  }

  h1 {
    max-width: 14ch;
    font-size: clamp(2.45rem, 9.8vw, 3.05rem);
    line-height: 1.03;
  }

  .eyebrow,
  .section-kicker,
  .service-index,
  .plan-label {
    margin-bottom: 11px;
    font-size: 0.67rem;
    letter-spacing: 0.11em;
  }

  .hero {
    padding-top: 30px;
    padding-bottom: 46px;
  }

  .hero-text {
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .hero-buttons {
    gap: 10px;
    margin-top: 24px;
  }

  .hero-buttons .btn {
    min-height: 43px;
    padding: 10px 16px;
    font-size: 0.9rem;
  }

  .hero,
  .section-pad {
    width: min(calc(100% - 24px), var(--max));
  }

  .hero-media,
  .hero-media img {
    min-height: 380px;
  }

  .hero-note {
    right: 12px;
    bottom: 12px;
    min-width: 150px;
  }

  .hero-buttons,
  .hero-buttons .btn,
  .contact-card .btn,
  .contact-form .btn {
    width: 100%;
  }

  .ritual-steps,
  .membership-grid,
  .experience-photo-grid,
  .mood-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .experience-photo-card.large,
  .experience-photo-card.soft {
    grid-column: auto;
    grid-row: auto;
  }

  .ritual-step {
    min-height: 210px;
  }

  .mood-grid {
    grid-auto-rows: 210px;
  }

  .contact-card,
  .contact-form,
  .membership-card,
  .about-panel {
    padding: 24px;
  }

  .detail-row {
    display: grid;
    gap: 2px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }

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