@font-face {
  font-family: "Macau Manrope";
  src: url("assets/fonts/Manrope-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Macau Cormorant";
  src: url("assets/fonts/CormorantGaramond-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Macau Cormorant";
  src: url("assets/fonts/CormorantGaramond-Italic-Variable.ttf") format("truetype");
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --cocoa: #1d120e;
  --cocoa-soft: #312019;
  --ivory: #f8f1e5;
  --ivory-deep: #eee2cf;
  --paper: #fffbf4;
  --gold: #bd8e3a;
  --gold-pale: #e2c98f;
  --sage: #9ca88e;
  --sage-deep: #75816a;
  --clay: #795844;
  --line-dark: rgba(29, 18, 14, 0.17);
  --line-light: rgba(255, 251, 244, 0.22);
  --display: "Macau Cormorant", Georgia, serif;
  --sans: "Macau Manrope", Arial, sans-serif;
  --page: clamp(1.2rem, 5vw, 5.5rem);
  --max: 1440px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--cocoa);
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--cocoa);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 1000;
  content: "";
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

::selection {
  color: var(--cocoa);
  background: var(--gold-pale);
}

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

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

a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold-pale);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 9999;
  min-height: 44px;
  padding: 0.7rem 1rem;
  color: var(--cocoa);
  background: var(--paper);
  transform: translateY(-160%);
  transition: transform 260ms var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) auto minmax(10rem, 1fr);
  align-items: center;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  min-height: 88px;
  padding: 1.15rem var(--page);
  color: var(--paper);
  border-bottom: 1px solid var(--line-light);
}

.brand {
  display: block;
  width: clamp(12rem, 19vw, 17rem);
  min-height: 44px;
  padding: 0.65rem 0;
}

.brand img,
.footer-brand img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.2vw, 2.7rem);
}

.desktop-nav a {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 44px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.35rem;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold-pale);
  transform: scaleX(0);
  transition: transform 260ms var(--ease);
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.desktop-nav .spa-tab {
  min-width: 4.5rem;
  color: var(--cocoa);
  background: var(--gold-pale);
  border-radius: 999px;
}

.desktop-nav .spa-tab::after {
  display: none;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 48px;
  padding: 0.8rem 1.2rem;
  color: var(--cocoa);
  background: var(--gold-pale);
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 260ms ease, background 260ms ease, transform 260ms var(--ease);
}

.header-cta:hover {
  color: var(--paper);
  background: var(--clay);
  transform: translateY(-2px);
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  min-height: min(900px, 100svh);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(8.8rem, 16vh, 11rem) var(--page) clamp(4rem, 8vh, 7rem);
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 18% 74%, rgba(189, 142, 58, 0.18), transparent 28rem),
    linear-gradient(135deg, #1d120e 0%, #281913 58%, #38241b 100%);
}

.hero::before {
  position: absolute;
  top: 11rem;
  left: -15rem;
  z-index: -1;
  width: 34rem;
  height: 34rem;
  content: "";
  border: 1px solid rgba(226, 201, 143, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(226, 201, 143, 0.025), 0 0 0 8rem rgba(226, 201, 143, 0.02);
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding-right: clamp(1rem, 5vw, 5.5rem);
}

.eyebrow {
  margin: 0 0 1.2rem;
  color: var(--gold-pale);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--clay);
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 450;
  line-height: 0.92;
}

h1 {
  max-width: 7ch;
  font-size: clamp(4.4rem, 9.5vw, 9.5rem);
  letter-spacing: -0.055em;
}

h1 em,
h2 em {
  color: var(--gold-pale);
  font-weight: 350;
}

.hero-line {
  margin: clamp(1.7rem, 4vh, 3.4rem) 0 0;
  color: rgba(255, 251, 244, 0.78);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.22;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.6rem;
  margin-top: 2.3rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 52px;
  padding: 0.9rem 1.35rem;
  border: 1px solid transparent;
  font-size: 0.79rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 260ms ease, background 260ms ease, transform 260ms var(--ease);
}

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

