/* =====================================================
   VELORA ENTERPRISES — Brand Stylesheet
   Display: Cormorant Garamond | Body/UI: Jost
   Palette: Cream #FBF7EF | Charcoal #221F1A | Gold #C9A227
            Deep Gold #9C7A1A | Sage #5C7156 | Sage Light #E7EEE2
   ===================================================== */

:root{
  --cream:#FBF7EF;
  --cream-deep:#F3ECDD;
  --charcoal:#221F1A;
  --charcoal-soft:#3A352C;
  --gold:#C9A227;
  --gold-deep:#9C7A1A;
  --gold-pale:#F1E4BA;
  --sage:#5C7156;
  --sage-light:#E7EEE2;
  --sage-deep:#3F4F3A;
  --white:#FFFFFF;
  --muted:#7A7263;
  --line:#E4DCC8;
  --shadow-soft: 0 10px 30px rgba(34,31,26,.08);
  --shadow-deep: 0 20px 50px rgba(34,31,26,.18);
  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 8px;
  --font-display:'Cormorant Garamond', serif;
  --font-body:'Jost', sans-serif;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:var(--font-body);
  color:var(--charcoal);
  background:var(--cream);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
::selection{background:var(--gold-pale);}

.eyebrow{
  font-family:var(--font-body);
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.78rem;
  font-weight:600;
  color:var(--gold-deep);
  margin-bottom:.5rem;
}
.text-gold{color:var(--gold-deep);}
.section-title{
  font-family:var(--font-display);
  font-weight:600;
  font-size:clamp(1.9rem,3.2vw,2.7rem);
  line-height:1.15;
  color:var(--charcoal);
}
.section-text{
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.7;
}
.divider-gold{
  width:64px;height:3px;background:var(--gold);
  border-radius:3px;margin:1.1rem 0 1.4rem;
}
.divider-gold.divider-light{background:var(--gold);}

/* Buttons */
.btn-velora-gold{
  background:var(--gold);
  border:1px solid var(--gold);
  color:var(--charcoal);
  font-weight:600;
  letter-spacing:.03em;
  padding:.7rem 1.6rem;
  border-radius:999px;
  transition:.25s ease;
}
.btn-velora-gold:hover{
  background:var(--gold-deep);
  border-color:var(--gold-deep);
  color:var(--white);
  transform:translateY(-1px);
}
.btn-velora-outline{
  background:transparent;
  border:1.5px solid var(--charcoal);
  color:var(--charcoal);
  font-weight:600;
  padding:.7rem 1.6rem;
  border-radius:999px;
  transition:.25s ease;
}
.btn-velora-outline:hover{
  background:var(--charcoal);
  color:var(--cream);
}

/* =================== NAV =================== */
.velora-nav{
  background:rgba(251,247,239,.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
  padding:.55rem 0;
  transition:.3s ease;
}
.nav-logo{width:42px;height:42px;border-radius:50%;object-fit:cover;}
.nav-brand-text{
  font-family:var(--font-display);
  font-weight:600;
  font-size:1.25rem;
  letter-spacing:.04em;
  color:var(--charcoal);
}
.nav-brand-sub{font-size:.7rem;letter-spacing:.18em;color:var(--gold-deep);display:block;font-family:var(--font-body);font-weight:600;}
.navbar-nav .nav-link{
  font-weight:500;
  color:var(--charcoal-soft);
  margin:0 .35rem;
  position:relative;
}
.navbar-nav .nav-link:hover{color:var(--gold-deep);}
.navbar-nav .nav-link.active-link{color:var(--gold-deep);}

/* Cart icon in nav */
.nav-cart-btn{
  position:relative;
  background:transparent;
  border:1.5px solid var(--charcoal);
  width:42px;height:42px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:1.05rem;
  color:var(--charcoal);
  transition:.2s;
}
.nav-cart-btn:hover{background:var(--charcoal);color:var(--cream);}
.cart-count-badge{
  position:absolute;top:-6px;right:-6px;
  background:var(--gold-deep);
  color:#fff;
  font-size:.65rem;
  font-weight:700;
  min-width:19px;height:19px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  border:2px solid var(--cream);
  padding:0 2px;
}

/* =================== HERO =================== */
.hero{
  position:relative;
  padding:150px 0 90px;
  background:linear-gradient(160deg,var(--cream) 0%,var(--cream-deep) 100%);
  overflow:hidden;
}
.hero-feather{position:absolute;border-radius:50%;filter:blur(60px);opacity:.5;z-index:0;}
.hero-feather-left{width:380px;height:380px;background:var(--gold-pale);top:-120px;left:-140px;}
.hero-feather-right{width:320px;height:320px;background:var(--sage-light);bottom:-100px;right:-120px;}
.hero-inner{position:relative;z-index:1;}
.hero-logo{max-width:300px;filter:drop-shadow(0 18px 40px rgba(34,31,26,.18));}
.hero-title{
  font-family:var(--font-display);
  font-weight:700;
  font-size:clamp(2.4rem,5vw,3.6rem);
  line-height:1.08;
  margin-bottom:1.1rem;
}
.hero-tagline{font-size:1.08rem;color:var(--charcoal-soft);line-height:1.7;max-width:520px;}
.hero-stats{max-width:480px;}
.stat-num{font-family:var(--font-display);font-weight:700;font-size:2rem;color:var(--gold-deep);}
.stat-label{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);}
.hero-wave{position:absolute;bottom:-2px;left:0;width:100%;line-height:0;}
.hero-wave svg{width:100%;height:60px;}
.hero-wave path{fill:var(--white);}

/* =================== TRUST STRIP =================== */
.trust-strip{background:var(--white);padding:2.2rem 0;border-bottom:1px solid var(--line);}
.trust-strip i{font-size:1.6rem;color:var(--gold-deep);display:block;margin-bottom:.4rem;}
.trust-strip p{font-size:.85rem;color:var(--charcoal-soft);font-weight:500;margin:0;}

/* =================== ABOUT =================== */
.section-about{background:var(--white);padding:90px 0;}
.about-photo-card{border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-soft);}
.about-photo-card img{width:100%;height:100%;object-fit:cover;transition:.4s;}
.about-photo-card:hover img{transform:scale(1.05);}
.about-photo-card.tall{height:100%;min-height:380px;}
.about-photo-card.short{height:182px;}

