:root {
  --ink: #182322;
  --graphite: #1b2d2b;
  --graphite-deep: #14201f;
  --stone: #e8ded0;
  --stone-soft: #fff8ee;
  --milk: #fff8ed;
  --wood: #c8874e;
  --wood-light: #dfaa75;
  --water: #68c5d7;
  --water-soft: #d7f2f3;
  --muted: #6d7874;
  --line: rgba(28, 45, 43, 0.16);
  --line-light: rgba(255, 255, 255, 0.34);
  --shadow: 0 22px 64px rgba(23, 36, 34, 0.16);
  --shadow-dark: 0 28px 82px rgba(10, 17, 16, 0.35);
  --radius: 8px;
  --pill-radius: 999px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--stone);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 40;
  display: grid;
  gap: 8px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 248, 238, 0.2)),
    rgba(255, 248, 238, 0.58);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.62),
    inset 0 -1px rgba(255, 255, 255, 0.18),
    0 18px 52px rgba(9, 19, 18, 0.18);
  backdrop-filter: blur(24px) saturate(1.32);
  overflow: hidden;
  transition: transform 260ms ease, opacity 260ms ease, background 260ms ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.58), transparent 34%),
    linear-gradient(105deg, transparent 18%, rgba(255, 255, 255, 0.32) 45%, transparent 68%);
  opacity: 0.72;
  pointer-events: none;
}

.site-header > * {
  position: relative;
  z-index: 1;
}

.site-header.is-hidden {
  opacity: 0;
  transform: translateY(calc(-100% - 18px));
  pointer-events: none;
}

.header-row,
.brand,
.nav,
.hero-slider-controls,
.slider-dots,
.action-dock,
.contact-actions {
  display: flex;
  align-items: center;
}

.header-row {
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.brand,
.header-call,
.nav a,
.button,
.hall-footer a,
.footer a,
.action-dock a {
  text-decoration: none;
}

.brand {
  gap: 8px;
  min-width: 0;
  color: var(--ink);
  font-weight: 860;
}

.brand-symbol {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  background: #202329;
  box-shadow: 0 8px 20px rgba(42, 39, 35, 0.24);
}

.brand-symbol img {
  width: 152%;
  max-width: none;
}

.brand-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-call {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--milk);
  font-size: 13px;
  font-weight: 820;
}

.nav {
  min-width: 0;
  width: 100%;
  gap: 7px;
  overflow-x: auto;
  padding-bottom: 1px;
  scrollbar-width: none;
}

.nav::-webkit-scrollbar {
  display: none;
}

.nav a {
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--pill-radius);
  background: var(--ink);
  color: var(--milk);
  font-size: 12px;
  font-weight: 760;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
  transition: transform 220ms ease, background 220ms ease;
}

.hero {
  position: relative;
  z-index: 13;
  min-height: 100svh;
  overflow: hidden;
  padding: 116px 12px 92px;
  background:
    linear-gradient(165deg, rgba(104, 197, 215, 0.22), transparent 42%),
    linear-gradient(180deg, #1d2b2a, #111817);
  color: var(--milk);
}

.hero-slider {
  position: relative;
  width: min(100%, 460px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: var(--graphite-deep);
  box-shadow: var(--shadow-dark);
}

.hero-slider::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 14%;
  right: -6%;
  width: 34%;
  height: 62%;
  background:
    linear-gradient(90deg, transparent 12%, rgba(223, 245, 245, 0.16) 38%, transparent 54%),
    linear-gradient(90deg, transparent 42%, rgba(104, 197, 215, 0.14) 65%, transparent 86%);
  filter: blur(12px);
  opacity: 0.74;
  pointer-events: none;
  animation: steam-rise 9s ease-in-out infinite alternate;
}

.hero-slides {
  position: relative;
  aspect-ratio: 4 / 3;
}

.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.045);
  transition: opacity 900ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide.is-active img {
  animation: hero-cinematic-zoom 6.4s ease-out both;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider-controls {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  justify-content: space-between;
  gap: 12px;
}

.slider-dots {
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(17, 24, 23, 0.48);
  backdrop-filter: blur(12px);
}

.slider-dot {
  display: block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  appearance: none;
  background: rgba(255, 255, 255, 0.52);
  cursor: pointer;
  transition: width 280ms ease, background 220ms ease;
}

.slider-dot.is-active {
  width: 22px;
  border-radius: var(--pill-radius);
  background: var(--water);
}

.slider-next {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(17, 24, 23, 0.56);
  color: var(--milk);
  cursor: pointer;
  font-size: 20px;
  backdrop-filter: blur(12px);
}

.hero-content {
  width: min(100%, 460px);
  margin: 20px auto 0;
}

.eyebrow,
.section-kicker,
.hall-label {
  margin: 0 0 10px;
  color: var(--water);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 8px;
  color: var(--milk);
  font-size: clamp(38px, 11vw, 76px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(31px, 8vw, 54px);
  line-height: 1.03;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.14;
  letter-spacing: 0;
}

.hero-lead {
  margin-bottom: 16px;
  color: rgba(255, 248, 237, 0.88);
  font-size: 18px;
  font-weight: 760;
  line-height: 1.22;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-facts span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--milk);
  font-size: 13px;
  font-weight: 760;
  backdrop-filter: blur(12px);
}

.hero-facts .hero-price {
  border-color: rgba(223, 170, 117, 0.56);
  background: rgba(200, 135, 78, 0.24);
  color: #fff2df;
}

.section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 56px 14px;
}

