:root{--ink:#25223a;--muted:#6f6a7d;--cream:#fffaf4;--paper:#fff;--berry:#e83e79;--plum:#713c86;--sun:#ffcf57;--mint:#8bd8c7;--line:#eadfe4;--shadow:0 18px 60px rgba(62,35,57,.12);--radius:26px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.55}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.announcement{background:var(--ink);color:white;text-align:center;padding:.55rem 1rem;font-size:.82rem}.nav{height:74px;display:flex;align-items:center;gap:2rem;padding:0 max(5vw,1.1rem);background:rgba(255,250,244,.92);position:sticky;top:0;z-index:30;border-bottom:1px solid transparent;backdrop-filter:blur(14px)}.brand{font-size:1.55rem;font-weight:900;letter-spacing:-.06em}.brand span{color:var(--berry)}.navlinks{display:flex;gap:1.4rem;margin-left:auto}.nav-actions{display:flex;gap:.6rem;align-items:center}.icon-btn{border:1px solid var(--line);background:white;border-radius:999px;padding:.55rem .8rem}.menu{display:none}.wrap{width:min(1180px,90%);margin:auto}.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:4rem;padding:5rem 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:var(--berry);font-size:.75rem}.hero h1,.page-title{font-family:Georgia,serif;font-size:clamp(3rem,7vw,6.4rem);line-height:.92;letter-spacing:-.055em;margin:.6rem 0 1.4rem}.hero h1 em{color:var(--berry);font-weight:400}.hero p{font-size:1.1rem;color:var(--muted);max-width:580px}.actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--berry);color:white;padding:.85rem 1.25rem;font-weight:800}.btn.secondary{background:white;color:var(--ink);border:1px solid var(--line)}.hero-art{position:relative;aspect-ratio:4/5;border-radius:48% 48% 24px 24px;background:linear-gradient(145deg,#f8c9d7,#ffd86f 55%,#8bd8c7);box-shadow:var(--shadow);overflow:hidden}.hero-art:before{content:"joy";position:absolute;font:italic 12rem Georgia;color:rgba(255,255,255,.45);transform:rotate(-15deg);top:15%;left:-4%}.hero-card{position:absolute;right:8%;bottom:8%;width:68%;background:rgba(255,255,255,.9);padding:1.1rem;border-radius:20px;box-shadow:var(--shadow)}.hero-card b{display:block;font-family:Georgia;font-size:1.5rem}.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:5rem}.trust div{background:white;border:1px solid var(--line);padding:1.2rem;border-radius:18px}.section{padding:5rem 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.section h2{font-family:Georgia;font-size:clamp(2rem,4vw,3.4rem);margin:.2rem 0}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.category{min-height:330px;padding:2rem;border-radius:var(--radius);display:flex;flex-direction:column;justify-content:end;overflow:hidden;position:relative}.category:before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-30px;top:-30px;background:rgba(255,255,255,.35)}.category.dresses{background:#f7c7d5}.category.toys{background:#9bded0}.category h3{font:3rem Georgia;margin:0;position:relative}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}.product-card{background:white;border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.25s;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{aspect-ratio:4/5;background:linear-gradient(145deg,#f8dde5,#f7d980);display:grid;place-items:center;color:rgba(37,34,58,.45);font:italic 2.4rem Georgia;text-align:center;padding:1rem;background-size:cover;background-position:center}.product-card:nth-child(even) .product-image{background-image:linear-gradient(145deg,#d8f0ea,#bee0fb)}.product-info{padding:1rem}.product-info h3{margin:.2rem 0;font-size:1rem}.price{font-weight:900}.price del{color:var(--muted);font-weight:500;margin-left:.35rem}.badge{position:absolute;top:.8rem;left:.8rem;background:var(--sun);padding:.3rem .6rem;border-radius:999px;font-size:.7rem;font-weight:900;z-index:2}.filters{display:grid;grid-template-columns:2fr repeat(5,1fr);gap:.7rem;margin:1.4rem 0 2rem}.filters input,.filters select,.field{width:100%;background:white;border:1px solid var(--line);border-radius:13px;padding:.75rem}.shop-head{padding-top:3rem}.shop-head .page-title{font-size:clamp(3rem,6vw,5rem)}.detail{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem 0}.detail-image{aspect-ratio:4/5;border-radius:var(--radius);background:linear-gradient(145deg,#f8dde5,#f7d980);background-size:cover;background-position:center;display:grid;place-items:center;font:italic 3rem Georgia}.detail h1{font:clamp(2.5rem,5vw,4.5rem) Georgia;line-height:1;margin:.8rem 0}.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.chip{border:1px solid var(--line);background:white;border-radius:999px;padding:.45rem .75rem}.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.cart-row{display:grid;grid-template-columns:1fr auto auto;gap:1rem;align-items:center;border-bottom:1px solid var(--line);padding:1rem 0}.qty{display:flex;align-items:center;gap:.6rem}.qty button{border:1px solid var(--line);background:white;border-radius:50%;width:30px;height:30px}.content{max-width:820px;margin:auto;padding:4rem 0}.content h1{font:clamp(2.7rem,6vw,4.5rem) Georgia}.content h2{font:2rem Georgia;margin-top:2.5rem}.content p,.content li{color:var(--muted)}details{background:white;border:1px solid var(--line);border-radius:16px;padding:1rem;margin:.7rem 0}summary{font-weight:800;cursor:pointer}.promo{background:var(--plum);color:white;border-radius:var(--radius);padding:2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.promo h2{margin:0}.footer{background:var(--ink);color:white;margin-top:5rem;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2rem}.footer h4{margin-top:0}.footer a{display:block;color:#d9d1df;margin:.5rem 0}.footer small{display:block;color:#aaa1b0;border-top:1px solid #484356;margin-top:3rem;padding-top:1.5rem}.toast{position:fixed;bottom:1rem;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:.8rem 1.2rem;border-radius:99px;z-index:50}.empty{text-align:center;padding:15vh 1rem}.empty h1{font:3rem Georgia}.hide{display:none!important}@media(max-width:850px){.navlinks{display:none}.menu{display:inline-flex}.hero{grid-template-columns:1fr;padding:3rem 0}.hero-art{max-height:500px}.trust,.product-grid{grid-template-columns:repeat(2,1fr)}.filters{grid-template-columns:1fr 1fr}.filters input{grid-column:1/-1}.detail{grid-template-columns:1fr;gap:2rem}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:540px){.nav{height:64px}.hero{gap:2rem}.hero h1{font-size:3.6rem}.hero-art{max-height:390px}.hero-card{width:78%}.trust,.category-grid,.product-grid,.footer-grid{grid-template-columns:1fr 1fr}.trust div:last-child{grid-column:1/-1}.category{min-height:220px}.category h3{font-size:2rem}.product-info{padding:.8rem}.filters{grid-template-columns:1fr 1fr}.section{padding:3.5rem 0}.promo{align-items:flex-start;flex-direction:column}.detail{padding-top:2rem}.cart-row{grid-template-columns:1fr auto}.cart-row .price{grid-column:1/-1}.footer-grid>div:first-child{grid-column:1/-1}}
