@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
:root{--pink:#d44178;--pink-dark:#a82658;--pink-soft:#fff1f6;--maroon:#651d3d;--ink:#241b20;--muted:#88747e;--line:#efd5e0;--paper:#fffafb;--white:#fff;--shadow:0 18px 50px rgba(98,25,58,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:14px/1.6 'DM Sans',sans-serif}body.nav-open{overflow:hidden}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.shop-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.shop-header{height:82px;background:#fffdfedb;backdrop-filter:blur(18px);border-bottom:1px solid #f3dce5;position:sticky;top:0;z-index:30}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:25px}.shop-brand{display:flex;align-items:center;gap:11px}.shop-brand img{width:46px;height:46px;object-fit:contain}.shop-monogram{width:43px;height:43px;border-radius:14px;background:linear-gradient(145deg,#ee8eb4,#bd326b);color:#fff;display:grid;place-items:center;font:700 26px 'Playfair Display';box-shadow:0 9px 22px #ba306a3d}.shop-brand strong,.shop-brand small{display:block}.shop-brand strong{font:700 22px 'Playfair Display';color:var(--maroon)}.shop-brand small{font-size:9px;letter-spacing:1.4px;color:var(--pink-dark);text-transform:uppercase}.shop-nav{display:flex;align-items:center;gap:28px;font-weight:600;color:#664754}.shop-nav a:hover{color:var(--pink)}.shop-nav .login-link{border:1px solid var(--line);border-radius:99px;padding:9px 16px;background:#fff}.shop-menu{display:none;border:0;background:var(--pink-soft);color:var(--maroon);width:42px;height:42px;border-radius:12px;font-size:20px}.shop-hero{overflow:hidden;background:radial-gradient(circle at 85% 30%,#f8c7da 0,transparent 28%),linear-gradient(135deg,#fff9fb 0%,#fbe4ed 100%);border-bottom:1px solid var(--line)}.hero-grid{min-height:540px;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:55px}.hero-copy{padding-block:70px}.shop-eyebrow{display:inline-block;color:var(--pink-dark);font-weight:700;font-size:10px;letter-spacing:2px}.hero-copy h1{font:700 clamp(40px,5vw,68px)/1.05 'Playfair Display';color:var(--maroon);max-width:680px;margin:14px 0 20px}.hero-copy>p{max-width:600px;color:#765c68;font-size:16px}.hero-actions{display:flex;gap:12px;margin:28px 0}.shop-btn{min-height:45px;border-radius:12px;padding:11px 20px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;border:0}.shop-btn.primary{background:linear-gradient(135deg,var(--pink),var(--pink-dark));color:#fff;box-shadow:0 10px 24px #bb326a3b}.shop-btn.secondary{background:#fff;color:var(--maroon);border:1px solid var(--line)}.hero-points{display:flex;flex-wrap:wrap;gap:18px;color:#755362;font-size:12px}.hero-art{height:390px;position:relative;display:grid;place-items:center}.hero-art:before{content:'';position:absolute;inset:26px;border:1px solid #b9346b33;border-radius:50% 45% 52% 48%;transform:rotate(12deg)}.hero-letter{font:700 190px/1 'Playfair Display';color:#9e2858;text-shadow:0 25px 50px #8220462b;z-index:2}.hero-tag{position:absolute;right:8%;bottom:13%;background:#ffffffdd;border:1px solid #fff;padding:17px 22px;border-radius:18px;box-shadow:var(--shadow);text-align:center;color:var(--maroon);font:600 16px 'Playfair Display';transform:rotate(-4deg)}.hero-orbit{position:absolute;border-radius:50%;background:#dc5c8e}.hero-orbit.one{width:26px;height:26px;left:13%;top:20%}.hero-orbit.two{width:13px;height:13px;right:16%;top:18%;background:#fff}.catalog-section{padding:76px 0 90px}.section-heading{display:flex;justify-content:space-between;margin-bottom:25px}.section-heading h2,.about-card h2{font:700 clamp(28px,3vw,42px)/1.15 'Playfair Display';color:var(--maroon);margin:8px 0}.section-heading p{margin:0;color:var(--muted)}.catalog-tools{background:#fff;border:1px solid var(--line);padding:18px;border-radius:18px;box-shadow:0 7px 28px #81254c0a;margin-bottom:24px}.catalog-search{max-width:520px;position:relative;display:block}.catalog-search span{position:absolute;left:15px;top:10px;font-size:20px;color:var(--pink)}.catalog-search input{width:100%;height:48px;border:1px solid var(--line);border-radius:12px;padding:0 15px 0 44px;color:var(--ink);outline:0;background:#fff}.catalog-search input:focus{border-color:#dc6d98;box-shadow:0 0 0 4px #dc6d9815}.category-list{display:flex;gap:8px;overflow-x:auto;padding-top:14px;scrollbar-width:none}.category-list::-webkit-scrollbar{display:none}.category-chip{border:1px solid var(--line);background:#fff;color:#674653;border-radius:99px;padding:8px 14px;white-space:nowrap}.category-chip small{margin-left:4px;color:var(--muted)}.category-chip.active{background:var(--maroon);border-color:var(--maroon);color:#fff}.category-chip.active small{color:#f1bfd2}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.catalog-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 5px 24px rgba(100,29,58,.05);transition:.22s}.catalog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#e8a6c0}.product-visual{display:block;width:100%;height:245px;border:0;padding:0;background:#f8e4ec;position:relative;overflow:hidden}.product-visual img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.catalog-card:hover .product-visual img{transform:scale(1.035)}.visual-placeholder{width:100%;height:100%;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,#ffe9f1,#f5c9da);color:var(--maroon)}.visual-placeholder b{font:700 65px 'Playfair Display'}.visual-placeholder small{text-transform:uppercase;letter-spacing:2px;font-size:9px}.stock-badge{position:absolute;right:10px;top:10px;padding:6px 10px;background:#fffffff0;border-radius:99px;color:#684551;font-size:10px;font-weight:700;box-shadow:0 4px 14px #651d3d18}.stock-badge.sold{background:#6a213fdc;color:#fff}.product-info{padding:17px}.product-category{color:var(--pink-dark);font-size:9px;letter-spacing:1.4px;text-transform:uppercase;font-weight:700}.product-info h3{font-size:17px;margin:5px 0 2px}.product-info>p{color:var(--muted);font-size:11px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:14px}.product-bottom strong{color:var(--pink);font-size:18px}.product-bottom a{color:#fff;background:var(--pink);border-radius:9px;padding:7px 12px;font-size:11px;font-weight:700}.unavailable{font-size:10px;color:var(--muted)}.catalog-empty,.no-result{grid-column:1/-1;text-align:center;background:#fff;border:1px dashed #e5b7c9;border-radius:18px;padding:65px 20px;color:var(--muted)}.catalog-empty span,.no-result>span{font:700 55px 'Playfair Display';color:#d97199}.catalog-empty h3,.no-result h3{color:var(--maroon);font:700 23px 'Playfair Display';margin:8px}.no-result{margin-top:18px}.about-section{padding:0 0 80px}.about-card{background:linear-gradient(125deg,#6a1d40,#a72b5c);color:#fff;border-radius:26px;padding:45px;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:45px;box-shadow:0 25px 60px #5d183936}.about-card .shop-eyebrow{color:#f7bad2}.about-card h2{color:#fff}.about-card>p{color:#f1cbd9}.contact-mini strong,.contact-mini span{display:block}.contact-mini{border-left:1px solid #ffffff31;padding-left:25px}.contact-mini span{max-width:260px;color:#f1cbd9;font-size:12px}.shop-footer{background:#2d0c1d;color:#f8dce7;padding:28px 0}.shop-footer>.shop-shell{display:flex;justify-content:space-between;align-items:center}.shop-footer strong,.shop-footer span{display:block}.shop-footer strong{font:700 20px 'Playfair Display'}.shop-footer span,.shop-footer p{font-size:11px;color:#d9aabd}.product-dialog{width:min(760px,calc(100% - 28px));padding:0;border:0;border-radius:22px;overflow:hidden;box-shadow:0 35px 90px #40112666}.product-dialog::backdrop{background:#3c10256e;backdrop-filter:blur(4px)}.dialog-close{position:absolute;right:13px;top:13px;width:37px;height:37px;border:0;border-radius:50%;background:#fff;color:var(--maroon);font-size:22px;z-index:2}.product-dialog[open]{display:grid;grid-template-columns:1fr 1fr}.dialog-image{height:430px;background:#f8dce7;display:grid;place-items:center}.dialog-image img{width:100%;height:100%;object-fit:cover}.dialog-placeholder{font:700 110px 'Playfair Display';color:var(--pink-dark)}.dialog-copy{padding:45px 38px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.dialog-copy h2{font:700 32px 'Playfair Display';color:var(--maroon);margin:8px 0}.dialog-copy p{color:var(--muted)}.dialog-copy>strong{color:var(--pink);font-size:25px;margin-top:10px}.dialog-copy>span:not(.product-category){color:var(--muted);margin-bottom:22px}.dialog-copy .shop-btn{width:100%}
@media(max-width:980px){.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-grid{grid-template-columns:1fr .7fr;gap:20px}.about-card{grid-template-columns:1fr 1fr}.contact-mini{grid-column:1/-1;border-left:0;border-top:1px solid #ffffff31;padding:20px 0 0}}
@media(max-width:760px){.shop-shell{width:min(100% - 26px,1180px)}.shop-header{height:72px}.shop-nav{display:none;position:fixed;inset:72px 0 auto 0;background:#fff;padding:18px 20px 24px;border-bottom:1px solid var(--line);box-shadow:0 18px 35px #5a17341f;flex-direction:column;align-items:stretch;gap:0}.nav-open .shop-nav{display:flex}.shop-nav a{padding:13px 6px;border-bottom:1px solid #f5e5eb}.shop-nav .login-link{text-align:center;margin-top:10px}.shop-menu{display:block}.hero-grid{min-height:auto;grid-template-columns:1fr}.hero-copy{padding:55px 0 25px}.hero-copy h1{font-size:42px}.hero-art{height:260px}.hero-letter{font-size:140px}.hero-points{gap:10px}.catalog-section{padding:52px 0 65px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.product-visual{height:190px}.product-info{padding:13px}.product-info h3{font-size:15px}.product-bottom{align-items:flex-end}.product-bottom strong{font-size:16px}.about-card{grid-template-columns:1fr;padding:30px 24px;gap:18px}.contact-mini{grid-column:auto}.shop-footer>.shop-shell{flex-direction:column;text-align:center;gap:10px}.product-dialog[open]{grid-template-columns:1fr;max-height:90vh;overflow:auto}.dialog-image{height:300px}.dialog-copy{padding:26px}.dialog-copy h2{font-size:27px}}
@media(max-width:430px){.shop-brand strong{font-size:19px}.shop-brand small{font-size:8px}.hero-copy h1{font-size:36px}.hero-actions{display:grid}.shop-btn{width:100%}.hero-art{height:220px}.hero-letter{font-size:120px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-visual{height:155px}.product-info{padding:11px}.product-info h3{font-size:14px}.product-info>p{font-size:9px}.product-bottom{display:block}.product-bottom strong{display:block;margin-bottom:9px}.product-bottom a{display:block;text-align:center}.stock-badge{font-size:8px;padding:4px 7px}.section-heading h2{font-size:29px}}
@media(max-width:340px){.catalog-grid{grid-template-columns:1fr}.product-visual{height:230px}}
