:root {
  --bg: #f3eee6;
  --header: #f7f3ed;
  --paper: #fffdf9;
  --ink: #2c211b;
  --muted: #6b5c50;
  --brown: #3b2a22;
  --brown-2: #4a342b;
  --hero: #3a241c;
  --gold: #c4a06a;
  --gold-2: #b08a52;
  --line: #e6d9cc;
  --shadow: 0 18px 50px rgba(58, 36, 28, .12);
  --radius: 18px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", "Segoe UI", sans-serif;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  font-size: 15px;
  line-height: 1.55;
  overflow-x: hidden;
  overflow-wrap: break-word;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
input:not([type="checkbox"]):not([type="radio"]), select, textarea { font-size: 16px; max-width: 100%; }
h1,h2,h3 { font-family: var(--serif); font-weight: 600; line-height: 1.15; margin: 0 0 .4em; }
h1 { font-size: clamp(34px, 4.4vw, 52px); letter-spacing: -.02em; }
h2 { font-size: clamp(26px, 3vw, 34px); }
h3 { font-size: 22px; }
p { margin: 0 0 1em; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(247,243,237,.96);
  backdrop-filter: blur(14px);
  padding-top: env(safe-area-inset-top);
}
.header-inner {
  display: flex; align-items: center; gap: 18px; min-height: 84px;
  width: min(1280px, calc(100% - 40px));
  position: relative;
}
.header-panel {
  display: flex; align-items: center; flex: 1; gap: 18px; min-width: 0;
}
.nav-scrim { display: none; }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-img { height: 56px; width: auto; display: block; }
.logo-footer .logo-img { height: 72px; }
.locale-switch { display: flex; align-items: center; gap: 12px; }
.lang-switch { font-size: 12px; letter-spacing: .08em; color: #8a7b70; display: flex; gap: 6px; }
.lang-switch a.is-active { color: var(--ink); font-weight: 700; }
.currency-switch select {
  min-height: 34px; border: 1px solid var(--line); border-radius: 8px;
  background: #fff; padding: 0 8px; font: 600 12px var(--sans); color: var(--ink);
  letter-spacing: .06em; cursor: pointer;
}
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.main-nav { display: flex; flex-wrap: nowrap; gap: 15px; flex: 1; justify-content: center; font-size: 13px; color: #5a4b41; white-space: nowrap; }
.main-nav a.is-active, .main-nav a:hover { color: var(--ink); }
.header-aside { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.nav-toggle {
  display: none; background: none; border: 0; width: 44px; height: 44px;
  padding: 10px 8px; cursor: pointer; margin-left: auto; position: relative; z-index: 46;
}
.nav-toggle span { display: block; height: 1.5px; background: var(--ink); margin: 6px 0; transition: transform .2s, opacity .2s; }
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0 18px; border-radius: 8px;
  border: 1px solid transparent; cursor: pointer; font: 600 13.5px var(--sans);
}
.btn-dark { background: var(--brown); color: #fff; }
.btn-dark:hover { background: var(--brown-2); }
.btn-outline { background: transparent; border-color: #b69774; color: #7a5c3c; }
.btn-outline:hover { background: #f4ebe0; }
.text-link { font-size: 14px; color: #7a5c3c; font-weight: 600; }
.lead { color: var(--muted); margin: 0; }

.hero {
  display: grid; grid-template-columns: 1.02fr .98fr; min-height: 620px;
  background: var(--hero); color: #f7efe6; overflow: hidden;
  position: relative;
}
.hero-copy { padding: 72px 56px 168px 7vw; display: flex; flex-direction: column; }
.hero-copy p { max-width: 540px; color: #e8d9c8; font-size: 15px; line-height: 1.55; }
.hero-feats {
  list-style: none; margin: 0; padding: 22px 7vw 58px;
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px 18px;
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(40,22,16,.72) 42%, rgba(40,22,16,.92) 100%);
}
.hero-feats li {
  display: grid; grid-template-rows: 28px minmax(2.7em, auto); gap: 8px; align-content: start;
  min-width: 0; font-size: 12px; line-height: 1.3; color: #eadccb;
}
.hero-feats .ico, .ico {
  width: 28px; height: 28px; color: var(--gold); display: grid; place-items: center;
}
.hero-feats svg { width: 24px; height: 24px; }
.ico svg { width: 26px; height: 26px; }
.hero-feats .feat-text {
  display: flex; flex-direction: column; justify-content: flex-start; gap: 1px;
  min-height: 2.7em;
}
.hero-feats small { opacity: .78; font-size: 11px; font-weight: 500; letter-spacing: .02em; }
.hero-photo { position: relative; min-height: 420px; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.hero-badge {
  position: absolute; right: 18px; top: 50%; transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl; letter-spacing: .28em; font-size: 11px; color: #f4e7d4;
  text-shadow: 0 6px 18px rgba(0,0,0,.35);
}

.overlap { margin-top: -28px; position: relative; z-index: 3; }
.booking-bar {
  background: var(--paper); border-radius: 22px; box-shadow: var(--shadow);
  padding: 16px 18px 10px;
}
.booking-fields {
  display: grid; grid-template-columns: 1.1fr 1.1fr 1.3fr 1fr auto; gap: 10px; align-items: end;
}
.booking-fields > * { min-width: 0; }
.booking-fields.is-transit { grid-template-columns: 1.1fr .8fr .8fr 1fr auto; }
.transit-aside-img { border-radius: 16px; height: 240px; width: 100%; object-fit: cover; }
.bf { display: flex; flex-direction: column; gap: 6px; font-size: 12px; color: var(--muted); }
.bf input, .guests-toggle {
  width: 100%; min-height: 46px; border: 1px solid var(--line); border-radius: 10px;
  background: #fff; padding: 0 12px; font: 500 14px var(--sans); color: var(--ink);
}
.guests-toggle { text-align: left; cursor: pointer; }
.btn-find { min-width: 148px; min-height: 46px; }
.add-room {
  margin-top: 8px; background: none; border: 0; color: #8a6a48; font: 600 13px var(--sans); cursor: pointer; padding: 0;
}
.guests-field { position: relative; }
.guests-pop {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 260px; z-index: 20;
  background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 14px;
}
.guest-line { display: grid; gap: 8px; margin-bottom: 10px; }
.stepper { display: flex; align-items: center; gap: 8px; }
.stepper em { flex: 1; font-style: normal; font-size: 13px; color: var(--ink); }
.stepper button {
  width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer;
}
.stepper input { width: 42px; min-height: 28px; text-align: center; border: 0; padding: 0; }

.section { padding: 56px 0 8px; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 22px; gap: 16px; }

.split-promos { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.promo-card {
  background: var(--paper); border-radius: var(--radius); overflow: hidden;
  display: grid; grid-template-columns: 180px 1fr; min-height: 250px; box-shadow: 0 8px 24px rgba(58,36,28,.05);
}
.promo-card img { height: 100%; object-fit: cover; }
.promo-body { padding: 26px 26px 22px; }
.promo-body h2 { font-size: 26px; }
.hour-pills { display: flex; gap: 8px; margin: 12px 0 16px; flex-wrap: wrap; }
.hour-pills a, .hour-pills button {
  border: 1px solid #cbb39a; background: #fff; border-radius: 8px; padding: 8px 12px;
  font: 600 13px var(--sans); color: #7a5c3c; cursor: pointer;
}
.hour-pills a.is-on, .hour-pills a:hover { background: var(--brown); color: #fff; border-color: var(--brown); }
.check-list { list-style: none; padding: 0; margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.check-list li { padding-left: 18px; position: relative; margin: 6px 0; }
.check-list li::before { content: "•"; position: absolute; left: 0; color: var(--gold-2); }

.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.room-card { background: var(--paper); border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 24px rgba(58,36,28,.05); }
.room-photo img { width: 100%; height: 190px; object-fit: cover; }
.room-body { padding: 18px 18px 16px; }
.room-meta { color: #8d6e4e; font-size: 13px; }
.room-actions { display: flex; justify-content: space-between; margin-top: 12px; font-size: 14px; color: #7a5c3c; font-weight: 600; }

.service-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.service-item {
  background: var(--paper); border-radius: 14px; padding: 22px 14px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 10px; min-height: 140px;
}
.service-item strong { font-size: 13.5px; font-weight: 600; line-height: 1.35; }
.ico.gold { color: var(--gold-2); }

.about { display: grid; grid-template-columns: 1.15fr 1.2fr .7fr; gap: 28px; align-items: center; }
.about-photo img { width: 100%; height: 320px; object-fit: cover; border-radius: 16px; }
.eyebrow { letter-spacing: .16em; font-size: 11px; color: #8d6e4e; font-weight: 700; }
.about-stats { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.about-stats strong { display: block; font-family: var(--serif); font-size: 34px; }
.about-stats span { color: var(--muted); font-size: 13px; }

.bottom-grid { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 28px; padding-bottom: 48px; }
.mini-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 12px 0; }
.mini-shot img { height: 88px; width: 100%; object-fit: cover; border-radius: 10px; }
.review-card { background: var(--paper); border-radius: 16px; padding: 18px; margin: 12px 0; position: relative; }
.stars { color: var(--gold-2); letter-spacing: 2px; }
.review-card blockquote { font-size: 14.5px; margin: 8px 0 12px; }
.review-meta { display: flex; flex-direction: column; font-size: 13px; color: var(--muted); }
.review-nav { position: absolute; right: 14px; bottom: 14px; display: flex; gap: 6px; }
.review-nav button { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.map-card { position: relative; margin: 12px 0; }
.map { height: 170px; border-radius: 14px; overflow: hidden; background: #d9e3dc; }
.map-pin {
  position: absolute; right: 10px; top: 10px; background: #fff; border-radius: 12px; padding: 8px 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,.12); font-size: 12px; display: flex; flex-direction: column;
  z-index: 5; pointer-events: none;
}
.map-pin strong { color: #2f6b4f; }

.site-footer { padding: 36px 0 28px; border-top: 1px solid var(--line); margin-top: 20px; }
.footer-grid {
  display: grid; grid-template-columns: 1.1fr 1.2fr auto 1.1fr 1.1fr; gap: 18px; align-items: start;
  font-size: 13.5px; color: var(--muted);
}
.footer-contacts, .footer-legal { display: flex; flex-direction: column; gap: 6px; }
.footer-contacts small { display: block; font-size: 11px; letter-spacing: .04em; margin: -2px 0 6px; color: #8a7b70; }
.footer-social { display: flex; gap: 10px; align-items: center; }
.footer-social a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: var(--brown); }
.footer-meta p { margin: 8px 0 0; font-size: 12px; }
.contact-links { display: grid; gap: 8px; margin: 16px 0 22px; }
.contact-mail {
  background: var(--paper); border-radius: 14px; padding: 16px 18px; margin: 0 0 12px;
}
.contact-mail a { font-weight: 600; }
.contact-mail small { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.to-top {
  position: fixed; right: 22px; bottom: 22px; width: 44px; height: 44px; border-radius: 50%;
  background: var(--brown); color: #fff; border: 0; cursor: pointer; box-shadow: var(--shadow); z-index: 30;
}
.leaflet-control-zoom { display: none !important; }
.leaflet-container img { max-width: none; }

.page-hero { padding: 48px 0 10px; }
.page-hero p { max-width: 640px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-bottom: 48px; }
.gallery-grid a { display: block; border-radius: 14px; overflow: hidden; height: 220px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.service-page { display: grid; gap: 16px; padding-bottom: 48px; }
.service-block {
  display: grid; grid-template-columns: auto 1fr; gap: 18px;
  align-items: center; background: var(--paper); padding: 22px 24px; border-radius: 16px;
}
.service-block .ico {
  width: 56px; height: 56px; color: var(--gold-2);
  display: grid; place-items: center; flex-shrink: 0;
  background: #f6eee4; border-radius: 50%;
}
.service-block .ico svg { width: 28px; height: 28px; }
.service-block h2 { margin-bottom: 6px; font-size: 22px; }
.service-block p:last-child { margin-bottom: 0; }
.two-col { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; padding-bottom: 48px; }
.stack-form { display: grid; gap: 12px; }
.stack-form label { display: grid; gap: 6px; font-size: 13px; color: var(--muted); }
.stack-form input:not([type="checkbox"]):not([type="radio"]),
.stack-form textarea, .stack-form select {
  min-height: 44px; border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; font: 500 14px var(--sans);
}
.stack-form textarea { min-height: 110px; }
.checks { display: grid; gap: 8px; margin: 4px 0 6px; }
.stack-form .check {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px 14px; margin: 0;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  font-size: 14px; color: var(--ink); line-height: 1.4; cursor: pointer;
}
.stack-form .check input[type="checkbox"] {
  appearance: none; -webkit-appearance: none;
  width: 20px; height: 20px; min-width: 20px; min-height: 20px; max-width: 20px;
  margin: 1px 0 0; padding: 0; flex: 0 0 20px;
  border: 1.5px solid #c4a06a; border-radius: 5px; background: #fff;
  display: inline-block; vertical-align: top;
  background-repeat: no-repeat; background-position: center; background-size: 12px;
}
.stack-form .check input[type="checkbox"]:checked {
  background-color: var(--brown); border-color: var(--brown);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M3.2 8.3l3.1 3.1 6.5-6.6'/%3E%3C/svg%3E");
}
.stack-form .check:has(input:checked) { border-color: #d4bfa3; background: #fffaf4; }
.flash { width: min(var(--max), calc(100% - 40px)); margin: 12px auto 0; padding: 10px 14px; border-radius: 10px; }
.flash-ok { background: #e7f4ea; color: #215c32; }
.flash-error { background: #fbeaea; color: #8a2b2b; }
.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; background: rgba(30,18,12,.45); z-index: 80; display: grid; place-items: center; padding: 20px; }
.modal-card { background: var(--paper); max-width: 480px; width: 100%; border-radius: 18px; padding: 24px; position: relative; }
.modal-close { position: absolute; right: 12px; top: 8px; border: 0; background: none; font-size: 28px; cursor: pointer; }
.results-line { margin-bottom: 32px; }
.option { display: grid; grid-template-columns: 200px 1fr auto; gap: 16px; background: var(--paper); border-radius: 16px; overflow: hidden; margin-bottom: 12px; border: 1px solid transparent; }
.option.is-on { border-color: var(--gold-2); }
.option img { height: 140px; width: 100%; object-fit: cover; }
.option-body { padding: 14px 4px; }
.sold { opacity: .5; pointer-events: none; }
.summary { background: var(--paper); border-radius: 16px; padding: 18px; }
.summary li { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin: 8px 0; list-style: none; }
.option-pick { padding: 16px; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.summary ul { padding: 0; }
.ok-card { background: var(--paper); border-radius: 18px; padding: 32px; max-width: 640px; margin: 20px 0 60px; }
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.82); z-index: 90; display: grid; place-items: center; padding: 16px; }
.lightbox img { max-width: min(90vw, 100%); max-height: 86vh; width: auto; height: auto; border-radius: 8px; }
.room-hero { display: grid; grid-template-columns: 1.4fr .8fr; gap: 22px; padding-bottom: 40px; }
.room-hero > div > img { width: 100%; height: 420px; object-fit: cover; border-radius: 16px; }
.thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 8px; }
.thumbs img { height: 80px; width: 100%; object-fit: cover; border-radius: 8px; cursor: pointer; }
.amenity-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.amenity-list li { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; font-size: 13px; }

@media (max-width: 1180px) {
  .container, .header-inner, .flash { width: min(100% - 32px, var(--max)); }
  .header-inner { width: min(100% - 24px, 1280px); }
  .main-nav { gap: 10px; font-size: 12.5px; }
  .hero-copy { padding: 56px 40px 168px 4vw; }
  .hero-feats { padding: 22px 4vw 58px; }
  .promo-card { grid-template-columns: 140px 1fr; }
  .service-row { grid-template-columns: repeat(3, 1fr); }
  .about { grid-template-columns: 1fr 1fr; }
  .about-stats { grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); }
  .bottom-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .room-hero { grid-template-columns: 1fr; }
  .room-hero > div > img { height: 360px; }
}

@media (max-width: 1100px) {
  .nav-toggle { display: block; }
  .header-inner { flex-wrap: wrap; }
  .header-panel {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 4px 0 calc(20px + env(safe-area-inset-bottom));
  }
  body.nav-open { overflow: hidden; }
  body.nav-open .site-header {
    position: fixed;
    inset: 0;
    height: 100dvh;
    overflow: auto;
    background: var(--header);
    z-index: 50;
  }
  body.nav-open .header-panel { display: flex; position: static; height: auto; overflow: visible; }
  .nav-scrim { display: none; }
  .main-nav {
    flex-direction: column; flex-wrap: nowrap; white-space: normal;
    justify-content: flex-start; gap: 0;
  }
  .main-nav a {
    display: block; padding: 14px 2px; border-bottom: 1px solid var(--line); font-size: 16px;
  }
  .header-aside {
    margin: 16px 0 0; flex-direction: column; align-items: stretch; gap: 14px;
  }
  .lang-switch { font-size: 14px; gap: 10px; }
  .lang-switch a { padding: 8px 4px; }
  .header-book { width: 100%; min-height: 48px; }

  .booking-bar { padding: 14px 12px 12px; border-radius: 16px; }
  .booking-fields,
  .booking-fields.is-transit { grid-template-columns: 1fr 1fr; }
  .bf-promo, .btn-find { grid-column: 1 / -1; width: 100%; min-width: 0; }
  .logo-img { height: 46px; }
  .guests-pop { left: 0; right: 0; width: auto; min-width: 0; max-width: 100%; }
  .bf input, .guests-toggle, input[type="date"] { font-size: 16px; }
}

@media (max-width: 900px) {
  h1 { font-size: clamp(28px, 8vw, 40px); }
  h2 { font-size: clamp(22px, 6vw, 30px); }
  .section { padding: 36px 0 8px; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 8px; }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hero-copy { padding: 32px 20px 20px; }
  .hero-copy p { font-size: 14px; }
  .hero-photo { min-height: 0; height: 240px; }
  .hero-photo img { position: relative; height: 240px; object-fit: cover; }
  .hero-badge { display: none; }
  .hero-feats {
    position: relative;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 18px 20px 20px;
    background: var(--hero);
    gap: 16px 14px;
  }
  .hero-feats li { font-size: 12.5px; grid-template-rows: 28px auto; }
  .hero-feats .feat-text { min-height: 0; }

  .overlap { margin-top: 12px; }

  .split-promos { grid-template-columns: 1fr 1fr; }
  .two-col, .option { grid-template-columns: 1fr; }
  .promo-card { grid-template-columns: 1fr; min-height: 0; }
  .promo-card img { height: 160px; width: 100%; }
  .promo-body { padding: 20px 18px 18px; }
  .promo-body h2 { font-size: 22px; }
  .room-grid { grid-template-columns: 1fr 1fr; }
  .service-row { grid-template-columns: repeat(2, 1fr); }
  .service-item { min-height: 120px; }
  .about { grid-template-columns: 1fr; }
  .about-photo img { height: 220px; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .bottom-grid { grid-template-columns: 1fr; padding-bottom: 32px; }
  .mini-gallery { grid-template-columns: 1fr 1fr 1fr; }
  .mini-shot img { height: 96px; }
  .map { height: 220px; }
  #page-map { height: 280px !important; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid a { height: 180px; }
  .option img { height: 180px; }
  .option-pick { padding: 0 16px 16px; align-items: flex-start; }
  .page-hero { padding: 28px 0 8px; }
  .service-block { grid-template-columns: auto 1fr; gap: 14px; padding: 18px 16px; align-items: center; }
  .service-block .ico { width: 48px; height: 48px; }
  .service-block .ico svg { width: 24px; height: 24px; }
  .service-block h2 { font-size: 18px; }
  .modal { padding: 12px; align-items: end; }
  .modal-card { max-height: min(92dvh, 720px); overflow: auto; padding: 20px 16px 24px; border-radius: 18px 18px 0 0; }
  .to-top { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); }
  .stack-form input:not([type="checkbox"]):not([type="radio"]),
  .stack-form textarea, .stack-form select { font-size: 16px; }
  .option-body { padding: 14px 16px 8px; }
  .hour-pills a, .hour-pills button { min-height: 40px; }
  .room-hero > div > img { height: 240px; }
  .leaflet-container { width: 100% !important; }
}

@media (max-width: 640px) {
  .container, .header-inner, .flash { width: calc(100% - 24px); }
  .hero-feats { grid-template-columns: repeat(2, 1fr); }
  .hero-photo, .hero-photo img { height: 200px; }
  .booking-fields,
  .booking-fields.is-transit { grid-template-columns: 1fr; }
  .split-promos { grid-template-columns: 1fr; }
  .room-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid a { height: 200px; }
  .mini-gallery { grid-template-columns: 1fr 1fr; }
  .thumbs { grid-template-columns: repeat(3, 1fr); }
  .thumbs img { height: 64px; }
  .ok-card { padding: 22px 16px; }
  .review-card { padding-bottom: 48px; }
  .room-hero > div > img { height: 220px; }
  .map-pin { max-width: calc(100% - 20px); }
}
