/* ==========================================================================
   dom-vladikavkaz.ru — тёмная «бутик-отель» тема (редизайн 2026-07)
   Палитра: хвойный чёрный + слоновая кость + приглушённое золото
   Шрифты: Prata (заголовки) + Golos Text (текст)
   ========================================================================== */

:root {
  --bg: #141816;            /* основной фон */
  --bg-deep: #101413;       /* фон блока бронирования */
  --bg-footer: #0c0f0e;
  --panel: #1d2420;         /* карточки */
  --panel-2: #232b26;
  --ink: #ece7dc;           /* основной текст (слоновая кость) */
  --muted: rgba(236, 231, 220, .62);
  --faint: rgba(236, 231, 220, .42);
  --line: rgba(236, 231, 220, .1);
  --gold: #c2a86e;
  --gold-bright: #d8c08a;
  --gold-line: rgba(194, 168, 110, .4);
  --danger: #d98b7c;
  --font-body: 'Golos Text', system-ui, -apple-system, sans-serif;
  --font-display: 'Prata', Georgia, serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 84px; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
a:hover { color: var(--gold-bright); }

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.18; }

.section { padding: 104px 0; }
.section-eyebrow {
  text-transform: uppercase; letter-spacing: .3em; font-size: 11.5px;
  font-weight: 600; color: var(--gold); margin-bottom: 16px;
}
.section-title { font-size: clamp(30px, 3.6vw, 40px); margin-bottom: 18px; }
.section-sub { color: var(--muted); max-width: 640px; margin-bottom: 44px; font-size: 15.5px; }

/* ============ КНОПКИ ============ */
.btn {
  display: inline-block; padding: 16px 34px;
  font-weight: 600; font-size: 13.5px; text-decoration: none; border: none;
  cursor: pointer; font-family: var(--font-body); white-space: nowrap;
  text-transform: uppercase; letter-spacing: .12em; text-align: center;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: #141816; }
.btn-gold:hover { background: var(--gold-bright); color: #141816; }
.btn-ghost {
  background: rgba(20, 24, 22, .25); color: var(--ink);
  border: 1px solid rgba(236, 231, 220, .5); backdrop-filter: blur(4px);
}
.btn-ghost:hover { background: rgba(236, 231, 220, .12); color: #fff; }
.btn-outline-gold { background: transparent; color: var(--gold); border: 1px solid var(--gold); padding: 12px 25px; font-size: 12.5px; }
.btn-outline-gold:hover { background: var(--gold); color: #141816; }
.btn-lg { padding: 18px 40px; font-size: 14px; }
.btn-block { width: 100%; }

/* ============ ШАПКА ============ */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(16, 20, 19, .92); backdrop-filter: blur(12px);
  border-bottom-color: var(--line);
  box-shadow: 0 6px 24px rgba(0, 0, 0, .35);
}
.header-inner { display: flex; align-items: center; gap: 28px; height: 76px; }
.logo {
  display: flex; align-items: baseline; gap: 10px; color: var(--ink);
  text-decoration: none; white-space: nowrap; flex: none;
}
.logo-name { font-family: var(--font-display); font-size: 19px; letter-spacing: .04em; }
.logo-city {
  font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
}
.main-nav { display: flex; gap: 28px; margin-left: auto; }
.main-nav a {
  color: rgba(236, 231, 220, .75); text-decoration: none; font-weight: 500;
  font-size: 13.5px; transition: color .15s; white-space: nowrap;
}
.main-nav a:hover { color: var(--gold-bright); }
.header-cta { flex: none; }
.burger { display: none; }

.header-phone { white-space: nowrap; }

/* ============ HERO ============ */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20, 24, 22, .68) 0%, rgba(20, 24, 22, .38) 45%, rgba(20, 24, 22, .92) 100%);
}
.hero-content { position: relative; text-align: center; padding: 150px 0 120px; }
.hero-eyebrow {
  text-transform: uppercase; letter-spacing: .32em; font-size: 12px;
  font-weight: 600; color: var(--gold-bright); margin-bottom: 26px;
}
.hero h1 {
  font-size: clamp(38px, 5.8vw, 66px); margin: 0 auto 0; max-width: 900px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .35);
}
.hero-rule { width: 56px; height: 1px; background: var(--gold); margin: 30px auto; }
.hero-sub {
  font-size: clamp(16px, 1.8vw, 17.5px); line-height: 1.6; color: rgba(236, 231, 220, .88);
  max-width: 560px; margin: 0 auto; text-shadow: 0 1px 12px rgba(0, 0, 0, .4);
}
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }

