
.inner-page .site-header{background:#111}
.inner-page .main-navigation a.is-on{text-decoration:underline}
.page-prose{padding:36px 18px 64px;max-width:800px}
.page-prose.hub-page,.hub-page{max-width:1180px}
.page-prose h1{font-family:Oswald,sans-serif;font-size:clamp(32px,4vw,48px);text-transform:uppercase;letter-spacing:.02em;line-height:.95;margin:0 0 12px}
.page-prose h2{font-family:Oswald,sans-serif;font-size:22px;text-transform:uppercase;margin:28px 0 10px}
.page-prose p,.page-prose li{line-height:1.55;color:#374151}
.page-prose .kicker{letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:700;margin:0 0 8px;color:#111}
.page-prose .lead{font-size:18px;color:#111}
.page-prose ul{padding-left:1.2em}
.page-prose a{text-decoration:underline}
.hub-page .search-form{max-width:560px;margin:18px 0 8px}
.hub-page .search-form input[name="q"]{border:2px solid #111}
.inner-page .venue-layout{max-width:1180px;margin:24px auto 48px;padding:0 18px}
.inner-page .artist-hero .search-form input[name="q"]{border:2px solid #111}
@media (max-width:767px){
  .inner-page .main-navigation{display:none}
}

.artist-hero{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:center;
  max-width:1180px;
  margin:0 auto;
  padding:28px 18px 8px;
}
.artist-hero h1{margin:0 0 10px;text-transform:uppercase}
.artist-photo{
  min-height:340px;
  border-radius:18px;
  background:#111 center 18%/cover no-repeat;
}
.artist-hero .row{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 0}
.inner-page .btn,.bt-inner .btn{
  display:inline-flex;align-items:center;height:42px;padding:0 16px;
  background:#000;color:#fff;border:1px solid #000;text-decoration:none;
  font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;
}
.inner-page .btn:not(.btn-primary){background:#fff;color:#000}
.event-item-desc h6{color:#000}
.wrap{max-width:1180px;margin:0 auto;padding:20px 18px}
.hero-full,.hero-full-inner,.search-form{overflow:visible;position:relative;z-index:40}
.home-main{position:relative;z-index:1}
.suggest-wrap{position:relative;display:block;width:100%;z-index:80}
.suggest-box{
  position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:9999;
  background:#fff;color:#111;border:1px solid #ddd;max-height:320px;overflow:auto;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.suggest-box[hidden]{display:none!important}
.suggest-item{
  display:flex;justify-content:space-between;gap:12px;width:100%;text-align:left;
  padding:10px 14px;background:#fff;color:#111;border:0;cursor:pointer;font:inherit
}
.suggest-item strong{color:#111}
.suggest-item span{color:#6b7280;font-size:11px;text-transform:uppercase;letter-spacing:.06em}
.suggest-item:hover,.suggest-item.on{background:#f3f3f3}
@media(max-width:800px){
  .artist-hero{grid-template-columns:1fr}
  .artist-photo{min-height:240px}
}

.inner-search{max-width:1180px;margin:16px auto 8px;padding:0 18px}
.artist-hero{
  display:grid!important;
  grid-template-columns:1.15fr .85fr!important;
  gap:28px;
  align-items:center;
  max-width:1180px;
  margin:0 auto;
  padding:20px 18px 8px;
}
.artist-copy{min-width:0}
.artist-hero h1{margin:0 0 10px;text-transform:uppercase}
.artist-photo{height:340px;min-height:340px;border-radius:18px;overflow:hidden;background:#111}
.artist-photo img{display:block;width:100%;height:100%;height:340px;min-height:340px;object-fit:cover;object-position:center 18%}
.suggest-item{position:static!important;transform:none!important;height:auto!important;font-size:15px!important;color:#111!important}
@media(max-width:800px){
  .artist-hero{grid-template-columns:1fr!important}
  .artist-photo,.artist-photo img{min-height:240px}
}
