:root{--color-pits-green: #00964b;--color-pits-green-dark: #007a3d;--color-pits-mint: #e8f5e9;--color-pits-red: #e31b23;--font-sans: "Montserrat", ui-sans-serif, system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100dvh;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;overflow-x:hidden;overflow-y:hidden}.animated-bg{position:fixed;inset:0;z-index:-1;overflow:hidden;background:linear-gradient(135deg,#e8f5e9,#f1f8f4 40%,#fff)}.animated-bg:before,.animated-bg:after{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.55;animation:float-blob 18s ease-in-out infinite}.animated-bg:before{width:55vw;height:55vw;max-width:600px;max-height:600px;top:-10%;left:-5%;background:radial-gradient(circle,#b8e6c8 0%,#e8f5e9 70%,transparent 100%)}.animated-bg:after{width:45vw;height:45vw;max-width:500px;max-height:500px;bottom:15%;right:-8%;background:radial-gradient(circle,#a5d6a7 0%,#f1f8f4 60%,transparent 100%);animation-delay:-9s;animation-direction:reverse}.animated-bg__orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.4;animation:float-orb 22s ease-in-out infinite}.animated-bg__orb--1{width:35vw;height:35vw;max-width:400px;max-height:400px;top:40%;left:30%;background:radial-gradient(circle,#c8e6c9 0%,transparent 70%);animation-delay:-4s}.animated-bg__orb--2{width:25vw;height:25vw;max-width:280px;max-height:280px;top:10%;right:20%;background:radial-gradient(circle,#dcedc8 0%,transparent 70%);animation-delay:-12s;animation-duration:16s}@keyframes float-blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(5%,8%) scale(1.08)}66%{transform:translate(-4%,4%) scale(.95)}}@keyframes float-orb{0%,to{transform:translate(0) scale(1);opacity:.35}50%{transform:translate(-6%,-10%) scale(1.12);opacity:.5}}.page{display:flex;flex-direction:column;min-height:100dvh}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem 1.5rem 7rem;max-width:60rem;margin:0 auto;width:100%}.logo-pits{font-size:clamp(4rem,14vw,7rem);font-weight:800;font-style:italic;line-height:1;color:var(--color-pits-red);letter-spacing:-.02em;margin:2rem 0;text-shadow:-2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff,0 -2px 0 #fff,0 2px 0 #fff,-2px 0 0 #fff,2px 0 0 #fff,4px 6px 0 var(--color-pits-green),6px 8px 0 rgba(0,150,75,.35)}.hero__text{margin:2rem 0 0;font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.65;color:#1a1a1a}.hero__text strong{font-weight:700}.hero__cta{margin:2.5rem 0 1.25rem;font-size:clamp(1.1rem,3vw,1.35rem);font-weight:700;color:#1a1a1a}.hero__stores{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.store-btn{display:inline-flex;align-items:center;gap:.65rem;padding:.5rem 4rem;border-radius:9999px;background-color:var(--color-pits-green);color:#fff;font-weight:600;font-size:1rem;text-decoration:none;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #00964b40}.store-btn:hover{background-color:var(--color-pits-green-dark);transform:translateY(-2px);box-shadow:0 6px 20px #00964b59}.store-btn:active{transform:translateY(0)}.store-btn svg{width:1.35rem;height:1.35rem;flex-shrink:0}.footer-curve{position:relative;background-color:var(--color-pits-green);color:#fff;margin-top:auto;min-height:clamp(220px,28vh,300px);display:flex;align-items:center;justify-content:center;padding:1.5rem;box-sizing:border-box}.footer-curve:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:140%;height:180px;top:-40px;background:var(--color-pits-green);border-radius:50%}.footer-curve__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;max-width:32rem;width:100%;text-align:center;transform:translateY(-18px)}.footer__text{margin:0;font-size:clamp(.95rem,2.5vw,1.05rem);line-height:1.6;font-weight:500}.footer__social{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.social-btn{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;background-color:#fff;color:var(--color-pits-green);transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #0000001f}.social-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 4px 14px #0000002e}.social-btn svg{width:1.25rem;height:1.25rem}@media(max-width:480px){.hero__stores{flex-direction:column;align-items:stretch}.store-btn{justify-content:center}}@media(prefers-reduced-motion:reduce){.animated-bg:before,.animated-bg:after,.animated-bg__orb{animation:none}}
