﻿:root {
  --ink: #161412;
  --charcoal: #2b2723;
  --text: #1e1b18;
  --muted: #6f675f;
  --soft: #fffdf8;
  --warm: #f7f3ec;
  --sand: #e8dfd2;
  --stone: #d8d0c4;
  --gold: #b89a5e;
  --deep-gold: #8c6a2f;
  --sage: #879483;
  --line: #ded8ce;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--warm);
  color: var(--text);
  font-family: "Manrope", Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.has-booking-open {
  overflow: hidden;
}

#allrecords .t123 {
  color: var(--text);
  font-family: "Manrope", Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
}

#allrecords .t123 a {
  color: inherit;
}

#allrecords .t123 .button,
#allrecords .t123 .booking-pill,
#allrecords .t123 .card-button,
#allrecords .t123 .carousel-button,
#allrecords .t123 .gallery-arrow,
#allrecords .t123 .drawer-close {
  color: var(--ink);
}

#allrecords .t123 .button-dark {
  color: var(--soft);
}

#allrecords .t123 .concept-phone,
#allrecords .t123 .max-link,
#allrecords .t123 .drawer-phone {
  color: var(--deep-gold);
}

#allrecords .t123 .concept-email {
  color: var(--muted);
}

#allrecords .t123 .section-kicker,
#allrecords .t123 .panel-label,
#allrecords .t123 .card-location,
#allrecords .t123 .concept-facts span {
  color: var(--gold);
}

#allrecords .t123 .hero-categories button {
  color: inherit;
}

body.inner-page .site-header .hero-nav {
  background: rgba(37, 55, 70, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

#allrecords .t123 .page-main ~ .site-header .hero-nav,
#allrecords .t123:has(.page-main) .site-header .hero-nav {
  background: rgba(37, 55, 70, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: block;
  color: var(--soft);
  background: transparent;
}

.hero-nav {
  min-height: 70px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 4vw, 44px);
  padding: 0 clamp(20px, 5vw, 76px);
  background: rgba(0, 0, 0, 0.22);
  transition: background 250ms ease, border-color 250ms ease, backdrop-filter 250ms ease;
}

.site-header.is-scrolled .hero-nav,
.site-header.is-open .hero-nav {
  background: rgba(5, 5, 5, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.hero-nav-left {
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 34px;
  border: 1px solid currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.brand-text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 4vw, 46px);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.main-nav a,
.site-footer nav a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 250ms ease, border-color 250ms ease;
}

.main-nav a:hover,
.site-footer nav a:hover {
  color: var(--gold);
  border-color: currentColor;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid currentColor;
  border-radius: 2px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 250ms ease, background 250ms ease, color 250ms ease, border-color 250ms ease;
}

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

.button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.button-dark {
  background: var(--ink);
  color: var(--soft);
  border-color: var(--ink);
}

.button-dark:hover {
  background: var(--deep-gold);
  border-color: var(--deep-gold);
}

.button-light {
  background: var(--soft);
  color: var(--ink);
  border-color: var(--soft);
}

.button-light:hover {
  background: var(--gold);
  border-color: var(--gold);
}

.booking-pill {
  min-height: 46px;
  border-radius: 999px;
  background: #c8d9d0;
  color: var(--ink);
  border-color: #c8d9d0;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.booking-pill:hover {
  background: var(--soft);
  border-color: var(--soft);
}

.menu-toggle {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 3px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 70vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--soft);
  background: var(--ink);
}

.hero-slideshow,
.hero-slide,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  object-fit: cover;
  opacity: 0;
  filter: saturate(0.92);
  transform: scale(1.02);
  animation: heroFade 28s infinite;
}

.slide-one {
  animation-delay: 0s;
}

.slide-two {
  animation-delay: 7s;
}

.slide-three {
  animation-delay: 14s;
}

.slide-four {
  animation-delay: 21s;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(22, 20, 18, 0.16), rgba(22, 20, 18, 0.68)),
    linear-gradient(90deg, rgba(22, 20, 18, 0.45), rgba(22, 20, 18, 0.06));
}

@keyframes heroFade {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }

  7% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  32% {
    opacity: 0;
    transform: scale(1.06);
  }

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

.eyebrow,
.section-kicker,
.panel-label,
.card-location {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Manrope", Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(42px, 7vw, 88px);
  line-height: 1.02;
  overflow-wrap: break-word;
}

