@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600&family=Nunito:wght@400;600;700&display=swap";:root{font-family:DM Sans,sans-serif;color:#26352f;background:#f6f3ed;font-synthesis:none}*{box-sizing:border-box}body{margin:0}.app{max-width:1440px;margin:auto;min-height:100vh}.nav{height:78px;padding:0 5.5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dedbd3}.brand{color:#26352f;text-decoration:none;font-weight:600;letter-spacing:-.03em;font-size:20px}.brand-mark{font-size:15px;margin-right:8px;color:#d97852}.nav nav{display:flex;gap:34px}.nav nav a{color:#68726d;text-decoration:none;font-size:13px}.bag-button{display:flex;align-items:center;gap:8px;background:none;border:0;color:#26352f;font:inherit;font-size:13px;cursor:pointer}.bag-button span{background:#26352f;color:#f6f3ed;border-radius:50%;width:20px;height:20px;display:grid;place-items:center;font-size:11px}.hero{padding:6.5% 5.5%;display:grid;grid-template-columns:1fr 1.05fr;gap:8%;align-items:center}.eyebrow{display:flex;align-items:center;gap:8px;color:#d16f4a;text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:600}.hero h1{font-size:clamp(48px,6vw,84px);line-height:.98;letter-spacing:-.055em;font-weight:500;margin:25px 0}.hero h1 em,h2 em{font-family:Playfair Display,serif;color:#d16f4a;font-weight:500}.hero-copy{color:#68726d;line-height:1.7;max-width:380px;font-size:15px;margin-bottom:34px}.primary-link{color:#26352f;text-decoration:none;font-size:13px;font-weight:600;display:inline-flex;gap:12px;align-items:center;border-bottom:1px solid #26352f;padding-bottom:9px}.hero-image{height:570px;overflow:hidden}.hero-image img{height:100%;width:100%;object-fit:cover}.shop{padding:4% 5.5% 9%}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.section-heading h2,.story h2{font-size:45px;letter-spacing:-.045em;font-weight:500;margin:15px 0 0}.filters{display:flex;gap:10px}.filters button{border:1px solid #d6d3cc;background:transparent;border-radius:100px;padding:9px 15px;color:#68726d;cursor:pointer;font:inherit;font-size:12px}.filters button.active{background:#26352f;color:#fff;border-color:#26352f}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-image{height:310px;background:#ebe8e0;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.04)}.product-number{position:absolute;top:14px;left:14px;background:#f6f3edcc;border-radius:20px;padding:6px 9px;font-size:10px}.product-info{display:flex;justify-content:space-between;gap:10px;padding:17px 0 13px}.product-info h3{font-weight:500;margin:0 0 7px;font-size:16px}.product-info p{color:#87908b;font-size:11px;line-height:1.5;margin:0;max-width:180px}.product-info strong{font-size:13px;font-weight:500}.add-button,.submit-button{width:100%;border:1px solid #26352f;background:#26352f;color:#fff;padding:12px 14px;font:inherit;font-size:12px;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer}.add-button{background:transparent;color:#26352f}.add-button:hover{background:#26352f;color:#fff}.story{margin:0 5.5% 8%;background:#e6e1d7;padding:8% 10%;text-align:center}.story .eyebrow{justify-content:center}.story h2{font-size:56px;margin:20px 0}.story>p:last-child{max-width:475px;margin:auto;color:#68726d;line-height:1.8;font-size:15px}footer{padding:25px 5.5%;border-top:1px solid #dedbd3;display:flex;justify-content:space-between;color:#87908b;font-size:11px}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%);background:#26352f;color:#fff;padding:13px 18px;border-radius:4px;font-size:12px;display:flex;gap:8px;align-items:center;box-shadow:0 5px 20px #0002}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1d292688;display:grid;place-items:center;padding:20px;z-index:5}.modal{background:#f6f3ed;width:min(510px,100%);max-height:92vh;overflow:auto;padding:42px;position:relative}.modal h2{font-size:35px;font-weight:500;letter-spacing:-.04em;margin:12px 0 27px}.close{position:absolute;right:20px;top:20px;background:none;border:0;cursor:pointer;color:#68726d}.cart-line{display:flex;align-items:center;gap:13px;padding:12px 0;border-bottom:1px solid #dedbd3}.cart-line img{width:55px;height:62px;object-fit:cover}.cart-line>div{flex:1}.cart-line b,.cart-line small{display:block;font-size:13px}.cart-line small{color:#87908b;margin-top:4px}.cart-line>strong{font-size:12px}.quantity{display:flex;align-items:center;gap:10px;margin-top:9px}.quantity button{border:0;padding:2px;background:none;color:#68726d;cursor:pointer}.quantity span{font-size:11px}.cart-total{display:flex;justify-content:space-between;padding:22px 0;font-size:14px}.modal form{display:grid;gap:10px}.modal input{border:1px solid #d6d3cc;padding:13px;background:transparent;font:inherit;font-size:12px}.success{text-align:center}.success>p:not(.eyebrow){color:#68726d;line-height:1.7;font-size:14px}.success .eyebrow{justify-content:center}.success-icon{width:48px;height:48px;background:#d16f4a;color:#fff;border-radius:50%;display:grid;place-items:center;margin:0 auto 22px}.success .submit-button{margin-top:25px}@media (max-width:800px){.nav{padding:0 6%}.nav nav{display:none}.hero{grid-template-columns:1fr;padding:13% 6%;gap:38px}.hero-image{height:360px}.shop{padding:8% 6%}.section-heading{display:block}.filters{margin-top:25px;overflow:auto}.product-grid{grid-template-columns:repeat(2,1fr);gap:24px 12px}.product-image{height:230px}.product-info{display:block}.product-info strong{display:block;margin-top:10px}.story{margin:0 6% 12%;padding:14% 8%}.story h2{font-size:43px}.modal{padding:32px 24px}footer{padding:22px 6%}}.confetti-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:6;pointer-events:none;overflow:hidden}.confetti-layer i{position:absolute;left:var(--x);top:-20px;width:9px;height:15px;background:var(--c);border-radius:2px;transform:rotate(var(--r));animation:confetti-fall 2.8s var(--d) ease-in forwards}@keyframes confetti-fall{0%{transform:translate3d(0,-20px,0) rotate(0);opacity:1}to{transform:translate3d(calc((var(--x) - 50vw) * .12),105vh,0) rotate(720deg);opacity:0}}.balloon-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:6;pointer-events:none;overflow:hidden}.balloon-layer i{position:absolute;left:var(--x);bottom:-90px;width:34px;height:45px;background:var(--c);border-radius:50% 50% 45% 45%;box-shadow:inset -6px -5px #00000012;animation:balloon-rise 5.5s var(--d) ease-in forwards}.balloon-layer i:before{content:"";position:absolute;left:14px;bottom:-105px;width:1px;height:105px;background:#68726d88}.balloon-layer i:after{content:"";position:absolute;left:13px;bottom:-5px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:7px solid var(--c)}@keyframes balloon-rise{0%{transform:translateY(0) rotate(-5deg);opacity:0}12%{opacity:1}50%{transform:translateY(-48vh) rotate(5deg)}to{transform:translateY(-115vh) rotate(-5deg);opacity:0}}.party-poppers{position:fixed;top:0;right:0;bottom:0;left:0;z-index:7;pointer-events:none}.party-popper{position:absolute;bottom:18px;font-size:54px;animation:popper-bounce 1.1s ease-out 2 forwards}.party-popper.left{left:24px;transform:rotate(-24deg)}.party-popper.right{right:24px;transform:rotate(24deg)}@keyframes popper-bounce{0%,to{translate:0 0}45%{translate:0 -20px}70%{translate:0 0}}body{background:#fff5fa;color:#593d52;font-family:Nunito,sans-serif}.app{background:radial-gradient(circle at 9% 15%,#ffe1ed 0 5%,transparent 22%),radial-gradient(circle at 94% 42%,#eee4ff 0 4%,transparent 20%)}.nav{border-color:#f2d4e1}.brand{color:#593d52;font-family:Fredoka,sans-serif;letter-spacing:0;display:flex;align-items:center;gap:9px}.brand-mark{color:#ef86aa}.logo-icon{width:34px;height:34px;flex:0 0 34px;filter:drop-shadow(2px 3px 0 #f5c4d8)}.nav nav a,.hero-copy,.product-info p,.story>p:last-child{color:#896f82}.bag-button{color:#593d52}.bag-button span{background:#ed86aa;color:#fff}.eyebrow{color:#e56f9a;font-family:Fredoka,sans-serif;letter-spacing:.1em}.hero h1,.section-heading h2,.story h2,.modal h2,.admin-main h1{font-family:Fredoka,sans-serif;font-weight:500;letter-spacing:-.04em}.hero h1 em,h2 em{font-family:Fredoka,sans-serif;color:#e978a2;font-style:italic;font-weight:500}.primary-link{border-color:#e978a2;color:#593d52}.hero-image{border-radius:42% 42% 22px 22px;box-shadow:12px 14px #f7c9d9}.filters button{border-color:#efcddd;color:#896f82;background:#fffaff}.filters button.active{background:#ed86aa;border-color:#ed86aa}.product-card{background:#fff;border:2px solid #f8dce7;border-radius:24px;padding:10px;box-shadow:0 7px #f7d4e1;overflow:hidden}.product-image{height:290px;border-radius:18px}.product-number{background:#fff0f6;color:#d55f8b}.product-info{padding:17px 5px 13px}.product-info h3{font-family:Fredoka,sans-serif;color:#593d52}.add-button{border-color:#ed86aa;color:#d65f8c;border-radius:14px;background:#fff5fa}.add-button:hover,.submit-button{background:#ed86aa;color:#fff}.story{background:#ffe0ec;border-radius:40px;position:relative;overflow:hidden}.story:after{content:"♡";position:absolute;right:8%;top:12%;color:#f2b4cb;font-size:90px;transform:rotate(15deg)}footer{border-color:#f2d4e1;color:#a28195}.modal-backdrop{background:#593d5266}.modal{background:#fff8fc;border:3px solid #f6cddd;border-radius:28px;box-shadow:0 14px #eeb8cd}.close{color:#896f82}.cart-line{border-color:#f2d4e1}.cart-line img{border-radius:14px}.modal input{border-color:#efcddd;border-radius:12px;background:#fff}.success-icon{background:#ed86aa}.admin-main h1{color:#593d52}.orders-table{border-color:#efcddd;border-radius:18px;overflow:hidden}.table-head{background:#ffe0ec;color:#896f82}.table-row{border-color:#f2d4e1}.table-row select{border-color:#efcddd;border-radius:8px;background:#fff8fc}.product-card,.add-button,.submit-button,.bag-button,.filters button{min-width:0}.product-image img,.hero-image img{display:block}@media (max-width:600px){.nav{height:65px}.brand{font-size:17px}.bag-button{padding:10px 0}.hero{padding-top:11%;padding-bottom:12%}.hero h1{font-size:48px}.hero-copy{font-size:14px;margin-bottom:27px}.hero-image{height:280px}.section-heading h2{font-size:36px}.product-grid{grid-template-columns:1fr;gap:34px}.product-image{height:300px}.product-info{display:flex}.product-info strong{margin-top:0}.add-button{min-height:44px}.story{padding:18% 9%}.story h2{font-size:38px}.story>p:last-child{font-size:14px}.modal{padding:30px 18px}.modal h2{font-size:30px}.cart-line{gap:10px}.cart-line img{width:50px;height:56px}.cart-line>strong{font-size:11px}.submit-button{min-height:46px}footer{font-size:10px;gap:15px;line-height:1.5}}
