:root{--navy:#1B2D58;--red:#EC1C24;--white:#FFFFFF;--light-gray:#F5F5F5;--mid-gray:#E0E0E0;--text:#333333;--font-family:'Work Sans', 'Century Gothic', Arial, sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-family);font-weight:400;color:var(--text);line-height:1.6;background:var(--white)}a{color:var(--navy);text-decoration:none;transition:color .2s}a:hover{color:var(--red)}a:focus-visible,.btn:focus-visible,.nav-toggle:focus-visible,.dropdown-label:focus-visible{outline:2px solid var(--red);outline-offset:2px}.site-nav a:focus-visible,.site-nav .dropdown-label:focus-visible{outline-color:var(--white)}img{max-width:100%;height:auto}.container{max-width:1140px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}h1,h2,h3,h4,h5,h6{font-family:var(--font-family);font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.05em;line-height:1.2;overflow-wrap:break-word}h1{font-size:2.5rem;margin-bottom:1rem}h2{font-size:2rem;margin-bottom:.75rem}h3{font-size:1.25rem;margin-bottom:.5rem}p{margin-bottom:1rem}.section-heading{text-align:center;margin-bottom:2.5rem;padding-bottom:.75rem;position:relative}.section-heading::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:var(--red)}.btn{display:inline-block;padding:.85rem 2rem;font-family:var(--font-family);font-weight:700;font-size:1.17rem;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:3px;cursor:pointer;transition:background .2s,transform .1s}.btn:hover{transform:translateY(-1px);color:var(--white)}.btn-red{background:var(--red);color:var(--white)}.btn-red:hover{background:#c91920;color:var(--white)}.btn-navy{background:var(--navy);color:var(--white)}.btn-navy:hover{background:#142244;color:var(--white)}.site-header{background:var(--navy);position:sticky;top:0;z-index:1000}.header-inner{display:flex;align-items:center;justify-content:space-between;height:120px}.logo img{height:110px;width:auto}.footer-logo{height:150px;width:auto}.logo-text{font-weight:700;font-size:1.25rem;color:var(--white);text-transform:uppercase;letter-spacing:.05em}.site-nav>ul{display:flex;list-style:none;gap:.25rem}.site-nav ul{list-style:none}.site-nav a{color:var(--white);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.04em;padding:.5rem .75rem;display:block;transition:color .2s}.site-nav a:hover{color:var(--red)}.has-dropdown{position:relative}.dropdown{display:none;position:absolute;top:100%;left:0;background:var(--navy);min-width:200px;flex-direction:column;border-top:3px solid var(--red);box-shadow:0 4px 12px rgba(0,0,0,.2)}.has-dropdown:hover .dropdown{display:flex}.dropdown li a{padding:.6rem 1rem;font-size:.85rem;white-space:nowrap}.nav-toggle-checkbox{display:none}.nav-toggle{display:none;cursor:pointer;padding:.5rem}.hamburger,.hamburger::before,.hamburger::after{display:block;width:24px;height:3px;background:var(--white);border-radius:2px;transition:transform .3s,background .3s}.hamburger{position:relative}.hamburger::before,.hamburger::after{content:'';position:absolute;left:0}.hamburger::before{top:-7px}.hamburger::after{top:7px}.nav-toggle-checkbox:checked+.nav-toggle .hamburger{background:0 0}.nav-toggle-checkbox:checked+.nav-toggle .hamburger::before{top:0;transform:rotate(45deg)}.nav-toggle-checkbox:checked+.nav-toggle .hamburger::after{top:0;transform:rotate(-45deg)}.nav-toggle-checkbox:checked~.site-nav{display:block}.dropdown-checkbox{display:none}.dropdown-label{color:var(--white);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.04em;padding:.5rem .75rem;display:block;transition:color .2s;cursor:pointer}.dropdown-label:hover{color:var(--red)}.hero-overlay{width:100%;padding:4rem 0;background:rgba(27,45,88,.7)}.hero-content{text-align:center;color:var(--white)}.hero-content h1{color:var(--white);font-size:3rem;margin-bottom:1rem}.page-hero{position:relative;background:var(--navy);min-height:120px;overflow:hidden}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.page-hero .hero-overlay{position:relative;z-index:1;padding:3rem 0;background:rgba(27,45,88,.7)}.page-hero h1{color:var(--white);margin-bottom:0}.services-section{padding:5rem 0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:var(--white);border:1px solid var(--mid-gray);border-top:4px solid var(--red);padding:2rem;text-align:center;transition:box-shadow .2s}.service-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}.service-card h3{margin-bottom:.75rem}.services-cta{margin-top:2rem}.video-embed{margin-top:3rem;position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;border-radius:4px}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.lite-youtube{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;background:#000}.lite-youtube img{width:100%;height:100%;object-fit:cover}.lite-youtube-playbtn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:48px;background:rgba(0,0,0,.8);border-radius:14px;transition:background .2s}.lite-youtube:hover .lite-youtube-playbtn{background:#ec1c24}.lite-youtube-playbtn::before{content:'';position:absolute;top:50%;left:53%;transform:translate(-50%,-50%);border-style:solid;border-width:11px 0 11px 19px;border-color:transparent transparent transparent #fff}.amenities-section{padding:5rem 0;background:var(--light-gray)}.amenities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.amenity{text-align:center;padding:1.5rem}.amenity h3{font-size:1.1rem;margin-bottom:.5rem}.cta-section{padding:5rem 0;background:var(--navy)}.cta-section h2,.cta-section p{color:var(--white)}.cta-section p{margin-bottom:2rem;font-size:1.15rem}.page-content{padding:4rem 0}.page-content h2{margin-top:2rem;padding-bottom:.5rem;position:relative}.page-content h2::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:3px;background:var(--red)}.history-photos{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.history-photos img{width:100%;height:100%;object-fit:cover;border-radius:4px;border:1px solid #d0d0d0}@media(max-width:600px){.history-photos{grid-template-columns:1fr}}.faq-item{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--mid-gray)}.faq-item h3{color:var(--navy);text-transform:none;font-size:1.15rem;margin-bottom:.5rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.map-embed{margin-top:2rem}.contact-grid h3{text-transform:none}.ig-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:2rem}.ig-gallery-item{display:block;position:relative;aspect-ratio:1;overflow:hidden;border-radius:4px;background:var(--light-gray)}.ig-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s,opacity .3s}.ig-gallery-item:hover img{transform:scale(1.05);opacity:.85}.ig-gallery-error{grid-column:1/-1;text-align:center;color:#999;padding:2rem}.ig-lightbox{display:none;position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.9);align-items:center;justify-content:center}.ig-lightbox.active{display:flex}.ig-lightbox-content{max-width:900px;width:90%;max-height:90vh;display:flex;flex-direction:column;align-items:center}.ig-lightbox-img{max-width:100%;max-height:75vh;object-fit:contain;border-radius:4px}.ig-lightbox-caption{margin-top:1rem;text-align:center;max-width:600px}.ig-lightbox-link{color:rgba(255,255,255,.85);font-size:.95rem;line-height:1.5;text-decoration:underline;text-decoration-color:rgba(255,255,255,.3);transition:color .2s}.ig-lightbox-link:hover{color:var(--red)}.ig-lightbox-close,.ig-lightbox-prev,.ig-lightbox-next{position:absolute;background:0 0;border:none;color:var(--white);cursor:pointer;font-size:2.5rem;line-height:1;padding:.5rem;opacity:.7;transition:opacity .2s;z-index:2001}.ig-lightbox-close:hover,.ig-lightbox-prev:hover,.ig-lightbox-next:hover{opacity:1}.ig-lightbox-close{top:1rem;right:1.5rem;font-size:3rem}.ig-lightbox-prev{left:1rem;top:50%;transform:translateY(-50%);font-size:3.5rem}.ig-lightbox-next{right:1rem;top:50%;transform:translateY(-50%);font-size:3.5rem}.reviews-section{padding:5rem 0}.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.review-card{background:var(--white);border:1px solid var(--mid-gray);border-top:4px solid var(--red);padding:1.5rem;text-align:center}.review-stars{color:#f5a623;font-size:1.2rem;letter-spacing:.1em;margin-bottom:.75rem}.review-text{font-size:.9rem;line-height:1.6;color:var(--text);margin-bottom:1rem;font-style:italic}.review-author{display:block;font-weight:700;font-style:normal;color:var(--navy);font-size:.9rem;margin-bottom:.25rem}.review-source{font-size:.8rem;color:#767676}.reviews-cta{margin-top:1.5rem}.not-found-cta{margin-top:2rem}.site-footer{background:var(--navy);color:rgba(255,255,255,.85);padding:3rem 0 0}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-heading{color:var(--white);font-size:1rem;margin-bottom:1rem;text-transform:uppercase}.site-footer a{color:rgba(255,255,255,.85)}.site-footer a:hover{color:var(--red)}.footer-col-logo{text-align:center}.social-links{display:flex;gap:1rem}.social-links a{display:inline-flex;align-items:center}.social-links svg{transition:color .2s}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:2rem;padding:1.25rem 0;text-align:center;font-size:.85rem;color:rgba(255,255,255,.6)}.footer-bottom a{color:rgba(255,255,255,.6)}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--red);color:var(--white);padding:.5rem 1rem;z-index:2000;font-weight:600;border-radius:0 0 3px 3px}.skip-link:focus{top:0;color:var(--white)}.map-embed iframe,.estimate-form iframe{border:none;border-radius:4px}@media print{.site-header,.nav-toggle,.site-nav,.skip-link,.social-links,.cta-section{display:none !important}.site-footer{background:0 0;color:var(--text);padding:1rem 0}.footer-heading{color:var(--navy)}.site-footer a{color:var(--text)}body{font-size:12pt;color:#000}a{color:#000;text-decoration:underline}}@media(max-width:1024px) and (min-width:769px){.site-nav a,.dropdown-label{font-size:.8rem;padding:.5rem}.services-grid{grid-template-columns:repeat(2,1fr)}.amenities-grid{grid-template-columns:repeat(2,1fr)}.ig-gallery{grid-template-columns:repeat(3,1fr)}.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){h1{font-size:1.75rem;letter-spacing:.02em}h2{font-size:1.35rem}.header-inner{height:80px}.logo img{height:65px}.hero-overlay{padding:2.5rem 0}.page-hero .hero-overlay{padding:2rem 0}.nav-toggle{display:block}.site-nav{display:none;position:absolute;top:80px;left:0;right:0;background:var(--navy);border-top:3px solid var(--red);box-shadow:0 4px 12px rgba(0,0,0,.2)}.site-nav ul{flex-direction:column}.site-nav a,.dropdown-label{padding:.85rem 1.5rem}.dropdown{position:static;border-top:none;box-shadow:none;display:none}.has-dropdown:hover .dropdown{display:flex}.dropdown-checkbox:checked~.dropdown{display:flex}.dropdown li a{padding-left:2.5rem}.services-section{padding:3rem 0}.services-grid{grid-template-columns:1fr}.amenities-section{padding:3rem 0}.amenities-grid{grid-template-columns:1fr}.reviews-section{padding:3rem 0}.reviews-grid{grid-template-columns:1fr}.cta-section{padding:3rem 0}.ig-gallery{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-logo{height:100px}.map-embed iframe{height:300px}.footer-bottom p{font-size:.8rem;line-height:1.5}.btn{padding:.75rem 1.5rem}}@media(max-width:400px){h1{font-size:1.5rem}.hero-content h1{font-size:1.5rem}.container{padding:0 1rem}}