/*
Theme Name: Bitch Nation 2.0
Theme URI: https://bitchnation.net
Author: Bitch Nation LLC
Description: Custom bold WooCommerce theme for Bitch Nation.
Version: 2.0.9
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: bitchnation
*/

:root{
  --bn-pink:#ff1478;
  --bn-black:#050505;
  --bn-black2:#0c0c0f;
  --bn-white:#f7f5f7;
  --bn-gray:#aaa3aa;
  --bn-line:rgba(255,255,255,.12);
  --bn-max:1400px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bn-black);color:var(--bn-white);font-family:Arial,Helvetica,sans-serif;line-height:1.55}
a{color:inherit}
img{max-width:100%;height:auto}
.container{width:min(var(--bn-max),calc(100% - 40px));margin:auto}
h1,h2,h3,.bn-button,.main-navigation a{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;text-transform:uppercase;letter-spacing:.02em}

.site-header{position:sticky;top:0;z-index:1000;background:rgba(5,5,5,.95);border-bottom:1px solid var(--bn-line);backdrop-filter:blur(12px)}
.bn-topbar{background:var(--bn-pink);color:#050505;text-align:center;padding:8px 12px;font-weight:900;font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.bn-header-inner{min-height:90px;display:grid;grid-template-columns:280px 1fr auto;gap:28px;align-items:center}
.site-branding{display:flex;align-items:center}
.bn-default-logo,.custom-logo-link img{display:block;width:auto;max-width:260px;max-height:72px;object-fit:contain}
.site-title{display:none!important}
.main-navigation ul{list-style:none;display:flex;justify-content:center;gap:28px;margin:0;padding:0}
.main-navigation a{text-decoration:none;font-size:15px;padding:34px 0}
.main-navigation a:hover{color:var(--bn-pink)}
.bn-header-actions{display:flex;gap:10px;align-items:center}
.bn-icon-link,.menu-toggle{width:42px;height:42px;border:1px solid var(--bn-line);display:grid;place-items:center;background:transparent;color:white;text-decoration:none}
.menu-toggle{display:none}

.bn-hero{min-height:680px;display:grid;align-items:center;position:relative;overflow:hidden;border-bottom:1px solid var(--bn-line)}
.bn-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.98),rgba(5,5,5,.74),rgba(5,5,5,.3)),var(--hero-bg,linear-gradient(135deg,#111,#050505));background-size:cover;background-position:center}
.bn-hero-content{position:relative;z-index:2;padding:95px 0;max-width:900px}
.bn-kicker{color:var(--bn-pink);font-size:12px;font-weight:900;letter-spacing:.24em;text-transform:uppercase}
.bn-hero h1{font-size:clamp(68px,9vw,140px);line-height:.86;margin:18px 0 24px;text-shadow:5px 5px 0 rgba(255,20,120,.25)}
.bn-hero h1 span{color:var(--bn-pink)}
.bn-hero p{max-width:680px;color:#cec7ce;font-size:clamp(18px,2vw,23px)}
.bn-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.bn-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;background:var(--bn-pink)!important;color:#050505!important;border:0;border-radius:0!important;text-decoration:none;font-weight:900}
.bn-button--outline{background:transparent!important;color:white!important;border:1px solid rgba(255,255,255,.3)!important}

.bn-mantra{border-bottom:1px solid var(--bn-line);background:#09090b;padding:18px 12px;text-align:center;font-family:Impact,sans-serif;font-size:clamp(18px,2vw,28px);letter-spacing:.08em;text-transform:uppercase}
.bn-mantra span{color:var(--bn-pink)}

.bn-section{padding:90px 0;border-bottom:1px solid var(--bn-line)}
.bn-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:38px}
.bn-section-heading h2{font-size:clamp(46px,6vw,82px);margin:8px 0 0}
.bn-section-heading p{max-width:520px;color:#aaa3aa}
.bn-featured-product{display:grid;grid-template-columns:1.05fr .95fr;background:var(--bn-black2);border:1px solid var(--bn-line)}
.bn-featured-media{min-height:560px;background:#111;display:grid;place-items:center;overflow:hidden}
.bn-featured-media img{width:100%;height:100%;object-fit:cover}
.bn-featured-copy{padding:clamp(34px,6vw,80px);display:flex;flex-direction:column;justify-content:center}
.bn-featured-copy h2{font-size:clamp(48px,6vw,86px);margin:12px 0 18px}
.bn-featured-copy .price{font-size:28px;color:var(--bn-pink);font-weight:900}
.bn-featured-copy p{color:#bdb6bd}

.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,1fr);gap:24px}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:#0b0b0d;border:1px solid var(--bn-line);padding-bottom:18px;overflow:hidden}
.woocommerce ul.products li.product img{margin:0 0 16px!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .button{margin-left:16px;margin-right:16px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:24px!important;color:white}
.woocommerce ul.products li.product .price{color:var(--bn-pink)!important;font-weight:900}
.woocommerce span.onsale{background:var(--bn-pink)!important;color:#050505!important;border-radius:0!important}

.bn-page-header{padding:70px 0 40px;border-bottom:1px solid var(--bn-line)}
.bn-page-header h1{font-size:clamp(52px,7vw,105px);margin:0}
.entry-content{padding:55px 0;min-height:50vh}

.site-footer{padding:65px 0 25px;background:#020202;border-top:1px solid var(--bn-line)}
.bn-footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:36px}
.bn-footer-logo{max-width:260px;margin-bottom:16px}
.bn-footer-col h3{color:var(--bn-pink)}
.bn-footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.bn-footer-col a{text-decoration:none;color:#aaa3aa}
.bn-footer-bottom{display:flex;justify-content:space-between;margin-top:48px;padding-top:20px;border-top:1px solid var(--bn-line);color:#706970;font-size:12px}

@media(max-width:1050px){
  .bn-header-inner{grid-template-columns:1fr auto auto}
  .main-navigation{display:none;position:absolute;left:0;right:0;top:100%;background:#08080a;border-bottom:1px solid var(--bn-line)}
  .main-navigation.is-open{display:block}
  .main-navigation ul{display:block;padding:16px 24px}
  .main-navigation a{display:block;padding:14px 0}
  .menu-toggle{display:grid}
}
@media(max-width:850px){
  .bn-featured-product{grid-template-columns:1fr}
  .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}
  .bn-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .container{width:min(100% - 24px,var(--bn-max))}
  .bn-header-inner{min-height:74px;grid-template-columns:1fr auto auto}
  .bn-default-logo,.custom-logo-link img{max-width:190px;max-height:58px}
  .bn-hero{min-height:620px}
  .bn-hero h1{font-size:clamp(58px,17vw,90px)}
  .bn-section-heading{align-items:flex-start;flex-direction:column}
  .woocommerce ul.products{grid-template-columns:1fr}
  .bn-footer-grid{grid-template-columns:1fr}
  .bn-footer-bottom{flex-direction:column;gap:12px}
}


/* Bitch Nation 2.0.5 footer + social system */
.bn-footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.bn-social-link{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--bn-line);color:var(--bn-white);text-decoration:none;font-weight:900;font-size:13px;transition:.2s}
.bn-social-link:hover{color:var(--bn-black);background:var(--bn-pink);border-color:var(--bn-pink);transform:translateY(-2px)}
.bn-footer-col .menu,.bn-footer-links{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.bn-footer-col .menu a,.bn-footer-links a{color:#aaa3aa;text-decoration:none}
.bn-footer-col .menu a:hover,.bn-footer-links a:hover{color:var(--bn-white)}
.bn-social-share{margin-top:34px;padding-top:24px;border-top:1px solid var(--bn-line)}
.bn-social-share-title{display:block;margin-bottom:13px;color:var(--bn-pink);font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:18px;letter-spacing:.06em;text-transform:uppercase}
.bn-social-share-buttons{display:flex;flex-wrap:wrap;gap:9px}
.bn-share-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:1px solid var(--bn-line);color:var(--bn-white);background:#0b0b0d;text-decoration:none;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;transition:.2s}
.bn-share-button:hover{background:var(--bn-pink);border-color:var(--bn-pink);color:var(--bn-black)}
.bn-copy-status{min-height:20px;margin-top:9px;color:var(--bn-pink);font-size:12px;font-weight:700}


/* Bitch Nation 2.0.6 homepage product grid and fixed-background sections */
.bn-section--photo {
  position: relative;
  isolation: isolate;
  background-image:
    linear-gradient(rgba(5,5,5,.82), rgba(5,5,5,.88)),
    var(--bn-section-background);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bn-section--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 15% 25%, rgba(255,20,120,.14), transparent 30%),
    linear-gradient(90deg, rgba(5,5,5,.14), transparent 42%, rgba(5,5,5,.18));
  pointer-events: none;
}

.bn-section--photo .bn-featured-product,
.bn-section--photo .woocommerce ul.products li.product {
  box-shadow: 0 24px 60px rgba(0,0,0,.38);
}

.bn-products-five .woocommerce ul.products {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 20px;
}

.bn-products-five .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px !important;
}

.bn-products-five .woocommerce ul.products li.product .button {
  min-height: 46px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
}

@media (max-width: 1180px) {
  .bn-products-five .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .bn-section--photo {
    background-attachment: scroll;
  }

  .bn-products-five .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 500px) {
  .bn-products-five .woocommerce ul.products {
    grid-template-columns: 1fr !important;
  }
}


/* Bitch Nation 2.0.7 — smaller featured product presentation */
.bn-featured-product {
  width: min(100%, 1040px);
  margin-inline: auto;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}

.bn-featured-media {
  min-height: 430px;
  max-height: 520px;
}

.bn-featured-media img {
  object-position: center;
}

.bn-featured-copy {
  padding: clamp(28px, 4vw, 56px);
}

.bn-featured-copy h2 {
  font-size: clamp(38px, 4.6vw, 66px);
}

@media (max-width: 900px) {
  .bn-featured-product {
    width: min(100%, 720px);
    grid-template-columns: 1fr;
  }

  .bn-featured-media {
    min-height: 0;
    max-height: none;
  }

  .bn-featured-media img {
    height: auto;
    aspect-ratio: 1 / 1;
  }
}


/* Bitch Nation 2.0.8 — sitewide page heroes */
.bn-page-hero {
  position: relative;
  min-height: var(--bn-page-hero-height, 390px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 14% 32%, rgba(255, 20, 120, .20), transparent 34%),
    linear-gradient(135deg, #181216 0%, #090909 55%, #111 100%);
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.bn-page-hero--image {
  background-image:
    linear-gradient(90deg, rgba(4,4,4,.88) 0%, rgba(4,4,4,.66) 48%, rgba(4,4,4,.48) 100%),
    var(--bn-page-hero-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bn-page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  z-index: -1;
  background: linear-gradient(to top, rgba(0,0,0,.72), transparent);
  pointer-events: none;
}

.bn-page-hero__content {
  width: 100%;
  padding-top: 80px;
  padding-bottom: clamp(42px, 6vw, 78px);
}

.bn-page-hero h1 {
  max-width: 1000px;
  margin: 8px 0 0;
  font-size: clamp(46px, 7vw, 96px);
  line-height: .92;
  text-transform: uppercase;
  letter-spacing: -.045em;
  text-shadow: 0 5px 28px rgba(0,0,0,.68);
}

.bn-page-hero .bn-kicker {
  text-shadow: 0 3px 16px rgba(0,0,0,.72);
}

@media (max-width: 760px) {
  .bn-page-hero {
    min-height: min(340px, var(--bn-page-hero-height, 390px));
    background-position: center;
  }

  .bn-page-hero--image {
    background-image:
      linear-gradient(rgba(4,4,4,.58), rgba(4,4,4,.86)),
      var(--bn-page-hero-bg);
  }

  .bn-page-hero__content {
    padding-top: 58px;
    padding-bottom: 40px;
  }

  .bn-page-hero h1 {
    font-size: clamp(40px, 13vw, 68px);
  }
}


/* Bitch Nation 2.0.9 — branded WooCommerce product tabs */
.woocommerce div.product .woocommerce-tabs {
  margin-top: 56px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 !important;
  margin: 0 0 22px !important;
  border: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #111 !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 14px 20px !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900 !important;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #ff1478 !important;
  border-color: #ff1478 !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
  background: #0d0d0d;
  border: 1px solid rgba(255,255,255,.10);
  padding: clamp(24px, 4vw, 42px);
}

.bn-product-tab-content h2,
.bn-product-tab-content h3 {
  margin-top: 0;
  text-transform: uppercase;
}

.bn-product-tab-content a {
  color: #ff1478;
  font-weight: 800;
}