.section-inner {
  position: relative;
  z-index: 2;
  width: min(1160px, 100%);
  margin: 0 auto;
}

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

.section-heading-compact p:last-child {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.section-halls {
  background:
    linear-gradient(112deg, rgba(104, 197, 215, 0.24), transparent 30%),
    linear-gradient(180deg, #e8ded0, #fff8ed);
}

.section-details {
  background:
    linear-gradient(90deg, rgba(104, 197, 215, 0.19), transparent 28%, rgba(255, 255, 255, 0.5) 68%, transparent),
    linear-gradient(180deg, #d5e8e8, #edf3ef);
}

.section-reviews {
  background:
    linear-gradient(145deg, rgba(200, 135, 78, 0.16), transparent 38%),
    linear-gradient(180deg, #f4e8d8, #e8ded0);
}

.section-gallery,
.section-formats {
  background:
    linear-gradient(155deg, rgba(104, 197, 215, 0.3), transparent 42%),
    linear-gradient(180deg, #1b302e, #111b1a);
}

.section-gallery h2,
.section-gallery .section-kicker,
.section-formats h2,
.section-formats h3,
.section-formats .section-kicker {
  color: var(--milk);
}

.section-drops {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.section-drops i {
  position: absolute;
  top: -72px;
  left: 8%;
  width: 2px;
  height: 34px;
  border-radius: var(--pill-radius);
  background: linear-gradient(180deg, transparent, rgba(104, 197, 215, 0.7));
  box-shadow: 0 10px 18px rgba(104, 197, 215, 0.2);
  opacity: 0;
  animation: section-drop-fall 8.6s linear infinite;
}

.section-drops i:nth-child(2) {
  left: 24%;
  height: 28px;
  animation-delay: -5.4s;
  animation-duration: 10.8s;
}

.section-drops i:nth-child(3) {
  left: 53%;
  height: 42px;
  animation-delay: -2.8s;
  animation-duration: 12.2s;
}

.section-drops i:nth-child(4) {
  left: 76%;
  height: 24px;
  animation-delay: -7.2s;
  animation-duration: 9.6s;
}

.section-drops i:nth-child(5) {
  left: 92%;
  height: 36px;
  animation-delay: -4.1s;
  animation-duration: 11.4s;
}

.benefit-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 12px;
  margin: 0 0 16px;
  list-style: none;
  scrollbar-width: none;
}

.benefit-strip::-webkit-scrollbar {
  display: none;
}

.benefit-strip li {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid rgba(24, 35, 34, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--ink);
  font-size: 13px;
  font-weight: 760;
}

.hall-grid,
.format-grid,
.details-list {
  display: grid;
  gap: 16px;
}

.hall-card,
.format-item,
.details-list div,
.contact-panel {
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.76);
  box-shadow: var(--shadow);
}

.hall-card {
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.hall-card-accent {
  background: linear-gradient(180deg, rgba(216, 243, 244, 0.9), rgba(255, 250, 241, 0.82));
}

.hall-media {
  position: relative;
  overflow: hidden;
}

.hall-media-slides {
  position: relative;
  aspect-ratio: 4 / 3;
}

.hall-media-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  object-fit: cover;
  transform: scale(1.045);
  transition: opacity 420ms ease, transform 560ms ease;
}

.hall-media-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.hall-media span,
.gallery-item figcaption {
  position: absolute;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  background: rgba(17, 24, 23, 0.62);
  color: var(--milk);
  font-size: 13px;
  font-weight: 760;
  backdrop-filter: blur(12px);
}

.hall-media span {
  right: 12px;
  top: 12px;
}

.hall-media-controls,
.hall-media-dots {
  display: flex;
  align-items: center;
}

.hall-media-controls {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 3;
  justify-content: center;
  gap: 9px;
  pointer-events: none;
}

.hall-media-dots {
  gap: 6px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--pill-radius);
  background: rgba(17, 24, 23, 0.52);
  backdrop-filter: blur(12px);
  pointer-events: auto;
}

.hall-media-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.52);
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease;
}

.hall-media-dot.is-active {
  width: 18px;
  border-radius: var(--pill-radius);
  background: var(--water);
}

.hall-media-arrow {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(17, 24, 23, 0.58);
  color: var(--milk);
  cursor: pointer;
  opacity: 0;
  pointer-events: auto;
  transform: translateY(4px);
  transition: opacity 220ms ease, transform 220ms ease, background 220ms ease;
}

.hall-media:hover .hall-media-arrow,
.hall-media:focus-within .hall-media-arrow {
  opacity: 1;
  transform: translateY(0);
}

.hall-content {
  padding: 20px;
}

.hall-content p,
.format-item p,
.contact-copy p {
  color: var(--muted);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  margin: 20px 0;
  list-style: none;
}

.feature-list li {
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.5);
  color: var(--ink);
  font-size: 13px;
  font-weight: 720;
}

