/*
Theme Name: Bitch Nation Conversion
Theme URI: https://bitchnation.net
Author: Bitch Nation LLC
Description: Conversion-focused WooCommerce theme for Bitch Nation. Simplified storefront, stronger trust signals, social proof, and mobile-first shopping.
Version: 3.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: bitchnation-conversion
*/

:root{
  --bn-pink:#ff1493;
  --bn-black:#050505;
  --bn-black-2:#0b0b0d;
  --bn-black-3:#111114;
  --bn-white:#f8f7f8;
  --bn-muted:#b8b0b7;
  --bn-line:rgba(255,255,255,.12);
  --bn-green:#88e39b;
  --bn-max:1320px;
  --bn-radius:0px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip;scroll-padding-top:150px}
body{margin:0;overflow:visible;background:var(--bn-black);color:var(--bn-white);font-family:Arial,Helvetica,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
body.admin-bar .site-header{top:32px}
img{max-width:100%;height:auto}
a{color:inherit}
button,input,select,textarea{font:inherit}
.bn-container{box-sizing:border-box;width:calc(100% - 40px);max-width:var(--bn-max);margin-inline:auto;min-width:0}
.bn-container > *{min-width:0}
h1,h2,h3,h4,.bn-display,.bn-button,.main-navigation a,.bn-eyebrow,.bn-mini-title{font-family:Impact,Haettenschweiler,"Arial Narrow Bold","Arial Black",sans-serif;text-transform:uppercase;letter-spacing:.025em}

/* Header */
.site-header{position:sticky;top:0;z-index:999;background:rgba(5,5,5,.97);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-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.bn-header-inner{min-height:78px;display:grid;grid-template-columns:minmax(180px,250px) 1fr auto;gap:24px;align-items:center}
.bn-default-logo,.custom-logo-link img{display:block;width:auto;max-width:225px;max-height:60px;object-fit:contain}
.main-navigation ul{display:flex;justify-content:center;gap:24px;list-style:none;margin:0;padding:0}
.main-navigation a{display:block;text-decoration:none;font-size:14px;padding:29px 0;transition:.2s}
.main-navigation a:hover,.main-navigation .current-menu-item>a{color:var(--bn-pink)}
.bn-header-actions{display:flex;gap:10px;align-items:center}
.bn-cart-link,.menu-toggle{min-height:42px;border:1px solid var(--bn-line);background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;text-decoration:none;font-weight:900;font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.bn-cart-link:hover,.menu-toggle:hover{border-color:var(--bn-pink);color:var(--bn-pink)}
.menu-toggle{display:none;width:44px;padding:0;font-size:20px}

/* Hero */
.bn-home-hero{position:relative;min-height:680px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--bn-line);background:linear-gradient(135deg,#171018,#050505)}
.bn-home-hero__image{position:absolute;inset:0;z-index:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;display:block}
.bn-home-hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(5,5,5,.98) 0%,rgba(5,5,5,.82) 46%,rgba(5,5,5,.36) 100%);pointer-events:none}
.bn-home-hero:after{content:"";position:absolute;inset:0;z-index:2;background:radial-gradient(circle at 16% 42%,rgba(255,20,147,.18),transparent 36%);pointer-events:none}
.bn-hero-content{position:relative;z-index:3;max-width:830px;padding:95px 0}
.bn-eyebrow{display:inline-block;color:var(--bn-pink);font-size:12px;font-weight:900;letter-spacing:.22em;margin-bottom:16px}
.bn-home-hero h1{font-size:clamp(58px,8vw,118px);line-height:.88;margin:0 0 24px;letter-spacing:-.025em}
.bn-home-hero h1 span{color:var(--bn-pink)}
.bn-home-hero p{max-width:700px;margin:0;color:#d6d0d5;font-size:clamp(18px,2vw,22px)}
.bn-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.bn-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:0!important;border:1px solid var(--bn-pink)!important;background:var(--bn-pink)!important;color:#050505!important;text-decoration:none;font-weight:900;letter-spacing:.035em;text-transform:uppercase;transition:.18s}
.bn-button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover{filter:brightness(1.08);transform:translateY(-1px)}
.bn-button--ghost{background:rgba(0,0,0,.35)!important;color:#fff!important;border-color:rgba(255,255,255,.30)!important}
.bn-button--ghost:hover{border-color:#fff!important}

/* Trust / mantra */
.bn-mantra{padding:16px 12px;text-align:center;border-bottom:1px solid var(--bn-line);background:#09090b;font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:clamp(18px,2.2vw,28px);letter-spacing:.07em;text-transform:uppercase}
.bn-mantra span{color:var(--bn-pink)}
.bn-trust-strip{border-bottom:1px solid var(--bn-line);background:#070708}
.bn-trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.bn-trust-item{padding:25px 30px;text-align:center;border-right:1px solid var(--bn-line)}
.bn-trust-item:last-child{border-right:0}
.bn-trust-item strong{display:block;font-size:15px;letter-spacing:.04em;text-transform:uppercase}
.bn-trust-item span{display:block;color:var(--bn-muted);font-size:13px;margin-top:4px}

/* Sections */
.bn-section{padding:82px 0;border-bottom:1px solid var(--bn-line)}
.bn-section--alt{background:var(--bn-black-2)}
.bn-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
.bn-section-heading h2{font-size:clamp(42px,5.3vw,72px);line-height:.95;margin:8px 0 0}
.bn-section-heading p{max-width:560px;margin:0;color:var(--bn-muted)}
.bn-section-heading .bn-button{flex:none}
.bn-section-heading__shop{max-width:560px;display:grid;gap:16px;justify-items:start}
.bn-section-heading__shop p{margin:0;color:var(--bn-muted)}

/* Product cards */
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{position:relative;width:auto!important;margin:0!important;background:#0b0b0d;border:1px solid var(--bn-line);padding:0 0 18px!important;overflow:hidden;transition:.2s}
.woocommerce ul.products li.product:hover{border-color:rgba(255,20,147,.55);transform:translateY(-3px)}
.woocommerce ul.products li.product a img{width:100%!important;margin:0 0 14px!important;aspect-ratio:1/1;object-fit:cover;background:#111}
.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:0!important;margin:0 16px 6px!important;color:#fff;font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:23px!important;line-height:1.05;text-transform:uppercase}
.woocommerce ul.products li.product .price{display:block;margin:0 16px 12px!important;color:var(--bn-pink)!important;font-weight:900;font-size:18px!important}
.woocommerce ul.products li.product .star-rating{margin:0 16px 10px!important;color:var(--bn-pink)}
.woocommerce ul.products li.product .button{margin:0 16px!important;width:calc(100% - 32px);min-height:46px;padding:0 12px;font-size:12px}
.woocommerce span.onsale{top:10px!important;left:10px!important;right:auto!important;min-height:auto!important;min-width:auto!important;line-height:1!important;border-radius:0!important;padding:9px 10px!important;background:var(--bn-pink)!important;color:#050505!important;font-weight:900;text-transform:uppercase}
.bn-card-note{display:block;margin:10px 16px 0;color:#8f878e;font-size:11px;text-transform:uppercase;letter-spacing:.04em}

/* Spotlight */
.bn-spotlight{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);background:#0b0b0d;border:1px solid var(--bn-line);overflow:hidden}
.bn-spotlight-media{min-height:520px;background:#111}
.bn-spotlight-media a{display:block;height:100%}
.bn-spotlight-media img{width:100%;height:100%;object-fit:cover;margin:0!important}
.bn-spotlight-copy{padding:clamp(34px,5vw,66px);display:flex;flex-direction:column;justify-content:center}
.bn-spotlight-copy h2{font-size:clamp(44px,5vw,70px);line-height:.93;margin:10px 0 16px}
.bn-spotlight-copy .price{font-size:28px;color:var(--bn-pink);font-weight:900;margin-bottom:14px}
.bn-spotlight-copy p{color:var(--bn-muted);font-size:17px}
.bn-spotlight-points{display:grid;gap:9px;margin:18px 0 24px;padding:0;list-style:none}
.bn-spotlight-points li:before{content:"✓";color:var(--bn-pink);font-weight:900;margin-right:9px}

/* Mission */
.bn-mission{position:relative;overflow:hidden;background:linear-gradient(135deg,#150711,#080808)}
.bn-mission-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.bn-mission-mark{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:clamp(90px,15vw,190px);line-height:.7;color:var(--bn-pink);text-align:center;text-shadow:8px 8px 0 rgba(255,255,255,.06)}
.bn-mission h2{font-size:clamp(44px,5.2vw,74px);line-height:.95;margin:8px 0 16px}
.bn-mission p{color:#d0c9cf;font-size:18px;max-width:700px}

/* Community photo wall */
.bn-photo-wall{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.bn-photo-card{position:relative;overflow:hidden;background:#111;border:1px solid var(--bn-line);aspect-ratio:4/5;min-width:0}
.bn-photo-card img{width:100%;height:100%;object-fit:cover;transition:.3s}
.bn-photo-card:hover img{transform:scale(1.025)}
.bn-community-empty{padding:48px;border:1px dashed rgba(255,255,255,.22);text-align:center;color:var(--bn-muted)}

/* Story */
.bn-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.bn-story-grid h2{font-size:clamp(48px,5.6vw,82px);line-height:.9;margin:8px 0 0}
.bn-story-copy{font-size:18px;color:#d3cdd2}
.bn-story-copy strong{color:#fff}

/* Insiders CTA */
.bn-cta{padding:65px;border:1px solid rgba(255,20,147,.55);background:linear-gradient(135deg,rgba(255,20,147,.16),rgba(255,20,147,.035));display:flex;align-items:center;justify-content:space-between;gap:32px}
.bn-cta h2{font-size:clamp(40px,5vw,68px);line-height:.92;margin:6px 0 10px}
.bn-cta p{margin:0;color:var(--bn-muted);max-width:690px}

/* Pages */
.bn-page-hero{position:relative;min-height:var(--bn-page-hero-height,220px);display:flex;align-items:flex-end;overflow:hidden;isolation:isolate;background:linear-gradient(135deg,#171018,#080808);border-bottom:1px solid var(--bn-line)}
.bn-page-hero--image{background-image:linear-gradient(90deg,rgba(4,4,4,.88),rgba(4,4,4,.52)),var(--bn-page-hero-bg);background-position:center;background-size:cover}
.bn-page-hero__content{padding:42px 0 30px}
.bn-page-hero h1{font-size:clamp(38px,4.6vw,66px);line-height:.94;margin:4px 0 0;max-width:1180px;overflow-wrap:anywhere;word-break:normal}
.entry-content{padding:55px 0;min-height:50vh}
.entry-content a:not(.button):not(.bn-button){color:var(--bn-pink)}
.bn-container.entry-content{max-width:1120px;overflow-wrap:break-word}
.single-post .bn-container.entry-content{max-width:800px}
.woocommerce-page .bn-container.entry-content{max-width:var(--bn-max)}
.entry-content > p,.entry-content > ul:not(.products),.entry-content > ol:not(.products){max-width:78ch}
.entry-content .alignwide,.entry-content .alignfull{width:100%;max-width:100%;margin-left:0;margin-right:0}
.entry-content iframe,.entry-content video{max-width:100%}
.entry-content .wp-block-table{max-width:100%;overflow-x:auto}
.entry-content pre{max-width:100%;overflow-x:auto}
.entry-content h2{font-size:clamp(28px,3.2vw,44px);line-height:1.15;margin-top:1.4em}
.entry-content h3{font-size:clamp(22px,2.5vw,30px);line-height:1.2}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--bn-pink);outline-offset:4px}

/* Home conversion order + compact sizing */
.bn-featured-first{padding-top:72px}
.bn-featured-heading{margin-bottom:28px}
.bn-home-shop{background:#070708}
.bn-home-products{min-height:1px}
.bn-community-section{padding-top:70px;padding-bottom:70px}
.single-product .bn-page-hero h1{font-size:clamp(34px,4vw,58px);max-width:1120px}
.woocommerce-shop .bn-page-hero h1,.post-type-archive-product .bn-page-hero h1{font-size:clamp(42px,4.4vw,64px)}

/* WooCommerce shop + product */
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:24px}
.woocommerce .woocommerce-ordering select{background:#111;color:#fff;border:1px solid var(--bn-line);padding:10px 12px}
.woocommerce div.product{padding-top:20px}
.woocommerce div.product div.images,.woocommerce div.product div.summary{margin-bottom:50px}
.woocommerce div.product .product_title{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:clamp(42px,5vw,68px);line-height:.95;text-transform:uppercase;margin-bottom:12px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--bn-pink)!important;font-size:28px!important;font-weight:900}
.woocommerce div.product .woocommerce-product-rating{margin-bottom:16px}
.woocommerce .star-rating{color:var(--bn-pink)}
.woocommerce div.product form.cart{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 12px}
.woocommerce div.product form.cart .variations{width:100%;margin-bottom:10px}
.woocommerce div.product form.cart .variations select{min-width:220px;background:#111;color:#fff;border:1px solid var(--bn-line);padding:11px}
.woocommerce .quantity .qty{min-height:52px;background:#111;color:#fff;border:1px solid var(--bn-line)}
.product_meta{color:#817981;font-size:12px}
.bn-product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0 22px}
.bn-product-trust div{border:1px solid var(--bn-line);background:#0b0b0d;padding:12px;text-align:center}
.bn-product-trust strong{display:block;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.04em}
.bn-product-trust span{display:block;margin-top:3px;color:#938b92;font-size:11px}
.bn-first-review{margin:12px 0 0;color:#bfb7bd;font-size:13px}
.bn-size-help{margin:14px 0 0;font-size:13px;color:var(--bn-muted)}
.bn-size-help a{color:var(--bn-pink);font-weight:900}
.woocommerce div.product .woocommerce-tabs{margin-top:56px}
.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;flex-wrap:wrap;gap:8px;padding:0!important;margin:0 0 20px!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{border:1px solid var(--bn-line)!important;border-radius:0!important;background:#111!important;margin:0!important;padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:13px 18px!important;color:#fff!important;text-transform:uppercase;font-weight:900;font-size:12px;letter-spacing:.06em}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:var(--bn-pink)!important;border-color:var(--bn-pink)!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#050505!important}
.woocommerce div.product .woocommerce-tabs .panel{background:#0c0c0e;border:1px solid var(--bn-line);padding:26px!important;color:#d2ccd1}
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:#111!important;color:#fff!important;border-top-color:var(--bn-pink)!important}
.woocommerce-message:before,.woocommerce-info:before{color:var(--bn-pink)!important}

/* Checkout/cart */
.woocommerce table.shop_table{border-color:var(--bn-line)!important;background:#0b0b0d}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{border-color:var(--bn-line)!important}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container--default .select2-selection--single{background:#111!important;color:#fff!important;border:1px solid var(--bn-line)!important;border-radius:0!important;min-height:44px}
.woocommerce-checkout #payment{background:#111!important;border-radius:0!important}

/* Footer */
.site-footer{padding:58px 0 24px;background:#020202;border-top:1px solid var(--bn-line)}
.bn-footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:34px}
.bn-footer-logo{max-width:235px;margin-bottom:14px}
.bn-footer-intro p{color:var(--bn-muted);max-width:410px}
.bn-footer-col h3{font-size:20px;color:var(--bn-pink);margin:0 0 13px}
.bn-footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.bn-footer-col a{color:#aaa2aa;text-decoration:none}
.bn-footer-col a:hover{color:#fff}
.bn-footer-socials{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.bn-social-link{width:40px;height:40px;border:1px solid var(--bn-line);display:grid;place-items:center;text-decoration:none;font-size:12px;font-weight:900}
.bn-social-link:hover{background:var(--bn-pink);border-color:var(--bn-pink);color:#050505}
.bn-footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:42px;padding-top:18px;border-top:1px solid var(--bn-line);font-size:11px;color:#746d74;text-transform:uppercase;letter-spacing:.05em}

/* Mobile conversion */
.bn-mobile-shopbar{display:none}
@media(max-width:1080px){
  .bn-header-inner{grid-template-columns:minmax(0,1fr) 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:12px 20px}
  .main-navigation a{padding:13px 0}
  .menu-toggle{display:inline-flex}
  .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:850px){
  .bn-page-hero{min-height:180px}
  .bn-page-hero__content{padding:34px 0 24px}
  .bn-page-hero h1{font-size:clamp(34px,8vw,54px)}
  .bn-home-hero{min-height:610px}
  .bn-home-hero:before{background:linear-gradient(rgba(5,5,5,.56),rgba(5,5,5,.92))}
  .bn-trust-grid{grid-template-columns:1fr}
  .bn-trust-item{border-right:0;border-bottom:1px solid var(--bn-line)}
  .bn-trust-item:last-child{border-bottom:0}
  .bn-section-heading{align-items:flex-start;flex-direction:column}
  .bn-spotlight,.bn-mission-grid,.bn-story-grid{grid-template-columns:1fr;gap:34px}
  .bn-spotlight-media{min-height:0}
  .bn-spotlight-media img{aspect-ratio:1/1;height:auto}
  .bn-photo-wall{grid-template-columns:repeat(2,1fr)}
  .bn-cta{padding:38px;align-items:flex-start;flex-direction:column}
  .bn-footer-grid{grid-template-columns:1fr 1fr}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bn-product-trust{grid-template-columns:1fr}
}
@media(min-width:601px) and (max-width:782px){body.admin-bar .site-header{top:46px}}
@media(max-width:600px){
  body.admin-bar .site-header{top:0}
  .bn-header-inner{grid-template-columns:minmax(0,1fr) auto}
  .bn-default-logo,.custom-logo-link img{max-width:100%;max-height:46px}
  .bn-header-actions{gap:6px}
  .main-navigation{max-height:70vh;overflow-y:auto}
  .bn-container.entry-content{padding-block:32px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media(max-width:600px){
  .bn-page-hero{min-height:150px}
  .bn-page-hero__content{padding:26px 0 20px}
  .bn-page-hero h1{font-size:clamp(30px,10vw,44px)}
  .bn-container{width:min(var(--bn-max),calc(100% - 24px))}
  .bn-topbar{font-size:10px;padding:7px 8px}
  .bn-header-inner{min-height:68px;grid-template-columns:minmax(0,1fr) auto;gap:8px}
  .bn-default-logo,.custom-logo-link img{max-width:min(180px,100%);max-height:50px}
  .bn-cart-link{padding:0 9px;font-size:10px}
  .bn-home-hero{min-height:570px}
  .bn-hero-content{padding:72px 0}
  .bn-home-hero h1{font-size:clamp(52px,15vw,76px)}
  .bn-actions{display:grid;grid-template-columns:1fr}
  .bn-button{width:100%}
  .bn-section{padding:62px 0}
  .woocommerce ul.products{grid-template-columns:1fr}
  .bn-photo-wall{grid-template-columns:1fr 1fr;gap:8px}
  .bn-footer-grid{grid-template-columns:1fr}
  .bn-footer-bottom{flex-direction:column}
  .bn-mobile-shopbar{display:flex;position:fixed;z-index:998;left:0;right:0;bottom:0;background:rgba(5,5,5,.98);border-top:1px solid var(--bn-line);padding:8px 12px;gap:8px}
  .bn-mobile-shopbar .bn-button{min-height:46px;font-size:12px}
  body{padding-bottom:62px}
}
