@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@font-face{font-family:Hello-Kooky-Cloud;src:url(/assets/Hello-Kooky-Cloud-c7GM58_O.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Hello-Kooky-Cloud,cursive;color:#333;overflow-x:hidden;background-color:#fff6cc;background-image:radial-gradient(600px 600px at 20% 30%,rgba(243,166,200,.25),transparent 70%),radial-gradient(500px 500px at 80% 20%,rgba(255,255,255,.35),transparent 70%),radial-gradient(700px 700px at 50% 80%,rgba(232,169,194,.2),transparent 75%);background-repeat:no-repeat;animation:softLights 24s ease-in-out infinite alternate}#root{position:relative;z-index:1}section,nav,footer{position:relative;z-index:1}h1,h2,h3,h4,h5,h6{font-weight:400}p{line-height:1.6}a{text-decoration:none;color:inherit}button{font-family:inherit;background:none;border:none;cursor:pointer}input{font-family:inherit;outline:none}@keyframes softLights{0%{background-position:20% 30%,80% 20%,50% 80%}to{background-position:30% 40%,70% 30%,45% 70%}}.section-bg{position:relative;overflow:clip}.section-bg:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background:radial-gradient(600px 600px at 20% 30%,rgba(243,166,200,.25),transparent 70%),radial-gradient(500px 500px at 80% 20%,rgba(255,255,255,.35),transparent 70%),radial-gradient(700px 700px at 50% 80%,rgba(232,169,194,.2),transparent 75%);background-repeat:no-repeat;animation:softLights 28s ease-in-out infinite alternate}@media(max-width:768px){.section-bg{overflow:visible!important}.section-bg:before{display:none!important}html,body{max-width:100%;overflow-x:hidden}section,nav,footer,#root{max-width:100%;overflow-x:hidden}}.cart-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:3000;animation:overlayFade .3s ease}.cart-box{background:#fff6cc;width:380px;max-width:92vw;border-radius:28px;padding:28px 26px;display:flex;flex-direction:column;gap:20px;box-shadow:0 30px 80px #00000040;animation:cartPop .4s ease}.cart-box h3{font-family:Hello-Kooky-Cloud,cursive;font-size:28px;color:#5b504a;display:flex;align-items:center;gap:8px}.cart-row{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px dashed #e2d8bf;opacity:0;transform:translateY(10px);animation:itemReveal .4s ease forwards}.cart-row img{width:56px;height:56px;border-radius:50%;flex-shrink:0}.cart-row .info{flex:1;font-family:Poppins,sans-serif}.cart-row strong{font-size:14px;display:block;margin-bottom:2px}.cart-row span{font-size:13px;opacity:.7}.cart-row button{background:none;border:none;font-size:18px;cursor:pointer;opacity:.5}.cart-row button:hover{opacity:1}.send-order{margin-top:10px;padding:14px;border-radius:18px;border:none;background:linear-gradient(135deg,#f3a6c8,#e59ab8);color:#5b504a;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;cursor:pointer;box-shadow:0 10px 25px #f3a6c899;transition:transform .2s ease,box-shadow .2s ease}.send-order:hover{transform:translateY(-2px);box-shadow:0 14px 32px #f3a6c8bf}.empty{font-family:Poppins,sans-serif;font-size:14px;opacity:.6;text-align:center}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}@keyframes cartPop{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes itemReveal{to{opacity:1;transform:translateY(0)}}.order-form{margin-top:6px;padding-top:16px;border-top:1px dashed #e2d8bf;display:flex;flex-direction:column;gap:14px;font-family:Poppins,sans-serif}.order-form h4{font-family:Poppins,sans-serif;font-size:15px;font-weight:600;color:#5b504a;letter-spacing:.2px;display:flex;align-items:center;gap:8px;margin-bottom:2px}.order-form .order-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.order-form input{width:100%;padding:12px 14px;border-radius:14px;border:1px solid rgba(109,98,92,.25);background:#ffffffbf;font-family:Poppins,sans-serif;font-size:14px;color:#5b504a;outline:none;transition:border .2s ease,box-shadow .2s ease,transform .2s ease}.order-form input::placeholder{color:#5b504a8c}.order-form input:focus{border-color:#f3a6c8e6;box-shadow:0 0 0 4px #f3a6c847;transform:translateY(-1px)}.order-form button{margin-top:6px;padding:14px 16px;border-radius:18px;border:none;background:linear-gradient(135deg,#f3a6c8,#e59ab8);color:#5b504a;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 10px 25px #f3a6c899;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.order-form button:hover{transform:translateY(-2px);box-shadow:0 14px 34px #f3a6c8bf}.order-form button:active{transform:translateY(0);filter:brightness(.98)}.order-form button:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}@media(max-width:520px){.order-form .order-row{grid-template-columns:1fr}}.nav{position:fixed;top:18px;left:50%;transform:translate(-50%);width:100%;max-width:1200px;height:64px;padding:0 22px;background:#6d625c;border-radius:18px;display:flex;align-items:center;justify-content:space-between;z-index:1000;box-shadow:0 10px 25px #00000026;box-sizing:border-box;overflow:visible}.nav-left{color:#f3a6c8;font-size:26px;letter-spacing:1px;cursor:pointer;white-space:nowrap}.nav-links{list-style:none;display:flex;align-items:center;gap:26px}.nav-links li{color:#fff;font-size:22px;letter-spacing:.5px;position:relative;padding:0 14px;cursor:pointer;white-space:nowrap}.nav-links li:not(:last-child):after{content:"";position:absolute;right:-14px;top:50%;transform:translateY(-50%);width:2px;height:18px;background:#f3a6c8;border-radius:2px}.nav-cart{width:42px;height:42px;background:#f3a6c8;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #f3a6c899;position:relative;flex-shrink:0}.nav-cart img{width:18px}.cart-dot{position:absolute;top:-2px;right:-2px;width:10px;height:10px;background:#ff2e2e;border-radius:50%;z-index:10;box-shadow:0 0 0 2px #6d625c;animation:pop .3s ease}.burger{width:32px;height:22px;display:none;flex-direction:column;justify-content:space-between;cursor:pointer;flex-shrink:0}.burger span{height:3px;background:#fff;border-radius:3px;transition:.3s}@media(max-width:768px){.nav{left:12px;right:12px;transform:none;width:auto;height:52px;padding:0 12px;border-radius:14px;overflow:visible}.nav-left{font-size:22px}.nav-links{position:absolute;top:calc(100% + 12px);left:0;right:0;width:100%;flex-direction:column;gap:14px;background:#6d625c;padding:20px;border-radius:16px;opacity:0;pointer-events:none;transform:translateY(-10px) scale(.96);transition:.25s ease;z-index:2000}.nav-links.open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.nav-links li:after{display:none}.burger{display:flex}}@keyframes pop{0%{transform:scale(0)}80%{transform:scale(1.2)}to{transform:scale(1)}}.soft-bg{position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(700px 700px at 20% 30%,rgba(243,166,200,.35),transparent 70%),radial-gradient(600px 600px at 80% 20%,rgba(255,255,255,.55),transparent 70%),radial-gradient(800px 800px at 50% 80%,rgba(232,169,194,.3),transparent 75%);animation:softMove 35s ease-in-out infinite alternate}@keyframes softMove{0%{background-position:20% 30%,80% 20%,50% 80%}to{background-position:30% 40%,70% 30%,45% 70%}}.oniro-hero{position:relative;background:#fff6cc;overflow:hidden;padding-top:120px}.hero-top{position:relative;z-index:5;min-height:65vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;margin-bottom:100px}.hero-cookie-top{width:360px;transition:transform .05s linear;will-change:transform}.hero-title{font-size:260px;color:#f3a6c8;letter-spacing:6px;text-transform:lowercase}.hero-cloud-area{min-height:60vh;display:flex;justify-content:flex-end;align-items:flex-start;padding-top:-80px;padding-right:180px}.hero-cloud{position:relative}.hero-cloud img{width:720px}.hero-trybite{position:relative;min-height:90vh;background:#e9a9c4;display:flex;align-items:center;justify-content:center}.wave{position:absolute;top:-1px;left:0;width:100%;height:120px;background:#fff6cc;border-bottom-left-radius:100% 70px;border-bottom-right-radius:100% 70px}.trybite-content{text-align:center;z-index:2}.trybite-title{font-size:140px;color:#fff6cc;display:flex;align-items:center;justify-content:center;gap:40px;text-transform:lowercase}.trybite-gap{width:140px;height:100px}.trybite-subtitle{margin-top:32px;font-size:36px;color:#fff6cc;text-transform:lowercase}@media(max-width:768px){.hero-title{font-size:120px}.hero-cookie-top{width:60px}.hero-cloud-area{justify-content:center;padding-right:0;padding-top:60px}.hero-cloud img{width:320px}.trybite-title{font-size:50px;gap:12px}.trybite-gap{width:90px;height:90px}.trybite-subtitle{font-size:22px}}.hero-cookie-top{width:320px;filter:drop-shadow(0 18px 35px rgba(0,0,0,.18))}.choose-flavor{position:relative;background:#fff6cc;padding:120px 80px;text-align:center;overflow:hidden}.choose-title{font-size:64px;color:#f3a6c8;margin-bottom:80px;text-transform:lowercase;position:relative;z-index:2}.choose-flavor:before,.choose-flavor:after{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:1;animation:floatSugar 26s ease-in-out infinite}.choose-flavor:before{width:22px;height:22px;top:22%;left:10%;background:#f3a6c859}.choose-flavor:after{width:30px;height:30px;bottom:16%;right:12%;background:#e8a9c247;animation-duration:32s}@keyframes floatSugar{0%{transform:translate(0)}50%{transform:translate(14px,-22px)}to{transform:translate(0)}}.flavor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:70px 40px;position:relative;z-index:2}.flavor-card{background:#ffffffa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:28px;padding:28px 22px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 14px 32px #00000014,inset 0 1px #fff9;transition:transform .35s ease,box-shadow .35s ease}.flavor-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 26px 55px #0000001f,inset 0 1px #ffffffb3}.cookie-img-wrap{width:160px;height:160px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.cookie-img-wrap img{width:140px;transition:transform .4s ease,filter .4s ease}.flavor-card:hover .cookie-img-wrap img{transform:scale(1.08) rotate(-2deg);filter:drop-shadow(0 12px 22px rgba(0,0,0,.25))}.flavor-card h3{font-size:22px;margin:10px 0 6px}.flavor-card .desc{font-family:Poppins,sans-serif;font-size:14px;color:#6d625c;line-height:1.6;margin-bottom:18px;max-width:200px}.actions{display:flex;align-items:center;justify-content:center;gap:14px}.qty{display:flex;align-items:center;gap:8px;background:#fff;padding:6px 10px;border-radius:20px;box-shadow:0 4px 10px #00000014}.qty button{width:26px;height:26px;background:#f3a6c8;color:#fff;border-radius:50%;border:none;cursor:pointer;font-size:14px;font-family:Poppins,sans-serif}.qty span{min-width:16px;text-align:center;font-family:Poppins,sans-serif;font-size:14px}.add-btn{width:52px;height:52px;background:#f3a6c8;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px #f3a6c873;transition:transform .25s ease,box-shadow .25s ease}.add-btn img{width:26px}.add-btn:hover{transform:scale(1.12);box-shadow:0 10px 24px #f3a6c899}.order-intro{height:100vh;width:100%;background:#fff6cc;display:flex;align-items:center;justify-content:center}.click-order-btn{width:300px;max-width:80%;cursor:pointer;transition:transform .3s ease}.click-order-btn:hover{transform:scale(1.08)}.video-wrapper{position:relative;width:90%;max-width:900px}.video-wrapper video{width:100%;border-radius:20px;box-shadow:0 20px 60px #00000040}.skip-btn{position:absolute;top:-50px;right:0;background:#000;color:#fff;border:none;padding:8px 16px;border-radius:18px;font-family:Poppins,sans-serif;cursor:pointer;font-size:14px}@media(max-width:768px){.choose-flavor{padding:80px 24px}.choose-title{font-size:40px;margin-bottom:60px}.cookie-img-wrap{width:140px;height:140px}.cookie-img-wrap img{width:120px}.flavor-card:hover{transform:none}.choose-flavor:before,.choose-flavor:after{display:none}.click-order-btn{width:220px}.video-wrapper{width:95%}.skip-btn{top:-38px;font-size:13px}.mix-card{border:2px dashed rgba(243,166,200,.6);background:linear-gradient(145deg,#ffffffd9,#fff0fa99);position:relative}.mix-card:before{content:"BEST SELLER";position:absolute;top:18px;right:-40px;background:#f3a6c8;color:#fff;font-size:11px;font-family:Poppins,sans-serif;padding:6px 40px;transform:rotate(45deg);letter-spacing:1px;box-shadow:0 4px 12px #f3a6c880}.mix-selectors{display:flex;align-items:center;justify-content:center;gap:12px;margin:14px 0 18px}.mix-selectors select{padding:8px 12px;border-radius:18px;border:1px solid rgba(243,166,200,.5);background:#fff;font-family:Poppins,sans-serif;font-size:13px;cursor:pointer;transition:all .25s ease}.mix-selectors select:hover{border-color:#f3a6c8;box-shadow:0 4px 10px #f3a6c840}.mix-selectors select:focus{outline:none;border-color:#f3a6c8;box-shadow:0 0 0 3px #f3a6c833}.plus-divider{font-size:18px;font-weight:700;color:#f3a6c8}.mix-add{margin-top:8px}.mix-add:hover{transform:scale(1.15) rotate(-5deg);box-shadow:0 12px 28px #f3a6c8a6}}.about-section{width:100%;min-height:100vh;background:#e7a9bf;display:flex;align-items:center;justify-content:center;padding:120px 24px}.about-card{max-width:900px;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:28px;padding:60px 56px;box-shadow:0 30px 60px #00000026;color:#2d2a26}.about-title{font-size:56px;margin-bottom:32px;text-align:center;color:#fff6cc;text-shadow:0 6px 0 rgba(0,0,0,.15)}.about-card p{font-size:20px;line-height:1.9;margin-bottom:22px;color:#fffdf6}.about-highlight{font-size:24px;text-align:center;margin:40px 0;color:#fff6cc}.about-ending{font-size:22px;text-align:center;margin-top:36px;color:#fffdf6}.about-ending em{color:#fff6cc;font-style:normal}@media(max-width:768px){.about-section{padding:80px 16px}.about-card{padding:40px 24px;border-radius:22px}.about-title{font-size:38px}.about-card p{font-size:18px}.about-highlight{font-size:20px}.about-ending{font-size:19px}}.contact-section{width:100%;min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;padding:120px 20px 180px;overflow:visible}.contact-card{text-align:center;max-width:900px;width:100%;position:relative;z-index:3}.contact-logo{font-family:Hello-Kooky-Cloud,cursive;font-size:180px;color:#e7a9bf;margin-bottom:24px}.contact-name{font-family:Poppins,sans-serif;font-size:52px;font-weight:500;color:#e7a9bf;margin-bottom:8px}.contact-role{font-family:Poppins,sans-serif;font-size:20px;letter-spacing:2px;color:#7a6f68;margin-bottom:48px}.contact-info{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;margin-bottom:40px}.contact-item{display:flex;align-items:center;gap:12px;font-family:Poppins,sans-serif;font-size:20px;color:#7a6f68}.contact-item img{width:28px;height:28px}.contact-website{font-family:Poppins,sans-serif;font-size:22px;color:#e7a9bf;margin-top:20px}.contact-dish{position:absolute;width:260px;pointer-events:none;z-index:2;filter:drop-shadow(0 25px 40px rgba(0,0,0,.18))}.contact-dish.left{top:-120px;left:-140px}.contact-dish.right{top:-120px;right:-140px}.contact-dish.bottom-right{bottom:-140px;right:-180px}@media(max-width:768px){.contact-logo{font-size:100px}.contact-name{font-size:34px}.contact-role{font-size:16px;margin-bottom:32px}.contact-info{flex-direction:column;gap:20px}.contact-item{font-size:18px;justify-content:center}.contact-website{font-size:18px}.contact-dish{width:160px;filter:drop-shadow(0 18px 28px rgba(0,0,0,.2))}.contact-dish.left{top:-90px;left:-100px}.contact-dish.right{top:-90px;right:-100px}.contact-dish.bottom-right{bottom:-100px;right:-120px}}.oniro-footer{background:#e2b6c5;padding:40px 60px;font-family:Poppins,sans-serif;color:#fff}.footer-divider{width:100%;height:1px;background:#ffffff59;margin-bottom:70px}.footer-content{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:60px}.footer-contact{display:flex;flex-direction:column;gap:18px;text-align:left;font-size:15px}.contact-row{display:flex;align-items:center;gap:12px;opacity:.9}.contact-row svg{font-size:18px}.footer-site{margin-top:10px;font-size:14px;opacity:.7}.footer-quote{text-align:center;font-size:16px;line-height:1.8;letter-spacing:1px;opacity:.6}.footer-brand{text-align:right}.footer-logo{font-family:Hello-Kooky-Cloud,cursive;font-size:110px;color:#fff7da;line-height:1}@media(max-width:768px){.oniro-footer{padding:80px 24px}.footer-divider{margin-bottom:50px}.footer-content{grid-template-columns:1fr;gap:50px;text-align:center}.footer-contact{align-items:center;text-align:center}.contact-row{justify-content:center}.footer-brand{text-align:center}.footer-logo{font-size:90px}}.our-products{padding:160px 6vw 120px;background:#fff6cc;min-height:100vh}.our-products-title{font-family:Hello-Kooky-Cloud,cursive;font-size:64px;text-align:center;margin-bottom:90px;color:#2a2a2a}.products-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:50px}.product-card{background:#fff;border-radius:32px;padding:30px 26px 36px;text-align:center;box-shadow:0 20px 40px #00000014;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #0000001f}.product-card img{width:180px;max-width:100%;height:auto;margin-bottom:22px}.product-card h3{font-family:Hello-Kooky-Cloud,cursive;font-size:26px;margin-bottom:14px;color:#2a2a2a}.product-card p{font-family:Poppins,sans-serif;font-size:14px;line-height:1.6;color:#555}@media(max-width:768px){.our-products{padding:140px 5vw 100px}.our-products-title{font-size:48px;margin-bottom:60px}.product-card img{width:140px}.product-card h3{font-size:22px}}.how-baking{min-height:100vh;background:#fff6cc;padding:120px 20px 140px;display:flex;flex-direction:column;align-items:center;text-align:center}.how-title{font-family:Hello-Kooky-Cloud,cursive;font-size:64px;color:#5b504a;margin-bottom:20px;animation:floatIn 1s ease forwards}.how-intro{max-width:700px;font-family:Poppins,sans-serif;font-size:18px;color:#7a6f67;line-height:1.8;margin-bottom:90px;opacity:0;animation:fadeUp 1s ease forwards;animation-delay:.3s}.baking-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:50px;max-width:1100px;width:100%}.step{background:#ffffffb3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:28px;padding:40px 30px;box-shadow:0 18px 40px #00000014;transform:translateY(40px);opacity:0;animation:stepReveal .9s ease forwards}.step:nth-child(1){animation-delay:.2s}.step:nth-child(2){animation-delay:.4s}.step:nth-child(3){animation-delay:.6s}.step:nth-child(4){animation-delay:.8s}.step:nth-child(5){animation-delay:1s}.step h3{font-family:Hello-Kooky-Cloud,cursive;font-size:28px;color:#e8a9c2;margin-bottom:14px}.step p{font-family:Poppins,sans-serif;font-size:15px;color:#6d625c;line-height:1.7}.step:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 30px 60px #0000001f}@keyframes fadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes floatIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes stepReveal{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.how-title{font-size:48px}.how-intro{font-size:16px;margin-bottom:60px}.step{padding:30px 24px}}
