/* =========================================================
   ГОСТИНИЦА «РОДИНА» — ЖИЗДРА
   Стили: тёмная премиум-тема, золотые акценты, адаптив
   + светлая тёплая тема, переключатель тем, белые рамки
========================================================= */

/* ---------- Переменные (тёмная тема по умолчанию) ---------- */
:root {
  --gold: #b8863b;
  --gold-light: #d4a851;
  --gold-dark: #8a6529;
  --dark: #0f1613;
  --dark-2: #141c18;
  --dark-3: #1a2420;
  --card: #1a2420;
  --card-hover: #243029;
  --ink: #f5f1e8;
  --ink-soft: #c8c0b0;
  --muted: #7a7568;
  --white: #ffffff;
  --line: rgba(184, 134, 59, 0.25);
  --line-soft: rgba(245, 241, 232, 0.08);
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', Arial, sans-serif;
  --font-script: 'Great Vibes', cursive;
  --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --shadow: 0 10px 35px rgba(0, 0, 0, 0.4);
  --shadow-gold: 0 8px 30px rgba(184, 134, 59, 0.25);
  --radius: 12px;
  /* Тема-зависимые значения */
  --header-bg: rgba(15, 22, 19, 0.72);
  --header-bg-scrolled: rgba(15, 22, 19, 0.95);
  --hero-bg: rgba(15, 22, 19, 0.6);
  --hero-text-bg: rgba(15, 22, 19, 0.5);
  --hero-btn-bg: rgba(15, 22, 19, 0.4);
  --lightbox-bg: rgba(15, 22, 19, 0.96);
  --sauna-badge-bg: rgba(26, 36, 32, 0.92);
  --nav-bg: var(--dark-3);
  --input-bg: var(--dark-2);
  --input-focus-bg: var(--dark-3);
  --map-filter: brightness(0.72) contrast(1.06) saturate(0.72) sepia(0.08);
  --map-filter-hover: brightness(0.84) contrast(1.04) saturate(0.82) sepia(0.05);
  --hero-overlay-gradient: linear-gradient(
    90deg,
    rgba(15, 22, 19, 0.16) 0%,
    rgba(15, 22, 19, 0.1) 35%,
    rgba(15, 22, 19, 0.06) 65%,
    rgba(15, 22, 19, 0.02) 100%
  );
  --border-white: rgba(255, 255, 255, 0.25);
  --border-white-soft: rgba(255, 255, 255, 0.12);
  --ambient-gold: rgba(184, 134, 59, 0.09);
  --ambient-green: rgba(62, 111, 86, 0.1);
  --ambient-texture: rgba(255, 255, 255, 0.018);
}

/* ---------- Светлая тёплая тема ---------- */
body.theme-light {
  --dark: #faf6ef;
  --dark-2: #f3ecdf;
  --dark-3: #ece2d0;
  --card: #fffdf8;
  --card-hover: #f7f0e3;
  --ink: #3d3226;
  --ink-soft: #5c4f3f;
  --muted: #8a7a66;
  --white: #ffffff;
  --line: rgba(184, 134, 59, 0.35);
  --line-soft: rgba(61, 50, 38, 0.1);
  --shadow: 0 10px 35px rgba(61, 50, 38, 0.15);
  --shadow-gold: 0 8px 30px rgba(184, 134, 59, 0.2);
  --header-bg: rgba(250, 246, 239, 0.85);
  --header-bg-scrolled: rgba(250, 246, 239, 0.97);
  --hero-bg: rgba(250, 246, 239, 0.55);
  --hero-text-bg: rgba(250, 246, 239, 0.6);
  --hero-btn-bg: rgba(250, 246, 239, 0.5);
  --lightbox-bg: rgba(250, 246, 239, 0.97);
  --sauna-badge-bg: rgba(250, 246, 239, 0.92);
  --nav-bg: #f3ecdf;
  --input-bg: #fffdf8;
  --input-focus-bg: #ffffff;
  --map-filter: none;
  --map-filter-hover: none;
  --hero-overlay-gradient: linear-gradient(
    90deg,
    rgba(250, 246, 239, 0.12) 0%,
    rgba(250, 246, 239, 0.08) 45%,
    rgba(250, 246, 239, 0.03) 100%
  );
  --border-white: rgba(255, 255, 255, 0.6);
  --border-white-soft: rgba(255, 255, 255, 0.4);
  --ambient-gold: rgba(184, 134, 59, 0.1);
  --ambient-green: rgba(126, 148, 112, 0.08);
  --ambient-texture: rgba(61, 50, 38, 0.025);
}