.button-gold {
  color: var(--cocoa);
  background: var(--gold-pale);
}

.button-gold:hover {
  color: var(--paper);
  background: var(--clay);
}

.button-cocoa {
  color: var(--paper);
  background: var(--cocoa);
}

.button-cocoa:hover {
  background: var(--clay);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 44px;
  border-bottom: 1px solid rgba(255, 251, 244, 0.42);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.activation-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  max-width: 35rem;
  margin: 2.2rem 0 0;
  padding-top: 1.2rem;
  color: rgba(255, 251, 244, 0.62);
  border-top: 1px solid var(--line-light);
  font-size: 0.75rem;
  line-height: 1.65;
}

.activation-note > span:first-child {
  color: var(--gold-pale);
}

.activation-copy {
  min-width: 0;
  color: inherit;
}

.hero-image {
  position: relative;
  align-self: center;
  min-width: 0;
  padding: 1.7rem 0 2.5rem 2rem;
}

.hero-arch {
  position: relative;
  overflow: hidden;
  min-height: clamp(32rem, 66vh, 44rem);
  border-radius: 50% 50% 0.2rem 0.2rem / 26% 26% 0.2rem 0.2rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.36);
}

.hero-arch::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(29, 18, 14, 0.08), rgba(29, 18, 14, 0.32));
}

.hero-arch img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.82) sepia(0.08) contrast(1.04);
}

.hero-seal {
  position: absolute;
  right: -1rem;
  bottom: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(6.5rem, 10vw, 9rem);
  aspect-ratio: 1;
  background: var(--gold-pale);
  border: 0.65rem solid var(--cocoa-soft);
  border-radius: 50%;
}

.hero-seal img {
  width: 68%;
}

.hero-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  color: rgba(255, 251, 244, 0.72);
  font-family: var(--display);
  font-size: 1.05rem;
  font-style: italic;
}

.ritual-intro {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 32rem;
  padding: clamp(5.5rem, 11vw, 10rem) var(--page);
  text-align: center;
  background: var(--ivory);
}

.ritual-mark {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  width: 5rem;
  opacity: 0.54;
  transform: translateX(-50%);
}

.ritual-intro h2,
.section-heading h2,
.visit h2 {
  font-size: clamp(3.5rem, 7.2vw, 7.5rem);
  letter-spacing: -0.045em;
}

.ritual-intro h2 em,
.section-heading h2 em,
.visit h2 em {
  color: var(--clay);
}

.ritual-copy {
  max-width: 42rem;
  margin: 2rem auto 0;
  color: rgba(29, 18, 14, 0.65);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.therapy-menu {
  padding: clamp(5rem, 10vw, 9rem) var(--page);
  background:
    linear-gradient(rgba(255, 251, 244, 0.9), rgba(255, 251, 244, 0.9)),
    url("assets/illustrations/04-digital-micro-assets/01-menu-category-texture.svg") center / 36rem repeat;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  gap: 3rem;
  max-width: var(--max);
  margin: 0 auto clamp(3rem, 7vw, 6rem);
  padding-bottom: 2.2rem;
  border-bottom: 1px solid var(--line-dark);
}

.section-heading h2 {
  max-width: 9ch;
}

.menu-source {
  align-self: end;
  color: rgba(29, 18, 14, 0.66);
}

.menu-source p {
  margin: 0 0 1.25rem;
}

.menu-source a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--clay);
  border-bottom: 1px solid currentColor;
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.therapy-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  max-width: var(--max);
  margin: 0 auto;
  overflow: hidden;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.therapy-card {
  position: relative;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 26rem;
  padding: clamp(1.5rem, 3vw, 2.7rem);
  overflow: hidden;
  background: rgba(248, 241, 229, 0.96);
  transition: background 280ms ease;
}

.therapy-card:hover {
  background: var(--paper);
}

.therapy-card > img {
  width: 5.25rem;
  height: 5.25rem;
  margin-bottom: auto;
}

