:root{--ink:#151515;--muted:#777;--cream:#f5f2ed;--line:#e4e0d9;--white:#fff;--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--sans);background:#fff}.container{width:min(1160px,92%);margin:auto}.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;gap:35px}.logo{font-family:var(--serif);font-weight:700;letter-spacing:2px;text-decoration:none;color:var(--ink);font-size:19px;margin-right:auto}.logo span{font-weight:400}nav{display:flex;gap:28px}nav a{color:#333;text-decoration:none;font-size:14px}.cart-btn{border:1px solid var(--ink);background:transparent;padding:10px 15px;cursor:pointer}.cart-btn b{background:var(--ink);color:#fff;border-radius:50%;padding:2px 7px;margin-left:5px}.menu{display:none;border:0;background:none;font-size:24px}.hero{min-height:650px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(16,16,16,.78),rgba(16,16,16,.2)),url("https://images.unsplash.com/photo-1496747611176-843222e1e57c?auto=format&fit=crop&w=1800&q=85") center/cover}.hero-content{color:#fff}.eyebrow{font-size:11px;letter-spacing:3px;font-weight:700;margin:0 0 16px}.hero h1{font-family:var(--serif);font-size:clamp(52px,7vw,90px);line-height:.96;margin:0 0 25px;font-weight:500}.hero h1 em{font-weight:500}.hero-text{max-width:520px;line-height:1.8;color:#eee;margin-bottom:32px}.btn{display:inline-block;border:0;padding:14px 24px;text-decoration:none;font-weight:700;cursor:pointer;font-family:inherit}.primary{background:var(--ink);color:#fff}.hero .primary{background:#fff;color:var(--ink)}.section{padding:100px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px}.section h2,.story h2{font-family:var(--serif);font-size:48px;font-weight:500;margin:0}.filters{display:flex;gap:8px;flex-wrap:wrap}.filter{background:none;border:1px solid var(--line);padding:9px 15px;cursor:pointer}.filter.active{background:var(--ink);color:#fff;border-color:var(--ink)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{cursor:pointer}.product-img{height:410px;overflow:hidden;background:var(--cream);position:relative}.product-img img{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover img{transform:scale(1.04)}.tag{position:absolute;top:12px;left:12px;background:#fff;padding:6px 9px;font-size:10px;letter-spacing:1px}.product-info{padding:15px 2px}.product-info h3{margin:0 0 7px;font-size:15px}.product-info p{margin:0;color:var(--muted);font-size:13px}.price{font-weight:700;color:var(--ink)!important;margin-top:8px!important}.story{background:var(--cream);padding:100px 0}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.story-image{min-height:600px;background:url("https://images.unsplash.com/photo-1525507119028-ed4c629a60a3?auto=format&fit=crop&w=1000&q=85") center/cover}.story-copy>p:not(.eyebrow){color:#666;line-height:1.9;max-width:500px;margin:28px 0}.stats{display:flex;gap:35px;margin-top:45px}.stats div{display:flex;flex-direction:column;gap:5px}.stats strong{font-family:var(--serif);font-size:19px}.stats span{font-size:11px;color:var(--muted)}.benefits{padding:70px 0;border-bottom:1px solid var(--line)}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.benefit-grid b{font-family:var(--serif);font-size:18px}.benefit-grid h3{margin:20px 0 8px}.benefit-grid p{color:var(--muted);line-height:1.7;font-size:14px}footer{padding:70px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;padding-bottom:60px}.footer-grid p{color:var(--muted);font-size:13px;line-height:1.7}.footer-grid h4{margin-top:0}.footer-grid a:not(.logo){display:block;color:#555;text-decoration:none;margin:10px 0;font-size:13px}.copyright{text-align:center;border-top:1px solid var(--line);padding:20px;color:#999;font-size:11px}.overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:29}.cart{position:fixed;right:-430px;top:0;width:min(430px,100%);height:100%;background:#fff;z-index:30;transition:.35s;display:flex;flex-direction:column}.cart.open{right:0}.overlay.open{display:block}.cart-head{display:flex;justify-content:space-between;padding:25px;border-bottom:1px solid var(--line)}.cart-head h2{font-family:var(--serif);margin:0}.cart-head button,.modal-close{border:0;background:none;font-size:28px;cursor:pointer}.cart-items{padding:20px;overflow:auto;flex:1}.cart-item{display:flex;gap:15px;margin-bottom:20px}.cart-item img{width:75px;height:90px;object-fit:cover}.cart-item h4{margin:0 0 6px}.cart-item p{margin:0;color:var(--muted);font-size:13px}.qty{margin-top:10px;display:flex;gap:10px;align-items:center}.qty button{border:1px solid var(--line);background:#fff;width:26px;height:26px}.cart-bottom{padding:20px;border-top:1px solid var(--line)}.cart-bottom>div{display:flex;justify-content:space-between;margin-bottom:15px}.cart-bottom .btn{width:100%}.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:40;align-items:center;justify-content:center;padding:20px}.modal.show{display:flex}.modal-box{background:#fff;width:min(720px,100%);max-height:90vh;overflow:auto;padding:35px;position:relative}.detail{display:grid;grid-template-columns:1fr 1fr;gap:30px}.detail img{width:100%;max-height:520px;object-fit:cover}.detail h2{font-family:var(--serif);font-size:38px}.detail p{color:var(--muted);line-height:1.8}.detail .price{font-size:20px;margin:20px 0}.checkout-form input,.checkout-form textarea,.checkout-form select{width:100%;padding:13px;border:1px solid var(--line);margin:7px 0 14px;font:inherit}.checkout-form label{font-size:12px;font-weight:700}.checkout-form button{width:100%}@media(max-width:850px){nav{display:none}.menu{display:block}.products{grid-template-columns:repeat(2,1fr)}.product-img{height:360px}.section-head{align-items:start;gap:25px;flex-direction:column}.story-grid{grid-template-columns:1fr;gap:40px}.story-image{min-height:450px}.benefit-grid,.footer-grid{grid-template-columns:1fr;gap:25px}.hero{min-height:600px}.detail{grid-template-columns:1fr}}@media(max-width:520px){.nav{height:68px}.cart-btn{font-size:12px}.products{gap:12px}.product-img{height:280px}.section{padding:70px 0}.section h2,.story h2{font-size:38px}.hero h1{font-size:54px}.hero-text{font-size:14px}.story-image{min-height:380px}.stats{gap:15px;flex-wrap:wrap}}