:root {
  --bgm-sand:        #C8A96E;
  --bgm-sand-light:  #E8D5A8;
  --bgm-sand-pale:   #FAF3E0;
  --bgm-earth:       #8B5E3C;
  --bgm-earth-dark:  #5C3D1E;
  --bgm-dusk:        #2C1F0E;
  --bgm-night:       #1A1208;
  --bgm-white:       #FFFDF8;
  --bgm-muted:       #7A6A55;
  --bgm-border:      #D9C49A;
  --bgm-gold:        #D4A843;
  --bgm-gold-light:  #F0D080;
   --sand: #C8A96A;
    --sand-dark: #A07840;
    --desert-brown: #3D2B1A;
    --desert-mid: #5C3D22;
    --cream: #FDF6EC;
    --text-light: #F5ECD8;
    --text-muted: #C4A882;
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Inter', system-ui, sans-serif;
 
  --bgm-font-display: 'Playfair Display', Georgia, serif;
  --bgm-font-body:    'Inter', system-ui, sans-serif;
 
  --bgm-radius-sm:   6px;
  --bgm-radius-md:   12px;
  --bgm-radius-lg:   20px;
 
  --bgm-shadow-sm:   0 2px 8px rgba(44,31,14,.10);
  --bgm-shadow-md:   0 6px 24px rgba(44,31,14,.15);
  --bgm-shadow-lg:   0 16px 48px rgba(44,31,14,.20);
 
  --bgm-max-w:       1160px;
  --bgm-gutter:      clamp(16px, 5vw, 48px);
}
 
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bgm-sand-pale);
  color: var(--bgm-dusk);
  font-family: var(--bgm-font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.top-bar {
    background: var(--desert-brown);
    padding: 7px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
  }
  .top-bar-contacts { display: flex; gap: 20px; flex-wrap: wrap; }
  .top-bar a { color: var(--text-muted); text-decoration: none; font-size: 12px; display: flex; align-items: center; gap: 5px; transition: color 0.2s; }
  .top-bar a:hover { color: var(--sand); }
  .top-bar-socials { display: flex; gap: 14px; }
  .top-bar-socials a { color: var(--text-muted); font-size: 14px; transition: color 0.2s; }
  .top-bar-socials a:hover { color: var(--sand); }

  header { background: var(--desert-mid); padding: 0 24px; position: relative; }
  .header-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 76px; }

  .logo-wrap { display: flex; align-items: center; text-decoration: none; }
  .logo-wrap img { height: 52px; width: auto; display: block; filter: brightness(1.08); }

  nav { display: flex; align-items: center; gap: 4px; }
  .nav-link { color: var(--text-light); text-decoration: none; font-size: 13.5px; padding: 8px 12px; border-radius: 4px; position: relative; transition: color 0.2s, background 0.2s; white-space: nowrap; }
  .nav-link:hover { color: var(--sand); background: rgba(200,169,106,0.1); }
  .nav-link.has-dropdown { padding-right: 22px; }
  .nav-link.has-dropdown::after { content: ''; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); border: 4px solid transparent; border-top-color: var(--text-muted); margin-top: 2px; }

  .dropdown-wrap { position: relative; }
  .dropdown { display: none; position: absolute; top: calc(100% + 4px); left: 0; background: var(--desert-brown); border: 1px solid rgba(200,169,106,0.2); border-radius: 6px; min-width: 190px; z-index: 100; padding: 6px 0; box-shadow: 0 8px 24px rgba(0,0,0,0.35); }
  .dropdown-wrap:hover .dropdown { display: block; }
  .dropdown a { display: block; padding: 9px 16px; color: var(--text-light); text-decoration: none; font-size: 13px; transition: background 0.15s, color 0.15s; }
  .dropdown a:hover { background: rgba(200,169,106,0.12); color: var(--sand); }
  .dropdown-label { font-size: 10px; letter-spacing: 1.5px; color: var(--text-muted); padding: 8px 16px 4px; text-transform: uppercase; }
  .dropdown hr { border: none; border-top: 1px solid rgba(200,169,106,0.12); margin: 4px 0; }

  .btn-book { background: var(--sand); color: var(--desert-brown); border: none; padding: 10px 20px; border-radius: 5px; font-size: 13px; font-weight: 600; text-decoration: none; cursor: pointer; transition: background 0.2s; white-space: nowrap; letter-spacing: 0.3px; }
  .btn-book:hover { background: #DABC80; }

  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; border: none; background: none; }
  .hamburger span { display: block; width: 24px; height: 2px; background: var(--sand); border-radius: 2px; transition: all 0.3s; }

  .mobile-nav { display: none; background: var(--desert-brown); border-top: 1px solid rgba(200,169,106,0.15); padding: 12px 16px 20px; }
  .mobile-nav.open { display: block; }
  .mobile-nav a { display: block; color: var(--text-light); text-decoration: none; font-size: 14px; padding: 11px 8px; border-bottom: 1px solid rgba(200,169,106,0.08); transition: color 0.2s; }
  .mobile-nav a:hover { color: var(--sand); }
  .mobile-section-label { font-size: 10px; letter-spacing: 1.5px; color: var(--text-muted); text-transform: uppercase; padding: 14px 8px 4px; }
  .mobile-book { display: block; background: var(--sand); color: var(--desert-brown) !important; text-align: center; padding: 12px !important; border-radius: 5px; font-weight: 600; margin-top: 14px; border-bottom: none !important; }

  footer { background: var(--desert-brown); color: var(--text-light); margin-top: 32px; }
  .footer-top { max-width: 1200px; margin: 0 auto; padding: 48px 24px 36px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; }

  .footer-brand-logo { display: flex; align-items: center; margin-bottom: 16px; text-decoration: none; }
  .footer-brand-logo img { height: 44px; width: auto; filter: brightness(1.05); }

  .footer-tagline { font-size: 13.5px; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; max-width: 280px; }
  .footer-socials { display: flex; gap: 10px; }
  .footer-socials a { width: 34px; height: 34px; border-radius: 5px; border: 1px solid rgba(200,169,106,0.25); display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 16px; text-decoration: none; transition: border-color 0.2s, color 0.2s, background 0.2s; }
  .footer-socials a:hover { border-color: var(--sand); color: var(--sand); background: rgba(200,169,106,0.08); }

  .footer-col h4 { font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--sand); margin-bottom: 16px; font-weight: 500; }
  .footer-col ul { list-style: none; }
  .footer-col ul li { margin-bottom: 2px; }
  .footer-col ul li a { color: var(--text-muted); text-decoration: none; font-size: 13.5px; transition: color 0.2s; }
  .footer-col ul li a:hover { color: var(--sand); }

  .footer-contact-item { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 13px; }
  .footer-contact-item i { font-size: 16px; color: var(--sand); margin-top: 1px; flex-shrink: 0; }
  .footer-contact-item a, .footer-contact-item p { color: var(--text-muted); text-decoration: none; font-size: 13px; line-height: 1.5; transition: color 0.2s; }
  .footer-contact-item a:hover { color: var(--sand); }

  .footer-divider { border: none; border-top: 1px solid rgba(200,169,106,0.12); max-width: 1200px; margin: 0 auto; }
  .footer-bottom { max-width: 1200px; margin: 0 auto; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
  .footer-copyright { font-size: 12.5px; color: var(--text-muted); }
  .footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }
  .footer-legal a { font-size: 12.5px; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
  .footer-legal a:hover { color: var(--sand); }

  .demo-body { background: var(--color-background-secondary); text-align: center; padding: 32px 24px; color: var(--color-text-secondary); font-size: 13px; border-left: 3px solid rgba(200,169,106,0.25); }

  @media (max-width: 900px) { .footer-top { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 640px) {
    .top-bar { justify-content: center; }
    .top-bar-contacts { justify-content: center; }
    .top-bar-socials { display: none; }
    nav { display: none; }
    .hamburger { display: flex; }
    .btn-book { display: none; }
    .footer-top { grid-template-columns: 1fr; gap: 28px; padding: 36px 20px 28px; }
    .footer-tagline { max-width: 100%; }
    .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
    .header-inner { height: 64px; }
    .logo-wrap img { height: 44px; }
  }