﻿:root {
  --green: #34383d;
  --green-dark: #1b1b1b;
  --sage: #f8f7f3;
  --cream: #f8f7f3;
  --paper: #f8f7f3;
  --clay: #56514a;
  --gold: #d1ab67;
  --ink: #1b1b1b;
  --muted: #6d6d6d;
  --line: rgba(32, 34, 38, .12);
  --shadow: 0 18px 50px rgba(32, 34, 38, .10);
}
/*
@font-face {
  font-family: "TT Supermolot Neue";
  src: url("../fonts/TTSupermolotNeue-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Supermolot Neue";
  src: url("../fonts/TTSupermolotNeue-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Supermolot Neue";
  src: url("../fonts/TTSupermolotNeue-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*/
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: "TT Supermolot Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}
body.inner-page {
  background: #fff;
}
body.inner-page main,
body.inner-page .section,
body.inner-page .rooms,
body.inner-page .prices,
body.inner-page .food,
body.inner-page .contacts,
body.inner-page .gallery-section,
body.inner-page .related-rooms,
body.inner-page .room-detail,
body.inner-page .room-detail-intro,
body.inner-page .booking-section {
  background: #fff;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

body.admin-bar header {
top: 32px;
}
@media (max-width: 782px) {
body.admin-bar header {
top: 46px;
}
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: #fff;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; color: var(--green-dark); }
.custom-logo-link { width: clamp(170px, 20vw, 300px); height: auto; display: block; }
.nav-menu { display: flex; justify-content: center; gap: 16px; font-size: 18px; color: var(--green-dark); }
.nav-menu a { padding: 8px 0; }
.header-phones { display: grid; gap: 2px; font-size: 16px; font-weight: 800; color: var(--green-dark); white-space: nowrap; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.social-link {
  display: grid;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background: var(--green-dark);
  border: 1px solid rgba(209, 171, 103, .45);
  box-shadow: 0 10px 22px rgba(31, 31, 31, .12);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.social-link svg { width: 19px; height: 19px; fill: currentColor; }
.social-link:hover, .social-link:focus-visible { transform: translateY(-1px); color: var(--green-dark); background: var(--gold); box-shadow: 0 14px 28px rgba(31, 31, 31, .18); }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: var(--green-dark); background: var(--gold); box-shadow: 0 12px 26px rgba(209, 171, 103, .30); }
.btn-light { color: var(--green-dark); background: rgba(255, 255, 255, .9); }
.btn-outline { color: var(--green-dark); border-color: rgba(209, 171, 103, .55); background: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 8px; background: var(--green-dark); }

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  padding: 120px clamp(18px, 5vw, 72px) 54px;
}
.hero-img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-img { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(27, 27, 27, .88), rgba(27, 27, 27, .70) 45%, rgba(27, 27, 27, .20)); }
.hero-content { position: relative; max-width: 820px; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
}
.hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: "Tenor Sans", "TT Supermolot Neue", serif;
  font-weight: 400;
  font-size: clamp(42px, 7vw, 82px);
  line-height: .98;
  letter-spacing: 0;
}
.hero-lead { max-width: 680px; margin: 22px 0 0; font-size: clamp(18px, 2.4vw, 24px); color: rgba(255,255,255,.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.hero-points span {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
  font-weight: 700;
}

.section { padding: clamp(58px, 8vw, 106px) clamp(18px, 5vw, 72px); }
.section > * { max-width: 1180px; min-width: 0; margin-left: auto; margin-right: auto; }
.band { background: #fff; }
.section-head { max-width: 780px; margin-bottom: 34px; }
.page-heading {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.page-heading p {
  max-width: none;
}
#rooms > .section-head {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#rooms > .section-head p {
  max-width: none;
}
#territory > .section-head {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#territory > .section-head p {
  max-width: none;
}
.section-head h1,
.section-head h2,
.page-heading h1,
.price-panel h1,
.price-panel h2,
.contact-info h2 {
  margin: 0;
  font-family: "Tenor Sans", "TT Supermolot Neue", serif;
  font-weight: 400;
  color: var(--green-dark);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}
.section-head p:not(.eyebrow), .split > p { color: var(--muted); font-size: 18px; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 460px); gap: 34px; align-items: end; max-width: 1180px; }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 480px); gap: 46px; align-items: center; }
.two-col p { color: var(--muted); font-size: 18px; }
.intro-layout {
  display: grid;
  grid-template-columns: minmax(320px, 500px) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
}
.intro-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: #fff;
}
.intro-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.intro-text .section-head { margin-left: 0; margin-right: 0; }
.intro-copy {
  max-width: 980px;
  margin-left: 0;
}
.intro-copy p {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefits-section .section-head { margin-left: auto; margin-right: auto; text-align: center; }
.feature-grid article, .room-card, .contact-info, details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.feature-grid article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 22px;
  align-items: center;
  min-height: 202px;
  padding: 28px;
}
.feature-grid h3 { margin: 0; font-family: "Tenor Sans", "TT Supermolot Neue", serif; font-size: clamp(22px, 2.2vw, 28px); font-weight: 400; color: var(--green-dark); line-height: 1.2; }
.feature-grid p { grid-column: 1 / -1; margin: 0; line-height: 1.65; }
.feature-grid p, .feature-grid span { color: var(--muted); }
.feature-grid.compact { grid-template-columns: repeat(2, 1fr); }
.feature-grid.compact article { padding: 20px; box-shadow: none; }
.feature-grid.compact strong { display: block; color: var(--green-dark); margin-bottom: 4px; }
.icon {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(209, 171, 103, .10);
}
.icon img { width: 34px; height: 34px; object-fit: contain; }

