/*
Theme Name: Bakers Delights Fullwidth
Template: twentytwentyfive
Version: 1.0.0
*/

:root{--bd-blue:#062a78;--bd-dark:#031b52;--bd-gold:#d8ab44;--bd-gold2:#f3cd72;--bd-cream:#fffaf0;--bd-pink:#ffe9ec;--bd-ink:#101828}
*{box-sizing:border-box}
body{margin:0;background:var(--bd-cream);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--bd-ink)}
.bd-header{position:sticky;top:0;z-index:9999;background:linear-gradient(90deg,var(--bd-dark),var(--bd-blue));border-bottom:4px solid var(--bd-gold);box-shadow:0 8px 24px rgba(0,0,0,.25)}
.bd-header-inner{max-width:1540px;margin:0 auto;display:flex;gap:28px;align-items:center;justify-content:space-between;padding:10px clamp(18px,4vw,56px)}
.bd-logo img{width:150px;height:auto;display:block}
.bd-nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.bd-nav a{color:#fff;text-decoration:none;font-weight:800;font-size:clamp(13px,1vw,16px)}
.bd-nav a:hover{color:var(--bd-gold2)}
.bd-top-banner{background:var(--bd-dark);border-bottom:6px solid var(--bd-gold);text-align:center}
.bd-top-banner img{display:block;width:100%;max-width:1920px;height:auto;margin:0 auto}
.bd-section{padding:clamp(48px,6vw,88px) clamp(22px,5vw,90px);border-bottom:3px solid rgba(216,171,68,.55)}
.bd-white{background:#fff;color:var(--bd-ink)}
.bd-cream{background:var(--bd-cream);color:var(--bd-ink)}
.bd-pink{background:var(--bd-pink);color:var(--bd-ink)}
.bd-blue{background:linear-gradient(120deg,var(--bd-dark),var(--bd-blue));color:#fff}
.bd-wrap{max-width:1440px;margin:0 auto}
.bd-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.bd-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.bd-card{background:#fff;color:var(--bd-ink);border-radius:24px;padding:26px;box-shadow:0 14px 34px rgba(0,0,0,.16)}
.bd-card h3{color:var(--bd-blue);margin-top:0}
.bd-eyebrow{color:var(--bd-gold);font-weight:950;letter-spacing:.18em;text-transform:uppercase}
.bd-section h1,.bd-section h2{font-size:clamp(38px,5vw,78px);line-height:.95;margin:0 0 20px;letter-spacing:-.035em}
.bd-section p{font-size:clamp(18px,1.6vw,23px);max-width:980px}
.bd-line{width:95px;height:4px;background:var(--bd-gold);margin:18px 0 28px}
.bd-button{display:inline-block;background:linear-gradient(180deg,var(--bd-gold2),var(--bd-gold));color:var(--bd-dark)!important;padding:13px 22px;border-radius:999px;font-weight:900;text-decoration:none;margin:6px 8px 6px 0}
.bd-button.alt{background:#fff;color:var(--bd-dark)!important}
.bd-feature-image{width:100%;height:460px;object-fit:cover;border-radius:28px;box-shadow:0 18px 50px rgba(0,0,0,.22)}
.bd-feature-image.contain{object-fit:contain;background:#fff;padding:16px}
.bd-footer{background:linear-gradient(90deg,var(--bd-dark),var(--bd-blue));color:#fff;border-top:4px solid var(--bd-gold);padding:42px clamp(22px,5vw,90px)}
.bd-footer-grid{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;float:none!important;margin:0!important;height:390px!important;min-height:390px!important;background:#fff!important;color:var(--bd-ink)!important;border-radius:22px!important;padding:14px!important;box-shadow:0 10px 26px rgba(0,0,0,.18)!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;overflow:hidden!important}
.woocommerce ul.products li.product img{height:190px!important;width:100%!important;object-fit:contain!important;border-radius:16px!important;background:#fffaf0!important;margin:0 0 12px!important}
.woocommerce-loop-product__title{height:48px!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:15px!important;line-height:1.2!important;color:var(--bd-dark)!important}
.woocommerce ul.products li.product .price{height:28px!important;color:var(--bd-blue)!important;font-weight:900!important}
.woocommerce ul.products li.product .button{margin-top:auto!important;background:var(--bd-blue)!important;color:#fff!important;border-radius:999px!important;text-align:center!important;font-size:14px!important}
@media(max-width:900px){.bd-header-inner{flex-direction:column}.bd-grid,.bd-cards,.bd-footer-grid{grid-template-columns:1fr}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.bd-logo img{width:130px}}
@media(max-width:560px){.woocommerce ul.products{grid-template-columns:1fr!important}}
