:root {
  --page-1: #756d66;
  --page-2: #8b8177;
  --page-3: #665f59;
  --ink: #160f0b;
  --ink-soft: #1d1510;
  --muted: #211914;
  --bronze: #c8924f;
  --bronze-deep: #875020;
  --bronze-dark: #3f2715;
  --glass: rgba(63, 56, 50, .34);
  --glass-strong: rgba(48, 42, 37, .44);
  --glass-soft: rgba(255, 248, 239, .12);
  --line: rgba(255, 255, 255, .38);
  --line-warm: rgba(223, 180, 119, .24);
  --shadow: 0 30px 80px rgba(25, 20, 16, .24);
  --shadow-soft: 0 18px 42px rgba(25, 20, 16, .16);
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 21px;
  --font-ui: "Avenir Next", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI Variable Text", "Segoe UI", sans-serif;
  --font-display: "Avenir Next Condensed", "Avenir Next", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  position: relative;
  isolation: isolate;
  color: var(--ink);
  font-family: var(--font-ui);
  font-synthesis: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(ellipse 56rem 38rem at 8% 6%, rgba(238, 202, 148, .25), transparent 69%),
    radial-gradient(ellipse 64rem 44rem at 93% 34%, rgba(255, 237, 207, .12), transparent 72%),
    radial-gradient(ellipse 48rem 35rem at 48% 88%, rgba(58, 43, 31, .28), transparent 70%),
    linear-gradient(142deg, #6d655e 0%, #8b8177 46%, #625b55 100%);
}
@supports (overflow: clip) {
  html,
  body { overflow-x: clip; }
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .25;
  background-image:
    repeating-linear-gradient(117deg, rgba(255,255,255,.055) 0 1px, transparent 1px 17px),
    repeating-linear-gradient(23deg, rgba(47,35,27,.05) 0 1px, transparent 1px 29px),
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.13) 0 1px, transparent 1.5px 100%);
  background-size: auto, auto, 7px 7px;
  mix-blend-mode: soft-light;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.4), #000 14%, #000 86%, rgba(0,0,0,.55));
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
#plan, #rooms, #gallery, #contacts { scroll-margin-top: 90px; }

h1, h2, h3,
.hero-pitch-main,
.top-request-btn,
.primary-btn,
.secondary-btn,
.floor-tab,
.menu-list a,
.menu-list button {
  font-family: var(--font-display);
}

h1, h2, h3 {
  margin: 0;
  color: var(--ink);
  line-height: .94;
  letter-spacing: -.052em;
  font-weight: 800;
  text-shadow:
    0 1px 0 rgba(255,255,255,.55),
    0 2px 0 rgba(181,124,56,.18),
    0 11px 26px rgba(54,35,20,.15);
}
h1 { font-size: clamp(44px, 4vw, 63px); }
h2 { font-size: clamp(42px, 4vw, 60px); }
h3 { font-size: clamp(34px, 3vw, 48px); }
p { color: var(--muted); line-height: 1.55; }
.eyebrow {
  color: #fff8ef;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 12px;
  font-weight: 800;
  text-shadow: 0 1px 1px rgba(28,19,12,.36), 0 6px 18px rgba(28,19,12,.18);
}

