.bpbw-page,
.bpbw-page *{box-sizing:border-box}
.bpbw-page{
  --bpbw-bg:#fbf6f0;
  --bpbw-soft:#f7efe6;
  --bpbw-border:#eadfd2;
  --bpbw-heading:#3e434a;
  --bpbw-text:#555a60;
  --bpbw-muted:#8b8278;
  --bpbw-accent:#C89B66;
  --bpbw-accent-dark:#bd8950;
  --bpbw-white:#fff;
  font-family:'Poppins',Arial,sans-serif;
  color:var(--bpbw-text);
  background:#fff;
  overflow-x:hidden;
}
.bpbw-page h1,.bpbw-page h2,.bpbw-page h3,.bpbw-page p,.bpbw-page a,.bpbw-page span,.bpbw-page li{overflow-wrap:anywhere}
.bpbw-page img{max-width:100%;display:block}
.bpbw-page a{text-decoration:none;color:inherit}
.bpbw-shell{width:100%;max-width:1300px;margin:0 auto;padding-left:24px;padding-right:24px}
.bpbw-hero{background:linear-gradient(90deg,#fff 0%,#fbf5ee 100%);overflow:hidden}
.bpbw-hero-shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:34px;align-items:center;padding-top:42px;padding-bottom:0;min-height:430px}
.bpbw-hero-copy{padding:24px 0 54px;min-width:0}
.bpbw-breadcrumb,
.bpbw-single-breadcrumb{font-size:13px;letter-spacing:.12em;text-transform:uppercase;font-weight:500;color:var(--bpbw-accent);margin-bottom:30px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.bpbw-single-breadcrumb{font-size:12px;letter-spacing:0;color:#5c6268;text-transform:none;margin-bottom:24px}
.bpbw-single-breadcrumb a{color:#5c6268}
.bpbw-hero-title{margin:0 0 24px;color:var(--bpbw-heading);font-size:51px;line-height:1.18;font-weight:600;letter-spacing:-.035em;max-width:700px}
.bpbw-hero-text{font-size:18px;line-height:1.8;margin:0 0 34px;max-width:640px;color:var(--bpbw-text)}
.bpbw-hero-visual{align-self:stretch;min-height:405px;display:flex;align-items:flex-end;justify-content:center;position:relative;overflow:hidden;border-radius:0 0 0 120px;background:#f3e7da}
.bpbw-hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center}
.bpbw-search-row{display:grid;grid-template-columns:minmax(260px,380px) 170px;gap:18px;align-items:center;position:relative;max-width:580px}
.bpbw-search-box{height:56px;border:1px solid var(--bpbw-accent);border-radius:9px;background:#fff;display:flex;align-items:center;gap:12px;padding:0 18px;min-width:0}
.bpbw-search-box span,.bpbw-cat-toggle span{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px}
.bpbw-search-box span svg,.bpbw-cat-toggle span svg{width:100%;height:100%}
.bpbw-search-box input{border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;width:100%;font:400 15px/1.4 'Poppins',Arial,sans-serif;color:var(--bpbw-heading);min-width:0}
.bpbw-cat-toggle{height:56px;border:1px solid var(--bpbw-accent);border-radius:9px;background:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font:500 15px/1 'Poppins',Arial,sans-serif;color:var(--bpbw-heading);cursor:pointer}
.bpbw-cat-dropdown{position:absolute;right:0;top:66px;width:230px;background:#fff;border:1px solid var(--bpbw-border);border-radius:14px;box-shadow:0 15px 34px rgba(88,61,35,.12);padding:10px;display:none;z-index:10}
.bpbw-cat-dropdown.is-open{display:block}
.bpbw-cat-dropdown a{display:block;padding:10px 12px;border-radius:9px;font-size:14px;color:var(--bpbw-heading)}
.bpbw-cat-dropdown a:hover{background:var(--bpbw-soft);color:var(--bpbw-accent-dark)}
.bpbw-content-shell{padding-top:42px;padding-bottom:36px}
.bpbw-main-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:30px;align-items:start}
.bpbw-main-layout.bpbw-no-sidebar{grid-template-columns:1fr}
.bpbw-section-title{margin:0 0 34px;color:var(--bpbw-heading);font-size:35px;line-height:1.2;font-weight:500;letter-spacing:-.02em}
.bpbw-section-title span{color:var(--bpbw-accent);font-size:18px;font-weight:500}
.bpbw-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.bpbw-post-card{background:#fff;border:1px solid var(--bpbw-border);border-radius:16px;overflow:hidden;box-shadow:0 10px 34px rgba(89,58,29,.055);transition:.25s ease}
.bpbw-post-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(89,58,29,.09)}
.bpbw-post-img{display:block;position:relative;height:236px;background:var(--bpbw-soft);overflow:hidden}
.bpbw-post-img img{width:100%;height:100%;object-fit:cover;transition:.35s ease}
.bpbw-post-card:hover .bpbw-post-img img{transform:scale(1.035)}
.bpbw-badge{position:absolute;top:18px;left:18px;display:inline-flex;align-items:center;min-height:30px;padding:0 15px;border-radius:999px;background:rgba(255,255,255,.88);backdrop-filter:blur(8px);font-size:12px;font-weight:500;color:var(--bpbw-heading);box-shadow:0 8px 18px rgba(0,0,0,.05)}
.bpbw-card-body{padding:20px 20px 24px}
.bpbw-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:12px;color:#7b756d;margin-bottom:18px}
.bpbw-meta span{display:inline-flex;align-items:center;gap:6px}
.bpbw-meta svg{width:15px;height:15px}
.bpbw-post-card h3{font-size:20px;line-height:1.45;font-weight:600;color:var(--bpbw-heading);margin:0 0 14px;letter-spacing:-.015em}
.bpbw-post-card h3 a{color:var(--bpbw-heading)}
.bpbw-post-card h3 a:hover{color:var(--bpbw-accent-dark)}
.bpbw-post-card p{font-size:14px;line-height:1.8;margin:0 0 24px;color:var(--bpbw-text)}
.bpbw-readmore{display:inline-flex;align-items:center;gap:9px;color:var(--bpbw-accent-dark);font-weight:500;font-size:15px}
.bpbw-readmore span,.bpbw-readmore svg{width:16px;height:16px}
.bpbw-sidebar{display:flex;flex-direction:column;gap:22px;min-width:0}
.bpbw-sidebar-box{background:#fff;border:1px solid var(--bpbw-border);border-radius:16px;padding:24px 22px;box-shadow:0 10px 34px rgba(89,58,29,.055)}
.bpbw-sidebar-title{font-size:20px;line-height:1.25;margin:0 0 20px;color:var(--bpbw-heading);font-weight:600}
.bpbw-cat-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.bpbw-cat-list li a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 0;color:var(--bpbw-text);font-size:15px}
.bpbw-cat-list li a span{display:flex;align-items:center;gap:10px;min-width:0}
.bpbw-cat-list li a svg{width:19px;height:19px;flex:0 0 19px}
.bpbw-cat-list li a em{font-style:normal;color:#8b8278;font-size:13px}
.bpbw-cat-list li a:hover{color:var(--bpbw-accent-dark)}
.bpbw-mini-posts{display:flex;flex-direction:column;gap:14px}
.bpbw-mini-post{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;align-items:center}
.bpbw-mini-post img{width:64px;height:64px;border-radius:9px;object-fit:cover;background:var(--bpbw-soft)}
.bpbw-mini-post strong{display:block;color:var(--bpbw-heading);font-size:13px;line-height:1.45;font-weight:600;margin-bottom:4px}
.bpbw-mini-post small{font-size:12px;color:#91877c}
.bpbw-tags{display:flex;gap:9px;flex-wrap:wrap}
.bpbw-tags a{display:inline-flex;align-items:center;border:1px solid var(--bpbw-border);border-radius:999px;min-height:30px;padding:0 13px;font-size:12px;color:var(--bpbw-heading);background:#fff}
.bpbw-tags a:hover{border-color:var(--bpbw-accent);color:var(--bpbw-accent-dark)}
.bpbw-pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:34px;flex-wrap:wrap}
.bpbw-pagination .page-numbers{min-width:42px;height:42px;border:1px solid var(--bpbw-border);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:var(--bpbw-heading);background:#fff;font-size:14px;padding:0 14px}
.bpbw-pagination .page-numbers.current{background:var(--bpbw-accent);border-color:var(--bpbw-accent);color:#fff}
.bpbw-pagination .prev,.bpbw-pagination .next{gap:8px}
.bpbw-pagination svg{width:16px;height:16px}
.bpbw-empty{background:#fff;border:1px solid var(--bpbw-border);border-radius:16px;padding:30px;color:var(--bpbw-heading)}
.bpbw-newsletter{display:grid;grid-template-columns:90px minmax(0,1fr) minmax(280px,420px) 220px;gap:22px;align-items:center;margin-top:44px;background:linear-gradient(90deg,#fbf2e8 0%,#f3e6d8 100%);border-radius:16px;border:1px solid var(--bpbw-border);min-height:150px;padding:28px;overflow:hidden;box-shadow:0 10px 34px rgba(89,58,29,.055)}
.bpbw-newsletter-icon{width:76px;height:76px}
.bpbw-newsletter-icon svg{width:100%;height:100%}
.bpbw-newsletter-title{font-size:35px;line-height:1.2;margin:0 0 8px;color:var(--bpbw-heading);font-weight:500}
.bpbw-newsletter-copy p{margin:0;font-size:15px;line-height:1.7}
.bpbw-newsletter-form{display:grid;grid-template-columns:1fr 130px;gap:10px}
.bpbw-newsletter-form input,.bpbw-side-newsletter input{height:52px;border:1px solid var(--bpbw-border)!important;border-radius:8px!important;background:#fff!important;padding:0 18px!important;outline:0!important;box-shadow:none!important;font:400 14px/1 'Poppins',Arial,sans-serif;color:var(--bpbw-heading);min-width:0}
.bpbw-newsletter-form button,.bpbw-side-newsletter button,.bpbw-cta-btn{height:52px;border:1px solid var(--bpbw-accent)!important;border-radius:8px!important;background:var(--bpbw-accent)!important;color:#fff!important;display:flex;align-items:center;justify-content:center;gap:8px;font:500 14px/1 'Poppins',Arial,sans-serif;cursor:pointer;transition:.25s}
.bpbw-newsletter-form button:hover,.bpbw-side-newsletter button:hover,.bpbw-cta-btn:hover{background:var(--bpbw-accent-dark)!important}
.bpbw-newsletter-form button svg,.bpbw-side-newsletter button svg,.bpbw-cta-btn svg{width:15px;height:15px}
.bpbw-newsletter-form button svg path,.bpbw-side-newsletter button svg path,.bpbw-cta-btn svg path{stroke:#fff!important}
.bpbw-newsletter-visual{align-self:stretch;display:flex;justify-content:flex-end;align-items:flex-end;overflow:hidden}
.bpbw-newsletter-visual img{height:150px;width:100%;object-fit:cover;object-position:center;border-radius:12px}

/* Single */
.bpbw-single-hero{background:linear-gradient(90deg,#fff 0%,#fbf5ee 100%);overflow:hidden}
.bpbw-single-hero-shell{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:32px;align-items:center;padding-top:34px;padding-bottom:0;min-height:320px}
.bpbw-single-hero-copy{padding:18px 0 42px;min-width:0}
.bpbw-single-hero .bpbw-badge{position:static;margin-bottom:18px;background:#fbf1e8;border:1px solid var(--bpbw-border);box-shadow:none}
.bpbw-single-title{font-size:52px;line-height:1.15;color:var(--bpbw-heading);font-weight:600;margin:0 0 18px;letter-spacing:-.035em;max-width:660px}
.bpbw-single-excerpt{font-size:16px;line-height:1.75;max-width:650px;margin:0 0 20px;color:var(--bpbw-text)}
.bpbw-single-meta{margin:0}
.bpbw-single-hero-img{height:323px;align-self:stretch;overflow:hidden;border-radius:0 0 0 95px;background:var(--bpbw-soft)}
.bpbw-single-hero-img img{width:100%;height:100%;object-fit:cover;object-position:center}
.bpbw-single-shell{padding-top:36px;padding-bottom:32px}
.bpbw-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:36px;align-items:start}
.bpbw-single-layout.bpbw-no-sidebar{grid-template-columns:1fr}
.bpbw-single-main{min-width:0}
.bpbw-single-content{font-size:16px;line-height:1.85;color:var(--bpbw-text);max-width:780px}
.bpbw-single-content p{margin:0 0 19px}
.bpbw-single-content h2{font-size:35px;line-height:1.25;font-weight:500;color:var(--bpbw-accent-dark);margin:28px 0 10px}
.bpbw-single-content h3{font-size:24px;line-height:1.3;font-weight:600;color:var(--bpbw-heading);margin:24px 0 10px}
.bpbw-single-content ul,.bpbw-single-content ol{padding-left:22px;margin:0 0 20px}
.bpbw-single-content li{margin-bottom:8px}
.bpbw-single-content blockquote{margin:26px 0;padding:24px 28px;background:linear-gradient(90deg,#fbf3ea,#fff);border:1px solid var(--bpbw-border);border-radius:12px;color:var(--bpbw-heading);font-weight:500;position:relative}
.bpbw-single-content blockquote:before{content:'“';font-size:68px;line-height:1;color:var(--bpbw-accent);opacity:.65;margin-right:10px;vertical-align:middle}
.bpbw-single-content img{border-radius:16px;margin:24px 0}
.bpbw-side-search{display:grid;grid-template-columns:1fr 42px;gap:8px;align-items:center}
.bpbw-side-search input{height:52px;border:0!important;outline:0!important;background:#fff!important;box-shadow:none!important;font:400 14px/1 'Poppins',Arial,sans-serif;color:var(--bpbw-heading);min-width:0}
.bpbw-side-search button{width:42px;height:42px;border:0;background:transparent;cursor:pointer}
.bpbw-side-search button svg{width:20px;height:20px}
.bpbw-single-cats li a{border-bottom:1px solid #f0e6dd;padding:10px 0}
.bpbw-single-cats li:last-child a{border-bottom:0}
.bpbw-single-cats em{min-width:28px;height:28px;border-radius:999px;background:#fbf1e8;color:var(--bpbw-accent-dark)!important;display:inline-flex;align-items:center;justify-content:center}
.bpbw-side-newsletter{text-align:center}
.bpbw-side-news-icon{width:58px;height:58px;margin:0 auto 14px}
.bpbw-side-news-icon svg{width:100%;height:100%}
.bpbw-side-newsletter p{font-size:14px;line-height:1.75;margin:0 0 18px}
.bpbw-side-newsletter form{display:grid;gap:10px}
.bpbw-author-box{display:grid;grid-template-columns:74px minmax(0,1fr) 90px;gap:18px;align-items:center;margin-top:30px;background:linear-gradient(90deg,#fbf4ed,#fff);border:1px solid var(--bpbw-border);border-radius:14px;padding:22px 26px}
.bpbw-author-avatar img{border-radius:50%;width:74px;height:74px;object-fit:cover}
.bpbw-author-copy strong{font-size:15px;color:var(--bpbw-heading);display:block;margin-bottom:5px}
.bpbw-author-copy p{margin:0;font-size:13px;line-height:1.7;color:var(--bpbw-text)}
.bpbw-author-icon{width:78px;height:78px;justify-self:end}
.bpbw-author-icon svg{width:100%;height:100%}
.bpbw-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:24px;background:#fbf5ee;border:1px solid var(--bpbw-border);border-radius:14px;overflow:hidden}
.bpbw-post-nav>div{min-width:0}
.bpbw-post-nav>div:first-child{border-right:1px solid var(--bpbw-border)}
.bpbw-nav-link{min-height:74px;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;padding:14px 18px;color:var(--bpbw-heading)}
.bpbw-nav-link.bpbw-next{grid-template-columns:minmax(0,1fr) 48px;text-align:right}
.bpbw-nav-link small{display:block;font-size:12px;color:#91877c;margin-bottom:4px}
.bpbw-nav-link strong{display:block;font-size:14px;line-height:1.35;font-weight:500}
.bpbw-round-icon{width:42px;height:42px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;border:1px solid var(--bpbw-border)}
.bpbw-round-icon svg{width:18px;height:18px}
.bpbw-related{margin-top:32px}
.bpbw-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.bpbw-related-card{position:relative;background:#fff;border:1px solid var(--bpbw-border);border-radius:14px;overflow:hidden;box-shadow:0 10px 34px rgba(89,58,29,.055);padding-bottom:14px}
.bpbw-related-card img{height:112px;width:100%;object-fit:cover;background:var(--bpbw-soft)}
.bpbw-related-card .bpbw-badge{top:74px;left:12px;font-size:10px;min-height:22px;padding:0 9px}
.bpbw-related-card h3{font-size:14px;line-height:1.45;color:var(--bpbw-heading);font-weight:600;margin:18px 14px 10px}
.bpbw-related-card .bpbw-meta{font-size:11px;margin:0 14px;gap:10px}
.bpbw-all-posts{height:38px;border:1px solid var(--bpbw-accent);border-radius:999px;display:inline-flex;align-items:center;gap:8px;justify-content:center;padding:0 20px;margin:18px auto 0;color:var(--bpbw-heading);font-size:14px;font-weight:500;position:relative;left:50%;transform:translateX(-50%);background:#fff}
.bpbw-all-posts svg{width:16px;height:16px}
.bpbw-single-cta{margin-top:32px;display:grid;grid-template-columns:78px minmax(0,1fr) 150px;align-items:center;gap:18px;background:linear-gradient(90deg,#fbf2e8,#fff);border:1px solid var(--bpbw-border);border-radius:16px;padding:24px 28px;box-shadow:0 10px 34px rgba(89,58,29,.055)}
.bpbw-single-cta-icon{width:66px;height:66px}
.bpbw-single-cta-icon svg{width:100%;height:100%}
.bpbw-single-cta h2{font-size:24px;line-height:1.25;margin:0 0 6px;color:var(--bpbw-heading);font-weight:500}
.bpbw-single-cta p{margin:0;font-size:14px;color:var(--bpbw-text)}
.bpbw-cta-btn{padding:0 18px;text-align:center}

/* Responsive */
@media (max-width: 1180px){
  .bpbw-hero-title,.bpbw-single-title{font-size:44px}
  .bpbw-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bpbw-newsletter{grid-template-columns:70px minmax(0,1fr);gap:18px}
  .bpbw-newsletter-form{grid-column:1 / -1}
  .bpbw-newsletter-visual{display:none}
  .bpbw-single-layout,.bpbw-main-layout{grid-template-columns:minmax(0,1fr) 270px}
}
@media (max-width: 1024px){
  .bpbw-shell{padding-left:18px;padding-right:18px}
  .bpbw-hero-shell,.bpbw-single-hero-shell{grid-template-columns:1fr;gap:0;min-height:0;padding-top:28px}
  .bpbw-hero-copy,.bpbw-single-hero-copy{padding-bottom:30px}
  .bpbw-hero-visual,.bpbw-single-hero-img{height:300px;min-height:300px;border-radius:26px}
  .bpbw-main-layout,.bpbw-single-layout{grid-template-columns:1fr}
  .bpbw-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .bpbw-sidebar-box{min-width:0}
  .bpbw-single-content{max-width:none}
}
@media (max-width: 767px){
  .bpbw-shell{padding-left:14px;padding-right:14px}
  .bpbw-hero-shell,.bpbw-single-hero-shell{padding-top:20px}
  .bpbw-breadcrumb,.bpbw-single-breadcrumb{font-size:11px;margin-bottom:18px}
  .bpbw-hero-title,.bpbw-single-title{font-size:clamp(32px,10vw,40px);line-height:1.18}
  .bpbw-hero-text,.bpbw-single-excerpt{font-size:15px;line-height:1.75}
  .bpbw-search-row{grid-template-columns:1fr;gap:10px;max-width:none}
  .bpbw-search-box,.bpbw-cat-toggle{height:52px}
  .bpbw-cat-dropdown{left:0;right:auto;width:100%;top:114px}
  .bpbw-hero-visual,.bpbw-single-hero-img{height:240px;min-height:240px;border-radius:22px}
  .bpbw-content-shell,.bpbw-single-shell{padding-top:28px}
  .bpbw-section-title,.bpbw-newsletter-title{font-size:30px!important;line-height:1.2}
  .bpbw-post-grid,.bpbw-related-grid,.bpbw-sidebar{grid-template-columns:1fr}
  .bpbw-post-img{height:215px}
  .bpbw-card-body{padding:18px}
  .bpbw-post-card h3{font-size:18px}
  .bpbw-sidebar-box{padding:20px 18px}
  .bpbw-newsletter{grid-template-columns:1fr;text-align:center;padding:24px 18px}
  .bpbw-newsletter-icon{margin:0 auto}
  .bpbw-newsletter-form{grid-template-columns:1fr}
  .bpbw-single-content{font-size:15px;line-height:1.8}
  .bpbw-single-content h2{font-size:28px!important}
  .bpbw-author-box{grid-template-columns:1fr;text-align:center;padding:22px 18px}
  .bpbw-author-avatar,.bpbw-author-icon{margin:0 auto;justify-self:center}
  .bpbw-post-nav{grid-template-columns:1fr}
  .bpbw-post-nav>div:first-child{border-right:0;border-bottom:1px solid var(--bpbw-border)}
  .bpbw-nav-link,.bpbw-nav-link.bpbw-next{grid-template-columns:44px minmax(0,1fr);text-align:left}
  .bpbw-nav-link.bpbw-next .bpbw-round-icon{order:-1}
  .bpbw-single-cta{grid-template-columns:1fr;text-align:center;padding:22px 18px}
  .bpbw-single-cta-icon{margin:0 auto}
  .bpbw-cta-btn{width:100%}
}
@media (max-width: 390px){
  .bpbw-hero-title,.bpbw-single-title{font-size:31px}
  .bpbw-post-img{height:195px}
  .bpbw-meta{gap:10px}
}
