
*{box-sizing:border-box} body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#25231f;background:#f8f6f2}
a{color:inherit;text-decoration:none}.nav{height:78px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ded9d0;background:#f8f6f2;position:sticky;top:0;z-index:5}
.logo{font-size:25px;letter-spacing:.14em;font-weight:700}.nav nav{display:flex;gap:32px;font-size:14px}.bag{font-size:14px}
.hero{padding:95px 8vw 100px;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center;max-width:1400px;margin:auto}
.hero h1{font-size:72px;line-height:.98;letter-spacing:-.05em;margin:0 0 28px}.hero p{font-size:19px;line-height:1.55;color:#655f56;max-width:510px}.button{display:inline-block;margin-top:22px;background:#282621;color:white;padding:15px 23px;border-radius:2px;font-size:14px}
.hero-art{background:#e7e0d5;border-radius:3px;overflow:hidden}.hero-art img{width:100%;display:block}
.section{padding:80px 7vw;max-width:1400px;margin:auto}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section h2{font-size:38px;letter-spacing:-.035em;margin:0}.muted{color:#716b62}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#eeeae3}.product-card img{width:100%;display:block;aspect-ratio:1/1;object-fit:cover}.product-meta{padding:18px}.product-meta span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#777067}.product-meta h3{font-size:17px;font-weight:500;margin:9px 0}.product-meta strong{font-size:15px}
.about{display:grid;grid-template-columns:1fr 1fr;gap:80px;border-top:1px solid #ded9d0}.about h2{font-size:46px;letter-spacing:-.04em;margin:0}.about p{font-size:17px;line-height:1.7;color:#655f56}
.footer{padding:45px 7vw;border-top:1px solid #ded9d0;display:flex;justify-content:space-between;font-size:13px;color:#716b62}
.product-page{max-width:1200px;margin:auto;padding:80px 7vw;display:grid;grid-template-columns:1fr 1fr;gap:70px}.product-page img{width:100%}.product-page h1{font-size:52px;letter-spacing:-.04em;margin:0 0 15px}.price{font-size:20px}.product-page p{line-height:1.7;color:#655f56}.select{width:100%;padding:14px;border:1px solid #cfc8be;background:white;margin-top:25px}.add{width:100%;padding:17px;border:0;background:#282621;color:white;margin-top:14px;font-size:15px}
@media(max-width:850px){.hero,.product-page,.about{grid-template-columns:1fr}.hero h1{font-size:52px}.grid{grid-template-columns:repeat(2,1fr)}.nav nav{display:none}}
