@import url("./viewport-frame.css?v=20260707b");

/* Богатырь — mockup variant 3c green tones */

:root {
  --navy: #1a2b3c;
  --gold: #b89a5b;
  --gold-hover: #a3864a;
  --sage: #6d7f71;
  --cream: #f8f9f7;
  --cream-deep: #eef0ea;
  --rooms-bg: #eef1eb;
  --home-news-bg: #f3f0e8;
  --white: #ffffff;
  --text-primary: #1a2b3c;
  --text-secondary: #2f3e46;
  --text-muted: #3d4c54;
  --text-soft: #4a5860;
  --green-dark: #1e3d2f;
  --header-h: 76px;
  --header-logo-zoom: 1;
  --hero-vh-ref: 820;
  --hero-panel-h: clamp(480px, 62vh, 820px);
  --label-bg: #f8f9f7;
  --font-serif: "Playfair Display", Georgia, serif;
  --font-sans: "Montserrat", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.62;
  color: var(--text-primary);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Второстепенный текст — контрастнее, но мягче заголовков */
.sub-page-head p,
.sub-page-lead,
.sub-page-note,
.sub-page-text,
.sub-page-text p,
.section-title p,
.section-title--rooms p,
.section-title--home-news p,
.about-text,
.news-excerpt,
.about-block__text,
.about-lead,
.hero-features li > span:last-child,
.room-desc,
.room-specs span,
.room-price-night,
.room-price-from,
.room-about p,
.room-booking-note,
.room-benefits li,
.room-gallery-hint,
.two-cols p,
.activity-lead,
.activity-description,
.activity-card-body p,
.vacancy-list p,
.promo-desc,
.promo-empty,
.news-empty,
.muted,
.contacts-text p,
.service-cards p,
.booking-modal-sub,
.booking-thanks-text {
  color: var(--text-secondary);
}

.sub-page-head p,
.sub-page-lead,
.section-title--rooms p,
.section-title--home-news p {
  font-size: clamp(0.9rem, 1.05vw, 0.96rem);
  line-height: 1.58;
  font-weight: 500;
}

.services-nav__heading,
.about-block__eyebrow,
.booking-form label {
  color: var(--text-soft);
}

.room-specs svg {
  color: var(--sage);
}

/* Шапка и главный экран — отдельная типографика, без общих правил */
.site-header .nav-links a,
.site-header .header-phone {
  font-family: var(--font-sans);
  font-weight: 600;
  line-height: 1.35;
  color: var(--navy);
}

.site-header .nav-links a {
  letter-spacing: 0.1em;
}

.page-home .hero-tagline,
.page-home .hero-copy-anchor .hero-sub {
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.55;
  text-transform: none;
}

.page-home .hero-note__caption {
  font-family: var(--font-sans);
  line-height: 1.4;
}

/* Телефоны — лёгкое выделение на всех страницах */
.site-header .header-phone[data-site-phone] {
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  background: rgba(184, 154, 91, 0.12);
  border: 1px solid rgba(184, 154, 91, 0.3);
  color: var(--green-dark);
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.site-header .header-phone[data-site-phone]:hover {
  background: rgba(184, 154, 91, 0.2);
  border-color: rgba(184, 154, 91, 0.48);
  color: var(--gold-hover);
}

.site-footer [data-site-phone].footer-contact-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.38rem 0.7rem;
  margin-bottom: 0.45rem;
  border-radius: 7px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96);
  background: rgba(184, 154, 91, 0.16);
  border: 1px solid rgba(184, 154, 91, 0.34);
}

.site-footer [data-site-phone].footer-contact-link:hover {
  color: #fff;
  background: rgba(184, 154, 91, 0.28);
  border-color: rgba(184, 154, 91, 0.5);
}

[data-site-phone]:not(.header-phone):not(.footer-contact-link) {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  padding: 0.14rem 0.48rem;
  border-radius: 5px;
  font-weight: 700;
  color: var(--green-dark);
  text-decoration: none;
  background: rgba(184, 154, 91, 0.11);
  border-bottom: 1px solid rgba(184, 154, 91, 0.34);
  vertical-align: baseline;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

[data-site-phone]:not(.header-phone):not(.footer-contact-link):hover {
  color: var(--gold-hover);
  background: rgba(184, 154, 91, 0.18);
  border-bottom-color: rgba(184, 154, 91, 0.52);
}

.contacts-text [data-site-phone] {
  display: inline-block;
  padding: 0.38rem 0.78rem;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
}

body > .site-footer {
  margin-top: auto;
}

body.menu-open { overflow: hidden; }

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

a { color: inherit; }

.container {
  width: min(1180px, 90%);
  margin: 0 auto;
}

/* —— Typography —— */
h1, h2, h3, .hero-title, .section-title h2, .room-card h3 {
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--navy);
}

/* Лейбл PNG: фон сливается с сайтом, без видимой «плашки» */
.label-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--label-bg);
  line-height: 0;
}

.label-frame img {
  display: block;
  width: auto;
  height: auto;
  mix-blend-mode: multiply;
}

.label-frame--header {
  padding: 0;
  margin: 0;
  height: var(--header-h);
  max-width: min(620px, 50vw);
  overflow: hidden;
  background: var(--cream);
  border: none;
  box-shadow: none;
  line-height: 0;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
}

.label-frame--header .brand-label {
  display: block;
  height: calc(var(--header-h) * var(--header-logo-zoom));
  width: auto;
  max-width: min(480px, 46vw);
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: darken;
  border: none;
  box-shadow: none;
  outline: none;
  margin: 0;
}

.site-emblem {
  display: block;
  width: auto;
  height: auto;
  aspect-ratio: 279 / 405;
  object-fit: contain;
  flex-shrink: 0;
}

.site-emblem--hero,
.site-emblem--page {
  margin: 0 auto;
  object-position: center center;
}

.site-emblem--hero {
  height: 240px;
  margin-top: -0.45rem;
  margin-bottom: -0.2rem;
}

.site-emblem--page {
  height: 150px;
  margin-bottom: -0.25rem;
}

.site-emblem--footer {
  height: 88px;
}

.hero-title {
  position: relative;
  width: 100%;
  min-height: 1.05em;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.85rem, 5.8vw, 5.35rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green-dark);
  line-height: 1.05;
}

.hero-title__left,
.hero-title__right {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.hero-title__left {
  right: 50%;
}

.hero-title__right {
  left: 50%;
}

/* —— Buttons —— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.9rem 1.5rem;
  background: var(--gold);
  color: var(--white);
}

.btn:hover { background: var(--gold-hover); }
.btn-block, .btn-card { width: 100%; }

/* —— Ornament (gold line + diamond) —— */
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}

.ornament::before,
.ornament::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--gold);
  max-width: 52px;
}

.ornament span {
  width: 5px;
  height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
  margin: 0 6px;
}

.ornament--section {
  max-width: 200px;
  padding: 2rem 0;
}

.ornament--section-title {
  max-width: 180px;
  padding: 0.65rem 0 0.85rem;
  margin: 0 auto;
}

.ornament--footer-band {
  max-width: 220px;
  padding: 0 0 2rem;
  margin: 0 auto;
}

/* —— Header —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--cream);
  border-bottom: 1px solid rgba(197, 160, 89, 0.15);
  box-shadow: 0 2px 16px rgba(26, 43, 60, 0.06);
  overflow: hidden;
}

.site-header-inner {
  height: var(--header-h);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.5rem 0.85rem;
  padding: 0;
  overflow: hidden;
}

.brand-mark {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  align-self: center;
  margin: 0;
  background: none;
  border: none;
}

.site-nav {
  display: flex;
  justify-content: center;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: clamp(0.45rem, 1.2vw, 1rem);
}

.nav-links a {
  font-size: clamp(0.68rem, 0.95vw, 0.8rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--navy);
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  opacity: 0.88;
  white-space: nowrap;
  transition: opacity 0.2s, border-color 0.2s, color 0.2s;
}

.nav-links a:hover,
.nav-links a.is-active {
  opacity: 1;
  border-bottom-color: var(--gold);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.2vw, 1rem);
  flex-shrink: 0;
}

.header-phone {
  font-size: clamp(0.68rem, 0.85vw, 0.8rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--navy);
  white-space: nowrap;
  transition: color 0.2s;
  -webkit-tap-highlight-color: transparent;
}

.header-phone:hover {
  color: var(--gold);
}

.menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 28px;
  height: 28px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.menu-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--navy);
}

/* —— Hero —— */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: var(--hero-panel-h);
  background: var(--cream);
}

.hero-media--left {
  grid-column: 1;
}

.hero-media--right {
  grid-column: 2;
}

.hero-media {
  position: relative;
  overflow: hidden;
  min-height: var(--hero-panel-h);
  height: 100%;
}

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

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-media--left::after {
  background: linear-gradient(
    90deg,
    rgba(248, 249, 247, 0) 0%,
    rgba(248, 249, 247, 0.08) 40%,
    rgba(248, 249, 247, 0.62) 58%,
    var(--cream) 76%
  );
}

.hero-media--right::after {
  background: linear-gradient(
    270deg,
    rgba(248, 249, 247, 0) 0%,
    rgba(248, 249, 247, 0.08) 40%,
    rgba(248, 249, 247, 0.62) 58%,
    var(--cream) 76%
  );
}

.hero-media--right img {
  object-position: center 40%;
}

.hero-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(94vw, 620px);
  padding: 0 1rem;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.hero-content > * {
  pointer-events: auto;
}

.hero-scale {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.15rem;
  width: 100%;
}

@media (min-width: 901px) {
  .hero-scale {
    transform: none;
  }
}

.hero-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 100%;
  max-width: 100%;
}

.hero-sub {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  color: var(--gold);
  margin: 0.15rem 0 0;
  text-align: center;
}

.hero-brand .ornament {
  margin: 0.35rem 0 1rem;
}

.hero-features {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
  width: 100%;
  max-width: 620px;
}

.hero-features li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
}

.feat-icon {
  width: 3.15rem;
  height: 3.15rem;
  color: var(--gold);
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 154, 91, 0.35);
  border-radius: 50%;
  background: rgba(184, 154, 91, 0.08);
}

.feat-icon svg {
  width: 1.85rem;
  height: 1.85rem;
}

.hero-features strong {
  font-size: clamp(0.62rem, 1.1vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.35;
}

.hero-features li > span:last-child {
  font-size: clamp(0.72rem, 1.2vw, 0.88rem);
  line-height: 1.45;
  max-width: 13rem;
}

/* —— Overlay header (all pages) —— */
.site-header--overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding-top: env(safe-area-inset-top, 0);
  background: linear-gradient(
    180deg,
    rgba(248, 249, 247, 0.58) 0%,
    rgba(248, 249, 247, 0.34) 58%,
    rgba(248, 249, 247, 0) 100%
  );
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  border-bottom: none;
  box-shadow: none;
  overflow: visible;
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    backdrop-filter 0.35s ease;
}

.site-header--overlay.is-scrolled {
  background: linear-gradient(
    180deg,
    rgba(248, 249, 247, 0.72) 0%,
    rgba(248, 249, 247, 0.52) 100%
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 8px 32px rgba(26, 43, 60, 0.1);
}

.site-header--overlay .nav-links a {
  color: var(--navy);
  opacity: 0.88;
}

.site-header--overlay .nav-links a:hover,
.site-header--overlay .nav-links a.is-active {
  color: var(--navy);
  opacity: 1;
  border-bottom-color: var(--gold);
}

.site-header--overlay .header-phone {
  color: var(--navy);
}

.site-header--overlay .header-phone[data-site-phone]:hover {
  color: var(--gold-hover);
}

.site-header--overlay .menu-btn span {
  background: var(--navy);
}

.site-header--overlay .site-emblem--header {
  mix-blend-mode: normal;
  filter: drop-shadow(0 1px 4px rgba(26, 43, 60, 0.12));
}

.site-header--overlay .site-header-inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  height: var(--header-h);
  overflow: visible;
  padding: 0;
}

.site-header--overlay .brand-mark--emblem {
  position: absolute;
  top: 0;
  left: clamp(0.65rem, 2.2vw, 1.35rem);
  z-index: 3;
  height: var(--header-h);
  margin: 0;
  padding: 0.35rem 0;
  align-self: auto;
  display: inline-flex;
  align-items: center;
}

.site-header--overlay .site-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: calc(100% - 22rem);
}

.site-header--overlay .header-actions {
  position: absolute;
  top: 0;
  right: clamp(0.65rem, 2.2vw, 1.35rem);
  height: var(--header-h);
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.2vw, 1rem);
}

body:not(.page-home):not(.admin-body):not(.site-maintenance-active) .site-canvas {
  padding-top: var(--header-h);
}

.site-emblem--header {
  display: block;
  height: calc(var(--header-h) - 0.7rem);
  width: auto;
  max-height: calc(var(--header-h) - 0.7rem);
  object-fit: contain;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.45));
}

