:root{
  --bw15-cream:#f7efe3;
  --bw15-paper:#fffaf2;
  --bw15-ink:#16100e;
  --bw15-muted:#6f625a;
  --bw15-brown:#4E3034;
  --bw15-brown-deep:#211315;
  --bw15-gold:#D6B138;
  --bw15-green:#8BC34A;
  --bw15-border:rgba(78,48,52,.16);
  --bw15-shadow:0 24px 70px rgba(31,18,12,.14);
  --bw15-radius:24px;
}
html.bw15-ready{scroll-behavior:smooth}
body.barewoods-legit-rebuild-active{background:var(--bw15-cream)!important;color:var(--bw15-ink);overflow-x:hidden;text-rendering:optimizeLegibility}
body.barewoods-legit-rebuild-active .bwl-hide-original-topbar{display:none!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important;opacity:0!important;visibility:hidden!important}
body.barewoods-legit-rebuild-active .bwl-hidden-text{font-size:0!important;line-height:0!important;color:transparent!important}
body.barewoods-legit-rebuild-active a{text-underline-offset:3px}
body.barewoods-legit-rebuild-active img{max-width:100%;height:auto}
body.barewoods-legit-rebuild-active header,
body.barewoods-legit-rebuild-active .site-header,
body.barewoods-legit-rebuild-active .header-main,
body.barewoods-legit-rebuild-active .header-wrapper,
body.barewoods-legit-rebuild-active .elementor-location-header{
  background:#fffaf2!important;
  box-shadow:0 10px 26px rgba(20,10,8,.09)!important;
  border-bottom:1px solid rgba(78,48,52,.13)!important;
  z-index:50;
}
body.barewoods-legit-rebuild-active header img,
body.barewoods-legit-rebuild-active .site-header img,
body.barewoods-legit-rebuild-active .custom-logo,
body.barewoods-legit-rebuild-active .logo img{max-height:74px!important;width:auto!important;object-fit:contain!important}
body.barewoods-legit-rebuild-active nav a,
body.barewoods-legit-rebuild-active .main-navigation a,
body.barewoods-legit-rebuild-active .elementor-nav-menu a{font-weight:950!important;color:#16100e!important;letter-spacing:.01em!important;text-transform:uppercase!important;font-size:14px!important}
body.barewoods-legit-rebuild-active nav a:hover,
body.barewoods-legit-rebuild-active .main-navigation a:hover,
body.barewoods-legit-rebuild-active .elementor-nav-menu a:hover{color:var(--bw15-brown)!important}

/* Page reset */
body.barewoods-home-rebuilt-v15 .entry-title,
body.barewoods-home-rebuilt-v15 .page-title{display:none!important}
body.barewoods-home-rebuilt-v15 .entry-content,
body.barewoods-home-rebuilt-v15 .site-main,
body.barewoods-home-rebuilt-v15 main,
body.barewoods-home-rebuilt-v15 .content-area{max-width:none!important;margin:0!important;padding:0!important}
body.barewoods-home-rebuilt-v15 .entry-content > *{max-width:none!important}
.bw15-home,.bw15-home *{box-sizing:border-box}
.bw15-home{width:100%;background:var(--bw15-cream);color:var(--bw15-ink);font-family:inherit;overflow:hidden}
.bw15-home .alignfull{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.bw15-eyebrow,.bw15-pill{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.13em;font-weight:950;font-size:12px;color:var(--bw15-gold)}
.bw15-pill{background:#e0bd37;color:#1b120f;border-radius:999px;padding:12px 19px;box-shadow:0 18px 42px rgba(0,0,0,.18)}
.bw15-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;border-radius:999px;padding:15px 25px;text-decoration:none!important;font-weight:950;line-height:1;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease;border:1px solid transparent;white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;font-size:13px}
.bw15-btn:hover{transform:translateY(-2px)}
.bw15-btn--primary{background:var(--bw15-green);color:#17100e!important;box-shadow:0 18px 36px rgba(139,195,74,.28)}
.bw15-btn--primary:hover{background:#9bdb57;color:#17100e!important}
.bw15-btn--dark{background:#17100e;color:#fff!important;border-color:#17100e}
.bw15-btn--dark:hover{background:var(--bw15-brown);border-color:var(--bw15-brown);color:#fff!important}
.bw15-btn--light{background:#fff;color:#1b120f!important;box-shadow:0 18px 38px rgba(0,0,0,.16)}
.bw15-center{text-align:center;margin-top:34px}

/* Diesel-like sale strip */
.bw15-sale-strip{background:#1d1113;color:#fff;overflow:hidden;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.10)}
.bw15-sale-strip__track{display:flex;justify-content:center;gap:clamp(18px,4vw,60px);flex-wrap:wrap;padding:13px 18px;text-transform:uppercase;letter-spacing:.09em;font-size:12px;font-weight:950}
.bw15-sale-strip__track span{display:inline-flex;align-items:center;gap:10px}.bw15-sale-strip__track span:before{content:'✦';color:var(--bw15-gold)}

/* Hero */
.bw15-hero{position:relative;min-height:680px;background:var(--bw15-brown-deep);color:#fff;overflow:hidden;isolation:isolate;display:flex;align-items:center}
.bw15-hero__slider,.bw15-hero__slide{position:absolute;inset:0;z-index:-3}
.bw15-hero__slide{opacity:0;transition:opacity .85s ease,transform 6s ease;transform:scale(1.05)}
.bw15-hero__slide.is-active{opacity:1;transform:scale(1)}
.bw15-hero__slide img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.06) contrast(1.04)}
.bw15-hero__shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(18,9,10,.93),rgba(78,48,52,.82) 48%,rgba(18,9,10,.38)),radial-gradient(circle at 80% 30%,rgba(214,177,56,.18),transparent 35%)}
.bw15-hero__inner{width:min(1260px,calc(100% - 44px));margin:0 auto;display:grid;grid-template-columns:1fr 430px;gap:44px;align-items:center;padding:82px 0}
.bw15-hero h1{max-width:750px;margin:24px 0 0;color:#fff!important;font-size:clamp(42px,7vw,88px);line-height:.92;letter-spacing:-.07em;font-weight:950;text-wrap:balance;text-shadow:0 16px 44px rgba(0,0,0,.35)}
.bw15-hero p{max-width:650px;margin:23px 0 0;color:#fff4e9;font-size:clamp(17px,1.5vw,21px);line-height:1.75;text-shadow:0 8px 20px rgba(0,0,0,.30)}
.bw15-hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.bw15-hero__badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.bw15-hero__badges span{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.19);color:#fff;border-radius:999px;padding:10px 14px;font-weight:850;font-size:13px;backdrop-filter:blur(10px)}
.bw15-hero__badges span:before{content:'✓';color:var(--bw15-green);font-weight:950}
.bw15-hero__card{background:rgba(255,250,242,.94);border:1px solid rgba(255,255,255,.5);border-radius:32px;padding:16px;box-shadow:0 32px 90px rgba(0,0,0,.28);transform:rotate(1.2deg)}
.bw15-hero__card-media{border-radius:24px;overflow:hidden;background:#fff}.bw15-hero__card-media img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.bw15-hero__card-copy{padding:18px 8px 8px;color:#1b120f}.bw15-hero__card-copy strong{display:block;font-size:20px;font-weight:950}.bw15-hero__card-copy span{display:block;margin-top:6px;color:var(--bw15-muted);font-weight:800}
.bw15-hero__dots{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:10px;z-index:5}.bw15-hero__dots button{width:10px;height:10px;border-radius:99px;border:0;background:rgba(255,255,255,.45);cursor:pointer;padding:0;transition:width .25s ease,background .25s ease}.bw15-hero__dots button.is-active{width:34px;background:var(--bw15-green)}

/* Category pills */
.bw15-quick-cats{background:#fffaf2;border-bottom:1px solid rgba(78,48,52,.12);box-shadow:0 16px 40px rgba(31,18,12,.06);position:relative;z-index:2}.bw15-quick-cats__inner{width:min(1260px,calc(100% - 32px));margin:0 auto;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;padding:18px 0}.bw15-quick-cats a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;background:#f0e0c7;border:1px solid rgba(78,48,52,.13);border-radius:999px;color:var(--bw15-brown)!important;text-decoration:none!important;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:950;transition:background .2s ease,transform .2s ease}.bw15-quick-cats a:hover{background:var(--bw15-green);color:#18100e!important;transform:translateY(-2px)}

/* Sections */
.bw15-section,.bw15-products,.bw15-spectrum{width:min(1260px,calc(100% - 44px));margin:0 auto;padding:88px 0}.bw15-about{display:grid;grid-template-columns:.92fr 1.08fr;gap:42px;align-items:center}.bw15-video-card{border-radius:30px;overflow:hidden;background:#15100f;border:1px solid rgba(78,48,52,.15);box-shadow:var(--bw15-shadow)}.bw15-video-card video{width:100%;height:100%;min-height:430px;object-fit:cover;display:block;background:#000}.bw15-about__copy,.bw15-spectrum__copy{background:var(--bw15-paper);border:1px solid var(--bw15-border);border-radius:30px;padding:clamp(28px,4vw,54px);box-shadow:var(--bw15-shadow)}.bw15-about h2,.bw15-section-head h2,.bw15-bundle h2,.bw15-spectrum h2{margin:15px 0 0;color:var(--bw15-ink)!important;font-size:clamp(32px,4vw,56px);line-height:1;letter-spacing:-.055em;font-weight:950;text-wrap:balance}.bw15-about p,.bw15-section-head p,.bw15-bundle p,.bw15-spectrum p{color:var(--bw15-muted);font-size:17px;line-height:1.78;margin:20px 0 0}.bw15-mini-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.bw15-mini-links a{background:#eee0c8;border:1px solid rgba(78,48,52,.14);color:var(--bw15-brown)!important;border-radius:999px;padding:10px 14px;font-weight:900;text-decoration:none!important}
.bw15-section-head{max-width:840px;margin:0 auto 38px;text-align:center}.bw15-section-head--dark h2,.bw15-section-head--dark p{color:#fff!important}.bw15-section-head--dark p{color:#f4e6dc!important}.bw15-catalog{background:#fff8ed;padding:88px 22px;border-top:1px solid rgba(78,48,52,.10);border-bottom:1px solid rgba(78,48,52,.10)}.bw15-category-grid{width:min(1260px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.bw15-category-card{position:relative;min-height:210px;background:linear-gradient(145deg,#fffdf7,#e9dac0);border:1px solid rgba(78,48,52,.15);border-radius:26px;padding:24px;text-decoration:none!important;color:var(--bw15-ink)!important;box-shadow:0 18px 45px rgba(31,18,12,.09);overflow:hidden;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.bw15-category-card:before{content:'';position:absolute;right:-56px;bottom:-60px;width:160px;height:160px;border-radius:50%;background:rgba(139,195,74,.19)}.bw15-category-card:hover{transform:translateY(-7px);box-shadow:0 26px 60px rgba(31,18,12,.14);border-color:rgba(139,195,74,.58)}.bw15-category-card span{display:inline-flex;color:var(--bw15-gold);font-weight:950;text-transform:uppercase;letter-spacing:.10em;font-size:11px}.bw15-category-card strong{display:block;margin-top:40px;font-size:25px;line-height:1;font-weight:950;letter-spacing:-.04em}.bw15-category-card small{display:block;margin-top:11px;color:var(--bw15-muted);font-size:14px;line-height:1.55;font-weight:650}

/* Products */
.bw15-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.bw15-product-card{position:relative;background:var(--bw15-paper);border:1px solid var(--bw15-border);border-radius:26px;overflow:hidden;box-shadow:0 18px 44px rgba(31,18,12,.09);display:flex;flex-direction:column;transition:transform .24s ease,box-shadow .24s ease}.bw15-product-card:hover{transform:translateY(-7px);box-shadow:0 28px 62px rgba(31,18,12,.14)}.bw15-sale-badge{position:absolute;z-index:2;top:14px;left:14px;background:var(--bw15-green);color:#17100e;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.bw15-product-card__image{display:block;background:#fff;overflow:hidden}.bw15-product-card__image img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;transition:transform .32s ease}.bw15-product-card:hover .bw15-product-card__image img{transform:scale(1.045)}.bw15-product-card__body{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}.bw15-product-card h3{margin:0!important;font-size:17px!important;line-height:1.25!important;font-weight:950!important;letter-spacing:-.02em!important}.bw15-product-card h3 a{color:var(--bw15-ink)!important;text-decoration:none!important}.bw15-product-card__price{font-size:15px;font-weight:950;color:var(--bw15-brown);margin-top:auto}.bw15-product-card__price del{opacity:.55;margin-right:6px}.bw15-product-card__price ins{text-decoration:none;color:var(--bw15-brown)}.bw15-product-card__btn{background:var(--bw15-brown);color:#fff!important;text-decoration:none!important;border-radius:999px;min-height:44px;display:flex;align-items:center;justify-content:center;font-weight:950;text-transform:uppercase;letter-spacing:.05em;font-size:12px;padding:12px 15px;transition:background .22s ease,color .22s ease}.bw15-product-card__btn:hover{background:var(--bw15-green);color:#17100e!important}

/* Promo/bundle block */
.bw15-bundle{background:linear-gradient(135deg,var(--bw15-brown),#2b191c);color:#fff;padding:88px 22px}.bw15-bundle__inner{width:min(1260px,100%);margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:38px;align-items:center}.bw15-bundle h2,.bw15-bundle p{color:#fff!important}.bw15-bundle p{color:#f1e2d9!important}.bw15-bundle__actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:28px}.bw15-bundle__image{background:#fffaf2;border-radius:30px;padding:18px;box-shadow:0 30px 80px rgba(0,0,0,.24);transform:rotate(-1.2deg)}.bw15-bundle__image img{width:100%;border-radius:22px;display:block;object-fit:cover}
.bw15-spectrum{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center}.bw15-video-card--tall video{min-height:520px}.bw15-spectrum .bw15-btn{margin-top:26px}

/* Brands */
.bw15-brands{background:#211315;padding:88px 22px;color:#fff}.bw15-brand-grid{width:min(1260px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.bw15-brand-card{min-height:172px;background:#fffaf2;border:1px solid rgba(255,255,255,.14);border-radius:26px;box-shadow:0 20px 55px rgba(0,0,0,.22);display:flex;align-items:center;justify-content:center;padding:22px;transition:transform .24s ease}.bw15-brand-card:hover{transform:translateY(-6px)}.bw15-brand-card img{max-height:120px;object-fit:contain}

/* Reviews */
.bw15-reviews{background:radial-gradient(circle at 12% 0%,rgba(139,195,74,.18),transparent 38%),var(--bw15-brown);padding:88px 22px;color:#fff}.bw15-review-grid{width:min(1260px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.bw15-review-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:26px;padding:14px;box-shadow:0 25px 60px rgba(0,0,0,.18);backdrop-filter:blur(12px)}.bw15-review-card__copy{padding:8px 8px 14px}.bw15-review-card strong{display:block;color:#fff;font-size:18px}.bw15-review-card span{display:block;color:#dbbd50;font-size:13px;font-weight:900;margin-top:6px}.bw15-review-card p{color:#fff2e8;margin:10px 0 0;line-height:1.55}.bw15-review-card video{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:20px;background:#000;display:block}

/* Support */
.bw15-support{background:#fffaf2;padding:34px 22px 70px}.bw15-support__grid{width:min(1260px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.bw15-support__grid div{background:#f0e2ca;border:1px solid rgba(78,48,52,.12);border-radius:22px;padding:22px}.bw15-support__grid strong{display:block;font-weight:950;font-size:18px;color:var(--bw15-ink)}.bw15-support__grid p{margin:8px 0 0;color:var(--bw15-muted);line-height:1.6}

/* Age gate */
.bwl-age-lock{overflow:hidden}.bwl-age-gate{position:fixed;inset:0;z-index:999999;background:rgba(18,11,12,.82);display:flex;align-items:center;justify-content:center;padding:18px;backdrop-filter:blur(14px)}.bwl-age-gate[hidden]{display:none!important}.bwl-age-gate__panel{width:min(520px,100%);background:#fffaf0;border-radius:30px;padding:34px;box-shadow:0 30px 100px rgba(0,0,0,.38);text-align:center;border:1px solid rgba(214,177,56,.25)}.bwl-age-gate__brand{display:inline-flex;background:var(--bw15-brown);color:#fff;border-radius:999px;padding:9px 15px;font-weight:950;text-transform:uppercase;letter-spacing:.1em;font-size:12px}.bwl-age-gate h2{font-size:34px;margin:18px 0 0!important;color:var(--bw15-ink)!important}.bwl-age-gate p{color:var(--bw15-muted);line-height:1.7}.bwl-age-gate__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:22px}.bwl-age-gate__actions button,.bwl-age-gate__actions a{border:0;border-radius:999px;min-height:48px;padding:14px 22px;font-weight:950;text-decoration:none!important}.bwl-age-gate__actions button{background:var(--bw15-green);color:#1a120f}.bwl-age-gate__actions a{background:#eadcc2;color:var(--bw15-brown)!important}

@media(max-width:1120px){.bw15-hero__inner{grid-template-columns:1fr}.bw15-hero__card{max-width:460px;transform:none}.bw15-about,.bw15-bundle__inner,.bw15-spectrum{grid-template-columns:1fr}.bw15-category-grid,.bw15-product-grid,.bw15-brand-grid,.bw15-review-grid{grid-template-columns:repeat(2,1fr)}.bw15-video-card--tall video{min-height:420px}}
@media(max-width:720px){body.barewoods-legit-rebuild-active header img,body.barewoods-legit-rebuild-active .site-header img,body.barewoods-legit-rebuild-active .custom-logo,body.barewoods-legit-rebuild-active .logo img{max-height:58px!important}.bw15-sale-strip__track{font-size:11px;gap:10px}.bw15-hero{min-height:auto}.bw15-hero__inner{width:min(100% - 30px,1260px);padding:58px 0 78px}.bw15-hero h1{font-size:42px}.bw15-hero__actions{flex-direction:column}.bw15-btn{width:100%}.bw15-hero__card{display:none}.bw15-quick-cats__inner{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding:14px 0}.bw15-quick-cats a{white-space:nowrap}.bw15-section,.bw15-products,.bw15-spectrum{width:min(100% - 30px,1260px);padding:62px 0}.bw15-about__copy,.bw15-spectrum__copy{padding:25px;border-radius:24px}.bw15-video-card video{min-height:320px}.bw15-catalog,.bw15-bundle,.bw15-brands,.bw15-reviews{padding:62px 15px}.bw15-category-grid,.bw15-product-grid,.bw15-brand-grid,.bw15-review-grid,.bw15-support__grid{grid-template-columns:1fr}.bw15-category-card{min-height:176px}.bw15-brand-card{min-height:145px}.bw15-support{padding:24px 15px 56px}}


/* v1.6 stronger cleanup and polish */
body.barewoods-home-rebuilt-v16 .entry-title,
body.barewoods-home-rebuilt-v16 .page-title{display:none!important}
body.barewoods-home-rebuilt-v16 .entry-content,
body.barewoods-home-rebuilt-v16 .site-main,
body.barewoods-home-rebuilt-v16 main,
body.barewoods-home-rebuilt-v16 .content-area{max-width:none!important;margin:0!important;padding:0!important}
body.barewoods-home-rebuilt-v16 .entry-content > *{max-width:none!important}
body.barewoods-legit-rebuild-active .bwl-age-gate:not([hidden]){display:none!important}
body.barewoods-legit-rebuild-active .site-header,
body.barewoods-legit-rebuild-active header{min-height:auto!important}
body.barewoods-legit-rebuild-active .site-header .container,
body.barewoods-legit-rebuild-active header .container{max-width:1280px!important}
.bw15-home .bw15-section-head p{max-width:700px;margin-left:auto;margin-right:auto}
.bw15-hero__card{display:none}
.bw15-hero__inner{grid-template-columns:1fr!important;max-width:1180px}
.bw15-hero h1{max-width:900px}
.bw15-hero p{max-width:760px}
.bw15-hero{min-height:620px}
.bw15-hero__shade{background:linear-gradient(90deg,rgba(18,9,10,.92),rgba(78,48,52,.78) 55%,rgba(18,9,10,.36)),radial-gradient(circle at 78% 26%,rgba(214,177,56,.22),transparent 38%)!important}
.bw15-sale-strip__track{animation:bw15-marquee 28s linear infinite; width:max-content; min-width:100%;}
.bw15-sale-strip{white-space:nowrap}
@keyframes bw15-marquee{0%{transform:translateX(4%)}100%{transform:translateX(-4%)}}
@media(max-width:720px){
  .bw15-sale-strip__track{animation:none;width:auto;white-space:normal}
  .bw15-hero{min-height:560px}
  .bw15-hero__shade{background:linear-gradient(180deg,rgba(18,9,10,.93),rgba(78,48,52,.76))!important}
  .bw15-hero h1{font-size:39px;letter-spacing:-.05em}
  .bw15-hero p{font-size:16px;line-height:1.65}
}

/* v1.7 image-only slider and polished About section */
body.barewoods-home-rebuilt-v17 .entry-title,
body.barewoods-home-rebuilt-v17 .page-title{display:none!important}
body.barewoods-home-rebuilt-v17 .entry-content,
body.barewoods-home-rebuilt-v17 .site-main,
body.barewoods-home-rebuilt-v17 main,
body.barewoods-home-rebuilt-v17 .content-area,
body.barewoods-home-rebuilt-v17 #primary,
body.barewoods-home-rebuilt-v17 #content,
body.barewoods-home-rebuilt-v17 .container,
body.barewoods-home-rebuilt-v17 .content-wrapper{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;overflow-x:hidden!important}
body.barewoods-home-rebuilt-v17 .entry-content > *{max-width:none!important}
body.barewoods-home-rebuilt-v17{overflow-x:hidden!important}
body.barewoods-home-rebuilt-v17 .bw15-home .alignfull{width:100%!important;margin-left:0!important;margin-right:0!important}
body.barewoods-home-rebuilt-v17 .bw15-home{overflow:hidden!important;width:100%!important}

body.barewoods-home-rebuilt-v17 .bw17-image-slider{
  position:relative!important;
  display:block!important;
  min-height:0!important;
  height:clamp(420px,48vw,650px)!important;
  background:#fffaf2!important;
  color:transparent!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
body.barewoods-home-rebuilt-v17 .bw17-image-slider .bw15-hero__slider,
body.barewoods-home-rebuilt-v17 .bw17-image-slider .bw15-hero__slide{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
}
body.barewoods-home-rebuilt-v17 .bw17-image-slider .bw15-hero__slide{
  opacity:0!important;
  transform:scale(1.015)!important;
  transition:opacity .75s ease, transform 5.8s ease!important;
  margin:0!important;
}
body.barewoods-home-rebuilt-v17 .bw17-image-slider .bw15-hero__slide.is-active{
  opacity:1!important;
  transform:scale(1)!important;
}
body.barewoods-home-rebuilt-v17 .bw17-image-slider .bw15-hero__slide img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  filter:none!important;
  display:block!important;
}
body.barewoods-home-rebuilt-v17 .bw17-image-slider .bw15-hero__shade,
body.barewoods-home-rebuilt-v17 .bw17-image-slider .bw15-hero__inner,
body.barewoods-home-rebuilt-v17 .bw17-image-slider .bw15-pill,
body.barewoods-home-rebuilt-v17 .bw17-image-slider h1,
body.barewoods-home-rebuilt-v17 .bw17-image-slider p,
body.barewoods-home-rebuilt-v17 .bw17-image-slider .bw15-hero__actions,
body.barewoods-home-rebuilt-v17 .bw17-image-slider .bw15-hero__badges,
body.barewoods-home-rebuilt-v17 .bw17-image-slider .bw15-hero__card{display:none!important}
body.barewoods-home-rebuilt-v17 .bw17-image-slider__dots{
  z-index:6!important;
  bottom:22px!important;
  background:rgba(20,12,12,.34)!important;
  padding:9px 13px!important;
  border-radius:999px!important;
  backdrop-filter:blur(10px)!important;
}
body.barewoods-home-rebuilt-v17 .bw17-slider-arrow{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:7!important;
  width:58px!important;
  height:58px!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(22,16,14,.48)!important;
  color:#fff!important;
  font-size:42px!important;
  line-height:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  box-shadow:0 16px 34px rgba(0,0,0,.20)!important;
  transition:background .22s ease,transform .22s ease!important;
}
body.barewoods-home-rebuilt-v17 .bw17-slider-arrow:hover{background:rgba(78,48,52,.88)!important;transform:translateY(-50%) scale(1.04)!important}
body.barewoods-home-rebuilt-v17 .bw17-slider-arrow--prev{left:28px!important}
body.barewoods-home-rebuilt-v17 .bw17-slider-arrow--next{right:28px!important}

body.barewoods-home-rebuilt-v17 .bw17-about-full{
  position:relative!important;
  width:100%!important;
  margin:0!important;
  padding:82px 22px!important;
  background:radial-gradient(circle at 12% 10%,rgba(139,195,74,.17),transparent 33%),linear-gradient(135deg,#4E3034 0%,#331d20 100%)!important;
  color:#fff!important;
  overflow:hidden!important;
}
body.barewoods-home-rebuilt-v17 .bw17-about-full:before{
  content:"";
  position:absolute;
  right:-120px;
  top:-120px;
  width:340px;
  height:340px;
  border-radius:50%;
  background:rgba(214,177,56,.18);
  filter:blur(24px);
  pointer-events:none;
}
body.barewoods-home-rebuilt-v17 .bw17-about-full__inner{
  position:relative;
  z-index:1;
  width:min(1240px,100%);
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:42px!important;
  align-items:center!important;
}
body.barewoods-home-rebuilt-v17 .bw17-about-full__copy{
  background:rgba(255,250,242,.08)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:32px!important;
  padding:clamp(30px,4.5vw,58px)!important;
  box-shadow:0 28px 70px rgba(0,0,0,.23)!important;
  backdrop-filter:blur(14px)!important;
  min-width:0!important;
}
body.barewoods-home-rebuilt-v17 .bw17-about-full__copy .bw15-eyebrow{color:#D6B138!important}
body.barewoods-home-rebuilt-v17 .bw17-about-full__copy h2{
  margin:16px 0 0!important;
  color:#fff!important;
  font-size:clamp(34px,4.4vw,60px)!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
  font-weight:950!important;
}
body.barewoods-home-rebuilt-v17 .bw17-about-full__copy p{
  margin:22px 0 0!important;
  color:#fff1e5!important;
  font-size:17px!important;
  line-height:1.85!important;
}
body.barewoods-home-rebuilt-v17 .bw17-about-full__copy .bw15-mini-links a{
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(255,255,255,.16)!important;
  color:#fff!important;
}
body.barewoods-home-rebuilt-v17 .bw17-about-full__copy .bw15-mini-links a:hover{
  background:#8BC34A!important;
  color:#1a100f!important;
}
body.barewoods-home-rebuilt-v17 .bw17-about-full__media{
  position:relative!important;
  background:#1a1012!important;
  border:10px solid rgba(255,250,242,.09)!important;
  border-radius:34px!important;
  padding:10px!important;
  box-shadow:0 34px 85px rgba(0,0,0,.32)!important;
  min-width:0!important;
}
body.barewoods-home-rebuilt-v17 .bw17-about-full__media:after{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:24px;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(214,177,56,.22);
}
body.barewoods-home-rebuilt-v17 .bw17-about-full__media-label{
  position:absolute!important;
  left:28px!important;
  top:28px!important;
  z-index:2!important;
  background:rgba(214,177,56,.94)!important;
  color:#1a100f!important;
  border-radius:999px!important;
  padding:9px 14px!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  font-weight:950!important;
  font-size:11px!important;
}
body.barewoods-home-rebuilt-v17 .bw17-about-full__media video{
  width:100%!important;
  aspect-ratio:16/10!important;
  min-height:0!important;
  height:auto!important;
  max-height:520px!important;
  object-fit:cover!important;
  border-radius:22px!important;
  display:block!important;
  background:#000!important;
}

@media(max-width:980px){
  body.barewoods-home-rebuilt-v17 .bw17-about-full__inner{grid-template-columns:1fr!important;gap:28px!important}
  body.barewoods-home-rebuilt-v17 .bw17-about-full__media{order:-1!important}
}
@media(max-width:720px){
  body.barewoods-home-rebuilt-v17 .bw17-image-slider{height:clamp(310px,72vw,460px)!important}
  body.barewoods-home-rebuilt-v17 .bw17-slider-arrow{width:46px!important;height:46px!important;font-size:34px!important}
  body.barewoods-home-rebuilt-v17 .bw17-slider-arrow--prev{left:14px!important}
  body.barewoods-home-rebuilt-v17 .bw17-slider-arrow--next{right:14px!important}
  body.barewoods-home-rebuilt-v17 .bw17-about-full{padding:58px 16px!important}
  body.barewoods-home-rebuilt-v17 .bw17-about-full__copy{padding:26px!important;border-radius:26px!important}
  body.barewoods-home-rebuilt-v17 .bw17-about-full__copy h2{font-size:34px!important;letter-spacing:-.04em!important}
  body.barewoods-home-rebuilt-v17 .bw17-about-full__copy p{font-size:16px!important;line-height:1.72!important}
  body.barewoods-home-rebuilt-v17 .bw17-about-full__media{border-width:7px!important;border-radius:26px!important;padding:7px!important}
  body.barewoods-home-rebuilt-v17 .bw17-about-full__media video{aspect-ratio:4/3!important;border-radius:18px!important}
}


/* v2.0: equal dimension product story section + in-house brand heading cleanup */
body.barewoods-home-rebuilt-v20 .bw15-spectrum{
  width:min(1260px,calc(100% - 44px))!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:42px!important;
  align-items:stretch!important;
  padding:88px 0!important;
}
body.barewoods-home-rebuilt-v20 .bw15-spectrum__copy,
body.barewoods-home-rebuilt-v20 .bw15-spectrum .bw15-video-card{
  min-height:560px!important;
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  border-radius:34px!important;
  overflow:hidden!important;
}
body.barewoods-home-rebuilt-v20 .bw15-spectrum__copy{
  background:#fffaf2!important;
  padding:clamp(36px,4.2vw,58px)!important;
  border:1px solid rgba(78,48,52,.14)!important;
}
body.barewoods-home-rebuilt-v20 .bw15-spectrum__copy .bw15-eyebrow{
  color:#d6b138!important;
  font-size:12px!important;
  letter-spacing:.12em!important;
}
body.barewoods-home-rebuilt-v20 .bw15-spectrum__copy h2{
  max-width:620px!important;
  font-size:clamp(38px,4.35vw,62px)!important;
  line-height:.98!important;
  letter-spacing:-.065em!important;
  color:#120d0d!important;
}
body.barewoods-home-rebuilt-v20 .bw15-spectrum__copy p{
  max-width:640px!important;
  color:#5a4842!important;
  font-size:17px!important;
  line-height:1.78!important;
}
body.barewoods-home-rebuilt-v20 .bw15-spectrum .bw15-video-card{
  background:#111!important;
  border:0!important;
  box-shadow:0 30px 80px rgba(31,18,12,.20)!important;
}
body.barewoods-home-rebuilt-v20 .bw15-spectrum .bw15-video-card video{
  width:100%!important;
  height:100%!important;
  min-height:560px!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  display:block!important;
}
body.barewoods-home-rebuilt-v20 .bw15-brands .bw15-section-head h2{
  text-transform:uppercase!important;
  letter-spacing:.02em!important;
}
body.barewoods-home-rebuilt-v20 .bw15-brands .bw15-section-head p{
  display:none!important;
}
@media(max-width:1120px){
  body.barewoods-home-rebuilt-v20 .bw15-spectrum{
    grid-template-columns:1fr!important;
    gap:28px!important;
    padding:70px 0!important;
  }
  body.barewoods-home-rebuilt-v20 .bw15-spectrum__copy,
  body.barewoods-home-rebuilt-v20 .bw15-spectrum .bw15-video-card,
  body.barewoods-home-rebuilt-v20 .bw15-spectrum .bw15-video-card video{
    min-height:460px!important;
  }
}
@media(max-width:720px){
  body.barewoods-home-rebuilt-v20 .bw15-spectrum{
    width:min(100% - 30px,1260px)!important;
    padding:58px 0!important;
  }
  body.barewoods-home-rebuilt-v20 .bw15-spectrum__copy,
  body.barewoods-home-rebuilt-v20 .bw15-spectrum .bw15-video-card,
  body.barewoods-home-rebuilt-v20 .bw15-spectrum .bw15-video-card video{
    min-height:auto!important;
  }
  body.barewoods-home-rebuilt-v20 .bw15-spectrum__copy{
    padding:28px!important;
    justify-content:flex-start!important;
  }
  body.barewoods-home-rebuilt-v20 .bw15-spectrum__copy h2{
    font-size:36px!important;
    line-height:1.02!important;
    letter-spacing:-.04em!important;
  }
  body.barewoods-home-rebuilt-v20 .bw15-spectrum__copy p{
    font-size:16px!important;
    line-height:1.68!important;
  }
  body.barewoods-home-rebuilt-v20 .bw15-spectrum .bw15-video-card video{
    min-height:320px!important;
    aspect-ratio:4/3!important;
  }
}


/* v2.1: correct video source/thumbnail behavior for product-story section */
body.barewoods-home-rebuilt-v21 .bw15-spectrum .bw15-video-card video,
body.barewoods-home-rebuilt-v21 .bw17-about-full__media video{
  background:#111!important;
  object-fit:cover!important;
}
body.barewoods-home-rebuilt-v21 .bw15-spectrum .bw15-video-card video[poster]{
  background-image:none!important;
}
body.barewoods-home-rebuilt-v21 .bw15-spectrum__copy,
body.barewoods-home-rebuilt-v21 .bw15-spectrum .bw15-video-card{
  min-height:560px!important;
}
body.barewoods-home-rebuilt-v21 .bw15-spectrum .bw15-video-card video{
  min-height:560px!important;
  height:100%!important;
}
@media(max-width:1120px){
  body.barewoods-home-rebuilt-v21 .bw15-spectrum__copy,
  body.barewoods-home-rebuilt-v21 .bw15-spectrum .bw15-video-card,
  body.barewoods-home-rebuilt-v21 .bw15-spectrum .bw15-video-card video{min-height:430px!important;}
}
@media(max-width:720px){
  body.barewoods-home-rebuilt-v21 .bw15-spectrum__copy,
  body.barewoods-home-rebuilt-v21 .bw15-spectrum .bw15-video-card,
  body.barewoods-home-rebuilt-v21 .bw15-spectrum .bw15-video-card video{min-height:auto!important;}
  body.barewoods-home-rebuilt-v21 .bw15-spectrum .bw15-video-card video{aspect-ratio:4/3!important;}
}

/* v2.2: corrected Explore the full Barewoods menu section with requested copy + IMG_0123-1 video */
body.barewoods-home-rebuilt-v22 .bw22-experience,
body.barewoods-home-rebuilt-v22 .bw22-experience *{
  box-sizing:border-box!important;
}
body.barewoods-home-rebuilt-v22 .bw22-experience{
  width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  background:radial-gradient(circle at 18% 18%,rgba(214,177,56,.13),transparent 32%),linear-gradient(135deg,#4E3034 0%,#321d21 100%)!important;
  color:#fff!important;
  padding:88px 22px!important;
  overflow:hidden!important;
}
body.barewoods-home-rebuilt-v22 .bw22-experience__inner{
  width:min(1260px,100%)!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:42px!important;
  align-items:stretch!important;
}
body.barewoods-home-rebuilt-v22 .bw22-experience__copy,
body.barewoods-home-rebuilt-v22 .bw22-experience__media{
  min-height:560px!important;
  height:100%!important;
  border-radius:34px!important;
  overflow:hidden!important;
}
body.barewoods-home-rebuilt-v22 .bw22-experience__copy{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:rgba(255,250,242,.08)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:0 30px 80px rgba(0,0,0,.22)!important;
  padding:clamp(34px,4vw,58px)!important;
}
body.barewoods-home-rebuilt-v22 .bw22-experience__copy .bw15-eyebrow{
  color:#D6B138!important;
  font-size:12px!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  margin-bottom:16px!important;
}
body.barewoods-home-rebuilt-v22 .bw22-experience__copy h2{
  color:#fff!important;
  font-size:clamp(38px,4.4vw,64px)!important;
  line-height:.98!important;
  letter-spacing:-.065em!important;
  font-weight:950!important;
  margin:0 0 24px!important;
  max-width:620px!important;
}
body.barewoods-home-rebuilt-v22 .bw22-experience__copy p{
  color:#f8eee7!important;
  font-size:clamp(16px,1.25vw,18px)!important;
  line-height:1.78!important;
  margin:0 0 22px!important;
  max-width:690px!important;
}
body.barewoods-home-rebuilt-v22 .bw22-experience__copy p:last-child{
  margin-bottom:0!important;
}
body.barewoods-home-rebuilt-v22 .bw22-experience__media{
  background:#111!important;
  border:10px solid rgba(17,13,14,.72)!important;
  box-shadow:0 30px 85px rgba(0,0,0,.32)!important;
  display:flex!important;
}
body.barewoods-home-rebuilt-v22 .bw22-experience__video{
  width:100%!important;
  height:100%!important;
  min-height:560px!important;
  object-fit:cover!important;
  display:block!important;
  background:#000!important;
  border-radius:24px!important;
}
body.barewoods-home-rebuilt-v22 .bw15-spectrum{
  display:none!important;
}
@media(max-width:1120px){
  body.barewoods-home-rebuilt-v22 .bw22-experience__inner{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  body.barewoods-home-rebuilt-v22 .bw22-experience__copy,
  body.barewoods-home-rebuilt-v22 .bw22-experience__media,
  body.barewoods-home-rebuilt-v22 .bw22-experience__video{
    min-height:440px!important;
  }
}
@media(max-width:720px){
  body.barewoods-home-rebuilt-v22 .bw22-experience{
    padding:58px 15px!important;
  }
  body.barewoods-home-rebuilt-v22 .bw22-experience__copy{
    padding:28px!important;
    border-radius:26px!important;
  }
  body.barewoods-home-rebuilt-v22 .bw22-experience__copy h2{
    font-size:36px!important;
    line-height:1.02!important;
    letter-spacing:-.04em!important;
  }
  body.barewoods-home-rebuilt-v22 .bw22-experience__copy p{
    font-size:16px!important;
    line-height:1.68!important;
  }
  body.barewoods-home-rebuilt-v22 .bw22-experience__media{
    border-width:7px!important;
    border-radius:26px!important;
  }
  body.barewoods-home-rebuilt-v22 .bw22-experience__copy,
  body.barewoods-home-rebuilt-v22 .bw22-experience__media,
  body.barewoods-home-rebuilt-v22 .bw22-experience__video{
    min-height:auto!important;
  }
  body.barewoods-home-rebuilt-v22 .bw22-experience__video{
    aspect-ratio:4/3!important;
    border-radius:18px!important;
  }
}


/* v2.3 full-site polish: homepage, inner pages, shop/category/product grids */
body.barewoods-rebuild-v23{
  --bw23-cream:#f7efe3;
  --bw23-paper:#fffaf2;
  --bw23-ink:#16100e;
  --bw23-muted:#6e5e57;
  --bw23-brown:#4E3034;
  --bw23-deep:#211315;
  --bw23-gold:#D6B138;
  --bw23-green:#8BC34A;
  background:var(--bw23-cream)!important;
}
body.barewoods-rebuild-v23 header,
body.barewoods-rebuild-v23 .site-header,
body.barewoods-rebuild-v23 .header-main,
body.barewoods-rebuild-v23 .header-wrapper{
  position:sticky!important;
  top:0!important;
  z-index:999!important;
  min-height:74px!important;
  background:rgba(255,250,242,.96)!important;
  backdrop-filter:blur(14px)!important;
  box-shadow:0 10px 35px rgba(30,18,14,.10)!important;
}
body.admin-bar.barewoods-rebuild-v23 header,
body.admin-bar.barewoods-rebuild-v23 .site-header{top:32px!important}
body.barewoods-rebuild-v23 .page-title,
body.barewoods-rebuild-v23 .entry-title{letter-spacing:-.04em!important;font-weight:950!important;color:var(--bw23-ink)!important}
body.barewoods-rebuild-v23 .woocommerce-breadcrumb,
body.barewoods-rebuild-v23 .breadcrumbs,
body.barewoods-rebuild-v23 .breadcrumb{font-size:13px!important;color:var(--bw23-muted)!important;text-transform:uppercase!important;letter-spacing:.07em!important;font-weight:800!important}

body.barewoods-home-rebuilt-v23 .bw15-sale-strip{display:none!important}
body.barewoods-home-rebuilt-v23 .bw17-image-slider{height:clamp(360px,43vw,610px)!important;border-bottom:8px solid #fffaf2!important}
body.barewoods-home-rebuilt-v23 .bw17-slider-arrow{background:rgba(78,48,52,.62)!important;color:#fff!important;box-shadow:0 18px 45px rgba(0,0,0,.24)!important}
body.barewoods-home-rebuilt-v23 .bw17-slider-arrow:hover{background:#8BC34A!important;color:#15100e!important}
body.barewoods-home-rebuilt-v23 .bw15-quick-cats{border-top:1px solid rgba(78,48,52,.08)!important}
body.barewoods-home-rebuilt-v23 .bw17-about-full,
body.barewoods-home-rebuilt-v23 .bw22-experience{padding:72px 22px!important}
body.barewoods-home-rebuilt-v23 .bw17-about-full__inner,
body.barewoods-home-rebuilt-v23 .bw22-experience__inner{gap:32px!important}
body.barewoods-home-rebuilt-v23 .bw17-about-full__copy,
body.barewoods-home-rebuilt-v23 .bw22-experience__copy{box-shadow:0 26px 70px rgba(0,0,0,.18)!important}
body.barewoods-home-rebuilt-v23 .bw17-about-full__copy h2,
body.barewoods-home-rebuilt-v23 .bw22-experience__copy h2{font-size:clamp(34px,3.7vw,54px)!important;line-height:1!important;letter-spacing:-.055em!important}
body.barewoods-home-rebuilt-v23 .bw17-about-full__copy p,
body.barewoods-home-rebuilt-v23 .bw22-experience__copy p{font-size:17px!important;line-height:1.72!important}
body.barewoods-home-rebuilt-v23 .bw22-experience__copy,
body.barewoods-home-rebuilt-v23 .bw22-experience__media,
body.barewoods-home-rebuilt-v23 .bw22-experience__video{min-height:520px!important}
body.barewoods-home-rebuilt-v23 .bw22-experience__media{border-width:8px!important}
body.barewoods-home-rebuilt-v23 .bw15-catalog{background:linear-gradient(180deg,#fffaf2,#f3e5ce)!important;padding:78px 22px!important}
body.barewoods-home-rebuilt-v23 .bw15-category-card{min-height:180px!important;border-radius:24px!important}
body.barewoods-home-rebuilt-v23 .bw15-products{padding:78px 0!important}
body.barewoods-home-rebuilt-v23 .bw15-brands{background:#1b1012!important;padding:78px 22px!important}
body.barewoods-home-rebuilt-v23 .bw15-brand-card{border-radius:24px!important;min-height:150px!important}
body.barewoods-home-rebuilt-v23 .bw15-reviews{padding:78px 22px!important}

/* Polished About + Contact replacement pages */
.bw23-page,.bw23-page *{box-sizing:border-box}.bw23-page{background:var(--bw23-cream);color:var(--bw23-ink);overflow:hidden}.bw23-page .alignfull{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.bw23-page-hero,.bw23-contact-hero{background:radial-gradient(circle at 18% 12%,rgba(214,177,56,.16),transparent 36%),linear-gradient(135deg,#4E3034,#241417);color:#fff;padding:82px 22px}.bw23-page-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,560px);gap:42px;align-items:center}.bw23-page-hero__copy{width:min(100%,680px);justify-self:end}.bw23-page-hero h1,.bw23-contact-hero h1{color:#fff!important;font-size:clamp(44px,6vw,86px);line-height:.94;letter-spacing:-.07em;font-weight:950;margin:18px 0 0!important}.bw23-page-hero p,.bw23-contact-hero p{color:#fff3e9;font-size:19px;line-height:1.75;margin:24px 0 0;max-width:700px}.bw23-actions,.bw23-contact-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.bw23-page-hero__media{background:#fffaf2;border-radius:36px;padding:18px;box-shadow:0 30px 90px rgba(0,0,0,.28);transform:rotate(1deg)}.bw23-page-hero__media img{display:block;width:100%;border-radius:24px;aspect-ratio:4/3;object-fit:cover}
.bw23-story{padding:84px 22px;background:#fffaf2}.bw23-story__inner{width:min(1260px,100%);margin:0 auto;display:grid;grid-template-columns:.95fr 1.05fr;gap:38px;align-items:center}.bw23-story__media{border-radius:32px;overflow:hidden;box-shadow:0 28px 80px rgba(31,18,12,.16);background:#fff}.bw23-story__media img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.bw23-story__copy{background:#f2e3cc;border:1px solid rgba(78,48,52,.13);border-radius:32px;padding:clamp(30px,4vw,58px)}.bw23-story__copy h2{font-size:clamp(34px,4.2vw,62px);line-height:1;letter-spacing:-.06em;margin:12px 0 20px!important;color:var(--bw23-ink)!important;font-weight:950}.bw23-story__copy p{font-size:17px;line-height:1.75;color:var(--bw23-muted);margin:0 0 16px}.bw23-values,.bw23-contact-support{width:min(1260px,calc(100% - 44px));margin:0 auto;padding:76px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.bw23-contact-support{grid-template-columns:repeat(3,1fr)}.bw23-value-card{background:#fffaf2;border:1px solid rgba(78,48,52,.13);border-radius:24px;padding:24px;box-shadow:0 18px 50px rgba(31,18,12,.08)}.bw23-value-card strong{display:block;font-size:20px;color:var(--bw23-ink);font-weight:950}.bw23-value-card p{color:var(--bw23-muted);line-height:1.65;margin:10px 0 0}.bw23-about-brands{padding-top:72px!important;padding-bottom:72px!important}
.bw23-contact-hero__inner{width:min(1260px,100%);margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.bw23-contact-card{background:#fffaf2;color:var(--bw23-ink);border-radius:34px;padding:clamp(30px,4vw,54px);box-shadow:0 30px 90px rgba(0,0,0,.28)}.bw23-contact-card h2{font-size:42px;line-height:1;margin:0 0 24px!important;letter-spacing:-.05em;font-weight:950;color:var(--bw23-ink)!important}.bw23-contact-card div{padding:18px 0;border-top:1px solid rgba(78,48,52,.12)}.bw23-contact-card span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:950;color:#9a7c21}.bw23-contact-card strong,.bw23-contact-card a{color:var(--bw23-brown)!important;text-decoration:none!important;font-size:20px;line-height:1.4}
body.barewoods-about-page-v23 .entry-title,body.barewoods-contact-page-v23 .entry-title,body.barewoods-about-page-v23 .page-title,body.barewoods-contact-page-v23 .page-title{display:none!important}body.barewoods-about-page-v23 .entry-content,body.barewoods-contact-page-v23 .entry-content{max-width:none!important;margin:0!important;padding:0!important}

/* WooCommerce shop/category/product cleanup */
body.barewoods-shop-v23 .content-area,body.barewoods-category-v23 .content-area,body.barewoods-product-v23 .content-area,body.barewoods-shop-v23 main,body.barewoods-category-v23 main,body.barewoods-product-v23 main{background:#f7efe3!important}.barewoods-shop-v23 .woocommerce,.barewoods-category-v23 .woocommerce,.barewoods-product-v23 .woocommerce{width:min(1280px,calc(100% - 36px));margin:0 auto;padding:48px 0 78px}.barewoods-shop-v23 .woocommerce-products-header,.barewoods-category-v23 .woocommerce-products-header{background:linear-gradient(135deg,#4E3034,#251518);border-radius:32px;padding:42px 34px;margin:0 0 28px;color:#fff;box-shadow:0 24px 70px rgba(31,18,12,.16)}.barewoods-shop-v23 .woocommerce-products-header h1,.barewoods-category-v23 .woocommerce-products-header h1{color:#fff!important;font-size:clamp(38px,5vw,70px)!important;line-height:.95!important;letter-spacing:-.06em!important;margin:0!important}.barewoods-shop-v23 .woocommerce-result-count,.barewoods-category-v23 .woocommerce-result-count{background:#fffaf2;border:1px solid rgba(78,48,52,.12);border-radius:999px;padding:12px 16px;color:var(--bw23-muted)!important;font-weight:800}.barewoods-shop-v23 .woocommerce-ordering select,.barewoods-category-v23 .woocommerce-ordering select{border:1px solid rgba(78,48,52,.18)!important;border-radius:999px!important;background:#fffaf2!important;color:var(--bw23-ink)!important;padding:12px 18px!important;font-weight:800!important}.barewoods-shop-v23 ul.products,.barewoods-category-v23 ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;margin-top:28px!important}.barewoods-shop-v23 ul.products li.product,.barewoods-category-v23 ul.products li.product{width:auto!important;margin:0!important;float:none!important;background:#fffaf2!important;border:1px solid rgba(78,48,52,.13)!important;border-radius:28px!important;padding:14px 14px 18px!important;box-shadow:0 18px 46px rgba(31,18,12,.09)!important;display:flex!important;flex-direction:column!important;min-height:100%!important;transition:transform .24s ease,box-shadow .24s ease!important;overflow:hidden!important}.barewoods-shop-v23 ul.products li.product:hover,.barewoods-category-v23 ul.products li.product:hover{transform:translateY(-7px)!important;box-shadow:0 30px 70px rgba(31,18,12,.15)!important}.barewoods-shop-v23 ul.products li.product img,.barewoods-category-v23 ul.products li.product img{width:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;border-radius:22px!important;background:#fff!important;margin:0 0 16px!important}.barewoods-shop-v23 ul.products li.product .woocommerce-loop-product__title,.barewoods-category-v23 ul.products li.product .woocommerce-loop-product__title{font-size:16px!important;line-height:1.28!important;font-weight:950!important;letter-spacing:-.02em!important;color:var(--bw23-ink)!important;min-height:42px!important;padding:0!important}.barewoods-shop-v23 ul.products li.product .price,.barewoods-category-v23 ul.products li.product .price{color:var(--bw23-brown)!important;font-size:16px!important;font-weight:950!important;margin:10px 0 14px!important}.barewoods-shop-v23 ul.products li.product .button,.barewoods-category-v23 ul.products li.product .button,.barewoods-product-v23 .single_add_to_cart_button{background:var(--bw23-green)!important;color:#16100e!important;border:0!important;border-radius:999px!important;padding:14px 18px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.04em!important;text-align:center!important}.barewoods-shop-v23 ul.products li.product .button:hover,.barewoods-category-v23 ul.products li.product .button:hover,.barewoods-product-v23 .single_add_to_cart_button:hover{background:#9bdb57!important;color:#16100e!important}.barewoods-shop-v23 .widget-area,.barewoods-category-v23 .widget-area{background:#fffaf2!important;border:1px solid rgba(78,48,52,.12)!important;border-radius:28px!important;padding:22px!important;box-shadow:0 16px 44px rgba(31,18,12,.07)!important}.barewoods-product-v23 div.product{background:#fffaf2!important;border:1px solid rgba(78,48,52,.13)!important;border-radius:36px!important;padding:clamp(18px,3vw,34px)!important;box-shadow:0 26px 76px rgba(31,18,12,.12)!important}.barewoods-product-v23 div.product div.images{border-radius:28px!important;overflow:hidden!important;background:#fff!important}.barewoods-product-v23 div.product .summary{padding:12px 0!important}.barewoods-product-v23 div.product .product_title{font-size:clamp(32px,4vw,58px)!important;line-height:1!important;letter-spacing:-.055em!important;color:var(--bw23-ink)!important;font-weight:950!important}.barewoods-product-v23 div.product p.price,.barewoods-product-v23 div.product span.price{font-size:26px!important;color:var(--bw23-brown)!important;font-weight:950!important}.barewoods-product-v23 .quantity input.qty{border-radius:999px!important;border:1px solid rgba(78,48,52,.2)!important;min-height:48px!important;background:#fff!important}.barewoods-product-v23 .woocommerce-tabs{margin-top:36px!important;background:#fffaf2!important;border-radius:28px!important;border:1px solid rgba(78,48,52,.12)!important;padding:22px!important}

@media(max-width:1180px){.barewoods-shop-v23 ul.products,.barewoods-category-v23 ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.bw23-values{grid-template-columns:repeat(2,1fr)}.bw23-page-hero,.bw23-contact-hero__inner,.bw23-story__inner{grid-template-columns:1fr}.bw23-page-hero__copy{justify-self:start}.bw23-page-hero__media{transform:none}}
@media(max-width:820px){body.admin-bar.barewoods-rebuild-v23 header,body.admin-bar.barewoods-rebuild-v23 .site-header{top:0!important}.barewoods-shop-v23 ul.products,.barewoods-category-v23 ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.bw23-contact-support{grid-template-columns:1fr}.bw23-page-hero,.bw23-contact-hero{padding:58px 16px}.bw23-page-hero h1,.bw23-contact-hero h1{font-size:42px!important}.bw23-page-hero p,.bw23-contact-hero p{font-size:16px;line-height:1.68}.bw23-story{padding:58px 16px}.bw23-values{width:min(100% - 32px,1260px);grid-template-columns:1fr;padding:58px 0}.bw23-contact-card strong,.bw23-contact-card a{font-size:17px}body.barewoods-home-rebuilt-v23 .bw22-experience__copy,body.barewoods-home-rebuilt-v23 .bw22-experience__media,body.barewoods-home-rebuilt-v23 .bw22-experience__video{min-height:auto!important}}
@media(max-width:560px){.barewoods-shop-v23 ul.products,.barewoods-category-v23 ul.products{grid-template-columns:1fr!important}.barewoods-shop-v23 .woocommerce,.barewoods-category-v23 .woocommerce,.barewoods-product-v23 .woocommerce{width:min(100% - 26px,1280px);padding-top:34px}.barewoods-shop-v23 .woocommerce-products-header,.barewoods-category-v23 .woocommerce-products-header{border-radius:24px;padding:30px 22px}.bw23-actions .bw15-btn,.bw23-contact-buttons .bw15-btn{width:100%}.bw23-page-hero__media{border-radius:24px;padding:10px}.bw23-page-hero__media img{border-radius:18px}.bw23-story__copy{padding:24px;border-radius:24px}.bw23-story__copy h2{font-size:34px!important}.bw23-contact-card{padding:24px;border-radius:26px}.bw23-contact-card h2{font-size:32px!important}body.barewoods-home-rebuilt-v23 .bw17-image-slider{height:330px!important}}