.room-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.room-card { overflow: hidden; display: grid; grid-template-columns: 42% 1fr; background: #fff; }
.room-card.wide { grid-column: 1 / -1; grid-template-columns: 32% 1fr; }
.room-card > div:last-child { display: flex; flex-direction: column; padding: 24px; background: #fff; }
.room-card h2,
.room-card h3 { margin: 0 0 10px; font-family: "Tenor Sans", "TT Supermolot Neue", serif; font-size: clamp(22px, 2vw, 26px); font-weight: 400; color: var(--green-dark); line-height: 1.2; }
.room-card p { color: var(--muted); margin: 0 0 18px; }
.room-card a { color: var(--green); font-weight: 900; }
.room-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}
.room-price {
  color: var(--green-dark);
  font-weight: 900;
}
.room-price strong {
  font-size: 24px;
  color: var(--green-dark);
}
.room-arrow {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid rgba(209, 171, 103, .55);
  border-radius: 50%;
  color: var(--green-dark) !important;
  background: #fff;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}
.room-arrow:hover,
.room-arrow:focus-visible {
  background: var(--gold);
  transform: translateX(2px);
}
.rooms-price-link { display: flex; width: fit-content; margin: 26px auto 0; }
.room-photo { width: 100%; height: 100%; min-height: 210px; object-fit: cover; }

.room-detail-hero {
  position: relative;
  min-height: 78svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  padding: 130px clamp(18px, 5vw, 72px) 58px;
}
.room-detail-hero-img,
.room-detail-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.room-detail-hero-img { object-fit: cover; object-position: center; }
.room-detail-hero-overlay { background: linear-gradient(90deg, rgba(27,27,27,.88), rgba(27,27,27,.56) 48%, rgba(27,27,27,.18)); }
.room-detail-hero-content { position: relative; max-width: 860px; }
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255,255,255,.78);
  font-size: 15px;
}
.breadcrumbs a { border-bottom: 1px solid rgba(255,255,255,.38); }
.page-heading .breadcrumbs {
  color: var(--muted);
}
.page-heading .breadcrumbs a {
  border-bottom-color: rgba(209, 171, 103, .5);
}
.room-detail-section {
  background: #fff;
  padding-top: clamp(132px, 13vw, 172px);
}
.room-detail-section .section-head h1 {
  margin: 0;
  font-family: "Tenor Sans", "TT Supermolot Neue", serif;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 400;
  line-height: 1.05;
  color: var(--green-dark);
}
.room-breadcrumbs {
  margin-bottom: 18px;
  color: var(--muted);
}
.room-breadcrumbs a {
  border-bottom-color: rgba(209, 171, 103, .5);
}
.room-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}
.room-detail-main { display: grid; gap: clamp(28px, 4vw, 46px); }
.room-page-gallery {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: repeat(3, 180px);
  gap: 16px;
}
.room-page-photo {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.room-page-photo-main { grid-row: 1 / span 3; }
.room-page-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
}
.room-page-photo:hover img,
.room-page-photo:focus-visible img { transform: scale(1.03); }
.room-page-photo:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.amenities-panel {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  background: var(--paper);
}
.amenities-panel h2 { margin-top: 0; }
.amenities-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.amenities-list li {
  position: relative;
  padding-left: 24px;
  color: var(--clay);
}
.amenities-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.room-detail-aside { position: sticky; top: 112px; }
.room-info-card {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.room-info-card h2 { margin: 0; font-size: clamp(30px, 3vw, 42px); }
.room-info-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--line);
}
.room-info-price span {
  color: var(--muted);
}
.room-info-price strong {
  color: var(--green-dark);
  font-size: 24px;
  line-height: 1.1;
  text-align: right;
}
.room-info-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}
.room-info-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.room-info-card dt { color: var(--muted); }
.room-info-card dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
  color: var(--green-dark);
}
.room-price-info-section {
  padding-top: 0;
  padding-bottom: clamp(38px, 6vw, 72px);
}
.related-rooms {
  background: var(--paper);
  padding-top: clamp(48px, 7vw, 86px);
}
.related-rooms .section-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.related-room-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.related-room-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.related-room-card img {
  display: block;
  flex: 0 0 210px;
  width: 100%;
  height: 210px;
  min-height: 210px;
  object-fit: cover;
  object-position: center;
  background: #fff;
}
.related-room-card > div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px;
  background: #fff;
}
.related-room-card h3 {
  margin: 0 0 10px;
  font-family: "Tenor Sans", "TT Supermolot Neue", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.18;
  color: var(--green-dark);
}
.related-room-card p {
  margin: 0 0 18px;
  color: var(--muted);
}
.related-room-card .room-bottom { margin-top: auto; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.blog-card {
  display: grid;
  grid-template-rows: 230px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
}
.blog-date {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}
.blog-card h2,
.blog-card h3,
.blog-article h2,
.blog-aside h2 {
  margin: 0;
  font-family: "Tenor Sans", "TT Supermolot Neue", serif;
  font-weight: 400;
  line-height: 1.18;
  color: var(--green-dark);
}
.blog-card h2,
.blog-card h3 { font-size: clamp(24px, 2.4vw, 30px); }
.blog-card p,
.blog-article p,
.blog-article li,
.blog-aside p {
  color: var(--muted);
}
.blog-read-more {
  margin-top: auto;
  color: var(--green-dark);
  font-weight: 900;
}
.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: start;
}
.blog-article {
  max-width: 780px;
}
.blog-article > img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}
.blog-article h2 {
  margin-top: 34px;
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 40px);
}
.blog-article p {
  margin: 0 0 18px;
  font-size: 18px;
}
.blog-article ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.blog-article li {
  position: relative;
  padding-left: 22px;
}
.blog-article li::before {
  content: "";
  position: absolute;
  top: .68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}