/* Плашка фактов, наезжающая на низ hero */
.hero-facts-wrap { position: relative; z-index: 5; margin-top: -66px; }
.hero-facts {
  list-style: none; display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--panel); border: 1px solid var(--gold-line);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
}
.hero-facts li { padding: 26px 20px; text-align: center; border-right: 1px solid var(--line); }
.hero-facts li:last-child { border-right: none; }
.hero-facts strong { display: block; font-family: var(--font-display); font-weight: 400; font-size: 21px; color: var(--gold-bright); }
.hero-facts span { font-size: 12.5px; color: var(--faint); letter-spacing: .04em; }

/* ============ ГАЛЕРЕЯ ============ */
.gallery-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px 24px; flex-wrap: wrap; margin-bottom: 30px; }
.gallery-head .section-title { margin-bottom: 0; }
.gallery-link {
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--muted); text-decoration: none; white-space: nowrap; padding-bottom: 6px;
}
.gallery-link:hover { color: var(--gold-bright); }
.gallery-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr; grid-template-rows: 250px 250px; gap: 14px;
}
.gallery-grid .ph:nth-child(1) { grid-row: span 2; }
.ph { position: relative; margin: 0; overflow: hidden; background: var(--panel); }
.ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ph:hover img { transform: scale(1.04); }
.ph figcaption {
  position: absolute; left: 18px; bottom: 16px; z-index: 2;
  background: rgba(20, 24, 22, .72); backdrop-filter: blur(4px);
  padding: 9px 16px; font-size: 12px; letter-spacing: .08em; color: var(--ink);
}
/* Пометка на примерных фото — убрать это правило после замены на реальные снимки */
.ph-img figcaption::after { content: ' · примерное фото'; color: var(--faint); }
.gallery-note { font-size: 12.5px; color: var(--faint); margin-top: 14px; }

/* ============ О ДОМЕ ============ */
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.about-text p { margin-bottom: 16px; color: var(--muted); font-size: 15.5px; }
.about-features {
  list-style: none; margin-top: 26px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px;
}
.about-features li { padding-left: 24px; position: relative; font-size: 14px; color: rgba(236, 231, 220, .8); }
.about-features li::before { content: '◆'; position: absolute; left: 0; top: 0; color: var(--gold); font-size: 11px; }
.about-media { position: relative; padding: 0 0 22px 22px; }
.about-media::before {
  content: ''; position: absolute; left: 0; bottom: 0; width: 70%; height: 70%;
  border: 1px solid var(--gold-line);
}
.about-media .ph { position: relative; height: 480px; }
.about-media .ph img { position: absolute; }

/* ============ ПОЛНОЭКРАННЫЕ ЛЕНТЫ (смотровая, бассейн) ============ */
.band { position: relative; min-height: 440px; display: flex; align-items: center; overflow: hidden; }
.band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band::before { content: ''; position: absolute; inset: 0; z-index: 1; }
.band-left::before { background: linear-gradient(90deg, rgba(20, 24, 22, .88) 0%, rgba(20, 24, 22, .5) 55%, rgba(20, 24, 22, .15) 100%); }
.band-right::before { background: linear-gradient(270deg, rgba(20, 24, 22, .88) 0%, rgba(20, 24, 22, .5) 55%, rgba(20, 24, 22, .15) 100%); }
.band .container { position: relative; z-index: 2; width: 100%; padding-top: 84px; padding-bottom: 84px; }
.band-text { max-width: 520px; }
.band-right .band-text { margin-left: auto; }
.band-text p { font-size: 15.5px; line-height: 1.7; color: rgba(236, 231, 220, .85); }
.band-text .section-title { margin-bottom: 14px; }

