/* SATRUPA V7 — unified customer UI / responsive system */
:root{
 --sat-ink:#171a10;--sat-olive:#3D4B2A;--sat-gold:#3D4B2A;--sat-cream:#EDE5D8;
 --sat-card:#fff;--sat-line:#e8e3da;--sat-muted:#72736d;--sat-shadow:0 16px 45px rgba(23,26,16,.07);
}
html{overflow-x:hidden;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{min-width:0;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
*,*::before,*::after{box-sizing:border-box}
img,video,svg,canvas{max-width:100%;height:auto}
img{image-rendering:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}
button,input,select,textarea{font:inherit;max-width:100%}
input,select,textarea{font-size:16px}
a{transition:color .2s,background .2s,border-color .2s,transform .2s}

/* Shared header */
.site-header{width:100%;position:sticky;top:0;z-index:1000;background:rgba(247,243,235,.97)!important;backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06)!important}
.nav-container{width:min(1240px,calc(100% - 32px));min-height:72px;margin:0 auto;padding:10px 0;display:flex;align-items:center;justify-content:space-between;gap:18px}
.nav-container .logo{font-family:"Playfair Display","Poppins",sans-serif!important;color:var(--sat-olive)!important;letter-spacing:.16em!important;font-weight:600!important;white-space:nowrap}
.nav-links{display:flex;align-items:center;gap:26px;min-width:0}
.nav-links a{margin:0!important;white-space:nowrap;color:rgba(0,0,0,.55)!important;font-size:13px!important;text-decoration:none!important}
.nav-links a:hover,.nav-links a.active{color:var(--sat-olive)!important}

/* Page shells */
.about-section,.contact-page,.track-container,.orders-container,.checkout-container,.cart-container,.product-container,.products-section,.shop-controls,.shop-about-inner,.shop-cta-inner{width:min(1240px,calc(100% - 32px));margin-left:auto;margin-right:auto}

/* Cards / forms */
.checkout-card,.contact-box,.track-card,.timeline-card,.orders-toolbar-wrap,.cart-items-section,.cart-summary,.shop-about-inner,.shop-cta-inner,.team-card,.product-details-section,.product-cta{border-color:var(--sat-line)!important}
.checkout-card,.contact-box,.track-card,.timeline-card,.cart-items-section,.cart-summary,.team-card{box-shadow:var(--sat-shadow)}
input,select,textarea{max-width:100%}
button{touch-action:manipulation}

/* Shop / banner */
.shop-hero{width:min(1240px,calc(100% - 32px))!important;height:clamp(450px,46vw,600px)!important;margin:16px auto 0!important;border-radius:24px!important;overflow:hidden!important}
.shop-hero-image,.shop-hero-image img{width:100%!important;height:100%!important}
.shop-hero-image img{object-fit:cover!important;object-position:center!important;transform:none!important;filter:none!important;animation:none!important}
.shop-hero-overlay{background:linear-gradient(90deg,rgba(23,28,13,.78),rgba(23,28,13,.40) 48%,rgba(23,28,13,.06))!important}
.shop-hero-content{max-width:580px}
.products-grid{align-items:start}
.products-grid .product-card{min-width:0;overflow:hidden}
.products-grid .product-card img{width:100%!important;aspect-ratio:4/5!important;height:auto!important;object-fit:cover!important;display:block!important;transform:none!important;filter:none!important;image-rendering:auto!important}

/* Product detail — preserve original image proportions */
.main-image{height:auto!important;aspect-ratio:4/5!important;min-height:0!important}
.main-image img{object-fit:contain!important;background:#f0ece4;transform:none!important;filter:none!important}
.thumbnail-gallery img{object-fit:cover!important;transform:none!important;filter:none!important}
.image-lightbox img{width:auto!important;height:auto!important;max-width:94vw!important;max-height:88vh!important;object-fit:contain!important;transform:none!important;filter:none!important}

/* Cart / checkout / orders */
.cart-main,.checkout-page,.orders-page,.track-page,.contact-page{overflow-x:hidden}
.cart-layout{align-items:start}
.cart-items{min-width:0}
.cart-items .product-card img{object-fit:cover!important;transform:none!important;filter:none!important}
.checkout-container,.cart-layout{min-width:0}
.checkout-grid{min-width:0}
.order-modal-content{max-width:min(760px,calc(100vw - 24px))!important;max-height:90vh;overflow:auto}

/* Footer consistency */
footer,.footer-container{width:100%;max-width:100%;overflow:hidden}

/* Small / medium devices */
@media(max-width:1000px){
 .nav-container{width:calc(100% - 28px)}
 .shop-hero{width:calc(100% - 28px)!important}
 .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .product-layout{gap:38px!important}
}
@media(max-width:768px){
 .nav-container{min-height:68px;width:calc(100% - 24px)}
 .nav-links{gap:14px}
 .nav-links a{font-size:12px!important}
 .shop-hero{width:calc(100% - 20px)!important;height:500px!important;border-radius:20px!important}
 .shop-hero-content{left:22px!important;right:22px!important;max-width:none!important}
 .products-grid{grid-template-columns:1fr!important;gap:18px!important}
 .products-grid .product-card img{aspect-ratio:4/5!important}
 .product-layout{grid-template-columns:1fr!important;gap:28px!important}
 .main-image{aspect-ratio:4/5!important}
 .thumbnail-gallery{grid-template-columns:repeat(4,1fr)!important;gap:8px!important}
 .thumbnail-gallery img{height:auto!important;aspect-ratio:1/1!important}
 .customer-grid{grid-template-columns:1fr!important}
 .invoice-summary{width:100%!important;max-width:420px}
 .invoice-buttons{flex-wrap:wrap}
}
@media(max-width:600px){
 .nav-container{width:calc(100% - 20px)}
 .nav-links{display:none!important}
 .shop-hero{width:100%!important;height:480px!important;margin:0!important;border-radius:0!important}
 .shop-hero-image img{object-position:center center!important}
 .shop-hero-overlay{background:linear-gradient(180deg,rgba(23,28,13,.02) 5%,rgba(23,28,13,.12) 35%,rgba(23,28,13,.88) 100%)!important}
 .shop-hero-content{left:20px!important;right:20px!important;top:auto!important;bottom:26px!important;transform:none!important}
 .shop-hero-content h1{font-size:clamp(32px,9vw,46px)!important}
 .shop-hero-content p{font-size:12px!important;line-height:1.65!important}
 .shop-hero-btn{width:100%;justify-content:center}
 .about-section,.contact-page,.track-container,.orders-container,.checkout-container,.cart-container,.product-container,.products-section,.shop-controls,.shop-about-inner,.shop-cta-inner{width:calc(100% - 24px)}
 .cart-layout{grid-template-columns:1fr!important}
 .cart-items .product-card{grid-template-columns:86px 1fr!important}
 .cart-items .product-card img{width:86px!important;height:110px!important}
 .cart-items .product-card .price{font-size:15px!important}
 .checkout-grid{grid-template-columns:1fr!important}
 .checkout-banner{padding:46px 18px!important}
 .checkout-progress{padding:18px 8px!important;gap:8px!important}
 .progress-step span{font-size:9px!important}
 .contact-grid{grid-template-columns:1fr!important}
 .track-overview{grid-template-columns:1fr!important}
 .orders-toolbar{flex-direction:column!important;align-items:stretch!important}
 .orders-search{width:100%!important}
}
@media(max-width:380px){
 .shop-hero{height:445px!important}
 .shop-hero-content h1{font-size:30px!important}
 .products-grid .product-card img{aspect-ratio:4/5!important}
}

/* Print-safe customer pages */
@media print{
 .site-header,.invoice-buttons,.no-print{display:none!important}
 body{background:#fff!important}
}