.hall-footer {
  display: grid;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.hall-footer span {
  color: var(--muted);
  font-size: 14px;
}

.hall-footer .hall-price {
  position: relative;
  overflow: hidden;
  color: #7f4c28;
  font-size: 19px;
  font-weight: 880;
}

.hall-footer .hall-price::after {
  content: "";
  position: absolute;
  inset: -4px -22px;
  background: linear-gradient(110deg, transparent 32%, rgba(255, 244, 212, 0.82) 50%, transparent 68%);
  opacity: 0;
  transform: translateX(-130%);
}

.hall-footer .hall-price.is-shimmering::after {
  animation: price-shimmer 1.1s ease-out;
}

.hall-footer a,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: var(--radius);
  gap: 8px;
  font-weight: 820;
  text-align: center;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.hall-footer a {
  background: var(--ink);
  color: var(--milk);
}

.gallery-grid {
  display: grid;
  gap: 12px;
}

.spa-story {
  --story-shift: 0px;
  position: relative;
  min-height: min(760px, 86svh);
  isolation: isolate;
  overflow: hidden;
  background: #14201f;
  color: var(--milk);
}

.spa-story-image,
.spa-story-overlay {
  position: absolute;
  inset: -44px 0;
}

.spa-story-image {
  width: 100%;
  height: calc(100% + 88px);
  object-fit: cover;
  transform: translate3d(0, var(--story-shift), 0) scale(1.045);
  will-change: transform;
}

.spa-story-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(11, 20, 19, 0.9), rgba(11, 20, 19, 0.3) 62%, rgba(11, 20, 19, 0.54)),
    linear-gradient(180deg, rgba(11, 20, 19, 0.46), transparent 44%, rgba(11, 20, 19, 0.82));
  pointer-events: none;
}

.spa-story-content {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: min(760px, 86svh);
  align-content: center;
  width: min(1160px, 100%);
  padding: 76px 14px;
  margin: 0 auto;
}

.spa-story h2 {
  max-width: 760px;
  color: var(--milk);
  font-size: clamp(42px, 9vw, 84px);
}

