/* FRA Prop HQ v11.1.9 — centred larger header logo */

:root{
  --v1119-logo-w:220px;
  --v1119-logo-h:56px;
  --v1119-logo-top:4px;
}

/* Keep the brand fixed, but centre it on desktop and give it more presence. */
@media (min-width:761px){
  .fra-v11-rail-brand{
    position:fixed!important;
    left:50%!important;
    top:var(--v1119-logo-top)!important;
    transform:translateX(-50%)!important;
    width:var(--v1119-logo-w)!important;
    min-width:var(--v1119-logo-w)!important;
    height:var(--v1119-logo-h)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    z-index:930!important;
  }

  .fra-v11-rail-brand .v1114-candle-logo{
    width:var(--v1119-logo-w)!important;
    height:var(--v1119-logo-h)!important;
    display:block!important;
  }
  .fra-v11-rail-brand .v1114-candle-logo svg{
    width:100%!important;
    height:var(--v1119-logo-h)!important;
  }
  .fra-v11-rail-brand .v1114-candle-logo text{
    font-size:37px!important;
    letter-spacing:-1.05px!important;
  }

  /* If fallback wordmarks exist, scale them too. */
  .fra-v11-rail-brand .v1111-logo,
  .fra-v11-rail-brand .v1110-logo,
  .fra-v11-rail-brand .v1109-loopmark,
  .fra-v11-rail-brand .v1108-wordmark,
  .fra-v11-rail-brand .v1104-stroke-wordmark{
    transform:scale(1.6)!important;
    transform-origin:center top!important;
  }
}

@media (max-width:1200px) and (min-width:761px){
  :root{
    --v1119-logo-w:196px;
    --v1119-logo-h:50px;
    --v1119-logo-top:5px;
  }
  .fra-v11-rail-brand .v1114-candle-logo text{
    font-size:33px!important;
    letter-spacing:-.95px!important;
  }
}

/* Mobile keeps the same centred identity as desktop, scaled down. */
@media (max-width:760px){
  :root{
    --v11-nav-h:64px;
    --v1119-logo-w:164px;
    --v1119-logo-h:44px;
  }
  .fra-v11-rail-brand{
    position:fixed!important;
    left:50%!important;
    top:8px!important;
    transform:translateX(-50%)!important;
    width:var(--v1119-logo-w)!important;
    min-width:var(--v1119-logo-w)!important;
    height:var(--v1119-logo-h)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .fra-v11-rail-brand .v1114-candle-logo{
    width:var(--v1119-logo-w)!important;
    height:var(--v1119-logo-h)!important;
    overflow:visible!important;
  }
  .fra-v11-rail-brand .v1114-candle-logo svg{
    width:100%!important;
    height:var(--v1119-logo-h)!important;
    max-width:none!important;
  }
  .fra-v11-rail-brand .v1114-candle-logo text{
    font-size:28px!important;
    letter-spacing:-.8px!important;
  }
}