.therapy-number {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  color: rgba(29, 18, 14, 0.45);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.therapy-card h3 {
  max-width: 9ch;
  margin-top: 2rem;
  font-size: clamp(2.1rem, 3vw, 3.35rem);
  letter-spacing: -0.035em;
}

.therapy-card > p,
.photo-card-content > p {
  margin: 1rem 0 1.7rem;
  color: rgba(29, 18, 14, 0.6);
  font-size: 0.83rem;
}

.therapy-card > div:last-child,
.photo-card-content > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.35rem;
  border-top: 1px solid var(--line-dark);
}

.therapy-card strong,
.photo-card-content strong {
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 550;
}

.therapy-card a,
.photo-card-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-width: 6rem;
  min-height: 44px;
  color: var(--paper);
  background: var(--cocoa);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 260ms ease;
}

.therapy-card a:hover,
.photo-card-content a:hover {
  background: var(--clay);
}

.therapy-card-photo {
  grid-column: span 8;
  min-height: 30rem;
  padding: 0;
  color: var(--paper);
  background: var(--cocoa);
}

.therapy-card-photo picture,
.therapy-card-photo picture::after,
.therapy-card-photo picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.therapy-card-photo picture::after {
  content: "";
  background: linear-gradient(90deg, rgba(29, 18, 14, 0.92) 0%, rgba(29, 18, 14, 0.65) 48%, rgba(29, 18, 14, 0.12) 100%);
}

.therapy-card-photo picture img {
  object-fit: cover;
  filter: saturate(0.78) sepia(0.08);
}

.photo-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: min(58%, 34rem);
  height: 100%;
  padding: clamp(2rem, 4vw, 4rem);
}

.photo-card-content .therapy-number {
  top: 2.2rem;
  left: 2.2rem;
  color: var(--gold-pale);
}

.photo-card-content h3 {
  margin-top: auto;
  font-size: clamp(3rem, 5.2vw, 6rem);
}

.photo-card-content > p {
  color: rgba(255, 251, 244, 0.7);
}

.photo-card-content > div {
  border-color: var(--line-light);
}

.photo-card-content a {
  color: var(--cocoa);
  background: var(--gold-pale);
}

.therapy-card-jacuzzi {
  background: #e7e1d2;
}

.therapy-card-jacuzzi:last-child {
  grid-column: span 12;
  min-height: 22rem;
}

.menu-booking {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: clamp(2rem, 6vw, 7rem);
  max-width: var(--max);
  margin: clamp(4rem, 8vw, 8rem) auto 0;
  padding: clamp(2.5rem, 6vw, 6rem);
  color: var(--paper);
  background: var(--sage-deep);
}

.menu-booking h2 {
  max-width: 12ch;
  font-size: clamp(3rem, 6vw, 6.5rem);
  letter-spacing: -0.045em;
}

.menu-booking h2 em {
  color: var(--gold-pale);
}

.menu-booking > div:last-child {
  align-self: end;
}

.menu-booking > div:last-child p {
  max-width: 34rem;
  margin: 1.2rem 0 0;
  color: rgba(255, 251, 244, 0.72);
  font-size: 0.78rem;
}

.spa-editorial {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8.5rem) var(--page);
  color: var(--paper);
  background: var(--cocoa-soft);
}

.spa-editorial-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.65fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.spa-editorial-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.7rem, 6.8vw, 7rem);
  font-weight: 450;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.spa-editorial-heading h2 em {
  color: var(--gold-pale);
  font-weight: 350;
}

.spa-editorial-heading > p {
  max-width: 34rem;
  margin: 0 0 0.25rem;
  color: rgba(255, 251, 244, 0.68);
}

.spa-editorial-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, clamp(18rem, 25vw, 23rem));
  gap: clamp(0.55rem, 1vw, 0.9rem);
}

.spa-editorial-grid figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--cocoa);
}

.spa-editorial-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) sepia(0.05) contrast(1.02);
  transition: transform 900ms var(--ease), filter 400ms ease;
}

.spa-editorial-grid figure:hover img {
  filter: saturate(0.95) sepia(0.02) contrast(1.02);
  transform: scale(1.025);
}

