@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --ink: #221820;
  --muted: #6d5e66;
  --ivory: #fff8ed;
  --cream: #f7ebdc;
  --rose: #c8899f;
  --rose-soft: #f0d5dc;
  --plum: #4b0d34;
  --burgundy: #7a1646;
  --wine: #8c1d52;
  --gold: #c49a50;
  --jade: #315c50;
  --tile: #e8d5ba;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(59, 25, 46, 0.16);
  --soft-shadow: 0 16px 40px rgba(59, 25, 46, 0.1);
  --radius: 8px;
  --radius-lg: 18px;
  --container: min(1160px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 10%, rgba(200, 137, 159, 0.18), transparent 26rem),
    linear-gradient(180deg, #fffaf2 0%, #f8eddf 45%, #fff9f0 100%);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

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

button {
  cursor: pointer;
}

::selection {
  background: var(--plum);
  color: var(--ivory);
}

.site-shell {
  min-height: 100vh;
  overflow: clip;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-shell .container {
  width: var(--container);
  margin-right: auto;
  margin-left: auto;
}

.section {
  position: relative;
  padding: 112px 0;
}

.section-tight {
  padding: 76px 0;
}

.section-cream {
  background: rgba(255, 248, 237, 0.78);
}

.section-rose {
  background:
    linear-gradient(135deg, rgba(240, 213, 220, 0.55), rgba(255, 248, 237, 0.82)),
    linear-gradient(90deg, rgba(196, 154, 80, 0.06), transparent);
}

.section-plum {
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(75, 13, 52, 0.96), rgba(122, 22, 70, 0.92)),
    url("../images/hero/hero-terms-spa-towels.jpg") center/cover;
  background-blend-mode: multiply;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 44px;
}

.section-heading.center {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: block;
}

.label {
  margin: 0 0 12px;
  color: var(--wine);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-plum .label,
.dark-card .label {
  color: #e9caa6;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.55rem, 8.2vw, 8.6rem);
}

h2 {
  font-size: clamp(2.4rem, 5.2vw, 5.1rem);
}

h3 {
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
}

h4 {
  font-size: 1.32rem;
}

.site-shell h1,
.site-shell h2,
.site-shell h3,
.site-shell h4 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: 0;
}

.site-shell h1 {
  font-size: clamp(3.55rem, 8.2vw, 8.6rem);
}

.site-shell h2 {
  font-size: clamp(2.4rem, 5.2vw, 5.1rem);
}

.site-shell h3 {
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
}

.site-shell h4 {
  font-size: 1.32rem;
}

p {
  margin: 0;
}

.lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.8;
}

.section-plum .lead {
  color: rgba(255, 248, 237, 0.82);
}

