:root{
  --bg:#080705;
  --bg-soft:#11100d;
  --bg-card:#14120e;
  --line:rgba(232,191,106,.16);
  --line-strong:rgba(232,191,106,.32);
  --gold:#E8BF6A;
  --gold-2:#C8973A;
  --gold-3:#8B6523;
  --ivory:#f5edd8;
  --muted:#c2b7a1;
  --text:#f7f1e6;
  --shadow:0 18px 60px rgba(0,0,0,.45);
  --radius:24px;
  --radius-sm:16px;
  --container:min(1240px, calc(100% - 32px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Montserrat',sans-serif;background:radial-gradient(circle at top, #1a130b 0%, #0c0a08 30%, #080705 65%, #060504 100%);color:var(--text);line-height:1.6;overflow-x:hidden}
body.hidden-overflow{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea{font:inherit}
.container{width:var(--container);margin:0 auto}
.section{padding:96px 0;position:relative}
.section-tight{padding:72px 0}
.section-header{text-align:center;margin-bottom:42px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border:1px solid var(--line);border-radius:999px;color:var(--gold);font-size:.73rem;letter-spacing:.25em;text-transform:uppercase;background:rgba(255,255,255,.02);backdrop-filter:blur(10px)}
.section-title,.page-title,.hero-title{font-family:'Cormorant Garamond',serif;font-weight:600;line-height:.98;letter-spacing:.02em}
.section-title{font-size:clamp(2rem,4vw,4rem);margin:16px 0 12px}
.section-copy,.muted{color:var(--muted)}
.gold-line{width:120px;height:1px;margin:22px auto 0;background:linear-gradient(90deg,transparent,var(--gold),transparent)}
.btn,.btn-outline,.btn-soft{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:999px;font-size:.82rem;letter-spacing:.16em;text-transform:uppercase;transition:.35s ease;border:1px solid transparent;cursor:pointer}
.btn{background:linear-gradient(135deg,var(--gold),#f4d587 40%,var(--gold-2));color:#1c1306;box-shadow:0 8px 28px rgba(200,151,58,.22)}
.btn:hover{transform:translateY(-2px);filter:saturate(1.1)}
.btn-outline{border-color:var(--line-strong);color:var(--ivory);background:rgba(255,255,255,.02)}
.btn-outline:hover,.btn-soft:hover{background:rgba(255,255,255,.06);transform:translateY(-2px)}
.btn-soft{border-color:var(--line);color:var(--gold);background:rgba(232,191,106,.06)}
.tag{display:inline-flex;padding:7px 12px;border-radius:999px;border:1px solid var(--line);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}
.card{background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);backdrop-filter:blur(10px)}
.transition-layer{position:fixed;inset:0;z-index:1200;background:radial-gradient(circle at center, rgba(30,22,12,.6), rgba(5,4,3,.98));pointer-events:none;opacity:0;transform:scale(1.02);transition:opacity .45s ease, transform .45s ease}
.transition-layer.active{opacity:1;transform:scale(1)}
.announcement-bar{position:sticky;top:0;z-index:70;height:40px;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.04);background:#0d0b08;overflow:hidden}
.announcement-track{display:flex;gap:60px;min-width:max-content;white-space:nowrap;padding-left:32px;animation:marquee 28s linear infinite;color:var(--gold);font-size:.72rem;letter-spacing:.24em;text-transform:uppercase}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
#intro-screen{position:fixed;inset:0;z-index:1100;display:grid;place-items:center;background:radial-gradient(circle at top, rgba(40,30,18,.55), #090705 70%)}
#intro-screen.fade-out{opacity:0;transition:opacity .9s ease}
.intro-inner{text-align:center;position:relative}
.intro-glow{position:absolute;inset:-20%;background:radial-gradient(circle, rgba(232,191,106,.18), transparent 52%);filter:blur(24px);animation:pulseGlow 2.8s ease-in-out infinite}
@keyframes pulseGlow{50%{transform:scale(1.05);opacity:.75}}
.intro-logo{width:min(240px,42vw);margin:0 auto;animation:logoFloat 3s ease-in-out infinite;filter:drop-shadow(0 0 32px rgba(232,191,106,.18))}
@keyframes logoFloat{0%,100%{transform:translateY(0) rotateY(0deg)}50%{transform:translateY(-10px) rotateY(8deg)}}
.intro-brand{font-family:'Cinzel',serif;letter-spacing:.38em;font-size:.9rem;color:var(--gold);margin-top:18px}
.intro-copy{margin-top:10px;color:var(--muted);font-size:.82rem;letter-spacing:.18em;text-transform:uppercase}
#main-site{opacity:0;transform:translateY(18px);transition:opacity .8s ease, transform .8s ease}
#main-site.visible,#main-site.page-ready{opacity:1;transform:none}
.nav-wrap{position:sticky;top:40px;z-index:65;padding:16px 0;background:linear-gradient(180deg, rgba(8,7,5,.96), rgba(8,7,5,.72), transparent)}
.navbar{width:var(--container);margin:0 auto;padding:14px 18px;border:1px solid rgba(255,255,255,.06);border-radius:22px;background:rgba(13,11,8,.68);backdrop-filter:blur(18px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;transition:.35s ease}
.navbar.scrolled{box-shadow:var(--shadow);border-color:var(--line)}
.nav-left,.nav-right{display:flex;align-items:center;gap:18px}
.nav-right{justify-content:flex-end}
.nav-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.nav-link{font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);position:relative}
.nav-link.active,.nav-link:hover{color:var(--ivory)}
.nav-link.active::after,.nav-link:hover::after{content:'';position:absolute;left:0;right:0;bottom:-8px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}
.nav-brand-link{display:flex;align-items:center;justify-content:center;gap:16px}
.nav-logo{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(232,191,106,.18))}
.nav-brand-text{display:flex;flex-direction:column;align-items:center}
.nav-brand-name{font-family:'Cinzel',serif;font-size:1.08rem;letter-spacing:.32em;color:var(--gold)}
.nav-brand-sub{font-size:.64rem;color:var(--muted);letter-spacing:.25em;text-transform:uppercase;margin-top:3px}
.cart-link{display:inline-flex;align-items:center;gap:12px;padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.03);font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ivory)}
.cart-link:hover{border-color:var(--line-strong);transform:translateY(-1px)}
.cart-icon-wrap{position:relative;display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:rgba(232,191,106,.12);color:var(--gold)}
.cart-count,.floating-cart-count{position:absolute;top:-6px;right:-6px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;display:grid;place-items:center;font-size:.62rem;background:var(--gold);color:#140e05;font-weight:700}
.mobile-toggle{display:none;justify-self:end;width:44px;height:44px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04);align-items:center;justify-content:center;cursor:pointer}
.mobile-toggle span{display:block;width:18px;height:1px;background:var(--ivory);margin:3px 0}
.mobile-menu{display:none;width:var(--container);margin:12px auto 0;padding:16px;border:1px solid var(--line);border-radius:20px;background:rgba(13,11,8,.92);backdrop-filter:blur(18px)}
.mobile-menu.open{display:grid;gap:12px}
.mobile-menu a{padding:10px 6px;color:var(--ivory);border-bottom:1px solid rgba(255,255,255,.05)}
.hero{padding:30px 0 60px;position:relative}
.hero-shell{width:var(--container);margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;gap:24px}
.hero-copy{padding:48px 42px;position:relative;overflow:hidden}
.hero-copy::before{content:'';position:absolute;inset:auto auto 0 0;width:260px;height:260px;background:radial-gradient(circle, rgba(232,191,106,.14), transparent 68%)}
.hero-title{font-size:clamp(3rem,7vw,6.8rem);margin:18px 0 18px}
.hero-title em{font-style:italic;color:var(--gold)}
.hero-text{max-width:560px;color:var(--muted);font-size:1rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.hero-features{display:flex;flex-wrap:wrap;gap:16px;margin-top:26px}
.hero-features span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);font-size:.74rem;color:var(--muted)}
.hero-visual{position:relative;overflow:hidden;min-height:640px}
.hero-slide{position:absolute;inset:0;opacity:0;transform:scale(1.03);transition:opacity .8s ease, transform 1.2s ease}
.hero-slide.active{opacity:1;transform:scale(1)}
.hero-slide img{width:100%;height:100%;object-fit:cover}
.hero-slide::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg, rgba(5,4,3,.08), rgba(5,4,3,.55))}
.hero-stats{position:absolute;left:24px;right:24px;bottom:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;z-index:2}
.hero-stat{padding:18px;border-radius:18px;background:rgba(10,8,6,.58);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.06)}
.hero-stat strong{display:block;font-family:'Cormorant Garamond',serif;font-size:1.9rem;color:var(--gold);line-height:1}
.hero-stat span{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
.hero-floating{position:absolute;top:30px;right:24px;z-index:2;display:grid;gap:12px}
.look-card{display:flex;align-items:center;gap:12px;padding:12px;border-radius:18px;background:rgba(10,8,6,.72);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.06);min-width:210px}
.look-card img{width:54px;height:68px;object-fit:cover;border-radius:12px}
.look-card h4{margin:0;font-size:.9rem}
.look-card p{margin:2px 0 0;font-size:.74rem;color:var(--muted)}
.scroll-strip{margin-top:10px;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);background:#090806;overflow:hidden}
.scroll-track{display:flex;gap:60px;white-space:nowrap;min-width:max-content;padding:14px 18px;animation:marquee 22s linear infinite;color:var(--gold);font-family:'Cinzel',serif;letter-spacing:.2em;text-transform:uppercase;font-size:.76rem}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.feature-box{padding:24px;border-radius:24px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}
.feature-box strong{display:block;font-family:'Cormorant Garamond',serif;font-size:1.5rem;color:var(--gold);margin-bottom:6px}
.collection-grid,.products-grid,.policy-grid,.review-grid,.editorial-grid,.footer-grid,.contact-grid,.about-grid,.usp-grid{display:grid;gap:24px}
.products-grid{grid-template-columns:repeat(4,1fr)}
.product-card{overflow:hidden;position:relative;transition:.35s ease}
.product-card:hover{transform:translateY(-6px)}
.product-media{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:24px 24px 0 0}
.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.product-card:hover .product-media img{transform:scale(1.05)}
.product-badge{position:absolute;left:16px;top:16px;z-index:2;padding:8px 12px;border-radius:999px;background:rgba(10,8,6,.85);backdrop-filter:blur(10px);font-size:.68rem;color:var(--gold);letter-spacing:.16em;text-transform:uppercase;border:1px solid rgba(255,255,255,.06)}
.product-actions{position:absolute;left:16px;right:16px;bottom:16px;display:flex;gap:10px;z-index:2;opacity:0;transform:translateY(12px);transition:.35s ease}
.product-card:hover .product-actions{opacity:1;transform:none}
.product-actions button,.product-actions a{flex:1;border:none}
.product-body{padding:18px 18px 22px}
.product-cat{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);opacity:.88}
.product-name{font-family:'Cormorant Garamond',serif;font-size:1.5rem;margin:8px 0 4px}
.product-desc{color:var(--muted);font-size:.88rem;min-height:42px}
.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px}
.product-price{font-family:'Cinzel',serif;color:var(--ivory)}
.editorial-grid{grid-template-columns:1fr 1fr}
.editorial-card{padding:24px;display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:center;overflow:hidden}
.editorial-image{border-radius:22px;overflow:hidden;min-height:420px}
.editorial-image img{height:100%;width:100%;object-fit:cover}
.editorial-copy h3{font-family:'Cormorant Garamond',serif;font-size:3rem;line-height:1;margin:12px 0 16px}
.editorial-copy p{color:var(--muted)}
.mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mosaic-card{position:relative;overflow:hidden;border-radius:24px;border:1px solid var(--line);background:#0e0c08;aspect-ratio:4/5}
.mosaic-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.mosaic-card:hover img{transform:scale(1.05)}
.mosaic-overlay{position:absolute;left:0;right:0;bottom:0;padding:18px;background:linear-gradient(180deg, transparent, rgba(0,0,0,.74))}
.mosaic-overlay strong{display:block;font-family:'Cormorant Garamond',serif;font-size:1.5rem}
.mosaic-overlay span{font-size:.78rem;color:#e2d7c1}
.usp-grid{grid-template-columns:repeat(4,1fr)}
.usp-card{padding:26px;text-align:left}
.usp-card .icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:rgba(232,191,106,.1);color:var(--gold);font-size:1.2rem;margin-bottom:14px}
.usp-card h4{margin:0 0 8px;font-family:'Cormorant Garamond',serif;font-size:1.55rem}
.usp-card p{margin:0;color:var(--muted);font-size:.9rem}
.review-grid{grid-template-columns:repeat(3,1fr)}
.review-card{padding:28px;position:relative}
.review-card::before{content:'“';position:absolute;right:22px;top:12px;font-family:'Cormorant Garamond',serif;font-size:6rem;line-height:1;color:rgba(232,191,106,.14)}
.review-stars{color:var(--gold);letter-spacing:.2em;font-size:.86rem}
.review-card p{color:var(--muted);font-size:.95rem;margin:14px 0 18px}
.review-author strong{display:block}
.review-author span{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}
.newsletter{padding:38px;display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center}
.newsletter h3{font-family:'Cormorant Garamond',serif;font-size:2.35rem;margin:0 0 10px}
.newsletter p{margin:0;color:var(--muted)}
.newsletter-form{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.newsletter-form input,.contact-form input,.contact-form textarea,.search-input{min-width:260px;padding:15px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#0f0d0a;color:var(--text)}
.footer{margin-top:36px;border-top:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01))}
.footer-grid{grid-template-columns:1.35fr .9fr .9fr 1.1fr;padding:64px 0 32px}
.footer-brand img{width:74px;height:74px;object-fit:contain;filter:drop-shadow(0 12px 20px rgba(232,191,106,.16))}
.footer-brand-name{font-family:'Cinzel',serif;font-size:1.35rem;letter-spacing:.25em;color:var(--gold);margin:14px 0 8px}
.footer-brand p,.footer-links a,.footer-contact p,.footer-bottom,.faq-item p,.page-copy,.policy-grid p{color:var(--muted)}
.footer-links h4,.footer-contact h4,.footer-brand small{color:var(--ivory);letter-spacing:.18em;text-transform:uppercase;font-size:.78rem}
.footer-links{display:grid;gap:10px}
.footer-links a:hover{color:var(--ivory)}
.footer-contact .pill-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.footer-contact .pill{padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08);font-size:.72rem;color:var(--gold)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:18px 0 28px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:.82rem}
.floating-cart{position:fixed;right:22px;bottom:22px;width:60px;height:60px;border-radius:999px;border:1px solid var(--line);background:rgba(13,11,8,.84);backdrop-filter:blur(14px);display:grid;place-items:center;z-index:60;box-shadow:var(--shadow);transition:.35s ease}
.floating-cart:hover{transform:translateY(-3px)}
.floating-cart svg{color:var(--gold)}
.page-hero{padding:54px 0 28px}
.page-hero-card{width:var(--container);margin:0 auto;padding:50px 42px;position:relative;overflow:hidden;background:linear-gradient(90deg, rgba(14,12,9,.92), rgba(14,12,9,.72)), url('../images/hero-banner.png') center/cover;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow)}
.page-title{font-size:clamp(2.7rem,6vw,5rem);margin:14px 0 8px}
.page-copy{max-width:680px}
.filter-bar{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:24px}
.filter-row{display:flex;gap:12px;flex-wrap:wrap}
.filter-btn{padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);color:var(--muted);cursor:pointer;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem}
.filter-btn.active,.filter-btn:hover{color:var(--ivory);border-color:var(--line-strong);background:rgba(232,191,106,.08)}
.about-grid{grid-template-columns:1.05fr .95fr;align-items:start}
.about-story-card,.about-side-card,.contact-card,.policy-card,.cart-card,.faq-item,.review-card,.usp-card,.feature-box,.product-card,.editorial-card,.newsletter,.hero-copy,.hero-visual,.page-hero-card{background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.about-story-card,.about-side-card,.contact-card,.policy-card,.cart-card{padding:32px}
.about-story-card h3,.contact-card h3,.cart-card h3,.policy-card h3{font-family:'Cormorant Garamond',serif;font-size:2.2rem;margin:0 0 14px}
.about-list{display:grid;gap:18px;margin-top:22px}
.about-list-item{display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:start}
.about-list-item .icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:rgba(232,191,106,.12);color:var(--gold)}
.timeline{display:grid;gap:16px;margin-top:24px}
.timeline-item{padding:16px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}
.timeline-item span{display:block;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:6px}
.contact-grid{grid-template-columns:1fr .95fr}
.contact-list{display:grid;gap:12px;margin-top:22px}
.contact-pill{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}
.contact-form{display:grid;gap:14px}
.contact-form textarea{min-height:140px;resize:vertical}
.policy-grid{grid-template-columns:repeat(2,1fr)}
.policy-card ul{padding-left:18px;color:var(--muted)}
.faq-wrap{display:grid;gap:16px}
.faq-item{padding:0;overflow:hidden}
.faq-question{width:100%;padding:22px 24px;background:none;border:none;color:var(--ivory);display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer;font-family:'Cormorant Garamond',serif;font-size:1.45rem}
.faq-answer{padding:0 24px 22px;display:none}
.faq-item.open .faq-answer{display:block}
.faq-item.open .faq-question span:last-child{transform:rotate(45deg)}
.cart-layout{display:grid;grid-template-columns:1.3fr .8fr;gap:24px}
.cart-items{display:grid;gap:16px}
.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:18px;align-items:center;padding:16px;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}
.cart-item img{width:120px;height:150px;object-fit:cover;border-radius:16px}
.cart-item h4{margin:0 0 8px;font-family:'Cormorant Garamond',serif;font-size:1.7rem}
.cart-meta{font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold)}
.qty-wrap{display:flex;align-items:center;gap:8px;margin-top:12px}
.qty-btn,.remove-btn{border:none;background:rgba(255,255,255,.06);color:var(--ivory);padding:8px 12px;border-radius:12px;cursor:pointer}
.remove-btn{color:#ffc7c7}
.summary-row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06);color:var(--muted)}
.summary-row.total{color:var(--ivory);font-size:1.05rem;font-weight:600}
.empty-state{padding:26px;border-radius:22px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);text-align:center}
.social-row{display:flex;gap:12px;flex-wrap:wrap}
.social-row a{width:42px;height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.08);display:grid;place-items:center;background:rgba(255,255,255,.03)}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease, transform .8s ease}
.reveal.visible{opacity:1;transform:none}
@media (max-width:1180px){
  .hero-shell,.editorial-grid,.about-grid,.contact-grid,.cart-layout{grid-template-columns:1fr}
  .products-grid{grid-template-columns:repeat(3,1fr)}
  .feature-grid,.usp-grid,.review-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}
  .newsletter{grid-template-columns:1fr}
  .newsletter-form{justify-content:flex-start}
}
@media (max-width:860px){
  .navbar{grid-template-columns:auto 1fr auto;padding:12px 14px}
  .nav-left .nav-links,.nav-right .nav-links,.cart-link .cart-label{display:none}
  .mobile-toggle{display:flex}
  .nav-brand-link{justify-content:flex-start}
  .nav-brand-name{font-size:.92rem;letter-spacing:.25em}
  .nav-logo{width:42px;height:42px}
  .hero-copy{padding:34px 24px}
  .hero-visual{min-height:520px}
  .hero-stats{grid-template-columns:1fr}
  .hero-floating{display:none}
  .products-grid,.feature-grid,.usp-grid,.review-grid,.policy-grid,.footer-grid,.mosaic{grid-template-columns:1fr}
  .editorial-card{grid-template-columns:1fr}
  .page-hero-card{padding:40px 24px}
}
@media (max-width:560px){
  .section{padding:72px 0}
  .announcement-bar{height:36px}
  .nav-wrap{top:36px}
  .hero-title{font-size:2.8rem}
  .hero-text{font-size:.95rem}
  .hero-actions,.hero-features,.filter-row{display:grid;grid-template-columns:1fr}
  .hero-visual{min-height:430px}
  .look-card{min-width:unset}
  .newsletter-form input,.contact-form input,.contact-form textarea,.search-input{min-width:100%;width:100%}
  .cart-item{grid-template-columns:1fr}
  .cart-item img{width:100%;height:240px}
  .floating-cart{right:16px;bottom:16px;width:56px;height:56px}
}

