:root{--ink:#111827;--muted:#6b7280;--cream:#f7f4ee;--orange:#e8622a;--line:#e5e1d9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans',sans-serif;background:#fff}button,a{font:inherit}button{cursor:pointer}header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);border-bottom:1px solid #eee;position:sticky;top:0;background:#ffffffed;backdrop-filter:blur(12px);z-index:5}.brand{font:800 22px Manrope;display:flex;gap:10px;align-items:center;cursor:pointer}.brand span{color:var(--orange)}nav{display:flex;align-items:center;gap:24px}nav button{border:0;background:none;color:var(--ink)}.cart-btn{background:var(--ink)!important;color:white!important;padding:11px 16px;border-radius:99px}.cart-btn b{background:var(--orange);border-radius:50%;padding:2px 7px;margin-left:5px}.hero{min-height:620px;background:var(--cream);display:grid;grid-template-columns:1.1fr .9fr;align-items:center;padding:70px max(7vw,30px);gap:40px}.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:700;color:var(--orange)}h1,h2,h3{font-family:Manrope,sans-serif}.hero h1{font-size:clamp(45px,6vw,82px);line-height:1.02;margin:18px 0}.hero h1 em{font-family:Georgia,serif;font-weight:400}.hero p{max-width:510px;color:var(--muted);font-size:18px;line-height:1.7;margin-bottom:35px}.primary{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;background:var(--orange);color:white;border:0;text-decoration:none;padding:16px 21px;border-radius:3px;font-weight:700}.hero-art{width:min(38vw,480px);aspect-ratio:4/5;background:linear-gradient(140deg,#e8d8c5,#c99573);display:grid;place-items:center;box-shadow:30px 30px 0 #e5dfd2;justify-self:center}.hero-art span{font:800 clamp(80px,13vw,180px) Manrope;color:#ffffff40}.section,.product-page,.narrow{padding:90px max(6vw,25px);max-width:1500px;margin:auto}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:36px}.section h2,.narrow>h1{font-size:38px;margin:8px 0}.section-head p{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.card{min-width:0}.image{border:0;padding:0;width:100%;height:360px;overflow:hidden;background:#eee}.image img,.product-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.image:hover img{transform:scale(1.04)}.card-body{display:flex;justify-content:space-between;align-items:center;padding:17px 2px}.card-body h3{font-size:16px;margin:0 0 6px;cursor:pointer}.card-body p{margin:0;font-weight:700}.add{border:1px solid var(--line);background:white;border-radius:50%;width:42px;height:42px;font-size:22px}.add:hover{background:var(--ink);color:#fff}.product-page{min-height:75vh}.back{border:0;background:none;color:var(--muted);margin-bottom:35px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.product-image{height:620px;background:#eee}.product-info h1{font-size:52px;margin:15px 0}.product-info .price{font-size:25px;font-weight:700}.product-info>p{font-size:17px;color:var(--muted);line-height:1.8;margin:30px 0}.wide{width:100%}.assurance{display:flex;justify-content:space-between;color:var(--muted);font-size:13px;margin-top:24px}.narrow{max-width:1200px;min-height:70vh}.empty{text-align:center;padding:90px 20px;background:var(--cream);color:var(--muted)}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1.6fr .8fr;gap:55px;margin-top:45px}.cart-item{display:grid;grid-template-columns:95px 1fr auto 100px;align-items:center;gap:20px;border-bottom:1px solid var(--line);padding:18px 0}.cart-item img{width:95px;height:110px;object-fit:cover}.cart-name h3{font-size:16px;margin:0}.cart-name p{color:var(--muted)}.stepper{display:flex;border:1px solid var(--line);align-items:center}.stepper button{border:0;background:white;padding:9px 12px}.stepper span{min-width:28px;text-align:center}.cart-layout aside,.checkout-layout aside{background:var(--cream);padding:30px;height:max-content}.cart-layout aside>div,.grand,.mini{display:flex;justify-content:space-between;gap:20px;margin:18px 0}.grand{font-size:19px}hr{border:0;border-top:1px solid var(--line);margin:25px 0}.checkout-layout form{border:1px solid var(--line);padding:34px}.checkout-layout h2{margin-top:0}.checkout-layout label{display:block;font-size:13px;font-weight:600;margin:20px 0}.checkout-layout input,.checkout-layout textarea{display:block;width:100%;margin-top:8px;padding:14px;border:1px solid #d8d5cf;font:inherit}.fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.checkout-layout form small{display:block;text-align:center;color:var(--muted);margin-top:15px}.error{color:#b42318;background:#fff0ee;padding:12px}.toast{position:fixed;right:25px;bottom:25px;background:var(--ink);color:white;padding:15px 22px;z-index:10}footer{background:var(--ink);color:#fff;padding:45px max(5vw,24px);display:flex;justify-content:space-between;align-items:center}footer span,footer small{color:#9ca3af}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.hero-art{display:none}.product-layout,.cart-layout,.checkout-layout{grid-template-columns:1fr}.product-image{height:480px}.cart-item{grid-template-columns:75px 1fr auto}.cart-item img{width:75px;height:90px}.cart-item>b{display:none}}
@media(max-width:560px){header{height:66px}.brand{font-size:18px}nav>button:first-child{display:none}.hero{min-height:530px;padding:55px 24px}.hero h1{font-size:46px}.section,.product-page,.narrow{padding:60px 20px}.grid{grid-template-columns:1fr 1fr;gap:12px}.image{height:220px}.section-head p{display:none}.card-body{align-items:start}.card-body h3{font-size:14px}.add{width:34px;height:34px}.product-image{height:390px}.product-info h1{font-size:36px}.assurance{flex-direction:column;gap:9px}.cart-layout{gap:25px}.fields{grid-template-columns:1fr}.checkout-layout form{padding:22px}.section h2,.narrow>h1{font-size:32px}footer{flex-direction:column;gap:12px;text-align:center}}
