/* City pages: compact conversion-first layout, scoped to generated city pages. */
#rcrV2.rcrCityStreamlined .hero--city{
  min-height:0!important;
  padding:clamp(118px,10vw,148px) 0 clamp(54px,6vw,84px)!important;
  overflow:hidden!important;
  background:transparent!important;
}

/* City heroes use the same fixed page background as every following section. */
#rcrV2.rcrCityStreamlined .hero--city::before{
  content:none!important;
  display:none!important;
  background:none!important;
}

#rcrV2.rcrCityStreamlined .hero--city .hero__inner{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(420px,.92fr)!important;
  align-items:center!important;
  gap:clamp(34px,5vw,72px)!important;
  min-height:0!important;
}

#rcrV2.rcrCityStreamlined .hero--city .hero__left{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  min-width:0!important;
  min-height:0!important;
  padding:0!important;
  opacity:1!important;
  transform:none!important;
}

#rcrV2.rcrCityStreamlined .hero--city .hero__left > .kicker,
#rcrV2.rcrCityStreamlined .hero--city .hero__left > .hero__eyebrow,
#rcrV2.rcrCityStreamlined .hero--city .hero__left > .h1,
#rcrV2.rcrCityStreamlined .hero--city .hero__left > .lead{
  width:100%!important;
  opacity:1!important;
  transform:none!important;
}

#rcrV2.rcrCityStreamlined .hero--city .hero__left > .hero__eyebrow{
  margin:22px 0 10px!important;
  color:var(--gold)!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
}

#rcrV2.rcrCityStreamlined .hero--city .hero__left > .h1{
  max-width:760px!important;
  margin:0!important;
  color:var(--text)!important;
  background:linear-gradient(125deg,var(--gold) 0%,var(--text) 72%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  font-size:clamp(48px,5.6vw,82px)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
  text-wrap:balance!important;
}

#rcrV2.rcrCityStreamlined .hero--city .hero__left > .lead{
  max-width:700px!important;
  margin:24px 0 0!important;
  color:var(--muted)!important;
  font-size:clamp(17px,1.4vw,20px)!important;
  line-height:1.65!important;
}

#rcrV2.rcrCityStreamlined .rcrCityHeroCompact__actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  width:auto!important;
  margin:28px 0 0!important;
}

#rcrV2.rcrCityStreamlined .hero--city .hero__left > .heroCta--mobile.rcrCityHeroCompact__actions{
  display:flex!important;
}

#rcrV2.rcrCityStreamlined .hero--city .hero__left > .stats,
#rcrV2.rcrCityStreamlined .hero--city .cityHeroActions{
  display:none!important;
}

#rcrV2.rcrCityStreamlined .hero--city .hero__left > .kicker{order:1!important}
#rcrV2.rcrCityStreamlined .hero--city .hero__left > .hero__eyebrow{order:2!important}
#rcrV2.rcrCityStreamlined .hero--city .hero__left > .h1{order:3!important}
#rcrV2.rcrCityStreamlined .hero--city .hero__left > .lead{order:4!important}
#rcrV2.rcrCityStreamlined .hero--city .hero__left > .rcrCityHeroCompact__actions{order:5!important}
#rcrV2.rcrCityStreamlined .hero--city .hero__left > .rcrCityHeroCompact__trust{order:6!important}

#rcrV2.rcrCityStreamlined .rcrCityHeroCompact__actions .btn{
  min-width:170px!important;
  min-height:52px!important;
}

#rcrV2.rcrCityStreamlined .rcrCityHeroCompact__actions .btn:first-child{
  color:#05080f!important;
  border-color:rgba(255,215,0,.72)!important;
  background:linear-gradient(105deg,#FFD700 0%,#fff0a3 100%)!important;
  box-shadow:0 14px 34px rgba(255,215,0,.17)!important;
}

#rcrV2.rcrCityStreamlined .rcrCityHeroCompact__trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px 22px;
  margin-top:22px;
  color:var(--muted2);
  font-size:13px;
  font-weight:800;
  letter-spacing:.035em;
}

#rcrV2.rcrCityStreamlined .rcrCityHeroCompact__trust span{
  position:relative;
  padding-left:14px;
}

#rcrV2.rcrCityStreamlined .rcrCityHeroCompact__trust span::before{
  content:"";
  position:absolute;
  left:0;
  top:.48em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 14px rgba(255,215,0,.55);
}

#rcrV2.rcrCityStreamlined .hero--city .cityHeroPhoto{
  width:100%!important;
  margin:0!important;
  opacity:1!important;
  transform:none!important;
}

