body{margin:0;background:#111;color:#ccc;font-family:Georgia,serif}.footer{background:#111;text-align:center;position:relative}.footer-top{display:flex;justify-content:center;max-width:1200px;margin:auto;padding-top:40px;gap:30px}.footer-section{flex:1;min-width:280px;padding:0 20px}.footer h3{color:#fff;font-weight:700;font-size:16px;margin-bottom:20px;letter-spacing:1px}.footer-section.about{padding:0;margin:0;margin-left:20px;width:100%}.footer-section.find{padding:0;margin:0;width:100%}.footer-section.schedule{padding:0;margin:0;margin-right:20px;width:100%}.about p{font-style:italic;line-height:1.8;color:#aaa;max-width:400px;margin:0 auto;text-align:left}.find h3{color:#c89b6d;font-size:22px;font-style:italic}.social-icons{margin:10px 0}.social-icons a{margin:0 7px;color:#ccc;font-size:16px;transition:color .3s}.social-icons a:hover{color:#c89b6d}.hr-line{width:40px;height:1px;background:#666;margin:15px calc(50% - 18px)}.schedule p{color:#aaa;margin:5px 0}.divider-section{display:flex;justify-content:center;align-items:center;margin:30px 0}.divider-line{width:160px;height:1px;background:#333}.divider-dot{width:6px;height:6px;background:#ccc;border-radius:50%;margin:0 100px;flex-shrink:0}.footer-contact{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;justify-items:center;gap:20px;font-size:14px;color:#aaa;margin-bottom:30px;max-width:1000px;margin-left:auto;margin-right:auto}.footer-contact div{text-align:center}.footer-contact p{margin:5px 0;font-size:16px;color:var(--f-text-color)}.footer-contact p{border:2px solid transparent;transition:border-color .2s ease-out,box-shadow .2s ease-out;border-radius:6px;padding:10px}.footer-contact p.highlight-border{animation:borderPulse 3s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes borderPulse{0%{border-color:rgba(228,197,144,.2);box-shadow:0 0 0 rgba(228,197,144,0)}13%{border-color:#e4c590;box-shadow:0 0 10px rgba(228,197,144,.7)}50%{border-color:#e4c590;box-shadow:0 0 25px #e4c590,0 0 50px rgba(228,197,144,.4)}87%{border-color:rgba(228,197,144,.2);box-shadow:0 0 10px rgba(228,197,144,.3)}100%{border-color:transparent;box-shadow:0 0 0 rgba(228,197,144,0)}}.footer-bottom{flex-direction:column}.footer-bottom{background:#0d0d0d;border-top:1px solid #222;padding:30px 15%;font-size:14px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;text-align:center;gap:10px}.footer-bottom a,.footer-bottom span{color:var(--f-detail-color);font-style:italic}.footer-bottom a{text-decoration:none}.footer-bottom a:hover{text-decoration:underline}@media (max-width:1000px){.footer-top{flex-direction:column;gap:30px}.footer-section.about{margin:0;padding:0;padding-left:20px;padding-right:20px}.about-title{justify-content:center;display:flex}.about p{max-width:500px;margin:0;text-align:left}.footer-section.find{margin:0}.footer-section.schedule{padding:0;margin:0}.divider-dot{margin:0 50px}.footer-contact{grid-template-columns:1fr;text-align:center;gap:0}.footer-bottom{flex-direction:column}}@media (max-width:600px){.footer-bottom{padding:30px 20px}}