body.theme-light .hero-title {
  color: #3d3226;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.6);
}
body.theme-light .hero-title > .hero-title-accent {
  color: var(--gold-dark);
}
body.theme-light .hero-script {
  color: var(--gold-dark);
}
body.theme-light .hero-stars {
  color: var(--gold-dark);
}
body.theme-light .hero-text {
  color: #5c4f3f;
  border-left-color: var(--gold);
}
body.theme-light .hero-feature {
  color: #3d3226;
  border-color: rgba(184, 134, 59, 0.3);
}
body.theme-light .hero-feature i {
  color: var(--gold-dark);
  background: linear-gradient(135deg, rgba(138, 101, 41, 0.28), rgba(184, 134, 59, 0.14));
  border-right-color: rgba(138, 101, 41, 0.28);
}
body.theme-light .hero-buttons .btn-outline {
  border-color: rgba(61, 50, 38, 0.4);
  color: #3d3226;
}
body.theme-light .nav-link {
  color: #3d3226;
  text-shadow: none;
}
body.theme-light .nav-link:hover,
body.theme-light .nav-link.active {
  color: var(--gold-dark);
}
body.theme-light .logo-title {
  color: #3d3226;
}
body.theme-light .logo-sub {
  color: var(--gold-dark);
}
body.theme-light .logo-icon {
  background: #fffdf8;
}
body.theme-light .btn-gold {
  color: #fff;
}
body.theme-light .btn-gold:hover {
  color: #fff;
}
body.theme-light .btn-outline {
  color: var(--gold-dark);
}
body.theme-light .btn-outline:hover {
  color: #fff;
}
body.theme-light .btn-dark {
  background: #fffdf8;
  color: #3d3226;
  border-color: rgba(184, 134, 59, 0.3);
}
body.theme-light .btn-dark:hover {
  color: #fff;
}
body.theme-light .room-tag {
  color: #fff;
}
body.theme-light .about-badge {
  color: #fff;
}
body.theme-light .badge-text {
  color: rgba(255, 255, 255, 0.9);
}
body.theme-light .room-features span {
  background: #f3ecdf;
  color: #5c4f3f;
}
body.theme-light .room-features i {
  color: var(--gold-dark);
}
body.theme-light .rooms-note {
  background: rgba(184, 134, 59, 0.1);
}
body.theme-light .rooms-note a {
  color: var(--gold-dark);
}
body.theme-light .lightbox-content img {
  border-color: #fff;
}
body.theme-light .lightbox-caption {
  color: #3d3226;
}
body.theme-light .lightbox-close,
body.theme-light .lightbox-prev,
body.theme-light .lightbox-next {
  background: #fffdf8;
  color: var(--gold-dark);
  border-color: rgba(184, 134, 59, 0.3);
}
body.theme-light .lightbox-close:hover,
body.theme-light .lightbox-prev:hover,
body.theme-light .lightbox-next:hover {
  background: var(--gold);
  color: #fff;
}
body.theme-light .sauna-badge {
  color: var(--gold-dark);
}
body.theme-light .sauna-badge i {
  color: var(--gold-dark);
}
body.theme-light .service-card i {
  color: var(--gold-dark);
}
body.theme-light .attraction-card i {
  color: var(--gold-dark);
}
body.theme-light .form-group input,
body.theme-light .form-group select {
  background: #fffdf8;
  color: #3d3226;
  border-color: rgba(61, 50, 38, 0.15);
}
body.theme-light .form-group input:focus,
body.theme-light .form-group select:focus {
  background: #ffffff;
  border-color: var(--gold);
}
body.theme-light .form-group input::placeholder {
  color: #8a7a66;
}
body.theme-light .form-check {
  color: #5c4f3f;
}
body.theme-light .contact-icon {
  background: linear-gradient(135deg, rgba(184, 134, 59, 0.2), rgba(184, 134, 59, 0.08));
}
body.theme-light .contact-card a:hover {
  color: var(--gold-dark);
}
body.theme-light .footer-socials a {
  background: #fffdf8;
  color: var(--gold-dark);
}
body.theme-light .footer-socials a:hover {
  color: #fff;
}
body.theme-light .footer-links a:hover {
  color: var(--gold-dark);
}
body.theme-light .footer-contacts a:hover {
  color: var(--gold-dark);
}
body.theme-light .back-to-top {
  color: #fff;
}
body.theme-light .call-fab {
  color: #fff;
}
body.theme-light .burger {
  background: rgba(184, 134, 59, 0.15);
}
body.theme-light .burger span {
  background: var(--gold-dark);
}
body.theme-light .form-success {
  background: rgba(184, 134, 59, 0.1);
}
body.theme-light .form-success h3 {
  color: #3d3226;
}
body.theme-light .form-success p {
  color: #5c4f3f;
}
body.theme-light .form-success i {
  color: var(--gold-dark);
}
body.theme-light .section-label {
  color: var(--gold-dark);
}
body.theme-light .section-title span {
  color: var(--gold-dark);
}
body.theme-light .about-content strong {
  color: var(--gold-dark);
}
body.theme-light .stat-num {
  color: var(--gold-dark);
}
body.theme-light .room-price {
  color: var(--gold-dark);
}
body.theme-light .r-feature strong {
  color: var(--gold-dark);
}
body.theme-light .benefit i {
  color: var(--gold-dark);
}
body.theme-light .sauna-item i {
  color: var(--gold-dark);
}
body.theme-light .footer-links a i {
  color: var(--gold-dark);
}
body.theme-light .footer-contacts i {
  color: var(--gold-dark);
}
body.theme-light .footer-title::after {
  background: var(--gold-dark);
}
body.theme-light .footer::before {
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
body.theme-light .booking-card::before {
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
body.theme-light .service-card::before {
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
body.theme-light .attractions::before {
  background: radial-gradient(circle, rgba(184, 134, 59, 0.12) 0%, transparent 70%);
}

body.theme-light .form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a6529' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}
body.theme-light .nav {
  background: var(--nav-bg);
}
body.theme-light .map-wrap iframe {
  filter: none;
}
body.theme-light .map-wrap:hover iframe {
  filter: none;
}
body.theme-light ::selection {
  color: #fff;
}
body.theme-light ::-webkit-scrollbar-track {
  background: #f3ecdf;
}

/* ---------- Переключатель тем ---------- */
.theme-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: var(--hero-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  transition: var(--transition);
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 1001;
}
.theme-toggle:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-gold);
}
.theme-toggle i {
  color: var(--gold-light);
  font-size: 1rem;
  transition: var(--transition);
}
body.theme-light .theme-toggle i {
  color: var(--gold-dark);
}
.theme-toggle .theme-label {
  display: none;
}
@media (min-width: 921px) {
  .theme-toggle .theme-label {
    display: inline;
  }
}

/* ---------- Reset ---------- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  font-family: var(--font-sans);
  background-color: var(--dark);
  background-image:
    radial-gradient(circle at 10% 10%, var(--ambient-gold), transparent 32rem),
    radial-gradient(circle at 90% 38%, var(--ambient-green), transparent 38rem);
  background-attachment: fixed;
  color: var(--ink-soft);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  transition: background 0.4s ease, color 0.4s ease;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

input, select, textarea {
  font-family: inherit;
  font-size: 1rem;
  outline: none;
}

::selection {
  background: var(--gold);
  color: var(--dark);
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--dark-2);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--gold), var(--gold-dark));
  border-radius: 5px;
}

/* ---------- Контейнер ---------- */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}