/* ============ БРОНИРОВАНИЕ ============ */
.section-dark { background: var(--bg-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking .section-eyebrow, .booking .section-title { text-align: center; }
.booking .section-sub { margin-left: auto; margin-right: auto; text-align: center; }
.booking-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 26px; align-items: start; }
.booking-grid > *, .location-grid > *, .about-grid > *, .apt-grid > * { min-width: 0; }

.calendar-card, .summary-card { background: var(--panel); border: 1px solid var(--line); padding: 30px 32px; }
.summary-card { border-color: var(--gold-line); }

.calendar-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.cal-title { font-family: var(--font-display); font-size: 18px; text-transform: capitalize; }
.cal-arrow {
  width: 40px; height: 40px; border: 1px solid var(--line); background: none;
  font-size: 20px; cursor: pointer; color: var(--ink); transition: background .15s, border-color .15s;
}
.cal-arrow:hover { background: var(--panel-2); border-color: var(--gold-line); }
.cal-arrow:disabled { opacity: .3; cursor: default; }
.cal-arrow:disabled:hover { background: none; border-color: var(--line); }

.calendar-months { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.cal-month-name {
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted);
  margin-bottom: 12px; text-align: center; font-weight: 600;
}
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.cal-dow { font-size: 10.5px; color: var(--faint); text-align: center; font-weight: 600; padding: 4px 0; text-transform: uppercase; }
.cal-day {
  border: none; background: none; cursor: pointer; padding: 5px 0 4px; text-align: center;
  font-family: var(--font-body); display: flex; flex-direction: column; align-items: center;
  transition: background .12s; min-height: 44px;
}
.cal-day .d { font-size: 14px; font-weight: 500; color: var(--ink); line-height: 1.3; }
.cal-day .p { font-size: 10px; color: var(--faint); line-height: 1.2; }
.cal-day:hover:not(:disabled) { background: var(--panel-2); }
.cal-day:disabled { cursor: default; }
.cal-day.past .d { color: rgba(236, 231, 220, .22); }
.cal-day.past .p { visibility: hidden; }
.cal-day.busy .d { color: var(--danger); text-decoration: line-through; opacity: .6; }
.cal-day.busy .p { visibility: hidden; }
.cal-day.in-range { background: rgba(194, 168, 110, .22); }
.cal-day.sel-edge { background: var(--gold); }
.cal-day.sel-edge .d { color: #141816; font-weight: 600; }
.cal-day.sel-edge .p { color: rgba(20, 24, 22, .7); }
.cal-legend { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 20px; font-size: 12px; color: var(--muted); }
.cal-legend .lg { display: inline-block; width: 10px; height: 10px; margin-right: 7px; }
.lg-free { background: var(--panel-2); border: 1px solid var(--line); }
.lg-busy { background: rgba(217, 139, 124, .35); }
.lg-sel { background: var(--gold); }

.summary-card h3 { font-size: 20px; margin-bottom: 16px; }
.summary-rows { margin-bottom: 14px; }
.summary-rows > div {
  display: flex; justify-content: space-between; padding: 10px 0;
  border-bottom: 1px solid var(--line); font-size: 14px;
}
.summary-rows dt { color: var(--muted); }
.summary-rows dd { font-weight: 500; }
.summary-total { border-bottom: none !important; padding-top: 14px !important; align-items: baseline; }
.summary-total dd { font-family: var(--font-display); font-size: 24px; color: var(--gold-bright); }
.summary-note { font-size: 12.5px; color: var(--faint); margin-bottom: 18px; line-height: 1.6; }

.booking-form { display: flex; flex-direction: column; gap: 12px; }
.booking-form input, .booking-form select {
  padding: 13px 16px; border: 1px solid var(--line); background: var(--bg);
  font-family: var(--font-body); font-size: 15px; color: var(--ink); width: 100%;
  transition: border-color .15s; border-radius: 0; -webkit-appearance: none; appearance: none;
}
.booking-form select { background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.booking-form input::placeholder { color: var(--faint); }
.booking-form input:focus, .booking-form select:focus { outline: none; border-color: var(--gold); }
.guests-row { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--muted); }
.guests-row select { flex: 1; }
.form-alt { text-align: center; font-size: 13px; color: var(--muted); }
.form-alt a { color: var(--gold-bright); font-weight: 500; text-decoration: none; }
.form-error { color: var(--danger); font-size: 13px; display: none; }
.form-error.show { display: block; }

/* ============ РАСПОЛОЖЕНИЕ ============ */
.location-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: start; }
.location-grid .section-sub { margin-bottom: 26px; }
.dist-list { list-style: none; }
.dist-list li {
  display: flex; justify-content: space-between; gap: 20px; align-items: baseline;
  padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14.5px;
  color: rgba(236, 231, 220, .78);
}
.dist-list li:last-child { border-bottom: none; }
.dist-list strong { color: var(--gold-bright); white-space: nowrap; font-weight: 500; }
.dist-note { margin-top: 18px; color: var(--faint); font-size: 13.5px; }
.map-wrap { border: 1px solid var(--line); overflow: hidden; min-height: 420px; background: var(--panel); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; filter: grayscale(.25); }
.map-note { font-size: 12.5px; color: var(--faint); margin-top: 12px; }

/* ============ FAQ ============ */
.faq-narrow { max-width: 800px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary {
  padding: 20px 4px; font-size: 16px; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: '+'; font-size: 22px; color: var(--gold); font-weight: 300;
  transition: transform .2s; flex: none; line-height: 1;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding: 0 4px 20px; color: var(--muted); font-size: 14.5px; max-width: 700px; }

/* ============ ФИНАЛЬНЫЙ CTA ============ */
.final-cta {
  padding: 110px 0; text-align: center;
  background: radial-gradient(700px 340px at 50% 130%, rgba(194, 168, 110, .18), transparent 65%), var(--bg-deep);
  border-top: 1px solid var(--line);
}
.final-cta h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 14px; }
.final-cta p { color: var(--muted); margin-bottom: 34px; font-size: 16.5px; }

/* ============ ПОДВАЛ ============ */
.site-footer { background: var(--bg-footer); color: var(--muted); padding: 64px 0 0; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 44px; padding-bottom: 44px; }
.logo-footer { margin-bottom: 14px; display: inline-flex; }
.footer-desc { max-width: 320px; font-size: 13.5px; color: var(--faint); }
.site-footer h4 {
  color: var(--gold); font-family: var(--font-body); font-size: 11.5px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .24em; margin-bottom: 16px;
}
.site-footer p { margin-bottom: 10px; }
.site-footer a { color: rgba(236, 231, 220, .8); text-decoration: none; }
.site-footer a:hover { color: var(--gold-bright); }
.footer-phone { font-family: var(--font-display); font-size: 19px; color: var(--gold-bright) !important; }
.footer-addr { color: var(--faint); font-size: 13.5px; }
.footer-bottom {
  border-top: 1px solid var(--line); padding: 22px 24px;
  font-size: 12px; color: rgba(236, 231, 220, .35);
}

/* ============ МОБИЛЬНАЯ CTA ============ */
.mobile-cta {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  background: rgba(16, 20, 19, .96); backdrop-filter: blur(10px);
  border-top: 1px solid var(--gold-line);
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
  align-items: center; justify-content: space-between; gap: 14px;
}
.mobile-cta-price { font-size: 14px; color: var(--ink); }
.mobile-cta-price strong { font-family: var(--font-display); font-weight: 400; color: var(--gold-bright); }
.mobile-cta .btn { padding: 13px 24px; font-size: 12.5px; flex: none; }

/* ============ АНИМАЦИИ ============ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============ СТРАНИЦА КВАРТИРЫ ============ */
.subpage-hero {
  padding: 160px 0 72px; border-bottom: 1px solid var(--line);
  background: radial-gradient(700px 300px at 80% -20%, rgba(194, 168, 110, .14), transparent 60%), var(--bg-deep);
}
.subpage-hero h1 { font-size: clamp(28px, 4.4vw, 44px); margin-bottom: 16px; }
.subpage-hero p { color: var(--muted); max-width: 560px; }
.breadcrumbs { font-size: 13px; margin-bottom: 24px; color: var(--faint); }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.apt-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: start; }
.apt-card {
  background: var(--panel); border: 1px solid var(--gold-line); padding: 30px;
  position: sticky; top: 100px;
}
.apt-price { font-family: var(--font-display); font-size: 30px; color: var(--gold-bright); }
.apt-price span { font-family: var(--font-body); font-size: 14px; color: var(--muted); }
.apt-card .btn { margin-top: 18px; }
.apt-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0 0 32px; }
.apt-gallery .ph { min-height: 200px; }
.apt-gallery .ph:first-child { grid-column: span 2; min-height: 280px; }
.house-banner {
  margin-top: 60px; border: 1px solid var(--gold-line); background: var(--panel);
  padding: 40px 40px; display: flex; justify-content: space-between;
  align-items: center; gap: 30px; flex-wrap: wrap;
}
.house-banner h3 { font-size: 23px; margin-bottom: 8px; }
.house-banner p { color: var(--muted); font-size: 14.5px; }