.brand-mark--emblem {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.page-home .hero-pin-spacer {
  width: 100%;
  aspect-ratio: 3 / 2;
  position: relative;
  z-index: 0;
}

.page-home .hero--cinematic {
  display: block;
  position: relative;
  width: 100%;
  background: var(--navy);
  overflow: visible;
}

.page-home .hero--ref-image {
  /* ref 1536×1024: блок под «БОГАТЫРЬ» на картинке */
  --hero-copy-top: 37.5%;
  --hero-copy-x: 50%;
  --hero-copy-width: min(540px, 74vw);
  --hero-overlay-mid: 0.35;
  --hero-overlay-bottom: 0.62;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  margin-inline: 0;
  min-height: 0;
  line-height: 0;
  background: var(--navy);
}

.page-home .hero--ref-image .hero-bg {
  position: relative;
  width: 100%;
  background: var(--navy);
}

.page-home .hero--ref-image .hero-bg img {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: unset;
  object-position: unset;
  animation: none !important;
  transform: none !important;
}

.page-home .hero--ref-image .hero-bg img.hero-bg__img--pending {
  opacity: 0;
}

.page-home .hero--ref-image .hero-bg img.hero-bg__img--ready {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.page-home .hero--ref-image .hero-overlay {
  z-index: 1;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 43, 60, 0) 0%,
    rgba(26, 43, 60, 0) 55%,
    rgba(26, 43, 60, var(--hero-overlay-mid, 0.35)) 82%,
    rgba(26, 43, 60, var(--hero-overlay-bottom, 0.62)) 100%
  );
  pointer-events: none;
}

.page-home .hero--ref-image .hero-ui {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.page-home .hero-copy-anchor {
  position: absolute;
  top: var(--hero-copy-top);
  left: var(--hero-copy-x);
  width: var(--hero-copy-width);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 1;
}

.page-home .hero-stars-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.35rem, 1.1vw, 0.75rem);
  margin: 0 0 clamp(0.5rem, 1.35vw, 0.78rem);
  pointer-events: none;
}

.page-home .hero-stars-line {
  flex: 0 1 auto;
  width: clamp(1.75rem, 5.5vw, 4.25rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 18%, var(--gold) 82%, transparent);
  opacity: 0.95;
}

.page-home .hero-stars {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.12rem, 0.55vw, 0.32rem);
  color: var(--gold);
  font-size: clamp(0.52rem, 1.35vw, 0.74rem);
  line-height: 1;
  text-shadow: 0 1px 6px rgba(26, 43, 60, 0.75);
}

.page-home .hero-tagline {
  margin: 0 0 clamp(0.65rem, 1.6vw, 1rem);
  font-family: var(--font-sans);
  font-size: clamp(0.64rem, 1.9vw, 0.92rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.94);
  text-shadow:
    0 1px 4px rgba(26, 43, 60, 0.88),
    0 2px 14px rgba(26, 43, 60, 0.45);
  pointer-events: none;
}

.page-home .hero-copy-anchor .hero-sub {
  margin: 0 0 clamp(0.65rem, 1.6vw, 1rem);
  text-transform: none;
  color: rgba(255, 255, 255, 0.94);
}

.page-home .hero-cta-wrap {
  pointer-events: auto;
}

.page-home .hero-cta.btn {
  font-size: clamp(0.72rem, 1.25vw, 0.88rem);
  letter-spacing: 0.16em;
  padding: clamp(1rem, 2vw, 1.15rem) clamp(1.85rem, 3.5vw, 2.5rem);
  min-width: min(248px, 74vw);
  box-shadow: 0 8px 28px rgba(26, 43, 60, 0.28);
}

.page-home .hero--ref-image .hero-note {
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--hero-note-bottom);
  flex: none;
  max-width: none;
  width: auto;
  padding: 0;
  margin: 0;
  transform: none;
  pointer-events: none;
}

.page-home .hero--ref-image .hero-note.container {
  padding-left: clamp(1rem, 4vw, 2rem);
  padding-right: clamp(1rem, 4vw, 2rem);
  display: flex;
  justify-content: flex-end;
}

.page-home .hero--ref-image .hero-note__caption {
  font-size: clamp(0.64rem, 1.1vw, 0.76rem);
}

.page-home .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.page-home .hero-overlay {
  z-index: 1;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 43, 60, 0) 0%,
    rgba(26, 43, 60, 0) 55%,
    rgba(26, 43, 60, 0.35) 82%,
    rgba(26, 43, 60, 0.62) 100%
  );
  pointer-events: none;
}

.page-home .hero-ui {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  pointer-events: none;
  padding: 0;
}

.page-home .hero-note {
  flex: none;
  max-width: min(22rem, 46vw);
  padding: 0;
  margin: auto 0 0 auto;
  transform: translate(0.35rem, 0);
  padding-right: clamp(1rem, 4vw, 2rem);
  padding-bottom: clamp(1.5rem, 4vh, 2.75rem);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-home .hero-note__caption {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(0.68rem, 0.95vw, 0.76rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: var(--gold);
  text-shadow:
    0 1px 3px rgba(26, 43, 60, 0.92),
    0 2px 12px rgba(26, 43, 60, 0.55);
}

.page-home .hero-note__caption span {
  letter-spacing: 0.04em;
  opacity: 0.92;
}

.page-home .hero-note__title {
  margin: 0 0 0.55rem;
  font-family: var(--font-serif);
  font-size: clamp(0.88rem, 1.25vw, 0.98rem);
  font-weight: 600;
  color: var(--gold);
  line-height: 1.35;
  text-shadow:
    0 1px 3px rgba(26, 43, 60, 0.92),
    0 0 18px rgba(26, 43, 60, 0.55);
}

.page-home .hero-note__title span {
  font-family: var(--font-sans);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(184, 154, 91, 0.92);
  text-shadow:
    0 1px 3px rgba(26, 43, 60, 0.92),
    0 0 14px rgba(26, 43, 60, 0.5);
}

.page-home .hero-note__text {
  margin: 0;
  font-size: clamp(0.68rem, 0.95vw, 0.76rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: var(--gold);
  text-shadow:
    0 1px 3px rgba(26, 43, 60, 0.92),
    0 2px 12px rgba(26, 43, 60, 0.55);
}


.page-home .section-bridge--hero-rooms {
  background: rgba(26, 43, 60, 0.82);
}

.page-home .home-rooms-entry {
  position: relative;
  z-index: 2;
  margin-top: 0;
  isolation: isolate;
  box-shadow: 0 -10px 36px rgba(26, 43, 60, 0.14);
}

.page-home .site-canvas > .site-footer {
  position: relative;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .page-home .hero--ref-image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .page-home .hero-pin-spacer {
    aspect-ratio: auto;
    height: auto;
    padding-top: 0;
  }

  .page-home .hero-pin-spacer::after {
    display: none;
  }

  .page-home .home-rooms-entry {
    box-shadow: none;
  }
}

/* —— About strip —— */
.section-about {
  padding: 1.5rem 0 0.5rem;
  text-align: center;
}

.about-text {
  font-size: 0.85rem;
  max-width: 42ch;
  margin: 0 auto;
}

/* —— Hero → rooms handoff —— */
.home-rooms-entry {
  position: relative;
  --bridge-h: clamp(40px, 5vw, 72px);
  --rooms-badge-lift: 1.55rem;
}

.home-rooms-entry > main {
  position: relative;
  z-index: 1;
}

/* —— Rooms section —— */
.section-rooms {
  position: relative;
  --rooms-pad-top: 3.5rem;
  padding: var(--rooms-pad-top) 0 3rem;
  background: var(--rooms-bg);
  overflow-x: hidden;
  overflow-y: visible;
  --rooms-deco-overlay-top: 0.9;
  --rooms-deco-overlay-mid: 0.86;
  --rooms-deco-overlay-bottom: 0.93;
}

.section-rooms .container {
  position: relative;
  z-index: 1;
}

/* —— Section bridges (hero → rooms → news) —— */
.section-bridge {
  position: relative;
  line-height: 0;
  margin: 0;
  overflow: hidden;
}

.section-bridge-svg {
  display: block;
  width: 100%;
  height: clamp(40px, 5vw, 72px);
}

.section-bridge--hero-rooms {
  background: var(--cream);
  margin-top: -1px;
  position: relative;
  z-index: 1;
}

.section-bridge--hero-rooms .section-bridge-fill {
  fill: var(--rooms-bg);
}

.section-bridge--hero-rooms .section-bridge-line {
  fill: none;
  stroke: rgba(184, 154, 91, 0.35);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.section-bridge--rooms-news {
  background: var(--rooms-bg);
  margin-top: -1px;
}

.section-bridge--rooms-news .section-bridge-fill {
  fill: var(--home-news-bg);
}

.section-bridge--rooms-news .section-bridge-line {
  fill: none;
  stroke: rgba(184, 154, 91, 0.28);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.section-bridge-line {
  animation: bridge-line-shimmer 6s ease-in-out infinite;
}

@keyframes bridge-line-shimmer {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

/* —— Home news section —— */
.section-home-news {
  position: relative;
  padding: 2.5rem 0 4rem;
  background: var(--home-news-bg);
  overflow: hidden;
}

.section-home-news::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(184, 154, 91, 0.08), transparent 70%);
  pointer-events: none;
}

.section-home-news-inner {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.section-title--home-news {
  text-align: center;
  margin-bottom: 2rem;
}

.section-title--home-news h2 {
  font-size: clamp(1.65rem, 4vw, 2rem);
}

.section-title--home-news p {
  font-size: 0.92rem;
  max-width: 28rem;
  margin: 0 auto;
}

.section-ornament-diamond {
  font-size: 0.55rem;
  color: var(--gold);
  letter-spacing: 0;
}

.home-news-list {
  list-style: none;
  display: grid;
  gap: 0;
  position: relative;
  padding-left: 0.35rem;
}

.home-news-list::before {
  content: "";
  position: absolute;
  left: 0.65rem;
  top: 0.75rem;
  bottom: 0.75rem;
  width: 2px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(184, 154, 91, 0.45) 12%,
    rgba(184, 154, 91, 0.45) 88%,
    transparent
  );
  border-radius: 2px;
}

.home-news-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.15rem 0 1.15rem 0.5rem;
  position: relative;
}

.home-news-card + .home-news-card {
  border-top: 1px solid rgba(184, 154, 91, 0.12);
}

.home-news-card-marker {
  width: 1.35rem;
  display: flex;
  justify-content: center;
  padding-top: 0.35rem;
}

.home-news-card-marker span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(184, 154, 91, 0.2);
  animation: home-news-dot-pulse 3s ease-in-out infinite;
}

.home-news-card:nth-child(2) .home-news-card-marker span {
  animation-delay: 0.4s;
}

.home-news-card:nth-child(3) .home-news-card-marker span {
  animation-delay: 0.8s;
}

@keyframes home-news-dot-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 4px rgba(184, 154, 91, 0.2); }
  50% { transform: scale(1.15); box-shadow: 0 0 0 6px rgba(184, 154, 91, 0.12); }
}

.home-news-card-body {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(184, 154, 91, 0.18);
  border-radius: 8px;
  padding: 1.1rem 1.25rem 1.2rem;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.home-news-card:hover .home-news-card-body {
  transform: translateX(4px);
  box-shadow: 0 12px 32px rgba(26, 43, 60, 0.07);
}

.home-news-promo-cta {
  text-align: center;
  margin: 2rem 0 0;
}

.home-news-promo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-dark);
  text-decoration: none;
  padding: 0.65rem 1.25rem;
  border: 1px solid rgba(184, 154, 91, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-news-promo-link:hover {
  background: var(--gold);
  color: var(--green-dark);
  border-color: var(--gold);
}

.home-promo-live-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff6de;
  background: linear-gradient(135deg, #d36464, #b04343);
  box-shadow: 0 0 0 0 rgba(211, 100, 100, 0.45);
}

.home-news-promo-cta.is-live .home-promo-live-badge {
  animation: homePromoPulse 1.9s ease-in-out infinite;
}

@keyframes homePromoPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(211, 100, 100, 0.42);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 8px rgba(211, 100, 100, 0);
  }
}

.promo-page {
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.promo-page__inner {
  position: relative;
  z-index: 1;
}

.promo-page-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto clamp(1.25rem, 2.5vw, 1.75rem);
}

.promo-page-head__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.promo-page-head h1 {
  margin: 0 0 0.65rem;
}

.promo-page-head__lead {
  margin: 0;
  font-size: clamp(0.92rem, 1.05vw, 1rem);
  line-height: 1.65;
  color: var(--text-secondary);
}

.promo-deals {
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  margin: 0 auto;
  max-width: 68rem;
  padding: 0 clamp(1rem, 3vw, 1.5rem);
}

.promo-rail {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  padding: 0.35rem 0.15rem 0.55rem;
  margin: 0 -0.15rem;
  -webkit-overflow-scrolling: touch;
}

.promo-rail::-webkit-scrollbar {
  display: none;
}