/* =================== BRANDS (overview cards) =================== */
.section-brands{background:var(--cream-deep);padding:90px 0;}
.brand-card{
  background:var(--white);
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  height:100%;
  transition:.3s ease;
}
.brand-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-deep);}
.brand-card-img{height:190px;overflow:hidden;}
.brand-card-img img{width:100%;height:100%;object-fit:cover;}
.brand-card-body{padding:1.4rem 1.5rem 1.6rem;}
.brand-card-body h3{font-family:var(--font-display);font-weight:600;font-size:1.4rem;margin-bottom:.6rem;}
.brand-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.4rem;}
.brand-list li{
  font-size:.78rem;
  background:var(--gold-pale);
  color:var(--gold-deep);
  padding:.28rem .7rem;
  border-radius:999px;
  font-weight:500;
}
.brand-card-green .brand-list li{background:var(--sage-light);color:var(--sage-deep);}

/* =================== SHOP =================== */
.section-shop{background:var(--white);padding:90px 0 70px;}
.shop-filter-bar{
  display:flex;flex-wrap:wrap;gap:.6rem;
  margin-bottom:2.4rem;
}
.shop-filter-pill{
  font-family:var(--font-body);
  font-size:.85rem;
  font-weight:600;
  padding:.55rem 1.3rem;
  border-radius:999px;
  border:1.5px solid var(--line);
  background:var(--cream);
  color:var(--charcoal-soft);
  cursor:pointer;
  transition:.2s ease;
}
.shop-filter-pill:hover{border-color:var(--gold);color:var(--gold-deep);}
.shop-filter-pill.active{
  background:var(--charcoal);
  border-color:var(--charcoal);
  color:var(--cream);
}

