.site-layout{--primary-color:#e63946;--primary-dark:#c1121f;--primary-light:#ff6b6b;--secondary-color:#f4a261;--accent-color:#2a9d8f;--text-dark:#1d3557;--text-light:#457b9d;--text-muted:#6b7280;--bg-light:#f8f9fa;--bg-white:#fff;--bg-gray:#f1f3f5;--border-color:#e9ecef;--shadow-sm:0 1px 3px rgba(0,0,0,0.08);--shadow-md:0 4px 12px rgba(0,0,0,0.1);--shadow-lg:0 8px 24px rgba(0,0,0,0.12);--shadow-primary:0 4px 14px rgba(230,57,70,0.3);--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--container-max:1200px;--nav-height:72px}.site-layout *,.site-layout :after,.site-layout :before{margin:0;padding:0;box-sizing:border-box}.site-layout img{max-width:100%;height:auto;display:block}.site-layout a{text-decoration:none;color:inherit}.site-layout ol,.site-layout ul{list-style:none}.site-layout button{font-family:inherit}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{text-align:center;margin-bottom:50px}.section-title h2{font-size:2.25rem;font-weight:700;color:var(--text-dark);margin-bottom:12px;position:relative;display:inline-block}.section-title h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:2px}.section-title p{color:var(--text-muted);font-size:1.05rem;margin-top:20px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;border-radius:var(--radius-md);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;border:none}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:var(--bg-white);box-shadow:var(--shadow-primary)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(230,57,70,.4)}.btn-secondary{background-color:var(--bg-white);color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background-color:var(--primary-color);color:var(--bg-white)}.btn-outline{background:transparent;color:var(--bg-white);border:2px solid var(--bg-white)}.btn-outline:hover{background-color:var(--bg-white);color:var(--primary-color)}.btn-lg{padding:16px 40px;font-size:1.1rem}.navbar{position:fixed;top:0;left:0;right:0;height:var(--nav-height);background-color:hsla(0,0%,100%,.98);backdrop-filter:blur(10px);z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1);border-bottom:1px solid transparent}.navbar.scrolled{box-shadow:var(--shadow-sm);border-bottom-color:var(--border-color)}.nav-container{max-width:var(--container-max);height:100%;margin:0 auto;padding:0 20px;justify-content:space-between}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{gap:10px;font-size:1.4rem;font-weight:800;color:var(--primary-color)}.nav-logo img{height:44px;width:auto}.nav-logo span{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;align-items:center;gap:8px}.nav-menu a{position:relative;padding:8px 18px;font-size:.95rem;font-weight:500;color:var(--text-dark);border-radius:var(--radius-sm);cursor:pointer}.nav-menu a.router-link-active,.nav-menu a:hover{color:var(--primary-color)}.nav-menu a:after{content:"";position:absolute;bottom:2px;left:50%;transform:translateX(-50%) scaleX(0);width:20px;height:3px;background:var(--primary-color);border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-menu a.router-link-active:after,.nav-menu a:hover:after{transform:translateX(-50%) scaleX(1)}.nav-menu a.nav-download{display:inline-flex;align-items:center;gap:4px;padding:8px 16px;border-radius:999px;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff!important;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-menu a.nav-download:hover{transform:translateY(-1px);box-shadow:var(--shadow-primary);color:#fff!important}.nav-menu a.nav-download:after{display:none}.nav-cta{margin-left:12px}.nav-cta .btn{padding:10px 24px;font-size:.9rem}.mobile-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;border-radius:var(--radius-sm);background:transparent;cursor:pointer;z-index:1001;border:none;padding:0}.mobile-toggle span{display:block;width:24px;height:3px;background-color:var(--text-dark);border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);margin:2px 0}.mobile-toggle.active span:first-child{transform:translateY(7px) rotate(45deg)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:998;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.menu-overlay.active{opacity:1;visibility:visible}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:var(--nav-height);background:linear-gradient(135deg,#fff5f5,#fff 40%,#fff8f0);overflow:hidden}.hero:before{top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(230,57,70,.08) 0,transparent 70%)}.hero:after,.hero:before{content:"";position:absolute;border-radius:50%}.hero:after{bottom:-150px;left:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(244,162,97,.1) 0,transparent 70%)}.hero-content{position:relative;z-index:2;max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background-color:rgba(230,57,70,.1);color:var(--primary-color);border-radius:50px;font-size:.9rem;font-weight:500;margin-bottom:24px}.hero-badge .dot{width:8px;height:8px;background:var(--primary-color);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.15;color:var(--text-dark);margin-bottom:20px}.hero h1 .highlight{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .subtitle{font-size:1.2rem;color:var(--text-light);margin-bottom:36px;line-height:1.8}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-image{position:relative;z-index:1;flex:1;display:flex;justify-content:center;align-items:center}.hero-image .hero-img-wrapper{position:relative;width:100%;max-width:500px}.hero-image .food-icon{position:absolute;font-size:3rem;animation:float 3s ease-in-out infinite}.hero-image .food-icon:first-child{top:10%;left:0;animation-delay:0s}.hero-image .food-icon:nth-child(2){top:30%;right:5%;animation-delay:.5s}.hero-image .food-icon:nth-child(3){bottom:20%;left:10%;animation-delay:1s}.hero-image .food-icon:nth-child(4){bottom:10%;right:15%;animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.hero-stats{display:flex;gap:40px;margin-top:60px;flex-wrap:wrap}.hero-stat{text-align:center}.hero-stat .number{font-size:2.5rem;font-weight:800;color:var(--primary-color);line-height:1}.hero-stat .label{font-size:.9rem;color:var(--text-muted);margin-top:6px}.features{background-color:var(--bg-light)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature-card{background:var(--bg-white);border-radius:var(--radius-lg);padding:36px 28px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--border-color)}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:transparent}.feature-icon{width:72px;height:72px;margin:0 auto 20px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:2rem;background:linear-gradient(135deg,rgba(230,57,70,.1),rgba(244,162,97,.1))}.feature-card h3{font-size:1.2rem;font-weight:700;color:var(--text-dark);margin-bottom:10px}.feature-card p{font-size:.95rem;color:var(--text-muted);line-height:1.7}.about{background-color:var(--bg-white)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-text h2{font-size:2.25rem;font-weight:800;color:var(--text-dark);margin-bottom:20px}.about-text .subtitle{color:var(--primary-color);font-weight:600;font-size:1rem;margin-bottom:10px;letter-spacing:1px}.about-text>p{color:var(--text-light);font-size:1rem;line-height:1.9;margin-bottom:20px}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:30px 0}.about-feature{display:flex;align-items:flex-start;gap:10px}.about-feature .check-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;background-color:var(--accent-color);color:var(--bg-white);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;margin-top:2px}.about-feature span{font-size:.95rem;color:var(--text-dark);font-weight:500}.about-image{position:relative}.about-img-wrapper{position:relative;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:1.33333333;background:linear-gradient(135deg,#ffd6d6,#ffe8cc);display:flex;align-items:center;justify-content:center}.about-img-wrapper .big-icon{font-size:8rem}.about-img-decoration{position:absolute;width:120px;height:120px;background:var(--primary-color);border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--bg-white);bottom:-30px;left:-30px;box-shadow:var(--shadow-lg)}.about-img-decoration .years{font-size:2rem;font-weight:800;line-height:1}.about-img-decoration .text{font-size:.85rem;margin-top:4px}.products{background-color:var(--bg-light)}.products-filter{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}.filter-btn{padding:10px 24px;border-radius:50px;font-size:.9rem;font-weight:500;background-color:var(--bg-white);color:var(--text-dark);border:1px solid var(--border-color);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit}.filter-btn.active,.filter-btn:hover{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:var(--bg-white);border-color:transparent}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product-card{background:var(--bg-white);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--border-color)}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.product-img{position:relative;height:240px;background:linear-gradient(135deg,#fff5f5,#fff8f0);display:flex;align-items:center;justify-content:center;font-size:6rem;overflow:hidden}.product-tag{position:absolute;top:16px;left:16px;padding:6px 14px;background:var(--primary-color);color:var(--bg-white);border-radius:50px;font-size:.75rem;font-weight:600}.product-info{padding:24px}.product-info h3{font-size:1.2rem;font-weight:700;color:var(--text-dark);margin-bottom:8px}.product-info p{font-size:.9rem;color:var(--text-muted);line-height:1.7;margin-bottom:16px;min-height:48px}.product-footer{display:flex;align-items:center;justify-content:flex-end;padding-top:16px;border-top:1px solid var(--border-color)}.product-link{padding:8px 18px;background-color:rgba(230,57,70,.1);color:var(--primary-color);border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;cursor:pointer}.product-link:hover{background:var(--primary-color);color:var(--bg-white)}.cta-section{position:relative;padding:100px 0;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));overflow:hidden}.cta-section:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);border-radius:50%}.cta-content{position:relative;z-index:1;text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-size:2.5rem;font-weight:800;color:var(--bg-white);margin-bottom:16px}.cta-content p{font-size:1.1rem;color:hsla(0,0%,100%,.9);margin-bottom:36px}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.contact{background-color:var(--bg-white)}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px}.contact-info h3{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:16px}.contact-info>p{color:var(--text-muted);margin-bottom:30px;line-height:1.8}.contact-list{display:flex;flex-direction:column;gap:20px}.contact-item{display:flex;align-items:flex-start;gap:16px}.contact-icon{width:48px;height:48px;border-radius:var(--radius-md);background:linear-gradient(135deg,rgba(230,57,70,.1),rgba(244,162,97,.1));display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.contact-text h4{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:4px}.contact-text a,.contact-text p{font-size:.95rem;color:var(--text-muted);line-height:1.6}.contact-text a:hover{color:var(--primary-color)}.contact-form{background:var(--bg-light);padding:40px;border-radius:var(--radius-xl)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group,.form-row{margin-bottom:16px}.form-group label{display:block;font-size:.9rem;font-weight:600;color:var(--text-dark);margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid var(--border-color);border-radius:var(--radius-md);font-size:.95rem;color:var(--text-dark);background-color:var(--bg-white);transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 4px rgba(230,57,70,.1);outline:none}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{width:100%;padding:14px}.footer{background-color:#1a1a2e;color:hsla(0,0%,100%,.8);padding:60px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px}.footer-brand{max-width:320px}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footer-logo img{height:40px}.footer-logo span{font-size:1.3rem;font-weight:800;color:var(--bg-white)}.footer-brand p{font-size:.9rem;line-height:1.8;color:hsla(0,0%,100%,.6);margin-bottom:20px}.social-links{display:flex;gap:12px}.social-link{width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.social-link:hover{background:var(--primary-color);transform:translateY(-3px)}.footer-col h4{font-size:1.05rem;font-weight:700;color:var(--bg-white);margin-bottom:20px}.footer-col ul{display:flex;flex-direction:column;gap:12px}.footer-col a,.footer-col li{font-size:.9rem;color:hsla(0,0%,100%,.6);cursor:pointer}.footer-col a:hover{color:var(--primary-light)}.footer-col li{cursor:default}.footer-bottom{padding:24px 0;border-top:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-bottom p{font-size:.85rem;color:hsla(0,0%,100%,.5)}.footer-links{display:flex;gap:24px;flex-wrap:wrap}.footer-links a{font-size:.85rem;color:hsla(0,0%,100%,.5);cursor:pointer}.footer-links a:hover{color:var(--primary-light)}.page-header{padding-top:calc(var(--nav-height) + 80px);padding-bottom:60px;background:linear-gradient(135deg,#fff5f5,#fff8f0);position:relative;overflow:hidden}.page-header:before{content:"";position:absolute;top:-150px;right:-150px;width:400px;height:400px;background:radial-gradient(circle,rgba(230,57,70,.06) 0,transparent 70%);border-radius:50%}.page-header-content{position:relative;z-index:1;text-align:center}.page-header h1{font-size:2.75rem;font-weight:800;color:var(--text-dark);margin-bottom:12px}.page-header .breadcrumb{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.95rem;color:var(--text-muted)}.page-header .breadcrumb a:hover{color:var(--primary-color);cursor:pointer}.page-header .breadcrumb .separator{color:var(--border-color)}.page-header .breadcrumb .current{color:var(--primary-color);font-weight:500}.mission-vision{background-color:var(--bg-light)}.mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.mv-card{background:var(--bg-white);padding:40px;border-radius:var(--radius-xl);border:1px solid var(--border-color)}.mv-card .mv-icon{width:64px;height:64px;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:20px}.mv-card h3{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:12px}.mv-card p{color:var(--text-muted);line-height:1.9}.team{background-color:var(--bg-white)}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.team-card{text-align:center}.team-avatar{width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,#ffd6d6,#ffe8cc);margin:0 auto 16px;display:flex;align-items:center;justify-content:center;font-size:3rem;border:4px solid var(--bg-white);box-shadow:var(--shadow-md)}.team-card h4{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:4px}.team-card .position{font-size:.9rem;color:var(--primary-color);font-weight:500}.values{background-color:var(--bg-light)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.value-card{background:var(--bg-white);padding:32px 28px;border-radius:var(--radius-lg);border-left:4px solid var(--primary-color);transition:all .3s cubic-bezier(.4,0,.2,1)}.value-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.value-card h4{font-size:1.2rem;font-weight:700;color:var(--text-dark);margin-bottom:10px}.value-card p{font-size:.95rem;color:var(--text-muted);line-height:1.8}.faq-item{background:var(--bg-white);border-radius:var(--radius-md);margin-bottom:16px;border:1px solid var(--border-color);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.faq-item:hover{border-color:var(--primary-color)}.faq-question{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:600;color:var(--text-dark)}.faq-arrow{transition:transform .3s cubic-bezier(.4,0,.2,1);color:var(--text-muted);font-size:.85rem}.faq-arrow.open{transform:rotate(180deg)}.faq-answer{padding:0 24px 20px;color:var(--text-muted);line-height:1.9}.faq-answer p{margin:0}.back-to-top{position:fixed;bottom:30px;right:30px;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:var(--bg-white);display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:var(--shadow-primary);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:999;border:none}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{transform:translateY(-4px)}@media (max-width:1200px){.site-layout{--container-max:960px}.hero h1{font-size:3rem}.features-grid,.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.site-layout{--container-max:720px;--nav-height:64px}.section{padding:60px 0}.hero h1{font-size:2.5rem}.hero .subtitle{font-size:1.05rem}.about-content{grid-template-columns:1fr;gap:40px}.about-image{order:-1;max-width:500px;margin:0 auto}.products-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr;gap:40px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:span 2;max-width:none}.mv-grid,.values-grid{grid-template-columns:1fr}.hero-image{display:none}.mobile-toggle{display:flex}.nav-menu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--bg-white);flex-direction:column;align-items:flex-start;padding:100px 24px 24px;gap:4px;box-shadow:-8px 0 24px rgba(0,0,0,.1);transition:right .4s cubic-bezier(.4,0,.2,1);z-index:999}.nav-menu.active{right:0}.nav-menu a{width:100%;padding:14px 16px;font-size:1rem}.nav-menu a:after{left:16px;transform:scaleX(0)}.season-switcher{margin:12px 0 4px}.nav-cta{margin-left:0;margin-top:16px}.nav-cta,.nav-cta .btn{width:100%}}@media (max-width:768px){.site-layout{--container-max:100%}html{font-size:15px}.section{padding:48px 0}.section-title h2{font-size:1.75rem}.hero{min-height:auto;padding:100px 0 60px}.hero h1{font-size:2rem}.hero .subtitle{font-size:1rem;margin-bottom:28px}.hero-stats{gap:24px;margin-top:40px}.hero-stat .number{font-size:1.8rem}.features-grid{grid-template-columns:1fr;gap:16px}.products-grid{grid-template-columns:1fr;gap:20px}.product-img{height:200px;font-size:5rem}.about-text h2{font-size:1.75rem}.about-features{grid-template-columns:1fr}.cta-section{padding:60px 0}.cta-content h2{font-size:1.75rem}.contact-form{padding:24px}.form-row{grid-template-columns:1fr;gap:0}.footer{padding:40px 0 0}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-brand{grid-column:span 1}.footer-bottom{flex-direction:column;text-align:center}.page-header{padding-top:calc(var(--nav-height) + 50px);padding-bottom:40px}.page-header h1{font-size:2rem}.team-grid{grid-template-columns:repeat(2,1fr);gap:20px}.team-avatar{width:100px;height:100px;font-size:2rem}.products-filter{gap:8px}.filter-btn{padding:8px 16px;font-size:.85rem}.btn-lg{padding:14px 28px;font-size:1rem}.back-to-top{bottom:20px;right:20px;width:42px;height:42px}}@media (max-width:480px){.hero h1{font-size:1.75rem}.hero-stats{justify-content:center}.nav-logo span{font-size:1.2rem}.team-grid{grid-template-columns:1fr 1fr}}.season-switcher{gap:4px;margin-left:8px;padding:4px;border-radius:50px;background:var(--bg-gray)}.season-pill,.season-switcher{display:flex;align-items:center}.season-pill{width:28px;height:28px;border-radius:50%;justify-content:center;font-size:.85rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.5}.season-pill:hover{opacity:1;transform:scale(1.15)}.season-pill.active{opacity:1;transform:scale(1.1);box-shadow:0 2px 8px rgba(0,0,0,.15)}.season-pill.spring.active{background:rgba(233,30,99,.15)}.season-pill.summer.active{background:rgba(0,131,143,.15)}.season-pill.autumn.active{background:rgba(230,81,0,.15)}.season-pill.winter.active{background:rgba(21,101,192,.15)}.season-pill.auto.active{background:hsla(0,0%,39.2%,.15)}.season-spring{--primary-color:#e91e63;--primary-dark:#ad1457;--primary-light:#f48fb1;--secondary-color:#66bb6a;--accent-color:#43a047;--shadow-primary:0 4px 14px rgba(233,30,99,0.3);--season-bg-tint:rgba(233,30,99,0.08);--season-bg-tint2:rgba(102,187,106,0.1);--season-hero-bg:linear-gradient(135deg,#fce4ec,#fff 40%,#e8f5e9);--season-header-bg:linear-gradient(135deg,#fce4ec,#e8f5e9);--season-card-bg:linear-gradient(135deg,#fce4ec,#e8f5e9);--season-img-bg:linear-gradient(135deg,#f8bbd0,#c8e6c9)}.season-summer{--primary-color:#00838f;--primary-dark:#005662;--primary-light:#4dd0e1;--secondary-color:#26c6da;--accent-color:#0288d1;--shadow-primary:0 4px 14px rgba(0,131,143,0.3);--season-bg-tint:rgba(0,131,143,0.08);--season-bg-tint2:rgba(38,198,218,0.1);--season-hero-bg:linear-gradient(135deg,#e0f7fa,#fff 40%,#e1f5fe);--season-header-bg:linear-gradient(135deg,#e0f7fa,#e1f5fe);--season-card-bg:linear-gradient(135deg,#e0f7fa,#e1f5fe);--season-img-bg:linear-gradient(135deg,#b2ebf2,#b3e5fc)}.season-autumn{--primary-color:#e65100;--primary-dark:#bf360c;--primary-light:#ffab40;--secondary-color:#ffa726;--accent-color:#d84315;--shadow-primary:0 4px 14px rgba(230,81,0,0.3);--season-bg-tint:rgba(230,81,0,0.08);--season-bg-tint2:rgba(255,167,38,0.1);--season-hero-bg:linear-gradient(135deg,#fff3e0,#fff 40%,#ffe0b2);--season-header-bg:linear-gradient(135deg,#fff3e0,#ffe0b2);--season-card-bg:linear-gradient(135deg,#fff3e0,#ffe0b2);--season-img-bg:linear-gradient(135deg,#ffcc80,#ffab91)}.season-winter{--primary-color:#1565c0;--primary-dark:#0d47a1;--primary-light:#64b5f6;--secondary-color:#42a5f5;--accent-color:#5c6bc0;--shadow-primary:0 4px 14px rgba(21,101,192,0.3);--season-bg-tint:rgba(21,101,192,0.08);--season-bg-tint2:rgba(66,165,245,0.1);--season-hero-bg:linear-gradient(135deg,#e3f2fd,#fff 40%,#e8eaf6);--season-header-bg:linear-gradient(135deg,#e3f2fd,#e8eaf6);--season-card-bg:linear-gradient(135deg,#e3f2fd,#e8eaf6);--season-img-bg:linear-gradient(135deg,#bbdefb,#c5cae9)}.season-autumn .hero,.season-spring .hero,.season-summer .hero,.season-winter .hero{background:var(--season-hero-bg)}.season-autumn .hero:before,.season-spring .hero:before,.season-summer .hero:before,.season-winter .hero:before{background:radial-gradient(circle,var(--season-bg-tint) 0,transparent 70%)}.season-autumn .hero:after,.season-spring .hero:after,.season-summer .hero:after,.season-winter .hero:after{background:radial-gradient(circle,var(--season-bg-tint2) 0,transparent 70%)}.season-autumn .hero-badge,.season-spring .hero-badge,.season-summer .hero-badge,.season-winter .hero-badge{background-color:var(--season-bg-tint)}.season-autumn .page-header,.season-spring .page-header,.season-summer .page-header,.season-winter .page-header{background:var(--season-header-bg)}.season-autumn .page-header:before,.season-spring .page-header:before,.season-summer .page-header:before,.season-winter .page-header:before{background:radial-gradient(circle,var(--season-bg-tint) 0,transparent 70%)}.season-autumn .feature-icon,.season-spring .feature-icon,.season-summer .feature-icon,.season-winter .feature-icon{background:linear-gradient(135deg,var(--season-bg-tint),var(--season-bg-tint2))}.season-autumn .product-img,.season-spring .product-img,.season-summer .product-img,.season-winter .product-img{background:var(--season-card-bg)}.season-autumn .contact-icon,.season-spring .contact-icon,.season-summer .contact-icon,.season-winter .contact-icon{background:linear-gradient(135deg,var(--season-bg-tint),var(--season-bg-tint2))}.season-autumn .about-img-wrapper,.season-autumn .team-avatar,.season-spring .about-img-wrapper,.season-spring .team-avatar,.season-summer .about-img-wrapper,.season-summer .team-avatar,.season-winter .about-img-wrapper,.season-winter .team-avatar{background:var(--season-img-bg)}.season-autumn .product-link,.season-spring .product-link,.season-summer .product-link,.season-winter .product-link{background-color:var(--season-bg-tint)}.season-autumn .form-group input:focus,.season-autumn .form-group select:focus,.season-autumn .form-group textarea:focus,.season-spring .form-group input:focus,.season-spring .form-group select:focus,.season-spring .form-group textarea:focus,.season-summer .form-group input:focus,.season-summer .form-group select:focus,.season-summer .form-group textarea:focus,.season-winter .form-group input:focus,.season-winter .form-group select:focus,.season-winter .form-group textarea:focus{box-shadow:0 0 0 4px var(--season-bg-tint)}.season-autumn .about-img-wrapper,.season-autumn .contact-icon,.season-autumn .feature-icon,.season-autumn .hero,.season-autumn .page-header,.season-autumn .product-img,.season-autumn .team-avatar,.season-spring .about-img-wrapper,.season-spring .contact-icon,.season-spring .feature-icon,.season-spring .hero,.season-spring .page-header,.season-spring .product-img,.season-spring .team-avatar,.season-summer .about-img-wrapper,.season-summer .contact-icon,.season-summer .feature-icon,.season-summer .hero,.season-summer .page-header,.season-summer .product-img,.season-summer .team-avatar,.season-winter .about-img-wrapper,.season-winter .contact-icon,.season-winter .feature-icon,.season-winter .hero,.season-winter .page-header,.season-winter .product-img,.season-winter .team-avatar{transition:background .6s ease}.site-layout{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1;padding-top:0}