
:root{--navy:#062a55;--teal:#079ca5;--ink:#172b3d;--light:#f4f8f8;--sand:#eef4f3;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.6;background:#fff}
a{color:inherit}.container{width:min(1160px,92%);margin:auto}.topbar{background:var(--navy);color:#fff;font-size:.92rem}.topbar .container{display:flex;justify-content:flex-end;gap:22px;padding:8px 0}
header{background:rgba(255,255,255,.97);position:sticky;top:0;z-index:20;box-shadow:0 1px 10px #0001}.nav{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:10px 0}.logo{width:260px;max-width:42vw}.navlinks{display:flex;gap:20px;align-items:center;font-weight:700;font-size:.92rem}.navlinks a{text-decoration:none}.btn{display:inline-block;background:var(--teal);color:#fff;text-decoration:none;padding:13px 20px;border-radius:4px;font-weight:800;letter-spacing:.02em;border:0}.btn.alt{background:var(--navy)}.hero{min-height:650px;display:grid;place-items:center;color:#fff;text-align:center;background:linear-gradient(#062a5577,#062a55aa),url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1800&q=82') center/cover}.hero h1{font-family:Georgia,serif;font-size:clamp(2.8rem,6vw,5.6rem);line-height:1.02;margin:0 0 18px}.hero p{font-size:1.25rem;max-width:800px;margin:0 auto 28px}.eyebrow{color:var(--teal);font-weight:900;text-transform:uppercase;letter-spacing:.12em}.section{padding:78px 0}.section.light{background:var(--light)}.section h2{font-family:Georgia,serif;color:var(--navy);font-size:clamp(2rem,4vw,3.3rem);line-height:1.1;margin:8px 0 18px}.lead{font-size:1.15rem;max-width:820px}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}.card{background:#fff;border:1px solid #dfe8e8;box-shadow:0 8px 25px #062a5510;overflow:hidden}.card .photo{height:220px;background-size:cover;background-position:center}.card .copy{padding:22px}.card h3{color:var(--navy);margin:0 0 10px;font-family:Georgia,serif;font-size:1.45rem}.card a{color:var(--teal);font-weight:800;text-decoration:none}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.photo-large{min-height:480px;background:center/cover;border-radius:3px}.checks{display:grid;grid-template-columns:1fr 1fr;gap:12px 28px;margin:25px 0}.check:before{content:"✓";color:var(--teal);font-weight:900;margin-right:8px}.cta{background:var(--navy);color:#fff;text-align:center}.cta h2{color:#fff}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px;margin-top:30px}.gallery div{min-height:260px;background:center/cover}.service-hero{padding:115px 0;color:#fff;background:linear-gradient(#062a5580,#062a55cc),var(--bg) center/cover}.service-hero h1{font-family:Georgia,serif;font-size:clamp(2.7rem,6vw,5rem);margin:0;line-height:1.05}.service-hero p{max-width:760px;font-size:1.2rem}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px}.form{background:var(--light);padding:30px}.form input,.form textarea,.form select{width:100%;padding:13px;border:1px solid #cbd7d8;margin:7px 0 15px;font:inherit}.form textarea{min-height:140px}footer{background:#041f3d;color:#fff;padding:50px 0 25px}.foot{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}.foot img{width:300px;max-width:100%}.foot a{display:block;text-decoration:none;margin:6px 0}.copyright{border-top:1px solid #ffffff25;margin-top:35px;padding-top:20px;font-size:.85rem;color:#d9e2e8}
@media(max-width:900px){.navlinks{display:none}.logo{width:230px;max-width:70vw}.grid4{grid-template-columns:1fr 1fr}.split,.contact-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.gallery div:first-child{grid-column:1/-1}.hero{min-height:580px}.foot{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.topbar .container{justify-content:center;font-size:.78rem;gap:10px}.grid4,.checks,.gallery,.foot{grid-template-columns:1fr}.gallery div:first-child{grid-column:auto}.section{padding:58px 0}.hero h1{font-size:3rem}.nav .btn{padding:10px 12px;font-size:.78rem}}

/* Version 2 refinements */
.topbar .container{justify-content:flex-end}
header{position:sticky;top:0}
.nav{padding:13px 0}
.logo{width:300px}
.hero{min-height:670px;text-align:left;place-items:center;background:linear-gradient(90deg,rgba(255,255,255,.78) 0%,rgba(255,255,255,.58) 40%,rgba(6,42,85,.08) 68%),url('https://images.unsplash.com/photo-1499793983690-e29da59ef1c2?auto=format&fit=crop&w=2000&q=88') center/cover}
.hero .container{padding-top:20px}.hero h1{color:var(--navy);max-width:720px;text-shadow:0 1px 0 #fff8}.hero p{color:var(--ink);margin:0 0 28px;max-width:650px;font-weight:500}.hero .eyebrow{display:none}
.grid4{gap:22px}.card{border-radius:3px}.card .photo{height:245px}.card .copy{min-height:230px}
.section h2{letter-spacing:-.02em}.section.light{background:#f5f7f7}
.gallery{grid-template-columns:repeat(4,1fr)}.gallery div{min-height:230px}.gallery div:first-child{grid-column:auto}
footer .foot img{filter:none}.foot{grid-template-columns:1.4fr .8fr 1fr}.cta{padding:55px 0}
@media(max-width:900px){.hero{background:linear-gradient(rgba(255,255,255,.72),rgba(255,255,255,.72)),url('https://images.unsplash.com/photo-1499793983690-e29da59ef1c2?auto=format&fit=crop&w=1400&q=86') center/cover}.gallery{grid-template-columns:1fr 1fr}.logo{width:250px}}
@media(max-width:600px){.gallery{grid-template-columns:1fr}.hero{min-height:610px}.hero h1{font-size:3.2rem}}


/* FINAL APPROVED HOMEPAGE CORRECTIONS */
.approved-hero{position:relative;width:100%;background:#eef3f4;overflow:hidden}
.approved-hero>img{display:block;width:100%;height:auto}
.hero-hotspot{position:absolute;display:block;z-index:2}
.hero-hotspot.estimate{left:7.4%;top:77.2%;width:16.2%;height:11.5%}
.hero-hotspot.call{left:24.5%;top:77.2%;width:17.2%;height:11.5%}
.services-approved .lead{display:none}
.services-approved .card .photo{height:155px;background-size:cover;background-position:center}
.services-approved .card .copy{min-height:220px}
.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:20px}
.gallery-link{color:var(--teal);font-weight:800;text-decoration:none;white-space:nowrap;border-bottom:1px solid var(--teal);padding-bottom:2px}
.recent-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.recent-grid img{width:100%;aspect-ratio:1.95/1;object-fit:cover;display:block}
.coastal-photo{min-height:390px}
.cta-row{display:flex;justify-content:center;align-items:center;gap:55px;text-align:left}
.cta-row .btn{flex:0 0 auto}
.project-page-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:35px}.project-page-grid img{width:100%;height:340px;object-fit:cover}
@media(max-width:900px){.recent-grid{grid-template-columns:1fr 1fr}.cta-row{display:block;text-align:center}.approved-hero{display:none}.hero-mobile-approved{display:block}}
@media(min-width:901px){.hero-mobile-approved{display:none}}
@media(max-width:600px){.section-heading-row{display:block}.gallery-link{display:inline-block;margin-top:8px}.recent-grid,.project-page-grid{grid-template-columns:1fr}.project-page-grid img{height:240px}}
