
:root{--rose:#c95d70;--dark:#362428;--cream:#fff8f5;--gold:#b78a55;--line:#ead9d5}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--dark);background:#fff}.topbar{background:#f7dcde;text-align:center;padding:10px;font-size:13px}header{height:92px;display:flex;align-items:center;gap:28px;padding:10px 5vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fffefdf2;backdrop-filter:blur(10px);z-index:20}.brand{display:flex;align-items:center;text-decoration:none;color:var(--dark);min-width:250px}.brand img{width:76px;height:68px;object-fit:cover;object-position:left top;border-radius:50%}.brand span{display:flex;flex-direction:column}.brand strong{font-family:Georgia,serif;font-size:25px}.brand em{color:var(--rose);font-family:Georgia,serif;font-size:18px}nav{display:flex;gap:24px;flex:1;justify-content:center}nav a{text-decoration:none;color:var(--dark);font-size:14px}.cart-btn,.menu{border:0;background:var(--dark);color:#fff;padding:12px 16px;border-radius:25px}.menu{display:none}.hero{display:grid;grid-template-columns:1fr 1.05fr;min-height:570px;background:linear-gradient(100deg,#fff7f5 30%,#f2dad4);overflow:hidden}.hero-copy{padding:85px 5vw}.eyebrow{font-size:12px;letter-spacing:2px;color:var(--rose);font-weight:bold}.hero h1{font-family:Georgia,serif;font-size:52px;line-height:1.08;margin:18px 0}.hero h1 span{color:var(--rose);font-weight:normal}.hero p{font-size:17px;line-height:1.7;max-width:570px}.hero>img{width:100%;height:100%;object-fit:cover}.actions{display:flex;gap:14px;margin:30px 0}.primary,.secondary{padding:15px 22px;border-radius:7px;text-decoration:none;font-weight:bold}.primary{background:var(--rose);color:#fff}.secondary{border:1px solid var(--rose);color:var(--rose)}.trust{display:flex;gap:22px;font-size:13px}.section{padding:75px 5vw}.tinted{background:var(--cream)}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.section h2,.concept h2,.newsletter h2{font-family:Georgia,serif;font-size:38px;margin:8px 0}.section-head p{color:#755f64}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-grid article{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;padding-bottom:16px}.category-grid img{width:100%;height:170px;object-fit:cover}.category-grid h3,.category-grid a{margin:12px 14px}.category-grid a{color:var(--rose);text-decoration:none;font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product{background:#fff;border-radius:20px;overflow:hidden;border:1px solid var(--line)}.product img{width:100%;height:260px;object-fit:cover}.product div{padding:20px}.product span{font-size:12px;color:var(--rose);text-transform:uppercase}.product h3{font-family:Georgia,serif;font-size:25px;margin:8px 0}.product strong{font-size:20px}.product button{float:right;background:var(--dark);color:#fff;border:0;padding:11px 14px;border-radius:8px}.concept{padding:80px 5vw;display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:center}.concept p{line-height:1.7}.steps{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.steps div{border:1px solid var(--line);padding:20px;border-radius:14px;display:flex;gap:13px;align-items:center}.steps b{background:var(--rose);color:#fff;border-radius:50%;padding:8px 11px}.newsletter{margin:0 5vw 70px;background:var(--dark);color:#fff;border-radius:22px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:30px}.newsletter form{display:flex;min-width:40%}.newsletter input{flex:1;padding:15px;border:0;border-radius:8px 0 0 8px}.newsletter button{border:0;background:var(--rose);color:#fff;padding:0 18px;border-radius:0 8px 8px 0}footer{padding:38px 5vw;border-top:1px solid var(--line);display:flex;gap:25px;justify-content:space-between;flex-wrap:wrap}.drawer{position:fixed;right:-420px;top:0;width:min(390px,92vw);height:100%;background:#fff;z-index:50;padding:30px;box-shadow:-10px 0 30px #0002;transition:.3s}.drawer.open{right:0}.drawer>button{float:right;border:0;background:none;font-size:28px}.cart-line{padding:12px 0;border-bottom:1px solid var(--line)}.total{margin-top:30px}.checkout{width:100%;padding:15px;background:var(--rose);border:0;color:#fff;border-radius:8px}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--dark);color:#fff;padding:12px 18px;border-radius:30px;opacity:0;pointer-events:none;transition:.3s}.toast.show{opacity:1}
@media(max-width:900px){header{height:auto;flex-wrap:wrap}.menu{display:block;margin-left:auto}nav{display:none;order:4;flex-basis:100%;flex-direction:column;padding:15px}.nav-open nav{display:flex}.cart-btn{margin-left:auto}.hero{grid-template-columns:1fr}.hero-copy{padding:55px 6vw}.hero h1{font-size:38px}.hero>img{height:390px}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr}.concept{grid-template-columns:1fr}.newsletter{flex-direction:column;align-items:stretch}.newsletter form{min-width:100%}}
@media(max-width:520px){.brand{min-width:0}.brand img{width:54px;height:54px}.brand strong{font-size:19px}.cart-btn{padding:10px}.hero h1{font-size:33px}.actions,.trust{flex-direction:column}.category-grid{grid-template-columns:1fr 1fr}.category-grid img{height:130px}.section-head{align-items:start;flex-direction:column}.steps{grid-template-columns:1fr}.newsletter form{flex-direction:column;gap:8px}.newsletter input,.newsletter button{border-radius:8px;padding:15px}}