/* Final Pravi Sutra homepage edits */
.hero-banner-section{padding:30px 0 56px}
.hero-banner{width:var(--container);margin:0 auto;min-height:720px;position:relative;overflow:hidden;border-radius:34px;display:flex;align-items:center}
.hero-banner .hero-slide{position:absolute;inset:0;opacity:0;transform:scale(1.04);transition:opacity .9s ease, transform 1.4s ease}
.hero-banner .hero-slide.active{opacity:1;transform:scale(1)}
.hero-banner .hero-slide img{width:100%;height:100%;object-fit:cover}
.hero-banner-overlay{position:absolute;inset:0;background:linear-gradient(90deg, rgba(5,4,3,.90) 0%, rgba(5,4,3,.58) 46%, rgba(5,4,3,.18) 100%),linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.45));z-index:1}
.hero-banner-content{position:relative;z-index:2;max-width:760px;padding:70px 64px}
.hero-banner-content .hero-title{font-size:clamp(3.4rem,8vw,8rem);text-shadow:0 18px 42px rgba(0,0,0,.45)}
.reels-row{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - 18px);gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 4px 18px;scrollbar-width:thin}
.reel-card{scroll-snap-align:start;border:1px solid var(--line);border-radius:26px;background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));box-shadow:var(--shadow);padding:12px;min-width:0}
.reel-frame{position:relative;aspect-ratio:9/16;border-radius:20px;overflow:hidden;background:#0e0c08}
.reel-frame img{width:100%;height:100%;object-fit:cover;filter:saturate(.95) contrast(1.05);transition:transform .7s ease}
.reel-card:hover img{transform:scale(1.06)}
.reel-frame::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg, transparent 42%, rgba(0,0,0,.68));}
.reel-frame span{position:absolute;left:14px;bottom:14px;z-index:2;font-family:'Cinzel',serif;letter-spacing:.18em;font-size:.72rem;color:var(--gold);text-transform:uppercase}
@media(max-width:980px){.hero-banner{min-height:620px}.reels-row{grid-auto-columns:calc(50% - 12px)}.hero-banner-content{padding:52px 34px}}
@media(max-width:620px){.hero-banner{min-height:520px}.reels-row{grid-auto-columns:78%}.hero-banner-content{padding:42px 24px}.hero-banner-content .hero-title{font-size:3rem}}


/* Final user adjustments */
.nav-brand-sub{display:none!important;}
.nav-brand-text{display:flex;align-items:center}
.nav-brand-name{font-size:.9rem;letter-spacing:.35em}

.hero-banner{
height:420px!important;
min-height:420px!important;
max-height:420px!important;
}

.hero-banner-content{
max-width:520px!important;
}

.hero-banner-content .hero-title{
font-size:clamp(3rem,5vw,4.8rem)!important;
line-height:0.95!important;
}

@media (max-width:768px){
.hero-banner{
height:320px!important;
min-height:320px!important;
}
.hero-banner-content .hero-title{
font-size:clamp(2rem,8vw,3rem)!important;
}
}

/* Responsive full-fit layout update */
:root{
  --container:min(1680px, calc(100vw - 24px));
}
.container,
.navbar,
.mobile-menu,
.hero-banner,
.page-hero-card{
  width:var(--container)!important;
}
.section-header,
.newsletter,
.footer-grid,
.footer-bottom,
.products-grid,
.reels-row,
.usp-grid,
.review-grid{
  max-width:none;
}
.hero-banner-section{padding-left:0!important;padding-right:0!important;}
.hero-banner{
  width:min(1680px, calc(100vw - 24px))!important;
  height:390px!important;
  min-height:390px!important;
  max-height:390px!important;
  border-radius:26px!important;
}
.hero-banner-content{padding:48px 56px!important;max-width:500px!important;}
.hero-banner-content .hero-title{font-size:clamp(2.55rem,4.2vw,4.35rem)!important;line-height:.96!important;}
.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;}
.reels-row{grid-auto-columns:calc(25% - 18px);gap:24px;}

@media (min-width:1400px){
  :root{--container:min(1760px, calc(100vw - 32px));}
  .hero-banner{width:min(1760px, calc(100vw - 32px))!important;height:430px!important;min-height:430px!important;max-height:430px!important;}
}

@media (max-width:1180px){
  :root{--container:calc(100vw - 20px);}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
  .usp-grid,.review-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .reels-row{grid-auto-columns:calc(50% - 10px);gap:18px;}
}

@media (max-width:720px){
  :root{--container:calc(100vw - 14px);}
  .nav-wrap{padding:10px 0;}
  .navbar{border-radius:18px!important;gap:10px!important;}
  .hero-banner-section{padding:18px 0 38px!important;}
  .hero-banner{width:calc(100vw - 14px)!important;height:300px!important;min-height:300px!important;max-height:300px!important;border-radius:20px!important;}
  .hero-banner-content{padding:30px 22px!important;max-width:330px!important;}
  .hero-banner-content .hero-title{font-size:clamp(2rem,9vw,2.85rem)!important;}
  .products-grid,.usp-grid,.review-grid,.footer-grid{grid-template-columns:1fr!important;gap:16px;}
  .reels-row{grid-auto-columns:82%;gap:14px;}
  .section{padding:60px 0!important;}
  .section-header{margin-bottom:28px!important;}
}

@media (max-width:420px){
  :root{--container:calc(100vw - 10px);}
  .hero-banner{width:calc(100vw - 10px)!important;height:270px!important;min-height:270px!important;max-height:270px!important;}
  .hero-banner-content{padding:26px 18px!important;max-width:300px!important;}
  .hero-banner-content .hero-title{font-size:2.05rem!important;}
  .btn{padding:11px 18px;font-size:.68rem;}
}


/* User final requested fixes: direct product/cart view, larger brand name, hidden reel scrollbar */
.nav-brand-name{
  font-size:1.12rem!important;
  letter-spacing:.32em!important;
  font-weight:600!important;
  line-height:1!important;
}
.nav-brand-link{gap:12px!important;}
.nav-logo{width:48px!important;height:48px!important;}
.collection-direct-section{padding-top:42px!important;}
.cart-direct-section{padding-top:52px!important;}
.reels-row{
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
  padding-bottom:4px!important;
}
.reels-row::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}
@media (max-width:720px){
  .nav-brand-name{font-size:.92rem!important;letter-spacing:.22em!important;}
  .nav-logo{width:42px!important;height:42px!important;}
  .collection-direct-section{padding-top:28px!important;}
  .cart-direct-section{padding-top:34px!important;}
}