/* ---------- Шапка ---------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 16px 0;
  transition: var(--transition);
  background: var(--header-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-white-soft);
}
.header.scrolled {
  padding: 10px 0;
  background: var(--header-bg-scrolled);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1001;
}
.logo-icon {
  width: 48px;
  height: 48px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.3rem;
  position: relative;
  transition: var(--transition);
  background: var(--dark-2);
}
.logo-icon::after {
  content: '';
  position: absolute;
  inset: -5px;
  border: 1px dashed rgba(184, 134, 59, 0.4);
  border-radius: 50%;
  animation: rotate 20s linear infinite;
}
@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.logo:hover .logo-icon {
  transform: rotate(15deg);
  background: var(--gold);
  color: var(--dark);
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.logo-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 4px;
}
.logo-sub {
  font-size: 0.65rem;
  color: var(--gold);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
}

/* ---------- Навигация ---------- */
.nav {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-link {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 8px;
  position: relative;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.nav-link:hover, .nav-link.active {
  color: var(--gold-light);
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: width 0.35s ease;
}
.nav-link:hover::after, .nav-link.active::after {
  width: 60%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* ---------- Кнопки ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  transition: var(--transition);
  text-align: center;
  white-space: nowrap;
  border: 2px solid transparent;
}
.btn-gold:hover,
.btn-outline:hover,
.btn-dark:hover {
  box-shadow: 0 8px 25px rgba(184, 134, 59, 0.35);
}
.btn-sm {
  padding: 10px 22px;
  font-size: 0.85rem;
}
.btn-lg {
  padding: 17px 40px;
  font-size: 1.05rem;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--dark);
  box-shadow: var(--shadow-gold);
  font-weight: 700;
}
.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(184, 134, 59, 0.4);
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
}
.btn-outline {
  border-color: var(--gold);
  color: var(--gold-light);
  background: transparent;
}
.btn-outline:hover {
  background: var(--gold);
  color: var(--dark);
  transform: translateY(-3px);
  box-shadow: var(--shadow-gold);
}
.btn-dark {
  background: var(--dark-3);
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn-dark:hover {
  background: var(--gold);
  color: var(--dark);
  transform: translateY(-3px);
}

/* ---------- Бургер ---------- */
.burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: rgba(184, 134, 59, 0.12);
  border: 1px solid var(--line);
  border-radius: 10px;
  z-index: 1001;
  transition: var(--transition);
}
.burger span {
  width: 22px;
  height: 2px;
  background: var(--gold-light);
  border-radius: 2px;
  transition: var(--transition);
}
.burger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: clamp(680px, 88vh, 900px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background: linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
}
.hero-bg {
  position: absolute;
  top: 50%;
  right: 32px;
  width: min(50vw, calc((100vh - 180px) * 1.872));
  aspect-ratio: 1599 / 854;
  transform: translateY(calc(-50% + 20px));
  overflow: hidden;
  border: 1px solid rgba(184, 134, 59, 0.35);
  border-radius: 20px;
  background: var(--dark-2);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.45);
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(212, 168, 81, 0.75);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2000;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--gold);
  color: var(--dark);
  font-weight: 700;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}
