.eo-header{position:sticky;top:0;z-index:40;background:rgba(244,244,242,0.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,0.12)}.eo-header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:68px}.eo-header-brand{display:flex;align-items:center}.eo-header-logo{display:inline-flex;align-items:center;gap:10px;color:var(--gray-900)}.eo-logo-mark{width:34px;height:34px;border-radius:12px;border:1px solid rgba(0,0,0,0.32);background:radial-gradient(circle at 25% 0,#f7e1d4,#d26c3c 40%,#1b1612 80%);box-shadow:0 8px 24px rgba(0,0,0,0.35);position:relative;overflow:hidden}.eo-logo-mark::before{content:"";position:absolute;inset:6px;border-radius:9px;border:1px solid rgba(255,255,255,0.4);background:radial-gradient(circle at 30% 10%,rgba(255,255,255,0.45),transparent 55%)}.eo-logo-mark::after{content:"\2666";position:absolute;bottom:5px;right:9px;font-size:14px;color:#f5f1ec;text-shadow:0 2px 4px rgba(0,0,0,0.5)}.eo-logo-text{display:flex;flex-direction:column;line-height:1}.eo-logo-primary{font-family:var(--font-heading);font-size:1.25rem;letter-spacing:0.16em;text-transform:uppercase}.eo-logo-sub{font-size:0.7rem;letter-spacing:0.24em;text-transform:uppercase;color:var(--gray-500)}.eo-header-toggle{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,0.16);background:rgba(255,255,255,0.9);color:var(--gray-800)}.eo-header-toggle-box{width:18px;height:16px;position:relative;display:inline-flex;align-items:center;justify-content:center}.eo-header-toggle-bar{position:absolute;width:100%;height:2px;border-radius:999px;background:#1b1714;transition:transform var(--transition-base),opacity var(--transition-base),top var(--transition-base),bottom var(--transition-base)}.eo-header-toggle-bar-top{top:2px}.eo-header-toggle-bar-middle{top:7px}.eo-header-toggle-bar-bottom{bottom:2px}.eo-header-toggle-text{font-size:0.7rem;letter-spacing:0.18em;text-transform:uppercase}.eo-header-nav{position:fixed;inset:68px 0 auto 0;background:rgba(244,244,242,0.98);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,0.12);transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform var(--transition-base),opacity var(--transition-base),visibility var(--transition-base)}.eo-header-nav-list{display:flex;flex-direction:column;gap:8px;padding:16px 20px 20px}.eo-header-nav-link{display:inline-flex;align-items:center;justify-content:flex-start;padding:8px 2px;font-size:0.9rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--gray-800);border-radius:999px}.eo-header-nav-link:hover,.eo-header-nav-link:focus-visible{background:rgba(0,0,0,0.04);outline:none}.eo-header-nav-cta .eo-header-nav-link{font-weight:500}.eo-header-nav-button{padding:8px 16px;background:linear-gradient(135deg,#c85b2f,#f18b4a);border-radius:999px;border:1px solid rgba(0,0,0,0.1);color:#1b120e;box-shadow:0 10px 24px rgba(200,91,47,0.45)}.eo-header-nav-button:hover,.eo-header-nav-button:focus-visible{background:linear-gradient(135deg,#d3673a,#ff9b56);outline:none}.eo-header-nav.is-open{transform:translateY(0);opacity:1;visibility:visible}.eo-header-toggle.is-active .eo-header-toggle-bar-top{top:7px;transform:rotate(45deg)}.eo-header-toggle.is-active .eo-header-toggle-bar-middle{opacity:0}.eo-header-toggle.is-active .eo-header-toggle-bar-bottom{bottom:7px;transform:rotate(-45deg)}@media (min-width:880px){.eo-header{position:sticky}.eo-header-toggle{display:none}.eo-header-nav{position:static;transform:none;opacity:1;visibility:visible;border-bottom:0;background:transparent}.eo-header-nav-list{flex-direction:row;align-items:center;justify-content:flex-end;gap:18px;padding:0}.eo-header-nav-link{padding:6px 0;font-size:0.78rem;color:var(--gray-700)}.eo-header-nav-link::after{content:"";display:block;width:0;height:1px;background:#c85b2f;border-radius:999px;transition:width var(--transition-base);margin-top:3px}.eo-header-nav-link:hover::after,.eo-header-nav-link:focus-visible::after{width:100%}.eo-header-nav-link:hover,.eo-header-nav-link:focus-visible{background:transparent;outline:none}.eo-header-nav-button{margin-left:4px}}@media (prefers-reduced-motion:reduce){.eo-header-nav,.eo-header-toggle-bar{transition:none}