.eyeline {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyeline::before {
  width: 44px;
  height: 1px;
  background: currentColor;
  content: "";
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 13px 22px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, border-color 220ms ease, color 220ms ease;
}

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

.btn-primary {
  color: var(--ivory);
  background: linear-gradient(135deg, var(--plum), var(--wine));
  box-shadow: 0 14px 34px rgba(122, 22, 70, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 20px 44px rgba(122, 22, 70, 0.36);
}

.btn-secondary {
  color: var(--plum);
  background: rgba(255, 248, 237, 0.72);
  border-color: rgba(75, 13, 52, 0.16);
}

.btn-secondary:hover {
  border-color: rgba(75, 13, 52, 0.34);
  background: var(--white);
}

.btn-light {
  color: var(--plum);
  background: var(--ivory);
}

.btn-outline-light {
  color: var(--ivory);
  border-color: rgba(255, 248, 237, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.18);
}

.icon-btn {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(75, 13, 52, 0.16);
  border-radius: var(--radius);
  color: var(--plum);
  background: rgba(255, 248, 237, 0.72);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.icon-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(75, 13, 52, 0.34);
  background: var(--white);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  transform: translateY(-160%);
  border-radius: var(--radius);
  padding: 10px 14px;
  color: var(--ivory);
  background: var(--plum);
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  color: var(--ivory);
  transition: background 260ms ease, color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.site-header.is-scrolled,
.site-header.is-open,
body:not(.has-hero) .site-header {
  color: var(--ink);
  background: rgba(255, 248, 237, 0.94);
  box-shadow: 0 14px 44px rgba(51, 27, 40, 0.12);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: 24px;
  width: min(1220px, calc(100% - 32px));
  min-height: 82px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}

.brand__mark {
  width: 54px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

.brand__text {
  display: grid;
  gap: 1px;
}

.brand__name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 0.96;
  text-transform: uppercase;
}

.brand__tag {
  color: currentColor;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  opacity: 0.78;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.site-nav a {
  position: relative;
  border-radius: 999px;
  padding: 10px 12px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav a::after {
  position: absolute;
  right: 14px;
  bottom: 5px;
  left: 14px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center;
  background: currentColor;
  content: "";
  opacity: 0.5;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.menu-toggle {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 2001;
  display: inline-grid !important;
  width: 44px;
  height: 44px;
  color: var(--plum);
  background: rgba(255, 248, 237, 0.86);
  border-color: rgba(75, 13, 52, 0.18);
}

.menu-toggle svg {
  width: 22px;
  height: 22px;
}

.mobile-panel {
  display: none;
}

@media (min-width: 1101px) {
  .menu-toggle {
    display: none !important;
  }
}

.hero {
  position: relative;
  min-height: 94svh;
  color: var(--ivory);
  background:
    linear-gradient(90deg, rgba(34, 24, 32, 0.78), rgba(75, 13, 52, 0.42) 48%, rgba(34, 24, 32, 0.2)),
    var(--hero-image) center/cover no-repeat;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(34, 24, 32, 0.34), transparent 42%, rgba(34, 24, 32, 0.55)),
    radial-gradient(circle at 80% 20%, rgba(196, 154, 80, 0.2), transparent 28rem);
  content: "";
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 94svh;
  align-items: center;
  padding: 120px 0 84px;
}

.hero__copy {
  width: min(760px, 100%);
}

.hero__copy .lead {
  width: min(560px, 100%);
  margin-top: 22px;
  color: rgba(255, 248, 237, 0.86);
}

.hero h1 span {
  display: block;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero__signature {
  position: absolute;
  right: clamp(20px, 6vw, 80px);
  bottom: clamp(32px, 8vw, 76px);
  display: grid;
  width: min(300px, 34vw);
  gap: 14px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 248, 237, 0.42);
  color: rgba(255, 248, 237, 0.82);
  font-size: 0.9rem;
}

.hero__signature strong {
  display: block;
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1;
}

.petal-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.petal {
  position: absolute;
  width: 118px;
  height: 58px;
  border: 1px solid rgba(240, 213, 220, 0.34);
  border-radius: 100% 0 100% 0;
  transform: rotate(var(--rot));
  animation: petalFloat 10s ease-in-out infinite;
}

.petal:nth-child(1) {
  top: 24%;
  right: 20%;
  --rot: 42deg;
}

.petal:nth-child(2) {
  right: 8%;
  bottom: 28%;
  --rot: -18deg;
  animation-delay: -3s;
}

.petal:nth-child(3) {
  bottom: 18%;
  left: 8%;
  --rot: 24deg;
  animation-delay: -6s;
}

@keyframes petalFloat {
  0%,
  100% {
    translate: 0 0;
    opacity: 0.42;
  }
  50% {
    translate: 0 -18px;
    opacity: 0.78;
  }
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(36px, 7vw, 84px);
}

.intro-copy {
  display: grid;
  gap: 22px;
}

.editorial-stack {
  position: relative;
  min-height: 570px;
}

.editorial-image {
  position: absolute;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--cream);
  box-shadow: var(--shadow);
}

.editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms ease;
}

.editorial-image:hover img {
  transform: scale(1.04);
}

.editorial-image.main {
  top: 0;
  right: 0;
  width: 70%;
  height: 76%;
}

.editorial-image.sub {
  bottom: 0;
  left: 0;
  width: 46%;
  height: 44%;
  border: 12px solid var(--ivory);
}

.stamp {
  position: absolute;
  right: 7%;
  bottom: 4%;
  display: grid;
  width: 136px;
  height: 136px;
  place-items: center;
  border: 1px solid rgba(196, 154, 80, 0.58);
  border-radius: 50%;
  color: var(--plum);
  background: rgba(255, 248, 237, 0.9);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  position: relative;
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(75, 13, 52, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--soft-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(122, 22, 70, 0.26);
  box-shadow: 0 26px 64px rgba(75, 13, 52, 0.16);
}

.service-card__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.service-card:hover img {
  transform: scale(1.08);
}

.service-card__body {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.service-icon {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: var(--plum);
  background: rgba(240, 213, 220, 0.56);
}

.service-icon svg {
  width: 21px;
  height: 21px;
}

.price {
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.card-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  color: var(--plum);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.card-link svg {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.card-link:hover svg {
  transform: translateX(4px);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 7vw, 86px);
  align-items: center;
}

.feature-list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.feature-row,
.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid rgba(75, 13, 52, 0.12);
}

.feature-row strong,
.price-row strong {
  display: block;
  font-size: 1.02rem;
}

.feature-row span,
.price-row span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.feature-media {
  position: relative;
  min-height: 570px;
}

.feature-media img {
  position: absolute;
  width: 72%;
  height: 78%;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-media img:first-child {
  top: 0;
  left: 0;
}

.feature-media img:last-child {
  right: 0;
  bottom: 0;
  width: 47%;
  height: 48%;
  border: 12px solid var(--cream);
}

.couple-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 38px;
  align-items: stretch;
}

.couple-card {
  display: grid;
  gap: 24px;
  align-content: center;
  border-radius: var(--radius);
  padding: clamp(30px, 5vw, 58px);
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(75, 13, 52, 0.94), rgba(122, 22, 70, 0.86)),
    url("../images/packages/package-ritual-flow.jpg") center/cover;
  box-shadow: var(--shadow);
}

.couple-price {
  width: fit-content;
  border: 1px solid rgba(255, 248, 237, 0.32);
  border-radius: var(--radius);
  padding: 15px 18px;
  color: #f6d59c;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.couple-media {
  min-height: 460px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.couple-media img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gallery-grid figure {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--cream);
}

.gallery-grid figure:nth-child(2),
.gallery-grid figure:nth-child(6) {
  grid-row: span 2;
}

.gallery-grid figure:nth-child(3) {
  grid-column: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.05);
  filter: saturate(1.08);
}

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

.testimonial-card {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(255, 248, 237, 0.16);
  border-radius: var(--radius);
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.testimonial-card p {
  color: rgba(255, 248, 237, 0.84);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.42rem;
  font-style: italic;
  line-height: 1.45;
}

.stars {
  color: #f1c77d;
  letter-spacing: 0.16em;
}

.testimonial-author {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  border-radius: var(--radius);
  padding: clamp(32px, 6vw, 64px);
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(49, 92, 80, 0.88), rgba(75, 13, 52, 0.94)),
    url("../images/gallery/gallery-massage-room.jpg") center/cover;
  box-shadow: var(--shadow);
}

.page-hero {
  position: relative;
  display: grid;
  min-height: 74svh;
  align-items: end;
  padding: 142px 0 82px;
  color: var(--ivory);
  background:
    linear-gradient(90deg, rgba(34, 24, 32, 0.76), rgba(75, 13, 52, 0.42)),
    var(--hero-image) center/cover no-repeat;
}

.page-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(34, 24, 32, 0.48));
  content: "";
}

.page-hero__content {
  position: relative;
  z-index: 2;
  width: min(790px, 100%);
}

.page-hero .lead {
  width: min(650px, 100%);
  margin-top: 18px;
  color: rgba(255, 248, 237, 0.84);
}

.page-hero.hero-center {
  align-items: center;
  text-align: center;
}

.page-hero.hero-center .page-hero__content {
  margin: 0 auto;
}

.page-hero.hero-right .page-hero__content {
  margin-left: auto;
}

.page-hero.hero-legal {
  min-height: 56svh;
  background-position: center;
}

.page-hero.hero-legal .page-hero__content {
  width: min(690px, 100%);
}

.hero,
.page-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 42px;
}