/* Collection sorting, view switch and product detail page */
.collection-tools{align-items:center;justify-content:flex-end;flex:1}
.sort-wrap{display:flex;align-items:center;gap:10px;padding:7px 8px 7px 14px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.03);color:var(--gold);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase}
.sort-select{border:none;outline:none;border-radius:999px;background:#100d09;color:var(--ivory);padding:10px 34px 10px 12px;font-size:.75rem;letter-spacing:.08em;cursor:pointer}
.view-switch{display:inline-flex;gap:6px;padding:6px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.03)}
.view-toggle{width:38px;height:38px;border-radius:999px;border:1px solid transparent;background:transparent;color:var(--muted);cursor:pointer;font-size:1rem;line-height:1}
.view-toggle.active,.view-toggle:hover{border-color:var(--line-strong);background:rgba(232,191,106,.1);color:var(--gold)}
.product-media{display:block;position:relative;overflow:hidden;border-radius:24px 24px 0 0}
.discount-badge{position:absolute;right:16px;top:16px;z-index:3;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,var(--gold),#f5d889);color:#171006;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 8px 20px rgba(232,191,106,.25)}
.price-stack{display:grid;gap:2px}.product-mrp{color:var(--muted);text-decoration:line-through;font-size:.82rem}.product-stock-line{color:var(--gold);font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;margin-top:8px}.product-card .btn-soft{border:none}
.products-grid.list-view{grid-template-columns:1fr!important}.products-grid.list-view .product-card{display:grid;grid-template-columns:260px 1fr;align-items:stretch}.products-grid.list-view .product-media{height:100%;border-radius:24px 0 0 24px}.products-grid.list-view .product-media img{height:100%;min-height:250px}.products-grid.list-view .product-body{display:flex;flex-direction:column;justify-content:center}.products-grid.list-view .product-desc{min-height:unset;max-width:760px}.products-grid.list-view .product-bottom{justify-content:flex-start;gap:28px}
.product-page-section{padding-top:48px!important}.product-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:start}.product-gallery{padding:16px;position:sticky;top:120px}.gallery-main{border-radius:24px;overflow:hidden;background:#0e0b08;aspect-ratio:4/5}.gallery-main img{width:100%;height:100%;object-fit:cover;transition:opacity .22s ease, transform .7s ease}.gallery-main:hover img{transform:scale(1.03)}.gallery-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.gallery-thumb{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);border-radius:16px;padding:5px;cursor:pointer;overflow:hidden}.gallery-thumb.active,.gallery-thumb:hover{border-color:var(--line-strong)}.gallery-thumb img{width:100%;height:110px;object-fit:cover;border-radius:12px}.product-detail-info{padding:34px}.product-detail-info h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.6rem,5vw,5.4rem);line-height:.95;margin:18px 0}.product-detail-short{color:var(--muted);font-size:1rem;max-width:680px}.product-detail-price{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:22px 0}.product-detail-price strong{font-family:'Cinzel',serif;font-size:1.45rem}.product-detail-price span{text-decoration:line-through;color:var(--muted)}.product-detail-price em{font-style:normal;color:#1a1004;background:linear-gradient(135deg,var(--gold),#f5d889);padding:7px 12px;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.12em}.stock-meter{display:grid;gap:8px;color:var(--gold);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;margin:18px 0}.stock-meter div{height:8px;border-radius:999px;background:rgba(255,255,255,.06);overflow:hidden}.stock-meter i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--gold-3),var(--gold));transition:width .5s ease}.color-options{margin:24px 0}.color-options h4{font-family:'Cormorant Garamond',serif;font-size:1.55rem;margin:0 0 12px}.color-chip{display:inline-flex;flex-direction:column;align-items:flex-start;gap:3px;margin:0 10px 10px 0;padding:12px 14px;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:var(--ivory);cursor:pointer}.color-chip small{font-size:.68rem;color:var(--gold);letter-spacing:.12em;text-transform:uppercase}.color-chip.soldout{opacity:.45;text-decoration:line-through;cursor:not-allowed}.detail-actions{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0}.product-specs{display:grid;gap:12px;margin-top:22px}.product-specs div{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}.product-specs b{display:block;color:var(--gold);letter-spacing:.13em;text-transform:uppercase;font-size:.72rem;margin-bottom:4px}.product-specs span{color:var(--muted)}.product-description{margin-top:28px;padding:30px}.product-description h2{font-family:'Cormorant Garamond',serif;font-size:2.5rem;margin:0 0 10px}.product-description p{color:var(--muted);margin:0}
@media(max-width:980px){.product-detail-grid{grid-template-columns:1fr}.product-gallery{position:relative;top:0}.products-grid.list-view .product-card{grid-template-columns:1fr}.products-grid.list-view .product-media{border-radius:24px 24px 0 0}.products-grid.list-view .product-media img{min-height:unset}.collection-tools{justify-content:flex-start}.sort-wrap{width:100%;justify-content:space-between}.sort-select{flex:1;min-width:0}.view-switch{width:max-content}}
@media(max-width:560px){.gallery-thumbs{grid-template-columns:repeat(3,1fr)}.gallery-thumb img{height:78px}.product-detail-info{padding:24px}.product-detail-info h1{font-size:2.45rem}.detail-actions .btn,.detail-actions .btn-outline{width:100%}.collection-tools{display:grid!important;grid-template-columns:1fr}.view-switch{width:100%;justify-content:center}.view-toggle{flex:1}.products-grid.list-view .product-bottom{justify-content:space-between;gap:14px}}

/* Vipul update: cleaner collection cards, colour swatches and compact product page */
.collection-tools .tag,#collection-stat{display:none!important;}
.product-badge{display:none!important;}
.discount-badge{left:14px!important;right:auto!important;top:14px!important;padding:7px 11px!important;font-size:.66rem!important;}
.product-actions{left:18px!important;right:18px!important;bottom:18px!important;}
.view-product-btn{display:block;text-align:center;width:100%;padding:11px 16px!important;font-size:.68rem!important;pointer-events:none;}
.product-cat{min-height:30px;font-size:.62rem!important;letter-spacing:.12em!important;line-height:1.45;color:var(--muted)!important;}
.product-desc,.product-stock-line{display:none!important;}
.product-bottom{margin-top:10px!important;}
.price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.price-stack{display:flex!important;align-items:center;gap:10px;}
.product-mrp{font-size:.78rem!important;}
.products-grid.list-view .product-card{grid-template-columns:220px 1fr!important;}
.products-grid.list-view .product-media img{min-height:210px!important;}
.products-grid.list-view .product-body{justify-content:center!important;}

.cart-color{display:flex;align-items:center;gap:8px;margin:8px 0 10px;color:var(--gold);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;}
.cart-color-box{width:16px;height:16px;border-radius:5px;border:1px solid rgba(255,255,255,.38);box-shadow:0 0 0 2px rgba(232,191,106,.08);display:inline-block;}

.product-page-section{padding-top:26px!important;}
.compact-product-detail{grid-template-columns:minmax(340px,.82fr) 1fr!important;gap:22px!important;max-width:1100px;margin:0 auto;}
.compact-product-detail .product-gallery{padding:12px!important;position:relative!important;top:0!important;}
.compact-product-detail .gallery-main{aspect-ratio:1/1.08!important;border-radius:20px!important;max-height:520px;}
.compact-product-detail .gallery-thumb img{height:76px!important;border-radius:10px!important;}
.compact-product-detail .gallery-thumbs{gap:10px!important;margin-top:10px!important;}
.compact-product-detail .product-detail-info{padding:24px!important;}
.compact-product-detail .product-detail-info h1{font-size:clamp(2.05rem,3.6vw,3.7rem)!important;line-height:1!important;margin:12px 0!important;}
.compact-product-detail .product-detail-short{font-size:.9rem!important;line-height:1.55!important;}
.compact-product-detail .product-detail-price{margin:14px 0!important;gap:10px!important;}
.compact-product-detail .stock-meter{margin:12px 0!important;font-size:.72rem!important;gap:6px!important;}
.compact-product-detail .stock-meter div{height:6px!important;}
.compact-product-detail .color-options{margin:16px 0!important;}
.color-options h4{font-size:1.22rem!important;display:flex;align-items:baseline;gap:8px;}
.color-options h4 small{font-family:'Montserrat',sans-serif;font-size:.64rem;color:var(--gold);letter-spacing:.1em;text-transform:uppercase;}
.color-swatches{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.color-swatch{width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03);padding:3px;cursor:pointer;position:relative;transition:.25s ease;}
.color-swatch span{display:block;width:100%;height:100%;border-radius:7px;border:1px solid rgba(0,0,0,.25);}
.color-swatch:hover,.color-swatch.active{border-color:var(--gold);box-shadow:0 0 0 3px rgba(232,191,106,.13);transform:translateY(-2px);}
.color-swatch.soldout{opacity:.42;cursor:not-allowed;}
.color-swatch.soldout:after{content:'';position:absolute;left:5px;right:5px;top:50%;height:2px;background:#fff;transform:rotate(-35deg);}
.color-swatch i{position:absolute;left:50%;bottom:-17px;transform:translateX(-50%);font-size:.52rem;color:var(--muted);font-style:normal;white-space:nowrap;}
.selected-colour-note{margin-top:10px;color:var(--muted);font-size:.78rem;}
.color-swatches.shake{animation:shake .42s ease;}
@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-3px)}}
.compact-product-detail .detail-actions{margin:16px 0!important;}
.compact-product-detail .product-specs{gap:8px!important;margin-top:14px!important;}
.compact-product-detail .product-specs div{padding:10px 12px!important;border-radius:14px!important;}
.product-description{max-width:1100px;margin:18px auto 0!important;padding:22px!important;}
.product-description h2{font-size:1.9rem!important;}
@media(max-width:980px){.compact-product-detail{grid-template-columns:1fr!important;max-width:680px}.compact-product-detail .gallery-main{max-height:none;aspect-ratio:4/3!important}.products-grid.list-view .product-card{grid-template-columns:1fr!important}.products-grid.list-view .product-media img{min-height:unset!important}}
@media(max-width:560px){.compact-product-detail .product-detail-info{padding:18px!important}.compact-product-detail .product-detail-info h1{font-size:2rem!important}.compact-product-detail .gallery-thumb img{height:62px!important}.color-swatch{width:32px;height:32px}.price-row{gap:8px}.product-cat{min-height:auto}.product-body{padding:15px!important}}

/* Vipul v5 — mobile fit and swipe layout fixes */
@media (max-width: 720px){
  body{overflow-x:hidden!important;}
  :root{--container:calc(100vw - 12px)!important;}

  /* Header: menu left, logo/name center, cart right */
  .nav-wrap{top:36px!important;padding:8px 0!important;}
  .navbar{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:58px!important;
    padding:8px 58px!important;
    border-radius:16px!important;
  }
  .nav-left{display:none!important;}
  .nav-brand-link{
    position:absolute!important;
    left:50%!important;
    transform:translateX(-50%)!important;
    gap:7px!important;
    max-width:64vw!important;
    white-space:nowrap!important;
  }
  .nav-logo{width:34px!important;height:34px!important;}
  .nav-brand-name{font-size:.72rem!important;letter-spacing:.16em!important;}
  .nav-right{margin-left:auto!important;position:static!important;}
  .cart-link{
    position:absolute!important;
    right:8px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    padding:6px!important;
    border-radius:999px!important;
  }
  .cart-icon-wrap{width:35px!important;height:35px!important;}
  .mobile-toggle{
    display:flex!important;
    position:absolute!important;
    left:8px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:38px!important;
    height:38px!important;
    border-radius:999px!important;
    flex-direction:column!important;
    gap:4px!important;
    z-index:3!important;
  }
  .mobile-toggle span{
    width:18px!important;
    height:2px!important;
    margin:0!important;
    border-radius:3px!important;
    background:var(--gold)!important;
  }
  .mobile-menu{width:calc(100vw - 12px)!important;margin-top:8px!important;}

  /* Homepage mobile: cards should swipe, not stack vertically */
  #featured-grid,
  .reels-row,
  .usp-grid,
  .review-grid,
  #related-products{
    display:grid!important;
    grid-auto-flow:column!important;
    grid-auto-columns:78vw!important;
    grid-template-columns:none!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    padding:4px 2px 12px!important;
    scrollbar-width:none!important;
  }
  #featured-grid::-webkit-scrollbar,
  .reels-row::-webkit-scrollbar,
  .usp-grid::-webkit-scrollbar,
  .review-grid::-webkit-scrollbar,
  #related-products::-webkit-scrollbar{display:none!important;}
  #featured-grid > *,
  .reels-row > *,
  .usp-grid > *,
  .review-grid > *,
  #related-products > *{scroll-snap-align:start!important;width:auto!important;min-width:0!important;}
  #featured-grid .product-card,
  #related-products .product-card{min-height:auto!important;}
  .product-media img{height:235px!important;object-fit:cover!important;}
  .product-body{padding:13px!important;}
  .product-name{font-size:1.18rem!important;line-height:1.08!important;}
  .product-cat{font-size:.55rem!important;min-height:auto!important;}
  .section-title{font-size:2.05rem!important;line-height:1!important;}
  .section-copy{font-size:.78rem!important;max-width:92%;margin-left:auto;margin-right:auto;}

  /* Collection page: compact one-row filters, hide search, keep card view */
  .collection-direct-section{padding-top:18px!important;}
  .filter-bar{display:block!important;margin-bottom:14px!important;}
  .filter-row:first-child{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    gap:8px!important;
    padding:2px 2px 10px!important;
    scrollbar-width:none!important;
  }
  .filter-row:first-child::-webkit-scrollbar{display:none!important;}
  .filter-btn{flex:0 0 auto!important;padding:9px 13px!important;font-size:.62rem!important;}
  #collection-search{display:none!important;}
  .collection-tools{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    gap:8px!important;
    margin-top:4px!important;
  }
  .sort-wrap{width:auto!important;flex:1 1 auto!important;min-width:0!important;padding:5px 6px 5px 10px!important;}
  .sort-wrap span{font-size:.58rem!important;white-space:nowrap!important;}
  .sort-select{font-size:.66rem!important;padding:8px 8px!important;min-width:0!important;width:100%!important;}
  .view-switch{width:auto!important;flex:0 0 auto!important;padding:4px!important;}
  .view-toggle{width:34px!important;height:34px!important;flex:none!important;}
  #collection-grid.products-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    overflow:visible!important;
    padding:0!important;
  }
  #collection-grid.products-grid.list-view{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  #collection-grid.products-grid.list-view .product-card{display:block!important;}
  #collection-grid .product-media{border-radius:16px 16px 0 0!important;}
  #collection-grid .product-media img{height:205px!important;min-height:0!important;border-radius:0!important;}
  #collection-grid .product-body{padding:10px!important;}
  #collection-grid .product-name{font-size:1rem!important;line-height:1.1!important;}
  #collection-grid .product-price{font-size:.78rem!important;}
  #collection-grid .product-mrp{font-size:.68rem!important;}
  #collection-grid .discount-badge{font-size:.52rem!important;padding:5px 7px!important;left:8px!important;top:8px!important;}
  #collection-grid .product-actions{display:none!important;}

  /* Product page compact mobile */
  .product-page-section{padding-top:18px!important;}
  .compact-product-detail{max-width:calc(100vw - 12px)!important;gap:12px!important;}
  .compact-product-detail .gallery-main{aspect-ratio:1/1!important;max-height:330px!important;}
  .compact-product-detail .gallery-thumbs{grid-template-columns:repeat(3,1fr)!important;gap:7px!important;}
  .compact-product-detail .gallery-thumb img{height:58px!important;}
  .compact-product-detail .product-detail-info{padding:15px!important;}
  .compact-product-detail .product-detail-info h1{font-size:1.75rem!important;}
  .product-detail-short{font-size:.8rem!important;}
  .product-description{padding:16px!important;margin-top:12px!important;}

  /* Footer mobile alignment */
  .footer-grid{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:20px 16px!important;
    padding:34px 0 22px!important;
  }
  .footer-brand{grid-column:1/-1!important;}
  .footer-brand img{width:58px!important;height:58px!important;}
  .footer-brand-name{font-size:1rem!important;}
  .footer-links h4,.footer-contact h4{font-size:.66rem!important;}
  .footer-links a,.footer-contact p,.footer-brand p{font-size:.78rem!important;line-height:1.5!important;}
  .footer-contact{grid-column:1/-1!important;}
  .footer-bottom{font-size:.68rem!important;justify-content:center!important;text-align:center!important;}
}

