.home-root{-webkit-font-smoothing:antialiased;background:#f8faf9;justify-content:center;align-items:center;min-height:100dvh;font-family:Inter,-apple-system,system-ui,sans-serif;display:flex;position:relative;overflow:hidden}.home-marquee-wrap{z-index:2;height:145px;position:absolute;top:16px;left:0;right:0;overflow:hidden}.home-marquee-fade-l,.home-marquee-fade-r{z-index:3;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.home-marquee-fade-l{background:linear-gradient(90deg,#f8faf9,#0000);left:0}.home-marquee-fade-r{background:linear-gradient(270deg,#f8faf9,#0000);right:0}.home-marquee-track{gap:16px;width:max-content;animation:50s linear infinite marqueeScroll;display:flex}.home-marquee-wrap:hover .home-marquee-track{animation-play-state:paused}.home-mcard{cursor:default;border-radius:12px;flex-shrink:0;width:98px;height:129px;position:relative;overflow:hidden}.home-mcard-img{object-fit:cover;width:100%;height:100%;filter:grayscale(var(--gs,100%));transition:filter .15s ease-out}.home-mcard-overlay{-webkit-backdrop-filter:blur(8px);background:#ffffffd9;border-radius:0 0 12px 12px;padding:5px 8px;position:absolute;bottom:0;left:0;right:0}.home-mcard-name{color:#0a0a0a;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.home-mcard-role{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (min-width:768px){.home-marquee-wrap{height:200px;top:12px}.home-mcard{border-radius:14px;width:140px;height:182px}.home-mcard-overlay{border-radius:0 0 14px 14px;padding:7px 10px}.home-mcard-name{font-size:12px}.home-mcard-role{font-size:10px}.home-marquee-fade-l,.home-marquee-fade-r{width:120px}.home-marquee-track{gap:20px}}.home-badge-wrap{z-index:2;justify-content:center;display:flex;position:absolute;top:155px;left:0;right:0}.home-marquee-stat{color:#fff;letter-spacing:.08em;background:linear-gradient(135deg,#166534,#22c55e,#166534) 0 0/200% 100%;border-radius:100px;padding:8px 24px;font-size:11px;font-weight:700;animation:3s linear infinite badgeShimmer;display:inline-block;box-shadow:0 2px 12px #22c55e4d}@keyframes badgeShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width:768px){.home-badge-wrap{top:208px}.home-marquee-stat{padding:9px 28px;font-size:12px}}.home-layer{opacity:0;pointer-events:none;transition:opacity .8s ease-out}.home-layer.visible{opacity:1}.home-content,.home-locations,.home-marquee-wrap{pointer-events:auto}.home-grain,.home-grain.visible{pointer-events:none!important}.home-grain{pointer-events:none;z-index:3;opacity:.08;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px;position:absolute;inset:0}.home-content{z-index:2;text-align:center;flex-direction:column;align-items:center;padding:60px 20px 0;display:flex;position:relative}@media (min-width:768px){.home-content{padding-top:0}}.home-shutter{justify-content:center;gap:0;height:clamp(14px,3vw,28px);margin-top:8px;margin-bottom:12px;display:flex;overflow:visible}.home-shutter .shutter-char:before{opacity:0;animation:none}.home-shutter .shutter-slice-inner{animation:none;transform:translate(-110%)}.home-shutter .shutter-slice-mid .shutter-slice-inner{transform:translate(110%)}.home-shutter.active .shutter-char:before{animation:.6s ease-out forwards charFadeIn;animation-delay:var(--char-delay)}.home-shutter.active .shutter-slice-top .shutter-slice-inner{animation:.5s cubic-bezier(.16,1,.3,1) forwards sliceSweepRight;animation-delay:var(--slice-delay)}.home-shutter.active .shutter-slice-mid .shutter-slice-inner{animation:.5s cubic-bezier(.16,1,.3,1) forwards sliceSweepLeft;animation-delay:calc(var(--slice-delay) + 80ms)}.home-shutter.active .shutter-slice-bot .shutter-slice-inner{animation:.5s cubic-bezier(.16,1,.3,1) forwards sliceSweepRight;animation-delay:calc(var(--slice-delay) + .16s)}.home-shutter.active .shutter-char:before{background:linear-gradient(120deg,#0a0a0a 0% 35%,#16a34a 48%,#22c55e 52%,#0a0a0a 65% 100%) 0 0/250% 100%;-webkit-text-fill-color:transparent;animation:.6s ease-out forwards charFadeIn,4s linear 1.5s infinite shimmerText;animation-delay:var(--char-delay), calc(var(--char-delay) + 1s);-webkit-background-clip:text;background-clip:text}.shutter-char{letter-spacing:.25em;color:#0000;font-size:clamp(14px,3vw,28px);font-weight:800;line-height:1;display:inline-block;position:relative}.shutter-char:before{content:attr(data-char);color:#0a0a0a;opacity:0;position:absolute;inset:0}.shutter-slice{color:#22c55e;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;position:absolute;left:0;right:0;overflow:hidden}.shutter-slice-inner{display:block}.shutter-slice-top{height:35%;top:0}.shutter-slice-mid{height:30%;top:35%}.shutter-slice-bot{height:35%;top:65%}@keyframes sliceSweepRight{0%{opacity:1;transform:translate(-110%)}50%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(110%)}}@keyframes sliceSweepLeft{0%{opacity:1;transform:translate(110%)}50%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-110%)}}@keyframes charFadeIn{0%{opacity:0;filter:blur(4px)}to{opacity:1;filter:blur()}}@keyframes shimmerText{0%{background-position:200% 0}to{background-position:-200% 0}}.home-headline{text-align:center;perspective:800px;margin-bottom:40px}.home-headline h1{color:#0a0a0a;letter-spacing:-.03em;font-size:clamp(32px,8vw,54px);font-weight:800;line-height:1.1}@media (min-width:768px){.home-headline h1{font-size:clamp(44px,5.5vw,64px)}}@media (min-width:1200px){.home-headline h1{font-size:clamp(56px,5vw,72px)}}.home-line1{opacity:0;filter:blur(20px);transform-origin:bottom;animation:1.8s cubic-bezier(.16,1,.3,1) forwards line1Reveal;display:block;transform:translateY(60px)scale(.85)rotateX(-20deg)}@keyframes line1Reveal{0%{opacity:0;filter:blur(20px);transform:translateY(60px)scale(.85)rotateX(-20deg)}40%{opacity:1;filter:blur(6px)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)rotateX(0)}}.home-line2{clip-path:inset(0 100% 0 0);animation:1.4s cubic-bezier(.77,0,.175,1) .8s forwards line2Reveal;display:block}@keyframes line2Reveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}.home-buttons{flex-direction:column;align-items:center;gap:10px;width:100%;max-width:300px;display:flex}@media (min-width:768px){.home-buttons{flex-direction:row;justify-content:center;max-width:none}.home-btn{width:auto;padding:0 32px}}.home-btn{letter-spacing:.02em;cursor:pointer;opacity:0;pointer-events:none;border:none;border-radius:10px;justify-content:center;align-items:center;width:100%;height:48px;font-family:inherit;font-size:14px;font-weight:700;text-decoration:none;transition:transform .12s,box-shadow .12s;display:flex;transform:translateY(16px)}.home-buttons.active .home-btn{animation:.5s ease-out forwards btnFadeUp;animation-delay:var(--btn-delay);pointer-events:auto}.home-btn:hover{transform:translateY(-2px)}.home-btn:active{transform:translateY(0)scale(.98)}.home-btn-1{color:#fff;background:#22c55e;box-shadow:0 4px 20px #22c55e40}.home-buttons.active .home-btn-1{animation:.5s ease-out forwards btnFadeUp,2.5s ease-in-out 1s infinite glowPulse;animation-delay:var(--btn-delay), 1s}.home-btn-1:hover{box-shadow:0 6px 32px #22c55e66}.home-btn-2{color:#fff;background:#0a0a0a}.home-btn-2:hover{box-shadow:0 4px 16px #00000026}.home-btn-3{color:#737373;background:0 0;border:1px solid #d4d4d4}.home-btn-3:hover{color:#404040;border-color:#a3a3a3}@keyframes btnFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes glowPulse{0%,to{box-shadow:0 4px 20px #22c55e40}50%{box-shadow:0 4px 40px #22c55e73,0 0 60px #22c55e26}}.home-locations{z-index:2;justify-content:center;gap:8px;display:flex;position:absolute;bottom:20px;left:0;right:0}.home-locations .home-loc-card{opacity:0;transform:translateY(8px)}.home-locations.active .home-loc-card{animation:.4s ease-out forwards btnFadeUp}.home-locations.active .home-loc-card:first-child{animation-delay:.3s}.home-locations.active .home-loc-card:nth-child(2){animation-delay:.45s}.home-loc-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;align-items:center;gap:10px;padding:8px 14px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 1px 4px #0000000a}.home-loc-card:hover{transform:translateY(-1px);box-shadow:0 3px 12px #00000014}.home-loc-pin{flex-shrink:0}.home-loc-name{color:#0a0a0a;font-size:12px;font-weight:700;line-height:1.2}.home-loc-sub{color:#737373;font-size:10px}@media (min-width:768px){.home-locations{gap:12px;bottom:48px}.home-loc-card{padding:10px 16px}.home-loc-pin{width:20px;height:20px}.home-loc-name{font-size:13px}.home-loc-sub{font-size:11px}}@media (max-width:480px){.home-buttons{max-width:260px}.home-headline{margin-bottom:32px}.home-shutter{margin-bottom:14px}}@media (prefers-reduced-motion:reduce){.home-shutter .shutter-slice-inner,.home-line1,.home-line2,.home-btn{opacity:1!important;filter:none!important;clip-path:none!important;animation:none!important;transform:none!important}}.home-admin-btn{z-index:9999;isolation:isolate;pointer-events:auto;color:#d4d4d4;letter-spacing:.12em;-webkit-backdrop-filter:blur(8px);opacity:0;background:#0a0a0a8c;border:1px solid #22c55e40;border-radius:999px;align-items:center;gap:.45rem;padding:.5rem .85rem;font-size:.72rem;font-weight:700;text-decoration:none;transition:all .18s;display:inline-flex;position:fixed;bottom:18px;right:18px;transform:translateY(8px)}.home-admin-btn.visible{opacity:1;transform:translateY(0)}.home-admin-btn:hover{color:#22c55e;background:#22c55e2e;border-color:#22c55e8c;transform:translateY(-2px)}.home-admin-btn svg{opacity:.8;flex-shrink:0}.home-admin-btn:hover svg{opacity:1}@media (max-width:600px){.home-admin-btn{padding:.4rem .7rem;font-size:.65rem;bottom:12px;right:12px}}.home-maint{background:#0a0a0a;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex;position:relative}.home-maint__card{text-align:center;-webkit-backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #22c55e33;border-radius:16px;width:100%;max-width:440px;padding:2.5rem 2rem}.home-maint__brand{letter-spacing:.32em;color:#22c55e;margin-bottom:1.5rem;font-size:.7rem;font-weight:800}.home-maint__icon{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.home-maint__titulo{color:#fff;letter-spacing:-.02em;margin:0 0 .85rem;font-size:1.6rem;font-weight:700}.home-maint__msg{color:#ffffffb3;margin:0 0 1.75rem;font-size:.95rem;line-height:1.55}.home-maint__wpp{color:#fff;background:#25d366;border-radius:10px;justify-content:center;align-items:center;padding:.75rem 1.4rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .15s;display:inline-flex}.home-maint__wpp:hover{transform:translateY(-1px)}
