/*
Theme Name: SwitchBase JEWOP Grit Child
Theme URI: https://jewopband.com
Description: Dark gritty punk child theme for JEWOP. Parent theme: SwitchBase.
Author: Robert Long / Switch Creatives
Template: switchbase
Version: 1.1.0
*/

:root{
  --jewop-black:#020202;
  --jewop-ink:#080808;
  --jewop-white:#efefea;
  --jewop-muted:#8f8f8f;
  --jewop-pink:#ec0069;
  --jewop-line:rgba(255,255,255,.22);
}

*{box-sizing:border-box}

body{
  margin:0;
  background:#000 url('assets/images/grunge-bg.jpg') center top / cover fixed;
  color:var(--jewop-white);
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
}

body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    url('assets/images/magenta-splatter.png') left top/520px auto no-repeat,
    url('assets/images/magenta-splatter.png') right top/560px auto no-repeat;
  opacity:.7;
  z-index:-1;
}

a{color:inherit}

.site-header,
header.site-header,
#masthead{
  background:rgba(0,0,0,.88)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  min-height:86px;
  padding:16px 4vw!important;
}

.site-title,
.site-title a,
.custom-logo-link + .site-title,
.site-description{
  display:none!important;
}

.main-navigation,
nav{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
}

.hero-jewop{
  position:relative;
  overflow:hidden;
  min-height:760px;
  padding:58px 4vw 42px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.95)),
    url('assets/images/grunge-bg.jpg') center top/cover no-repeat;
  border-bottom:0;
}

.hero-jewop:before{
  content:"";
  position:absolute;
  left:-40px; top:58px;
  width:240px; height:520px;
  background:url('assets/images/poster-left.png') left center/contain no-repeat;
  opacity:.55;
  transform:rotate(-8deg);
}

.hero-jewop:after{
  content:"";
  position:absolute;
  right:-10px; bottom:30px;
  width:280px; height:450px;
  background:url('assets/images/poster-right.png') right center/contain no-repeat;
  opacity:.55;
  transform:rotate(7deg);
}

.jewop-topbar{
  position:relative;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-bottom:38px;
}

.jewop-mark img{
  width:210px;
  height:auto;
  display:block;
  filter:drop-shadow(0 3px 0 rgba(236,0,105,.55));
}

.jewop-nav{
  flex:1;
  display:flex;
  align-items:center;
  gap:34px;
  justify-content:center;
  font-size:20px;
  line-height:1;
}

.jewop-nav a{
  text-decoration:none;
  color:#f5f5f0;
  text-shadow:0 0 12px rgba(255,255,255,.15);
}

.jewop-nav a:first-child,
.jewop-nav a:hover{
  color:var(--jewop-pink);
}

.jewop-social{
  display:flex;
  align-items:center;
  gap:18px;
  font-family:Arial,sans-serif;
  font-size:20px;
  opacity:.95;
}

.jewop-listen-top{
  background:var(--jewop-pink);
  color:#060606;
  text-decoration:none;
  padding:16px 26px;
  font-size:24px;
  font-weight:950;
  text-transform:uppercase;
  clip-path:polygon(6% 0,100% 4%,94% 100%,0 91%);
}

.hero-inner{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns: .95fr 1.05fr;
  align-items:center;
  gap:32px;
  max-width:1500px;
  margin:0 auto;
}

.hero-copy{
  padding-left:8vw;
}

.hero-copy h1{
  margin:0 0 28px;
  font-size:clamp(64px, 7.4vw, 132px);
  line-height:.89;
  letter-spacing:-.055em;
  text-transform:uppercase;
  color:#e9e9e2;
  text-shadow:
    5px 5px 0 var(--jewop-pink),
    0 0 22px rgba(255,255,255,.12);
  filter:contrast(1.12);
}

.hero-copy p{
  max-width:520px;
  margin:0 0 32px;
  font-family:Arial,sans-serif;
  font-size:18px;
  line-height:1.45;
  color:#e2e2e2;
}

.hero-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:26px;
}

.hero-btn{
  display:inline-block;
  min-width:180px;
  text-align:center;
  padding:18px 28px;
  background:var(--jewop-pink);
  color:#080808;
  text-decoration:none;
  text-transform:uppercase;
  font-size:27px;
  line-height:1;
  font-weight:950;
  border:2px solid var(--jewop-pink);
  clip-path:polygon(3% 0,100% 8%,96% 100%,0 92%);
}

.hero-btn.alt{
  background:transparent;
  color:#fff;
  border-color:#f1f1ee;
  clip-path:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.25);
}

.hero-logo{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
}

.hero-logo:before{
  content:"";
  position:absolute;
  width:min(680px, 88vw);
  aspect-ratio:1;
  border-radius:50%;
  border:24px solid rgba(235,235,230,.23);
  outline:34px solid rgba(235,235,230,.06);
  filter:grayscale(1) contrast(1.4);
}

.hero-logo img{
  position:relative;
  z-index:2;
  width:min(660px, 88vw);
  height:auto;
  display:block;
  filter:drop-shadow(0 24px 18px rgba(0,0,0,.9));
}

.torn-divider{
  height:58px;
  margin-top:-34px;
  position:relative;
  z-index:6;
  background:url('assets/images/torn-divider.png') repeat-x center bottom/auto 58px;
}

.marquee{
  position:relative;
  z-index:7;
  overflow:hidden;
  white-space:nowrap;
  background:#050505;
  border-top:1px solid rgba(255,255,255,.15);
  border-bottom:1px solid rgba(255,255,255,.15);
  color:var(--jewop-pink);
  padding:18px 0;
  font-size:clamp(28px, 3vw, 52px);
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.025em;
}

.marquee span{
  display:inline-block;
  padding-left:2vw;
}

.section-dark{
  position:relative;
  padding:78px 6vw 100px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.7), rgba(0,0,0,1)),
    url('assets/images/grunge-bg.jpg') center center/cover;
}

.section-dark h2{
  margin:0 0 18px;
  font-size:clamp(48px, 5.5vw, 92px);
  line-height:.95;
  color:#efefea;
  text-transform:uppercase;
  text-shadow:4px 4px 0 var(--jewop-pink);
}

.section-dark p{
  max-width:780px;
  font-family:Arial,sans-serif;
  font-size:18px;
  line-height:1.55;
  color:#d7d7d7;
}

@media(max-width:1050px){
  .jewop-nav,.jewop-social,.jewop-listen-top{display:none}
  .hero-inner{grid-template-columns:1fr;text-align:center}
  .hero-copy{padding-left:0}
  .hero-copy p{margin-left:auto;margin-right:auto}
  .hero-buttons{justify-content:center}
}

@media(max-width:620px){
  .hero-jewop{padding-top:34px;min-height:auto}
  .jewop-mark img{width:150px}
  .hero-copy h1{font-size:54px}
  .hero-btn{font-size:20px;min-width:150px}
}
