/* Shared Chale Holidays header — single source for every HTML page */
@import url("./typography.css");
#siteHeaderMount{height:0}
#siteHeaderMount[data-flow="true"],#siteHeaderMount[data-hero="below"]{height:90px}
.shared-hero-top{margin-top:0}
.events-hero.shared-hero-top{margin-top:0!important}
.global-header,.global-header *{box-sizing:border-box}
.global-header{position:fixed;inset:0 0 auto;z-index:500;height:90px;background:#071120;color:#fff;border-bottom:1px solid rgba(255,255,255,.06);font-family:var(--site-font-body,"DM Sans",Arial,sans-serif);transition:box-shadow .25s ease}
.global-header a{color:inherit;text-decoration:none}
.global-header ul{margin:0;padding:0;list-style:none}
.global-header__inner{width:100%;max-width:1366px;height:90px;margin:0 auto;padding:0 58px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.global-header__logo{display:block;flex:0 0 auto}
.global-header__logo img{display:block;width:auto;height:86px;max-width:136px;object-fit:contain}
.global-nav>ul{display:flex;align-items:center;gap:32px}
.global-nav a{position:relative;display:inline-flex;align-items:center;gap:5px;padding:7px 0;font-size:15px;font-weight:400;line-height:1;white-space:nowrap}
.global-nav>ul>li>a::after{content:"";position:absolute;right:0;bottom:-2px;left:0;height:2px;background:#faa421;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.global-nav>ul>li>a:hover::after,.global-nav>ul>li>a:focus-visible::after,.global-nav>ul>li>a.is-active::after{transform:scaleX(1)}
.global-nav a.is-active{color:#faa421}
.global-chevron{width:10px;height:6px;transition:transform .25s ease}
.has-dropdown{position:relative}
.has-dropdown:hover .global-chevron,.has-dropdown:focus-within .global-chevron,.has-dropdown.open .global-chevron{transform:rotate(180deg)}
.global-nav .global-dropdown{display:flex;position:absolute;top:calc(100% + 10px);left:0;width:max-content;min-width:0;gap:2rem;padding:9px 8px;background:#0b1a2c;border-radius:0 0 6px 6px;box-shadow:0 22px 44px -16px rgba(11,26,44,.45);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease}
.has-dropdown:hover .global-dropdown,.has-dropdown:focus-within .global-dropdown,.has-dropdown.open .global-dropdown{opacity:1;visibility:visible;transform:none}
.global-dropdown a{display:flex;padding:10px 12px;border-radius:4px;line-height:1.25;white-space:normal}
.global-dropdown a:hover,.global-dropdown a:focus-visible{color:#faa421;background:rgba(250,164,33,.1)}
.global-header__journey{display:flex;flex:0 0 auto;flex-direction:column;align-items:center;justify-content:center;gap:7px}
.global-header__actions{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:10px;margin-left:auto}
.global-header__cta{height:40px;min-width:199px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #faa421;border-radius:24px;color:#faa421!important;font-size:15px;font-weight:600;line-height:20px;white-space:nowrap;transition:background .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease}
.global-header__cta:hover,.global-header__cta:focus-visible{background:#faa421;color:#071320!important;transform:translateY(-2px);box-shadow:0 8px 22px rgba(250,164,33,.28)}
.global-header__whatsapp{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border:1px solid #25d366;border-radius:50%;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}
.global-header__whatsapp img{display:block;width:21px;height:21px;object-fit:contain}
.global-header__whatsapp:hover,.global-header__whatsapp:focus-visible{background:#25d366;transform:translateY(-2px);box-shadow:0 8px 22px rgba(37,211,102,.25);outline:none}
.global-header__whatsapp:hover img,.global-header__whatsapp:focus-visible img{filter:brightness(0) invert(1)}
.global-header__tagline{display:block;color:#e8edf2;font-family:var(--site-font-display,"Cormorant",Georgia,serif);font-size:18px;font-style:italic;font-weight:500;line-height:1;letter-spacing:0;white-space:nowrap}
.global-nav-toggle{display:none;width:36px;height:36px;padding:7px 5px;flex:0 0 auto;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:0;background:transparent;color:#fff;cursor:pointer}
.global-nav-toggle span{display:block;width:26px;height:2px;border-radius:2px;background:#fff;transition:transform .25s ease,opacity .25s ease}
.global-header .global-nav-toggle::before,.global-header .global-nav-toggle::after{content:none!important;display:none!important}
.global-nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.global-nav-toggle.active span:nth-child(2){opacity:0}
.global-nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(min-width:1181px){
  .global-header__inner{display:grid;grid-template-columns:minmax(136px,1fr) auto minmax(294px,1fr)}
  .global-header__logo{justify-self:start}
  .global-nav{justify-self:center}
  .global-nav .global-dropdown::before{content:"";position:absolute;right:0;bottom:100%;left:0;height:10px}
  .global-header__actions{justify-self:end;margin-left:0;padding-right:64px}
  .global-header__whatsapp{position:absolute;top:50%;right:clamp(20px,2vw,32px);transform:translateY(-50%)}
  .global-header__whatsapp:hover,.global-header__whatsapp:focus-visible{transform:translateY(calc(-50% - 2px))}
}
@media(max-width:1180px){
  #siteHeaderMount[data-flow="true"],#siteHeaderMount[data-hero="below"]{height:72px}
  .global-header,.global-header__inner{height:72px}
  .global-header__inner{padding-inline:40px}
  .global-header__logo img{height:64px;max-width:120px}
  .global-header__journey{display:none}
  .global-header__actions{gap:12px}
  .global-nav-toggle{display:flex;width:44px;height:44px;padding:9px 8px;border:1px solid rgba(255,255,255,.28);border-radius:8px;background:rgba(255,255,255,.06)}
  .global-nav-toggle:hover,.global-nav-toggle:focus-visible{border-color:#faa421;background:rgba(250,164,33,.12);outline:none}
  .global-nav{display:none;position:fixed;z-index:501;top:72px;right:0;left:0;max-height:calc(100vh - 72px);overflow-y:auto;padding:16px 40px 28px;background:#071320;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 16px 30px rgba(0,0,0,.28)}
  .global-nav.open{display:block}
  .global-nav>ul{display:flex;flex-direction:column;align-items:stretch;gap:0}
  .global-nav>ul>li{width:100%;border-bottom:1px solid rgba(255,255,255,.1)}
  .global-nav a{display:flex;width:100%;justify-content:space-between;padding:15px 4px;font-size:16px}
  .global-nav>ul>li>a::after{display:none}
  .global-nav .global-dropdown{position:static;display:none;width:100%;min-width:0;gap:0;padding:0 0 10px 14px;background:transparent;box-shadow:none;opacity:1;visibility:visible;transform:none}
  .has-dropdown.open .global-dropdown{display:block}
  .global-dropdown a{padding:10px 4px;color:#dce7ef;font-size:14px}
}
@media(min-width:320px) and (max-width:560px){
  .global-header__logo img{height:74px;max-width:138px}
}
@media(max-width:560px){.global-header__inner{padding-inline:20px}.global-nav{padding-inline:20px}}
@media(prefers-reduced-motion:reduce){.global-header *{transition:none!important}}