.hero-frame {
  position: absolute;
  inset: 10px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(226, 184, 91, 0.72);
  border-radius: 13px;
  box-shadow:
    0 0 0 1px rgba(255, 247, 221, 0.14),
    inset 0 0 18px rgba(12, 16, 14, 0.22);
}
.hero-frame::before,
.hero-frame::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 72px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(226, 184, 91, 0.9), transparent);
}
.hero-frame::before { top: -1px; }
.hero-frame::after { bottom: -1px; }
.hero-frame-corner {
  position: absolute;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(238, 201, 116, 0.92);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.7rem;
  line-height: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.hero-frame-corner-tl {
  top: -11px;
  left: -11px;
  transform: rotate(-45deg);
}
.hero-frame-corner-tr {
  top: -11px;
  right: -11px;
  transform: rotate(45deg);
}
.hero-frame-corner-br {
  right: -11px;
  bottom: -11px;
  transform: rotate(135deg);
}
.hero-frame-corner-bl {
  bottom: -11px;
  left: -11px;
  transform: rotate(-135deg);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--hero-overlay-gradient);
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: left;
  padding-top: 140px;
  padding-bottom: 100px;
  max-width: 48%;
  margin: 0;
  padding-left: 80px;
  padding-right: 80px;
}
.hero-stars {
  position: absolute;
  top: 0.55rem;
  left: 10px;
  width: 100%;
  transform: translateY(-100%);
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 7.9px;
  color: var(--gold-light);
  font-size: 1.52rem;
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 12px;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}
.hero-title > .hero-title-accent {
  position: relative;
  display: inline-block;
  color: var(--gold-light);
  font-style: italic;
}
.hero-script {
  font-family: var(--font-script);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--gold-light);
  margin-bottom: 20px;
}
.hero-text {
  max-width: 620px;
  margin: 0 0 35px;
  color: var(--ink-soft);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.8;
  background: var(--hero-text-bg);
  border-left: 3px solid var(--gold);
  padding: 18px 24px;
  border-radius: 0 var(--radius) var(--radius) 0;
  backdrop-filter: blur(6px);
}
.hero-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 14px;
  width: min(100%, 640px);
  margin-bottom: 50px;
}
.hero-buttons .btn {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}
.hero-buttons .btn-outline {
  border-color: rgba(245, 241, 232, 0.4);
  color: var(--ink);
  background: var(--hero-btn-bg);
}
.hero-buttons .btn-outline:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--dark);
}
.hero-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
  width: min(100%, 640px);
}
.hero-feature {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  padding: 0;
  background: var(--hero-bg);
  border: 1px solid rgba(184, 134, 59, 0.3);
  border-radius: 8px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.hero-feature i {
  width: 48px;
  height: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  background: linear-gradient(135deg, rgba(138, 101, 41, 0.62), rgba(184, 134, 59, 0.28));
  border-right: 1px solid rgba(218, 165, 32, 0.24);
  font-size: 1.1rem;
}
.hero-feature span {
  min-width: 0;
  padding: 10px 14px;
}
/* ---------- Секции ---------- */
.section {
  padding: 110px 0;
  position: relative;
  isolation: isolate;
}
.section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 18%, var(--ambient-gold), transparent 30%),
    radial-gradient(circle at 88% 80%, var(--ambient-green), transparent 34%),
    linear-gradient(135deg, var(--ambient-texture) 1px, transparent 1px);
  background-size: auto, auto, 38px 38px;
  opacity: 0.72;
}
.section > .container {
  position: relative;
  z-index: 1;
}
.section-label {
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.section-label::after {
  content: '';
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 15px;
}
.section-title span {
  color: var(--gold-light);
  font-style: italic;
}
.section-subtitle {
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 650px;
  margin-bottom: 60px;
  font-weight: 400;
}

/* ---------- Появление при скролле ---------- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal[data-delay="1"] { transition-delay: 0.1s; }
.reveal[data-delay="2"] { transition-delay: 0.2s; }
.reveal[data-delay="3"] { transition-delay: 0.3s; }
.reveal[data-delay="4"] { transition-delay: 0.4s; }

/* ---------- О гостинице ---------- */
.about {
  background: linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-images {
  position: relative;
  height: 560px;
}
.about-img-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  z-index: 2;
  border: 1px solid var(--border-white);
}
.about-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-img-small {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 40%;
  height: 220px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  z-index: 3;
  border: 5px solid var(--white);
}
.about-img-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-img-2 {
  top: 40px;
  right: 5%;
  bottom: auto;
  width: 30%;
  height: 150px;
  border-width: 4px;
}
.about-badge {
  position: absolute;
  bottom: -20px;
  left: 10%;
  z-index: 4;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: var(--radius);
  padding: 20px 28px;
  text-align: center;
  color: var(--dark);
  box-shadow: var(--shadow-gold);
  display: flex;
  align-items: center;
  gap: 12px;
}
.badge-year {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
}
.badge-text {
  font-size: 0.8rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  color: rgba(15, 22, 19, 0.85);
}
.about-content {
  padding: 20px 0;
}
.about-title {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: var(--ink);
  margin-bottom: 20px;
}
.about-content p {
  color: var(--ink-soft);
  margin-bottom: 20px;
  font-weight: 400;
}
.about-content strong {
  color: var(--gold-light);
}
.about-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 30px 0;
}
.benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: var(--card);
  border: 1px solid var(--border-white-soft);
  border-radius: 10px;
  font-size: 0.9rem;
  color: var(--ink-soft);
  transition: var(--transition);
}
.benefit:hover {
  border-color: var(--gold);
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.benefit i {
  color: var(--gold);
  font-size: 1.1rem;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 35px 0;
}
.stat {
  text-align: center;
  padding: 20px 10px;
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--border-white-soft);
  transition: var(--transition);
}
.stat:hover {
  border-color: var(--gold);
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.stat-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1.2;
}
.stat-label {
  font-size: 0.8rem;
  color: var(--muted);
  letter-spacing: 1px;
}