.spa-story-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.spa-story-facts span {
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--pill-radius);
  background: rgba(17, 24, 23, 0.48);
  color: var(--milk);
  font-size: 14px;
  font-weight: 820;
  backdrop-filter: blur(14px);
}

.gallery-item {
  position: relative;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-dark);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 620ms ease;
}

.gallery-item figcaption {
  left: 12px;
  bottom: 12px;
}

.format-item {
  min-height: 160px;
  padding: 20px;
}

.section-formats .format-item {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 248, 238, 0.08);
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(14px);
}

.section-formats .format-item p {
  color: rgba(255, 248, 237, 0.72);
}

.details-grid,
.contact-layout {
  display: grid;
  gap: 22px;
}

.reviews-layout {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.reviews-heading {
  min-width: 0;
  margin-bottom: 0;
}

.reviews-heading p:not(.section-kicker) {
  margin: 14px 0 18px;
  color: var(--muted);
}

.reviews-source {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(24, 35, 34, 0.15);
  border-radius: var(--pill-radius);
  background: rgba(255, 255, 255, 0.5);
  color: var(--ink);
  font-size: 14px;
  font-weight: 820;
  text-decoration: none;
  transition: transform 220ms ease, background 220ms ease;
}

.yandex-word {
  margin-left: 4px;
  white-space: nowrap;
}

.yandex-word b {
  color: #e33131;
}

.reviews-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 300px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.76);
  box-shadow: var(--shadow);
}

.reviews-track {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 214px;
}

.review-card {
  position: absolute;
  inset: 0;
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-content: start;
  gap: 18px;
  padding: 4px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(16px);
  transition: opacity 360ms ease, transform 420ms ease;
}

.review-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.review-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 6px 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.review-meta strong {
  color: var(--ink);
  font-size: 18px;
}

.review-meta time {
  color: var(--muted);
  font-size: 14px;
}

.review-stars {
  color: #d88d39;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.review-card p {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.5;
}

.review-card-final {
  align-content: center;
  justify-items: start;
  gap: 12px;
}

.review-card-final h3 {
  max-width: 480px;
  margin: 0;
  font-size: 30px;
}

.reviews-controls,
.review-dots {
  display: flex;
  align-items: center;
}

.reviews-controls {
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.review-dots {
  gap: 7px;
}

.review-dot {
  display: block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  appearance: none;
  background: rgba(24, 35, 34, 0.34);
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease;
}

.review-dot.is-active {
  width: 22px;
  border-radius: var(--pill-radius);
  background: var(--wood);
}

.review-arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(24, 35, 34, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.54);
  color: var(--ink);
  cursor: pointer;
  font-size: 18px;
  transition: transform 220ms ease, background 220ms ease;
}

.details-list div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
}

.details-list span {
  color: #956039;
  font-weight: 880;
}

.details-list p {
  margin: 0;
  color: var(--ink);
}

.contact-actions {
  flex-wrap: wrap;
  gap: 10px;
}

.button-primary {
  background: linear-gradient(135deg, var(--wood-light), var(--wood));
  color: #27160c;
  box-shadow: 0 14px 30px rgba(99, 59, 31, 0.2);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
  color: var(--ink);
}

.contact-panel {
  padding: 18px;
}

.contact-logo {
  width: min(100%, 330px);
  margin: 0 auto 18px;
  border-radius: var(--radius);
}

.contact-panel dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.contact-panel div {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.contact-panel div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-panel dt {
  color: var(--muted);
  font-size: 13px;
}

.contact-panel dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 820;
}

.contact-panel dd a {
  text-decoration: none;
}

.section-location {
  background:
    linear-gradient(155deg, rgba(104, 197, 215, 0.2), transparent 42%),
    linear-gradient(180deg, #1f302f, #14201f);
  color: var(--milk);
}

.section-contact {
  background:
    linear-gradient(112deg, rgba(200, 135, 78, 0.17), transparent 38%),
    linear-gradient(180deg, #f1e2d0, #fff8ed);
}

.section-location h2,
.section-location .section-kicker {
  color: var(--milk);
}

.location-layout {
  display: grid;
  gap: 24px;
}

.location-copy {
  max-width: 680px;
  margin-bottom: 0;
}

.location-copy p:not(.section-kicker) {
  margin: 14px 0 20px;
  color: rgba(255, 248, 237, 0.74);
}

.location-route {
  width: fit-content;
  border-radius: var(--pill-radius);
}

.map-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: #dce6e4;
  box-shadow: var(--shadow-dark);
}

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

.action-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 88px;
  grid-template-rows: 78px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 0 18px;
  padding: 16px 22px 22px;
  visibility: hidden;
  background: rgba(7, 13, 12, 0.94);
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease, visibility 0s linear 280ms;
}