.promo-rail__pill {
  flex: 0 0 auto;
  border: 1px solid rgba(184, 154, 91, 0.35);
  border-radius: 999px;
  padding: 0.42rem 0.95rem;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 18px rgba(26, 43, 60, 0.06);
  cursor: pointer;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.promo-rail__pill:hover {
  border-color: rgba(184, 154, 91, 0.65);
  box-shadow: 0 6px 22px rgba(26, 43, 60, 0.1);
}

.promo-rail__pill.is-active {
  color: var(--green-dark);
  background: linear-gradient(135deg, rgba(255, 251, 242, 0.98), rgba(255, 255, 255, 0.98));
  border-color: var(--gold);
  box-shadow: 0 8px 24px rgba(184, 151, 90, 0.22);
}

.promo-stage-wrap {
  display: grid;
  gap: clamp(0.85rem, 1.6vw, 1.1rem);
}

.promo-empty {
  margin: 0;
  padding: 2rem 1rem;
  text-align: center;
  color: var(--text-secondary);
}

.promo-page-foot {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  text-align: center;
  margin-top: clamp(1.75rem, 3vw, 2.25rem);
  padding-top: 0.5rem;
}

.promo-page-foot__note {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

.promo-page-foot__note a {
  color: var(--green-dark);
  font-weight: 600;
  text-decoration: none;
}

.promo-page-foot__note a:hover {
  color: var(--gold);
}

@media (min-width: 900px) {
  .promo-deals {
    padding-inline: clamp(1.25rem, 4vw, 2rem);
  }

  .promo-rail {
    justify-content: center;
    flex-wrap: wrap;
    overflow: visible;
  }
}

.section-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.section-deco--pine-bl {
  bottom: -0.25rem;
  left: -0.25rem;
  width: min(380px, 44vw);
  height: min(290px, 34vw);
  background-image: url("./assets/deco-pine-bl.svg");
}

.section-deco--pine-br {
  bottom: -0.25rem;
  right: -0.25rem;
  width: min(380px, 44vw);
  height: min(290px, 34vw);
  background-image: url("./assets/deco-pine-br.svg");
  background-position: right bottom;
}

.section-rooms .section-deco {
  top: 0;
  bottom: 0;
  height: 100%;
  width: max(min(420px, 42%), calc((100% - min(1180px, 90%)) / 2));
}

.section-rooms .section-deco--pine-bl {
  left: 0;
}

.section-rooms .section-deco--pine-br {
  right: 0;
  left: auto;
}

/* Свои фото — высота на всю панель, ширина пропорционально (без сжатия) */
.section-rooms .section-deco--custom {
  --rooms-deco-photo: none;
  background-image:
    linear-gradient(
      180deg,
      rgba(238, 241, 235, var(--rooms-deco-overlay-top, 0.9)) 0%,
      rgba(238, 241, 235, var(--rooms-deco-overlay-mid, 0.86)) 42%,
      rgba(238, 241, 235, var(--rooms-deco-overlay-bottom, 0.93)) 100%
    ),
    var(--rooms-deco-photo);
  background-size: auto 100%, auto 100%;
  background-position: center, center;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 76%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 76%, transparent 100%);
}

.section-rooms .section-deco--pine-bl.section-deco--custom {
  background-position: center, left center;
}

.section-rooms .section-deco--pine-br.section-deco--custom {
  background-position: center, right center;
  -webkit-mask-image: linear-gradient(270deg, #000 0%, #000 76%, transparent 100%);
  mask-image: linear-gradient(270deg, #000 0%, #000 76%, transparent 100%);
}

/* Стандартные ёлки, если фото не задано */
.section-rooms .section-deco--pine-bl:not(.section-deco--custom),
.section-rooms .section-deco--pine-br:not(.section-deco--custom) {
  width: min(260px, 32vw);
  height: min(300px, 38vw);
  top: auto;
  bottom: 0;
  background-image: url("./assets/deco-fir-cluster-bl.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to top, #000 25%, rgba(0, 0, 0, 0.45) 55%, transparent 92%);
  mask-image: linear-gradient(to top, #000 25%, rgba(0, 0, 0, 0.45) 55%, transparent 92%);
}

.section-rooms .section-deco--pine-bl:not(.section-deco--custom) {
  background-position: left bottom;
}

.section-rooms .section-deco--pine-br:not(.section-deco--custom) {
  background-position: right bottom;
  transform: scaleX(-1);
  transform-origin: right bottom;
}

.section-title {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

.section-title--left { text-align: left; }

.section-title--rooms h2 {
  color: var(--green-dark);
  font-size: clamp(1.55rem, 2.8vw, 2.05rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
  padding-left: 0.2em;
}

/* —— Promo badge: активный — уголок (rooms-promo-corner) —— */

.rooms-promo-corner {
  position: absolute;
  top: 0;
  right: max(0px, calc((100% - min(1180px, 90%)) / 2));
  width: clamp(108px, 11vw, 132px);
  height: clamp(108px, 11vw, 132px);
  overflow: hidden;
  text-decoration: none;
  z-index: 35;
  pointer-events: auto;
  filter: drop-shadow(0 6px 18px rgba(26, 43, 60, 0.22));
  transition: filter 0.25s ease, transform 0.25s ease;
}

.rooms-promo-corner__ribbon {
  position: absolute;
  top: clamp(1.35rem, 2.8vw, 1.65rem);
  right: clamp(-2.35rem, -4.5vw, -1.85rem);
  width: clamp(9.5rem, 18vw, 11.5rem);
  padding: 0.48rem 0;
  text-align: center;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #d4ad3f 0%, #b89218 52%, #9a7610 100%);
  color: #fffdf6;
  font-family: var(--font-serif);
  font-size: clamp(0.68rem, 1.05vw, 0.8rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1;
  box-shadow:
    0 4px 14px rgba(26, 43, 60, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.rooms-promo-corner[hidden] {
  display: none !important;
}

.rooms-promo-corner:hover {
  filter: drop-shadow(0 10px 24px rgba(26, 43, 60, 0.28));
  transform: translateY(-1px);
}

.rooms-promo-corner:hover .rooms-promo-corner__ribbon {
  background: linear-gradient(135deg, #e0bc4a 0%, #c9a020 52%, #a67c12 100%);
}

/* —— Promo badge: сохранённый — орнамент (rooms-promo-ornament) —— */

.rooms-promo-ornament {
  position: absolute;
  top: calc(var(--bridge-h) - var(--rooms-badge-lift, 1.55rem));
  left: 50%;
  right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.45rem, 1.2vw, 0.75rem);
  padding: 0.45rem 0.15rem;
  text-decoration: none;
  color: inherit;
  transform: translate(-50%, -58%);
  z-index: 20;
  pointer-events: auto;
  transition:
    transform 0.28s ease,
    opacity 0.28s ease;
}

.rooms-promo-ornament__line {
  width: clamp(1.5rem, 4vw, 3.25rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 154, 91, 0.15) 12%, var(--gold) 50%, rgba(184, 154, 91, 0.15) 88%, transparent);
  transition: width 0.28s ease, opacity 0.28s ease;
}

.rooms-promo-ornament__gem {
  flex-shrink: 0;
  font-size: 0.42rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.9;
}

.rooms-promo-ornament__label {
  flex-shrink: 0;
  font-family: var(--font-serif);
  font-size: clamp(0.76rem, 1.05vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--navy);
  padding-left: 0.24em;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.rooms-promo-ornament[hidden] {
  display: none !important;
}

.rooms-promo-ornament:hover {
  transform: translate(-50%, -62%);
}

.rooms-promo-ornament:hover .rooms-promo-ornament__line {
  width: clamp(2rem, 5vw, 3.75rem);
  opacity: 1;
}

.rooms-promo-ornament:hover .rooms-promo-ornament__label {
  color: #8f6f14;
}

/* —— Promo badge: сохранённый — медальон (rooms-promo-seal) —— */

.rooms-promo-seal {
  --seal-size: clamp(78px, 8.5vw, 92px);
  position: absolute;
  top: calc(var(--bridge-h) - var(--rooms-badge-lift, 1.55rem));
  right: calc((100% - min(1180px, 90%)) / 2);
  width: var(--seal-size);
  height: var(--seal-size);
  display: grid;
  place-items: center;
  text-decoration: none;
  color: inherit;
  transform: translateY(-50%);
  z-index: 20;
  pointer-events: auto;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.rooms-promo-seal__aura {
  position: absolute;
  inset: -12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 160, 32, 0.16) 0%, rgba(248, 249, 247, 0) 70%);
  opacity: 0.65;
  animation: roomsPromoAura 3.6s ease-in-out infinite;
}

.rooms-promo-seal__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 2px;
  background: conic-gradient(
    from 0deg,
    #f5e8c4 0deg,
    #d4ad3f 70deg,
    #c9a020 140deg,
    #f0dfa0 220deg,
    #d4ad3f 300deg,
    #f5e8c4 360deg
  );
  animation: roomsPromoRingSpin 16s linear infinite;
  box-shadow:
    0 8px 26px rgba(26, 43, 60, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.75) inset;
}

.rooms-promo-seal__ring::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: var(--cream);
}

.rooms-promo-seal__core {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.05rem;
  width: calc(var(--seal-size) - 14px);
  height: calc(var(--seal-size) - 14px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.98) 0%, transparent 46%),
    radial-gradient(circle at 50% 108%, rgba(201, 160, 32, 0.1) 0%, transparent 54%),
    linear-gradient(165deg, #ffffff 0%, #faf6ee 54%, #f3ead8 100%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -5px 14px rgba(184, 154, 91, 0.1);
}

.rooms-promo-seal__mark {
  margin-top: 0.12rem;
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 3vw, 1.85rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #9a7610;
}

.rooms-promo-seal__label {
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(26, 43, 60, 0.72);
}

.rooms-promo-seal[hidden] {
  display: none !important;
}

.rooms-promo-seal:hover {
  transform: translateY(-50%) scale(1.05);
}

.rooms-promo-seal:hover .rooms-promo-seal__aura {
  opacity: 0.95;
}

.rooms-promo-seal:hover .rooms-promo-seal__ring {
  animation-duration: 7s;
}

@keyframes roomsPromoRingSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes roomsPromoAura {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.8;
  }
}

/* —— Promo badge: сохранённый — ромб (rooms-promo-diamond) —— */

.rooms-promo-diamond {
  --diamond-size: clamp(74px, 7.8vw, 88px);
  position: absolute;
  top: calc(var(--bridge-h) - var(--rooms-badge-lift, 1.55rem));
  right: calc((100% - min(1180px, 90%)) / 2);
  width: var(--diamond-size);
  height: var(--diamond-size);
  display: grid;
  place-items: center;
  text-decoration: none;
  color: inherit;
  transform: translateY(-50%);
  z-index: 20;
  pointer-events: auto;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.rooms-promo-diamond__glow {
  position: absolute;
  inset: -18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 160, 32, 0.22) 0%, transparent 70%);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.rooms-promo-diamond__frame {
  position: absolute;
  inset: 0;
  transform: rotate(45deg);
  border-radius: 11px;
  background: linear-gradient(145deg, #f0dfa0 0%, #c9a020 48%, #9a7610 100%);
  box-shadow:
    0 10px 28px rgba(26, 43, 60, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.rooms-promo-diamond__plate {
  position: relative;
  z-index: 1;
  width: calc(var(--diamond-size) - 11px);
  height: calc(var(--diamond-size) - 11px);
  transform: rotate(45deg);
  border-radius: 9px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.09) 0%, transparent 45%),
    linear-gradient(165deg, #2a445c 0%, #1a2b3c 62%, #142230 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.rooms-promo-diamond__content {
  display: grid;
  justify-items: center;
  gap: 0.02rem;
  transform: rotate(-45deg);
  text-align: center;
}

.rooms-promo-diamond__mark {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.5vw, 1.55rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #f3e2b0;
  text-shadow: 0 2px 10px rgba(201, 160, 32, 0.35);
}

.rooms-promo-diamond__label {
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(243, 226, 176, 0.9);
}

.rooms-promo-diamond[hidden] {
  display: none !important;
}

.rooms-promo-diamond:hover {
  transform: translateY(-50%) scale(1.06);
}

.rooms-promo-diamond:hover .rooms-promo-diamond__glow {
  opacity: 1;
}

/* —— Promo badge: сохранённый — лента (rooms-promo-strip) —— */

.rooms-promo-strip {
  position: absolute;
  top: calc(var(--bridge-h) - var(--rooms-badge-lift, 1.55rem));
  right: calc((100% - min(1180px, 90%)) / 2);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  max-width: min(280px, 42vw);
  text-decoration: none;
  color: inherit;
  transform: translateY(-50%);
  z-index: 20;
  pointer-events: auto;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.rooms-promo-strip__line {
  flex: 1 1 1.5rem;
  height: 1px;
  min-width: 0.75rem;
  background: linear-gradient(90deg, transparent, rgba(184, 154, 91, 0.55));
}

.rooms-promo-strip__line:last-child {
  background: linear-gradient(90deg, rgba(184, 154, 91, 0.55), transparent);
}

.rooms-promo-strip__body {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.42rem 0.7rem 0.42rem 0.42rem;
  border-radius: 999px;
  border: 1px solid rgba(184, 154, 91, 0.42);
  background:
    linear-gradient(135deg, rgba(26, 43, 60, 0.97) 0%, rgba(36, 58, 80, 0.94) 100%);
  box-shadow:
    0 8px 28px rgba(26, 43, 60, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.rooms-promo-strip__pct {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: var(--font-serif);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  color: var(--navy);
  background: linear-gradient(145deg, #f0dfa0, #c9a020);
  box-shadow: 0 2px 10px rgba(201, 160, 32, 0.35);
}

.rooms-promo-strip__copy {
  display: grid;
  gap: 0.02rem;
  line-height: 1.1;
}

.rooms-promo-strip__eyebrow {
  font-size: 0.48rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(243, 226, 176, 0.72);
}

.rooms-promo-strip__title {
  font-family: var(--font-serif);
  font-size: clamp(0.82rem, 1.15vw, 0.96rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff9ee;
}

.rooms-promo-strip__gem {
  flex-shrink: 0;
  font-size: 0.45rem;
  color: var(--gold);
  opacity: 0.85;
}

.rooms-promo-strip[hidden] {
  display: none !important;
}

.rooms-promo-strip:hover {
  transform: translateY(-50%) translateX(-3px);
  filter: drop-shadow(0 10px 24px rgba(26, 43, 60, 0.22));
}

.rooms-promo-strip:hover .rooms-promo-strip__pct {
  transform: scale(1.06);
  transition: transform 0.25s ease;
}

.rooms-promo-strip:hover .rooms-promo-strip__title {
  color: #f3e2b0;
}

/* —— Promo badge: сохранённый — закладка (rooms-promo-tab) —— */

.rooms-promo-tab {
  position: absolute;
  top: calc(var(--bridge-h) - var(--rooms-badge-lift, 1.55rem));
  right: calc((100% - min(1180px, 90%)) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(58px, 5.5vw, 68px);
  text-decoration: none;
  color: inherit;
  transform: translateY(-88%);
  z-index: 20;
  pointer-events: auto;
  filter: drop-shadow(0 10px 22px rgba(26, 43, 60, 0.14));
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.3s ease;
}

.rooms-promo-tab__panel {
  position: relative;
  width: 100%;
  padding: 0.7rem 0.45rem 0.55rem;
  display: grid;
  justify-items: center;
  gap: 0.2rem;
  text-align: center;
  border-radius: 12px 12px 0 0;
  border: 1px solid rgba(184, 154, 91, 0.48);
  border-bottom: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 244, 234, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.rooms-promo-tab__panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(90deg, #b89218, #e8c96a, #b89218);
}

.rooms-promo-tab__gem {
  font-size: 0.42rem;
  line-height: 1;
  color: var(--gold);
  margin-top: 0.15rem;
}

.rooms-promo-tab__eyebrow {
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(26, 43, 60, 0.52);
}

.rooms-promo-tab__title {
  font-family: var(--font-serif);
  font-size: clamp(0.82rem, 1.2vw, 0.94rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.06em;
  color: var(--navy);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  padding: 0.15rem 0 0.35rem;
}

.rooms-promo-tab__point {
  width: 100%;
  height: 12px;
  margin-top: -1px;
  background: linear-gradient(180deg, rgba(248, 244, 234, 0.98) 0%, rgba(240, 232, 216, 1) 100%);
  border: 1px solid rgba(184, 154, 91, 0.48);
  border-top: none;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.rooms-promo-tab[hidden] {
  display: none !important;
}

.rooms-promo-tab:hover {
  transform: translateY(-88%) translateX(-4px);
  filter: drop-shadow(0 14px 28px rgba(26, 43, 60, 0.2));
}

.rooms-promo-tab:hover .rooms-promo-tab__title {
  color: #8f6f14;
}

.section-title--rooms p {
  margin-top: 0.35rem;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
}

.section-ornament-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  max-width: 260px;
  margin: 0 auto;
}

.section-ornament-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 18%, var(--gold) 82%, transparent);
  max-width: 88px;
}

.section-ornament-icon {
  flex-shrink: 0;
  color: var(--gold);
}

.section-title h2 {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-title p {
  font-size: 0.8rem;
}

.rooms-track {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}

.room-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid rgba(184, 154, 91, 0.2);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(26, 43, 60, 0.07);
}

.room-card--featured {
  border-color: rgba(197, 160, 89, 0.55);
  box-shadow: 0 10px 36px rgba(26, 43, 60, 0.1);
}

.room-card-badge {
  position: absolute;
  top: 0.75rem;
  left: 0;
  z-index: 2;
  padding: 0.32rem 0.7rem 0.32rem 0.55rem;
  background: var(--gold);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 0 3px 3px 0;
}

.room-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.room-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.2rem 1.25rem;
  text-align: center;
}

.room-card h3 {
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--green-dark);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.room-specs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-bottom: 0.65rem;
}

.room-specs span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}

.room-specs svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.room-desc {
  font-family: var(--font-sans);
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.58;
  flex: 1;
  margin-bottom: 0.85rem;
}

.room-card .room-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  margin-bottom: 1rem;
}

.room-price-from {
  font-family: var(--font-sans);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

.room-price-main {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2vw, 1.42rem);
  font-weight: 600;
  color: var(--green-dark);
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.room-price-night {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.room-card .btn-card {
  margin-top: auto;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  padding: 0.82rem 1rem;
}

@media (min-width: 1025px) {
  .room-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  }

  .room-card:hover {
    transform: translateY(-4px);
    border-color: rgba(197, 160, 89, 0.55);
    box-shadow: 0 12px 36px rgba(26, 43, 60, 0.12);
  }

  .room-card img {
    transition: transform 0.45s ease;
  }

  .room-card:hover img {
    transform: scale(1.04);
  }
}

/* —— Other sections —— */
.section-block {
  padding: 3rem 0;
}

.section-block--alt {
  background: var(--cream-deep);
}

.two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.two-cols h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.two-cols p {
  font-size: 0.88rem;
}

.tags-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.tags-list li {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(138, 154, 138, 0.35);
  color: var(--navy);
  background: var(--white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  align-items: stretch;
}

.gallery-grid .gallery-cell {
  aspect-ratio: 4 / 3;
  width: 100%;
  min-height: 0;
}

.gallery-grid .gallery-cell-inner {
  width: 100%;
  height: 100%;
}

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

.contacts-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(280px, 1.15fr);
  gap: 2rem;
  align-items: start;
  width: 100%;
}

.contacts-text {
  display: grid;
  gap: 0.5rem;
  align-content: start;
}

.contacts-text a {
  font-weight: 600;
  text-decoration: none;
}

.contacts-text a:hover { color: var(--gold-hover); }

.muted { font-size: 0.85rem; }

.map-block {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
}

.map-block iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(26, 43, 60, 0.08);
}

.route-form {
  display: grid;
  gap: 0.65rem;
  width: 100%;
}

.route-form .btn {
  width: 100%;
  margin-top: 0.15rem;
}

.route-form input,
.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(138, 154, 138, 0.35);
  background: var(--white);
  font: inherit;
  color: var(--navy);
}

.contact-guide,
.contact-faq {
  margin-top: 2.4rem;
  padding: 1.35rem 1.4rem;
  border: 1px solid rgba(197, 160, 89, 0.24);
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.97), rgba(248, 249, 247, 0.92));
  box-shadow: 0 10px 30px rgba(26, 43, 60, 0.06);
}

.contact-guide h2,
.contact-faq h2 {
  margin: 0 0 0.6rem;
  font-family: var(--font-sans);
  font-size: clamp(1.06rem, 1.9vw, 1.22rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #223646;
  line-height: 1.28;
}

.contact-eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.contact-lead {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #4f5e66;
}

.contact-guide-list {
  margin: 0.95rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.5rem;
  color: #56656d;
  font-size: 0.9rem;
  line-height: 1.6;
}

.contact-guide-list strong {
  color: var(--green-dark);
  font-weight: 700;
}

.faq-accordion {
  display: grid;
  gap: 0.65rem;
}

.faq-item {
  border: 1px solid rgba(138, 154, 138, 0.28);
  border-radius: 10px;
  background: var(--white);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item[open] {
  border-color: rgba(197, 160, 89, 0.5);
  box-shadow: 0 12px 24px rgba(26, 43, 60, 0.08);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 0.9rem 2.6rem 0.9rem 0.95rem;
  position: relative;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #223646;
  line-height: 1.35;
  transition: color 0.2s ease, background 0.2s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before,
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0.7rem;
  height: 2px;
  background: var(--gold);
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.faq-item summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item[open] summary {
  color: var(--green-dark);
  background: rgba(197, 160, 89, 0.08);
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.faq-item p {
  margin: 0;
  padding: 0.15rem 0.95rem 0.95rem;
  color: #5f6c74;
  font-size: 0.88rem;
  line-height: 1.62;
}

.form-message {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
  min-height: 1.1rem;
}

/* —— Footer —— */
.site-footer {
  position: relative;
  background:
    linear-gradient(168deg, #1a2b3c 0%, #152433 42%, #0f1c28 100%);
  color: rgba(255, 255, 255, 0.88);
  padding: 3.25rem 0 2rem;
  flex-shrink: 0;
}

.footer-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(197, 160, 89, 0.15) 15%,
    var(--gold) 50%,
    rgba(197, 160, 89, 0.15) 85%,
    transparent 100%
  );
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 80% at 12% 100%, rgba(197, 160, 89, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 45% 70% at 88% 0%, rgba(138, 154, 138, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 2rem 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(197, 160, 89, 0.18);
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  width: fit-content;
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.footer-brand-title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
  line-height: 1.1;
}

.footer-brand-sub {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  color: var(--gold);
}

.footer-tagline {
  margin: 0;
  max-width: 16rem;
  font-size: 0.84rem;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.74);
}

.footer-col-label {
  margin: 0 0 0.65rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.footer-contact-col,
.footer-social-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-contact-link {
  display: block;
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  margin-bottom: 0.35rem;
  transition: color 0.2s;
}

.footer-contact-link:hover {
  color: var(--gold);
}

.footer-hours {
  margin: 0.5rem 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-social a,
.footer-link {
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-social a:hover,
.footer-link:hover {
  color: var(--gold);
}

.footer-link--vacancies {
  margin-top: 0.65rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.35rem;
  flex-wrap: wrap;
}

.footer-copy {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.62);
}

.footer-admin {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-admin:hover {
  color: var(--gold);
}

/* —— Mobile nav —— */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 300;
  visibility: hidden;
  pointer-events: none;
}

.mobile-nav.is-open {
  visibility: visible;
  pointer-events: auto;
}

.mobile-nav-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 43, 60, 0.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-nav.is-open .mobile-nav-backdrop { opacity: 1; }

.mobile-nav-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(300px, 86vw);
  height: 100%;
  background: rgba(248, 249, 247, 0.72);
  backdrop-filter: blur(24px) saturate(1.35);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
  border-left: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow:
    -16px 0 48px rgba(26, 43, 60, 0.14),
    inset 1px 0 0 rgba(255, 255, 255, 0.45);
  padding: 1.25rem 1.5rem 2rem;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .mobile-nav-backdrop {
    background: rgba(26, 43, 60, 0.48);
  }

  .mobile-nav-panel {
    background: rgba(248, 249, 247, 0.96);
  }
}

.mobile-nav.is-open .mobile-nav-panel { transform: translateX(0); }

.mobile-nav-close {
  align-self: flex-end;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  color: var(--navy);
  box-shadow: 0 4px 16px rgba(26, 43, 60, 0.08);
  transition: background 0.2s ease, transform 0.15s ease;
}

.mobile-nav-close:active {
  transform: scale(0.94);
  background: rgba(255, 255, 255, 0.65);
}

.mobile-nav-links {
  list-style: none;
  display: grid;
}

.mobile-nav-links a {
  display: block;
  padding: 0.9rem 0.65rem;
  margin: 0 -0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--navy);
  border-bottom: 1px solid rgba(184, 154, 91, 0.22);
  border-radius: 8px;
  transition: background 0.2s ease, color 0.2s ease;
}

.mobile-nav-links a:hover,
.mobile-nav-links a:focus-visible {
  background: rgba(255, 255, 255, 0.42);
  color: var(--green-dark);
}

.mobile-nav-phone {
  display: block;
  margin-top: auto;
  padding: 0.85rem 0.65rem;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: var(--green-dark);
  background: rgba(184, 154, 91, 0.14);
  border: 1px solid rgba(184, 154, 91, 0.34);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mobile-nav-phone:hover,
.mobile-nav-phone:focus-visible {
  color: var(--gold-hover);
  background: rgba(184, 154, 91, 0.22);
  border-color: rgba(184, 154, 91, 0.48);
}

.mobile-nav-panel > .btn-gold {
  margin-top: auto;
  box-shadow: 0 6px 24px rgba(184, 154, 91, 0.32);
}

.mobile-nav-panel > .mobile-nav-phone + .btn-gold {
  margin-top: 0.65rem;
}

/* —— Room page —— */
.page-room.page-bg-off .site-canvas {
  background: var(--cream);
}

.room-page { padding: 1.75rem 0 4rem; }

.room-back {
  display: inline-block;
  margin-bottom: 1.25rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text-secondary);
  transition: color 0.2s;
}

.room-back:hover { color: var(--gold-hover); }

.room-page-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 1.75rem;
  text-align: center;
}

.room-eyebrow {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
  text-align: center;
}

.room-page-head h1 {
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  text-transform: uppercase;
  color: var(--green-dark);
  margin: 0;
  width: 100%;
  text-align: center;
}

.room-lead {
  font-size: 1rem;
  max-width: 42ch;
  margin: 0.15rem 0 0;
  line-height: 1.55;
  text-align: center;
}

.room-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.5rem;
  align-items: stretch;
  margin-bottom: 2.75rem;
}

@media (min-width: 901px) {
  .room-gallery-card {
    height: 100%;
  }

  .room-gallery-stage {
    flex: 0 0 auto;
    height: clamp(300px, 42vh, 520px);
    min-height: 0;
  }

  .room-swiper {
    height: 100%;
    min-height: 0;
  }
}

.room-gallery-card {
  position: relative;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.85rem 0.85rem 0.75rem;
  min-height: 100%;
}

.room-gallery-card.panel {
  padding: 0.85rem 0.85rem 0.75rem;
}

.room-gallery-stage {
  flex: 0 0 auto;
  height: clamp(280px, 42vh, 520px);
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.room-gallery-frame {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(184, 154, 91, 0.24);
  box-shadow: 0 10px 36px rgba(26, 43, 60, 0.1);
  background:
    linear-gradient(145deg, rgba(26, 43, 60, 0.04), rgba(26, 43, 60, 0.01)),
    var(--cream-deep);
}

.room-swiper {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: transparent;
  padding-bottom: 2.35rem;
  box-sizing: border-box;
}

.room-swiper--solo {
  padding-bottom: 0;
}

.room-swiper--solo .swiper-pagination,
.room-swiper--solo .swiper-button-prev,
.room-swiper--solo .swiper-button-next {
  display: none;
}

.room-swiper .swiper-wrapper {
  align-items: stretch;
}

.room-swiper .swiper-slide {
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.room-slide-media {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.5rem, 1.4vw, 0.9rem);
  box-sizing: border-box;
}

.room-slide-media img,
.room-slide-media video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.room-slide-media img.room-slide-image,
.room-slide-media--zoom {
  cursor: zoom-in;
}

.room-slide-media--zoom {
  width: 100%;
  height: 100%;
}

.room-slide-media video {
  cursor: pointer;
  background: #0f1820;
}

.room-gallery-empty {
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 0;
  padding: 2rem;
  text-align: center;
  font-size: 0.92rem;
}

.room-gallery-thumbs-wrap {
  min-width: 0;
}

.room-thumbs-swiper {
  margin: 0;
  padding: 0.15rem 0.1rem;
}

.room-thumb-slide {
  width: 76px;
  height: 58px;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0.58;
  border: 2px solid transparent;
  cursor: pointer;
  background: var(--cream-deep);
  transition: opacity 0.2s ease, border-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.room-thumb-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.room-thumb-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--gold);
}

.room-thumb-video {
  font-size: 1.1rem;
  color: var(--gold-hover);
  line-height: 1;
}

.room-gallery-hint {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.room-lightbox {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
  box-sizing: border-box;
}

.room-lightbox[hidden] {
  display: none !important;
}

.room-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(12, 20, 28, 0.88);
  cursor: pointer;
}

.room-lightbox-stage {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(96vw, 1200px);
  max-height: 88vh;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.room-lightbox-stage .room-lightbox-media {
  pointer-events: auto;
}

.room-lightbox-media {
  display: block;
  max-width: min(96vw, 1200px);
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  pointer-events: auto;
}

.room-lightbox-media[hidden] {
  display: none !important;
}

.room-lightbox-close {
  position: fixed;
  top: clamp(0.75rem, 2vw, 1.25rem);
  right: clamp(0.75rem, 2vw, 1.25rem);
  z-index: 3;
  pointer-events: auto;
  width: 2.35rem;
  height: 2.35rem;
  border: 0;
  border-radius: 50%;
  background: rgba(248, 249, 247, 0.95);
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.room-lightbox-nav {
  position: fixed;
  top: 50%;
  z-index: 3;
  pointer-events: auto;
  width: 2.65rem;
  height: 2.65rem;
  margin-top: -1.325rem;
  border: 0;
  border-radius: 50%;
  background: rgba(248, 249, 247, 0.94);
  color: var(--gold-hover);
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
  transition: background 0.2s ease, transform 0.2s ease;
}

.room-lightbox-nav:hover {
  background: var(--white);
  transform: scale(1.05);
}

.room-lightbox-nav--prev {
  left: clamp(0.65rem, 2.5vw, 1.35rem);
}

.room-lightbox-nav--next {
  right: clamp(0.65rem, 2.5vw, 1.35rem);
}

.room-lightbox-nav[hidden] {
  display: none !important;
}

.room-lightbox-counter {
  position: fixed;
  left: 50%;
  bottom: clamp(0.85rem, 2.5vw, 1.35rem);
  z-index: 3;
  pointer-events: none;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(12, 20, 28, 0.72);
  color: rgba(248, 249, 247, 0.95);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.room-lightbox-counter[hidden] {
  display: none !important;
}

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

.room-swiper .swiper-pagination {
  bottom: 0.35rem;
  line-height: 1;
}

.room-swiper .swiper-pagination-bullet-active { background: var(--gold); }

.room-swiper .swiper-button-prev,
.room-swiper .swiper-button-next {
  top: calc(50% - 1.15rem);
  width: 2.35rem;
  height: 2.35rem;
  margin-top: 0;
  border-radius: 50%;
  background: rgba(248, 249, 247, 0.92);
  box-shadow: 0 2px 12px rgba(26, 43, 60, 0.12);
  color: var(--gold-hover);
}

.room-swiper .swiper-button-prev { left: 0.5rem; }
.room-swiper .swiper-button-next { right: 0.5rem; }

.room-swiper .swiper-button-prev::after,
.room-swiper .swiper-button-next::after {
  font-size: 0.85rem;
  font-weight: 700;
}

.room-details {
  align-self: stretch;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
}

.panel {
  background: var(--white);
  padding: 1.5rem 1.6rem;
  border-radius: 8px;
  border: 1px solid rgba(184, 154, 91, 0.22);
  box-shadow: 0 4px 24px rgba(26, 43, 60, 0.06);
}

.room-details .room-price {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gold-hover);
  margin: 0.15rem 0 0.65rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(184, 154, 91, 0.2);
}

.room-detail-specs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 0.85rem;
  padding: 0;
}

.room-detail-spec {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--navy);
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(138, 154, 138, 0.35);
  background: var(--cream);
}

.room-about {
  flex: 1 1 auto;
  margin-bottom: 0.25rem;
}

.room-about h2 {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: var(--green-dark);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.room-about p {
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0 0 1rem;
}

.room-in-room-block {
  padding-top: 0.85rem;
  border-top: 1px solid rgba(184, 154, 91, 0.18);
}

.room-in-room__heading {
  font-family: var(--font-serif);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.6rem;
}

.room-details > .btn {
  margin-top: auto;
  flex-shrink: 0;
}

.room-in-room {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.38rem 1.1rem;
}

.room-in-room__item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
  padding-left: 0.8rem;
  font-size: 0.84rem;
  line-height: 1.4;
  color: var(--green-dark);
}

.room-in-room__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 4px;
  height: 4px;
  background: var(--gold);
  transform: rotate(45deg);
}

.room-in-room__title {
  font-weight: 500;
  min-width: 0;
}

.room-in-room__tag {
  flex-shrink: 0;
  margin-left: auto;
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
  padding: 0.14rem 0.48rem;
  border-radius: 999px;
  white-space: nowrap;
}

.room-in-room__tag--paid {
  color: #6f5418;
  background: rgba(184, 154, 91, 0.16);
  border: 1px solid rgba(184, 154, 91, 0.36);
}

.room-in-room__tag--on-request {
  color: rgba(26, 43, 60, 0.82);
  background: rgba(26, 43, 60, 0.05);
  border: 1px solid rgba(26, 43, 60, 0.14);
}

.room-benefits { list-style: none; display: grid; gap: 0.4rem; }
.room-benefits li {
  font-size: 0.85rem;
  padding-left: 1rem;
  position: relative;
}
.room-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  background: var(--gold);
  transform: rotate(45deg);
}

.room-booking {
  padding-top: 2rem;
  border-top: 1px solid rgba(197, 160, 89, 0.2);
}

.booking-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}

.booking-form { display: grid; gap: 0.6rem; }

.booking-fields-row,
.booking-dates-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.booking-form label {
  display: grid;
  gap: 0.25rem;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.guests-list { display: grid; gap: 0.55rem; }

.guest-card {
  padding: 0.75rem;
  background: var(--cream);
  border: 1px solid rgba(138, 154, 138, 0.2);
  display: grid;
  gap: 0.4rem;
}

.guest-card-title { font-size: 0.75rem; font-weight: 700; }

.guest-card input {
  padding: 0.65rem;
  border: 1px solid rgba(138, 154, 138, 0.35);
  font: inherit;
}

.booking-block--modal {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.25rem;
}

/* —— Booking modal —— */
.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.booking-modal.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

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

.booking-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 43, 60, 0.55);
  backdrop-filter: blur(4px);
}

.booking-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  max-height: min(92vh, 900px);
  overflow: auto;
  background: var(--cream);
  border: 1px solid rgba(197, 160, 89, 0.28);
  border-radius: 12px;
  box-shadow: 0 24px 64px rgba(26, 43, 60, 0.22);
  padding: 1.5rem 1.5rem 1.35rem;
  transform: translateY(12px) scale(0.98);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.booking-modal.is-open .booking-modal-dialog {
  transform: translateY(0) scale(1);
}

.booking-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 50%;
  background: rgba(26, 43, 60, 0.06);
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.booking-modal-close:hover {
  background: rgba(197, 160, 89, 0.18);
  color: var(--green-dark);
}

.booking-modal-head {
  text-align: center;
  margin-bottom: 1.15rem;
  padding-right: 2rem;
}

.booking-modal-head h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: var(--green-dark);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0.2rem 0 0.35rem;
}

.booking-modal-sub {
  margin: 0;
  font-size: 0.84rem;
}

.booking-form--modal {
  background: var(--white);
  border: 1px solid rgba(197, 160, 89, 0.18);
  border-radius: 8px;
  padding: 1rem 1.05rem;
  box-shadow: 0 8px 28px rgba(26, 43, 60, 0.05);
}

.booking-form--modal input[type="date"] {
  width: 100%;
  padding: 0.7rem 0.75rem;
  border: 1px solid rgba(138, 154, 138, 0.35);
  background: var(--white);
  font: inherit;
  color: var(--navy);
}

.booking-form--modal .booking-dates-row {
  margin-bottom: 0.15rem;
}

.booking-form--modal textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(138, 154, 138, 0.35);
  background: var(--white);
  font: inherit;
  color: var(--navy);
  resize: vertical;
  min-height: 4.5rem;
}

.bc-dates-display--modal {
  margin: 0;
  padding: 0.65rem 0.75rem;
  background: var(--cream);
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 6px;
  font-size: 0.82rem;
  color: var(--green-dark);
  text-align: center;
}

.booking-form--modal .form-message {
  text-align: center;
  min-height: 1.2rem;
}

@media (max-width: 820px) {
  .booking-block--modal {
    grid-template-columns: 1fr;
  }

  .booking-modal {
    padding: 0.75rem;
    align-items: flex-end;
  }

  .booking-modal-dialog {
    max-height: 94vh;
    border-radius: 12px 12px 0 0;
    padding: 1.15rem 1rem 1rem;
  }
}

/* —— Booking thanks —— */
.booking-thanks {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.booking-thanks.is-visible {
  visibility: visible;
  opacity: 1;
}

.booking-thanks::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(26, 43, 60, 0.42);
  backdrop-filter: blur(4px);
}

.booking-thanks-card {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  padding: 2rem 1.75rem 1.85rem;
  text-align: center;
  background: linear-gradient(165deg, #fffdf8 0%, var(--cream) 48%, #f4efe4 100%);
  border: 1px solid rgba(197, 160, 89, 0.35);
  border-radius: 14px;
  box-shadow:
    0 20px 50px rgba(26, 43, 60, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transform: translateY(16px) scale(0.94);
  opacity: 0;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
}

.booking-thanks.is-visible .booking-thanks-card {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.booking-thanks-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.booking-thanks-icon svg {
  display: block;
}

.booking-thanks-icon-ring {
  fill: none;
  stroke: rgba(197, 160, 89, 0.35);
  stroke-width: 2;
  stroke-dasharray: 151;
  stroke-dashoffset: 151;
  transform-origin: center;
  animation: booking-thanks-ring 0.55s ease forwards 0.1s;
}

.booking-thanks-icon-check {
  fill: none;
  stroke: var(--green-dark);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: booking-thanks-check 0.4s ease forwards 0.45s;
}

@keyframes booking-thanks-ring {
  to { stroke-dashoffset: 0; }
}

@keyframes booking-thanks-check {
  to { stroke-dashoffset: 0; }
}

.booking-thanks-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.booking-thanks-title {
  margin: 0 0 0.55rem;
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  font-weight: 600;
  color: var(--green-dark);
  letter-spacing: 0.04em;
}

.booking-thanks-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

/* —— Booking calendar —— */
.bc-panel {
  background: var(--navy);
  color: #e8edf0;
  padding: 1rem;
}

.bc-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.bc-room-fixed {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  margin: 0;
}

.bc-month-nav { display: flex; align-items: center; gap: 0.3rem; }

.bc-month-title {
  font-weight: 700;
  min-width: 8rem;
  text-align: center;
  font-size: 0.9rem;
}

.bc-nav-btn {
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255,255,255,0.25);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 1.1rem;
}

.bc-hint { font-size: 0.8rem; min-height: 1rem; color: #a8b8c4; margin-bottom: 0.35rem; }
.bc-hint-error { color: #ffb4b4; }

.bc-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.2rem;
  margin-bottom: 0.25rem;
  text-align: center;
  font-size: 0.62rem;
  font-weight: 700;
  color: #8fa0ac;
}

.bc-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.2rem;
}

.bc-day {
  aspect-ratio: 1;
  border: none;
  font-weight: 700;
  font-size: 0.75rem;
  font-family: inherit;
  cursor: default;
}

.bc-day-empty { visibility: hidden; }
.bc-day-free {
  background: rgba(61, 214, 140, 0.2);
  color: #b8ffe0;
  cursor: pointer;
}
.bc-day-busy, .bc-day-past {
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.25);
}
.bc-day-in-range { background: rgba(197, 160, 89, 0.35); color: #fff8e8; }
.bc-day-start, .bc-day-end {
  background: var(--gold);
  color: var(--navy);
}

.bc-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.85rem;
  margin-top: 0.6rem;
  font-size: 0.68rem;
  color: var(--text-secondary);
}

.bc-swatch {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}

.bc-swatch-free { background: #3dd68c; }
.bc-swatch-busy { background: rgba(255,107,107,0.6); }
.bc-swatch-range { background: var(--gold); }

.bc-clear {
  margin-top: 0.55rem;
  width: 100%;
  padding: 0.45rem;
  border: 1px dashed rgba(255,255,255,0.3);
  background: transparent;
  color: #c5d4de;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.75rem;
}

.bc-dates-display {
  padding: 0.65rem 0.8rem;
  background: var(--cream);
  border: 1px solid rgba(138, 154, 138, 0.25);
  font-size: 0.85rem;
}

.page-sub .sub-page-head p,
.page-sub .sub-page-lead,
.page-sub .sub-page-note,
.page-sub .sub-page-text {
  color: var(--text-secondary);
}

/* —— Sub pages —— */
.page-sub {
  --page-bg-photo: none;
  --page-bg-overlay-top: 0.9;
  --page-bg-overlay-mid: 0.86;
  --page-bg-overlay-bottom: 0.93;
  background-color: var(--cream);
}

.page-room {
  --page-bg-photo: none;
  --page-bg-overlay-top: 0.9;
  --page-bg-overlay-mid: 0.86;
  --page-bg-overlay-bottom: 0.93;
  background-color: var(--cream);
}

.page-sub:not(.page-bg-off) .site-canvas,
.page-room:not(.page-bg-off) .site-canvas {
  background-image:
    linear-gradient(
      180deg,
      rgba(248, 249, 247, var(--page-bg-overlay-top)) 0%,
      rgba(248, 249, 247, var(--page-bg-overlay-mid)) 42%,
      rgba(248, 249, 247, var(--page-bg-overlay-bottom)) 100%
    ),
    var(--page-bg-photo);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: var(--cream);
}

.page-sub.page-bg-off,
.page-room.page-bg-off {
  background-image: none;
}

.sub-page {
  padding: 2.5rem 0 4rem;
}

.sub-page-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 1.75rem;
  text-align: center;
}

.page-stars-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.35rem, 1.1vw, 0.75rem);
  margin: 0 0 0.65rem;
}

.page-stars-line {
  flex: 0 1 auto;
  width: clamp(1.75rem, 5.5vw, 4.25rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 18%, var(--gold) 82%, transparent);
  opacity: 0.95;
}

.page-stars {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.12rem, 0.55vw, 0.32rem);
  color: var(--gold);
  font-size: clamp(0.52rem, 1.35vw, 0.74rem);
  line-height: 1;
}

.sub-page-head h1 {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  text-align: center;
}

.sub-page-head p,
.sub-page-lead {
  font-size: clamp(0.9rem, 1.05vw, 0.96rem);
  margin: 0.15rem 0 0;
  max-width: 42ch;
  text-align: center;
  line-height: 1.58;
  font-weight: 500;
}

.sub-page-lead [data-site-address] {
  font-weight: 600;
  color: var(--green-dark);
}

.sub-page-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}