@media (max-width:420px){
  #featured-grid,
  .reels-row,
  .usp-grid,
  .review-grid,
  #related-products{grid-auto-columns:82vw!important;}
  #collection-grid.products-grid{gap:8px!important;}
  #collection-grid .product-media img{height:185px!important;}
  #collection-grid .product-name{font-size:.92rem!important;}
  .hero-banner{height:255px!important;min-height:255px!important;max-height:255px!important;}
}



/* ==========================================================
   PRAVI SUTRA VIPUL V6 — REAL MOBILE RESPONSIVE FIXES
   Cache-busted stylesheet. Do not remove.
   ========================================================== */

html, body{max-width:100%;overflow-x:hidden;}
.nav-brand-sub{display:none!important;}
.nav-brand-name{font-size:1.08rem!important;letter-spacing:.24em!important;}

/* remove horizontal scrollbar under reels while keeping swipe */
.reels-row{scrollbar-width:none!important;-ms-overflow-style:none!important;}
.reels-row::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}

/* collection search removed globally */
#collection-search{display:none!important;}

@media (max-width: 900px){
  :root{--container:calc(100vw - 18px)!important;}
  body{overflow-x:hidden!important;}
  .announcement-bar{height:34px!important;}
  .announcement-track{font-size:.56rem!important;letter-spacing:.17em!important;padding-left:12px!important;}

  /* MOBILE HEADER: menu left, logo/name exact center, cart right */
  .nav-wrap{top:34px!important;padding:7px 0!important;background:linear-gradient(180deg, rgba(8,7,5,.98), rgba(8,7,5,.82), transparent)!important;}
  .navbar{
    width:calc(100vw - 14px)!important;
    height:58px!important;
    min-height:58px!important;
    padding:0 58px!important;
    margin:0 auto!important;
    border-radius:16px!important;
    display:grid!important;
    grid-template-columns:44px 1fr 44px!important;
    grid-template-areas:'menu brand cart'!important;
    align-items:center!important;
    gap:0!important;
    position:relative!important;
  }
  .nav-left{display:block!important;grid-area:menu!important;width:44px!important;height:44px!important;}
  .nav-links{display:none!important;}
  .nav-right{display:contents!important;}
  .nav-brand-link{
    grid-area:brand!important;
    position:static!important;
    transform:none!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:8px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    margin:0!important;
  }
  .nav-logo{width:34px!important;height:34px!important;flex:0 0 34px!important;}
  .nav-brand-text{min-width:0!important;align-items:flex-start!important;}
  .nav-brand-name{font-size:.86rem!important;letter-spacing:.14em!important;line-height:1!important;}
  .nav-brand-sub{display:none!important;}
  .mobile-toggle{
    grid-area:menu!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:center!important;
    gap:4px!important;
    width:40px!important;height:40px!important;
    padding:0!important;margin:0!important;
    border-radius:999px!important;
    border:1px solid var(--line)!important;
    background:rgba(255,255,255,.045)!important;
    position:static!important;transform:none!important;
    z-index:5!important;
  }
  .mobile-toggle span{
    display:block!important;
    width:18px!important;height:2px!important;
    margin:0!important;
    border-radius:10px!important;
    background:var(--gold)!important;
    opacity:1!important;
  }
  .cart-link{
    grid-area:cart!important;
    justify-self:end!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:42px!important;height:42px!important;
    padding:0!important;margin:0!important;
    border-radius:999px!important;
    position:static!important;transform:none!important;
  }
  .cart-icon-wrap{width:32px!important;height:32px!important;background:transparent!important;}
  .cart-label{display:none!important;}
  .mobile-menu{width:calc(100vw - 14px)!important;margin:8px auto 0!important;padding:12px!important;border-radius:16px!important;}
  .mobile-menu.open{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;}
  .mobile-menu a{border:1px solid rgba(255,255,255,.06)!important;border-radius:12px!important;padding:10px 12px!important;background:rgba(255,255,255,.03)!important;font-size:.78rem!important;letter-spacing:.1em!important;text-transform:uppercase!important;}

  /* HERO remains compact and full fit */
  .hero{padding:16px 0 22px!important;}
  .hero-banner{width:calc(100vw - 18px)!important;height:255px!important;min-height:255px!important;max-height:255px!important;border-radius:17px!important;}
  .hero-banner-content{padding:26px 22px!important;max-width:68%!important;}
  .hero-banner-content .hero-title{font-size:2.15rem!important;line-height:.98!important;margin:0 0 12px!important;}
  .hero-banner .btn{padding:9px 13px!important;font-size:.56rem!important;letter-spacing:.11em!important;}
  .scroll-track{font-size:.54rem!important;padding:10px 12px!important;}

  .section{padding:44px 0!important;}
  .section-tight{padding:36px 0!important;}
  .section-header{margin-bottom:20px!important;}
  .eyebrow{font-size:.55rem!important;letter-spacing:.14em!important;padding:6px 10px!important;}
  .section-title{font-size:1.95rem!important;line-height:1!important;margin:12px 0 7px!important;}
  .section-copy{font-size:.74rem!important;line-height:1.45!important;max-width:92%!important;margin-left:auto!important;margin-right:auto!important;}
  .gold-line{margin-top:12px!important;}

  /* HOMEPAGE MOBILE CAROUSELS: one line, card view, user swipe */
  #featured-grid,
  .reels-row,
  .usp-grid,
  .review-grid,
  #related-products{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    padding:4px 2px 12px!important;
    margin:0!important;
    scrollbar-width:none!important;
    width:100%!important;
  }
  #featured-grid::-webkit-scrollbar,
  .reels-row::-webkit-scrollbar,
  .usp-grid::-webkit-scrollbar,
  .review-grid::-webkit-scrollbar,
  #related-products::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}
  #featured-grid > *,
  .reels-row > *,
  .usp-grid > *,
  .review-grid > *,
  #related-products > *{
    flex:0 0 76vw!important;
    width:76vw!important;
    max-width:76vw!important;
    min-width:76vw!important;
    scroll-snap-align:start!important;
  }
  #featured-grid .product-media img,
  #related-products .product-media img{height:245px!important;min-height:0!important;object-fit:cover!important;}
  .product-card{border-radius:18px!important;overflow:hidden!important;}
  .product-media{border-radius:18px 18px 0 0!important;}
  .product-body{padding:13px!important;}
  .product-name{font-size:1.12rem!important;line-height:1.05!important;margin:5px 0 3px!important;}
  .product-cat{font-size:.54rem!important;line-height:1.35!important;min-height:auto!important;}
  .product-bottom{margin-top:7px!important;}
  .price-row{gap:7px!important;}
  .product-price{font-size:.76rem!important;}
  .product-mrp{font-size:.66rem!important;}
  .discount-badge{left:9px!important;top:9px!important;font-size:.51rem!important;padding:5px 7px!important;}
  .reel-card{height:245px!important;}
  .reel-frame{height:245px!important;border-radius:18px!important;}
  .usp-card,.review-card{padding:18px!important;min-height:190px!important;}
  .usp-card h4{font-size:1.35rem!important;}
  .usp-card p,.review-card p{font-size:.78rem!important;line-height:1.5!important;}

  /* COLLECTION PAGE: no search, category row, sort row, 2-column cards */
  .collection-direct-section{padding-top:20px!important;}
  .filter-bar{display:block!important;margin-bottom:14px!important;}
  .filter-row:first-child{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    gap:8px!important;
    width:100%!important;
    padding:2px 2px 10px!important;
    scrollbar-width:none!important;
  }
  .filter-row:first-child::-webkit-scrollbar{display:none!important;}
  .filter-btn{flex:0 0 auto!important;white-space:nowrap!important;padding:8px 11px!important;font-size:.58rem!important;letter-spacing:.1em!important;}
  .collection-tools{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;margin-top:0!important;width:100%!important;}
  .sort-wrap{flex:1 1 auto!important;width:auto!important;min-width:0!important;display:flex!important;align-items:center!important;gap:7px!important;justify-content:space-between!important;padding:7px 8px!important;border-radius:12px!important;}
  .sort-wrap span{font-size:.56rem!important;letter-spacing:.1em!important;white-space:nowrap!important;}
  .sort-select{flex:1 1 auto!important;min-width:0!important;width:100%!important;padding:8px 6px!important;font-size:.64rem!important;}
  .view-switch{flex:0 0 auto!important;width:auto!important;display:flex!important;padding:4px!important;}
  .view-toggle{width:34px!important;height:34px!important;flex:0 0 34px!important;}
  #collection-grid.products-grid,
  #collection-grid.products-grid.list-view{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    overflow:visible!important;
    padding:0!important;
    width:100%!important;
  }
  #collection-grid.products-grid .product-card,
  #collection-grid.products-grid.list-view .product-card{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
  #collection-grid .product-media,
  #collection-grid.products-grid.list-view .product-media{border-radius:16px 16px 0 0!important;height:auto!important;}
  #collection-grid .product-media img,
  #collection-grid.products-grid.list-view .product-media img{height:205px!important;min-height:0!important;border-radius:0!important;object-fit:cover!important;}
  #collection-grid .product-body{padding:10px!important;}
  #collection-grid .product-name{font-size:.96rem!important;line-height:1.08!important;}
  #collection-grid .product-cat{font-size:.48rem!important;letter-spacing:.08em!important;}
  #collection-grid .product-bottom{margin-top:6px!important;}
  #collection-grid .price-row{display:flex!important;align-items:center!important;gap:5px!important;flex-wrap:wrap!important;}
  #collection-grid .product-price{font-size:.68rem!important;}
  #collection-grid .product-mrp{font-size:.58rem!important;}
  #collection-grid .product-actions{display:none!important;}
  .editorial-card{grid-template-columns:1fr!important;padding:18px!important;border-radius:18px!important;}
  .editorial-image{min-height:260px!important;}
  .editorial-copy h3{font-size:2rem!important;}

  /* PRODUCT PAGE: compact, related products swipe */
  .product-page-section{padding-top:20px!important;}
  .compact-product-detail{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;max-width:calc(100vw - 18px)!important;}
  .compact-product-detail .product-gallery{padding:10px!important;}
  .compact-product-detail .gallery-main{aspect-ratio:1/1!important;max-height:310px!important;border-radius:16px!important;}
  .compact-product-detail .gallery-thumbs{grid-template-columns:repeat(3,1fr)!important;gap:7px!important;margin-top:8px!important;}
  .compact-product-detail .gallery-thumb img{height:58px!important;border-radius:9px!important;}
  .compact-product-detail .product-detail-info{padding:15px!important;border-radius:18px!important;}
  .compact-product-detail .product-detail-info h1{font-size:1.75rem!important;line-height:1!important;margin:10px 0!important;}
  .product-detail-short{font-size:.78rem!important;line-height:1.45!important;}
  .product-detail-price{margin:10px 0!important;gap:8px!important;}
  .stock-meter{font-size:.62rem!important;margin:10px 0!important;}
  .color-options h4{font-size:1.12rem!important;}
  .color-swatch{width:32px!important;height:32px!important;}
  .detail-actions{gap:8px!important;}
  .detail-actions .btn,.detail-actions .btn-outline{width:100%!important;padding:12px 16px!important;}
  .product-specs{gap:7px!important;}
  .product-specs div{padding:10px!important;}
  .product-description{padding:15px!important;margin-top:12px!important;border-radius:18px!important;}
  .product-description h2{font-size:1.55rem!important;}
  .product-description p{font-size:.78rem!important;}

  /* NEWSLETTER + FOOTER MOBILE */
  .newsletter{display:grid!important;grid-template-columns:1fr!important;padding:18px!important;gap:14px!important;border-radius:18px!important;}
  .newsletter h3{font-size:1.45rem!important;}
  .newsletter p{font-size:.76rem!important;}
  .newsletter-form{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;justify-content:stretch!important;}
  .newsletter-form input{min-width:0!important;width:100%!important;padding:12px 14px!important;}
  .newsletter-form .btn{width:100%!important;}
  .footer{margin-top:18px!important;}
  .footer-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px 14px!important;padding:32px 0 22px!important;}
  .footer-brand{grid-column:1/-1!important;text-align:left!important;}
  .footer-brand img{width:54px!important;height:54px!important;}
  .footer-brand-name{font-size:.95rem!important;letter-spacing:.2em!important;margin:8px 0 6px!important;}
  .footer-brand p{font-size:.75rem!important;line-height:1.45!important;margin:8px 0 0!important;}
  .footer-links{gap:7px!important;}
  .footer-links h4,.footer-contact h4,.footer-brand small{font-size:.62rem!important;letter-spacing:.12em!important;margin:0 0 4px!important;}
  .footer-links a,.footer-contact p{font-size:.73rem!important;line-height:1.45!important;}
  .footer-contact{grid-column:1/-1!important;}
  .pill-row{gap:7px!important;}
  .footer-contact .pill{font-size:.58rem!important;padding:6px 8px!important;}
  .footer-bottom{display:grid!important;grid-template-columns:1fr!important;text-align:center!important;justify-content:center!important;font-size:.65rem!important;padding:13px 0 20px!important;}
  .floating-cart{display:none!important;}
}