h2 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.1;
}

h3 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.18;
}

.hero-categories {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
  padding: 28px clamp(20px, 7vw, 128px) 32px;
  color: var(--soft);
  background: linear-gradient(180deg, rgba(22, 20, 18, 0), rgba(22, 20, 18, 0.54));
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

.hero-categories a,
.hero-categories button {
  display: grid;
  justify-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.18;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-categories span {
  display: grid;
  place-items: center;
  min-height: 34px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.booking-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(10, 9, 8, 0.52);
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease;
}

.booking-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  width: min(430px, 100%);
  padding: clamp(28px, 5vw, 44px);
  background: var(--soft);
  color: var(--text);
  box-shadow: -24px 0 60px rgba(22, 20, 18, 0.18);
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.has-booking-open .booking-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.booking-drawer.is-open {
  transform: translateX(0);
}

.drawer-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.booking-drawer h2 {
  margin-bottom: 30px;
  padding-right: 42px;
  font-size: clamp(32px, 5vw, 44px);
}

.booking-form {
  display: grid;
  gap: 20px;
}

.booking-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-form select,
.booking-form input {
  width: 100%;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: transparent;
  color: var(--text);
  padding: 0 12px;
  font: inherit;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}

.booking-form select:focus,
.booking-form input:focus {
  outline: none;
  border-color: var(--deep-gold);
}

.booking-form .booking-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.booking-form .booking-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--deep-gold);
}

.booking-form .booking-consent a {
  color: var(--deep-gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.drawer-phone {
  color: var(--deep-gold);
  font-weight: 800;
  text-decoration: none;
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(78px, 10vw, 128px) 0;
}

.intro-grid,
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.7fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.intro p,
.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.intro-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

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

.intro-metrics strong {
  display: block;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
}

.hotels-section {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - var(--max)) / 2));
  padding-right: max(20px, calc((100% - var(--max)) / 2));
  background: var(--soft);
  scroll-margin-top: 90px;
}

.page-main {
  padding-top: 70px;
}

.tabs {
  display: flex;
  gap: 30px;
  margin: 34px 0 36px;
  overflow-x: auto;
}

.tab {
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  padding: 0 0 8px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tab.is-active {
  color: var(--deep-gold);
  border-color: currentColor;
}

.hotel-carousel {
  position: relative;
  margin-left: -24px;
  margin-right: -24px;
}

.hotel-grid {
  display: flex;
  gap: 32px;
  padding: 0 24px 18px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.hotel-grid::-webkit-scrollbar {
  display: none;
}

.carousel-button {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: var(--soft);
  color: var(--ink);
  cursor: pointer;
  font-size: 38px;
  line-height: 1;
  box-shadow: 0 10px 30px rgba(22, 20, 18, 0.16);
  transform: translateY(-50%);
  transition: background 250ms ease, transform 250ms ease;
}

.carousel-button:hover {
  background: #c8d9d0;
  transform: translateY(-50%) scale(1.03);
}

.carousel-button-prev {
  left: 18px;
}

.carousel-button-next {
  right: 18px;
}

.hotel-card {
  position: relative;
  flex: 0 0 clamp(330px, 32vw, 490px);
  min-height: 620px;
  overflow: hidden;
  scroll-snap-align: start;
  background: var(--ink);
  color: var(--soft);
}

.hotel-card img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  filter: saturate(0.9);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 700ms ease;
}

.hotel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(22, 20, 18, 0.02) 35%, rgba(22, 20, 18, 0.82) 100%),
    linear-gradient(90deg, rgba(22, 20, 18, 0.34), rgba(22, 20, 18, 0.04));
  pointer-events: none;
}

.hotel-card:hover img {
  filter: saturate(1);
  transform: scale(1.025);
}

.card-body {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 28px;
  z-index: 1;
  padding: 0;
}

.card-body h3 {
  margin-bottom: 8px;
  color: var(--soft);
  font-family: "Manrope", Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.card-body p:not(.card-location) {
  min-height: 48px;
  margin: 0 0 24px;
  color: rgba(255, 253, 248, 0.84);
  font-size: 15px;
}

.hotel-card .card-location {
  margin-bottom: 12px;
  color: rgba(255, 253, 248, 0.86);
}

.card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  transition: background 250ms ease, transform 250ms ease;
}

