:root {
  --color-primary: #5b2bd6;
  --color-primary-dark: #32147f;
  --color-secondary: #ff4f8f;
  --color-accent: #18c7c8;
  --color-sun: #ffca53;
  --color-background: #fbf9ff;
  --color-surface: #ffffff;
  --color-surface-soft: #f1ecff;
  --color-text: #211b2e;
  --color-muted: #6f687a;
  --color-border: #e7e0f0;
  --radius-small: 12px;
  --radius-medium: 22px;
  --radius-large: 36px;
  --shadow-card: 0 22px 70px rgba(54, 27, 108, .14);
  --shadow-soft: 0 12px 35px rgba(54, 27, 108, .09);
  --container-width: 1240px;
  --header-height: 74px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--color-text);
  background: var(--color-background);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 3px; }
.skip-link {
  position: fixed; left: 12px; top: -80px; z-index: 999;
  padding: 12px 18px; border-radius: 10px; color: #fff; background: #111;
}
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 32px), var(--container-width)); margin-inline: auto; }
.section { padding: clamp(64px, 8vw, 116px) 0; }
.section-tight { padding: clamp(42px, 5vw, 72px) 0; }
.surface { background: var(--color-surface); }
.surface-soft { background: var(--color-surface-soft); }
.dark-section { color: #fff; background: #211042; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin: 0 0 14px;
  color: var(--color-primary); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 3px; border-radius: 9px; background: var(--color-secondary); content: ""; }
.section-title, .page-title, .hero-title {
  margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: .98; letter-spacing: -.035em;
}
.section-title { max-width: 820px; font-size: clamp(2.25rem, 5vw, 4.9rem); }
.page-title { max-width: 980px; font-size: clamp(2.5rem, 6vw, 5.7rem); }
.hero-title { max-width: 950px; font-size: clamp(3rem, 7.7vw, 7.4rem); }
.lead { max-width: 780px; margin: 24px 0 0; color: var(--color-muted); font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.dark-section .lead { color: rgba(255,255,255,.75); }
.status-bar {
  position: relative; z-index: 60; padding: 7px 16px; color: #fff; background: #241143;
  font-size: .75rem; line-height: 1.4; text-align: center;
}
.site-header {
  position: sticky; top: 0; z-index: 50; height: var(--header-height);
  border-bottom: 1px solid rgba(91,43,214,.1); background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; font-weight: 900; letter-spacing: -.03em; }
.brand-mark {
  display: grid; width: 39px; height: 39px; place-items: center; border-radius: 13px; color: #fff;
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary)); box-shadow: 0 8px 20px rgba(91,43,214,.25);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy small { margin-top: 5px; color: var(--color-muted); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 22px; font-size: .88rem; font-weight: 720; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--color-primary); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.phone-link { font-weight: 850; white-space: nowrap; }
.icon-link {
  display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--color-border); border-radius: 50%;
  color: var(--color-primary); background: #fff; font-size: .82rem; font-weight: 900;
}
.menu-toggle {
  display: none; width: 46px; height: 46px; border: 1px solid var(--color-border); border-radius: 14px; background: #fff;
}
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--color-text); }
.btn {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px;
  border: 1px solid transparent; border-radius: 999px; font-weight: 830; line-height: 1.1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--color-primary), #7a3df0); box-shadow: 0 12px 28px rgba(91,43,214,.24); }
