.tt-site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--tt-header-open);
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  background: linear-gradient(180deg, rgba(7, 8, 9, 0.985), rgba(5, 6, 7, 0.94));
  transition: background-color 500ms var(--tt-ease-in-out), border-color 500ms var(--tt-ease-in-out), backdrop-filter 500ms var(--tt-ease-in-out), transform 500ms var(--tt-ease-in-out);
}
.tt-topbar {
  height: 28px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: opacity 300ms var(--tt-ease-out), transform 500ms var(--tt-ease-in-out);
}
.tt-topbar-inner {
  display: flex;
  width: min(calc(100% - 2 * var(--tt-gutter)), var(--tt-wide));
  height: 100%;
  margin: auto;
  align-items: center;
  gap: 24px;
  color: rgba(244, 241, 235, 0.52);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.tt-topbar-inner > span:not(:first-child):not(.tt-topbar-contact)::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  margin: 0 12px 3px 0;
  background: rgba(209, 166, 77, 0.42);
}
.tt-topbar-contact { margin-left: auto; color: rgba(244, 241, 235, 0.72); }
.tt-header-inner {
  position: relative;
  display: grid;
  width: min(calc(100% - 2 * var(--tt-gutter)), var(--tt-wide));
  height: calc(100% - 28px);
  margin: auto;
  grid-template-columns: minmax(235px, 0.85fr) minmax(510px, 1.7fr) minmax(300px, 1fr);
  gap: clamp(18px, 2.4vw, 42px);
  align-items: center;
}
.tt-site-header.is-scrolled {
  height: var(--tt-header-compact);
  border-color: rgba(255, 255, 255, 0.09);
  background: rgba(4, 5, 6, 0.82);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  backdrop-filter: blur(20px) saturate(120%);
}
.tt-site-header.is-scrolled .tt-topbar { height: 0; opacity: 0; }
.tt-site-header.is-scrolled .tt-header-inner { height: 100%; }
.tt-brand {
  position: relative;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.tt-brand::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -36px;
  width: 130px;
  height: 74px;
  transform: translateY(-50%);
  background: radial-gradient(ellipse, rgba(209, 166, 77, 0.085), transparent 67%);
  pointer-events: none;
}
.tt-brand-mark { color: var(--tt-gold-light); }
.tt-brand-mark .tt-crown { width: 38px; stroke-width: 1.05; }
.tt-brand-copy { display: grid; line-height: 1; }
.tt-brand-copy strong { font-size: 16px; font-weight: 610; letter-spacing: -0.018em; }
.tt-brand-copy small { margin-top: 7px; color: rgba(244, 241, 235, 0.46); font-size: 8px; font-weight: 650; letter-spacing: 0.14em; text-transform: uppercase; }
.tt-menu, .tt-footer-menu { display: flex; margin: 0; padding: 0; list-style: none; }
.tt-menu { justify-content: center; gap: clamp(16px, 1.65vw, 29px); }
.tt-menu a {
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
  color: rgba(244, 241, 235, 0.68);
  font-size: 11px;
  font-weight: 580;
  text-decoration: none;
  white-space: nowrap;
  transition: color 220ms ease, transform 160ms var(--tt-ease-out);
}
.tt-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--tt-gold-light);
  transition: transform 350ms var(--tt-ease-out);
}
.tt-menu .current-menu-item > a, .tt-menu a:hover { color: var(--tt-text); }
.tt-menu .current-menu-item > a::after, .tt-menu a:hover::after { transform: scaleX(1); }
.tt-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 1.5vw, 24px); }
.tt-header-phone { display: grid; position: relative; padding-left: 23px; text-align: left; text-decoration: none; line-height: 1.1; }
.tt-header-phone::before { content: ""; position: absolute; top: 9px; left: 1px; width: 10px; height: 16px; border: 1px solid var(--tt-gold-light); border-radius: 7px 7px 5px 5px; transform: rotate(-17deg); }
.tt-header-phone span { margin-bottom: 5px; color: rgba(244, 241, 235, 0.42); font-size: 8px; font-weight: 650; letter-spacing: 0.18em; text-transform: uppercase; }
.tt-header-phone strong { font-size: 13px; font-weight: 610; }
.tt-header-cta i, .tt-mobile-menu-contact .tt-button i { position: relative; width: 17px; height: 8px; margin-left: 16px; border-top: 1px solid currentColor; transform: translateY(3px); transition: transform 220ms var(--tt-ease-out); }
.tt-header-cta i::after, .tt-mobile-menu-contact .tt-button i::after { content: ""; position: absolute; right: 0; top: -4px; width: 7px; height: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }
.tt-menu-toggle, .tt-mobile-menu-brand, .tt-mobile-menu-contact { display: none; }
.tt-menu-toggle { width: 48px; height: 48px; padding: 0; border: 1px solid rgba(209, 166, 77, 0.35); background: rgba(5, 6, 7, 0.65); color: var(--tt-text); }
.tt-menu-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.tt-menu-lines { position: relative; display: block; width: 20px; height: 14px; margin: auto; }
.tt-menu-lines i { position: absolute; left: 0; width: 20px; height: 1px; background: currentColor; transition: transform 220ms var(--tt-ease-out); }
.tt-menu-lines i:first-child { top: 3px; }
.tt-menu-lines i:last-child { top: 10px; }
.tt-menu-toggle[aria-expanded="true"] i:first-child { transform: translate3d(0, 4px, 0) rotate(45deg); }
.tt-menu-toggle[aria-expanded="true"] i:last-child { transform: translate3d(0, -3px, 0) rotate(-45deg); }
@media (hover: hover) and (pointer: fine) {
  .tt-header-cta:hover i, .tt-mobile-menu-contact .tt-button:hover i { transform: translate(4px, 3px); }
}