.filter-btn {
  border: 1px solid rgba(75, 13, 52, 0.15);
  border-radius: 999px;
  padding: 10px 15px;
  color: var(--plum);
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.filter-btn.is-active,
.filter-btn:hover {
  color: var(--ivory);
  border-color: var(--plum);
  background: var(--plum);
}

.service-menu {
  display: grid;
  gap: 42px;
}

.menu-category {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  align-items: start;
  border-top: 1px solid rgba(75, 13, 52, 0.14);
  padding-top: 34px;
}

.menu-category__title {
  position: sticky;
  top: 110px;
}

.price-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.signature-escape {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 58px;
  border-radius: var(--radius);
  padding: clamp(28px, 5vw, 52px);
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(75, 13, 52, 0.94), rgba(49, 92, 80, 0.9)),
    url("../images/packages/package-ritual-flow.jpg") center/cover;
}

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

.package-card {
  display: grid;
  gap: 22px;
  align-content: start;
  border: 1px solid rgba(75, 13, 52, 0.12);
  border-radius: var(--radius);
  padding: 28px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--soft-shadow);
}

.package-card.featured {
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(75, 13, 52, 0.96), rgba(122, 22, 70, 0.9)),
    url("../images/packages/package-couple-spa.jpg") center/cover;
  background-blend-mode: multiply;
}

.package-card ul,
.legal-content ul,
.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 22px;
  color: inherit;
}

.package-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

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

.proof-card,
.about-card,
.contact-info-card {
  border: 1px solid rgba(75, 13, 52, 0.1);
  border-radius: var(--radius);
  padding: 26px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--soft-shadow);
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(36px, 7vw, 80px);
  align-items: center;
}

.about-media {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 14px;
  align-items: end;
}

.about-media img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-media img:first-child {
  aspect-ratio: 3 / 4;
}

.about-media img:last-child {
  aspect-ratio: 4 / 5;
  margin-bottom: 44px;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

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

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.form-card {
  border: 1px solid rgba(75, 13, 52, 0.12);
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 40px);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  color: var(--plum);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea,
.newsletter-form input {
  width: 100%;
  border: 1px solid rgba(75, 13, 52, 0.14);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(255, 248, 237, 0.76);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.form-field textarea {
  min-height: 140px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus,
.newsletter-form input:focus {
  border-color: var(--wine);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(200, 137, 159, 0.22);
}

.contact-info-stack {
  display: grid;
  gap: 16px;
}

.contact-info-card strong {
  display: block;
  margin-bottom: 5px;
  color: var(--plum);
}

.map-frame {
  overflow: hidden;
  border: 1px solid rgba(75, 13, 52, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.map-frame iframe {
  display: block;
  width: 100%;
  min-height: 350px;
  border: 0;
}

.legal-wrap {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
}

.legal-content {
  display: grid;
  gap: 28px;
  border: 1px solid rgba(75, 13, 52, 0.1);
  border-radius: var(--radius);
  padding: clamp(26px, 5vw, 54px);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--soft-shadow);
}

.legal-content section {
  display: grid;
  gap: 10px;
}

.legal-content li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
}

.legal-content li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rose);
  content: "";
}

.site-footer {
  position: relative;
  color: rgba(255, 248, 237, 0.82);
  background:
    linear-gradient(135deg, rgba(34, 24, 32, 0.98), rgba(75, 13, 52, 0.96) 58%, rgba(49, 92, 80, 0.94)),
    url("../images/about/about-riad-spa.jpg") center/cover;
  overflow: hidden;
}

.site-footer::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(196, 154, 80, 0.16), transparent 26rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.42));
  content: "";
}