.sub-page-photo {
  width: 100%;
  border-radius: 0;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.page-sub[data-page="about"] .sub-page-photo {
  -webkit-mask-image: radial-gradient(
    ellipse 96% 92% at 50% 46%,
    #000 36%,
    rgba(0, 0, 0, 0.96) 52%,
    rgba(0, 0, 0, 0.52) 72%,
    transparent 96%
  );
  mask-image: radial-gradient(
    ellipse 96% 92% at 50% 46%,
    #000 36%,
    rgba(0, 0, 0, 0.96) 52%,
    rgba(0, 0, 0, 0.52) 72%,
    transparent 96%
  );
  filter: drop-shadow(0 22px 40px rgba(26, 43, 60, 0.14));
}

.sub-page-text {
  display: grid;
  gap: 1rem;
  font-size: 0.95rem;
  line-height: 1.62;
}

.sub-list {
  padding-left: 1.1rem;
  display: grid;
  gap: 0.4rem;
}

/* —— About page —— */
.about-page {
  display: grid;
  gap: clamp(1.75rem, 3vw, 2.5rem);
  margin-top: 0.35rem;
}

.about-lead {
  margin: 0 auto;
  max-width: 52ch;
  text-align: center;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.68;
  color: var(--text-secondary);
}

.about-blocks {
  display: grid;
  gap: clamp(1.35rem, 2.5vw, 2rem);
}

.about-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.75rem);
  align-items: center;
  padding: clamp(1rem, 1.8vw, 1.35rem);
  border-radius: 12px;
  background: var(--white);
  border: 1px solid rgba(184, 154, 91, 0.18);
  box-shadow: 0 6px 28px rgba(26, 43, 60, 0.05);
}