.hero-copy,
.hero-visual,
.section-head,
.contacts-copy,
.map-frame,
.modal,
.floor-plan,
.photo-placeholder,
.benefit-card {
  position: relative;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06)),
    radial-gradient(circle at 82% 8%, rgba(236, 190, 117, .16), transparent 42%),
    var(--glass);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.72),
    inset 0 -1px 0 rgba(85,56,30,.22),
    0 0 0 1px rgba(221,180,119,.08),
    var(--shadow);
  backdrop-filter: blur(30px) saturate(145%);
  -webkit-backdrop-filter: blur(30px) saturate(145%);
  transform: translateZ(0);
}
.hero-copy::before,
.hero-visual::before,
.section-head::before,
.contacts-copy::before,
.map-frame::before,
.modal::before,
.floor-plan::before,
.photo-placeholder::before,
.benefit-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(118deg, rgba(255,255,255,.36), transparent 28%, transparent 69%, rgba(255,213,145,.08)),
    radial-gradient(circle at 17% -5%, rgba(255,255,255,.27), transparent 35%);
  opacity: .82;
}
.hero-copy::after,
.hero-visual::after,
.section-head::after,
.contacts-copy::after,
.map-frame::after,
.modal::after,
.floor-plan::after,
.photo-placeholder::after,
.benefit-card::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 31%;
  top: 0;
  height: 1px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.86), transparent);
}
.hero-copy > *,
.hero-visual > *,
.section-head > *,
.contacts-copy > *,
.map-frame > *,
.modal > *,
.floor-plan > *,
.photo-placeholder > *,
.benefit-card > * { position: relative; z-index: 2; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(230px,1fr) auto minmax(310px,1fr);
  align-items: center;
  gap: 22px;
  padding: 7px clamp(14px,2.5vw,40px);
  border-bottom: 1px solid rgba(255,255,255,.15);
  background: rgba(43,38,34,.56);
  box-shadow: 0 14px 36px rgba(25,19,14,.19);
  backdrop-filter: blur(28px) saturate(145%);
  -webkit-backdrop-filter: blur(28px) saturate(145%);
}
.brand { display: block; width: max-content; max-width: 100%; }
.brand-logo { display: block; width: clamp(210px,16.8vw,264px); height: auto; object-fit: contain; filter: drop-shadow(0 10px 20px rgba(18,13,9,.26)); }
.nav { display: flex; align-items: center; justify-content: center; gap: 4px; }
.nav a { padding: 10px 14px; border-radius: 999px; color: #f6eee5; font-size: 14px; font-weight: 700; transition: .18s ease; text-shadow: 0 1px 1px rgba(0,0,0,.30); }
.nav a:hover { color: #fff; background: rgba(255,255,255,.08); transform: translateY(-1px); }
.top-actions { display: flex; justify-content: flex-end; align-items: center; gap: 9px; }
.header-call-btn,
.menu-btn,
.top-request-btn,
.primary-btn,
.secondary-btn,
.floor-tab,
.menu-list a,
.menu-list button {
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  font-weight: 780;
  letter-spacing: -.015em;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.header-call-btn,
.menu-btn {
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.10);
  box-shadow: inset 0 1px rgba(255,255,255,.38), 0 10px 24px rgba(23,17,12,.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.header-call-btn svg { width: 21px; height: 21px; fill: none; stroke: var(--bronze); stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.menu-btn { gap: 4px; }
.menu-btn span { width: 5px; height: 5px; border-radius: 50%; background: #fff6e9; }
.top-request-btn,
.primary-btn {
  min-height: 48px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff8ef;
  background: linear-gradient(135deg, #4b3829 0%, #8b6239 52%, #d2a15d 100%);
  box-shadow: inset 0 1px rgba(255,255,255,.28), inset 0 -1px rgba(35,22,11,.26), 0 15px 30px rgba(39,27,18,.24);
  text-shadow: 0 1px 1px rgba(35,20,8,.35);
}
.secondary-btn {
  min-height: 48px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: rgba(255,248,239,.17);
  box-shadow: inset 0 1px rgba(255,255,255,.44), 0 10px 23px rgba(31,22,15,.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.header-call-btn:hover,
.menu-btn:hover,
.top-request-btn:hover,
.primary-btn:hover,
.secondary-btn:hover,
.floor-tab:hover { transform: translateY(-1px); filter: brightness(1.04); }

.topbar,
.page-flow,
.site-footer { max-width: 100%; }
.page-flow { padding-top: 0; }
.section { width: min(1400px,calc(100% - 38px)); margin-inline: auto; }
.compact-section { margin-top: 44px; }
.hero {
  min-height: calc(100svh - 76px);
  max-height: 720px;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 24px;
  padding: 14px 0 10px;
}
.hero-copy,
.hero-visual { min-height: 0; height: 100%; border-radius: var(--radius-xl); overflow: hidden; }
.hero-copy { padding: clamp(30px,3vw,46px); display: flex; flex-direction: column; justify-content: flex-start; }
.hero-copy .eyebrow { margin-top: clamp(12px,2.3vh,24px); color: #fff8ef; }
.hero-title { margin-top: 13px; }
.hero-title-line { display: block; white-space: nowrap; }
.hero-title-line + .hero-title-line { margin-top: 3px; }
.hero-visual { display: grid; }
.photo-placeholder { display: grid; place-items: center; min-height: 260px; border-radius: var(--radius-xl); color: rgba(22,15,11,.56); font-size: 15px; font-weight: 760; text-align: center; overflow: hidden; }
.photo-placeholder.large { min-height: 0; height: 100%; }
.hero-pitch-kicker,
.hero-pitch-main,
.hero-pitch-price,
.hero-pitch-note { display: block; text-align: center; }
.hero-pitch-kicker { margin-top: 28px; color: #fff8ef; text-transform: uppercase; letter-spacing: .20em; font-size: 12px; font-weight: 800; text-shadow: 0 1px 1px rgba(28,19,12,.34); }
.hero-pitch-main { margin-top: 6px; color: var(--ink); font-size: clamp(45px,4.1vw,64px); line-height: .94; font-weight: 800; letter-spacing: -.05em; text-shadow: 0 1px 0 rgba(255,255,255,.55), 0 2px 0 rgba(181,124,56,.18), 0 13px 28px rgba(54,35,20,.15); }
.hero-pitch-price { width: max-content; max-width: 100%; margin: 13px auto 0; padding: 9px 18px; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; color: var(--ink); font-size: clamp(17px,1.45vw,22px); font-weight: 800; background: rgba(255,248,239,.15); box-shadow: inset 0 1px rgba(255,255,255,.42), 0 8px 18px rgba(26,19,13,.10); }
.hero-pitch-note { margin-top: 15px; color: #fff8ef; font-size: clamp(13px,1.05vw,17px); font-weight: 720; text-shadow: 0 1px 1px rgba(28,19,12,.34); }
.hero-actions { display: flex; justify-content: center; align-items: stretch; gap: 11px; margin-top: 22px; }
.hero-actions .primary-btn,
.hero-actions .secondary-btn { min-width: 220px; }
.hero-facts { display: none; }

.benefits-line {
  width: 100%;
  margin: 18px 0 46px;
  padding: 12px 0 22px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x pan-y;
  overscroll-behavior-x: contain;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4vw, #000 96vw, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4vw, #000 96vw, transparent);
}
.benefits-line::-webkit-scrollbar { display: none; }
.benefits-line.dragging { cursor: grabbing; }
.benefits-track { display: flex; width: max-content; gap: 14px; }
.benefits-set { display: flex; gap: 14px; }
.benefit-card { flex: 0 0 246px; width: 246px; min-height: 188px; padding: 18px; border-radius: 28px; }
.benefit-icon {
  width: 54px;
  height: 54px;
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #321d0f;
  border: 1px solid rgba(255,231,190,.58);
  background: linear-gradient(145deg, #f3d29d 0%, #c68c4a 48%, #794621 100%);
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.72),
    inset -2px -3px 0 rgba(66,31,12,.20),
    0 11px 20px rgba(48,24,10,.22),
    0 2px 5px rgba(48,24,10,.18);
}
.benefit-icon::before {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  border-radius: 15px;
  background:
    radial-gradient(circle at 24% 16%, rgba(255,255,255,.62), transparent 42%),
    linear-gradient(155deg, rgba(255,255,255,.18), transparent 54%);
}
.benefit-icon::after {
  content: "";
  position: absolute;
  inset: auto 8px 5px;
  height: 4px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(54,27,11,.25);
  filter: blur(3px);
}
.benefit-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 1px 0 rgba(255,237,204,.46)) drop-shadow(0 3px 2px rgba(48,24,10,.25));
}
.benefit-card b { display: block; margin-top: 16px; min-height: 40px; color: var(--ink); font-size: 18px; line-height: 1.08; font-weight: 800; letter-spacing: -.024em; text-shadow: 0 1px 0 rgba(255,255,255,.38); }
.benefit-card small { display: block; margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.30; font-weight: 720; }

.section-head { min-height: 136px; border-radius: var(--radius-xl); padding: clamp(26px,3vw,42px); display: flex; align-items: center; }
.section-head.compact-head { min-height: 112px; width: 100%; max-width: none; }
.section-head h2 { white-space: nowrap; }
.floor-tabs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin: 18px 0; }
.floor-tab { min-height: 56px; color: var(--ink); background: rgba(255,248,239,.13); box-shadow: inset 0 1px rgba(255,255,255,.35), 0 10px 22px rgba(28,20,14,.11); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.floor-tab.active { color: #fff9ef; background: linear-gradient(135deg,#4d392a,#c08c4d); box-shadow: inset 0 1px rgba(255,255,255,.22),0 14px 28px rgba(47,31,19,.22); }
.plan-wrap { width: 100%; }
.floor-plan { width: 100%; min-height: 610px; border-radius: var(--radius-xl); overflow: hidden; background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),rgba(44,39,35,.24); background-size: 44px 44px; }
.floor-corridor { position: absolute; left: 7%; right: 7%; top: 44%; height: 12%; border-radius: 999px; border: 1px dashed rgba(255,255,255,.14); background: rgba(255,255,255,.05); }
.room-zone { position: absolute; z-index: 2; padding: 10px; border-radius: 16px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,248,239,.13); color: var(--ink); text-align: left; box-shadow: 0 10px 24px rgba(26,18,12,.16); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.room-zone b { display: block; }
.room-zone small { display: block; margin-top: 4px; color: var(--muted); }
.room-zone.hidden { display: none; }
.room-zone.selected { outline: 3px solid rgba(221,180,119,.36); outline-offset: 2px; }
.plan-pulse { animation: planPulse 1.1s ease; }
@keyframes planPulse { 50% { transform: scale(1.03); box-shadow: 0 0 0 8px rgba(221,180,119,.12); } }

.gallery-ribbon {
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  padding: 24px 34px 38px;
  cursor: grab;
  user-select: none;
  touch-action: pan-y pinch-zoom;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 34px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
}
.gallery-ribbon { grid-auto-columns: minmax(360px,34%); padding-bottom: 42px; }
.gallery-ribbon::-webkit-scrollbar { display: none; }
.gallery-ribbon.dragging { cursor: grabbing; }
.rooms-section {
  position: relative;
  isolation: isolate;
}
.rooms-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -70px 0 -90px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 8%, rgba(234,198,144,.13), transparent 58%),
    linear-gradient(180deg, transparent, rgba(53,42,34,.10) 42%, transparent);
  filter: blur(10px);
}
.section-head.rooms-head {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: clamp(22px,3vw,48px);
  padding: 0 2px 22px;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: none;
}
.section-head.rooms-head::before,
.section-head.rooms-head::after { display: none; }
.rooms-heading-copy { min-width: 0; }
.rooms-heading-copy .eyebrow { display: block; margin-bottom: 10px; }
.rooms-summary { margin: 10px 0 0; color: #fff8ef; font-size: 14px; font-weight: 750; text-shadow: 0 1px 1px rgba(28,19,12,.34); }
.rooms-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 19px;
  background: rgba(42,35,30,.24);
  box-shadow: inset 0 1px rgba(255,255,255,.14), 0 12px 26px rgba(25,18,12,.10);
}
.room-filter-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.room-filter {
  min-height: 42px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: #f6ede4;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.room-filter b { min-width: 22px; padding: 3px 6px; border-radius: 7px; color: #f2dfc9; background: rgba(255,255,255,.10); font-size: 11px; }
.room-filter:hover { transform: translateY(-1px); border-color: rgba(255,232,194,.34); background: rgba(255,255,255,.06); }
.room-filter.is-active { color: #fff9ef; border-color: rgba(226,181,114,.48); background: linear-gradient(135deg,#4d392a,#a66f39); text-shadow: 0 1px rgba(35,20,8,.30); }
.room-sort-field {
  min-width: 242px;
  min-height: 42px;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  align-items: center;
  gap: 8px;
  padding-left: 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 13px;
  color: rgba(255,248,239,.72);
  background: rgba(255,248,239,.08);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.room-sort-field::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #f1dcc4;
  border-bottom: 2px solid #f1dcc4;
  pointer-events: none;
  transform: translateY(-68%) rotate(45deg);
}
.room-sort-field select {
  min-width: 0;
  min-height: 40px;
  padding: 0 35px 0 2px;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: #fff8ef;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}
.room-sort-field:focus-within { border-color: rgba(239,199,140,.62); box-shadow: 0 0 0 3px rgba(211,157,90,.12); }
.room-sort-field option { color: #251911; background: #e8ddd2; }
.rooms-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 40px) / 3);
  align-items: stretch;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 1px;
  scrollbar-width: none;
  touch-action: pan-x pan-y pinch-zoom;
  -webkit-overflow-scrolling: touch;
  padding: 24px 0 14px;
}
.rooms-grid::-webkit-scrollbar { display: none; }
.rooms-grid:focus-visible { outline: 2px solid rgba(226,179,119,.70); outline-offset: 5px; }
.rooms-grid > .empty-note { grid-column: 1 / -1; }
.rooms-section.is-empty .rooms-grid,
.rooms-section.has-filter-empty .rooms-grid { display: block; overflow: visible; padding-top: 2px; }
.rooms-carousel-controls { display: flex; align-items: center; justify-content: flex-end; gap: 16px; min-height: 48px; padding-top: 2px; }
.rooms-carousel-position { color: #cdbdad; font-size: 13px; font-weight: 800; font-variant-numeric: tabular-nums; }
.rooms-carousel-buttons { display: flex; gap: 8px; }
.rooms-carousel-button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(197,146,92,.56); border-radius: 50%; color: #fff7ed; background: #433830; font-size: 20px; transition: transform .16s ease, opacity .16s ease, background .16s ease; }
.rooms-carousel-button:hover:not(:disabled) { transform: translateY(-1px); background: #594639; }
.rooms-carousel-button:disabled { cursor: default; opacity: .32; }
.rooms-empty-state {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: clamp(20px,3vw,38px);
  min-height: 190px;
  padding: clamp(26px,3vw,38px);
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(197,146,92,.52);
  border-radius: 24px;
  color: #f7eee5;
  background:
    linear-gradient(112deg,rgba(48,40,34,.96),rgba(63,50,40,.92)),
    #3b312a;
  box-shadow: 0 18px 42px rgba(23,16,11,.20), inset 0 1px rgba(255,255,255,.10);
}
.rooms-empty-state::after {
  content: "";
  position: absolute;
  top: 0;
  right: 7%;
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg,transparent,#d49b5c,transparent);
}
.rooms-empty-mark {
  width: 76px;
  height: 76px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(234,192,137,.46);
  border-radius: 20px;
  background: linear-gradient(145deg,#a66e38,#563923);
  box-shadow: inset 0 1px rgba(255,255,255,.20), 0 12px 25px rgba(15,9,5,.20);
}
.rooms-empty-mark span { display: block; height: 4px; border-radius: 999px; background: #f4ddc2; opacity: .92; }
.rooms-empty-mark span:nth-child(2) { width: 72%; }
.rooms-empty-mark span:nth-child(3) { width: 46%; }
.rooms-empty-copy { min-width: 0; }
.rooms-empty-kicker { display: block; margin-bottom: 8px; color: #d8a66e; font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.rooms-empty-copy h3 { color: #fff7ed; font-size: clamp(30px,3vw,43px); letter-spacing: -.035em; text-shadow: none; }
.rooms-empty-copy p { max-width: 670px; margin: 12px 0 0; color: #decfc0; font-size: 15px; line-height: 1.48; }
.rooms-empty-action { min-width: 215px; white-space: nowrap; }
.rooms-filter-empty { grid-column: 1 / -1; display: grid; justify-items: start; gap: 14px; padding: 24px 0; }
.rooms-filter-empty p { margin: 0; color: #fff8ef; font-weight: 750; }
.room-card {
  min-width: 0;
  align-self: stretch;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0,1fr);
  grid-template-rows: auto auto minmax(auto,1fr) auto;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(184,132,81,.58);
  border-radius: 12px;
  background: #39312a;
  box-shadow: 0 16px 34px rgba(24,16,11,.20);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.room-card::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 20px;
  width: 52px;
  height: 3px;
  pointer-events: none;
  background: #b98249;
}
.room-card button,
.room-card a { pointer-events: auto; }
.room-card-media { position: relative; min-width: 0; }
.room-card .thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #d9c7b4;
  background-color: #4a423a;
  background-image:
    linear-gradient(rgba(194,151,103,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(194,151,103,.09) 1px, transparent 1px);
  background-size: 30px 30px;
  box-shadow: none;
  font-weight: 700;
}
.room-card .thumb img,
.room-card .thumb picture { width: 100%; height: 100%; }
.room-card .thumb img { display: block; object-fit: cover; object-position: 50% 50%; }
.room-media-placeholder { display: grid; justify-items: center; gap: 7px; padding: 28px; color: #d9c7b4; text-align: center; }
.room-media-placeholder strong { color: #c79663; font-size: 20px; line-height: 1; letter-spacing: .13em; }
.room-media-placeholder span { font-size: 12px; line-height: 1.3; letter-spacing: .04em; }
.room-card .thumb:has(img) .room-media-placeholder,
.room-card .thumb.has-photo .room-media-placeholder,
.room-card .thumb.has-media .room-media-placeholder,
.room-card .thumb.is-loaded .room-media-placeholder { display: none; }
.status-pill { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; width: max-content; min-height: 31px; margin: 0; padding: 0 10px; border-radius: 12px; color: var(--ink); border: 1px solid rgba(255,255,255,.28); background: rgba(255,248,239,.12); box-shadow: inset 0 1px rgba(255,255,255,.28),0 7px 16px rgba(29,20,13,.10); font-size: 11px; font-weight: 800; }
.status-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(135deg,#f7d89a,#b27632); box-shadow: 0 0 0 3px rgba(221,180,119,.10); }
.room-card-media > .status-pill {
  position: absolute;
  z-index: 3;
  top: 13px;
  left: 13px;
  max-width: calc(100% - 26px);
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(216,178,135,.45);
  border-radius: 5px;
  color: #f7efe5;
  background: #352d27;
  box-shadow: 0 5px 13px rgba(20,13,8,.22);
  text-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  text-transform: uppercase;
  letter-spacing: .055em;
}
.room-card-media > .status-pill::before { width: 7px; height: 7px; border-radius: 1px; background: #c99762; box-shadow: none; }
.room-card-media > .status-pill.available::before { background: #83a67b; }
.room-card-media > .status-pill.soon::before { background: #d59b53; }
.room-card-media > .status-pill.occupied::before { background: #9f9b94; }
.room-card-main {
  min-width: 0;
  position: relative;
  margin: 18px 20px 0;
  padding-left: 15px;
  border-left: 2px solid rgba(185,130,72,.68);
}
.room-card-main::before { content: ""; position: absolute; top: 0; left: -2px; width: 22px; height: 2px; background: #b98249; }
.room-card-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: baseline; gap: 12px; }
.room-card h3 { min-width: 0; color: #f5ecdf; font-size: clamp(25px,1.9vw,30px); line-height: 1.04; letter-spacing: -.035em; text-shadow: none; }
.room-title-button {
  appearance: none;
  -webkit-appearance: none;
  max-width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
  font: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-shadow: none;
  overflow-wrap: break-word;
}
.room-title-button:hover { color: #d9ac78; }
.room-title-button:focus-visible,
.room-detail-link:focus-visible,
.room-plan-link:focus-visible { outline: 2px solid rgba(255,231,191,.86); outline-offset: 3px; border-radius: 5px; }
.room-card-area { white-space: nowrap; color: #f0dec9; font-size: clamp(22px,1.65vw,27px); line-height: 1; letter-spacing: -.025em; text-align: right; }
.room-card-meta { margin: 9px 0 0; display: flex; flex-wrap: wrap; align-items: center; gap: 6px 9px; color: #d9c9b9; font-size: 13px; line-height: 1.35; font-weight: 700; text-shadow: none; }
.room-card-meta i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 1px; background: #b98249; box-shadow: none; }
.room-feature-list {
  margin: 16px 20px 0;
  padding-top: 14px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 9px 18px;
  border-top: 1px solid rgba(203,154,102,.28);
}
.room-feature-item { min-width: 0; display: inline-flex; align-items: flex-start; gap: 8px; color: #eee4d8; font-size: 13px; line-height: 1.3; font-weight: 650; overflow-wrap: anywhere; }
.room-feature-item i { width: 6px; height: 6px; flex: 0 0 6px; margin-top: .42em; border-radius: 1px; background: #b98249; box-shadow: none; }
.room-feature-item.good i { background: #91aa7f; }
.room-feature-item.warn i { background: #d59b53; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; }
.tag { min-height: 29px; padding: 5px 9px; display: inline-flex; align-items: center; gap: 6px; border-radius: 11px; color: var(--ink); background: rgba(255,248,239,.10); border: 1px solid rgba(255,255,255,.22); font-size: 11px; line-height: 1.1; font-weight: 780; box-shadow: inset 0 1px rgba(255,255,255,.24); }
.room-actions { grid-row: -2 / -1; align-self: end; margin: 18px 20px 20px; padding-top: 15px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 12px; border-top: 1px solid rgba(203,154,102,.28); }
.room-action-links { display: flex; flex-wrap: wrap; align-items: center; gap: 2px 11px; }
.room-detail-link,
.room-plan-link {
  appearance: none;
  -webkit-appearance: none;
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  color: #d8c5b0;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(216,197,176,.48);
  text-underline-offset: 4px;
  text-shadow: none;
}
.room-detail-link:hover,
.room-plan-link:hover { color: #fff3e4; text-decoration-color: #b98249; }
.room-detail-link span { display: inline-block; margin-left: 2px; transition: transform .18s ease; }
.room-detail-link:hover span { transform: translateX(3px); }
.room-actions .primary-btn {
  width: auto;
  min-width: 170px;
  min-height: 44px;
  padding-inline: 16px;
  border: 1px solid #c39462;
  border-radius: 8px;
  color: #fff8ee;
  background: #8b5f35;
  box-shadow: none;
  font-size: 14px;
  line-height: 1.12;
  text-align: center;
  text-shadow: none;
}
.room-actions .primary-btn:hover { background: #a27142; box-shadow: none; }
.rooms-after-actions { display: flex; justify-content: center; margin-top: 8px; }
.rooms-after-actions .secondary-btn { min-width: min(100%,520px); }
.gallery-ribbon .photo-placeholder { min-height: 330px; box-shadow: inset 0 1px 0 rgba(255,255,255,.52),0 22px 44px rgba(24,17,12,.18); }

.contacts-section { padding-bottom: 44px; }
.contacts-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; }
.contacts-copy { border-radius: var(--radius-xl); padding: clamp(29px,4vw,48px); }
.contacts-copy .eyebrow { color: #fff8ef; }
.contacts-copy p { color: #fff8ef; text-shadow: 0 1px 1px rgba(28,19,12,.34); }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: min(100%,520px); margin: 22px auto 0; }
.map-frame { position: relative; isolation: isolate; min-height: 420px; border-radius: var(--radius-xl); overflow: hidden; padding: 8px; }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 404px; border: 0; border-radius: 27px; }
.map-place-card {
  position: absolute;
  z-index: 5;
  top: 26px;
  left: 26px;
  width: min(330px,calc(100% - 104px));
  min-height: 76px;
  padding: 10px 13px 10px 10px;
  display: grid;
  grid-template-columns: 54px minmax(0,1fr) auto;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(226,190,143,.52);
  border-radius: 18px;
  color: #fff8ef;
  background: rgba(49,42,37,.92);
  box-shadow: 0 18px 34px rgba(25,17,11,.26),inset 0 1px rgba(255,255,255,.12);
  backdrop-filter: blur(18px) saturate(118%);
  -webkit-backdrop-filter: blur(18px) saturate(118%);
  transition: transform .18s ease,background .18s ease,box-shadow .18s ease;
}
.map-place-card:hover { transform: translateY(-2px); color: #fff; background: rgba(63,50,40,.96); box-shadow: 0 22px 42px rgba(25,17,11,.31),inset 0 1px rgba(255,255,255,.15); }
.map-place-card:focus-visible { outline: 3px solid rgba(247,211,146,.88); outline-offset: 4px; }
.map-place-mark { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(229,188,130,.68); border-radius: 14px; color: #f6d295; background: linear-gradient(145deg,#241d18,#73543a); box-shadow: inset 0 1px rgba(255,255,255,.12); font-family: Georgia,serif; font-size: 31px; line-height: 1; font-weight: 800; }
.map-place-copy { min-width: 0; display: grid; gap: 4px; }
.map-place-copy b { overflow: hidden; color: #fffaf2; font-size: 17px; line-height: 1.1; white-space: nowrap; text-overflow: ellipsis; }
.map-place-copy small { overflow: hidden; color: rgba(255,248,239,.76); font-size: 12px; line-height: 1.3; white-space: nowrap; text-overflow: ellipsis; }
.map-place-arrow { color: #e4b978; font-size: 22px; line-height: 1; }
.site-footer { width: min(1400px,calc(100% - 38px)); margin: 8px auto 30px; display: flex; justify-content: center; }
.production-mark { display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: 13px; font-weight: 800; }
.production-z { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: #f5d392; background: linear-gradient(135deg,#17130f,#5d4938); border: 1px solid rgba(221,180,119,.54); font-size: 19px; font-weight: 900; box-shadow: 0 8px 18px rgba(21,15,10,.22); transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.production-z:hover { transform: translateY(-2px); filter: brightness(1.10); box-shadow: 0 12px 24px rgba(21,15,10,.28); }
.production-z:focus-visible { outline: 3px solid rgba(247,211,146,.84); outline-offset: 4px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 80; display: none; align-items: center; justify-content: center; padding: 18px; background: rgba(24,20,17,.46); backdrop-filter: blur(22px) saturate(120%); -webkit-backdrop-filter: blur(22px) saturate(120%); }
.modal-backdrop.active { display: flex; }
.modal { width: min(720px,100%); max-height: calc(100dvh - 36px); overflow: auto; padding: 34px; border-radius: 34px; }
.lead-modal { background: linear-gradient(145deg, rgba(255,255,255,.20), rgba(255,255,255,.075)), radial-gradient(circle at 82% 8%, rgba(236,190,117,.18), transparent 42%), rgba(62,55,49,.48); }
.modal-close { position: sticky; top: 0; z-index: 5; float: right; width: 52px; height: 52px; margin: 0 4px 26px 30px; border-radius: 50%; border: 1px solid rgba(255,255,255,.26); background: rgba(255,248,239,.12); color: #fff8ef; font-size: 30px; line-height: 1; box-shadow: inset 0 1px rgba(255,255,255,.34),0 10px 22px rgba(22,15,10,.18); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.menu-modal { width: min(680px,100%); padding: 38px; }
.menu-list { display: grid; gap: 12px; clear: both; margin-top: 38px; }
.menu-list a,.menu-list button { min-height: 66px; padding: 0 24px; display: flex; align-items: center; justify-content: center; line-height: 1.15; color: var(--ink); text-align: center; background: rgba(255,248,239,.12); box-shadow: inset 0 1px rgba(255,255,255,.34),0 11px 24px rgba(23,16,11,.12); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.menu-list button:last-child { color: #fffaf1; background: linear-gradient(135deg,#473a31,#85613f 56%,#d4a45d); text-shadow: 0 1px 1px rgba(36,21,8,.28); }
.room-detail-hero { min-height: 240px; margin-bottom: 20px; border-radius: 24px; display: grid; place-items: center; color: rgba(22,15,11,.58); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); font-weight: 760; }
.room-detail-list { display: grid; gap: 8px; margin: 18px 0; }
.room-detail-list div { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.11); }
.room-detail-list dt { color: #fff8ef; font-weight: 700; }
.room-detail-list dd { margin: 0; color: #fff; font-weight: 800; }
.room-modal .status-pill,
.room-modal .tag-list .tag,
.room-modal .room-description {
  color: #fff8ef;
  -webkit-text-fill-color: #fff8ef;
  text-shadow: 0 1px 1px rgba(25,17,11,.28);
}
.room-modal .room-description { margin: 22px 0 0; }
.modal-actions { display: grid; gap: 9px; margin-top: 18px; }
.lead-form { display: grid; gap: 13px; clear: both; }
.lead-form label { display: grid; gap: 7px; color: #fff; font-weight: 800; text-shadow: 0 1px 1px rgba(28,19,12,.40); }
input,textarea,select { width: 100%; padding: 14px 16px; border: 1px solid rgba(255,255,255,.30); border-radius: 18px; background: rgba(255,255,255,.12); color: #fff; outline: none; box-shadow: inset 0 1px rgba(255,255,255,.34), 0 8px 18px rgba(25,18,12,.10); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
input:focus,textarea:focus,select:focus { border-color: rgba(255,235,205,.58); box-shadow: 0 0 0 4px rgba(255,240,215,.11),inset 0 1px rgba(255,255,255,.40); }
input::placeholder,textarea::placeholder { color: rgba(255,248,239,.66); }
textarea { min-height: 108px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.check-list { display: flex; flex-wrap: wrap; gap: 8px; }
.check-list label { display: inline-flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(255,255,255,.10); color: #fff; cursor: pointer; box-shadow: inset 0 1px rgba(255,255,255,.24); }
.check-list input { appearance: none; -webkit-appearance: none; width: 20px; height: 20px; padding: 0; border-radius: 7px; border: 1px solid rgba(255,255,255,.50); background: rgba(255,255,255,.10); display: grid; place-items: center; }
.check-list input::after { content: ""; width: 9px; height: 5px; border-left: 2px solid #fffaf0; border-bottom: 2px solid #fffaf0; transform: rotate(-45deg) scale(0); transition: transform .15s ease; }
.check-list input:checked { background: linear-gradient(135deg,#755338,#c79a5b); border-color: transparent; }
.check-list input:checked::after { transform: rotate(-45deg) scale(1); }
.check-list label:hover { border-color: rgba(221, 184, 126, .72); background: rgba(255,255,255,.15); }
.check-list input:focus-visible { outline: 2px solid #e3bd7e; outline-offset: 3px; }
.check-list label:has(input:disabled) { cursor: not-allowed; opacity: .58; }
.form-result { min-height: 22px; margin: 0; font-weight: 800; color: #fff; }
.form-result.ok { color: #fff; }
.form-result.error { color: #ffd0c9; }
.empty-note { padding: 22px; border: 1px solid rgba(255,255,255,.20); border-radius: 28px; background: rgba(255,248,239,.10); color: var(--ink); }

@media (max-width: 1180px) {
  .rooms-grid { grid-auto-columns: calc((100% - 20px) / 2); }
}

@media (max-width: 980px) {
  .topbar { grid-template-columns: auto 1fr; gap: 12px; min-height: 74px; }
  .nav { display: none; }
  .hero { min-height: auto; max-height: none; grid-template-columns: 1fr; }
  .hero-copy,.hero-visual { height: auto; }
  .hero-visual .photo-placeholder.large { min-height: 440px; }
  .section-head.rooms-head { grid-template-columns: 1fr; align-items: start; }
  .rooms-controls { justify-content: space-between; }
  .room-filter-list { justify-content: flex-start; }
  .gallery-ribbon { grid-auto-columns: minmax(390px,76%); }
  .contacts-layout { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --radius-xl: 28px; --radius-lg: 24px; }
  .topbar { min-height: 70px; grid-template-columns: minmax(0,1fr) auto; gap: 7px; padding: 7px 9px; }
  .brand-logo { width: clamp(132px,36vw,154px); }
  .top-actions { gap: 6px; }
  .header-call-btn,.menu-btn { width: 43px; min-width: 43px; min-height: 43px; }
  .top-request-btn { min-height: 43px; padding: 0 14px; max-width: 140px; font-size: 14px; line-height: 1.05; text-align: center; }
  .section { width: calc(100% - 20px); }
  .compact-section { margin-top: 36px; }
  .hero { gap: 13px; padding-top: 10px; }
  .hero-copy { padding: 24px 21px 28px; }
  .hero-copy .eyebrow { margin-top: 0; }
  .hero-title { margin-top: 12px; }
  .hero-title-line { font-size: clamp(34px,9.4vw,45px); }
  .hero-pitch-kicker { margin-top: 24px; font-size: 11px; }
  .hero-pitch-main { font-size: clamp(44px,13.2vw,60px); }
  .hero-pitch-price { font-size: 18px; padding: 8px 13px; }
  .hero-pitch-note { font-size: 14px; line-height: 1.34; }
  .hero-actions { display: grid; grid-template-columns: 1fr; margin-top: 19px; }
  .hero-actions .primary-btn,.hero-actions .secondary-btn { width: 100%; min-width: 0; min-height: 51px; }
  .hero-visual .photo-placeholder.large { min-height: 340px; }
  .benefits-line { margin: 17px 0 36px; padding-bottom: 15px; }
  .benefit-card { flex-basis: 216px; width: 216px; min-height: 178px; padding: 16px; }
  .benefit-card b { min-height: 38px; font-size: 17px; }
  .benefit-card small { font-size: 13px; }
  .section-head { min-height: 126px; padding: 25px 21px; }
  .section-head.compact-head { min-height: 108px; width: 100%; max-width: none; }
  .section-head h2 { white-space: normal; font-size: clamp(37px,10.5vw,48px); }
  .floor-tabs { gap: 8px; margin: 15px 0; }
  .floor-tab { min-height: 51px; font-size: 14px; }
  .floor-plan { min-height: 465px; }
  .section-head.rooms-head { min-height: 0; gap: 16px; padding: 0 2px 16px; }
  .rooms-controls { display: grid; grid-template-columns: 1fr; justify-items: stretch; }
  .room-filter-list { display: grid; grid-template-columns: repeat(auto-fit,minmax(72px,1fr)); }
  .room-filter { justify-content: center; min-width: 0; padding-inline: 8px; }
  .room-sort-field { min-width: 0; }
  .rooms-grid { grid-auto-columns: min(86vw,360px); gap: 14px; margin-inline: -10px; padding: 16px 10px 12px; scroll-padding-inline: 10px; }
  .rooms-section.is-empty .rooms-grid { padding-top: 0; }
  .rooms-section.is-empty .rooms-grid,
  .rooms-section.has-filter-empty .rooms-grid { margin-inline: 0; padding-inline: 0; }
  .rooms-carousel-controls { justify-content: space-between; min-height: 44px; }
  .rooms-carousel-button { width: 42px; height: 42px; }
  .rooms-empty-state { grid-template-columns: 1fr; gap: 17px; min-height: 0; padding: 24px 21px; border-radius: 20px; }
  .rooms-empty-mark { width: 58px; height: 58px; gap: 6px; padding: 14px; border-radius: 16px; }
  .rooms-empty-mark span { height: 3px; }
  .rooms-empty-copy h3 { font-size: clamp(31px,9vw,39px); }
  .rooms-empty-copy p { margin-top: 10px; font-size: 14px; }
  .rooms-empty-action { width: 100%; min-width: 0; min-height: 50px; }
  .gallery-ribbon { grid-auto-columns: 88%; gap: 13px; padding: 15px 22px 30px; -webkit-mask-image: linear-gradient(90deg,transparent 0,#000 22px,#000 calc(100% - 22px),transparent 100%); mask-image: linear-gradient(90deg,transparent 0,#000 22px,#000 calc(100% - 22px),transparent 100%); }
  .room-card { grid-template-columns: minmax(0,1fr); border-radius: 10px; }
  .room-card-media { grid-column: 1; grid-row: auto; }
  .room-card .thumb { height: auto; aspect-ratio: 4 / 3; border-radius: 0; }
  .room-card-media > .status-pill { top: 10px; left: 10px; max-width: calc(100% - 20px); min-height: 28px; padding: 4px 8px; white-space: normal; font-size: 9px; line-height: 1.05; }
  .room-card-media > .status-pill::before { width: 6px; height: 6px; flex: 0 0 6px; }
  .room-card-main { grid-column: 1; grid-row: auto; align-self: auto; margin: 16px 16px 0; padding-left: 13px; }
  .room-card-heading { grid-template-columns: minmax(0,1fr) auto; gap: 9px; }
  .room-card h3 { font-size: clamp(23px,7vw,29px); line-height: 1; }
  .room-card-area { font-size: clamp(21px,6.2vw,26px); }
  .room-card-meta { margin-top: 8px; display: flex; gap: 5px 8px; font-size: 12px; line-height: 1.3; }
  .room-card-meta i { display: block; }
  .room-feature-list { grid-column: 1; margin: 14px 16px 0; padding-top: 12px; grid-template-columns: repeat(auto-fit,minmax(135px,1fr)); gap: 8px 12px; }
  .room-feature-item { font-size: 12px; }
  .room-actions { grid-column: 1; margin: 16px; padding-top: 14px; grid-template-columns: 1fr; gap: 8px; }
  .room-detail-link,.room-plan-link { min-height: 36px; font-size: 12px; }
  .room-actions .primary-btn { width: 100%; min-height: 48px; font-size: 13px; }
  .gallery-ribbon .photo-placeholder { min-height: 310px; }
  .contacts-copy { padding: 27px 21px; }
  .contact-actions { grid-template-columns: 1fr; }
  .map-frame { min-height: 355px; }
  .map-frame iframe { min-height: 339px; }
  .map-place-card { top: 19px; left: 19px; width: min(292px,calc(100% - 86px)); min-height: 66px; padding: 8px 10px 8px 8px; grid-template-columns: 47px minmax(0,1fr) auto; gap: 9px; border-radius: 15px; }
  .map-place-mark { width: 47px; height: 47px; border-radius: 12px; font-size: 27px; }
  .map-place-copy b { font-size: 15px; }
  .map-place-copy small { font-size: 11px; }
  .modal-backdrop { align-items: flex-end; padding: 9px; }
  .modal { width: 100%; max-height: calc(100dvh - 18px); padding: 23px 20px 24px; border-radius: 28px; }
  .modal h2 { font-size: clamp(38px,10vw,48px); }
  .modal-close { margin: 0 2px 20px 18px; }
  .menu-modal { padding: 26px 20px 24px; }
  .menu-list { gap: 10px; margin-top: 30px; }
  .menu-list a,.menu-list button { min-height: 59px; }
  .form-row { grid-template-columns: 1fr; }
  .check-list { display: grid; grid-template-columns: 1fr 1fr; }
  .check-list label { width: 100%; min-width: 0; }
  .lead-form > .primary-btn { position: sticky; bottom: 0; z-index: 3; min-height: 52px; }
  .production-mark { font-size: 11px; text-align: center; }
}

/* Real media supplied by /api/site-media. */
.hero-visual.has-photo { overflow: hidden; padding: 0; }
.hero-visual.has-photo picture,
.hero-visual.has-photo img { display: block; width: 100%; height: 100%; }
.hero-visual.has-photo img { object-fit: cover; }
.room-card .thumb.has-photo { overflow: hidden; padding: 0; }
.room-card .thumb.has-photo picture,
.room-card .thumb.has-photo img { display: block; width: 100%; height: 100%; }
.room-card .thumb.has-photo img { object-fit: cover; object-position: 50% 50%; }
.gallery-ribbon.has-real-photos { grid-auto-columns: clamp(300px,32vw,460px); scroll-snap-type: x mandatory; }
.gallery-photo { position: relative; width: 100%; min-width: 0; margin: 0; overflow: hidden; scroll-snap-align: start; scroll-snap-stop: always; border: 1px solid rgba(91,68,48,.28); border-radius: 14px; background: #b5a99d; box-shadow: 0 16px 34px rgba(21,15,10,.16); }
.gallery-photo picture,
.gallery-photo img { display: block; width: 100%; }
.gallery-photo img { aspect-ratio: 4 / 3; object-fit: cover; }
.room-detail-hero.has-photo { overflow: hidden; padding: 0; }
.room-photo-shell { position: relative; width: 100%; min-width: 0; }
.room-photo-strip { display: flex; gap: 10px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: pan-x pan-y; }
.room-photo-strip::-webkit-scrollbar { display: none; }
.room-photo-open { appearance: none; position: relative; flex: 0 0 100%; width: 100%; min-width: 0; padding: 0; overflow: hidden; border: 0; color: inherit; background: #2b2520; scroll-snap-align: start; scroll-snap-stop: always; cursor: zoom-in; }
.room-photo-open picture { display: block; width: 100%; }
.room-detail-hero .room-photo-strip img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: contain; object-position: 50% 50%; background: #2b2520; }
.room-photo-open:focus-visible { outline: 3px solid rgba(247,211,146,.88); outline-offset: -5px; }
.room-photo-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,248,239,.58);
  border-radius: 50%;
  color: #fff8ef;
  background: rgba(43,36,31,.64);
  box-shadow: 0 10px 25px rgba(18,12,8,.28), inset 0 1px rgba(255,255,255,.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translateY(-50%);
  transition: opacity .18s ease, transform .18s ease, background .18s ease;
}
.room-photo-nav-previous { left: 12px; }
.room-photo-nav-next { right: 12px; }
.room-photo-nav svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.room-photo-nav:hover:not(:disabled) { background: rgba(43,36,31,.82); transform: translateY(-50%) scale(1.05); }
.room-photo-nav:focus-visible { outline: 3px solid rgba(247,211,146,.88); outline-offset: 3px; }
.room-photo-nav:disabled { opacity: .28; cursor: default; }
.room-photo-viewer { position: fixed; inset: 0; z-index: 160; display: none; place-items: center; padding: clamp(12px,2.5vw,34px); background: rgba(19,15,12,.94); backdrop-filter: blur(18px) saturate(112%); -webkit-backdrop-filter: blur(18px) saturate(112%); }
.room-photo-viewer.active { display: grid; }
.room-photo-viewer-stage { width: 100%; height: 100%; min-width: 0; min-height: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid rgba(255,248,239,.19); border-radius: clamp(18px,2.3vw,30px); background: #211b17; box-shadow: 0 28px 72px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.08); touch-action: pan-x pan-y; }
.room-photo-viewer-image { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; object-position: 50% 50%; user-select: none; -webkit-user-select: none; -webkit-user-drag: none; touch-action: manipulation; cursor: zoom-in; }
.room-photo-viewer.is-zoomed .room-photo-viewer-stage { display: block; overflow: auto; overscroll-behavior: contain; }
.room-photo-viewer.is-zoomed .room-photo-viewer-image { max-width: none; max-height: none; margin: 0 auto; touch-action: pan-x pan-y; cursor: zoom-out; }
.room-photo-viewer-close { position: absolute; top: max(20px,env(safe-area-inset-top)); right: max(20px,env(safe-area-inset-right)); z-index: 3; width: 52px; height: 52px; padding: 0; border: 1px solid rgba(255,248,239,.52); border-radius: 50%; color: #fff8ef; background: rgba(43,36,31,.78); box-shadow: 0 12px 30px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.2); font-size: 30px; line-height: 1; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.room-photo-viewer-close:hover { background: rgba(66,54,45,.92); }
.room-photo-viewer-close:focus-visible,
.room-photo-viewer-image:focus-visible { outline: 3px solid rgba(247,211,146,.92); outline-offset: 4px; }
.room-photo-viewer-hint { position: absolute; left: 50%; bottom: max(22px,env(safe-area-inset-bottom)); z-index: 2; max-width: calc(100% - 110px); margin: 0; padding: 9px 14px; border: 1px solid rgba(255,248,239,.24); border-radius: 999px; color: #fff8ef; background: rgba(43,36,31,.72); box-shadow: 0 10px 26px rgba(0,0,0,.28); font-size: 13px; font-weight: 760; line-height: 1.2; text-align: center; transform: translateX(-50%); pointer-events: none; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.visually-hidden,
.form-honeypot { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 980px) {
  .gallery-ribbon.has-real-photos { grid-auto-columns: minmax(390px,76%); }
}

@media (max-width: 700px) {
  .gallery-ribbon.has-real-photos { grid-auto-columns: 82vw; }
  .room-photo-nav { width: 38px; height: 38px; }
  .room-photo-nav-previous { left: 8px; }
  .room-photo-nav-next { right: 8px; }
  .room-photo-nav svg { width: 20px; height: 20px; }
  .room-photo-viewer { padding: 8px; }
  .room-photo-viewer-stage { border-radius: 20px; }
  .room-photo-viewer-close { top: max(15px,env(safe-area-inset-top)); right: max(15px,env(safe-area-inset-right)); width: 46px; height: 46px; font-size: 27px; }
  .room-photo-viewer-hint { bottom: max(16px,env(safe-area-inset-bottom)); max-width: calc(100% - 92px); font-size: 12px; }
}

@media (max-width: 420px) {
  .brand-logo { width: 128px; }
  .header-call-btn,.menu-btn { width: 41px; min-width: 41px; }
  .top-request-btn { padding: 0 11px; max-width: 126px; }
  .floor-tabs { grid-template-columns: repeat(2,1fr); }
  .room-card-heading { grid-template-columns: 1fr; gap: 6px; }
  .room-card-area { text-align: left; }
  .room-feature-list { grid-template-columns: 1fr; }
  .room-actions { grid-template-columns: 1fr; gap: 5px; }
  .room-action-links { min-height: 36px; }
  .check-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
