:root{--ink:#17140f;--cream:#f8f3ea;--paper:#fff;--orange:#ff5c35;--orange2:#e34822;--muted:#746b61;--line:#e5ddd2;--green:#16794d;--radius:18px;--shadow:0 14px 40px rgba(58,42,26,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,select,textarea{font:inherit}button,a{transition:.2s ease}a{color:inherit;text-decoration:none}button{cursor:pointer}.container{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{background:var(--ink);color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.nav{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:11px;align-items:center}.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--orange);font-weight:900}.brand small{display:block;color:rgba(255,255,255,.55);margin-top:2px}.nav-link{border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:9px 15px;font-size:14px}.hero{background:var(--ink);color:#fff;padding:28px 0 48px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center}.open{color:#ffae96;font-size:14px}.open:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#3ed78a;margin-right:8px}.hero h1{font-family:Georgia,serif;font-size:clamp(42px,6vw,70px);letter-spacing:-.04em;line-height:1;margin:15px 0}.hero p{color:rgba(255,255,255,.65);max-width:620px;line-height:1.65}.hero-img{width:100%;height:330px;object-fit:cover;border-radius:32px;box-shadow:0 28px 70px rgba(0,0,0,.35)}.mode-switch{display:inline-flex;background:rgba(255,255,255,.08);padding:4px;border-radius:13px;margin-top:18px}.mode-switch button{border:0;background:transparent;color:rgba(255,255,255,.65);padding:11px 16px;border-radius:10px}.mode-switch button.active{background:#fff;color:var(--ink);font-weight:700}.facts{display:flex;flex-wrap:wrap;gap:22px;margin-top:20px;color:rgba(255,255,255,.55);font-size:13px}.category-bar{position:sticky;top:0;z-index:20;background:rgba(248,243,234,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.categories{display:flex;gap:8px;overflow:auto;padding:15px 0}.pill{border:0;border-radius:999px;background:#ece3d5;color:#5b5146;padding:10px 16px;white-space:nowrap}.pill.active{background:var(--ink);color:#fff}.menu{padding:34px 0 110px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.17em;color:#bf4324;font-weight:800}.section-head h2{font-family:Georgia,serif;font-size:35px;margin:5px 0 0}.search{width:290px;max-width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#fff;outline:none}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 28px rgba(58,42,26,.07)}.product.sold{opacity:.6}.product img{width:100%;height:175px;object-fit:cover}.product-body{padding:16px}.product-cat{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#b84629;font-weight:800}.product h3{margin:6px 0;font-size:17px}.product p{font-size:14px;line-height:1.45;color:var(--muted);min-height:40px}.product-foot{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.price{font-size:20px;font-weight:800}.btn{border:0;border-radius:11px;background:var(--ink);color:#fff;padding:11px 16px;font-weight:700}.btn:hover{transform:translateY(-1px)}.btn.orange{background:var(--orange)}.btn.light{background:#f1ece4;color:var(--ink)}.btn.outline{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn:disabled{opacity:.45;cursor:not-allowed}.cartbar{position:fixed;left:0;right:0;bottom:0;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-top:1px solid var(--line);padding:11px;z-index:35;display:none}.cartbar.show{display:block}.cart-inner{max-width:720px;margin:auto;background:var(--ink);color:#fff;border-radius:16px;padding:12px 15px;display:flex;justify-content:space-between;align-items:center}.cart-inner small{display:block;color:rgba(255,255,255,.55)}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:50;display:none;place-items:center;padding:18px}.overlay.open{display:grid}.modal{background:#fff;border-radius:25px;width:min(560px,100%);max-height:92vh;overflow:auto;padding:24px;box-shadow:var(--shadow)}.modal.wide{width:min(680px,100%)}.modal-head{display:flex;justify-content:space-between;gap:20px;align-items:start}.modal h2{margin:4px 0}.icon-btn{border:0;border-radius:50%;background:#f0ebe4;width:38px;height:38px}.group{margin-top:22px}.group-title{display:flex;justify-content:space-between;font-weight:800}.group-title small{font-weight:500;color:var(--muted)}.options{display:grid;gap:8px;margin-top:10px}.option{border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px;display:flex;justify-content:space-between;text-align:left}.option.selected{border-color:var(--orange);background:#fff1ec}.field{width:100%;border:1px solid var(--line);border-radius:11px;background:#fff;padding:12px 13px;outline:none}.field:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,92,53,.12)}textarea.field{min-height:85px;resize:vertical}.full{width:100%}.cart-line{border:1px solid var(--line);border-radius:13px;padding:13px;margin-top:10px}.cart-line-top{display:flex;justify-content:space-between;gap:15px}.cart-line small{display:block;color:var(--muted);margin-top:4px}.qty{display:flex;align-items:center;gap:10px;margin-top:10px}.qty button{width:28px;height:28px;border-radius:8px;border:1px solid var(--line);background:#fff}.coupon-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:18px}.totals{border-top:1px solid var(--line);margin-top:18px;padding-top:14px}.total-row{display:flex;justify-content:space-between;margin:8px 0}.total-row.strong{font-size:20px;font-weight:900}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.payment{border:1px solid var(--line);padding:12px 8px;border-radius:11px;text-align:center;font-size:13px}.notice{padding:12px;border-radius:12px;background:#e9f8f0;color:#15663f;margin-top:12px}.success{text-align:center}.success-mark{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;margin:auto;background:#dcf7e9;color:#16794d;font-size:32px;font-weight:900}.success .btn{display:block;margin-top:10px}.empty{padding:32px;text-align:center;color:var(--muted)}
.dashboard{min-height:100vh;background:#f3f1ec}.dash-nav{background:var(--ink);color:#fff}.dash-nav .container{height:70px;display:flex;align-items:center;justify-content:space-between}.dash-shell{display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - 70px)}.sidebar{background:#fff;border-right:1px solid var(--line);padding:16px}.sidebar a{display:block;padding:12px;border-radius:11px;margin-bottom:5px}.sidebar a.active,.sidebar a:hover{background:#fff0ea;color:#c8421d}.dash-main{padding:28px;min-width:0}.dash-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:24px}.dash-head h1{margin:0;font-size:32px}.dash-head p{color:var(--muted);margin:5px 0 0}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.metric-label{color:var(--muted);font-size:14px}.metric-value{font-size:30px;font-weight:900;margin-top:7px}.order-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}.order-card.new{border-color:#ff8f70;box-shadow:0 0 0 3px #fff0eb}.tag{display:inline-block;border-radius:999px;padding:5px 9px;background:#f0ece6;font-size:11px;font-weight:800}.tag.green{background:#dff6e8;color:#14683f}.tag.amber{background:#fff1cf;color:#7c5400}.order-card h3{margin:12px 0 2px}.muted{color:var(--muted)}.table-wrap{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:auto}.table{width:100%;border-collapse:collapse;font-size:14px}.table th{background:#f7f4ef;text-transform:uppercase;font-size:11px;letter-spacing:.05em;color:var(--muted);text-align:left}.table th,.table td{padding:14px 16px;border-bottom:1px solid var(--line);white-space:nowrap}.form-card{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px}.login-page{min-height:100vh;display:grid;place-items:center;background:var(--ink);padding:20px}.login-card{width:min(420px,100%);background:#fff;border-radius:24px;padding:28px}.login-card h1{margin:18px 0 4px}.login-card .field{margin-top:10px}.login-card .btn{margin-top:14px}.alert{background:#fee8e5;color:#922f21;border-radius:10px;padding:11px;margin-top:10px}.settings-grid,.plan-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.plan-grid{grid-template-columns:repeat(3,1fr)}.bars{height:220px;display:flex;align-items:end;gap:10px}.bar{flex:1;background:var(--orange);border-radius:6px 6px 0 0}.status-page{min-height:100vh;padding:24px}.tracker{max-width:670px;margin:30px auto;background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden}.tracker-head{background:var(--ink);color:#fff;padding:28px}.tracker-body{padding:28px}.step{display:grid;grid-template-columns:40px 1fr;gap:12px;min-height:86px}.step-dot{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e9e4dc}.step.done .step-dot{background:var(--orange);color:#fff}.step-line{width:2px;height:50px;background:#ddd5ca;margin:auto}.step.done .step-line{background:var(--orange)}.step h3{margin:5px 0}.step p{margin:5px 0;color:var(--muted);font-size:14px}
@media(max-width:980px){.grid{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr}.hero-img{height:260px}.metric-grid{grid-template-columns:repeat(2,1fr)}.order-grid{grid-template-columns:1fr}.form-card{grid-template-columns:1fr 1fr}.plan-grid{grid-template-columns:1fr}.dash-shell{grid-template-columns:1fr}.sidebar{display:flex;overflow:auto;border-right:0;border-bottom:1px solid var(--line)}.sidebar a{white-space:nowrap}.settings-grid{grid-template-columns:1fr}}@media(max-width:620px){.container{width:min(100% - 24px,1180px)}.nav-link{font-size:12px}.hero{padding-top:16px}.hero-grid{gap:24px}.hero-img{height:220px}.facts{gap:12px}.section-head{align-items:stretch;flex-direction:column}.search{width:100%}.grid{grid-template-columns:1fr}.product{display:grid;grid-template-columns:120px 1fr}.product img{height:100%;min-height:170px}.checkout-grid,.payment-grid,.metric-grid,.form-card{grid-template-columns:1fr}.overlay{place-items:end;padding:0}.modal{border-radius:24px 24px 0 0}.dash-main{padding:18px}.dash-head{align-items:stretch;flex-direction:column}.settings-grid{grid-template-columns:1fr}}