.blog-aside {
  position: sticky;
  top: 112px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.blog-aside h2 {
  margin-bottom: 12px;
  font-size: 28px;
}
.blog-aside .btn {
  width: 100%;
  margin-top: 10px;
}

.wellness { background: #fff; color: var(--ink); }
.wellness .section-head {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wellness .section-head h2 { color: var(--green-dark); }
.wellness .section-head p:not(.eyebrow) { color: var(--muted); }
.wellness-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 34px);
}
.wellness-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.wellness-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}
.wellness-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 27, 27, .08), rgba(27, 27, 27, .16));
}
.wellness-card > div {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 28px;
  width: min(78%, 440px);
  min-height: 124px;
  padding: 20px 28px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 45px rgba(31, 31, 31, .12);
  text-align: center;
  transform: translateX(-50%);
}
.wellness-card span {
  display: block;
  color: var(--gold);
  font-size: 20px;
  line-height: 1;
}
.wellness-card h3 {
  margin: 6px 0 10px;
  font-family: "Tenor Sans", "TT Supermolot Neue", serif;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 400;
  color: var(--green-dark);
}
.wellness-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.note {
  margin-top: 28px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--muted);
}
.food { background: var(--cream); }
.food h2 {
  margin: 0 0 24px;
  font-family: "Tenor Sans", "TT Supermolot Neue", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.08;
  color: var(--green-dark);
}
.food .two-col p,
.food-places li {
  font-size: clamp(16px, 1.15vw, 18px);
}
.food-places {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}
.food-places li {
  margin: 0;
  line-height: 1.65;
}
.meal-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.meal-list span {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 12px 22px 12px 14px;
  border: 1px solid rgba(209, 171, 103, .38);
  border-radius: 999px;
  color: var(--green-dark);
  background: #fff;
  box-shadow: var(--shadow);
  font-weight: 900;
}
.meal-list img {
  width: 58px;
  height: 58px;
  padding: 13px;
  border-radius: 50%;
  background: rgba(209, 171, 103, .12);
  object-fit: contain;
}

