/* Baba Furniture Theme 5 — Clean E-commerce. Safe CSS-only storefront layer. */
:root{
  --bf5-ink:#141414;
  --bf5-muted:#6f6f6f;
  --bf5-line:#e8e8e4;
  --bf5-soft:#f6f6f2;
  --bf5-white:#fff;
  --bf5-accent:#8a5a3b;
  --bf5-radius:18px;
  --bf5-wrap:min(1380px,calc(100% - 48px));
}
html{scroll-behavior:smooth}
body{background:#fff;color:var(--bf5-ink);font-family:'DM Sans',Arial,sans-serif}
.ao-topbar-premium{background:#141414!important;min-height:34px!important}
.ao-topbar-inner{min-height:34px!important;font-size:11px!important}
.ao-header{position:sticky!important;top:0!important;z-index:1000!important;background:rgba(255,255,255,.96)!important;border-bottom:1px solid var(--bf5-line)!important;backdrop-filter:blur(14px)}
.ao-header .ao-nav{width:var(--bf5-wrap)!important;min-height:76px!important;height:76px!important;padding:0!important}
.ao-logo strong,.ao-logo-name{font-family:'DM Sans',Arial,sans-serif!important;font-weight:800!important;letter-spacing:-.04em!important}
.ao-logo small{letter-spacing:.25em!important;color:#777!important}
.ao-main-nav{gap:28px!important}
.ao-main-nav a,.ao-category-menu-button{font-size:12px!important;letter-spacing:.02em!important;text-transform:none!important;font-weight:600!important}
.ao-nav-actions{gap:9px!important}
.ao-nav-actions>a,.ao-nav-actions>button{width:40px!important;height:40px!important;border:1px solid var(--bf5-line)!important;border-radius:999px!important;background:#fff!important}
.bf-search-trigger{width:min(260px,22vw)!important;justify-content:flex-start!important;padding:0 15px!important;gap:10px!important;color:#777!important}
.bf-search-trigger:after{content:'Search furniture...';font:500 12px 'DM Sans',Arial,sans-serif;white-space:nowrap}
main{overflow:visible!important}
.bf5-home{width:var(--bf5-wrap);margin:0 auto;padding:24px 0 0}
.bf5-hero{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.32fr);min-height:610px;overflow:hidden;border-radius:24px;background:var(--bf5-soft)}
.bf5-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(38px,6vw,88px)}
.bf5-eyebrow{display:block;margin-bottom:18px;color:var(--bf5-accent);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.bf5-hero h1{max-width:650px;margin:0;font-size:clamp(44px,5.1vw,76px);font-weight:700;line-height:1.02;letter-spacing:-.055em}
.bf5-hero-copy>p{max-width:580px;margin:24px 0 0;color:var(--bf5-muted);font-size:16px;line-height:1.75}
.bf5-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}
.bf5-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid var(--bf5-ink);border-radius:999px;font-size:13px;font-weight:700;transition:.2s}
.bf5-button-dark{background:var(--bf5-ink);color:#fff!important}
.bf5-button-dark:hover{background:var(--bf5-accent);border-color:var(--bf5-accent);transform:translateY(-1px)}
.bf5-button-light{background:transparent;color:var(--bf5-ink)!important}
.bf5-button-light:hover{background:#fff}
.bf5-proof{display:flex;flex-wrap:wrap;gap:16px;margin-top:36px;color:#666;font-size:11px;font-weight:600}
.bf5-proof span:before{content:'✓';margin-right:6px;color:var(--bf5-accent)}
.bf5-hero-media{position:relative;display:block;min-height:610px;overflow:hidden}
.bf5-hero-media:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(0,0,0,.32))}
.bf5-hero-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.bf5-hero-media:hover img{transform:scale(1.025)}
.bf5-hero-media>span{position:absolute;right:26px;bottom:24px;z-index:1;display:flex;align-items:center;gap:14px;padding:11px 13px 11px 18px;border-radius:999px;background:#fff;color:#111;font-size:12px;font-weight:700}
.bf5-hero-media b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#111;color:#fff}
.bf5-trust{display:grid;grid-template-columns:repeat(4,1fr);margin:22px 0 0;border:1px solid var(--bf5-line);border-radius:16px}
.bf5-trust article{display:flex;gap:14px;padding:24px;border-right:1px solid var(--bf5-line)}
.bf5-trust article:last-child{border-right:0}
.bf5-trust article>b{color:#aaa;font-size:11px}
.bf5-trust article div{display:grid;gap:5px}
.bf5-trust strong{font-size:13px}.bf5-trust span{color:#777;font-size:11px;line-height:1.5}
.bf5-section{padding:96px 0 0}
.bf5-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
.bf5-section-head .bf5-eyebrow{margin-bottom:10px}
.bf5-section-head h2{margin:0;font-size:clamp(32px,3.2vw,48px);line-height:1.08;letter-spacing:-.045em}
.bf5-section-head p{margin:12px 0 0;color:var(--bf5-muted);font-size:14px}
.bf5-section-head>a{flex:none;padding-bottom:5px;border-bottom:1px solid #bbb;color:#222;font-size:12px;font-weight:700}
.bf5-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.bf5-category-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:10px;color:#151515}
.bf5-category-media{grid-column:1/-1;aspect-ratio:1.38/1;overflow:hidden;margin-bottom:17px;border-radius:var(--bf5-radius);background:linear-gradient(145deg,#eee,#ddd)}
.bf5-category-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.bf5-category-card:hover img{transform:scale(1.04)}
.bf5-category-card>span{color:#aaa;font-size:10px}.bf5-category-card h3{margin:0;font-size:16px;letter-spacing:-.02em}.bf5-category-card>b{font-size:11px}
.bf5-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.bf5-product-card{min-width:0}
.bf5-product-image{position:relative;display:block;aspect-ratio:.88/1;overflow:hidden;border-radius:16px;background:#f1f1ee}
.bf5-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.bf5-product-card:hover .bf5-product-image img{transform:scale(1.035)}
.bf5-product-image>span{position:absolute;left:12px;top:12px;padding:6px 9px;border-radius:999px;background:#fff;color:#111;font-size:10px;font-weight:800;text-transform:uppercase}
.bf5-product-info{padding:16px 2px 4px}
.bf5-product-info>p{margin:0 0 5px;color:#999;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.09em}
.bf5-product-info h3{margin:0;font-size:14px;line-height:1.45}.bf5-product-info h3 a{color:#181818}
.bf5-price{display:flex;align-items:center;gap:9px;margin-top:10px}.bf5-price strong{font-size:14px}.bf5-price del{color:#aaa;font-size:12px}
.bf5-card-action{display:flex;justify-content:space-between;margin-top:14px;padding-top:12px;border-top:1px solid var(--bf5-line);color:#555;font-size:11px;font-weight:700}
.bf5-custom{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;margin-top:96px;padding:clamp(44px,6vw,82px);border-radius:24px;background:#171717;color:#fff}
.bf5-custom .bf5-eyebrow{color:#c9a98f}.bf5-custom h2{max-width:780px;margin:0;font-size:clamp(36px,4vw,58px);line-height:1.08;letter-spacing:-.05em}
.bf5-custom p{max-width:700px;margin:20px 0 30px;color:#bdbdbd;line-height:1.75}.bf5-custom .bf5-button-dark{background:#fff;border-color:#fff;color:#111!important}
.bf5-custom-notes{display:grid;align-content:center;gap:0}.bf5-custom-notes span{padding:20px 0;border-bottom:1px solid #373737;color:#ddd;font-size:14px}.bf5-custom-notes span:before{content:'✓';margin-right:12px;color:#c9a98f}
.bf5-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.bf5-review-grid article{padding:30px;border:1px solid var(--bf5-line);border-radius:16px}.bf5-stars{color:#aa774f;letter-spacing:.12em}.bf5-review-grid p{min-height:78px;color:#555;line-height:1.7}.bf5-review-grid strong{font-size:12px}
.ao-footer{margin-top:100px!important;padding-top:58px!important;background:#f4f4f0!important;color:#666!important;border-top:1px solid var(--bf5-line)!important}
.ao-footer:before{display:none!important}.ao-footer h4,.ao-footer-logo,.ao-footer-logo strong,.ao-footer-column>a{color:#171717!important}.ao-footer-brand>p,.ao-footer-news>p{color:#777!important}.ao-footer h4:after{background:#171717!important}.ao-footer-news form{border-color:#ddd!important;background:#fff!important}.ao-footer-news input{color:#111!important}.ao-footer-news button{background:#171717!important}.ao-footer-bottom{border-color:#ddd!important;color:#777!important}.ao-socials a{border-color:#ddd!important;background:#fff!important;color:#111!important}
@media(max-width:1050px){.bf5-hero{grid-template-columns:1fr 1.08fr;min-height:540px}.bf5-hero-copy{padding:44px}.bf5-hero-media{min-height:540px}.bf5-trust{grid-template-columns:1fr 1fr}.bf5-trust article:nth-child(2){border-right:0}.bf5-trust article:nth-child(-n+2){border-bottom:1px solid var(--bf5-line)}.bf5-product-grid{grid-template-columns:repeat(3,1fr)}.bf5-custom{grid-template-columns:1fr;gap:28px}}
@media(max-width:760px){:root{--bf5-wrap:calc(100% - 28px)}.ao-topbar-center,.ao-topbar-right{display:none!important}.ao-header .ao-nav{width:var(--bf5-wrap)!important;height:66px!important;min-height:66px!important}.ao-logo-name{font-size:16px!important}.ao-nav-actions>a.ao-customer-tool,.ao-nav-actions>a:not(.ao-cart-icon){display:none!important}.bf-search-trigger{width:40px!important;padding:0!important;justify-content:center!important}.bf-search-trigger:after{display:none}.bf5-home{padding-top:14px}.bf5-hero{grid-template-columns:1fr;min-height:0;border-radius:18px}.bf5-hero-copy{padding:38px 24px}.bf5-hero h1{font-size:42px}.bf5-hero-media{min-height:360px;order:-1}.bf5-proof{gap:10px;margin-top:26px}.bf5-trust{grid-template-columns:1fr;margin-top:14px}.bf5-trust article,.bf5-trust article:nth-child(2){border-right:0;border-bottom:1px solid var(--bf5-line)}.bf5-trust article:last-child{border-bottom:0}.bf5-section{padding-top:70px}.bf5-section-head{align-items:start}.bf5-section-head>a{display:none}.bf5-category-grid{grid-template-columns:1fr 1fr;gap:20px 12px}.bf5-category-card{grid-template-columns:1fr auto}.bf5-category-card>span{display:none}.bf5-category-card h3{font-size:14px}.bf5-category-media{aspect-ratio:1/1}.bf5-product-grid{grid-template-columns:1fr 1fr;gap:22px 12px}.bf5-product-image{border-radius:12px}.bf5-product-info h3{font-size:13px}.bf5-card-action{display:none}.bf5-custom{margin-top:72px;padding:38px 24px;border-radius:18px}.bf5-custom h2{font-size:38px}.bf5-review-grid{grid-template-columns:1fr}.ao-footer{margin-top:74px!important}}
@media(max-width:420px){.bf5-hero h1{font-size:37px}.bf5-actions{display:grid}.bf5-button{width:100%}.bf5-category-card>b{display:none}.bf5-product-grid{gap:20px 10px}.bf5-product-info{padding-top:12px}.bf5-price{display:grid;gap:2px}}

/* Footer contrast correction. Higher specificity keeps builder colours from
   producing black text on the dark storefront footer. */
body .ao-footer.ao-footer{
  background:#211914!important;
  color:#d8cec6!important;
}
body .ao-footer.ao-footer h4,
body .ao-footer.ao-footer .ao-footer-logo,
body .ao-footer.ao-footer .ao-footer-logo strong{
  color:#fff!important;
}
body .ao-footer.ao-footer .ao-footer-logo small{
  color:#c7a58e!important;
}
body .ao-footer.ao-footer .ao-footer-brand>p,
body .ao-footer.ao-footer .ao-footer-news>p{
  color:#c8bbb1!important;
}
body .ao-footer.ao-footer .ao-footer-column>a{
  color:#e6ddd6!important;
}
body .ao-footer.ao-footer .ao-footer-column>a:hover{
  color:#fff!important;
}
body .ao-footer.ao-footer .ao-footer-bottom{
  border-color:rgba(255,255,255,.12)!important;
  color:#b9aaa0!important;
}
body .ao-footer.ao-footer .ao-socials a{
  border-color:rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
}
body .ao-footer.ao-footer .ao-footer-news form{
  border-color:rgba(255,255,255,.18)!important;
  background:#fff!important;
}
body .ao-footer.ao-footer .ao-footer-news input{
  color:#17120f!important;
}
body .ao-footer.ao-footer .ao-payments span{
  border-color:rgba(255,255,255,.15)!important;
  background:rgba(255,255,255,.06)!important;
  color:#d8cec6!important;
}
@media(max-width:560px){
  body .ao-footer.ao-footer{padding-top:36px!important}
  body .ao-footer.ao-footer .ao-footer-grid{gap:24px!important;padding-bottom:28px!important}
  body .ao-footer.ao-footer h4{margin-bottom:13px!important}
  body .ao-footer.ao-footer .ao-footer-column>a{margin-bottom:9px!important}
}