.footer-inner {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(0, 1fr)) minmax(240px, 1.05fr);
  gap: 34px;
}

.footer-brand-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.footer-brand-logo img {
  width: 74px;
  height: 66px;
  object-fit: contain;
}

.footer-brand-logo strong {
  display: block;
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.footer-heading {
  margin: 0 0 16px;
  color: var(--ivory);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-list {
  display: grid;
  gap: 9px;
}

.footer-list a {
  color: rgba(255, 248, 237, 0.74);
  transition: color 160ms ease;
}

.footer-list a:hover {
  color: #f6d59c;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr 46px;
  gap: 8px;
  margin-top: 18px;
}

.newsletter-form button {
  border: 0;
  border-radius: var(--radius);
  color: var(--plum);
  background: #f6d59c;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.social-links a {
  border: 1px solid rgba(255, 248, 237, 0.18);
  border-radius: 999px;
  padding: 7px 11px;
  color: rgba(255, 248, 237, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 248, 237, 0.16);
  font-size: 0.84rem;
}

.whatsapp-float,
.back-to-top {
  position: fixed;
  right: 22px;
  z-index: 900;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(34, 24, 32, 0.22);
}

.whatsapp-float {
  bottom: 22px;
  color: var(--white);
  background: #2bb741;
  animation: pulse 2.2s ease-in-out infinite;
}

.back-to-top {
  right: 88px;
  bottom: 22px;
  border: 0;
  color: var(--plum);
  background: var(--ivory);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(43, 183, 65, 0.38), 0 16px 36px rgba(34, 24, 32, 0.22);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(43, 183, 65, 0), 0 16px 36px rgba(34, 24, 32, 0.22);
  }
}

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

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

.hero h1,
.hero .lead,
.hero__actions {
  opacity: 0;
  transform: translateY(22px);
  animation: riseIn 780ms ease forwards;
}

.hero .lead {
  animation-delay: 140ms;
}

.hero__actions {
  animation-delay: 260ms;
}

@keyframes riseIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .site-header__inner {
    grid-template-columns: 1fr auto;
  }

  .site-nav,
  .header-actions .reserve-btn {
    display: none;
  }

  .menu-toggle {
    display: inline-grid !important;
  }

  .mobile-panel {
    position: fixed;
    top: 82px;
    right: 16px;
    left: 16px;
    display: grid;
    gap: 8px;
    max-height: 0;
    overflow: hidden;
    border: 1px solid rgba(75, 13, 52, 0.12);
    border-radius: var(--radius);
    padding: 0 18px;
    color: var(--ink);
    background: rgba(255, 248, 237, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 280ms ease, opacity 220ms ease, transform 220ms ease, padding 220ms ease;
  }

  .site-header.is-open .mobile-panel {
    max-height: 520px;
    padding: 18px;
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-panel a {
    border-radius: var(--radius);
    padding: 12px 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-panel a.is-active {
    color: var(--ivory);
    background: var(--plum);
  }

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

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

  .price-list,
  .package-grid,
  .proof-grid,
  .product-grid,
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .section {
    padding: 82px 0;
  }

  .section-heading,
  .intro-grid,
  .feature-band,
  .couple-panel,
  .about-story,
  .contact-grid,
  .cta-band,
  .signature-escape {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .cta-band,
  .signature-escape {
    align-items: start;
  }

  .hero__signature {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(360px, 100%);
    margin-top: 44px;
  }

  .editorial-stack,
  .feature-media {
    min-height: 480px;
  }

  .menu-category {
    grid-template-columns: 1fr;
  }

  .menu-category__title {
    position: static;
  }

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

  .gallery-grid figure:nth-child(3) {
    grid-column: auto;
  }

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

@media (max-width: 620px) {
  :root {
    --container: min(100% - 28px, 1160px);
  }

  .site-header__inner {
    min-height: 74px;
  }

  .brand__mark {
    width: 46px;
    height: 42px;
  }

  .brand__name {
    font-size: 1.25rem;
  }

  .brand__tag {
    display: none;
  }

  .header-actions {
    position: absolute;
    top: 15px;
    right: 14px;
    z-index: 2;
    display: flex !important;
    visibility: visible;
  }

  .menu-toggle.icon-btn {
    display: inline-grid !important;
    position: fixed;
    top: 15px;
    right: 14px;
    z-index: 2001;
    width: 44px;
    height: 44px;
    color: var(--plum);
    background: rgba(255, 248, 237, 0.86);
    border-color: rgba(75, 13, 52, 0.18);
  }

  .site-shell .hero h1 {
    font-size: clamp(2.75rem, 12vw, 3.35rem);
    line-height: 1.02;
  }

  .site-shell .page-hero h1 {
    font-size: clamp(2.9rem, 12vw, 3.6rem);
  }

  .mobile-panel {
    top: 74px;
  }

  .hero__inner {
    min-height: 92svh;
    padding-top: 106px;
  }

  .hero__actions,
  .cta-band .hero__actions {
    width: 100%;
  }

  .hero__actions .btn,
  .cta-band .btn,
  .booking-form .btn {
    width: 100%;
  }

  .cards-grid,
  .price-list,
  .package-grid,
  .proof-grid,
  .product-grid,
  .testimonials-grid,
  .about-grid,
  .booking-form,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .editorial-stack,
  .feature-media {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .editorial-image,
  .editorial-image.main,
  .editorial-image.sub,
  .feature-media img,
  .feature-media img:first-child,
  .feature-media img:last-child {
    position: static;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border: 0;
  }

  .stamp {
    right: 16px;
    bottom: 16px;
    width: 112px;
    height: 112px;
  }

  .couple-media,
  .couple-media img {
    min-height: 340px;
  }

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

  .gallery-grid figure,
  .gallery-grid figure:nth-child(2),
  .gallery-grid figure:nth-child(6) {
    grid-row: auto;
    min-height: 280px;
  }

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

  .about-media img:last-child {
    margin-bottom: 0;
  }

  .page-hero {
    min-height: 62svh;
    padding-top: 120px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
  }

  .back-to-top {
    display: none;
  }
}

/* Refined services and footer pass */
.service-hero,
.package-hero {
  overflow: hidden;
}

.services-intro {
  padding: 88px 0;
}

.services-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.intro-note {
  position: relative;
  display: grid;
  gap: 18px;
  border: 1px solid rgba(196, 154, 80, 0.32);
  border-radius: var(--radius-lg);
  padding: 30px;
  color: var(--plum);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(240, 213, 220, 0.35)),
    linear-gradient(90deg, rgba(196, 154, 80, 0.12), transparent);
  box-shadow: var(--soft-shadow);
}

.intro-note::after {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 110px;
  height: 54px;
  border: 1px solid rgba(122, 22, 70, 0.16);
  border-radius: 100% 0 100% 0;
  content: "";
}

.intro-note img {
  width: 76px;
  height: 68px;
  object-fit: contain;
}

.ritual-section {
  background:
    radial-gradient(circle at 7% 12%, rgba(200, 137, 159, 0.16), transparent 22rem),
    linear-gradient(180deg, #fff9f0 0%, #f7ebdc 100%);
}

.ritual-card-grid,
.lux-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.ritual-card,
.lux-package-card {
  position: relative;
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(75, 13, 52, 0.11);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 48px rgba(59, 25, 46, 0.1);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ritual-card::after,
.lux-package-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(196, 154, 80, 0);
  content: "";
  transition: box-shadow 260ms ease;
}

.ritual-card:hover,
.lux-package-card:hover {
  transform: translateY(-8px);
  border-color: rgba(196, 154, 80, 0.55);
  box-shadow: 0 30px 78px rgba(75, 13, 52, 0.19);
}

.ritual-card:hover::after,
.lux-package-card:hover::after {
  box-shadow: inset 0 0 0 1px rgba(196, 154, 80, 0.55);
}

.ritual-card__media,
.lux-package-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--cream);
}

.ritual-card__media img,
.lux-package-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 760ms ease, filter 760ms ease;
}

.ritual-card:hover img,
.lux-package-card:hover img {
  transform: scale(1.07);
  filter: saturate(1.08);
}

.ritual-card__body,
.lux-package-card__body {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 24px;
}

.ritual-card h3,
.lux-package-card h3 {
  color: var(--plum);
  font-size: clamp(1.55rem, 2.3vw, 2.05rem);
}

.ritual-card p,
.lux-package-card p {
  color: var(--muted);
}

.ritual-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(196, 154, 80, 0.38);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--wine);
  background: rgba(255, 248, 237, 0.86);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.lux-package-card__media .ritual-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  color: var(--plum);
  backdrop-filter: blur(12px);
}

.ritual-card__meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  color: var(--plum);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ritual-card__meta i {
  height: 1px;
  background: linear-gradient(90deg, rgba(196, 154, 80, 0.75), transparent);
}

.ritual-card .btn,
.lux-package-card .btn {
  align-self: end;
  width: fit-content;
  min-height: 44px;
  padding: 12px 18px;
}

.ritual-card--feature {
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(75, 13, 52, 0.95), rgba(122, 22, 70, 0.86)),
    url("../images/services/service-hammam.jpg") center/cover;
  background-blend-mode: multiply;
}

