*{box-sizing:border-box}body{margin:0;background:#f4f1eb;color:#24231f;font-family:Arial,sans-serif}header{height:74px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd8cf;position:sticky;top:0;background:#f4f1ebee;backdrop-filter:blur(8px);z-index:5}.logo{font-weight:700;letter-spacing:.14em}nav{display:flex;gap:30px}a{color:inherit;text-decoration:none}header button{border:0;background:transparent;cursor:pointer}header b{background:#24231f;color:white;border-radius:20px;padding:5px 8px;font-size:11px}.hero{min-height:620px;padding:80px 5%;display:grid;grid-template-columns:1fr 1fr;gap:5%;align-items:center}.hero small,section>small{letter-spacing:.18em;font-size:11px;color:#777}.hero h1{font-size:clamp(44px,6vw,76px);line-height:1;margin:18px 0 25px;font-weight:500}.hero i{font-family:Georgia,serif}.hero p{color:#6b665e;max-width:500px;line-height:1.7;margin-bottom:30px}.primary{display:inline-block;background:#24231f;color:white;border:0;padding:15px 22px;cursor:pointer}.hero-art{height:480px;background:#d8d1c5;position:relative;overflow:hidden}.fake-sofa{position:absolute;width:65%;height:28%;left:18%;bottom:23%;background:#80766a;border-radius:20px;box-shadow:0 22px 0 -4px #655e55}.fake-sofa:before,.fake-sofa:after{content:"";position:absolute;top:-45%;width:18%;height:80%;background:#94897b;border-radius:16px}.fake-sofa:before{left:5%}.fake-sofa:after{right:5%}main section{padding:90px 5%}h2{font-size:45px;font-weight:500;margin:12px 0 35px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:white}.pic{height:280px;display:grid;place-items:center;background:#ddd5ca}.shape{width:65%;height:45%;background:#81776c;border-radius:15px}.info{padding:18px}.info h3{margin:0 0 8px}.muted{font-size:12px;color:#888}.price{display:flex;justify-content:space-between;align-items:center;margin-top:18px;font-weight:bold}.add{border:0;background:#eee9e1;width:35px;height:35px;cursor:pointer;font-size:20px}.sets{background:#ded8ce}.sets p{max-width:650px;color:#69645d;line-height:1.7}footer{background:#24231f;color:#eee;padding:50px 5%;display:flex;justify-content:space-between}footer p{color:#bbb}.x{position:absolute;right:20px;top:18px;border:0;background:transparent;font-size:30px}.cart{position:fixed;right:0;top:0;width:min(430px,100%);height:100%;background:#f8f6f1;z-index:10;padding:35px;transform:translateX(100%);transition:.25s;overflow:auto}.cart.open{transform:translateX(0)}#shade{position:fixed;inset:0;background:#0008;opacity:0;pointer-events:none;z-index:9}.cart.open+#shade{opacity:1;pointer-events:auto}.cart-row{display:flex;justify-content:space-between;border-bottom:1px solid #ddd8cf;padding:15px 0}.total{display:flex;justify-content:space-between;font-size:18px;padding:25px 0}.cart .primary{width:100%}@media(max-width:850px){nav{display:none}.hero{grid-template-columns:1fr;padding-top:50px}.hero-art{height:360px}.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-art{height:300px}h2{font-size:36px}footer{display:block}}
