.site-header {
  position: absolute;
  z-index: 60;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid var(--line-dark);
  color: var(--cream);
}
.site-header.is-scrolled { position: fixed; background: rgba(10, 11, 10, 0.96); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); }
.is-inner .site-header { position: sticky; z-index: 60; top: 0; background: var(--ink); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16); }
.header-shell { display: grid; min-height: 92px; grid-template-columns: 210px minmax(0, 1fr) auto; align-items: center; gap: 28px; }
.brand-link { display: inline-flex; width: fit-content; align-items: center; }
.brand-logo { width: 190px; height: 72px; object-fit: contain; object-position: left center; }
.primary-nav { min-width: 0; }
.nav-list { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.8vw, 28px); margin: 0; padding: 0; list-style: none; }
.nav-item { position: relative; min-width: 0; }
.nav-link { display: inline-flex; min-height: 44px; align-items: center; border-bottom: 1px solid transparent; font-size: 12px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; }
.nav-link:hover, .nav-link[aria-current="page"] { border-color: var(--brass); color: var(--brass); }
.nav-dropdown { position: absolute; top: 100%; left: 0; display: none; min-width: 220px; margin: 0; padding: 10px; border: 1px solid var(--line-dark); background: var(--ink); list-style: none; box-shadow: var(--shadow); }
.nav-item:hover .nav-dropdown, .nav-item:focus-within .nav-dropdown { display: grid; }
.nav-dropdown a { display: block; padding: 10px 12px; font-size: 13px; }
.nav-dropdown a:hover { color: var(--brass); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.header-phone { font-size: 12px; white-space: nowrap; }
.header-booking { white-space: nowrap; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line-dark); background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin-block: 5px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.theme-i18n-switcher--header { color: var(--cream); }
.theme-i18n-switcher--header .theme-i18n-switcher__button { min-width: 48px; min-height: 44px !important; justify-content: center; }
.cms-plugin-header-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--cream); font-size: 12px; text-transform: uppercase; }
.site-footer { background: var(--ink); color: rgba(246, 242, 234, 0.76); }
.footer-top { border-bottom: 1px solid var(--line-dark); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr)); gap: 48px; padding-block: 72px; }
.footer-brand, .footer-column { min-width: 0; }
.footer-brand img { width: 190px; height: 76px; margin-bottom: 20px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 300px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h2, .footer-column h3, .footer-column .footer-title { margin-bottom: 12px; color: var(--cream); font: 500 19px/1.2 var(--font-display); letter-spacing: 0.04em; text-transform: uppercase; }
.footer-column p, .footer-column a, .footer-column li { margin: 0; color: inherit; font-size: 13px; line-height: 1.7; }
.footer-column a:hover { color: var(--brass); }
.footer-column ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.footer-links { display: grid; gap: 9px; width: 100%; }
.footer-links a, .footer-links span { display: block; }
.footer-social { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.footer-social a { display: inline-grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; font-size: 12px; }
.footer-bottom { border-top: 1px solid var(--line-dark); }
.footer-bottom-inner { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 24px; }
.footer-bottom p { margin: 0; font-size: 12px; }
.footer-bottom .widget-editor { width: 100%; }
.footer-bottom .footer-editor-content { display: flex; flex-wrap: wrap; gap: 6px 18px; align-items: center; }
.footer-column .widget-editor, .footer-column .widget-menu, .footer-column .widget-social { width: 100%; }
.footer-column .social-links { justify-content: flex-start; }
@media (max-width: 1180px) {
  .header-shell { grid-template-columns: 170px minmax(0, 1fr) auto; gap: 18px; }
  .brand-logo { width: 160px; }
  .header-phone { display: none; }
  .nav-list { gap: 14px; }
  .nav-link { font-size: 11px; }
}
@media (max-width: 960px) {
  .site-header { position: fixed; background: rgba(10, 11, 10, 0.96); }
  .site-container { width: min(calc(100% - 48px), var(--container)); }
  .header-shell { min-height: 78px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .brand-logo { width: 96px; height: 60px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; top: 78px; right: 0; bottom: 0; left: 0; display: none; overflow-y: auto; padding: 22px 24px 48px; background: var(--ink); }
  .primary-nav.is-open { display: block; }
  .nav-list { display: grid; align-items: stretch; justify-content: stretch; gap: 0; }
  .nav-link { width: 100%; min-height: 52px; justify-content: space-between; border-bottom-color: var(--line-dark); font-size: 14px; }
  .nav-dropdown { position: static; display: grid; border: 0; background: transparent; box-shadow: none; }
  .header-booking { min-height: 44px; padding-inline: 16px; }
}
@media (max-width: 560px) {
  .site-container { width: min(calc(100% - 32px), var(--container)); }
  .header-booking { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; padding-block: 56px; }
  .footer-bottom-inner { min-height: auto; flex-direction: column; align-items: flex-start; padding-block: 22px; }
}