.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 210px; gap: 20px; }
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin: 0;
  background: #fff;
}
.gallery-button {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  color: inherit;
  cursor: zoom-in;
  text-align: left;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-item::after {
  content: none;
}
.gallery-item span { display: none; }
.gallery-extra[hidden] { display: none; }
.gallery-button:hover img, .gallery-button:focus-visible img { transform: scale(1.03); }
.gallery-button img { transition: transform .22s ease; }
.gallery-button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.gallery-wide, .gallery-tall { grid-column: auto; grid-row: auto; }
.gallery-toggle { display: flex; width: fit-content; margin: 26px auto 0; }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 82px 20px 24px;
  background: rgba(18, 18, 18, .88);
}
.gallery-lightbox-img {
  max-width: min(100%, 1280px);
  max-height: calc(100svh - 120px);
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .45);
}
.gallery-lightbox-nav {
  position: absolute;
  top: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.gallery-lightbox-nav span {
  display: block;
  margin-top: -4px;
  font-family: Arial, sans-serif;
  font-size: 54px;
  line-height: 1;
  font-weight: 300;
}
.gallery-lightbox-prev { left: max(24px, calc((100vw - 1420px) / 2)); }
.gallery-lightbox-next { right: max(24px, calc((100vw - 1420px) / 2)); }
.gallery-lightbox-nav:hover,
.gallery-lightbox-nav:focus-visible {
  background: rgba(255,255,255,.28);
  border-color: rgba(255,255,255,.62);
  transform: translateY(-50%) scale(1.04);
}
.gallery-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.14);
  font-weight: 900;
  cursor: pointer;
}
.gallery-lightbox-close:hover, .gallery-lightbox-close:focus-visible { background: rgba(255,255,255,.24); }
.lightbox-open { overflow: hidden; }

