:root{--ink:#24131f;--muted:#74666f;--pink:#c83b87;--pink2:#f4d7e7;--plum:#3b1436;--cream:#fffafc;--line:#eadde5}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--cream)}a{text-decoration:none;color:inherit}
.topbar{background:var(--plum);color:#fff;text-align:center;padding:10px;font-size:12px;letter-spacing:.4px}.header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.brand img{width:118px;height:54px;object-fit:cover;border-radius:10px}.header nav{display:flex;gap:28px;font-size:14px}.header nav a:hover{color:var(--pink)}.cart-btn{border:1px solid var(--line);background:white;border-radius:30px;padding:10px 15px;font-weight:700}.cart-btn span{background:var(--plum);color:white;border-radius:20px;padding:2px 7px;margin-left:4px}
.hero{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;max-width:1200px;margin:auto;padding:70px 5% 90px}.eyebrow{font-size:11px;letter-spacing:2.4px;font-weight:800;color:var(--pink)}h1,h2{font-family:"Playfair Display",serif}h1{font-size:clamp(48px,6vw,78px);line-height:.98;margin:15px 0 22px}h1 em{color:var(--pink);font-style:normal}h2{font-size:42px;margin:8px 0 18px;line-height:1.05}.hero p{max-width:550px;color:var(--muted);line-height:1.8}.hero-actions{display:flex;gap:12px;margin:28px 0}.btn{display:inline-block;border-radius:30px;padding:14px 22px;font-weight:800;border:1px solid transparent}.primary{background:var(--plum);color:#fff}.ghost{border-color:#d9cbd3}.trust-row{display:flex;flex-wrap:wrap;gap:16px;font-size:12px;color:#66545f}.hero-card{position:relative}.hero-card img{width:100%;aspect-ratio:1.15/1;object-fit:cover;border-radius:32px;box-shadow:0 24px 70px #3b143622}.floating{position:absolute;right:-14px;bottom:24px;background:#fff;border-radius:50%;width:100px;height:100px;display:grid;place-content:center;text-align:center;color:var(--pink);font-size:12px;box-shadow:0 10px 35px #3b143622}
.section{max-width:1200px;margin:auto;padding:75px 5%}.section-head{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:28px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{background:white;border:1px solid var(--line);padding:9px 14px;border-radius:25px}.filters button.active{background:var(--plum);color:#fff}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.2s}.product:hover{transform:translateY(-4px);box-shadow:0 15px 35px #3b143612}.product-img{height:220px;position:relative;background:#eee}.product-img img{width:100%;height:100%;object-fit:cover}.product-img span{position:absolute;top:12px;left:12px;background:#fff;padding:6px 9px;border-radius:20px;font-size:10px;font-weight:800}.product-info{padding:17px}.product-info small{color:var(--pink);font-size:10px;font-weight:800}.product-info h3{font-size:15px;margin:7px 0 12px;min-height:38px}.price{font-weight:800;font-size:18px;margin-bottom:14px}.product-info button{width:100%;padding:11px;border:1px solid var(--plum);background:white;border-radius:25px;font-weight:800;color:var(--plum)}.product-info button:hover{background:var(--plum);color:white}
.why{background:#f5e8f0;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;padding:80px max(5%,calc((100% - 1100px)/2))}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.features div{border-left:1px solid #cbb4c1;padding-left:18px}.features b{color:var(--pink)}.features h3{font-size:17px}.features p,.steps p{color:var(--muted);font-size:13px;line-height:1.6}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}.steps>div{background:white;border:1px solid var(--line);padding:24px;border-radius:18px}.steps span{display:grid;place-content:center;width:38px;height:38px;border-radius:50%;background:var(--pink2);color:var(--pink);font-weight:800}.steps h3{margin-bottom:5px}.contact{margin:20px auto 80px;max-width:1100px;border-radius:30px;background:var(--plum);color:white;padding:55px;display:flex;justify-content:space-between;align-items:center;gap:30px}.contact p{color:#e9d9e5;max-width:550px}.light{background:white;color:var(--plum);white-space:nowrap}footer{background:#1d0b19;color:#d9c8d4;display:flex;justify-content:space-between;padding:35px 5%;font-size:12px}footer strong{color:#fff;font-size:18px}
.drawer{position:fixed;right:-430px;top:0;width:min(430px,100%);height:100%;background:#fff;z-index:30;padding:24px;display:flex;flex-direction:column;transition:.25s;box-shadow:-15px 0 50px #0002}.drawer.show{right:0}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head button{border:0;background:none;font-size:30px}.cart-item{display:flex;justify-content:space-between;gap:12px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-item b{display:block;font-size:13px}.cart-item small{color:var(--muted)}.cart-item button{border:0;background:none;color:#b23;font-size:11px}.empty{text-align:center;color:var(--muted);padding:60px 20px;line-height:2}.cart-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:18px}.cart-bottom>div{display:flex;justify-content:space-between;margin-bottom:16px}.full{width:100%;border:0}.overlay{display:none;position:fixed;inset:0;background:#0006;z-index:20}.overlay.show{display:block}
@media(max-width:850px){.header nav{display:none}.hero{grid-template-columns:1fr;padding-top:45px}.hero-card{order:-1}.products{grid-template-columns:repeat(2,1fr)}.why{grid-template-columns:1fr;gap:25px}.features,.steps{grid-template-columns:1fr 1fr}.contact{margin:20px 5% 60px;display:block;padding:35px}.contact .btn{margin-top:15px}.section-head{display:block}.filters{margin-top:20px}}
@media(max-width:520px){h1{font-size:48px}h2{font-size:34px}.products{gap:10px}.product-img{height:170px}.features,.steps{grid-template-columns:1fr}.header{padding:0 4%}.hero{padding-left:4%;padding-right:4%}.section{padding-left:4%;padding-right:4%}}