.product-card{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:var(--radius-md);
  overflow:hidden;
  height:100%;
  display:flex;flex-direction:column;
  transition:.25s ease;
  position:relative;
}
.product-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-3px);}
.product-img-wrap{height:200px;overflow:hidden;position:relative;background:var(--cream-deep);}
.product-img-wrap img{width:100%;height:100%;object-fit:cover;}
.product-brand-tag{
  position:absolute;top:.6rem;left:.6rem;
  font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
  background:rgba(34,31,26,.78);
  color:#fff;
  padding:.3rem .65rem;
  border-radius:999px;
}
.product-brand-tag.tag-sage{background:rgba(63,79,58,.85);}
.product-body{padding:1.1rem 1.2rem 1.3rem;display:flex;flex-direction:column;flex:1;}
.product-body h4{
  font-family:var(--font-display);
  font-weight:600;
  font-size:1.18rem;
  margin-bottom:.2rem;
}
.product-desc{font-size:.83rem;color:var(--muted);margin-bottom:.7rem;flex:1;}
.product-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;}
.product-price{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--gold-deep);}
.product-price small{font-family:var(--font-body);font-size:.7rem;color:var(--muted);font-weight:400;}

.qty-stepper{
  display:flex;align-items:center;
  border:1.5px solid var(--line);
  border-radius:999px;
  overflow:hidden;
}
.qty-stepper button{
  background:var(--cream);
  border:none;
  width:30px;height:30px;
  font-size:1rem;
  color:var(--charcoal);
  cursor:pointer;
}
.qty-stepper button:hover{background:var(--gold-pale);}
.qty-stepper span{width:32px;text-align:center;font-weight:600;font-size:.9rem;}

.add-to-cart-btn{
  width:100%;
  margin-top:.8rem;
  background:var(--charcoal);
  color:var(--cream);
  border:none;
  border-radius:999px;
  padding:.6rem 0;
  font-weight:600;
  font-size:.88rem;
  letter-spacing:.02em;
  transition:.2s;
}
..add-to-cart-btn:hover{background:var(--gold-deep);}
.add-to-cart-btn.added{background:var(--sage-deep);}