.ritual-card--feature .ritual-card__media {
  opacity: 0.86;
}

.ritual-card--feature h3,
.ritual-card--feature p,
.ritual-card--feature .ritual-card__meta,
.ritual-card--feature .ritual-badge {
  color: var(--ivory);
}

.ritual-card--feature .ritual-badge {
  background: rgba(255, 255, 255, 0.1);
}

.lux-package-card {
  grid-template-rows: auto 1fr;
}

.lux-package-card__body ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lux-package-card__body li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
}

.lux-package-card__body li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.site-footer {
  color: rgba(255, 248, 237, 0.8);
  background:
    radial-gradient(circle at 12% 8%, rgba(196, 154, 80, 0.16), transparent 22rem),
    radial-gradient(circle at 90% 18%, rgba(200, 137, 159, 0.14), transparent 24rem),
    linear-gradient(135deg, #21131f 0%, #4b0d34 48%, #741646 100%);
}

.site-footer::before {
  background:
    linear-gradient(90deg, rgba(255, 248, 237, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 248, 237, 0.025) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
}

.footer-petal {
  position: absolute;
  right: -90px;
  top: 40px;
  width: 310px;
  height: 160px;
  border: 1px solid rgba(240, 213, 220, 0.14);
  border-radius: 100% 0 100% 0;
  transform: rotate(-18deg);
}

.footer-inner {
  width: min(1240px, calc(100% - 40px));
  padding: 70px 0 28px;
}

.footer-topline {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 46px;
}

.footer-topline span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 154, 80, 0.72), transparent);
}