.card-button:hover {
  background: var(--gold);
  transform: translateY(-1px);
}

.retreat-section {
  width: min(1600px, calc(100% - 80px));
  margin: clamp(72px, 9vw, 118px) auto 0;
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(340px, 0.95fr);
  min-height: 620px;
  background: #211d1d;
  color: var(--soft);
}

.retreat-gallery {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--ink);
}

.retreat-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 420ms ease;
}

.retreat-slide.is-active {
  opacity: 1;
}

.retreat-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 50%;
  background: var(--soft);
  color: var(--ink);
  cursor: pointer;
  font-size: 40px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 250ms ease, transform 250ms ease;
}

.retreat-arrow:hover {
  background: #c8d9d0;
  transform: translateY(-50%) scale(1.03);
}

.retreat-arrow-prev {
  left: 28px;
}

.retreat-arrow-next {
  right: 28px;
}

.retreat-dots {
  position: absolute;
  left: 38px;
  bottom: 34px;
  z-index: 2;
  display: flex;
  gap: 12px;
}

.retreat-dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.48);
}

.retreat-dots span.is-active {
  background: var(--soft);
}

.retreat-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 76px);
}

.retreat-copy h2 {
  font-family: "Manrope", Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.retreat-copy p:not(.section-kicker) {
  max-width: 430px;
  margin: 24px 0 30px;
  color: rgba(255, 253, 248, 0.88);
  font-size: 18px;
}

.retreat-copy .booking-pill {
  width: fit-content;
}

.service-section {
  width: min(1400px, calc(100% - 40px));
}

.service-heading {
  display: grid;
  grid-template-columns: minmax(360px, 0.45fr) minmax(360px, 1fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: start;
  margin-bottom: 30px;
}

.service-heading h2 {
  font-family: "Manrope", Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.service-heading p {
  max-width: 640px;
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 18px;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.service-link::after {
  content: "›";
  font-size: 24px;
  line-height: 1;
}

.service-visual {
  position: relative;
  height: clamp(240px, 26vw, 340px);
  overflow: hidden;
  background: var(--ink);
}

.service-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.service-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(22, 20, 18, 0.03) 45%, rgba(22, 20, 18, 0.58) 100%),
    linear-gradient(90deg, rgba(22, 20, 18, 0.2), rgba(22, 20, 18, 0.04));
  pointer-events: none;
}

.service-visual-copy {
  position: absolute;
  left: clamp(28px, 5vw, 66px);
  right: clamp(28px, 5vw, 66px);
  bottom: clamp(28px, 5vw, 56px);
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.service-visual-copy h3 {
  color: var(--soft);
  font-family: "Manrope", Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  text-transform: uppercase;
}

.contacts-section {
  border-top: 1px solid var(--line);
}

.hotel-detail-hero {
  width: min(1600px, calc(100% - 80px));
  margin: clamp(42px, 6vw, 74px) auto 0;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  min-height: 660px;
  background: #211d1d;
  color: var(--soft);
}

.hotel-detail-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 5vw, 76px);
}

.hotel-detail-copy h1 {
  margin-bottom: 24px;
  font-size: clamp(44px, 5vw, 72px);
}

.hotel-detail-copy p:not(.section-kicker) {
  width: 100%;
  max-width: 560px;
  margin: 0;
  color: rgba(255, 253, 248, 0.86);
  font-size: 18px;
}

.back-link {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 34px;
  padding: 6px 0;
  color: rgba(255, 253, 248, 0.78);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.back-link::before {
  content: "‹";
  margin-right: 8px;
  font-size: 22px;
  line-height: 0;
  transform: translateY(-1px);
}

.hotel-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hotel-detail-media {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 150px;
  background: var(--ink);
}

.hotel-detail-main-image,
.hotel-detail-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-detail-main-image {
  min-height: 510px;
}

.hotel-detail-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  min-width: 0;
}

.hotel-facts-section {
  padding-top: clamp(42px, 6vw, 74px);
}

.hotel-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.hotel-facts article {
  min-height: 170px;
  padding: 24px;
  background: var(--soft);
}

.hotel-facts span {
  display: block;
  margin-bottom: 14px;
  color: var(--deep-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hotel-facts p {
  margin: 0;
  font-size: 17px;
}

.hotel-facts a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.price-table {
  margin-top: 44px;
  border: 1px solid var(--line);
  background: var(--soft);
}

.price-row {
  display: grid;
  grid-template-columns: minmax(240px, 1.5fr) repeat(3, minmax(138px, 0.8fr));
  border-top: 1px solid var(--line);
}

.price-row:first-child {
  border-top: 0;
}

.price-row > div {
  min-width: 0;
  padding: 22px 24px;
  border-left: 1px solid var(--line);
}

.price-row > div:first-child {
  border-left: 0;
}

.price-row-head {
  background: var(--ink);
  color: var(--soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-row strong {
  display: block;
  font-size: 18px;
}

.price-row span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.hotel-info-band {
  background: var(--soft);
}

.hotel-info-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 112px) 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 92px);
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.amenities-grid span {
  min-height: 76px;
  padding: 22px;
  background: var(--warm);
  font-weight: 700;
}

.hotel-extra-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 92px);
}

.hotel-extra-list {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.hotel-extra-list p {
  margin: 0;
  padding: 24px;
  background: var(--warm);
  color: var(--text);
  font-size: 17px;
}

.hotel-concept-hero {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.92), rgba(247, 243, 236, 0.78)),
    var(--warm);
  color: var(--ink);
}

