:root { --site-header-height: 90px; --nav-h: 90px; }

site-header, site-footer { display: block; }
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000; height: var(--site-header-height);
  padding: 24px 32px; display: flex; align-items: center; gap: 24px;
  background: rgba(10,10,10,.90); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.05); color: #fff;
  font-family: Inter, sans-serif; box-sizing: border-box;
}
.site-wordmark { display:flex; align-items:center; gap:8px; flex-shrink:0; color:#fff; text-decoration:none; white-space:nowrap; font: 400 24px/32px "Playfair Display",Georgia,serif; }
.site-wordmark-voc { color:#C5A059; font-weight:600; font-style:normal; }
.site-desktop-nav { display:flex; align-items:center; gap:28px; margin-left:auto; }
.site-nav-links { display:flex; align-items:center; gap:28px; }
.site-nav-link { color:#d1d5db; text-decoration:none; white-space:nowrap; font:500 15px/1.4 Inter,sans-serif; transition:color .2s; }
.site-nav-link:hover, .site-nav-link[aria-current="page"] { color:#C5A059; }
.site-language { display:flex; align-items:center; gap:7px; flex-shrink:0; }
.site-language button { min-width:36px; min-height:40px; padding:0 4px; color:#9ca3af; font:600 11px/1 Inter,sans-serif; letter-spacing:.14em; cursor:pointer; background:none; border:0; }
.site-language button:hover { color:#fff; }
.site-language button[aria-pressed="true"] { color:#C5A059; }
.site-language-sep { color:rgba(255,255,255,.3); font-size:11px; }
.site-private-cta { display:flex; align-items:center; color:#fff; text-decoration:none; white-space:nowrap; border:1px solid rgba(255,255,255,.2); border-radius:999px; padding:9px 26px; font:500 15px/1.4 Inter,sans-serif; transition:background .2s; }
.site-private-cta:hover { background:rgba(255,255,255,.1); }
.site-compact-controls { display:none; align-items:center; gap:4px; margin-left:auto; }
.site-menu-button { width:44px; height:44px; display:flex; align-items:center; justify-content:center; color:#fff; background:none; border:0; cursor:pointer; }
.site-menu-button svg { width:24px; height:24px; }
.site-menu { position:fixed; inset:var(--site-header-height) 0 0; z-index:999; display:none; flex-direction:column; align-items:center; justify-content:center; gap:28px; padding:32px; background:rgba(10,10,10,.97); color:#fff; }
.site-menu.open { display:flex; }
.site-menu .site-nav-link { font:400 28px/1.2 "Playfair Display",Georgia,serif; color:#fff; text-align:center; }
.site-menu .site-nav-link[aria-current="page"] { color:#C5A059; }
.site-menu .site-private-cta { margin-top:8px; padding:14px 28px; text-align:center; }

.site-footer { background:#0a0a0a; color:#9ca3af; border-top:1px solid rgba(255,255,255,.05); padding:32px; font-family:Inter,sans-serif; }
.site-footer-inner { max-width:1240px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.site-footer .site-wordmark { font-size:18px; line-height:24px; }
.site-footer-links { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:20px; }
.site-footer-link { color:#9ca3af; text-decoration:none; font-size:13px; transition:color .2s; }
.site-footer-link:hover, .site-footer-link[aria-current="page"] { color:#C5A059; }
.site-footer-copy { white-space:nowrap; font-size:13px; }

@media (max-width:1179px) {
  .site-desktop-nav { display:none; }
  .site-compact-controls { display:flex; }
}
@media (max-width:639px) {
  :root { --site-header-height:80px; --nav-h:80px; }
  .site-header { height:80px; padding:18px 16px; gap:8px; }
  .site-wordmark { font-size:20px; line-height:28px; gap:6px; }
  .site-language button { min-width:40px; min-height:44px; font-size:10px; }
  .site-compact-controls { gap:0; }
  .site-menu { inset:80px 0 0; }
  .site-footer-inner { flex-direction:column; text-align:center; }
}
