:root{--rose: #e76f7a;--rose-light: #f8b4c8;--cream: #fef9ef;--gold: #f4a261;--gold-dark: #d4874a;--purple: #6c5b7b;--sage: #6ab04c;--sky: #a8d8ea;--white: #ffffff;--text: #2d2235;--text-muted: #7a6f8a;--bg: #fefcfa;--card-bg: #ffffff;--border: rgba(0, 0, 0, .06);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .04);--shadow-md: 0 4px 16px rgba(0, 0, 0, .06);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .08);--radius: 16px;--radius-sm: 10px;--radius-pill: 50px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.store{min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2.5rem;background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.5rem}.logo-text{font-size:1.25rem;font-weight:700;color:var(--rose);letter-spacing:-.02em}.topnav{display:flex;gap:2rem}.nav-link{text-decoration:none;color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .2s;position:relative}.nav-link:hover,.nav-link.active{color:var(--rose)}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--rose);border-radius:2px}.cart-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border:2px solid var(--rose);border-radius:var(--radius-pill);background:transparent;color:var(--rose);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .25s}.cart-btn:hover{background:var(--rose);color:var(--white)}.cart-count{background:var(--rose);color:var(--white);border-radius:50%;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.cart-total{font-size:.8rem;opacity:.8}.hero{display:flex;align-items:center;justify-content:space-between;padding:4rem 2.5rem 3rem;gap:3rem;max-width:1200px;margin:0 auto;width:100%}.hero-content{flex:1;max-width:540px}.hero-eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--gold-dark);font-weight:600;margin-bottom:1rem}.hero-title{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:var(--text);margin-bottom:1.25rem}.hero-sub{font-size:1.1rem;color:var(--text-muted);max-width:420px;margin-bottom:2rem;line-height:1.7}.hero-cta{display:inline-block;padding:.9rem 2.2rem;background:linear-gradient(135deg,var(--rose),var(--rose-light));color:var(--white);text-decoration:none;font-weight:700;font-size:1rem;border-radius:var(--radius-pill);box-shadow:0 4px 20px #e76f7a59;transition:transform .2s,box-shadow .2s}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 28px #e76f7a73}.hero-visual{display:flex;gap:1rem;flex-shrink:0}.hero-dress{width:90px;height:140px;border-radius:45px 45px 12px 12px;box-shadow:var(--shadow-lg);transition:transform .3s}.hero-dress:nth-child(2){transform:translateY(-20px)}.hero-dress:hover{transform:translateY(-10px) scale(1.05)}.hero-dress:nth-child(2):hover{transform:translateY(-30px) scale(1.05)}.occasions-bar{padding:0 2.5rem 2rem;max-width:1200px;margin:0 auto;width:100%}.section-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:1rem;font-weight:600}.occasion-pills{display:flex;flex-wrap:wrap;gap:.5rem}.pill{padding:.5rem 1.2rem;border:1.5px solid var(--border);border-radius:var(--radius-pill);background:var(--white);color:var(--text-muted);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.pill:hover{border-color:var(--rose-light);color:var(--rose);background:#f8b4c814}.pill-active,.pill-active:hover{background:var(--rose);color:var(--white);border-color:var(--rose)}.dress-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;padding:0 2.5rem 3rem;max-width:1200px;margin:0 auto;width:100%}.dress-card{background:var(--card-bg);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform .25s,box-shadow .25s}.dress-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.dress-swatch{height:220px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.dress-emoji{font-size:3.5rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15));transition:transform .3s}.dress-card:hover .dress-emoji{transform:scale(1.15) rotate(-5deg)}.dress-occasion-tag{position:absolute;top:12px;left:12px;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.25rem .7rem;border-radius:var(--radius-pill);font-size:.7rem;font-weight:600;color:var(--text);text-transform:uppercase;letter-spacing:.05em}.dress-info{padding:1rem 1.2rem .5rem}.dress-name{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.25rem}.dress-price{font-size:1.1rem;font-weight:700;color:var(--rose)}.add-btn{display:block;width:calc(100% - 2.4rem);margin:.75rem 1.2rem 1.2rem;padding:.7rem;border:2px solid var(--rose);border-radius:var(--radius-sm);background:transparent;color:var(--rose);font-weight:700;font-size:.85rem;cursor:pointer;transition:all .2s}.add-btn:hover{background:var(--rose);color:var(--white)}.add-btn-active{background:var(--sage);border-color:var(--sage);color:var(--white)}.add-btn-active:hover{background:#5a9a3e;border-color:#5a9a3e}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:3rem 2.5rem;max-width:1200px;margin:0 auto;width:100%;border-top:1px solid var(--border)}.feature{text-align:center;padding:1.5rem 1rem}.feature-icon{font-size:2rem;display:block;margin-bottom:.75rem}.feature h4{font-size:.95rem;font-weight:700;margin-bottom:.35rem;color:var(--text)}.feature p{font-size:.85rem;color:var(--text-muted)}.footer{background:linear-gradient(135deg,#2d2235,#3a2a45);color:#fffc;padding:3rem 2.5rem 1.5rem;margin-top:auto}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-heading{font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.footer-text{font-size:.85rem;line-height:1.7;opacity:.7}.footer-list{list-style:none;display:flex;flex-direction:column;gap:.4rem}.footer-list li{font-size:.85rem;opacity:.6;cursor:pointer;transition:opacity .2s}.footer-list li:hover{opacity:1}.footer-copy{text-align:center;font-size:.8rem;opacity:.4;padding-top:1.5rem;max-width:1200px;margin:0 auto}@media(max-width:768px){.topbar{padding:.75rem 1.25rem;flex-wrap:wrap;gap:.5rem}.topnav{display:none}.hero{flex-direction:column;padding:2.5rem 1.25rem 2rem;text-align:center;align-items:center}.hero-sub{margin-left:auto;margin-right:auto}.hero-visual{order:-1}.occasions-bar{padding:0 1.25rem 1.5rem}.occasion-pills{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem}.dress-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;padding:0 1.25rem 2rem}.dress-swatch{height:160px}.features{grid-template-columns:repeat(2,1fr);gap:1rem;padding:2rem 1.25rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}@media(max-width:480px){.hero-title{font-size:1.8rem}.hero-dress{width:70px;height:110px}.dress-grid{grid-template-columns:1fr 1fr}}
