*{margin:0;padding:0;box-sizing:border-box}.contactBody{font-family:Georgia,serif;background:linear-gradient(135deg,#000000,#1a1a1a);color:#ffffff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header{background:linear-gradient(90deg,#000000,#1a1a1a);padding:2rem 0;text-align:center;border-bottom:3px solid #ffd700}.header h1{font-size:2.5rem;color:#FFD700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.header .tagline{color:#ffffff;font-size:1.1rem;font-style:italic}.container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.heroSection{text-align:center;padding:3rem 2rem;background:rgba(255,215,0,.05);border-radius:15px;margin-bottom:3rem;border:1px solid rgba(255,215,0,.2)}.heroSection h2{font-size:2.2rem;color:#FFD700;margin-bottom:1rem}.heroSection p{font-size:1.2rem;max-width:700px;margin:0 auto;color:#e0e0e0}.contactGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.contactCard{background:linear-gradient(145deg,#1a1a1a,#0d0d0d);padding:2.5rem;border-radius:12px;border:2px solid #ffd700;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.contactCard:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(255,215,0,.3)}.contactIcon{font-size:3rem;margin-bottom:1rem}.contactCard h3{color:#FFD700;font-size:1.6rem;margin-bottom:1rem}.contactCard p{color:#d0d0d0;margin-bottom:1.5rem;font-size:1rem}.contactButton{display:inline-block;padding:.8rem 2rem;background:#FFD700;color:#000000;text-decoration:none;border-radius:8px;font-weight:700;transition:background .3s ease,transform .2s ease;min-height:44px;display:flex;align-items:center;justify-content:center}.contactButton:hover{background:#FFA500;transform:scale(1.05)}.formSection{background:linear-gradient(135deg,#1a1a1a,#000000);padding:3rem;border-radius:15px;border-left:5px solid #ffd700;margin:3rem 0}.formSection h3{color:#FFD700;font-size:2rem;margin-bottom:1.5rem;text-align:center}.contactForm{max-width:600px;margin:0 auto}.formGroup{margin-bottom:1.5rem}.formGroup label{display:block;color:#FFD700;margin-bottom:.5rem;font-weight:700}.formGroup input,.formGroup select,.formGroup textarea{width:100%;padding:.8rem;background:#0d0d0d;border:2px solid #ffd700;border-radius:8px;color:#ffffff;font-size:1rem;font-family:Georgia,serif}.formGroup input:focus,.formGroup select:focus,.formGroup textarea:focus{outline:none;border-color:#FFA500;box-shadow:0 0 10px rgba(255,215,0,.3)}.formGroup textarea{resize:vertical;min-height:120px}.submitButton{width:100%;padding:1rem;background:#FFD700;color:#000000;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .3s ease,transform .2s ease;min-height:48px}.submitButton:hover{background:#FFA500;transform:translateY(-2px)}.locationSection{background:rgba(255,215,0,.05);padding:3rem;border-radius:15px;text-align:center;margin:3rem 0}.locationSection h3{color:#FFD700;font-size:2rem;margin-bottom:1rem}.locationSection p{color:#e0e0e0;font-size:1.2rem;margin-bottom:.5rem}.hoursSection{background:linear-gradient(90deg,#000000,#1a1a1a);padding:2.5rem;border-radius:15px;margin:3rem 0;border:2px solid #ffd700}.hoursSection h3{color:#FFD700;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.hoursGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}.hoursItem{background:rgba(255,215,0,.1);padding:1rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center}.hoursDay{color:#FFD700;font-weight:700}.hoursTime{color:#e0e0e0}.faqSection{margin:3rem 0}.faqSection h3{color:#FFD700;font-size:2rem;margin-bottom:2rem;text-align:center}.faqItem{background:linear-gradient(145deg,#1a1a1a,#0d0d0d);padding:1.5rem;margin-bottom:1rem;border-radius:10px;border-left:4px solid #ffd700}.faqQuestion{color:#FFD700;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.faqAnswer{color:#d0d0d0;line-height:1.8}@media (max-width:768px){.container{padding:1.5rem 1rem}.header h1{font-size:1.8rem;padding:0 1rem}.header .tagline{font-size:1rem;padding:0 1rem}.heroSection{padding:2rem 1rem;margin-bottom:2rem}.heroSection h2{font-size:1.8rem;margin-bottom:.8rem}.heroSection p{font-size:1rem;line-height:1.5}.contactGrid{grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.contactCard{padding:1.5rem}.contactIcon{font-size:2.5rem}.contactCard h3{font-size:1.4rem}.contactButton,.contactCard p{font-size:.9rem}.contactButton{padding:.7rem 1.5rem;min-height:44px}.formSection{padding:2rem 1rem;margin:2rem 0}.formSection h3{font-size:1.6rem}.formGroup input,.formGroup select,.formGroup textarea{padding:.7rem;font-size:.9rem;min-height:44px}.submitButton{padding:.8rem;font-size:1rem}.locationSection{padding:2rem 1rem;margin:2rem 0}.locationSection h3{font-size:1.6rem}.locationSection p{font-size:1rem}.hoursSection{padding:2rem 1rem;margin:2rem 0}.hoursSection h3{font-size:1.6rem}.hoursGrid{grid-template-columns:1fr;gap:1rem}.hoursItem{padding:.8rem;flex-direction:column;text-align:center;gap:.5rem}.faqSection h3{font-size:1.6rem}.faqItem{padding:1rem}.faqQuestion{font-size:1.1rem}.faqAnswer{font-size:.9rem}}@media (max-width:480px){.container{padding:1rem .5rem}.header h1{font-size:1.5rem}.heroSection{padding:1.5rem .5rem}.heroSection h2{font-size:1.5rem}.contactCard{padding:1rem}.contactIcon{font-size:2rem}.contactCard h3{font-size:1.2rem}.formSection,.hoursSection,.locationSection{padding:1.5rem .5rem}.contactLinks{flex-direction:column;gap:1rem}.contactLink{padding:.8rem 1rem;font-size:.9rem}}