.hotel-concept-hero-inner {
  position: relative;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 clamp(18px, 3vw, 34px);
}

.concept-back-link {
  margin-bottom: clamp(24px, 3.5vw, 44px);
  color: var(--deep-gold);
  pointer-events: auto;
}

.concept-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
  gap: clamp(36px, 8vw, 112px);
  align-items: start;
}

.concept-hero-grid h1 {
  font-size: clamp(56px, 7.6vw, 104px);
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
  margin-top: -0.06em;
}

.concept-hero-text p {
  width: 100%;
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  overflow-wrap: break-word;
}

.concept-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
}

.concept-contact-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
}

.concept-phone {
  color: var(--deep-gold);
  font-weight: 800;
  text-decoration: none;
  line-height: 1.25;
  white-space: nowrap;
}

.concept-email {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  text-transform: lowercase;
  overflow-wrap: anywhere;
}

.max-link {
  color: var(--deep-gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

@media (min-width: 1021px) {
  .concept-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 64px);
  }

  .concept-hero-text {
    min-width: 0;
  }

  .concept-actions {
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 24px;
  }

  .concept-contact-list {
    width: 100%;
    display: grid;
    grid-template-columns: max-content minmax(160px, 1fr);
    column-gap: 24px;
    row-gap: 6px;
    align-items: start;
  }

  .concept-contact-list .concept-phone {
    grid-column: 1;
  }

  .concept-contact-list .max-link,
  .concept-contact-list .concept-email {
    grid-column: 2;
  }

  .concept-contact-list .max-link {
    grid-row: 1;
  }

  .concept-contact-list .concept-email {
    grid-row: 1;
  }

  .concept-contact-list:has(.max-link) .concept-email {
    grid-row: 2;
  }
}

.concept-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(32px, 5vw, 54px);
}

.concept-facts article {
  min-height: 88px;
  padding: 18px 26px;
  border-left: 1px solid var(--line);
  background: transparent;
}

.concept-facts article:first-child {
  border-left: 0;
}

.concept-facts span,
.room-label {
  display: block;
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.room-label {
  color: var(--soft);
  font-family: "Manrope", Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(22px, 1.8vw, 25px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.concept-facts strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
}

.concept-rooms-section {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 1320px) / 2));
  padding-right: max(20px, calc((100% - 1320px) / 2));
  padding-top: clamp(21px, 2.5vw, 32px);
  padding-bottom: clamp(46px, 6vw, 72px);
  background: var(--soft);
}