/* ---------- Номера ---------- */
.rooms {
  background: var(--dark-2);
}
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.room-card {
  background: var(--card);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-white-soft);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.room-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow);
  border-color: var(--line);
  background: var(--card-hover);
}
.room-img {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.room-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease, opacity 0.2s ease;
}
.room-card:hover .room-img img {
  transform: scale(1.1);
}
.room-carousel-image.is-changing {
  opacity: 0;
}
.room-photo-open {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
  cursor: zoom-in;
  touch-action: pan-y;
}
.room-photo-hint {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(15, 22, 19, 0.68);
  backdrop-filter: blur(7px);
  opacity: 0;
  transition: var(--transition);
  pointer-events: none;
}
.room-img:hover .room-photo-hint,
.room-photo-open:focus-visible .room-photo-hint {
  opacity: 1;
}
.room-carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(15, 22, 19, 0.72);
  backdrop-filter: blur(7px);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.room-carousel-prev {
  left: 10px;
  transform: translate(-6px, -50%);
}
.room-carousel-next {
  right: 10px;
  transform: translate(6px, -50%);
}
.room-img:hover .room-carousel-btn,
.room-carousel-btn:focus-visible {
  opacity: 1;
  transform: translate(0, -50%);
}
.room-carousel-btn:hover {
  color: var(--dark);
  background: var(--gold);
}
.room-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 4;
  display: flex;
  gap: 7px;
  transform: translateX(-50%);
}
.room-carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(15, 22, 19, 0.5);
  cursor: pointer;
  transition: var(--transition);
}
.room-carousel-dot.active {
  width: 22px;
  border-color: var(--gold-light);
  border-radius: 10px;
  background: var(--gold-light);
}
.room-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 4;
  padding: 6px 16px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--dark);
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.room-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.room-body h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  color: var(--ink);
  margin-bottom: 12px;
}
.room-body p {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 18px;
  font-weight: 400;
  flex: 1;
}
.room-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.room-features span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  padding: 6px 12px;
  border-radius: 30px;
  background: var(--dark-3);
  color: var(--ink-soft);
}
.room-features i {
  color: var(--gold);
  font-size: 0.85rem;
}
.room-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 18px;
  border-top: 1px solid var(--border-white-soft);
}
.room-price {
  font-family: var(--font-serif);
  color: var(--gold-light);
  font-weight: 600;
  font-size: 0.95rem;
}
.rooms-note {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 25px 30px;
  background: rgba(184, 134, 59, 0.08);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.rooms-note i {
  color: var(--gold);
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 4px;
}
.rooms-note p {
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.rooms-note a {
  color: var(--gold-light);
  font-weight: 600;
}
.rooms-note a:hover {
  text-decoration: underline;
}

/* ---------- Лайтбокс ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: var(--lightbox-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.lightbox.open {
  opacity: 1;
  visibility: visible;
}
.lightbox-content {
  max-width: 85vw;
  max-height: 80vh;
  text-align: center;
}
.lightbox-content img {
  max-width: 100%;
  max-height: 72vh;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 4px solid var(--white);
}
.lightbox-caption {
  color: var(--ink);
  margin-top: 18px;
  font-family: var(--font-serif);
  font-size: 1.1rem;
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: fixed;
  z-index: 2001;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--gold-light);
  background: var(--dark-3);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  box-shadow: var(--shadow);
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: var(--gold);
  color: var(--dark);
}
.lightbox-close {
  top: 30px;
  right: 30px;
}
.lightbox-prev {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-next {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

/* ---------- Модальное окно телефона (ПК) ---------- */
body.phone-modal-open {
  overflow: hidden;
}
.phone-modal {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(7, 11, 9, 0.76);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
body.theme-light .phone-modal {
  background: rgba(61, 50, 38, 0.52);
}
.phone-modal.open {
  opacity: 1;
  visibility: visible;
}
.phone-modal-dialog {
  position: relative;
  width: min(720px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 42px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
  color: var(--ink);
}
.phone-modal-dialog::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 72%;
  height: 3px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.phone-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--dark-3);
  color: var(--gold-light);
  font-size: 1rem;
  transition: var(--transition);
}
.phone-modal-close:hover {
  background: var(--gold);
  color: var(--dark);
  transform: rotate(90deg);
}
.phone-modal-close:focus-visible,
.phone-modal-copy:focus-visible {
  outline: 3px solid rgba(212, 168, 81, 0.45);
  outline-offset: 3px;
}
.phone-modal-heading {
  padding-right: 52px;
  margin-bottom: 30px;
}
.phone-modal-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
body.theme-light .phone-modal-label {
  color: var(--gold-dark);
}
.phone-modal-heading h2 {
  margin-bottom: 8px;
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.45rem);
  color: var(--ink);
}
.phone-modal-heading p {
  max-width: 510px;
  color: var(--muted);
  font-size: 0.95rem;
}
.phone-modal-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 32px;
  align-items: center;
}
.phone-modal-details {
  min-width: 0;
}
.phone-modal-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.phone-modal-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(184, 134, 59, 0.18), rgba(184, 134, 59, 0.06));
  color: var(--gold-light);
}
body.theme-light .phone-modal-icon {
  color: var(--gold-dark);
}
.phone-modal-item-content {
  min-width: 0;
}
.phone-modal-item-label {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.phone-modal-number {
  display: block;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.phone-modal-copy {
  width: 100%;
  margin-top: 18px;
}
.phone-modal-copy.copied {
  background: #4d7c5b;
  border-color: #4d7c5b;
}
.phone-modal-copy-status {
  min-height: 1.35em;
  margin-top: 7px;
  color: var(--gold-light);
  font-size: 0.8rem;
  text-align: center;
}
body.theme-light .phone-modal-copy-status {
  color: var(--gold-dark);
}
.phone-modal-address {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
}
.phone-modal-address address {
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.6;
}
.phone-modal-qr-panel {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--dark-2);
  text-align: center;
}
.phone-modal-qr {
  width: 160px;
  height: 160px;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  padding: 16px;
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
}
.phone-modal-qr img,
.phone-modal-qr canvas {
  width: 128px !important;
  height: 128px !important;
  display: block;
}
.phone-modal-qr-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #3d3226;
  font-size: 0.72rem;
}
.phone-modal-qr-fallback i {
  font-size: 2.3rem;
}
.phone-modal-qr-panel > p {
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.4;
}
.phone-modal-qr-panel > p i {
  margin-right: 4px;
  color: var(--gold-light);
}

/* ---------- Ресторан ---------- */
.restaurant {
  background: linear-gradient(135deg, var(--dark-2) 0%, var(--dark) 100%);
  overflow: hidden;
}
.restaurant-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}
.restaurant-text {
  color: var(--ink-soft);
  font-weight: 400;
  margin-bottom: 35px;
  max-width: 600px;
}
.restaurant-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
.r-feature {
  padding: 22px;
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--border-white-soft);
  transition: var(--transition);
}
.r-feature:hover {
  border-color: var(--gold);
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.r-feature i {
  font-size: 1.8rem;
  color: var(--gold);
  margin-bottom: 12px;
}
.r-feature h3 {
  font-family: var(--font-serif);
  color: var(--ink);
  margin-bottom: 8px;
  font-size: 1.05rem;
}
.r-feature p {
  font-size: 0.85rem;
  color: var(--muted);
}
.r-feature strong {
  color: var(--gold-light);
}
.restaurant-cta {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.restaurant-cta p {
  color: var(--muted);
  font-size: 0.9rem;
}
.restaurant-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  height: auto;
}
.r-img-main {
  grid-column: 1 / -1;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--border-white);
}
.r-img-1 {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
  border: 4px solid var(--white);
  box-shadow: var(--shadow);
}
.r-img-2 {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
  border: 4px solid var(--white);
  box-shadow: var(--shadow);
}

/* ---------- Сауна ---------- */
.sauna {
  background: var(--dark-2);
}
.sauna-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.sauna-image {
  position: relative;
  height: 500px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border-white);
}
.sauna-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 5s ease;
}
.sauna-image:hover img {
  transform: scale(1.08);
}
.sauna-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: var(--sauna-badge-bg);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  color: var(--gold-light);
  padding: 15px 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: var(--shadow);
}
.sauna-badge i {
  font-size: 1.5rem;
  color: var(--gold);
  animation: fire 1.5s ease-in-out infinite;
}
@keyframes fire {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}
.sauna-content p {
  color: var(--ink-soft);
  font-weight: 400;
}
.sauna-list {
  margin: 30px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sauna-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.sauna-item i {
  color: var(--gold);
  font-size: 1.1rem;
}
.sauna-cta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* ---------- Услуги ---------- */
.services {
  background: var(--dark-2);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.service-card {
  padding: 30px 25px;
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--border-white-soft);
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.service-card:hover::before {
  transform: translateX(100%);
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--line);
  box-shadow: var(--shadow);
}
.service-card i {
  font-size: 2.2rem;
  color: var(--gold);
  margin-bottom: 15px;
  display: inline-block;
  transition: var(--transition);
}
.service-card:hover i {
  transform: scale(1.15) rotate(-8deg);
}
.service-card h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--ink);
  margin-bottom: 10px;
}
.service-card p {
  font-size: 0.87rem;
  color: var(--muted);
  font-weight: 400;
}