@media (max-width: 430px){
  :root{--container:calc(100vw - 12px)!important;}
  .navbar{width:calc(100vw - 10px)!important;padding:0 50px!important;}
  .nav-brand-name{font-size:.74rem!important;letter-spacing:.12em!important;}
  .nav-logo{width:30px!important;height:30px!important;flex-basis:30px!important;}
  .hero-banner{height:235px!important;min-height:235px!important;max-height:235px!important;}
  .hero-banner-content .hero-title{font-size:1.8rem!important;}
  #featured-grid > *, .reels-row > *, .usp-grid > *, .review-grid > *, #related-products > *{flex-basis:80vw!important;width:80vw!important;max-width:80vw!important;min-width:80vw!important;}
  #collection-grid.products-grid,#collection-grid.products-grid.list-view{gap:8px!important;}
  #collection-grid .product-media img,#collection-grid.products-grid.list-view .product-media img{height:178px!important;}
  #collection-grid .product-body{padding:9px!important;}
  #collection-grid .product-name{font-size:.86rem!important;}
  #collection-grid .product-cat{font-size:.43rem!important;}
}

@media (max-width: 360px){
  .nav-brand-name{font-size:.66rem!important;letter-spacing:.1em!important;}
  .nav-logo{width:28px!important;height:28px!important;flex-basis:28px!important;}
  #collection-grid.products-grid,#collection-grid.products-grid.list-view{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  #collection-grid .product-media img,#collection-grid.products-grid.list-view .product-media img{height:160px!important;}
}

/* V6B Header failsafe: absolute mobile header layout */
@media (max-width:900px){
  .navbar{
    display:block!important;
    position:relative!important;
    height:58px!important;
    min-height:58px!important;
    padding:0!important;
  }
  .nav-left,.nav-links{display:none!important;}
  .nav-right{display:block!important;position:static!important;margin:0!important;width:auto!important;height:auto!important;}
  .nav-brand-link{
    position:absolute!important;
    left:50%!important;top:50%!important;
    transform:translate(-50%,-50%)!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    gap:8px!important;width:auto!important;max-width:65vw!important;white-space:nowrap!important;
  }
  .mobile-toggle{
    position:absolute!important;left:9px!important;top:50%!important;transform:translateY(-50%)!important;
    display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;
    width:40px!important;height:40px!important;padding:0!important;margin:0!important;
  }
  .mobile-toggle span{display:block!important;width:18px!important;height:2px!important;margin:0!important;background:var(--gold)!important;border-radius:999px!important;}
  .cart-link{
    position:absolute!important;right:9px!important;top:50%!important;transform:translateY(-50%)!important;
    width:42px!important;height:42px!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;
  }
}


/* V7 REAL MOBILE POLISH — compact, responsive, no large side/gap issues */
html,body{max-width:100%;overflow-x:hidden!important;}
#main-site{max-width:100%;overflow-x:hidden;}
.container{width:min(1480px,calc(100vw - 28px))!important;margin-left:auto!important;margin-right:auto!important;}

@media (max-width:900px){
  :root{--container:calc(100vw - 12px)!important;}
  body{overflow-x:hidden!important;}
  .container{width:calc(100vw - 12px)!important;max-width:calc(100vw - 12px)!important;}

  /* Header: left menu, center logo/name, right cart */
  .announcement-bar{height:28px!important;}
  .announcement-track{font-size:.56rem!important;letter-spacing:.14em!important;padding-left:10px!important;gap:32px!important;}
  .nav-wrap{top:28px!important;padding:7px 0 8px!important;background:rgba(8,7,5,.94)!important;}
  .navbar{width:calc(100vw - 12px)!important;height:54px!important;min-height:54px!important;border-radius:15px!important;padding:0!important;display:block!important;position:relative!important;}
  .nav-left,.nav-links{display:none!important;}
  .nav-right{display:block!important;position:static!important;}
  .mobile-toggle{position:absolute!important;left:8px!important;top:50%!important;transform:translateY(-50%)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;width:38px!important;height:38px!important;border-radius:999px!important;background:rgba(232,191,106,.08)!important;z-index:5!important;}
  .mobile-toggle span{display:block!important;width:17px!important;height:2px!important;margin:0!important;background:var(--gold)!important;border-radius:999px!important;}
  .nav-brand-link{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:max-content!important;max-width:58vw!important;white-space:nowrap!important;z-index:4!important;}
  .nav-logo{width:30px!important;height:30px!important;flex:0 0 30px!important;}
  .nav-brand-name{font-size:.73rem!important;letter-spacing:.12em!important;line-height:1!important;}
  .nav-brand-sub{display:none!important;}
  .cart-link{position:absolute!important;right:8px!important;top:50%!important;transform:translateY(-50%)!important;width:38px!important;height:38px!important;border-radius:999px!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:rgba(232,191,106,.08)!important;z-index:5!important;}
  .cart-label{display:none!important;}
  .cart-icon-wrap{width:32px!important;height:32px!important;background:transparent!important;}
  .cart-count{top:-3px!important;right:-3px!important;min-width:16px!important;height:16px!important;font-size:.55rem!important;}
  .mobile-menu{width:calc(100vw - 12px)!important;margin-top:8px!important;border-radius:16px!important;padding:10px 14px!important;}
  .mobile-menu a{padding:9px 4px!important;font-size:.78rem!important;}

  /* General spacing: remove red-box blank gaps */
  .hero-banner-section{padding:10px 0 10px!important;}
  .scroll-strip{margin-top:0!important;}
  .scroll-track{padding:8px 10px!important;font-size:.55rem!important;letter-spacing:.11em!important;}
  .section{padding:26px 0!important;}
  .section-tight{padding:22px 0!important;}
  .section-header{margin-bottom:14px!important;}
  .section-title{font-size:1.75rem!important;line-height:1.05!important;margin:9px 0 6px!important;}
  .section-copy{font-size:.72rem!important;line-height:1.45!important;max-width:94%!important;margin-left:auto!important;margin-right:auto!important;}
  .eyebrow{font-size:.56rem!important;letter-spacing:.12em!important;padding:7px 10px!important;}
  .gold-line{display:none!important;}

  /* Hero compact */
  .hero-banner{width:calc(100vw - 12px)!important;height:230px!important;min-height:230px!important;max-height:230px!important;border-radius:16px!important;}
  .hero-banner-content{padding:22px 16px!important;max-width:270px!important;}
  .hero-banner-content .hero-title{font-size:1.7rem!important;line-height:.98!important;margin:0 0 14px!important;}
  .btn{padding:10px 15px!important;font-size:.58rem!important;letter-spacing:.1em!important;}

  /* Featured and related products: 2 cards visible, swipe allowed */
  #featured-grid.products-grid,
  #related-products.products-grid{
    display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;gap:10px!important;padding:2px 0 8px!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;width:100%!important;
  }
  #featured-grid.products-grid::-webkit-scrollbar,
  #related-products.products-grid::-webkit-scrollbar{display:none!important;}
  #featured-grid > *, #related-products > *{
    flex:0 0 calc(50% - 6px)!important;width:calc(50% - 6px)!important;min-width:calc(50% - 6px)!important;max-width:calc(50% - 6px)!important;scroll-snap-align:start!important;
  }
  #featured-grid .product-card,#related-products .product-card{border-radius:16px!important;overflow:hidden!important;}
  #featured-grid .product-media,#related-products .product-media{aspect-ratio:4/5!important;border-radius:16px 16px 0 0!important;}
  #featured-grid .product-media img,#related-products .product-media img{width:100%!important;height:100%!important;object-fit:cover!important;}
  #featured-grid .product-body,#related-products .product-body{padding:9px 9px 11px!important;}
  #featured-grid .product-cat,#related-products .product-cat{font-size:.43rem!important;letter-spacing:.08em!important;line-height:1.2!important;min-height:0!important;}
  #featured-grid .product-name,#related-products .product-name{font-size:.88rem!important;line-height:1.05!important;margin:4px 0 5px!important;}
  #featured-grid .price-row,#related-products .price-row{display:flex!important;align-items:center!important;gap:5px!important;flex-wrap:wrap!important;}
  #featured-grid .product-price,#related-products .product-price{font-size:.68rem!important;}
  #featured-grid .product-mrp,#related-products .product-mrp{font-size:.55rem!important;}
  #featured-grid .discount-badge,#related-products .discount-badge{left:7px!important;right:auto!important;top:7px!important;font-size:.5rem!important;padding:5px 7px!important;}
  #featured-grid .product-actions,#related-products .product-actions{display:none!important;}

  /* Reels: 2 cards visible, aligned */
  .reels-row{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:calc(50% - 6px)!important;grid-template-columns:none!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 0 8px!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;width:100%!important;}
  .reels-row::-webkit-scrollbar{display:none!important;}
  .reels-row > *{width:auto!important;min-width:0!important;max-width:none!important;flex-basis:auto!important;scroll-snap-align:start!important;}
  .reel-card{height:auto!important;border-radius:16px!important;padding:7px!important;}
  .reel-frame{height:auto!important;aspect-ratio:9/13!important;border-radius:13px!important;}
  .reel-frame span{font-size:.55rem!important;left:9px!important;bottom:9px!important;}

  /* Why choose and reviews: no swipe, compact page-fit grid */
  .usp-grid,.review-grid{display:grid!important;overflow:visible!important;padding:0!important;scroll-snap-type:none!important;scrollbar-width:none!important;width:100%!important;}
  .usp-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .review-grid{grid-template-columns:1fr!important;gap:10px!important;}
  .usp-grid > *, .review-grid > *{width:auto!important;min-width:0!important;max-width:none!important;flex-basis:auto!important;}
  .usp-card{min-height:0!important;padding:13px!important;border-radius:16px!important;}
  .usp-card .icon{width:28px!important;height:28px!important;border-radius:9px!important;margin-bottom:8px!important;}
  .usp-card h4{font-size:.92rem!important;line-height:1.15!important;margin:6px 0!important;}
  .usp-card p{font-size:.62rem!important;line-height:1.35!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
  .review-card{min-height:0!important;padding:14px!important;border-radius:16px!important;}
  .review-stars{font-size:.78rem!important;margin-bottom:6px!important;}
  .review-card p{font-size:.7rem!important;line-height:1.45!important;margin:0 0 8px!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
  .review-author strong{font-size:.78rem!important;}
  .review-author span{font-size:.56rem!important;}

  /* Newsletter + footer compact */
  .newsletter{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;padding:16px!important;border-radius:17px!important;}
  .newsletter h3{font-size:1.25rem!important;line-height:1.05!important;margin:8px 0 5px!important;}
  .newsletter p{font-size:.68rem!important;}
  .newsletter-form{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;}
  .newsletter-form input{min-width:0!important;width:100%!important;padding:11px 13px!important;border-radius:999px!important;}
  .newsletter-form .btn{width:100%!important;}
  .footer{margin-top:6px!important;}
  .footer-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px 12px!important;padding:24px 0 18px!important;}
  .footer-brand{grid-column:1/-1!important;}
  .footer-brand img{width:50px!important;height:50px!important;}
  .footer-brand-name{font-size:.85rem!important;letter-spacing:.18em!important;margin:7px 0 5px!important;}
  .footer-brand p{font-size:.68rem!important;line-height:1.4!important;margin:6px 0 0!important;}
  .footer-links{gap:5px!important;}
  .footer-links h4,.footer-contact h4,.footer-brand small{font-size:.56rem!important;letter-spacing:.1em!important;margin-bottom:2px!important;}
  .footer-links a,.footer-contact p{font-size:.66rem!important;line-height:1.35!important;}
  .footer-contact{grid-column:1/-1!important;}
  .pill-row{gap:5px!important;}
  .footer-contact .pill{font-size:.52rem!important;padding:5px 7px!important;}
  .footer-bottom{display:grid!important;grid-template-columns:1fr!important;text-align:center!important;font-size:.6rem!important;padding:10px 0 16px!important;}
  .floating-cart{display:none!important;}

  /* Collection page */
  .collection-direct-section{padding-top:12px!important;}
  .filter-bar{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin:0 0 12px!important;}
  .filter-row:first-child{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:7px!important;padding:0 0 7px!important;scrollbar-width:none!important;width:100%!important;}
  .filter-row:first-child::-webkit-scrollbar{display:none!important;}
  .filter-btn{flex:0 0 auto!important;white-space:nowrap!important;padding:8px 10px!important;border-radius:999px!important;font-size:.54rem!important;letter-spacing:.08em!important;}
  .collection-tools{display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important;align-items:center!important;width:100%!important;margin:0!important;}
  .sort-wrap{width:100%!important;min-width:0!important;border-radius:12px!important;padding:6px 7px!important;gap:6px!important;}
  .sort-wrap span{font-size:.52rem!important;letter-spacing:.08em!important;white-space:nowrap!important;}
  .sort-select{min-width:0!important;width:100%!important;padding:8px 5px!important;font-size:.58rem!important;}
  .view-switch{width:auto!important;justify-content:center!important;padding:4px!important;}
  .view-toggle{width:31px!important;height:31px!important;flex:0 0 31px!important;font-size:.82rem!important;}
  #collection-grid.products-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;overflow:visible!important;padding:0!important;width:100%!important;}
  #collection-grid.products-grid .product-card{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;border-radius:15px!important;overflow:hidden!important;}
  #collection-grid .product-media{aspect-ratio:4/5!important;border-radius:15px 15px 0 0!important;height:auto!important;}
  #collection-grid .product-media img{width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important;}
  #collection-grid .product-body{padding:8px!important;}
  #collection-grid .product-cat{font-size:.4rem!important;letter-spacing:.06em!important;line-height:1.2!important;}
  #collection-grid .product-name{font-size:.78rem!important;line-height:1.05!important;margin:3px 0 5px!important;}
  #collection-grid .price-row{gap:4px!important;}
  #collection-grid .product-price{font-size:.62rem!important;}
  #collection-grid .product-mrp{font-size:.5rem!important;}
  #collection-grid .discount-badge{left:6px!important;right:auto!important;top:6px!important;font-size:.47rem!important;padding:4px 6px!important;}
  #collection-grid .product-actions{display:none!important;}

  /* Collection list view must work on mobile */
  #collection-grid.products-grid.list-view{grid-template-columns:1fr!important;gap:9px!important;}
  #collection-grid.products-grid.list-view .product-card{display:grid!important;grid-template-columns:96px 1fr!important;align-items:stretch!important;}
  #collection-grid.products-grid.list-view .product-media{aspect-ratio:auto!important;height:126px!important;border-radius:15px 0 0 15px!important;}
  #collection-grid.products-grid.list-view .product-media img{height:126px!important;min-height:0!important;}
  #collection-grid.products-grid.list-view .product-body{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:10px!important;}
  #collection-grid.products-grid.list-view .product-name{font-size:.9rem!important;}

  /* Product detail and related products compact */
  .product-page-section{padding-top:12px!important;}
  .compact-product-detail{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;max-width:calc(100vw - 12px)!important;}
  .compact-product-detail .product-gallery{padding:8px!important;border-radius:16px!important;position:relative!important;top:auto!important;}
  .compact-product-detail .gallery-main{aspect-ratio:1.08/1!important;max-height:260px!important;border-radius:13px!important;}
  .compact-product-detail .gallery-thumbs{grid-template-columns:repeat(3,1fr)!important;gap:6px!important;margin-top:7px!important;}
  .compact-product-detail .gallery-thumb{border-radius:10px!important;padding:3px!important;}
  .compact-product-detail .gallery-thumb img{height:50px!important;border-radius:8px!important;}
  .compact-product-detail .product-detail-info{padding:14px!important;border-radius:16px!important;}
  .compact-product-detail .product-detail-info h1{font-size:1.55rem!important;line-height:1.02!important;margin:8px 0!important;}
  .product-detail-short{font-size:.72rem!important;line-height:1.4!important;}
  .product-detail-price{margin:8px 0!important;gap:7px!important;}
  .product-detail-price strong{font-size:.98rem!important;}
  .product-detail-price span,.product-detail-price em{font-size:.65rem!important;}
  .stock-meter{font-size:.56rem!important;margin:8px 0!important;}
  .color-options h4{font-size:1rem!important;margin:8px 0!important;}
  .color-swatch{width:30px!important;height:30px!important;}
  .detail-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;}
  .detail-actions .btn,.detail-actions .btn-outline{width:100%!important;padding:11px 10px!important;font-size:.55rem!important;}
  .product-specs{grid-template-columns:1fr!important;gap:6px!important;margin-top:10px!important;}
  .product-specs div{padding:9px!important;}
  .product-description{padding:13px!important;margin-top:10px!important;border-radius:16px!important;}
  .product-description h2{font-size:1.35rem!important;margin-bottom:6px!important;}
  .product-description p{font-size:.7rem!important;line-height:1.45!important;}

  /* Cart mobile: compact user-friendly */
  .cart-direct-section{padding-top:12px!important;}
  .cart-layout{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
  .cart-card{padding:14px!important;border-radius:16px!important;}
  .cart-card h3{font-size:1.35rem!important;margin-bottom:10px!important;}
  .cart-items{gap:9px!important;}
  .cart-item{display:grid!important;grid-template-columns:78px 1fr auto!important;gap:9px!important;align-items:center!important;padding:9px!important;border-radius:14px!important;}
  .cart-item img{width:78px!important;height:96px!important;object-fit:cover!important;border-radius:11px!important;}
  .cart-item h4{font-size:1rem!important;line-height:1.05!important;margin:3px 0 5px!important;}
  .cart-meta{font-size:.5rem!important;letter-spacing:.08em!important;}
  .cart-color{font-size:.54rem!important;gap:5px!important;margin:5px 0!important;}
  .cart-color-box{width:13px!important;height:13px!important;border-radius:4px!important;}
  .qty-wrap{gap:5px!important;flex-wrap:wrap!important;}
  .qty-btn{width:25px!important;height:25px!important;}
  .remove-btn{font-size:.58rem!important;}
  .cart-item > .product-price{font-size:.66rem!important;align-self:start!important;margin-top:6px!important;}
  .summary-row{font-size:.75rem!important;padding:9px 0!important;}
  .summary-row.total{font-size:.95rem!important;}
  .contact-pill{padding:10px!important;font-size:.68rem!important;}
}