.footer-topline img {
  width: 54px;
  height: 48px;
  object-fit: contain;
  opacity: 0.88;
}

.footer-grid {
  grid-template-columns: minmax(280px, 1.35fr) minmax(130px, 0.7fr) minmax(160px, 0.85fr) minmax(210px, 1fr) minmax(250px, 1.05fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: start;
}

.footer-brand-col {
  max-width: 360px;
}

.footer-brand-logo {
  align-items: center;
  margin-bottom: 18px;
}

.footer-brand-logo img {
  width: 58px;
  height: 52px;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.18));
}

.footer-brand-logo strong {
  font-size: 2.15rem;
}

.footer-brand-logo em {
  display: block;
  margin-top: 4px;
  color: rgba(255, 248, 237, 0.72);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-col {
  min-width: 0;
}

.footer-contact {
  font-style: normal;
}

.footer-heading {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 13px;
  color: #f6d59c;
}

.site-shell .footer-heading {
  margin: 0 0 20px;
  padding-bottom: 13px;
  color: #f6d59c;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.footer-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 1px;
  background: rgba(196, 154, 80, 0.72);
  content: "";
}

.footer-list {
  gap: 11px;
}

.footer-list li {
  min-width: 0;
}

.footer-list a,
.footer-legal-links a {
  color: rgba(255, 248, 237, 0.76);
  transition: color 180ms ease, transform 180ms ease;
}

.footer-list a:hover,
.footer-legal-links a:hover {
  color: #f6d59c;
}

.newsletter-card {
  border: 1px solid rgba(196, 154, 80, 0.22);
  border-radius: var(--radius-lg);
  padding: 24px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.newsletter-form {
  grid-template-columns: minmax(0, 1fr) 46px;
}

.newsletter-form input {
  min-width: 0;
  color: var(--ivory);
  background: rgba(255, 248, 237, 0.08);
  border-color: rgba(255, 248, 237, 0.18);
}

.newsletter-form input::placeholder {
  color: rgba(255, 248, 237, 0.56);
}

.newsletter-form button {
  display: grid;
  place-items: center;
  color: var(--plum);
  background: linear-gradient(135deg, #f6d59c, #c49a50);
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
}

.social-links svg {
  width: 16px;
  height: 16px;
}

.footer-bottom {
  align-items: center;
  border-top-color: rgba(196, 154, 80, 0.24);
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 1100px) {
  .ritual-card-grid,
  .lux-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .footer-newsletter {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .services-intro-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-brand-col,
  .footer-newsletter {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .services-intro {
    padding: 66px 0;
  }

  .filters {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
  }

  .filter-btn {
    white-space: nowrap;
  }

  .ritual-card-grid,
  .lux-package-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .ritual-card__body,
  .lux-package-card__body,
  .newsletter-card {
    padding: 22px;
  }

  .ritual-card .btn,
  .lux-package-card .btn {
    width: 100%;
  }

  .footer-inner {
    width: min(100% - 28px, 1240px);
    padding-top: 54px;
  }

  .footer-topline {
    margin-bottom: 34px;
  }

  .footer-brand-logo img {
    width: 52px;
    height: 48px;
  }

  .footer-brand-logo strong {
    font-size: 1.75rem;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-legal-links {
    flex-direction: column;
    gap: 8px;
  }
}

/* Services reference redesign */
.services-page {
  background:
    radial-gradient(circle at 92% 9%, rgba(200, 137, 159, 0.17), transparent 24rem),
    radial-gradient(circle at 8% 58%, rgba(196, 154, 80, 0.1), transparent 25rem),
    #fbf3e8;
}

.services-hero-editorial {
  position: relative;
  overflow: hidden;
  padding: clamp(138px, 13vw, 188px) 0 clamp(78px, 9vw, 122px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(251, 243, 232, 0.94)),
    #fbf3e8;
}

.services-hero-editorial::before {
  position: absolute;
  top: 34%;
  right: -170px;
  width: 430px;
  height: 210px;
  border: 1px solid rgba(122, 22, 70, 0.12);
  border-radius: 100% 0 100% 0;
  transform: rotate(-18deg);
  content: "";
}

.services-hero-editorial::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 154, 80, 0.48), transparent);
  content: "";
}

.services-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: clamp(44px, 8vw, 96px);
  align-items: end;
}

.services-hero__copy {
  display: grid;
  gap: 24px;
}

.site-shell .services-hero__copy h1 {
  max-width: 880px;
  color: var(--plum);
  font-size: clamp(4.5rem, 8.4vw, 8.4rem);
  line-height: 0.94;
}

.site-shell .services-hero__copy h1 span {
  display: block;
}

.services-hero__copy .lead {
  max-width: 590px;
  color: #5c4554;
  font-size: clamp(1.04rem, 1.65vw, 1.24rem);
}

.services-gold-line {
  display: block;
  width: min(410px, 60%);
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(196, 154, 80, 0.1));
}

.services-hero-editorial .btn-primary,
.service-card-body .btn-primary,
.service-cta .btn-primary {
  color: var(--ivory);
  background: linear-gradient(135deg, #4b0d34, #8c1d52);
}

.services-hero__aside {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(75, 13, 52, 0.12);
  border-radius: 28px 28px 8px 28px;
  background: #eee1d0;
  box-shadow: 0 34px 90px rgba(59, 25, 46, 0.16);
}

.services-hero__aside > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(0.98) contrast(0.97);
}

.hero-lotus {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(246, 213, 156, 0.44);
  border-radius: 50%;
  background: rgba(75, 13, 52, 0.72);
  backdrop-filter: blur(12px);
}

.hero-lotus img {
  width: 48px;
  height: 42px;
  object-fit: contain;
}

.hero-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 248, 237, 0.22);
  border-radius: 18px;
  padding: 18px;
  color: rgba(255, 248, 237, 0.82);
  background: rgba(34, 24, 32, 0.62);
  backdrop-filter: blur(16px);
}

