@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,600&display=swap');
:root{--pink:#d81b60;--pink2:#ad1457;--rose:#fff1f6;--ink:#211b1e;--muted:#766d72;--line:#eee6e9;--green:#18a957;--cream:#fffaf8;--white:#fff;--shadow:0 12px 35px rgba(46,25,35,.08);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",system-ui,sans-serif}a{color:inherit}.site-header{height:72px;background:rgba(255,250,248,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,4vw,56px);position:sticky;top:0;z-index:80}.brand{display:flex;gap:10px;align-items:center;text-decoration:none}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:linear-gradient(135deg,var(--pink),#f06292);color:#fff;font-family:Georgia,serif;font-size:22px;font-weight:700;box-shadow:0 6px 18px #d81b6033}.brand-mark.small{width:34px;height:34px;display:inline-grid;vertical-align:middle;margin-right:8px}.brand strong{display:block;font-size:16px}.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:.05em}.header-wa{background:var(--green);color:#fff;text-decoration:none;padding:10px 16px;border-radius:999px;font-weight:700;font-size:13px}
.hero{max-width:1400px;margin:auto;min-height:490px;padding:70px clamp(22px,6vw,90px);display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:40px;background:radial-gradient(circle at 85% 20%,#ffe0eb 0 15%,transparent 36%),linear-gradient(125deg,#fff4f7,#fffaf8 58%,#fdeef4);overflow:hidden}.hero-copy{max-width:700px}.eyebrow,.section-kicker{font-size:11px;letter-spacing:.16em;font-weight:700;color:var(--pink);display:block}.hero h1{font-family:"Playfair Display",Georgia,serif;font-size:clamp(42px,6vw,78px);line-height:1.02;margin:15px 0 20px;font-weight:600}.hero h1 em{color:var(--pink);font-weight:600}.hero p{font-size:16px;color:var(--muted);max-width:650px;line-height:1.75}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.primary-btn,.secondary-btn{padding:13px 20px;border-radius:999px;text-decoration:none;font-weight:700;font-size:14px}.primary-btn{background:var(--pink);color:#fff}.secondary-btn{background:#fff;border:1px solid var(--line);color:var(--ink)}.hero-stats{display:flex;gap:24px;margin-top:30px;color:var(--muted);font-size:12px;flex-wrap:wrap}.hero-stats b{display:block;color:var(--ink);font-size:18px}.hero-art{height:330px;position:relative}.hero-circle{position:absolute;border-radius:50%}.hero-circle-one{width:290px;height:290px;background:#f8c8d8;right:20px;top:15px}.hero-circle-two{width:150px;height:150px;background:#fff;right:140px;bottom:0;border:20px solid #f4dce5}.fashion-card{position:absolute;right:55px;top:50px;width:220px;height:275px;border-radius:100px 100px 22px 22px;background:linear-gradient(155deg,#fff,#f7dce6);box-shadow:0 25px 60px #6c304522;display:flex;flex-direction:column;align-items:center;justify-content:end;padding:35px 20px;color:var(--pink2)}.fashion-card:before{content:"";position:absolute;top:45px;width:100px;height:145px;border-radius:50px 50px 12px 12px;background:linear-gradient(150deg,#f2a9c1,#c85a82)}.fashion-card span{position:absolute;top:20px;right:20px;background:#fff;padding:6px 9px;border-radius:99px;font-size:9px;font-weight:800}.fashion-card strong{font-family:"Playfair Display";font-size:22px;z-index:1}.fashion-card small{z-index:1}
.toolbar{max-width:1400px;margin:auto;padding:20px clamp(18px,4vw,56px) 8px;position:sticky;top:72px;background:rgba(255,250,248,.96);backdrop-filter:blur(12px);z-index:70}.search-wrap{max-width:700px;margin:auto;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:999px;padding:0 18px}.search-wrap span{font-size:24px;color:var(--muted)}.search-wrap input{border:0;outline:0;width:100%;padding:15px 4px;background:transparent;font:inherit}.chips{display:flex;gap:8px;overflow-x:auto;padding:15px 0 8px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{border:1px solid var(--line);background:#fff;color:var(--ink);padding:9px 15px;border-radius:999px;white-space:nowrap;font:600 12px inherit;cursor:pointer}.chip.active,.chip:hover{background:var(--pink);border-color:var(--pink);color:#fff}
.catalog{max-width:1400px;margin:auto;padding:20px clamp(18px,4vw,56px) 70px}.category-section{margin:30px 0 56px}.category-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.category-head h2{font-family:"Playfair Display",Georgia,serif;font-size:32px;margin:5px 0}.category-head p{margin:0;color:var(--muted);font-size:12px}.scroll-btn{border:1px solid var(--line);background:#fff;border-radius:50%;width:42px;height:42px;font-size:20px;cursor:pointer}.products{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:5px 3px 15px;scrollbar-width:thin}.products::-webkit-scrollbar{height:6px}.products::-webkit-scrollbar-thumb{background:#edb0c4;border-radius:99px}.product-card{position:relative;background:#fff;border:1px solid #f0e8eb;border-radius:var(--radius);overflow:hidden;min-width:235px;max-width:235px;scroll-snap-align:start;box-shadow:0 7px 24px #3b202b0a;transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.image-button{border:0;padding:0;width:100%;background:#f7f1f3;cursor:zoom-in}.image-button img{display:block;width:100%;height:292px;object-fit:cover}.heart{position:absolute;z-index:2;right:10px;top:10px;width:34px;height:34px;border:0;border-radius:50%;background:#fffdfde8;font-size:20px;cursor:pointer;box-shadow:0 5px 14px #0001}.heart.saved{color:var(--pink);background:#fff0f5}.new-badge{position:absolute;left:10px;top:10px;z-index:2;background:#fff;color:var(--pink);padding:6px 9px;border-radius:999px;font-size:9px;font-weight:800}.product-body{padding:14px}.product-code{color:var(--pink);font-size:10px;font-weight:800;letter-spacing:.08em}.product-body h3{font-size:14px;margin:5px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.colour,.sizes{font-size:11px;color:var(--muted);margin:5px 0}.price-row{display:flex;align-items:center;gap:8px;margin-top:8px}.price-row strong{font-size:18px}.price-row del{font-size:11px;color:#999}.order-btn{display:block;text-align:center;text-decoration:none;background:var(--green);color:#fff;border-radius:12px;padding:11px 8px;margin-top:12px;font-size:11px;font-weight:800}.empty-state,.no-results{text-align:center;padding:70px 20px;color:var(--muted)}.empty-state code{background:#fff;padding:4px 7px;border-radius:5px}
.footer{background:#241c20;color:#fff;padding:45px clamp(20px,6vw,90px);display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.footer p{color:#cfc5c9;font-size:12px}.footer a{text-decoration:none;color:#fff;font-weight:700;font-size:13px}.bottom-nav{display:none}.floating-wa{position:fixed;right:22px;bottom:22px;z-index:90;background:var(--green);color:#fff;text-decoration:none;border-radius:999px;padding:13px 18px;box-shadow:0 12px 30px #18a9574d;font-size:13px}.floating-wa span{margin-right:7px}
.modal{position:fixed;inset:0;background:#160e12eF;z-index:200;display:grid;place-items:center;padding:25px}.modal[hidden]{display:none}.modal-content{width:min(900px,94vw);max-height:90vh;background:#fff;border-radius:24px;overflow:hidden;display:grid;grid-template-columns:1fr .8fr}.modal-content img{width:100%;height:min(75vh,650px);object-fit:contain;background:#f7f2f4}.modal-info{padding:35px;align-self:center}.modal-info span{font-size:11px;color:var(--pink);font-weight:800}.modal-info h2{font-family:"Playfair Display";font-size:32px}.modal-info p{color:var(--muted)}.modal-info strong{font-size:24px;display:block}.modal-close,.modal-prev,.modal-next{position:absolute;border:0;background:#fff;color:#333;border-radius:50%;width:42px;height:42px;font-size:27px;cursor:pointer}.modal-close{right:20px;top:20px}.modal-prev{left:20px}.modal-next{right:20px}
@media(max-width:800px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:48px}.hero-art{height:210px}.fashion-card{right:50%;transform:translateX(50%);top:0;width:160px;height:200px}.fashion-card:before{width:70px;height:105px}.hero-circle-one{width:190px;height:190px;right:50%;transform:translateX(50%)}.hero-circle-two{display:none}.toolbar{top:60px}.site-header{height:60px}.footer{grid-template-columns:1fr}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:62px;background:#fff;border-top:1px solid var(--line);z-index:85;justify-content:space-around}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;font-size:20px}.bottom-nav span{font-size:9px;font-weight:700}.floating-wa{bottom:76px}.modal-content{grid-template-columns:1fr;max-height:92vh}.modal-content img{height:48vh}.modal-info{padding:20px}.modal-info h2{font-size:24px;margin:8px 0}.modal-prev{left:8px}.modal-next{right:8px}}
@media(max-width:480px){.header-wa{padding:8px 11px;font-size:11px}.brand small{display:none}.hero h1{font-size:43px}.hero-stats{gap:14px}.product-card{min-width:190px;max-width:190px}.image-button img{height:238px}.category-head h2{font-size:28px}}