.spa-editorial-grid figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  min-height: 6rem;
  padding: 2.5rem 1.25rem 1.15rem;
  color: var(--paper);
  background: linear-gradient(180deg, transparent, rgba(29, 18, 14, 0.88));
}

.spa-editorial-grid figcaption span {
  font-family: var(--display);
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1;
}

.spa-editorial-grid figcaption strong {
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.spa-editorial-feature {
  grid-column: 1 / span 5;
  grid-row: 1 / span 2;
}

.spa-editorial-jacuzzi {
  grid-column: 6 / span 4;
}

.spa-editorial-detail {
  grid-column: 10 / span 3;
}

.spa-editorial-consultation {
  grid-column: 6 / span 7;
}

.spa-editorial-detail img {
  object-position: 66% center;
}

.space {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  min-height: 44rem;
  max-width: var(--max);
  margin: 0 auto;
  color: var(--paper);
  background: var(--cocoa);
}

.space-photo {
  min-width: 0;
}

.space-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.04);
}

.space-copy {
  align-self: center;
  padding: clamp(3rem, 7vw, 7rem);
}

.space-copy h2 {
  font-size: clamp(3.6rem, 6.5vw, 7rem);
  letter-spacing: -0.045em;
}

.space-copy h2 em {
  color: var(--gold-pale);
}

.space-copy p:not(.eyebrow) {
  max-width: 28rem;
  margin: 2rem 0;
  color: rgba(255, 251, 244, 0.65);
}

.text-link.light {
  color: var(--gold-pale);
  border-color: rgba(226, 201, 143, 0.42);
}

.visit {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(3rem, 7vw, 8rem);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(5.5rem, 11vw, 10rem) var(--page);
  background: var(--ivory);
}

.visit address {
  display: grid;
  align-self: center;
  gap: 1.6rem;
  font-style: normal;
}

.visit address div {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 1.25rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--line-dark);
}

.visit address span {
  color: var(--clay);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.visit address p {
  margin: 0;
}

.visit > .button {
  grid-column: 2;
  justify-self: start;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.4rem 3rem;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) var(--page);
  color: rgba(255, 251, 244, 0.65);
  background: var(--cocoa);
  border-top: 1px solid var(--line-light);
}

.footer-brand {
  width: min(19rem, 70vw);
}

footer > p {
  justify-self: end;
  margin: 0;
  font-family: var(--display);
  font-size: 1.1rem;
  font-style: italic;
}

footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.5rem;
}

footer nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--paper);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer small {
  justify-self: end;
}