/* ---------- Туризм ---------- */
.attractions {
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.attractions::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(184, 134, 59, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.tourism-layout {
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(440px, 1.6fr) minmax(210px, 0.72fr);
  grid-template-areas:
    "forest video river"
    "culture video nature";
  gap: 22px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.tourism-video {
  grid-area: video;
  min-width: 0;
  padding: 8px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(145deg, rgba(184, 134, 59, 0.22), var(--card));
  border: 1px solid rgba(218, 165, 32, 0.32);
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.32);
}
.tourism-video-frame {
  flex: 1;
  min-height: 340px;
  overflow: hidden;
  border-radius: 16px;
  background: #090b0a;
}
.tourism-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tourism-video-caption {
  min-height: 72px;
  padding: 14px 16px 8px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--ink);
}
.tourism-video-caption > i {
  flex: 0 0 auto;
  font-size: 2rem;
  color: var(--gold);
}
.tourism-video-caption div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.tourism-video-caption strong {
  font-family: var(--font-serif);
  font-size: 1.08rem;
}
.tourism-video-caption span {
  color: var(--muted);
  font-size: 0.82rem;
}
.attraction-card {
  min-width: 0;
  min-height: 180px;
  padding: 28px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(145deg, var(--card), rgba(184, 134, 59, 0.07));
  border-radius: 18px;
  border: 1px solid var(--border-white-soft);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.attraction-card::before {
  content: '';
  position: absolute;
  width: 72px;
  height: 72px;
  right: -26px;
  bottom: -26px;
  border: 1px solid rgba(218, 165, 32, 0.22);
  border-radius: 50%;
}
.attraction-card-forest { grid-area: forest; }
.attraction-card-river { grid-area: river; }
.attraction-card-culture { grid-area: culture; }
.attraction-card-nature { grid-area: nature; }
.attraction-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.24);
  background: var(--card-hover);
  border-color: rgba(218, 165, 32, 0.38);
}
.attraction-card i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: var(--gold);
  margin-bottom: 16px;
  background: rgba(184, 134, 59, 0.12);
  border: 1px solid rgba(218, 165, 32, 0.18);
  border-radius: 14px;
}
.attraction-card h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--ink);
  margin-bottom: 10px;
}
.attraction-card p {
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 400;
}

/* ---------- Бронирование ---------- */
.booking {
  background: linear-gradient(135deg, var(--dark-2) 0%, var(--dark) 100%);
}
.booking-card {
  max-width: 850px;
  margin: 0 auto;
  padding: 60px;
  background: var(--card);
  border-radius: 24px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.booking-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.booking-header {
  text-align: center;
  margin-bottom: 45px;
}
.booking-header .section-label {
  justify-content: center;
}
.booking-header .section-label::before {
  content: '';
  width: 50px;
  height: 1px;
  background: linear-gradient(270deg, var(--gold), transparent);
}
.booking-header p {
  color: var(--muted);
}
.booking-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-row-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.form-row-center {
  display: flex;
  justify-content: center;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group label {
  font-size: 0.85rem;
  color: var(--muted);
  letter-spacing: 0.5px;
  font-weight: 500;
}
.form-group input,
.form-group select {
  width: 100%;
  padding: 15px 20px;
  background: var(--input-bg);
  border: 1px solid var(--border-white-soft);
  border-radius: 10px;
  color: var(--ink);
  transition: var(--transition);
}
.form-group input::placeholder {
  color: var(--muted);
  opacity: 0.7;
}
.form-group input:focus,
.form-group select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 134, 59, 0.12);
  background: var(--input-focus-bg);
}
.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b8863b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
  cursor: pointer;
}
.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--muted);
  cursor: pointer;
}
.form-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
  cursor: pointer;
}
.form-row-center .btn {
  min-width: 260px;
}
.form-success {
  display: none;
  text-align: center;
  padding: 30px;
  background: rgba(184, 134, 59, 0.08);
  border: 1px solid var(--gold);
  border-radius: var(--radius);
}
.form-success.show {
  display: block;
  animation: fade-in 0.5s ease;
}
.form-success i {
  font-size: 3rem;
  color: var(--gold);
  margin-bottom: 15px;
}
.form-success h3 {
  font-family: var(--font-serif);
  color: var(--ink);
  margin-bottom: 10px;
}
.form-success p {
  color: var(--muted);
}
@keyframes fade-in {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

/* ---------- Контакты ---------- */
.contacts {
  background: var(--dark-2);
}
.contacts-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: 36px;
  align-items: stretch;
}
.contact-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 12px;
  height: 420px;
}
.contact-map {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  min-height: 0;
  padding: 16px 18px;
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--border-white-soft);
  transition: var(--transition);
}
.contact-card:hover {
  border-color: var(--line);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.contact-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(184, 134, 59, 0.15), rgba(184, 134, 59, 0.05));
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.2rem;
}
.contact-card h3 {
  font-family: var(--font-serif);
  color: var(--ink);
  font-size: 1.05rem;
  margin-bottom: 4px;
}
.contact-card p, .contact-card a {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 400;
}
.contact-card a:hover {
  color: var(--gold-light);
}
.map-wrap {
  height: 420px;
  min-height: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  filter: var(--map-filter);
  transition: filter 0.5s ease;
}
.map-wrap:hover iframe {
  filter: var(--map-filter-hover);
}