.about-block--reverse .about-block__media {
  order: 2;
}

.about-block--reverse .about-block__body {
  order: 1;
}

.about-block__media {
  min-width: 0;
}

.media-carousel {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(26, 43, 60, 0.06), rgba(184, 151, 90, 0.08));
}

.media-carousel__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}

.media-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.media-carousel__viewport:focus-visible {
  outline: 2px solid rgba(184, 151, 90, 0.65);
  outline-offset: 2px;
}

.media-carousel__track {
  display: flex;
}

.media-carousel__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.media-carousel__slide img,
.media-carousel__solo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-carousel__solo {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.media-carousel__btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 2.1rem;
  height: 2.1rem;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 16px rgba(26, 43, 60, 0.14);
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.media-carousel__btn:hover:not(:disabled) {
  background: #fff;
}

.media-carousel__btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.media-carousel__btn--prev {
  left: 0.55rem;
}

.media-carousel__btn--next {
  right: 0.55rem;
}

.media-carousel__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.55rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  pointer-events: none;
}

.media-carousel__dot {
  pointer-events: auto;
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 1px 4px rgba(26, 43, 60, 0.18);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.media-carousel__dot.is-active {
  transform: scale(1.2);
  background: var(--gold);
}

.about-block__photo {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, rgba(26, 43, 60, 0.06), rgba(184, 151, 90, 0.08));
}