.photo-lightbox.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 280ms ease;
}

.photo-lightbox-topbar {
  grid-column: 1 / -1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-lightbox-count {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: var(--pill-radius);
  background: rgba(17, 24, 23, 0.66);
  color: var(--milk);
  font-size: 14px;
  font-weight: 820;
  backdrop-filter: blur(14px);
}

.photo-lightbox-stage {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  justify-self: stretch;
  margin: 0;
  place-items: center;
}

.photo-lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 164px);
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.46);
  transition: opacity 140ms ease;
  will-change: opacity, transform;
}

.photo-lightbox-image.is-transitioning {
  opacity: 0;
}

.photo-lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 81;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(17, 24, 23, 0.58);
  color: var(--milk);
  cursor: pointer;
  font-size: 31px;
  line-height: 1;
  backdrop-filter: blur(14px);
}

.photo-lightbox-arrow {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  background: rgba(17, 24, 23, 0.62);
  color: var(--milk);
  cursor: pointer;
  font-size: 30px;
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, background 220ms ease;
}

.photo-lightbox-prev {
  grid-column: 1;
  grid-row: 2;
}

.photo-lightbox-next {
  grid-column: 3;
  grid-row: 2;
}

.photo-lightbox-caption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  color: var(--milk);
  font-size: 15px;
  text-align: center;
}

.hero-slide img,
.hall-media-slide,
.gallery-item img,
.spa-story-image {
  cursor: zoom-in;
}

body.is-lightbox-open {
  overflow: hidden;
}

.action-dock {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 30;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 28px;
  background: rgba(255, 248, 238, 0.62);
  box-shadow: 0 20px 54px rgba(34, 44, 42, 0.22);
  backdrop-filter: blur(22px) saturate(1.16);
  transition: transform 260ms ease, opacity 260ms ease;
}

.action-dock.is-hidden {
  opacity: 0;
  transform: translateY(calc(100% + 22px));
  pointer-events: none;
}

.action-dock a {
  display: inline-flex;
  min-height: 56px;
  flex: 1 1 50%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 22px;
  color: var(--ink);
  font-weight: 860;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.32);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.action-dock .action-call {
  background: linear-gradient(135deg, var(--wood-light), var(--wood));
}

.action-dock .action-route {
  border: 1px solid rgba(24, 35, 34, 0.14);
  background: rgba(255, 255, 255, 0.38);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 14px 96px;
  border-top: 1px solid var(--line);
  background: var(--stone-soft);
  color: var(--muted);
}

.footer p {
  margin: 0;
  color: var(--ink);
  font-weight: 820;
}

[data-animate] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 620ms ease, transform 620ms ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-cinematic-zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.035);
  }
}

@keyframes price-shimmer {
  0% {
    opacity: 0;
    transform: translateX(-130%);
  }

  20% {
    opacity: 0.74;
  }

  100% {
    opacity: 0;
    transform: translateX(130%);
  }
}

@keyframes steam-rise {
  from {
    transform: translate3d(0, 18px, 0) scaleY(0.9);
    opacity: 0.34;
  }
  to {
    transform: translate3d(8%, -22px, 0) scaleY(1.08);
    opacity: 0.7;
  }
}

@keyframes section-drop-fall {
  0%,
  10% {
    opacity: 0;
    transform: translate3d(0, -72px, 0);
  }

  18% {
    opacity: 0.64;
  }

  78% {
    opacity: 0.28;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, calc(100vh + 180px), 0);
  }
}

@keyframes cta-nudge {
  0%,
  76%,
  100% {
    transform: translateY(0);
  }

  82% {
    transform: translateY(-3px);
  }

  88% {
    transform: translateY(1px);
  }

  94% {
    transform: translateY(-2px);
  }
}