.hero-note strong {
  color: #f6d59c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.05rem;
  line-height: 1;
}

.services-intro-editorial {
  padding-top: clamp(80px, 9vw, 126px);
  padding-bottom: clamp(70px, 8vw, 112px);
  background: rgba(255, 250, 242, 0.72);
}

.services-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.72fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
}

.services-intro-layout .intro-copy {
  max-width: 740px;
}

.site-shell .services-intro-layout h2,
.site-shell .services-menu-heading h2,
.site-shell .signature-ritual__card h2,
.site-shell .service-cta h2 {
  color: var(--plum);
  font-size: clamp(2.9rem, 5.7vw, 5.8rem);
  line-height: 0.98;
}

.intro-image {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px 80px 8px 8px;
  background: var(--cream);
  box-shadow: 0 28px 72px rgba(59, 25, 46, 0.13);
}

.intro-image::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 125px;
  height: 62px;
  border: 1px solid rgba(246, 213, 156, 0.42);
  border-radius: 100% 0 100% 0;
  transform: rotate(-8deg);
  content: "";
}

.intro-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.services-filter-panel {
  padding-top: clamp(78px, 8vw, 116px);
  background:
    linear-gradient(180deg, rgba(251, 243, 232, 0.96), rgba(255, 250, 242, 0.96)),
    #fbf3e8;
}

.services-menu-heading {
  display: grid;
  gap: 12px;
  justify-items: center;
  max-width: 740px;
  margin: 0 auto 34px;
  text-align: center;
}

.services-filter-panel .filters {
  justify-content: center;
  gap: 12px;
  margin-bottom: clamp(42px, 5vw, 64px);
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(75, 13, 52, 0.11);
}

.services-filter-panel .filter-btn {
  min-width: 120px;
  border-color: rgba(122, 22, 70, 0.2);
  padding: 12px 18px;
  color: var(--plum);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.services-filter-panel .filter-btn.is-active,
.services-filter-panel .filter-btn:hover {
  color: #f6d59c;
  border-color: var(--plum);
  background: linear-gradient(135deg, var(--plum), var(--burgundy));
  box-shadow: 0 14px 30px rgba(122, 22, 70, 0.18);
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.service-menu-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(75, 13, 52, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 54px rgba(59, 25, 46, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.service-menu-card:hover {
  transform: translateY(-8px);
  border-color: rgba(196, 154, 80, 0.48);
  box-shadow: 0 30px 78px rgba(75, 13, 52, 0.18);
}

.service-card-media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--cream);
}

.service-card-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(34, 24, 32, 0.08));
  content: "";
}

