/*
Theme Name: Bombay Elite Premium
Theme URI: https://example.com/bombay-elite-premium
Author: OpenAI
Description: Premium WooCommerce fashion theme for Bombay Elite Indian High Fashion.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: bombay-elite-premium
*/

:root{
  --be-wine:#5a0b11;
  --be-wine-2:#74151d;
  --be-gold:#c99a43;
  --be-gold-dark:#9b6d21;
  --be-cream:#fbf7f0;
  --be-ivory:#fffdf9;
  --be-ink:#17130f;
  --be-muted:#6f665d;
  --be-line:#e7ddd0;
  --be-green:#1fa85a;
  --be-shadow:0 18px 45px rgba(43,25,11,.12);
  --be-radius:18px;
  --be-serif:Georgia,'Times New Roman',serif;
  --be-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--be-ivory);color:var(--be-ink);font-family:var(--be-sans);font-size:16px;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Announcement */
.be-topbar{background:linear-gradient(90deg,#3d080d,var(--be-wine),#3d080d);color:#fff7e7;font-size:12px;letter-spacing:.02em}
.be-topbar__inner{min-height:38px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;text-align:center}
.be-topbar__item{padding:0 14px;border-right:1px solid rgba(255,255,255,.2);white-space:nowrap}
.be-topbar__item:last-child{border-right:0}
.be-topbar strong{color:#f4cf86;font-weight:700}

/* Header */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,253,249,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(143,110,63,.14)}
.site-header__inner{min-height:86px;display:grid;grid-template-columns:210px 1fr auto;align-items:center;gap:26px}
.site-branding{display:flex;align-items:center;gap:10px;min-width:0}
.site-branding img{width:112px;height:72px;object-fit:contain}
.site-branding__text{display:none}
.primary-nav ul{display:flex;align-items:center;justify-content:center;gap:27px;list-style:none;padding:0;margin:0}
.primary-nav a{font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:650;position:relative}
.primary-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--be-gold);transition:.25s}
.primary-nav a:hover:after,.primary-nav .current-menu-item>a:after{right:0}
.header-actions{display:flex;align-items:center;gap:10px}
.header-icon,.menu-toggle{width:40px;height:40px;border:1px solid var(--be-line);border-radius:50%;background:#fff;display:grid;place-items:center;cursor:pointer;transition:.2s}
.header-icon:hover,.menu-toggle:hover{border-color:var(--be-gold);transform:translateY(-1px)}
.header-icon svg,.menu-toggle svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.7}
.header-shop-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 19px;background:linear-gradient(135deg,var(--be-gold-dark),#d8ab56);color:#fff;border-radius:3px;font-size:12px;font-weight:750;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 6px 16px rgba(150,101,28,.18)}
.menu-toggle{display:none}
.cart-count{position:absolute;transform:translate(12px,-13px);min-width:18px;height:18px;padding:0 4px;border-radius:20px;background:var(--be-wine);color:#fff;font-size:10px;display:grid;place-items:center;font-weight:800}
.header-icon.cart-link{position:relative}

/* Mobile drawer */
.mobile-drawer{position:fixed;inset:0;z-index:200;visibility:hidden;pointer-events:none}
.mobile-drawer.is-open{visibility:visible;pointer-events:auto}
.mobile-drawer__scrim{position:absolute;inset:0;background:rgba(0,0,0,.46);opacity:0;transition:.25s}
.mobile-drawer.is-open .mobile-drawer__scrim{opacity:1}
.mobile-drawer__panel{position:absolute;left:0;top:0;bottom:0;width:min(86vw,390px);background:var(--be-ivory);padding:26px;transform:translateX(-100%);transition:.28s;overflow:auto;box-shadow:20px 0 50px rgba(0,0,0,.15)}
.mobile-drawer.is-open .mobile-drawer__panel{transform:translateX(0)}
.mobile-drawer__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--be-line)}
.mobile-drawer__head img{width:94px;height:75px;object-fit:contain}
.mobile-close{border:0;background:transparent;font-size:28px;cursor:pointer}
.mobile-nav ul{list-style:none;padding:14px 0;margin:0}
.mobile-nav li{border-bottom:1px solid #eee2d5}
.mobile-nav a{display:block;padding:14px 2px;font-family:var(--be-serif);font-size:20px}
.mobile-whatsapp{display:flex;justify-content:center;align-items:center;gap:8px;background:var(--be-green);color:#fff;padding:13px;border-radius:7px;font-weight:700;margin-top:18px}

/* Search */
.be-search-panel{display:none;background:#fff;border-bottom:1px solid var(--be-line);padding:14px 0;box-shadow:0 10px 25px rgba(0,0,0,.05)}
.be-search-panel.is-open{display:block}
.be-search-panel form{display:flex;gap:10px}
.be-search-panel input{flex:1;padding:14px 16px;border:1px solid var(--be-line);border-radius:8px}
.be-search-panel button{padding:0 20px;border:0;background:var(--be-wine);color:#fff;border-radius:8px;font-weight:700}

/* Hero */
.be-hero{position:relative;min-height:510px;overflow:hidden;background:#2b0d0e}
.be-hero__slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease;background-size:cover;background-position:center 35%}
.be-hero__slide.is-active{opacity:1}
.be-hero__slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(32,11,10,.86) 0%,rgba(38,15,12,.61) 36%,rgba(38,15,12,.13) 63%,rgba(38,15,12,.28) 100%)}
.be-hero__content{position:relative;z-index:3;min-height:510px;display:flex;align-items:center}
.be-hero__copy{max-width:560px;color:#fff;padding:65px 0}
.be-eyebrow{display:flex;align-items:center;gap:12px;color:#f0c875;letter-spacing:.27em;font-size:12px;text-transform:uppercase;font-weight:700}
.be-eyebrow:before{content:"";width:36px;height:1px;background:#f0c875}
.be-hero h1{font-family:var(--be-serif);font-size:clamp(48px,5.5vw,78px);line-height:.96;margin:18px 0 20px;letter-spacing:-.03em;font-weight:500}
.be-hero h1 em{color:#e8bd6b;font-weight:500}
.be-hero p{font-size:18px;max-width:520px;color:#f7eee3;margin:0 0 28px}
.be-hero__buttons{display:flex;gap:12px;flex-wrap:wrap}
.be-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 23px;border:1px solid transparent;border-radius:3px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;font-weight:800;transition:.2s}
.be-btn--gold{background:linear-gradient(135deg,#d5a64b,#b67c20);color:#fff}
.be-btn--outline{border-color:rgba(255,255,255,.66);color:#fff;background:rgba(0,0,0,.08)}
.be-btn:hover{transform:translateY(-2px)}
.be-hero__dots{position:absolute;left:50%;bottom:22px;z-index:5;display:flex;gap:8px;transform:translateX(-50%)}
.be-hero__dot{width:9px;height:9px;border:1px solid #fff;border-radius:50%;background:transparent;padding:0;cursor:pointer}
.be-hero__dot.is-active{background:#fff}

/* Benefit strip */
.be-benefits{border-bottom:1px solid var(--be-line);background:#fff}
.be-benefits__grid{display:grid;grid-template-columns:repeat(5,1fr)}
.be-benefit{display:flex;align-items:center;gap:12px;padding:18px 16px;border-right:1px solid var(--be-line)}
.be-benefit:last-child{border-right:0}
.be-benefit__icon{width:37px;height:37px;color:var(--be-gold-dark);flex:0 0 auto}
.be-benefit__icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.5}
.be-benefit strong{font-family:var(--be-serif);display:block;font-size:15px}
.be-benefit span{display:block;font-size:11px;color:var(--be-muted);line-height:1.35}

/* Sections */
.be-section{padding:48px 0}
.be-section--tight{padding:32px 0}
.be-section__head{text-align:center;margin-bottom:26px}
.be-section__head h2{font-family:var(--be-serif);font-size:clamp(32px,4vw,45px);font-weight:500;margin:0;letter-spacing:-.02em}
.be-section__head p{text-transform:uppercase;font-size:11px;letter-spacing:.24em;color:var(--be-muted);margin:5px 0 0}
.be-title-line{display:flex;align-items:center;justify-content:center;gap:18px}
.be-title-line:before,.be-title-line:after{content:"";width:44px;height:1px;background:#d1b47c}

/* Categories */
.be-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.be-category{position:relative;min-height:315px;overflow:hidden;background:#ddd;box-shadow:0 10px 30px rgba(40,24,11,.08)}
.be-category img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transform:scale(1.01);transition:.45s}
.be-category:hover img{transform:scale(1.06)}
.be-category:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 25%,rgba(20,8,6,.74) 100%)}
.be-category__copy{position:absolute;z-index:2;left:18px;right:18px;bottom:18px;color:#fff;text-align:center}
.be-category__copy h3{font-family:var(--be-serif);font-size:25px;font-weight:500;margin:0}
.be-category__copy p{font-size:12px;margin:3px 0 8px;color:#f1e8dd}
.be-category__copy span{font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:800}

/* Products */
.be-products-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}
.be-products-head .be-section__head{margin:0;text-align:left}
.be-products-head .be-title-line{justify-content:flex-start}
.be-view-all{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--be-wine)}
.be-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.be-product-card{position:relative}
.be-product-card__image{position:relative;background:#f0e7dc;aspect-ratio:4/5;overflow:hidden;margin-bottom:11px}
.be-product-card__image img{width:100%;height:100%;object-fit:cover;transition:.35s}
.be-product-card:hover img{transform:scale(1.035)}
.be-product-card__badge{position:absolute;top:10px;left:10px;background:var(--be-wine);color:#fff;border-radius:50px;font-size:9px;letter-spacing:.06em;padding:6px 9px;text-transform:uppercase;font-weight:800}
.be-product-card__wish{position:absolute;right:10px;top:10px;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.91);display:grid;place-items:center;font-size:19px}
.be-product-card h3{font-family:var(--be-serif);font-size:17px;margin:0 0 2px;font-weight:500}
.be-price{font-weight:800;color:var(--be-wine);font-size:15px}
.be-price del{color:#9d9389;font-weight:500;margin-right:5px}
.be-stars{font-size:11px;color:#cb8d22;letter-spacing:.07em;margin-top:4px}

/* WooCommerce native */
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important}
.woocommerce ul.products li.product a img{aspect-ratio:4/5;object-fit:cover;margin-bottom:12px!important;background:#f3ece3}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--be-serif);font-size:17px!important;color:var(--be-ink);padding:0!important}
.woocommerce ul.products li.product .price{color:var(--be-wine)!important;font-weight:800!important}
.woocommerce ul.products li.product .button{background:var(--be-wine)!important;color:#fff!important;border-radius:3px!important;text-transform:uppercase;font-size:10px;letter-spacing:.08em;padding:12px 14px!important}
.woocommerce div.product .product_title{font-family:var(--be-serif);font-size:42px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--be-wine)!important}
.woocommerce button.button.alt,.woocommerce a.button.alt{background:var(--be-wine)!important}

/* Editorial */
.be-editorial{background:linear-gradient(135deg,#4e090d,#7b1c24);color:#fff;overflow:hidden}
.be-editorial__grid{display:grid;grid-template-columns:1.05fr 1fr;min-height:340px}
.be-editorial__image{position:relative;overflow:hidden}
.be-editorial__image img{width:100%;height:100%;object-fit:cover}
.be-editorial__content{padding:50px;display:flex;flex-direction:column;justify-content:center}
.be-editorial__content h2{font-family:var(--be-serif);font-size:43px;line-height:1.05;font-weight:500;margin:0 0 13px}
.be-editorial__content p{color:#f2dedc;max-width:470px}

/* Quote */
.be-quote{text-align:center;padding:26px 20px;background:#fbf8f3;border-top:1px solid var(--be-line);border-bottom:1px solid var(--be-line)}
.be-quote blockquote{font-family:var(--be-serif);font-size:25px;font-style:italic;margin:0}
.be-quote cite{display:block;margin-top:5px;font-size:10px;text-transform:uppercase;letter-spacing:.22em;color:var(--be-muted);font-style:normal}

/* Newsletter */
.be-newsletter{background:var(--be-wine);color:#fff;padding:25px 0}
.be-newsletter__inner{display:grid;grid-template-columns:1fr 1.2fr;gap:30px;align-items:center}
.be-newsletter h3{font-family:var(--be-serif);font-size:26px;margin:0}
.be-newsletter p{margin:3px 0 0;color:#f6dedd;font-size:13px}
.be-newsletter form{display:flex}
.be-newsletter input{flex:1;min-width:0;border:0;padding:14px 16px}
.be-newsletter button{border:0;background:#d9aa51;color:#271507;font-weight:800;text-transform:uppercase;font-size:11px;padding:0 24px;cursor:pointer}

/* Footer */
.site-footer{background:#16120f;color:#e9e1d7;padding:46px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:48px}
.footer-brand img{width:130px;height:120px;object-fit:contain;filter:drop-shadow(0 7px 18px rgba(207,156,61,.12))}
.footer-brand p{font-size:13px;color:#bdb3aa;max-width:320px}
.footer-col h4{font-family:var(--be-serif);font-size:20px;margin:3px 0 14px;color:#fff}
.footer-col ul{list-style:none;margin:0;padding:0}
.footer-col li{margin:7px 0}
.footer-col a{color:#cfc6bd;font-size:13px}
.footer-col a:hover{color:#fff}
.footer-contact{font-size:13px;color:#cfc6bd;line-height:1.9}
.footer-bottom{border-top:1px solid rgba(210,172,105,.25);margin-top:35px;padding-top:17px;display:flex;justify-content:space-between;gap:20px;color:#938b83;font-size:11px}

/* Floating WhatsApp */
.be-wa-float{position:fixed;right:22px;bottom:22px;z-index:150;width:58px;height:58px;border-radius:50%;background:#1ebc61;color:#fff;display:grid;place-items:center;box-shadow:0 11px 30px rgba(26,164,83,.34);transition:.2s}
.be-wa-float:hover{transform:translateY(-3px) scale(1.03)}
.be-wa-float svg{width:31px;height:31px;fill:currentColor}
.be-product-whatsapp{display:flex;align-items:center;justify-content:center;gap:8px;background:#1ebc61!important;color:#fff!important;border-radius:4px;padding:14px 18px;margin-top:12px;font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:.04em}

/* Generic content */
.site-main,.be-content{min-height:45vh}
.page-shell{padding:52px 0}
.page-shell h1,.archive-title{font-family:var(--be-serif);font-size:44px;font-weight:500}
.entry-content{max-width:840px}
.entry-content>*{max-width:100%}
.be-card{background:#fff;border:1px solid var(--be-line);padding:26px;border-radius:12px}
.search-results-grid,.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.post-card{background:#fff;border:1px solid var(--be-line);padding:18px}
.post-card h2{font-family:var(--be-serif)}

@media(max-width:1020px){
  .site-header__inner{grid-template-columns:140px 1fr auto;gap:12px}
  .primary-nav ul{gap:15px}
  .primary-nav a{font-size:11px}
  .header-shop-button{display:none}
  .be-category-grid{grid-template-columns:repeat(3,1fr)}
  .be-product-grid,.woocommerce ul.products{grid-template-columns:repeat(3,1fr)!important}
  .be-benefits__grid{grid-template-columns:repeat(3,1fr)}
  .be-benefit:nth-child(3){border-right:0}
  .footer-grid{grid-template-columns:1.3fr 1fr 1fr}
  .footer-col:last-child{grid-column:2/4}
}
@media(max-width:780px){
  .container{width:min(100% - 26px,1180px)}
  .be-topbar__inner{display:flex;overflow:hidden;justify-content:center;min-height:34px}
  .be-topbar__item{display:none;border:0}
  .be-topbar__item:first-child{display:block}
  .site-header__inner{min-height:72px;grid-template-columns:auto 1fr auto}
  .site-branding{justify-content:center}
  .site-branding img{width:92px;height:62px}
  .primary-nav{display:none}
  .menu-toggle{display:grid}
  .header-actions .account-link,.header-actions .wishlist-link{display:none}
  .header-actions{gap:6px}
  .header-icon{width:38px;height:38px}
  .be-hero,.be-hero__content{min-height:585px}
  .be-hero__slide{background-position:59% center}
  .be-hero__slide:before{background:linear-gradient(0deg,rgba(30,9,8,.88) 0%,rgba(30,9,8,.58) 48%,rgba(30,9,8,.08) 100%)}
  .be-hero__content{align-items:end}
  .be-hero__copy{padding:0 0 72px;max-width:100%}
  .be-hero h1{font-size:48px;max-width:390px}
  .be-hero p{font-size:16px;max-width:390px}
  .be-benefits__grid{display:flex;overflow:auto;scroll-snap-type:x mandatory}
  .be-benefit{min-width:235px;scroll-snap-align:start}
  .be-category-grid{display:flex;overflow:auto;gap:12px;scroll-snap-type:x mandatory;padding-bottom:5px}
  .be-category{min-width:72vw;min-height:390px;scroll-snap-align:start}
  .be-product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important;gap:14px}
  .be-products-head{align-items:center}
  .be-products-head .be-section__head p{display:none}
  .be-section{padding:38px 0}
  .be-editorial__grid{grid-template-columns:1fr}
  .be-editorial__image{height:300px}
  .be-editorial__content{padding:34px 22px}
  .be-editorial__content h2{font-size:36px}
  .be-newsletter__inner{grid-template-columns:1fr;gap:15px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px}
  .footer-brand{grid-column:1/3}
  .footer-col:last-child{grid-column:auto}
  .footer-bottom{flex-direction:column}
  .search-results-grid,.archive-grid{grid-template-columns:1fr}
}
@media(max-width:480px){
  .be-hero h1{font-size:43px}
  .be-hero__buttons{display:grid;grid-template-columns:1fr}
  .be-btn{width:100%}
  .be-product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}
  .be-product-card h3,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important}
  .be-category{min-width:80vw}
  .be-title-line:before,.be-title-line:after{width:26px}
  .footer-grid{grid-template-columns:1fr}
  .footer-brand,.footer-col:last-child{grid-column:auto}
  .be-newsletter form{display:grid;grid-template-columns:1fr auto}
}
