.tl24-header{position:sticky;top:0;z-index:50;height:var(--nav-height);display:flex;align-items:center}.tl24-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6)}.tl24-header__brand{display:inline-flex;align-items:center;gap:var(--space-3);padding:0.35rem 0;border-radius:var(--radius-pill)}.tl24-header__logo-mark{width:34px;height:34px;border-radius:999px;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,0.9),rgba(255,255,255,0.1)),linear-gradient(135deg,var(--color-accent),var(--color-primary));box-shadow:0 0 0 1px rgba(255,255,255,0.7),var(--shadow-sm)}.tl24-header__brand-text{display:flex;flex-direction:column;line-height:1.2}.tl24-header__site-title{font-family:var(--font-serif);font-size:1.25rem;letter-spacing:0.08em;text-transform:uppercase;color:var(--color-heading)}.tl24-header__site-tagline{font-size:0.7rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--gray-500)}.tl24-header__nav{display:flex;align-items:center;gap:var(--space-6)}.tl24-header__nav-list{display:flex;align-items:center;gap:var(--space-4)}.tl24-header__nav-link{position:relative;font-size:0.9rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--gray-700);padding:0.2rem 0}.tl24-header__nav-link::after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1px;background:linear-gradient(to right,var(--color-accent),transparent);transition:width var(--transition-base)}.tl24-header__nav-link:hover::after,.tl24-header__nav-link:focus-visible::after{width:100%}.tl24-header__nav-link:focus-visible{outline:none;box-shadow:var(--focus-ring)}.tl24-header__cta-wrap{margin-left:var(--space-2)}.tl24-header__cta{font-size:0.72rem;padding-inline:1.4rem}.tl24-header__toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;border-radius:999px;border:1px solid rgba(212,174,82,0.6);background-color:rgba(245,242,236,0.85);box-shadow:var(--shadow-xs);transition:background-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast)}.tl24-header__toggle-bar{width:18px;height:2px;border-radius:999px;background-color:var(--gray-800);transition:transform var(--transition-base),opacity var(--transition-base)}.tl24-header__toggle[aria-expanded="true"] .tl24-header__toggle-bar:first-child{transform:translateY(3px) rotate(45deg)}.tl24-header__toggle[aria-expanded="true"] .tl24-header__toggle-bar:last-child{transform:translateY(-3px) rotate(-45deg)}.tl24-header__toggle:focus-visible{box-shadow:var(--focus-ring)}@media (max-width:960px){.tl24-header{height:auto}.tl24-header__inner{padding-top:0.4rem;padding-bottom:0.4rem}.tl24-header__toggle{display:inline-flex}.tl24-header__nav{position:fixed;inset:var(--nav-height) 0 auto 0;max-height:0;overflow:hidden;flex-direction:column;align-items:flex-start;background:rgba(245,242,236,0.98);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(228,221,210,0.9);padding:0 var(--space-4);transition:max-height var(--transition-slow);z-index:40}.tl24-header__nav-list{flex-direction:column;align-items:flex-start;width:100%;padding-block:var(--space-4)}.tl24-header__nav-item{width:100%}.tl24-header__nav-link{display:block;padding-block:0.4rem}.tl24-header__cta-wrap{width:100%;padding-bottom:var(--space-4);border-top:1px solid var(--color-border);padding-top:var(--space-3);display:flex;justify-content:flex-start}.tl24-header__cta{width:100%;justify-content:center}.tl24-header__nav--open{max-height:420px}}@media (max-width:640px){.tl24-header__site-tagline{display:none}.tl24-header__inner{gap:var(--space-3)}}