:root{--danger:#ef4444;--success:#16a34a;--shadow-sm:0 2px 8px rgba(28,25,23,0.04);--shadow-md:0 8px 24px rgba(28,25,23,0.06);--shadow-lg:0 16px 48px rgba(28,25,23,0.08);--shadow-xl:0 24px 64px rgba(28,25,23,0.1);--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:18px;--radius-full:9999px;--ease:cubic-bezier(0.4,0,0.2,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body.modal-open{overflow:hidden}body{color:var(--text);font-family:var(--font-body),"Inter",system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none}button,input,select,textarea{font:inherit}iframe,img,video{max-width:100%}input,select,textarea{width:100%;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:.75rem 1rem;color:var(--text);font-size:.9rem;transition:all .2s var(--ease)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}input::placeholder,textarea::placeholder{color:var(--text-muted)}.admin-shell,.hero-shell,.page-shell{width:min(1140px,calc(100% - 2rem));margin:0 auto}.hero-shell{padding:.8rem 0 0}.page-shell{padding:1.15rem 0 2.5rem}.admin-shell{padding:.6rem 0 2.5rem}.header-container{width:100%;background:rgba(255,255,255,.78);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:var(--shadow-sm);z-index:50}.navbar{width:100%;border-bottom:1px solid var(--border);position:relative}.navbar-content{width:min(1140px,calc(100% - 2rem));margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;gap:1.1rem}.navbar-logo{gap:.4rem;font-weight:700;font-size:.94rem;white-space:nowrap;transition:opacity .2s var(--ease)}.navbar-logo:hover{opacity:.8}.logo-icon{font-size:1.5rem;line-height:1}.logo-text{letter-spacing:-.02em}.navbar-menu{display:flex;gap:1.1rem;flex:1 1}.nav-link{font-size:.85rem;font-weight:500;transition:color .2s var(--ease);position:relative}.nav-link-button{font-family:inherit}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);transition:width .3s var(--ease)}.nav-link.active,.nav-link:hover{color:var(--accent)}.nav-link.active:after,.nav-link:hover:after{width:100%}.navbar-actions{display:flex;align-items:center;gap:.7rem}.nav-button{padding:.5rem 1rem;border-radius:var(--radius-md);font-size:.85rem;font-weight:600;transition:all .2s var(--ease);border:1.5px solid;cursor:pointer}.login-button{background:var(--accent);color:#fff;border-color:var(--accent)}.login-button:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px)}.admin-button{background:transparent;color:var(--text-secondary);border-color:var(--border)}.admin-button:hover{background:var(--surface-alt);color:var(--accent);border-color:var(--accent)}.logout-button{background:transparent;color:var(--text-secondary);border-color:var(--border)}.logout-button:hover{background:var(--surface-alt);color:var(--danger);border-color:var(--danger)}.user-info{font-size:.85rem;color:var(--text-secondary);font-weight:500}.hero-content{position:relative;z-index:1;width:100%}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.5rem;border-radius:var(--radius-md);font-weight:700;font-size:.9rem;background:#fff;color:var(--accent);border:2px solid #fff;transition:all .3s var(--ease);margin-top:1rem;cursor:pointer}.cta-button:hover{background:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.hero-surface{background:linear-gradient(135deg,#427c52,#2e6f40 30%,#20532e 70%,#13381e);padding:2.5rem 0;position:relative;overflow:hidden;color:#fffaf6;box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:flex-start}.hero-surface:before{top:-40%;right:-15%;width:500px;height:500px;background:radial-gradient(circle,rgba(46,111,64,.14),transparent 60%)}.hero-surface:after,.hero-surface:before{content:"";position:absolute;pointer-events:none}.hero-surface:after{bottom:-30%;left:10%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,244,233,.18),transparent 60%)}.topbar{justify-content:flex-end;gap:.75rem;position:absolute;top:.8rem;right:1rem;z-index:2}.session-cluster,.topbar{display:flex;align-items:center}.session-cluster{gap:.5rem}.eyebrow,.hero-kicker,.section-overline{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:600}.eyebrow,.section-overline{color:var(--text-muted)}.hero-kicker{color:rgba(255,250,246,.62);margin-bottom:.2rem}.session-pill{gap:.35rem;border-radius:var(--radius-full);padding:.45rem .85rem;font-size:.78rem;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.16);color:rgba(255,250,246,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.session-pill,.tag-chip{display:inline-flex;align-items:center;font-weight:500}.tag-chip{padding:.35rem .7rem;border-radius:var(--radius-full);font-size:.75rem;color:var(--text-secondary);background:var(--surface-alt);border:1px solid var(--border);transition:all .15s var(--ease)}.tag-chip:hover{border-color:rgba(46,111,64,.2)}.featured-badge,.tag-chip:hover{background:var(--accent-light);color:var(--accent)}.featured-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .7rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600}.hero-copy{padding:0;max-width:560px;position:relative;z-index:1;text-align:left;width:min(1200px,calc(100% - 2rem));margin:0 auto}.admin-hero h1,.catalog-toolbar h2,.empty-state h3,.hero-copy h1,.info-card h2,.panel-heading h2{font-family:var(--font-display),Georgia,serif;font-weight:600;line-height:1.08;margin:0}.hero-copy h1{font-size:clamp(2.5rem,5.5vw,4.5rem);color:#fffaf6;margin-bottom:.18rem}.hero-title{font-size:clamp(1.6rem,3vw,2.4rem)!important;max-width:none;margin-bottom:.6rem;line-height:1.2}.hero-description{color:rgba(255,250,246,.85);line-height:1.5;font-size:.95rem;max-width:520px;margin-bottom:.3rem}.admin-hero p,.feedback,.helper-text,.info-card p,.inventory-card p,.product-body p{color:var(--text-secondary);line-height:1.65;font-size:.88rem}.danger-button,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.25rem;border-radius:var(--radius-md);font-weight:600;font-size:.88rem;transition:all .2s var(--ease);border:none;cursor:pointer}.primary-button{color:#fff;background:var(--accent);box-shadow:0 1px 3px rgba(46,111,64,.2)}.primary-button:hover{background:var(--accent-hover);box-shadow:0 4px 12px rgba(46,111,64,.25);transform:translateY(-1px)}.primary-button:active{transform:translateY(0)}.secondary-button{color:var(--text);background:rgba(255,255,255,.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1.5px solid rgba(255,255,255,.5);box-shadow:0 4px 12px rgba(0,0,0,.02)}.secondary-button:hover{background:rgba(255,255,255,.65);border-color:rgba(255,255,255,.7);transform:translateY(-1.5px);box-shadow:0 6px 16px rgba(0,0,0,.05)}.danger-button{color:#fff;background:var(--danger)}.danger-button:hover{opacity:.9;transform:translateY(-1px)}.icon-button,.text-button{background:transparent;border:none;color:var(--accent);font-weight:500;font-size:.85rem;padding:.25rem 0;cursor:pointer;transition:color .15s var(--ease)}.text-button:hover{color:var(--accent-hover);text-decoration:underline}.text-button-strong{font-weight:700}.icon-button{font-size:1.4rem;line-height:1;padding:.35rem;border-radius:var(--radius-sm);color:var(--text-muted)}.icon-button:hover{background:var(--surface-alt);color:var(--text)}.admin-hero,.admin-panel,.empty-state,.featured-card,.hero-surface,.info-card,.inventory-card,.stat-card{box-shadow:var(--shadow-sm);border:1px solid var(--border)}.hero-surface{border:none;box-shadow:var(--shadow-xl)}.admin-hero,.admin-panel,.catalog-section,.empty-state,.featured-card,.info-card,.inventory-card,.stat-card{border-radius:var(--radius-xl);background:var(--surface)}.admin-hero,.admin-panel,.catalog-section,.featured-card,.info-card{padding:1.5rem}.catalog-section{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);scroll-margin-top:120px}.catalog-section-elevated{padding:2rem}.catalog-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.catalog-toolbar h2{font-size:clamp(1.5rem,2.5vw,2rem)}.catalog-intro{margin:.5rem 0 0;max-width:38rem;color:var(--text-secondary);line-height:1.65;font-size:.9rem}.filters-panel{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(180px,.8fr);grid-gap:.75rem;gap:.75rem;width:min(100%,480px)}.results-row{display:flex;align-items:center;justify-content:space-between;margin:1.25rem 0 1rem;color:var(--text-muted);font-size:.85rem}.info-section{margin:2.5rem 0;padding:2.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);scroll-margin-top:120px}.section-content{width:min(1200px,calc(100% - 2rem));margin:0 auto}.section-header{margin-bottom:2rem}.section-header h2{font-family:var(--font-display),Georgia,serif;font-weight:600;font-size:clamp(1.5rem,2.5vw,2rem);margin:.5rem 0 0;line-height:1.2}.section-body p{color:var(--text-secondary);line-height:1.7;font-size:.95rem;margin-bottom:1rem;max-width:720px}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.feature-card{padding:1.25rem;background:var(--surface-alt);border-radius:var(--radius-lg);border:1px solid var(--border)}.feature-card h3{font-weight:600;font-size:1rem;margin:0 0 .5rem;color:var(--accent)}.feature-card p{margin:0;font-size:.9rem;color:var(--text-secondary)}.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem;margin:1.5rem 0}.contact-card{padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center}.contact-card h3{font-weight:600;font-size:1.05rem;margin:0 0 .5rem;color:var(--text)}.contact-card p{margin:0;font-size:.9rem;color:var(--text-secondary)}.contact-card a{color:var(--accent);font-weight:500;transition:color .2s var(--ease)}.contact-card a:hover{color:var(--accent-hover)}.contact-message{background:var(--accent-light);border-left:4px solid var(--accent);padding:1.25rem 1.5rem;border-radius:var(--radius-md);margin-top:2rem;text-align:left}.contact-message p{margin:0;color:var(--accent);font-weight:500}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem}.product-card{overflow:hidden;border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .25s var(--ease)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--border-strong)}.product-media-wrap{padding:.75rem .75rem 0;overflow:hidden}.product-media{min-height:220px;background-size:cover;background-position:50%;border-radius:var(--radius-lg);transition:transform .4s var(--ease)}.product-card:hover .product-media{transform:scale(1.03)}.product-body{padding:1rem 1.15rem 1.25rem}.product-meta{display:flex;justify-content:space-between;gap:.75rem;align-items:baseline;margin-bottom:.4rem}.product-meta h3{font-family:var(--font-display),Georgia,serif;font-size:1.05rem;font-weight:600;margin:0}.product-meta strong{color:var(--accent);font-size:1rem;font-weight:700;white-space:nowrap}.product-body p{margin:0 0 .75rem;font-size:.84rem;color:var(--text-secondary);line-height:1.55}.tag-row{display:flex;gap:.4rem;flex-wrap:wrap}.featured-card{min-height:180px;display:flex;flex-direction:column;justify-content:flex-end}.featured-card h3,.inventory-card h3,.modal-card h2,.product-meta h3{font-family:var(--font-display),Georgia,serif;margin:0}.empty-state{padding:3.5rem 1.5rem;text-align:center;background:var(--surface)}.empty-state h3{font-size:1.15rem;margin-bottom:.4rem}.empty-state p{color:var(--text-muted);font-size:.88rem}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:1rem;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;z-index:100;animation:fadeIn .15s var(--ease)}.modal-backdrop-front{z-index:120}@keyframes fadeIn{0%{opacity:0}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px) scale(.98)}}@keyframes slideUpBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-card{width:min(100%,440px);background:var(--surface);border-radius:var(--radius-xl);padding:1.75rem;box-shadow:var(--shadow-xl);border:1px solid var(--border);animation:slideUp .25s var(--ease)}.modal-card-wide{width:min(100%,480px)}.modal-card-editor{width:min(100%,900px);display:grid;grid-template-rows:auto minmax(0,1fr);overflow-x:hidden;padding:1rem;max-height:90vh;overflow:hidden}.modal-card-tag{width:min(100%,400px)}.modal-card-tag-picker{width:min(100%,720px);max-height:min(82vh,700px);overflow:auto}.modal-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:.25rem}.modal-header h2{font-size:1.25rem;font-weight:700}.feedback{min-height:1.4rem;margin:.5rem 0 0;font-size:.86rem;opacity:0;text-align:center;transition:opacity .2s var(--ease)}.feedback.visible{opacity:1}.feedback-success{color:var(--success);font-weight:600}.feedback-error{color:var(--danger);font-weight:600}.auth-submit-button{width:100%;margin-top:.25rem}.auth-switch{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;margin:1rem 0 1.25rem;background:var(--surface-alt);border-radius:var(--radius-md);padding:4px;border:1px solid var(--border)}.auth-footer-vertical{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:1.25rem;width:100%}.auth-footer-sep{width:100%;height:1px;background:var(--border);margin:.25rem 0}.auth-link-secondary{background:transparent;border:none;color:var(--text-secondary);font-size:.84rem;font-weight:500;cursor:pointer;transition:color .2s var(--ease)}.auth-link-secondary:hover{color:var(--accent)}.auth-footer-prompt{font-size:.86rem;color:var(--text-secondary);display:flex;align-items:center;gap:.35rem}.auth-link-primary{background:transparent;border:none;color:var(--accent);font-weight:700;cursor:pointer;transition:color .2s var(--ease)}.auth-link-primary:hover{color:var(--accent-hover);text-decoration:underline}.auth-tab{border:none;border-radius:var(--radius-sm);padding:.6rem 1rem;background:transparent;color:var(--text-muted);font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s var(--ease)}.auth-tab.active,.auth-tab:hover{color:var(--text)}.auth-tab.active{background:var(--surface);box-shadow:var(--shadow-sm)}.auth-footer{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.25rem}.stack-form{display:grid;grid-gap:.75rem;gap:.75rem}.admin-hero{display:grid;grid-template-columns:1.4fr auto;grid-gap:1rem;gap:1rem;margin-bottom:.75rem;justify-content:space-between}.admin-hero-compact{padding:.8rem 1.1rem}.admin-hero-compact h1{max-width:16ch;font-size:clamp(1.1rem,2.2vw,1.55rem)}.admin-hero-compact p{margin:.25rem 0 0;font-size:.8rem;line-height:1.45}.admin-actions-row{display:flex;align-items:center;gap:.5rem}.admin-hero-compact .section-overline{font-size:.62rem;margin-bottom:.15rem}.admin-hero-compact .secondary-button{padding:.58rem .95rem;font-size:.8rem}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1rem}.stat-card{padding:1.25rem;transition:transform .2s var(--ease)}.stat-card:hover{transform:translateY(-2px)}.stat-card span{display:block;color:var(--text-muted);margin-bottom:.35rem;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.stat-card strong{font-family:var(--font-display),Georgia,serif;font-size:2rem;color:var(--text)}.admin-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:.9fr 1.1fr;margin-bottom:1rem}.admin-grid-single{grid-template-columns:1fr}.panel-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.panel-heading h2{font-size:1.3rem}.editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.inline-heading{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:.75rem;gap:.75rem}.inline-actions{display:flex;align-items:center;gap:.5rem}.inline-actions-tight{gap:.4rem}.subsection-title{margin:.15rem 0 0;font-family:var(--font-display),Georgia,serif;font-size:1.1rem}.mini-form-card{padding:.75rem 1rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface-alt)}.checkbox-row{display:flex;align-items:center;gap:.5rem}.checkbox-chip input,.checkbox-row input{width:auto}.checkbox-grid{display:grid;grid-gap:.65rem;gap:.65rem}.tag-cloud{display:flex;gap:.5rem;flex-wrap:wrap}.checkbox-chip{display:flex;align-items:center;gap:.4rem;border:1.5px solid var(--border);border-radius:var(--radius-full);padding:.55rem .85rem;background:var(--surface);cursor:pointer;font-size:.85rem;transition:all .15s var(--ease)}.checkbox-chip:hover{background:var(--accent-light);border-color:rgba(46,111,64,.2)}.inventory-toolbar{grid-template-columns:minmax(0,1.3fr) repeat(2,minmax(180px,.55fr))}.inventory-list,.inventory-toolbar{display:grid;grid-gap:.75rem;gap:.75rem}.inventory-list{margin-top:1rem}.inventory-card{padding:1rem 1.25rem;display:grid;grid-gap:1rem;gap:1rem;transition:all .2s var(--ease)}.inventory-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.inventory-preview{display:grid;grid-template-columns:100px minmax(0,1fr);align-items:center;grid-gap:.75rem;gap:.75rem}.inventory-media{width:100px;aspect-ratio:1;border-radius:var(--radius-lg);background-size:cover;background-position:50%;border:1px solid var(--border)}.inventory-title-row{display:flex;align-items:center;gap:.5rem}.inventory-meta-row{display:grid;grid-template-columns:repeat(2,max-content);grid-gap:.5rem;gap:.5rem;margin:.5rem 0}.inventory-meta-row .session-pill{color:var(--text-secondary);background:var(--surface-alt);border-color:var(--border);font-size:.78rem}.inventory-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.tag-selection-summary{min-height:44px;padding:.65rem .85rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface-alt)}.tag-selection-summary .helper-text{margin:0}.tag-picker-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin:.75rem 0 1rem}.tag-picker-header .helper-text{margin:0}.tag-picker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.65rem;gap:.65rem}.tag-picker-grid .checkbox-chip{justify-content:center;padding:.65rem .8rem}.modal-card-editor .stack-form{gap:.55rem}.editor-form-modal{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.55rem .75rem;gap:.55rem .75rem;align-items:flex-start}.editor-form-modal .editor-grid,.editor-form-modal .inline-actions,.editor-form-modal>.checkbox-grid,.editor-form-modal>.checkbox-row,.editor-form-modal>.inline-actions,.editor-form-modal>.inline-heading,.editor-form-modal>input,.editor-form-modal>textarea{grid-column:1/-1}.modal-card-editor textarea{min-height:56px}.modal-card-editor .checkbox-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.modal-card-editor .checkbox-chip{justify-content:center;padding:.5rem .7rem}.modal-card-editor .inline-heading{gap:.4rem}.modal-card-editor .subsection-title{font-size:.98rem}.modal-card-editor .modal-header{margin-bottom:.15rem}.modal-card-editor .modal-header h2{font-size:1.1rem}.modal-card-editor .section-overline{font-size:.66rem}@media (max-width:1024px){.admin-grid,.admin-hero,.inventory-card,.stats-grid{grid-template-columns:1fr}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filters-panel{width:100%}.catalog-toolbar{flex-direction:column;gap:1rem}.auth-footer,.contact-grid,.editor-form-modal,.editor-grid,.features-grid,.inline-heading,.inventory-preview,.inventory-toolbar,.modal-card-editor .checkbox-grid,.tag-picker-grid,.tag-picker-header{grid-template-columns:1fr}.tag-picker-header{display:grid;align-items:stretch}.inventory-actions{align-items:flex-start}}@media (max-width:720px){.admin-shell,.hero-shell,.page-shell{width:min(100% - 1rem,1200px)}.navbar-content{flex-wrap:wrap;gap:.8rem;padding:.5rem 0}.navbar-menu{order:3;width:100%;gap:.8rem}.navbar-actions{flex-direction:column;width:100%;gap:.5rem}.nav-button{width:100%}.hero-surface{padding:1.5rem 0}.hero-copy{padding-top:0;max-width:100%}.hero-copy h1{font-size:clamp(1.3rem,5vw,2rem);margin-bottom:.4rem}.hero-description{font-size:.9rem;line-height:1.4;margin-bottom:.2rem}.cta-button{padding:.6rem 1.2rem;font-size:.85rem;margin-top:.8rem}.info-section{margin:1.5rem 0;padding:1.5rem 0}.section-header{margin-bottom:1.5rem}.section-header h2{font-size:clamp(1.3rem,4vw,1.8rem)}.contact-grid,.features-grid{grid-template-columns:1fr;gap:1rem}.section-body p{font-size:.9rem}.contact-message{padding:1rem 1.25rem}.catalog-grid{grid-template-columns:1fr}.admin-actions-row,.filters-panel,.inline-actions,.session-cluster,.topbar{flex-direction:column;align-items:stretch}.product-meta,.results-row{flex-direction:column;align-items:flex-start}.auth-switch{grid-template-columns:1fr}.auth-footer{flex-direction:column;align-items:flex-start}}body{min-height:100vh;background:radial-gradient(circle at top left,rgba(46,111,64,.08),transparent 30%),linear-gradient(180deg,#faf9f6,#f5f3ef)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(46,111,64,.18);outline-offset:2px}.header-container{position:-webkit-sticky;position:sticky;top:0;z-index:70;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:rgba(252,250,247,.76);border-bottom:1px solid rgba(212,207,200,.75);box-shadow:0 4px 30px rgba(0,0,0,.03)}.navbar{position:static;border-bottom:none;background:transparent}.navbar-content{position:relative;min-height:66px}.logo-mark{width:2.05rem;height:2.05rem}.navbar-center{display:flex;align-items:center;justify-content:space-between;flex:1 1;gap:1.25rem}.mobile-menu-btn{display:none;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;border-radius:4px;border:1px solid var(--border);background:rgba(255,255,255,.8)}.hamburger{display:inline-grid;gap:.22rem}.hamburger span{width:18px;height:2px;border-radius:4px;background:var(--text);transition:transform .2s var(--ease),opacity .2s var(--ease)}.hamburger.open span:first-child{transform:translateY(4px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-4px) rotate(-45deg)}.nav-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.65rem 1rem;border-radius:4px;font-size:.86rem;font-weight:700;transition:all .2s var(--ease);border:1px solid transparent}.nav-btn-outline{background:linear-gradient(135deg,#2e6f40,#20532e);color:#fff;box-shadow:0 12px 24px rgba(46,111,64,.18)}.nav-btn-outline:hover{transform:translateY(-1px);box-shadow:0 16px 28px rgba(46,111,64,.25)}.nav-btn-ghost{color:var(--text-secondary);border-color:var(--border);background:rgba(255,255,255,.7)}.nav-btn-ghost:hover{color:var(--text);background:#fff;border-color:var(--border-strong)}.nav-user-badge{padding:.55rem .85rem;background:rgba(46,111,64,.08);color:var(--accent-hover);font-size:.8rem;font-weight:700}.cart-icon-btn,.nav-user-badge{display:inline-flex;align-items:center;border-radius:4px}.cart-icon-btn{position:relative;justify-content:center;width:2.9rem;height:2.9rem;border:1px solid var(--border);background:rgba(255,255,255,.84);color:var(--text);transition:transform .2s var(--ease),box-shadow .2s var(--ease)}.cart-icon-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.cart-badge{position:absolute;top:-.25rem;right:-.15rem;min-width:1.3rem;height:1.3rem;padding:0 .25rem;border-radius:4px;background:var(--accent);color:#fff;font-size:.7rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.storefront-shell{display:grid;grid-gap:.95rem;gap:.95rem;padding-top:.85rem}.storefront-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.95fr);grid-gap:1.25rem;gap:1.25rem;align-items:stretch}.catalog-page-header,.storefront-hero-copy,.storefront-hero-panel{border-radius:4px;border:1px solid rgba(212,207,200,.72);box-shadow:var(--shadow-lg)}.storefront-hero-copy{isolation:isolate;height:clamp(420px,34vw,630px);min-height:0;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;color:#fffaf6;background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#427c52,#2e6f40 40%,#20532e)}.storefront-hero-title{font-size:clamp(2.1rem,4.1vw,3.85rem);line-height:.98;margin:.35rem 0 .7rem}.storefront-hero-description{max-width:56ch;color:rgba(255,249,244,.88);font-size:1rem;line-height:1.7}.storefront-hero-copy:not(.storefront-hero-carousel){gap:1rem;align-items:flex-start}.storefront-hero-copy:not(.storefront-hero-carousel) .storefront-hero-title{max-width:21ch;font-size:clamp(3.2rem,5.8vw,5.6rem);line-height:.94}.storefront-hero-copy:not(.storefront-hero-carousel) .storefront-hero-description{max-width:58ch;font-size:1.08rem}.storefront-hero-copy:not(.storefront-hero-carousel) .storefront-hero-actions{margin-top:.45rem}.storefront-hero-carousel{position:relative;height:clamp(420px,34vw,630px);min-height:0;display:flex;flex-direction:column;justify-content:flex-end;isolation:isolate;overflow:hidden}.hero-carousel-media{position:absolute;inset:0;z-index:0}.hero-carousel-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(28,25,23,.18),rgba(28,25,23,.42));z-index:1}.hero-carousel-image{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center;transform:translateX(0);will-change:transform}.hero-carousel-image-previous{z-index:0}.hero-carousel-image-current{z-index:1}.hero-carousel-image-current.is-animating{transform:translateX(100%);animation:heroCarouselSlideCurrent .85s var(--ease) forwards}.hero-carousel-image-previous.is-animating{animation:heroCarouselSlidePrevious .85s var(--ease) forwards}@keyframes heroCarouselSlideCurrent{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes heroCarouselSlidePrevious{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.storefront-hero-carousel-copy{display:grid;align-content:end;grid-gap:.8rem;gap:.8rem;min-height:100%}.storefront-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.hero-edit-btn{position:absolute;right:1rem;bottom:1rem;z-index:3;min-height:38px;padding:.55rem 1rem;border-radius:4px;background:rgba(20,20,20,.9);color:#fff;border-color:rgba(20,20,20,.95);box-shadow:var(--shadow-md);text-transform:lowercase}.hero-edit-btn-guest{background:rgba(28,28,28,.82);color:#fff;border-color:rgba(255,255,255,.24)}.hero-edit-btn:hover{background:#111;border-color:#111;color:#fff}.hero-carousel-dots{display:flex;gap:.5rem;align-items:center;margin-top:1rem;position:relative;z-index:2}.hero-carousel-dot{width:11px;height:11px;border-radius:4px;background:rgba(255,255,255,.46);border:1px solid rgba(255,255,255,.6)}.storefront-hero-actions .secondary-button{background:rgba(255,255,255,.14);color:#fffaf6;border-color:rgba(255,255,255,.24)}.storefront-hero-panel{padding:1rem;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.82)),linear-gradient(135deg,#eaf3ed,#f5f3ef);display:grid;grid-gap:1rem;gap:1rem}.hero-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.hero-note-card,.hero-stat-card,.trust-pill{border:1px solid rgba(212,207,200,.8);background:rgba(255,255,255,.84)}.hero-stat-card{border-radius:4px;padding:1rem}.hero-stat-card span{display:block;color:var(--text-muted);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.hero-stat-card strong{display:block;margin-top:.45rem;font-family:var(--font-display),Georgia,serif;font-size:2rem;line-height:1}.hero-note-card{border-radius:4px;padding:1.25rem}.hero-note-card h2{font-family:var(--font-display),Georgia,serif;font-size:1.6rem;line-height:1.08;margin:.35rem 0 .6rem}.trust-strip{display:flex;flex-wrap:wrap;gap:.75rem}.trust-pill{border-radius:4px;padding:.7rem 1rem;color:var(--text-secondary);font-size:.83rem;font-weight:600}.catalog-page-header{padding:1.3rem 1.45rem;background:radial-gradient(circle at top left,rgba(46,111,64,.08),transparent 24%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(250,249,246,.95))}.catalog-page-header h1{font-family:var(--font-display),Georgia,serif;font-size:clamp(1.7rem,3.3vw,2.85rem);line-height:1;margin:.35rem 0 .75rem}.catalog-page-subtitle{max-width:64ch;color:var(--text-secondary);line-height:1.7}.storefront-toolbar{align-items:flex-end}.filter-input-wrap{position:relative;display:flex;align-items:center}.filter-icon{position:absolute;left:1rem;color:var(--text-muted);pointer-events:none}.filter-input{padding-left:2.7rem}.filter-select-shell{position:relative;min-width:170px}.filter-select{width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:42px;padding:.65rem .85rem;border:1px solid color-mix(in srgb,var(--accent) 18%,var(--border));border-radius:4px;background:rgba(255,255,255,.65);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 32px rgba(46,111,64,.05);color:var(--text-primary);font-size:.86rem;font-weight:700;letter-spacing:-.01em;cursor:pointer;transition:border-color .2s var(--ease),box-shadow .2s var(--ease),transform .2s var(--ease),background-color .2s var(--ease)}.filter-select:after{content:"";width:14px;height:14px;flex:0 0 14px;background:50%/14px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%23945f43' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");transition:transform .2s var(--ease)}.filter-select:hover{border-color:color-mix(in srgb,var(--accent) 34%,var(--border));box-shadow:0 18px 36px rgba(46,111,64,.12);transform:translateY(-1px)}.filter-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px rgba(46,111,64,.14),0 18px 36px rgba(46,111,64,.14)}.filter-select.open:after{transform:rotate(180deg)}.filter-select.has-value{color:var(--accent)}.filter-select-menu{position:absolute;top:calc(100% + .55rem);left:0;width:100%;padding:.4rem;border:1px solid color-mix(in srgb,var(--accent) 16%,var(--border));border-radius:4px;background:rgba(255,252,249,.78);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 20px 44px rgba(28,25,23,.14);display:grid;grid-gap:.3rem;gap:.3rem;z-index:30}.filter-select-option{width:100%;display:flex;align-items:center;justify-content:space-between;min-height:36px;padding:.5rem .7rem;border:0;border-radius:4px;background:transparent;color:var(--text-primary);font-size:.9rem;font-weight:600;text-align:left;text-transform:capitalize;transition:background-color .18s var(--ease),color .18s var(--ease),transform .18s var(--ease)}.filter-select-option:hover{background:rgba(46,111,64,.1);color:var(--accent);transform:translateX(2px)}.filter-select-option.active{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}.filter-select-option-clear{color:var(--text-secondary);border-bottom:1px solid rgba(46,111,64,.12);border-radius:4px 4px 0 0;margin-bottom:.15rem}.quick-filter-row{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1rem}.quick-filter-chip{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.55rem .95rem;border-radius:4px;border:1px solid var(--border);background:rgba(255,255,255,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-size:.82rem;font-weight:700;transition:all .2s var(--ease)}.quick-filter-chip.active,.quick-filter-chip:hover{background:var(--accent);border-color:var(--accent);box-shadow:0 4px 12px rgba(46,111,64,.2)}.storefront-results-row{gap:.75rem}.results-actions{display:flex;align-items:center;gap:.9rem}.catalog-status-pill{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:4px;background:rgba(46,111,64,.1);color:var(--accent-hover);font-size:.8rem;font-weight:700}.storefront-grid{margin-top:.2rem}.product-card{display:grid;min-height:100%;cursor:pointer}.product-img-wrap{position:relative;padding:.75rem .75rem 0}.product-img{width:100%;min-height:260px;border-radius:4px;background-size:cover;background-position:50%;box-shadow:inset 0 -60px 80px rgba(0,0,0,.1)}.featured-dot{position:absolute;top:1.3rem;left:1.3rem;display:inline-flex;align-items:center;padding:.45rem .7rem;border-radius:4px;background:rgba(20,20,20,.74);font-size:.72rem;font-weight:700;letter-spacing:.03em}.product-card-copy{display:grid;grid-gap:.7rem;gap:.7rem}.product-card-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.product-name{font-family:var(--font-display),Georgia,serif;font-size:1.02rem;line-height:1.15}.product-price{color:var(--accent-hover);font-size:.98rem;font-weight:800;white-space:nowrap}.product-snippet{margin:0;color:var(--text-secondary);font-size:.88rem;line-height:1.6}.product-card-meta{justify-content:space-between;gap:.75rem;margin-top:.95rem}.product-detail-hint{color:var(--text-muted);font-size:.8rem;font-weight:700}.catalog-more{display:flex;justify-content:center;margin-top:1.35rem}.catalog-more-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.9rem 1.15rem;border-radius:4px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-sm);font-weight:700}.catalog-more-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.storefront-empty-state{display:grid;grid-gap:.85rem;gap:.85rem;justify-items:center}.feature-icon{width:2.4rem;height:2.4rem;margin-bottom:.8rem;background:rgba(46,111,64,.1);color:var(--accent-hover);font-size:.84rem;font-weight:800}.feature-icon,.modal-close-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:4px}.modal-close-btn{width:2.5rem;height:2.5rem;color:var(--text-secondary);background:rgba(245,243,239,.9);transition:all .2s var(--ease)}.modal-close-btn:hover{background:var(--surface-alt);color:var(--text)}.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.34);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:90}.cart-drawer{position:fixed;top:0;right:0;width:min(420px,100vw);height:100vh;padding:1rem;background:linear-gradient(180deg,#ffffff,#f5f3ef);border-left:1px solid var(--border);box-shadow:-18px 0 48px rgba(0,0,0,.12);z-index:110;display:grid;grid-template-rows:auto 1fr auto;transform:translateX(100%);transition:transform .25s var(--ease)}.cart-drawer.open{transform:translateX(0)}.drawer-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding-bottom:1rem;border-bottom:1px solid rgba(212,207,200,.75)}.drawer-title-row{display:flex;align-items:center;gap:.65rem}.drawer-title-row h2{font-family:var(--font-display),Georgia,serif;font-size:1.55rem}.drawer-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.6rem;height:1.6rem;border-radius:4px;background:rgba(46,111,64,.12);color:var(--accent-hover);font-size:.78rem;font-weight:800}.drawer-subtitle{margin-top:.35rem;color:var(--text-secondary);font-size:.88rem}.drawer-header-actions{display:flex;align-items:center;gap:.4rem}.drawer-empty{display:grid;align-content:center;justify-items:center;grid-gap:.7rem;gap:.7rem;color:var(--text-secondary);text-align:center}.drawer-items{overflow:auto;padding:1rem 0;display:grid;grid-gap:.85rem;gap:.85rem}.drawer-item{display:grid;grid-template-columns:84px minmax(0,1fr) auto;grid-gap:.85rem;gap:.85rem;align-items:flex-start;padding:.9rem;border-radius:4px;background:rgba(255,255,255,.88);border:1px solid rgba(212,207,200,.8)}.drawer-item-img{width:84px;aspect-ratio:1;border-radius:4px;background-size:cover;background-position:50%}.drawer-item-info h4{font-size:.98rem;line-height:1.25}.drawer-item-price,.drawer-item-variant{display:block;color:var(--text-secondary);font-size:.82rem;margin-top:.2rem}.drawer-item-controls{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-top:.7rem}.qty-control{display:inline-flex;align-items:center;gap:.65rem;padding:.2rem;border-radius:30px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm)}.qty-control-sm{gap:.45rem;padding:.15rem}.qty-btn{width:1.95rem;height:1.95rem;border-radius:50%;background:var(--surface-alt);color:var(--text);font-size:1.1rem;font-weight:800;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s var(--ease)}.qty-btn:hover:not(:disabled){background:var(--border-strong);color:var(--text)}.qty-btn:disabled{opacity:.45;cursor:not-allowed}.qty-value{min-width:1.2rem;text-align:center;font-weight:700}.drawer-item-remove{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:4px;color:var(--danger);background:rgba(214,69,69,.08)}.drawer-item-total{font-weight:800;color:var(--accent-hover);white-space:nowrap}.drawer-footer{display:grid;grid-gap:.85rem;gap:.85rem;padding-top:1rem;border-top:1px solid rgba(212,207,200,.75)}.drawer-trust-note{padding:.8rem .9rem;border-radius:4px;background:rgba(46,111,64,.09);color:var(--accent-hover);font-size:.83rem;line-height:1.55}.drawer-total{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.drawer-total strong{font-family:var(--font-display),Georgia,serif;font-size:1.5rem}.add-to-cart-btn,.checkout-btn,.checkout-submit-btn,.whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px;padding:.9rem 1.5rem;border-radius:30px;background:var(--accent);color:#fff;font-weight:800;border:none;cursor:pointer;transition:all .25s var(--ease);box-shadow:0 6px 16px rgba(46,111,64,.2)}.add-to-cart-btn:hover,.checkout-btn:hover:not(:disabled),.checkout-submit-btn:hover:not(:disabled),.whatsapp-btn:hover{transform:translateY(-2px);background:var(--accent-hover);box-shadow:0 8px 22px rgba(46,111,64,.32)}.checkout-btn:disabled,.checkout-submit-btn:disabled{opacity:.7;cursor:wait}.modal-card-product{width:min(95%,720px);padding:1.25rem}.product-modal-layout{display:grid;grid-template-columns:300px 1fr;grid-gap:1.25rem;gap:1.25rem}.product-modal-image{border-radius:var(--radius-lg);overflow:hidden;background:transparent;align-self:start}.product-modal-media{min-height:440px;background-size:cover;background-position:50%}.product-modal-info{display:grid;align-content:flex-start;grid-gap:.5rem;gap:.5rem;padding:.2rem 0}.product-modal-header h2{font-size:1.5rem;line-height:1;margin:.35rem 0}.product-modal-price{color:var(--accent-hover);font-size:1.05rem;font-weight:800}.product-modal-description{color:var(--text-secondary);font-size:.86rem;line-height:1.55}.product-modal-support{display:flex;flex-wrap:wrap;gap:.55rem}.product-modal-support-pill{display:inline-flex;align-items:center;padding:.45rem .7rem;border-radius:4px;background:var(--surface-alt);color:var(--text-secondary);font-size:.8rem;font-weight:700}.product-modal-label{display:block;margin-bottom:.4rem;color:var(--text-secondary);font-size:.78rem;font-weight:700}.variant-chips{display:flex;flex-wrap:wrap;gap:.5rem}.variant-chip,.variant-chip-sm{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .85rem;border-radius:var(--radius-md);border:1px solid var(--border);background:#fff;font-size:.82rem;font-weight:700;color:var(--text-secondary);transition:all .2s var(--ease);cursor:pointer}.variant-chip:hover{border-color:var(--accent);color:var(--accent);background:rgba(46,111,64,.04)}.variant-chip.active{color:#fff;background:var(--accent);border-color:var(--accent);box-shadow:0 4px 12px rgba(46,111,64,.2)}.variant-chip-sm{background:var(--surface-alt);color:var(--text-secondary);padding:.35rem .6rem;border-radius:var(--radius-sm)}.variant-chip-color{width:2.6rem;height:2.6rem;padding:.2rem;border-radius:50%!important;border:2px solid var(--border);display:inline-flex;align-items:center;justify-content:center;background:#fff;cursor:pointer}.variant-chip-color.active,.variant-chip-color:hover{background:#fff;color:inherit;border-color:var(--accent)!important;box-shadow:0 0 0 3px rgba(46,111,64,.18)}.color-swatch{display:inline-flex;width:1.85rem;height:1.85rem;flex:0 0 1.85rem;border-radius:50%!important;border:2px solid rgba(255,255,255,.95);box-shadow:inset 0 0 0 1px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.08)}.color-swatch-mini{width:1.15rem;height:1.15rem;flex-basis:1.15rem;border-width:1.5px}.color-swatch-inline{width:1rem;height:1rem;flex-basis:1rem;vertical-align:-.15em}.variant-display{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap}.variant-display-segment{display:inline-flex;align-items:center;gap:.25rem}.variant-editor-color{grid-template-columns:minmax(0,1fr) auto}.color-picker-field{display:grid;grid-template-columns:3.1rem minmax(0,1fr);align-items:center;min-height:46px;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.color-picker-field input[type=color]{width:3.1rem;height:100%;min-height:46px;padding:.35rem;border:0;border-radius:0;background:transparent;cursor:pointer}.color-picker-value{display:inline-flex;align-items:center;justify-content:flex-start;height:100%;padding:0 .85rem;border-left:1px solid var(--border)}.color-option-chip{gap:.35rem;padding:.35rem .5rem}.variant-chip-sm-color-group{gap:.35rem}.color-swatch-list{display:inline-flex;align-items:center;gap:.25rem;flex-wrap:wrap}.order-variant-option-color{min-width:2rem;min-height:2rem;padding:.2rem}.order-variant-option-color.active{background:#fff;border-color:var(--accent);box-shadow:0 0 0 3px rgba(46,111,64,.12)}.product-modal-footer{display:grid;grid-gap:.5rem;gap:.5rem;margin-top:.2rem}.product-modal-subtotal{color:var(--text-secondary)}.add-to-cart-btn.added{background:linear-gradient(135deg,#2f8c52,#227242)}.product-modal-feedback{color:var(--success);font-size:.84rem;font-weight:700}.modal-card-checkout{width:min(100%,560px)}.checkout-header h2{margin:.35rem 0 .45rem}.checkout-helper-text{color:var(--text-secondary);line-height:1.6}.checkout-summary{margin-top:1rem;padding:1rem;border-radius:4px;background:var(--surface-alt);border:1px solid var(--border)}.checkout-summary h3{margin-bottom:.75rem;font-size:.98rem}.checkout-form,.checkout-items-list{display:grid;grid-gap:.75rem;gap:.75rem}.checkout-item-row,.checkout-total-row{display:flex;justify-content:space-between;gap:.75rem}.checkout-item-name,.checkout-item-price{font-size:.88rem;color:var(--text-secondary)}.checkout-total-row{margin-top:.85rem;padding-top:.85rem;border-top:1px solid rgba(212,207,200,.9)}.checkout-form{margin-top:1rem}.checkout-field{display:grid;grid-gap:.4rem;gap:.4rem}.checkout-field label{color:var(--text-secondary);font-size:.84rem;font-weight:700}.checkout-error{color:var(--danger);font-size:.84rem}.checkout-success{display:grid;justify-items:center;text-align:center;grid-gap:.75rem;gap:.75rem}.checkout-success-icon{display:inline-flex;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:4px;background:rgba(45,138,78,.1);color:var(--success)}.checkout-order-reference{padding:.45rem .8rem;border-radius:4px;background:var(--surface-alt);color:var(--text-secondary);font-size:.82rem;font-weight:700}.checkout-close-button{width:100%;margin-top:.75rem}.whatsapp-btn{width:100%;margin-top:.15rem}.whatsapp-number-text{color:var(--text-secondary);font-size:.86rem}.orders-list{display:grid;grid-gap:.85rem;gap:.85rem}.order-card{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:1rem;gap:1rem;padding:.9rem 1rem;border-radius:4px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow-sm);cursor:pointer;transition:all .2s var(--ease)}.order-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.order-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.order-card-header h3{font-size:.98rem}.order-badge{display:inline-flex;align-items:center;padding:.4rem .7rem;border-radius:4px;font-size:.75rem;font-weight:800}.badge-pending{background:rgba(188,125,59,.12);color:#9c6325}.badge-accepted{background:rgba(45,138,78,.12);color:#246d3d}.badge-modified{background:rgba(72,107,180,.12);color:#33569e}.badge-rejected{background:rgba(214,69,69,.12);color:#a73737}.order-customer,.order-date{color:var(--text-secondary);font-size:.86rem;margin-top:.2rem}.order-card-total{text-align:right}.order-card-total span{display:block;color:var(--text-muted);font-size:.8rem}.modal-card-order{width:min(100%,720px);max-height:min(90vh,920px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.order-actions,.order-detail-meta,.order-detail-total{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.order-detail-meta{margin-top:.8rem}.order-detail-date,.order-detail-phone{color:var(--text-secondary);font-size:.84rem}.order-detail-notes{margin-top:.9rem;color:var(--text-secondary)}.order-items-list{display:grid;grid-gap:.75rem;gap:.75rem;margin:1rem 0}.order-item-row{display:grid;grid-template-columns:72px minmax(0,1fr) auto auto;grid-gap:.75rem;gap:.75rem;align-items:center;padding:.75rem;border-radius:4px;background:var(--surface-alt)}.order-item-img{width:72px;aspect-ratio:1;border-radius:4px;background-size:cover;background-position:50%}.order-item-info h4{font-size:.95rem;margin-bottom:.15rem}.order-item-qty{color:var(--text-secondary);font-size:.85rem}.order-detail-total{justify-content:space-between;padding-top:.8rem;border-top:1px solid var(--border)}@media (max-width:1024px){.hero-stat-grid,.order-card,.product-modal-layout,.storefront-hero{grid-template-columns:1fr}}@media (max-width:820px){.mobile-menu-btn{display:inline-flex}.navbar-content{flex-wrap:wrap}.navbar-center{display:none;width:100%;flex-direction:column;align-items:stretch;gap:.9rem;padding-bottom:.6rem}.navbar-center.mobile-open{display:flex}.navbar-actions,.navbar-menu{width:100%;flex-direction:column;align-items:stretch}.cart-icon-btn,.nav-btn,.nav-user-badge{width:100%}.cart-icon-btn{min-height:48px}.catalog-page-header,.storefront-hero-copy{padding:1.5rem}.checkout-item-row,.checkout-total-row,.drawer-item,.filters-panel,.hero-stat-grid,.order-actions,.order-item-row,.product-card-heading,.product-card-meta{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.drawer-item{grid-template-columns:1fr}.drawer-item-total,.order-card-total{text-align:left}}@media (max-width:640px){.storefront-shell{gap:1rem}.storefront-hero-title{font-size:clamp(2.1rem,11vw,3rem)}.catalog-page-header h1,.product-modal-header h2{font-size:1.8rem}.hero-note-card h2{font-size:1.35rem}.modal-card,.modal-card-order{padding:1.25rem 1rem}.modal-backdrop:has(.modal-card-product){align-items:flex-end!important;padding:0!important}.modal-card-product{width:100%!important;max-width:100%!important;border-radius:24px 24px 0 0!important;margin:0!important;max-height:90vh!important;overflow-y:auto!important;padding:1.25rem 1rem 2.5rem!important;animation:slideUpBottom .35s cubic-bezier(.16,1,.3,1)!important;border:none!important;border-top:1px solid var(--border)!important;box-shadow:0 -8px 32px rgba(0,0,0,.12)!important}.modal-card-product:before{content:"";display:block;width:42px;height:4.5px;background:var(--border-strong);border-radius:2px;margin:-.25rem auto 1.25rem;opacity:.35}.modal-card-product .modal-close-btn{position:absolute!important;top:.8rem!important;right:.8rem!important;z-index:10!important;background:rgba(0,0,0,.05)!important;border-radius:50%!important;width:2.2rem!important;height:2.2rem!important}.product-modal-media{min-height:300px}.product-modal-footer{position:-webkit-sticky;position:sticky;bottom:0;background:var(--surface);margin:1.5rem -1rem -2.5rem;padding:1rem 1rem 2rem;border-top:1px solid var(--border);box-shadow:0 -10px 30px rgba(0,0,0,.06);z-index:10;display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:.75rem;gap:.75rem}.product-modal-subtotal{margin:0;font-size:.85rem}.add-to-cart-btn{min-height:44px;padding:.6rem 1rem;border-radius:var(--radius-lg)}.product-modal-feedback{grid-column:1/-1;text-align:center;font-size:.78rem;margin-top:.25rem}}.storefront-hero-full{grid-template-columns:1fr}.storefront-hero-copy-full{max-width:none;width:100%}.nav-btn-active{color:var(--accent-hover);border-color:rgba(46,111,64,.26);background:rgba(46,111,64,.08)}.product-body-stretch{display:flex;flex-direction:column;gap:1rem;height:100%}.product-price-stack{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}.product-price-stack-modal{align-items:flex-start}.inventory-price-original,.product-price-original{color:var(--text-muted);font-size:.8rem;text-decoration:line-through;text-decoration-thickness:2px}.tag-chip-action{cursor:pointer}.discount-dot{border-radius:4px;background:#1f8f52}.discount-badge,.discount-dot,.product-discount-badge{display:inline-flex;align-items:center;justify-content:center;font-size:.73rem;font-weight:800}.discount-badge,.product-discount-badge{border-radius:var(--radius-full);background:rgba(46,111,64,.12)!important;color:var(--accent)!important;border:1px solid rgba(46,111,64,.22)!important;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:.35rem .65rem}.product-discount-badge-card{width:-moz-fit-content;width:fit-content}@media (max-width:820px){.product-card .discount-dot{display:none}.product-price-stack-card{gap:.25rem}.product-discount-badge-card{display:inline-flex;padding:.3rem .5rem;font-size:.68rem}}.product-detail-hint{min-width:8rem;text-align:right}.inventory-price-stack{display:flex;flex-direction:column;align-items:flex-end}.admin-variant-group-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.45rem}.currency-input-wrap{display:grid;grid-template-columns:2.5rem minmax(0,1fr);align-items:stretch;border:1.5px solid var(--border);border-radius:var(--radius-md);overflow:hidden;background:var(--surface)}.currency-input-wrap span{display:inline-flex;align-items:center;justify-content:center;background:var(--surface-alt);color:var(--text-secondary);font-weight:700}.currency-input-wrap input{border:none;border-radius:0;box-shadow:none}.currency-input-wrap input:focus{box-shadow:none}.file-upload-field{display:grid;grid-gap:.45rem;gap:.45rem;padding:.8rem .95rem;border-radius:var(--radius-md);border:1.5px dashed var(--border-strong);background:var(--surface-alt);color:var(--text-secondary)}.file-upload-field span{font-size:.8rem;font-weight:700}.file-upload-field strong{color:var(--text);font-size:.9rem}.file-upload-field input{padding:0;border:none;background:transparent}.editor-image-preview{border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--border);background:var(--surface-alt)}.editor-image-preview-media{min-height:220px;background-size:cover;background-position:50%}.variant-group-editor-list{display:grid;grid-gap:.8rem;gap:.8rem}.variant-group-editor{display:grid;grid-gap:.7rem;gap:.7rem;padding:.9rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface-alt)}.variant-editor,.variant-group-editor-head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.75rem;gap:.75rem}.order-history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.order-board{display:grid;grid-gap:.9rem;gap:.9rem}.order-board-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.order-board-header h3{font-family:var(--font-display),Georgia,serif;font-size:2rem;line-height:1}.order-card-static{cursor:default}.order-card-static:hover{transform:none}.order-history-items{display:grid;grid-gap:.65rem;gap:.65rem;margin-top:.85rem}.order-history-item{display:grid;grid-template-columns:56px minmax(0,1fr) auto;grid-gap:.65rem;gap:.65rem;padding:.65rem;border-radius:4px;background:var(--surface-alt)}.order-history-item h4{font-size:.9rem}.order-history-item p{color:var(--text-secondary);font-size:.8rem}.order-history-item-price{margin-top:.2rem;font-weight:700;color:var(--accent)}.order-history-item-meta{display:grid;justify-items:end;grid-gap:.2rem;gap:.2rem}.order-history-item-meta strong{font-size:.92rem;color:var(--text-primary)}.order-edit-grid,.order-edit-item-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.order-edit-item-grid{align-items:start}.order-edit-item-grid-full{grid-column:1/-1}.order-edit-item-grid-tight{grid-template-columns:minmax(0,1fr) 140px auto}.order-edit-status-row{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;margin:.9rem 0}.order-status-field{display:grid;grid-gap:.35rem;gap:.35rem;min-width:200px}.order-status-field span{color:var(--text-secondary);font-size:.82rem;font-weight:700}.order-edit-items{display:grid;grid-gap:.65rem;gap:.65rem;margin-top:.25rem}.order-edit-item-card{display:grid;grid-gap:.45rem;gap:.45rem;padding:.5rem .6rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface-alt)}.order-variant-picker{display:grid;grid-gap:.28rem;gap:.28rem;padding:.38rem .5rem;border:1px solid var(--border);border-radius:4px;background:rgba(255,255,255,.72)}.order-variant-picker-header{display:flex;align-items:baseline;justify-content:space-between;gap:.3rem;flex-wrap:wrap}.order-variant-picker-header span{font-size:.66rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.order-variant-picker-header strong{font-size:.72rem;color:var(--accent)}.order-variant-groups{display:grid;grid-gap:.3rem;gap:.3rem}.order-variant-group{display:grid;grid-gap:.18rem;gap:.18rem}.order-variant-group-label{font-size:.68rem;font-weight:700;color:var(--text-primary)}.order-variant-options{display:flex;gap:.28rem;flex-wrap:wrap}.order-variant-option{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:.18rem .55rem;border-radius:4px;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);font-size:.68rem;font-weight:600;transition:all .18s var(--ease)}.order-variant-option:hover{border-color:rgba(46,111,64,.26);color:var(--accent);background:rgba(46,111,64,.1)}.order-variant-option.active{border-color:rgba(46,111,64,.35);background:linear-gradient(135deg,rgba(46,111,64,.18),rgba(46,111,64,.08));color:var(--accent);box-shadow:inset 0 0 0 1px rgba(46,111,64,.1)}@media (max-width:1024px){.order-history-grid{grid-template-columns:1fr}}@media (max-width:820px){.order-edit-grid,.order-edit-item-grid,.order-edit-item-grid-tight,.order-edit-status-row,.variant-editor,.variant-group-editor-head{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.order-history-item{grid-template-columns:1fr}}.trust-strip{display:none}.navbar-content-sidebar{align-items:center;gap:.9rem;min-width:0}.navbar-main{flex:1 1;justify-content:space-between;gap:1.5rem}.navbar-main,.navbar-main-right{display:flex;align-items:center;min-width:0}.navbar-main-right{justify-content:flex-end;gap:1rem;margin-left:auto}.navbar-menu-inline{flex:0 1 auto;align-items:center;justify-content:flex-start;flex-wrap:wrap}.admin-nav-tools{display:flex;align-items:center;gap:.55rem;margin-left:auto}.header-sidebar{min-width:180px;padding-left:1rem;border-left:1px solid rgba(212,207,200,.8);display:flex;flex-direction:column;justify-content:center;gap:.75rem}.header-sidebar-user{color:var(--text);font-size:.88rem;font-weight:700}.header-sidebar-section{display:grid;grid-gap:.55rem;gap:.55rem}.header-sidebar-label{color:var(--text-muted);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.header-sidebar-actions{display:flex;flex-direction:column;gap:.45rem}.sidebar-cart,.sidebar-link{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:42px;padding:.55rem .8rem;border-radius:4px;border:1px solid rgba(212,207,200,.7);background:rgba(255,255,255,.68);color:var(--text-secondary);font-size:.8rem;font-weight:600;letter-spacing:.01em;transition:background .22s var(--ease),color .22s var(--ease),border-color .22s var(--ease),transform .22s var(--ease),box-shadow .22s var(--ease)}.sidebar-cart:hover,.sidebar-link.active,.sidebar-link:hover{background:rgba(255,255,255,.96);color:var(--text);border-color:rgba(46,111,64,.18);transform:translateX(2px);box-shadow:0 10px 20px rgba(32,83,46,.08)}.sidebar-link-primary{background:linear-gradient(135deg,#427c52,#20532e);color:#fff;border-color:transparent}.sidebar-cart strong{color:var(--accent-hover)}.sidebar-toggle{display:flex;align-items:center;justify-content:center;padding:.6rem;border-radius:4px;border:none;background:transparent;color:var(--text);font-size:.82rem;font-weight:700;transition:all .2s var(--ease);cursor:pointer}.sidebar-toggle:hover{background:var(--surface-alt);color:var(--accent)}.sidebar-toggle svg{transition:transform .3s var(--ease)}.header-sidebar-backdrop{position:fixed;inset:0;background:rgba(28,25,23,.18);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s var(--ease),visibility .24s var(--ease);z-index:35}.header-sidebar-backdrop.open{opacity:1;visibility:visible;pointer-events:auto}.header-sidebar{position:fixed;top:76px;right:1rem;width:280px;background:rgba(255,252,249,.88);border-radius:4px;max-height:calc(100vh - 92px);overflow-y:auto;visibility:hidden;opacity:0;transform:translateY(-10px) scale(.96);transform-origin:top right;z-index:40;transition:opacity .24s var(--ease),transform .3s var(--ease),visibility .24s var(--ease);box-shadow:0 20px 44px rgba(28,25,23,.16),0 8px 20px rgba(28,25,23,.08);border:1px solid rgba(212,207,200,.72);padding:.9rem;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-sidebar.open{visibility:visible;opacity:1;transform:translateY(0) scale(1)}.admin-header-sidebar:before,.header-sidebar:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(46,111,64,.1),transparent 26%),linear-gradient(180deg,rgba(255,255,255,.94),rgba(245,243,239,.9));z-index:-1;border-radius:inherit}.storefront-shell{gap:1.2rem}.catalog-section{margin-top:0}.inventory-media-frame,.product-img-frame,.product-modal-media-frame{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#faf9f6,#f5f3ef);overflow:hidden}.product-img-frame{position:relative;min-height:240px;height:240px;border-radius:4px}.product-img-frame:after{content:"";position:absolute;top:0;left:-150%;width:100%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.3) 50%,rgba(255,255,255,0));transform:skewX(-20deg);pointer-events:none}.product-card:hover .product-img-frame:after{left:150%;transition:left .85s cubic-bezier(.4,0,.2,1)}.gallery-thumb-tag,.inventory-media-tag,.product-img-tag,.product-modal-media-tag{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center;display:block}.product-img-tag{transition:transform .5s var(--ease)}.product-card:hover .product-img-tag{transform:scale(1.04)}.inventory-media-frame{width:100px;aspect-ratio:1;border-radius:var(--radius-lg)}.product-body-stretch{justify-content:space-between}.product-card-meta{align-items:flex-end}.product-detail-hint{min-height:2rem;display:inline-flex;align-items:center;justify-content:flex-end}.product-modal-layout{grid-template-columns:minmax(260px,.8fr) minmax(0,1fr)}.product-modal-media-frame{min-height:270px;border-radius:4px}.product-gallery-controls{display:flex;justify-content:space-between;gap:.55rem;margin-top:.55rem}.gallery-nav-btn{width:38px;height:38px;border-radius:4px;border:1px solid var(--border);background:#fff;color:var(--text);font-size:1.15rem}.product-gallery-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(54px,1fr));grid-gap:.45rem;gap:.45rem;margin-top:.55rem}.gallery-thumb{border-radius:4px;overflow:hidden;border:2px solid transparent;background:linear-gradient(180deg,#fff,#f5f3ef);aspect-ratio:1;display:grid;place-items:center}.gallery-thumb.active{border-color:var(--accent)}.gallery-thumb-video{position:relative;width:100%;height:100%;display:grid;place-items:center;background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 32%),linear-gradient(135deg,#427c52,#20532e);color:#fff}.gallery-thumb-play{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:4px;background:rgba(255,255,255,.2);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}.gallery-thumb-video-label{position:absolute;left:.45rem;bottom:.4rem;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.modal-card-editor-wide{width:min(1020px,calc(100vw - 2.25rem));max-height:calc(100vh - 2.5rem);overflow:hidden}.product-editor-scroll{min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:.1rem;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.hero-editor-preview{min-height:180px;background-size:cover;background-position:50%;border-radius:4px}.hero-editor-form{min-height:0;overflow-y:auto;padding-right:.1rem;overscroll-behavior:contain}.hero-editor-section{display:grid;grid-gap:.7rem;gap:.7rem;padding:.85rem;border:1px solid var(--border);border-radius:3px;background:rgba(255,255,255,.78)}.hero-editor-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.hero-editor-section-header h3{margin:0;color:var(--text);font-size:.98rem}.hero-editor-section-header span{color:var(--text-secondary);font-size:.78rem;font-weight:800;white-space:nowrap}.hero-product-search-field{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;grid-gap:.5rem;gap:.5rem;min-height:42px;padding:0 .68rem;border:1px solid var(--border);border-radius:3px;background:#fff;color:var(--text-muted)}.hero-product-search-field:focus-within{border-color:var(--text);color:var(--text)}.hero-product-search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:.88rem}.hero-product-search-field input::placeholder{color:var(--text-muted)}.hero-product-picker-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.55rem;gap:.55rem;max-height:320px;overflow-y:auto;padding-right:.1rem}.hero-product-picker-option{position:relative;display:grid;grid-template-columns:18px 52px minmax(0,1fr);align-items:center;grid-gap:.58rem;gap:.58rem;min-width:0;padding:.48rem;border:1px solid var(--border);border-radius:3px;background:#fff;cursor:pointer}.hero-product-picker-option.selected,.hero-product-picker-option:hover{border-color:var(--text)}.hero-product-picker-option input{width:16px;height:16px;accent-color:var(--text)}.hero-product-picker-thumb{display:block;width:52px;aspect-ratio:1;overflow:hidden;border:1px solid var(--border);border-radius:2px;background:var(--surface-alt)}.hero-product-picker-thumb img{width:100%;height:100%;object-fit:cover}.hero-product-picker-copy{display:grid;grid-gap:.2rem;gap:.2rem;min-width:0;padding-right:4.7rem}.hero-product-picker-copy span{overflow:hidden;color:var(--text);font-size:.86rem;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.hero-product-picker-copy strong{color:var(--text-secondary);font-size:.78rem}.hero-product-picker-rank{position:absolute;right:.48rem;top:.48rem;padding:.16rem .32rem;border:1px solid var(--border);border-radius:2px;background:var(--surface-alt);color:var(--text);font-size:.66rem;font-weight:850}.hero-product-picker-empty{display:grid;grid-gap:.18rem;gap:.18rem;padding:.8rem;border:1px dashed var(--border);border-radius:3px;background:rgba(255,255,255,.65)}.hero-product-picker-empty strong{color:var(--text);font-size:.9rem}.hero-product-picker-empty span{color:var(--text-secondary);font-size:.82rem}.product-editor-shell{display:grid;grid-gap:.9rem;gap:.9rem;min-height:0}.product-editor-columns{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);grid-gap:.9rem;gap:.9rem;align-items:start}.product-editor-column{display:grid;grid-gap:.9rem;gap:.9rem;min-width:0}.editor-section{display:grid;grid-gap:.7rem;gap:.7rem;padding:1rem;border-radius:4px;border:1px solid rgba(212,207,200,.85);background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(245,243,239,.92));box-shadow:0 10px 28px rgba(28,25,23,.05)}.compact-field{gap:.35rem}.field-label{color:var(--text-secondary);font-size:.82rem;font-weight:700}.editor-section-priority{gap:.85rem}.editor-grid-compact{grid-template-columns:minmax(0,1.35fr) minmax(170px,.72fr) minmax(170px,.72fr);gap:.75rem}.product-name-field{min-width:0}.compact-price-field{min-height:46px}.compact-price-field input{padding:.65rem .75rem}.image-mode-switch{display:flex;gap:.5rem}.image-mode-switch .secondary-button{min-width:120px}.image-mode-switch .active-mode{background:var(--accent);color:#fff;border-color:var(--accent)}.editor-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.65rem;gap:.65rem}.editor-dual-source{display:grid;grid-gap:.7rem;gap:.7rem}.editor-source-label{color:var(--text-secondary);font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.editor-gallery-card{display:grid;grid-gap:0;gap:0;border-radius:4px;overflow:hidden;border:1px solid rgba(212,207,200,.9);background:rgba(255,255,255,.86);box-shadow:0 8px 18px rgba(28,25,23,.05)}.editor-media-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.editor-media-footer{display:grid;grid-gap:.45rem;gap:.45rem;padding:.65rem .7rem .7rem}.editor-media-footer-simple{display:flex;justify-content:center;align-items:center;padding-top:.55rem}.editor-media-copy{display:grid;grid-gap:.18rem;gap:.18rem;min-width:0}.editor-media-order{display:inline-flex;align-items:center;min-height:24px;width:-moz-fit-content;width:fit-content;padding:.2rem .5rem;border-radius:4px;background:rgba(255,255,255,.82);border:1px solid rgba(212,207,200,.82);color:var(--text-secondary);font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.editor-media-order.is-primary{background:rgba(46,111,64,.1);border-color:rgba(46,111,64,.18);color:var(--accent-hover)}.editor-media-actions{display:flex;align-items:center;gap:.3rem;flex-shrink:0}.editor-media-actions-compact{justify-content:flex-end}.editor-order-controls{display:inline-flex;align-items:center;padding:.15rem;border-radius:4px;border:1px solid rgba(212,207,200,.82);background:rgba(255,255,255,.82)}.editor-order-btn,.editor-remove-btn{min-width:28px;min-height:28px;padding:0 .5rem;border-radius:4px;font-size:.72rem;font-weight:700;transition:all .2s var(--ease)}.editor-order-btn{color:var(--text-secondary)}.editor-order-btn:hover:not(:disabled),.editor-remove-btn:hover{background:rgba(46,111,64,.08);color:var(--text)}.editor-order-btn:disabled{opacity:.35;cursor:not-allowed}.editor-remove-btn{border:1px solid rgba(214,69,69,.18);background:rgba(214,69,69,.06);color:#a73737}.editor-remove-btn:hover{background:rgba(214,69,69,.12);color:#8d2f2f}.editor-media-subtitle{color:var(--text-muted);font-size:.72rem;line-height:1.25}.editor-gallery-card .editor-image-preview-media{min-height:132px;background-size:contain;background-repeat:no-repeat;background-position:50%;background-color:#f5f3ef;border-radius:0}.file-upload-field-multi{min-height:92px;align-content:center}.editor-section-video{align-content:start}.editor-video-card{display:grid;grid-gap:0;gap:0;padding:0;border-radius:4px;border:1px solid rgba(212,207,200,.9);background:rgba(255,255,255,.86);box-shadow:0 8px 18px rgba(28,25,23,.04)}.modal-card-media-order{width:min(100%,840px)}.media-order-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.8rem;gap:.8rem;margin:.8rem 0 1rem}.media-order-list{display:grid;grid-gap:.6rem;gap:.6rem}.media-order-item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;grid-gap:.7rem;gap:.7rem;align-items:center;padding:.65rem;border-radius:4px;border:1px solid rgba(212,207,200,.82);background:rgba(255,255,255,.84)}.media-order-preview{width:72px;aspect-ratio:1;border-radius:4px;background-size:contain;background-repeat:no-repeat;background-position:50%;background-color:#f5f3ef}.media-order-preview-video{display:grid;place-items:center;background:linear-gradient(135deg,#427c52,#20532e);color:#fff;font-size:.74rem;font-weight:700}.media-order-copy{display:grid;grid-gap:.2rem;gap:.2rem;min-width:0}.editor-video-label{margin:0}.editor-video-list{display:grid;grid-gap:.55rem;gap:.55rem}.editor-video-inline-label{color:var(--text-secondary);font-size:.8rem;font-weight:700}.editor-video-meta{display:flex;flex-wrap:wrap;gap:.4rem .6rem;color:var(--text-muted);font-size:.74rem}.editor-section-head{align-items:flex-start}.editor-inline-meta,.editor-section-head{display:flex;justify-content:space-between;gap:.75rem}.editor-inline-meta{flex-wrap:wrap;align-items:center}.editor-summary-pills{display:flex;flex-wrap:wrap;gap:.45rem}.editor-summary-pills .session-pill{font-size:.76rem;color:var(--text-secondary);background:rgba(255,255,255,.76)}.product-editor-footer{position:-webkit-sticky;position:sticky;bottom:0;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;border-radius:4px;border:1px solid rgba(212,207,200,.85);background:rgba(255,252,249,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 -8px 24px rgba(28,25,23,.05)}.product-editor-footer-copy{display:grid;grid-gap:.12rem;gap:.12rem}.product-editor-footer-copy strong{font-size:.92rem}.product-editor-footer-copy span{color:var(--text-secondary);font-size:.8rem}.order-board-stacked{margin-top:1rem}.order-board-ready{margin-top:1.4rem}.modal-card-order-wide{width:min(860px,calc(100vw - 2.25rem))}.order-edit-footer-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.9rem}.order-delete-btn{margin-top:.6rem;width:100%;justify-content:center}.users-panel-grid{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);grid-gap:1rem;gap:1rem;margin-top:1rem}.user-detail-panel,.users-list-panel{min-width:0}.user-detail-panel{padding:1rem;border-radius:4px;border:1px solid var(--border);background:rgba(255,255,255,.9)}.user-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.65rem 1rem;gap:.65rem 1rem;margin-bottom:1rem}.user-detail-grid p{color:var(--text-secondary)}.user-detail-orders{margin-top:1rem}.order-card-selected{border-color:rgba(46,111,64,.24);box-shadow:0 0 0 2px rgba(46,111,64,.08)}.user-orders-layout{display:grid;grid-gap:1rem;gap:1rem}.orders-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:.5rem}.orders-tab{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.68rem .9rem;border-radius:4px;border:2px solid var(--border);background:rgba(248,245,240,.5);color:var(--text-secondary);font-size:.84rem;font-weight:700;cursor:pointer;transition:all .2s var(--ease)}.danger-button-sm,.secondary-button-sm{min-height:36px;padding:.55rem .85rem;font-size:.8rem}.orders-tab:hover{background:var(--surface-alt);border-color:rgba(46,111,64,.2);color:var(--text)}.orders-tab.active{background:var(--accent);color:#fff;border-color:var(--accent)}.orders-tab-label{flex:1 1;text-align:left}.orders-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .5rem;border-radius:4px;background:rgba(255,255,255,.3);font-size:.78rem;font-weight:800}.orders-tab.active .orders-tab-count{background:rgba(255,255,255,.25)}.order-card-history{grid-template-columns:minmax(0,1fr)}.order-card-collapsible{padding:.75rem .85rem;gap:.55rem}.order-card-actions-compact{display:flex;flex-wrap:wrap;gap:.55rem}.order-history-items{margin-top:.75rem}.order-history-item{grid-template-columns:72px minmax(0,1fr) auto;align-items:center;padding:.55rem}.order-card-compact{gap:.75rem}.order-card-expanded{border-color:rgba(46,111,64,.24);box-shadow:0 0 0 2px rgba(46,111,64,.08)}.order-card-inline-detail{grid-column:1/-1;display:grid;grid-gap:.6rem;gap:.6rem;padding-top:.1rem}.order-history-items-compact{gap:.45rem;margin-top:0}.order-history-item-compact{grid-template-columns:48px minmax(0,1fr) auto;padding:.5rem}.order-history-item-compact .order-item-img{width:48px;border-radius:4px}.order-history-item-compact h4{font-size:.84rem}.order-history-item-compact p,.order-history-item-compact span{font-size:.76rem}.admin-sidebar-toggle{display:inline-flex;margin-left:auto;width:42px;height:42px;min-height:42px;padding:0;border:1px solid rgba(212,207,200,.7);background:rgba(255,255,255,.68);box-shadow:0 6px 18px rgba(28,25,23,.06)}.admin-sidebar-role{color:var(--text-muted);font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.admin-header-sidebar{width:280px}.admin-header-sidebar .header-sidebar-user{font-size:.92rem}.admin-header-sidebar .header-sidebar-actions{gap:.55rem;margin-top:.15rem}.sidebar-toggle.active{background:rgba(255,255,255,.96);color:var(--accent);border-color:rgba(46,111,64,.2);box-shadow:0 12px 24px rgba(28,25,23,.1)}.sidebar-toggle.active svg{transform:rotate(90deg)}.product-video-frame{display:block;width:100%;aspect-ratio:16/9;border:0}.product-video-frame-main{min-height:270px;height:100%;border-radius:4px;background:#111}.order-history-item span{font-weight:700;color:var(--text-secondary)}.order-picker-list{display:grid;max-height:58vh;overflow:auto;grid-gap:.75rem;gap:.75rem;padding-right:.1rem}.order-picker-card{display:grid;grid-template-columns:88px minmax(0,1fr) auto;grid-gap:.95rem;gap:.95rem;align-items:center;padding:.95rem 1rem;border-radius:4px;border:1px solid rgba(212,207,200,.84);background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(249,245,240,.97));box-shadow:0 10px 24px rgba(28,25,23,.05)}.order-picker-card-media{align-self:stretch}.order-picker-media-frame{width:88px;aspect-ratio:1;border-radius:4px;overflow:hidden;background:linear-gradient(180deg,#faf9f6,#f5f3ef)}.order-picker-card-body{min-width:0;display:grid;grid-gap:.45rem;gap:.45rem}.order-picker-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.order-picker-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.order-picker-title-row h3{font-size:1rem;line-height:1.2;margin:0}.order-picker-price{flex-shrink:0;color:var(--accent-hover);font-size:1rem;line-height:1.1;white-space:nowrap}.order-picker-description{margin:0;font-size:.82rem;line-height:1.45;color:var(--text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.order-picker-tags{gap:.3rem}.order-picker-card-actions{display:grid;align-self:stretch;align-content:center;padding-left:.9rem;border-left:1px solid rgba(212,207,200,.78);min-width:118px}.order-picker-card-actions .primary-button{width:100%;min-height:42px;border-radius:4px}.order-user-summary{display:grid;grid-gap:.1rem;gap:.1rem;min-height:0;align-content:center;padding:.42rem .75rem}.order-user-summary strong{font-size:.82rem}.order-user-summary span{color:var(--text-secondary);font-size:.78rem;line-height:1.25}.autocomplete-shell{position:relative}.order-edit-grid>.autocomplete-shell input{min-height:0;padding-top:.42rem;padding-bottom:.42rem}.autocomplete-menu{position:absolute;top:calc(100% + .45rem);left:0;width:100%;max-height:260px;overflow-y:auto;padding:.35rem;border-radius:4px;border:1px solid rgba(212,207,200,.82);background:rgba(255,252,249,.98);box-shadow:0 16px 34px rgba(28,25,23,.12);z-index:12}.autocomplete-option{width:100%;display:grid;grid-gap:.12rem;gap:.12rem;padding:.7rem .8rem;border-radius:4px;text-align:left;color:var(--text)}.autocomplete-option span{font-weight:700}.autocomplete-option small{color:var(--text-secondary);font-size:.76rem}.autocomplete-option.active,.autocomplete-option:hover{background:rgba(46,111,64,.09)}.autocomplete-empty{padding:.8rem;color:var(--text-secondary);font-size:.82rem}.order-picker-modal{width:min(920px,calc(100vw - 2rem))}@media (max-width:1120px){.navbar-content-sidebar{flex-direction:column;align-items:stretch}.header-sidebar-actions{flex-direction:column;gap:.45rem}.product-editor-columns,.users-panel-grid{grid-template-columns:1fr}.admin-sidebar-toggle{margin-left:0;align-self:flex-end}}@media (max-width:820px){.navbar-main{align-items:center;gap:.75rem}.navbar-menu-inline{display:none}.header-sidebar-actions{flex-direction:column}.editor-grid-compact,.editor-inline-meta,.media-order-layout,.order-edit-footer-row,.product-editor-footer,.product-modal-layout,.user-detail-grid{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.editor-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-card-actions-compact{flex-direction:column}.navbar-content-sidebar{gap:.75rem}.navbar-logo,.navbar-main{min-width:0}.logo-text{overflow:hidden;text-overflow:ellipsis}.sidebar-toggle{flex:0 0 auto}.header-sidebar{top:72px;right:.5rem;left:.5rem;width:auto;max-height:calc(100vh - 84px);border-radius:4px}.header-sidebar-section+.header-sidebar-section{padding-top:.35rem;border-top:1px solid rgba(212,207,200,.75)}.sidebar-cart,.sidebar-link{min-height:46px;padding:.7rem .9rem;font-size:.88rem}.filters-panel{grid-template-columns:1fr}.filter-select-shell{min-width:0}.quick-filter-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.2rem;scrollbar-width:thin}.quick-filter-chip{flex:0 0 auto}.checkout-item-row,.checkout-total-row,.drawer-header,.drawer-item-controls,.drawer-total,.order-card-header,.product-card-heading,.product-card-meta,.results-row{flex-direction:column;align-items:flex-start}.product-price-stack{align-items:flex-start}.product-detail-hint{min-width:0;justify-content:flex-start;text-align:left}.drawer-header-actions{width:100%;justify-content:space-between}.drawer-item{grid-template-columns:72px minmax(0,1fr)}.drawer-item-total{grid-column:2;text-align:left}.order-item-row{grid-template-columns:1fr}.order-item-img{width:100%;max-width:88px}}@media (max-width:640px){.product-img-frame,.product-modal-media-frame{min-height:220px}.editor-gallery-grid,.product-gallery-strip{grid-template-columns:1fr 1fr}.modal-backdrop{padding:.6rem}.modal-card,.modal-card-editor,.modal-card-order-wide,.modal-card-product,.modal-card-tag-picker,.modal-card-wide{width:100%;max-height:calc(100vh - 1.2rem);padding:.9rem;border-radius:4px}.admin-panel,.catalog-page-header,.catalog-section-elevated,.storefront-hero-copy,.user-detail-panel{padding:1rem}.storefront-hero-carousel{min-height:300px}.storefront-hero-title{line-height:1.04}.catalog-intro,.catalog-page-subtitle,.contact-card p,.product-modal-description,.product-snippet,.section-body p,.storefront-hero-description{font-size:.92rem;line-height:1.6}.hero-edit-btn{right:.8rem;bottom:.8rem}.inventory-actions,.inventory-card,.inventory-preview,.order-card,.order-history-item,.product-card-heading,.product-card-meta{grid-template-columns:1fr;align-items:stretch}.inventory-price-stack,.order-card-total,.product-detail-hint{justify-content:flex-start;text-align:left}.orders-tab{padding:.65rem .8rem;font-size:.82rem}.navbar-content{min-height:60px;padding:.35rem 0}.navbar-logo{gap:.55rem;max-width:calc(100% - 3.5rem)}.logo-mark{width:1.85rem;height:1.85rem;border-radius:4px}.logo-text{font-size:.88rem}.header-sidebar{top:64px;max-height:calc(100vh - 74px);padding:.8rem}.catalog-grid,.contact-grid,.editor-gallery-grid,.features-grid,.orders-tabs,.product-gallery-strip,.stats-grid{grid-template-columns:1fr}.product-img-frame{height:210px}.cart-drawer{width:100vw;padding:.85rem}.drawer-item{grid-template-columns:1fr}.drawer-item-img{width:100%;max-width:88px}.drawer-item-total{grid-column:auto}.inventory-actions,.inventory-card,.inventory-preview,.product-editor-footer,.product-modal-layout{gap:.75rem}.catalog-page-header h1,.product-modal-header h2{line-height:1.08}.add-to-cart-btn,.checkout-btn,.checkout-submit-btn,.danger-button,.primary-button,.secondary-button,.whatsapp-btn{width:100%}.storefront-hero-actions{display:grid;grid-template-columns:1fr}}@media (max-width:820px){.admin-shell,.hero-copy,.hero-shell,.navbar-content,.page-shell,.section-content{width:min(100% - 1rem,100%)}.header-container{background:rgba(250,249,246,.94);border-bottom:1px solid rgba(212,207,200,.82);box-shadow:0 8px 22px rgba(28,25,23,.07)}.navbar-content{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:.75rem;gap:.75rem;min-height:64px}.navbar-content-sidebar,.navbar-main{display:contents}.navbar-main-right{display:none}.navbar-logo{gap:.65rem;min-width:0}.logo-mark{width:2rem;height:2rem}.logo-text{font-size:.92rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-toggle{width:2.75rem;height:2.75rem;padding:0;border-radius:4px;border:1px solid rgba(212,207,200,.95);background:rgba(255,255,255,.82);box-shadow:0 8px 20px rgba(28,25,23,.05)}.header-sidebar{top:auto;right:0;left:0;bottom:0;width:100%;max-height:min(78vh,640px);padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));border-radius:4px 4px 0 0;transform:translateY(100%);transform-origin:bottom center;box-shadow:0 -20px 48px rgba(28,25,23,.18);border-left:none;border-right:none;border-bottom:none}.header-sidebar.open{transform:translateY(0)}.header-sidebar:after{content:"";width:42px;height:4px;border-radius:4px;background:rgba(120,102,92,.28);position:absolute;top:.55rem;left:50%;transform:translateX(-50%)}.header-sidebar-section{gap:.7rem}.header-sidebar-section+.header-sidebar-section{margin-top:.9rem;padding-top:.9rem;border-top:1px solid rgba(212,207,200,.74)}.header-sidebar-label{font-size:.68rem;letter-spacing:.12em}.header-sidebar-actions{gap:.55rem}.sidebar-cart,.sidebar-link{min-height:50px;padding:.85rem .95rem;border-radius:4px;background:rgba(255,255,255,.96);font-size:.92rem;font-weight:700}.sidebar-cart:hover,.sidebar-link.active,.sidebar-link:hover{transform:none;box-shadow:0 10px 24px rgba(28,25,23,.07)}.storefront-shell{gap:.8rem;padding-top:.55rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.catalog-page-header,.catalog-section,.info-section,.storefront-hero-copy{border-radius:4px}.storefront-hero-copy{padding:1.1rem;background:linear-gradient(180deg,rgba(28,25,23,.08),rgba(28,25,23,.38)),linear-gradient(135deg,#427c52,#2e6f40 48%,#20532e)}.storefront-hero-carousel{min-height:58svh;align-items:flex-end}.storefront-hero-title{font-size:clamp(2rem,9vw,3.15rem);line-height:.94;max-width:9ch;margin-bottom:.8rem}.storefront-hero-description{max-width:none;font-size:.96rem;line-height:1.55;color:rgba(255,249,244,.92)}.storefront-hero-actions{display:grid;grid-template-columns:1fr;grid-gap:.65rem;gap:.65rem;margin-top:1rem}.storefront-hero-actions .primary-button,.storefront-hero-actions .secondary-button{width:100%;min-height:48px;border-radius:4px}.hero-carousel-dots{justify-content:center;margin-top:.8rem}.hero-edit-btn{top:.75rem;right:.75rem;bottom:auto;min-height:34px;padding:.45rem .8rem;border-radius:4px;font-size:.78rem}.catalog-page-header{padding:1rem}.catalog-page-header h1{font-size:clamp(1.65rem,8vw,2.3rem);line-height:1}.catalog-page-subtitle{font-size:.92rem;line-height:1.58}.catalog-section-elevated{padding:1rem}.catalog-toolbar{gap:.9rem}.catalog-toolbar h2{font-size:clamp(1.35rem,7vw,1.9rem);line-height:1.04}.catalog-intro{margin-top:.4rem;font-size:.9rem;line-height:1.55}.filters-panel{display:grid;grid-template-columns:1fr;grid-gap:.65rem;gap:.65rem;width:100%;padding:.8rem;border-radius:4px;background:linear-gradient(180deg,rgba(251,248,244,.98),rgba(245,243,239,.96));border:1px solid rgba(212,207,200,.72)}.filter-input,.filter-select{min-height:48px;border-radius:4px;font-size:.92rem}.filter-select-menu{border-radius:4px}.quick-filter-row{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;grid-gap:.5rem;gap:.5rem;margin-top:.9rem;padding-bottom:.15rem;overflow-x:auto;overscroll-behavior-x:contain}.quick-filter-chip{min-height:38px;padding:.5rem .85rem;border-radius:4px;font-size:.8rem}.results-row{gap:.45rem;margin:1rem 0 .85rem;font-size:.8rem}.catalog-grid{grid-template-columns:1fr;gap:.85rem}.product-card{grid-template-columns:108px minmax(0,1fr);align-items:stretch;border-radius:4px;overflow:hidden}.product-img-wrap{padding:.8rem 0 .8rem .8rem}.product-img-frame{height:100%;min-height:132px;border-radius:4px}.discount-dot,.featured-dot{padding:.35rem .55rem;font-size:.65rem}.featured-dot{top:1.2rem;left:1.15rem}.discount-dot{top:auto;bottom:1rem;right:auto;left:1.15rem}.product-body{padding:.9rem .95rem .95rem .85rem}.product-body-stretch{gap:.7rem;justify-content:space-between}.product-card-copy{gap:.45rem}.product-card-heading{gap:.35rem}.product-name{font-size:1rem;line-height:1.12}.product-price{font-size:.96rem}.product-price-original{font-size:.72rem}.product-snippet{font-size:.83rem;line-height:1.45}.product-card-meta{gap:.45rem;margin-top:0}.tag-row{gap:.35rem}.tag-chip{padding:.32rem .58rem;font-size:.7rem}.product-detail-hint{font-size:.73rem;min-height:0}.info-section{margin:0;padding:1rem;border:1px solid rgba(212,207,200,.72);background:rgba(255,255,255,.72)}.section-header{margin-bottom:1rem}.section-header h2{font-size:clamp(1.35rem,6vw,1.8rem)}.section-body p{font-size:.92rem;line-height:1.6}.contact-grid,.features-grid{grid-template-columns:1fr;gap:.75rem;margin-top:1rem}.contact-card,.feature-card{border-radius:4px;padding:1rem;text-align:left}.drawer-backdrop,.header-sidebar-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cart-drawer{top:auto;right:0;left:0;bottom:0;width:100%;height:min(88svh,760px);padding:.95rem .9rem calc(.95rem + env(safe-area-inset-bottom));border-radius:4px 4px 0 0;border-left:none;box-shadow:0 -18px 46px rgba(28,25,23,.18);transform:translateY(100%)}.cart-drawer.open{transform:translateY(0)}.drawer-header{gap:.75rem;padding-bottom:.85rem}.drawer-title-row h2{font-size:1.35rem}.drawer-subtitle{font-size:.82rem}.drawer-items{gap:.7rem;padding:.85rem 0}.drawer-item{grid-template-columns:72px minmax(0,1fr);gap:.7rem;padding:.75rem;border-radius:4px}.drawer-item-img{width:72px;border-radius:4px}.drawer-item-total{grid-column:2;font-size:.88rem}.qty-control{gap:.5rem}.qty-btn{width:2rem;height:2rem}.modal-backdrop{align-items:end;padding:0;overflow-y:auto}.modal-card,.modal-card-checkout,.modal-card-editor,.modal-card-order,.modal-card-order-wide,.modal-card-product,.modal-card-tag-picker,.modal-card-wide{width:100%;max-width:none;max-height:min(92svh,920px);border-radius:4px 4px 0 0;padding:1rem;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.modal-card-editor,.modal-card-order,.modal-card-order-wide,.modal-card-product{padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.product-editor-scroll{padding-bottom:calc(.25rem + env(safe-area-inset-bottom))}.modal-header{position:-webkit-sticky;position:sticky;top:-1rem;z-index:2;margin:-1rem -1rem .75rem;padding:1rem 1rem .75rem;background:linear-gradient(180deg,rgba(255,252,249,.98),rgba(255,252,249,.92));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(212,207,200,.6)}.product-modal-layout{grid-template-columns:1fr;gap:.85rem}.product-modal-image{border-radius:4px}.product-modal-media-frame,.product-video-frame-main{min-height:260px;border-radius:4px}.product-gallery-controls{justify-content:flex-end}.product-gallery-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.product-modal-header h2{font-size:1.55rem;line-height:1.04}.product-modal-description{font-size:.9rem;line-height:1.58}.variant-chip,.variant-chip-sm{min-height:36px;border-radius:4px}.product-modal-footer{gap:.65rem}.checkout-summary{padding:.9rem;border-radius:4px}.checkout-success-icon{width:4.4rem;height:4.4rem;border-radius:4px}.orders-tabs{grid-template-columns:1fr;gap:.6rem}}@media (max-width:560px){body{font-size:13px}.storefront-shell{gap:.7rem}.catalog-page-header,.catalog-section-elevated,.info-section,.storefront-hero-copy{border-radius:4px}.storefront-hero-copy{padding:.95rem}.storefront-hero-carousel{min-height:54svh}.storefront-hero-title{max-width:8ch;font-size:clamp(1.8rem,10vw,2.65rem)}.product-card{grid-template-columns:1fr}.product-img-wrap{padding:.8rem .8rem 0}.product-img-frame{min-height:190px;height:190px}.featured-dot{top:1.25rem;left:1.25rem}.discount-dot{top:1.25rem;right:1.25rem;left:auto;bottom:auto}.product-body{padding:.9rem}.product-gallery-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.drawer-item{grid-template-columns:1fr}.drawer-item-total{grid-column:auto}.drawer-item-controls{gap:.55rem}}@media (max-width:820px){.admin-shell,.page-shell{padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.admin-shell{width:min(100% - 1rem,100%);padding-top:.55rem}.admin-panel,.user-detail-panel{padding:1rem;border-radius:4px}.panel-heading{display:grid;grid-gap:.7rem;gap:.7rem;align-items:stretch;margin-bottom:.85rem}.panel-heading h2{font-size:1.45rem;line-height:1.06}.panel-heading .primary-button,.panel-heading .secondary-button{width:100%}.editor-grid,.editor-grid-compact,.editor-inline-meta,.inventory-toolbar,.media-order-layout,.order-edit-footer-row,.order-edit-grid,.order-edit-item-grid,.order-edit-item-grid-tight,.product-editor-columns,.product-editor-footer,.user-detail-grid,.users-panel-grid,.variant-editor,.variant-group-editor-head{grid-template-columns:1fr!important}.editor-grid,.inventory-toolbar,.media-order-layout,.product-editor-columns,.users-panel-grid{gap:.75rem}.inventory-list,.order-board,.orders-list,.product-editor-shell,.user-orders-layout{gap:.8rem}.inventory-card,.order-card,.order-card-collapsible,.order-card-history,.order-card-static{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem;padding:.9rem;border-radius:4px}.inventory-preview{display:grid;grid-template-columns:78px minmax(0,1fr);grid-gap:.75rem;gap:.75rem;align-items:start}.inventory-media-frame{width:78px}.auth-footer,.inventory-meta-row,.inventory-title-row,.order-actions,.order-card-actions-compact,.order-card-header{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem}.contact-card h3,.inventory-title-row h3,.order-card-header h3{line-height:1.12}.inventory-meta-row{grid-template-columns:1fr;margin:.4rem 0}.inventory-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.6rem;gap:.6rem;align-items:stretch}.inventory-price-stack{grid-column:1/-1;align-items:flex-start}.inventory-actions .danger-button,.inventory-actions .secondary-button{width:100%}.order-card-total{text-align:left}.order-card-total strong{display:block;margin-top:.15rem;font-size:1.08rem}.order-card-actions-compact .danger-button,.order-card-actions-compact .danger-button-sm,.order-card-actions-compact .secondary-button,.order-card-actions-compact .secondary-button-sm{width:100%}.order-card-inline-detail{gap:.7rem;padding-top:.2rem}.order-history-items,.order-history-items-compact{gap:.55rem}.order-history-item,.order-history-item-compact,.order-item-row{display:grid;grid-template-columns:58px minmax(0,1fr);grid-gap:.65rem;gap:.65rem;align-items:center;padding:.6rem;border-radius:4px}.order-history-item-meta{grid-column:2;justify-items:start}.order-item-img{width:58px;border-radius:4px}.users-panel-grid{margin-top:.8rem}.user-detail-grid{margin-bottom:.8rem;gap:.55rem}.user-detail-grid p{padding:.7rem .8rem;border-radius:4px;background:var(--surface-alt)}.product-editor-footer{position:static;padding:0;border:none;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.inline-actions .danger-button,.inline-actions .primary-button,.inline-actions .secondary-button,.product-editor-footer .inline-actions,.product-editor-footer .primary-button,.product-editor-footer .secondary-button{width:100%}.inline-actions{display:grid;grid-template-columns:1fr;grid-gap:.6rem;gap:.6rem;align-items:stretch}.checkout-summary,.editor-section,.mini-form-card,.tag-selection-summary,.variant-group-editor{border-radius:4px}.editor-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tag-picker-grid{grid-template-columns:1fr 1fr}.media-order-item{grid-template-columns:58px minmax(0,1fr)}.media-order-preview{width:58px;border-radius:4px}.media-order-item>:last-child{grid-column:2}.auth-switch{grid-template-columns:1fr 1fr}.modal-card-wide .helper-text{line-height:1.5}.stack-form{gap:.7rem}input,select,textarea{min-height:46px;font-size:16px}textarea{min-height:110px}.order-board-header{display:grid;grid-gap:.3rem;gap:.3rem;align-items:flex-start}.order-board-header h3{font-size:1.7rem}}@media (max-width:560px){.modal-header h2,.panel-heading h2{font-size:1.28rem}.inventory-preview,.media-order-item,.order-history-item,.order-history-item-compact,.order-item-row{grid-template-columns:1fr}.inventory-media-frame,.media-order-preview,.order-item-img{width:100%;max-width:72px}.inventory-actions{grid-template-columns:1fr}.media-order-item>:last-child,.order-history-item-meta{grid-column:auto}.auth-switch,.editor-gallery-grid,.tag-picker-grid{grid-template-columns:1fr}.admin-panel,.catalog-page-header,.catalog-section-elevated,.info-section,.storefront-hero-copy,.user-detail-panel{padding:.9rem}}.catalog-toolbar>*,.drawer-item>*,.inventory-card>*,.inventory-preview>*,.navbar-content>*,.navbar-main>*,.product-card-copy>*,.product-card>*,.product-editor-columns>*,.product-modal-info>*,.product-modal-layout>*,.user-orders-layout>*,.users-panel-grid>*{min-width:0}.admin-panel,.cart-drawer,.catalog-page-header,.catalog-section,.contact-card,.feature-card,.inventory-card,.modal-card,.order-card,.product-card,.user-detail-panel{overflow:hidden}.catalog-intro,.catalog-page-subtitle,.checkout-item-name,.checkout-item-price,.drawer-item-info h4,.feedback,.header-sidebar-user,.helper-text,.order-card h3,.order-history-item h4,.order-history-item p,.product-modal-description,.product-name,.product-snippet,.sidebar-cart,.sidebar-link,.user-detail-grid p{overflow-wrap:anywhere}@media (min-width:769px) and (max-width:1024px){.admin-shell,.hero-copy,.hero-shell,.navbar-content,.page-shell,.section-content{width:min(100% - 2rem,1000px)}.navbar-content-sidebar,.navbar-main{gap:1rem}.navbar-menu-inline{gap:.8rem;flex-wrap:wrap}.nav-link{font-size:.82rem}.storefront-shell{gap:1rem}.admin-panel,.catalog-page-header,.catalog-section-elevated,.info-section,.storefront-hero-copy,.user-detail-panel{padding:1.2rem}.storefront-hero-carousel{min-height:420px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filters-panel,.inventory-toolbar{grid-template-columns:1fr 1fr}.admin-grid,.inventory-card,.order-history-grid,.product-editor-columns,.product-modal-layout,.users-panel-grid{grid-template-columns:1fr}.inventory-preview{grid-template-columns:96px minmax(0,1fr)}.inventory-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.6rem}.inventory-price-stack{align-items:flex-start;min-width:140px}.editor-gallery-grid,.orders-tabs,.product-gallery-strip,.tag-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-card-editor-wide,.modal-card-order-wide{width:min(100%,900px)}}@media (max-width:768px){body,html{max-width:100%;overflow-x:hidden}body{font-size:13px}.admin-shell,.hero-copy,.hero-shell,.navbar-content,.page-shell,.section-content{width:min(100% - 1rem,100%)}.admin-shell,.page-shell{padding-top:.65rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.header-container{background:rgba(250,249,246,.96);border-bottom:1px solid rgba(212,207,200,.78);box-shadow:0 10px 24px rgba(28,25,23,.06)}.navbar-content{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:.75rem;gap:.75rem;min-height:62px}.navbar-content-sidebar,.navbar-main{display:contents}.navbar-menu-inline{display:none}.navbar-logo{min-width:0;gap:.65rem}.logo-mark{width:1.95rem;height:1.95rem;border-radius:4px}.logo-text{font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-toggle{display:inline-flex;width:2.75rem;height:2.75rem;padding:0;border:1px solid rgba(212,207,200,.82);border-radius:4px;background:rgba(255,255,255,.86)}.drawer-backdrop,.header-sidebar-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header-sidebar{top:auto;right:0;left:0;bottom:0;width:100%;max-height:min(78svh,640px);padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));border-radius:4px 4px 0 0;border-left:none;border-right:none;border-bottom:none;transform:translateY(100%);transform-origin:bottom center}.header-sidebar.open{transform:translateY(0)}.header-sidebar:after{content:"";position:absolute;top:.55rem;left:50%;width:42px;height:4px;border-radius:4px;background:rgba(120,102,92,.28);transform:translateX(-50%)}.header-sidebar-section{gap:.7rem}.header-sidebar-section+.header-sidebar-section{margin-top:.9rem;padding-top:.9rem;border-top:1px solid rgba(212,207,200,.72)}.sidebar-cart,.sidebar-link{min-height:48px;padding:.85rem .95rem;border-radius:4px;font-size:.9rem}.storefront-shell{gap:.8rem}.admin-panel,.catalog-page-header,.catalog-section-elevated,.info-section,.storefront-hero-copy,.user-detail-panel{padding:1rem;border-radius:4px}.storefront-hero-copy{background:linear-gradient(180deg,rgba(28,25,23,.08),rgba(28,25,23,.4)),linear-gradient(135deg,#427c52,#2e6f40 48%,#20532e)}.storefront-hero-carousel{min-height:56svh;align-items:end}.storefront-hero-title{font-size:clamp(1.95rem,9vw,2.8rem);line-height:.95;max-width:8.5ch}.catalog-intro,.catalog-page-subtitle,.contact-card p,.product-modal-description,.product-snippet,.section-body p,.storefront-hero-description{font-size:.92rem;line-height:1.55}.auth-footer,.inline-actions,.order-card-actions-compact,.storefront-hero-actions{display:grid;grid-template-columns:1fr;grid-gap:.6rem;gap:.6rem}.add-to-cart-btn,.checkout-btn,.checkout-submit-btn,.danger-button,.danger-button-sm,.primary-button,.secondary-button,.secondary-button-sm,.whatsapp-btn{width:100%}.catalog-toolbar,.checkout-item-row,.checkout-total-row,.drawer-header,.drawer-item-controls,.drawer-total,.editor-inline-meta,.inventory-title-row,.order-board-header,.order-card-header,.panel-heading,.product-card-heading,.product-card-meta,.results-row{display:grid;grid-template-columns:1fr;grid-gap:.55rem;gap:.55rem;align-items:start}.admin-grid,.contact-grid,.editor-gallery-grid,.editor-grid,.editor-grid-compact,.features-grid,.filters-panel,.inventory-toolbar,.media-order-layout,.order-history-grid,.orders-tabs,.product-editor-columns,.product-gallery-strip,.stats-grid,.tag-picker-grid,.user-detail-grid,.users-panel-grid{grid-template-columns:1fr}.filters-panel{width:100%;gap:.65rem;padding:.8rem;border-radius:4px;background:linear-gradient(180deg,rgba(251,248,244,.98),rgba(245,243,239,.96));border:1px solid rgba(212,207,200,.72)}.filter-input,.filter-select,input,select,textarea{width:100%;min-height:46px;font-size:16px}textarea{min-height:110px}.quick-filter-row{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;grid-gap:.5rem;gap:.5rem;overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:.1rem}.quick-filter-chip{min-height:38px;padding:.5rem .82rem}.catalog-grid{grid-template-columns:1fr;gap:.85rem}.order-picker-card{grid-template-columns:72px minmax(0,1fr);align-items:flex-start}.order-picker-media-frame{width:72px;border-radius:4px}.order-picker-card-header{display:grid;grid-gap:.35rem;gap:.35rem}.order-picker-price{font-size:.95rem}.order-picker-card-actions{grid-column:1/-1;padding-left:0;border-left:0;border-top:1px solid rgba(212,207,200,.72);padding-top:.7rem;min-width:0}.product-card{grid-template-columns:1fr;border-radius:4px}.product-img-wrap{padding:.8rem .8rem 0}.product-img-frame{min-height:190px;height:190px;border-radius:4px}.featured-dot{top:1.2rem;left:1.2rem}.discount-dot{top:1.2rem;right:1.2rem;left:auto;bottom:auto}.product-body{padding:.9rem}.inventory-price-stack,.order-card-total,.product-price-stack{align-items:flex-start;text-align:left}.product-detail-hint{min-width:0;text-align:left;justify-content:flex-start}.cart-drawer{top:auto;right:0;left:0;bottom:0;width:100%;height:min(88svh,760px);padding:.95rem .9rem calc(.95rem + env(safe-area-inset-bottom));border-radius:4px 4px 0 0;border-left:none;transform:translateY(100%)}.cart-drawer.open{transform:translateY(0)}.drawer-items{gap:.7rem}.drawer-item,.inventory-card,.media-order-item,.order-card,.order-card-collapsible,.order-card-history,.order-card-static,.order-history-item,.order-history-item-compact,.order-item-row{grid-template-columns:1fr}.drawer-item-img,.inventory-media-frame,.media-order-preview,.order-item-img{width:100%;max-width:84px}.drawer-item-total,.media-order-item>:last-child,.order-history-item-meta{grid-column:auto;justify-items:start}.inventory-preview{grid-template-columns:1fr;gap:.75rem}.inventory-actions{display:grid;grid-template-columns:1fr;grid-gap:.6rem;gap:.6rem;align-items:stretch}.modal-backdrop{align-items:end;padding:0}.modal-card,.modal-card-checkout,.modal-card-editor,.modal-card-order,.modal-card-order-wide,.modal-card-product,.modal-card-tag-picker,.modal-card-wide{width:100%;max-width:none;max-height:min(92svh,920px);border-radius:4px 4px 0 0;padding:1rem;overflow-y:auto}.modal-header{position:-webkit-sticky;position:sticky;top:-1rem;z-index:2;margin:-1rem -1rem .75rem;padding:1rem 1rem .75rem;background:linear-gradient(180deg,rgba(255,252,249,.98),rgba(255,252,249,.92));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(212,207,200,.6)}.product-modal-layout{grid-template-columns:1fr;gap:.85rem}.product-modal-media-frame,.product-video-frame-main{min-height:250px;border-radius:4px}.catalog-page-header h1,.modal-header h2,.panel-heading h2,.product-modal-header h2{line-height:1.06}.product-editor-footer{position:static;padding:0;border:none;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.product-modal-layout{align-items:start}.product-modal-image,.product-modal-info{min-width:0}.product-modal-image{display:grid;grid-gap:.7rem;gap:.7rem;align-content:start}.product-modal-media-frame{width:100%;aspect-ratio:1/1;min-height:0;max-height:none;padding:.75rem}.product-modal-media-tag,.product-video-frame-main{width:100%;height:100%}.product-modal-media-tag{object-fit:contain}.product-video-frame-main{min-height:0;aspect-ratio:1/1}.product-gallery-controls{justify-content:flex-end}.product-gallery-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.gallery-thumb{min-width:0;border-radius:4px}.gallery-thumb-tag{width:100%;height:100%;object-fit:cover}.product-modal-header{display:grid;grid-gap:.65rem;gap:.65rem}.product-modal-header .tag-row{gap:.4rem}.product-modal-header h2{font-size:clamp(1.32rem,6vw,1.75rem);line-height:1.06}.product-modal-description{font-size:.9rem;line-height:1.62}.product-modal-footer{padding-top:.2rem}.modal-card-product{position:relative}.modal-card-product>.modal-close-btn{position:absolute;top:.9rem;right:.9rem;z-index:3;box-shadow:0 10px 22px rgba(28,25,23,.08)}}@media (max-width:480px){.admin-shell,.hero-copy,.hero-shell,.navbar-content,.page-shell,.section-content{width:min(100% - .9rem,100%)}.storefront-shell{gap:.7rem}.admin-panel,.catalog-page-header,.catalog-section-elevated,.info-section,.modal-card,.modal-card-checkout,.modal-card-editor,.modal-card-order,.modal-card-order-wide,.modal-card-product,.modal-card-tag-picker,.modal-card-wide,.storefront-hero-copy,.user-detail-panel{padding:.9rem;border-radius:4px}.storefront-hero-carousel{min-height:52svh}.storefront-hero-title{font-size:clamp(1.75rem,10vw,2.45rem);max-width:8ch}.catalog-intro,.catalog-page-subtitle,.checkout-helper-text,.drawer-subtitle,.product-modal-description,.product-snippet,.section-body p,.storefront-hero-description{font-size:.88rem}.logo-text{font-size:.84rem}.product-img-frame{min-height:176px;height:176px}.catalog-page-header h1,.modal-header h2,.panel-heading h2,.product-modal-header h2,.product-name{font-size:clamp(1.2rem,6vw,1.55rem)}.drawer-title-row h2{font-size:1.2rem}.checkout-success-icon{width:4rem;height:4rem}}@media (min-width:481px) and (max-width:768px){.admin-shell,.hero-copy,.hero-shell,.navbar-content,.page-shell,.section-content{width:min(100% - 1.25rem,100%)}.admin-panel,.catalog-page-header,.catalog-section-elevated,.info-section,.storefront-hero-copy,.user-detail-panel{padding:1.05rem}.storefront-hero-carousel{min-height:60svh}.product-card{border-radius:4px}.product-img-frame{min-height:210px;height:210px}.editor-gallery-grid,.product-gallery-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}.navbar-content,.navbar-logo,.navbar-menu,.navbar-menu-inline{min-width:0}.header-sidebar{overscroll-behavior:contain}@media (max-width:768px){.navbar-content{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:.75rem;gap:.75rem}.navbar-content-sidebar,.navbar-main{display:contents}.navbar-logo{max-width:calc(100% - .5rem)}.header-sidebar{background:rgba(255,252,249,.98);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.product-modal-layout{grid-template-columns:1fr;gap:.9rem}.product-modal-media-frame{aspect-ratio:1/1;max-height:none;padding:.75rem;border-radius:4px}.product-gallery-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.modal-card-product>.modal-close-btn{top:.9rem;right:.9rem}}@media (max-width:480px){.navbar-content{min-height:58px}.logo-mark{width:1.8rem;height:1.8rem}.logo-text{font-size:.82rem}.sidebar-toggle{width:2.6rem;height:2.6rem}.header-sidebar{padding:.9rem .9rem calc(.9rem + env(safe-area-inset-bottom));border-radius:4px 4px 0 0}.sidebar-cart,.sidebar-link{min-height:46px;padding:.78rem .85rem;border-radius:4px;font-size:.86rem}.modal-card-product{padding:.85rem}.product-modal-media-frame{padding:.6rem;border-radius:4px}.product-gallery-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.product-modal-header h2{font-size:1.32rem}.product-modal-description{font-size:.88rem}}.order-editor-modal{display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.order-editor-scroll{min-height:0;display:grid;align-content:start;grid-gap:.75rem;gap:.75rem;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;padding-right:.2rem;padding-bottom:.2rem}.product-carousel{display:grid;grid-gap:.7rem;gap:.7rem;min-width:0}.product-carousel-relative-wrapper{position:relative}.product-carousel-viewport{position:relative;min-width:0;overflow-x:auto;overflow-y:hidden;border-radius:var(--radius-xl);background:linear-gradient(180deg,#fafafa,#f4f4f4);border:1px solid var(--border);scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;overscroll-behavior-y:contain;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x pinch-zoom}.product-carousel-viewport::-webkit-scrollbar{display:none}.product-carousel-track{display:flex;width:100%;min-width:0}.product-carousel-slide{flex:0 0 100%;min-width:0;scroll-snap-align:center;scroll-snap-stop:always}.product-carousel-slide-frame{width:100%;height:340px;display:flex;align-items:center;justify-content:center;padding:.5rem;overflow:hidden}.product-carousel-image{object-fit:contain}.product-carousel-image,.product-carousel-thumb-image{width:100%;height:100%;object-position:center;display:block}.product-carousel-image{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;transition:transform .4s var(--ease)}.product-carousel-slide-frame:hover .product-carousel-image{transform:scale(1.03)}.product-carousel-slide-frame .product-video-frame-main{width:100%;height:100%;min-height:0;aspect-ratio:auto;border-radius:var(--radius-md);background:#111}.product-carousel-arrows{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:.9rem;pointer-events:none}.product-carousel-arrow{pointer-events:auto;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%!important;background:rgba(255,255,255,.65)!important;color:var(--text)!important;box-shadow:0 4px 16px rgba(0,0,0,.06)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5)!important;transition:all .25s var(--ease)}.product-carousel-arrow:hover{background:rgba(255,255,255,.85)!important;border-color:rgba(255,255,255,.8)!important;transform:scale(1.05)!important;box-shadow:0 6px 20px rgba(0,0,0,.1)!important}.product-carousel-arrow:focus-visible,.product-carousel-dot:focus-visible,.product-carousel-thumb:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.product-carousel-arrow span{font-size:1.35rem;line-height:1}.product-carousel-dots{display:none;align-items:center;justify-content:center;gap:.45rem}.product-carousel-dot{width:7px;height:7px;flex:0 0 7px;border-radius:4px;background:rgba(46,111,64,.24);transition:width .2s var(--ease),background .2s var(--ease),transform .2s var(--ease)}.product-carousel-dot.active{width:20px;background:var(--accent)}.product-carousel-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(58px,1fr));grid-gap:.5rem;gap:.5rem}.product-carousel-thumb{aspect-ratio:1;min-width:0;display:grid;place-items:center;overflow:hidden;border-radius:var(--radius-md)!important;border:2px solid transparent!important;background:var(--surface)!important;box-shadow:var(--shadow-sm)!important;cursor:pointer;transition:all .25s var(--ease)}.product-carousel-thumb:hover{transform:translateY(-2px)!important;box-shadow:var(--shadow-md)!important}.product-carousel-thumb.active{border-color:var(--accent)!important;box-shadow:0 0 0 3px rgba(46,111,64,.16)!important}.product-carousel-thumb-image{object-fit:cover}.product-carousel-thumb-video{position:relative;width:100%;height:100%;display:grid;place-items:center;background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 32%),linear-gradient(135deg,#427c52,#20532e);color:#fff}.product-carousel-thumb-play{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%!important;background:rgba(255,255,255,.2);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}.product-carousel-thumb-label{position:absolute;left:.45rem;bottom:.4rem;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}@media (max-width:768px){.modal-card-product{overflow-x:hidden}.product-carousel{gap:.6rem}.product-carousel-viewport{border-radius:4px}.product-carousel-slide-frame{aspect-ratio:auto;height:clamp(220px,38svh,280px);min-height:0;padding:.65rem}.product-carousel-slide-frame .product-video-frame-main{border-radius:4px}.product-carousel-arrows,.product-carousel-thumbs{display:none}.product-carousel-dots{display:flex}}@media (max-width:480px){.product-carousel-viewport{border-radius:4px}.product-carousel-slide-frame{height:clamp(210px,34svh,250px);padding:.55rem}.product-carousel-dots{gap:.4rem;margin-top:-.05rem}}@media (max-width:768px){.header-sidebar{top:calc(env(safe-area-inset-top) + 4.5rem);right:.75rem;left:.75rem;bottom:auto;width:auto;max-height:min(70svh,calc(100svh - 5.5rem));padding:1rem;border-radius:4px;border:1px solid rgba(212,207,200,.78);transform:translateY(-12px) scale(.98);transform-origin:top center;box-shadow:0 18px 42px rgba(28,25,23,.16)}.header-sidebar.open{transform:translateY(0) scale(1)}.header-sidebar:after{content:none}}@media (max-width:480px){.header-sidebar{top:calc(env(safe-area-inset-top) + 4rem);right:.6rem;left:.6rem;padding:.9rem;border-radius:4px;max-height:min(68svh,calc(100svh - 4.8rem))}}@media (max-width:768px){.storefront-shell{gap:.55rem;padding-top:.45rem}.storefront-hero-copy{padding:.8rem;border-radius:4px}.storefront-hero-carousel{min-height:clamp(180px,30svh,240px)}.hero-carousel-dots{gap:.35rem;margin-top:.5rem}.hero-carousel-dot{width:9px;height:9px}.hero-edit-btn{right:.7rem;bottom:.7rem;min-height:34px;padding:.45rem .8rem;border-radius:4px;font-size:.8rem}}@media (max-width:480px){.storefront-shell{gap:.45rem;padding-top:.35rem}.storefront-hero-copy{padding:.7rem;border-radius:4px}.storefront-hero-carousel{min-height:clamp(160px,26svh,210px)}.hero-carousel-dots{margin-top:.4rem}.hero-carousel-dot{width:8px;height:8px}.hero-edit-btn{right:.6rem;bottom:.6rem;min-height:32px;padding:.42rem .72rem;font-size:.76rem}}.mobile-cart-shortcut,.mobile-sidebar-nav,.sidebar-cart-mobile-only{display:none}@media (max-width:768px){:root{--mobile-edge:clamp(0.55rem,2.8vw,0.9rem);--mobile-radius:4px;--mobile-radius-lg:4px;--mobile-tap:46px}body,html{max-width:100%;overflow-x:hidden}body{background:linear-gradient(180deg,rgba(255,253,250,.98),rgba(247,242,236,.98) 54%,#f5f3ef);font-size:13px}body.modal-open{touch-action:none}.header-container{padding-top:env(safe-area-inset-top);background:rgba(255,252,248,.96);box-shadow:0 8px 22px rgba(28,25,23,.07)}.navbar-content{width:calc(100% - (var(--mobile-edge) * 2));min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) 44px 44px;grid-gap:.45rem;gap:.45rem;align-items:center;padding:.35rem 0}.navbar-content-sidebar,.navbar-main{display:contents}.navbar-main-right,.navbar-menu-inline{display:none}.navbar-logo{gap:.55rem;min-width:0}.logo-mark{width:1.9rem;height:1.9rem;border-radius:4px}.logo-text{max-width:100%;font-size:.86rem;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-cart-shortcut,.sidebar-toggle{width:44px;height:44px;min-height:44px;border-radius:4px;border:1px solid rgba(212,207,200,.86);background:rgba(255,255,255,.92);color:var(--text);box-shadow:0 8px 18px rgba(28,25,23,.06)}.mobile-cart-shortcut{position:relative}.mobile-cart-shortcut,.mobile-cart-shortcut span{display:inline-flex;align-items:center;justify-content:center}.mobile-cart-shortcut span{position:absolute;top:-.28rem;right:-.18rem;min-width:1.22rem;height:1.22rem;padding:0 .25rem;border-radius:4px;background:var(--accent);color:#fff;font-size:.68rem;font-weight:800;box-shadow:0 0 0 2px rgba(255,252,248,.96)}.sidebar-toggle{display:inline-flex;padding:0}.drawer-backdrop,.header-sidebar-backdrop{background:rgba(28,25,23,.34);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.admin-header-sidebar,.header-sidebar{top:auto;right:0;left:0;bottom:0;width:100%;max-height:min(76svh,620px);padding:1.1rem 1rem calc(1rem + env(safe-area-inset-bottom));border-radius:4px 4px 0 0;border:0;border-top:1px solid rgba(212,207,200,.78);background:rgba(255,252,249,.98);box-shadow:0 -22px 52px rgba(28,25,23,.18);transform:translateY(105%);transform-origin:bottom center}.admin-header-sidebar.open,.header-sidebar.open{transform:translateY(0)}.admin-header-sidebar:after,.header-sidebar:after{content:"";position:absolute;top:.55rem;left:50%;width:42px;height:4px;border-radius:4px;background:rgba(87,83,78,.28);transform:translateX(-50%)}.header-sidebar-section{padding-top:.35rem}.header-sidebar-actions{gap:.6rem}.sidebar-cart,.sidebar-link{min-height:var(--mobile-tap);padding:.78rem .9rem;border-radius:4px;background:rgba(255,255,255,.96);font-size:.9rem;font-weight:750}.sidebar-cart-mobile-only{display:flex}.admin-shell,.hero-copy,.hero-shell,.page-shell,.section-content{width:calc(100% - (var(--mobile-edge) * 2))}.admin-shell,.page-shell{padding-top:.55rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.storefront-shell{gap:.65rem}.admin-panel,.catalog-page-header,.catalog-section,.contact-card,.empty-state,.feature-card,.info-section,.inventory-card,.order-card,.product-card,.storefront-hero-copy,.user-detail-panel{border-radius:var(--mobile-radius-lg)}.admin-panel,.catalog-page-header,.catalog-section-elevated,.info-section,.storefront-hero-copy,.user-detail-panel{padding:.95rem}.storefront-hero-copy{background:linear-gradient(180deg,rgba(28,25,23,.04),rgba(28,25,23,.32)),linear-gradient(135deg,#2e6f40,#20532e 50%,#13381e)}.storefront-hero-carousel{min-height:clamp(170px,30svh,250px);align-items:flex-end}.storefront-hero-title{max-width:none;font-size:clamp(1.75rem,9vw,2.55rem);line-height:.98;margin-bottom:.55rem}.storefront-hero-description{display:-webkit-box;max-width:none;overflow:hidden;color:rgba(255,249,244,.92);font-size:.91rem;line-height:1.5;-webkit-line-clamp:3;-webkit-box-orient:vertical}.storefront-hero-actions{display:grid;grid-template-columns:1fr;grid-gap:.55rem;gap:.55rem;margin-top:.85rem}.hero-carousel-dots{justify-content:center;gap:.38rem;margin-top:.45rem}.hero-carousel-dot{width:8px;height:8px}.catalog-page-header h1,.catalog-toolbar h2,.modal-header h2,.panel-heading h2{font-size:clamp(1.3rem,7vw,1.8rem);line-height:1.06}.catalog-intro,.catalog-page-subtitle{display:none}.eyebrow,.hero-kicker,.section-overline{font-size:.62rem;letter-spacing:.13em}.catalog-section{overflow:visible}.catalog-toolbar,.order-board-header,.panel-heading,.results-row{display:grid;grid-template-columns:1fr;grid-gap:.6rem;gap:.6rem;align-items:start}.filters-panel{width:100%;display:grid;grid-template-columns:1fr;grid-gap:.55rem;gap:.55rem;padding:0;border:0;background:transparent}.filter-input,.filter-input-wrap,.filter-select{min-height:var(--mobile-tap);border-radius:4px}.filter-input{background:rgba(255,255,255,.96)}.filter-select-shell{min-width:0}.filter-select-menu{max-height:min(46svh,320px);overflow-y:auto;border-radius:4px}.quick-filter-row{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;grid-gap:.45rem;gap:.45rem;margin:.78rem calc(var(--mobile-edge) * -.5) 0;padding:0 calc(var(--mobile-edge) * .5) .08rem;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}.quick-filter-row::-webkit-scrollbar{display:none}.quick-filter-chip{min-height:36px;padding:.48rem .78rem;border-radius:4px;scroll-snap-align:start}.results-row{margin:.85rem 0 .75rem;color:var(--text-secondary);font-size:.78rem}.results-actions{justify-content:flex-start}.catalog-grid{grid-template-columns:1fr;gap:.7rem}.product-card{grid-template-columns:minmax(96px,30vw) minmax(0,1fr);min-height:134px;align-items:stretch;box-shadow:0 8px 20px rgba(28,25,23,.06)}.product-card:hover{transform:none}.product-img-wrap{padding:.6rem 0 .6rem .6rem}.product-img-frame{width:100%;height:100%;min-height:118px;border-radius:4px}.product-img-tag{width:100%;height:100%;object-fit:contain}.discount-dot,.featured-dot{padding:.3rem .46rem;font-size:.62rem}.featured-dot{top:.95rem;left:.95rem}.discount-dot{top:auto;right:auto;bottom:.9rem;left:.95rem}.product-body{padding:.72rem .78rem}.product-body-stretch{gap:.45rem;justify-content:center}.product-card-copy{gap:.36rem}.product-card-heading,.product-card-meta{display:grid;grid-template-columns:1fr;grid-gap:.26rem;gap:.26rem}.product-name{font-size:.98rem;line-height:1.12}.product-price-stack{align-items:flex-start}.product-price{font-size:.95rem;line-height:1.1}.product-price-original{font-size:.7rem}.product-snippet{display:-webkit-box;margin:0;overflow:hidden;color:var(--text-secondary);font-size:.8rem;line-height:1.42;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card-meta .tag-row,.product-detail-hint{display:none}.info-section{margin:0;border:1px solid rgba(212,207,200,.72);background:rgba(255,255,255,.72)}.section-header{margin-bottom:.85rem}.section-header h2{font-size:clamp(1.25rem,6.5vw,1.7rem);line-height:1.08}.checkout-helper-text,.contact-card p,.helper-text,.section-body p{font-size:.88rem;line-height:1.52}.admin-grid,.contact-grid,.editor-gallery-grid,.editor-grid,.editor-grid-compact,.features-grid,.inventory-toolbar,.media-order-layout,.order-history-grid,.orders-tabs,.product-editor-columns,.product-gallery-strip,.stats-grid,.tag-picker-grid,.user-detail-grid,.users-panel-grid{grid-template-columns:1fr}.contact-card,.feature-card{padding:.9rem;text-align:left}.feature-icon{display:none}.add-to-cart-btn,.checkout-btn,.checkout-submit-btn,.danger-button,.danger-button-sm,.primary-button,.secondary-button,.secondary-button-sm,.whatsapp-btn,input,select,textarea{min-height:var(--mobile-tap)}input,select,textarea{font-size:16px}.add-to-cart-btn,.checkout-btn,.checkout-submit-btn,.danger-button,.danger-button-sm,.inline-actions .danger-button,.inline-actions .primary-button,.inline-actions .secondary-button,.panel-heading .primary-button,.panel-heading .secondary-button,.primary-button,.secondary-button,.secondary-button-sm,.whatsapp-btn{width:100%;border-radius:4px}.cart-drawer{top:auto;right:0;left:0;bottom:0;width:100%;height:min(86svh,700px);grid-template-rows:auto minmax(0,1fr) auto;padding:.95rem .85rem calc(.95rem + env(safe-area-inset-bottom));border-radius:4px 4px 0 0;border-left:0;box-shadow:0 -20px 52px rgba(28,25,23,.18);transform:translateY(105%)}.cart-drawer.open{transform:translateY(0)}.drawer-header{display:grid;grid-template-columns:1fr auto;grid-gap:.7rem;gap:.7rem;align-items:start;padding-bottom:.75rem}.drawer-title-row h2{font-size:1.28rem}.drawer-subtitle,.drawer-trust-note{display:none}.drawer-items{min-height:0;gap:.62rem;padding:.75rem 0}.drawer-item{grid-template-columns:72px minmax(0,1fr);gap:.68rem;padding:.68rem;border-radius:4px}.drawer-item-img{width:72px;border-radius:4px}.drawer-item-info h4{font-size:.92rem;line-height:1.18}.drawer-item-controls{display:flex;flex-direction:row;align-items:center;gap:.55rem}.drawer-item-total{grid-column:2;text-align:left;font-size:.86rem}.drawer-footer{gap:.7rem;padding-top:.8rem}.drawer-total strong{font-size:1.28rem}.modal-backdrop{align-items:flex-end;padding:0}.modal-card,.modal-card-checkout,.modal-card-editor,.modal-card-order,.modal-card-order-wide,.modal-card-product,.modal-card-tag-picker,.modal-card-wide{width:100%;max-width:none;max-height:min(92svh,900px);padding:.95rem;border-radius:4px 4px 0 0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.modal-header{position:-webkit-sticky;position:sticky;top:-.95rem;z-index:4;margin:-.95rem -.95rem .75rem;padding:.95rem .95rem .72rem;background:rgba(255,252,249,.96);border-bottom:1px solid rgba(212,207,200,.64);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-demo-note{display:none}.auth-switch{grid-template-columns:1fr 1fr}.auth-footer,.inline-actions,.order-card-actions-compact,.product-editor-footer{display:grid;grid-template-columns:1fr;grid-gap:.58rem;gap:.58rem}.product-modal-layout{grid-template-columns:1fr;gap:.78rem}.product-modal-image{border-radius:4px}.product-carousel{gap:.48rem}.product-carousel-viewport{border-radius:4px}.product-carousel-slide-frame{height:clamp(210px,34svh,290px);min-height:0;padding:.58rem}.product-carousel-arrows,.product-carousel-thumbs{display:none}.product-carousel-dots{display:flex}.product-modal-info{gap:.7rem}.product-modal-header .tag-row{display:none}.product-modal-header h2{font-size:clamp(1.38rem,7vw,1.85rem);line-height:1.04}.product-modal-description{font-size:.9rem;line-height:1.58}.variant-chips{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;flex-wrap:nowrap;overflow-x:auto;grid-gap:.42rem;gap:.42rem;padding-bottom:.08rem;scrollbar-width:none}.variant-chips::-webkit-scrollbar{display:none}.variant-chip,.variant-chip-sm{min-height:38px;border-radius:4px;white-space:nowrap}.product-modal-footer{position:-webkit-sticky;position:sticky;bottom:-.95rem;z-index:3;margin:0 -.95rem -.95rem;padding:.75rem .95rem calc(.75rem + env(safe-area-inset-bottom));border-top:1px solid rgba(212,207,200,.72);background:rgba(255,252,249,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-modal-subtotal{display:flex;justify-content:space-between;gap:.75rem;margin:0}.checkout-summary{max-height:34svh;overflow-y:auto;padding:.82rem;border-radius:4px}.checkout-item-row,.checkout-total-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.7rem;gap:.7rem;align-items:start}.orders-tab{min-height:50px;padding:.72rem .8rem;border-radius:4px}.inventory-card,.order-card,.order-card-collapsible,.order-card-history,.order-card-static{grid-template-columns:1fr;gap:.68rem;padding:.82rem;border-radius:4px}.inventory-preview{grid-template-columns:72px minmax(0,1fr);gap:.68rem;align-items:start}.inventory-media-frame{width:72px;border-radius:4px}.inventory-card p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.inventory-meta-row,.inventory-title-row,.order-card-header{display:grid;grid-template-columns:1fr;grid-gap:.4rem;gap:.4rem;align-items:start}.inventory-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:.55rem;gap:.55rem;align-items:stretch}.inventory-price-stack{grid-column:1/-1;align-items:flex-start}.order-card-total,.order-history-item-meta{text-align:left;justify-items:start}.media-order-item,.order-history-item,.order-history-item-compact,.order-item-row{grid-template-columns:58px minmax(0,1fr);gap:.62rem;padding:.58rem;border-radius:4px}.media-order-preview,.order-item-img{width:58px;border-radius:4px}.empty-state{padding:1.6rem .9rem}}@media (max-width:420px){:root{--mobile-edge:0.48rem}.navbar-content{min-height:56px;grid-template-columns:minmax(0,1fr) 42px 42px}.mobile-cart-shortcut,.sidebar-toggle{width:42px;height:42px;min-height:42px}.logo-text{font-size:.82rem}.storefront-hero-carousel{min-height:clamp(150px,27svh,220px)}.product-card{grid-template-columns:92px minmax(0,1fr);min-height:122px}.product-img-frame{min-height:108px}.product-body{padding:.64rem .68rem}.product-name{font-size:.92rem}.product-snippet{font-size:.76rem;-webkit-line-clamp:1}.discount-dot,.featured-dot{display:none}.drawer-item{grid-template-columns:64px minmax(0,1fr)}.drawer-item-img{width:64px}.drawer-item-total{grid-column:2}.product-carousel-slide-frame{height:clamp(198px,31svh,250px)}.inventory-preview,.media-order-item,.order-history-item,.order-history-item-compact,.order-item-row{grid-template-columns:1fr}.inventory-media-frame,.media-order-preview,.order-item-img{width:100%;max-width:68px}.inventory-actions{grid-template-columns:1fr}}@media (max-width:768px){.navbar-content.navbar-content-sidebar{width:min(100% - (var(--mobile-edge) * 2),420px);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) 44px 44px;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem}.navbar-content.navbar-content-sidebar .navbar-main{display:contents}.navbar-logo{justify-self:start}.mobile-cart-shortcut{grid-column:2;justify-self:center}.sidebar-toggle{grid-column:3;justify-self:center}.navbar-login-button,.navbar-main-right,.navbar-menu-inline{display:none}.admin-header-sidebar,.header-sidebar{right:var(--mobile-edge);left:var(--mobile-edge);bottom:calc(.5rem + env(safe-area-inset-bottom));width:auto;max-width:420px;max-height:min(74svh,620px);margin-inline:auto;border:1px solid rgba(212,207,200,.82);border-radius:4px}.mobile-sidebar-nav{display:grid}.mobile-sidebar-nav .header-sidebar-actions{display:grid;grid-template-columns:1fr}.mobile-sidebar-link,.mobile-sidebar-tab{justify-content:center;text-align:center}.mobile-sidebar-link.active,.mobile-sidebar-tab.active{color:var(--accent-hover);border-color:rgba(46,111,64,.28);background:rgba(46,111,64,.1)}.sidebar-cart-desktop-only,.sidebar-cart-mobile-only{display:none}.admin-shell,.hero-copy,.hero-shell,.page-shell,.section-content{width:min(100% - (var(--mobile-edge) * 2),420px);margin-inline:auto}.admin-panel,.catalog-page-header,.catalog-section,.info-section,.storefront-hero,.user-detail-panel{width:100%;margin-inline:auto}}@media (max-width:420px){.navbar-content.navbar-content-sidebar{width:calc(100% - (var(--mobile-edge) * 2));grid-template-columns:minmax(0,1fr) 42px 42px}.admin-header-sidebar,.header-sidebar{right:var(--mobile-edge);left:var(--mobile-edge);border-radius:4px}.admin-shell,.hero-copy,.hero-shell,.page-shell,.section-content{width:calc(100% - (var(--mobile-edge) * 2))}}@media (max-width:768px){:root{--mobile-edge:0.5rem;--mobile-header-h:58px}body,html{width:100%;max-width:100%;overflow-x:hidden}body{margin:0;background:#f5f3ef}.header-container,.navbar{width:100%;max-width:100%}.navbar-content.navbar-content-sidebar{width:100%;max-width:100%;min-height:var(--mobile-header-h);padding:.45rem var(--mobile-edge);display:grid;grid-template-columns:minmax(0,1fr) 42px 42px;grid-gap:.45rem;gap:.45rem;align-items:center}.navbar-content.navbar-content-sidebar .navbar-main,.navbar-content.navbar-content-sidebar .navbar-main>.navbar-logo{min-width:0}.navbar-content.navbar-content-sidebar .navbar-main{display:contents}.navbar-logo{grid-column:1;width:100%;max-width:100%}.logo-text{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis}.mobile-cart-shortcut,.sidebar-toggle{width:42px;height:42px;min-width:42px;min-height:42px}.mobile-cart-shortcut{grid-column:2}.sidebar-toggle{grid-column:3}.admin-header-sidebar,.header-sidebar{top:calc(env(safe-area-inset-top) + var(--mobile-header-h) + .45rem);right:var(--mobile-edge);bottom:auto;left:var(--mobile-edge);width:auto;max-width:none;max-height:calc(100svh - var(--mobile-header-h) - 1.4rem - env(safe-area-inset-top));margin:0;padding:1rem;border-radius:4px;border:1px solid rgba(212,207,200,.88);background:rgba(255,252,249,.99);transform:translateY(-12px);transform-origin:top center;overflow-y:auto;z-index:90;box-shadow:0 18px 42px rgba(28,25,23,.18)}.admin-header-sidebar.open,.header-sidebar.open{transform:translateY(0)}.admin-header-sidebar:after,.header-sidebar:after{content:none}.admin-shell,.hero-copy,.hero-shell,.page-shell,.section-content{width:100%;max-width:100%;margin:0;padding-inline:var(--mobile-edge)}.admin-shell,.storefront-shell{gap:.5rem}.admin-panel,.cart-drawer,.catalog-page-header,.catalog-section,.catalog-section-elevated,.empty-state,.info-section,.inventory-card,.modal-card,.order-card,.product-card,.storefront-hero,.user-detail-panel{width:100%;max-width:100%;min-width:0;margin-inline:0}.admin-panel,.catalog-page-header,.catalog-section-elevated,.info-section,.user-detail-panel{padding:.8rem;overflow:hidden}.catalog-page-header h1,.catalog-toolbar h2,.inventory-title-row h3,.modal-header h2,.order-card h3,.panel-heading h2,.product-modal-header h2,.product-name,.section-header h2{max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.catalog-page-header h1{font-size:clamp(1.35rem,6.4vw,1.7rem);line-height:1.08}.catalog-toolbar h2{font-size:clamp(1.32rem,6.2vw,1.68rem);line-height:1.1}.catalog-toolbar,.filter-input,.filter-input-wrap,.filter-select,.filter-select-shell,.filters-panel,.product-card-heading,.product-card-meta,.results-row{width:100%;max-width:100%;min-width:0}.quick-filter-row{width:calc(100% + (var(--mobile-edge) * 2));max-width:none;margin-left:calc(var(--mobile-edge) * -1);margin-right:calc(var(--mobile-edge) * -1);padding-left:var(--mobile-edge);padding-right:var(--mobile-edge)}.product-card{display:grid;grid-template-columns:76px minmax(0,1fr);grid-gap:0;gap:0;min-height:118px;border-radius:4px}.product-img-wrap{padding:.55rem 0 .55rem .55rem;min-width:0}.product-img-frame{width:76px;height:92px;min-height:92px;border-radius:4px}.product-body{min-width:0;padding:.65rem .7rem}.product-name{font-size:.92rem;line-height:1.15}.product-price{font-size:.88rem}.product-snippet{max-width:100%;font-size:.78rem;line-height:1.38}.storefront-hero-carousel,.storefront-hero-copy,.storefront-hero-copy:not(.storefront-hero-carousel){aspect-ratio:1.7/1;height:auto;min-height:0}}@media (max-width:420px){.admin-panel,.catalog-page-header,.catalog-section-elevated,.info-section,.user-detail-panel{padding:.72rem}.catalog-page-header h1,.catalog-toolbar h2{font-size:clamp(1.22rem,6.8vw,1.52rem)}.product-card{grid-template-columns:72px minmax(0,1fr)}.product-img-frame{width:72px;height:88px;min-height:88px}.product-body{padding:.58rem .62rem}}@media (max-width:768px){.header-container{z-index:200}.header-sidebar-backdrop{top:calc(env(safe-area-inset-top) + var(--mobile-header-h));z-index:180;background:rgba(28,25,23,.58);-webkit-backdrop-filter:none;backdrop-filter:none}.admin-header-sidebar,.header-sidebar{display:grid;grid-gap:.8rem;gap:.8rem;position:fixed;top:calc(env(safe-area-inset-top) + var(--mobile-header-h) + .4rem);right:var(--mobile-edge);bottom:auto;left:var(--mobile-edge);width:auto;max-width:none;min-height:0;max-height:calc(100svh - var(--mobile-header-h) - 1.2rem - env(safe-area-inset-top));opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px) scale(.98);z-index:220;padding:.9rem;border-radius:4px;border:1px solid rgba(212,207,200,.92);background:#ffffff;color:var(--text);overflow-y:auto;box-shadow:0 18px 44px rgba(28,25,23,.24)}.admin-header-sidebar.open,.header-sidebar.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.admin-header-sidebar:after,.admin-header-sidebar:before,.header-sidebar:after,.header-sidebar:before{content:none}.header-sidebar-section{width:100%;min-width:0}.header-sidebar-section+.header-sidebar-section{margin-top:0;padding-top:.8rem;border-top:1px solid rgba(212,207,200,.74)}.header-sidebar-actions{display:grid;grid-template-columns:1fr;grid-gap:.55rem;gap:.55rem}.sidebar-cart,.sidebar-link{width:100%;justify-content:center;min-height:44px;color:var(--text);background:#fff}.hero-edit-btn{top:.5rem;right:.5rem;bottom:auto;left:auto;width:auto;min-width:0;min-height:24px;height:24px;padding:0 .48rem;border-radius:4px;font-size:.62rem;line-height:1;box-shadow:0 6px 14px rgba(28,25,23,.16);opacity:.82}.storefront-hero-copy:not(.storefront-hero-carousel){aspect-ratio:1.7/1;min-height:0;height:auto;padding:0;background:linear-gradient(180deg,rgba(28,25,23,.08),rgba(28,25,23,.22)),linear-gradient(135deg,#2e6f40,#20532e 50%,#13381e);border-radius:4px}.storefront-hero-copy:not(.storefront-hero-carousel) .hero-kicker,.storefront-hero-copy:not(.storefront-hero-carousel) .storefront-hero-actions,.storefront-hero-copy:not(.storefront-hero-carousel) .storefront-hero-description,.storefront-hero-copy:not(.storefront-hero-carousel) .storefront-hero-title{display:grid}.storefront-hero-copy:not(.storefront-hero-carousel){display:flex;flex-direction:column;justify-content:flex-end;gap:.35rem;padding:1rem}.storefront-hero-copy:not(.storefront-hero-carousel) .hero-kicker,.storefront-hero-copy:not(.storefront-hero-carousel) .storefront-hero-title{display:block}.storefront-hero-copy:not(.storefront-hero-carousel) .hero-kicker{max-width:calc(100% - 4rem);margin:0;color:rgba(255,250,246,.72);font-size:.58rem;line-height:1.2}.storefront-hero-copy:not(.storefront-hero-carousel) .storefront-hero-title{max-width:14ch;margin:0;color:#fffaf6;font-size:clamp(1.24rem,6.4vw,1.72rem);line-height:1.02}.storefront-hero-copy:not(.storefront-hero-carousel) .storefront-hero-actions{grid-template-columns:1fr 1fr;gap:.45rem;width:100%;margin-top:.35rem}.storefront-hero-copy:not(.storefront-hero-carousel) .storefront-hero-actions .primary-button,.storefront-hero-copy:not(.storefront-hero-carousel) .storefront-hero-actions .secondary-button{min-height:34px;padding:.48rem .55rem;border-radius:4px;font-size:.7rem;line-height:1.05}}@media (min-width:769px){.storefront-hero-copy:not(.storefront-hero-carousel){background:linear-gradient(90deg,rgba(28,25,23,.2),rgba(28,25,23,0) 52%),linear-gradient(135deg,#427c52,#2e6f40 46%,#20532e);justify-content:center;align-items:flex-start;gap:1.45rem;padding:clamp(3rem,5vw,5rem) clamp(3.2rem,7vw,7.5rem);text-align:left}.storefront-hero-copy:not(.storefront-hero-carousel):before{content:"";position:absolute;inset:1.15rem;z-index:0;pointer-events:none;border-radius:4px;border:1px solid rgba(255,249,244,.16)}.storefront-hero-copy:not(.storefront-hero-carousel):after{content:"";position:absolute;top:0;right:0;bottom:0;z-index:0;width:42%;pointer-events:none;background:linear-gradient(90deg,rgba(255,249,244,0),rgba(255,249,244,.1)),repeating-linear-gradient(-35deg,rgba(255,249,244,.08),rgba(255,249,244,.08) 1px,transparent 0,transparent 14px);opacity:.32}.storefront-hero-copy:not(.storefront-hero-carousel) .storefront-hero-title{position:relative;z-index:1;max-width:min(900px,62vw);margin:0;font-size:clamp(3rem,4.75vw,5.1rem);line-height:.93;text-wrap:balance}.storefront-hero-copy:not(.storefront-hero-carousel) .storefront-hero-actions{position:relative;z-index:1;justify-content:flex-start;width:100%;margin-top:0}.storefront-hero-copy:not(.storefront-hero-carousel) .storefront-hero-actions .primary-button,.storefront-hero-copy:not(.storefront-hero-carousel) .storefront-hero-actions .secondary-button{min-height:52px;padding:.95rem 1.45rem;border-radius:4px;font-size:1rem}}@media (max-width:768px){.storefront-shell-catalog{width:100%;max-width:430px;gap:.62rem;margin-inline:auto;padding-inline:clamp(.6rem,2.5vw,.85rem);padding-bottom:calc(1.1rem + env(safe-area-inset-bottom))}.storefront-shell-catalog .catalog-page-header{display:grid;justify-items:center;padding:.35rem 0 .05rem;border:0;border-radius:0;background:transparent;box-shadow:none;text-align:center}.storefront-shell-catalog .catalog-page-header .section-overline{display:none}.storefront-shell-catalog .catalog-page-header h1{max-width:19ch;margin:0;color:var(--text);font-size:clamp(1.18rem,5.6vw,1.5rem);line-height:1.06;text-wrap:balance}.storefront-shell .catalog-section{border:0;background:transparent;box-shadow:none;overflow:visible}.storefront-shell .catalog-section-elevated{padding:0}.storefront-shell .catalog-toolbar>div:first-child{display:none}.storefront-shell .catalog-toolbar{justify-items:center}.storefront-shell .filters-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(104px,.38fr);grid-gap:.42rem;gap:.42rem;width:100%;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.storefront-shell .filter-input,.storefront-shell .filter-select{min-height:40px;border:1px solid rgba(212,207,200,.78);border-radius:4px;background:rgba(255,255,255,.92);box-shadow:none}.storefront-shell .filter-input{padding-left:2.45rem;font-size:.86rem}.storefront-shell .filter-select{justify-content:center;padding-inline:.66rem;color:var(--text);font-size:.78rem}.storefront-shell .filter-select-menu{min-width:min(82vw,260px);right:0;left:auto}.storefront-shell .quick-filter-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.38rem;width:100%;margin:.58rem 0 0;padding:0;overflow:visible}.storefront-shell .quick-filter-chip{min-height:31px;padding:.36rem .64rem;border-radius:4px;background:rgba(255,255,255,.72);color:var(--text-secondary);font-size:.72rem;box-shadow:none}.storefront-shell .quick-filter-chip.active{background:var(--accent);color:#fff}.storefront-shell .results-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.55rem;width:100%;margin:.66rem auto .5rem;padding-inline:0;color:var(--text-muted);font-size:.73rem}.storefront-shell .results-row p{margin:0}.storefront-shell .results-actions{flex:0 0 auto}.storefront-shell .results-actions .text-button{font-size:.76rem;white-space:nowrap}.storefront-shell .catalog-grid{width:100%;gap:.72rem;justify-items:center}.storefront-shell .product-card{display:grid;grid-template-columns:minmax(128px,42%) minmax(0,1fr);width:100%;min-height:148px;border-radius:4px;background:rgba(255,255,255,.92)}.storefront-shell .product-card,.storefront-shell .product-card:hover{border-color:rgba(212,207,200,.72);box-shadow:0 10px 24px rgba(28,25,23,.06)}.storefront-shell .product-card:hover{transform:none}.storefront-shell .product-img-wrap{display:flex;align-items:center;justify-content:center;padding:.58rem 0 .58rem .58rem}.storefront-shell .product-img-frame{width:100%;height:clamp(132px,34vw,160px);min-height:0;border-radius:4px;background:linear-gradient(180deg,rgba(255,255,255,.6),rgba(245,243,239,.92));box-shadow:inset 0 0 0 1px rgba(212,207,200,.7)}.storefront-shell .product-img-tag{width:100%;height:100%;object-fit:contain}.storefront-shell .discount-dot,.storefront-shell .featured-dot{display:none}.storefront-shell .product-body{padding:.72rem .78rem .72rem .62rem}.storefront-shell .product-body-stretch{gap:.42rem;justify-content:center}.storefront-shell .product-card-copy{gap:.34rem}.storefront-shell .product-card-heading{display:grid;grid-gap:.28rem;gap:.28rem}.storefront-shell .product-name{display:-webkit-box;overflow:hidden;font-size:.98rem;line-height:1.1;-webkit-line-clamp:2;-webkit-box-orient:vertical}.storefront-shell .product-price-stack-card{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start;gap:.2rem .34rem}.storefront-shell .product-price{font-size:.94rem;line-height:1}.storefront-shell .product-price-original{font-size:.66rem;line-height:1}.storefront-shell .product-discount-badge-card{padding:.2rem .38rem;font-size:.6rem;line-height:1}.storefront-shell .product-snippet{display:-webkit-box;overflow:hidden;margin:0;color:var(--text-muted);font-size:.72rem;line-height:1.3;-webkit-line-clamp:1;-webkit-box-orient:vertical}.storefront-shell .product-card-meta{display:none}}@media (max-width:420px){.storefront-shell .filters-panel{grid-template-columns:1fr}.storefront-shell .product-card{grid-template-columns:118px minmax(0,1fr);min-height:132px}.storefront-shell .product-img-frame{height:118px}.storefront-shell .product-body{padding:.62rem .66rem .62rem .54rem}.storefront-shell .product-name{font-size:.92rem}.storefront-shell .product-snippet{display:none}}.storefront-shell-home .catalog-section{border-color:rgba(212,207,200,.62);background:rgba(255,255,255,.58)}.storefront-shell-home .catalog-section-elevated{padding:clamp(1rem,2.2vw,1.45rem)}.storefront-shell-home .catalog-toolbar{display:grid;justify-items:center;justify-content:center;text-align:center}.storefront-shell-home .catalog-toolbar>div:first-child{display:grid;justify-items:center;width:100%;max-width:620px;margin-inline:auto;text-align:center}.storefront-shell-home .catalog-toolbar .section-overline,.storefront-shell-home .catalog-toolbar h2{width:100%;text-align:center}.storefront-shell-home .catalog-toolbar h2{max-width:760px;margin-inline:auto}.storefront-shell-home .catalog-intro{max-width:46ch;margin-inline:auto}.storefront-shell-home .catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.1rem}.storefront-shell-home .product-card{display:grid;grid-template-columns:1fr;min-height:0;border-radius:4px;background:rgba(255,255,255,.88);box-shadow:0 14px 34px rgba(28,25,23,.08)}.storefront-shell-home .product-card:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(28,25,23,.12)}.storefront-shell-home .product-img-wrap{padding:.55rem .55rem 0}.storefront-shell-home .product-img-frame{width:100%;height:clamp(220px,24vw,310px);min-height:0;border-radius:4px;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.95),rgba(245,243,239,.92) 62%,rgba(231,229,228,.78));box-shadow:inset 0 0 0 1px rgba(212,207,200,.72),inset 0 -24px 42px rgba(46,111,64,.08)}.storefront-shell-home .product-img-tag{width:100%;height:100%;object-fit:contain}.storefront-shell-home .product-body{padding:.66rem .74rem .82rem}.storefront-shell-home .product-body-stretch{justify-content:start;gap:.28rem}.storefront-shell-home .product-card-heading{display:grid;justify-items:center;width:100%;grid-gap:.22rem;gap:.22rem;text-align:center}.storefront-shell-home .product-name{display:-webkit-box;overflow:hidden;width:100%;text-align:center;font-size:.96rem;line-height:1.12;-webkit-line-clamp:2;-webkit-box-orient:vertical}.storefront-shell-home .product-price-stack-card{width:100%;flex-flow:row wrap;align-items:center;justify-content:center;gap:.16rem .42rem}.storefront-shell-home .product-price{font-size:.9rem;line-height:1}.storefront-shell-home .featured-dot,.storefront-shell-home .product-card-meta,.storefront-shell-home .product-discount-badge-card,.storefront-shell-home .product-snippet{display:none}.storefront-shell-home .discount-dot{display:inline-flex;top:1rem;right:1rem;left:auto;bottom:auto;padding:.36rem .58rem;font-size:.66rem}.storefront-shell-home .catalog-more{margin-top:1rem}.storefront-shell-home .catalog-more-btn{border-color:transparent;background:var(--accent);color:#fff;box-shadow:0 14px 30px rgba(46,111,64,.18)}@media (min-width:769px){.storefront-shell-home .info-section{margin:1.1rem 0;padding:1.55rem 0}.storefront-shell-home .info-section+.info-section{margin-top:0;padding-top:1.1rem;border-top:0}.storefront-shell-home .storefront-hero-carousel,.storefront-shell-home .storefront-hero-copy{height:clamp(300px,25vw,460px)}.storefront-shell-home .storefront-hero-copy:not(.storefront-hero-carousel) .storefront-hero-title{font-size:clamp(2.65rem,4.6vw,4.45rem)}.storefront-shell-catalog .product-price-stack-card .product-price-original,.storefront-shell-home .product-price-stack-card .product-price-original{display:inline-block}.storefront-shell-home .product-card-heading{grid-template-columns:minmax(0,1fr) auto;align-items:start;justify-items:stretch;gap:.75rem;min-height:2.7rem;text-align:left}.storefront-shell-home .product-name{text-align:left}.storefront-shell-home .product-price-stack-card{width:auto;flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:.32rem;min-height:2.7rem;text-align:right}.storefront-shell-home .product-price-original{display:inline-block;min-height:.82rem;font-size:.82rem;line-height:1}.storefront-shell-home .product-price-stack-card:not(:has(.product-price-original)):before{content:"";display:block;height:.82rem}.storefront-shell-home .product-price{font-size:1.02rem}.storefront-shell-catalog .product-card-heading{align-items:flex-start}.storefront-shell-catalog .product-name,.storefront-shell-catalog .product-snippet{text-align:left}}@media (max-width:768px){.storefront-shell-home .catalog-section{border:0;background:transparent;box-shadow:none}.storefront-shell-home .catalog-section-elevated{padding:.3rem 0 0}.storefront-shell-home .catalog-toolbar{gap:.35rem;text-align:center!important;justify-content:center!important}.storefront-shell-home .catalog-toolbar>div:first-child{display:grid!important;justify-items:center!important;text-align:center!important;width:100%!important}.storefront-shell-home .catalog-toolbar h2{max-width:100%!important;font-size:clamp(1.24rem,6.2vw,1.55rem)!important;line-height:1.15!important;text-wrap:balance!important;text-align:center!important}.storefront-shell-home .catalog-toolbar .section-overline{text-align:center!important}.storefront-shell-home .catalog-intro{display:none}.storefront-shell-home .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.58rem;margin-top:.7rem}.storefront-shell-home .product-card{grid-template-columns:1fr;width:100%;border-radius:4px;border-color:rgba(212,207,200,.68);background:rgba(255,255,255,.9);box-shadow:0 10px 24px rgba(28,25,23,.07)}.storefront-shell-home .product-card:hover{transform:none;box-shadow:0 10px 24px rgba(28,25,23,.07)}.storefront-shell-home .product-img-wrap{padding:.42rem .42rem 0}.storefront-shell-home .product-img-frame{aspect-ratio:1/1.15;height:auto;min-height:0;border-radius:4px}.storefront-shell-home .product-body{padding:.48rem .5rem .58rem}.storefront-shell-home .product-body-stretch{gap:.18rem}.storefront-shell-home .product-name{font-size:.78rem;line-height:1.12}.storefront-shell-home .product-price-stack-card{flex-flow:row wrap;gap:.12rem .25rem}.storefront-shell-catalog .product-price-stack-card .product-price-original,.storefront-shell-home .product-price-stack-card .product-price-original{display:inline-block}.storefront-shell-home .product-price{font-size:.78rem}.storefront-shell-home .discount-dot{display:inline-flex;top:.66rem;right:.66rem;padding:.25rem .42rem;font-size:.58rem}.storefront-shell-home .catalog-more{margin-top:.85rem}.storefront-shell-home .catalog-more-btn{width:100%;justify-content:center;padding:.92rem 1rem;border-radius:4px}}:root{--bg:#faf9f6;--surface:#ffffff;--surface-alt:#f5f3ef;--text:#1c1917;--text-secondary:#57534e;--text-muted:#a8a29e;--border:#e7e5e4;--border-strong:#d6d3d1;--accent:#2e6f40;--accent-hover:#20532e;--accent-light:#eaf3ed;--accent-glow:rgba(46,111,64,0.12);--shadow-sm:0 1px 2px rgba(24,24,24,0.04);--shadow-md:0 6px 18px rgba(24,24,24,0.07);--shadow-lg:0 10px 28px rgba(24,24,24,0.08);--shadow-xl:0 16px 42px rgba(24,24,24,0.1)}body{background:var(--bg)}.filter-native-select,.filter-select,input,select,textarea{border-width:1px;box-shadow:none}.catalog-more-btn,.danger-button,.nav-button,.primary-button,.secondary-button{box-shadow:none}.catalog-more-btn:hover,.danger-button:hover,.primary-button:hover,.secondary-button:hover{transform:none}.header-container{background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);box-shadow:none}.navbar-content{width:min(1180px,calc(100% - 2rem));min-height:58px}.navbar-logo{gap:.55rem;display:flex;align-items:center}.logo-mark,.navbar-logo{color:var(--accent);flex-shrink:0}.logo-mark{width:2.3rem;height:2.3rem;border-radius:0;background:transparent;box-shadow:none;display:inline-grid;place-items:center}.logo-text{font-weight:800;letter-spacing:0}.navbar-menu-inline{gap:.35rem}.nav-link{min-height:36px;display:inline-flex;align-items:center;padding:0 .65rem;color:var(--text-secondary);border:1px solid transparent;font-weight:650}.nav-link:after{display:none}.nav-link.active,.nav-link:hover{color:var(--text);background:var(--surface-alt);border-color:var(--border)}.navbar-actions-pro{display:flex;align-items:center;gap:.55rem}.nav-account-button,.nav-cart-button{min-height:38px;display:inline-flex;align-items:center;gap:.45rem;padding:0 .75rem;border:1px solid var(--border);border-radius:3px;background:#fff;color:var(--text);font-size:.82rem;font-weight:700}.nav-cart-button strong{min-width:1.25rem;height:1.25rem;display:inline-grid;place-items:center;padding:0 .3rem;border-radius:2px;background:var(--text);color:#fff;font-size:.72rem}.nav-account-button:hover,.nav-cart-button:hover,.navbar-login-button:hover{border-color:var(--border-strong)}.storefront-shell{width:min(1180px,calc(100% - 2rem));gap:1rem}.storefront-hero-commerce{display:block}.storefront-hero-copy-full,.storefront-shell-home .storefront-hero-carousel,.storefront-shell-home .storefront-hero-copy{min-height:clamp(360px,38vw,520px);height:auto}.admin-panel,.catalog-page-header,.catalog-section,.contact-card,.empty-state,.feature-card,.info-section,.inventory-card,.order-card,.product-card,.storefront-hero-copy{border:1px solid var(--border);box-shadow:none}.storefront-hero-copy{padding:clamp(1.3rem,3vw,2.2rem);justify-content:center;background:linear-gradient(135deg,#1c1917,#1c1917 50%,#1c1917);position:relative;overflow:hidden}.storefront-hero-copy:before{content:"";position:absolute;top:-30%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(46,111,64,.18),transparent 75%);pointer-events:none;z-index:1}.hero-carousel-media:after{background:linear-gradient(90deg,rgba(15,14,12,.88),rgba(15,14,12,.62) 45%,rgba(15,14,12,.18)),linear-gradient(180deg,rgba(15,14,12,.15),rgba(15,14,12,.4))}.storefront-hero-custom-image .hero-carousel-media:after{display:none}.storefront-hero-content{position:relative;z-index:2;display:grid;grid-gap:.85rem;gap:.85rem;width:min(610px,100%);color:#fff}.storefront-hero-content .section-overline{color:rgba(255,255,255,.7)}.storefront-hero-title{max-width:12ch;margin:0;font-family:var(--font-display),Georgia,serif;font-size:clamp(2.25rem,5vw,4.8rem);line-height:.95;letter-spacing:0;text-wrap:balance}.storefront-hero-description{max-width:48ch;margin:0;color:rgba(255,255,255,.82);font-size:clamp(.95rem,1.4vw,1.08rem);line-height:1.55}.hero-commerce-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem}.hero-commerce-price span{color:rgba(255,255,255,.56);font-size:1rem;text-decoration:line-through}.hero-commerce-price strong{font-size:clamp(1.7rem,3vw,2.5rem);line-height:1}.hero-commerce-price em{padding:.2rem .45rem;border:1px solid rgba(255,255,255,.24);border-radius:2px;color:#fff;font-size:.82rem;font-style:normal;font-weight:800}.storefront-hero-actions{margin-top:.25rem}.storefront-hero-actions .secondary-button{background:rgba(255,255,255,.12)!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25)!important;color:#fff!important;transition:all .25s var(--ease)}.storefront-hero-actions .secondary-button:hover{background:rgba(255,255,255,.22)!important;border-color:rgba(255,255,255,.45)!important;transform:translateY(-1.5px)}.hero-carousel-dots{position:absolute;right:1.2rem;bottom:1.2rem;z-index:3;margin:0}.hero-carousel-dot{width:8px;height:8px;border-radius:var(--radius-full);background:rgba(255,255,255,.45);border:none;transition:width .25s var(--ease),background-color .25s var(--ease)}.hero-carousel-dot.active{width:20px;background:#fff}.admin-panel,.catalog-page-header,.catalog-section,.info-section{background:#fff}.catalog-page-header{padding:1.4rem 1.55rem}.catalog-section-elevated{padding:clamp(1rem,2vw,1.45rem)}.storefront-shell-home .catalog-toolbar{justify-items:start;justify-content:stretch;text-align:left}.storefront-shell-home .catalog-intro,.storefront-shell-home .catalog-toolbar .section-overline,.storefront-shell-home .catalog-toolbar h2,.storefront-shell-home .catalog-toolbar>div:first-child{justify-items:start;margin-inline:0;text-align:left}.catalog-page-header h1,.catalog-toolbar h2,.panel-heading h2{letter-spacing:0}.filters-panel{width:min(100%,720px);grid-template-columns:minmax(240px,1fr) minmax(160px,.55fr) minmax(160px,.55fr);align-items:end}.filter-input,.filter-native-select,.filter-select{min-height:42px;border-color:var(--border);background:#fff}.filter-select{box-shadow:none}.filter-select:focus,.filter-select:hover{transform:none;box-shadow:none}.filter-sort-wrap{display:grid;grid-gap:.3rem;gap:.3rem}.filter-sort-wrap>span{color:var(--text-muted);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.filter-native-select{width:100%;padding:.65rem .75rem;color:var(--text);font-size:.86rem;font-weight:700}.catalog-filter-chips{display:flex;flex-wrap:wrap;gap:.45rem;margin:1rem 0 .35rem}.quick-filter-chip{min-height:34px;padding:.45rem .7rem;border-color:var(--border);border-radius:3px;background:var(--surface-alt);color:var(--text-secondary);text-transform:capitalize}.quick-filter-chip.active,.quick-filter-chip:hover{background:var(--text);border-color:var(--text);color:#fff}.storefront-results-row{margin-top:.8rem;padding-top:.75rem;border-top:1px solid var(--border)}.storefront-grid,.storefront-shell-home .catalog-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.85rem}.product-card,.storefront-shell-home .product-card{overflow:hidden;background:#fff;box-shadow:var(--shadow-sm);transition:border-color .25s var(--ease),transform .25s var(--ease),box-shadow .25s var(--ease)}.product-card:hover,.storefront-shell-home .product-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-6px)}.product-img-wrap,.storefront-shell-home .product-img-wrap{padding:0}.product-img-frame,.storefront-shell-home .product-img-frame{height:246px;min-height:246px;border-radius:0;border-bottom:1px solid var(--border);background:var(--surface-alt);box-shadow:none}.product-img-tag,.storefront-shell-home .product-img-tag{width:100%;height:100%;object-fit:contain}.product-body,.storefront-shell-home .product-body{padding:.8rem .85rem .9rem}.product-card-category{color:var(--text-muted);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-card-heading,.storefront-shell-home .product-card-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.65rem;gap:.65rem;min-height:2.85rem;align-items:start}.product-name,.storefront-shell-home .product-name{display:-webkit-box;overflow:hidden;font-family:var(--font-body),system-ui,sans-serif;font-size:.98rem;font-weight:750;line-height:1.18;text-align:left;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-price-stack-card,.storefront-shell-home .product-price-stack-card{align-items:flex-end;min-width:5.6rem;text-align:right}.product-price,.storefront-shell-home .product-price{color:var(--text);font-size:1rem;font-weight:850}.product-price-original{color:var(--text-muted)}.product-discount-badge-card{display:none}.product-snippet{display:-webkit-box;min-height:2.75rem;overflow:hidden;font-size:.82rem;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card-meta{display:flex;margin-top:.7rem;padding-top:.65rem;border-top:1px solid var(--border)}.storefront-shell-home .product-snippet{display:-webkit-box}.storefront-shell-home .product-card-meta{display:flex}.storefront-shell-home .featured-dot{display:inline-flex}.product-detail-hint{justify-content:flex-start;min-height:0;color:var(--text-secondary)}.discount-dot,.featured-dot{border-radius:var(--radius-full);padding:.35rem .75rem;font-size:.72rem;font-weight:800;letter-spacing:.04em;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.featured-dot{top:.55rem;left:.55rem;background:rgba(28,25,23,.85);color:#fff;border:1px solid rgba(255,255,255,.2)}.discount-dot{top:.55rem;right:.55rem;background:rgba(46,111,64,.88);color:#fff;border:1px solid rgba(255,255,255,.25);text-transform:uppercase}.catalog-more-btn{background:var(--text);color:#fff}.contact-card,.feature-card{background:var(--surface-alt);box-shadow:none}.admin-navbar{background:#fff;border-bottom:1px solid var(--border)}.admin-shell-pro{width:min(1220px,calc(100% - 2rem));display:grid;grid-gap:.85rem;gap:.85rem}.admin-command-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:1rem;gap:1rem;align-items:center;padding:1rem 1.15rem;border:1px solid var(--border);border-radius:4px;background:#fff}.admin-command-bar h1{margin:.15rem 0 .25rem;font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.08}.admin-command-bar p:not(.section-overline){color:var(--text-secondary);font-size:.88rem}.admin-metric-grid{display:grid;grid-template-columns:repeat(3,max-content);grid-gap:.5rem;gap:.5rem}.admin-metric-grid span{min-width:104px;display:grid;grid-gap:.1rem;gap:.1rem;padding:.65rem .75rem;border:1px solid var(--border);border-radius:3px;background:var(--surface-alt);color:var(--text-secondary);font-size:.72rem;font-weight:750;text-transform:uppercase}.admin-metric-grid strong{color:var(--text);font-size:1.35rem;line-height:1}.admin-panel{padding:1rem}.inventory-toolbar{grid-template-columns:minmax(260px,1fr) minmax(170px,.36fr) minmax(160px,.34fr);gap:.6rem;padding:.75rem;border:1px solid var(--border);border-radius:3px;background:var(--surface-alt)}.inventory-list,.orders-list{gap:.55rem}.inventory-card,.order-card{box-shadow:none;background:#fff}.inventory-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:.75rem}.inventory-card:hover{transform:none;box-shadow:none;border-color:var(--border-strong)}.inventory-media-frame{background:var(--surface-alt);box-shadow:none}.inventory-actions{min-width:180px}.order-board{padding:0;border:0;background:transparent}.order-board-header{padding:.75rem 0;border-bottom:1px solid var(--border)}.order-card{padding:.8rem}.order-card-expanded,.order-card-selected{border-color:var(--accent);box-shadow:inset 3px 0 0 var(--accent)}@media (max-width:920px){.admin-command-bar,.filters-panel,.inventory-toolbar{grid-template-columns:1fr}.admin-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.navbar-content{width:calc(100% - (var(--mobile-edge) * 2))}.navbar-actions-pro{display:none}.admin-shell-pro,.storefront-shell{width:calc(100% - (var(--mobile-edge) * 2))}.storefront-hero-copy-full,.storefront-shell-home .storefront-hero-carousel,.storefront-shell-home .storefront-hero-copy{min-height:min(72svh,520px)}.storefront-hero-copy{padding:1.5rem 1.25rem;justify-content:center;align-items:center;text-align:center}.storefront-hero-content{justify-items:center;text-align:center}.hero-carousel-media:after{background:linear-gradient(180deg,rgba(15,14,12,.2),rgba(15,14,12,.88))}.storefront-hero-title{max-width:14ch;font-size:clamp(1.8rem,8vw,2.5rem);line-height:1.15}.storefront-hero-description{-webkit-line-clamp:2;font-size:.86rem;line-height:1.45}.hero-carousel-dots{right:50%!important;transform:translateX(50%)!important;bottom:1rem!important;display:flex!important;justify-content:center!important;align-items:center!important}.product-price-stack-modal{display:flex!important;flex-flow:row wrap!important;align-items:baseline!important;gap:.25rem .5rem!important}.product-price-stack-modal .product-price-original{font-size:.82rem!important;color:var(--text-muted)!important;text-decoration:line-through!important;order:1!important}.product-price-stack-modal .product-modal-price{font-size:1.25rem!important;font-weight:850!important;color:var(--accent)!important;order:2!important}.product-price-stack-modal .product-discount-badge{order:3!important;font-size:.72rem!important;font-weight:850!important;padding:.2rem .5rem!important;border-radius:var(--radius-full)!important}.catalog-filter-chips{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;overflow-x:auto;padding-bottom:.12rem;scrollbar-width:none}.catalog-filter-chips::-webkit-scrollbar{display:none}.catalog-grid,.storefront-shell-catalog .catalog-grid,.storefront-shell-home .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.75rem!important}.product-card,.storefront-shell-catalog .product-card,.storefront-shell-home .product-card{grid-template-columns:1fr!important}.product-img-frame,.storefront-shell-catalog .product-img-frame,.storefront-shell-home .product-img-frame{height:auto!important;min-height:0!important;aspect-ratio:1/1.05!important;border-right:0!important;border-bottom:1px solid var(--border)!important}.product-name,.storefront-shell-catalog .product-name,.storefront-shell-home .product-name{font-size:.85rem!important;font-weight:700!important;line-height:1.25!important;-webkit-line-clamp:2!important}.product-price,.storefront-shell-catalog .product-price,.storefront-shell-home .product-price{font-size:.9rem!important;font-weight:800!important}.product-card-heading,.storefront-shell-catalog .product-card-heading,.storefront-shell-home .product-card-heading{grid-template-columns:1fr!important;min-height:0!important;gap:.25rem!important}.product-price-stack{align-items:flex-start!important}.product-price-stack-card,.storefront-shell-home .product-price-stack-card{display:flex!important;flex-flow:row wrap!important;align-items:baseline!important;gap:.15rem .4rem!important;min-width:0;text-align:left}.storefront-shell-home .product-price-original{font-size:.72rem!important;color:var(--text-muted)!important;text-decoration:line-through!important}.storefront-shell-home .product-price{font-size:.92rem!important;font-weight:850!important;color:var(--accent)!important}.product-card-category{display:block;font-size:.62rem;color:var(--text-muted);font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.15rem}.product-snippet{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.74rem;line-height:1.4;color:var(--text-secondary);margin-top:.3rem;min-height:2.1rem}.product-card-meta{display:flex;margin-top:.45rem;padding-top:.4rem;border-top:1px solid var(--border);font-size:.72rem;color:var(--text-secondary)}.admin-command-bar{padding:.9rem}.admin-metric-grid,.inventory-card{grid-template-columns:1fr}.inventory-actions{min-width:0}}.account-menu-shell{position:relative}.nav-account-button{cursor:pointer}.nav-account-button svg{flex:0 0 auto}.account-menu{position:absolute;top:calc(100% + .45rem);right:0;z-index:90;width:190px;display:grid;grid-gap:.25rem;gap:.25rem;padding:.35rem;border:1px solid var(--border);border-radius:4px;background:#fff;box-shadow:var(--shadow-md)}.account-menu-item{width:100%;min-height:38px;display:flex;align-items:center;padding:.55rem .65rem;border-radius:3px;color:var(--text-secondary);font-size:.82rem;font-weight:700;text-align:left}.account-menu-item:hover{background:var(--surface-alt);color:var(--text)}.account-menu-danger,.nav-account-danger{color:var(--danger)}.admin-header-actions-pro{display:flex;align-items:center;gap:.55rem;margin-left:auto}@media (min-width:769px){.navbar-content-sidebar>.header-sidebar,.navbar-content-sidebar>.header-sidebar-backdrop,.navbar-content-sidebar>.mobile-cart-shortcut,.navbar-content-sidebar>.sidebar-toggle{display:none!important}.admin-header-actions-pro{display:flex}}@media (max-width:768px){.account-menu-shell,.admin-header-actions-pro{display:none}.navbar-content-sidebar>.sidebar-toggle{display:inline-flex}.navbar-content-sidebar>.admin-header-sidebar,.navbar-content-sidebar>.header-sidebar{display:flex}.navbar-content-sidebar>.header-sidebar-backdrop{display:block}.mobile-sidebar-nav{display:grid}.hero-editor-section-header{align-items:start;flex-direction:column;gap:.35rem}.hero-product-picker-grid{grid-template-columns:1fr;max-height:360px}.hero-product-picker-option{grid-template-columns:18px 48px minmax(0,1fr)}.hero-product-picker-thumb{width:48px}.storefront-shell-catalog .product-price-stack-card{display:flex;flex-flow:row wrap;align-items:baseline;gap:.16rem .38rem;min-width:0;text-align:left}.storefront-shell-catalog .product-price-original{order:1;font-size:.72rem;line-height:1;color:var(--text-muted)!important;text-decoration:line-through!important}.storefront-shell-catalog .product-price{order:2;font-size:.98rem;line-height:1;color:var(--accent)!important;font-weight:800!important}.storefront-shell-catalog .product-discount-badge-card{order:3;display:inline-flex;align-items:center;min-height:1.2rem;padding:.16rem .45rem;border-radius:9999px;background:rgba(46,111,64,.15)!important;color:var(--accent)!important;border:1px solid rgba(46,111,64,.2)!important;font-size:.62rem;font-weight:850;line-height:1}.storefront-shell-catalog .discount-dot{display:none}}.skeleton-card{display:flex;flex-direction:column;border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--border);overflow:hidden;min-height:100%}.skeleton-image{width:100%;height:240px;background:linear-gradient(90deg,var(--surface-alt) 25%,var(--border) 50%,var(--surface-alt) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s linear infinite}@media (max-width:720px){.skeleton-image{height:160px}}.skeleton-body{padding:1rem 1.15rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;flex:1 1}@media (max-width:720px){.skeleton-body{padding:.75rem}}.skeleton-text{height:1.1rem;background:linear-gradient(90deg,var(--surface-alt) 25%,var(--border) 50%,var(--surface-alt) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s linear infinite;border-radius:var(--radius-sm)}.skeleton-title{width:70%}.skeleton-price{width:40%;height:1rem;align-self:flex-start}.skeleton-snippet{width:90%;height:.85rem;margin-top:.25rem}.skeleton-meta{width:30%;height:.8rem;margin-top:auto}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){body,html{max-width:100vw;overflow-x:hidden}.admin-shell,.admin-shell-pro,.navbar-content,.page-shell,.storefront-shell,.storefront-shell-catalog,.storefront-shell-home{width:calc(100% - (var(--mobile-edge) * 2))!important;max-width:480px!important;margin-inline:auto!important;float:none!important}.storefront-hero{display:block!important}.storefront-hero,.storefront-hero-copy{width:100%!important;max-width:100%!important;margin-inline:auto!important}.storefront-hero-copy{box-sizing:border-box!important}}