:root{--bg: #FBEFEF;--surface: #fffafa;--surface-soft: #f7e8e6;--text: #201a18;--muted: #6f605d;--border: #ead8d5;--accent: #6f8c68;--accent-dark: #224c3b;--sage: #88a07b;--blush: #e6b4b4;--sale: #c94f62;--danger: #9e3f45;--admin: #26334d;--ink: #18231d;--shadow: 0 18px 44px rgb(71 42 42 / 8%);--shadow-strong: 0 24px 70px rgb(71 42 42 / 14%)}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);text-rendering:optimizeLegibility}body{margin:0;min-width:320px;background:var(--bg)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:8px;padding:.7rem .8rem;color:var(--text);background:var(--surface);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}input:not([type=checkbox]):not([type=radio]),select{min-height:46px;line-height:1.2}select{appearance:none;-webkit-appearance:none;padding-right:2.5rem;background-color:var(--surface);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 256 256'%3E%3Cpath d='M56 96l72 72 72-72' stroke='%23224c3b' stroke-width='24' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;background-size:16px 16px}select::-ms-expand{display:none}textarea{min-height:46px;line-height:1.5}input[type=number]{appearance:textfield;-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}input:focus,select:focus,textarea:focus{border-color:var(--accent);outline:0;box-shadow:0 0 0 4px #6f8c682e}input[readonly]{color:var(--muted);background:var(--surface-soft);cursor:not-allowed}label{display:grid;gap:.35rem;font-size:.88rem;color:var(--muted)}table{width:100%;border-collapse:collapse}th,td{padding:.85rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}th{color:var(--muted);font-size:.78rem;text-transform:uppercase}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.section{padding:3rem 0}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.45rem}.section-heading h1,.section-heading h2{margin:.15rem 0 0;font-size:2.3rem;line-height:1.05;letter-spacing:0}.section-heading>a{color:var(--accent-dark);font-weight:800;border-bottom:1px solid rgb(34 76 59 / 34%)}.eyebrow{margin:0;color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.lead{color:var(--muted);font-size:1.08rem;line-height:1.6}.muted,.body-text{color:var(--muted);line-height:1.55}.btn,.icon-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid var(--accent-dark);border-radius:8px;padding:.65rem 1rem;color:#fff;background:var(--accent-dark);cursor:pointer;font-weight:700;box-shadow:0 12px 24px #224c3b26;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.btn:hover,.icon-btn:hover{border-color:var(--accent);background:var(--accent);box-shadow:0 14px 30px #6f8c683d;transform:translateY(-1px)}.btn:disabled{cursor:not-allowed;opacity:.55}.btn--ghost{color:var(--accent-dark);border-color:#224c3b38;background:#fffafac7;box-shadow:none}.btn--ghost:hover{color:#fff}.btn--danger{border-color:var(--danger);background:var(--danger)}.btn--small{min-height:34px;padding:.4rem .65rem;font-size:.86rem}.btn--block{width:100%}.link-btn{border:0;padding:0;color:var(--accent);background:transparent;cursor:pointer}.actions,.checkbox-row,.quantity-row,.table-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.checkbox-row input[type=checkbox]{width:auto;min-width:18px;min-height:18px;accent-color:var(--accent)}.checkbox-row--inline{grid-column:1 / -1;justify-content:flex-start;color:var(--text);font-weight:800}.form-hint{margin:-.2rem 0 .25rem;color:var(--muted);line-height:1.5}.address-lookup{position:relative}.address-lookup small{color:var(--muted)}.form-field--reserve-note:after{content:"";min-height:1.2em}.address-suggestions{display:grid;gap:.35rem;max-height:230px;overflow-y:auto;border:1px solid var(--border);border-radius:8px;padding:.35rem;background:var(--surface);box-shadow:var(--shadow)}.address-suggestion{display:grid;gap:.15rem;width:100%;border:0;border-radius:6px;padding:.55rem .65rem;color:var(--text);background:transparent;cursor:pointer;text-align:left}.address-suggestion:hover{background:var(--surface-soft)}.address-suggestion span{color:var(--muted);font-size:.82rem}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--border);background:#fffafae5;backdrop-filter:blur(18px);box-shadow:0 12px 30px #472a2a12;transition:background .18s ease,box-shadow .18s ease}.announcement-bar{display:flex;align-items:center;justify-content:center;min-height:30px;padding:.35rem 1rem;color:#f5fbf3;background:var(--ink);font-size:.78rem;font-weight:700;text-align:center;transition:min-height .18s ease,padding .18s ease,opacity .18s ease}.header-grid{display:grid;grid-template-columns:minmax(190px,240px) 1fr auto auto;gap:1rem;align-items:center;min-height:82px;position:relative;transition:min-height .18s ease,padding .18s ease}.brand{display:inline-grid;gap:.05rem;color:inherit;font-weight:900;line-height:1}.site-header .brand{display:grid;justify-items:start;gap:.2rem;width:fit-content}.brand-logo{width:clamp(132px,14vw,174px);height:auto;max-height:58px;object-fit:contain;transition:width .18s ease,max-height .18s ease}.main-nav{display:flex;justify-content:center;gap:.35rem;flex-wrap:wrap;color:var(--muted);font-size:.82rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.main-nav a{border-radius:8px;padding:.55rem .72rem;transition:background .16s ease,color .16s ease}.main-nav a:hover{color:var(--accent-dark);background:#f7e8e6c7}.header-icon-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;min-width:42px;height:42px;border:1px solid var(--border);border-radius:8px;padding:0;color:var(--accent-dark);background:var(--surface);box-shadow:0 10px 24px #472a2a14;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.header-icon-button:hover{border-color:var(--accent);color:var(--accent);box-shadow:0 14px 30px #472a2a1a;transform:translateY(-1px)}.header-icon-button:focus-visible,.cart-link:focus-visible{border-color:var(--accent);outline:0;box-shadow:0 0 0 4px #6f8c682e,0 10px 24px #472a2a14}.menu-toggle{display:none}.phosphor-icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:20;vector-effect:non-scaling-stroke}.search-form{display:flex;align-items:center;gap:.4rem;justify-self:end;width:42px;overflow:visible;transition:width .18s ease}.search-form--open{width:min(300px,26vw)}.search-form input{display:none;flex:1 1 auto;width:100%;min-width:0;min-height:42px;background:var(--surface)}.search-form--open input{display:block}.icon-btn{width:42px;padding:0}.cart-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;min-width:42px;min-height:42px;border:1px solid var(--border);border-radius:8px;padding:0;color:var(--accent-dark);font-weight:800;background:var(--surface);box-shadow:0 10px 24px #472a2a14;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.cart-link:hover{border-color:var(--accent);box-shadow:0 14px 30px #472a2a1a;transform:translateY(-1px)}.cart-count{position:absolute;top:-7px;right:-7px;display:inline-flex;align-items:center;justify-content:center;min-width:20px;min-height:20px;border:2px solid #ffffff;border-radius:999px;color:#fff;background:var(--sale);font-size:.72rem;line-height:1}.site-footer{margin-top:2.5rem;border-top:1px solid var(--border);padding:2.3rem 0;color:var(--muted);background:var(--surface)}.footer-grid{display:grid;grid-template-columns:minmax(260px,1fr) repeat(3,minmax(160px,.38fr));gap:2rem;align-items:start}.footer-logo{width:min(170px,46vw);height:auto}.footer-brand,.footer-column{display:grid;gap:.65rem}.footer-brand p{max-width:420px;margin:0;line-height:1.55}.footer-column h2{margin:0 0 .2rem;color:var(--text);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.footer-column a,.footer-column span{color:var(--muted);line-height:1.45}.footer-column a:hover{color:var(--accent-dark)}.legal-page{max-width:1040px}.legal-document{display:grid;gap:1.6rem;border-top:1px solid var(--border);padding-top:1.5rem}.legal-note{border-left:4px solid var(--accent);padding:.85rem 1rem;color:var(--accent-dark);background:#fffafaad;font-weight:800;line-height:1.55}.legal-section{display:grid;gap:.65rem;padding-bottom:1.35rem;border-bottom:1px solid var(--border)}.legal-section h2{margin:0;color:var(--ink);font-size:1.35rem}.legal-section p{margin:0;color:var(--muted);line-height:1.75}.legal-data-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0}.legal-data-list div{border:1px solid var(--border);border-radius:8px;padding:.85rem;background:#fffafa9e}.legal-data-list dt{margin-bottom:.25rem;color:var(--accent-dark);font-size:.82rem;font-weight:900;text-transform:uppercase}.legal-data-list dd{margin:0;color:var(--text);overflow-wrap:anywhere}.legal-list{display:grid;gap:.45rem;margin:0;padding-left:1.2rem;color:var(--muted);line-height:1.65}.legal-table-wrap{overflow-x:auto}.legal-table{min-width:680px;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.legal-table th{color:var(--accent-dark);background:#f7e8e6ad}.legal-table td{color:var(--muted);line-height:1.55}.legal-actions{display:flex;flex-wrap:wrap;gap:.75rem}.home-band{position:relative;overflow:hidden;isolation:isolate;border-bottom:1px solid rgb(255 255 255 / 26%);background:linear-gradient(90deg,#0a130ec7,#0a130e8f,#0a130e29),url(https://images.unsplash.com/photo-1563241527-3004b7be0ffd?auto=format&fit=crop&w=1900&q=82) center/cover}.home-grid{display:grid;grid-template-columns:minmax(0,720px);align-items:end;min-height:clamp(520px,74vh,700px);padding:5.75rem 0 4rem}.hero-copy{max-width:680px;color:#fff}.hero-logo{width:min(300px,72vw);height:auto;margin-bottom:1.15rem;filter:brightness(0) invert(1);opacity:.96}.hero-copy .eyebrow{color:#bdd5bd}.home-grid h1{max-width:680px;margin:.35rem 0;font-size:4.4rem;font-weight:820;line-height:.96;letter-spacing:0}.hero-copy .lead{max-width:620px;color:#ffffffd6}.hero-copy .actions{margin-top:1.6rem}.hero-copy .btn{border-color:#fff;color:var(--ink);background:#fff;box-shadow:0 18px 42px #0000003d}.hero-copy .btn:hover{border-color:#bdd5bd;background:#bdd5bd}.hero-copy .btn--ghost{color:#fff;border-color:#ffffff57;background:#ffffff1a;box-shadow:none;backdrop-filter:blur(10px)}.hero-copy .btn--ghost:hover{color:var(--ink);border-color:#fff;background:#fff}.hero-points{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.5rem;color:#ffffffc7;font-size:.9rem;font-weight:800}.hero-points span{display:inline-flex;align-items:center;min-height:34px;border:1px solid rgb(255 255 255 / 24%);border-radius:8px;padding:0 .72rem;background:#ffffff14;backdrop-filter:blur(10px)}.shop-intro{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:2rem;align-items:start}.shop-intro__copy{position:sticky;top:132px;display:grid;gap:1rem;padding-right:1rem}.shop-intro__copy h2{margin:0;font-size:2.35rem;line-height:1.04}.shop-intro__link{width:fit-content;color:var(--accent-dark);font-weight:900;border-bottom:1px solid rgb(34 76 59 / 34%)}.shop-category-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.shop-category-card{position:relative;overflow:hidden;min-height:250px;display:grid;align-content:end;gap:.32rem;border-radius:8px;padding:1.1rem;color:#fff;background:var(--ink);box-shadow:var(--shadow);isolation:isolate;transition:box-shadow .18s ease,transform .18s ease}.shop-category-card:after{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#0a130e05,#0a130eb8),linear-gradient(90deg,#0a130e7a,#0a130e1a);content:""}.shop-category-card:hover{box-shadow:var(--shadow-strong);transform:translateY(-2px)}.shop-category-card img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;transition:transform .36s ease}.shop-category-card:hover img{transform:scale(1.05)}.shop-category-card span{color:#ffffffc2;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.shop-category-card strong{font-size:1.48rem;line-height:1.05}.section-heading--center{align-items:end}.service-band{border-block:1px solid var(--border);background:#fffafabd}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.service-card{position:relative;overflow:hidden;min-height:360px;display:grid;align-content:end;gap:.35rem;border-radius:8px;padding:1.05rem;color:#fff;background:var(--ink);box-shadow:var(--shadow);isolation:isolate;transition:box-shadow .18s ease,transform .18s ease}.service-card:after{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#09100d0a,#09100dc2);content:""}.service-card:hover{box-shadow:var(--shadow-strong);transform:translateY(-2px)}.service-card img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;transition:transform .36s ease}.service-card:hover img{transform:scale(1.05)}.service-card span{color:#ffffffbd;font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.service-card strong{font-size:1.55rem;line-height:1.05}.service-card small{margin-top:.35rem;color:#ffffffc7;font-weight:900}.service-detail-hero{position:relative;min-height:min(620px,72vh);display:grid;align-items:end;overflow:hidden;isolation:isolate;color:#fff;background:var(--ink)}.service-detail-hero:after{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#09100dd1,#09100d85 52%,#09100d24),linear-gradient(180deg,#09100d1f,#09100d94);content:""}.service-detail-hero>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.service-detail-hero__content{max-width:820px;padding-block:5rem 4rem}.service-detail-hero__content .eyebrow{color:#bdd5bd}.service-detail-hero__content h1{margin:.35rem 0;font-size:4.1rem;line-height:.98}.service-detail-hero__content .lead{max-width:680px;color:#ffffffd6}.service-detail-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(300px,.65fr);gap:2rem;align-items:start}.service-detail-copy{display:grid;gap:1.25rem}.service-detail-copy .body-text{margin:0;color:var(--text);font-size:1.2rem;line-height:1.7}.service-detail-panel{display:grid;gap:1rem;border:1px solid var(--border);border-radius:8px;padding:1.25rem;background:var(--surface);box-shadow:var(--shadow)}.service-detail-panel h2{margin:0;font-size:1.55rem}.service-detail-list{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.service-detail-list li{position:relative;padding-left:1.15rem;color:var(--muted);line-height:1.55}.service-detail-list li:before{position:absolute;top:.62em;left:0;width:6px;height:6px;border-radius:50%;background:var(--accent);content:""}.service-process{padding-top:1rem}.service-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.service-process-step{display:grid;gap:.8rem;border-top:1px solid var(--border);padding-top:1rem}.service-process-step span{color:var(--accent);font-size:.82rem;font-weight:950}.service-process-step p{margin:0;color:var(--muted);line-height:1.55}.contact-section{padding-bottom:1.5rem}.contact-strip{display:flex;align-items:center;justify-content:space-between;gap:2rem;border:1px solid var(--border);border-radius:8px;padding:1.4rem;background:linear-gradient(90deg,#f7e8e6d6,#fffafaf5),var(--surface);box-shadow:var(--shadow)}.contact-strip h2{margin:.25rem 0 .45rem;font-size:1.8rem;line-height:1.08}.contact-strip p:last-child{max-width:660px;margin:0;color:var(--muted);line-height:1.55}.trust-section{padding-top:1.5rem}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.trust-item{display:grid;gap:.6rem;border-top:1px solid var(--border);padding-top:1rem}.trust-icon{color:var(--accent);font-size:.78rem;font-weight:950;letter-spacing:.08em}.trust-item h3{margin:0;font-size:1.08rem}.trust-item p{margin:0;color:var(--muted);line-height:1.55}.summary-panel,.admin-card,.login-panel,.success-panel,.form-panel{border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.category-grid,.product-grid,.metric-grid,.admin-grid{display:grid;gap:1.1rem}.category-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.category-grid--featured{grid-template-columns:repeat(4,minmax(0,1fr))}.category-tile{position:relative;display:grid;gap:.55rem;min-height:142px;overflow:hidden;border:1px solid var(--border);border-radius:8px;padding:1.1rem;background:linear-gradient(135deg,#fffafaf5,#f7e8e6d6),var(--surface);box-shadow:0 12px 28px #472a2a12;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.category-tile:before{position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--accent),var(--blush));content:""}.category-tile:hover{border-color:#6f8c6875;box-shadow:0 18px 38px #472a2a1a;transform:translateY(-2px)}.category-tile strong{font-size:1.28rem;line-height:1.1}.category-tile span{color:var(--muted)}.category-tile__count{color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.product-card{overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 12px 28px #472a2a12;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.product-card:hover{border-color:#6f8c686b;box-shadow:0 20px 44px #472a2a1f;transform:translateY(-2px)}.product-card__image{position:relative;display:block;overflow:hidden;aspect-ratio:5 / 4;background:var(--surface-soft)}.product-card__image img,.gallery>img,.cart-item__image,.table-image{width:100%;height:100%;object-fit:cover}.product-card__image img{transition:filter .26s ease,transform .26s ease}.product-card:hover .product-card__image img{filter:saturate(1.04);transform:scale(1.04)}.product-badge{position:absolute;top:.75rem;left:.75rem;border-radius:8px;padding:.32rem .55rem;color:#fff;background:var(--sale);font-size:.75rem;font-weight:900;box-shadow:0 10px 22px #0d17122e}.product-badge--soft{background:var(--accent-dark)}.product-card__body{display:grid;gap:.7rem;padding:1.05rem}.product-card h3{margin:0;min-height:2.6rem;font-size:1.12rem;line-height:1.2}.price-row{display:flex;align-items:baseline;gap:.65rem}.price-row--large{font-size:1.45rem}.detail-panel .price-row--large{border-bottom:1px solid var(--border);padding-bottom:.9rem;font-size:clamp(1.55rem,2.2vw,2rem)}.price{font-weight:900;color:var(--accent-dark)}.price--sale{color:var(--sale)}.price-old{color:var(--muted);text-decoration:line-through}.shop-page{display:grid;gap:1.5rem}.shop-page-header{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:2rem;align-items:end;border-bottom:1px solid var(--border);padding-bottom:1.4rem}.shop-page-header h1{margin:.2rem 0 .65rem;font-size:3.4rem;line-height:.98}.shop-page-header .body-text{max-width:580px;margin:0}.shop-page-categories{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.shop-page-categories a{display:inline-flex;align-items:center;min-height:38px;border:1px solid var(--border);border-radius:8px;padding:.45rem .7rem;color:var(--muted);background:var(--surface);font-size:.86rem;font-weight:850;transition:background .16s ease,border-color .16s ease,color .16s ease}.shop-page-categories a:hover,.shop-page-categories__active{border-color:var(--accent);color:#fff!important;background:var(--accent-dark)!important}.filter-bar,.table-toolbar{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr)) auto;gap:.75rem;align-items:end;margin-bottom:1.25rem;padding:1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.filter-bar--shop{margin-bottom:0}.filter-bar__advanced{display:contents}.filter-toggle{display:none}.filter-toggle__icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:24;transition:transform .16s ease}.detail-grid,.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:1.5rem;align-items:start}.gallery{display:grid;gap:.75rem}.option-picker{display:grid;gap:.8rem;border-bottom:1px solid var(--border);padding:0 0 .95rem}.option-picker__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.option-picker__header span{color:var(--muted);font-size:.88rem}.option-list{display:grid;gap:.55rem}.option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.65rem}.option-chip{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem;color:var(--text);background:var(--surface);cursor:pointer;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.option-chip:hover,.option-chip--active{border-color:var(--accent);box-shadow:0 12px 24px #472a2a1a;transform:translateY(-1px)}.option-chip__label{min-width:0;font-size:.96rem;font-weight:900;overflow:hidden;text-overflow:ellipsis}.option-chip__price{flex:0 0 auto;color:var(--muted);font-size:.9rem;font-weight:800}.gallery>img{aspect-ratio:1 / 1;border-radius:8px;box-shadow:var(--shadow)}.thumb-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(74px,90px));gap:.5rem}.thumb-row button{border:1px solid var(--border);border-radius:6px;padding:0;overflow:hidden;cursor:pointer;background:var(--surface);transition:border-color .16s ease,transform .16s ease}.thumb-row button:hover{border-color:var(--accent);transform:translateY(-1px)}.thumb-row img{aspect-ratio:1 / 1;object-fit:cover}.detail-panel,.summary-panel,.form-panel{display:grid;gap:1rem;padding:1.2rem}.detail-panel h1{margin:0}.product-sku{margin:-.2rem 0 .35rem;color:var(--muted);font-size:.92rem;font-weight:800}.product-description{margin:0}.product-description--short{padding-top:.35rem}.detail-panel .quantity-row{display:grid;grid-template-columns:minmax(120px,160px) minmax(180px,1fr);align-items:end;gap:.8rem}.detail-panel .quantity-row label{gap:.4rem;margin:0}.detail-panel .quantity-row input{min-height:50px;height:50px}.detail-panel .quantity-row .btn{align-self:end;width:100%;min-height:50px;height:50px}.stock{font-weight:800;color:var(--accent)}.stock--out{color:var(--danger)}.cart-items{display:grid;gap:.75rem}.cart-item{display:grid;grid-template-columns:96px minmax(0,1fr) 120px 130px auto;gap:1rem;align-items:center;border:1px solid var(--border);border-radius:8px;padding:.8rem;background:var(--surface);box-shadow:0 10px 24px #472a2a0f}.cart-item__image{width:96px;height:96px;aspect-ratio:auto;border-radius:6px;object-fit:cover}.cart-item__details{min-width:0}.cart-item__details h3{margin:0 0 .35rem;line-height:1.18;overflow-wrap:anywhere}.cart-item__details .muted{overflow-wrap:anywhere}.cart-item__unit-price,.cart-item__total{color:var(--ink)}.cart-item__quantity{min-width:0}.cart-item__quantity input{width:100%}.cart-item__remove{justify-self:end}.summary-line{display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0;border-bottom:1px solid var(--border)}.summary-line small{display:block;margin-top:.15rem}.summary-line.total{font-size:1.25rem;border-bottom:0}.coupon-form{display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:end}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.admin-user-form{margin-bottom:1.25rem}.admin-user-form__submit{align-self:end}.empty-state{border:1px dashed var(--border);border-radius:8px;padding:2rem;color:var(--muted);background:var(--surface);text-align:center;box-shadow:0 10px 24px #472a2a0d}.success-panel{max-width:620px;margin-inline:auto;padding:2rem}.login-page{min-height:100vh;display:grid;place-items:center;padding:1rem;background:linear-gradient(135deg,var(--bg),rgb(247 232 230 / 86%))}.login-panel{width:min(420px,100%);display:grid;gap:1rem;padding:1.5rem}.admin-shell{min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr);background:var(--bg)}.admin-sidebar{display:grid;align-content:start;gap:1.5rem;padding:1.25rem;color:#fff;background:var(--admin)}.admin-sidebar nav{display:grid;gap:.35rem}.admin-sidebar a{border-radius:6px;padding:.7rem}.admin-sidebar nav a:hover{background:#ffffff1f}.admin-main{min-width:0}.admin-topbar{display:flex;justify-content:flex-end;align-items:center;gap:1rem;min-height:64px;padding:0 1.25rem;border-bottom:1px solid var(--border);background:#fffafaeb}.admin-page{display:grid;gap:1.25rem;padding:1.25rem}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.metric{display:grid;gap:.3rem;border:1px solid var(--border);border-radius:8px;padding:1rem;background:var(--surface)}.metric--link{color:inherit;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.metric--link:hover,.metric--link:focus-visible{border-color:var(--accent);box-shadow:0 12px 28px #472a2a1f;transform:translateY(-1px);outline:none}.metric span{color:var(--muted)}.metric strong{font-size:1.8rem}.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-card,.admin-form{padding:1rem}.admin-form{display:grid;gap:1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.image-upload-panel{display:grid;grid-template-columns:180px minmax(0,1fr);gap:1rem;align-items:start;padding-bottom:1rem;border-bottom:1px solid var(--border)}.image-upload-preview{overflow:hidden;aspect-ratio:1;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft)}.image-upload-preview img{width:100%;height:100%;object-fit:cover}.image-upload-fields{display:grid;gap:.75rem}.upload-meta{color:var(--muted);font-size:.86rem}.field-error{margin:0;color:var(--danger);font-weight:800}.gallery-upload-panel{display:grid;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.options-list{display:grid;gap:.75rem}.option-config-grid{display:grid;grid-template-columns:minmax(220px,1fr) minmax(260px,1fr) auto;gap:.75rem;align-items:end}.option-required-control{min-height:42px;padding:.65rem 0}.option-template-picker{display:grid;grid-template-columns:minmax(320px,1fr) auto;gap:.75rem 1rem;align-items:end}.option-template-preview{display:grid;gap:.75rem;padding:1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft)}.option-template-preview__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.option-template-preview__header span{color:var(--muted);font-size:.86rem}.option-template-preview__items{display:grid;gap:.5rem}.option-template-preview__item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem .9rem;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.option-template-preview__item span{font-weight:800;color:var(--text)}.option-row{display:grid;grid-template-columns:minmax(220px,1fr) minmax(160px,220px) auto;gap:.75rem;align-items:end}.panel-title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.panel-title-row h2{margin:0;font-size:1rem}.panel-title-row span{color:var(--muted);font-size:.86rem}.gallery-upload-fields{display:grid;grid-template-columns:minmax(260px,1fr) minmax(180px,auto);gap:.75rem 1rem;align-items:end}.gallery-upload-fields .upload-meta,.gallery-upload-fields .field-error,.gallery-upload-fields .form-hint{grid-column:1 / -1}.gallery-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem}.gallery-item{position:relative;overflow:hidden;aspect-ratio:1;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);cursor:grab}.gallery-item:active{cursor:grabbing}.gallery-item--dragging{opacity:.55;outline:3px solid rgb(161 111 91 / 22%)}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-order,.gallery-remove{position:absolute;z-index:1}.gallery-order{top:.45rem;left:.45rem;min-width:28px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:#26334ddb;font-size:.82rem;font-weight:900}.gallery-remove{right:.45rem;bottom:.45rem;border:0;border-radius:6px;padding:.35rem .5rem;color:#fff;background:#a94141eb;cursor:pointer;font-size:.78rem;font-weight:800}.gallery-list--pending .gallery-item{border-style:dashed}.empty-state--compact{padding:1rem}.admin-list-row{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.table-toolbar--orders{grid-template-columns:minmax(300px,2fr) minmax(150px,.8fr) minmax(190px,1fr) auto auto}.table-toolbar--products{grid-template-columns:minmax(220px,1fr) minmax(190px,auto) auto auto}.catalog-tools-card{display:grid;gap:1rem}.catalog-tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.catalog-tool-panel{display:grid;gap:.85rem;padding:1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft)}.catalog-tool-panel .actions{flex-wrap:wrap}.catalog-import-summary,.catalog-import-errors{display:grid;gap:.65rem;padding:1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft)}.catalog-import-summary__metrics{display:flex;flex-wrap:wrap;gap:.65rem}.catalog-import-summary__metrics span{display:inline-flex;align-items:center;min-height:34px;padding:.35rem .7rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-weight:800}.catalog-import-errors{border-color:#a9414147;background:#a941410f}.catalog-import-errors__list{display:grid;gap:.5rem;max-height:180px;overflow:auto;padding-right:.35rem}.catalog-import-errors__list div{padding:.75rem .85rem;border:1px solid rgb(169 65 65 / 18%);border-radius:8px;background:var(--surface)}.toolbar-field,.checkbox-line{display:grid;gap:.45rem}.toolbar-field>span{font-weight:800}.checkbox-line{grid-auto-flow:column;justify-content:start;align-items:center;color:var(--text);font-weight:800}.checkbox-line input,.check-chip input{accent-color:var(--accent)}.status-filter{align-self:stretch}.status-chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.check-chip{display:inline-flex;align-items:center;gap:.35rem;min-height:34px;border:1px solid var(--border);border-radius:8px;padding:0 .65rem;background:var(--surface);font-size:.88rem;font-weight:800}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.select-cell{width:48px;text-align:center}.select-cell input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent)}.table-image{width:56px;height:56px;border-radius:6px}.badge{display:inline-flex;align-items:center;min-height:26px;border-radius:6px;padding:0 .65rem;color:#fff;background:var(--accent);font-size:.78rem;font-weight:800}.badge--muted{background:#7d8790}.toast{position:fixed;right:1rem;bottom:1rem;z-index:50;max-width:min(360px,calc(100% - 32px));border-radius:8px;padding:.85rem 1rem;color:#fff;background:var(--admin);box-shadow:var(--shadow)}.toast.success{background:var(--accent)}.toast.error{background:var(--danger)}.modal-backdrop{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:1rem;background:#241f1b6b}.confirm-dialog{width:min(560px,100%);display:grid;gap:1rem;border:1px solid var(--border);border-radius:8px;padding:1.25rem;background:var(--surface);box-shadow:var(--shadow)}.confirm-dialog h2{margin:.15rem 0 .35rem}.image-library-dialog{width:min(920px,100%);max-height:min(760px,calc(100vh - 32px));display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:1rem;border:1px solid var(--border);border-radius:8px;padding:1.25rem;background:var(--surface);box-shadow:var(--shadow)}.modal-title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.modal-title-row h2{margin:0}.image-library-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:.75rem;align-items:end}.image-library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;overflow-y:auto;padding-right:.15rem}.image-library-item{min-width:0;display:grid;gap:.55rem;border:1px solid var(--border);border-radius:8px;padding:.5rem;color:var(--text);background:var(--surface);cursor:pointer;text-align:left}.image-library-item:hover,.image-library-item:focus-visible,.image-library-item--selected{border-color:var(--accent);outline:none;box-shadow:0 10px 24px #52705924}.image-library-item img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;background:var(--surface-soft)}.image-library-item__meta{min-width:0;display:grid;gap:.15rem;font-size:.84rem;line-height:1.35}.image-library-item__meta strong,.image-library-item__meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-library-item__meta span{color:var(--muted)}.delete-list{display:grid;gap:.6rem;max-height:min(360px,46vh);overflow-y:auto;border:1px solid var(--border);border-radius:8px;padding:.6rem;background:var(--surface-soft)}.delete-list-item{display:grid;grid-template-columns:56px minmax(0,1fr);gap:.75rem;align-items:center;border-radius:6px;padding:.45rem;background:var(--surface)}.delete-list-item img{width:56px;height:56px;border-radius:6px;object-fit:cover}.delete-list-item div{min-width:0}.delete-list-item strong,.delete-list-item span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delete-list-item span{color:var(--muted);font-size:.85rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:980px){.home-grid,.shop-intro,.footer-grid,.shop-page-header,.service-detail-grid,.detail-grid,.cart-layout,.checkout-layout,.admin-grid,.metric-grid{grid-template-columns:1fr}.header-grid{grid-template-columns:42px minmax(0,1fr) auto auto;gap:.55rem;min-height:70px;padding:.85rem 0}.site-header .brand{justify-self:start}.brand-logo{width:clamp(116px,24vw,148px);max-height:48px}.menu-toggle{display:inline-flex}.main-nav{position:absolute;top:calc(100% - 4px);left:0;right:0;display:none;grid-template-columns:1fr;gap:.25rem;justify-content:stretch;padding:.7rem;border:1px solid var(--border);border-radius:8px;color:var(--text);background:#fffffff5;box-shadow:var(--shadow);backdrop-filter:blur(18px)}.main-nav--open{display:grid}.main-nav a{padding:.75rem .85rem}.shop-page-categories{justify-content:flex-start}.search-form{justify-self:end}.search-form--open{width:min(260px,36vw)}.home-grid{min-height:560px;padding:4rem 0 3rem}.home-grid h1{font-size:3.8rem}.shop-intro__copy{position:static;padding-right:0}.service-grid,.trust-grid,.service-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-detail-hero__content h1{font-size:3.25rem}.section-heading h1,.section-heading h2{font-size:2rem}.footer-grid,.category-grid--featured,.filter-bar,.table-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-item{grid-template-columns:84px minmax(0,1fr) auto}.cart-item__image{width:84px;height:84px}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:static}}@media(max-width:640px){.container{width:min(100% - 24px,1180px)}.site-header--compact{box-shadow:0 10px 24px #472a2a1a}.site-header--compact .announcement-bar{min-height:0;padding-top:0;padding-bottom:0;opacity:0;overflow:hidden}.site-header--compact .header-grid{min-height:52px;padding:.3rem 0}.site-header--compact .brand-logo{width:108px;max-height:34px}.section-heading,.footer-grid{align-items:flex-start}.footer-grid{grid-template-columns:1fr}.actions,.table-actions{align-items:stretch;flex-direction:column}.header-grid{grid-template-columns:38px minmax(86px,1fr) 38px 38px;gap:.45rem;min-height:64px;padding:.65rem 0}.header-icon-button,.cart-link{width:38px;min-width:38px;height:38px;min-height:38px}.brand-logo{width:clamp(104px,36vw,130px);max-height:42px}.main-nav a{white-space:nowrap}.search-form{position:relative;width:38px;gap:0;overflow:visible}.search-form--open{width:38px}.search-form--open input{position:absolute;top:calc(100% + .55rem);right:0;z-index:2;width:min(calc(100vw - 24px),320px);min-height:38px;box-shadow:var(--shadow)}.cart-count{top:-6px;right:-6px;min-width:19px;min-height:19px;font-size:.68rem}.home-band{background:linear-gradient(180deg,#09100ddb,#09100d9e),url(https://images.unsplash.com/photo-1563241527-3004b7be0ffd?auto=format&fit=crop&w=1200&q=82) center/cover}.home-grid h1{font-size:3.05rem}.hero-logo{width:min(240px,78vw)}.section-heading h1,.section-heading h2{font-size:1.85rem}.shop-intro__copy h2{font-size:1.95rem}.shop-page-header h1{font-size:2.45rem}.shop-page-categories{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.25rem}.shop-page-categories a{white-space:nowrap}.shop-category-list,.service-grid,.trust-grid,.service-process-grid{grid-template-columns:1fr}.shop-category-card,.service-card{min-height:270px}.contact-strip{align-items:flex-start;flex-direction:column}.legal-data-list{grid-template-columns:1fr}.service-detail-hero{min-height:540px}.service-detail-hero__content h1{font-size:2.55rem}.service-detail-copy .body-text{font-size:1.05rem}.actions .btn,.legal-actions .btn{width:100%}.category-grid--featured,.product-grid{grid-template-columns:1fr}.filter-bar--shop .filter-field--search{grid-column:1;min-width:0}.filter-toggle{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:42px;border:1px solid var(--border);border-radius:8px;padding:.65rem .8rem;color:var(--accent-dark);background:var(--surface);box-shadow:0 10px 24px #472a2a14;cursor:pointer;font-weight:800;white-space:nowrap}.filter-bar--expanded .filter-toggle__icon{transform:rotate(180deg)}.filter-bar--shop .filter-bar__advanced{display:none;grid-column:1 / -1;grid-template-columns:1fr;gap:.75rem;padding-top:.15rem}.filter-bar--shop.filter-bar--expanded .filter-bar__advanced{display:grid}.filter-bar--shop .filter-bar__advanced .btn{width:100%}.filter-bar,.table-toolbar,.catalog-tools-grid,.image-upload-panel,.option-config-grid,.option-template-picker,.option-row,.gallery-upload-fields,.image-library-toolbar,.form-grid,.coupon-form{grid-template-columns:1fr}.filter-bar--shop{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.65rem;padding:.75rem}.detail-panel .quantity-row{grid-template-columns:1fr}.cart-item{grid-template-columns:96px minmax(0,1fr);grid-template-areas:"image details" "image quantity" "total total" "remove remove";align-items:start;gap:.85rem;padding:.85rem}.cart-item__image{grid-area:image;width:96px;height:128px;align-self:start}.cart-item__details{grid-area:details}.cart-item__details h3{font-size:1.25rem;line-height:1.15}.cart-item__details .muted{margin:.25rem 0}.cart-item__quantity{grid-area:quantity;align-self:start}.cart-item__quantity input{min-height:48px}.cart-item__total{grid-area:total;justify-self:start;font-size:1.3rem}.cart-item__remove{grid-area:remove;justify-self:start;width:min(220px,100%)}.image-upload-preview{width:min(220px,100%)}.image-library-dialog{max-height:calc(100vh - 24px);padding:1rem}.modal-title-row{align-items:stretch;flex-direction:column}.image-library-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}
