/* Global Eurovision-inspired navigation — one system across every app view. */
:root{--nav-cream:#fff8e9;--nav-gold:#e2bb74;--nav-glass:rgba(10,7,6,.68);--nav-line:rgba(255,255,255,.13);--nav-ease:cubic-bezier(.2,.75,.25,1)}

body,button,input,select,textarea{font-family:"Gabarito",sans-serif!important}
body[data-brand] .rail,body[data-brand] .dock,.gala-nav-shell{display:none!important}
body[data-brand] main{margin-left:0!important;padding-bottom:0!important}

body[data-brand] .masthead.global-nav-shell{
  position:fixed!important;z-index:2200;top:clamp(18px,3vw,40px)!important;left:clamp(18px,3vw,40px)!important;right:clamp(18px,3vw,40px)!important;
  display:block!important;width:auto!important;height:72px!important;padding:0!important;border:0!important;border-radius:0!important;
  background:none!important;box-shadow:none!important;backdrop-filter:none!important;overflow:visible;
  transition:transform .34s var(--nav-ease)
}
.global-nav-shell.is-hidden{transform:translateY(calc(-100% - 52px))}
.global-nav{
  position:relative;z-index:2;height:72px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;
  padding:10px 16px;border:1px solid var(--nav-line);border-radius:999px;color:var(--nav-cream);
  background:var(--nav-glass);box-shadow:0 18px 54px rgba(0,0,0,.25);backdrop-filter:blur(24px) saturate(1.18)
}
body[data-brand="awards"] .global-nav{border-color:rgba(167,243,255,.17);background:rgba(5,8,16,.76)}
.global-nav--mobile{display:none}
.global-nav__primary,.global-nav__personal{display:flex;align-items:center;gap:clamp(12px,1.5vw,24px);min-width:0}
.global-nav__personal{justify-content:flex-end}
.global-nav__primary>a:not(.global-nav__mark),.global-nav__primary>button{
  min-height:42px;display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:none;color:rgba(255,248,233,.82);
  font-size:15px;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;transition:color .2s ease
}
.global-nav__primary>a:not(.global-nav__mark):hover,.global-nav__primary>button:hover,.global-nav__primary>button[aria-expanded="true"]{color:#fff}
.global-nav__primary svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .24s var(--nav-ease)}
.global-nav__primary button[aria-expanded="true"] svg{transform:rotate(180deg)}
.global-nav__mark{width:38px;height:38px;display:grid;flex:0 0 auto;place-items:center}
.global-nav__mark img{width:34px;height:34px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 1px rgba(255,255,255,.12)}
.global-nav__brand{justify-self:center;display:grid;place-items:center;width:clamp(168px,17vw,228px);height:48px;min-width:0}
.global-nav__brand img{width:100%;height:auto;max-height:36px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.22))}
body[data-brand="awards"] .global-nav__brand{width:clamp(196px,20vw,270px)}
body[data-brand="awards"] .global-nav__brand img{max-height:34px}
.global-nav__icon{
  width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:0;border-radius:50%;
  background:transparent;color:var(--nav-cream);cursor:pointer;transition:background .2s ease,color .2s ease
}
.global-nav__icon:hover,.global-nav__icon:focus-visible{background:rgba(255,255,255,.09);color:#fff}
.global-nav__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.global-nav__account{min-height:42px;display:inline-flex;align-items:center;gap:9px;padding:0 18px;border-radius:999px;background:var(--nav-cream);color:#111;font-size:14px;font-weight:700;white-space:nowrap;transition:transform .2s ease,background .2s ease}
.global-nav__account:hover{transform:translateY(-1px);background:#fff}
.global-nav__account svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
body[data-brand="awards"] .global-nav__account{background:var(--cyan)}

.global-dropdown{
  position:absolute;z-index:1;top:54px;left:0;right:0;display:grid;grid-template-columns:1fr 1fr 1.25fr;gap:clamp(28px,4vw,72px);
  padding:80px clamp(30px,4vw,56px) 38px;border:1px solid var(--nav-line);border-radius:0 0 34px 34px;color:var(--nav-cream);
  background:rgba(14,10,8,.87);box-shadow:0 30px 70px rgba(0,0,0,.34);backdrop-filter:blur(32px) saturate(1.12)
}
.global-dropdown[data-gala-dropdown-panel="explore"]{grid-template-columns:repeat(3,minmax(0,1fr))}
body[data-brand="awards"] .global-dropdown{border-color:rgba(167,243,255,.15);background:rgba(6,9,18,.91)}
.global-dropdown>div{display:flex;flex-direction:column;align-items:flex-start}
.global-dropdown p{margin:0 0 14px;color:rgba(255,248,233,.47);font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.global-dropdown a{width:100%;padding:7px 0;color:rgba(255,248,233,.84);font-size:17px;font-weight:500;line-height:1.2;transition:color .2s ease,transform .2s ease}
.global-dropdown a:hover{color:#fff;transform:translateX(3px)}
.global-dropdown aside{display:flex;flex-direction:column;justify-content:center;padding-left:clamp(24px,3vw,48px);border-left:1px solid var(--nav-line)}
.global-dropdown aside span,.global-dropdown aside small{color:rgba(255,248,233,.52);font-size:12px}
.global-dropdown aside strong{margin:8px 0;color:#fff;font-size:clamp(26px,3vw,42px);font-weight:700;line-height:.96;letter-spacing:-.04em}

.gala-menu{
  position:fixed;z-index:3000;inset:0;display:flex;flex-direction:column;min-height:100dvh;padding:22px 24px calc(24px + env(safe-area-inset-bottom,0px));
  color:var(--nav-cream);background:linear-gradient(145deg,rgba(23,16,10,.83),rgba(5,4,4,.91));backdrop-filter:blur(30px) saturate(.9);overflow-y:auto
}
body[data-brand="awards"] .gala-menu{background:linear-gradient(145deg,rgba(10,12,28,.86),rgba(3,7,14,.94))}
.gala-menu__top{display:flex;align-items:center;justify-content:space-between;min-height:68px}
.gala-menu__top>a{display:grid;align-items:center;width:min(190px,56vw);height:52px}
.gala-menu__top img{width:100%;height:auto;max-height:38px;object-fit:contain;object-position:left center}
body[data-brand="awards"] .gala-menu__top>a{width:min(230px,64vw)}
.gala-menu__top button{width:66px;height:66px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.34);border-radius:0;background:rgba(0,0,0,.08);color:#fff;cursor:pointer}
.gala-menu__top button span{font-size:32px;font-weight:300;line-height:1;transform:translateY(-1px)}
.gala-menu nav{flex:1;display:flex;flex-direction:column;justify-content:center;width:100%;max-width:760px;margin:0 auto;padding:42px 0 28px}
.gala-menu h2{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.gala-menu details{border:0}
.gala-menu summary,.gala-menu__direct{display:flex;align-items:center;justify-content:space-between;padding:19px 0;list-style:none;border:0;color:var(--nav-cream);font-size:20px;font-weight:600;line-height:1.1;letter-spacing:-.015em;cursor:pointer}
.gala-menu summary::-webkit-details-marker{display:none}
.gala-menu summary span{color:rgba(255,248,233,.62);font-size:22px;font-weight:400;transition:transform .22s var(--nav-ease)}
.gala-menu details[open] summary span{transform:rotate(180deg)}
.gala-menu details>div{display:grid;padding:0 0 16px 24px}
.gala-menu details p{margin:14px 0 7px;color:rgba(255,248,233,.43);font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.gala-menu details a{padding:7px 0;color:rgba(255,248,233,.78);font-size:17px;font-weight:500;line-height:1.2}
.gala-menu__direct{border:0}
.gala-menu__direct span{font-size:18px;color:rgba(255,248,233,.55)}
.gala-menu__cta{width:100%;max-width:760px;min-height:54px;display:grid;place-items:center;margin:0 auto;border-radius:999px;background:var(--nav-cream);color:#111;font-size:15px;font-weight:700}
body[data-brand="awards"] .gala-menu__cta{background:var(--cyan)}
.gala-menu[hidden],.global-dropdown[hidden]{display:none!important}

@media(max-width:1040px) and (min-width:901px){
  .global-nav__primary,.global-nav__personal{gap:10px}
  .global-nav__primary>a:not(.global-nav__mark),.global-nav__primary>button{font-size:13px}
  .global-nav__brand{width:150px}
  body[data-brand="awards"] .global-nav__brand{width:190px}
  .global-nav__account{padding-inline:13px}
}

@media(max-width:900px){
  body[data-brand] .masthead.global-nav-shell{top:calc(16px + env(safe-area-inset-top,0px))!important;left:16px!important;right:16px!important;height:72px!important}
  .global-nav--desktop{display:none}
  .global-nav--mobile{display:grid;height:72px;padding:10px 16px}
  .global-nav--mobile>.global-nav__icon:first-child{justify-self:start}
  .global-nav--mobile>.global-nav__person{justify-self:end}
  .global-nav--mobile .global-nav__brand{width:min(165px,48vw);height:48px}
  .global-nav--mobile .global-nav__brand img{max-height:32px}
  body[data-brand="awards"] .global-nav--mobile .global-nav__brand{width:min(188px,53vw)}
  body[data-brand="awards"] .global-nav--mobile .global-nav__brand img{max-height:29px}
  .global-nav__icon{width:44px;height:44px}
  .gala-burger{width:20px;display:grid;gap:4px}
  .gala-burger i{display:block;width:20px;height:1.5px;border-radius:999px;background:currentColor}
  body[data-route="gala"] .gala-euro-hero__content{padding-bottom:38px!important}
  body[data-route="gala"] .gala-euro-hero__credit{display:none}
  body[data-brand="awards"] .awards-hero{padding-top:118px}
  .gala-page-end{padding-bottom:38px!important}
}

@media(max-width:390px){
  body[data-brand] .masthead.global-nav-shell{left:12px!important;right:12px!important}
  .global-nav--mobile{padding-inline:12px}
  .global-nav--mobile .global-nav__brand{width:min(150px,46vw)}
  body[data-brand="awards"] .global-nav--mobile .global-nav__brand{width:min(174px,52vw)}
  .gala-menu{padding-inline:20px}
  .gala-menu__top>a{width:min(170px,52vw)}
  .gala-menu__top button{width:60px;height:60px}
}

@media(prefers-reduced-motion:reduce){
  .global-nav-shell,.global-nav__primary svg,.gala-menu summary span{transition:none}
}