/* ============ АДАПТИВ ============ */
@media (max-width: 1180px) {
  .header-phone { display: none; }
  .header-inner { gap: 22px; }
  .main-nav { gap: 20px; }
}

@media (max-width: 1000px) {
  .about-grid, .location-grid, .booking-grid, .apt-grid { grid-template-columns: 1fr; }
  .dist-list { max-width: 680px; }
  .about-media { margin-top: 8px; }
  .apt-card { position: static; }
  .hero-facts li { padding: 22px 14px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .band-right .band-text { margin-left: 0; }
  .band-right::before { background: linear-gradient(90deg, rgba(20, 24, 22, .88) 0%, rgba(20, 24, 22, .5) 55%, rgba(20, 24, 22, .15) 100%); }
}

@media (max-width: 1000px) {
  .main-nav {
    position: fixed; inset: 76px 0 auto 0; background: rgba(12, 15, 14, .98);
    flex-direction: column; gap: 0; padding: 10px 24px 22px;
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%); transition: transform .3s ease;
  }
  .main-nav.open { transform: none; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
  .main-nav a:last-child { border-bottom: none; }
  .burger {
    display: flex; flex-direction: column; gap: 5px; margin-left: auto;
    background: none; border: none; cursor: pointer; padding: 8px;
  }
  .burger span { width: 24px; height: 2px; background: var(--ink); transition: transform .25s, opacity .25s; }
  .burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .burger.open span:nth-child(2) { opacity: 0; }
  .burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (max-width: 760px) {
  .section { padding: 64px 0; }
  .section-sub { margin-bottom: 32px; }

  .header-cta { display: none; }

  .hero { min-height: auto; }
  .hero-content { padding: 130px 0 96px; }
  .hero-actions .btn { width: 100%; max-width: 320px; }
  .hero-facts-wrap { margin-top: -44px; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts li { border-right: none; border-bottom: 1px solid var(--line); }
  .hero-facts li:nth-child(odd) { border-right: 1px solid var(--line); }
  .hero-facts li:nth-child(3), .hero-facts li:nth-child(4) { border-bottom: none; }

  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .gallery-grid .ph { height: 240px; }
  .gallery-grid .ph:nth-child(1) { grid-row: auto; height: 300px; }

  .about-features { grid-template-columns: 1fr; }
  .about-media .ph { height: 340px; }

  .band { min-height: 440px; }
  .band::before { background: linear-gradient(180deg, rgba(20,24,22,.55), rgba(20,24,22,.82)) !important; }
  .band .container { padding-top: 64px; padding-bottom: 64px; }

  .calendar-card, .summary-card { padding: 22px 18px; }
  .calendar-months { grid-template-columns: 1fr; }
  .calendar-months .cal-month:nth-child(2) { display: none; }

  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .mobile-cta { display: flex; }
  body { padding-bottom: 74px; }
  .house-banner { padding: 30px 24px; }
}