.prices { background: #fff; }
.price-panel {
  display: grid;
  gap: 32px;
  padding: 0;
  background: transparent;
}
.price-panel .page-heading {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.important { font-weight: 900; color: var(--green-dark); }
.price-table-wrap { grid-column: 1 / -1; overflow-x: auto; }
.price-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.price-table caption {
  padding: 0 0 14px;
  color: var(--clay);
  font-size: 22px;
  font-weight: 900;
  text-align: left;
}
.price-table th,
.price-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}
.price-table th {
  color: var(--green-dark);
  background: rgba(209, 171, 103, .10);
  font-size: 18px;
}
.price-table td:nth-child(2),
.price-table th:nth-child(2) {
  width: 140px;
  border-left: 1px solid var(--line);
  white-space: nowrap;
}
.price-table td:last-child,
.price-table th:last-child {
  width: 180px;
  border-left: 1px solid var(--line);
  white-space: nowrap;
}
.price-table td span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 14px;
}
.price-table tr:last-child td { border-bottom: 0; }
.price-table strong { font-size: 22px; color: var(--green-dark); }
.guests {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  margin: 0 !important;
  color: var(--green-dark) !important;
  font-weight: 900;
}
.guests::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50% 50% 45% 45%;
  background:
    radial-gradient(circle at 50% 27%, var(--gold) 0 26%, transparent 27%),
    linear-gradient(var(--gold), var(--gold)) center bottom / 12px 7px no-repeat;
}
.price-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}
.price-info article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}
.price-info h3 { margin: 0 0 8px; font-family: "Tenor Sans", "TT Supermolot Neue", serif; font-weight: 400; color: var(--green-dark); }
.price-info p { margin: 0; color: var(--muted); }
.price-info-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}
.price-info-list li {
  position: relative;
  padding-left: 18px;
}
.price-info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}
.price-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-style: italic;
}

.booking-section { background: #fff; }
.booking-panel {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: var(--shadow);
}
.booking-copy h2 {
  margin: 0 0 14px;
  font-family: "Tenor Sans", "TT Supermolot Neue", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
  color: var(--green-dark);
  line-height: 1.08;
}
.booking-copy p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.booking-contacts { display: grid; gap: 8px; margin-top: 22px; }
.booking-contacts a { width: fit-content; color: var(--green-dark); font-weight: 900; }
.booking-messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.booking-messengers .social-link {
  width: 46px;
  border-radius: 50%;
}
.booking-messengers .social-link svg {
  width: 24px;
  height: 24px;
}
.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.booking-form label { display: grid; gap: 8px; color: var(--green-dark); font-weight: 900; }
.booking-form span { font-size: 14px; }
.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: none;
}
.booking-form textarea { resize: vertical; min-height: 120px; }
.booking-form input[type="date"]:not(.has-value)::-webkit-datetime-edit,
.booking-form input[type="date"]:not(.has-value)::-webkit-datetime-edit-text,
.booking-form input[type="date"]:not(.has-value)::-webkit-datetime-edit-month-field,
.booking-form input[type="date"]:not(.has-value)::-webkit-datetime-edit-day-field,
.booking-form input[type="date"]:not(.has-value)::-webkit-datetime-edit-year-field {
  color: transparent;
}
.booking-form input[type="date"].has-value::-webkit-datetime-edit,
.booking-form input[type="date"].has-value::-webkit-datetime-edit-text,
.booking-form input[type="date"].has-value::-webkit-datetime-edit-month-field,
.booking-form input[type="date"].has-value::-webkit-datetime-edit-day-field,
.booking-form input[type="date"].has-value::-webkit-datetime-edit-year-field {
  color: var(--ink);
}
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(209, 171, 103, .18);
}
.booking-message,
.booking-form .btn,
.booking-status { grid-column: 1 / -1; }
.booking-form .btn:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}
.booking-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}
.booking-status.is-success { color: var(--green-dark); }
.booking-status.is-error { color: #b42318; }
.room-booking-modal[hidden] { display: none; }
.room-booking-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(18, 18, 18, .72);
}
.room-booking-dialog {
  position: relative;
  width: min(100%, 760px);
  max-height: calc(100svh - 48px);
  overflow: auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}
.room-booking-dialog .section-head {
  margin-bottom: 24px;
}
.room-booking-dialog .section-head h2 {
  margin: 0;
}
.room-booking-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--green-dark);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.room-booking-close:hover,
.room-booking-close:focus-visible {
  border-color: rgba(209, 171, 103, .72);
  background: var(--paper);
}
.modal-open { overflow: hidden; }

.accordion { display: grid; gap: 12px; }
details { padding: 18px 20px; box-shadow: none; }
summary { cursor: pointer; font-weight: 900; color: var(--green-dark); }
details p { color: var(--muted); margin-bottom: 0; }