.about-block__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-block__body {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
}

.about-block__eyebrow {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--gold);
}

.about-block__title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: var(--navy);
}

.about-block__text {
  margin: 0;
  font-size: clamp(0.88rem, 0.98vw, 0.95rem);
  line-height: 1.65;
  color: var(--text-secondary);
}

.about-block__list {
  margin: 0.15rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.about-block__list li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--green-dark);
}

.about-block__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--gold);
}

.about-cta {
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
  padding-top: 0.25rem;
}

.about-cta__address {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--green-dark);
}

.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.about-cta__btn {
  background: transparent;
  color: var(--green-dark);
  border: 1px solid rgba(26, 43, 60, 0.18);
}

.about-cta__btn:hover {
  background: rgba(26, 43, 60, 0.05);
}

@media (max-width: 900px) {
  .about-block,
  .about-block--reverse {
    grid-template-columns: 1fr;
  }

  .about-block--reverse .about-block__media,
  .about-block--reverse .about-block__body {
    order: unset;
  }
}

@media (max-width: 520px) {
  .about-cta__actions {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 18rem);
  }
}

.service-cards {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.service-cards li {
  background: var(--white);
  padding: 1.25rem;
  border-radius: 6px;
  box-shadow: 0 2px 14px rgba(26, 43, 60, 0.05);
}

.service-cards h3 {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.service-cards p {
  font-size: 0.88rem;
}

/* —— Services page —— */
.services-page {
  margin-top: 0.35rem;
}

.services-page-note {
  margin-top: 2rem;
  text-align: center;
  max-width: 42ch;
  margin-inline: auto;
}

.services-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.6vw, 1.15rem);
}

.service-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(0.85rem, 1.4vw, 1.1rem);
  min-height: 100%;
  padding: clamp(1.1rem, 1.8vw, 1.35rem);
  border-radius: 12px;
  background: var(--white);
  border: 1px solid rgba(184, 154, 91, 0.22);
  box-shadow: 0 6px 28px rgba(26, 43, 60, 0.05);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, rgba(184, 154, 91, 0.35) 100%);
}

.services-icon {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 7px;
  background: rgba(26, 43, 60, 0.06);
  color: var(--green-dark);
  flex-shrink: 0;
}

.services-icon svg {
  width: 0.95rem;
  height: 0.95rem;
  display: block;
}

.service-card__icon {
  display: grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 10px;
  background: rgba(184, 154, 91, 0.1);
  color: var(--green-dark);
  flex-shrink: 0;
}

.service-card__icon .services-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  background: transparent;
}

.service-card__icon .services-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.service-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1 1 auto;
  min-width: 0;
}

.service-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.45rem 0.75rem;
}

.service-card__title {
  margin: 0;
  flex: 1 1 12rem;
  font-family: var(--font-serif);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: var(--navy);
}

.service-card__meta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--green-dark);
  background: rgba(184, 154, 91, 0.14);
  border: 1px solid rgba(184, 154, 91, 0.28);
  white-space: nowrap;
}

.service-card__text-block {
  position: relative;
  min-width: 0;
}

.service-card__text {
  position: relative;
  margin: 0;
  font-size: clamp(0.86rem, 0.98vw, 0.92rem);
  line-height: 1.62;
  color: var(--text-secondary);
}

.service-card:not(.is-expanded) .service-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-card__text-block.is-clamped .service-card__text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.75em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--white));
  pointer-events: none;
}

.service-card__toggle {
  margin-top: 0.4rem;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--green-dark);
  cursor: pointer;
  text-align: left;
  transition: color 0.18s ease;
}

.service-card__toggle:hover {
  color: var(--gold);
}

.service-card.is-expanded .service-card__toggle {
  margin-top: 0.55rem;
}

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

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

  .service-card__meta {
    white-space: normal;
  }
}

@media (min-width: 1100px) {
  .services-grid {
    gap: 1.2rem;
  }
}

.activity-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.activity-card-link:hover {
  box-shadow: 0 8px 28px rgba(26, 43, 60, 0.1);
  transform: translateY(-2px);
}

.activity-more {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold);
}

.activity-back {
  display: inline-block;
  margin-bottom: 1.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--green-dark);
  text-decoration: none;
}

.activity-back:hover {
  color: var(--gold);
}

.activity-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.activity-lead {
  font-size: 1.05rem;
  max-width: 42rem;
  margin: 0.5rem auto 0;
  line-height: 1.6;
}

.activity-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  margin-top: 2rem;
}

.activity-hero {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(184, 154, 91, 0.2);
}

.activity-hero .media-carousel,
.activity-hero__solo {
  border-radius: 8px;
}

.activity-hero .media-carousel__slide {
  aspect-ratio: 4 / 3;
  max-height: 480px;
}

.activity-hero__solo {
  margin: 0;
  aspect-ratio: 4 / 3;
  max-height: 480px;
  overflow: hidden;
}

.activity-hero img,
.activity-hero .media-carousel__slide img,
.activity-hero__solo img {
  width: 100%;
  height: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
}

.activity-body {
  display: grid;
  gap: 1rem;
}

.activity-description {
  font-size: 0.95rem;
  line-height: 1.7;
}

.activity-meta-line {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}

/* activity page uses JS-applied --page-bg-photo from settings or activity cover */

@media (max-width: 900px) {
  .activity-showcase {
    grid-template-columns: 1fr;
  }
}

.activity-cards {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.activity-cards > li {
  background: var(--white);
  border: 1px solid rgba(184, 154, 91, 0.2);
  border-radius: 6px;
  overflow: hidden;
}

.activity-cards img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.activity-card-body {
  padding: 1.25rem 1.35rem 1.5rem;
  display: grid;
  gap: 0.65rem;
}

.activity-card-body h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--green-dark);
}

.activity-card-body p {
  font-size: 0.88rem;
  line-height: 1.55;
}