@keyframes pill-wave {
  0%,
  74% {
    opacity: 0;
    transform: scale(1);
  }

  78% {
    opacity: 0.68;
  }

  100% {
    opacity: 0;
    transform: scale(1.46, 1.72);
  }
}

@keyframes cta-hover-pulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-2px) scale(1.035);
  }
}

@keyframes pill-hover-wave {
  0% {
    opacity: 0.72;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.5, 1.82);
  }
}

@media (hover: hover) {
  .button:hover,
  .hall-footer a:hover,
  .reviews-source:hover,
  .review-arrow:hover {
    transform: translateY(-2px);
  }

  .nav a:hover {
    transform: translateY(-2px);
    background: #0f1716;
  }

  .hall-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 76px rgba(23, 36, 34, 0.22);
  }

  .hall-card:hover .hall-media-slide.is-active,
  .gallery-item:hover img {
    transform: scale(1.04);
  }

  .photo-lightbox-arrow:hover,
  .photo-lightbox-close:hover {
    transform: scale(1.08);
    background: rgba(42, 52, 50, 0.82);
  }
}

@media (min-width: 720px) {
  .site-header {
    top: 16px;
    left: 24px;
    right: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    grid-template-rows: 42px;
    align-items: center;
    gap: 18px;
    padding: 10px 12px;
    border-radius: 999px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 248, 238, 0.16)),
      rgba(255, 248, 238, 0.44);
    box-shadow:
      inset 0 1px rgba(255, 255, 255, 0.64),
      inset 0 -1px rgba(255, 255, 255, 0.16),
      0 18px 58px rgba(9, 19, 18, 0.16);
    backdrop-filter: blur(30px) saturate(1.42);
  }

  .header-row {
    display: contents;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    flex: 0 0 auto;
  }

  .nav {
    grid-column: 2;
    grid-row: 1;
    flex: 0 0 auto;
    width: auto;
    justify-content: center;
  }

  .header-call {
    grid-column: 3;
    grid-row: 1;
    flex: 0 0 auto;
    justify-self: end;
  }

  .nav a {
    padding: 8px 13px;
    font-size: 13px;
  }

  .hero {
    display: grid;
    align-items: end;
    min-height: 100vh;
    padding: 120px 32px 62px;
  }

  .hero-slider {
    position: absolute;
    inset: 0;
    width: auto;
    max-width: none;
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  .hero-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(17, 24, 23, 0.82), rgba(17, 24, 23, 0.14)),
      linear-gradient(0deg, rgba(17, 24, 23, 0.76), transparent 55%);
    pointer-events: none;
  }

  .hero-slides {
    height: 100%;
    aspect-ratio: auto;
  }

  .hero-slider-controls {
    z-index: 2;
    right: 28px;
    bottom: 26px;
    left: auto;
  }

  .hero-content {
    position: relative;
    z-index: 3;
    width: min(670px, 100%);
    margin: 0;
  }

  .hero-content .eyebrow {
    margin-bottom: 4px;
  }

  h1 {
    margin-bottom: 16px;
    font-size: clamp(72px, 9vw, 118px);
  }

  .hero-lead {
    font-size: 25px;
  }

  .section {
    padding: 80px 24px;
  }

  .benefit-strip {
    flex-wrap: wrap;
    overflow: visible;
  }

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

  .hall-media-slides {
    aspect-ratio: 16 / 10;
  }

  .hall-media-controls {
    top: 0;
    right: 18px;
    bottom: 0;
    left: 18px;
    justify-content: center;
  }

  .hall-media-arrow {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    font-size: 20px;
    transform: translateY(-50%);
  }

  .hall-media-dots {
    position: absolute;
    bottom: 12px;
  }

  .hall-media:hover .hall-media-arrow,
  .hall-media:focus-within .hall-media-arrow {
    transform: translateY(-50%);
  }

  .hall-media-prev {
    left: 0;
  }

  .hall-media-next {
    right: 0;
  }

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

  .gallery-item-wide {
    grid-column: span 2;
    grid-row: span 2;
  }

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

  .details-grid,
  .contact-layout,
  .reviews-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(34px, 6vw, 80px);
  }

  .contact-logo {
    width: min(100%, 280px);
  }

  .location-layout {
    grid-template-columns: minmax(0, 0.62fr) minmax(560px, 1.38fr);
    align-items: center;
    gap: clamp(32px, 5vw, 72px);
  }

  .map-frame {
    width: 100%;
  }

  .map-frame iframe {
    height: 500px;
  }

  .action-dock {
    display: contents;
  }

  .action-dock.is-hidden {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .action-dock a {
    position: fixed;
    bottom: 18px;
    z-index: 30;
    min-width: 182px;
    min-height: 58px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: var(--pill-radius);
    box-shadow:
      inset 0 1px rgba(255, 255, 255, 0.36),
      0 18px 48px rgba(10, 17, 16, 0.24);
    backdrop-filter: blur(22px) saturate(1.16);
    animation: cta-nudge 4.4s ease-in-out infinite;
  }

  .action-dock a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border: 2px solid rgba(223, 170, 117, 0.82);
    border-radius: inherit;
    pointer-events: none;
    animation: pill-wave 4.4s ease-out infinite;
  }

  .action-dock a:first-child {
    left: 24px;
  }

  .action-dock a + a {
    right: 24px;
  }

  .action-dock .action-route {
    border: 1px solid rgba(255, 255, 255, 0.66);
    background: rgba(255, 248, 238, 0.74);
  }

  .action-dock .action-call {
    animation-delay: 0.72s;
  }

  .action-dock .action-route::after {
    border-color: rgba(104, 197, 215, 0.78);
  }

  .action-dock .action-call::after {
    animation-delay: 0.72s;
  }

  .action-dock a:hover {
    animation: cta-hover-pulse 900ms ease-in-out infinite;
  }

  .action-dock a:hover::after {
    animation: pill-hover-wave 900ms ease-out infinite;
  }

  .footer {
    padding: 26px 24px 104px;
  }
}