.enquire-btn{
  background:#25d366;
  color:#fff;
  border:none;
  border-radius:999px;
  padding:.72rem 1rem;
  font-weight:700;
  font-size:.88rem;
  letter-spacing:.01em;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  transition:.2s ease;
  cursor:pointer;
}
.enquire-btn:hover{background:#1ea952;}

.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:999;
  display:flex;
  align-items:center;
  gap:.6rem;
  padding:.9rem 1.1rem;
  border-radius:999px;
  background:#25d366;
  color:#fff;
  font-weight:700;
  box-shadow:var(--shadow-deep);
  transition:.2s ease;
}
.whatsapp-float:hover{transform:translateY(-2px);background:#1ea952;}
.whatsapp-float i{font-size:1.3rem;}

@media (max-width:575px){
  .whatsapp-float{right:16px;bottom:16px;padding:.8rem .95rem;}
}

/* =================== ACADEMIES =================== */
.section-academies{background:var(--charcoal);padding:90px 0;}
.academy-card{
  background:var(--charcoal-soft);
  border:1px solid rgba(201,162,39,.25);
  border-radius:var(--radius-lg);
  padding:2.2rem 2rem;
  height:100%;
  color:var(--cream);
}
.academy-icon{
  width:58px;height:58px;border-radius:50%;
  background:var(--gold-pale);
  display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;color:var(--gold-deep);
  margin-bottom:1.1rem;
}
.academy-card h3{font-family:var(--font-display);font-weight:600;font-size:1.55rem;margin-bottom:.2rem;}
.academy-strap{color:var(--gold);font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.2rem;}
.academy-list{list-style:none;padding:0;margin-bottom:1.4rem;}
.academy-list li{padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,.08);color:#E8E3D6;font-size:.95rem;}
.academy-list i{color:var(--gold);margin-right:.6rem;}
.academy-motto{font-family:var(--font-display);font-style:italic;font-size:1.05rem;color:var(--gold-pale);margin-bottom:1.2rem;}

/* =================== SERVICES =================== */
.section-services{background:var(--cream-deep);padding:80px 0;}
.col-lg-1-5{flex:0 0 auto;width:16.6667%;}
.service-pill{
  background:var(--white);
  border-radius:var(--radius-md);
  padding:1.4rem .8rem;
  box-shadow:var(--shadow-soft);
  height:100%;
}
.service-pill i{font-size:1.6rem;color:var(--gold-deep);display:block;margin-bottom:.5rem;}
.service-pill span{font-size:.78rem;font-weight:600;color:var(--charcoal-soft);}

/* =================== TESTIMONIALS =================== */
.section-testimonials{background:var(--white);padding:90px 0;}
.testimonial-card{
  background:var(--cream);
  border-radius:var(--radius-md);
  padding:2rem 1.7rem;
  height:100%;
  border:1px solid var(--line);
}
.testimonial-card i{font-size:1.6rem;color:var(--gold);margin-bottom:.8rem;display:block;}
.testimonial-card p{font-style:italic;color:var(--charcoal-soft);line-height:1.7;}
.testimonial-name{margin-top:1rem;font-weight:600;font-size:.85rem;color:var(--gold-deep);}

/* =================== CONTACT =================== */
.section-contact{background:var(--charcoal);padding:90px 0;}
.text-light-muted{color:#C9C2B0;}
.contact-row{
  display:flex;align-items:center;gap:.9rem;
  padding:.7rem 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#E8E3D6;
  transition:.2s;
}
.contact-row:hover{color:var(--gold);}
.contact-row i{font-size:1.1rem;color:var(--gold);width:22px;}
.contact-row-static:hover{color:#E8E3D6;}
.contact-form{
  background:var(--cream);
  border-radius:var(--radius-lg);
  padding:2rem;
  box-shadow:var(--shadow-deep);
}
.contact-form .form-label{font-weight:600;font-size:.85rem;color:var(--charcoal-soft);}
.contact-form .form-control,.contact-form .form-select{
  border:1.5px solid var(--line);
  border-radius:var(--radius-sm);
  padding:.65rem .9rem;
}
.contact-form .form-control:focus,.contact-form .form-select:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 3px var(--gold-pale);
}
.form-note{font-size:.78rem;color:var(--muted);margin-top:.6rem;text-align:center;}

/* =================== FOOTER =================== */
.velora-footer{background:var(--charcoal);padding:2.2rem 0 1.6rem;border-top:1px solid rgba(201,162,39,.2);}
.footer-logo{width:38px;height:38px;border-radius:50%;object-fit:cover;}
.footer-brand{font-family:var(--font-display);font-weight:600;color:var(--cream);letter-spacing:.04em;}
.footer-tagline{font-family:var(--font-display);font-style:italic;color:var(--gold-pale);}
.footer-social a{
  width:38px;height:38px;border-radius:50%;
  border:1px solid rgba(201,162,39,.4);
  display:flex;align-items:center;justify-content:center;
  color:var(--gold);
}
.footer-social a:hover{background:var(--gold);color:var(--charcoal);}
.velora-footer hr{border-color:rgba(255,255,255,.1);margin:1.6rem 0 1rem;}
.footer-copy{color:#9B9486;font-size:.82rem;}

/* =================== BACK TO TOP =================== */
.back-to-top{
  position:fixed;bottom:128px;right:24px;
  width:46px;height:46px;border-radius:50%;
  background:var(--charcoal);color:var(--cream);
  display:flex;align-items:center;justify-content:center;
  box-shadow:var(--shadow-deep);
  opacity:0;visibility:hidden;
  transition:.3s;
  z-index:998;
}
.back-to-top.show{opacity:1;visibility:visible;}
.back-to-top:hover{background:var(--gold-deep);}

/* =================== FLOATING CART BUTTON =================== */
.floating-cart-btn{
  position:fixed;bottom:24px;right:80px;
  background:var(--gold-deep);
  color:#fff;
  border:none;
  border-radius:999px;
  padding:.85rem 1.4rem;
  display:flex;align-items:center;gap:.6rem;
  font-weight:600;font-size:.92rem;
  box-shadow:var(--shadow-deep);
  z-index:998;
  transition:.25s;
}
.floating-cart-btn:hover{background:var(--charcoal);transform:translateY(-2px);}
.floating-cart-btn .badge-count{
  background:#fff;color:var(--gold-deep);
  border-radius:50%;
  width:22px;height:22px;
  display:flex;align-items:center;justify-content:center;
  font-size:.75rem;font-weight:700;
}

/* =================== CART DRAWER =================== */
.cart-overlay{
  position:fixed;inset:0;
  background:rgba(34,31,26,.55);
  opacity:0;visibility:hidden;
  transition:.3s;
  z-index:1050;
}
.cart-overlay.open{opacity:1;visibility:visible;}

.cart-drawer{
  position:fixed;top:0;right:0;
  width:min(420px,92vw);
  height:100%;
  background:var(--cream);
  box-shadow:-20px 0 50px rgba(0,0,0,.25);
  transform:translateX(100%);
  transition:.35s cubic-bezier(.4,0,.2,1);
  z-index:1060;
  display:flex;flex-direction:column;
}
.cart-drawer.open{transform:translateX(0);}

.cart-drawer-header{
  padding:1.4rem 1.5rem;
  border-bottom:1px solid var(--line);
  display:flex;align-items:center;justify-content:space-between;
  background:var(--white);
}
.cart-drawer-header h3{
  font-family:var(--font-display);font-weight:600;font-size:1.4rem;margin:0;
}
.cart-drawer-header .ticket-notch{font-size:.75rem;color:var(--muted);letter-spacing:.05em;}
.cart-close-btn{
  background:none;border:none;font-size:1.4rem;color:var(--charcoal);cursor:pointer;line-height:1;
}

.cart-drawer-body{
  flex:1;overflow-y:auto;
  padding:1.2rem 1.5rem;
}
.cart-empty{
  text-align:center;padding:3rem 1rem;color:var(--muted);
}
.cart-empty i{font-size:2.4rem;color:var(--gold-pale);display:block;margin-bottom:1rem;}

.cart-item{
  display:flex;gap:.9rem;
  padding:.9rem 0;
  border-bottom:1px dashed var(--line);
}
.cart-item img{width:62px;height:62px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;}
.cart-item-info{flex:1;min-width:0;}
.cart-item-info h5{font-family:var(--font-display);font-weight:600;font-size:1rem;margin:0 0 .15rem;}
.cart-item-info .item-brand{font-size:.7rem;color:var(--gold-deep);text-transform:uppercase;letter-spacing:.04em;font-weight:600;}
.cart-item-controls{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;}
.cart-item-remove{background:none;border:none;color:var(--muted);font-size:.78rem;cursor:pointer;text-decoration:underline;}
.cart-item-remove:hover{color:#b5453c;}
.cart-item-price{font-weight:600;color:var(--charcoal);font-size:.9rem;}

.cart-drawer-footer{
  padding:1.3rem 1.5rem 1.5rem;
  border-top:1px solid var(--line);
  background:var(--white);
}
.cart-total-row{
  display:flex;justify-content:space-between;align-items:baseline;
  margin-bottom:1rem;
}
.cart-total-row .label{font-weight:600;color:var(--charcoal-soft);}
.cart-total-row .amount{font-family:var(--font-display);font-weight:700;font-size:1.6rem;color:var(--gold-deep);}
.cart-note{font-size:.76rem;color:var(--muted);margin-bottom:1rem;line-height:1.5;}
.checkout-btn{
  width:100%;
  background:#25D366;
  color:#fff;
  border:none;
  border-radius:999px;
  padding:.8rem 0;
  font-weight:700;
  font-size:.95rem;
  display:flex;align-items:center;justify-content:center;gap:.6rem;
  transition:.2s;
}
.checkout-btn:hover{background:#1ea952;}
.clear-cart-btn{
  width:100%;
  background:none;border:none;
  color:var(--muted);
  font-size:.8rem;
  margin-top:.7rem;
  text-decoration:underline;
  cursor:pointer;
}

/* =================== TOAST =================== */
.velora-toast{
  position:fixed;
  bottom:90px;right:24px;
  background:var(--charcoal);
  color:var(--cream);
  padding:.8rem 1.3rem;
  border-radius:999px;
  font-size:.85rem;
  font-weight:600;
  box-shadow:var(--shadow-deep);
  display:flex;align-items:center;gap:.6rem;
  opacity:0;
  transform:translateY(10px);
  transition:.3s;
  z-index:1100;
  pointer-events:none;
}
.velora-toast.show{opacity:1;transform:translateY(0);}
.velora-toast i{color:var(--gold);}

/* =================== RESPONSIVE =================== */
@media (max-width:991px){
  .col-lg-1-5{width:33.3333%;}
  .hero{padding:130px 0 70px;}
  .floating-cart-btn{right:16px;bottom:16px;}
  .back-to-top{display:none;}
}
@media (max-width:575px){
  .col-lg-1-5{width:50%;}
  .about-photo-card.tall{min-height:240px;}
  .floating-cart-btn span.btn-label{display:none;}
  .floating-cart-btn{padding:.85rem;border-radius:50%;}
}