@media (max-width:380px){
  .nav-brand-name{font-size:.66rem!important;letter-spacing:.1em!important;}
  .nav-logo{width:28px!important;height:28px!important;}
  .hero-banner{height:215px!important;min-height:215px!important;max-height:215px!important;}
  .hero-banner-content .hero-title{font-size:1.55rem!important;}
  #featured-grid > *,#related-products > *{flex-basis:calc(50% - 5px)!important;width:calc(50% - 5px)!important;min-width:calc(50% - 5px)!important;max-width:calc(50% - 5px)!important;}
  .reels-row{grid-auto-columns:calc(50% - 5px)!important;}
  .section-title{font-size:1.55rem!important;}
  .usp-card{padding:11px!important;}
  .usp-card h4{font-size:.82rem!important;}
  .usp-card p{font-size:.58rem!important;}
  #collection-grid .product-name{font-size:.72rem!important;}
  #collection-grid .product-media{aspect-ratio:3.5/5!important;}
}


/* ===== PRAVI SUTRA V8 FINAL MOBILE/PAGE POLISH ===== */
/* Fixed trust/review layouts: no swipe, small professional boxes */
.usp-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  overflow:visible!important;
  padding:0!important;
  width:100%!important;
}
.review-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  overflow:visible!important;
  padding:0!important;
  width:100%!important;
}
.usp-grid > *, .review-grid > *{
  min-width:0!important;
  width:auto!important;
  max-width:none!important;
  flex-basis:auto!important;
  scroll-snap-align:unset!important;
}
.usp-card,.review-card{
  min-height:auto!important;
  padding:18px!important;
  border-radius:18px!important;
}
.usp-card .icon{width:34px!important;height:34px!important;margin-bottom:14px!important;}
.usp-card h4{font-size:1rem!important;line-height:1.15!important;margin:0 0 8px!important;}
.usp-card p,.review-card p{font-size:.78rem!important;line-height:1.5!important;margin:0!important;}
.review-stars{font-size:.84rem!important;margin-bottom:10px!important;}
.review-author{margin-top:14px!important;}
.review-author strong{font-size:.86rem!important;}
.review-author span{font-size:.62rem!important;letter-spacing:.12em!important;}

/* Product detail: remove stock available block completely */
.stock-meter{display:none!important;}

/* Product detail: remove mobile side gaps and fit image/card properly */
.product-page-section .container{width:min(1180px,calc(100vw - 20px))!important;max-width:calc(100vw - 20px)!important;margin-inline:auto!important;}
.compact-product-detail{width:100%!important;margin-inline:auto!important;}
.compact-product-detail .product-gallery,.compact-product-detail .product-detail-info{width:100%!important;box-sizing:border-box!important;}
.gallery-main img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;}
.product-detail-short{max-width:100%!important;}

/* Related products and general cards: avoid unwanted extra scroll space */
#related-products{scroll-padding-left:0!important;}

@media (max-width:1180px){
  .review-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}

@media (max-width:900px){
  .section{padding-block:26px!important;}
  .section-tight{padding-block:22px!important;}
  .section-header{margin-bottom:16px!important;}
  .usp-grid,.review-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    overflow:visible!important;
    padding:0!important;
    scroll-snap-type:none!important;
  }
  .usp-grid > *, .review-grid > *{
    width:auto!important;min-width:0!important;max-width:none!important;flex-basis:auto!important;
  }
  .usp-card,.review-card{
    min-height:132px!important;
    padding:13px!important;
    border-radius:16px!important;
  }
  .usp-card .icon{width:28px!important;height:28px!important;margin-bottom:10px!important;border-radius:10px!important;}
  .usp-card h4{font-size:.82rem!important;line-height:1.15!important;margin-bottom:6px!important;}
  .usp-card p,.review-card p{font-size:.58rem!important;line-height:1.35!important;}
  .review-card{min-height:148px!important;}
  .review-stars{font-size:.68rem!important;margin-bottom:7px!important;letter-spacing:.08em!important;}
  .review-author{margin-top:9px!important;}
  .review-author strong{font-size:.68rem!important;}
  .review-author span{font-size:.48rem!important;letter-spacing:.08em!important;}
  .review-card p{display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}

  .product-page-section .container{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;padding-inline:0!important;}
  .compact-product-detail{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }
  .compact-product-detail .product-gallery{padding:8px!important;border-radius:16px!important;margin:0!important;}
  .compact-product-detail .gallery-main{width:100%!important;aspect-ratio:1.05/1!important;max-height:300px!important;border-radius:13px!important;}
  .compact-product-detail .gallery-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin-top:7px!important;}
  .compact-product-detail .gallery-thumb img{height:54px!important;}
  .compact-product-detail .product-detail-info{padding:13px!important;border-radius:16px!important;margin:0!important;}
  .compact-product-detail .product-detail-info h1{font-size:1.52rem!important;line-height:1.02!important;margin:7px 0!important;}
  .product-detail-short{font-size:.7rem!important;line-height:1.38!important;}
  .product-detail-price{margin:9px 0!important;gap:7px!important;}
  .product-detail-price strong{font-size:.96rem!important;}
  .color-options{margin:12px 0!important;}
  .product-specs{margin-top:10px!important;gap:6px!important;}
}

@media (max-width:430px){
  .usp-grid,.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}
  .usp-card,.review-card{padding:11px!important;border-radius:15px!important;}
  .usp-card{min-height:124px!important;}
  .review-card{min-height:138px!important;}
  .section-title{font-size:1.58rem!important;line-height:1.06!important;}
  .section-copy{font-size:.68rem!important;line-height:1.45!important;}
  .product-page-section .container{width:calc(100vw - 12px)!important;max-width:calc(100vw - 12px)!important;}
  .compact-product-detail .gallery-main{max-height:285px!important;}
}

@media (max-width:360px){
  .usp-card p,.review-card p{font-size:.54rem!important;}
  .usp-card h4{font-size:.76rem!important;}
}


/* ===== PRAVI SUTRA V10: INTRO TAGLINE REMOVED + TRUST/REVIEW SWIPE FIX ===== */
/* Keep opening intro simple like previous version; only hide tagline */
.intro-copy{display:none!important;}

/* Desktop/tablet: keep Why + Review as clean 4-box rows */
.usp-grid,.review-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  overflow:visible!important;
  scroll-snap-type:none!important;
  padding:0!important;
}
.usp-grid > *, .review-grid > *{
  min-width:0!important;
  width:auto!important;
  max-width:none!important;
  flex:initial!important;
  scroll-snap-align:unset!important;
}
.review-card,.usp-card{height:auto!important;}

/* Mobile: make Why Choose + Client Reviews swipeable + compact, 2 cards visible */
@media (max-width:900px){
  .usp-grid,.review-grid{
    display:flex!important;
    grid-template-columns:none!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;
    gap:10px!important;
    padding:0 6px 8px!important;
    margin-inline:-6px!important;
    scrollbar-width:none!important;
  }
  .usp-grid::-webkit-scrollbar,.review-grid::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}
  .usp-grid > *, .review-grid > *{
    flex:0 0 calc(50% - 6px)!important;
    width:calc(50% - 6px)!important;
    min-width:calc(50% - 6px)!important;
    max-width:calc(50% - 6px)!important;
    scroll-snap-align:start!important;
  }
  .usp-card,.review-card{
    min-height:132px!important;
    padding:12px!important;
    border-radius:16px!important;
  }
  .usp-card .icon{width:28px!important;height:28px!important;margin-bottom:9px!important;border-radius:10px!important;}
  .usp-card h4{font-size:.82rem!important;line-height:1.14!important;margin:0 0 5px!important;}
  .usp-card p,.review-card p{font-size:.58rem!important;line-height:1.34!important;margin:0!important;}
  .review-card{min-height:150px!important;}
  .review-stars{font-size:.66rem!important;margin-bottom:7px!important;letter-spacing:.06em!important;}
  .review-author{margin-top:9px!important;}
  .review-author strong{font-size:.68rem!important;line-height:1.1!important;}
  .review-author span{font-size:.48rem!important;letter-spacing:.08em!important;}
}

@media (max-width:380px){
  .usp-grid > *, .review-grid > *{
    flex-basis:calc(50% - 5px)!important;
    width:calc(50% - 5px)!important;
    min-width:calc(50% - 5px)!important;
    max-width:calc(50% - 5px)!important;
  }
  .usp-card,.review-card{padding:10px!important;}
  .usp-card p,.review-card p{font-size:.54rem!important;}
}