#rcrV2.rcrCityStreamlined .hero--city .cityHeroPhoto__frame{
  height:clamp(400px,37vw,520px)!important;
  border:1px solid rgba(255,215,0,.3)!important;
  border-radius:28px!important;
  overflow:hidden!important;
  background:#000!important;
  box-shadow:0 26px 70px rgba(0,0,0,.45),inset 0 0 0 1px rgba(255,255,255,.04)!important;
}

#rcrV2.rcrCityStreamlined .hero--city .cityHeroPhoto__img{
  width:100%!important;
  height:calc(100% - 94px)!important;
  object-fit:cover!important;
}

#rcrV2.rcrCityStreamlined .hero--city .cityHeroPhoto__bar{
  min-height:94px!important;
  padding:18px 20px!important;
}

#rcrV2.rcrCityStreamlined .section{
  padding:clamp(58px,6vw,86px) 0!important;
}

#rcrV2.rcrCityStreamlined .section .head{
  max-width:820px;
  margin-bottom:28px!important;
}

#rcrV2.rcrCityStreamlined .rcrCityInfoCompact{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}

#rcrV2.rcrCityStreamlined .rcrCityInfoCompact .infoCallout{
  height:100%;
  padding:22px!important;
  border:1px solid rgba(255,215,0,.16)!important;
  background:linear-gradient(145deg,rgba(255,215,0,.06),rgba(255,255,255,.025))!important;
}

#rcrV2.rcrCityStreamlined .rcrCityLinkList{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

#rcrV2.rcrCityStreamlined .rcrCityRoutesCompact .card{
  min-height:100%;
}

@media (max-width:900px){
  #rcrV2.rcrCityStreamlined .hero--city{
    /* main already reserves --rcr-header-h for the fixed header */
    padding:clamp(36px,6vw,54px) 0 46px!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .hero__inner{
    display:flex!important;
    flex-direction:column!important;
    gap:28px!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .hero__left{
    width:100%!important;
    max-width:100%!important;
    align-items:center!important;
    text-align:center!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .hero__left > .kicker{
    width:fit-content!important;
    max-width:100%!important;
    justify-content:center!important;
    margin:0 auto!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .hero__left > .hero__eyebrow{
    margin:18px auto 8px!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .hero__left > .h1{
    max-width:680px!important;
    margin-inline:auto!important;
    font-size:clamp(40px,11vw,64px)!important;
    line-height:1.02!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .hero__left > .lead{
    max-width:620px!important;
    margin:18px auto 0!important;
  }

  #rcrV2.rcrCityStreamlined .rcrCityHeroCompact__actions,
  #rcrV2.rcrCityStreamlined .rcrCityHeroCompact__trust{
    justify-content:center!important;
    margin-inline:auto!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .cityHeroPhoto{
    order:2!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .cityHeroPhoto__frame{
    height:min(500px,68vw)!important;
  }

  #rcrV2.rcrCityStreamlined .rcrCityInfoCompact{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:560px){
  #rcrV2.rcrCityStreamlined .hero--city{
    padding:34px 0 36px!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .hero__left > .kicker{
    gap:7px!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .hero__left > .kicker .pill{
    padding:8px 10px!important;
    font-size:11px!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .hero__left > .h1{
    font-size:clamp(36px,12vw,48px)!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .hero__left > .lead{
    font-size:16px!important;
    line-height:1.55!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .hero__left > .rcrCityHeroCompact__actions,
  #rcrV2.rcrCityStreamlined .hero--city .hero__left > .heroCta--mobile.rcrCityHeroCompact__actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
    align-items:stretch!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    gap:10px!important;
    margin-top:22px!important;
  }

  #rcrV2.rcrCityStreamlined .rcrCityHeroCompact__actions .btn{
    min-width:0!important;
    width:100%!important;
    min-height:48px!important;
    padding:13px 10px!important;
  }

  #rcrV2.rcrCityStreamlined .rcrCityHeroCompact__trust{
    gap:8px 14px!important;
    margin-top:18px!important;
    font-size:11px!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .cityHeroPhoto__frame{
    height:300px!important;
    border-radius:22px!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .cityHeroPhoto__img{
    height:222px!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .cityHeroPhoto__bar{
    min-height:78px!important;
    padding:13px 15px!important;
  }

  #rcrV2.rcrCityStreamlined .hero--city .cityHeroPhoto__sub{
    max-width:220px!important;
  }

  #rcrV2.rcrCityStreamlined .section{
    padding:44px 0!important;
  }
}
