.siteHeader { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-h); background: rgba(7,7,7,.92); color: var(--color-white); border-bottom: 1px solid rgba(255,255,255,.08); }
.admin-bar .siteHeader { top: 32px; }
.siteHeader__inner { width: min(var(--content-wide), calc(100% - var(--gutter) * 2)); height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.siteHeader__logo, .siteFooter__logo { font-family: var(--font-serif); font-size: clamp(34px, 3vw, 48px); font-weight: 700; letter-spacing: .01em; }
.siteHeader__menu, .siteFooter__menu { list-style: none; display: flex; align-items: center; gap: clamp(22px, 2.5vw, 48px); margin: 0; padding: 0; }
.siteHeader__menu a { font-size: 15px; font-weight: 800; letter-spacing: .06em; }
.siteHeader__toggle { display: none; }
.siteMain { background: var(--color-black); }
.siteFooter { background: var(--color-black); color: var(--color-white); padding: 72px var(--gutter) 32px; border-top: 1px solid rgba(255,255,255,.12); }
.siteFooter__inner { width: min(var(--content-wide), 100%); margin: 0 auto; display: flex; justify-content: space-between; gap: 40px; }
.siteFooter__brand p { margin: 12px 0 0; color: rgba(255,255,255,.7); font-weight: 700; }
.siteFooter__menu a { color: rgba(255,255,255,.7); font-size: 14px; font-weight: 800; }
.siteFooter__copy { width: min(var(--content-wide), 100%); margin: 48px auto 0; color: rgba(255,255,255,.45); font-size: 12px; }
.fixedContact { position: fixed; right: 0; top: 45%; z-index: 999; writing-mode: vertical-rl; background: var(--color-orange); color: var(--color-white); padding: 28px 18px; font-weight: 800; letter-spacing: .08em; }
