@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap";:root{--red:#c94e2b;--red-dark:#99371d;--red-glow:#c94e2b66;--red-neon:#c94e2bb3;--orange:#ff6b3d;--dark:#fff;--dark-card:#f9fafb;--dark-surface:#f3f4f6;--cream:#faf8f5;--text-white:#111827;--text-muted:#6b7280;--gold:#f5a623;--border-dark:#00000014;--font:"Outfit", system-ui, -apple-system, sans-serif;--max-w:1400px;--ease:cubic-bezier(.16, 1, .3, 1);--spring:cubic-bezier(.175, .885, .32, 1.275);--snap:cubic-bezier(.68, -.55, .265, 1.55)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font);background:var(--dark);color:var(--text-white);line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.top-header{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#ffffffeb;border-bottom:1px solid #00000014;width:100%;position:sticky;top:0}.header-container{height:90px;max-width:var(--max-w);justify-content:space-between;align-items:center;margin:0 auto;padding:0 2.5rem;display:flex}.logo-area{align-items:center;gap:1rem;display:flex}.logo-img{object-fit:contain;filter:drop-shadow(0 2px 8px #c94e2b33);width:auto;height:72px}.logo-location{color:#00000080;text-transform:uppercase;letter-spacing:.14em;border-left:2px solid var(--red);padding-left:.8rem;font-size:.78rem;font-weight:700;line-height:1.4}.header-controls{align-items:center;gap:1.5rem;font-size:.88rem;font-weight:600;display:flex}.header-controls span{cursor:pointer;color:var(--text-muted);transition:color .2s}.header-controls span:hover,.header-controls a:hover{color:var(--text-white)}.cart-btn-label{color:#fff!important}.menu-nav-pointer{position:relative}.menu-nav-pointer:after{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid var(--red);width:0;height:0;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.week-toggle-btn{color:#888;cursor:pointer;background:0 0;border:1px solid #0000001a;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;margin:1.2rem auto 0;padding:.7rem 1.4rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.week-toggle-btn:hover{color:var(--primary-color,#e34a27);border-color:var(--primary-color,#e34a27);background:#e34a270a}.week-toggle-arrow{transition:transform .25s}.week-toggle-arrow.is-open{transform:rotate(180deg)}.hamburger-btn{color:var(--text-muted,#1a1a1a);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;margin-left:.5rem;padding:.4rem;transition:background .2s;display:none}.hamburger-btn:hover{background:#0000000d}.hamburger-btn:active{background:#0000001a}.mobile-menu-dropdown{-webkit-backdrop-filter:blur(20px);z-index:999;background:#fffffffa;border-top:1px solid #0000000f;padding:.5rem 0;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #00000014}.mobile-menu-item{text-align:left;color:#1a1a1a;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #0000000a;width:100%;padding:1rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;display:block}.mobile-menu-item:hover,.mobile-menu-item:active{color:var(--primary-color,#e34a27);background:#e34a270f}.mobile-menu-langs{justify-content:center;gap:1.2rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;display:flex}.mobile-menu-langs span{cursor:pointer;color:#888;border-radius:6px;padding:.3rem .6rem;transition:all .2s}.mobile-menu-langs span.active{color:var(--primary-color,#e34a27);background:#e34a271a}@media (width<=640px){.mobile-menu-dropdown{display:block}}.cart-btn{background:var(--red);color:#fff;font-size:.88rem;font-weight:800;font-family:var(--font);cursor:pointer;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 4px 20px var(--red-glow);border:none;border-radius:50px;align-items:center;gap:.55rem;padding:.65rem 1.8rem;transition:transform .15s,background .2s,box-shadow .2s;display:flex}.cart-btn:hover{background:var(--red-dark);box-shadow:0 6px 28px var(--red-glow);transform:translateY(-1px)}.cart-btn:active{transform:scale(.96)}.cart-btn{position:relative;overflow:visible!important}.cart-badge{z-index:99;pointer-events:none;border-radius:11px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 5px;font-size:13px;font-weight:900;animation:.3s cubic-bezier(.175,.885,.32,1.275) forwards popIn;position:absolute;top:-8px;right:-8px;transform:scale(1);box-shadow:0 2px 5px #0000004d;color:#e34a27!important;background-color:#fff!important;display:flex!important}@keyframes popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.cart-icon{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.btn-added{pointer-events:none;background:#22c55e!important;box-shadow:0 4px 12px #22c55e66!important}.hero-slider{background:#0a0a0a;width:100%;height:600px;position:relative;overflow:hidden}.hero-slide{opacity:0;transition:opacity .9s ease, transform 1.2s var(--ease);will-change:transform, opacity;z-index:1;position:absolute;inset:0;transform:scale(1.15)}.hero-slide.active{opacity:1;z-index:10;transform:scale(1)}.hero-slide.exit-left{opacity:0;z-index:5;transform:scale(.92)}.hero-slide-bg{z-index:0;position:absolute;inset:-30px}.hero-slide:first-child .hero-slide-bg{background:linear-gradient(135deg,#c41018 0%,#7a0c12 30%,#2a0508 60%,#0a0a0a 100%)}.hero-slide:nth-child(2) .hero-slide-bg{background:linear-gradient(135deg,#b83010 0%,#6a1808 30%,#1a0804 60%,#0a0a0a 100%)}.hero-slide:nth-child(3) .hero-slide-bg{background:linear-gradient(135deg,#a81828 0%,#58101c 30%,#180610 60%,#0a0a0a 100%)}.hero-slide.active .hero-slide-bg{animation:14s ease-in-out infinite alternate kenBurns}@keyframes kenBurns{0%{transform:scale(1)translate(0)}to{transform:scale(1.1)translate(-15px,-8px)}}.hero-sash{background:linear-gradient(90deg, var(--red), var(--orange));z-index:2;opacity:0;width:500px;height:180px;position:absolute;top:-80px;right:-120px;transform:rotate(-35deg)}.hero-slide.active .hero-sash{animation:sashSlice .6s var(--ease) 50ms forwards}@keyframes sashSlice{0%{opacity:0;transform:rotate(-35deg)translate(200px)}to{opacity:.15;transform:rotate(-35deg)translate(0)}}.hero-sash-bottom{background:linear-gradient(90deg, var(--orange), var(--red));z-index:2;opacity:0;width:400px;height:120px;position:absolute;bottom:-60px;left:-100px;transform:rotate(-35deg)}.hero-slide.active .hero-sash-bottom{animation:sashSlice2 .7s var(--ease) .15s forwards}@keyframes sashSlice2{0%{opacity:0;transform:rotate(-35deg)translate(-200px)}to{opacity:.1;transform:rotate(-35deg)translate(0)}}.hero-slide-bg:before{content:"";background-image:repeating-linear-gradient(-45deg,#0000000a 0 2px,#0000 2px 22px);width:200%;height:200%;position:absolute;inset:-50%}.hero-slide.active .hero-slide-bg:before{animation:35s linear infinite stripeSweep}@keyframes stripeSweep{0%{transform:translate(0)translateY(0)}to{transform:translate(44px)translateY(44px)}}.hero-slide-bg:after{content:"";background:radial-gradient(60% 80% at 35%,#ff641e1f 0%,#0000 60%);position:absolute;inset:0}.hero-slide.active .hero-slide-bg:after{animation:3.5s ease-in-out infinite heatPulse}@keyframes heatPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.05)}}.hero-embers{z-index:15;pointer-events:none;position:absolute;inset:0;overflow:hidden}.ember{will-change:transform;background:#ff7828b3;border-radius:50%;animation:linear infinite emberFloat;position:absolute}.ember:first-child{width:3px;height:3px;animation-duration:5.5s;animation-delay:0s;bottom:-8px;left:12%}.ember:nth-child(2){background:#c94e2b80;width:5px;height:5px;animation-duration:4s;animation-delay:.7s;bottom:-8px;left:28%}.ember:nth-child(3){width:4px;height:4px;animation-duration:6s;animation-delay:1.2s;bottom:-8px;left:45%}.ember:nth-child(4){width:3px;height:3px;animation-duration:7s;animation-delay:.3s;bottom:-8px;left:62%}.ember:nth-child(5){background:#ffb43c66;width:6px;height:6px;animation-duration:4.5s;animation-delay:2s;bottom:-8px;left:78%}.ember:nth-child(6){width:3px;height:3px;animation-duration:6.5s;animation-delay:2.8s;bottom:-8px;left:38%}.ember:nth-child(7){background:#c94e2b99;width:4px;height:4px;animation-duration:3.8s;animation-delay:1s;bottom:-8px;left:55%}.ember:nth-child(8){width:2px;height:2px;animation-duration:5.8s;animation-delay:2.2s;bottom:-8px;left:22%}.ember:nth-child(9){background:#ff8c3280;width:5px;height:5px;animation-duration:5s;animation-delay:.5s;bottom:-8px;left:70%}.ember:nth-child(10){width:3px;height:3px;animation-duration:6.2s;animation-delay:3.2s;bottom:-8px;left:88%}@keyframes emberFloat{0%{opacity:0;transform:translateY(0)translate(0)scale(1)}8%{opacity:1}50%{opacity:.7;transform:translateY(-300px)translate(15px)scale(.8)}to{opacity:0;transform:translateY(-650px)translate(-20px)scale(0)}}.hero-steam{z-index:14;pointer-events:none;position:absolute;inset:0}.steam-wisp{filter:blur(8px);will-change:transform;background:radial-gradient(#ffffff0f 0%,#0000 70%);border-radius:50%;width:60px;height:80px;animation:ease-out infinite steamRise;position:absolute}.steam-wisp:first-child{width:50px;height:70px;animation-duration:4s;animation-delay:0s;bottom:20%;right:28%}.steam-wisp:nth-child(2){width:70px;height:90px;animation-duration:5s;animation-delay:1s;bottom:18%;right:32%}.steam-wisp:nth-child(3){width:40px;height:60px;animation-duration:4.5s;animation-delay:2s;bottom:22%;right:25%}@keyframes steamRise{0%{opacity:0;transform:translateY(0)scaleX(1)}15%{opacity:.5}50%{opacity:.3;transform:translateY(-80px)scaleX(1.5)}to{opacity:0;transform:translateY(-180px)scaleX(2.5)}}.hero-slide-content{width:100%;height:100%;max-width:var(--max-w);z-index:12;grid-template-columns:1.1fr .9fr;align-items:center;margin:0 auto;padding:0 3.5rem;display:grid;position:relative}.weekly-calendar{flex-direction:column;gap:2rem;margin-top:1rem;display:flex}.daily-slot{border-left:2px solid var(--border-dark);transition:all .3s var(--ease);padding-left:1.5rem;position:relative}.daily-slot-header h3{color:var(--text-white);text-transform:uppercase;letter-spacing:.05em;align-items:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;display:flex}.daily-slot.is-today{border-left:4px solid var(--red);box-shadow:inset 2px 0 0 var(--red);background:linear-gradient(90deg,#c94e2b14 0%,#0000 100%);border-radius:0 16px 16px 0;padding:1.5rem}.daily-slot.is-disabled{opacity:.4;filter:grayscale(80%)}.today-badge{background:var(--red);color:#fff;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 0 12px var(--red-glow);border-radius:6px;margin-left:1rem;padding:.2rem .6rem;font-size:.75rem;font-weight:800;animation:2s infinite pulse-badge}@keyframes pulse-badge{0%{box-shadow:0 0 0 0 var(--red-glow)}70%{box-shadow:0 0 0 10px #c94e2b00}to{box-shadow:0 0 #c94e2b00}}.card-disabled{pointer-events:none}.card-breakfast,.card-breakfast *,.card-breakfast .btn-add,.card-breakfast .btn-disabled{cursor:default!important}.card-breakfast{pointer-events:auto}.card-breakfast:hover{box-shadow:none!important;border-color:var(--border-dark)!important;transform:none!important}.card-breakfast:hover .product-image{transform:none!important}.card-breakfast .btn-add{pointer-events:none}.btn-disabled{cursor:not-allowed;border:1px solid #00000014;color:#0000004d!important;box-shadow:none!important;background:#00000005!important}.hero-text{color:#fff;padding:2rem 0}.hero-badge{color:var(--red);letter-spacing:.1em;text-transform:uppercase;opacity:0;background:#fff;border-radius:4px;margin-bottom:1.2rem;padding:.5rem 1.4rem;font-size:.82rem;font-weight:900;display:inline-block;transform:skew(-6deg);box-shadow:4px 4px #0003}.hero-slide.active .hero-badge{animation:1s cubic-bezier(.16,1,.3,1) forwards badgeSlideUp}@keyframes badgeSlideUp{0%{opacity:0;filter:blur(8px);transform:skew(-6deg)translateY(20px)}to{opacity:1;filter:blur();transform:skew(-6deg)translateY(0)}}.hero-title{letter-spacing:-.03em;text-transform:uppercase;white-space:pre-line;text-shadow:0 0 30px #c94e2b40,4px 4px #0000004d;opacity:0;margin-bottom:.8rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:900;line-height:.88}.hero-slide.active .hero-title{animation:1s cubic-bezier(.16,1,.3,1) .1s forwards textSlideUp}@keyframes textSlideUp{0%{opacity:0;filter:blur(8px);transform:translateY(40px)}to{opacity:1;filter:blur();transform:translateY(0)}}.hero-subtitle{opacity:0;color:#ffffffe6;max-width:40ch;margin-bottom:2rem;font-size:1.1rem;font-weight:500}.hero-slide.active .hero-subtitle{animation:1s cubic-bezier(.16,1,.3,1) .25s forwards textSlideUp}.hero-cta{background:var(--red);color:#fff;font-size:1rem;font-weight:800;font-family:var(--font);cursor:pointer;letter-spacing:.06em;text-transform:uppercase;opacity:0;transition:transform .25s var(--spring), box-shadow .25s;box-shadow:0 6px 30px var(--red-glow), 0 0 60px #c94e2b26;border:none;border-radius:50px;align-items:center;gap:.6rem;padding:1.1rem 3rem;display:inline-flex;position:relative;overflow:hidden}.hero-cta:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:50%;height:100%;animation:3s ease-in-out 2s infinite ctaShine;position:absolute;top:0;left:-100%}@keyframes ctaShine{0%{left:-100%}25%{left:120%}to{left:120%}}.hero-slide.active .hero-cta{animation:1s cubic-bezier(.16,1,.3,1) .4s forwards textSlideUp}.hero-cta:hover{box-shadow:0 12px 40px var(--red-neon), 0 0 80px #c94e2b33;transform:translateY(-4px)scale(1.06)}.hero-cta:active{transform:scale(.95)}.hero-cta-arrow{font-size:1.3rem;animation:1.2s ease-in-out infinite arrowPulse;display:inline-block}@keyframes arrowPulse{0%,to{transform:translate(0)}50%{transform:translate(8px)}}.hero-image-side{z-index:12;perspective:800px;justify-content:center;align-items:center;display:flex;position:relative}.pulse-ring{opacity:0;z-index:0;border:2px solid #c94e2b4d;border-radius:50%;width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.hero-slide.active .pulse-ring:first-child{animation:2.5s ease-out .2s infinite pulseExpand}.hero-slide.active .pulse-ring:nth-child(2){animation:2.5s ease-out .8s infinite pulseExpand}.hero-slide.active .pulse-ring:nth-child(3){animation:2.5s ease-out 1.4s infinite pulseExpand}@keyframes pulseExpand{0%{opacity:.7;border-width:3px;transform:translate(-50%,-50%)scale(.3)}to{opacity:0;border-width:1px;transform:translate(-50%,-50%)scale(1.8)}}.hero-image-side:before{content:"";z-index:0;border:2px dashed #fff3;border-radius:50%;width:420px;height:420px;animation:30s linear infinite spinOrbit;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes spinOrbit{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.hero-image-side:after{content:"";z-index:0;background:radial-gradient(circle,#c94e2b33 0%,#0000 65%);border-radius:50%;width:320px;height:320px;animation:3s ease-in-out infinite auraPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes auraPulse{0%,to{opacity:1;transform:translate(-50%,-50%)scale(1)}50%{opacity:.5;transform:translate(-50%,-50%)scale(1.15)}}.hero-fluid-assembly{aspect-ratio:1;z-index:5;justify-content:center;align-items:center;width:90%;max-width:400px;display:flex;position:relative}.hero-main-img{object-fit:contain;filter:drop-shadow(0 30px 40px #000000b3);opacity:0;will-change:transform, opacity;border-radius:20px;width:100%;height:100%;-webkit-mask-image:radial-gradient(circle,#000 65%,#0000 95%);mask-image:radial-gradient(circle,#000 65%,#0000 95%)}.hero-main-clean-img{object-fit:contain;filter:drop-shadow(0 20px 30px #0009);opacity:0;will-change:transform, opacity;width:100%;height:100%;transform:translateY(40px)scale(.9)}.hero-slide.active .hero-main-clean-img{animation:1.2s cubic-bezier(.16,1,.3,1) .1s forwards cleanSlideUp,6s ease-in-out 1.5s infinite alternate floatClean}@keyframes cleanSlideUp{0%{opacity:0;filter:blur(8px)drop-shadow(0 20px 30px #0009);transform:translateY(80px)scale(.9)}to{opacity:1;filter:blur()drop-shadow(0 20px 30px #0009);transform:translateY(0)scale(1)}}@keyframes floatClean{0%{transform:translateY(0)rotate(-1deg)}to{transform:translateY(-15px)rotate(1deg)}}.hero-price-tag{background:var(--red);color:#fff;z-index:20;box-shadow:0 8px 25px var(--red-glow);opacity:0;letter-spacing:-.01em;border-radius:50px;padding:.65rem 1.6rem;font-size:1.25rem;font-weight:900;position:absolute;bottom:6%;right:2%}.hero-slide.active .hero-price-tag{animation:priceStamp .4s var(--snap) .9s forwards, priceGlow 2s ease-in-out 1.5s infinite}@keyframes priceStamp{0%{opacity:0;transform:scale(3)rotate(-40deg)}50%{opacity:1;transform:scale(.85)rotate(8deg)}to{opacity:1;transform:scale(1)rotate(-6deg)}}@keyframes priceGlow{0%,to{box-shadow:0 8px 25px var(--red-glow);transform:scale(1)rotate(-6deg)}50%{box-shadow:0 8px 40px var(--red-neon);transform:scale(1.08)rotate(-4deg)}}.slider-arrow{-webkit-backdrop-filter:blur(12px);cursor:pointer;z-index:100;color:#fff;width:54px;height:54px;transition:all .25s var(--spring);background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slider-arrow:hover{background:var(--red);border-color:var(--red);box-shadow:0 0 30px var(--red-glow);transform:translateY(-50%)scale(1.18)}.slider-arrow:active{transform:translateY(-50%)scale(.85)}.slider-arrow.prev{left:1.5rem}.slider-arrow.next{right:1.5rem}.slider-progress{background:linear-gradient(90deg, var(--red), var(--orange), var(--red));z-index:50;height:4px;box-shadow:0 0 16px var(--red-glow);background-size:200% 100%;border-radius:0 2px 2px 0;position:absolute;bottom:0;left:0}.slider-progress.animate{animation:5s linear forwards progressFill,1s ease-in-out infinite progressGlow}@keyframes progressFill{0%{width:0}to{width:100%}}@keyframes progressGlow{0%,to{box-shadow:0 0 12px var(--red-glow)}50%{box-shadow:0 0 24px var(--red-neon)}}.slider-dots{z-index:50;gap:.6rem;display:flex;position:absolute;bottom:1.6rem;left:50%;transform:translate(-50%)}.slider-dot{cursor:pointer;width:36px;height:5px;transition:background .3s, width .4s var(--ease), box-shadow .3s;background:#ffffff26;border:none;border-radius:3px;padding:0}.slider-dot.active{background:#fff;width:56px;box-shadow:0 0 14px #fff6}.value-strip{background:linear-gradient(90deg, var(--red) 0%, #c91a25 50%, var(--red-dark) 100%);color:#fff;overflow:hidden}.value-strip-inner{max-width:var(--max-w);text-transform:uppercase;letter-spacing:.08em;justify-content:center;align-items:center;gap:3rem;margin:0 auto;padding:.9rem 2rem;font-size:.82rem;font-weight:800;display:flex}.value-strip-inner span{white-space:nowrap;align-items:center;gap:.5rem;display:flex}.value-divider{background:#ffffff80;border-radius:50%;flex-shrink:0;width:4px;height:4px}.category-bar{background:var(--dark-card);z-index:900;border-bottom:1px solid var(--border-dark);position:sticky;top:90px}.category-list{max-width:var(--max-w);scrollbar-width:none;gap:0;margin:0 auto;padding:0 2.5rem;display:flex;overflow-x:auto}.category-list::-webkit-scrollbar{display:none}.cat-item{text-transform:uppercase;letter-spacing:.08em;height:54px;color:var(--text-muted);white-space:nowrap;border-bottom:3px solid #0000;align-items:center;padding:0 1.5rem;font-size:.82rem;font-weight:800;transition:color .2s,border-color .2s;display:flex}.cat-item:hover{color:#fff}.cat-item.active{color:var(--red);border-bottom-color:var(--red)}.layout-container{max-width:var(--max-w);grid-template-columns:200px 1fr;gap:2.5rem;margin:0 auto;padding:2rem 2.5rem 5rem;display:grid}.sidebar-nav{flex-direction:column;align-self:start;gap:.2rem;display:flex;position:sticky;top:160px}.sidebar-link{color:var(--text-muted);border-left:3px solid #0000;border-radius:8px;padding:.7rem 1rem;font-size:.88rem;font-weight:600;transition:all .15s}.sidebar-link:hover{color:var(--red);background:#c94e2b0f}.sidebar-link.active{color:var(--red);border-left-color:var(--red);background:#c94e2b14;font-weight:800}.menu-section{padding-bottom:3.5rem}.section-header{align-items:baseline;gap:1rem;margin-bottom:.3rem;display:flex}.section-title{letter-spacing:-.02em;text-transform:uppercase;font-size:2rem;font-weight:900}.section-count{color:var(--text-muted);font-size:.8rem;font-weight:600}.section-subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;font-weight:500}.product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;display:grid}.product-card{background:var(--dark-card);border:1px solid var(--border-dark);cursor:pointer;will-change:transform;transition:transform .3s var(--spring), box-shadow .3s var(--ease), border-color .3s;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.product-card:hover{border-color:#e4202c26;transform:translateY(-8px)scale(1.02);box-shadow:0 12px 40px #00000080,0 0 0 1px #e4202c33}.product-image-container{aspect-ratio:4/3;background:var(--dark-surface);justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;position:relative;overflow:hidden}.product-image-container:after{content:"";pointer-events:none;background:linear-gradient(#ffffff08 0%,#0000 40%);position:absolute;inset:0}.product-image{object-fit:contain;max-width:100%;max-height:100%;transition:transform .4s var(--spring)}.product-card:hover .product-image{transform:scale(1.12)rotate(-2deg)}.product-info{flex-direction:column;flex-grow:1;padding:1.2rem 1.3rem 1.4rem;display:flex}.product-title{letter-spacing:-.01em;text-transform:uppercase;margin-bottom:.35rem;font-size:1rem;font-weight:800;line-height:1.2}.product-title .product-title-inline{color:var(--text-muted);text-transform:none;margin-left:.3rem;font-size:.8rem;font-weight:500}.product-desc{color:var(--text-muted);flex-grow:1;margin-bottom:1rem;font-size:.8rem;line-height:1.45}.variant-selector{background:var(--dark-surface);border:1px solid var(--border-dark);border-radius:8px;gap:.2rem;margin-bottom:.8rem;padding:.2rem;display:flex}.variant-tab{color:var(--text-muted);cursor:pointer;transition:all .2s var(--ease);background:0 0;border:none;border-radius:6px;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:.35rem .5rem;display:flex}.variant-tab:hover{color:#fff;background:#ffffff08}.variant-tab.active{background:var(--red);color:#fff;box-shadow:0 2px 8px var(--red-glow)}.variant-label{text-transform:uppercase;letter-spacing:.02em;font-size:.72rem;font-weight:800}.variant-price-small{opacity:.8;margin-top:1px;font-size:.65rem;font-weight:600}.product-price{color:var(--red);font-variant-numeric:tabular-nums;letter-spacing:-.02em;margin-bottom:.8rem;font-size:1.4rem;font-weight:900}.btn-add{background:var(--red);color:#fff;font-size:.85rem;font-weight:800;font-family:var(--font);cursor:pointer;letter-spacing:.04em;text-transform:uppercase;width:100%;box-shadow:0 4px 12px var(--red-glow);border:none;border-radius:8px;padding:.75rem 1rem;transition:background .2s,transform .12s,box-shadow .2s}.btn-add:hover{background:var(--red-dark);box-shadow:0 6px 20px var(--red-glow);transform:translateY(-1px)}.btn-add:active{transform:translateY(1px)scale(.97)}@media (width<=968px){.layout-container{grid-template-columns:1fr;padding:1.5rem 1rem 3rem}.layout-container>aside{display:none}.value-strip-inner{flex-wrap:wrap;gap:.8rem 2rem;padding:.8rem 1rem;font-size:.75rem}.value-divider{display:none}.hero-slider{height:520px}.hero-slide-content{text-align:center;grid-template-rows:auto auto;grid-template-columns:1fr;align-items:start;padding:1.5rem 1.5rem 0}.hero-text{padding:.5rem 0 0}.hero-image-side{perspective:none;order:2;height:auto;min-height:0;display:flex}.hero-image-side:before{display:none}.hero-image-side:after{width:180px;height:180px}.hero-fluid-assembly{width:70%;max-width:200px}.pulse-ring{width:180px;height:180px}.hero-price-tag{padding:.45rem 1rem;font-size:1rem;bottom:8%;right:8%}.hero-steam,.hero-sash,.hero-sash-bottom{display:none}.hero-title{font-size:2.4rem}.hero-badge{margin:0 auto .8rem}.hero-subtitle{margin:0 auto 1rem;font-size:.95rem}.hero-cta{margin:0 auto;padding:.85rem 2.2rem;font-size:.9rem}.header-container{height:70px;padding:0 1rem}.logo-img{height:50px}.logo-location{display:none}.category-bar{top:70px}.category-list{padding:0 1rem}}@media (width<=640px){.product-grid{grid-template-columns:1fr 1fr;gap:.6rem}.product-info{padding:.8rem}.product-title{font-size:.82rem}.product-desc{display:none}.product-price{margin-bottom:.5rem;font-size:1.05rem}.btn-add{padding:.55rem;font-size:.72rem}.product-image-container{padding:.5rem}.product-card{border-radius:10px}.hero-slider{height:440px}.hero-title{font-size:1.8rem}.logo-img{height:40px}.hero-fluid-assembly{width:50%;max-width:160px}.hero-image-side:after,.pulse-ring{width:140px;height:140px}.hero-price-tag{padding:.35rem .8rem;font-size:.85rem}.header-desktop-only{display:none!important}.hamburger-btn{display:inline-flex!important}.cart-btn{border-radius:50%;justify-content:center;gap:0;width:40px;height:40px;padding:.5rem}.cart-btn-label{display:none}.cart-icon{width:18px;height:18px}.slider-arrow{width:40px;height:40px;font-size:1.4rem}.slider-arrow.prev{left:.6rem}.slider-arrow.next{right:.6rem}.hero-text{padding:1rem 0}.hero-badge{margin-bottom:.8rem;padding:.4rem 1rem;font-size:.72rem}.hero-subtitle{margin-bottom:1.2rem;font-size:.9rem}.hero-cta{padding:.9rem 2rem;font-size:.88rem}.section-title{font-size:1.4rem}.section-subtitle{font-size:.82rem}.value-strip-inner{white-space:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch;justify-content:flex-start;gap:1.2rem;padding:.7rem 1rem;font-size:.7rem;overflow-x:auto}.value-strip-inner::-webkit-scrollbar{display:none}.category-list{gap:0}.cat-item{height:46px;padding:0 1rem;font-size:.75rem}.slider-dots{bottom:1rem}.slider-dot{width:26px;height:4px}.slider-dot.active{width:40px}}@media (width<=420px){.header-container{height:60px;padding:0 .75rem}.logo-img{height:36px}.cart-btn{width:36px;height:36px;padding:.45rem}.cart-icon{width:16px;height:16px}.hero-slider{height:400px}.hero-slide-content{padding:1rem 1rem 0}.hero-title{font-size:1.5rem;line-height:.92}.hero-badge{padding:.35rem .8rem;font-size:.65rem}.hero-subtitle{margin-bottom:.8rem;font-size:.78rem}.hero-cta{padding:.65rem 1.4rem;font-size:.75rem}.hero-fluid-assembly{width:45%;max-width:130px}.hero-image-side:after,.pulse-ring{width:110px;height:110px}.hero-price-tag{padding:.3rem .7rem;font-size:.75rem}.category-bar{top:60px}.cat-item{height:42px;padding:0 .75rem;font-size:.7rem}.section-title{font-size:1.2rem}.section-count{font-size:.7rem}.section-subtitle{margin-bottom:1rem;font-size:.78rem}.product-grid{gap:.5rem}.product-info{padding:.6rem}.product-title{font-size:.75rem}.product-price{margin-bottom:.4rem;font-size:.95rem}.btn-add{border-radius:6px;padding:.5rem;font-size:.68rem}.product-image-container{aspect-ratio:1;padding:.4rem}.product-card{border-radius:8px}.layout-container{padding:1rem .75rem 3rem}.menu-section{padding-bottom:2rem}.slider-arrow{width:34px;height:34px;font-size:1.2rem}.slider-arrow.prev{left:.4rem}.slider-arrow.next{right:.4rem}}.site-footer{color:#ffffffb3;background:#1a1a1a;padding:3.5rem 2.5rem 1.5rem;font-size:.88rem;line-height:1.6}.footer-inner{max-width:var(--max-w);grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin:0 auto;display:grid}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-logo{object-fit:contain;filter:brightness(10);width:auto;height:56px}.footer-tagline{color:#ffffff80;max-width:32ch;font-size:.85rem}.footer-social{gap:.8rem;margin-top:.5rem;display:flex}.footer-social a{color:#ffffffb3;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,color .2s,transform .2s;display:flex}.footer-social a:hover{background:var(--red);color:#fff;transform:translateY(-2px)}.footer-col h4{text-transform:uppercase;letter-spacing:.1em;color:#ffffffe6;margin-bottom:1rem;font-size:.82rem;font-weight:800}.footer-col ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.footer-col li{color:#ffffff80;cursor:default;font-size:.85rem;transition:color .2s}.footer-col a{color:#ffffff80;transition:color .2s}.footer-col a:hover{color:var(--red)}.footer-divider{max-width:var(--max-w);border:none;border-top:1px solid #ffffff14;margin:2rem auto 1rem}.footer-bottom{max-width:var(--max-w);color:#ffffff4d;justify-content:space-between;align-items:center;margin:0 auto;padding:0 2.5rem;font-size:.78rem;display:flex}.footer-bottom a{color:var(--red);font-weight:600}@media (width<=640px){.footer-inner{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-brand{align-items:center}.footer-social{justify-content:center}.footer-col ul{align-items:center}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem;padding:0}.site-footer{padding:2.5rem 1.5rem 1.5rem}}.cart-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9000;background:#0009;animation:.2s fadeIn;position:fixed;inset:0}.cart-drawer{width:420px;max-width:100vw;height:100dvh;color:var(--text-white);z-index:9001;background:#fff;flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideIn;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 40px #0000001a}@keyframes slideIn{to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-drawer-header{border-bottom:1px solid #00000014;align-items:center;gap:.8rem;padding:1.2rem 1.5rem;display:flex}.cart-drawer-header h2{letter-spacing:-.01em;text-transform:uppercase;font-size:1.15rem;font-weight:800}.cart-drawer-count{color:#00000080;font-size:.75rem;font-weight:600}.cart-drawer-close{color:#111;cursor:pointer;background:#0000000f;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:auto;transition:background .15s;display:flex}.cart-drawer-close:hover{background:#0000001f}.cart-drawer-body{scrollbar-width:thin;scrollbar-color:#0000001a transparent;flex:1;padding:1rem 1.5rem;overflow-y:auto}.cart-empty{color:#0006;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:4rem 0;display:flex}.cart-empty p{color:#0009;font-size:1.05rem;font-weight:700}.cart-empty span{font-size:.82rem}.cart-item{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.cart-item-info h4{margin-bottom:.2rem;font-size:.9rem;font-weight:700}.cart-item-unit{color:#00000080;font-size:.72rem}.cart-item-controls{flex-shrink:0;align-items:center;gap:.8rem;display:flex}.cart-qty-group{border:1px solid #0000001f;border-radius:8px;align-items:center;gap:0;display:flex;overflow:hidden}.cart-qty-btn{color:#111;cursor:pointer;background:#0000000a;border:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;font-weight:700;transition:background .12s;display:flex}.cart-qty-btn:hover{background:#0000001a}.cart-qty-value{text-align:center;width:28px;font-size:.85rem;font-weight:700}.cart-item-total{color:#e34a27;text-align:right;min-width:60px;font-size:.88rem;font-weight:800}.cart-item-remove{color:#00000040;cursor:pointer;background:0 0;border:none;padding:4px;transition:color .15s;display:flex}.cart-item-remove:hover{color:#ef4444}.cart-clear-btn{color:#00000080;cursor:pointer;background:0 0;border:1px solid #0000001a;border-radius:6px;margin:1rem auto 0;padding:.5rem 1.2rem;font-size:.75rem;font-weight:600;transition:all .15s;display:block}.cart-clear-btn:hover{color:#ef4444;border-color:#ef44444d}.cart-drawer-footer{padding:1.2rem 1.5rem;padding-bottom:calc(1.2rem + env(safe-area-inset-bottom,0px));background:#f9fafb;border-top:1px solid #00000014;flex-shrink:0;position:sticky;bottom:0}.cart-subtotal{color:#0009;justify-content:space-between;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:flex}.cart-subtotal-value{color:#111;font-size:1.1rem;font-weight:900}.cart-checkout-btn{color:#fff;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;background:#e34a27;border:none;border-radius:10px;width:100%;padding:1rem;font-size:.95rem;font-weight:800;transition:background .2s,transform .1s,box-shadow .2s;box-shadow:0 6px 20px #e34a2766}.cart-checkout-btn:hover{background:#c94e2b;transform:translateY(-1px)}.cart-checkout-btn:active{transform:translateY(1px)scale(.98)}@media (width<=640px){.cart-drawer{width:100vw}.cart-drawer-header{flex-shrink:0;padding:1rem}.cart-drawer-body{padding:.8rem 1rem}.cart-drawer-footer{padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}}.order-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9500;background:#000000b3;animation:.2s fadeIn;position:fixed;inset:0}.order-sheet{max-height:92vh;color:var(--text-white);z-index:9501;background:#fff;border-radius:24px 24px 0 0;flex-direction:column;animation:.35s cubic-bezier(.16,1,.3,1) forwards sheetUp;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 40px #0000001a}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.order-sheet-header{border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;display:flex}.order-sheet-header h2{text-transform:uppercase;letter-spacing:-.01em;font-size:1.15rem;font-weight:800}.order-sheet-close{color:#111;cursor:pointer;background:#0000000f;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.order-sheet-close:hover{background:#0000001f}.order-sheet-body{scrollbar-width:thin;flex:1;padding:1.2rem 1.5rem 2rem;overflow-y:auto}.order-summary-section{background:#00000005;border:1px solid #0000000f;border-radius:12px;margin-bottom:1.5rem;padding:1rem 1.2rem}.order-summary-section h3{text-transform:uppercase;letter-spacing:.08em;color:#00000080;margin-bottom:.8rem;font-size:.75rem;font-weight:700}.order-summary-item{color:#000c;justify-content:space-between;padding:.35rem 0;font-size:.85rem;display:flex}.order-summary-total{color:#e34a27;border-top:1px solid #00000014;justify-content:space-between;margin-top:.6rem;padding-top:.6rem;font-size:1rem;font-weight:900;display:flex}.order-field-group{margin-bottom:1.2rem}.order-label{text-transform:uppercase;letter-spacing:.06em;color:#0009;margin-bottom:.5rem;font-size:.78rem;font-weight:700;display:block}.order-input{color:#111;box-sizing:border-box;background:#00000008;border:1px solid #0000001a;border-radius:10px;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.92rem;transition:border-color .2s}.order-input:focus{background:#e34a270d;border-color:#e34a27;outline:none}.order-input::placeholder{color:#0006}.order-textarea{resize:vertical;min-height:60px}.order-location-btn{color:#0009;cursor:pointer;background:0 0;border:1px dashed #0003;border-radius:8px;width:100%;margin-top:.5rem;padding:.5rem 1rem;font-size:.78rem;font-weight:600;transition:all .15s}.order-location-btn:hover{color:#e34a27;border-color:#e34a27}.order-toggle-group{flex-wrap:wrap;gap:.5rem;display:flex}.order-toggle{color:#000000b3;cursor:pointer;text-align:center;background:#00000008;border:1px solid #0000001a;border-radius:10px;flex:1;min-width:80px;padding:.7rem .8rem;font-size:.82rem;font-weight:700;transition:all .15s}.order-toggle:hover{color:#111;border-color:#0000004d}.order-toggle.active{color:#e34a27;background:#e34a271f;border-color:#e34a27}.order-submit-btn{color:#fff;cursor:pointer;letter-spacing:.02em;background:#25d366;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;width:100%;margin-top:.5rem;padding:1.1rem;font-size:1rem;font-weight:800;transition:background .2s,transform .1s;display:flex;box-shadow:0 6px 24px #25d36659}.order-submit-btn:hover{background:#1fb855;transform:translateY(-1px)}.order-submit-btn:active{transform:translateY(1px)scale(.98)}.order-submit-btn svg{flex-shrink:0}.order-status-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.order-spinner{border:3px solid #0000001a;border-top-color:#e34a27;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.order-success-icon,.order-error-icon{font-size:3rem}.order-success h3,.order-error h3{font-size:1.3rem;font-weight:800}.order-number-display{color:#e34a27;background:#e34a2714;border:1px solid #e34a2733;border-radius:8px;padding:.5rem 1.2rem;font-size:1.1rem;font-weight:800}.order-success-text{color:#0009;font-size:.88rem;line-height:1.5}.order-done-btn,.order-retry-btn{cursor:pointer;border:none;border-radius:10px;margin-top:1rem;padding:.8rem 2rem;font-size:.88rem;font-weight:700;transition:all .15s}.order-done-btn{color:#111;background:#00000014}.order-done-btn:hover{background:#00000026}.order-retry-btn{color:#fff;background:#e34a27}@media (width>=641px){.order-sheet{border-radius:24px;width:480px;max-height:85vh;animation:.3s cubic-bezier(.16,1,.3,1) forwards sheetPop;inset:50% auto auto 50%;transform:translate(-50%,-50%)}@keyframes sheetPop{0%{opacity:0;transform:translate(-50%,-45%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.location-section{width:100%;margin:6rem 0;position:relative;overflow:hidden}.location-header{text-align:center;margin-bottom:2rem}.location-header h2{text-transform:uppercase;color:var(--text-white);letter-spacing:.05em;font-size:2rem;font-weight:900}.location-map-wrapper{border:1px solid #ffffff0d;border-radius:20px;width:100%;max-width:1200px;height:650px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}.location-map{z-index:1;background-color:#1a1a1a;width:100%;height:100%}.leaflet-container{font-family:Inter,system-ui,sans-serif!important}.leaflet-control-zoom a{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#111!important;background:#fffc!important;border-color:#0000001a!important}.leaflet-control-zoom a:hover{background:#f0f0f0!important}.leaflet-popup-content-wrapper{border:1px solid #0000001a;color:#111!important;background:#fff!important;box-shadow:0 4px 15px #0000001a!important}.leaflet-popup-tip{background:#fff!important}.custom-pulsing-marker{width:24px;height:24px;position:relative}.marker-core{z-index:2;background:#e34a27;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #e34a27}.marker-pulse-ring{z-index:1;background:#e34a2766;border-radius:50%;width:24px;height:24px;animation:2s ease-out infinite mapPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes mapPulse{0%{opacity:1;transform:translate(-50%,-50%)scale(.8)}to{opacity:0;transform:translate(-50%,-50%)scale(3)}}.custom-landmark-marker{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.landmark-svg-container{color:#111;z-index:10;background:#fffffff2;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 4px 15px #0000001a}.landmark-label{color:#111;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;text-transform:uppercase;letter-spacing:.05em;background:#ffffffe6;border:1px solid #0000001a;border-radius:6px;margin-top:6px;padding:4px 10px;font-size:.75rem;font-weight:800;box-shadow:0 4px 12px #0000001a}.custom-landmark-marker.label-top{flex-direction:column-reverse}.custom-landmark-marker.label-top .landmark-label{margin-top:0;margin-bottom:6px}.tchick-ici-wrapper{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.tchick-ici-label{color:#fff;white-space:nowrap;z-index:15;background:#e34a27;border-radius:12px;padding:6px 14px;font-size:.8rem;font-weight:900;position:absolute;bottom:calc(50% + 75px);left:calc(50% + 55px);box-shadow:0 4px 15px #e34a2799}.tchick-diagonal-arrow{z-index:14;position:absolute;bottom:50%;left:50%;overflow:visible}.location-glass-card{-webkit-backdrop-filter:blur(16px);z-index:1000;background:#ffffffd9;border:1px solid #0000001a;border-radius:16px;width:320px;padding:2rem;transition:transform .3s;position:absolute;top:50%;left:3rem;transform:translateY(-50%);box-shadow:0 10px 40px #0000001a}.location-glass-card h3{color:#111;border-bottom:1px solid #0000001a;margin-top:0;margin-bottom:1.5rem;padding-bottom:.8rem;font-size:1.4rem;font-weight:900}.location-info-line{color:#000c;align-items:flex-start;gap:.8rem;margin-bottom:1.2rem;font-size:.9rem;line-height:1.4;display:flex}.location-icon{font-size:1.2rem}.location-info-line a{color:#e34a27;font-weight:700;text-decoration:none}.location-info-line p{margin:0}.location-btn{color:#fff;background:#e34a27;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.8rem;font-size:.9rem;font-weight:800;text-decoration:none;transition:transform .2s,background .2s;display:flex;box-shadow:0 4px 15px #e34a274d}.location-btn:hover{background:#c93b1b;transform:translateY(-2px)}@media (width<=768px){.location-map-wrapper{border-radius:0;height:750px}.location-glass-card{width:90%;max-width:360px;padding:1.5rem;top:auto;bottom:2rem;left:50%;transform:translate(-50%)}}
