:root{--bg-color: #FBF6EB;--title-color: #CD8054;--accent-color: #648262;--text-color: #333;--white: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Just Another Hand,cursive;font-weight:400;font-style:normal;background-color:var(--bg-color);color:var(--text-color);line-height:1.6;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;background-color:#fbf6ebf2;backdrop-filter:blur(10px);padding:1rem 2rem;z-index:1000;box-shadow:0 2px 10px #0000001a}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:2.5rem;font-weight:700;color:var(--accent-color);text-decoration:none}.navbar-menu{display:flex;list-style:none;gap:2rem}.navbar-menu a{color:var(--text-color);text-decoration:none;font-weight:500;font-size:1.6rem;transition:color .3s ease}.navbar-menu a:hover{color:var(--accent-color)}.navbar-toggle{display:none;flex-direction:column;background:transparent;border:none;cursor:pointer;padding:.5rem;gap:5px;z-index:1001}.navbar-toggle span{width:25px;height:3px;background-color:var(--accent-color);transition:all .3s ease;border-radius:2px}.navbar-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.navbar-toggle.active span:nth-child(2){opacity:0}.navbar-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.fullpage-container{width:100%;height:100vh;overflow-y:auto;scroll-snap-type:y mandatory}.section{min-height:100vh;scroll-snap-align:start;display:flex;flex-direction:column;justify-content:center;padding:5rem 2rem;position:relative}.section-content{max-width:1200px;margin:0 auto;width:100%}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-top:80px}.hero-image{width:100%;max-width:800px;margin:0 auto;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.hero-image img{width:100%;max-width:600px;height:auto;object-fit:contain;display:block;animation:gentleBounce 2.5s ease-in-out infinite}@keyframes gentleBounce{0%,to{transform:translateY(0) scale(1)}25%{transform:translateY(-8px) scale(.98)}50%{transform:translateY(0) scale(1.02)}75%{transform:translateY(-4px) scale(1)}}.hero-title{font-size:7rem;font-weight:700;color:var(--accent-color);margin-bottom:1rem}.hero-slogan{font-size:2.5rem;color:var(--text-color);font-style:italic}.section-title{font-size:5rem;color:var(--title-color);margin-bottom:2rem;text-align:center;font-weight:700}.section-subtitle{font-size:2rem;color:var(--text-color);margin-bottom:2rem;text-align:center}.about-content{text-align:center;max-width:800px;margin:0 auto}.about-text{font-size:1.9rem;line-height:1.8;color:var(--text-color)}.offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.offer-card{background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 4px 15px #0000001a;text-align:center;transition:transform .3s ease}.offer-card:hover{transform:translateY(-5px)}.offer-icon{font-size:3rem;margin-bottom:1rem}.offer-card h3{color:var(--accent-color);margin-bottom:1rem;font-size:2.5rem}.offer-card p{font-size:1.8rem}.target-content{text-align:center;max-width:800px;margin:0 auto}.target-text{font-size:1.9rem;line-height:1.8;color:var(--text-color)}.products-container{display:flex;flex-direction:column;gap:4rem}.product-item{display:flex;align-items:center;gap:3rem;background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 4px 15px #0000001a}.product-item.reverse{flex-direction:row-reverse}.product-image{flex:1;max-width:500px;height:400px;border-radius:15px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--white)}.product-image img{width:100%;height:100%;object-fit:contain;display:block}.product-description{flex:1}.product-description h3{color:var(--title-color);font-size:3rem;margin-bottom:1rem}.product-description p{font-size:1.9rem;line-height:1.8;color:var(--text-color)}.preorder-section{background:linear-gradient(135deg,var(--accent-color),var(--title-color));color:var(--white);text-align:center}.preorder-section .section-title{color:var(--white)}.preorder-content{max-width:600px;margin:0 auto}.preorder-form{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.preorder-input{padding:1rem;border:none;border-radius:10px;font-size:1.6rem;background:#ffffffe6;font-family:Just Another Hand,cursive}.preorder-button{padding:1rem 2rem;background:var(--white);color:var(--accent-color);border:none;border-radius:10px;font-size:1.8rem;font-weight:700;cursor:pointer;transition:transform .3s ease;font-family:Just Another Hand,cursive}.preorder-content p{font-size:1.8rem}.preorder-button:hover{transform:scale(1.05)}.footer{background-color:var(--accent-color);color:var(--white);padding:3rem 2rem;text-align:center}.footer-content{max-width:1200px;margin:0 auto}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;list-style:none}.footer-links a{color:var(--white);text-decoration:none;font-size:1.6rem;transition:opacity .3s ease}.footer-copyright p{font-size:1.5rem}.footer-links a:hover{opacity:.8}.footer-copyright{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.3)}@media(max-width:968px){.navbar-logo{font-size:2.2rem}.navbar-menu a{font-size:1.5rem}.hero-title{font-size:5rem}.hero-slogan{font-size:2rem}.section-title{font-size:4rem}.section-subtitle{font-size:1.7rem}.about-text,.target-text{font-size:1.6rem}.offer-card h3{font-size:2.1rem}.offer-card p{font-size:1.5rem}.product-description h3{font-size:2.7rem}.product-description p{font-size:1.6rem}.product-item{flex-direction:column!important;text-align:center}.product-image{max-width:100%;height:300px}.offer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.navbar-menu{gap:1rem}}@media(max-width:768px){.navbar{padding:1rem}.navbar-container{flex-direction:row;justify-content:space-between;align-items:center}.navbar-toggle{display:flex}.navbar-menu{position:fixed;top:70px;left:0;right:0;background-color:#fbf6ebfa;backdrop-filter:blur(10px);flex-direction:column;gap:0;padding:1rem 0;box-shadow:0 4px 10px #0000001a;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease,padding .3s ease}.navbar-menu.active{max-height:500px;opacity:1;padding:1rem 0}.navbar-menu li{width:100%;border-bottom:1px solid rgba(0,0,0,.05)}.navbar-menu li:last-child{border-bottom:none}.navbar-menu a{display:block;padding:1rem 2rem;text-align:left;width:100%}.navbar-menu a:hover{background-color:#6482621a}.section{padding:3rem 1rem;padding-top:100px}.hero-section{padding-top:120px}.navbar-logo{font-size:2rem}.navbar-menu a{font-size:1.4rem}.hero-title{font-size:4.5rem}.hero-slogan{font-size:1.8rem}.hero-image{margin-bottom:1rem}.hero-image img{max-width:100%}.section-title{font-size:3.5rem}.section-subtitle{font-size:1.6rem}.about-text,.target-text{font-size:1.5rem}.offer-card h3{font-size:2rem}.offer-card p{font-size:1.4rem}.offer-grid{grid-template-columns:1fr;gap:1.5rem}.offer-card{padding:1.5rem}.product-item{padding:1.5rem;gap:2rem}.product-image{height:250px}.product-description h3{font-size:2.3rem}.product-description p{font-size:1.5rem}.preorder-form{gap:.8rem}.preorder-content p{font-size:1.5rem}.preorder-input,.preorder-button{padding:.8rem;font-size:1.5rem}.footer-links a{font-size:1.5rem}.footer-copyright p{font-size:1.4rem}.footer-links{flex-direction:column;gap:1rem}}@media(max-width:480px){.navbar-logo{font-size:1.8rem}.navbar-menu a{font-size:1.3rem}.hero-title{font-size:3.5rem}.hero-slogan{font-size:1.5rem}.hero-image img{max-width:100%}.section-title{font-size:3rem}.section-subtitle{font-size:1.5rem}.about-text,.target-text{font-size:1.4rem}.product-description h3{font-size:2rem}.product-description p{font-size:1.4rem}.offer-card h3{font-size:1.9rem}.offer-card p{font-size:1.3rem}.offer-icon{font-size:3rem}.preorder-content p,.preorder-input,.preorder-button,.footer-links a{font-size:1.4rem}.footer-copyright p{font-size:1.3rem}}
