@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Lato:wght@300;400;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--gold:#c8973a;--gold-light:#d4a94e;--gold-dark:#a87830;--black:#0d0d0d;--dark:#111;--cream:#f2ede4;--cream-dark:#e8e0d4;--white:#fff;--text-muted:#888;--muted:#888;--text-dark:#1a1a1a;--border:#e0d5c5;--font-display:"Playfair Display", serif;--font-body:"Lato", sans-serif}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:Lato,sans-serif;overflow-x:hidden}.btn-nav{border:1.5px solid var(--white);color:var(--white);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:10px 24px;font-family:inherit;font-size:12px;text-decoration:none;transition:all .2s;display:flex}.btn-nav:hover{background:var(--gold);border-color:var(--gold);color:var(--black)}.btn-primary{border:1.5px solid var(--gold);color:var(--gold);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-family:inherit;font-size:13px;text-decoration:none;transition:all .25s;display:flex}.btn-primary:hover{background:var(--gold);color:var(--black)}.btn-secondary{background:var(--white);border:1.5px solid var(--white);color:var(--black);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;justify-content:center;align-items:center;padding:14px 28px;font-family:inherit;font-size:13px;text-decoration:none;transition:all .25s;display:flex}.btn-secondary:hover{color:var(--white);background:0 0}.btn-submit{background:var(--gold);width:100%;color:var(--black);letter-spacing:2px;text-transform:uppercase;cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;padding:16px;font-family:Lato,sans-serif;font-size:14px;font-weight:700;transition:background .25s;display:flex}.btn-submit:hover{background:var(--gold-light)}nav{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0af7;border-bottom:1px solid #c8973a26;justify-content:space-between;align-items:center;padding:16px 60px;display:flex;position:fixed;top:0;left:0;right:0}.logo-wrap{align-items:center;text-decoration:none;display:flex}.nav-links{align-items:center;gap:38px;list-style:none;display:flex}.nav-links a{letter-spacing:1.5px;text-transform:uppercase;color:var(--white);padding-bottom:3px;font-size:12px;text-decoration:none;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--gold);border-bottom:1.5px solid var(--gold)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.hamburger span{background:var(--white);width:24px;height:2px;transition:all .3s;display:block}.mobile-menu{z-index:999;background:#080604f7;flex-direction:column;justify-content:center;align-items:center;gap:32px;display:none;position:fixed;inset:0}.mobile-menu.open{display:flex}.mobile-menu a{color:var(--white);font-family:Playfair Display,serif;font-size:28px;text-decoration:none;transition:color .2s}.mobile-menu a:hover{color:var(--gold)}.mobile-close{color:var(--white);cursor:pointer;background:0 0;border:none;font-size:30px;position:absolute;top:24px;right:28px}@media (width<=960px){nav{padding:14px 24px}.nav-links,.btn-nav{display:none}.hamburger{display:flex}}footer{background:#080808;border-top:1px solid #1e1e1e;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:36px 60px;display:flex}.footer-logo{align-items:center;display:flex}.brand-logo{object-fit:contain;width:auto;height:64px}.footer-links{gap:20px;display:flex}.footer-links a{color:var(--white);font-size:11px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--gold)}.social-links{gap:12px;display:flex}.social-links a{color:#777;border:1px solid #2a2a2a;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;transition:all .2s;display:flex}.social-links a:hover{border-color:var(--gold);color:var(--gold)}.social-links svg{width:15px;height:15px}.footer-copy{color:var(--white);font-size:11px}@media (width<=960px){footer{flex-direction:column;align-items:flex-start;padding:28px 24px}}.hero{background:var(--dark);align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;object-position:right center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(90deg,#050301d1 0%,#0503018c 55%,#0503011a 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:600px;padding:60px;position:relative}.eyebrow{letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:20px;font-size:11px}.hero h1{color:var(--white);margin-bottom:16px;font-family:Playfair Display,serif;font-size:clamp(36px,4.5vw,62px);font-weight:400;line-height:1.1}.hero h1 span{color:var(--gold)}.hero-divider{align-items:center;gap:12px;margin:20px 0 24px;display:flex}.hero-divider:before,.hero-divider:after{content:"";background:linear-gradient(to right, transparent, var(--gold), transparent);flex:1;max-width:100px;height:1px}.hero-divider svg{color:var(--gold);width:20px;height:20px}.hero-desc{color:#b0b0b0;max-width:380px;margin-bottom:36px;font-size:14px;line-height:1.8}.hero-btns{flex-wrap:wrap;gap:16px;margin-bottom:56px;display:flex}.hero-badges{gap:36px;display:flex}.badge{align-items:center;gap:10px;display:flex}.badge svg{width:28px;height:28px;color:var(--gold)}.badge-text .title{color:var(--white);font-size:13px;font-weight:700}.badge-text .sub{color:var(--text-muted);font-size:11px}.about{background:var(--cream);grid-template-columns:1fr 1fr;min-height:500px;display:grid}.about-img-wrap{min-height:460px;position:relative}.about-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.about-content{color:var(--black);padding:70px 60px}.section-eyebrow{letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:16px;font-size:10px}.about h2{color:var(--black);margin-bottom:20px;font-family:Playfair Display,serif;font-size:clamp(28px,3vw,40px);font-weight:400;line-height:1.2}.about-desc{color:#555;margin-bottom:28px;font-size:14px;line-height:1.8}.about-list{margin-bottom:28px;list-style:none}.about-list li{color:#444;border-bottom:1px solid #e0d8cc;align-items:flex-start;gap:12px;padding:8px 0;font-size:13px;display:flex}.about-list li svg{width:18px;height:18px;color:var(--gold);flex-shrink:0;margin-top:2px}.about-bottom{align-items:flex-start;gap:24px;display:flex}.years-badge{border:1.5px solid var(--gold-dark);text-align:center;flex-shrink:0;min-width:120px;padding:20px 24px}.years-badge .number{color:var(--gold);font-family:Playfair Display,serif;font-size:42px;line-height:1}.years-badge .label{letter-spacing:2px;text-transform:uppercase;color:var(--gold-dark);margin-top:4px;font-size:9px}.features{background:var(--black);border-top:1px solid #222;grid-template-columns:repeat(4,1fr);display:grid}.feature{text-align:center;border-right:1px solid #222;padding:56px 36px;transition:background .25s}.feature:last-child{border-right:none}.feature:hover{background:#141414}.feature svg{width:44px;height:44px;color:var(--gold);margin-bottom:20px}.feature h3{color:var(--white);margin-bottom:10px;font-family:Playfair Display,serif;font-size:18px}.feature p{color:#888;font-size:13px;line-height:1.7}.top-products{background:var(--cream);text-align:center;padding:80px 60px}.top-products-header{margin-bottom:50px}.top-products h2{color:var(--black);font-family:Playfair Display,serif;font-size:clamp(28px,3vw,40px);font-weight:400}.top-products-desc{color:#555;max-width:500px;margin:0 auto;font-size:14px}.products-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.product-card{background:var(--white);text-align:left;border:1px solid #e0d8cc;padding:16px;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.product-img-wrap{aspect-ratio:1;background:#f5f0e8;justify-content:center;align-items:center;width:100%;margin-bottom:16px;display:flex}.product-placeholder{color:#a0988c;text-transform:uppercase;letter-spacing:2px;font-size:14px}.product-info h3{color:var(--black);margin-bottom:6px;font-family:Playfair Display,serif;font-size:18px}.product-info p{color:#888;font-size:12px}.contact{background:var(--dark);grid-template-columns:1fr 1.4fr;min-height:500px;display:grid;position:relative;overflow:hidden}.contact-bg{object-fit:cover;opacity:.15;z-index:0;width:100%;height:100%;position:absolute;inset:0}.contact-left{z-index:1;padding:80px 60px;position:relative}.contact-eyebrow{letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:16px;font-size:10px}.contact h2{color:var(--white);margin-bottom:20px;font-family:Playfair Display,serif;font-size:clamp(32px,4vw,52px);font-weight:400;line-height:1.15}.contact-divider{align-items:center;gap:12px;margin-bottom:24px;display:flex}.contact-divider:before,.contact-divider:after{content:"";background:linear-gradient(to right, transparent, var(--gold), transparent);flex:1;max-width:80px;height:1px}.contact-divider svg{color:var(--gold);width:18px;height:18px}.contact-desc{color:#999;max-width:300px;font-size:13px;line-height:1.8}.contact-form{z-index:1;flex-direction:column;justify-content:center;gap:16px;padding:80px 60px 80px 40px;display:flex;position:relative}.form-input{width:100%;color:var(--white);background:0 0;border:1px solid #3a3228;outline:none;padding:14px 18px;font-family:Lato,sans-serif;font-size:13px;transition:border-color .2s}.form-input::placeholder{color:#666}.form-input:focus{border-color:var(--gold)}textarea.form-input{resize:vertical;min-height:100px}@media (width<=900px){.hero{align-items:center;min-height:auto;padding-top:120px}.hero-bg{object-position:center top}.hero-overlay{background:linear-gradient(#05030100 0%,#05030126 30%,#050301bf 60%,#050301f5 100%)}.hero-content{padding:0 24px 48px}.hero-desc{max-width:100%}.hero-badges{flex-wrap:wrap;gap:20px}.about{grid-template-columns:1fr}.about-img-wrap{min-height:280px}.about-content{padding:48px 24px}.features{grid-template-columns:1fr 1fr}.feature{border-bottom:1px solid #222;border-right:none}.feature:nth-child(odd){border-right:1px solid #222}.feature:nth-child(3),.feature:nth-child(4){border-bottom:none}.top-products{padding:60px 24px}.products-grid{grid-template-columns:repeat(2,1fr)}.contact{grid-template-columns:1fr}.contact-left{padding:60px 24px 32px}.contact-form{padding:0 24px 60px}.form-row{grid-template-columns:1fr}}@media (width<=480px){.hero{align-items:center}.hero-bg{object-position:65% top}.hero-content{padding:0 20px 40px}.hero h1{font-size:32px}.hero-btns{flex-direction:column}.btn-primary,.btn-secondary{justify-content:center;width:100%}.features,.products-grid{grid-template-columns:1fr}.feature:nth-child(odd){border-right:none}.feature{border-bottom:1px solid #222}}.about-hero{background:var(--dark);align-items:flex-end;min-height:68vh;padding-top:90px;display:flex;position:relative;overflow:hidden}.about-hero-bg{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.about-hero-bg-placeholder{color:#555;z-index:0;background:linear-gradient(135deg,#1c1408 0%,#2e200e 50%,#1c1408 100%);border:2px dashed #3a3020;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.about-hero-bg-placeholder svg{opacity:.3;width:44px;height:44px}.about-hero-bg-placeholder strong{color:#666;font-size:13px}.about-hero-bg-placeholder span{opacity:.45;text-align:center;font-size:11px;line-height:1.6}.about-hero-overlay{z-index:1;background:linear-gradient(90deg,#050301e6 0%,#050301a6 45%,#0503011f 100%);position:absolute;inset:0}.about-hero-content{z-index:2;max-width:560px;padding:60px 60px 70px;position:relative}.eyebrow-line{letter-spacing:4px;text-transform:uppercase;color:var(--gold);align-items:center;gap:14px;margin-bottom:22px;font-size:10px;display:flex}.eyebrow-line:before,.eyebrow-line:after{content:"";background:var(--gold);opacity:.7;flex:1;max-width:48px;height:1px}.about-hero h1{color:var(--white);margin-bottom:22px;font-family:Playfair Display,serif;font-size:clamp(34px,4.5vw,58px);font-weight:400;line-height:1.1}.about-hero h1 em{color:var(--gold);font-style:normal}.about-hero p{color:#b0a898;max-width:420px;font-size:14px;line-height:1.85}.story{background:var(--cream);grid-template-columns:420px 1fr;display:grid}.story-img{min-height:480px;position:relative}.story-img-src{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.story-content{color:var(--black);padding:70px 60px}.story-eyebrow{letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:14px;font-size:10px}.story h2{color:var(--black);margin-bottom:22px;font-family:Playfair Display,serif;font-size:clamp(26px,2.8vw,38px);font-weight:400;line-height:1.2}.story p{color:#555;max-width:500px;margin-bottom:36px;font-size:14px;line-height:1.85}.stats-grid{border:1px solid #d8d0c4;grid-template-columns:repeat(4,1fr);display:grid}.stat-item{text-align:center;border-right:1px solid #d8d0c4;flex-direction:column;align-items:center;gap:8px;padding:20px 16px;display:flex}.stat-item:last-child{border-right:none}.stat-item svg{width:26px;height:26px;color:var(--gold)}.stat-val{color:var(--black);font-family:Playfair Display,serif;font-size:18px;font-weight:600}.stat-label{letter-spacing:.5px;color:#888;font-size:10px;line-height:1.4}.stats-list{display:none}.apart{background:var(--black);padding:72px 60px}.apart-header{text-align:center;margin-bottom:52px}.apart-header .label{letter-spacing:5px;text-transform:uppercase;color:var(--gold);margin-bottom:10px;font-size:10px}.apart-header .ornament{justify-content:center;align-items:center;gap:10px;margin-top:10px;display:flex}.apart-header .ornament:before,.apart-header .ornament:after{content:"";background:linear-gradient(to right, transparent, var(--gold));width:60px;height:1px}.apart-header .ornament:after{background:linear-gradient(to left, transparent, var(--gold))}.apart-grid{background:#1e1e1e;grid-template-columns:repeat(5,1fr);gap:1px;display:grid}.apart-card{background:var(--black);text-align:center;padding:44px 28px;transition:background .25s}.apart-card:hover{background:#0e0e0e}.apart-card svg{width:44px;height:44px;color:var(--gold);margin-bottom:18px}.apart-card h3{color:var(--white);margin-bottom:12px;font-family:Playfair Display,serif;font-size:16px}.apart-card p{color:var(--muted);font-size:12px;line-height:1.75}.mission{grid-template-columns:1fr 1fr;align-items:center;min-height:260px;display:grid;position:relative;overflow:hidden}.mission-bg{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.mission-bg-placeholder{color:#555;z-index:0;background:linear-gradient(135deg,#1c1408,#2e200e);border:1px dashed #3a3020;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}.mission-bg-placeholder svg{opacity:.3;width:36px;height:36px}.mission-bg-placeholder strong{color:#666;font-size:12px}.mission-bg-placeholder span{opacity:.4;font-size:10px}.mission-overlay{z-index:1;background:#060402d1;position:absolute;inset:0}.mission-quote{z-index:2;padding:60px;position:relative}.big-quote{color:var(--gold);opacity:.6;margin-bottom:12px;font-family:Georgia,serif;font-size:80px;line-height:.7;display:block}.mission-quote blockquote{color:var(--white);font-family:Playfair Display,serif;font-size:clamp(18px,2vw,26px);font-style:italic;font-weight:400;line-height:1.5}.mission-founder{z-index:2;text-align:center;border-left:1px solid #c8973a40;padding:60px;position:relative}.founder-name{color:var(--gold);margin-bottom:8px;font-family:Playfair Display,serif;font-size:28px;font-style:italic}.founder-title{letter-spacing:3px;text-transform:uppercase;color:#888;font-size:10px}.founder-company{letter-spacing:2px;color:#666;margin-top:2px;font-size:11px}@media (width<=960px){.about-hero{align-items:center;min-height:auto;padding-top:120px}.about-hero-content{padding:40px 24px 56px}.story{grid-template-columns:1fr}.story-img{order:2;min-height:260px}.story-content{order:1;padding:44px 24px}.stats-grid{display:none}.stats-list{border:1px solid #d8d0c4;flex-direction:column;gap:0;display:flex}.stats-list-item{color:var(--black);border-bottom:1px solid #d8d0c4;align-items:center;gap:16px;padding:14px 18px;display:flex}.stats-list-item:last-child{border-bottom:none}.stats-list-item svg{width:22px;height:22px;color:var(--gold);flex-shrink:0}.stats-list-item .sl-val{font-family:Playfair Display,serif;font-size:16px;font-weight:600}.stats-list-item .sl-label{color:#888;font-size:12px}.apart{padding:52px 24px}.apart-grid{grid-template-columns:1fr;gap:1px}.apart-card{text-align:left;align-items:flex-start;gap:18px;padding:24px 20px;display:flex}.apart-card svg{flex-shrink:0;width:36px;height:36px;margin-bottom:0}.mission{grid-template-columns:1fr}.mission-founder{border-top:1px solid #c8973a40;border-left:none;padding:32px 24px 48px}.mission-quote{padding:48px 24px 32px}}@media (width<=480px){.about-hero h1{font-size:30px}.story h2{font-size:26px}.mission-quote blockquote{font-size:17px}}.legal-hero{text-align:center;background:linear-gradient(135deg,#111 0%,#1a1a1a 100%);justify-content:center;align-items:center;min-height:40vh;padding-top:100px;display:flex;position:relative}.legal-hero-overlay{background:#0006;position:absolute;inset:0}.legal-hero-content{z-index:2;padding:40px;position:relative}.legal-hero h1{color:var(--white);margin-bottom:16px;font-family:Playfair Display,serif;font-size:clamp(32px,4vw,52px);font-weight:400}.legal-hero-divider{justify-content:center;align-items:center;margin:16px 0;display:flex}.legal-hero-divider:before,.legal-hero-divider:after{content:"";background:var(--gold);width:60px;height:1px}.legal-hero-divider svg{color:var(--gold);width:16px;height:16px;margin:0 16px}.legal-hero-desc{color:var(--gold);letter-spacing:2px;text-transform:uppercase;font-size:14px}.legal-content{background:var(--cream);color:var(--black);padding:80px 24px}.legal-container{background:var(--white);border-top:4px solid var(--gold);max-width:800px;margin:0 auto;padding:60px;box-shadow:0 10px 40px #0000000d}.legal-section h2{color:var(--black);margin-bottom:8px;font-family:Playfair Display,serif;font-size:32px;font-weight:600}.last-updated{color:var(--text-muted);margin-bottom:40px;font-size:13px;font-style:italic}.legal-section h3{color:var(--gold-dark);margin-top:32px;margin-bottom:16px;font-family:Playfair Display,serif;font-size:20px;font-weight:600}.legal-section p{color:#444;margin-bottom:16px;font-size:15px;line-height:1.8}.legal-separator{background:#e5dfd3;border:0;height:1px;margin:60px 0}@media (width<=768px){.legal-container{padding:40px 24px}.legal-section h2{font-size:28px}.legal-section h3{font-size:18px}.legal-section p{font-size:14px}}.products-page .hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:60px 24px;display:flex;position:relative;overflow:hidden}.products-page .hero-bg{z-index:0;position:absolute;inset:0}.products-page .hero-bg img{object-fit:cover;width:100%;height:100%;display:block}.products-page .hero-bg:after{content:"";background:#00000073;position:absolute;inset:0}.products-page .hero-content{z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.products-page .hero-eyebrow{font-family:var(--font-body);letter-spacing:4px;color:var(--gold);text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:500}.products-page .hero-title{font-family:var(--font-display);color:var(--white);margin-bottom:16px;font-size:clamp(32px,5vw,60px);font-weight:400;line-height:1.1}.products-page .hero-ornament{color:var(--gold);margin-bottom:12px;font-size:20px}.products-page .hero-desc{color:#ffffffbf;letter-spacing:.3px;max-width:480px;font-size:13px;font-weight:300;line-height:1.7}.products-page .products-section{background:var(--cream);padding:40px 48px 64px}.products-page .filter-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:32px;display:flex}.products-page .categories{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.products-page .cat-label{color:var(--text-muted);letter-spacing:.5px;margin-right:4px;font-size:12px;font-weight:500}.products-page .cat-btn{letter-spacing:.5px;color:#000;cursor:pointer;font-size:12px;font-weight:500;font-family:var(--font-body);background:0 0;border:1.5px solid #000;border-radius:2px;padding:8px 18px;transition:all .2s}.products-page .cat-btn:hover{border-color:var(--gold);color:var(--gold)}.products-page .cat-btn.active{background:var(--gold);border-color:var(--gold);color:var(--white)}.products-page .sort-wrap{align-items:center;gap:8px;display:flex}.products-page .sort-label{color:var(--text-muted);font-size:12px;font-weight:500}.products-page .sort-select{background:var(--white);color:#000;appearance:none;cursor:pointer;font-size:12px;font-family:var(--font-body);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23000'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1.5px solid #000;border-radius:2px;padding:8px 32px 8px 14px}.products-page .products-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.products-page .card{background:var(--white);border:1px solid #0000000d;border-radius:4px;transition:box-shadow .2s,transform .2s;overflow:hidden;box-shadow:0 2px 12px #0000000f}.products-page .card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000001f}.products-page .card-header{justify-content:space-between;align-items:center;padding:14px 16px 8px;display:flex}.products-page .card-title{font-family:var(--font-display);color:var(--text-dark);font-size:18px;font-weight:500}.products-page .card-heart{cursor:pointer;color:#bbb;background:0 0;border:none;font-size:18px;transition:color .2s}.products-page .card-heart:hover{color:#e57373}.products-page .card-img-wrap{aspect-ratio:4/3;background:#1a1a1a;width:100%;position:relative;overflow:hidden}.products-page .card-img-placeholder{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.products-page .card-img-placeholder .ph-icon{color:#c9963a4d;font-size:36px}.products-page .card-img-placeholder .ph-text{color:#c9963a66;letter-spacing:2px;text-transform:uppercase;font-size:10px;font-family:var(--font-body)}.products-page .card-img-placeholder img{object-fit:cover;width:100%;height:100%;display:block}.products-page .carousel-btn{color:var(--white);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.products-page .carousel-btn:hover{background:#ffffff4d}.products-page .carousel-btn.prev{left:10px}.products-page .carousel-btn.next{right:10px}.products-page .carousel-dots{background:var(--white);justify-content:center;gap:5px;padding:10px 0 6px;display:flex}.products-page .dot{cursor:pointer;background:#ddd;border-radius:50%;width:7px;height:7px;transition:background .2s}.products-page .dot.active{background:var(--gold)}.products-page .card-info{border-top:1px solid var(--border);padding:8px 16px 12px;display:flex}.products-page .info-col{text-align:center;flex:1}.products-page .info-col+.info-col{border-left:1px solid var(--border)}.products-page .info-label{color:var(--text-muted);letter-spacing:.5px;margin-bottom:4px;font-size:10px;font-weight:400}.products-page .info-value{color:#000;font-size:13px;font-weight:600}.products-page .info-value.in-stock{color:#000;font-weight:500}.products-page .btn-whatsapp{background:var(--gold);width:calc(100% - 32px);color:var(--white);cursor:pointer;font-family:var(--font-body);letter-spacing:.5px;border:none;border-radius:3px;justify-content:center;align-items:center;gap:8px;margin:0 16px 16px;padding:13px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.products-page .btn-whatsapp:hover{background:var(--gold-dark)}.products-page .btn-whatsapp .wa-icon{font-size:17px}.products-page .mobile-filter-bar{background:var(--white);border-bottom:1px solid var(--border);gap:10px;padding:12px 16px;display:none}.products-page .mobile-filter-btn,.products-page .mobile-sortby-btn{border:1.5px solid var(--border);background:var(--white);font-family:var(--font-body);letter-spacing:1px;cursor:pointer;color:var(--text-dark);border-radius:2px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:12px;font-weight:500;display:flex}@media (width<=1024px){.products-page .products-grid{grid-template-columns:repeat(2,1fr)}.products-page .products-section{padding:32px 24px 48px}}@media (width<=768px){.products-page .hero{min-height:auto;padding:100px 20px 48px}.products-page .hero-title{font-size:30px}.products-page .mobile-filter-bar{display:flex}.products-page .filter-bar{display:none}.products-page .products-section{padding:20px 16px 48px}.products-page .products-grid{grid-template-columns:1fr;gap:16px}}@media (width<=480px){.products-page .hero-title{font-size:26px}.products-page .card-title{font-size:16px}}.admin-login-page{background:var(--cream);justify-content:center;align-items:center;min-height:calc(100vh - 72px);padding:40px 20px;display:flex}.login-card{background:var(--white);border:1px solid var(--border);text-align:center;border-radius:4px;width:100%;max-width:400px;padding:40px;box-shadow:0 4px 20px #00000014}.login-logo{width:64px;margin-bottom:24px}.login-title{font-family:var(--font-display);color:var(--text-dark);margin-bottom:32px;font-size:28px}.login-form{text-align:left;flex-direction:column;gap:20px;display:flex}.login-error{color:#c62828;text-align:center;background:#ffebee;border-radius:4px;padding:12px;font-size:12px;font-weight:500}.login-form .form-group{flex-direction:column;gap:8px;display:flex}.login-form label{color:#000;letter-spacing:.5px;font-size:12px;font-weight:600}.login-form input{font-family:var(--font-body);color:#000;border:1.5px solid #000;border-radius:2px;outline:none;padding:12px 16px;font-size:13px;transition:border-color .2s}.login-form input:focus{border-color:var(--gold)}.btn-login{background:var(--gold);color:var(--white);font-family:var(--font-body);letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;margin-top:10px;padding:14px;font-size:13px;font-weight:600;transition:background .2s}.btn-login:hover{background:var(--gold-dark)}.admin-dashboard{background:var(--cream);min-height:100vh}.dashboard-header{background:var(--dark);border-bottom:2px solid var(--gold);justify-content:space-between;align-items:center;padding:16px 48px;display:flex}.dashboard-brand{color:var(--white);font-family:var(--font-display);align-items:center;gap:10px;font-size:20px;font-weight:600;display:flex}.dashboard-brand .crown{color:var(--gold)}.btn-logout{border:1px solid var(--border);color:var(--white);letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:2px;padding:8px 16px;font-size:12px;font-weight:500;transition:all .2s}.btn-logout:hover{border-color:var(--gold);color:var(--gold)}.dashboard-main{max-width:1200px;margin:0 auto;padding:40px 24px}.product-list-section h3{font-family:var(--font-display);color:#000;font-size:24px}.add-product-form{flex-direction:column;gap:20px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:24px;display:grid}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{font-size:12px;font-weight:600}.form-group input[type=text],.form-group select,.form-group input[type=file]{font-family:var(--font-body);border:1.5px solid;border-radius:2px;padding:10px 14px;font-size:13px}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--gold)!important}.checkbox-group{justify-content:center}.checkbox-group label{cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.btn-submit{background:var(--gold);color:var(--white);letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;align-self:flex-start;padding:12px 24px;font-size:13px;font-weight:600;transition:background .2s}.btn-submit:hover:not(:disabled){background:var(--gold-dark)}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:var(--cream);border:1px solid var(--border);border-radius:4px;width:100%;max-width:640px;max-height:90vh;padding:32px;position:relative;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-close{cursor:pointer;color:#000;background:0 0;border:none;font-size:20px;transition:color .2s;position:absolute;top:20px;right:20px}.modal-close:hover{color:#c62828}.admin-card-actions-row{gap:8px;width:calc(100% - 32px);margin:0 16px 16px;display:flex}.btn-admin-action{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;border:none;border-radius:3px;flex:1;padding:10px 0;font-size:12px;font-weight:600;transition:all .2s}.btn-admin-action.edit{color:#000;background:#e0e0e0}.btn-admin-action.edit:hover{background:#ccc}.btn-admin-action.stock-in{color:#2e7d32;background:#e8f5e9}.btn-admin-action.stock-out{color:#c62828;background:#ffebee}.btn-admin-action.delete{background:var(--dark);color:var(--white)}.btn-admin-action.delete:hover{background:#d32f2f}@media (width<=768px){.form-row{grid-template-columns:1fr;gap:16px}}.floating-wa{color:#fff;z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,background-color .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #0000004d}.floating-wa:hover{background-color:#20ba56;transform:scale(1.05)}.floating-wa svg{width:32px;height:32px}.floating-ig{color:#fff;z-index:1000;background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,filter .2s;display:flex;position:fixed;bottom:96px;right:24px;box-shadow:0 4px 12px #0000004d}.floating-ig:hover{filter:brightness(1.1);transform:scale(1.05)}.floating-ig svg{width:32px;height:32px}
