@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Barlow+Condensed:wght@600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--orange: #F97316;--orange-dark: #EA6C0A;--orange-light: #FED7AA;--black: #0F0F0F;--dark: #1A1A1A;--dark-2: #242424;--dark-3: #2E2E2E;--gray: #6B7280;--gray-light: #9CA3AF;--white: #FFFFFF;--off-white: #F9FAFB;--border: rgba(255,255,255,.08)}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:var(--black);color:var(--white);line-height:1.6;min-height:100vh;margin:0}#root{min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}h1,h2,h3,h4,h5{font-family:Barlow Condensed,sans-serif;line-height:1.1;letter-spacing:.01em}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--orange);color:var(--white);font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;padding:.75rem 1.75rem;border-radius:6px;border:none;cursor:pointer;transition:background .2s,transform .15s;text-decoration:none}.btn-primary:hover{background:var(--orange-dark);transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--white);font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;padding:.75rem 1.75rem;border-radius:6px;border:2px solid rgba(255,255,255,.3);cursor:pointer;transition:border-color .2s,background .2s;text-decoration:none}.btn-outline:hover{border-color:var(--orange);color:var(--orange)}.section-label{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--white);margin-bottom:1rem}.section-subtitle{font-size:1.05rem;color:var(--gray-light);max-width:600px;line-height:1.7}.page-wrapper{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:background .3s,box-shadow .3s,padding .3s;background:transparent}.navbar.scrolled{background:#0f0f0ff7;box-shadow:0 2px 20px #0006;padding:.65rem 0}.navbar-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.navbar-logo img{height:58px;width:auto;object-fit:contain;display:block}.navbar-links{display:flex;align-items:center;gap:2rem}.navbar-links a{font-size:.92rem;font-weight:500;color:#fffc;transition:color .2s;position:relative}.navbar-links a:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:2px;background:var(--orange);transform:scaleX(0);transition:transform .2s}.navbar-links a:hover,.navbar-links a.active{color:var(--white)}.navbar-links a.active:after,.navbar-links a:hover:after{transform:scaleX(1)}.navbar-links .nav-cta:after{display:none}.navbar-links .nav-cta{color:var(--white);padding:.55rem 1.3rem;font-size:.88rem}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:transform .3s,opacity .3s}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.hamburger{display:flex}.navbar-links{position:fixed;top:0;right:-100%;bottom:0;width:75%;max-width:300px;background:var(--dark);flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:1.5rem;transition:right .3s ease;box-shadow:-4px 0 30px #00000080}.navbar-links.open{right:0}.navbar-links a{font-size:1.1rem}.navbar-links .nav-cta{width:100%;justify-content:center;margin-top:.5rem}}.footer{background:var(--dark);border-top:1px solid var(--border);margin-top:auto}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding:4rem 1.5rem}.footer-logo-link{display:inline-block;margin-bottom:1rem}.footer-logo-img{height:64px;width:auto;object-fit:contain}.footer-brand p{font-size:.9rem;color:var(--gray-light);line-height:1.7;margin-bottom:1.25rem}.footer-social{display:flex;gap:.75rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--dark-3);border-radius:8px;color:var(--gray-light);transition:background .2s,color .2s}.footer-social a:hover{background:var(--orange);color:var(--white)}.footer-links h4,.footer-contact h4{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:1.25rem;letter-spacing:.05em;text-transform:uppercase}.footer-links ul,.footer-contact ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-links li a,.footer-links li span{font-size:.9rem;color:var(--gray-light);transition:color .2s}.footer-links li a:hover{color:var(--orange)}.footer-contact li{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:var(--gray-light)}.footer-contact li svg{flex-shrink:0;margin-top:2px;color:var(--orange)}.footer-contact li a{color:var(--gray-light);transition:color .2s}.footer-contact li a:hover{color:var(--orange)}.footer-bottom{border-top:1px solid var(--border);padding:1.25rem 1.5rem;text-align:center}.footer-bottom p{font-size:.82rem;color:var(--gray)}@media(max-width:900px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}}@media(max-width:480px){.footer-inner{grid-template-columns:1fr;padding:2.5rem 1.5rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(to bottom right,#000000d9,#f9731626),url(https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1600&q=80) center / cover no-repeat;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0f0f0feb 50%,#f9731614)}.hero-content{position:relative;z-index:1;padding-top:7rem;padding-bottom:5rem;max-width:760px}.hero-content h1{font-size:clamp(3.2rem,7vw,5.5rem);font-weight:800;line-height:1.05;margin:.75rem 0 1.25rem;color:var(--white)}.hero-accent{color:var(--orange)}.hero-content p{font-size:1.2rem;color:#ffffffb8;line-height:1.75;max-width:560px;margin-bottom:2.25rem}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:1}.scroll-dot{width:6px;height:6px;background:var(--orange);border-radius:50%;animation:bounce 1.8s infinite}@keyframes bounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(8px);opacity:.5}}.brands-bar{background:var(--dark-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.5rem 0}.brands-inner{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.brands-label{font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gray);white-space:nowrap}.brands-list{display:flex;gap:1rem;flex-wrap:wrap;flex:1}.brand-pill{display:flex;align-items:center;gap:.5rem;background:var(--dark-3);border:1px solid var(--border);border-radius:6px;padding:.45rem 1rem}.brand-pill strong{font-size:.88rem;font-weight:800;color:var(--orange);letter-spacing:.08em}.brand-pill span{font-size:.82rem;color:var(--gray-light)}.features-section{padding:6rem 0;background:var(--black)}.section-header{margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.feature-card{background:var(--dark-2);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:border-color .2s,transform .2s}.feature-card:hover{border-color:var(--orange);transform:translateY(-4px)}.feature-icon{width:52px;height:52px;background:#f973161f;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--orange);margin-bottom:1.25rem}.feature-card h3{font-size:1.15rem;font-weight:700;color:var(--white);margin-bottom:.6rem;font-family:Inter,sans-serif}.feature-card p{font-size:.9rem;color:var(--gray-light);line-height:1.65}.categories-section{padding:6rem 0;background:var(--dark-2)}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.category-card{background:var(--dark-3);border:1px solid var(--border);border-radius:12px;padding:1.75rem 1.5rem;cursor:pointer;transition:border-color .2s,transform .2s,background .2s;display:block;text-decoration:none}.category-card:hover{border-color:var(--orange);transform:translateY(-4px);background:#f973160f}.category-emoji{font-size:2rem;margin-bottom:.85rem;line-height:1}.category-card h3{font-size:1.05rem;font-weight:700;color:var(--white);margin-bottom:.4rem;font-family:Inter,sans-serif}.category-card p{font-size:.83rem;color:var(--gray-light);line-height:1.55;margin-bottom:1rem}.category-cta{display:flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;color:var(--orange)}.reviews-section{padding:6rem 0;background:var(--black)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.review-card{background:var(--dark-2);border:1px solid var(--border);border-radius:12px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .2s}.review-card:hover{border-color:#f9731666}.review-stars{display:flex;gap:.2rem;color:var(--orange)}.review-text{font-size:.92rem;color:var(--gray-light);line-height:1.65;flex:1}.review-author{display:flex;flex-direction:column;gap:.15rem}.review-author strong{font-size:.88rem;color:var(--white);font-family:Inter,sans-serif}.review-author span{font-size:.78rem;color:var(--gray)}.cta-banner{background:linear-gradient(135deg,var(--orange) 0%,#c2510a 100%);padding:5rem 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cta-text h2{font-size:clamp(1.8rem,3vw,2.5rem);color:var(--white);margin-bottom:.6rem}.cta-text p{font-size:1rem;color:#ffffffd1;max-width:500px}.cta-actions{display:flex;gap:1rem;flex-wrap:wrap}.cta-banner .btn-primary{background:var(--white);color:var(--orange)}.cta-banner .btn-primary:hover{background:#ffffffe6}.cta-banner .btn-outline{border-color:#fff9;color:var(--white)}.cta-banner .btn-outline:hover{border-color:var(--white);background:#ffffff1a}@media(max-width:900px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hero-content h1{font-size:2.4rem}.reviews-grid{grid-template-columns:1fr}.cta-inner{flex-direction:column;text-align:center}.cta-actions{justify-content:center}.brands-inner{flex-direction:column;align-items:flex-start}}.products-page{padding-top:80px}.products-section{padding:4rem 0 5rem}.brands-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.brand-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:var(--dark-2);border:1px solid var(--border);border-radius:12px;padding:2.5rem 1.5rem;text-decoration:none;color:inherit;transition:border-color .2s,transform .2s,background .2s;min-height:180px}.brand-card:hover{border-color:var(--orange);transform:translateY(-4px);background:#f973160f}.brand-card-abbr{font-family:Barlow Condensed,sans-serif;font-size:1.8rem;font-weight:800;color:var(--orange);letter-spacing:.1em}.brand-card-name{font-size:1rem;color:var(--gray-light);font-weight:500}.brand-card-cta{font-size:.85rem;font-weight:600;color:var(--orange);margin-top:.5rem}.products-bottom-cta{padding:4rem 0;background:var(--dark-2);border-top:1px solid var(--border)}.bottom-cta-box{background:linear-gradient(135deg,#f973161f,#f973160a);border:1px solid rgba(249,115,22,.3);border-radius:16px;padding:3rem;text-align:center;max-width:600px;margin:0 auto}.bottom-cta-box h2{font-size:2rem;color:var(--white);margin-bottom:.75rem}.bottom-cta-box p{color:var(--gray-light);margin-bottom:1.75rem;line-height:1.65}@media(max-width:768px){.brands-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.brands-grid{grid-template-columns:1fr}}.about-page{padding-top:80px}.about-mission{padding:6rem 0;background:var(--black)}.about-mission-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.about-mission-text p{font-size:.97rem;color:var(--gray-light);line-height:1.75;margin-bottom:1rem}.about-mission-text p strong{color:var(--white)}.about-mission-text p em{color:var(--orange);font-style:normal}.about-mission-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.stat-card{background:var(--dark-2);border:1px solid var(--border);border-radius:12px;padding:2rem 1.5rem;text-align:center;transition:border-color .2s}.stat-card:hover{border-color:var(--orange)}.stat-value{font-family:Barlow Condensed,sans-serif;font-size:2.8rem;font-weight:800;color:var(--orange);line-height:1;margin-bottom:.4rem}.stat-label{font-size:.85rem;color:var(--gray-light);font-weight:500}.about-values{padding:6rem 0;background:var(--dark-2)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.value-card{background:var(--dark-3);border:1px solid var(--border);border-radius:12px;padding:2.25rem 2rem;transition:border-color .2s,transform .2s}.value-card:hover{border-color:var(--orange);transform:translateY(-4px)}.value-icon{width:52px;height:52px;background:#f973161f;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--orange);margin-bottom:1.25rem}.value-card h3{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:.6rem}.value-card p{font-size:.9rem;color:var(--gray-light);line-height:1.65}.about-location{padding:6rem 0;background:var(--black)}.about-location-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.location-details{list-style:none;display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.location-details li{display:flex;gap:1rem;align-items:flex-start}.location-details li svg{color:var(--orange);flex-shrink:0;margin-top:2px}.location-details li div{display:flex;flex-direction:column;gap:.2rem}.location-details li strong{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray)}.location-details li span,.location-details li a{font-size:.97rem;color:var(--white)}.location-details li a:hover{color:var(--orange)}.location-map{border-radius:12px;overflow:hidden;border:1px solid var(--border);height:360px}.location-map iframe{width:100%;height:100%;border:none;filter:grayscale(40%) brightness(.85)}@media(max-width:900px){.about-mission-inner,.about-location-inner{grid-template-columns:1fr;gap:2.5rem}.values-grid{grid-template-columns:1fr}.location-map{height:280px}}@media(max-width:600px){.about-mission-stats{grid-template-columns:1fr 1fr}}.contact-page{padding-top:80px}.page-hero{background:var(--dark-2);border-bottom:1px solid var(--border);padding:4rem 0 3rem}.contact-section{padding:4rem 0 6rem;background:var(--black)}.contact-inner{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.contact-form-wrap{background:var(--dark-2);border:1px solid var(--border);border-radius:16px;padding:2.5rem}.inquiry-form h2{font-size:1.6rem;color:var(--white);margin-bottom:.4rem}.form-subtitle{font-size:.9rem;color:var(--gray-light);margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.25rem}.form-group label{font-size:.82rem;font-weight:600;color:var(--gray-light);letter-spacing:.02em}.form-group input,.form-group textarea,.form-group select{background:var(--dark-3);border:1px solid var(--border);border-radius:8px;color:var(--white);font-family:Inter,sans-serif;font-size:.93rem;padding:.75rem 1rem;outline:none;transition:border-color .2s;resize:vertical}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-section-label{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--orange);margin:1.5rem 0 .75rem}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--orange)}.submit-btn{width:100%;justify-content:center;padding:.9rem;font-size:1rem;margin-top:.5rem}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--white);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.form-error{display:flex;align-items:center;gap:.6rem;background:#ef44441a;border:1px solid rgba(239,68,68,.35);border-radius:8px;color:#fca5a5;font-size:.88rem;padding:.75rem 1rem;margin-bottom:.5rem}.success-message{text-align:center;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.success-icon{width:72px;height:72px;background:#22c55e1f;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#22c55e;margin-bottom:.5rem}.success-message h2{font-size:2rem;color:var(--white)}.success-message p{color:var(--gray-light);font-size:.97rem;line-height:1.65;max-width:420px}.success-message strong{color:var(--white)}.contact-sidebar{display:flex;flex-direction:column;gap:1.25rem}.sidebar-card{background:var(--dark-2);border:1px solid var(--border);border-radius:12px;padding:1.75rem}.sidebar-card h3{font-family:Inter,sans-serif;font-size:1rem;font-weight:700;color:var(--white);margin-bottom:1.25rem}.contact-info-list{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.contact-info-list li{display:flex;gap:.9rem;align-items:flex-start}.info-icon{width:38px;height:38px;background:#f973161f;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--orange);flex-shrink:0}.contact-info-list li div{display:flex;flex-direction:column;gap:.15rem}.info-label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray)}.contact-info-list li a,.contact-info-list li span{font-size:.92rem;color:var(--white);line-height:1.5}.contact-info-list li a:hover{color:var(--orange)}.sidebar-note{display:flex;align-items:flex-start;gap:.85rem;background:#f973160f;border-color:#f9731633}.note-icon{color:var(--orange);flex-shrink:0;margin-top:2px}.sidebar-note p{font-size:.88rem;color:var(--gray-light);line-height:1.6}.sidebar-note strong{color:var(--white)}.sidebar-facebook p{font-size:.85rem;color:var(--gray-light);margin-bottom:.75rem}.fb-link{display:flex;align-items:center;gap:.6rem;color:#4f9cf9;font-size:.9rem;font-weight:600;transition:color .2s}.fb-link:hover{color:#3b82f6}@media(max-width:900px){.contact-inner{grid-template-columns:1fr}.contact-sidebar{order:-1}}@media(max-width:560px){.form-row{grid-template-columns:1fr}.contact-form-wrap{padding:1.5rem}}
