/* v0.3.9 — UK-first hero with a static market panel. The public site remains UK-only. */
.scout-hero-grid.scout-hero-grid-uk{
  grid-template-columns:minmax(520px,1.2fr) minmax(330px,.78fr) minmax(285px,.58fr);
  gap:clamp(22px,2.5vw,46px);
  min-height:470px;
  align-items:center;
}
.scout-hero-grid-uk .scout-hero-copy{max-width:820px}
.scout-hero-grid-uk .scout-hero-mascot{height:420px;justify-content:center}
.scout-hero-grid-uk .scout-hero-mascot img{max-height:410px}
.scout-hero-grid-uk .mascot-note{right:-2%;top:72px}
.scout-market-static-panel{align-self:center;min-width:0}
.scout-market-static-panel h2{margin-top:8px}
.scout-market-static-panel .market-launch-card{position:relative;z-index:1}
.scout-market-static-panel ul{position:relative;z-index:1}

/* The navbar market display is intentionally static during the UK-first launch. */
.scout-market-static{cursor:default;user-select:none}
.scout-market-static:hover{border-color:#244552;background:#091721}

/* Give Categories and Deals their own visual breathing room. */
.scout-category-section{padding-top:34px!important;padding-bottom:54px!important}
.scout-deals-band{margin-top:18px}
.scout-deals-section{padding-top:40px!important;padding-bottom:42px!important}

@media(max-width:1320px){
  .scout-hero-grid.scout-hero-grid-uk{
    grid-template-columns:minmax(460px,1.08fr) minmax(300px,.8fr) minmax(260px,.64fr);
    gap:20px;
  }
  .scout-market-static-panel{padding:24px 20px}
}
@media(max-width:1180px){
  .scout-hero-grid.scout-hero-grid-uk{grid-template-columns:minmax(460px,1.08fr) minmax(320px,.92fr);gap:24px;min-height:440px}
  .scout-hero-grid-uk .scout-hero-mascot{height:370px}
  .scout-hero-grid-uk .scout-hero-mascot img{max-height:360px}
  .scout-market-static-panel{grid-column:1/-1;display:grid;grid-template-columns:minmax(210px,.75fr) minmax(300px,1fr) minmax(260px,.9fr);gap:10px 22px;align-items:center;margin-bottom:22px}
  .scout-market-static-panel .scout-kicker,.scout-market-static-panel h2,.scout-market-static-panel>p{grid-column:1;max-width:none}
  .scout-market-static-panel .scout-kicker{align-self:end}
  .scout-market-static-panel h2{margin:0}
  .scout-market-static-panel>p{margin:0;align-self:start}
  .scout-market-static-panel .market-launch-card{grid-column:2;grid-row:1/4;margin:0}
  .scout-market-static-panel ul{grid-column:3;grid-row:1/4;margin:0}
}
@media(max-width:820px){
  .scout-hero-grid.scout-hero-grid-uk{grid-template-columns:1fr;gap:4px;min-height:0;padding-top:30px}
  .scout-hero-grid-uk .scout-hero-copy{max-width:none}
  .scout-hero-grid-uk .scout-hero-mascot{height:280px;margin-top:4px}
  .scout-hero-grid-uk .scout-hero-mascot img{max-width:340px;max-height:275px}
  .scout-hero-grid-uk .mascot-note{right:8%;top:30px}
  .scout-market-static-panel{display:block;margin:8px 0 24px}
  .scout-market-static-panel .market-launch-card{margin:15px 0 13px}
  .scout-market-static-panel ul{margin:14px 0 0}
  .scout-category-section{padding-bottom:42px!important}
  .scout-deals-band{margin-top:12px}
  .scout-deals-section{padding-top:34px!important}
}
@media(max-width:540px){
  .scout-hero-grid.scout-hero-grid-uk{padding-top:22px;padding-bottom:26px}
  .scout-hero-grid-uk .scout-hero-mascot{height:235px;margin-top:8px}
  .scout-hero-grid-uk .scout-hero-mascot img{max-width:270px;max-height:235px}
  .scout-hero-grid-uk .mascot-note{right:2%;top:18px}
  .scout-market-static-panel{padding:22px 17px;margin-top:5px}
  .scout-category-section{padding-bottom:36px!important}
  .scout-deals-section{padding-top:30px!important}
}
