/* V5.9 desktop/layout hotfix for Spain-first Phase 1.
 * Loaded after the shared mobile system so the desktop shell cannot inherit
 * legacy wrapping rules from encyclopedia-header.css / encyclopedia.css. */

@media (min-width:701px){
  body.fke-encyclopedia-shell .fke-header{overflow:visible}
  body.fke-encyclopedia-shell .fke-header__inner{
    width:min(1440px,calc(100% - 48px))!important;
    max-width:1440px!important;
    min-height:82px!important;
    margin:0 auto!important;
    padding:14px 0!important;
    display:grid!important;
    grid-template-columns:minmax(250px,1fr) auto minmax(260px,340px)!important;
    align-items:center!important;
    gap:24px!important;
  }
  body.fke-encyclopedia-shell .fke-identity{
    min-width:0!important;
    max-width:520px!important;
    width:auto!important;
  }
  body.fke-encyclopedia-shell .fke-identity>span{min-width:0}
  body.fke-encyclopedia-shell .fke-identity strong{
    font-size:22px!important;
    line-height:1.1!important;
    white-space:nowrap;
  }
  body.fke-encyclopedia-shell .fke-identity small{
    max-width:520px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  body.fke-encyclopedia-shell .fke-nav{
    min-width:0!important;
    width:auto!important;
    flex:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:nowrap!important;
    gap:18px!important;
    white-space:nowrap!important;
  }
  body.fke-encyclopedia-shell .fke-nav a{
    display:block;
    padding:8px 0;
    font-size:12px!important;
    line-height:1.2!important;
  }
  body.fke-encyclopedia-shell .fke-search{
    width:100%!important;
    min-width:0!important;
    max-width:340px!important;
    margin:0!important;
    justify-self:end;
  }
  body.fke-encyclopedia-shell .fke-search input{min-width:0!important;width:100%!important}
  body.fke-encyclopedia-shell .fke-subnav{
    width:min(1440px,calc(100% - 48px))!important;
    max-width:1440px!important;
    min-height:42px!important;
    margin:0 auto!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:nowrap!important;
    gap:30px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    white-space:nowrap!important;
    scrollbar-width:none;
  }
  body.fke-encyclopedia-shell .fke-subnav::-webkit-scrollbar{display:none}
  body.fke-encyclopedia-shell .fke-subnav a{padding:12px 0!important;font-size:11px!important}

  body.fke-encyclopedia-shell .fke-main.fke-spain-first{
    width:min(1360px,calc(100% - 48px))!important;
    max-width:1360px!important;
    padding:30px 0 56px!important;
  }
  body.fke-encyclopedia-shell .fke-spain-first--home .fke-sf-hero{
    grid-template-columns:minmax(0,1.65fr) minmax(340px,.85fr)!important;
    gap:22px!important;
    align-items:stretch!important;
  }
  body.fke-encyclopedia-shell .fke-spain-first--home .fke-sf-hero__copy{
    min-width:0!important;
    padding:clamp(34px,4vw,54px)!important;
  }
  body.fke-encyclopedia-shell .fke-spain-first--home .fke-sf-hero__copy h1{
    max-width:780px!important;
    margin:.1em 0 .32em!important;
    font-size:clamp(46px,4.15vw,62px)!important;
    line-height:.98!important;
    letter-spacing:-.04em!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
  body.fke-encyclopedia-shell .fke-spain-first--home .fke-sf-hero__stats{
    min-height:0!important;
    padding:30px!important;
  }
  body.fke-encyclopedia-shell .fke-spain-first--home .fke-sf-hero__stats dl{margin:24px 0 18px!important}
}

@media (min-width:701px) and (max-width:1180px){
  body.fke-encyclopedia-shell .fke-header__inner{
    grid-template-columns:minmax(220px,1fr) auto!important;
    gap:18px!important;
  }
  body.fke-encyclopedia-shell .fke-search{display:none!important}
  body.fke-encyclopedia-shell .fke-nav{justify-self:end;gap:14px!important}
  body.fke-encyclopedia-shell .fke-spain-first--home .fke-sf-hero{grid-template-columns:1fr!important}
  body.fke-encyclopedia-shell .fke-spain-first--home .fke-sf-hero__copy h1{max-width:900px!important}
}

@media (max-width:700px){
  body.fke-encyclopedia-shell .fke-main.fke-spain-first{
    width:100%!important;
    max-width:100%!important;
    padding:14px 12px 76px!important;
  }
  body.fke-encyclopedia-shell .fke-spain-first--home .fke-sf-hero{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  body.fke-encyclopedia-shell .fke-spain-first--home .fke-sf-hero__copy{
    padding:24px 18px!important;
  }
  body.fke-encyclopedia-shell .fke-spain-first--home .fke-sf-hero__copy h1{
    max-width:none!important;
    font-size:clamp(34px,10vw,48px)!important;
    line-height:1!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
  body.fke-encyclopedia-shell .fke-spain-first--home .fke-sf-hero__stats{padding:18px!important}
}
