@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap";:root{--bg:#eef2f6;--surface:#fffffff0;--surface-strong:#fff;--surface-muted:#e7edf4;--border:#1725361f;--border-strong:#17253633;--text:#15202b;--text-soft:#556171;--gold:#e46f2f;--gold-deep:#b8501d;--gold-soft:#e46f2f1f;--shadow-sm:0 10px 24px #11182714;--shadow-md:0 18px 40px #1118271f;--radius-sm:10px;--radius-md:16px;--radius-lg:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at 0 0,#e46f2f1f,#0000 28%),linear-gradient(#f7f9fc 0%,#edf1f6 100%);margin:0;font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.container{width:min(1200px,100% - 1.25rem);margin:0 auto}.site-main{padding:1rem 0 6rem}.page-shell,.page-section{padding-top:1rem}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--gold-deep);align-items:center;gap:.35rem;font-size:.72rem;font-weight:800;display:inline-flex}.btn-primary,.btn-accent,.btn-outline{border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.8rem 1.2rem;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn-primary{color:#fff;background:#171717}.btn-accent{background:var(--gold);color:#151515}.btn-outline{border-color:var(--border-strong);color:var(--text);background:#ffffffb3}.btn-primary:hover,.btn-accent:hover,.btn-outline:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.full-width{width:100%}.inline-actions{flex-wrap:wrap;gap:.75rem;display:flex}.inline-actions.end{justify-content:flex-end}.stack-list{flex-direction:column;gap:1rem;display:flex}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f5f7fae6;border-bottom:1px solid #1725360f;padding:.35rem 0;position:sticky;top:0}.site-header-shell{flex-direction:column;gap:.35rem;display:flex}.site-header-top,.site-search-row,.site-nav-row{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:22px}.site-header-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem .8rem;display:flex}.brand-lockup{align-items:center;gap:.65rem;min-width:0;display:flex}.brand-mark{border:1px solid var(--border);background:#fff;border-radius:16px;flex-shrink:0;place-items:center;width:58px;height:58px;display:grid;overflow:hidden}.brand-logo{object-fit:contain;width:52px;height:52px}.brand-copy{flex-direction:column;min-width:0;display:flex}.brand-copy strong{font-size:.98rem}.brand-copy span{color:var(--text-soft);font-size:.76rem}.site-header-actions{align-items:center;gap:.55rem;margin-left:auto;display:flex}.header-action-button,.mobile-menu-toggle{border:1px solid var(--border);min-height:36px;color:var(--text);background:#fff;border-radius:999px;flex-shrink:0;align-items:center;gap:.55rem;padding:.45rem .68rem;display:inline-flex}.header-action-button.active{border-color:var(--gold);background:var(--gold-soft)}.header-action-icon-wrap{display:inline-flex;position:relative}.header-count-badge,.bottom-nav-count{background:var(--gold);color:#151515;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 .3rem;font-size:.68rem;font-weight:800;display:grid}.header-count-badge{position:absolute;top:-8px;right:-10px}.header-action-label{font-size:.86rem;font-weight:700}.mobile-menu-toggle{padding-inline:.85rem}.site-search-row{flex-direction:column;gap:.4rem;padding:.45rem .65rem;display:flex}.header-search{width:min(620px,100%);margin:0 auto;position:relative}.site-header-top .header-search{order:3;width:100%}.header-search select,.header-search input,.header-search button,.form-group input,.form-group select,.form-group textarea,.field-with-icon input{border:1px solid var(--border);min-height:42px;color:var(--text);background:#fff;border-radius:14px}.header-search select,.header-search input,.form-group input,.form-group select,.form-group textarea,.field-with-icon input{width:100%;padding:.62rem 2.8rem .62rem .9rem}.header-search>svg{color:var(--text-soft);pointer-events:none;position:absolute;top:50%;right:.95rem;transform:translateY(-50%)}.header-callout{border:1px solid var(--border);background:linear-gradient(135deg,#d4af3729,#d4af370d);border-radius:18px;align-items:center;gap:.75rem;min-height:48px;padding:.8rem 1rem;display:flex}.header-callout strong,.header-callout small{display:block}.header-callout small{color:var(--text-soft)}.site-nav-row{padding:.85rem 1rem;display:none}.site-nav-links{flex-direction:column;gap:.35rem;display:flex}.site-nav-links a,.site-nav-links button{color:var(--text);text-align:left;background:0 0;border:none;padding:.7rem 0;font-weight:700}.mobile-bottom-nav{border:1px solid var(--border);width:min(420px,100% - 1rem);box-shadow:var(--shadow-md);z-index:60;opacity:0;pointer-events:none;background:#fffffff5;border-radius:999px;grid-template-columns:repeat(4,1fr);padding:.4rem;transition:opacity .22s,transform .22s;display:grid;position:fixed;bottom:.8rem;left:50%;transform:translate(-50%)}.mobile-bottom-nav.visible{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.bottom-nav-item{color:#999;background:0 0;border:none;border-radius:999px;place-items:center;min-height:46px;font-weight:700;transition:color .18s;display:grid;position:relative}.bottom-nav-item.active{color:var(--gold)}.bottom-nav-item svg{width:20px;height:20px;transition:color .18s}.bottom-nav-count{position:absolute;top:2px;right:12px}.call-fab{width:52px;height:52px;color:var(--gold);box-shadow:var(--shadow-md);z-index:55;background:#171717;border-radius:50%;place-items:center;display:grid;position:fixed;bottom:5.3rem;right:1rem}.home-shell{flex-direction:column;gap:1rem;display:flex}.store-hero,.collection-summary-card,.featured-picks-section,.home-shop-section{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.store-hero,.featured-picks-section,.home-shop-section{border-radius:var(--radius-lg);padding:1rem}.store-hero{gap:1rem;display:grid}.store-hero-copy{flex-direction:column;gap:1rem;display:flex}.store-hero-copy h1{letter-spacing:-.03em;text-wrap:balance;max-width:11ch;margin:0;font-size:clamp(2.2rem,8vw,4.25rem);line-height:.98}.store-hero-intro{max-width:52ch;color:var(--text-soft);margin:0;font-size:1rem;line-height:1.65}.store-hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.store-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.hero-metric-card,.hero-focus-card,.collection-summary-card{border-radius:var(--radius-md)}.hero-metric-card{border:1px solid var(--border);background:#fff;flex-direction:column;gap:.3rem;padding:.9rem 1rem;display:flex}.hero-metric-card strong{font-size:1.2rem}.hero-metric-card span{color:var(--text-soft);font-size:.84rem}.hero-focus-card{border:1px solid var(--border);background:linear-gradient(#10182005,#1018200f);overflow:hidden}.hero-focus-media{aspect-ratio:4/3;background:#dde4ec}.hero-focus-media img{object-fit:cover;width:100%;height:100%}.hero-focus-copy{flex-direction:column;gap:.75rem;padding:1rem;display:flex}.hero-focus-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep);font-size:.76rem;font-weight:800}.hero-focus-copy h2{text-wrap:balance;margin:0;font-size:1.55rem;line-height:1.15}.hero-focus-copy p{color:var(--text-soft);margin:0;line-height:1.6}.hero-focus-meta{flex-direction:column;gap:.25rem;padding-top:.25rem;display:flex}.hero-focus-meta strong{color:var(--text);font-size:1.2rem}.hero-focus-meta span{color:var(--text-soft);font-size:.84rem}.collection-summary-grid,.featured-picks-grid{gap:1rem;display:grid}.collection-summary-card{border:1px solid var(--border);text-align:left;background:linear-gradient(#fffffff5,#f0f4f9eb);flex-direction:column;gap:.9rem;width:100%;padding:1rem;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.collection-summary-card:hover{box-shadow:var(--shadow-md);border-color:#e46f2f3d;transform:translateY(-2px)}.collection-summary-copy{flex-direction:column;gap:.35rem;display:flex}.collection-summary-copy strong{font-size:1.1rem}.collection-summary-copy p,.section-head-note,.category-showcase-description{color:var(--text-soft);margin:0;line-height:1.55}.collection-summary-meta{color:var(--text-soft);justify-content:space-between;gap:.75rem;font-size:.84rem;font-weight:700;display:flex}.collection-summary-product{grid-template-columns:56px 1fr;align-items:center;gap:.75rem;padding-top:.25rem;display:grid}.collection-summary-product img{object-fit:cover;border:1px solid var(--border);background:#dde4ec;border-radius:12px;width:56px;height:56px}.collection-summary-product span{font-size:.86rem;font-weight:700;line-height:1.35}.featured-picks-section .section-head,.home-shop-section .section-head{margin-bottom:1rem}.section-head-note{max-width:32ch}.featured-picks-grid{grid-template-columns:1fr}.home-shop-section{padding-top:1.15rem}.category-showcase-description{max-width:40ch;margin-top:.35rem}@media (width>=720px){.collection-summary-grid,.featured-picks-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=1024px){.store-hero{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:stretch;padding:1.2rem}.hero-focus-card{grid-template-rows:260px 1fr;display:grid}}@media (width<=719px){.store-hero-copy h1{max-width:none}.store-hero-metrics{grid-template-columns:1fr}.collection-summary-meta{flex-direction:column}}.desktop-store-frame{grid-template-columns:minmax(0,1fr);align-items:start;gap:1rem;display:grid}.desktop-left-categories,.desktop-right-showcase{display:none}.store-center-pane{min-width:0}.home-hero{grid-template-columns:1fr;gap:1rem;display:grid}.hero-slider-card,.hero-panel-card,.page-hero-card,.promo-card,.settings-card,.admin-main-card,.metric-card,.empty-state-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.hero-slider-card{border-radius:var(--radius-lg);isolation:isolate;background:#111;min-height:300px;position:relative;overflow:hidden}.hero-slide{opacity:0;pointer-events:none;transition:opacity .9s,transform 5s;position:absolute;inset:0;transform:scale(1.025)}.hero-slide.active{opacity:1;pointer-events:auto;transform:scale(1)}.hero-slide-image,.promo-card img{object-fit:cover;width:100%;height:100%}.hero-slide-overlay{background:linear-gradient(120deg,#000000c7,#00000029),linear-gradient(#0000 48%,#00000059);position:absolute;inset:0}.hero-slide-content{z-index:1;flex-direction:column;justify-content:flex-end;max-width:580px;height:100%;padding:1rem 1rem 1.05rem;display:flex;position:relative}.hero-slide-content h1,.page-hero-card h1,.auth-logo-block h1,.admin-hero h1,.detail-copy h1{margin:.5rem 0 .9rem;font-size:clamp(2rem,6vw,3.5rem);line-height:1.05}.hero-slide-content h1,.hero-slide-content p{color:#fff}.hero-slide-content p,.page-hero-card p,.promo-copy h3,.detail-description,.auth-logo-block p,.admin-hero p{color:#ffffffd9;line-height:1.6}.hero-slide-content p{max-width:32ch;margin:0 0 1rem;font-size:.9rem}.hero-dots{z-index:2;gap:.5rem;display:flex;position:absolute;bottom:1.15rem;left:1.25rem}.hero-dots button{background:#ffffff6b;border:none;border-radius:999px;width:12px;height:12px;transition:width .25s,background .25s}.hero-dots button.active{background:var(--gold);width:34px}.hero-slider-controls{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff29;border:1px solid #ffffff3d;border-radius:999px;align-items:center;gap:.45rem;padding:.35rem;display:inline-flex;position:absolute;bottom:1rem;right:1.1rem}.hero-slider-controls button{color:#171717;background:#fff;border:none;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.hero-slider-controls span{text-align:center;min-width:44px;font-size:.78rem;font-weight:800}.hero-panel-card,.page-hero-card,.settings-card,.admin-main-card,.empty-state-card{border-radius:var(--radius-md);padding:1.25rem}.hero-panel-card{background:linear-gradient(180deg, #0e0c0894 0%, #0e0c0847 42%, #0e0c081a 100%), var(--category-bg) center 58% / cover no-repeat, #c98109;color:#fff;isolation:isolate;border-color:#ffffff3d;flex-direction:column;justify-content:flex-start;min-height:430px;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 52px #1a160a2e}.hero-panel-card .eyebrow{color:#ffffffd1}.hero-panel-card h2{color:#fff;text-shadow:0 2px 18px #00000047;margin:.45rem 0 0}.category-quick-grid{z-index:1;grid-template-columns:repeat(2,1fr);gap:.55rem;margin-top:.8rem;display:grid;position:relative}.category-quick-card{text-align:left;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fff3;border:1px solid #ffffff5c;border-radius:14px;flex-direction:column;justify-content:space-between;min-height:74px;padding:.72rem;transition:transform .2s,background .2s,border-color .2s;display:flex;box-shadow:0 14px 30px #00000024}.category-quick-card:hover{background:#ffffff47;border-color:#ffffff85;transform:translateY(-2px)}.category-quick-card strong{text-shadow:0 1px 12px #00000047;font-size:.88rem}.category-quick-card span{color:#ffffffc2;font-size:.72rem}.promo-strip{grid-template-columns:1fr;gap:1rem;margin-top:1rem;display:grid}.promo-card{border-radius:var(--radius-md);min-height:260px;position:relative;overflow:hidden}.promo-card-featured{min-height:380px}.promo-card-featured img{object-position:center 58%}.promo-copy{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(90deg,#171717e6,#171717ad);padding:.75rem 0;position:absolute;inset:auto 0 0;overflow:hidden}.promo-marquee-track{width:max-content;animation:18s linear infinite promo-marquee;display:flex}.promo-marquee-set{align-items:center;gap:.8rem;min-width:max-content;padding-right:2rem;display:inline-flex}.promo-copy h3{color:#fff;white-space:nowrap;margin:0;font-size:.92rem}.promo-copy .eyebrow{color:var(--gold);margin-left:1rem}@keyframes promo-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.promo-marquee-track{animation:none}}.mobile-promo-image{border:1px solid var(--border);width:100%;box-shadow:var(--shadow-sm);border-radius:16px;overflow:hidden}.mobile-promo-image img{width:100%;height:auto;display:block}.mobile-promo-image--between{margin:.5rem 0}.mobile-promo-image--bottom{margin-top:1.5rem}.section-head{flex-direction:column;gap:1rem;margin-bottom:1.2rem;display:flex}.section-head h2{margin:.4rem 0 0;font-size:clamp(1.6rem,4vw,2.2rem)}.filter-chips{flex-wrap:wrap;gap:.6rem;display:flex}.filter-chips button{border:1px solid var(--border);min-height:40px;color:var(--text-soft);background:#fff;border-radius:999px;padding:.55rem .95rem;font-weight:700}.filter-chips button.active{color:var(--gold);background:#171717;border-color:#171717}.results-caption{color:var(--text-soft);margin:0 0 1rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.category-showcase-stack{gap:1rem;display:grid}.category-showcase{border:1px solid var(--border);min-width:0;box-shadow:var(--shadow-sm);background:#ffffffb3;border-radius:22px;padding:.9rem}.category-showcase-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.85rem;display:flex}.category-showcase-head h3{margin:.25rem 0 0;font-size:1.2rem}.category-view-button{white-space:nowrap;min-height:38px;padding:.55rem .85rem}.category-slider-rail{overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;grid-auto-columns:minmax(210px,240px);grid-auto-flow:column;gap:.85rem;padding:0 0 .55rem;display:grid;overflow-x:auto}.category-slider-wrap{min-width:0;padding-inline:2.1rem;position:relative}.category-slider-arrow{z-index:3;border:1px solid var(--border);width:34px;height:34px;color:var(--text);box-shadow:var(--shadow-sm);background:#fffffff5;border-radius:999px;place-items:center;transition:transform .18s,box-shadow .18s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.category-slider-arrow:hover{box-shadow:var(--shadow-md);transform:translateY(-52%)}.category-slider-arrow-left{left:0}.category-slider-arrow-right{right:0}.category-slider-rail{scrollbar-width:none}.category-slider-rail::-webkit-scrollbar{display:none}.category-slider-rail>*{scroll-snap-align:start}.category-slider-rail .product-card{min-height:100%}.category-slider-rail .product-card-media,.category-slider-rail .product-card-image{height:150px}.showcase-promo-grid{display:none}.showcase-promo-card{border:1px solid var(--border);min-height:260px;box-shadow:var(--shadow-sm);background:#171717;border-radius:22px;position:relative;overflow:hidden}.showcase-promo-card img{object-fit:cover;width:100%;height:100%;min-height:260px}.showcase-promo-card div{background:linear-gradient(#0000,#000000b8);padding:1rem;position:absolute;inset:auto 0 0}.showcase-promo-card .eyebrow{color:var(--gold)}.showcase-promo-card h3{color:#fff;margin:.35rem 0 0;font-size:1.1rem;line-height:1.25}.product-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:20px;position:relative;overflow:hidden}.product-badge{z-index:2;color:var(--gold);background:#171717;border-radius:999px;padding:.35rem .6rem;font-size:.68rem;font-weight:800;position:absolute;top:.8rem;left:.8rem}.product-card-media{background:#f8f0da;height:170px;position:relative;overflow:hidden}.product-card-image{background:#f8f0da;height:170px;display:block}.product-card-image img{object-fit:cover;width:100%;height:100%}.product-image-wishlist{z-index:3;color:#171717;background:#fffffff2;border:1px solid #ffffffb8;border-radius:50%;place-items:center;width:42px;height:42px;transition:transform .18s,background .18s,color .18s;display:grid;position:absolute;top:.75rem;right:.75rem;box-shadow:0 10px 22px #0000003d}.product-image-wishlist:hover{transform:translateY(-2px)}.product-image-wishlist.wishlisted{color:#d11d41}.product-card-body{flex-direction:column;gap:.45rem;padding:.95rem;display:flex}.product-card-title{margin:0;font-size:.98rem;line-height:1.35}.product-card-size{color:var(--text-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.78rem;line-height:1.45;display:-webkit-box;overflow:hidden}.product-card-desc,.detail-description,.empty-state-card p,.auth-helper-text,.settings-card p,.admin-auth-card p{color:var(--text-soft)}.product-card-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.84rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card-footer{border-top:1px solid #b8942224;flex-direction:column;gap:.75rem;margin-top:auto;padding-top:.9rem;display:flex}.product-price{flex-direction:column;gap:.2rem;font-weight:800;display:flex}.product-price small{color:var(--text-soft);font-size:.72rem;font-weight:600}.card-actions{align-items:center;gap:.55rem;display:flex}.product-card-actions{grid-template-columns:repeat(2,44px);justify-content:end;gap:.55rem;display:grid}.product-action-button{border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:inline-flex}.product-wishlist-action{border:1px solid var(--border);color:#8d8d8d;background:#fff}.product-wishlist-action.wishlisted{color:#d11d41;background:#fff4f6;border-color:#d11d4138}.product-view-button{border:1px solid var(--border);color:var(--text);background:#fff}.product-cart-button{color:var(--gold);background:#171717;border:none}.btn-icon{border:none;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.btn-icon-outline{border:1px solid var(--border);color:var(--text);background:#fff}.btn-icon-primary{color:var(--gold);background:#171717}.btn-icon-primary.danger{color:#ff8b8b;background:#171717}.empty-state-card{text-align:center;flex-direction:column;align-items:center;gap:.85rem;display:flex}.site-footer{padding:1rem 0 6rem}.footer-grid{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:28px;grid-template-columns:1fr;gap:1rem;padding:1.25rem;display:grid}.footer-grid h4{margin:0 0 .8rem}.footer-grid a,.footer-grid button,.footer-grid span,.footer-brand p{color:var(--text-soft);text-align:left;background:0 0;border:none;margin-bottom:.55rem;padding:0;display:block}.footer-brand-mark{margin-bottom:.8rem}.footer-privacy a{font-weight:700}.back-link{color:var(--text-soft);align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:700;display:inline-flex}.detail-layout{grid-template-columns:1fr;gap:1.2rem;display:grid}.detail-gallery,.detail-copy{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.detail-gallery{padding:1rem}.detail-main-image{aspect-ratio:1;background:#f6efdc;border-radius:20px;overflow:hidden}.detail-main-image img{object-fit:cover;width:100%;height:100%}.detail-thumbs{gap:.7rem;margin-top:.85rem;display:flex;overflow-x:auto}.detail-thumb{border:1px solid var(--border);background:#fff;border-radius:16px;flex:none;width:70px;height:70px;padding:0;overflow:hidden}.detail-thumb.active{border-color:var(--gold)}.detail-thumb img{object-fit:cover;width:100%;height:100%}.detail-copy{padding:1.25rem}.detail-price{color:var(--gold-deep);font-size:1.8rem;font-weight:800}.detail-meta-list{gap:1rem;margin:1.3rem 0;display:grid}.detail-meta-list div{flex-direction:column;gap:.25rem;display:flex}.feature-list{color:var(--text-soft);gap:.55rem;margin:0;padding-left:1.15rem;display:grid}.detail-actions{gap:.8rem;margin-top:1.5rem;display:grid}.auth-page,.admin-auth-page{align-content:start;justify-items:center;min-height:100vh;padding:1rem;display:grid}.auth-card,.admin-auth-card{background:var(--surface);border:1px solid var(--border);width:min(520px,100%);box-shadow:var(--shadow-md);border-radius:28px;padding:1.4rem}.auth-back-link{color:var(--gold-deep);margin-bottom:1rem;font-weight:700;display:inline-flex}.auth-logo-block{text-align:center;margin-bottom:1.2rem}.auth-brand-mark{width:94px;height:94px;margin:0 auto .8rem}.auth-brand-mark .brand-logo{width:86px;height:86px}.auth-logo-block p,.admin-auth-card p{color:var(--text-soft)}.auth-form,.wa-form{gap:1rem;display:grid}.google-auth-button{border:1px solid var(--border);width:100%;min-height:48px;color:var(--text);background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:.65rem;font-weight:800;display:inline-flex;box-shadow:0 10px 24px #1a160a0f}.google-auth-button:disabled{cursor:not-allowed;opacity:.68}.auth-divider{color:var(--text-soft);align-items:center;gap:.75rem;margin:1rem 0;font-size:.82rem;font-weight:700;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.form-grid{grid-template-columns:1fr;gap:1rem;display:grid}.form-group{gap:.45rem;display:grid}.form-group label{color:var(--text-soft);font-size:.86rem;font-weight:700}.form-group textarea{resize:vertical;min-height:130px;padding-top:.85rem}.form-error{color:#bc1c39;margin:0;font-weight:700}.password-field,.field-with-icon,.search-field{position:relative}.password-field input,.field-with-icon input,.search-field input{padding-right:3rem}.password-field button,.field-with-icon svg,.search-field svg{position:absolute;top:50%;transform:translateY(-50%)}.password-field button{color:var(--text-soft);background:0 0;border:none;right:.7rem}.field-with-icon svg,.search-field svg{color:var(--text-soft);left:.9rem}.field-with-icon input,.search-field input{padding-left:2.7rem}.auth-helper-text{text-align:center;margin:1rem 0 0}.auth-helper-text a{color:var(--gold-deep);font-weight:700}.settings-grid,.admin-layout{grid-template-columns:1fr;gap:1rem;display:grid}.settings-card-head,.modal-head,.admin-toolbar,.cart-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.settings-card-head h2,.modal-head h2,.cart-header h3,.admin-product-copy h3{margin:0}.status-pill,.status-banner{border-radius:999px;padding:.55rem .9rem;font-size:.82rem;font-weight:700}.status-pill.success,.status-banner.success{color:#2d6b30;background:#388e3c1f}.status-banner{margin:0 0 1rem;display:inline-flex}.admin-page{width:min(1440px,100% - 1rem);margin:0 auto;padding-top:.65rem;padding-bottom:2rem}.admin-topbar{border:1px solid var(--border);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:.75rem;min-height:56px;margin-bottom:.75rem;padding:.55rem .7rem .55rem .85rem;display:flex}.admin-form-title div,.admin-section-head div{gap:.15rem;display:grid}.admin-topbar strong{font-size:.98rem}.admin-topbar span,.admin-form-title p,.admin-section-head p,.admin-empty-state span{color:var(--text-soft)}.admin-workbench{grid-template-columns:230px minmax(0,1fr);align-items:start;gap:.85rem;display:grid}.admin-sidebar,.admin-main-card,.admin-product-form,.admin-list-panel,.admin-settings-panel{border:1px solid var(--border);background:#fff;border-radius:14px}.admin-sidebar{flex-direction:column;min-height:calc(100vh - 5.2rem);padding:.65rem;display:flex;position:sticky;top:.75rem}.admin-main-card{min-width:0;padding:.85rem}.admin-sidebar-head,.admin-form-title,.admin-section-head,.admin-toolbar{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.admin-sidebar-head{color:var(--text-soft);padding:.2rem .2rem .65rem;font-size:.82rem;font-weight:800}.admin-side-nav{gap:.25rem;display:grid}.admin-side-nav button,.admin-settings-link,.admin-sidebar-logout{width:100%;min-height:44px;color:var(--text);text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;grid-template-columns:22px 1fr auto;align-items:center;gap:.55rem;padding:.55rem .65rem;font-weight:750;display:grid}.admin-side-nav button:hover,.admin-settings-link:hover,.admin-side-nav button.active,.admin-settings-link.active{border-color:var(--border);background:var(--gold-soft)}.admin-side-nav small{color:var(--text-soft);font-weight:800}.admin-settings-link{margin-top:.65rem}.admin-sidebar-logout{color:#a1162c;margin-top:auto}.admin-section-head{align-items:flex-start;margin-bottom:.85rem}.admin-section-head h1,.admin-form-title h2{margin:0}.admin-stat-strip{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;display:flex}.admin-stat-strip span{border:1px solid var(--border);color:var(--text-soft);background:#fff;border-radius:999px;padding:.45rem .65rem;font-size:.78rem;font-weight:800}.admin-entry-grid{grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr);align-items:start;gap:.85rem;display:grid}.admin-product-form,.admin-list-panel,.admin-settings-panel{padding:.85rem}.admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.85rem;display:grid}.admin-settings-panel .admin-form-grid{max-width:720px}.admin-toolbar{margin-bottom:.75rem}.search-field input{border:1px solid var(--border);border-radius:12px;width:100%;min-height:44px}.admin-toolbar .search-field{flex:1}.color-swatch-row,.admin-upload-grid{flex-wrap:wrap;gap:.5rem;display:flex}.color-swatch-row button{border:1px solid var(--border);min-height:36px;color:var(--text-soft);background:#fff;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .65rem;font-size:.8rem;font-weight:800;display:inline-flex}.admin-save-button{width:100%;margin-top:.85rem}.admin-product-list{gap:.6rem;display:grid}.admin-product-card{border:1px solid var(--border);background:#fff;border-radius:12px;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:.7rem;padding:.65rem;display:grid}.admin-product-card img{object-fit:cover;border-radius:10px;width:64px;height:64px}.admin-product-copy{gap:.3rem;display:grid}.admin-product-copy p{color:var(--text-soft);margin:0;font-size:.84rem}.admin-product-copy strong{font-size:.9rem}.admin-product-actions{gap:.5rem;display:flex}.admin-empty-state{border:1px dashed var(--border-strong);background:var(--surface-muted);border-radius:12px;gap:.25rem;padding:1rem;display:grid}.modal-backdrop{z-index:70;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c0a0673;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal-card{background:var(--surface-strong);border:1px solid var(--border);width:min(900px,100%);max-height:calc(100vh - 2rem);box-shadow:var(--shadow-md);border-radius:28px;overflow:auto}.modal-head{border-bottom:1px solid var(--border);background:#fffffff0;padding:1rem 1.1rem;position:sticky;top:0}.span-2{grid-column:span 1}.upload-field{border:1px dashed var(--border-strong);background:var(--surface-muted);min-height:52px;color:var(--text-soft);border-radius:16px;justify-content:center;align-items:center;gap:.55rem;padding:.9rem 1rem;font-weight:700;display:inline-flex}.hidden-input{opacity:0;pointer-events:none;position:absolute;overflow:hidden;width:1px!important;height:1px!important;min-height:1px!important;padding:0!important}.upload-preview,.upload-preview-grid img{object-fit:cover;border:1px solid var(--border);border-radius:16px;width:100%;max-width:180px;height:150px}.upload-preview-grid{flex-wrap:wrap;gap:.7rem;display:flex}.cart-overlay{opacity:0;pointer-events:none;z-index:80;background:#0a0a0a6b;transition:opacity .2s;position:fixed;inset:0}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{width:min(420px,100%);height:100%;box-shadow:var(--shadow-md);background:#fff;flex-direction:column;margin-left:auto;padding:1rem;display:flex}.cart-items{flex:1;gap:.8rem;padding:1rem 0;display:grid;overflow:auto}.cart-item-card{border:1px solid var(--border);border-radius:18px;grid-template-columns:70px 1fr auto;gap:.75rem;padding:.75rem;display:grid}.cart-item-card img{object-fit:cover;border-radius:14px;width:70px;height:70px}.cart-item-copy{gap:.35rem;display:grid}.cart-item-copy span{color:var(--text-soft);font-size:.84rem}.cart-item-meta{flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.cart-remove-button,.qty-button{border:1px solid var(--border);background:#fff;border-radius:12px;place-items:center;width:34px;height:34px;display:grid}.cart-qty-row{align-items:center;gap:.45rem;display:flex}.cart-footer-form{border-top:1px solid var(--border);gap:.85rem;padding-top:1rem;display:grid}.cart-total-row{justify-content:space-between;font-weight:800;display:flex}.cart-empty-state{text-align:center;color:var(--text-soft);padding:1rem 0}.wa-widget-container{z-index:65;position:fixed;bottom:9.2rem;right:1rem}.wa-float-btn{color:#fff;width:58px;height:58px;box-shadow:var(--shadow-md);background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border:none;border-radius:50%;place-items:center;display:grid}.wa-chat-window{border:1px solid var(--border);width:min(370px,100vw - 1.5rem);max-height:min(560px,100vh - 7rem);box-shadow:var(--shadow-md);background:#fff;border-radius:24px;margin-bottom:.55rem;overflow:auto}.wa-chat-header{color:#fff;background:linear-gradient(135deg,#132016 0%,#128c7e 100%);justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 1rem;display:flex}.wa-chat-header h4,.wa-chat-header p{margin:0}.wa-chat-header p{color:#ffffffc7;margin-top:.18rem;font-size:.86rem}.wa-status{color:#ffffffe0;align-items:center;gap:.35rem;margin-bottom:.38rem;font-size:.75rem;font-weight:800;display:inline-flex}.wa-close-btn{color:#fff;background:0 0;border:none}.wa-contact-row{border-bottom:1px solid var(--border);background:#f7fbf8;align-items:center;gap:.75rem;padding:.75rem .9rem;display:flex}.wa-contact-row>svg{color:#128c7e;background:#25d3661f;border-radius:50%;width:34px;height:34px;padding:.55rem}.wa-contact-row span,.wa-contact-row strong{display:block}.wa-contact-row span{color:var(--text-soft);font-size:.78rem;font-weight:700}.wa-form{gap:.75rem;padding:.85rem;display:grid}.wa-quick-list{gap:.4rem;display:grid}.wa-quick-list button{border:1px solid var(--border);min-height:36px;color:var(--text);text-align:left;background:#fff;border-radius:12px;padding:.5rem .65rem;font-weight:700}.wa-quick-list button.active{color:#0f6d62;background:#25d3661a;border-color:#128c7e6b}.wa-submit-button{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-height:44px;font-weight:700;display:inline-flex}.wa-cancel-button{border:1px solid var(--border);width:42px;height:42px;color:var(--text-soft);box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;place-items:center;margin:0 auto .65rem;display:grid}@media (width>=768px){.container{width:min(1220px,100% - 2rem)}.site-main{padding-top:1.2rem}.hero-slider-card{min-height:470px}.hero-slide-content{padding:1.8rem 1.8rem 1.6rem}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.promo-strip,.footer-grid,.settings-grid,.admin-layout,.admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-layout{grid-template-columns:1.05fr .95fr}.detail-actions,.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.span-2{grid-column:span 2}.admin-toolbar{flex-direction:row}}@media (width<=1100px){.admin-workbench{grid-template-columns:1fr}.admin-entry-grid{flex-direction:column;display:flex}.admin-sidebar{min-height:auto;position:static}.admin-side-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-sidebar-logout{margin-top:.65rem}}@media (width>=1024px){.container{width:min(1320px,100% - 2rem)}.site-main{padding-top:.7rem}.mobile-bottom-nav{display:none}.call-fab{bottom:1.25rem}.wa-widget-container{bottom:1.25rem;right:5.4rem}.site-header{padding:.3rem 0}.site-header-shell{gap:.35rem}.site-header-top,.site-nav-row{border-radius:16px}.site-header-top{padding:.45rem .65rem}.brand-lockup{gap:.6rem}.brand-mark{border-radius:16px;width:60px;height:60px}.brand-logo{width:54px;height:54px}.brand-copy strong{font-size:1rem}.brand-copy span{font-size:.76rem}.header-search{flex:320px;order:initial;width:auto;max-width:430px;margin:0 .5rem 0 auto}.header-search input{border-radius:999px;min-height:40px;padding-top:.56rem;padding-bottom:.56rem}.header-action-button{border-radius:999px;min-height:38px;padding:.48rem .7rem}.site-nav-row{padding:.35rem .75rem;display:block}.site-nav-links{flex-flow:wrap;justify-content:center;align-items:center;gap:.3rem}.site-nav-links a,.site-nav-links button{min-height:34px;color:var(--text-soft);border-radius:999px;padding:.35rem .8rem;font-size:.9rem;transition:background .18s,color .18s}.site-nav-links a:hover,.site-nav-links button:hover{background:var(--gold-soft);color:var(--text)}.desktop-store-frame{grid-template-columns:175px minmax(0,1fr) 196px;gap:.85rem}.desktop-left-categories{z-index:300;align-self:start;gap:.8rem;display:grid;position:sticky;top:7rem}.mobile-promo-image{display:none}.left-sidebar-promo-image{background:#111;border-radius:16px;width:100%;overflow:hidden}.left-sidebar-promo-image img{object-fit:cover;object-position:center top;aspect-ratio:3/4;width:100%;display:block}.desktop-left-categories,.right-product-stack{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:16px;padding:0;overflow:visible}.desktop-left-categories h2{margin:.3rem 0 0;font-size:.9rem;line-height:1.2}.desktop-left-categories>.eyebrow,.desktop-left-categories>h2{padding-left:.85rem}.desktop-left-categories>.eyebrow{padding-top:.85rem}.desktop-left-categories>h2{border-bottom:1px solid var(--border);padding-bottom:.5rem}.left-sidebar-search{margin:.75rem .75rem 0}.desktop-category-list{flex-direction:column;gap:0;display:flex}.desktop-category-list button{border:none;border-bottom:1px solid var(--border);text-align:left;min-height:42px;color:var(--text);background:0 0;border-radius:0;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.65rem .85rem;font-size:.85rem;font-weight:700;transition:background .15s;display:flex}.desktop-category-list button:last-child{border-bottom:none}.desktop-category-list button:hover{background:var(--gold-soft)}.desktop-category-list button.active{color:#fff;background:#171717}.desktop-category-list span{color:var(--text-soft);font-size:.72rem;font-weight:500}.desktop-category-list button.active span{color:#ffffffa6}.home-hero{grid-template-columns:minmax(0,1fr) 230px;align-items:stretch}.hero-slider-card{border-radius:22px;min-height:380px}.hero-slide-content{padding:1.35rem}.hero-slide-content h1{font-size:clamp(2rem,3.7vw,3rem)}.hero-side-panel{min-width:0}.hero-panel-card{background-position:50% 52%;border-radius:22px;justify-content:space-between;min-height:380px;padding:1rem}.category-quick-grid{grid-template-columns:1fr;max-width:none;margin-top:1rem}.category-quick-card{min-height:76px}.promo-strip{grid-template-columns:1fr}.promo-card,.promo-card-featured{min-height:250px}.section-head{flex-direction:row;justify-content:space-between;align-items:end}.category-slider-rail{grid-auto-columns:minmax(214px,236px)}.showcase-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.showcase-promo-card,.showcase-promo-card img{min-height:320px}.showcase-promo-card:first-child img{object-position:center top}.right-visual-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#171717;border-radius:20px;overflow:hidden}.right-visual-card img{aspect-ratio:4/4.7;object-fit:cover;object-position:center top;width:100%}.right-product-stack{gap:.6rem}.right-product-card{background:#fff;border:1px solid #b8942224;border-radius:14px;grid-template-columns:52px 1fr;align-items:center;gap:.55rem;padding:.5rem;display:grid}.right-product-card img{object-fit:cover;border-radius:12px;width:52px;height:52px}.right-product-card strong,.right-product-card small{display:block}.right-product-card strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.25;display:-webkit-box;overflow:hidden}.right-product-card small{color:var(--gold-deep);margin-top:.2rem;font-size:.72rem;font-weight:800}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-grid{border-radius:22px;grid-template-columns:1fr 1fr .85fr 1.35fr;align-items:start;padding:1rem 1.1rem}.site-footer .brand-mark{border-radius:24px;width:138px;height:138px}.site-footer .brand-logo{width:128px;height:128px}.settings-grid{grid-template-columns:1.4fr .8fr}.admin-layout{grid-template-columns:1.35fr .85fr}.admin-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=520px){.brand-copy span,.header-action-label{display:none}.brand-copy strong{font-size:.95rem}.brand-mark{border-radius:14px;width:48px;height:48px}.brand-logo{width:43px;height:43px}.site-header-top{align-items:flex-start;padding:.5rem .65rem}.site-header-actions{gap:.3rem}.header-action-button{min-width:44px;min-height:40px;padding:.4rem .6rem;font-size:.75rem}.commerce-hero-copy{padding:2.5rem 1rem 1.5rem}.commerce-hero-copy h1{font-size:clamp(2rem,12vw,3.2rem);line-height:1}.commerce-hero-copy>p:not(.commerce-hero-kicker){font-size:.9rem;line-height:1.55}.commerce-hero-kicker{margin-bottom:.75rem;font-size:.7rem}.commerce-hero-product{min-height:280px}.commerce-hero-actions{gap:.75rem;margin-top:1.25rem}.commerce-hero-actions .btn-primary{min-height:44px;padding:.6rem 1rem;font-size:.9rem}.commerce-text-link{padding:.45rem 0;font-size:.85rem}.hero-slider-card{min-height:320px}.admin-page{width:min(100% - .75rem,1440px)}.admin-topbar,.admin-section-head,.admin-form-title,.admin-toolbar{flex-direction:column;align-items:stretch}.admin-side-nav,.admin-form-grid{grid-template-columns:1fr}.admin-product-card{grid-template-columns:58px minmax(0,1fr)}.admin-product-card img{width:58px;height:58px}.admin-product-actions{grid-column:1/-1;justify-content:flex-end}}.nav-cat-wrap{position:relative}.nav-cat-trigger{min-height:34px;color:var(--text-soft);background:0 0;border:none;border-radius:999px;align-items:center;gap:.32rem;padding:.35rem .8rem;font-size:.9rem;font-weight:700;transition:background .18s,color .18s;display:inline-flex}.nav-cat-trigger:hover{background:var(--gold-soft);color:var(--text)}.nav-cat-chevron{flex-shrink:0;transition:transform .22s}.nav-cat-chevron.open{transform:rotate(180deg)}.nav-cat-dropdown{z-index:200;background:var(--surface-strong);border:1px solid var(--border);width:300px;box-shadow:var(--shadow-md);border-radius:20px;animation:.18s dropdown-appear;position:absolute;top:calc(100% + .5rem);left:50%;overflow:hidden;transform:translate(-50%)}@keyframes dropdown-appear{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes fade-slide-down{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nav-cat-view-all{width:100%;color:var(--gold);text-align:left;background:linear-gradient(135deg,#171717,#2a200a);border:none;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.85rem;font-weight:800;display:flex}.nav-cat-items{gap:.3rem;max-height:320px;padding:.5rem;display:grid;overflow-y:auto}.nav-cat-item{border:1px solid #0000;border-radius:14px;grid-template-columns:44px 1fr;align-items:center;gap:.6rem;padding:.5rem;transition:background .16s,border-color .16s;display:grid}.nav-cat-item:hover{background:var(--surface-muted);border-color:var(--border)}.nav-cat-item img{object-fit:cover;border:1px solid var(--border);border-radius:10px;width:44px;height:44px}.nav-cat-item span{flex-direction:column;gap:.15rem;min-width:0;display:flex}.nav-cat-item strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.25;display:-webkit-box;overflow:hidden}.nav-cat-item small{color:var(--gold-deep);font-size:.72rem;font-weight:800}.left-sidebar-search{margin-bottom:.85rem;position:relative}.left-sidebar-search input{border:1px solid var(--border);width:100%;min-height:36px;color:var(--text);background:#fff;border-radius:999px;outline:none;padding:.5rem 2.2rem .5rem .75rem;font-size:.82rem;transition:border-color .18s,box-shadow .18s}.left-sidebar-search input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #d4af3724}.left-sidebar-search svg{color:var(--text-soft);pointer-events:none;position:absolute;top:50%;right:.65rem;transform:translateY(-50%)}.left-cat-dropdown{flex-direction:column;display:flex;position:relative}.left-cat-trigger{border:none;border-bottom:1px solid var(--border);min-height:42px;color:var(--text);text-align:left;background:0 0;border-radius:0;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.65rem .85rem;font-size:.85rem;font-weight:700;transition:background .15s;display:flex}.left-cat-trigger:hover{background:var(--gold-soft)}.left-cat-trigger.active{color:#fff;background:#171717}.left-cat-info{flex-direction:row;align-items:center;gap:.5rem;min-width:0;display:flex}.left-cat-info strong{font-size:.85rem;font-weight:700}.left-cat-info span{color:var(--text-soft);font-size:.72rem;font-weight:500}.left-cat-trigger.active .left-cat-info span{color:#ffffffa6}.left-cat-chevron{flex-shrink:0;transition:transform .22s}.left-cat-chevron.open{transform:translate(3px)}.left-cat-menu{z-index:100;border:1px solid var(--border);width:280px;box-shadow:var(--shadow-md);background:#fff;border-radius:14px;margin-left:.5rem;animation:.18s fade-slide-down;position:absolute;top:0;left:100%;overflow:hidden}.left-cat-menu-all{background:var(--gold-soft);width:100%;color:var(--gold-deep);text-align:left;border:none;border-bottom:1px solid var(--border);align-items:center;gap:.4rem;padding:.6rem .75rem;font-size:.78rem;font-weight:800;display:flex}.left-cat-menu-item{border-bottom:1px solid #b894221a;grid-template-columns:36px 1fr;align-items:center;gap:.5rem;padding:.5rem .65rem;transition:background .15s;display:grid}.left-cat-menu-item:last-child{border-bottom:none}.left-cat-menu-item:hover{background:var(--surface-muted)}.left-cat-menu-item img{object-fit:cover;border:1px solid var(--border);border-radius:8px;width:36px;height:36px}.left-cat-menu-item>span{flex-direction:column;gap:.1rem;min-width:0;display:flex}.left-cat-menu-item strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.25;display:-webkit-box;overflow:hidden}.left-cat-menu-item small{color:var(--gold-deep);font-size:.68rem;font-weight:800}.mobile-hamburger-menu{display:none}@media (width<=1023px){.mobile-hamburger-menu{display:block;position:relative}.mobile-hamburger-toggle{border:1px solid var(--border);min-height:40px;color:var(--text);box-shadow:var(--shadow-sm);background:#fff;border-radius:999px;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;margin:.3rem 0;padding:.5rem .9rem;font-size:.88rem;font-weight:700;display:inline-flex}.mobile-hamburger-dropdown{z-index:200;background:var(--surface-strong);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:20px;max-height:70vh;animation:.18s fade-slide-down;position:absolute;top:calc(100% + .25rem);left:0;right:0;overflow:hidden auto}.mobile-ham-item{border:none;border-bottom:1px solid var(--border);text-align:left;width:100%;color:var(--text);background:0 0;padding:.85rem 1rem;font-weight:700}.mobile-ham-item:hover{background:var(--gold-soft)}.mobile-ham-cat{border-bottom:1px solid var(--border)}.mobile-ham-cat:last-child{border-bottom:none}.mobile-ham-cat-trigger{text-align:left;width:100%;color:var(--text);background:0 0;border:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.85rem 1rem;font-weight:700;display:flex}.mobile-ham-cat-trigger:hover{background:var(--gold-soft)}.mobile-ham-chevron{flex-shrink:0;transition:transform .22s}.mobile-ham-chevron.open{transform:rotate(180deg)}.mobile-ham-sublist{background:var(--surface-muted);border-top:1px solid var(--border);gap:.25rem;padding:.4rem;animation:.16s fade-slide-down;display:grid}.mobile-ham-sub-all{width:100%;color:var(--gold);text-align:left;background:linear-gradient(135deg,#171717,#2a200a);border:none;border-radius:12px;margin-bottom:.25rem;padding:.6rem .75rem;font-size:.82rem;font-weight:800}.mobile-ham-product{border:1px solid #0000;border-radius:12px;grid-template-columns:40px 1fr;align-items:center;gap:.55rem;padding:.5rem .65rem;transition:background .15s;display:grid}.mobile-ham-product:hover{border-color:var(--border);background:#fffc}.mobile-ham-product img{object-fit:cover;border:1px solid var(--border);border-radius:9px;width:40px;height:40px}.mobile-ham-product span{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}}.desktop-right-showcase{flex-direction:column;gap:.8rem;display:none}@media (width>=1024px){.desktop-right-showcase{align-self:start;display:flex;position:sticky;top:7rem}}.admin-mobile-bottom-nav{display:none}.bottom-nav-item{flex:1;display:flex;position:relative}.admin-phone-dropup{border:1px solid var(--border);box-shadow:var(--shadow-md);z-index:1000;background:#fff;border-radius:12px;flex-direction:column;min-width:160px;margin-bottom:.5rem;display:flex;position:absolute;bottom:100%;left:50%;overflow:hidden;transform:translate(-50%)}.admin-phone-dropup button{border:none;border-bottom:1px solid var(--border);color:var(--text);text-align:left;background:0 0;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;display:flex}.admin-phone-dropup button:last-child{border-bottom:none}.admin-phone-dropup button:hover{background:var(--surface-muted)}@media (width<=768px){.admin-sidebar{display:none!important}.admin-mobile-bottom-nav{border-top:1px solid var(--border);z-index:900;background:#fff;justify-content:space-around;height:64px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #0000000d}.bottom-nav-btn{color:var(--text-soft);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.2rem;width:100%;font-size:.65rem;font-weight:600;display:flex}.bottom-nav-btn.active{color:var(--gold-deep)}.admin-page{padding-bottom:80px}}.admin-phone-hover-group{position:relative}.admin-phone-side-flyout{z-index:500;opacity:0;pointer-events:none;background:0 0;padding-left:.4rem;transition:opacity .18s,transform .18s;position:absolute;top:0;left:100%;transform:translate(-8px)}.admin-phone-side-flyout-inner{border:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;border-radius:12px;flex-direction:column;min-width:170px;display:flex;overflow:hidden}.admin-phone-hover-group:hover .admin-phone-side-flyout{opacity:1;pointer-events:all;transform:translate(0)}.admin-phone-side-flyout-inner button{border:none;border-bottom:1px solid var(--border);color:var(--text);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:.6rem;width:100%;padding:.75rem 1rem;font-size:.85rem;font-weight:600;display:flex}.admin-phone-side-flyout-inner button:last-child{border-bottom:none}.reference-home{color:var(--text);margin-top:-.7rem}.store-announcement{color:#fff;background:#101923;justify-content:center;align-items:center;gap:.85rem;min-height:32px;padding:.42rem 1rem;font-size:.76rem;display:flex}.store-announcement span{color:#ff9257;letter-spacing:.08em;text-transform:uppercase;font-weight:800}.store-announcement strong{font-weight:500}.site-header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff7;padding:0}.site-header-shell{gap:0}.site-header-top,.site-nav-row{box-shadow:none;background:0 0;border:0;border-radius:0}.site-header-top{min-height:84px;padding:.65rem 0}.brand-mark{border:0;border-radius:0}.header-action-button{background:0 0;border:0;border-radius:8px}.header-action-button:hover,.header-action-button.active{background:var(--gold-soft)}.header-search input{background:0 0;border-width:0 0 1px;border-radius:0}.site-nav-row{border-top:1px solid var(--border);padding:.25rem 0}.commerce-hero{background:radial-gradient(circle at 88% 18%,#e46f2f29,#0000 28%),#e8edf3;position:relative;overflow:hidden}.commerce-hero:before{content:"";background:var(--gold);width:9px;position:absolute;inset:0 auto 0 0}.commerce-hero-layout{grid-template-columns:1fr 1fr;align-items:stretch;gap:0;min-height:530px;display:grid}.commerce-hero-shopping{border-radius:0;position:relative;overflow:hidden}.commerce-hero-shopping img{object-fit:cover;object-position:center bottom;width:100%;height:100%}.commerce-hero-shopping:after{content:"Shop Now";color:#fff;cursor:pointer;background:#000000b3;border-radius:4px;padding:.8rem 1.5rem;font-size:.95rem;font-weight:700;transition:background .2s;position:absolute;bottom:2rem;left:2rem}.commerce-hero-shopping:hover:after{background:#000000e6}.commerce-hero-right{flex-direction:column;gap:0;display:flex;position:relative}.commerce-hero-copy{align-self:center;padding:4.5rem 3rem 5.5rem 0;animation:.6s cubic-bezier(.22,1,.36,1) both retail-copy-in}.commerce-hero-kicker{color:var(--gold-deep);letter-spacing:.11em;text-transform:uppercase;margin:0 0 1rem;font-size:.8rem;font-weight:800}.commerce-hero-copy h1{letter-spacing:-.04em;text-wrap:balance;max-width:10ch;margin:0;font-size:clamp(3.2rem,6vw,5.8rem);line-height:.92}.commerce-hero-copy>p:not(.commerce-hero-kicker){color:#465466;max-width:52ch;margin:1.5rem 0 0;font-size:1.05rem;line-height:1.7}.commerce-hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.75rem;display:flex}.commerce-hero-actions .btn-primary{background:#101923;border-radius:8px;min-height:52px}.commerce-text-link{border-bottom:1px solid var(--text);align-items:center;gap:.45rem;padding:.6rem 0;font-weight:700;display:inline-flex}.commerce-hero-product{color:#fff;background:#111820;border-radius:0;min-width:0;animation:.75s cubic-bezier(.22,1,.36,1) 80ms both retail-image-in;display:block;position:relative;overflow:hidden}.commerce-hero-product:before{content:"Compare";background:var(--gold);color:#000;cursor:pointer;z-index:2;border-radius:4px;padding:.8rem 1.5rem;font-size:.95rem;font-weight:700;transition:background .2s;position:absolute;bottom:2rem;right:2rem}.commerce-hero-product:hover:before{background:#ffb233}.commerce-hero-image,.commerce-hero-image img{width:100%;height:100%}.commerce-hero-image img{object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.commerce-hero-product:hover .commerce-hero-image img{transform:scale(1.025)}.commerce-hero-product:after{content:"";background:linear-gradient(#0000 40%,#090e14e0 100%);position:absolute;inset:0}.commerce-hero-product-copy{z-index:1;grid-template-columns:1fr auto;align-items:end;gap:.35rem 1rem;display:grid;position:absolute;bottom:2rem;left:2rem;right:2rem}.commerce-hero-product-copy span{color:#ff9257;letter-spacing:.08em;text-transform:uppercase;grid-column:1/-1;font-size:.76rem;font-weight:800}.commerce-hero-product-copy strong{font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.15}.commerce-hero-product-copy b{white-space:nowrap;font-size:1.05rem}.trust-bar-wrap{z-index:2;margin-top:-34px;position:relative}.trust-bar{color:#fff;background:#101923;grid-template-columns:repeat(3,1fr);gap:1.5rem;min-height:118px;padding:1.5rem 2rem;display:grid;box-shadow:0 8px #1019231f}.trust-bar article{align-items:center;gap:1rem;display:flex}.trust-bar article+article{border-left:1px solid #ffffff24;padding-left:1.5rem}.trust-bar svg{color:#ff9257;stroke-width:1.5px;flex:none;width:36px;height:36px}.trust-bar strong,.trust-bar span{display:block}.trust-bar strong{margin-bottom:.3rem;font-size:1rem}.trust-bar span{color:#bfc8d2;font-size:.82rem;line-height:1.4}.collection-stage{color:#fff;background:#17212c;padding:7rem 0 6rem}.collection-stage-heading{text-align:center;max-width:720px;margin:0 auto 5rem}.collection-stage-heading p,.retail-section-head p,.store-belief p{color:var(--gold);margin:0 0 .75rem;font-size:.9rem;font-weight:700}.collection-stage-heading h2,.retail-section-head h2,.store-belief h2{letter-spacing:-.035em;text-wrap:balance;margin:0;font-size:clamp(2rem,4vw,3.8rem);line-height:1.05}.collection-feature-list{gap:5.5rem;display:grid}.collection-feature{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);align-items:center;gap:clamp(2rem,6vw,6rem);display:grid}.collection-feature-reverse .collection-feature-media{order:2}.collection-feature-media{background:#0e151d;height:430px;overflow:hidden}.collection-feature-media img{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.22,1,.36,1)}.collection-feature:hover .collection-feature-media img{transform:scale(1.025)}.collection-feature-copy{max-width:520px}.collection-feature-copy>span{color:#ff9257;font-size:.82rem;font-weight:700}.collection-feature-copy h3{letter-spacing:-.04em;margin:.65rem 0;font-size:clamp(2.7rem,5vw,5.5rem);line-height:.95}.collection-feature-copy strong{color:#fff;font-size:1.2rem;display:block}.collection-feature-copy p{color:#bfc8d2;max-width:52ch;margin:1rem 0 1.5rem;line-height:1.7}.collection-feature-copy button,.retail-section-head>button,.catalog-empty-state button{background:var(--gold);color:#101923;border:0;border-radius:6px;justify-content:center;align-items:center;gap:.55rem;min-height:48px;padding:.75rem 1.1rem;font-weight:800;display:inline-flex}.new-arrivals-section{background:#fff;padding:6rem 0}.retail-section-head{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem;display:flex}.retail-section-head h2{color:var(--text)}.retail-section-head>button{border-bottom:1px solid var(--text);background:0 0;border-radius:0;min-height:auto;padding:.6rem 0}.new-arrivals-grid,.catalog-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}.reference-home .product-card{border:1px solid var(--border);box-shadow:none;background:#fff;border-radius:12px}.reference-home .product-card-media,.reference-home .product-card-image{background:#e9edf2;height:260px}.reference-home .product-card-image img{transition:transform .5s cubic-bezier(.22,1,.36,1)}.reference-home .product-card:hover .product-card-image img{transform:scale(1.035)}.reference-home .product-badge{color:#ff9257;background:#101923;border-radius:4px}.reference-home .product-image-wishlist{border:0;box-shadow:0 3px 8px #1019231f}.reference-home .product-card-footer{border-color:var(--border);flex-direction:row;justify-content:space-between;align-items:center}.reference-home .product-action-button{border-radius:8px}.store-belief{background:var(--gold);color:#101923;text-align:center;padding:5.5rem 0}.store-belief-inner{max-width:900px}.store-belief p{color:#733415}.store-belief span{max-width:68ch;margin:1.4rem auto 0;font-size:1.05rem;line-height:1.7;display:block}.catalog-section{background:#edf1f5;padding:6rem 0 7rem;scroll-margin-top:150px}.catalog-heading{align-items:center}.catalog-filter-chips{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;display:flex}.catalog-filter-chips button{border:1px solid var(--border-strong);min-height:40px;color:var(--text);background:0 0;border-radius:6px;padding:.55rem .9rem;font-weight:700}.catalog-filter-chips button.active{color:#fff;background:#101923;border-color:#101923}.catalog-empty-state{text-align:center;background:#fff;padding:4rem 1rem}.catalog-empty-state h3,.catalog-empty-state p{margin-top:0}.catalog-load-more{flex-direction:column;align-items:center;gap:.75rem;margin-top:2.5rem;display:flex}.catalog-load-more .btn-outline{justify-content:center;min-width:220px}.catalog-load-more span{color:var(--text-soft);font-size:.85rem}.site-footer{color:#fff;background:#101923;padding:0}.footer-grid{box-shadow:none;background:0 0;border:0;border-radius:0;padding:4rem 0}.footer-grid a,.footer-grid button,.footer-grid span,.footer-brand p{color:#bfc8d2}@keyframes retail-copy-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes retail-image-in{0%{opacity:0;clip-path:inset(0 0 0 12%)}to{opacity:1;clip-path:inset(0)}}@media (width>=1024px){.site-header-top{padding:.65rem 0}.site-header-top .header-search{max-width:500px}.site-nav-links a,.site-nav-links button{border-radius:6px}.footer-grid{grid-template-columns:1.1fr .8fr .8fr 1.3fr}}@media (width<=1023px){.commerce-hero-layout{grid-template-columns:1fr;gap:0;min-height:auto}.commerce-hero-shopping{border-radius:0;min-height:400px}.commerce-hero-shopping:after{bottom:1.5rem;left:1.5rem}.commerce-hero-right{flex-direction:column}.commerce-hero-copy{padding:2rem 1.5rem 0}.commerce-hero-product{border-radius:0;min-height:360px}.commerce-hero-product:before{bottom:1.5rem;right:1.5rem}.trust-bar-wrap{width:100%;margin-top:0}.collection-feature,.collection-feature-reverse{grid-template-columns:1fr 1fr;gap:2.5rem}.new-arrivals-grid,.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=719px){.store-announcement{justify-content:space-between;font-size:.68rem}.store-announcement strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.site-header-top{min-height:72px;padding:.45rem 0}.brand-copy span,.header-action-label{display:none}.site-header-actions{gap:.15rem}.site-header-top .header-search{padding-bottom:.45rem}.commerce-hero-layout{gap:0}.commerce-hero-shopping{border-radius:0;min-height:300px}.commerce-hero-shopping:after{padding:.7rem 1.2rem;font-size:.85rem;bottom:1rem;left:1rem}.commerce-hero-copy{padding:2rem 1.25rem 1rem}.commerce-hero-copy h1{max-width:none;font-size:clamp(2.4rem,13vw,3.8rem)}.commerce-hero-copy>p:not(.commerce-hero-kicker){font-size:.95rem;line-height:1.6}.commerce-hero-product{min-height:280px}.commerce-hero-product-copy{grid-template-columns:1fr;bottom:1.25rem;left:1.25rem;right:1.25rem}.trust-bar{grid-template-columns:1fr;gap:1rem;padding:1.3rem}.trust-bar article+article{border-top:1px solid #ffffff24;border-left:0;padding:1rem 0 0}.collection-stage,.new-arrivals-section,.catalog-section{padding:4rem 0}.collection-stage-heading{text-align:left;margin-bottom:3rem}.collection-feature-list{gap:4rem}.collection-feature,.collection-feature-reverse{grid-template-columns:1fr;gap:1.5rem}.collection-feature-reverse .collection-feature-media{order:0}.collection-feature-media{height:330px}.collection-feature-copy h3{font-size:3.2rem}.retail-section-head,.catalog-heading{flex-direction:column;align-items:flex-start;gap:1.25rem}.catalog-filter-chips{justify-content:flex-start}.new-arrivals-grid,.catalog-product-grid{grid-template-columns:1fr}.reference-home .product-card-media,.reference-home .product-card-image{height:300px}.store-belief{padding:4.5rem 0}.footer-grid{padding:3rem 0 6rem}}@media (prefers-reduced-motion:reduce){.commerce-hero-copy,.commerce-hero-product{animation:none}.commerce-hero-image img,.collection-feature-media img,.reference-home .product-card-image img{transition:none}}.admin-auth-page{background:#101923;border-radius:14px;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);align-content:stretch;justify-items:stretch;width:min(1240px,100% - 2rem);min-height:calc(100vh - 1.4rem);margin:0 auto;padding:0;display:grid;overflow:hidden}.site-main:has(.admin-auth-page){padding:.5rem 0}.admin-auth-story{background:var(--gold);min-height:0;position:relative;overflow:hidden}.admin-auth-story>img{object-fit:cover;object-position:center 62%;width:100%;height:100%;position:absolute;inset:0}.admin-auth-story:after{content:"";background:linear-gradient(#1019230a 44%,#101923eb 100%);position:absolute;inset:0}.admin-auth-story-copy{z-index:1;color:#fff;position:absolute;bottom:2.5rem;left:2.5rem;right:2.5rem}.admin-auth-logo{object-fit:contain;background:#fff;border-radius:8px;width:72px;height:72px;margin-bottom:1.25rem}.admin-auth-story-copy>span,.admin-auth-heading>span{color:#ff9257;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:800}.admin-auth-story-copy h1{letter-spacing:-.04em;max-width:11ch;margin:.55rem 0 .75rem;font-size:3.4rem;line-height:.98}.admin-auth-story-copy p{color:#d5dce4;max-width:48ch;margin:0;line-height:1.6}.admin-auth-card{width:auto;box-shadow:none;color:#fff;background:#101923;border:0;border-radius:0;max-height:100%;margin:auto;padding:clamp(2rem,6vw,4.5rem);overflow-y:auto}.admin-auth-heading h2{letter-spacing:-.035em;margin:.65rem 0 0;font-size:2.25rem}.admin-auth-card>p{color:#bfc8d2;max-width:42ch;margin:1rem 0 1.75rem;line-height:1.6}.admin-auth-card .form-group label{color:#dce2e8}.admin-auth-card .form-group input{color:#fff;background:#1a2632;border-color:#ffffff2e;border-radius:8px;min-height:50px}.admin-auth-card .form-group input::placeholder{color:#9aa7b5}.admin-auth-card .form-group input:focus{outline:2px solid var(--gold);outline-offset:2px}.admin-auth-card .btn-primary{background:var(--gold);color:#101923;border-radius:8px;min-height:52px}.admin-page{background:#edf1f5;width:100%;min-height:calc(100vh - 1.4rem);margin:0;padding:0 0 2rem}.admin-topbar{z-index:40;min-height:78px;box-shadow:0 1px 0 var(--border);background:#fff;border:0;border-radius:0;margin:0;padding:.7rem clamp(1rem,3vw,2.25rem);position:sticky;top:0}.admin-brand-lockup,.admin-topbar-actions,.admin-session-badge{align-items:center;display:flex}.admin-brand-lockup{gap:.8rem}.admin-brand-mark{background:#f2f4f7;border-radius:8px;place-items:center;width:52px;height:52px;display:grid;overflow:hidden}.admin-brand-mark img{object-fit:contain;width:48px;height:48px}.admin-brand-lockup>div{gap:.1rem;display:grid}.admin-brand-lockup strong{font-size:1rem}.admin-brand-lockup span,.admin-topbar span{color:#596678;font-size:.78rem}.admin-topbar-actions{gap:.45rem}.admin-session-badge{background:#e8f2ec;border-radius:6px;gap:.4rem;margin-right:.35rem;padding:.45rem .65rem;font-weight:700;color:#24643f!important}.admin-topbar .btn-icon{background:#f2f4f7;border-radius:8px}.admin-workbench{grid-template-columns:240px minmax(0,1fr);gap:1.25rem;width:min(1480px,100% - 2rem);margin:1.25rem auto 0}.admin-sidebar{color:#fff;background:#101923;border:0;border-radius:12px;min-height:calc(100vh - 7.5rem);padding:.8rem;top:6rem}.admin-sidebar-head{color:#8997a7;letter-spacing:.08em;text-transform:uppercase;padding:.5rem .55rem .9rem;font-size:.72rem}.admin-side-nav{gap:.3rem}.admin-side-nav button,.admin-settings-link,.admin-sidebar-logout{color:#dce2e8;border:0;border-radius:7px;min-height:46px;font-weight:650}.admin-side-nav button:hover,.admin-settings-link:hover{color:#fff;background:#1d2a37}.admin-side-nav button.active,.admin-settings-link.active{background:var(--gold);color:#101923}.admin-side-nav small{color:#8997a7}.admin-side-nav button.active small{color:#57270e}.admin-side-nav .admin-add-category{color:#ff9257;border:1px dashed #ffffff40;margin-top:.7rem}.admin-phone-side-flyout{padding-left:.55rem}.admin-phone-side-flyout-inner{background:#17232f;border:1px solid #293846;border-radius:8px;min-width:190px;box-shadow:0 8px 8px #080d1240}.admin-phone-side-flyout-inner button{color:#dce2e8;background:0 0;border-color:#293846}.admin-phone-side-flyout-inner button:hover,.admin-phone-side-flyout-inner button.active{background:var(--gold);color:#101923}.admin-main-card{background:0 0;border:0;border-radius:0;padding:0}.admin-section-head{align-items:center;min-height:92px;margin-bottom:1rem;padding:.25rem 0}.admin-section-head h1{letter-spacing:-.035em;font-size:2rem;line-height:1.05}.admin-section-head p{color:#596678;margin:.35rem 0 0}.admin-stat-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);gap:0;padding:.7rem 0}.admin-stat-strip span{color:#596678;background:0 0;border:0;border-radius:0;padding:.1rem .9rem;font-weight:600}.admin-stat-strip span+span{border-left:1px solid var(--border)}.admin-stat-strip b{color:#101923}.admin-entry-grid{grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr);gap:1.25rem}.admin-product-form,.admin-list-panel,.admin-settings-panel{border:1px solid var(--border);background:#fff;border-radius:12px;padding:1.15rem}.admin-product-form{position:sticky;top:6.25rem}.admin-list-panel-wide{grid-column:1/-1}.admin-form-title{border-bottom:1px solid var(--border);padding-bottom:.9rem}.admin-form-title .btn-outline{border-radius:7px;min-height:38px}.admin-form-grid{gap:.85rem}.admin-page .form-group label{color:#3f4b5a;font-size:.8rem}.admin-page .form-group input,.admin-page .form-group select,.admin-page .form-group textarea,.admin-page .field-with-icon input,.admin-page .search-field input{background:#fff;border-color:#cfd6de;border-radius:7px;min-height:44px}.admin-page .form-group input:focus,.admin-page .form-group textarea:focus,.admin-page .search-field input:focus{border-color:var(--gold);outline:2px solid #e46f2f47}.color-swatch-row button{border-radius:6px;min-height:34px;font-weight:700}.color-swatch-row button.active{border-color:var(--gold);background:var(--gold);color:#101923}.upload-field{background:#f3f5f7;border-radius:8px;flex:150px;min-height:62px}.upload-field:hover{border-color:var(--gold);color:var(--gold-deep)}.upload-preview,.upload-preview-grid img{border-radius:8px}.admin-save-button{background:var(--gold);color:#101923;border-radius:7px;min-height:48px}.admin-toolbar{border-bottom:1px solid var(--border);padding-bottom:.9rem}.admin-product-list{gap:0}.admin-product-card{border:0;border-bottom:1px solid var(--border);border-radius:0;grid-template-columns:76px minmax(0,1fr) auto;gap:.85rem;padding:.8rem 0}.admin-product-card:last-child{border-bottom:0}.admin-product-card img{background:#edf1f5;border-radius:8px;width:76px;height:76px}.admin-product-copy{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem}.admin-product-copy h3{font-size:.95rem;line-height:1.3}.admin-product-copy strong{white-space:nowrap;color:#101923}.admin-product-actions .btn-icon{border-radius:7px}.admin-product-actions .danger{color:#a1162c;background:#fff0f2}.admin-category-jump-list{border-bottom:1px solid var(--border);gap:.45rem;margin-bottom:1.25rem;padding-bottom:.9rem;display:flex;overflow-x:auto}.admin-category-jump-list a{white-space:nowrap;color:#344152;background:#edf1f5;border-radius:6px;padding:.45rem .7rem;font-size:.78rem;font-weight:700}.admin-product-group{margin-bottom:1.75rem;scroll-margin-top:100px}.admin-product-group:last-child{margin-bottom:0}.admin-product-group>h3{color:var(--gold-deep);margin:0 0 .35rem;font-size:.9rem}.admin-product-group-list{display:grid}.admin-empty-state{border-radius:8px}.status-banner.success{z-index:70;color:#fff;background:#24643f;border-radius:7px;margin:0;position:fixed;top:5.5rem;right:1.25rem;box-shadow:0 6px 8px #10192329}@media (width<=1100px){.admin-workbench{grid-template-columns:1fr}.admin-sidebar{min-height:auto;position:static}.admin-side-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-product-form{position:static}}.admin-filter-select{color:#344152;min-height:42px;font:inherit;background:#fff;border:1px solid #cfd6de;border-radius:7px;padding:0 2rem 0 .75rem;font-size:.82rem;font-weight:700}.admin-bulk-bar{color:#fff;background:#101923;border-radius:7px;justify-content:space-between;align-items:center;gap:1rem;margin:.75rem 0 0;padding:.65rem .8rem;display:flex}.admin-bulk-bar button{color:#ff9257;background:0 0;border:0;align-items:center;gap:.35rem;font-weight:800;display:inline-flex}.admin-table-head{border-bottom:1px solid var(--border);color:#6f7c8b;letter-spacing:.08em;text-transform:uppercase;margin-top:.65rem;padding:.6rem 0;font-size:.66rem;font-weight:850}.admin-row-check{place-items:center;display:grid}.admin-row-check input{width:16px;height:16px;accent-color:var(--gold)}.admin-product-copy{min-width:0}.admin-pagination{border-top:1px solid var(--border);color:#657284;justify-content:space-between;align-items:center;gap:1rem;padding-top:.9rem;font-size:.78rem;display:flex}.admin-pagination>div{align-items:center;gap:.65rem;display:flex}.admin-pagination button{color:#253140;background:#fff;border:1px solid #cfd6de;border-radius:6px;min-height:34px;padding:.35rem .7rem;font-weight:750}.admin-pagination button:disabled{opacity:.42;cursor:not-allowed}.admin-editor-backdrop .admin-product-form{border:0;border-radius:0;width:min(560px,100%);height:100dvh;padding:1.3rem;animation:.22s ease-out both admin-drawer-in;position:relative;top:auto;overflow-y:auto;box-shadow:-18px 0 48px #080d1233}@keyframes admin-drawer-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@media (width<=820px){.admin-section-actions{flex-direction:column;align-items:stretch;width:100%}.admin-add-product-button{width:100%}.admin-toolbar{grid-template-columns:1fr 1fr}.admin-toolbar .search-field{grid-column:1/-1}}@media (width<=620px){.admin-table-head{display:none}.admin-product-card{grid-template-columns:26px 58px minmax(0,1fr);gap:.6rem}.admin-product-card .admin-product-actions{grid-column:2/-1;justify-content:flex-end}.admin-product-copy{grid-template-columns:1fr}.admin-pagination{flex-direction:column;align-items:stretch}.admin-pagination>div{justify-content:space-between}}.detail-similar{border-top:3px solid #101923;margin-top:clamp(2.5rem,6vw,5rem);padding-top:1.4rem}.detail-similar-head{justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:1.25rem;display:flex}.detail-similar-head h2{letter-spacing:-.035em;margin:.35rem 0 0;font-size:clamp(1.7rem,3vw,2.6rem)}.detail-similar-head p{max-width:34ch;color:var(--text-soft);text-align:right;margin:0}.detail-similar-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.detail-similar-card{border:1px solid var(--border);background:#fff;border-radius:10px;overflow:hidden}.detail-similar-image{aspect-ratio:1/.86;background:#edf1f5;display:block;position:relative;overflow:hidden}.detail-similar-image img{object-fit:cover;width:100%;height:100%;transition:transform .32s}.detail-similar-card:hover .detail-similar-image img{transform:scale(1.035)}.detail-similar-image span{color:#ff9257;text-transform:uppercase;background:#101923;border-radius:4px;padding:.35rem .5rem;font-size:.64rem;font-weight:850;position:absolute;top:.7rem;left:.7rem}.detail-similar-copy{gap:.4rem;padding:.9rem;display:grid}.detail-similar-copy>small{color:var(--gold-deep);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:850}.detail-similar-copy h3{color:#101923;min-height:2.6em;margin:0;font-size:.95rem;line-height:1.3}.detail-similar-copy p{min-height:2.5em;color:var(--text-soft);margin:0;font-size:.75rem;line-height:1.35}.detail-similar-copy>div{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:.7rem;padding-top:.7rem;display:flex}.detail-similar-copy strong{color:#101923;font-size:.9rem}.detail-similar-copy button{color:#ff9257;background:#101923;border:0;border-radius:7px;place-items:center;width:40px;height:40px;display:grid}@media (width<=980px){.detail-similar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.detail-similar-head{flex-direction:column;align-items:start}.detail-similar-head p{text-align:left}.detail-similar-grid{grid-template-columns:1fr}.detail-similar-image{aspect-ratio:1.2}}.store-lifestyle{background-color:#f0f3f5;background-image:linear-gradient(90deg,#1019230a 1px,#0000 1px),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:32px 32px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:clamp(2.5rem,6vw,5.5rem) 0}.store-lifestyle-shell{border-radius:12px;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);min-height:570px;display:grid;overflow:hidden;box-shadow:0 22px 50px #10192321}.store-lifestyle-image{background:#f2a900;min-height:570px;position:relative;overflow:hidden}.store-lifestyle-image:after{content:"";pointer-events:none;background:linear-gradient(#0000 58%,#10192352);position:absolute;inset:0}.store-lifestyle-image img{object-fit:cover;object-position:center top;width:100%;height:100%;position:absolute;inset:0}.store-lifestyle-image>span{z-index:2;color:#101923;letter-spacing:.1em;text-transform:uppercase;background:#fff;border-radius:4px;padding:.45rem .6rem;font-size:.68rem;font-weight:850;position:absolute;bottom:1.25rem;left:1.25rem}.store-lifestyle-copy{color:#fff;background:#101923;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(2rem,5vw,4.5rem);display:flex}.store-lifestyle-copy>p{color:#ff9257;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:850}.store-lifestyle-copy h2{letter-spacing:-.045em;max-width:12ch;margin:.65rem 0 1rem;font-size:clamp(2.2rem,4.4vw,4rem);line-height:.98}.store-lifestyle-copy>span{color:#b7c1ca;max-width:46ch;line-height:1.65}.store-lifestyle-points{border-top:1px solid #344250;border-bottom:1px solid #344250;gap:0;width:100%;margin:1.6rem 0;display:grid}.store-lifestyle-points strong{color:#fff;padding:.7rem 0;font-size:.8rem}.store-lifestyle-points strong+strong{border-top:1px solid #344250}.store-lifestyle-copy button{background:var(--gold);color:#101923;border:0;border-radius:7px;align-items:center;gap:.6rem;min-height:48px;padding:.75rem 1rem;font-weight:850;display:inline-flex}@media (width<=900px){.store-lifestyle-shell{grid-template-columns:1fr}.store-lifestyle-image{min-height:520px}.store-lifestyle-copy h2{max-width:15ch}}@media (width<=560px){.store-lifestyle{padding:2rem 0}.store-lifestyle-shell{border-radius:0;min-height:0}.store-lifestyle-image{min-height:430px}.store-lifestyle-image img{object-position:center top}.store-lifestyle-copy{padding:2rem 1.25rem 2.25rem}}.admin-catalog-sync{background:#fff6f0;border:1px solid #f0c2a8;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;margin-top:.35rem;padding:.9rem;display:flex}.admin-catalog-sync>div{gap:.2rem;display:grid}.admin-catalog-sync span{color:#667384;font-size:.78rem}.admin-catalog-sync .btn-outline{white-space:nowrap}@media (width<=620px){.admin-catalog-sync{flex-direction:column;align-items:stretch}}@media (width<=820px){.admin-auth-page{grid-template-columns:1fr;width:min(100% - 1rem,620px);min-height:calc(100vh - 1rem)}.admin-auth-story{min-height:230px}.admin-auth-story>img{object-position:center 58%}.admin-auth-story-copy{bottom:1.4rem;left:1.4rem;right:1.4rem}.admin-auth-logo{width:54px;height:54px;margin-bottom:.7rem}.admin-auth-story-copy h1{font-size:2.15rem}.admin-auth-story-copy p{display:none}.admin-auth-card{margin:0;padding:1.5rem 1.4rem}.admin-auth-heading h2{font-size:1.8rem}.admin-entry-grid{grid-template-columns:1fr;display:grid}}@media (width>=821px){.site-main:has(.admin-auth-page){min-height:100vh;padding-top:.7rem;padding-bottom:.7rem}.admin-auth-page{height:calc(100dvh - 1.4rem);min-height:0}}@media (width<=768px){.admin-page{padding-bottom:76px}.admin-topbar{min-height:68px}.admin-brand-mark{width:44px;height:44px}.admin-brand-mark img{width:40px;height:40px}.admin-session-badge,.admin-sidebar{display:none}.admin-workbench{width:min(100% - 1rem,720px);margin-top:.8rem}.admin-section-head{align-items:flex-start;min-height:auto}.admin-stat-strip{justify-content:flex-start;width:100%}.admin-stat-strip span{padding-inline:.55rem;font-size:.72rem}.admin-mobile-bottom-nav{background:#101923;border-color:#293846;height:68px}.bottom-nav-btn{color:#9aa7b5}.bottom-nav-btn.active{color:#ff9257}}@media (width<=520px){.admin-topbar-actions{flex-direction:row}.admin-section-head,.admin-form-title,.admin-toolbar{align-items:stretch}.admin-section-head h1{font-size:1.65rem}.admin-product-form,.admin-list-panel,.admin-settings-panel{padding:.9rem}.admin-product-card{grid-template-columns:62px minmax(0,1fr)}.admin-product-card img{width:62px;height:62px}.admin-product-copy{grid-template-columns:1fr;gap:.35rem}.admin-product-actions{grid-column:1/-1;justify-content:flex-end}}.admin-page{background-color:#edf1f5;background-image:linear-gradient(90deg,#10192309 1px,#0000 1px),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.admin-topbar{border-bottom:3px solid var(--gold);min-height:68px;padding-block:.5rem}.admin-brand-mark{width:44px;height:44px}.admin-brand-mark img{width:40px;height:40px}.admin-topbar-context{text-align:center;gap:.05rem;display:grid;position:absolute;left:50%;transform:translate(-50%)}.admin-topbar-context span{color:var(--gold-deep);letter-spacing:.12em;text-transform:uppercase;font-size:.65rem;font-weight:800}.admin-topbar-context strong{color:#101923;font-size:.9rem}.admin-workbench{gap:.9rem;margin-top:.9rem}.admin-sidebar{border-radius:8px;min-height:calc(100vh - 6.15rem);top:5.25rem;box-shadow:0 12px 28px #10192321}.admin-sidebar:after{content:"EAZY1TECK / RWANDA";color:#6f7f90;letter-spacing:.13em;border-top:1px solid #ffffff1f;margin:1.25rem .55rem 0;padding-top:1rem;font-size:.62rem;font-weight:800;display:block}.admin-section-head{min-height:74px;margin-bottom:.7rem;padding:.15rem 0}.admin-section-kicker,.admin-form-kicker{color:var(--gold-deep);letter-spacing:.11em;text-transform:uppercase;margin-bottom:.25rem;font-size:.66rem;font-weight:850;display:block}.admin-section-head h1{font-size:clamp(1.8rem,2.5vw,2.35rem)}.admin-stat-strip{background:#ffffffbf;border:1px solid #d4dbe2;border-radius:8px;flex:none;grid-template-columns:repeat(3,minmax(88px,auto));width:max-content;padding:0;display:grid;overflow:hidden}.admin-stat-strip span{text-transform:uppercase;letter-spacing:.04em;gap:.05rem;min-width:88px;padding:.55rem .75rem;font-size:.68rem;display:grid}.admin-stat-strip b{letter-spacing:-.02em;font-size:.88rem}.admin-entry-grid{gap:.9rem}.admin-product-form,.admin-list-panel,.admin-settings-panel{border-radius:8px;padding:1rem;box-shadow:0 8px 24px #1019230e}.admin-product-form{top:5.35rem}.admin-form-title{padding-bottom:.7rem}.admin-form-title h2{font-size:1.08rem}.admin-form-title p{margin-top:.15rem;font-size:.8rem}.admin-form-grid{gap:.62rem .75rem;margin-top:.75rem}.admin-page .form-group{gap:.28rem}.admin-page .form-group input,.admin-page .form-group select,.admin-page .field-with-icon input,.admin-page .search-field input{min-height:39px}.admin-page .form-group textarea{resize:vertical;min-height:54px}.color-swatch-row{gap:.35rem}.color-swatch-row button{min-height:29px;padding-block:.25rem}.admin-upload-grid{gap:.5rem}.upload-field{border-style:solid;min-height:48px}.admin-save-button{min-height:43px;margin-top:.75rem}.admin-toolbar{padding-bottom:.65rem}.admin-product-card{grid-template-columns:68px minmax(0,1fr) auto;padding:.72rem 0}.admin-product-card img{width:68px;height:68px}.admin-stock-state{color:#2f7450;letter-spacing:.02em;align-items:center;gap:.2rem;margin-top:.3rem;font-size:.68rem;font-weight:800;display:inline-flex}@media (width<=900px){.admin-topbar-context{display:none}}@media (width<=768px){.admin-topbar{min-height:62px}.admin-section-head{gap:.75rem}.admin-stat-strip{flex:100%;grid-template-columns:repeat(3,minmax(90px,1fr));width:100%;overflow-x:auto}.admin-sidebar:after{display:none}}@media (width<=520px){.admin-product-card{grid-template-columns:58px minmax(0,1fr)}.admin-product-card img{width:58px;height:58px}}.admin-phone-hover-group{gap:.25rem;display:grid}.admin-side-nav .admin-phone-hover-group>button.group-active{color:#fff;background:#1d2a37}.admin-phone-chevron{margin-left:auto;transform:rotate(90deg)}.admin-phone-side-flyout{z-index:auto;opacity:1;pointer-events:auto;padding:0 0 0 1.05rem;position:static;transform:none}.admin-phone-side-flyout-inner{min-width:0;box-shadow:none;background:0 0;border:0;border-left:1px solid #354553;border-radius:0;gap:.15rem;padding:.2rem 0 .3rem .55rem;display:grid;overflow:visible}.admin-phone-side-flyout-inner button{color:#9ca9b6;border:0;border-radius:6px;min-height:36px;padding:.45rem .65rem;font-size:.78rem}.admin-phone-side-flyout-inner button:hover{color:#fff;background:#1d2a37}.admin-phone-side-flyout-inner button.active{color:#ff9257;background:#e46f2f24}@media (width<=1100px){.admin-phone-side-flyout{padding-left:0}.admin-phone-side-flyout-inner{border-left:0;grid-template-columns:repeat(3,minmax(0,1fr));padding:.3rem 0 0}}.admin-section-actions{align-items:center;gap:.65rem;display:flex}.admin-add-product-button{white-space:nowrap;border-radius:8px;min-height:48px;padding-inline:1rem}.admin-entry-grid{grid-template-columns:minmax(0,1fr);display:grid}.admin-list-panel{width:100%}.admin-toolbar{grid-template-columns:minmax(240px,1fr) 160px 170px;gap:.65rem;display:grid}.admin-table-head,.admin-product-card{grid-template-columns:32px 68px minmax(0,1fr) 92px;align-items:center;gap:.85rem;display:grid}.admin-product-card{padding:.72rem 0}.admin-product-copy{grid-template-columns:minmax(0,1fr) auto;align-items:center;min-width:0}.admin-product-actions{grid-column:auto;justify-content:flex-end}.admin-editor-backdrop{z-index:80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#080d127a;justify-content:flex-end;display:flex;position:fixed;inset:0}.admin-editor-backdrop .admin-product-form{border:0;border-radius:0;width:min(560px,100%);height:100dvh;padding:1.3rem;position:relative;top:auto;overflow-y:auto;box-shadow:-18px 0 48px #080d1233}@media (width<=820px){.admin-section-actions{flex-direction:column;align-items:stretch;width:100%}.admin-add-product-button{width:100%}.admin-toolbar{grid-template-columns:1fr 1fr}.admin-toolbar .search-field{grid-column:1/-1}}@media (width<=620px){.admin-table-head{display:none}.admin-product-card{grid-template-columns:26px 58px minmax(0,1fr);gap:.6rem}.admin-product-card .admin-product-actions{grid-column:2/-1;justify-content:flex-end}.admin-product-copy{grid-template-columns:1fr}}
