:root{--bg-black: #050505;--gold: #c9a45c;--gold-soft: #a88b52;--red-accent: #b00000;--text-muted: #9a9a9a}*{margin:0;padding:0;box-sizing:border-box}body{background:radial-gradient(circle at top,#0b0b0b,#000 70%);color:#fff;font-family:Inter,sans-serif;min-height:100vh;display:flex;flex-direction:column}header{width:100%;padding:18px 60px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to bottom,#000000e6,#0000);position:relative}.brand{font-family:Cinzel,serif;letter-spacing:4px;font-size:18px;color:var(--gold);z-index:1001}nav{display:flex;align-items:center}nav a{margin-left:32px;text-decoration:none;color:#cfcfcf;font-size:13px;letter-spacing:2px;transition:color .3s ease}nav a:hover{color:var(--gold)}nav a.active{color:var(--gold);font-weight:700}.cta-btn{display:inline-flex;align-items:center;justify-content:center;margin-left:40px;padding:10px 18px;background:linear-gradient(145deg,#c00000,#8a0000);color:#fff;border:none;border-radius:6px;font-size:12px;letter-spacing:1px;text-decoration:none;box-shadow:0 0 25px #b0000066;cursor:pointer}.header-actions{display:flex;align-items:center;gap:12px;margin-left:24px}.cart-chip{font-size:12px;letter-spacing:1px;color:#fff;text-decoration:none;padding:10px 14px;border:1px solid rgba(201,164,92,.45);border-radius:999px;background:#c9a45c1a}.cart-chip:hover,.cart-chip.active{color:var(--gold)}.bottom-checkout-cta{position:fixed;left:50%;bottom:18px;z-index:90;transform:translate(-50%);width:min(420px,calc(100% - 32px));padding:14px 22px;border:1px solid rgba(201,164,92,.7);border-radius:999px;background:linear-gradient(145deg,#b00000,#7a0000);color:#fff;box-shadow:0 12px 34px #00000073;font-family:Cinzel,serif;font-size:14px;font-weight:700;letter-spacing:0;text-align:center;text-decoration:none;text-transform:uppercase}.bottom-checkout-cta:hover{background:linear-gradient(145deg,#c9a45c,#8a6a2d);color:#0b0b0b}.auth-btn{margin-left:0}.burger-menu{display:none;flex-direction:column;cursor:pointer;z-index:1001;border:none;background:transparent}.burger-menu span{width:25px;height:3px;background:var(--gold);margin:3px 0;transition:.3s;border-radius:2px}.burger-menu.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.mobile-nav{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000000f2;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:translate(100%);transition:transform .6s cubic-bezier(.16,1,.3,1);z-index:1000}.mobile-nav.active{transform:translate(0)}.mobile-nav a{margin:20px 0;font-size:18px;letter-spacing:3px;color:#cfcfcf;text-decoration:none;transition:color .3s ease}.mobile-nav a:hover,.mobile-nav a.active{color:var(--gold)}.mobile-nav .cta-btn{margin:30px 0 0;padding:15px 30px;font-size:16px}.mobile-nav .auth-btn{margin-top:14px}main{flex:1;text-align:center;padding:80px 20px 40px}.admin-page-main{padding:0}.admin-page main{padding:0}.hero{max-width:800px;margin:0 auto;animation:fadeIn 1.8s ease}.hero h1{font-family:Cinzel,serif;font-size:52px;letter-spacing:6px;color:var(--gold);margin-bottom:20px;text-shadow:0 0 30px rgba(201,164,92,.25)}.hero p{font-size:16px;color:var(--text-muted);letter-spacing:1.5px;line-height:1.8;margin-bottom:40px}.divider{width:80px;height:2px;background:linear-gradient(to right,transparent,var(--gold),transparent);margin:0 auto 40px}.tagline{font-size:13px;letter-spacing:3px;color:var(--gold-soft)}footer{padding:20px;text-align:center;font-size:11px;letter-spacing:2px;color:#666}@media(max-width:480px){footer{padding:15px;font-size:10px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes simpleFadeIn{0%{opacity:.3}to{opacity:1}}.page-transition-enter{animation:slideFadeIn .8s cubic-bezier(.16,1,.3,1) forwards}.fade-in-image{animation:simpleFadeIn .4s ease-in-out forwards}@media(max-width:768px){header{padding:16px 24px}nav{display:none}.burger-menu{display:flex}.hero h1{font-size:36px}.hero p{font-size:14px}main{padding:20px 15px}}@media(max-width:480px){header{padding:12px 16px}.brand{font-size:16px}.hero h1{font-size:28px;letter-spacing:4px}.hero p{font-size:13px;letter-spacing:1px}.mobile-nav a{font-size:16px}.mobile-nav .cta-btn{font-size:14px;padding:12px 24px}}.about-page{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr auto;gap:60px;padding:80px 60px 120px}.about-layout{max-width:1200px;margin:0 auto;padding:80px 60px 120px;display:flex;flex-direction:column;align-items:center;gap:60px}.about-layout>section{opacity:0;animation:fadeIn 1.2s ease forwards}.about-layout>section:nth-child(1){animation-delay:.08s}.about-layout>section:nth-child(2){animation-delay:.2s}.about-layout>section:nth-child(3){animation-delay:.32s}.about-layout>section:nth-child(4){animation-delay:.44s}.about-title{text-align:center;max-width:600px}.about-title h1{font-family:Cinzel,serif;font-size:46px;letter-spacing:6px;color:var(--gold);margin-bottom:20px}.about-title p{color:var(--text-muted);font-size:15px;line-height:1.8}.about-card{max-width:600px;width:100%;background:linear-gradient(to bottom,#0b0b0b,#050505);border-radius:16px;padding:40px;box-shadow:0 0 40px #000000b3;text-align:center}.about-card h2{font-family:Cinzel,serif;letter-spacing:3px;font-size:20px;color:var(--gold);margin-bottom:18px}.about-card p{color:#cfcfcf;font-size:14px;line-height:1.9;margin-bottom:28px}.secondary-btn{display:inline-block;padding:12px 22px;background:linear-gradient(145deg,#c00000,#8a0000);color:#fff;text-decoration:none;font-size:12px;letter-spacing:1px;border-radius:6px;box-shadow:0 0 20px #b0000066}.about-image{display:none}.about-pillars{max-width:900px;width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.pillar{background:#080808;padding:30px;border-radius:14px;box-shadow:inset 0 0 20px #ffffff05}.pillar h3{font-family:Cinzel,serif;font-size:14px;letter-spacing:2px;color:var(--gold);margin-bottom:12px}.pillar p{font-size:13px;line-height:1.7;color:#bdbdbd}@media(max-width:900px){.about-layout{padding:60px 24px}.about-pillars{grid-template-columns:1fr}.about-title h1{font-size:36px}}@media(max-width:768px){.about-layout{padding:40px 15px}.about-title h1{font-size:32px}.about-card{padding:25px}}.products-section{padding:80px 60px;text-align:center}.products-section h2{font-family:Cinzel,serif;font-size:36px;letter-spacing:4px;color:var(--gold);margin-bottom:40px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;max-width:1320px;margin:0 auto}.shop-toolbar{max-width:1200px;margin:0 auto 24px;display:grid;grid-template-columns:1.8fr 1fr auto;gap:10px;align-items:center}.shop-toolbar input,.shop-toolbar select{background:#0006;border:1px solid rgba(255,255,255,.22);border-radius:8px;color:#fff;padding:11px 12px}.size-select{width:100%;background:#00000073;border:1px solid rgba(201,164,92,.35);border-radius:8px;color:#f2f2f2;padding:10px 12px}.product-sizes{color:#cfcfcf;font-size:12px;margin-bottom:12px}.shop-toolbar label{display:inline-flex;align-items:center;gap:8px;color:#ddd;font-size:13px}.product-card{background:linear-gradient(to bottom,#0b0b0b,#050505);border-radius:16px;padding:22px;box-shadow:0 0 40px #000000b3;transition:transform .3s ease;display:flex;flex-direction:column;text-align:left;min-height:100%;width:100%;max-width:320px;justify-self:center}.product-card:hover{transform:translateY(-5px)}.product-image{width:100%;height:260px;background:#f1f1f1;border-radius:12px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;color:#666;font-size:14px;text-decoration:none;overflow:hidden}.product-image img{width:92%;height:92%;object-fit:contain;border-radius:12px;transition:transform .5s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-image img{transform:scale(1.08)}.product-title-link{color:inherit;text-decoration:none}.product-title-link:hover{text-decoration:underline}.product-name{font-family:Cinzel,serif;font-size:20px;letter-spacing:2px;color:var(--gold);margin-bottom:10px}.product-price{font-size:18px;color:#cfcfcf;margin-bottom:15px}.product-description{font-size:14px;line-height:1.6;color:#bdbdbd;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-stock{margin-bottom:12px;font-size:12px;letter-spacing:.4px}.product-stock.in{color:#9ee39e}.product-stock.out{color:#ff8f8f}.add-to-cart-btn{display:inline-block;padding:12px 24px;background:linear-gradient(145deg,#c00000,#8a0000);color:#fff;text-decoration:none;font-size:14px;letter-spacing:1px;border-radius:6px;box-shadow:0 0 20px #b0000066;transition:all .3s ease}.add-to-cart-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.product-actions-row{display:grid;grid-template-columns:1fr;gap:8px;margin-top:auto}.inline-qty-controls{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(201,164,92,.35);border-radius:8px;padding:8px 10px;color:#efe7d6}.inline-qty-controls button{width:30px;height:30px;border-radius:6px;border:1px solid rgba(201,164,92,.4);background:#ffffff08;color:#efe7d6;cursor:pointer}.inline-qty-controls button:disabled{opacity:.45;cursor:not-allowed}.details-link-btn{text-align:center}.wishlist-btn,.quick-view-btn{padding:10px 12px;border:1px solid rgba(201,164,92,.35);border-radius:8px;background:#ffffff08;color:#efe7d6;cursor:pointer}.wishlist-btn.active{background:#c9a45c33;color:var(--gold)}.quick-view-overlay{position:fixed;inset:0;background:#000000a6;display:grid;place-items:center;z-index:1200;padding:20px}.quick-view-modal{width:min(560px,100%);background:#080808;border:1px solid rgba(201,164,92,.4);border-radius:14px;padding:20px;text-align:left}.quick-view-modal img{width:100%;max-height:320px;object-fit:cover;border-radius:10px;margin-bottom:14px}.quick-view-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(64px,1fr));gap:8px;margin-bottom:14px}.quick-view-thumb{border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:0;overflow:hidden;background:transparent;cursor:pointer}.quick-view-thumb.active{border-color:var(--gold)}.quick-view-thumb img{width:100%;height:64px;object-fit:cover;display:block}.quick-view-sizes{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.quick-size-chip{border:1px solid rgba(201,164,92,.45);background:#ffffff08;color:#f4e9d2;border-radius:999px;padding:6px 10px;cursor:pointer}.quick-size-chip.active{border-color:var(--gold);color:var(--gold);background:#c9a45c1f}.quick-view-close{margin-left:auto;display:block;border:none;background:transparent;color:#d8d8d8;cursor:pointer;margin-bottom:8px}.shop-hero-actions{margin-top:26px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.product-page{padding:50px 60px 80px}.product-page-header{max-width:1200px;margin:0 auto 16px}.product-detail-card{max-width:1200px;margin:0 auto;background:linear-gradient(to bottom,#0b0b0b,#050505);border-radius:16px;padding:24px;display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:24px;border:1px solid rgba(201,164,92,.2)}.product-detail-gallery{display:grid;gap:10px}.product-detail-main-image{background:#f1f1f1;border-radius:12px;padding:20px;height:420px;display:grid;place-items:center}.product-detail-main-image img{max-width:100%;max-height:100%;object-fit:contain}.product-detail-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:8px}.product-detail-content{display:flex;flex-direction:column;gap:8px}.ghost-btn{background:transparent;border:1px solid var(--gold-soft);box-shadow:none}.ghost-btn:hover{background:#c9a45c24}.cart-page{max-width:1280px;margin:0 auto;padding:30px 22px 80px}.cart-page-header{text-align:left;margin-bottom:24px}.cart-page-header h1{font-family:Cinzel,serif;color:var(--gold);letter-spacing:2px;margin-bottom:8px}.cart-page-header p{color:var(--text-muted)}.cart-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:24px}.cart-items-panel,.checkout-panel{border:1px solid rgba(201,164,92,.3);background:#ffffff08;border-radius:16px;padding:20px}.cart-empty-state{padding:30px;text-align:center}.cart-item-card{display:flex;gap:18px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:12px;margin-bottom:14px}.cart-item-card img{width:96px;height:96px;object-fit:cover;border-radius:10px}.cart-item-content{flex:1;text-align:left}.cart-item-content h3{font-family:Cinzel,serif;color:var(--gold);margin-bottom:6px}.cart-item-content p{color:var(--text-muted);margin-bottom:12px;font-size:13px}.cart-item-stock{color:#9bcf9b;font-size:12px;margin-bottom:10px}.cart-item-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.qty-controls{display:inline-flex;align-items:center;gap:8px}.qty-controls button{width:30px;height:30px;border:1px solid var(--gold-soft);background:transparent;color:#fff;border-radius:50%;cursor:pointer}.remove-link{border:none;background:transparent;color:#f36d6d;cursor:pointer}.checkout-panel h2{font-family:Cinzel,serif;color:var(--gold);margin-bottom:16px}.checkout-panel form input{width:100%;padding:11px 12px;margin-bottom:12px;background:#0006;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff}.checkout-grid-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkout-summary-lines{border-top:1px solid rgba(255,255,255,.12);margin-top:8px;padding-top:14px;display:flex;flex-direction:column;gap:8px}.checkout-summary-lines>div{display:flex;justify-content:space-between;color:#d7d7d7}.checkout-summary-lines .summary-total{color:var(--gold);font-size:18px;font-weight:600;margin-top:8px}.coupon-row{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:14px}.coupon-row .admin-btn{margin:0}.checkout-btn{width:100%;margin-top:14px}.form-error{margin-top:10px;color:#ff9b9b;font-size:13px}.form-success{margin-top:10px;color:#9ee39e;font-size:13px}.checkout-note{margin-top:12px;color:#d7c79f;font-size:13px;line-height:1.5}.paypal-buttons-container{margin-top:14px;min-height:44px}.add-to-cart-btn:hover{background:linear-gradient(145deg,#a00000,#6a0000);box-shadow:0 0 30px #b0000099}@media(max-width:768px){.header-actions{display:none}.shop-toolbar{grid-template-columns:1fr}.products-section{padding:60px 24px}.products-grid{grid-template-columns:1fr}.product-page{padding:30px 24px 60px}.product-detail-card{grid-template-columns:1fr;padding:16px}.product-detail-main-image{height:300px}.cart-layout,.checkout-grid-two,.coupon-row{grid-template-columns:1fr}}.admin-section{padding:60px 120px;background:#0000004d;margin:40px 0}.admin-container{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--gold);border-radius:20px;padding:40px;max-width:1000px;margin:0 auto;width:100%;box-shadow:0 20px 40px #00000080,0 0 30px #c9a45c1a;animation:fadeIn 1.8s ease}.admin-section h2{font-family:Cinzel,serif;font-size:32px;color:var(--gold);text-align:center;margin-bottom:30px}.admin-welcome{text-align:center;margin-bottom:40px;padding:20px;background:#ffffff0d;border-radius:10px;border:1px solid var(--gold)}.admin-welcome h2{font-size:28px;margin-bottom:10px}.admin-welcome p{color:#cfcfcf;font-size:16px}.admin-controls{display:flex;justify-content:center;gap:20px;margin-bottom:40px}.admin-panel-switch{display:flex;justify-content:center;gap:12px;margin-bottom:26px}.admin-panel-switch button{padding:10px 16px;border-radius:999px;border:1px solid var(--gold-soft);background:transparent;color:#fff;cursor:pointer}.admin-panel-switch button.active{background:#c9a45c40;color:var(--gold)}.login-btn,.admin-btn,.admin-controls button{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:linear-gradient(145deg,var(--gold),var(--gold-soft));color:#000;border:none;border-radius:6px;font-size:14px;letter-spacing:1px;cursor:pointer;text-decoration:none;transition:all .3s ease}.login-btn:hover,.admin-btn:hover,.admin-controls button:hover{background:linear-gradient(145deg,var(--gold-soft),var(--gold));box-shadow:0 0 20px #c9a45c66}.add-product-form{max-width:600px;margin:0 auto;background:#ffffff0d;padding:30px;border-radius:10px;border:1px solid var(--gold)}.add-product-form h3{font-family:Cinzel,serif;font-size:24px;color:var(--gold);margin-bottom:20px;text-align:center}.add-product-form input,.add-product-form textarea,.add-product-form select{width:100%;padding:12px;margin-bottom:15px;background:#00000080;border:1px solid var(--text-muted);border-radius:6px;color:#fff;font-family:Inter,sans-serif}.add-product-form input:focus,.add-product-form textarea:focus,.add-product-form select:focus{outline:none;border-color:var(--gold)}.coupon-checkbox-row{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;color:#ddd}.add-product-form textarea{resize:vertical;min-height:80px}.add-product-form button[type=submit]{width:100%;padding:15px;background:linear-gradient(145deg,#c00000,#8a0000);color:#fff;border:none;border-radius:6px;font-size:16px;letter-spacing:1px;cursor:pointer;transition:all .3s ease}.add-product-form .admin-btn{width:100%;margin-top:12px}.add-product-form button[type=submit]:hover{background:linear-gradient(145deg,#a00000,#6a0000);box-shadow:0 0 25px #b0000080}.products-management{margin-bottom:40px}.products-management h3{font-family:Cinzel,serif;font-size:22px;color:var(--gold);margin-bottom:20px;text-align:center}.products-list{margin-bottom:30px}.admin-product-item{display:flex;align-items:center;background:#ffffff0d;border:1px solid var(--text-muted);border-radius:8px;padding:20px;margin-bottom:15px;gap:20px}.admin-product-info{display:flex;align-items:center;flex:1;gap:15px}.admin-product-info img{width:80px;height:80px;object-fit:cover;border-radius:6px}.admin-product-details{flex:1}.admin-product-details h4{font-family:Cinzel,serif;font-size:18px;color:var(--gold);margin-bottom:5px}.admin-product-price{font-size:16px;color:var(--gold);font-weight:700;margin-bottom:5px}.admin-product-stock{font-size:13px;color:#98dd98;margin-bottom:6px}.admin-product-description{font-size:14px;color:#cfcfcf;line-height:1.4}.admin-product-actions{display:flex;gap:10px}.admin-product-actions button{padding:8px 16px;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:all .3s ease}.edit-btn{background:var(--gold);color:#000}.edit-btn:hover{background:var(--gold-soft)}.delete-btn{background:#b00000;color:#fff}.delete-btn:hover{background:#8a0000}.orders-management{max-width:760px;margin:0 auto}.orders-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;gap:12px}.orders-toolbar h3{font-family:Cinzel,serif;color:var(--gold);letter-spacing:1px}.orders-toolbar select,.order-status-row select{background:#00000080;color:#fff;border:1px solid var(--gold-soft);border-radius:8px;padding:8px 10px}.order-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin:12px 0 8px}.order-stat-card{border:1px solid rgba(201,164,92,.25);border-radius:12px;padding:12px 14px;background:#ffffff0a}.order-stat-card p{color:var(--text-muted);font-size:12px;margin-bottom:6px}.order-stat-card h4{color:var(--gold);font-size:18px}.order-stats-meta{color:var(--text-muted);font-size:12px;margin-bottom:16px}.order-card{border:1px solid rgba(201,164,92,.3);border-radius:12px;padding:16px;margin-bottom:14px;text-align:left;background:#ffffff08}.order-metadata-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:12px}.order-metadata-label{color:var(--gold-soft);font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.order-metadata-sub{color:var(--text-muted);font-size:12px}.order-items,.order-address,.order-status-history{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.order-items h5,.order-address h5,.order-status-history h5{color:var(--gold);margin-bottom:8px;font-size:14px}.order-items ul,.order-status-history ul{padding-left:18px;color:#d7d7d7;font-size:13px}.order-address p{color:#d7d7d7;font-size:13px;margin-bottom:4px}.order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.order-card-header h4{color:var(--gold);font-family:Cinzel,serif}.order-status-row{margin-top:12px;display:flex;align-items:center;gap:10px}.order-address-editor{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.order-address-editor input{background:#0006;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;padding:8px 10px}.order-address-actions{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.orders-page-header{display:flex;justify-content:space-between;gap:16px;align-items:center}.orders-page-header .admin-btn,.order-empty-panel .admin-btn{margin-left:0}.orders-list{display:grid;gap:16px}.customer-order-card{margin-bottom:0}.customer-status-pill{border:1px solid rgba(201,164,92,.45);border-radius:999px;color:var(--gold);background:#c9a45c1f;font-size:12px;font-weight:700;letter-spacing:1px;padding:8px 12px;text-transform:uppercase;white-space:nowrap}.customer-status-pill.cancelled{border-color:#ff787873;color:#ff9b9b;background:#b0000029}.customer-status-pill.delivered{border-color:#8cdc9673;color:#9ee39e;background:#50965a29}.order-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:16px 0}.order-progress-step{position:relative;display:grid;gap:7px;color:var(--text-muted);font-size:12px;text-align:center}.order-progress-step span{width:100%;height:6px;border-radius:999px;background:#ffffff24}.order-progress-step.complete span{background:linear-gradient(90deg,var(--gold),#e8d49c)}.order-progress-step.cancelled span{background:#b000006b}.order-progress-step.complete p{color:#f1dfad}.order-empty-panel{max-width:620px}.login-section{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#000,#1a1a1a,#000);padding:20px}.login-container{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--gold);border-radius:20px;padding:60px 40px;max-width:450px;width:100%;text-align:center;box-shadow:0 20px 40px #00000080,0 0 30px #c9a45c1a;position:relative;overflow:hidden;animation:fadeIn 1.8s ease}.login-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--gold),var(--gold-soft),var(--gold))}.login-container h1,.login-container h2{font-family:Cinzel,serif;font-size:36px;color:var(--gold);margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.login-container p{font-family:Inter,sans-serif;font-size:16px;color:#cfcfcf;margin-bottom:40px}.admin-access-details{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:10px 12px;margin:0 0 28px;text-align:left}.admin-access-details span{color:var(--gold);font-family:Inter,sans-serif;font-size:13px;font-weight:700;padding-top:8px;text-transform:uppercase}.admin-access-details code,.admin-access-help code{background:#ffffff14;border:1px solid rgba(201,164,92,.35);border-radius:6px;color:#fff;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:13px;overflow-wrap:anywhere;padding:6px 8px}.login-container .admin-access-help{font-size:14px;line-height:1.65;margin-bottom:32px}.login-btn img{width:20px;height:20px}.login-status{margin-top:20px;font-size:14px;color:#cfcfcf}.login-form{display:grid;gap:12px}.login-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:18px;padding:4px;border:1px solid rgba(201,164,92,.3);border-radius:8px;background:#00000047}.login-tabs button{border:none;border-radius:6px;padding:10px 12px;background:transparent;color:#cfcfcf;cursor:pointer}.login-tabs button.active{background:#c9a45c38;color:var(--gold)}.login-form input{width:100%;padding:12px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#00000080;color:#fff}.google-login-btn{width:100%;margin-top:12px}.login-divider{margin:18px 0;color:var(--text-muted);font-size:12px;text-transform:uppercase;letter-spacing:2px}.login-helper{margin-top:16px;font-size:12px;color:var(--text-muted)}@media(max-width:768px){.admin-section{padding:40px 24px}.admin-container{padding:30px 20px}.admin-controls{flex-direction:column;align-items:center}.add-product-form{padding:20px}.login-container{padding:40px 30px;margin:20px}.login-container h1{font-size:28px}.login-btn,.admin-btn{padding:14px 28px;font-size:15px}.admin-welcome{padding:15px}.admin-welcome h2{font-size:24px}.order-address-editor{grid-template-columns:1fr}.orders-page-header{align-items:flex-start;flex-direction:column}.order-progress{grid-template-columns:1fr 1fr}.order-card-header{align-items:flex-start;flex-direction:column;gap:10px}}:root{--bg-black: #060606;--surface: #0f0e0c;--surface-soft: #17120c;--line: rgba(222, 194, 137, .16);--gold: #d8bc7a;--gold-soft: #9d7e43;--red-accent: #7f1718;--text-main: #f8f1e4;--text-muted: #aaa093;--shadow-strong: 0 28px 80px rgba(0, 0, 0, .52);--fragrance-image-position: center right;--fragrance-image-position-mobile: 64% top}html{background:var(--bg-black);scroll-behavior:smooth}body{background:radial-gradient(circle at 16% 7%,rgba(127,23,24,.13),transparent 32%),radial-gradient(circle at 86% 2%,rgba(216,188,122,.09),transparent 30%),linear-gradient(180deg,#080808,#050505,#080705);color:var(--text-main);font-weight:400}a,button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}header{position:sticky;top:0;z-index:900;padding:18px 64px;background:#060606c2;border-bottom:1px solid rgba(222,194,137,.11);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.brand{display:inline-flex;align-items:center;color:var(--gold);font-size:19px;font-weight:600;letter-spacing:5px;text-decoration:none}nav{gap:24px}nav a{margin-left:0;color:#f8f1e4b8;font-size:11px;font-weight:500;letter-spacing:2.2px;text-transform:uppercase}nav a.active,nav a:hover{color:var(--gold)}.header-actions{gap:8px;margin-left:10px}.cart-chip{border-color:#d8bc7a38;border-radius:8px;background:#ffffff06;color:#f8f1e4d1;padding:9px 12px}.cta-btn,.primary-btn,.secondary-btn,.add-to-cart-btn,.login-btn,.admin-btn,.admin-controls button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid rgba(216,188,122,.28);background:linear-gradient(135deg,#8f171a,#5e1113);color:#fff;box-shadow:0 14px 34px #500a0c3d;font-size:11px;font-weight:700;letter-spacing:1.7px;text-decoration:none;text-transform:uppercase;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.cta-btn:hover,.primary-btn:hover,.secondary-btn:hover,.add-to-cart-btn:hover,.login-btn:hover,.admin-btn:hover,.admin-controls button:hover{transform:translateY(-2px);border-color:#d8bc7acc;background:linear-gradient(135deg,#a61a1d,#7d1517);box-shadow:0 12px 30px #b0000080,0 0 20px #d8bc7a33}.secondary-btn,.ghost-btn{background:#ffffff06;color:var(--text-main);box-shadow:none}.secondary-btn:hover,.ghost-btn:hover{background:#d8bc7a1a;color:var(--text-main)}main{padding:68px 22px 48px}.home-page{margin:-68px -22px -48px;text-align:left}.home-hero{position:relative;min-height:calc(100vh - 88px);display:flex;align-items:center;padding:96px 7vw 86px;overflow:hidden;background:linear-gradient(180deg,#0404040f,#0404041a 48%,#040404e6),url(/assets/malivor-hero-fragrance.png) var(--fragrance-image-position) / cover no-repeat;border-bottom:1px solid var(--line)}.home-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#040404f5,#040404c2 38%,#04040424 72%),radial-gradient(circle at 68% 48%,rgba(216,188,122,.12),transparent 34%);pointer-events:none}.home-hero-content{position:relative;z-index:1;width:min(590px,100%)}.eyebrow{margin-bottom:18px;color:var(--gold);font-family:Cinzel,serif;font-size:13px;font-weight:600;letter-spacing:3px;text-transform:uppercase}.home-hero h1{margin-bottom:26px;color:#fff8e9;font-family:Cinzel,serif;font-size:clamp(42px,5.4vw,72px);font-weight:400;line-height:1.06;letter-spacing:2px;text-shadow:0 16px 44px rgba(0,0,0,.78)}.home-hero p:not(.eyebrow){max-width:520px;margin-bottom:34px;color:#f8f1e4bd;font-size:16px;line-height:1.9}.hero-actions,.shop-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-actions .primary-btn,.hero-actions .secondary-btn{min-width:184px;padding:13px 24px}.home-hero .secondary-btn{border-color:#d8bc7a80;background:#d8bc7a14;color:#fff2d6}.home-hero .secondary-btn:hover{background:#d8bc7a29;box-shadow:0 16px 40px #0000003d}.home-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border-bottom:1px solid var(--line)}.highlight-item{min-height:122px;padding:28px 7vw;background:#0c0c0cf0}.highlight-item strong{display:block;margin-bottom:8px;color:#fff8e9;font-family:Cinzel,serif;font-size:22px;letter-spacing:1px}.highlight-item span{display:block;max-width:280px;color:var(--text-muted);font-size:14px;line-height:1.55}.home-story{max-width:1180px;margin:0 auto;padding:94px 28px 104px;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:84px;align-items:center}.home-story h2,.products-section h2,.about-title h1,.cart-page-header h1,.login-container h1,.login-container h2,.admin-section h2{color:#fff4df;font-weight:600;letter-spacing:1.5px;text-shadow:none}.home-story h2{max-width:620px;font-family:Cinzel,serif;font-size:42px;line-height:1.18}.reason-list{display:grid;gap:0;border-top:1px solid rgba(222,194,137,.18)}.reason-list p{display:flex;align-items:center;gap:14px;margin:0;padding:17px 0;border:0;border-bottom:1px solid rgba(222,194,137,.18);border-radius:0;background:transparent;color:#f8f1e4d1;line-height:1.45}.reason-list span{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px #d8bc7a1a}.home-story .divider{width:112px;margin:0 0 30px}.home-story>div:first-child>p{max-width:650px;margin-bottom:34px;color:#f8f1e4b8;font-size:17px;line-height:1.9}.hero{max-width:860px}.hero h1{color:#fff4df;font-size:48px;font-weight:600;letter-spacing:2px;text-shadow:none}.hero p{color:var(--text-muted);letter-spacing:.4px}.divider{margin-bottom:32px;background:linear-gradient(to right,transparent,rgba(214,181,111,.9),transparent)}.tagline{color:var(--gold);font-weight:600;letter-spacing:3.4px}.products-section{padding:72px 32px}.products-section h2{margin-bottom:28px;font-size:34px}.shop-toolbar{max-width:1180px;grid-template-columns:minmax(260px,1.5fr) minmax(180px,.8fr) auto;gap:12px;margin-bottom:28px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#ffffff09}.shop-toolbar input,.shop-toolbar select,.size-select,.checkout-panel form input,.add-product-form input,.add-product-form textarea,.add-product-form select,.login-form input,.orders-toolbar select,.order-status-row select,.order-address-editor input{border:1px solid rgba(232,202,137,.18);border-radius:8px;background:#00000057;color:var(--text-main)}.shop-toolbar input:focus,.shop-toolbar select:focus,.size-select:focus,.checkout-panel form input:focus,.add-product-form input:focus,.add-product-form textarea:focus,.add-product-form select:focus,.login-form input:focus,.order-address-editor input:focus{outline:2px solid rgba(214,181,111,.18);border-color:#d6b56f85}.products-grid{max-width:1180px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.product-card,.about-card,.pillar,.cart-items-panel,.checkout-panel,.cart-item-card,.quick-view-modal,.product-detail-card,.admin-container,.admin-welcome,.add-product-form,.order-card,.order-stat-card,.login-container{border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,#16130fe6,#0a0a0af0);box-shadow:var(--shadow-strong)}.product-card{max-width:none;padding:16px;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s ease}.product-card:hover{transform:translateY(-4px);border-color:#d6b56f5c;box-shadow:0 28px 76px #0000009e}.product-image,.product-detail-main-image{border-radius:8px;background:radial-gradient(circle at 50% 20%,#ffffffeb,#d6d2c7c2 45%,#9e917a61)}.product-image{height:248px}.product-name{margin-bottom:8px;color:#fff2d6;font-size:18px;letter-spacing:1px}.product-price{color:var(--gold);font-weight:700}.product-description,.product-sizes,.cart-page-header p,.about-title p,.about-card p,.pillar p,.checkout-note,.order-address p{color:var(--text-muted)}.wishlist-btn,.quick-view-btn,.inline-qty-controls button,.qty-controls button,.quick-size-chip,.admin-panel-switch button{border:1px solid rgba(214,181,111,.25);border-radius:8px;background:#ffffff09;color:#f6f0e5d6}.wishlist-btn:hover,.quick-view-btn:hover,.inline-qty-controls button:hover,.qty-controls button:hover,.quick-size-chip:hover,.admin-panel-switch button:hover{border-color:#d6b56f80;color:var(--gold)}.about-layout{max-width:1120px;padding:64px 28px 96px;gap:34px}.about-title{max-width:760px}.about-card{max-width:720px}.about-pillars{max-width:1060px;gap:18px}.cart-page,.product-page{padding-top:30px}footer{border-top:1px solid rgba(232,202,137,.1);background:#0003;color:#aaa49ac2}@media(max-width:980px){header{padding:15px 28px}nav{gap:16px}.home-hero{min-height:620px;background:linear-gradient(90deg,#060606fa,#060606d6 54%,#06060647),linear-gradient(180deg,#0707071a,#070707db),url(/assets/malivor-hero-fragrance.png) var(--fragrance-image-position) / cover no-repeat}.home-hero h1{font-size:48px}.home-highlights,.home-story{grid-template-columns:1fr}.home-story{gap:32px}.shop-toolbar{grid-template-columns:1fr 1fr}.shop-toolbar label{grid-column:1 / -1}}@media(max-width:768px){header{padding:14px 20px}main{padding:34px 16px 38px}.home-page{margin:-34px -16px -38px}.home-hero{min-height:calc(100dvh - 96px);padding:64px 22px 52px;align-items:end;background:linear-gradient(180deg,#0606061a,#060606b8 45%,#060606fa),url(/assets/malivor-hero-fragrance.png) var(--fragrance-image-position-mobile) / cover no-repeat}.home-hero h1{font-size:40px;line-height:1.12}.home-hero p:not(.eyebrow){font-size:15px}.highlight-item{min-height:auto;padding:22px}.home-story{padding:58px 22px 70px}.home-story h2,.hero h1{font-size:34px}.shop-toolbar{grid-template-columns:1fr;padding:12px}.products-section{padding:48px 16px}.products-grid{gap:16px}}@media(max-width:480px){.brand{font-size:17px;letter-spacing:3px}.home-hero{min-height:calc(100dvh - 96px)}.home-hero h1{font-size:32px;letter-spacing:.8px}.hero-actions,.shop-hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .primary-btn,.hero-actions .secondary-btn,.shop-hero-actions .add-to-cart-btn{width:100%}.home-story h2,.hero h1{font-size:29px}.reason-list p{padding:15px 14px}.product-image{height:230px}}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 72%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 72%,transparent)}main{overflow:hidden}.hero:not(.home-hero){position:relative;width:min(980px,100%);padding:76px 32px 34px}.hero:not(.home-hero):before{content:"";position:absolute;inset:16px 50% auto;width:min(620px,80vw);height:260px;transform:translate(-50%);z-index:-1;border-radius:50%;background:radial-gradient(circle,rgba(216,188,122,.1),transparent 70%)}.hero:not(.home-hero) h1{font-size:clamp(38px,6vw,66px);line-height:1.08}.hero:not(.home-hero) p{max-width:680px;margin-left:auto;margin-right:auto}.shop-hero{padding-bottom:18px}.shop-hero h1{margin-bottom:14px}.shop-hero .divider{margin-bottom:18px}.shop-hero p{margin-bottom:0}.about-layout,.contact-page{width:calc(100% + 44px);max-width:none;margin:-68px -22px -48px;padding:0;display:block}.about-hero,.contact-hero{position:relative;min-height:620px;display:grid;align-items:center;overflow:hidden;border-bottom:1px solid var(--line)}.about-hero{grid-template-columns:minmax(0,.95fr) minmax(320px,.72fr);gap:64px;padding:96px 7vw 86px;background:radial-gradient(circle at 74% 42%,rgba(216,188,122,.12),transparent 34%),linear-gradient(120deg,#060606fa,#0b0907f0 52%,#23140dd1)}.about-title{max-width:720px;text-align:left}.about-title .eyebrow{margin-bottom:18px}.about-title h1,.contact-hero h1{margin-bottom:26px;color:#fff8e9;font-family:Cinzel,serif;font-size:clamp(44px,6.6vw,82px);font-weight:400;line-height:1.04;letter-spacing:2px}.about-title p{max-width:660px;margin:0 0 18px;color:#f8f1e4bd;font-size:16px;line-height:1.9}.about-image{display:block;min-height:470px;border:1px solid rgba(216,188,122,.22);border-radius:8px;background:linear-gradient(180deg,#06060600,#06060680),url(/assets/malivor-hero-fragrance.png) 80% center / cover no-repeat;box-shadow:0 32px 88px #0000007a}.about-card{width:min(1060px,calc(100% - 44px));max-width:1060px;margin:-56px auto 0;padding:34px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;position:relative;z-index:2;text-align:left}.about-card h2{margin-bottom:12px;color:var(--gold);font-size:16px;letter-spacing:2.4px}.about-card p{margin-bottom:0}.about-quote{grid-column:1 / -1;margin:4px 0 0;padding-top:24px;border-top:1px solid rgba(216,188,122,.16);color:var(--gold);font-family:Cinzel,serif;font-size:20px;font-style:italic;letter-spacing:.8px}.about-card .secondary-btn{justify-self:start}.about-pillars{width:min(1180px,calc(100% - 44px));max-width:1180px;margin:74px auto 104px;grid-template-columns:repeat(3,minmax(0,1fr))}.pillar{min-height:210px;padding:28px;background:linear-gradient(180deg,#ffffff0b,#ffffff05),linear-gradient(145deg,rgba(216,188,122,.06),transparent 54%);box-shadow:none}.pillar h3{margin-bottom:18px;font-size:12px;letter-spacing:2.6px}.pillar p{font-size:14px}.contact-page{min-height:calc(100vh - 60px);padding-bottom:76px;text-align:left;background:linear-gradient(90deg,#060606f5,#060606c2),url(/assets/malivor-hero-fragrance.png) var(--fragrance-image-position) / cover no-repeat}.contact-hero{min-height:430px;padding:96px 7vw 40px;border-bottom:0;background:linear-gradient(180deg,#0606061a,#06060680)}.contact-hero>div,.contact-grid,.contact-page>.tagline{width:min(1060px,calc(100% - 44px));margin-left:auto;margin-right:auto}.contact-hero p:not(.eyebrow){max-width:650px;color:#f8f1e4bd;font-size:17px;line-height:1.85}.contact-hero .divider{width:110px;margin:0 0 30px}.contact-grid{display:grid;grid-template-columns:minmax(0,520px);gap:18px;margin-top:10px}.contact-card{min-height:190px;padding:28px;border:1px solid rgba(216,188,122,.2);border-radius:8px;background:#080808c2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 24px 70px #0000005c}.contact-card .eyebrow{margin-bottom:20px}.contact-card a{color:#fff5df;font-family:Inter,sans-serif;font-size:clamp(18px,2vw,24px);font-weight:500;letter-spacing:.3px;overflow-wrap:anywhere;text-decoration:none;text-transform:none}.contact-card a:hover{color:var(--gold)}.contact-card p:not(.eyebrow){margin:0;color:#f8f1e4c2;font-size:18px;line-height:1.9}.contact-card span{color:var(--gold)}.contact-page>.tagline{margin-top:54px;text-align:center}.products-section,.cart-page,.product-page{position:relative}.products-section:before,.cart-page:before,.product-page:before{content:"";position:absolute;inset:0 50% auto;width:min(760px,90vw);height:300px;transform:translate(-50%);z-index:-1;border-radius:50%;background:radial-gradient(circle,rgba(216,188,122,.08),transparent 68%)}.product-card,.cart-items-panel,.checkout-panel,.product-detail-card,.login-container,.admin-container,.quick-view-modal{background:linear-gradient(180deg,#14110deb,#080808f5),radial-gradient(circle at 20% 0%,rgba(216,188,122,.06),transparent 32%)}.shop-toolbar,.login-tabs{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.product-detail-card{gap:34px;padding:30px}.product-detail-content{justify-content:center}.product-detail-content .product-name{font-size:clamp(34px,5vw,58px);line-height:1.02}.product-detail-content .product-description{max-width:560px;display:block;overflow:visible;color:#f8f1e4b8}.login-section{background:linear-gradient(90deg,#060606db,#060606b8),url(/assets/malivor-hero-fragrance.png) center / cover no-repeat}.bottom-checkout-cta{background:#7f1718eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@media(max-width:980px){.about-hero{grid-template-columns:1fr;gap:34px}.about-image{min-height:360px}.about-card,.about-pillars,.contact-grid{grid-template-columns:1fr}.about-card{margin-top:28px}}@media(max-width:768px){.about-layout,.contact-page{width:calc(100% + 32px);margin:-34px -16px -38px}.about-hero,.contact-hero{min-height:auto;padding:70px 22px 48px}.about-title h1,.contact-hero h1{font-size:42px}.about-title p,.contact-hero p:not(.eyebrow){font-size:15px}.about-card,.about-pillars,.contact-hero>div,.contact-grid,.contact-page>.tagline{width:calc(100% - 44px)}.about-card,.contact-card{padding:22px}.about-pillars{margin-top:42px;margin-bottom:70px}.contact-page{min-height:calc(100dvh - 101px);padding-bottom:0;background:linear-gradient(180deg,#060606bd,#060606f5),url(/assets/malivor-hero-fragrance.png) var(--fragrance-image-position-mobile) / cover no-repeat}.contact-card{min-height:auto}}@media(max-width:480px){.about-title h1,.contact-hero h1{font-size:34px}.about-image{min-height:280px}.about-card{gap:22px}.about-quote{font-size:17px}.contact-card a{font-size:20px}}.home-story{grid-template-columns:minmax(0,620px);justify-content:center}.home-story>div{width:100%}.shop-hero-actions .add-to-cart-btn,.product-actions-row .add-to-cart-btn,.checkout-btn{min-height:48px}@media(max-width:768px){body{background:radial-gradient(circle at 50% 0%,rgba(216,188,122,.08),transparent 34%),linear-gradient(180deg,#070707,#040404)}header{min-height:58px;padding:12px 20px}.burger-menu span{width:25px;height:2px}.mobile-nav{gap:6px;background:linear-gradient(180deg,#060606f7,#090705fa),url(/assets/malivor-hero-fragrance.png) center / cover no-repeat}.mobile-nav a,.mobile-nav .cta-btn{width:min(300px,calc(100% - 48px));margin:6px 0;padding:13px 18px;border:1px solid rgba(216,188,122,.22);border-radius:8px;background:#0000005c;text-align:center}.home-hero{min-height:calc(100dvh - 96px);padding:56px 22px 38px;background:linear-gradient(180deg,#0505050a,#050505a3 42%,#050505fa),url(/assets/malivor-hero-fragrance.png) var(--fragrance-image-position-mobile) / cover no-repeat}.home-hero h1{max-width:340px;margin-bottom:18px;font-size:33px;line-height:1.12}.home-hero p:not(.eyebrow){max-width:310px;margin-bottom:22px;font-size:14px;line-height:1.65}.home-hero .secondary-btn,.shop-hero-actions .add-to-cart-btn,.shop-hero-actions .ghost-btn{width:100%;min-height:48px}.home-story{padding:34px 22px 48px}.home-story .eyebrow{margin-bottom:12px;font-size:11px}.reason-list p{min-height:50px;padding:14px 0;font-size:14px}.hero:not(.home-hero){padding:30px 18px 10px}.hero:not(.home-hero) h1{font-size:38px}.hero:not(.home-hero) p{font-size:14px;line-height:1.6}.products-section{padding:10px 16px 52px}.products-section h2{margin-bottom:14px;font-size:30px}.hero.shop-hero{margin-top:-24px;padding:14px 18px 4px}.shop-hero h1{margin-bottom:10px}.shop-hero .divider{margin-bottom:14px}.shop-hero p{margin-bottom:0}.shop-toolbar{margin-bottom:16px;border-radius:10px}.shop-toolbar input,.shop-toolbar select{min-height:46px;font-size:16px}.shop-toolbar label{min-height:38px}.products-grid{grid-template-columns:1fr;gap:14px}.product-card{padding:14px}.product-image{height:220px}.product-name{font-size:17px}.product-description{-webkit-line-clamp:2;font-size:13px}.product-actions-row{gap:9px}.wishlist-btn,.quick-view-btn,.size-select,.inline-qty-controls{min-height:44px}.about-hero{gap:26px;padding:50px 22px 34px}.about-title h1,.contact-hero h1{margin-bottom:18px;font-size:35px;line-height:1.12}.about-title p,.contact-hero p:not(.eyebrow){font-size:14px;line-height:1.65}.about-image{min-height:250px;background-position:75% center}.about-card{margin-top:18px;padding:18px;gap:18px}.about-card h2{margin-bottom:8px}.about-card p,.pillar p{font-size:13px;line-height:1.6}.about-quote{padding-top:16px;font-size:16px}.about-pillars{gap:12px;margin-top:28px;margin-bottom:48px}.pillar{min-height:auto;padding:18px;text-align:center}.pillar h3{margin-bottom:10px}.contact-page{min-height:calc(100dvh - 101px);padding-bottom:0}.contact-hero{padding:56px 22px 24px}.contact-grid{gap:12px;margin-top:0}.contact-card{padding:18px}.contact-card .eyebrow{margin-bottom:12px}.contact-card a{font-size:18px}.contact-card p:not(.eyebrow){font-size:16px;line-height:1.65}.cart-page,.product-page{padding:20px 14px 62px}.cart-item-card{display:grid;grid-template-columns:76px 1fr;gap:12px;padding:12px}.cart-item-card img{width:76px;height:76px}.cart-item-meta{align-items:flex-start;flex-direction:column}.checkout-panel,.cart-items-panel{padding:16px}}@media(max-width:420px){.home-hero h1{font-size:30px}.home-hero{min-height:calc(100dvh - 96px)}.hero-actions .primary-btn,.hero-actions .secondary-btn,.shop-hero-actions .add-to-cart-btn{letter-spacing:1.2px}}
