:root{--bg:#f7f4ef;--surface:#fff;--text:#171717;--muted:#6f6f6f;--border:#e7e1d8;--brand:#111;--brand-2:#c89b3c;--soft:#fff8e8;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);background:#ffffffe0;align-items:center;gap:24px;padding:14px clamp(16px,4vw,56px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;font-size:22px;font-weight:900;display:flex}.brand-mark{background:var(--brand);width:36px;height:36px;color:var(--brand-2);border-radius:12px;place-items:center;display:grid}.main-nav{align-items:center;gap:18px;margin-inline-start:auto;display:flex}.main-nav a{color:#333;align-items:center;gap:6px;display:inline-flex}.cart-link b{background:var(--brand-2);color:#fff;border-radius:999px;place-items:center;min-width:22px;height:22px;font-size:12px;display:grid}.lang-select{border:1px solid var(--border);background:#fff;border-radius:999px;padding:8px 12px}.site-main{flex:1}.site-footer{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;gap:20px;padding:28px clamp(16px,4vw,56px);display:flex}.hero-section{color:#fff;background:radial-gradient(circle at 100% 0,#ffe4a1,#0000 32%),linear-gradient(135deg,#151515,#2b2925);padding:clamp(48px,8vw,110px) clamp(16px,4vw,56px)}.hero-content{max-width:920px}.eyebrow{color:var(--brand-2);letter-spacing:.1em;text-transform:uppercase;font-weight:800}.hero-content h1{margin:10px 0 18px;font-size:clamp(36px,6vw,76px);line-height:1}.hero-content p{color:#ffffffc7;font-size:clamp(17px,2vw,22px)}.hero-search{color:var(--text);background:#fff;border-radius:24px;align-items:center;gap:10px;max-width:720px;margin-top:30px;padding:10px;display:flex;box-shadow:0 24px 60px #0000003d}.hero-search input{border:none;outline:none;flex:1;padding:14px}.hero-search button,.primary-button{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;padding:13px 22px;font-weight:800;display:inline-flex}.ghost-button{border:1px solid #fff6;border-radius:16px;padding:13px 22px;font-weight:800}.hero-actions{gap:12px;margin-top:24px;display:flex}.full{width:100%}.section-block{padding:42px clamp(16px,4vw,56px)}.section-block.narrow{max-width:860px;margin:0 auto}.highlight-block{background:var(--soft)}.page-title-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.product-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px;display:grid}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:24px;transition:transform .2s,box-shadow .2s;overflow:hidden}.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #00000014}.product-image-wrap{aspect-ratio:1;background:#eee;overflow:hidden}.product-image-wrap img{object-fit:cover;width:100%;height:100%}.product-info{padding:16px}.product-info h3{margin:0 0 8px;font-size:17px}.product-info p{color:var(--muted);min-height:42px;margin:0;font-size:14px}.product-meta{justify-content:space-between;align-items:center;margin-top:14px;display:flex}.product-meta strong{font-size:19px}.product-meta span{color:var(--brand-2);font-size:13px;font-weight:800}.product-details{grid-template-columns:minmax(280px,1fr) minmax(300px,520px);align-items:start;gap:32px;padding:42px clamp(16px,4vw,56px);display:grid}.product-gallery,.product-panel{border:1px solid var(--border);background:#fff;border-radius:28px;padding:22px}.product-gallery img{object-fit:cover;aspect-ratio:1;border-radius:20px;width:100%}.product-panel h1{margin:0 0 14px;font-size:clamp(30px,4vw,48px)}.product-panel p{color:var(--muted)}.options-list{gap:18px;margin:24px 0;display:grid}.option-group label,.quantity-row label,.file-check-box label{margin-bottom:10px;font-weight:900;display:block}.option-values{flex-wrap:wrap;gap:8px;display:flex}.option-values button{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:999px;padding:10px 14px}.option-values button.selected{background:var(--brand);color:#fff;border-color:var(--brand)}.option-values small{opacity:.75;margin-inline-start:5px}.quantity-row input,.checkout-form input,.checkout-form textarea,.admin-form input,.admin-form textarea{border:1px solid var(--border);background:#fff;border-radius:16px;width:100%;padding:12px 14px}.file-check-box{border:1px dashed var(--border);background:#fcfbf8;border-radius:20px;margin:20px 0;padding:16px}.quality-result{background:#f1f1f1;border-radius:16px;margin-top:12px;padding:12px}.quality-result.good{background:#e8f8ed}.quality-result.medium{background:#fff7df}.quality-result.low,.quality-result.error{background:#ffe6e6}.price-box,.cart-summary{background:var(--brand);color:#fff;border-radius:20px;justify-content:space-between;align-items:center;margin:20px 0;padding:18px;display:flex}.price-box strong,.cart-summary strong{color:var(--brand-2);font-size:28px}.cart-list{gap:14px;display:grid}.cart-item{border:1px solid var(--border);background:#fff;border-radius:20px;grid-template-columns:80px 1fr auto;align-items:center;gap:14px;padding:14px;display:grid}.cart-item img{object-fit:cover;border-radius:14px;width:80px;height:80px}.icon-button{cursor:pointer;background:#f4f4f4;border:none;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.checkout-form,.admin-form{border:1px solid var(--border);background:#fff;border-radius:24px;gap:14px;padding:22px;display:grid}.checkout-form label{gap:8px;font-weight:800;display:grid}.empty-state,.loading-card{text-align:center;place-items:center;min-height:300px;padding:40px;display:grid}.infinite-loader{min-height:80px;color:var(--muted);place-items:center;display:grid}.admin-shell{background:#f5f5f5;grid-template-columns:240px 1fr;min-height:100vh;display:grid}.admin-sidebar{color:#fff;background:#111;flex-direction:column;gap:14px;padding:24px;display:flex}.admin-sidebar a:first-child{color:var(--brand-2);margin-bottom:20px;font-size:24px;font-weight:900}.admin-main{padding:32px}.admin-card{border:1px solid var(--border);background:#fff;border-radius:24px;padding:24px}.admin-table{gap:10px;margin-top:22px;display:grid}.admin-row{border:1px solid var(--border);background:#fafafa;border-radius:14px;grid-template-columns:1fr 1fr auto auto;align-items:center;gap:12px;padding:12px;display:grid}.admin-order{border:1px solid var(--border);border-radius:16px;padding:12px}@media (width<=760px){.site-header{flex-wrap:wrap}.main-nav{order:3;justify-content:space-between;width:100%}.product-details{grid-template-columns:1fr}.site-footer{flex-direction:column}.admin-shell{grid-template-columns:1fr}.admin-sidebar{flex-direction:row;overflow-x:auto}.admin-row{grid-template-columns:1fr}}