.concept-room-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.concept-room-subtitle {
  margin: 28px 0 0;
  color: var(--deep-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concept-room-grid-single {
  grid-template-columns: minmax(280px, 320px);
}

.concept-room-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  background: #2b2723;
  color: var(--soft);
  border: 1px solid #2b2723;
}

.concept-room-card h3 {
  min-height: 0;
  color: #b7c3a6;
  font-family: "Manrope", Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.concept-price-list {
  display: grid;
  gap: 10px;
}

.concept-price-list span {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 253, 248, 0.2);
}

.concept-price-list span:first-child {
  padding-top: 0;
  border-top: 0;
}

.concept-price-list small {
  color: rgba(255, 253, 248, 0.72);
  font-size: 13px;
}

.concept-price-list strong {
  white-space: nowrap;
}

.concept-price-disclaimer {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.concept-gallery-viewer {
  width: 100%;
  margin: 0;
  padding: 12px max(20px, calc((100% - 1320px) / 2)) 16px;
  background: var(--warm);
  color: var(--ink);
}

.gallery-stage {
  position: relative;
  aspect-ratio: 1 / 1;
  width: min(680px, 100%);
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  background: var(--soft);
}

.gallery-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 320ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-frame.is-active {
  opacity: 1;
  transform: scale(1);
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 50%;
  background: var(--soft);
  color: var(--ink);
  cursor: pointer;
  font-size: 40px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 250ms ease, transform 250ms ease;
}

.gallery-arrow:hover {
  background: #c8d9d0;
  transform: translateY(-50%) scale(1.03);
}

.gallery-arrow-prev {
  left: 28px;
}

.gallery-arrow-next {
  right: 28px;
}

.gallery-strip {
  width: min(680px, 100%);
  margin: 10px auto 0;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

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

.gallery-strip button {
  position: relative;
  flex: 0 0 clamp(58px, 7vw, 86px);
  aspect-ratio: 1 / 1;
  border: 0;
  padding: 0;
  background: var(--soft);
  cursor: pointer;
  overflow: hidden;
}

.gallery-strip button::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  background: rgba(22, 20, 18, 0.16);
  transition: border-color 250ms ease, background 250ms ease, box-shadow 250ms ease;
}

.gallery-strip button.is-active::after {
  border-color: var(--gold);
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 253, 248, 0.7);
}

.gallery-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-sauna-section {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - var(--max)) / 2));
  padding-right: max(20px, calc((100% - var(--max)) / 2));
  padding-top: clamp(28px, 4vw, 50px);
  padding-bottom: clamp(30px, 4vw, 54px);
  background: #e4dbce;
}

.concept-sauna-layout {
  display: grid;
  grid-template-columns: minmax(140px, 0.34fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 56px);
  align-items: start;
}

.concept-sauna-layout h2 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 500;
  line-height: 0.98;
}

.concept-sauna-layout p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.45;
}

.concept-sauna-panel {
  border: 1px solid rgba(45, 39, 33, 0.16);
  background: rgba(255, 253, 248, 0.46);
}

.concept-sauna-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.concept-sauna-facts-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.concept-sauna-facts article {
  min-height: 112px;
  padding: 22px;
  border-right: 1px solid rgba(45, 39, 33, 0.14);
  border-bottom: 1px solid rgba(45, 39, 33, 0.14);
}

.concept-sauna-facts article:nth-child(2n),
.concept-sauna-facts-compact article:last-child {
  border-right: 0;
}

.concept-sauna-facts article:nth-last-child(-n + 2),
.concept-sauna-facts-compact article {
  border-bottom: 0;
}

.concept-sauna-facts span {
  display: block;
  margin-bottom: 10px;
  color: var(--deep-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concept-sauna-facts strong {
  display: block;
  font-size: 20px;
  line-height: 1.35;
}

.concept-sauna-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.concept-sauna-features article {
  min-height: 78px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(45, 39, 33, 0.16);
  background: var(--soft);
  font-weight: 700;
  line-height: 1.35;
}

.concept-sauna-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.95fr);
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #223a4a;
  color: var(--soft);
}

.concept-sauna-gallery {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: var(--ink);
}

.concept-sauna-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 56px);
}

.concept-sauna-copy .section-kicker {
  color: #b7c3a6;
}

.concept-sauna-summary {
  margin-bottom: 18px;
}

.concept-sauna-summary strong {
  display: block;
  margin-bottom: 12px;
  color: var(--soft);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.concept-sauna-summary p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 250, 241, 0.82);
  font-size: 15px;
  line-height: 1.3;
}

