.footer{background:var(--dark);border-top:1px solid rgba(255,255,255,.05);padding:3.5rem 4rem calc(2rem + env(safe-area-inset-bottom,0px));margin-bottom:0}html{background:var(--dark)}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.5fr;gap:2.5rem;max-width:1200px;margin:0 auto 2.5rem}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}.footer-brand-home{display:inline-flex;border-radius:4px}.footer-brand-home:focus-visible{outline:2px solid var(--orange);outline-offset:4px}.footer-brand img{height:36px;width:auto}.footer-brand p{color:#ffffffb8;font-family:var(--body);font-size:.85rem;line-height:1.6;max-width:280px}.footer-social{display:flex;gap:1rem;margin-top:.25rem}.footer-social a{display:inline-flex;align-items:center;justify-content:center;min-width:var(--target-min);min-height:var(--target-min);color:#ffffffc7;border-radius:50%;transition:color var(--motion-standard) ease,transform var(--motion-standard) ease}@media(hover:hover){.footer-social a:hover{color:var(--orange);transform:translateY(-2px)}}.footer-title,.footer-column h4{font-family:var(--tech);font-weight:400;font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--white);margin-bottom:1rem}.footer-column{text-align:left}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.footer-links a{color:#ffffffb8;text-decoration:none;font-family:var(--body);font-size:.85rem;transition:color var(--motion-standard) ease}@media(hover:hover){.footer-links a:hover{color:var(--orange)}}.footer-newsletter{display:none!important;max-width:1200px;margin:0 auto 2rem;padding:2rem;background:#ff6b2c0d;border:1px solid rgba(255,107,44,.15);border-radius:16px;text-align:center}.footer-newsletter .footer-title{margin-bottom:.5rem}.footer-newsletter p{color:var(--gray);font-size:.9rem;margin-bottom:1.5rem}.footer-newsletter .newsletter-form{display:flex;gap:.75rem;max-width:500px;margin:0 auto 1rem}.footer-newsletter .newsletter-form input{flex:1;padding:.875rem 1.25rem;background:var(--dark);border:1px solid rgba(255,255,255,.1);border-radius:100px;color:var(--white);font-family:var(--body);font-size:.9rem;outline:none;transition:border-color var(--motion-standard) ease,box-shadow var(--motion-standard) ease}.footer-newsletter .newsletter-form input:focus{border-color:var(--orange)}.footer-newsletter .newsletter-form input:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.footer-newsletter .newsletter-form input::placeholder{color:var(--gray)}.footer-newsletter .btn-subscribe{display:inline-flex;align-items:center;justify-content:center;min-height:var(--target-min);padding:.875rem 1.75rem;background:var(--gradient-primary);border:none;border-radius:100px;color:var(--white);font-family:var(--body);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:transform var(--motion-standard) ease}.footer-newsletter .btn-subscribe:hover{transform:translateY(-2px)}.footer-newsletter .btn-subscribe:focus-visible{outline:2px solid var(--white);outline-offset:2px}.footer-newsletter .newsletter-legal{color:var(--gray);font-size:.75rem}.footer-newsletter .newsletter-legal a{color:var(--orange);text-decoration:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:1.5rem;padding-bottom:env(safe-area-inset-bottom,0px);max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-copyright{color:var(--gray);font-size:.75rem}.footer-legal{display:flex;gap:1.25rem}.footer-legal a{color:#ffffffb8;text-decoration:none;font-size:.75rem;border-radius:4px;transition:color var(--motion-standard) ease}@media(hover:hover){.footer-legal a:hover{color:var(--orange)}}.footer-locations-title{font-family:var(--tech);font-weight:400;font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--white);margin-bottom:1rem}.footer-location-group{border-top:1px solid rgba(255,255,255,.1)}.footer-location-group:last-child{border-bottom:1px solid rgba(255,255,255,.1)}.footer-location-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.85rem 0;background:none;border:none;color:#ffffffc7;font-family:var(--body);font-size:.85rem;cursor:pointer;min-height:var(--target-min);transition:color var(--motion-standard) ease}@media(hover:hover){.footer-location-toggle:hover{color:var(--orange)}}.footer-location-toggle svg{transition:transform var(--motion-standard) ease;color:#fff6}.footer-location-group.open .footer-location-toggle svg{transform:rotate(180deg)}.footer-location-list{display:none;flex-direction:column;gap:.4rem;padding:0 0 .85rem .75rem}.footer-location-group.open .footer-location-list{display:flex}.footer-location-list a{color:#ffffffb8;text-decoration:none;font-family:var(--body);font-size:.8rem;min-height:var(--target-min);display:flex;align-items:center;transition:color var(--motion-standard) ease}@media(hover:hover){.footer-location-list a:hover{color:var(--orange)}}.footer-location-list a.coming-soon{pointer-events:none;cursor:default;display:inline-flex;align-items:center;gap:.4rem}.footer-location-list a.coming-soon .coming-soon-tag{font-size:.55rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#ff6b2c26;color:var(--orange, #ff6b2c);padding:.15rem .4rem;border-radius:100px}.footer-location-info{display:flex;flex-direction:column;gap:.6rem}.footer-loc-name{font-family:var(--tech);font-weight:400;font-size:.85rem;letter-spacing:.1em;color:var(--white);margin:0}.footer-loc-address{color:#ffffffb8;font-family:var(--body);font-size:.8rem;line-height:1.5;margin:0}.footer-loc-phone{color:#ffffffc7;font-family:var(--body);font-size:.8rem;text-decoration:none;display:inline-flex;align-items:center;min-height:var(--target-min);transition:color var(--motion-standard) ease}.footer-loc-phone:hover{color:var(--orange)}.footer-loc-hours{display:flex;flex-direction:column;gap:.2rem;margin-top:.25rem}.footer-hours-row{display:flex;justify-content:space-between;font-family:var(--body);font-size:.75rem;color:#ffffffb3}.footer-hours-row span:first-child{color:#ffffffd9;min-width:80px}.footer-loc-map{color:var(--orange);font-family:var(--body);font-size:.8rem;text-decoration:none;display:inline-flex;align-items:center;min-height:var(--target-min);transition:opacity var(--motion-standard) ease}.footer-loc-map:hover{opacity:.8}.footer-loc-change{color:#ffffffb8;font-family:var(--body);font-size:.75rem;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;min-height:var(--target-min);transition:color var(--motion-standard) ease}.footer-loc-change:hover{color:var(--orange)}@media(max-width:900px){.footer{padding:3rem 2rem 2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem 3rem}.footer-brand{grid-column:1 / -1;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.footer-column:last-child{grid-column:1 / -1;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.06)}}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem}.footer-newsletter .newsletter-form{flex-direction:column}}@media(max-width:480px){.footer{padding:2.5rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom,0px))}.footer-grid{gap:1.5rem;margin-bottom:1.5rem}.footer-newsletter{padding:1.5rem 1rem}.footer-newsletter .newsletter-form input,.footer-newsletter .btn-subscribe{padding:.75rem 1rem;font-size:.8rem}.footer-links a,.footer-location-list a{display:flex;align-items:center;min-height:var(--target-min)}.footer-bottom{gap:.75rem;text-align:center}.footer-legal{flex-wrap:wrap;justify-content:center;row-gap:.5rem;column-gap:1rem}.footer-legal a{font-size:.7rem}}