.contacts { display: grid; grid-template-columns: minmax(300px, 430px) 1fr; gap: 22px; max-width: none; }
.contacts > * { max-width: none; margin: 0; }
.contact-info { padding: 30px; display: grid; gap: 10px; }
.contact-info address { font-style: normal; color: var(--muted); }
.contact-info a { font-weight: 800; color: var(--green-dark); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.contact-actions .social-link {
  width: 52px;
  border-radius: 8px;
  color: #fff;
}
.contact-actions .social-link svg { width: 24px; height: 24px; }
.map { width: 100%; min-height: 440px; border: 0; border-radius: 8px; box-shadow: var(--shadow); }

.footer {
  padding: 34px clamp(18px, 5vw, 72px) 92px;
  background: var(--green-dark);
  color: rgba(255,255,255,.85);
  text-align: center;
}
.footer-logo {
  width: min(300px, 76vw);
  height: auto;
  display: block;
  margin: 0 auto 12px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
}
.footer p { margin: 8px 0 0; }
.footer-contacts {
  display: grid;
  justify-items: center;
  gap: 4px;
}
.footer-contacts a {
  width: fit-content;
  color: #fff;
  font-weight: 700;
}
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}
.footer-socials a {
  width: 40px;
  height: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(209, 171, 103, .55);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
}
.footer-socials svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}
.footer-socials a:hover,
.footer-socials a:focus-visible {
  color: var(--green-dark);
  background: var(--gold);
  outline: none;
}
.mobile-bar { display: none; }