.concept-sauna-features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.concept-sauna-features-list li {
  min-height: 36px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 250, 241, 0.2);
  border-radius: 999px;
  color: rgba(255, 250, 241, 0.9);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.concept-service-section {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - var(--max)) / 2));
  padding-right: max(20px, calc((100% - var(--max)) / 2));
  padding-top: clamp(22px, 3vw, 36px);
  padding-bottom: clamp(26px, 3.5vw, 42px);
  background: var(--soft);
}

.concept-service-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.concept-service-kicker {
  margin-top: 24px;
}

.concept-service-list span {
  min-height: 76px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--soft);
  border: 1px solid var(--line);
  font-weight: 700;
}

.amenity-icon {
  display: block;
  flex: 0 0 30px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  color: var(--deep-gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.concept-extra-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  margin-top: 14px;
}

.concept-extra-services article {
  min-height: 136px;
  padding: 22px;
  border: 1px solid var(--line);
}

.concept-extra-services article:nth-child(1) {
  background: #dfe8df;
}

.concept-extra-services article:nth-child(2) {
  background: var(--soft);
}

.concept-extra-services article:nth-child(3) {
  background: #f1eadf;
}

.concept-extra-services h3 {
  margin-bottom: 12px;
  font-family: "Manrope", Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.concept-extra-services p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  background: var(--line);
  border: 1px solid var(--line);
}

.contacts-grid article {
  min-height: 210px;
  padding: 24px;
  background: var(--warm);
}

.contacts-grid h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.contacts-grid p {
  min-height: 50px;
  margin: 0 0 18px;
  color: var(--muted);
}

.contacts-grid a {
  color: var(--deep-gold);
  font-weight: 700;
  text-decoration: none;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 40px;
  align-items: center;
  padding: 44px clamp(20px, 4vw, 56px);
  background: var(--ink);
  color: var(--soft);
}

.site-footer p {
  margin: 4px 0 0;
  color: rgba(247, 243, 236, 0.68);
}

.site-footer nav,
.footer-contact {
  display: flex;
  gap: 24px;
  font-size: 13px;
}

.footer-contact {
  align-items: center;
  color: rgba(247, 243, 236, 0.72);
}

.footer-contact a {
  color: var(--gold);
  text-decoration: none;
}

@media (max-width: 1020px) {
  .hero-nav {
    min-height: 66px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
  }

  .hero-nav-left {
    gap: 18px;
  }

  .brand-mark {
    width: 52px;
    height: 34px;
  }

  .brand-text {
    display: none;
  }

  .main-nav {
    position: fixed;
    inset: 66px 0 auto;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding: 30px 24px;
    background: rgba(5, 5, 5, 0.92);
    color: var(--soft);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
  }

  .site-header.is-open .main-nav {
    display: flex;
  }

  .booking-pill {
    min-height: 42px;
    padding: 0 16px;
    font-size: 11px;
  }

  .menu-toggle {
    justify-self: start;
  }

  .hero-categories {
    grid-template-columns: repeat(5, minmax(104px, 1fr));
    overflow-x: auto;
    padding: 22px 20px 24px;
  }

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

  .hotel-detail-hero {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .hotel-detail-media {
    grid-row: 1;
  }

  .hotel-detail-copy {
    min-height: 430px;
  }

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

  .price-table {
    overflow-x: auto;
  }

  .price-row {
    min-width: 820px;
  }

  .hotel-info-inner,
  .hotel-extra-grid,
  .concept-hero-grid,
  .concept-sauna-layout {
    grid-template-columns: 1fr;
  }

  .concept-facts,
  .concept-room-grid,
  .concept-extra-services,
  .concept-sauna-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .concept-facts article {
    border-left: 0;
  }

  .concept-facts article:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .retreat-section {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .concept-sauna-showcase {
    grid-template-columns: 1fr;
  }

  .concept-sauna-gallery {
    min-height: 460px;
  }

  .retreat-gallery {
    min-height: 520px;
  }

  .retreat-copy {
    min-height: 360px;
  }

  .service-heading,
  .intro-grid,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading > *,
  .service-heading > *,
  .intro-grid > * {
    min-width: 0;
  }

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

@media (max-width: 640px) {
  h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  .hero {
    min-height: 72vh;
  }

  .hero-categories {
    gap: 12px;
  }

  .hero-categories a {
    font-size: 10px;
  }

  .hero-categories span {
    min-height: 28px;
    font-size: 24px;
  }

  .hero-nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 0 18px;
  }

  .hero-nav-left {
    gap: 14px;
  }

  .menu-toggle {
    width: 34px;
  }

  .brand-mark {
    width: 46px;
    height: 32px;
  }

  .booking-pill {
    padding: 0 12px;
    font-size: 10px;
  }

  .hero-nav > .booking-pill {
    display: none;
  }

  .booking-drawer {
    width: 100%;
  }

  .section {
    width: calc(100vw - 40px);
    padding: 52px 0;
  }

  .concept-rooms-section,
  .concept-service-section,
  .concept-sauna-section {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .intro-metrics,
  .contacts-grid,
  .hotel-facts,
  .amenities-grid,
  .concept-facts,
  .concept-extra-services,
  .concept-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .concept-room-grid {
    grid-template-columns: 1fr;
  }

  .concept-sauna-facts,
  .concept-sauna-facts-compact,
  .concept-sauna-features {
    grid-template-columns: 1fr;
  }

  .concept-sauna-showcase {
    padding-left: 0;
    padding-right: 0;
  }

  .concept-sauna-gallery {
    min-height: 320px;
  }

  .concept-sauna-copy {
    padding: 28px 24px 34px;
  }

  .concept-sauna-facts article,
  .concept-sauna-facts article:nth-child(2n),
  .concept-sauna-facts-compact article:last-child {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(45, 39, 33, 0.14);
  }

  .concept-sauna-facts article:last-child {
    border-bottom: 0;
  }

  .concept-room-grid-single {
    grid-template-columns: 1fr;
  }

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

  .concept-extra-services {
    grid-template-columns: 1fr;
  }

  .concept-extra-services article {
    min-height: auto;
    padding: 20px;
  }

  .concept-extra-services h3,
  .concept-extra-services p {
    overflow-wrap: anywhere;
  }

  .concept-service-list span {
    min-height: 64px;
    padding: 12px 14px;
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .amenity-icon {
    flex-basis: 26px;
    width: 26px;
    min-width: 26px;
    height: 26px;
  }

  .hotel-concept-hero-inner {
    padding-top: 24px;
  }

  .concept-back-link {
    margin-bottom: 12px;
    padding: 2px 0;
  }

  .concept-hero-grid h1 {
    font-size: 52px;
  }

  .concept-hero-text p {
    max-width: min(31ch, calc(100vw - 40px));
  }

  .concept-rooms-section .section-heading p {
    width: 100%;
    max-width: min(28ch, calc(100vw - 40px));
    overflow-wrap: break-word;
  }

  .concept-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: min(31ch, calc(100vw - 40px));
  }

  .concept-contact-list {
    gap: 8px;
  }

  .concept-actions .button {
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    font-size: 13px;
  }

  .concept-room-card {
    min-height: 0;
    justify-content: flex-start;
  }

  .concept-room-card .concept-price-list {
    margin-top: 28px;
  }

  .concept-facts article {
    min-width: 0;
    padding: 20px;
    border-left: 0;
  }

  .concept-facts article:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .concept-facts span {
    font-size: 11px;
    letter-spacing: 0.08em;
    overflow-wrap: anywhere;
  }

  .concept-gallery-viewer {
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-stage {
    width: 100%;
  }

  .gallery-arrow {
    width: 48px;
    height: 48px;
    font-size: 30px;
  }

  .gallery-arrow-prev {
    left: 18px;
  }

  .gallery-arrow-next {
    right: 18px;
  }

  .gallery-strip button {
    flex-basis: 68px;
  }

  .hotel-detail-hero {
    width: 100vw;
    margin-top: 0;
    overflow: hidden;
  }

  .hotel-detail-copy {
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
    padding: 34px 24px 42px;
  }

  .hotel-detail-copy p:not(.section-kicker) {
    max-width: 31ch;
  }

  .hotel-detail-media {
    grid-template-rows: 390px 108px;
  }

  .hotel-detail-main-image {
    min-height: 390px;
  }

  .hotel-detail-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hotel-detail-actions .button {
    width: 100%;
  }

  .hotel-facts article {
    min-height: auto;
  }

  .hotel-grid {
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hotel-carousel {
    margin-left: -20px;
    margin-right: -20px;
  }

  .carousel-button {
    width: 46px;
    height: 46px;
    font-size: 30px;
  }

  .retreat-section {
    margin-top: 64px;
  }

  .retreat-gallery {
    min-height: 420px;
  }

  .retreat-copy {
    padding: 34px 24px 40px;
  }

  .retreat-arrow {
    width: 48px;
    height: 48px;
    font-size: 30px;
  }

  .retreat-arrow-prev {
    left: 18px;
  }

  .retreat-arrow-next {
    right: 18px;
  }

  .retreat-dots {
    left: 24px;
    bottom: 22px;
  }

  .service-heading {
    gap: 18px;
  }

  .service-visual {
    height: 300px;
  }

  .service-visual img {
    height: 100%;
  }

  .service-visual-copy {
    align-items: flex-start;
    flex-direction: column;
  }

  .hotel-card {
    flex-basis: min(82vw, 330px);
    min-height: 500px;
  }

  .hotel-card img {
    min-height: 500px;
  }

  .card-body {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .contacts-grid article {
    min-height: auto;
  }

  .site-footer nav,
  .footer-contact {
    flex-direction: column;
    gap: 12px;
  }
}

/* Voljane brand homepage overrides. Keep hotel detail classes above intact. */
:root {
  --ink: #253746;
  --charcoal: #1f2d34;
  --text: #22313b;
  --muted: #65716b;
  --soft: #fffaf1;
  --warm: #f2e6d2;
  --sand: #d8c4a4;
  --stone: #c9d8d6;
  --gold: #7a8c3f;
  --deep-gold: #623b2a;
  --sage: #67823a;
  --line: #ddcfba;
  --max: 1400px;
}

body {
  color: #22313b;
  font-family: "Manrope", Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}

h1,
h2,
h3,
.drawer-brand,
.hotel-detail-copy h1,
.concept-hero-grid h1,
.legal-section h1,
.legal-doc h2 {
  font-family: "Manrope", Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
}

.brand-wordmark {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
  white-space: nowrap;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.hero:has(.hero-video) .hero-overlay {
  pointer-events: none;
  background: none;
}

.hero:has(.hero-video) .hero-nav,
.site-header:has(.brand-wordmark) .hero-nav {
  background: rgba(37, 55, 70, 0.26);
}

.site-header:has(.brand-wordmark).is-scrolled .hero-nav,
.site-header:has(.brand-wordmark).is-open .hero-nav,
body.inner-page .site-header:has(.brand-wordmark) .hero-nav {
  background: rgba(37, 55, 70, 0.92);
}

.site-header:has(.brand-wordmark) .menu-toggle {
  display: none;
}

.hero:has(.hero-video) .hero-categories {
  background: transparent;
}

.hero:has(.hero-video) .hero-categories a,
.hero:has(.hero-video) .hero-categories button,
.hero:has(.hero-video) .hero-categories span {
  color: #fff;
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.68);
}

.legal-section h1 {
  max-width: 920px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
}

.legal-doc {
  max-width: 980px;
  margin-top: 34px;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid var(--line);
  background: var(--soft);
}

.legal-doc h2 {
  margin-bottom: 20px;
  font-size: clamp(24px, 3vw, 36px);
}

.legal-doc p {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.62;
}

.legal-lead {
  font-weight: 700;
}

.legal-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 28px;
}

.requisites-list {
  display: grid;
  margin: 28px 0 0;
  border: 1px solid var(--line);
}

.requisites-list div {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
  border-bottom: 1px solid var(--line);
}

.requisites-list div:last-child {
  border-bottom: 0;
}

.requisites-list dt,
.requisites-list dd {
  margin: 0;
  padding: 14px 16px;
}

.requisites-list dt {
  background: var(--warm);
  color: var(--ink);
  font-weight: 700;
}

.requisites-list dd {
  color: var(--text);
}

.requisites-list a {
  color: var(--deep-gold);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1020px) {
  .site-header:has(.brand-wordmark) .menu-toggle {
    display: grid;
  }

  .brand-wordmark {
    font-size: 12px;
    letter-spacing: 0.06em;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .brand-wordmark {
    max-width: 150px;
    font-size: 11px;
    line-height: 1.15;
  }

  .hotel-carousel {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .hotel-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .legal-doc {
    padding: 24px 18px;
  }

  .legal-actions {
    justify-content: flex-start;
  }

  .requisites-list div {
    grid-template-columns: 1fr;
  }
}
