/* Homepage navigation, adapted to the sunset page's white header. */
.sunset-home-header{position:relative;z-index:10;background:#fff;font-family:Manrope,Arial,sans-serif}
.sunset-home-header a{text-decoration:none;color:#061b34}
.hpt-nav{display:flex;align-items:center;justify-content:space-between;gap:30px;width:min(1420px,calc(100% - 80px));margin:auto;padding:24px 0}
.hpt-brand{display:inline-flex;align-items:center;gap:14px;flex-shrink:0;text-transform:uppercase;font-size:18px;line-height:1.05}
.hpt-brand span{font-family:Cinzel,Georgia,serif;font-weight:700;letter-spacing:.045em}
.hpt-brand img{width:52px;height:52px;object-fit:contain}
.hpt-nav__links{display:flex;align-items:center;gap:clamp(16px,2vw,35px);margin-left:auto;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.035em}
.hpt-nav__links a{position:relative;white-space:nowrap}
.hpt-nav__links a:after{content:'';position:absolute;left:0;right:0;bottom:-8px;height:2px;background:#d49622;transform:scaleX(0);transition:transform .2s}
.hpt-nav__links a:hover:after{transform:scaleX(1)}
.hpt-nav__actions{display:flex;align-items:center;gap:18px}
.hpt-lang{display:inline-flex;align-items:center;min-height:40px;font-size:16px;font-weight:800;border-bottom:2px solid #d49622}
.hpt-nav__divider{width:1px;height:30px;background:#cbd7dd}
.hpt-whatsapp{display:inline-flex;align-items:center;justify-content:center;width:42px;height:44px}
.hpt-whatsapp svg{width:30px;height:30px;fill:#007d87}
.hpt-menu{display:none;width:44px;height:44px;border:0;padding:6px;background:transparent;color:#061b34;cursor:pointer;gap:6px;flex-direction:column;align-items:center;justify-content:center}
.hpt-menu span{width:27px;height:2px;border-radius:3px;background:currentColor}
.hpt-mobile-menu[hidden]{display:none!important}
.hpt-mobile-menu{position:absolute;top:100%;left:16px;right:16px;z-index:10;display:grid;gap:0;padding:12px 20px;border:1px solid #d8e4e8;border-radius:10px;background:#fff;box-shadow:0 14px 30px #061b3420}
.hpt-mobile-menu a{padding:13px 0;font-size:14px;font-weight:700}
.sunset-home-header a:hover{color:#007d87}
@media(max-width:1100px){.hpt-nav__links{display:none}.hpt-menu{display:flex}.hpt-nav{width:calc(100% - 40px);padding:17px 0}.hpt-nav__actions{margin-left:auto}}
@media(max-width:600px){.hpt-nav{width:calc(100% - 28px);gap:12px;padding:13px 0}.hpt-brand{font-size:11px;gap:8px}.hpt-brand img{width:34px;height:38px}.hpt-nav__actions{gap:9px}.hpt-nav__divider{display:none}.hpt-whatsapp{width:28px}.hpt-whatsapp svg{width:25px;height:25px}.hpt-lang{font-size:13px}.hpt-menu{width:34px}}
