@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Lato:wght@300;400;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue:#01213e;--steel-blue:#1f547c;--tan-gold:#d1b38a;--burnt-orange:#c25e30;--dark-gray:#4a4a4a;--off-white:#f5f5f5;--white:#fff}body{font-family:Lato,sans-serif;color:var(--dark-gray);line-height:1.6;overflow-x:hidden}.App{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;color:var(--primary-blue)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:80px 2rem}.section-title{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1rem}.section-subtitle{text-align:center;color:var(--steel-blue);font-size:1.2rem;margin-bottom:4rem;font-weight:300}.btn{display:inline-block;padding:1rem 2.5rem;border-radius:4px;text-decoration:none;font-family:Montserrat,sans-serif;font-weight:700;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.btn-primary{background:var(--tan-gold);color:var(--primary-blue)}.btn-primary:hover{background:var(--burnt-orange);color:var(--white);transform:translateY(-3px);box-shadow:0 6px 20px #0006}.btn-secondary{background:#0000;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--primary-blue);transform:translateY(-3px)}.page-header{background:linear-gradient(135deg,var(--primary-blue),var(--steel-blue));padding:515px 2rem 200px;text-align:center;color:var(--white);margin-top:80px;display:flex;flex-direction:column;justify-content:center}.page-header h1{font-size:clamp(2.75rem,5vw,4.5rem);max-width:12ch;margin:0 auto 1rem;font-weight:800;line-height:1.05;letter-spacing:-.03em;color:var(--white);text-shadow:0 10px 30px #00000047}.page-header p{max-width:52rem;margin:0 auto;font-size:clamp(1rem,1.8vw,1.35rem);line-height:1.6;letter-spacing:.02em;opacity:.95;text-shadow:0 6px 18px #0000003d}.interior-hero-header{position:relative;background:linear-gradient(#00000085,#00000085),url(/IMG_4171.jpg);height:100vh;padding:0 2rem;margin-top:0;background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;animation:interiorHeroDrift 14s ease-in-out infinite alternate}@keyframes interiorHeroDrift{0%{background-size:100%}to{background-size:106%}}@media (max-width:768px){body{-webkit-text-size-adjust:100%}.container{padding:0 1rem}.section{padding:56px 1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;margin-bottom:2.5rem}.btn{padding:.95rem 1.35rem;text-align:center}.interior-hero-header{height:72svh;min-height:520px;padding:80px 1rem 0;animation:none;background-size:cover}.page-header h1{font-size:clamp(2.15rem,11vw,3.1rem);max-width:100%;letter-spacing:0;line-height:1.08}.page-header p{max-width:34rem;font-size:clamp(.98rem,4vw,1.12rem);line-height:1.5;letter-spacing:0}}@media (max-width:480px){.interior-hero-header{min-height:500px;height:68svh}.page-header h1{font-size:clamp(2rem,10vw,2.75rem)}}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{position:fixed;top:-14px;width:100%;background:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;box-shadow:0 2px 18px #01213e14;transition:all .3s ease}.navbar.scrolled{background:var(--white);box-shadow:0 4px 24px #01213e1f}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-link{text-decoration:none}.logo{height:60px;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-text{color:var(--primary-blue);font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800}.nav-menu{display:flex;list-style:none;gap:2.5rem;align-items:center}.nav-menu a{color:var(--primary-blue);text-decoration:none;font-family:Montserrat,sans-serif;font-weight:600;font-size:.95rem;letter-spacing:.5px;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--tan-gold);transition:width .3s ease}.nav-menu a.active:after,.nav-menu a:hover:after{width:100%}.nav-menu a.active,.nav-menu a:hover{color:var(--tan-gold)}.mobile-toggle{display:none;flex-direction:column;gap:5px;background:#0000;border:none;cursor:pointer;padding:5px}.mobile-toggle span{width:25px;height:3px;background:var(--primary-blue);transition:all .3s ease;display:block}.mobile-toggle.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width:768px){.navbar{top:0;padding:.65rem 0}.nav-container{padding:0 1rem}.logo{height:52px}.mobile-toggle{display:flex}.nav-menu{position:fixed;top:73px;left:-100%;flex-direction:column;background:var(--white);box-shadow:0 14px 28px #01213e24;width:100%;padding:2rem;transition:left .3s ease;gap:1.5rem;align-items:flex-start}.nav-menu.active{left:0}.nav-menu a{font-size:1.1rem}}.footer{background:var(--primary-blue);color:var(--white);padding:4rem 2rem 2rem;margin-top:auto}.footer-content{max-width:1280px;display:grid;grid-template-columns:minmax(380px,1.55fr) minmax(130px,.8fr) minmax(320px,1.35fr) minmax(180px,.95fr);grid-gap:2.75rem;gap:2.75rem;margin:0 auto 3rem}.footer-section h3{font-family:Montserrat,sans-serif;font-size:1.3rem;margin-bottom:1.5rem;color:var(--tan-gold)}.footer-brand-title{font-size:1.15rem;white-space:nowrap}.footer-section a,.footer-section p{color:#dbe7f0;text-decoration:none;display:block;margin-bottom:.8rem;transition:color .3s ease}.footer-section p strong{color:#fffffffa;font-weight:700}.footer-contact-line{display:flex;align-items:flex-start;gap:0}.footer-contact-line svg{flex:0 0 auto;color:var(--tan-gold);width:16px;height:16px;min-width:16px;margin-top:.32rem;margin-right:6px}.footer-contact-line span{display:inline-block;line-height:1.55}.footer-links-section a{margin-bottom:.55rem}.footer-contact-section{margin-left:-2rem}.footer-section a:hover{color:var(--tan-gold)}.social-links{display:flex;gap:1rem;margin-top:1rem;align-items:center}.social-link{width:50px;height:50px;background:#0000;border-radius:50%;display:grid;place-items:center;transition:transform .2s ease,color .2s ease,background-color .2s ease;text-decoration:none;color:var(--white);line-height:0;padding:0;border:1px solid #0000;overflow:hidden;box-shadow:none}.social-link svg{width:30px;height:30px;display:block;margin:auto}.social-link:hover{background:#0000;transform:scale(1.1);color:var(--tan-gold);box-shadow:none}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #ffffff1a;color:#ffffffb3}@media (max-width:768px){.footer{padding:3rem 1rem 2rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-brand-title{white-space:normal}.footer-contact-section{margin-left:0}.footer-section a,.footer-section p{overflow-wrap:anywhere}.social-link{width:44px;height:44px}}.hero-slider{position:relative;height:100vh;overflow:hidden}.slide-bg{width:100%;height:100%;object-fit:cover;filter:brightness(.6);animation:heroDrift 14s ease-in-out infinite alternate}.hero-overlay,.slide-bg{position:absolute;inset:0}.hero-overlay{background:linear-gradient(180deg,#00000040,#00000073)}@keyframes heroDrift{0%{transform:scale(1)}to{transform:scale(1.06)}}.slide-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:var(--white);max-width:900px;padding:0 2rem;opacity:0;transition:opacity .8s ease-in-out;z-index:2;pointer-events:none}.slide-content.active{opacity:1;pointer-events:auto;animation:fadeInUp 1s ease}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.slide-content h1{font-family:Montserrat,sans-serif;font-size:clamp(3rem,6vw,5.25rem);font-weight:800;max-width:12ch;margin:0 auto 1.25rem;line-height:1.05;letter-spacing:-.035em;text-shadow:0 12px 30px #0006;color:var(--white)}.slide-content p{max-width:42rem;margin:0 auto 2.5rem;font-size:clamp(1.05rem,2vw,1.45rem);line-height:1.65;font-weight:400;letter-spacing:.01em;text-shadow:0 8px 22px #00000059}.cta-button{display:inline-block;padding:1rem 3rem;background:var(--tan-gold);color:var(--primary-blue);text-decoration:none;font-family:Montserrat,sans-serif;font-weight:700;font-size:1rem;letter-spacing:1px;border-radius:4px;transition:all .3s ease;text-transform:uppercase;box-shadow:0 4px 15px #0000004d}.cta-button:hover{background:var(--burnt-orange);color:var(--white);transform:translateY(-3px);box-shadow:0 6px 20px #0006}.slider-nav{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;gap:15px;z-index:3}.slider-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s ease}.slider-dot.active{background:var(--tan-gold);transform:scale(1.3)}.about-section{background:var(--white)}.about-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.about-text h3{font-size:2rem;margin-bottom:1.5rem}.about-text p{margin-bottom:1.5rem;line-height:1.8}.highlight-box{background:linear-gradient(135deg,var(--primary-blue),var(--steel-blue));color:var(--white);padding:2rem;border-radius:8px;margin-top:4rem}.highlight-box h4{font-size:1.5rem;margin-bottom:1rem;color:var(--white)}.highlight-box ul{list-style:none}.highlight-box li{padding:.5rem 0 .5rem 1.5rem;position:relative}.highlight-box li:before{content:"";position:absolute;left:.1rem;top:1rem;width:.45rem;height:.45rem;background:var(--tan-gold);border-radius:50%}.about-image{margin-top:0;transform:translate(32px,-160px)}.about-image img{width:100%;border-radius:8px;box-shadow:0 10px 40px #0003}.services-section{background:var(--white);padding:90px 2rem 100px}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.service-card{background:var(--white);color:inherit;padding:2.75rem;border-radius:12px;text-align:center;border:1px solid #01213e14;box-shadow:0 10px 28px #01213e14;transition:transform .25s ease,box-shadow .25s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #01213e1f}.service-icon{display:none}.service-card h3{font-size:1.65rem;margin-bottom:1rem;padding-bottom:0;border-bottom:none;color:var(--primary-blue)}.service-card p{line-height:1.75;color:#465564;max-width:32ch;margin:0 auto}.cta-section{background:var(--primary-blue);padding:90px 2rem;color:var(--white);text-align:center}.cta-content{max-width:1200px;margin:0 auto;padding:2.5rem 2rem;border-top:1px solid #ffffff2e;border-bottom:1px solid #ffffff2e}.cta-section h2{font-size:clamp(1.9rem,3vw,2.75rem);line-height:1.1;margin-bottom:1rem;color:var(--tan-gold);letter-spacing:.02em;font-weight:800;text-transform:uppercase}.cta-section p{font-size:1rem;line-height:1.6;text-transform:uppercase;letter-spacing:.16em;opacity:.88;max-width:62ch;margin:0 auto 2rem}.cta-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}@media (max-width:768px){.hero-slider{height:100svh;min-height:560px;max-height:760px}.slide-bg{animation:none}.slide-content{width:100%;padding:0 1rem}.slide-content h1{font-size:clamp(2.35rem,12vw,3.4rem);max-width:100%;letter-spacing:0;line-height:1.08;margin-bottom:1rem}.slide-content p{max-width:30rem;font-size:1rem;line-height:1.45;margin-bottom:1.5rem}.cta-button{padding:.95rem 1.5rem;max-width:100%}.slider-nav{bottom:24px}.about-content{grid-template-columns:1fr;gap:2rem}.about-image{margin-top:0;transform:none}.about-image img{max-height:360px;object-fit:cover}.highlight-box{margin-top:2rem;padding:1.5rem}.services-section{padding:64px 1rem}.services-grid{grid-template-columns:1fr}.service-card{padding:1.75rem 1.25rem}.cta-section{padding:64px 1rem}.cta-content{padding:2rem 0}.cta-section p{font-size:.9rem;letter-spacing:.08em}.cta-buttons{flex-direction:column;align-items:center}}@media (max-width:480px){.hero-slider{min-height:520px}.slide-content h1{font-size:clamp(2.05rem,11vw,2.8rem)}.slide-content p{font-size:.96rem}.service-card{padding:1.5rem 1rem}}.about-header{position:relative;background-position:50%;background-repeat:no-repeat;background-size:cover;margin-top:80px}.about-header:before{content:"";position:absolute;top:-14px;left:0;width:100%;height:14px;background:inherit;background-position:top;background-repeat:no-repeat;background-size:cover}.about-header>*{position:relative;z-index:1}.about-header h1,.about-header p{transform:translateY(-255px)}.about-header h1{font-size:3.5rem;margin-bottom:1rem;line-height:1.2}.about-header h1,.about-header p{max-width:100%;letter-spacing:normal;text-shadow:none}.about-header p{font-size:1.3rem;line-height:1.6}.story-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;margin-bottom:5rem}.story-section-single{grid-template-columns:1fr}.story-section.reverse{direction:rtl}.story-section.reverse>*{direction:ltr}.story-text h2{font-size:2.5rem;margin-bottom:1.5rem}.story-text p{margin-bottom:1.5rem;line-height:1.8;font-size:1.1rem}.story-text-full{max-width:900px;margin:0 auto;text-align:center}.story-image img{width:100%;height:580px;object-fit:cover;border-radius:8px;box-shadow:0 18px 42px #00000038}.values-section{background:var(--white);padding:90px 2rem 100px}.values-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto}.value-card{background:var(--white);color:inherit;padding:2.75rem;border-radius:12px;text-align:center;border:1px solid #01213e14;box-shadow:0 10px 28px #01213e14;transition:transform .25s ease,box-shadow .25s ease}.value-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #01213e1f}.value-card h3{font-size:1.65rem;margin-bottom:1rem;padding-bottom:0;border-bottom:none;color:var(--primary-blue)}.value-card p{line-height:1.75;color:#465564;max-width:32ch;margin:0 auto}.stats-section{background:var(--primary-blue);padding:90px 2rem;color:var(--white)}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;max-width:1200px;margin:0 auto;border-top:1px solid #ffffff2e;border-bottom:1px solid #ffffff2e}.stat-box{padding:2.5rem 2rem;text-align:center;min-height:210px;display:flex;flex-direction:column;justify-content:center}.stat-box:not(:last-child){border-right:1px solid #ffffff2e}.stat-box h3{font-size:clamp(1.9rem,3vw,2.75rem);line-height:1;margin-bottom:1rem;color:var(--tan-gold);letter-spacing:.02em;font-weight:800;text-transform:uppercase}.stat-box p{font-size:.95rem;line-height:1.6;text-transform:uppercase;letter-spacing:.16em;opacity:.88;max-width:18ch;margin:0 auto}@media (max-width:768px){.about-header{margin-top:0}.about-header:before{display:none}.about-header h1,.about-header p{transform:none}.story-section,.story-section.reverse{grid-template-columns:1fr;direction:ltr;gap:2rem;margin-bottom:3.5rem}.story-text-full{text-align:left}.story-text h2{font-size:2rem}.story-text p{font-size:1rem;line-height:1.7}.story-image img{height:320px}.stats-section,.values-section{padding:64px 1rem}.values-grid{grid-template-columns:1fr}.value-card{padding:1.75rem 1.25rem}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.stat-box{min-height:170px;padding:2rem 1.25rem}.stat-box:nth-child(2n){border-right:none}.stat-box:nth-child(-n+2){border-bottom:1px solid #ffffff2e}}@media (max-width:480px){.story-image img{height:260px}.stats-grid{grid-template-columns:1fr}.stat-box{min-height:145px;border-right:none!important;border-bottom:1px solid #ffffff2e}.stat-box:last-child{border-bottom:0}}.service-detail{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);grid-gap:4.5rem;gap:4.5rem;margin-bottom:6rem;align-items:center}.service-detail.reverse{direction:rtl}.service-detail.reverse>*{direction:ltr}.service-info h2{font-size:2.5rem;margin-bottom:1.5rem}.service-description{font-size:1.1rem;margin-top:12px;margin-bottom:2rem;line-height:1.8}.service-info h4{font-size:1.3rem;margin-top:20px;margin-bottom:10px;color:var(--steel-blue);font-weight:600}.service-info ul{list-style:none;margin-bottom:.8rem}.service-info li{display:flex;align-items:flex-start;gap:.75rem;padding:.8rem 0;line-height:1.7}.service-info li svg{color:var(--steel-blue);flex:0 0 auto;margin-top:.2rem}.service-info li span{display:inline-block}.service-image{border-radius:12px;overflow:hidden;box-shadow:0 18px 48px #00000029}.service-image img{width:100%;aspect-ratio:4/3;height:540px;object-fit:cover;object-position:center;display:block}.service-image img.retaining-wall-image{object-position:center 36%}.service-image img.boat-dock-image{object-position:center 62%}.service-image img.dredging-image{height:auto;aspect-ratio:auto;object-fit:cover}.service-detail.custom-dock-service .service-image{transform:translate(-64px,48px)}.service-detail.lift-systems-service .service-image{transform:translate(48px,24px)}.service-detail.dredging-service .service-image{transform:translate(-32px,48px)}@media (max-width:768px){.service-detail,.service-detail.reverse{grid-template-columns:1fr;direction:ltr;gap:2rem;margin-bottom:4rem}.service-info h2{font-size:2rem}.service-description{font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.service-info li{padding:.6rem 0;line-height:1.55}.service-image img{height:auto;min-height:260px;max-height:360px}.service-detail.custom-dock-service .service-image,.service-detail.dredging-service .service-image,.service-detail.lift-systems-service .service-image{transform:none}}@media (max-width:480px){.service-detail{margin-bottom:3.25rem}.service-image img{min-height:220px;max-height:300px}}html{scroll-behavior:smooth}.portfolio-content{max-width:1400px;margin:0 auto 4.5rem;padding:0 2rem}.portfolio-featured-section,.portfolio-projects-section{padding-top:4rem}.portfolio-projects-section{padding-top:4.5rem}.portfolio-section-heading{margin-bottom:1.5rem;max-width:760px}.portfolio-section-heading h2{color:var(--primary-blue);font-size:2rem;line-height:1.15;margin-bottom:.55rem}.portfolio-section-heading p{color:var(--dark-gray);font-size:1rem;line-height:1.6}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.75rem;gap:1.75rem}.project-card{appearance:none;border:0;background:var(--white);border-radius:8px;box-shadow:0 6px 20px #01213e1a;cursor:pointer;overflow:hidden;padding:0;text-align:left;transition:box-shadow .25s ease,transform .25s ease}.project-card:focus-visible,.project-card:hover{box-shadow:0 12px 30px #0241792e;transform:translateY(-4px)}.project-card:focus-visible{outline:3px solid var(--tan-gold);outline-offset:3px}.project-card-image-wrap{display:block;height:245px;overflow:hidden;background:var(--off-white)}.project-card-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.project-card:focus-visible .project-card-image,.project-card:hover .project-card-image{transform:scale(1.04)}.project-card-content{display:flex;min-height:170px;flex-direction:column;padding:1.4rem}.project-title{color:var(--primary-blue);display:block;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.25;margin-bottom:.75rem}.project-location{color:var(--dark-gray);display:block;font-size:.88rem;font-weight:700;margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.project-tag{background:#d1b38a3d;border:1px solid #d1b38a80;border-radius:999px;color:var(--primary-blue);display:inline-flex;font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:700;line-height:1;padding:.45rem .65rem}.modal-open{overflow:hidden}.project-modal-backdrop{align-items:center;background:#011222c2;display:flex;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:1000}.project-modal{background:var(--white);border-radius:8px;box-shadow:0 24px 80px #00000059;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);max-height:min(88vh,900px);max-width:1100px;overflow:auto;position:relative;width:100%}.project-modal-close{align-items:center;background:var(--primary-blue);border:0;border-radius:50%;color:var(--white);cursor:pointer;display:flex;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:700;height:40px;justify-content:center;position:absolute;right:.6rem;top:.6rem;transition:background-color .2s ease;width:40px;z-index:2}.project-modal-close:focus-visible,.project-modal-close:hover{background:var(--burnt-orange)}.project-modal-media{background:var(--off-white);padding:1rem}.project-modal-image{border-radius:6px;display:block;height:520px;object-fit:cover;width:100%}.project-thumbnail-strip{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(82px,1fr));margin-top:.9rem}.project-thumbnail{background:#0000;border:2px solid #0000;border-radius:6px;cursor:pointer;height:74px;overflow:hidden;padding:0;transition:border-color .2s ease,transform .2s ease}.project-thumbnail.active,.project-thumbnail:focus-visible,.project-thumbnail:hover{border-color:var(--tan-gold)}.project-thumbnail:hover{transform:translateY(-2px)}.project-thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.project-modal-content{padding:2.5rem 2rem 2rem}.project-modal-content h2{color:var(--primary-blue);font-size:2rem;line-height:1.15;margin-bottom:.75rem}.project-modal-content p{color:var(--dark-gray);line-height:1.65}.project-modal-location{color:var(--primary-blue)!important;font-weight:700;margin-bottom:1rem}.modal-project-tags{margin-bottom:1.25rem;margin-top:0}.before-after-section{border-top:1px solid #0241791f;margin-top:2rem;padding-top:1.5rem}.before-after-section h3{color:var(--primary-blue);font-size:1.25rem;margin-bottom:1rem}.before-after-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.before-after-grid figure{margin:0}.before-after-zoom-button{background:#0000;border:0;border-radius:6px;cursor:zoom-in;display:block;overflow:hidden;padding:0;width:100%}.before-after-zoom-button:focus-visible{outline:3px solid var(--tan-gold);outline-offset:3px}.before-after-grid img{border-radius:6px;display:block;height:190px;object-fit:cover;transition:transform .25s ease;width:100%}.before-after-zoom-button:hover img{transform:scale(1.03)}.before-after-grid figcaption{color:var(--dark-gray);font-family:Montserrat,sans-serif;font-size:.86rem;font-weight:700;margin-top:.5rem}.before-after-zoom-backdrop{align-items:center;background:#000000d1;display:flex;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:1100}.before-after-zoom{max-height:92vh;max-width:min(1000px,92vw);position:relative}.before-after-zoom img{border-radius:8px;display:block;max-height:92vh;max-width:100%;object-fit:contain;width:auto}.before-after-zoom-close{align-items:center;background:var(--primary-blue);border:0;border-radius:50%;color:var(--white);cursor:pointer;display:flex;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:700;height:40px;justify-content:center;position:absolute;right:-.75rem;top:-.75rem;transition:background-color .2s ease;width:40px}.before-after-zoom-close:focus-visible,.before-after-zoom-close:hover{background:var(--burnt-orange)}@media (max-width:1100px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-modal{grid-template-columns:1fr;max-width:780px}.project-modal-image{height:430px}}@media (max-width:768px){.portfolio-content{padding-left:1rem;padding-right:1rem}.portfolio-featured-section,.portfolio-projects-section{padding-top:3rem}.portfolio-section-heading h2{font-size:1.75rem}.project-grid{grid-template-columns:1fr}.project-card-image-wrap{height:230px}.project-card-content{min-height:auto}.project-modal-backdrop{align-items:flex-start;padding:.75rem}.project-modal{max-height:calc(100svh - 1.5rem)}.project-modal-content{padding:1.75rem 1.25rem}.project-modal-content h2{font-size:1.55rem}.project-modal-image{height:min(320px,38svh)}.before-after-grid{grid-template-columns:1fr}.before-after-zoom-backdrop{padding:1rem}.before-after-zoom{max-width:94vw}.before-after-zoom-close{right:.5rem;top:.5rem}}@media (max-width:480px){.project-card-image-wrap,.project-modal-image{height:250px}.project-card-content{padding:1.15rem}.project-title{font-size:1.12rem}.project-tag{font-size:.72rem}}.rating-summary{max-width:600px;margin:3rem auto;text-align:center;padding:3rem;background:var(--white);border-radius:8px;box-shadow:0 4px 20px #0000001a}.rating-number{font-size:4rem;font-weight:800;color:var(--primary-blue);font-family:Montserrat,sans-serif}.stars{font-size:2rem;color:var(--tan-gold);margin:1rem 0}.rating-summary>p{font-size:1.2rem;color:var(--dark-gray);margin:1rem 0}.google-badge{display:inline-flex;align-items:center;gap:1rem;padding:1rem 2rem;background:var(--off-white);border-radius:8px;margin-top:1rem;font-weight:600}.google-icon{font-size:2rem;font-weight:700;color:var(--primary-blue)}.reviews-container{max-width:1200px;margin:2rem auto 4rem;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.review-card{background:var(--white);padding:2rem;border-radius:8px;box-shadow:0 2px 15px #0000001a;transition:all .3s}.review-card:hover{transform:translateY(-5px);box-shadow:0 5px 25px #02417926}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.reviewer-info h3{font-size:1.2rem;margin-bottom:.3rem}.review-date{color:#999;font-size:.9rem}.review-stars{color:var(--tan-gold);font-size:1.2rem}.review-text{line-height:1.7;color:var(--dark-gray);margin-top:1rem}.verified-badge{display:inline-block;background:#4caf50;color:var(--white);padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;margin-top:1rem}.cta-box{max-width:800px;margin:0 auto 4rem;padding:3rem 2rem;background:linear-gradient(135deg,var(--primary-blue),var(--steel-blue));border-radius:8px;text-align:center;color:var(--white)}.cta-box h2{font-size:2rem;margin-bottom:1rem;color:var(--white)}.cta-box p{font-size:1.2rem;margin-bottom:2rem}@media (max-width:768px){.rating-summary{margin:2rem 1rem;padding:2rem 1.25rem}.rating-number{font-size:3rem}.stars{font-size:1.6rem}.google-badge{gap:.75rem;padding:.85rem 1rem}.reviews-container{grid-template-columns:1fr;padding:0 1rem;gap:1.25rem}.review-card{padding:1.5rem}.review-header{gap:1rem}.cta-box{margin:0 1rem 3rem;padding:2rem 1.25rem}.cta-box h2{font-size:1.6rem}.cta-box p{font-size:1rem}}.contact-section{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}.contact-info{background:var(--off-white);padding:3rem;border-radius:8px}.contact-info h2{font-size:2rem;margin-bottom:2rem}.info-item{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:flex-start}.info-icon{min-width:34px;width:34px;color:var(--tan-gold);display:flex;align-items:center;justify-content:center;padding-top:.1rem}.info-icon svg{width:26px;height:26px}.info-text h3{font-size:1.2rem;margin-bottom:.5rem}.info-text p{color:var(--dark-gray);margin-bottom:.3rem}.info-text a{color:var(--primary-blue);text-decoration:none;font-weight:700}.info-text a:hover{color:var(--burnt-orange)}.contact-form{background:var(--white);padding:3rem;border-radius:8px;box-shadow:0 4px 20px #0000001a}.contact-form h2{font-size:2rem;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--dark-gray)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:4px;font-family:Lato,sans-serif;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--steel-blue)}.form-group textarea{min-height:150px;resize:vertical}.contact-form .btn{width:100%;padding:1.2rem;font-size:1.1rem;margin-top:1rem}.map-section{margin-top:4rem;padding:0 2rem}.map-container{max-width:1200px;margin:0 auto;height:400px;background:var(--off-white);border-radius:8px;display:flex;gap:.75rem;align-items:center;justify-content:center;color:var(--dark-gray);font-size:1.2rem}.map-container svg{color:var(--tan-gold);flex:0 0 auto}@media (max-width:768px){.contact-section{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.contact-form,.contact-info{padding:1.5rem}.contact-form h2,.contact-info h2{font-size:1.65rem;margin-bottom:1.5rem}.info-item{gap:1rem;margin-bottom:1.5rem}.info-text a{overflow-wrap:anywhere}.form-group input,.form-group select,.form-group textarea{font-size:16px;padding:.9rem}.map-section{margin-top:2.5rem;padding:0 1rem}.map-container{height:220px;padding:1.5rem;text-align:center;font-size:1rem}}@media (max-width:480px){.contact-form,.contact-info{padding:1.25rem}.info-item{gap:.85rem}.info-icon{min-width:28px;width:28px}}