@media (max-width: 719px) {
  .header-call {
    display: none;
  }

  .hero-slider,
  .hero-content {
    width: min(366px, calc(100vw - 24px));
    max-width: min(366px, calc(100vw - 24px));
    margin-right: 0;
    margin-left: 0;
  }

  .action-dock {
    right: auto;
    width: calc(100vw - 28px);
    max-width: 362px;
  }

  .action-dock a {
    min-width: 0;
    font-size: 15px;
  }

  .photo-lightbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 70px minmax(0, 1fr);
    gap: 8px 12px;
    padding: 12px 14px 18px;
  }

  .photo-lightbox-stage {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .photo-lightbox-image {
    max-height: calc(100vh - 108px);
  }

  .photo-lightbox-arrow {
    display: none;
  }

  .photo-lightbox-close {
    position: static;
    width: 42px;
    height: 42px;
    margin-left: auto;
    font-size: 28px;
    flex: 0 0 42px;
  }

  .photo-lightbox-caption {
    right: 14px;
    bottom: 18px;
    left: 14px;
    font-size: 13px;
  }

  .photo-lightbox-topbar::before {
    width: 42px;
    margin-right: auto;
    content: "";
  }

  .benefit-strip {
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .section-reviews h2 {
    font-size: 38px;
  }

  .reviews-slider {
    min-height: 350px;
    padding: 16px;
  }

  .reviews-track {
    min-height: 262px;
  }

  .review-card p {
    overflow-wrap: anywhere;
    font-size: 16px;
  }

  .review-stars {
    font-size: 15px;
  }

  .review-meta time {
    font-size: 13px;
  }

  .review-card-final h3 {
    font-size: 28px;
  }

  .hall-media-arrow {
    display: none;
  }

  .spa-story {
    min-height: 620px;
  }

  .spa-story-content {
    min-height: 620px;
  }

  .spa-story h2 {
    font-size: 38px;
  }
}

@media (min-width: 720px) and (max-width: 959px) {
  .location-layout {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1100px) {
  .section {
    padding: 88px 32px;
  }
}

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

  [data-animate] {
    opacity: 1;
    transform: none;
  }

  .hero-slide.is-active img,
  .hero-slider::before {
    animation: none !important;
  }

  .spa-story {
    --story-shift: 0px;
  }

}