.thanks-page {
  min-height: 100vh;
  background: var(--cream);
}
.thanks-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(28px, 6vw, 72px);
}
.thanks-card {
  width: min(760px, 100%);
  padding: clamp(28px, 6vw, 58px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}
.thanks-logo {
  width: min(300px, 82vw);
  height: auto;
  margin: 0 auto 22px;
}
.thanks-card h1 {
  margin: 0;
  font-family: "Tenor Sans", "TT Supermolot Neue", serif;
  font-size: clamp(38px, 6vw, 64px);
  font-weight: 400;
  color: var(--green-dark);
  line-height: 1.08;
}
.thanks-card p {
  max-width: 560px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.floating-messengers {
  position: fixed;
  z-index: 60;
  right: clamp(14px, 2.4vw, 28px);
  bottom: clamp(24px, 8vh, 92px);
  display: grid;
  gap: 10px;
  justify-items: center;
}
.floating-messengers-list {
  display: grid;
  gap: 10px;
  justify-items: center;
}
.floating-messengers-list[hidden] { display: none; }
.floating-messenger[hidden] { display: none; }
.floating-messenger {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 16px 34px rgba(31, 31, 31, .18);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
	padding: 0;
}
.floating-messenger:hover,
.floating-messenger:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(31, 31, 31, .24);
  outline: none;
}
.floating-messenger svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.floating-phone {
  color: var(--gold);
  background: #fff;
  border: 3px solid var(--gold);
}
.floating-phone svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.floating-whatsapp { background: #19d075; }
.floating-viber { background: #6a5bb8; }
.floating-telegram { background: #2ca8df; }
.floating-close { background: #ff6267; }
.floating-close span {
  position: relative;
  width: 24px;
  height: 24px;
}
.floating-close span::before,
.floating-close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
.floating-close span::before { transform: translate(-50%, -50%) rotate(45deg); }
.floating-close span::after { transform: translate(-50%, -50%) rotate(-45deg); }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed;
    top: 67px;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    visibility: hidden;
    opacity: 0;
  }
  .main-nav.open,
  body.nav-open .main-nav {
    display: flex;
    visibility: visible;
    opacity: 1;
    z-index: 1201;
  }
  .header-phones, .header-actions { display: none; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .two-col, .intro-layout, .wellness-grid, .price-panel, .contacts, .price-info, .booking-panel, .room-detail-layout, .blog-layout { grid-template-columns: 1fr; }
  .blog-aside { position: static; }
  .room-detail-aside { position: static; }
  .related-room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  body { padding-bottom: 64px; }
  html,
  body {
    width: 100%;
    max-width: 100%;
  }
  .site-header,
  .section,
  .mobile-bar {
    max-width: 100vw;
  }
  .site-header {
    width: 100%;
    left: 0;
    right: 0;
    overflow: visible;
  }
  .section {
    padding-left: 18px;
    padding-right: 18px;
  }
  .section-head,
  .page-heading,
  .room-grid,
  .room-card,
  .room-card > div:last-child,
  .related-room-grid,
  .related-room-card {
    min-width: 0;
    width: 100%;
  }
  .section-head p,
  .page-heading p,
  .room-card p,
  .related-room-card p {
    overflow-wrap: anywhere;
  }
  .hero { min-height: 88svh; padding-top: 104px; }
  .room-detail-hero { min-height: 72svh; padding-top: 112px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(27,27,27,.56), rgba(27,27,27,.90)); }
  .room-detail-hero-overlay { background: linear-gradient(180deg, rgba(27,27,27,.40), rgba(27,27,27,.88)); }
  .hero h1 { font-size: 42px; }
  .btn { width: 100%; }
  .hero-points span { width: 100%; }
  .feature-grid, .feature-grid.compact, .room-grid, .meal-list, .booking-form, .blog-grid { grid-template-columns: 1fr; }
  .blog-card { grid-template-rows: 210px 1fr; }
  .intro-photo img { min-height: 260px; }
  .wellness-card, .wellness-card img { min-height: 280px; }
  .wellness-card > div {
    width: calc(100% - 28px);
    bottom: 14px;
    transform: translateX(-50%);
    padding: 18px;
  }
  .room-card, .room-card.wide { grid-template-columns: 1fr; }
  .room-card {
    overflow: hidden;
  }
  .room-bottom { min-width: 0; }
  .room-arrow { flex: 0 0 42px; }
  .room-photo {
    height: 260px;
    min-height: 260px;
    object-fit: contain;
    background: #fff;
  }
  .room-page-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .room-page-photo { height: 230px; }
  .room-page-photo-main { grid-row: auto; height: 310px; }
  .amenities-list { grid-template-columns: 1fr; }
  .related-room-grid { grid-template-columns: 1fr; }
  .related-room-card {
    display: flex;
    flex-direction: column;
  }
  .related-room-card img {
    flex: 0 0 260px;
    height: 260px;
    min-height: 260px;
    object-fit: contain;
    object-position: center;
    background: #fff;
  }
  .related-room-card > div {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    background: #fff;
  }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 190px; }
  .gallery-wide, .gallery-tall { grid-column: span 1; grid-row: span 1; }
  .gallery-lightbox { padding: 72px 12px 18px; }
  .gallery-lightbox-close { top: 14px; right: 12px; }
  .gallery-lightbox-nav {
    width: 46px;
    height: 46px;
    background: rgba(18,18,18,.42);
  }
  .gallery-lightbox-nav span { font-size: 42px; }
  .gallery-lightbox-prev { left: 12px; }
  .gallery-lightbox-next { right: 12px; }
  .note { display: grid; }
  .price-table-wrap { overflow-x: visible; }
  .price-table {
    min-width: 0;
    table-layout: fixed;
  }
  .price-table caption {
    font-size: 18px;
    line-height: 1.25;
  }
  .price-table th,
  .price-table td {
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
  .price-table td:nth-child(2),
  .price-table th:nth-child(2) {
    width: 78px;
  }
  .price-table td:last-child,
  .price-table th:last-child {
    width: 86px;
  }
  .price-table strong { font-size: 20px; }
  .map { min-height: 320px; }
  .mobile-bar {
    position: fixed;
    z-index: 30;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #fff;
    border-top: 1px solid var(--line);
  }
  .mobile-bar a {
    min-height: 58px;
    display: grid;
    place-items: center;
    padding: 8px;
    color: var(--green-dark);
    font-size: 13px;
    font-weight: 900;
    text-align: center;
  }
  .mobile-bar a:last-child { color: var(--green-dark); background: var(--gold); }
  .floating-messengers {
    right: 16px;
    bottom: 78px;
  }
  .floating-messenger {
    width: 54px;
    height: 54px;
  }
}