@media (min-width: 1441px) {
  .site-header,
  .hero,
  .space,
  .visit,
  footer {
    border-right: 1px solid var(--line-light);
    border-left: 1px solid var(--line-light);
  }
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: minmax(10rem, 1fr) auto;
  }

  .desktop-nav {
    display: none;
  }

  .header-cta {
    margin-right: 4.5rem;
  }

  .mobile-nav {
    position: absolute;
    top: 1.1rem;
    right: var(--page);
    display: block;
  }

  .mobile-nav summary {
    position: relative;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
    list-style: none;
    background: rgba(255, 251, 244, 0.04);
    border: 1px solid rgba(255, 251, 244, 0.48);
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span {
    position: absolute;
    width: 20px;
    height: 1px;
    background: var(--paper);
    transition: transform 260ms var(--ease);
  }

  .mobile-nav summary span:first-child {
    transform: translateY(-4px);
  }

  .mobile-nav summary span:last-child {
    transform: translateY(4px);
  }

  .mobile-nav[open] summary span:first-child {
    transform: rotate(45deg);
  }

  .mobile-nav[open] summary span:last-child {
    transform: rotate(-45deg);
  }

  .mobile-nav nav {
    position: absolute;
    top: 3.6rem;
    right: 0;
    display: grid;
    width: min(22rem, calc(100vw - 2 * var(--page)));
    padding: 1rem;
    color: var(--cocoa);
    background: var(--paper);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.3);
  }

  .mobile-nav nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 0.8rem;
    border-bottom: 1px solid var(--line-dark);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mobile-nav nav a[aria-current="page"] {
    color: var(--clay);
  }

  .mobile-nav nav .mobile-book {
    justify-content: space-between;
    margin-top: 0.8rem;
    color: var(--paper);
    background: var(--cocoa);
    border: 0;
  }

  .hero {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  }

  .therapy-card {
    grid-column: span 6;
  }

  .therapy-card-photo {
    grid-column: span 12;
  }

  .spa-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(18rem, 30vw));
  }

  .spa-editorial-feature {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .spa-editorial-jacuzzi,
  .spa-editorial-detail {
    grid-column: 2;
  }

  .spa-editorial-jacuzzi {
    grid-row: 1;
  }

  .spa-editorial-detail {
    grid-row: 2;
  }

  .spa-editorial-consultation {
    grid-column: 1 / span 2;
    grid-row: 3;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 76px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .brand {
    width: min(12rem, 55vw);
  }

  .header-cta {
    display: none;
  }

  .mobile-nav {
    top: 0.8rem;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 7.7rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-copy {
    padding: 2.2rem var(--page) 3.2rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-actions .button {
    width: auto;
  }

  h1 {
    font-size: clamp(4.2rem, 22vw, 7rem);
  }

  .hero-line {
    margin-top: 1.5rem;
  }

  .hero-image {
    padding: 0;
  }

  .hero-arch {
    min-height: 29rem;
    border-radius: 45% 45% 0 0 / 18% 18% 0 0;
  }

  .hero-seal {
    right: var(--page);
    bottom: 1.2rem;
  }

  .hero-caption {
    bottom: 1rem;
    left: var(--page);
  }

  .ritual-intro {
    min-height: 27rem;
  }

  .ritual-intro h2,
  .section-heading h2,
  .visit h2 {
    font-size: clamp(3.2rem, 16vw, 5.2rem);
  }

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

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

  .therapy-card,
  .therapy-card-photo {
    grid-column: auto;
    min-height: 23rem;
  }

  .therapy-card-jacuzzi:last-child {
    grid-column: auto;
    min-height: 23rem;
  }

  .therapy-card-photo {
    min-height: 34rem;
  }

  .therapy-card-photo picture::after {
    background: linear-gradient(180deg, rgba(29, 18, 14, 0.12) 0%, rgba(29, 18, 14, 0.9) 78%, rgba(29, 18, 14, 0.96) 100%);
  }

  .photo-card-content {
    width: 100%;
  }

  .photo-card-content h3 {
    font-size: clamp(3.4rem, 15vw, 5rem);
  }

  .menu-booking {
    grid-template-columns: 1fr;
    padding: 2.4rem 1.5rem;
  }

  .menu-booking h2 {
    font-size: clamp(3.15rem, 14vw, 5rem);
  }

  .spa-editorial-heading {
    grid-template-columns: 1fr;
  }

  .spa-editorial-heading h2 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .spa-editorial-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .spa-editorial-grid figure,
  .spa-editorial-feature,
  .spa-editorial-jacuzzi,
  .spa-editorial-detail,
  .spa-editorial-consultation {
    grid-column: 1;
    grid-row: auto;
    min-height: 22rem;
  }

  .spa-editorial-feature {
    min-height: 30rem;
  }

  .spa-editorial-grid figcaption {
    align-items: start;
    flex-direction: column;
  }

  .space {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .space-photo {
    min-height: 27rem;
  }

  .space-copy {
    padding: 4.5rem var(--page);
  }

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

  .visit address div {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .visit > .button {
    grid-column: auto;
    justify-self: stretch;
  }

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

  footer > p,
  footer small {
    justify-self: start;
  }
}

@media (max-width: 420px) {
  .hero-actions .button {
    width: 100%;
  }

  .therapy-card > div:last-child,
  .photo-card-content > div {
    align-items: stretch;
    flex-direction: column;
  }

  .therapy-card a,
  .photo-card-content a {
    width: 100%;
  }
}

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

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