@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800&display=swap');
:root{--pink:#ff6f9e;--pink2:#ffd4e2;--ink:#171217;--muted:#756c74;--gold:#c99b62;--card:#fff;--line:#f0e5ea;--shadow:0 25px 70px #7d304016}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 85% 5%,#ffeaf2 0,#fff 25%),#fff;color:var(--ink);font-family:Vazirmatn,system-ui,sans-serif}a{text-decoration:none;color:inherit}.container{width:min(1160px,92%);margin:auto}
.topbar{position:sticky;top:0;z-index:50;background:#ffffffdc;backdrop-filter:blur(18px);border-bottom:1px solid #fff}.announcement{text-align:center;background:#171217;color:#fff;font-size:12px;padding:8px}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:9px;font-size:19px;white-space:nowrap}.brand img{width:48px;height:48px;object-fit:cover;border-radius:50%}.brand b{font-weight:800}.navlinks{display:flex;gap:28px;font-size:14px}.navlinks a:hover{color:var(--pink)}.nav-actions{display:flex;gap:8px}.icon-btn{border:1px solid var(--line);background:#fff;width:43px;height:43px;border-radius:14px;cursor:pointer;position:relative;font-size:18px}.cart-btn i{position:absolute;right:-4px;top:-7px;background:var(--pink);color:#fff;border-radius:50%;width:19px;height:19px;font-size:11px;font-style:normal;display:grid;place-items:center}.menu-btn{display:none}
.hero{min-height:640px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:20px}.hero-copy{padding:60px 0}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;color:#a56a82}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.1;margin:18px 0}.hero h1 em{color:var(--pink);font-style:normal}.hero p{color:var(--muted);font-size:17px;line-height:2;max-width:620px}.hero-buttons{display:flex;gap:12px;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:16px;font-weight:700;font-size:14px;border:1px solid transparent;cursor:pointer}.primary{color:#fff;background:linear-gradient(135deg,#ff5f93,#d9356d);box-shadow:0 15px 30px #d9356d2b}.ghost{border-color:var(--line);background:#fff}.trust-row{display:flex;gap:20px;color:#8a7d84;font-size:12px;flex-wrap:wrap}
.hero-art{height:560px;position:relative;display:grid;place-items:center}.hero-art:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:linear-gradient(135deg,#ffd7e5,#fff);box-shadow:0 40px 100px #d85b8230}.logo-card{position:relative;width:310px;height:310px;border-radius:50%;padding:10px;background:linear-gradient(135deg,#fff,#e9a5b8,#fff);box-shadow:0 30px 80px #7e20382e;animation:float 5s ease-in-out infinite}.logo-card img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.floating-card{position:absolute;background:#ffffffd9;backdrop-filter:blur(12px);border:1px solid #fff;border-radius:20px;padding:13px 17px;box-shadow:var(--shadow);font-size:27px}.floating-card small{display:block;font-size:10px;color:#756c74}.card1{right:5%;top:22%}.card2{left:5%;bottom:22%}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb1{width:55px;height:55px;background:#ffc2d5;top:12%;right:15%}.orb2{width:28px;height:28px;background:#e8b66d;bottom:15%;right:17%}.spark{position:absolute;color:#d58caa;font-size:27px}.s1{top:20%;left:16%}.s2{bottom:17%;left:25%}.s3{top:37%;right:7%}@keyframes float{50%{transform:translateY(-10px) rotate(1deg)}}
.section{padding:75px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2{font-size:32px;margin:8px 0}.section-head>a{color:#b54d72;font-size:13px}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category{background:#fff;border:1px solid var(--line);border-radius:24px;padding:25px;box-shadow:0 15px 40px #9d456c08;transition:.3s}.category:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.category span{font-size:36px}.category b{display:block;margin-top:18px}.category small{color:var(--muted);display:block;margin-top:8px;font-size:11px}
.filters{display:flex;gap:7px}.filter{border:1px solid var(--line);background:#fff;border-radius:12px;padding:8px 13px;cursor:pointer;font-family:inherit}.filter.active{background:#171217;color:#fff}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{background:#fff;border:1px solid var(--line);border-radius:23px;overflow:hidden;position:relative;transition:.3s}.product:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-img{height:235px;background:linear-gradient(145deg,#fff1f6,#f7d5e1);display:grid;place-items:center;font-size:76px;position:relative}.badge{position:absolute;top:12px;right:12px;background:#171217;color:#fff;border-radius:9px;padding:5px 8px;font-size:9px}.product-body{padding:17px}.product-body small{color:#a27a89}.product-body h3{font-size:15px;margin:8px 0}.price{display:flex;justify-content:space-between;align-items:center}.price b{font-size:15px}.add{border:0;background:#ffe0ea;border-radius:12px;width:38px;height:38px;cursor:pointer;font-size:18px}
.promo{margin-top:20px;border-radius:35px;background:linear-gradient(115deg,#191519,#3a202d);color:#fff;padding:55px 70px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative}.promo:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:#ff6f9e20;left:-80px;top:-130px}.promo h2{font-size:34px;margin:12px 0}.promo p{color:#d7cbd0}.promo img{width:180px;height:180px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 8px #ffffff14}
.about{text-align:center;max-width:800px}.about p{color:var(--muted);line-height:2}
footer{background:#171217;color:#fff;margin-top:60px}.footer{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px;padding:60px 0}.footer img{width:65px;height:65px;border-radius:50%;object-fit:cover}.footer h3{margin:10px 0}.footer p,.footer a{display:block;color:#cfc4c9;font-size:13px;line-height:2}.footer h4{margin-top:0}.copyright{text-align:center;border-top:1px solid #ffffff12;padding:18px;color:#9d9197;font-size:11px}
.search-panel,.cart-panel{position:fixed;inset:0;background:#171217aa;backdrop-filter:blur(8px);z-index:100;display:none}.search-inner,.cart-inner{background:#fff;position:absolute;right:0;top:0;height:100%;width:min(520px,100%);padding:35px}.search-inner input{width:100%;margin-top:60px;padding:18px;border:1px solid var(--line);border-radius:15px;font-family:inherit}.search-inner button,.cart-inner>button:first-child{float:left;border:0;background:#f6edf1;border-radius:10px;width:38px;height:38px;font-size:25px;cursor:pointer}.cart-inner h2{margin-top:60px}.cart-row{display:flex;justify-content:space-between;gap:10px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-total{margin:25px 0;font-size:16px}.full{width:100%}
@media(max-width:850px){.navlinks{display:none}.menu-btn{display:block}.nav{gap:8px}.brand{margin-left:auto;margin-right:auto}.hero{grid-template-columns:1fr;text-align:center}.hero-copy{padding:45px 0 10px}.hero p{margin:auto}.hero-buttons,.trust-row{justify-content:center}.hero-art{height:430px}.categories{grid-template-columns:repeat(2,1fr)}.products{grid-template-columns:repeat(2,1fr)}.promo{padding:40px 25px}.promo img{width:120px;height:120px}.footer{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.hero h1{font-size:43px}.section{padding:50px 0}.section-head{display:block}.filters{margin-top:18px}.products{gap:10px}.product-img{height:175px}.product-body{padding:12px}.product-body h3{font-size:13px}.promo{display:block}.promo img{display:none}.footer{grid-template-columns:1fr}.nav{height:65px}.logo-card{width:250px;height:250px}.hero-art:before{width:300px;height:300px}}