.map-nav-buttons {
  display: none;
}

@media (max-width: 920px) {
  .map-nav-buttons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
    width: 100%;
  }
  .btn-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    transition: var(--transition);
    color: #fff;
    box-shadow: var(--shadow);
  }
  .btn-yandex {
    background: #FFCC00;
    color: #000;
  }
  .btn-yandex:hover {
    background: #F0B900;
    color: #000;
    transform: translateY(-2px);
  }
  .btn-yandex-maps {
    background: #F0F0F0;
    color: #000;
  }
  .btn-yandex-maps:hover {
    background: #E0E0E0;
    color: #000;
    transform: translateY(-2px);
  }
  .btn-google {
    background: #4285F4;
    color: #fff;
  }
  .btn-google:hover {
    background: #3367D6;
    color: #fff;
    transform: translateY(-2px);
  }
  body.theme-light .btn-nav {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}

/* ---------- Футер ---------- */
.footer {
  background: var(--dark-2);
  border-top: 1px solid var(--line);
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 50px;
}
.logo-footer {
  margin-bottom: 20px;
}
.footer-desc {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 25px;
  max-width: 300px;
}
.footer-socials {
  display: flex;
  gap: 12px;
}
.footer-socials a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  font-size: 1.1rem;
  background: var(--card);
  transition: var(--transition);
}
.footer-socials a:hover {
  background: var(--gold);
  color: var(--dark);
  transform: translateY(-4px);
}
.footer-title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--ink);
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
}
.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--gold);
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: var(--ink-soft);
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.footer-links a i {
  color: var(--gold);
  font-size: 0.7rem;
}
.footer-links a:hover {
  color: var(--gold-light);
  padding-left: 5px;
}
.footer-contacts li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin-bottom: 14px;
}
.footer-contacts i {
  color: var(--gold);
  margin-top: 4px;
  flex-shrink: 0;
}
.footer-contacts a:hover {
  color: var(--gold-light);
}
.footer-nav-text {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.footer-bottom {
  padding: 25px 0;
  border-top: 1px solid var(--border-white-soft);
  text-align: center;
}
.footer-bottom p {
  color: var(--muted);
  font-size: 0.85rem;
}
.footer-credit {
  color: var(--gold-light);
  font-weight: 600;
  letter-spacing: 0.4px;
}
.footer-credit:hover {
  color: var(--ink);
}

/* ---------- Back to top ---------- */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--dark);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition);
  box-shadow: var(--shadow-gold);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  transform: translateY(-4px);
}

/* ---------- Мобильная кнопка вызова ---------- */
.call-fab {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--dark);
  font-size: 1.3rem;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: var(--shadow-gold);
  animation: call-pulse 2s ease-in-out infinite;
}
@keyframes call-pulse {
  0% { box-shadow: 0 0 0 0 rgba(184, 134, 59, 0.5); }
  70% { box-shadow: 0 0 0 16px rgba(184, 134, 59, 0); }
  100% { box-shadow: 0 0 0 0 rgba(184, 134, 59, 0); }
}

/* =========================================================
   АДАПТИВНОСТЬ
   ========================================================= */

/* Компактная шапка для небольших ноутбуков */
@media (max-width: 1240px) {
  .header-inner {
    gap: 16px;
  }
  .nav {
    gap: 1px;
  }
  .nav-link {
    padding: 10px 8px;
    font-size: 0.85rem;
  }
  .header-actions {
    gap: 10px;
  }
}

/* Планшеты и ноутбуки */
@media (max-width: 1100px) {
  .header-phone {
    display: none;
  }
  .hero-content {
    padding-left: 40px;
    padding-right: 30px;
  }
  .rooms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-grid,
  .restaurant-grid,
  .sauna-grid {
    grid-template-columns: 1fr;
  }
  .restaurant-images {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  .about-images {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  .tourism-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "video video"
      "forest river"
      "culture nature";
  }
  .tourism-video-frame {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .contact-map {
    min-height: 400px;
  }
  .contact-info {
    height: 400px;
  }
  .map-wrap {
    height: 400px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Мобильное меню */
@media (max-width: 920px) {
  .hero {
    display: block;
    min-height: 0;
    padding-top: 90px;
  }
  .hero-bg {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 40px);
    aspect-ratio: 1599 / 854;
    margin: 0 auto;
    transform: none;
    border-radius: 16px;
  }
  .hero-frame {
    inset: 8px;
    border-radius: 11px;
  }
  .hero-overlay {
    display: none;
  }
  .hero .hero-content {
    max-width: none;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 75px;
  }
  .hero-title > .hero-title-accent {
    padding-top: 1.75rem;
  }
  .hero-stars {
    top: 0;
    transform: none;
  }
  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    background: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 40px;
    transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.4);
    z-index: 1000;
  }
  .nav.open {
    right: 0;
  }
  .nav-link {
    font-size: 1.1rem;
    width: 100%;
    padding: 12px 15px;
  }
  .nav-link::after {
    display: none;
  }
  .burger {
    display: flex;
  }
  .header-phone {
    display: none;
  }
  .call-fab {
    display: flex;
  }
  .contacts-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .contact-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 12px;
    height: auto;
  }
  .contact-card {
    min-width: 0;
    padding: 16px;
    gap: 12px;
  }
  .contact-card:hover {
    transform: translateY(-3px);
  }
  .contact-icon {
    width: 44px;
    height: 44px;
  }
  .contact-card p,
  .contact-card a {
    overflow-wrap: anywhere;
  }
  .contact-map {
    min-height: 0;
  }
  .map-wrap {
    height: 300px;
    min-height: 0;
    touch-action: pan-y;
  }
  .map-wrap iframe {
    height: 100%;
    min-height: 0;
    pointer-events: none;
  }
}

