:root {
  --primary: #1e3a5f;
  --primary-hover: #0f2744;
  --gold: #c6a046;
  --gold-soft: #e8d7a2;
  --bg: #f6f1e8;
  --text: #0f2744;
  --muted: #5c6b7a;
  --border: #e4d9c5;
  --card: #fffdf8;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(15, 39, 68, 0.08);
}

body { background: var(--bg); color: var(--text); }

header {
  background: #0f2744;
  border-bottom: none;
  box-shadow: 0 8px 24px rgba(15, 39, 68, 0.18);
}
header .logo, header .nav-link, header .nav-link.active { color: #f6f1e8; }
header .nav-link { color: #d7c9a8; }
header .nav-link:hover, header .nav-link.active { color: var(--gold); }
.logo span { color: #f6f1e8; }
.menu-toggle { background: #1e3a5f; color: #f6f1e8; border-color: #345074; }

.search-bar {
  background: #fffdf8;
  border-color: transparent;
  box-shadow: none;
}
.search-btn { background: var(--gold); color: #0f2744; }
.search-btn:hover { background: #d4af37; }

.book-btn,
.nav-right .top-link.btn,
button.book-btn {
  background: var(--gold) !important;
  color: #0f2744 !important;
  border: none;
}
.book-btn:hover { background: #d4af37 !important; }

.card, .booking-card, .panel {
  background: var(--card);
  border: none;
  box-shadow: var(--shadow);
}
.card-price, .booking-price, .price { color: #0f2744; }

.site-footer {
  background: #0f2744;
  color: #d7c9a8;
  border-top: none;
}
.site-footer p { color: #d7c9a8; }

.ms-ticker {
  background: #0b1c31;
  border-top: 1px solid var(--gold);
  color: #e8d7a2;
}

.listings-grid .card { border-radius: 20px; }
.listings-grid .card img { height: 220px; }

/* Google bar off the layout */
body { top: 0 !important; }
.goog-te-banner-frame.skiptranslate { display: none !important; }

@media (max-width: 900px) {
  .header-search-row { padding: 0 12px 12px; }
  .search-bar {
    flex-direction: column;
    align-items: stretch;
    border-radius: 16px;
    padding: 6px;
    max-width: none;
  }
  .search-segment {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 8px 12px;
  }
  .search-segment:last-of-type { border-bottom: none; }
  .search-btn {
    width: 100%;
    height: 44px;
    border-radius: 12px;
    margin-top: 6px;
  }
  .listings-grid { grid-template-columns: 1fr !important; gap: 16px; padding: 0 12px 24px; }
  .hero-grid, .neigh-row, .areas, .neighbourhoods {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .booking-card {
    position: sticky;
    bottom: 36px;
    max-height: 58vh;
    overflow: auto;
    z-index: 70;
    margin: 12px;
  }
  .detail-grid { display: block; }
  .ms-ticker { height: 28px; font-size: 11px; }
  .has-ticker { padding-bottom: 32px; }
  .site-footer { padding-bottom: 48px; }
  iframe.hero-main, .hero-main { min-height: 240px !important; border-radius: 16px !important; }
}

@media (max-width: 900px) {
  .nav-right.open {
    background: #0f2744;
    border-color: #345074;
  }
  .nav-right .nav-link { color: #e8d7a2; }
  .currency-btn { color: #f6f1e8; border-color: #345074; }
}
.currency-btn.active { background: var(--gold); color: #0f2744; border-color: var(--gold); }
