@import "https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,700;1,700&family=Outfit:wght@400;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap";:root{--yellow:#f2c300;--yellow-light:#ffd84d;--yellow-dark:#b88900;--yellow-pale:#fff3b8;--safety-red:#c43a2f;--dark:#171713;--dark-mid:#272721;--dark-light:#3a3a33;--dark-section:#23231e;--steel:#5c6468;--white:#fff;--bg-page:#fafaf6;--bg-section:#efede4;--bg-card:#fff;--border:#d8d5c8;--text:#1e1e1a;--text-muted:#666b67;--text-light:#9ea19a;--primary:var(--yellow);--primary-hover:var(--yellow-light);--primary-dark:var(--yellow-dark);--secondary:var(--dark);--font-script:"Lobster Two", "Lobster", cursive;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--r-sm:5px;--r-md:10px;--r-lg:16px;--sh-sm:0 1px 3px #17171314;--sh-md:0 4px 12px #1717131a;--sh-lg:0 10px 30px #17171324;--sh-xl:0 20px 50px #17171333;--sh-yellow:0 4px 18px #f2c30057;--transition:all .26s cubic-bezier(.4,0,.2,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-page);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.65}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:800;line-height:1.15}a{color:inherit;transition:var(--transition);text-decoration:none}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}img{max-width:100%;display:block}ul{list-style:none}.brand-script{font-family:var(--font-script);letter-spacing:0}.container{max-width:1240px;margin:0 auto;padding:0 24px}@media (width<=600px){.container{padding:0 16px}}section{scroll-margin-top:78px}.btn{border-radius:var(--r-sm);font-family:var(--font-body);letter-spacing:0;transition:var(--transition);white-space:nowrap;cursor:pointer;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:.8rem 1.6rem;font-size:.88rem;font-weight:700;display:inline-flex}.btn-primary{background:var(--yellow);color:var(--dark);border:2px solid var(--yellow);box-shadow:var(--sh-yellow)}.btn-primary:hover{background:var(--yellow-light);border-color:var(--yellow-light);transform:translateY(-2px);box-shadow:0 6px 22px #f2c30075}.btn-secondary{background:var(--dark);color:var(--yellow);border:2px solid var(--dark)}.btn-secondary:hover{background:var(--dark-mid);border-color:var(--dark-mid);transform:translateY(-2px)}.btn-outline-yellow{color:var(--yellow);border:2px solid var(--yellow);background:0 0}.btn-outline-yellow:hover{background:var(--yellow);color:var(--dark);box-shadow:var(--sh-yellow)}.btn-outline-white{color:var(--white);background:0 0;border:2px solid #ffffff8c}.btn-outline-white:hover{border-color:var(--white);background:#ffffff1a}.btn-outline-dark{color:var(--dark);border:2px solid var(--dark);background:0 0}.btn-outline-dark:hover{background:var(--dark);color:var(--white)}.section-tag{background:var(--yellow-pale);color:var(--dark);letter-spacing:0;text-transform:uppercase;border:1px solid var(--yellow-dark);border-radius:100px;margin-bottom:.75rem;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.section-tag.light{color:var(--yellow);background:#f2c30029;border-color:#f2c3004d}.section-title{margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.5rem)}.section-subtitle{color:var(--text-muted);max-width:640px;font-size:1.05rem}.form-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:0;margin-bottom:4px;font-size:.78rem;font-weight:600;display:block}.form-input{border:1.5px solid var(--border);border-radius:var(--r-sm);width:100%;font-family:var(--font-body);color:var(--text);background:var(--white);transition:var(--transition);outline:none;padding:.72rem .9rem;font-size:16px}.form-input:focus{border-color:var(--yellow-dark);box-shadow:0 0 0 3px #f2c30029}.form-input.error{border-color:var(--safety-red)}.form-error{color:var(--safety-red);margin-top:3px;font-size:.75rem}select.form-input{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%237A7A68' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");background-position:right .9rem center;background-repeat:no-repeat;background-size:1em}.page-hero{background:var(--dark);text-align:center;color:var(--white);padding:8rem 0 4rem;position:relative}.page-hero:after{content:"";background:linear-gradient(to top, var(--bg-page), transparent);height:60px;position:absolute;bottom:0;left:0;right:0}.page-hero h1{color:var(--white);margin-bottom:.5rem}.page-hero p{color:#fff9;max-width:600px;margin:0 auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-section)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.header{z-index:1000;align-items:center;height:78px;transition:background .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.header.transparent{background:0 0}.header.scrolled{background:var(--dark);box-shadow:0 2px 16px #00000040}.header-inner{justify-content:space-between;align-items:center;gap:1rem;width:100%;height:100px;display:flex}.header-logo-link{flex-shrink:0;align-items:center;display:flex}.header-logo-img-final{object-fit:contain;width:auto;height:85px;transition:transform .3s}.header-logo-link:hover .header-logo-img-final{transform:scale(1.05)}.nav-links{flex:1;justify-content:center;align-items:center;gap:1.75rem;display:flex}.nav-link{font-family:var(--font-body);color:#ffffffbf;padding-bottom:2px;font-size:.88rem;font-weight:600;transition:color .2s;position:relative}.nav-link:after{content:"";background:var(--yellow);border-radius:2px;width:0;height:2px;transition:width .22s;position:absolute;bottom:-3px;left:0}.nav-link:hover,.nav-link.active{color:var(--yellow)}.nav-link:hover:after,.nav-link.active:after{width:100%}.header-ctas{flex-shrink:0;align-items:center;gap:10px;display:flex}.header-phone{color:#ffffffb3;white-space:nowrap;align-items:center;gap:5px;font-size:.85rem;font-weight:700;display:flex}.header-phone:hover{color:var(--yellow)}.hamburger-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.hamburger-btn span{background:var(--white);width:22px;height:2px;transition:var(--transition);border-radius:2px;display:block}.mobile-nav{background:var(--dark);z-index:999;border-top:3px solid var(--yellow);flex-direction:column;gap:0;height:calc(100vh - 78px);padding:1.5rem 1.5rem 2rem;display:none;position:fixed;top:78px;left:0;right:0;overflow-y:auto;box-shadow:0 8px 30px #0000004d}.mobile-nav.open{display:flex}.mobile-nav .nav-link{color:#fffc;border-bottom:1px solid #ffffff12;padding:.8rem 0;font-size:1rem}.mobile-nav .nav-link:hover{color:var(--yellow)}.mobile-nav .btn{justify-content:center;width:100%;margin-top:1rem}@media (width<=960px){.nav-links,.header-phone{display:none}.hamburger-btn{display:flex}}@media (width<=480px){.header-logo-img-final{height:55px}}.footer{background:var(--dark);color:var(--white);border-top:4px solid var(--yellow);padding:4.5rem 0 0}.footer-grid{border-bottom:1px solid #ffffff12;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-logo-wrap{align-items:center;height:90px;margin-bottom:1.5rem;display:flex}.footer-logo-img-final{object-fit:contain;width:auto;height:100%}.footer-brand p{color:#ffffff73;max-width:300px;margin-bottom:1.5rem;font-size:.88rem;line-height:1.65}.social-row{gap:10px;display:flex}.social-btn{width:38px;height:38px;transition:var(--transition);color:#fff9;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-btn:hover{background:var(--yellow);border-color:var(--yellow);color:var(--dark)}.f-col-title{font-family:var(--font-heading);color:var(--yellow);text-transform:uppercase;letter-spacing:0;margin-bottom:1.25rem;font-size:.88rem;font-weight:800}.f-links li{margin-bottom:.6rem}.f-links a{color:#ffffff73;font-size:.88rem}.f-links a:hover{color:var(--yellow);padding-left:4px}.f-loc{margin-bottom:1.25rem}.f-loc-name{color:#ffffffd9;margin-bottom:.35rem;font-size:.9rem;font-weight:700}.f-loc-detail{color:#ffffff73;font-size:.83rem;line-height:1.6}.f-loc-detail a{color:#ffffff73}.f-loc-detail a:hover{color:var(--yellow)}.f-hours-row{color:#fff6;border-bottom:1px solid #ffffff0d;justify-content:space-between;padding:4px 0;font-size:.82rem;display:flex}.f-hours-row:last-child{border:none}.f-hours-row span:first-child{color:#ffffffb3;font-weight:600}.f-closed{color:#ffffff40!important}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;display:flex}.footer-bottom p{color:#ffffff40;font-size:.8rem}.footer-bottom a{color:#ffffff40}.footer-bottom a:hover{color:var(--yellow)}@media (width<=1000px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.hero{background-position:50% 45%;background-size:cover;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-overlay{background:linear-gradient(100deg,#0a0a08f0 0%,#11110dd1 48%,#11110d80 100%);position:absolute;inset:0}.hero-overlay:after{content:"";background:linear-gradient(90deg,#f2c3001a 0%,#0000 40%);position:absolute;inset:0}.hero-container-centered{z-index:2;width:100%;padding:120px 0 60px;position:relative}.hero-top-row{justify-content:space-between;align-items:flex-start;gap:4rem;margin-bottom:4rem;padding:0 4rem;display:flex}.hero-logo-box{flex:1;max-width:580px;margin-top:-15px}.hero-logo-img{object-fit:contain;filter:drop-shadow(0 4px 15px #00000080);width:100%;max-width:550px;height:auto;display:block}.hero-bottom-content{text-align:center;width:100%}.hero-bottom-content h1{color:var(--white);letter-spacing:0;max-width:980px;margin:0 auto 1rem;font-size:clamp(2.2rem,5vw,4.6rem)}.hero-subtitle{font-family:var(--font-body);color:#ffffffd9;max-width:900px;margin:0 auto 2.5rem;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.6}.hero-badge{background:var(--yellow);color:var(--dark);letter-spacing:0;text-transform:uppercase;border-radius:100px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:6px 16px;font-size:.75rem;font-weight:800;display:inline-flex}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-bottom:.9rem;display:flex}.hero-action-btn{width:218px;min-height:64px;padding:1rem 1.4rem;font-size:1.05rem}.hero-hours-note{color:#fff9;text-align:center;margin:0 auto 3rem;font-size:.85rem}.hero-trust{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.hero-trust-pill{color:#ffffffe6;background:#ffffff14;border:1px solid #ffffff26;border-radius:100px;align-items:center;gap:8px;padding:7px 16px;font-size:.85rem;font-weight:600;display:flex}.hero-trust-pill svg{color:var(--yellow);flex-shrink:0}.hero-card{background:var(--white);border-radius:var(--r-lg);box-shadow:var(--sh-xl);border-top:4px solid var(--yellow);width:100%;max-width:420px;margin-top:15px;overflow:hidden}.hero-card-header{background:var(--dark);padding:1.2rem 1.75rem}.hero-card-header h3{font-family:var(--font-heading);color:var(--yellow);letter-spacing:0;font-size:1.05rem;font-weight:800}.hero-card-header p{color:#ffffff8c;margin-top:2px;font-size:.78rem}.hero-card-body{padding:1.6rem}.facebook-request-card{text-align:center;flex-direction:column;align-items:center;padding:1.5rem;display:flex}.messenger-promo{margin-bottom:1.5rem}.messenger-icon-container{justify-content:center;margin-bottom:1rem;display:flex}.messenger-large-icon{filter:drop-shadow(0 4px 10px #006aff40);animation:3s ease-in-out infinite floatIcon}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.messenger-promo h4{font-family:var(--font-heading);color:var(--dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.messenger-promo p{color:var(--text-muted);font-size:.88rem;line-height:1.5}.btn-messenger{border-radius:var(--r-sm);width:100%;transition:var(--transition);background:linear-gradient(135deg,#00b2ff 0%,#006aff 50%,#7600ff 100%);border:none;padding:.9rem 1.5rem;font-weight:700;box-shadow:0 4px 15px #006aff59;color:var(--white)!important}.card-divider{width:100%;color:var(--text-light);letter-spacing:.05em;align-items:center;margin:1.25rem 0;font-size:.75rem;font-weight:700;display:flex}.card-divider:before,.card-divider:after{content:"";border-bottom:1px solid var(--border);flex:1}.card-divider span{padding:0 10px}.btn-card-phone{width:100%;margin-bottom:1.25rem}.facebook-page-link{color:var(--steel);transition:var(--transition);align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:inline-flex}.facebook-page-link svg{color:var(--steel);transition:var(--transition)}.facebook-page-link:hover,.facebook-page-link:hover svg{color:#1877f2}@media (width<=1024px){.hero-container-centered{padding:90px 0 40px}.hero-top-row{text-align:center;flex-direction:column;align-items:center;gap:3rem;padding:0}.hero-logo-box{max-width:420px;margin-top:0}.hero-card{max-width:480px;margin-top:0}}@media (width<=600px){.hero-container-centered{padding:60px 0 30px}.hero-actions{flex-direction:column}.hero-action-btn{width:min(100%,280px)}.form-row{grid-template-columns:1fr}.hero-subtitle{font-size:1rem}.hero-logo-img{max-width:100%}}.trust-section{background:var(--yellow);border-top:4px solid var(--yellow-dark);border-bottom:4px solid var(--yellow-dark);padding:2.75rem 0}.trust-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.trust-pill{border-radius:var(--r-md);transition:var(--transition);background:#0000000f;border:1px solid #0000001a;align-items:center;gap:12px;padding:1rem 1.1rem;display:flex}.trust-pill:hover{background:#0000001f;transform:translateY(-2px)}.trust-pill-icon{background:var(--dark);width:42px;height:42px;color:var(--yellow);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.trust-pill-text strong{color:var(--dark);font-size:.92rem;font-family:var(--font-heading);font-weight:800;display:block}.trust-pill-text span{color:var(--dark-mid);opacity:.8;font-size:.78rem}@media (width<=900px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.trust-grid{grid-template-columns:1fr}}.services-section{background:var(--bg-page);padding:6rem 0}.services-header{text-align:center;margin-bottom:3.5rem}.services-header .section-subtitle{margin:0 auto}.services-grid{grid-template-columns:repeat(5,1fr);gap:1.1rem;display:grid}.svc-card{background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--r-md);transition:var(--transition);color:inherit;flex-direction:column;gap:.6rem;padding:1.6rem 1.4rem;display:flex;position:relative;overflow:hidden}.svc-card:after{content:"";background:var(--yellow);transform-origin:0;width:100%;height:3px;transition:transform .28s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.svc-card:hover{box-shadow:var(--sh-lg);border-color:#0000;transform:translateY(-5px)}.svc-card:hover:after{transform:scaleX(1)}.svc-icon{background:var(--yellow-pale);border-radius:var(--r-md);width:48px;height:48px;color:var(--dark);transition:var(--transition);border:1px solid var(--yellow-dark);justify-content:center;align-items:center;margin-bottom:.2rem;display:flex}.svc-card:hover .svc-icon{background:var(--yellow);border-color:var(--yellow-dark)}.svc-card h3{font-family:var(--font-heading);color:var(--dark);font-size:1rem;font-weight:700}.svc-card p{font-family:var(--font-body);color:var(--text-muted);flex-grow:1;font-size:.855rem;line-height:1.55}.svc-link{color:var(--dark);text-transform:uppercase;letter-spacing:0;align-items:center;gap:4px;margin-top:4px;font-size:.78rem;font-weight:700;display:inline-flex}.svc-link svg{transition:transform .22s}.svc-card:hover .svc-link{color:var(--yellow-dark)}.svc-card:hover .svc-link svg{transform:translate(4px)}@media (width<=1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.services-grid{grid-template-columns:1fr}.services-section{padding:3rem 0}}.locations-section{background:var(--dark-section);padding:6rem 0;position:relative;overflow:hidden}.locations-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#f2c3001a 0%,#0000 70%);width:450px;height:450px;position:absolute;top:-100px;right:-100px}.locations-header{text-align:center;margin-bottom:3rem}.locations-header .section-title{color:var(--white)}.locations-header .section-subtitle{color:#ffffff8c;margin:0 auto}.locations-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem;display:grid}.loc-card{border-radius:var(--r-lg);transition:var(--transition);background:#ffffff0a;border:1.5px solid #ffffff17;padding:2.25rem}.loc-card:hover{border-color:var(--yellow);background:#ffffff12;box-shadow:0 0 40px #f2c3001f}.loc-number{font-family:var(--font-heading);color:var(--yellow);opacity:.25;margin-bottom:1rem;font-size:3rem;font-weight:900;line-height:1}.loc-card-title{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.65rem;display:flex}.loc-card h3{font-family:var(--font-heading);color:var(--white);font-size:1.2rem}.loc-card-title span{border-radius:var(--r-sm);color:var(--yellow);white-space:nowrap;background:#f2c30029;padding:4px 8px;font-size:.72rem;font-weight:800;display:inline-flex}.loc-lead{color:#ffffff9e;margin-bottom:1.35rem;font-size:.9rem;line-height:1.55}.loc-detail{color:#ffffffb3;align-items:flex-start;gap:12px;margin-bottom:1rem;font-size:.9rem;line-height:1.55;display:flex}.loc-detail svg{color:var(--yellow);flex-shrink:0;margin-top:2px}.loc-hours-list{margin-top:3px}.loc-hours-row{color:#ffffffa6;border-bottom:1px solid #ffffff0f;justify-content:space-between;gap:1rem;padding:4px 0;font-size:.85rem;display:flex}.loc-hours-row:last-child{border:none}.loc-hours-row .days{color:#ffffffd9;font-weight:600}.loc-closed{color:var(--text-muted)!important}.loc-actions{flex-wrap:wrap;gap:10px;margin-top:1.75rem;display:flex}.loc-actions a{text-align:center;flex:1;justify-content:center;min-width:130px}@media (width<=768px){.locations-grid{grid-template-columns:1fr}}.community-section{background:var(--bg-page);padding:5rem 0}.community-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:3rem;display:grid}.community-photo{border-radius:var(--r-md);box-shadow:var(--sh-xl);border:1px solid var(--border);overflow:hidden}.community-photo img{object-fit:cover;width:100%;height:430px}.community-copy p{color:var(--text-muted);max-width:620px;margin-bottom:1.5rem}.proof-list{gap:12px;margin-bottom:1.5rem;display:grid}.proof-item{background:var(--white);border:1px solid var(--border);border-left:4px solid var(--yellow);border-radius:var(--r-md);padding:1rem}.proof-item strong{color:var(--dark);margin-bottom:2px;display:block}.proof-item span{color:var(--text-muted);font-size:.9rem}.ig-handle{color:var(--yellow-dark);align-items:center;gap:6px;font-size:1rem;font-weight:700;display:inline-flex}.ig-handle:hover{color:var(--dark)}@media (width<=900px){.community-grid{grid-template-columns:1fr}.community-photo img{height:320px}}.schedule-section{background:var(--dark-section);padding:6rem 0;position:relative;overflow:hidden}.schedule-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#f2c30014 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:-80px;left:-80px}.schedule-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:5rem;display:grid}.schedule-info,.schedule-info .section-title{color:var(--white)}.schedule-info p{font-family:var(--font-body);color:#fff9;margin:1rem 0 2rem;line-height:1.75}.schedule-fact{color:#ffffffbf;align-items:flex-start;gap:12px;margin-bottom:1.25rem;font-size:.9rem;display:flex}.schedule-fact-icon{width:38px;height:38px;color:var(--yellow);background:#f2c3002e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.schedule-fact strong{color:var(--yellow);margin-bottom:2px;font-size:.92rem;display:block}.schedule-fact a{color:#ffffffa6}.schedule-fact a:hover{color:var(--yellow)}.schedule-options-card{background:var(--white);border-radius:var(--r-lg);box-shadow:var(--sh-xl);border-top:4px solid var(--yellow);flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.schedule-card-option{text-align:left;align-items:flex-start;gap:1.25rem;display:flex}.option-icon-container{border-radius:var(--r-sm);background:#006aff1a;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.option-icon-container.phone-color-bg{color:var(--dark);background:#1717131a}.messenger-med-icon{filter:drop-shadow(0 2px 5px #006aff26)}.option-text h3{font-family:var(--font-heading);color:var(--dark);margin-bottom:.25rem;font-size:1.2rem;font-weight:800}.option-text p{font-family:var(--font-body);color:var(--text-muted);margin-bottom:.75rem;font-size:.88rem;line-height:1.5}.option-divider{width:100%;color:var(--text-light);letter-spacing:.05em;align-items:center;margin:.5rem 0;font-size:.75rem;font-weight:700;display:flex}.option-divider:before,.option-divider:after{content:"";border-bottom:1px solid var(--border);flex:1}.option-divider span{padding:0 10px}.btn-messenger{border-radius:var(--r-sm);width:100%;transition:var(--transition);background:linear-gradient(135deg,#00b2ff 0%,#006aff 50%,#7600ff 100%);border:none;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:.9rem 1.5rem;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #006aff59;color:var(--white)!important}.btn-messenger:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 6px 20px #006aff80}@media (width<=960px){.schedule-grid{grid-template-columns:1fr;gap:2.5rem}.schedule-section{padding:4rem 0}}@media (width<=560px){.schedule-options-card{padding:1.5rem}.schedule-card-option{flex-direction:column;align-items:flex-start}.schedule-section,.community-section{padding:3rem 0}.community-photo img{height:240px}}.about-hero-logo{justify-content:center;margin-bottom:2rem;display:flex}.about-hero-img{object-fit:contain;filter:drop-shadow(0 4px 12px #0000004d);width:100%;max-width:480px;height:auto}.about-story{background:var(--bg-page);padding:5rem 0}.story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.story-image{border-radius:var(--r-lg);box-shadow:var(--sh-xl);position:relative;overflow:hidden}.story-image img{object-fit:cover;width:100%;height:420px}.story-image-badge{background:var(--yellow);color:var(--dark);border-radius:var(--r-md);box-shadow:var(--sh-lg);padding:.8rem 1.1rem;position:absolute;bottom:1.25rem;left:1.25rem}.story-image-badge .number{font-family:var(--font-heading);font-size:1.8rem;font-weight:900;line-height:1}.story-image-badge .label{color:var(--dark-mid);margin-top:2px;font-size:.72rem;font-weight:600}.story-copy p{color:var(--text-muted);margin-bottom:1.1rem;font-size:.95rem;line-height:1.8}.story-copy p strong{color:var(--text)}.about-services{background:var(--bg-section);padding:5rem 0}.about-services-header{text-align:center;margin-bottom:3rem}.about-services-header .section-subtitle{margin:0 auto}.about-svc-grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.about-svc-item{background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--r-md);text-align:center;transition:var(--transition);padding:1.5rem}.about-svc-item:hover{border-color:var(--yellow);box-shadow:var(--sh-md);transform:translateY(-3px)}.about-svc-icon{background:var(--yellow-pale);width:48px;height:48px;color:var(--dark);border:1px solid var(--yellow-dark);border-radius:50%;justify-content:center;align-items:center;margin:0 auto .75rem;display:flex}.about-svc-item:hover .about-svc-icon{background:var(--yellow)}.about-svc-item h4{font-family:var(--font-heading);margin-bottom:.35rem;font-size:.95rem;font-weight:700}.about-svc-item p{color:var(--text-muted);font-size:.82rem;line-height:1.5}@media (width<=1024px){.about-svc-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.about-svc-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.about-svc-grid{grid-template-columns:1fr}}.about-locations{background:var(--bg-page);padding:5rem 0}.about-loc-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem;display:grid}.about-loc-card{background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--r-lg);transition:var(--transition);padding:2rem}.about-loc-card:hover{border-color:var(--yellow);box-shadow:var(--sh-md)}.about-loc-card h3{align-items:center;gap:8px;margin-bottom:1rem;font-size:1.15rem;display:flex}.about-loc-card h3 svg{color:var(--yellow-dark)}.loc-info-row{color:var(--text-muted);align-items:flex-start;gap:10px;margin-bottom:.75rem;font-size:.9rem;display:flex}.loc-info-row svg{color:var(--yellow-dark);flex-shrink:0;margin-top:2px}.loc-info-row a{color:var(--text-muted)}.loc-info-row a:hover{color:var(--yellow-dark)}.about-hours-shared{text-align:center;background:var(--yellow-pale);border-radius:var(--r-md);border:1px solid var(--yellow-dark);margin-top:2rem;padding:1.5rem}.about-hours-shared h4{color:var(--dark);margin-bottom:.75rem;font-size:.95rem}.about-hours-row{color:var(--text-muted);justify-content:center;gap:2rem;font-size:.88rem;display:flex}.about-hours-row span:first-child{color:var(--dark);font-weight:600}@media (width<=768px){.about-loc-grid{grid-template-columns:1fr}.about-hours-row{flex-direction:column;gap:.25rem}}.about-values{background:var(--dark);color:var(--white);padding:5rem 0}.about-values-header{text-align:center;margin-bottom:3rem}.about-values-header .section-title{color:var(--white)}.about-values-header .section-subtitle{color:#ffffff8c;margin:0 auto}.values-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.value-card{border-radius:var(--r-md);transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;padding:2rem}.value-card:hover{border-color:var(--yellow);background:#ffffff14}.value-icon{border-radius:var(--r-md);width:50px;height:50px;color:var(--yellow);background:#f2c30026;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.value-card h4{color:var(--white);margin-bottom:.5rem;font-size:1.05rem}.value-card p{color:#ffffff8c;font-size:.88rem;line-height:1.6}@media (width<=900px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.values-grid{grid-template-columns:1fr}}.about-ig{background:var(--bg-section);text-align:center;padding:4rem 0}.about-ig p{color:var(--text-muted);max-width:560px;margin:0 auto 1.5rem;font-size:.95rem;line-height:1.7}.about-cta{background:var(--yellow);text-align:center;padding:4.5rem 0}.about-cta h2{color:var(--dark);margin-bottom:.5rem}.about-cta p{color:var(--dark-mid);margin-bottom:1.75rem;max-width:520px;margin-inline:auto}.about-cta .cta-btns{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (width<=900px){.story-grid{grid-template-columns:1fr;gap:2.5rem}.story-image img{height:300px}.about-story,.about-services,.about-locations,.about-values{padding:3.5rem 0}}@media (width<=480px){.about-story,.about-services,.about-locations,.about-values{padding:2.5rem 0}.story-image img{height:220px}.about-cta{padding:3rem 0}}.tires-hero{background:var(--dark);align-items:center;min-height:78vh;display:flex;position:relative;overflow:hidden}.tires-hero-media{position:absolute;inset:0}.tires-hero-media img{object-fit:cover;filter:saturate(.9);width:100%;height:100%}.tires-hero:after{content:"";background:linear-gradient(95deg,#0a0a08f0,#171713c7 48%,#1717136b);position:absolute;inset:0}.tires-hero-content{z-index:1;color:var(--white);padding:8rem 24px 5rem;position:relative}.tires-hero h1{max-width:820px;color:var(--white);margin-bottom:1rem;font-size:clamp(2.2rem,5vw,4.5rem)}.tires-hero p{color:#ffffffc7;max-width:680px;margin-bottom:2rem;font-size:1.12rem}.tires-actions{flex-wrap:wrap;gap:12px;display:flex}.tires-services{background:var(--bg-page);padding:5rem 0}.tires-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:3rem;display:grid}.tire-service-list{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.tire-service-item{background:var(--white);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--sh-sm);align-items:center;gap:10px;padding:1rem;font-weight:700;display:flex}.tire-service-item span{background:var(--yellow);width:26px;height:26px;color:var(--dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.tire-education{background:var(--bg-section);padding:5rem 0}.tire-education-header{text-align:center;margin-bottom:2.5rem}.tire-check-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.tire-check-card{background:var(--white);border:1px solid var(--border);border-top:4px solid var(--yellow);border-radius:var(--r-md);box-shadow:var(--sh-sm);padding:1.6rem}.tire-check-card h3{margin-bottom:.55rem;font-size:1.05rem}.tire-check-card p{color:var(--text-muted);font-size:.92rem}.tire-locations{background:var(--dark);color:var(--white);padding:4.5rem 0}.tire-locations .container{grid-template-columns:.9fr 1.1fr;align-items:center;gap:2rem;display:grid}.tire-locations .section-title{color:var(--white)}.tire-locations p{color:#ffffffa6;max-width:560px}.tire-location-cards{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.tire-location-card{border-radius:var(--r-md);background:#ffffff0d;border:1px solid #ffffff1f;flex-direction:column;gap:4px;padding:1.25rem;display:flex}.tire-location-card:hover{border-color:var(--yellow);background:#ffffff14}.tire-location-card strong{color:var(--yellow)}.tire-location-card span,.tire-location-card small{color:#ffffffb8}@media (width<=800px){.tires-grid,.tire-locations .container,.tire-check-grid,.tire-location-cards{grid-template-columns:1fr}}@media (width<=560px){.tire-service-list{grid-template-columns:1fr}.tires-hero-content{padding-inline:16px}}