.btn-accent { color: #1d1528; background: var(--color-sun); box-shadow: 0 12px 28px rgba(255,202,83,.24); }
.btn-ghost { border-color: rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.08); }
.btn-light { border-color: var(--color-border); background: #fff; }
.hero {
  position: relative; min-height: 760px; overflow: clip; color: #fff; background: #271152;
}
.hero-media, .hero-media picture, .hero-media img, .page-hero-media, .page-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img, .page-hero-media img { object-fit: cover; }
.hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,7,48,.94) 0%, rgba(26,8,57,.72) 50%, rgba(26,8,57,.22) 100%); content: ""; }
.hero::before { position: absolute; inset: auto -10vw -24vw auto; z-index: 2; width: 52vw; height: 52vw; border-radius: 50%; background: rgba(255,78,143,.24); filter: blur(80px); content: ""; }
.hero-content { position: relative; z-index: 3; display: flex; min-height: 760px; flex-direction: column; justify-content: center; padding: 80px 0 225px; }
.hero .eyebrow { color: #fff; }
.hero-copy { max-width: 750px; margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 1.8vw, 1.36rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.hero-fact { padding: 10px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); font-size: .85rem; font-weight: 740; }
.booking-float { position: relative; z-index: 7; margin-top: -175px; }
.booking-card {
  padding: clamp(20px, 3vw, 38px); border: 1px solid rgba(91,43,214,.12); border-radius: var(--radius-large);
  background: rgba(255,255,255,.97); box-shadow: var(--shadow-card);
}
.booking-head { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 22px; }
.booking-head h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.65rem, 3vw, 2.8rem); line-height: 1.05; }
.booking-head p { max-width: 460px; margin: 0; color: var(--color-muted); font-size: .9rem; }
.booking-widget-v2 { min-height: 118px; }
.widget-placeholder {
  display: grid; grid-template-columns: 1.1fr 1.1fr .75fr auto; gap: 12px; align-items: end; padding: 16px;
  border: 1px dashed #cfc0ef; border-radius: 20px; background: #faf8ff;
}
.widget-field { display: flex; min-height: 70px; flex-direction: column; justify-content: center; padding: 10px 15px; border: 1px solid var(--color-border); border-radius: 15px; background: #fff; }
.widget-field small { color: var(--color-muted); font-size: .7rem; font-weight: 750; text-transform: uppercase; }
.widget-field strong { margin-top: 4px; font-size: .96rem; }
.widget-note { margin: 14px 0 0; color: var(--color-muted); font-size: .75rem; }
.widget-note a { color: var(--color-primary); text-decoration: underline; text-underline-offset: 3px; }
.page-hero { position: relative; min-height: 520px; overflow: hidden; color: #fff; background: #2b1459; }
.page-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,8,50,.94), rgba(22,8,50,.43)); content: ""; }
.page-hero-inner { position: relative; z-index: 2; display: flex; min-height: 520px; flex-direction: column; justify-content: end; padding: 80px 0 70px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: rgba(255,255,255,.74); font-size: .78rem; }
.breadcrumbs a:hover { color: #fff; }
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-grid { margin-top: 46px; }
.feature-card { padding: 26px; border: 1px solid var(--color-border); border-radius: var(--radius-medium); background: #fff; box-shadow: var(--shadow-soft); }
.feature-card .num { display: inline-grid; width: 44px; height: 44px; place-items: center; margin-bottom: 34px; border-radius: 13px; color: #fff; background: var(--color-primary); font-weight: 900; }
.feature-card h3 { margin: 0 0 10px; font-size: 1.12rem; }
.feature-card p { margin: 0; color: var(--color-muted); font-size: .9rem; }
.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(30px, 6vw, 86px); align-items: center; }
.split-media { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--radius-large); box-shadow: var(--shadow-card); }
.split-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.split-copy p { color: var(--color-muted); }
.check-list { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before { position: absolute; left: 0; top: 3px; display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: var(--color-primary-dark); background: #dfd5ff; content: "✓"; font-size: .75rem; font-weight: 900; }
.room-grid { margin-top: 46px; }
.room-card { overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-medium); background: #fff; box-shadow: var(--shadow-soft); }
.room-card-media { position: relative; height: 270px; overflow: hidden; }
.room-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.room-card:hover .room-card-media img { transform: scale(1.035); }
.room-badge { position: absolute; left: 14px; top: 14px; padding: 7px 10px; border-radius: 999px; color: #fff; background: rgba(38,17,77,.82); backdrop-filter: blur(8px); font-size: .7rem; font-weight: 780; }
.room-card-body { padding: 22px; }
.room-card h3 { margin: 0; font-family: Georgia, serif; font-size: 1.48rem; line-height: 1.1; }
.room-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; color: var(--color-muted); font-size: .8rem; }
.room-meta span { padding: 6px 9px; border-radius: 999px; background: #f5f2fa; }
.room-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 19px; }
.room-actions .btn { min-height: 44px; padding-inline: 17px; font-size: .82rem; }
.mosaic { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 250px 250px; gap: 12px; margin-top: 44px; }
.mosaic figure { position: relative; margin: 0; overflow: hidden; border-radius: 20px; }
.mosaic figure:first-child { grid-row: span 2; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.mosaic figure:hover img { transform: scale(1.035); }
.stat-row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-top: 40px; }
.stat { padding: 24px; border-radius: 20px; color: #fff; background: rgba(255,255,255,.1); }
.stat strong { display: block; font-family: Georgia, serif; font-size: 2.25rem; line-height: 1; }
.stat span { display: block; margin-top: 8px; color: rgba(255,255,255,.72); font-size: .78rem; }
.text-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: clamp(30px, 6vw, 80px); align-items: start; }
.article { min-width: 0; }
.article h2 { margin: 2.2em 0 .65em; font-family: Georgia, serif; font-size: clamp(1.75rem, 3vw, 2.75rem); line-height: 1.05; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin: 1.8em 0 .55em; font-size: 1.25rem; }
.article p, .article li { color: #51495d; }
.article a { color: var(--color-primary); text-decoration: underline; text-underline-offset: 3px; }
.article ul, .article ol { padding-left: 21px; }
.notice { padding: 20px 22px; border-left: 4px solid var(--color-secondary); border-radius: 0 15px 15px 0; background: #fff3f7; }
.sidebar { position: sticky; top: calc(var(--header-height) + 24px); display: grid; gap: 15px; }
.sidebar-card { padding: 22px; border: 1px solid var(--color-border); border-radius: 20px; background: #fff; box-shadow: var(--shadow-soft); }
.sidebar-card h3 { margin: 0 0 12px; font-size: 1rem; }
.sidebar-card p { margin: 0 0 16px; color: var(--color-muted); font-size: .86rem; }
.sidebar-card .btn { width: 100%; }
.faq-list { display: grid; gap: 12px; margin-top: 40px; }
.faq-list details { border: 1px solid var(--color-border); border-radius: 17px; background: #fff; box-shadow: 0 8px 24px rgba(40,22,76,.05); }
.faq-list summary { position: relative; padding: 21px 54px 21px 22px; cursor: pointer; font-weight: 820; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 22px; top: 19px; color: var(--color-primary); content: "+"; font-size: 1.6rem; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 22px 22px; color: var(--color-muted); }
.map-shell, .reviews-shell { position: relative; overflow: hidden; margin-top: 32px; border: 1px solid var(--color-border); border-radius: var(--radius-large); background: #eee8fb; box-shadow: var(--shadow-soft); }
.map-shell { min-height: 480px; }
.map-shell iframe, .reviews-shell iframe { width: 100%; height: 100%; border: 0; }
.map-fallback, .reviews-fallback { display: flex; min-height: 480px; flex-direction: column; align-items: center; justify-content: center; padding: 28px; text-align: center; }
.map-fallback strong, .reviews-fallback strong { font-family: Georgia, serif; font-size: 1.8rem; }
.map-fallback p, .reviews-fallback p { max-width: 560px; color: var(--color-muted); }
.reviews-shell { min-height: 720px; background: #fff; }
.reviews-shell iframe { min-height: 720px; }
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-top: 34px; }
.contact-card { padding: 24px; border: 1px solid var(--color-border); border-radius: 20px; background: #fff; }
.contact-card small { display: block; color: var(--color-muted); font-weight: 720; }
.contact-card strong, .contact-card a { display: block; margin-top: 8px; font-size: 1.04rem; font-weight: 820; overflow-wrap: anywhere; }
.cta-band { position: relative; overflow: hidden; padding: clamp(38px, 7vw, 78px); border-radius: var(--radius-large); color: #fff; background: linear-gradient(135deg, #361292, #8d36e7 58%, #ff4f8f); box-shadow: var(--shadow-card); }
.cta-band::after { position: absolute; right: -100px; top: -140px; width: 350px; height: 350px; border: 70px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { max-width: 780px; margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 4.6rem); line-height: .98; }
.cta-band p { max-width: 680px; color: rgba(255,255,255,.8); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.site-footer { padding: 66px 0 104px; color: rgba(255,255,255,.75); background: #160a2e; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .75fr 1fr; gap: 38px; }
.site-footer .brand { color: #fff; }
.footer-intro { max-width: 420px; margin-top: 18px; font-size: .87rem; }
.footer-title { margin: 0 0 16px; color: #fff; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; font-size: .84rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }
.mobile-menu { position: fixed; inset: 0; z-index: 90; display: none; color: #fff; background: rgba(22,10,46,.98); }
.mobile-menu.is-open { display: block; }
.mobile-menu-inner { display: flex; height: 100%; flex-direction: column; overflow-y: auto; padding: max(24px, env(safe-area-inset-top)) 24px 35px; }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; }
.menu-close { width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; color: #fff; background: transparent; font-size: 1.5rem; }
.mobile-nav { display: grid; gap: 14px; margin: 48px 0; font-family: Georgia, serif; font-size: clamp(1.7rem, 7vw, 2.8rem); }
.mobile-contacts { display: grid; gap: 10px; margin-top: auto; }
.mobile-bar { position: fixed; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); z-index: 45; display: none; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 7px; border: 1px solid var(--color-border); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 18px 48px rgba(30,12,60,.24); backdrop-filter: blur(18px); }
.mobile-bar a { display: flex; min-height: 50px; flex-direction: column; align-items: center; justify-content: center; border-radius: 12px; color: var(--color-muted); font-size: .62rem; font-weight: 800; }
.mobile-bar a:last-child { color: #fff; background: var(--color-primary); }
.mobile-bar strong { color: inherit; font-size: 1rem; line-height: 1; }
.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 110; display: none; max-width: 880px; margin-inline: auto; padding: 22px; border: 1px solid var(--color-border); border-radius: 22px; background: rgba(255,255,255,.98); box-shadow: 0 30px 90px rgba(30,12,60,.28); }
.cookie-banner.is-visible { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; }
.cookie-banner h2 { margin: 0 0 5px; font-size: 1rem; }
.cookie-banner p { margin: 0; color: var(--color-muted); font-size: .78rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-actions .btn { min-height: 42px; padding-inline: 15px; font-size: .75rem; }
.cookie-settings { position: fixed; inset: 0; z-index: 120; display: none; place-items: center; padding: 20px; background: rgba(15,6,30,.72); }
.cookie-settings.is-open { display: grid; }
.cookie-dialog { width: min(100%, 560px); max-height: 86vh; overflow-y: auto; padding: 28px; border-radius: 24px; background: #fff; box-shadow: var(--shadow-card); }
.cookie-dialog h2 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 2rem; }
.cookie-option { display: flex; align-items: start; justify-content: space-between; gap: 18px; margin-top: 16px; padding: 16px; border: 1px solid var(--color-border); border-radius: 15px; }
.cookie-option p { margin: 4px 0 0; color: var(--color-muted); font-size: .78rem; }
.switch { position: relative; flex: 0 0 48px; width: 48px; height: 28px; }
.switch input { position: absolute; opacity: 0; }
.switch span { position: absolute; inset: 0; border-radius: 999px; background: #cfc7d8; transition: background .2s; }
.switch span::after { position: absolute; left: 3px; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.25); content: ""; transition: transform .2s; }
.switch input:checked + span { background: var(--color-primary); }
.switch input:checked + span::after { transform: translateX(20px); }
.cookie-dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.legal-table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .88rem; }
.legal-table th, .legal-table td { padding: 12px 14px; border: 1px solid var(--color-border); text-align: left; vertical-align: top; }
.legal-table th { width: 34%; background: var(--color-surface-soft); }
.update-note { display: inline-flex; margin-top: 22px; padding: 7px 11px; border-radius: 999px; color: var(--color-primary-dark); background: #e9e1ff; font-size: .72rem; font-weight: 800; }
.source-note { margin-top: 16px; color: var(--color-muted); font-size: .7rem; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .header-actions .phone-link, .header-actions .icon-link { display: none; }
  .menu-toggle { display: block; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  :root { --header-height: 66px; }
  .container { width: min(calc(100% - 24px), var(--container-width)); }
  .status-bar { font-size: .68rem; }
  .brand-copy small { display: none; }
  .header-actions .btn { display: none; }
  .hero, .hero-content { min-height: 700px; }
  .hero::after { background: linear-gradient(180deg, rgba(20,7,48,.68), rgba(20,7,48,.94)); }
  .hero-content { justify-content: end; padding: 100px 0 220px; }
  .booking-float { margin-top: -175px; }
  .booking-head { display: block; }
  .booking-head p { margin-top: 10px; }
  .widget-placeholder { grid-template-columns: 1fr 1fr; }
  .widget-placeholder .btn { grid-column: 1 / -1; }
  .grid-3, .grid-2, .split, .text-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 190px 190px; }
  .mosaic figure:first-child { grid-column: 1 / -1; grid-row: auto; }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .mobile-bar { display: grid; }
  .site-footer { padding-bottom: 132px; }
  .cookie-banner { bottom: 90px; }
  .cookie-banner.is-visible { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .section { padding: 62px 0; }
  .hero, .hero-content { min-height: 720px; }
  .hero-title { font-size: clamp(2.75rem, 15vw, 4.2rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .hero-facts { gap: 7px; }
  .hero-fact { font-size: .7rem; }
  .booking-float { margin-top: -180px; }
  .booking-card { border-radius: 24px; }
  .widget-placeholder { grid-template-columns: 1fr; }
  .widget-placeholder .btn { grid-column: auto; }
  .grid-4, .grid-3 { grid-template-columns: 1fr; }
  .room-card-media { height: 230px; }
  .mosaic { grid-template-columns: 1fr; grid-template-rows: repeat(5, 240px); }
  .mosaic figure:first-child { grid-column: auto; }
  .stat-row { grid-template-columns: 1fr; }
  .split-media, .split-media img { min-height: 390px; }
  .page-hero, .page-hero-inner { min-height: 460px; }
  .cta-band { padding: 34px 24px; border-radius: 25px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom > * + * { margin-top: 10px; }
  .cookie-banner { left: 10px; right: 10px; bottom: 86px; padding: 17px; }
  .cookie-actions .btn { flex: 1 1 auto; }
}

/* FIOLETO FULL MAP HEIGHT FIX */
.map-shell > iframe,
.map-shell iframe {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 430px !important;
    border: 0 !important;
}

@media (max-width: 767px) {
    .map-shell > iframe,
    .map-shell iframe {
        min-height: 360px !important;
    }
}

/* FIOLETO YANDEX EMBEDS LOCK
   Карта и отзывы отображаются, но полностью недоступны для взаимодействия.
*/
.map-shell iframe,
.reviews-shell iframe {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    pointer-events: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
}

/* FIOLETO ROOM CATEGORY ABOVE PHOTO */
.room-card-category-title {
    margin: 0 0 12px;
    padding: 0 2px;
    font-size: clamp(18px, 1.65vw, 24px);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #20182f;
}

.room-card-category-title a {
    color: inherit;
    text-decoration: none;
}

.room-card-category-title a:hover {
    color: #6f2ee8;
}

@media (max-width: 767px) {
    .room-card-category-title {
        margin-bottom: 9px;
        font-size: 18px;
    }
}

/* FIOLETO ROOM CARD TITLE START */
.room-card h3 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 8px 14px !important;
    text-align: center !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
}

.room-card h3 a {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

@media (max-width: 767px) {
    .room-card h3 {
        min-height: 42px !important;
        padding: 7px 10px !important;
        font-size: 18px !important;
        line-height: 1.2 !important;
    }
}
/* FIOLETO ROOM CARD TITLE END */