.activity-meta {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}

.vacancy-list {
  list-style: none;
  display: grid;
  gap: 1rem;
  max-width: 720px;
  margin: 0 auto;
}

.vacancy-list li {
  background: var(--white);
  border: 1px solid rgba(184, 154, 91, 0.2);
  border-radius: 6px;
  padding: 1.35rem 1.5rem;
}

.vacancy-list h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--green-dark);
  margin-bottom: 0.5rem;
}

.vacancy-list p {
  font-size: 0.9rem;
  line-height: 1.55;
}

.vacancy-list a {
  color: var(--gold);
  font-weight: 600;
}

.social-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.social-links a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
}

.social-links a:hover { text-decoration: underline; }

.sub-page-note {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.92rem;
  line-height: 1.58;
  font-weight: 500;
}

.sub-page-note a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
}

.sub-page-note a:hover { text-decoration: underline; }

.gallery-grid--page {
  grid-template-columns: 1fr;
  gap: clamp(0.7rem, 1.2vw, 1.15rem);
  align-items: stretch;
}

.gallery-grid--page .gallery-cell {
  aspect-ratio: 16 / 9;
  width: 100%;
  min-height: 0;
}

.gallery-grid--page .gallery-cell-inner {
  width: 100%;
  height: 100%;
}

.gallery-grid--page img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

/* Страница «Галерея» — крупные фото внутри сцены */
body.page-sub[data-page="gallery"] main.sub-page.container {
  width: min(100%, 96%);
  max-width: none;
}

body.page-sub[data-page="gallery"] .sub-page-head {
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

body.page-sub[data-page="gallery"] .gallery-grid--page {
  grid-template-columns: 1fr;
  gap: clamp(0.65rem, 1.1vw, 1.1rem);
}

@media (min-width: 1280px) {
  body.page-sub[data-page="gallery"] .gallery-grid--page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

/* —— Responsive —— */
@media (max-width: 900px) {
  .section-rooms {
    overflow-x: clip;
    overflow-y: visible;
  }

  .section-rooms .container {
    width: 100%;
    max-width: none;
    padding-inline: 0;
  }

  .rooms-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    scroll-snap-type: x proximity;
    scroll-padding-inline: max(1rem, 5vw);
    padding-inline: max(1rem, 5vw);
    padding-bottom: 0.65rem;
    margin-inline: 0;
    scrollbar-width: none;
  }

  .rooms-track::after {
    content: "";
    flex: 0 0 max(1rem, 5vw);
  }

  .rooms-track::-webkit-scrollbar { display: none; }

  .room-card {
    flex: 0 0 min(292px, 84vw);
    scroll-snap-align: start;
    min-width: 0;
  }

  .rooms-promo-corner {
    right: 0;
    width: 96px;
    height: 96px;
  }

  .rooms-promo-corner__ribbon {
    top: 1.2rem;
    right: -2rem;
    width: 8.75rem;
    font-size: 0.66rem;
    letter-spacing: 0.16em;
    padding: 0.42rem 0;
  }

  .rooms-promo-strip {
    right: max(0.65rem, 3vw);
    max-width: min(220px, 58vw);
    gap: 0.35rem;
  }

  .rooms-promo-strip__line {
    flex-basis: 0.5rem;
    min-width: 0.35rem;
  }

  .rooms-promo-strip__eyebrow {
    display: none;
  }

  .rooms-promo-strip__body {
    padding: 0.38rem 0.6rem 0.38rem 0.38rem;
  }

  .rooms-promo-strip__gem {
    display: none;
  }

  .rooms-promo-strip__line:last-child {
    display: none;
  }

  .rooms-promo-tab {
    right: max(0.65rem, 3.5vw);
    width: 54px;
  }

  .rooms-promo-tab__eyebrow {
    display: none;
  }

  .rooms-promo-tab__title {
    font-size: 0.78rem;
  }

  .rooms-promo-ornament {
    gap: 0.4rem;
    transform: translate(-50%, -54%);
  }

  .rooms-promo-ornament__line {
    width: clamp(1rem, 8vw, 1.75rem);
  }

  .rooms-promo-ornament__label {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
  }

  .rooms-promo-seal {
    --seal-size: 72px;
    right: max(0.85rem, 4vw);
  }

  .section-rooms .section-deco--custom {
    display: none;
  }

  .section-rooms .section-deco--pine-bl:not(.section-deco--custom),
  .section-rooms .section-deco--pine-br:not(.section-deco--custom) {
    width: min(140px, 34vw);
    height: min(160px, 38vw);
    opacity: 0.55;
  }

  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .contacts-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    justify-items: center;
  }

  .contacts-text,
  .map-block {
    width: 100%;
    max-width: 560px;
  }

  .page-sub[data-page="contacts"] .contacts-text {
    text-align: center;
  }

  .page-sub[data-page="contacts"] .social-links {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  :root {
    --header-h: 64px;
    --header-logo-zoom: 1;
    --hero-panel-h: auto;
  }

  .site-header--overlay {
    background: rgba(248, 249, 247, 0.55);
    backdrop-filter: blur(20px) saturate(1.65);
    -webkit-backdrop-filter: blur(20px) saturate(1.65);
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow:
      0 4px 24px rgba(26, 43, 60, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.5);
  }

  body.page-home .site-header--overlay {
    background: linear-gradient(
      180deg,
      rgba(152, 196, 224, 0.78) 0%,
      rgba(196, 222, 240, 0.52) 58%,
      rgba(255, 255, 255, 0.16) 100%
    );
    backdrop-filter: blur(22px) saturate(1.75);
    -webkit-backdrop-filter: blur(22px) saturate(1.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow:
      0 4px 24px rgba(12, 22, 32, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }

  body:not(.page-home) .site-header--overlay {
    background: rgba(248, 249, 247, 0.58);
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow:
      0 4px 24px rgba(26, 43, 60, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.5);
  }

  .site-header--overlay.is-scrolled {
    background: rgba(248, 249, 247, 0.82);
    border-bottom: 1px solid rgba(184, 154, 91, 0.26);
    box-shadow: 0 8px 28px rgba(26, 43, 60, 0.12);
  }

  body.page-home .site-header--overlay.is-scrolled {
    background: rgba(248, 249, 247, 0.78);
    backdrop-filter: blur(22px) saturate(1.6);
    -webkit-backdrop-filter: blur(22px) saturate(1.6);
    border-bottom: 1px solid rgba(184, 154, 91, 0.24);
  }

  body.page-home .site-header--overlay .header-phone {
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 8px rgba(12, 22, 32, 0.45);
  }

  body.page-home .site-header--overlay .menu-btn span {
    background: #fff;
    box-shadow: 0 1px 6px rgba(12, 22, 32, 0.3);
  }

  body.page-home .site-header--overlay.is-scrolled .header-phone {
    color: var(--navy);
    text-shadow: none;
  }

  body.page-home .site-header--overlay.is-scrolled .menu-btn span {
    background: var(--navy);
    box-shadow: none;
  }

  body:not(.page-home) .site-header--overlay .header-phone {
    color: var(--navy);
    text-shadow: none;
  }

  body:not(.page-home) .site-header--overlay .menu-btn span {
    background: var(--navy);
    box-shadow: none;
  }

  .site-header--overlay .site-emblem--header {
    filter: drop-shadow(0 2px 12px rgba(12, 22, 32, 0.35));
  }

  body.page-home .site-header--overlay.is-scrolled .site-emblem--header {
    filter: drop-shadow(0 1px 4px rgba(26, 43, 60, 0.12));
  }

  @supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    body.page-home .site-header--overlay {
      background: rgba(168, 206, 232, 0.94);
    }

    .site-header--overlay {
      background: rgba(248, 249, 247, 0.94);
    }
  }

  .site-header-inner {
    grid-template-columns: 1fr auto;
    overflow: hidden;
  }

  .site-header--overlay,
  .site-header--overlay .site-header-inner {
    overflow: visible;
  }

  .site-header--overlay .site-header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    position: relative;
    height: var(--header-h);
    padding-inline: clamp(0.65rem, 3vw, 1rem);
    box-sizing: border-box;
  }

  .site-header--overlay .brand-mark--emblem {
    position: static;
    left: auto;
    transform: none;
    grid-column: 2;
    justify-self: center;
    height: auto;
    max-width: min(48vw, 200px);
    padding: 0.15rem 0;
  }

  .site-header--overlay .header-actions {
    position: static;
    grid-column: 3;
    justify-self: end;
    height: auto;
    min-width: 0;
    max-width: 100%;
  }

  .site-header--overlay .site-nav {
    display: none;
  }

  .site-emblem--header {
    height: calc(var(--header-h) - 0.45rem);
    max-height: calc(var(--header-h) - 0.45rem);
    width: auto;
    max-width: 100%;
    filter: drop-shadow(0 1px 6px rgba(26, 43, 60, 0.18));
  }

  .brand-mark {
    margin-block: 0;
  }

  .site-nav { display: none; }
  .header-actions .btn { display: none; }
  .header-actions {
    gap: 0.55rem;
    min-width: 0;
  }

  .site-header .header-actions > .header-phone {
    display: none;
  }

  .menu-btn { display: flex; }

  .page-home .hero-pin-spacer {
    width: 100%;
    padding-top: calc(var(--header-h) + env(safe-area-inset-top, 0px));
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
  }

  .page-home .hero-pin-spacer::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
  }

  .page-home .hero--ref-image {
    --hero-copy-top: 52%;
    --hero-copy-x: 50%;
    --hero-copy-width: min(92vw, 420px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0;
    transform: none;
    overflow: hidden;
  }

  .page-home .hero--ref-image .hero-bg {
    position: relative;
    width: 100%;
    padding-top: calc(var(--header-h) + env(safe-area-inset-top, 0px));
    line-height: 0;
    overflow: hidden;
    background: linear-gradient(180deg, #9ec4dc 0%, #b5d4e8 100%);
  }

  .page-home .hero--ref-image .hero-bg img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 0;
    max-height: none;
    object-fit: unset;
    object-position: unset;
    transform: none !important;
    z-index: 1;
  }

  .page-home .hero--ref-image .hero-overlay {
    z-index: 3;
  }

  .page-home .hero--ref-image .hero-ui {
    position: absolute;
    inset: 0;
    z-index: 4;
  }

  .page-home .hero--ref-image .hero-tagline,
  .page-home .hero-copy-anchor .hero-sub {
    letter-spacing: 0.08em;
    line-height: 1.45;
  }

  .page-home .home-rooms-entry {
    position: relative;
    z-index: 2;
    box-shadow: 0 -12px 40px rgba(26, 43, 60, 0.16);
  }

  .page-home .site-emblem--header {
    height: calc(var(--header-h) - 0.55rem);
    max-height: calc(var(--header-h) - 0.55rem);
  }

  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
    max-height: none;
  }

  .hero-media--left {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-media--right {
    display: none;
  }

  .hero-media {
    min-height: 0;
    max-height: none;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .hero-media--left::after,
  .hero-media--right::after {
    background: linear-gradient(
      180deg,
      rgba(247, 245, 240, 0) 38%,
      var(--cream) 100%
    );
  }

  .hero-content {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    max-width: none;
    padding: 1.35rem 1rem 1.5rem;
    background: var(--cream);
    box-sizing: border-box;
  }

  .hero-scale {
    transform: none;
    gap: 1rem;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .hero-brand {
    max-width: 100%;
  }

  .site-emblem--hero {
    height: 175px;
    margin-top: -0.3rem;
    margin-bottom: -0.05rem;
  }

  .hero-title {
    font-size: clamp(2.35rem, 11.5vw, 3.45rem);
    letter-spacing: 0.18em;
  }

  .site-emblem--page {
    height: min(122px, 30vw);
    margin-bottom: -0.15rem;
  }

  .sub-page {
    padding-top: 1.25rem;
  }

  .page-sub:not(.page-bg-off) .site-canvas,
  .page-room:not(.page-bg-off) .site-canvas {
    background-attachment: scroll;
  }

  .sub-page-head {
    margin-bottom: 1.25rem;
    width: 100%;
    padding: 0 0.25rem;
  }

  .sub-page-grid {
    justify-items: center;
  }

  .sub-page-text {
    text-align: center;
  }

  .sub-list {
    text-align: left;
    justify-self: center;
  }

  .page-sub[data-page="contacts"] .contacts-layout {
    justify-items: center;
  }

  .page-sub[data-page="contacts"] .contacts-text,
  .page-sub[data-page="contacts"] .map-block {
    width: 100%;
    max-width: min(560px, 100%);
  }

  .hero-features {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 280px;
  }

  .hero-features li { text-align: center; }

  .room-showcase,
  .booking-block,
  .booking-fields-row,
  .booking-dates-row,
  .sub-page-grid,
  .service-cards,
  .activity-cards {
    grid-template-columns: 1fr;
  }

  .room-gallery-card {
    min-height: 0;
  }

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

  .faq-item summary {
    font-size: 0.86rem;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    text-align: center;
  }

  .footer-brand-col,
  .footer-contact-col,
  .footer-social-col {
    align-items: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-tagline {
    max-width: none;
  }

  .footer-social {
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 520px) {
  :root {
    --header-h: 58px;
    --header-logo-zoom: 1;
  }

  .site-header--overlay .brand-mark--emblem {
    max-width: min(54vw, 180px);
  }

  .page-home .hero--ref-image {
    --hero-copy-top: 54%;
    --hero-copy-width: min(94vw, 360px);
  }

  .page-home .hero-tagline {
    font-size: clamp(0.58rem, 3.1vw, 0.72rem);
    letter-spacing: 0.06em;
  }

  .page-home .hero-cta.btn {
    min-width: min(220px, 88vw);
    padding: 0.85rem 1.35rem;
  }

  .label-frame--header {
    max-width: min(360px, 72vw);
  }

  .label-frame--header .brand-label {
    max-width: min(360px, 78vw);
  }

  .site-emblem--hero {
    height: 160px;
    margin-top: -0.3rem;
    margin-bottom: -0.1rem;
  }

  .site-emblem--page {
    height: min(110px, 28vw);
  }

  .hero-title {
    font-size: clamp(2rem, 12vw, 2.75rem);
    letter-spacing: 0.16em;
  }

  .site-emblem--footer {
    height: 80px;
  }

  .room-gallery-stage {
    height: clamp(240px, 62vw, 420px);
  }

  .room-swiper {
    height: 100%;
    min-height: 0;
    padding-bottom: 2rem;
  }

  .room-swiper .swiper-slide,
  .room-slide-media {
    height: 100%;
    min-height: 0;
  }

  .room-slide-media img,
  .room-slide-media video {
    max-height: 100%;
  }

  .room-details {
    min-height: 0;
  }

  .room-gallery-hint {
    font-size: 0.64rem;
  }

  .room-swiper .swiper-button-prev,
  .room-swiper .swiper-button-next {
    display: none;
  }

  .section-rooms { --rooms-pad-top: 2.75rem; padding: var(--rooms-pad-top) 0 3.25rem; }

  .home-rooms-entry {
    --rooms-badge-lift: 1.25rem;
  }

  .section-rooms .section-deco--pine-bl:not(.section-deco--custom),
  .section-rooms .section-deco--pine-br:not(.section-deco--custom) {
    width: min(120px, 30vw);
    height: min(140px, 34vw);
  }

  .site-footer { padding: 2.5rem 0 1.75rem; }

  body.page-sub[data-page="gallery"] main.sub-page.container {
    width: 100%;
    max-width: none;
    padding-inline: clamp(0.45rem, 2.2vw, 0.75rem);
  }

  body.page-sub[data-page="gallery"] .gallery-grid--page {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  body.page-sub[data-page="gallery"] .gallery-grid--page .gallery-cell {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
  }

  body.page-sub[data-page="gallery"] .gallery-grid--page img {
    border-radius: 8px;
  }

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

  .sub-page {
    padding: 1rem 0 2.5rem;
  }

  .sub-page-head {
    margin-bottom: 1rem;
    gap: 0.15rem;
  }

  .sub-page-lead {
    font-size: 0.85rem;
    max-width: 36ch;
  }

  .page-sub[data-page="contacts"] .map-block iframe {
    height: 240px;
  }

  .page-sub[data-page="contacts"] .route-form {
    max-width: 100%;
  }
}

/* ——— Новости и акции ——— */
.news-promo-page .sub-page-head {
  margin-bottom: 2.5rem;
}

.news-promo-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: start;
}

.news-promo-col-title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--green-dark);
  margin: 0 0 1.25rem;
  letter-spacing: 0.02em;
}

.news-promo-col-title--promo {
  color: var(--gold-dark, #9a7b3f);
}

.news-promo-col-icon {
  font-size: 0.75rem;
  color: var(--gold);
  opacity: 0.9;
}

.news-list {
  list-style: none;
  display: grid;
  gap: 1rem;
}

.news-card {
  background: var(--white);
  border: 1px solid rgba(184, 154, 91, 0.22);
  border-radius: 8px;
  padding: 1.25rem 1.35rem 1.35rem;
  border-left: 3px solid var(--gold);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.news-card:hover {
  box-shadow: 0 10px 32px rgba(26, 43, 60, 0.08);
  transform: translateY(-2px);
}

.news-date {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.45rem;
}

.news-title {
  font-family: var(--font-serif);
  font-size: 1.08rem;
  color: var(--green-dark);
  margin-bottom: 0.55rem;
  line-height: 1.35;
}

.news-excerpt {
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0;
}

.news-empty,
.promo-empty {
  padding: 2rem 1.5rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  border: 1px dashed rgba(184, 154, 91, 0.35);
}

.promo-spotlight {
  position: sticky;
  top: 6.5rem;
}

.promo-stage-wrap {
  display: grid;
  gap: 1rem;
}

.promo-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
}

.promo-counter {
  min-width: 4.25rem;
  text-align: center;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--green-dark);
  background: rgba(248, 249, 247, 0.86);
  border: 1px solid rgba(184, 154, 91, 0.35);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  box-shadow: 0 8px 18px rgba(26, 43, 60, 0.08);
}

.promo-nav-btn {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  border: 1px solid rgba(184, 154, 91, 0.45);
  background: var(--white);
  color: var(--green-dark);
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.promo-nav-btn:hover {
  background: var(--gold);
  color: var(--green-dark);
  transform: translateY(-1px);
}

.promo-stage {
  position: relative;
  min-height: clamp(420px, 52vw, 560px);
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 24px 60px rgba(26, 43, 60, 0.18),
    0 0 0 1px rgba(184, 154, 91, 0.25);
}

.promo-stage::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(
    120deg,
    rgba(184, 154, 91, 0.15),
    rgba(184, 154, 91, 0.85),
    rgba(255, 255, 255, 0.5),
    rgba(184, 154, 91, 0.85),
    rgba(184, 154, 91, 0.15)
  );
  background-size: 300% 300%;
  animation: promo-border-flow 8s ease infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 4;
}

@keyframes promo-border-flow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.promo-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.1s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.85s;
}

.promo-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}

.promo-slide-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.promo-slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.08);
  transition: transform 8s ease-out;
}

