@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;min-height:100dvh;font-family:Plus Jakarta Sans,DM Sans,sans-serif;font-size:clamp(.875rem,2.5vw,1rem);font-weight:400;line-height:1.5;color:#f8f8fc;background-color:#0f0f1a;overflow-x:hidden}body::-webkit-scrollbar{width:8px;height:8px}body::-webkit-scrollbar-track{background:#2a2a3c;border-radius:9999px}body::-webkit-scrollbar-thumb{background:#52526b;border-radius:9999px}body::-webkit-scrollbar-thumb:hover{background:#686888}h1,h2,h3,h4,h5,h6{font-family:Clash Display,Space Grotesk,sans-serif;font-weight:700;line-height:1.1;letter-spacing:-.025em;color:#fff}h1{font-size:clamp(2.5rem,6vw,3.5rem)}@media (min-width: 768px){h1{font-size:clamp(3rem,8vw,5rem)}}h2{font-size:clamp(2rem,5vw,2.5rem)}@media (min-width: 768px){h2{font-size:clamp(2.5rem,6vw,3.5rem)}}h3{font-size:clamp(1.5rem,4vw,2rem)}h4{font-size:clamp(1.25rem,3.5vw,1.5rem)}h5{font-size:clamp(1.125rem,3vw,1.25rem)}h6{font-size:clamp(1rem,2.8vw,1.125rem)}p{color:#b3b3c6}p:not(:last-child){margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:color .15s ease}a:hover{color:#e85d04}strong,b{font-weight:600}small{font-size:clamp(.8125rem,2.2vw,.875rem)}ul,ol{list-style:none}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}img{font-style:italic;background-repeat:no-repeat;background-size:cover;shape-margin:.75rem}input,button,textarea,select{font:inherit;color:inherit}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;font:inherit;color:inherit;padding:0;cursor:pointer}button:focus{outline:none}button:focus-visible{outline:2px solid #E85D04;outline-offset:2px}input,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid #3D3D54;border-radius:.5rem;padding:.75rem 1rem;transition:border-color .15s ease,box-shadow .15s ease}input:focus,textarea:focus{outline:none;border-color:#e85d04;box-shadow:0 0 0 3px #e85d0433}input::placeholder,textarea::placeholder{color:#6e6e8a}table{border-collapse:collapse;border-spacing:0}::selection{background-color:#e85d04;color:#fff}:focus-visible{outline:2px solid #E85D04;outline-offset:2px}:focus:not(:focus-visible){outline:none}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 480px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.container{padding-left:2rem;padding-right:2rem}}.section{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.section{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1024px){.section{padding-top:6rem;padding-bottom:6rem}}.section-header{text-align:center;margin-bottom:2.5rem}@media (min-width: 768px){.section-header{margin-bottom:3rem}}.section-header h2{margin-bottom:1rem}.section-header h2 span{background:linear-gradient(135deg,#e85d04,#ffbe0b);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.section-header p{max-width:600px;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2.8vw,1.125rem)}.section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;margin-bottom:1rem;background:#e85d041a;border:1px solid rgba(232,93,4,.2);border-radius:9999px;font-size:clamp(.8125rem,2.2vw,.875rem);font-weight:500;color:#e85d04;text-transform:uppercase;letter-spacing:.025em}.section-badge svg{width:14px;height:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Plus Jakarta Sans,DM Sans,sans-serif;font-size:clamp(.8125rem,2.2vw,.875rem);font-weight:600;text-transform:uppercase;letter-spacing:.025em;border-radius:9999px;border:2px solid transparent;cursor:pointer;transition:all .25s ease;white-space:nowrap}@media (min-width: 768px){.btn{padding:1rem 2rem;font-size:clamp(.875rem,2.5vw,1rem)}}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:#e85d04;color:#fff}.btn--primary:hover:not(:disabled){background:#d54600;transform:translateY(-2px);box-shadow:0 10px 40px -10px #e85d0480}.btn--primary:active:not(:disabled){transform:translateY(0)}.btn--accent{background:linear-gradient(135deg,#e85d04,#ffbe0b);color:#fff;border:none;position:relative;overflow:hidden}.btn--accent:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ff7b29,#e85d04);opacity:0;transition:opacity .25s ease}.btn--accent:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 40px -10px #e85d0480}.btn--accent:hover:not(:disabled):before{opacity:1}.btn--accent span,.btn--accent svg{position:relative;z-index:1}.btn--secondary{background:#2a2a3c;color:#fff;border-color:#3d3d54}.btn--secondary:hover:not(:disabled){background:#3d3d54;border-color:#52526b}.btn--ghost{background:transparent;color:#fff;border-color:#ffffff4d}.btn--ghost:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff80}.btn--outline{background:transparent;color:#e85d04;border-color:#e85d04}.btn--outline:hover:not(:disabled){background:#e85d04;color:#fff}.btn--sm{padding:.5rem 1rem;font-size:clamp(.75rem,2vw,.8125rem)}.btn--lg{padding:1rem 2rem;font-size:clamp(1rem,2.8vw,1.125rem)}@media (min-width: 768px){.btn--lg{padding:1.25rem 2.5rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-gradient{background:linear-gradient(135deg,#e85d04,#ffbe0b);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.bestsellers{background:#0f0f1a;position:relative;overflow:hidden}.bestsellers:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:800px;height:400px;background:radial-gradient(ellipse at center,rgba(232,93,4,.15) 0%,transparent 70%);pointer-events:none}.bestsellers__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 480px){.bestsellers__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 1024px){.bestsellers__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.bestsellers__card{background:#1a1a2e;border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.05);cursor:pointer;transition:all .25s ease;animation:fadeInUp .6s ease backwards}.bestsellers__card:hover{transform:translateY(-8px);border-color:#e85d044d;box-shadow:0 20px 40px #0f0f1a66,0 0 30px #e85d041a}.bestsellers__card:hover .bestsellers__image{transform:scale(1.08)}.bestsellers__card:hover .bestsellers__overlay{opacity:1}.bestsellers__card:hover .bestsellers__btn{background:#e85d04;transform:rotate(90deg)}.bestsellers__image-wrapper{position:relative;aspect-ratio:4/3;overflow:hidden}@media (min-width: 480px){.bestsellers__image-wrapper{aspect-ratio:16/12}}.bestsellers__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.bestsellers__overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background:#0f0f1a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .25s ease}.bestsellers__view{padding:.75rem 1.25rem;background:#fff;color:#0f0f1a;font-size:clamp(.8125rem,2.2vw,.875rem);font-weight:600;border-radius:9999px;transform:translateY(10px);transition:transform .25s ease}.bestsellers__card:hover .bestsellers__view{transform:translateY(0)}.bestsellers__badge{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;padding:.25rem .75rem;background:linear-gradient(135deg,#e85d04,#ffbe0b);border-radius:9999px;font-size:clamp(.75rem,2vw,.8125rem);font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.025em}.bestsellers__badge svg{font-size:10px}.bestsellers__content{padding:1rem}@media (min-width: 768px){.bestsellers__content{padding:1.25rem}}.bestsellers__name{font-family:Clash Display,Space Grotesk,sans-serif;font-size:clamp(1.125rem,3vw,1.25rem);font-weight:700;color:#fff;margin-bottom:.5rem}@media (min-width: 768px){.bestsellers__name{font-size:clamp(1.25rem,3.5vw,1.5rem)}}.bestsellers__description{font-size:clamp(.8125rem,2.2vw,.875rem);color:#9090a7;line-height:1.625;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:1rem}@media (min-width: 768px){.bestsellers__description{font-size:clamp(.875rem,2.5vw,1rem)}}.bestsellers__footer{display:flex;justify-content:space-between;align-items:center}.bestsellers__price{font-family:Clash Display,Space Grotesk,sans-serif;font-size:clamp(1.25rem,3.5vw,1.5rem);font-weight:700;color:#e85d04}@media (min-width: 768px){.bestsellers__price{font-size:clamp(1.5rem,4vw,2rem)}}.bestsellers__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;font:inherit;color:inherit;padding:0;display:flex;justify-content:center;align-items:center;width:44px;height:44px;background:#3d3d54;border-radius:.75rem;color:#fff;font-size:clamp(1.25rem,3.5vw,1.5rem);font-weight:300;transition:all .25s ease}.bestsellers__btn:focus{outline:none}.bestsellers__btn:focus-visible{outline:2px solid #E85D04;outline-offset:2px}@media (min-width: 768px){.bestsellers__btn{width:48px;height:48px}}.bestsellers__btn span{line-height:1}.contact{background:#0f0f1a;position:relative}.contact__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.contact__grid{grid-template-columns:1fr 1.2fr;gap:2.5rem;align-items:stretch}}.contact__info{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1rem}.contact__card{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:1rem;padding:1.25rem;background:#1a1a2e;border:1px solid rgba(255,255,255,.05);border-radius:1rem;transition:all .25s ease}@media (min-width: 768px){.contact__card{padding:1.5rem}}.contact__card:hover{border-color:#e85d0433;transform:translateY(-4px)}.contact__card:hover .contact__card-icon{background:linear-gradient(135deg,#e85d04,#ffbe0b);transform:rotate(-5deg) scale(1.1)}.contact__card:hover .contact__card-icon svg{color:#fff}.contact__card-icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:48px;height:48px;background:#e85d041a;border-radius:.75rem;transition:all .25s ease cubic-bezier(.175,.885,.32,1.275)}@media (min-width: 768px){.contact__card-icon{width:56px;height:56px}}.contact__card-icon svg{font-size:clamp(1.125rem,3vw,1.25rem);color:#e85d04;transition:color .15s ease}@media (min-width: 768px){.contact__card-icon svg{font-size:clamp(1.25rem,3.5vw,1.5rem)}}.contact__card-content{flex:1;min-width:0}.contact__card-content h3{font-family:Clash Display,Space Grotesk,sans-serif;font-size:clamp(.875rem,2.5vw,1rem);font-weight:600;color:#fff;margin-bottom:.25rem}@media (min-width: 768px){.contact__card-content h3{font-size:clamp(1rem,2.8vw,1.125rem)}}.contact__card-content p{font-size:clamp(.8125rem,2.2vw,.875rem);color:#9090a7;margin-bottom:.5rem}@media (min-width: 768px){.contact__card-content p{font-size:clamp(.875rem,2.5vw,1rem)}}.contact__link{display:inline-flex;align-items:center;gap:.25rem;font-size:clamp(.8125rem,2.2vw,.875rem);font-weight:500;color:#e85d04;text-decoration:none;transition:all .15s ease}.contact__link:hover{color:#ff7b29;gap:.5rem}.contact__status{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:clamp(.8125rem,2.2vw,.875rem);color:#22c55e;font-weight:500}.contact__status-dot{width:8px;height:8px;background:#22c55e;border-radius:9999px;animation:pulse 2s infinite;box-shadow:0 0 10px #22c55e80}.contact__social{padding:1.25rem;background:linear-gradient(135deg,#e85d041a,#ffbe0b0d);border:1px solid rgba(232,93,4,.15);border-radius:1rem}@media (min-width: 768px){.contact__social{padding:1.5rem}}.contact__social h3{font-family:Clash Display,Space Grotesk,sans-serif;font-size:clamp(.875rem,2.5vw,1rem);font-weight:600;color:#fff;margin-bottom:1rem}@media (min-width: 768px){.contact__social h3{font-size:clamp(1rem,2.8vw,1.125rem)}}.contact__social-links{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem}.contact__social-link{display:flex;justify-content:center;align-items:center;width:48px;height:48px;background:#1a1a2e;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;color:#fff;font-size:clamp(1.25rem,3.5vw,1.5rem);text-decoration:none;transition:all .25s ease}@media (min-width: 768px){.contact__social-link{width:52px;height:52px}}.contact__social-link:hover{transform:translateY(-4px);border-color:transparent}.contact__social-link:hover svg{transform:scale(1.1)}.contact__social-link:nth-child(1):hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.contact__social-link:nth-child(2):hover{background:#000;box-shadow:-2px 0 #69c9d0,2px 0 #ee1d52}.contact__social-link--uber span{font-size:clamp(1.25rem,3.5vw,1.5rem);line-height:1}.contact__social-link--uber:hover{background:#06c167}.contact__social-link svg{transition:transform .15s ease}.contact__map{overflow:hidden;aspect-ratio:16/12;min-height:200px;position:relative;background:#1a1a2e;border-radius:1.5rem}.contact__map:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;padding:2px;border-radius:inherit;background:linear-gradient(135deg,#e85d04,#ffbe0b);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@media (min-width: 1024px){.contact__map{aspect-ratio:auto;min-height:100%}}.contact__map:before{z-index:2;pointer-events:none}.contact__map iframe{position:absolute;top:0;left:0;right:0;bottom:0;filter:grayscale(100%) contrast(1.1) brightness(.8);transition:filter .4s ease}.contact__map iframe:hover{filter:grayscale(0%) contrast(1) brightness(1)}.contact__map:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(15,15,26,.2) 0%,transparent 30%,transparent 70%,rgba(15,15,26,.3) 100%);pointer-events:none;z-index:1}.footer{background:#1a1a2e;padding-top:3rem;padding-bottom:1.5rem;border-top:1px solid rgba(255,255,255,.05);position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:600px;height:300px;background:radial-gradient(ellipse at center top,rgba(232,93,4,.08) 0%,transparent 70%);pointer-events:none}@media (min-width: 768px){.footer{padding-top:4rem;padding-bottom:2rem}}.footer__content{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem}@media (min-width: 768px){.footer__content{grid-template-columns:1fr 2fr;gap:4rem}}@media (min-width: 1024px){.footer__content{grid-template-columns:1.2fr 2fr}}.footer__brand{text-align:center}@media (min-width: 768px){.footer__brand{text-align:left}}.footer__logo{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1rem}@media (min-width: 768px){.footer__logo{justify-content:flex-start}}.footer__logo:hover .footer__logo-icon{transform:rotate(-10deg) scale(1.1)}.footer__logo-icon{font-size:clamp(2rem,5vw,2.5rem);transition:transform .25s ease cubic-bezier(.175,.885,.32,1.275)}.footer__logo-text{font-family:Clash Display,Space Grotesk,sans-serif;font-size:clamp(1.25rem,3.5vw,1.5rem);font-weight:700;color:#fff}@media (min-width: 768px){.footer__logo-text{font-size:clamp(1.5rem,4vw,2rem)}}.footer__tagline{font-size:clamp(.8125rem,2.2vw,.875rem);color:#9090a7;max-width:280px;margin:0 auto}@media (min-width: 768px){.footer__tagline{margin:0;font-size:clamp(.875rem,2.5vw,1rem)}}.footer__links{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (min-width: 480px){.footer__links{grid-template-columns:repeat(3,1fr)}}.footer__column h4{font-family:Clash Display,Space Grotesk,sans-serif;font-size:clamp(.8125rem,2.2vw,.875rem);font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.025em;margin-bottom:1rem}@media (min-width: 768px){.footer__column h4{font-size:clamp(.875rem,2.5vw,1rem);margin-bottom:1.25rem}}.footer__column ul{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.75rem}.footer__column li{font-size:clamp(.8125rem,2.2vw,.875rem);color:#9090a7}@media (min-width: 768px){.footer__column li{font-size:clamp(.875rem,2.5vw,1rem)}}.footer__column a{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;text-decoration:none;color:#9090a7;transition:all .15s ease}.footer__column a:hover{color:#e85d04;transform:translate(4px)}.footer__column a svg{font-size:clamp(.8125rem,2.2vw,.875rem);color:#6e6e8a;transition:color .15s ease}.footer__column a:hover svg{color:#e85d04}.footer__cta{margin-top:.5rem;width:100%}@media (min-width: 480px){.footer__cta{width:auto}}.footer__bottom{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.05);text-align:center}@media (min-width: 768px){.footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-direction:row}}.footer__bottom p{font-size:clamp(.8125rem,2.2vw,.875rem);color:#6e6e8a;margin:0}.footer__credit{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.25rem}.footer__credit a{color:#e85d04;text-decoration:none;font-weight:500;transition:color .15s ease}.footer__credit a:hover{color:#fb7824}.footer__credit span{display:inline-block;animation:pulseScale 1.5s ease infinite}.header{position:fixed;top:0;left:0;right:0;z-index:200;padding:1rem 0;transition:all .25s ease}.header--scrolled{padding:.75rem 0;background:#0f0f1af2;-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.05)}.header img{width:60px}.header__nav{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.header__logo{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;text-decoration:none;z-index:201}.header__logo:hover .header__logo-icon{transform:rotate(-10deg) scale(1.1)}.header__logo-icon{font-size:clamp(1.5rem,4vw,2rem);transition:transform .25s ease cubic-bezier(.175,.885,.32,1.275)}@media (min-width: 768px){.header__logo-icon{font-size:clamp(2rem,5vw,2.5rem)}}.header__logo-text{font-family:Clash Display,Space Grotesk,sans-serif;font-size:clamp(1.125rem,3vw,1.25rem);font-weight:700;color:#fff;letter-spacing:-.025em}@media (min-width: 768px){.header__logo-text{font-size:clamp(1.25rem,3.5vw,1.5rem)}}.header__menu{position:fixed;top:0;left:0;right:0;bottom:0;z-index:200;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;background:#0f0f1afa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;transform:translateY(-100%);transition:all .4s ease}.header__menu--open{opacity:1;visibility:visible;transform:translateY(0)}@media (min-width: 768px){.header__menu{position:static;flex-direction:row;gap:.25rem;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;opacity:1;visibility:visible;transform:none}}.header__menu li{overflow:hidden;list-style:none}.header__link{display:block;padding:1rem 1.5rem;font-family:Clash Display,Space Grotesk,sans-serif;font-size:clamp(1.5rem,4vw,2rem);font-weight:600;color:#fff;text-decoration:none;text-align:center;position:relative;transition:color .15s ease,transform .15s ease}.header__link:hover{color:#e85d04;transform:scale(1.05)}.header__menu--open .header__link{animation:fadeInUp .5s ease forwards}li:nth-child(1) .header__link{animation-delay:.1s}li:nth-child(2) .header__link{animation-delay:.15s}li:nth-child(3) .header__link{animation-delay:.2s}li:nth-child(4) .header__link{animation-delay:.25s}@media (min-width: 768px){.header__link{padding:.5rem 1rem;font-size:clamp(.8125rem,2.2vw,.875rem);font-weight:500;border-radius:9999px}.header__link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(135deg,#e85d04,#ffbe0b);border-radius:9999px;transform:translate(-50%);transition:width .25s ease}.header__link:hover{transform:none}.header__link:hover:after{width:70%}}.header__actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.75rem}.header__actions .btn{display:none}@media (min-width: 768px){.header__actions .btn{display:inline-flex}}.header__phone{display:none}@media (min-width: 1024px){.header__phone{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;color:#b3b3c6;text-decoration:none;font-size:clamp(.8125rem,2.2vw,.875rem);transition:color .15s ease}}.header__phone:hover{color:#e85d04}.header__phone:hover .header__phone-icon{animation:wiggle .5s ease}.header__phone-icon{color:#e85d04}.header__phone-text{font-weight:500}.header__burger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;font:inherit;color:inherit;padding:0;display:flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:.75rem;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.15);transition:all .15s ease;z-index:201}.header__burger:focus{outline:none}.header__burger:focus-visible{outline:2px solid #E85D04;outline-offset:2px}@media (min-width: 768px){.header__burger{display:none}}.header__burger:hover{background:#ffffff26;border-color:#ffffff40}.header__burger--open{background:#e85d04;border-color:#e85d04}.header__burger--open:hover{background:#d54600;border-color:#d54600}.header__burger svg{width:24px;height:24px;transition:transform .25s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;overflow:hidden}.hero__slider{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.hero__slide{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.1);transition:opacity 1.5s ease,transform 8s ease-out}.hero__slide--active{opacity:1;transform:scale(1)}.hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0f0f1a4d,#0f0f1a99,#0f0f1af2)}.hero__overlay:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.04;mix-blend-mode:overlay}.hero__content{position:relative;z-index:10;padding-top:120px;padding-bottom:5rem}@media (min-width: 768px){.hero__content{padding-bottom:6rem}}.hero__text{max-width:700px}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:9999px;font-size:clamp(.75rem,2vw,.8125rem);font-weight:600;color:#22c55e;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;animation:fadeInUp .8s ease .2s backwards}@media (min-width: 768px){.hero__badge{font-size:clamp(.8125rem,2.2vw,.875rem);padding:.5rem 1.25rem}}.hero__badge-dot{width:8px;height:8px;background:#22c55e;border-radius:9999px;animation:pulse 2s infinite;box-shadow:0 0 10px #22c55e80}.hero__title{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:900;line-height:1;margin-bottom:1rem;animation:fadeInUp .8s ease .3s backwards}@media (min-width: 480px){.hero__title{font-size:clamp(3rem,8vw,5rem)}}@media (min-width: 768px){.hero__title{font-size:clamp(3.5rem,8vw,5.5rem)}}.hero__title-accent{display:block;background:linear-gradient(135deg,#e85d04,#ffbe0b);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-top:.25rem}.hero__subtitle{font-size:clamp(1rem,2.8vw,1.125rem);color:#b3b3c6;margin-bottom:1.5rem;max-width:500px;animation:fadeInUp .8s ease .4s backwards}@media (min-width: 768px){.hero__subtitle{font-size:clamp(1.125rem,3vw,1.25rem);margin-bottom:2rem}}.hero__info{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.75rem;margin-bottom:2rem;animation:fadeInUp .8s ease .5s backwards}@media (min-width: 480px){.hero__info{flex-direction:row;gap:1.5rem}}.hero__info-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;color:#b3b3c6;font-size:clamp(.8125rem,2.2vw,.875rem)}@media (min-width: 768px){.hero__info-item{font-size:clamp(.875rem,2.5vw,1rem)}}.hero__info-icon{color:#e85d04;font-size:clamp(.875rem,2.5vw,1rem)}.hero__actions{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.75rem;animation:fadeInUp .8s ease .6s backwards}@media (min-width: 480px){.hero__actions{flex-direction:row;align-items:center}}.hero__actions .btn{width:100%}@media (min-width: 480px){.hero__actions .btn{width:auto}}.hero__indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;z-index:10}@media (min-width: 768px){.hero__indicators{left:auto;right:2rem;transform:none;flex-direction:column}}.hero__indicator{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;font:inherit;color:inherit;padding:0;width:32px;height:4px;background:#ffffff4d;border-radius:9999px;transition:all .25s ease}.hero__indicator:focus{outline:none}.hero__indicator:focus-visible{outline:2px solid #E85D04;outline-offset:2px}@media (min-width: 768px){.hero__indicator{width:4px;height:32px}}.hero__indicator:hover{background:#ffffff80}.hero__indicator--active{background:#e85d04;width:48px}@media (min-width: 768px){.hero__indicator--active{width:4px;height:48px}}.hero__scroll{position:absolute;bottom:2rem;left:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;color:#ffffff80;font-size:clamp(.75rem,2vw,.8125rem);text-transform:uppercase;letter-spacing:.1em;display:none}@media (min-width: 1024px){.hero__scroll{display:flex}}.hero__scroll-line{width:1px;height:0;background:linear-gradient(to bottom,#E85D04,transparent);animation:lineGrow 1s ease 1s forwards}.hero__shapes{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.hero__shape{position:absolute;border-radius:50%;opacity:.5;filter:blur(80px)}.hero__shape--1{width:300px;height:300px;background:#e85d04;top:10%;right:-100px;animation:shapeFloat1 20s ease-in-out infinite}@media (min-width: 768px){.hero__shape--1{width:500px;height:500px}}.hero__shape--2{width:200px;height:200px;background:#ffbe0b;bottom:20%;left:-50px;animation:shapeFloat2 15s ease-in-out infinite}@media (min-width: 768px){.hero__shape--2{width:400px;height:400px}}.hero__shape--3{width:150px;height:150px;background:#2d2d44;top:40%;right:20%;animation:shapeFloat1 25s ease-in-out infinite reverse;opacity:.3}.marquee{padding:1rem 0;background:#1a1a2e;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);overflow:hidden;position:relative}@media (min-width: 768px){.marquee{padding:1.25rem 0}}.marquee:before,.marquee:after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:10;pointer-events:none}@media (min-width: 768px){.marquee:before,.marquee:after{width:200px}}.marquee:before{left:0;background:linear-gradient(to right,#1A1A2E,transparent)}.marquee:after{right:0;background:linear-gradient(to left,#1A1A2E,transparent)}.marquee__track{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:max-content;animation:marquee 30s linear infinite}.marquee__track:hover{animation-play-state:paused}.marquee__content{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2rem;padding:0 2rem}@media (min-width: 768px){.marquee__content{gap:3rem;padding:0 3rem}}.marquee__item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;white-space:nowrap}@media (min-width: 768px){.marquee__item{gap:1rem}}.marquee__emoji{font-size:clamp(1.25rem,3.5vw,1.5rem)}@media (min-width: 768px){.marquee__emoji{font-size:clamp(1.5rem,4vw,2rem)}}.marquee__text{font-family:Clash Display,Space Grotesk,sans-serif;font-size:clamp(.875rem,2.5vw,1rem);font-weight:600;color:#9090a7;text-transform:uppercase;letter-spacing:.05em}@media (min-width: 768px){.marquee__text{font-size:clamp(1rem,2.8vw,1.125rem)}}.marquee__text--accent{color:#e85d04}.marquee__separator{width:6px;height:6px;background:#52526b;border-radius:9999px;flex-shrink:0}.menu{background:linear-gradient(180deg,#0f0f1a,#1a1a2e);position:relative}.menu__categories{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:.5rem;margin-bottom:2rem;padding-bottom:1rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent)}.menu__categories::-webkit-scrollbar{display:none}@media (min-width: 768px){.menu__categories{justify-content:center;flex-wrap:wrap;gap:.75rem;overflow:visible;-webkit-mask-image:none;mask-image:none}}@media (min-width: 1024px){.menu__categories{margin-bottom:3rem}}.menu__category{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;font:inherit;color:inherit;padding:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:9999px;white-space:nowrap;transition:all .25s ease;flex-shrink:0}.menu__category:focus{outline:none}.menu__category:focus-visible{outline:2px solid #E85D04;outline-offset:2px}@media (min-width: 768px){.menu__category{padding:.75rem 1.5rem}}.menu__category:hover{background:#ffffff14;border-color:#ffffff26}.menu__category--active{background:linear-gradient(135deg,#e85d04,#ffbe0b);border-color:transparent;box-shadow:0 10px 40px -10px #e85d0480}.menu__category--active .menu__category-name{color:#fff}.menu__category--active .menu__category-emoji{transform:scale(1.2)}.menu__category-emoji{font-size:clamp(1.125rem,3vw,1.25rem);transition:transform .25s ease cubic-bezier(.175,.885,.32,1.275)}@media (min-width: 768px){.menu__category-emoji{font-size:clamp(1.25rem,3.5vw,1.5rem)}}.menu__category-name{font-size:clamp(.8125rem,2.2vw,.875rem);font-weight:500;color:#b3b3c6;transition:color .15s ease}@media (min-width: 768px){.menu__category-name{font-size:clamp(.875rem,2.5vw,1rem)}}.menu__content{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.menu__content{grid-template-columns:400px 1fr;gap:2.5rem;align-items:start}}@media (min-width: 1280px){.menu__content{grid-template-columns:450px 1fr}}.menu__image-section{display:none}@media (min-width: 1024px){.menu__image-section{display:block;position:sticky;top:120px}}.menu__image-wrapper{overflow:hidden;aspect-ratio:3/4;position:relative;background:#1a1a2e;border-radius:1.5rem}.menu__image-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;padding:2px;border-radius:inherit;background:linear-gradient(135deg,#e85d04,#ffbe0b);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.menu__image-wrapper:before{z-index:1}.menu__image-wrapper:after{content:"";position:absolute;top:-50px;right:-50px;bottom:-50px;left:-50px;background:radial-gradient(ellipse at center,rgba(232,93,4,.15) 0%,transparent 70%);z-index:-1;filter:blur(40px);opacity:.5}.menu__image{width:100%;height:100%;object-fit:cover;border-radius:1.5rem}.menu__image-badge{position:absolute;bottom:1rem;left:1rem;right:1rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#0f0f1acc;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border-radius:.75rem;font-weight:600;color:#fff}.menu__image-badge span:first-child{font-size:clamp(1.25rem,3.5vw,1.5rem)}.menu__products{min-width:0}.menu__products-title{font-family:Clash Display,Space Grotesk,sans-serif;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;margin-bottom:1.5rem;color:#fff;display:flex;align-items:center;gap:.75rem}@media (min-width: 1024px){.menu__products-title{display:none}}.menu__products-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem}.menu__product{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:.75rem;cursor:pointer;transition:all .25s ease;animation:fadeInUp .4s ease backwards}@media (min-width: 768px){.menu__product{padding:1.25rem}}.menu__product:hover{background:#ffffff0d;border-color:#e85d044d;transform:translate(8px)}.menu__product:hover .menu__product-name{color:#e85d04}.menu__product:hover .menu__product-price{transform:scale(1.1)}.menu__product-info{flex:1;min-width:0}.menu__product-name{font-family:Clash Display,Space Grotesk,sans-serif;font-size:clamp(.875rem,2.5vw,1rem);font-weight:600;color:#fff;margin-bottom:.25rem;transition:color .15s ease}@media (min-width: 768px){.menu__product-name{font-size:clamp(1rem,2.8vw,1.125rem)}}.menu__product-desc{font-size:clamp(.8125rem,2.2vw,.875rem);color:#6e6e8a;line-height:1.625;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.menu__product-price-wrapper{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.75rem;flex-shrink:0}.menu__product-line{width:40px;height:1px;background:linear-gradient(to right,transparent,#52526B);display:none}@media (min-width: 480px){.menu__product-line{display:block}}.menu__product-price{font-family:Clash Display,Space Grotesk,sans-serif;font-size:clamp(1rem,2.8vw,1.125rem);font-weight:700;color:#e85d04;transition:transform .15s ease cubic-bezier(.175,.885,.32,1.275)}@media (min-width: 768px){.menu__product-price{font-size:clamp(1.125rem,3vw,1.25rem)}}.modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:400;display:flex;justify-content:center;align-items:center;padding:1rem;background:#0f0f1ae6;-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%);animation:fadeIn .3s ease;overflow-y:auto}@media (min-width: 768px){.modal{padding:2rem}}.modal__container{position:relative;width:100%;max-width:900px;max-height:90vh;background:#1a1a2e;border-radius:1.5rem;border:1px solid rgba(255,255,255,.1);overflow:hidden;animation:scaleIn .4s ease;box-shadow:0 25px 50px #0f0f1a80,0 0 100px #e85d041a}@media (min-width: 768px){.modal__container{max-height:85vh}}.modal__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;font:inherit;color:inherit;padding:0;display:flex;justify-content:center;align-items:center;position:absolute;top:.75rem;right:.75rem;width:40px;height:40px;background:#0f0f1acc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);border-radius:9999px;color:#fff;font-size:clamp(1.125rem,3vw,1.25rem);z-index:10;transition:all .15s ease}.modal__close:focus{outline:none}.modal__close:focus-visible{outline:2px solid #E85D04;outline-offset:2px}@media (min-width: 768px){.modal__close{top:1rem;right:1rem;width:48px;height:48px}}.modal__close:hover{background:#e85d04;border-color:#e85d04;transform:rotate(90deg)}.modal__content{display:grid;grid-template-columns:1fr;max-height:90vh;overflow-y:auto}.modal__content::-webkit-scrollbar{width:8px;height:8px}.modal__content::-webkit-scrollbar-track{background:#2a2a3c;border-radius:9999px}.modal__content::-webkit-scrollbar-thumb{background:#52526b;border-radius:9999px}.modal__content::-webkit-scrollbar-thumb:hover{background:#686888}@media (min-width: 768px){.modal__content{grid-template-columns:1fr 1fr;max-height:85vh}}.modal__image-section{position:relative;aspect-ratio:4/3}@media (min-width: 768px){.modal__image-section{aspect-ratio:auto;min-height:400px}}.modal__image{width:100%;height:100%;object-fit:cover}.modal__image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(15,15,26,.8) 0%,transparent 50%);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:1rem}@media (min-width: 768px){.modal__image-overlay{background:linear-gradient(to right,transparent 50%,rgba(15,15,26,.8) 100%)}}.modal__category-badge{padding:.5rem 1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:9999px;font-size:clamp(.8125rem,2.2vw,.875rem);font-weight:500;color:#fff}.modal__details{padding:1.25rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1.25rem}@media (min-width: 768px){.modal__details{padding:2rem;gap:1.5rem}}.modal__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.modal__title{font-family:Clash Display,Space Grotesk,sans-serif;font-size:clamp(1.25rem,3.5vw,1.5rem);font-weight:700;color:#fff}@media (min-width: 768px){.modal__title{font-size:clamp(1.5rem,4vw,2rem)}}.modal__price{font-family:Clash Display,Space Grotesk,sans-serif;font-size:clamp(1.25rem,3.5vw,1.5rem);font-weight:700;color:#e85d04;white-space:nowrap}@media (min-width: 768px){.modal__price{font-size:clamp(1.5rem,4vw,2rem)}}.modal__description{font-size:clamp(.875rem,2.5vw,1rem);color:#9090a7;line-height:1.625}.modal__section{padding-top:1rem;border-top:1px solid rgba(255,255,255,.05)}.modal__section-title{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-family:Clash Display,Space Grotesk,sans-serif;font-size:clamp(.875rem,2.5vw,1rem);font-weight:600;color:#fff;margin-bottom:.75rem}.modal__section-title svg{color:#e85d04}.modal__tags{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:.5rem}.modal__tag{padding:.5rem .75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:9999px;font-size:clamp(.8125rem,2.2vw,.875rem);color:#b3b3c6;transition:all .15s ease}.modal__tag:hover{background:#e85d041a;border-color:#e85d044d;color:#e85d04}.modal__tag--sauce{background:#ffbe0b1a;border-color:#ffbe0b33;color:#ffbe0b}.modal__tag--sauce:hover{background:#ffbe0b33;border-color:#ffbe0b66}.modal__info{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1.5rem;padding:1rem;background:#ffffff05;border-radius:.75rem}.modal__info-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:clamp(.8125rem,2.2vw,.875rem);color:#9090a7}.modal__info-icon{color:#e85d04}.modal__actions{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.75rem;margin-top:auto}@media (min-width: 480px){.modal__actions{flex-direction:row}}.modal__order-btn,.modal__call-btn{flex:1}@media (min-width: 480px){.modal__call-btn{flex:0}}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mx-auto{margin-left:auto;margin-right:auto}.mt-0{margin-top:0rem}.mb-0{margin-bottom:0rem}.ml-0{margin-left:0rem}.mr-0{margin-right:0rem}.mx-0{margin-left:0rem;margin-right:0rem}.my-0{margin-top:0rem;margin-bottom:0rem}.m-0{margin:0rem}.pt-0{padding-top:0rem}.pb-0{padding-bottom:0rem}.pl-0{padding-left:0rem}.pr-0{padding-right:0rem}.px-0{padding-left:0rem;padding-right:0rem}.py-0{padding-top:0rem;padding-bottom:0rem}.p-0{padding:0rem}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mr-1{margin-right:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.m-1{margin:.25rem}.pt-1{padding-top:.25rem}.pb-1{padding-bottom:.25rem}.pl-1{padding-left:.25rem}.pr-1{padding-right:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.p-1{padding:.25rem}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.m-2{margin:.5rem}.pt-2{padding-top:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pr-2{padding-right:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.p-2{padding:.5rem}.mt-3{margin-top:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mr-3{margin-right:.75rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.m-3{margin:.75rem}.pt-3{padding-top:.75rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pr-3{padding-right:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.p-3{padding:.75rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mr-4{margin-right:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-4{margin-top:1rem;margin-bottom:1rem}.m-4{margin:1rem}.pt-4{padding-top:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pr-4{padding-right:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.p-4{padding:1rem}.mt-5{margin-top:1.25rem}.mb-5{margin-bottom:1.25rem}.ml-5{margin-left:1.25rem}.mr-5{margin-right:1.25rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.m-5{margin:1.25rem}.pt-5{padding-top:1.25rem}.pb-5{padding-bottom:1.25rem}.pl-5{padding-left:1.25rem}.pr-5{padding-right:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.p-5{padding:1.25rem}.mt-6{margin-top:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mr-6{margin-right:1.5rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.m-6{margin:1.5rem}.pt-6{padding-top:1.5rem}.pb-6{padding-bottom:1.5rem}.pl-6{padding-left:1.5rem}.pr-6{padding-right:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.p-6{padding:1.5rem}.mt-7{margin-top:1.75rem}.mb-7{margin-bottom:1.75rem}.ml-7{margin-left:1.75rem}.mr-7{margin-right:1.75rem}.mx-7{margin-left:1.75rem;margin-right:1.75rem}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.m-7{margin:1.75rem}.pt-7{padding-top:1.75rem}.pb-7{padding-bottom:1.75rem}.pl-7{padding-left:1.75rem}.pr-7{padding-right:1.75rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.p-7{padding:1.75rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mr-8{margin-right:2rem}.mx-8{margin-left:2rem;margin-right:2rem}.my-8{margin-top:2rem;margin-bottom:2rem}.m-8{margin:2rem}.pt-8{padding-top:2rem}.pb-8{padding-bottom:2rem}.pl-8{padding-left:2rem}.pr-8{padding-right:2rem}.px-8{padding-left:2rem;padding-right:2rem}.py-8{padding-top:2rem;padding-bottom:2rem}.p-8{padding:2rem}.mt-9{margin-top:2.25rem}.mb-9{margin-bottom:2.25rem}.ml-9{margin-left:2.25rem}.mr-9{margin-right:2.25rem}.mx-9{margin-left:2.25rem;margin-right:2.25rem}.my-9{margin-top:2.25rem;margin-bottom:2.25rem}.m-9{margin:2.25rem}.pt-9{padding-top:2.25rem}.pb-9{padding-bottom:2.25rem}.pl-9{padding-left:2.25rem}.pr-9{padding-right:2.25rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.p-9{padding:2.25rem}.mt-10{margin-top:2.5rem}.mb-10{margin-bottom:2.5rem}.ml-10{margin-left:2.5rem}.mr-10{margin-right:2.5rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.m-10{margin:2.5rem}.pt-10{padding-top:2.5rem}.pb-10{padding-bottom:2.5rem}.pl-10{padding-left:2.5rem}.pr-10{padding-right:2.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.p-10{padding:2.5rem}.mt-11{margin-top:2.75rem}.mb-11{margin-bottom:2.75rem}.ml-11{margin-left:2.75rem}.mr-11{margin-right:2.75rem}.mx-11{margin-left:2.75rem;margin-right:2.75rem}.my-11{margin-top:2.75rem;margin-bottom:2.75rem}.m-11{margin:2.75rem}.pt-11{padding-top:2.75rem}.pb-11{padding-bottom:2.75rem}.pl-11{padding-left:2.75rem}.pr-11{padding-right:2.75rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.py-11{padding-top:2.75rem;padding-bottom:2.75rem}.p-11{padding:2.75rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.ml-12{margin-left:3rem}.mr-12{margin-right:3rem}.mx-12{margin-left:3rem;margin-right:3rem}.my-12{margin-top:3rem;margin-bottom:3rem}.m-12{margin:3rem}.pt-12{padding-top:3rem}.pb-12{padding-bottom:3rem}.pl-12{padding-left:3rem}.pr-12{padding-right:3rem}.px-12{padding-left:3rem;padding-right:3rem}.py-12{padding-top:3rem;padding-bottom:3rem}.p-12{padding:3rem}.hidden{display:none}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.text-xs{font-size:clamp(.75rem,2vw,.8125rem)}.text-sm{font-size:clamp(.8125rem,2.2vw,.875rem)}.text-base{font-size:clamp(.875rem,2.5vw,1rem)}.text-lg{font-size:clamp(1.125rem,3vw,1.25rem)}.text-xl{font-size:clamp(1.25rem,3.5vw,1.5rem)}.text-2xl{font-size:clamp(1.5rem,4vw,2rem)}.text-3xl{font-size:clamp(2rem,5vw,2.5rem)}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-white{color:#fff}.text-gray{color:#9090a7}.text-primary{color:#e85d04}.text-accent{color:#ffbe0b}.bg-dark{background-color:#0f0f1a}.bg-secondary{background-color:#1a1a2e}.bg-primary{background-color:#e85d04}.rounded{border-radius:.5rem}.rounded-lg{border-radius:.75rem}.rounded-xl{border-radius:1rem}.rounded-2xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-100{opacity:1}.transition{transition:all .25s ease}.transition-fast{transition:all .15s ease}.transition-slow{transition:all .4s ease}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}@media (min-width: 768px){.md\:hidden{display:none}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}}@media (min-width: 1024px){.lg\:hidden{display:none}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}}