/* Планшеты */
@media (max-width: 768px) {
  .section {
    padding: 80px 0;
  }
  .container {
    padding: 0 20px;
  }
  .rooms-grid {
    grid-template-columns: 1fr;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-benefits {
    grid-template-columns: 1fr;
  }
  .restaurant-features {
    grid-template-columns: 1fr;
  }
  .booking-card {
    padding: 35px 25px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .hero .hero-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .room-carousel-btn,
  .room-photo-hint {
    opacity: 1;
  }
  .room-carousel-prev {
    transform: translate(0, -50%);
  }
  .room-carousel-next {
    transform: translate(0, -50%);
  }
}

/* Смартфоны (включая Galaxy S23 Ultra 412px) */
@media (max-width: 560px) {
  .section-title {
    font-size: 1.8rem;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .tourism-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "video"
      "forest"
      "river"
      "culture"
      "nature";
    gap: 14px;
  }
  .tourism-video {
    padding: 6px;
    border-radius: 17px;
  }
  .tourism-video-frame {
    border-radius: 12px;
  }
  .tourism-video-caption {
    min-height: 64px;
    padding: 12px 10px 6px;
  }
  .attraction-card,
  .attraction-card-nature {
    min-height: 0;
    padding: 24px 22px;
    text-align: left;
    align-items: flex-start;
  }
  .about-images {
    height: 450px;
  }
  .about-img-main {
    width: 85%;
  }
  .about-img-small {
    height: 160px;
  }
  .about-img-2 {
    height: 130px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-features {
    gap: 10px;
  }
  .hero-feature {
    grid-template-columns: 42px minmax(0, 1fr);
    font-size: 0.8rem;
  }
  .hero-feature i {
    width: 42px;
    min-height: 44px;
  }
  .hero-feature span {
    padding: 9px 10px;
  }
  .booking-card {
    padding: 25px 18px;
  }
  .about-badge {
    padding: 14px 20px;
  }
  .badge-year {
    font-size: 1.7rem;
  }
  .back-to-top {
    bottom: 20px;
    right: 20px;
  }
  .call-fab {
    bottom: 20px;
    left: 20px;
  }
  .hero .hero-content {
    padding: 20px 18px 70px;
  }
  .hero {
    padding-top: 82px;
  }
  .hero-bg {
    width: calc(100% - 24px);
    border-radius: 12px;
  }
  .hero-frame {
    inset: 6px;
    border-radius: 8px;
  }
  .hero-frame-corner {
    width: 34px;
    height: 34px;
    font-size: 1.35rem;
  }
  .hero-frame-corner-tl {
    top: -9px;
    left: -9px;
  }
  .hero-frame-corner-tr {
    top: -9px;
    right: -9px;
  }
  .hero-frame-corner-br {
    right: -9px;
    bottom: -9px;
  }
  .hero-frame-corner-bl {
    bottom: -9px;
    left: -9px;
  }
  .hero-buttons {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .hero-buttons .btn {
    width: 100%;
  }
  .header-inner {
    gap: 10px;
  }
  .logo-title {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  .logo-sub {
    font-size: 0.55rem;
    letter-spacing: 1.5px;
  }
  .logo-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
  .theme-toggle {
    padding: 6px 10px;
  }
  .theme-toggle i {
    font-size: 0.9rem;
  }
  .burger {
    width: 40px;
    height: 40px;
  }
  .sauna-image {
    height: 350px;
  }
  .sauna-badge {
    padding: 10px 18px;
    font-size: 0.95rem;
  }
  .room-img {
    height: 200px;
  }
  .form-row-center .btn {
    min-width: 100%;
    width: 100%;
  }
  .contact-info {
    gap: 9px;
  }
  .contact-card {
    flex-direction: column;
    padding: 13px;
    gap: 9px;
  }
  .contact-card:first-child,
  .contact-card:last-child {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
  }
  .contact-icon {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }
  .contact-card h3 {
    margin-bottom: 3px;
    font-size: 0.95rem;
  }
  .contact-card p,
  .contact-card a {
    font-size: 0.82rem;
    line-height: 1.45;
  }
  .map-wrap {
    height: 240px;
    min-height: 0;
  }
  .map-wrap iframe {
    min-height: 0;
  }
  .contact-map {
    min-height: 0;
  }
  .map-nav-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
  }
  .map-nav-buttons .btn-nav:first-child {
    grid-column: 1 / -1;
  }
  .btn-nav {
    min-width: 0;
    padding: 11px 8px;
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Очень маленькие экраны */
@media (max-width: 380px) {
  .hero-title {
    font-size: 2rem;
  }
  .hero-script {
    font-size: 1.5rem;
  }
  .hero-text {
    font-size: 0.95rem;
    padding: 14px 18px;
  }
  .about-images {
    height: 380px;
  }
  .about-img-small {
    height: 120px;
  }
  .about-img-2 {
    height: 100px;
  }
  .sauna-image {
    height: 300px;
  }
  .room-img {
    height: 180px;
  }
  .section {
    padding: 60px 0;
  }
  .section-subtitle {
    font-size: 0.95rem;
    margin-bottom: 40px;
  }
  .logo-title {
    font-size: 1.1rem;
  }
  .logo-sub {
    font-size: 0.5rem;
  }
  .logo-icon {
    width: 36px;
    height: 36px;
  }
  .header-actions {
    gap: 8px;
  }
}

/* =========================================================
   FIX: Изображения на мобильных устройствах
   ========================================================= */

/* На мобильных устройствах отключаем анимацию появления,
   чтобы контент всегда был виден (не зависел от IntersectionObserver) */
@media (max-width: 768px) {
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Гарантируем минимальную высоту контейнеров изображений,
   чтобы они не схлопывались в тонкую линию */
.about-images,
.restaurant-images,
.sauna-image,
.about-img-main,
.about-img-small,
.about-img-2,
.room-img,
.r-img-main,
.r-img-1,
.r-img-2 {
  min-height: 100px;
}

/* Гарантируем, что изображения внутри контейнеров
   всегда заполняют их по высоте */
.about-img-main img,
.about-img-small img,
.about-img-2 img,
.room-img img,
.sauna-image img {
  min-height: 100%;
  height: 100%;
}