/* V11: Real Instagram reel links fitted inside luxury reel boxes */
.reel-card.instagram-reel-card{
  overflow:hidden;
}
.reel-frame.has-embed{
  aspect-ratio:9/16;
  background:radial-gradient(circle at top, rgba(207,161,76,.18), rgba(9,7,4,.94));
  border:1px solid rgba(216,168,79,.18);
}
.reel-frame.has-embed iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  background:#090704;
  transform:scale(1.01);
  transform-origin:center;
}
.reel-frame.has-embed::after{
  pointer-events:none;
  background:linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.08) 45%, rgba(0,0,0,.72) 100%);
}
.instagram-open{
  position:absolute;
  right:10px;
  top:10px;
  z-index:4;
  text-decoration:none;
  font-family:'Cinzel',serif;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.58rem;
  color:#120d05;
  background:linear-gradient(135deg, #f9df8a, #d49a36);
  border:1px solid rgba(255,230,150,.45);
  border-radius:999px;
  padding:7px 9px;
  box-shadow:0 10px 28px rgba(0,0,0,.35);
  opacity:.9;
}
.instagram-open:hover{opacity:1;transform:translateY(-1px)}
.reel-frame.has-embed span{z-index:5;pointer-events:none;}
@media(max-width:900px){
  .reels-row{grid-auto-columns:calc(50% - 6px)!important;gap:10px!important;}
  .reel-card.instagram-reel-card{padding:6px!important;border-radius:16px!important;}
  .reel-frame.has-embed{aspect-ratio:9/14!important;border-radius:13px!important;}
  .instagram-open{font-size:.48rem!important;padding:6px 7px!important;right:7px!important;top:7px!important;letter-spacing:.08em!important;}
}
@media(max-width:380px){
  .instagram-open{font-size:.44rem!important;padding:5px 6px!important;}
}


/* ===== PRAVI SUTRA V12: CLEAN REEL SHOWCASE + COPY CLEANUP ===== */
.section-copy.is-hidden-copy{display:none!important;}
.reel-card.clean-reel-card{overflow:hidden;cursor:pointer;}
.reel-card.clean-reel-card .reel-frame{
  aspect-ratio:9/16;
  background:#090704;
  border:1px solid rgba(216,168,79,.18);
  border-radius:20px;
  overflow:hidden;
}
.clean-reel-thumb,
.reel-card.clean-reel-card iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  object-fit:cover;
  background:#090704;
}
.clean-reel-thumb{filter:saturate(1.02) contrast(1.04);transition:transform .65s ease, filter .35s ease;}
.reel-card.clean-reel-card:hover .clean-reel-thumb{transform:scale(1.045);filter:saturate(1.08) contrast(1.08);}
.reel-card.clean-reel-card .reel-frame::after{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.02) 48%, rgba(0,0,0,.62) 100%);
  z-index:2;
}
.clean-play{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:48px;
  height:48px;
  border-radius:999px;
  border:1px solid rgba(255,225,150,.5);
  background:rgba(0,0,0,.34);
  display:grid;
  place-items:center;
  color:#fff6d6;
  z-index:4;
  box-shadow:0 12px 35px rgba(0,0,0,.35);
  backdrop-filter:blur(6px);
}
.clean-play svg{width:20px;height:20px;margin-left:3px;fill:currentColor;}
.reel-card.clean-reel-card .reel-label{
  position:absolute;
  left:14px;
  bottom:14px;
  z-index:5;
  font-family:'Cinzel',serif;
  letter-spacing:.18em;
  font-size:.72rem;
  color:var(--gold);
  text-transform:uppercase;
  pointer-events:none;
}
.reel-card.clean-reel-card.is-playing .clean-play{display:none;}
.reel-card.clean-reel-card.is-playing iframe{
  height:calc(100% + 240px)!important;
  top:-72px!important;
  bottom:auto!important;
  transform:scale(1.05);
  transform-origin:center top;
}
.reel-card.clean-reel-card.is-playing .reel-label{display:none;}
@media(max-width:900px){
  .reels-row{grid-auto-columns:calc(50% - 6px)!important;gap:10px!important;}
  .reel-card.clean-reel-card{padding:6px!important;border-radius:16px!important;}
  .reel-card.clean-reel-card .reel-frame{aspect-ratio:9/13.5!important;border-radius:13px!important;}
  .clean-play{width:38px;height:38px;}
  .clean-play svg{width:16px;height:16px;}
  .reel-card.clean-reel-card .reel-label{font-size:.5rem!important;left:9px!important;bottom:9px!important;}
  .reel-card.clean-reel-card.is-playing iframe{height:calc(100% + 210px)!important;top:-62px!important;}
}

/* CMS v3: product images must stay true 1:1 and never crop on product page */
.product-media,
#collection-grid .product-media,
#featured-grid .product-media,
#related-products .product-media,
.products-grid.list-view .product-media,
#collection-grid.products-grid.list-view .product-media{
  aspect-ratio:1/1!important;
  height:auto!important;
  min-height:0!important;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015))!important;
}
.product-media img,
#collection-grid .product-media img,
#featured-grid .product-media img,
#related-products .product-media img,
.products-grid.list-view .product-media img,
#collection-grid.products-grid.list-view .product-media img{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#0b0805!important;
}

.product-gallery .gallery-main,
.compact-product-detail .gallery-main{
  aspect-ratio:1/1!important;
  width:100%!important;
  max-height:none!important;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012))!important;
}
.gallery-main img,
.compact-product-detail .gallery-main img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#0b0805!important;
}
.gallery-thumb img,
.compact-product-detail .gallery-thumb img{
  object-fit:contain!important;
  background:#0b0805!important;
}

@media(max-width:900px){
  .product-media,
  #featured-grid .product-media,
  #related-products .product-media,
  #collection-grid .product-media,
  #collection-grid.products-grid.list-view .product-media{
    aspect-ratio:1/1!important;
    height:auto!important;
  }
  .compact-product-detail .gallery-main{
    aspect-ratio:1/1!important;
    max-height:none!important;
  }
}


/* PRAVI_VIDEO_PRODUCT_V5 */
.reel-frame video{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;background:#050403;}
.reel-frame:has(video)::after{pointer-events:none!important;}
.gallery-main video,.gallery-main-video{width:100%!important;height:100%!important;object-fit:contain!important;background:#050403;border-radius:18px;display:block;}
.gallery-thumb.video-thumb{position:relative;overflow:hidden;}
.gallery-thumb.video-thumb span{position:absolute;inset:auto 8px 8px auto;background:rgba(0,0,0,.58);color:#fff;border:1px solid rgba(232,191,106,.7);border-radius:999px;width:26px;height:26px;display:grid;place-items:center;font-size:12px;}
@media(max-width:700px){.gallery-main video,.gallery-main-video{border-radius:14px!important;}}


/* PRAVI SUTRA — WhatsApp Checkout v16 */
.checkout-section{padding-top:44px!important;}
.checkout-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:22px;align-items:start;}
.checkout-card{border:1px solid rgba(232,191,106,.18);background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));box-shadow:0 22px 60px rgba(0,0,0,.25);border-radius:28px;padding:22px;}
.checkout-card h2,.checkout-card h3{font-family:'Cormorant Garamond',serif;font-size:clamp(1.7rem,3vw,2.4rem);margin:0 0 8px;line-height:1.04;}
.checkout-card .muted{color:var(--muted);font-size:.9rem;line-height:1.7;}
.checkout-form{display:grid;gap:14px;margin-top:18px;}
.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.form-field{display:grid;gap:7px;}
.form-field label{color:var(--gold);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;}
.form-field input,.form-field textarea,.form-field select{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.11);background:rgba(7,6,5,.72);color:var(--ivory);border-radius:16px;padding:13px 14px;font-family:'Montserrat',sans-serif;font-size:.88rem;outline:none;transition:.25s ease;}
.form-field textarea{min-height:96px;resize:vertical;line-height:1.6;}
.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:rgba(232,191,106,.48);box-shadow:0 0 0 3px rgba(232,191,106,.09);}
.checkout-summary-items{display:grid;gap:12px;margin:18px 0;max-height:430px;overflow:auto;padding-right:4px;}
.checkout-mini-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:10px;border-radius:18px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);}
.checkout-mini-item img{width:64px;height:64px;object-fit:cover;border-radius:14px;background:#100d0a;}
.checkout-mini-item h4{margin:0 0 4px;font-family:'Cormorant Garamond',serif;font-size:1.15rem;line-height:1.05;}
.checkout-mini-item small{display:block;color:var(--muted);font-size:.72rem;line-height:1.5;}
.checkout-mini-item strong{font-family:'Cinzel',serif;color:var(--gold);font-size:.86rem;white-space:nowrap;}
.checkout-totals{display:grid;gap:10px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);}
.checkout-totals .summary-row{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);}
.checkout-totals .summary-row strong{color:var(--ivory);}
.checkout-totals .summary-row.total{font-size:1.1rem;color:var(--ivory);padding-top:8px;border-top:1px dashed rgba(232,191,106,.22);}
.whatsapp-order-btn{width:100%;justify-content:center;margin-top:16px;}
.secure-note{margin-top:14px;padding:13px 14px;border-radius:18px;background:rgba(232,191,106,.06);border:1px solid rgba(232,191,106,.16);color:var(--muted);font-size:.78rem;line-height:1.6;}
.checkout-empty{padding:36px 18px;text-align:center;border-radius:24px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);}
.order-id-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(232,191,106,.22);background:rgba(232,191,106,.07);color:var(--gold);padding:9px 12px;border-radius:999px;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;}
.success-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px;}
@media(max-width:980px){.checkout-layout{grid-template-columns:1fr;gap:14px}.checkout-section{padding-top:18px!important}.checkout-card{border-radius:22px;padding:16px}.checkout-summary-card{order:-1}.checkout-summary-items{max-height:none}.form-grid-2{grid-template-columns:1fr 1fr;gap:9px}.form-field input,.form-field textarea,.form-field select{padding:11px 12px;border-radius:14px;font-size:.82rem}.form-field label{font-size:.58rem}.checkout-mini-item{grid-template-columns:56px 1fr;position:relative;padding:9px}.checkout-mini-item img{width:56px;height:56px}.checkout-mini-item strong{grid-column:2;justify-self:start}.checkout-mini-item h4{font-size:1rem}.checkout-mini-item small{font-size:.66rem}.secure-note{font-size:.72rem}.cart-direct-section{padding-top:14px!important}.cart-card{padding:15px!important;border-radius:22px!important}.cart-item{grid-template-columns:62px 1fr!important;gap:10px!important;align-items:start!important}.cart-item>strong{grid-column:2;justify-self:start!important}.cart-item img{width:62px!important;height:62px!important;border-radius:15px!important}.qty-wrap{gap:6px!important;flex-wrap:wrap!important}.qty-btn{width:30px!important;height:30px!important}.remove-btn{padding:7px 10px!important}}
@media(max-width:520px){.form-grid-2{grid-template-columns:1fr}.checkout-card h2,.checkout-card h3{font-size:1.7rem}.checkout-mini-item{grid-template-columns:52px 1fr}.checkout-mini-item img{width:52px;height:52px}.success-actions .btn,.success-actions .btn-outline{width:100%;justify-content:center}.whatsapp-order-btn{padding-left:12px!important;padding-right:12px!important}}


