.msw img{max-width:100%;display:block}.msw .topbar{background:var(--navy);color:#cfe0ee;font-size:.86rem}.msw .topbar .wrap{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:42px;flex-wrap:wrap}.msw .topbar a{color:#fff;font-weight:600}.msw .topbar .tb-right{display:flex;gap:22px;align-items:center;flex-wrap:wrap}.msw .site-head{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--line)}.msw .nav{display:flex;align-items:center;justify-content:space-between;min-height:74px;gap:20px}.msw .logo{font-family:"Fraunces";font-weight:600;font-size:1.5rem;color:var(--navy);display:flex;align-items:center;gap:10px}.msw .logo b{color:var(--blue)}.msw .logo-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--blue),var(--teal));display:grid;place-items:center;color:#fff;font-family:"Inter";font-weight:800;font-size:1rem}.msw .navlinks{display:flex;gap:28px;align-items:center;font-weight:500;font-size:.96rem;color:var(--ink)}.msw .navlinks a:hover{color:var(--blue)}.msw .nav-cta{display:flex;gap:12px;align-items:center}@media (max-width:960px){.msw .navlinks{display:none}}@media (max-width:600px){.msw .topbar{display:none}}