/* Vector brand artwork stays sharp at every pixel density. */
.etol-header{border-top:3px solid var(--etol-blue);border-bottom:1px solid #e3edf3;box-shadow:0 4px 20px rgba(8,34,71,.035)}
.etol-header-inner{min-height:100px;gap:28px}
.etol-header .etol-logo{width:146px;flex-direction:column;gap:5px;letter-spacing:0;text-decoration:none}
.etol-header .etol-logo img{display:block;width:146px;height:auto;max-height:none}
.etol-brand-caption{display:flex;flex-direction:column;gap:5px;padding-left:24px;border-left:1px solid var(--etol-line);white-space:nowrap}
.etol-brand-caption span:first-child{font-size:11px;font-weight:700;letter-spacing:.15em;color:var(--etol-ink)}
.etol-brand-caption span:last-child{font-size:12px;color:var(--etol-muted)}
.etol-header .etol-nav-list{gap:8px}
.etol-header .etol-nav-list>li>a{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:9px;font-size:14px;line-height:1.4;font-weight:600;white-space:nowrap;text-decoration:none;transition:color .18s,background .18s,box-shadow .18s}
.etol-header .etol-nav-list>li>a:hover,.etol-header .etol-nav-list>li>a[aria-current=page]{color:var(--etol-blue-dark);background:#eef8fd}
.etol-header .etol-nav-list>li>a[aria-current=page]::after{content:"";position:absolute;bottom:3px;left:14px;right:14px;height:2px;background:var(--etol-blue);border-radius:2px}
.etol-header .etol-nav-list>li>a[href$="#etol-inquiry"]{min-width:124px;margin-left:10px;padding-inline:24px;background:#075580;color:#fff;box-shadow:0 3px 8px rgba(7,85,128,.14),inset 0 1px 0 rgba(255,255,255,.12)}
.etol-header .etol-nav-list>li>a[href$="#etol-inquiry"]::after{content:none}
.etol-header .etol-nav-list>li>a[href$="#etol-inquiry"]:hover{background:#06466a;box-shadow:0 5px 12px rgba(7,85,128,.2)}
.etol-header .etol-has-submenu{column-gap:0;border-radius:9px;transition:background .18s}
.etol-header .etol-has-submenu:hover,.etol-header .etol-has-submenu:focus-within{background:#eef8fd}
.etol-header .etol-has-submenu>a{padding-right:6px}
.etol-header .etol-submenu-toggle{min-width:32px;margin-right:4px;border-radius:7px;padding:8px;display:flex;align-items:center;justify-content:center}
.etol-header .etol-submenu-toggle:hover,.etol-header .etol-submenu-toggle[aria-expanded=true]{color:var(--etol-blue-dark);background:#eef8fd}
.etol-submenu-toggle svg{transition:transform .18s}
.etol-submenu-toggle[aria-expanded=true] svg{transform:rotate(180deg)}
.etol-header .etol-submenu{top:calc(100% + 12px);width:300px;padding:10px;border-top:3px solid var(--etol-blue);border-radius:10px;box-shadow:0 16px 40px rgba(8,34,71,.13);max-height:min(65vh,520px);overflow-y:auto}
.etol-header .etol-submenu a{border-radius:5px;padding:10px 12px;line-height:1.45;text-decoration:none}
.etol-header .etol-submenu a:hover{background:#eef8fd;color:var(--etol-blue-dark)}
@media(max-width:1100px){.etol-brand-caption{display:none}.etol-header-inner{min-height:92px}.etol-header .etol-nav-list{gap:8px}}
@media(max-width:768px){
  .etol-header-inner{min-height:84px;gap:0 16px;padding-block:14px}
  .etol-header .etol-logo{width:128px;gap:4px}
  .etol-header .etol-logo img{width:128px}
  .etol-menu-toggle{padding:9px 12px;border-radius:7px;font-size:14px;font-weight:600}
  .etol-menu-toggle[aria-expanded=true]{background:var(--etol-wash);border-color:#b5dff3}
  .etol-header .etol-navigation.is-open{margin-top:16px;padding-top:12px;border-top:1px solid var(--etol-line)}
  .etol-header .etol-nav-list{gap:5px;padding:0}
  .etol-header .etol-nav-list>li>a{display:flex;justify-content:flex-start;padding:12px 14px;min-height:46px}
  .etol-header .etol-submenu-toggle{min-width:44px;min-height:46px}
  .etol-header .etol-submenu{width:100%;position:static;margin:6px 0 8px;box-shadow:none;max-height:45vh;border-top:1px solid var(--etol-line)}
  .etol-header .etol-nav-list>li>a[href$="#etol-inquiry"]{justify-content:center;margin:8px 0 0}
}
@media(prefers-reduced-motion:reduce){.etol-header .etol-nav-list>li>a,.etol-header .etol-has-submenu,.etol-submenu-toggle svg{transition:none}}