.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 760ms ease, filter 760ms ease;
}

.service-menu-card:hover .service-card-media img {
  transform: scale(1.07);
  filter: saturate(1.08);
}

.service-card-body {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  gap: 15px;
  align-content: start;
  padding: clamp(22px, 3vw, 30px);
}

.service-card-body .btn {
  align-self: end;
  width: fit-content;
  min-height: 44px;
  margin-top: 4px;
  padding: 12px 18px;
}

.service-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border: 1px solid rgba(196, 154, 80, 0.42);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--wine);
  background: rgba(255, 248, 237, 0.88);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.site-shell .service-menu-card h3 {
  color: var(--plum);
  font-size: clamp(1.75rem, 2.4vw, 2.35rem);
  line-height: 1.02;
}

.service-menu-card p {
  color: #6d5e66;
  line-height: 1.65;
}

.service-price {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  color: var(--plum);
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-price::after {
  height: 1px;
  background: linear-gradient(90deg, rgba(196, 154, 80, 0.75), transparent);
  content: "";
}

.service-menu-card--signature {
  background:
    linear-gradient(135deg, rgba(75, 13, 52, 0.96), rgba(122, 22, 70, 0.9)),
    #4b0d34;
}

.service-menu-card--signature .service-card-media {
  opacity: 0.88;
}

.service-menu-card--signature h3,
.service-menu-card--signature p,
.service-menu-card--signature .service-price {
  color: var(--ivory);
}

.service-menu-card--signature .service-badge {
  color: #f6d59c;
  background: rgba(255, 255, 255, 0.09);
}

.signature-ritual {
  overflow: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 78% 10%, rgba(246, 213, 156, 0.16), transparent 23rem),
    linear-gradient(135deg, #24141f 0%, #4b0d34 52%, #7a1646 100%);
}

.signature-ritual__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.signature-ritual__media {
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 213, 156, 0.25);
  border-radius: 8px 8px 92px 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.2);
}

.signature-ritual__media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.signature-ritual__card {
  display: grid;
  gap: 22px;
  border: 1px solid rgba(246, 213, 156, 0.24);
  border-radius: 8px;
  padding: clamp(30px, 5vw, 58px);
  background: rgba(255, 248, 237, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-shell .signature-ritual__card h2 {
  color: var(--ivory);
}

.signature-ritual__card p {
  color: rgba(255, 248, 237, 0.82);
}

.signature-subtitle {
  color: #f6d59c !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  line-height: 1.15;
}

.signature-ritual__card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.signature-ritual__card li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 248, 237, 0.8);
}

.signature-ritual__card li::before {
  position: absolute;
  top: 0.73em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f6d59c;
  content: "";
}

.signature-price {
  width: fit-content;
  border-top: 1px solid rgba(246, 213, 156, 0.52);
  border-bottom: 1px solid rgba(246, 213, 156, 0.52);
  padding: 12px 0;
  color: #f6d59c;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.signature-ritual__card .btn {
  width: fit-content;
}

.service-cta {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.95), rgba(251, 243, 232, 0.98)),
    #fbf3e8;
}

.service-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  border: 1px solid rgba(75, 13, 52, 0.12);
  border-radius: 8px;
  padding: clamp(32px, 5vw, 62px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(240, 213, 220, 0.28)),
    rgba(255, 255, 255, 0.62);
  box-shadow: 0 24px 70px rgba(59, 25, 46, 0.11);
}

.service-cta__inner p:not(.label) {
  max-width: 680px;
  color: var(--muted);
}

.service-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  .services-hero__inner,
  .services-intro-layout,
  .signature-ritual__inner {
    grid-template-columns: 1fr;
  }

  .services-hero__aside,
  .intro-image,
  .signature-ritual__media {
    min-height: 430px;
  }

  .services-hero__aside > img,
  .intro-image img,
  .signature-ritual__media img {
    min-height: 430px;
  }

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

@media (max-width: 760px) {
  .services-hero-editorial {
    padding-top: 118px;
  }

  .site-shell .services-hero__copy h1 {
    font-size: clamp(3rem, 12.4vw, 4.2rem);
    max-width: 100%;
    overflow-wrap: normal;
  }

  .services-hero__aside,
  .intro-image,
  .signature-ritual__media {
    min-height: 330px;
    border-radius: 8px 42px 8px 8px;
  }

  .services-hero__aside > img,
  .intro-image img,
  .signature-ritual__media img {
    min-height: 330px;
  }

  .services-filter-panel .filters {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 14px;
  }

  .services-filter-panel .filter-btn {
    min-width: max-content;
    white-space: nowrap;
  }

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

  .service-card-body,
  .signature-ritual__card {
    padding: 24px;
  }

  .service-card-body .btn,
  .signature-ritual__card .btn,
  .service-cta__actions,
  .service-cta__actions .btn {
    width: 100%;
  }

  .service-cta__actions {
    justify-content: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