.promo-slide.is-active .promo-slide-bg img {
  transform: scale(1);
}

.promo-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    155deg,
    rgba(12, 22, 32, 0.2) 0%,
    rgba(12, 22, 32, 0.45) 42%,
    rgba(12, 22, 32, 0.82) 100%
  );
  z-index: 1;
}

.promo-slide-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.12) 50%,
    transparent 60%
  );
  transform: translateX(-120%);
  animation: promo-shine 6s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
}

@keyframes promo-shine {
  0%, 65% { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}

.promo-slide-ornament {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid rgba(184, 154, 91, 0.45);
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  animation: promo-ornament-spin 18s linear infinite;
}

.promo-slide-ornament::after {
  content: "✦";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 1.1rem;
}

@keyframes promo-ornament-spin {
  to { transform: rotate(360deg); }
}

.promo-slide-content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 3;
  display: grid;
  gap: 0.4rem;
  padding: clamp(1.25rem, 3.5vw, 2rem);
  color: #fff;
  max-width: 44rem;
}

.promo-slide-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(100%, 48rem);
  height: 115%;
  background: radial-gradient(
    ellipse at left bottom,
    rgba(12, 22, 32, 0.72) 0%,
    rgba(12, 22, 32, 0.35) 52%,
    rgba(12, 22, 32, 0) 78%
  );
  z-index: -1;
  pointer-events: none;
}

.promo-discount {
  margin: 0 0 0.1rem;
  font-family: var(--font-serif);
  font-size: clamp(3rem, 11vw, 5.75rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.03em;
  color: var(--gold);
  text-shadow:
    0 4px 28px rgba(0, 0, 0, 0.5),
    0 0 48px rgba(201, 168, 108, 0.35);
  animation: promo-discount-glow 3.2s ease-in-out infinite;
}

@keyframes promo-discount-glow {
  0%, 100% {
    filter: brightness(1);
    transform: scale(1);
  }
  50% {
    filter: brightness(1.08);
    transform: scale(1.02);
  }
}

.promo-badge {
  display: inline-block;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 0.65rem;
}

.promo-valid {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232, 212, 168, 0.95);
  margin: 0 0 0.15rem;
}

.promo-title {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4.8vw, 2.65rem);
  font-weight: 600;
  line-height: 1.12;
  margin: 0;
  color: #fff;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.42);
}

.promo-sub {
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.94);
  margin: 0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.promo-desc {
  font-size: clamp(0.92rem, 1.15vw, 1.02rem);
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.9);
  max-width: 36rem;
  margin: 0.15rem 0 0.85rem;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.promo-cta {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.promo-dots {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
}

.promo-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(184, 154, 91, 0.35);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.promo-dot.is-active {
  background: var(--gold);
  transform: scale(1.35);
}

.promo-dot:hover {
  background: var(--gold);
}

@media (max-width: 960px) {
  .news-promo-layout {
    grid-template-columns: 1fr;
  }

  .promo-spotlight {
    position: static;
    order: -1;
  }

  .promo-stage {
    min-height: 380px;
  }

  .promo-controls {
    gap: 0.65rem;
  }

  .promo-counter {
    font-size: 0.96rem;
    min-width: 3.8rem;
  }
}

/* —— Кнопка «Наверх» —— */
.scroll-top-btn {
  position: fixed;
  right: clamp(1rem, 3vw, 1.75rem);
  bottom: clamp(1rem, 3vw, 1.75rem);
  z-index: 95;
  width: 3.85rem;
  height: 3.85rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(184, 154, 91, 0.45);
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.12), transparent 55%),
    rgba(26, 43, 60, 0.72);
  color: var(--gold);
  cursor: pointer;
  box-shadow:
    0 10px 32px rgba(26, 43, 60, 0.28),
    0 0 0 0 rgba(184, 154, 91, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.92);
  pointer-events: none;
  transition:
    opacity 0.32s ease,
    transform 0.32s ease,
    visibility 0.32s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.scroll-top-btn.is-visible {
  opacity: 0.8;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.scroll-top-btn:hover {
  opacity: 1;
  background: rgba(212, 168, 83, 0.88);
  color: var(--green-dark);
  border-color: rgba(212, 168, 83, 0.75);
  box-shadow:
    0 12px 36px rgba(26, 43, 60, 0.32),
    0 0 0 4px rgba(184, 154, 91, 0.16);
}

.scroll-top-btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.scroll-top-btn-icon {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .section-bridge-line,
  .home-news-card-marker span {
    animation: none !important;
  }

  .home-news-card:hover .home-news-card-body {
    transform: none;
  }

  .promo-stage::before,
  .promo-slide-shine,
  .scroll-top-btn {
    transition: none !important;
  }
  .promo-slide-ornament,
  .promo-badge,
  .rooms-promo-corner,
  .rooms-promo-diamond,
  .rooms-promo-strip,
  .rooms-promo-tab,
  .rooms-promo-seal,
  .rooms-promo-seal__aura,
  .rooms-promo-seal__ring,
  .home-news-promo-cta.is-live .home-promo-live-badge {
    animation: none !important;
  }

  .promo-slide {
    transition-duration: 0.2s;
  }

  .promo-discount {
    animation: none;
    transform: none;
  }

  .promo-slide.is-active .promo-slide-bg img {
    transform: none;
  }
}

/* —— Индикатор загрузки и заставка обслуживания —— */
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: rgba(26, 43, 60, 0.92);
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.site-loader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-loader__panel {
  display: grid;
  gap: 0.85rem;
  justify-items: center;
  text-align: center;
  padding: 1.5rem;
  max-width: 20rem;
}

.site-loader__mark {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid rgba(184, 154, 91, 0.35);
  border-top-color: var(--gold);
  animation: site-loader-spin 0.85s linear infinite;
}

.site-loader__text {
  margin: 0;
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 0.95rem;
}

.site-loader__hint {
  margin: 0;
  color: rgba(248, 249, 247, 0.72);
  font-size: 0.82rem;
}

.site-loader__retry {
  margin-top: 0.35rem;
  padding: 0.55rem 1.1rem;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: transparent;
  color: var(--cream);
  font: inherit;
  cursor: pointer;
}

.site-loader__retry:hover {
  background: rgba(184, 154, 91, 0.15);
}

@keyframes site-loader-spin {
  to { transform: rotate(360deg); }
}

body.site-maintenance-active {
  overflow: hidden;
}

.site-maintenance {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem 1.25rem;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(184, 154, 91, 0.12), transparent 60%),
    var(--navy);
}

.site-maintenance__card {
  max-width: 28rem;
  text-align: center;
  display: grid;
  gap: 1rem;
  color: var(--cream);
}

.site-maintenance__logo {
  margin: 0 auto;
  border-radius: 12px;
  object-fit: contain;
}

.site-maintenance__title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
}

.site-maintenance__message {
  margin: 0;
  line-height: 1.55;
  color: rgba(248, 249, 247, 0.82);
}

.site-maintenance__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
}

.site-maintenance__contacts a {
  color: var(--gold);
  text-decoration: none;
}

.site-maintenance__contacts a:hover {
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .site-loader__mark {
    animation: none;
    border-top-color: rgba(184, 154, 91, 0.35);
  }
}