/* PRAVI SUTRA V17 — Sticky Header, Wishlist, Share, Instagram & Newsletter */
.nav-wrap{position:sticky!important;top:0!important;z-index:999!important;background:linear-gradient(180deg, rgba(8,7,5,.99), rgba(8,7,5,.92))!important;padding:9px 0!important;box-shadow:0 12px 36px rgba(0,0,0,.24)}
.announcement-bar{position:relative!important;z-index:20!important}
.wishlist-link{display:inline-flex;align-items:center;gap:8px;color:var(--ivory);text-decoration:none;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;margin-right:10px}
.wishlist-icon-wrap{position:relative;display:grid;place-items:center;width:38px;height:38px;border-radius:999px;border:1px solid rgba(232,191,106,.25);background:rgba(255,255,255,.035);color:var(--gold);transition:.25s ease}
.wishlist-link:hover .wishlist-icon-wrap,.wishlist-link.active .wishlist-icon-wrap{background:rgba(232,191,106,.12);transform:translateY(-1px)}
.wishlist-count{position:absolute;right:-6px;top:-6px;min-width:18px;height:18px;border-radius:999px;background:var(--gold);color:#110b04;display:grid;place-items:center;font-size:.62rem;font-weight:800}
.card-wishlist-btn{position:absolute;right:12px;top:12px;z-index:8;width:36px;height:36px;border-radius:999px;border:1px solid rgba(232,191,106,.35);background:rgba(8,7,5,.58);color:#f7e5ad;font-size:1rem;cursor:pointer;backdrop-filter:blur(10px);transition:.25s ease}
.card-wishlist-btn.active,.card-wishlist-btn:hover{background:linear-gradient(135deg,#f3d37d,#b77a29);color:#160d04;transform:scale(1.04)}
.product-quick-actions{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 14px}
.product-wishlist-btn,.product-share-btn{border:1px solid rgba(232,191,106,.24);background:rgba(255,255,255,.035);color:var(--ivory);border-radius:999px;padding:10px 14px;font-family:'Montserrat',sans-serif;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.product-wishlist-btn.active,.product-wishlist-btn:hover,.product-share-btn:hover{background:rgba(232,191,106,.12);color:var(--gold)}
.instagram-join .social-follow-actions{display:flex!important;gap:12px!important;justify-content:flex-end!important;align-items:center!important}
.instagram-contact-card{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:32px}
.contact-social-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.founder-photo{border-radius:22px;width:100%;height:320px;object-fit:cover;background:#100c08}
.blog-grid{display:grid;gap:24px}
.blog-card{display:grid;grid-template-columns:minmax(280px,.9fr) 1.1fr;gap:22px;overflow:hidden;padding:14px}
.blog-media img{width:100%;height:100%;min-height:280px;object-fit:cover;border-radius:22px;background:#0c0906}
.blog-body{display:flex;flex-direction:column;justify-content:center;padding:14px 12px}
.blog-body h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,3.8rem);line-height:.98;margin:8px 0 12px}
.blog-body p{color:var(--muted);line-height:1.75}
.blog-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;color:var(--gold);font-size:.76rem;letter-spacing:.12em;text-transform:uppercase}
.wishlist-section .empty-state{grid-column:1/-1}
.nav-links a[href="faq.html"]{display:none!important}
@media(max-width:980px){
  .nav-wrap{top:0!important;padding:6px 0!important}
  .wishlist-label{display:none!important}
  .wishlist-icon-wrap{width:34px;height:34px}
  .nav-right{right:8px!important}
  .mobile-menu.open{grid-template-columns:1fr 1fr!important}
  .instagram-contact-card,.blog-card{grid-template-columns:1fr!important}
  .instagram-join .social-follow-actions,.contact-social-actions{justify-content:stretch!important;display:grid!important;grid-template-columns:1fr!important}
  .blog-media img{min-height:190px;aspect-ratio:16/9}
  .blog-meta{display:grid;gap:10px}
}
@media(max-width:520px){
  .wishlist-icon-wrap{width:30px!important;height:30px!important}
  .wishlist-count{min-width:16px;height:16px;font-size:.55rem}
  .cart-label{display:none!important}
  .product-quick-actions{display:grid;grid-template-columns:1fr 1fr}
  .product-wishlist-btn,.product-share-btn{padding:9px 10px;font-size:.66rem}
  .instagram-contact-card{padding:18px}
}
.blog-mini-strip{display:flex;gap:8px;margin-top:10px;overflow:auto;padding-bottom:2px}
.blog-mini-strip img{width:86px!important;height:58px!important;min-height:0!important;border-radius:12px!important;object-fit:cover!important;flex:0 0 auto;border:1px solid rgba(232,191,106,.2)}


/* PRAVI SUTRA V18 — TRUE FIXED HEADER + MOBILE WISHLIST/CART ALIGNMENT */
:root{
  --ps-ann-h:34px;
  --ps-nav-h:84px;
}
html,body{scroll-padding-top:calc(var(--ps-ann-h) + var(--ps-nav-h) + 12px)!important;}
body{padding-top:calc(var(--ps-ann-h) + var(--ps-nav-h))!important;}
#main-site{overflow:visible!important;}
.announcement-bar{
  position:fixed!important;
  top:0!important;left:0!important;right:0!important;
  width:100%!important;height:var(--ps-ann-h)!important;
  z-index:10050!important;
  background:#080705!important;
  box-shadow:0 6px 20px rgba(0,0,0,.26)!important;
}
.nav-wrap{
  position:fixed!important;
  top:var(--ps-ann-h)!important;left:0!important;right:0!important;
  width:100%!important;
  z-index:10040!important;
  padding:10px 0!important;
  background:linear-gradient(180deg, rgba(8,7,5,.99), rgba(8,7,5,.94))!important;
  box-shadow:0 16px 42px rgba(0,0,0,.34)!important;
}
.navbar{
  position:relative!important;
  z-index:10041!important;
}
.mobile-menu{
  z-index:10039!important;
}
.wishlist-link,.cart-link{flex:0 0 auto!important;}
.wishlist-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.wishlist-icon-wrap,.cart-icon-wrap{position:relative!important;}
.wishlist-label,.cart-label{white-space:nowrap!important;}

@media(max-width:900px){
  :root{--ps-ann-h:28px;--ps-nav-h:66px;}
  body{padding-top:calc(var(--ps-ann-h) + var(--ps-nav-h))!important;}
  .announcement-bar{height:var(--ps-ann-h)!important;}
  .announcement-track{font-size:.54rem!important;letter-spacing:.13em!important;padding-left:10px!important;gap:30px!important;}
  .nav-wrap{top:var(--ps-ann-h)!important;padding:6px 0!important;background:rgba(8,7,5,.98)!important;}
  .navbar{
    width:calc(100vw - 12px)!important;
    height:54px!important;min-height:54px!important;
    display:block!important;position:relative!important;
    border-radius:17px!important;padding:0!important;margin:0 auto!important;
    overflow:visible!important;
  }
  .nav-left,.nav-links{display:none!important;}
  .nav-right{display:block!important;position:static!important;margin:0!important;width:auto!important;height:auto!important;}
  .mobile-toggle{
    position:absolute!important;left:8px!important;top:50%!important;transform:translateY(-50%)!important;
    display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;
    width:38px!important;height:38px!important;padding:0!important;margin:0!important;
    border-radius:999px!important;background:rgba(232,191,106,.08)!important;border:1px solid rgba(232,191,106,.22)!important;
    z-index:10046!important;
  }
  .mobile-toggle span{display:block!important;width:18px!important;height:2px!important;margin:0!important;border-radius:999px!important;background:var(--gold)!important;}
  .nav-brand-link{
    position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;
    display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;
    width:max-content!important;max-width:calc(100vw - 168px)!important;min-width:0!important;
    white-space:nowrap!important;overflow:hidden!important;z-index:10043!important;
  }
  .nav-logo{width:28px!important;height:28px!important;flex:0 0 28px!important;}
  .nav-brand-text{min-width:0!important;overflow:hidden!important;}
  .nav-brand-name{font-size:.72rem!important;letter-spacing:.12em!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .nav-brand-sub{display:none!important;}
  .wishlist-link{
    position:absolute!important;right:52px!important;top:50%!important;transform:translateY(-50%)!important;
    width:38px!important;height:38px!important;padding:0!important;margin:0!important;
    display:flex!important;align-items:center!important;justify-content:center!important;z-index:10045!important;
  }
  .cart-link{
    position:absolute!important;right:8px!important;top:50%!important;transform:translateY(-50%)!important;
    width:38px!important;height:38px!important;padding:0!important;margin:0!important;
    display:flex!important;align-items:center!important;justify-content:center!important;z-index:10045!important;
  }
  .wishlist-icon-wrap,.cart-icon-wrap{
    width:34px!important;height:34px!important;border-radius:999px!important;
    display:grid!important;place-items:center!important;background:rgba(232,191,106,.08)!important;border:1px solid rgba(232,191,106,.22)!important;
  }
  .wishlist-icon-wrap svg,.cart-icon-wrap svg{width:17px!important;height:17px!important;}
  .wishlist-label,.cart-label{display:none!important;}
  .wishlist-count,.cart-count{
    position:absolute!important;top:-5px!important;right:-5px!important;
    min-width:17px!important;height:17px!important;padding:0 4px!important;font-size:.56rem!important;
    display:grid!important;place-items:center!important;z-index:2!important;
  }
  .mobile-menu{
    position:fixed!important;
    top:calc(var(--ps-ann-h) + var(--ps-nav-h))!important;
    left:6px!important;right:6px!important;
    width:auto!important;margin:0!important;
    max-height:calc(100vh - var(--ps-ann-h) - var(--ps-nav-h) - 12px)!important;
    overflow:auto!important;
    border-radius:16px!important;
    box-shadow:0 18px 46px rgba(0,0,0,.48)!important;
    background:rgba(13,11,8,.97)!important;
    backdrop-filter:blur(18px)!important;
  }
  .mobile-menu.open{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;}
}

@media(max-width:390px){
  .nav-brand-link{max-width:calc(100vw - 156px)!important;gap:4px!important;}
  .nav-brand-name{font-size:.66rem!important;letter-spacing:.09em!important;}
  .nav-logo{width:26px!important;height:26px!important;flex-basis:26px!important;}
  .wishlist-link{right:48px!important;}
  .wishlist-link,.cart-link{width:36px!important;height:36px!important;}
  .wishlist-icon-wrap,.cart-icon-wrap{width:32px!important;height:32px!important;}
}


/* ================= PRAVI V19 ALIGNMENT + NEWSLETTER FIXES ================= */
:root{--page-gap:clamp(18px,3vw,38px)}
body{overflow-x:hidden!important;}
.section{padding-block:var(--page-gap)!important;}
.section-tight{padding-block:clamp(16px,2.2vw,30px)!important;}
.page-hero{padding:clamp(18px,2.6vw,38px) 0!important;}
.page-hero-card{padding:clamp(18px,3vw,42px)!important;}
.container{width:min(1180px, calc(100% - 28px))!important;}

/* Product page: smaller details + less gap */
.product-page-section{padding-top:clamp(18px,2.4vw,34px)!important;padding-bottom:clamp(14px,2vw,26px)!important;}
.compact-product-detail{max-width:1120px!important;grid-template-columns:minmax(310px,.86fr) minmax(360px,1fr)!important;gap:18px!important;align-items:start!important;}
.compact-product-detail .product-gallery{padding:12px!important;}
.compact-product-detail .product-detail-info{padding:22px!important;}
.compact-product-detail .product-detail-info h1{font-size:clamp(2rem,3.45vw,3.45rem)!important;margin:10px 0!important;}
.compact-product-detail .product-detail-short{font-size:.88rem!important;margin:0 0 8px!important;}
.compact-product-detail .color-options{margin:12px 0!important;}
.compact-product-detail .color-options h4{font-size:1.22rem!important;margin:0 0 8px!important;}
.compact-product-detail .detail-actions{margin:12px 0!important;}
.compact-product-detail .product-specs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:12px!important;}
.compact-product-detail .product-specs div{padding:10px 11px!important;border-radius:14px!important;min-height:auto!important;}
.compact-product-detail .product-specs b{font-size:.62rem!important;margin-bottom:3px!important;}
.compact-product-detail .product-specs span{font-size:.78rem!important;line-height:1.35!important;display:block!important;}
.product-description{margin-top:14px!important;padding:22px!important;}
.product-description h2{font-size:1.9rem!important;margin-bottom:8px!important;}
.product-description p{font-size:.92rem!important;line-height:1.65!important;}

/* Newsletter/blog: clean layout, no overlap, less blank space */
.blog-grid{display:grid!important;gap:18px!important;}
.blog-card{display:grid!important;grid-template-columns:minmax(300px,.95fr) 1.05fr!important;gap:16px!important;align-items:stretch!important;padding:12px!important;overflow:hidden!important;}
.blog-media{position:relative;min-width:0!important;}
.blog-primary-media{width:100%;aspect-ratio:16/9;border-radius:20px;background:#0c0906;overflow:hidden;border:1px solid rgba(232,191,106,.12)}
.blog-primary-media img,.blog-primary-media video{width:100%;height:100%;object-fit:cover;display:block;min-height:0!important;border-radius:0!important;background:#0c0906;}
.blog-mini-strip{display:flex;gap:7px;margin-top:8px;overflow-x:auto;max-width:100%;padding-bottom:2px;scrollbar-width:thin;}
.blog-mini-strip img,.blog-mini-strip video{width:76px!important;height:48px!important;min-height:0!important;border-radius:10px!important;object-fit:cover!important;flex:0 0 auto;border:1px solid rgba(232,191,106,.2);background:#0c0906;}
.blog-body{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:8px 10px!important;min-width:0!important;}
.blog-body h2{font-size:clamp(1.65rem,3vw,3rem)!important;line-height:1.03!important;margin:8px 0 10px!important;word-break:normal!important;}
.blog-body p{font-size:.95rem!important;line-height:1.62!important;margin:0!important;color:var(--muted)!important;}
.blog-meta{margin-top:12px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;}
.blog-meta .btn-outline{padding:11px 16px!important;white-space:nowrap!important;}

/* General page cards spacing */
.about-grid,.contact-grid,.cart-layout{gap:18px!important;}
.footer{padding-top:clamp(28px,4vw,60px)!important;}
.footer-grid{gap:22px!important;}

@media(max-width:980px){
  .compact-product-detail{grid-template-columns:1fr!important;gap:12px!important;max-width:calc(100vw - 20px)!important;}
  .compact-product-detail .product-specs{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .blog-card{grid-template-columns:1fr!important;gap:10px!important;}
  .blog-body{padding:4px 4px 8px!important;}
}
@media(max-width:560px){
  .container{width:min(100% - 16px, 1180px)!important;}
  .section,.section-tight{padding-block:16px!important;}
  .page-hero{padding:14px 0!important;}
  .page-hero-card{padding:18px!important;border-radius:18px!important;}
  .page-title{font-size:2.4rem!important;line-height:.98!important;}
  .page-copy{font-size:.88rem!important;line-height:1.55!important;}
  .compact-product-detail .product-gallery{padding:8px!important;border-radius:16px!important;}
  .compact-product-detail .gallery-main{aspect-ratio:1/1!important;max-height:none!important;}
  .compact-product-detail .gallery-main img{object-fit:contain!important;background:#0c0906!important;}
  .compact-product-detail .product-detail-info{padding:13px!important;}
  .compact-product-detail .product-detail-info h1{font-size:1.55rem!important;line-height:1.04!important;}
  .compact-product-detail .product-specs{grid-template-columns:1fr!important;gap:6px!important;margin-top:8px!important;}
  .compact-product-detail .product-specs div{padding:8px 10px!important;border-radius:12px!important;}
  .compact-product-detail .product-specs b{font-size:.58rem!important;}
  .compact-product-detail .product-specs span{font-size:.70rem!important;line-height:1.3!important;}
  .product-description{margin-top:10px!important;padding:15px!important;border-radius:16px!important;}
  .product-description h2{font-size:1.35rem!important;}
  .product-description p{font-size:.78rem!important;line-height:1.48!important;}
  .blog-grid{gap:14px!important;}
  .blog-card{padding:10px!important;border-radius:20px!important;}
  .blog-primary-media{aspect-ratio:16/9!important;border-radius:16px!important;}
  .blog-body h2{font-size:1.55rem!important;line-height:1.03!important;margin:8px 0!important;}
  .blog-body p{font-size:.84rem!important;line-height:1.55!important;}
  .blog-meta{display:grid!important;gap:8px!important;align-items:start!important;justify-content:start!important;}
  .blog-meta .btn-outline{width:max-content;max-width:100%;font-size:.62rem!important;padding:10px 14px!important;}
  .footer-grid{grid-template-columns:1fr 1fr!important;gap:18px 14px!important;}
  .footer-brand,.footer-contact{grid-column:1/-1!important;}
}


/* PRAVI V20: remove floating cart and collection wishlist buttons */
.floating-cart{display:none!important;visibility:hidden!important;pointer-events:none!important;}
.products-grid .card-wishlist-btn,
.featured-section .card-wishlist-btn,
.collection-direct-section .card-wishlist-btn,
#featured-grid .card-wishlist-btn,
#collection-grid .card-wishlist-btn,
#related-products .card-wishlist-btn{display:none!important;}
.collection-direct-section .filter-bar{gap:10px!important;}
.category-filter-row{display:flex;align-items:center;gap:8px;overflow-x:auto;white-space:nowrap;padding-bottom:4px;scrollbar-width:none;}
.category-filter-row::-webkit-scrollbar{display:none;}
@media(max-width:700px){
  .category-filter-row{margin-left:-2px;margin-right:-2px;}
  .filter-btn{flex:0 0 auto!important;}
}


/* PRAVI_FINAL_V21 */
.reels-row{scroll-behavior:smooth!important;overscroll-behavior-x:contain!important;}
.reels-row[data-manual-scroll="true"]{scroll-snap-type:x mandatory!important;}
.reel-frame video{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;background:#080705!important;}
.reel-frame:has(video)::after{pointer-events:none!important;}
