@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:wght@500;600;700&display=swap');
:root{--gold:#c9a227;--navy:#0b3a4a;--teal:#1a6b7a;--bg:#f7f5f0;--text:#1a1a1a}
*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--bg);line-height:1.5}
a{color:var(--teal)}.site-header{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--navy);color:#fff}
.site-header a{color:#fff;text-decoration:none}.logo{font-weight:700;color:var(--gold)!important}
.site-header nav{display:flex;flex-wrap:wrap;gap:.75rem}
.btn{display:inline-block;padding:.65rem 1rem;border-radius:6px;text-decoration:none;font-weight:600}
.btn.primary,.btn.call{background:var(--gold);color:var(--navy)}.btn.secondary{border:2px solid var(--navy);color:var(--navy)}
.hero{padding:3rem 1.25rem;max-width:720px}.hero h1{color:var(--navy);line-height:1.2}.lede{font-size:1.15rem}
section{padding:1.5rem 1.25rem;max-width:720px}ul{padding-left:1.2rem}
.site-footer{margin-top:2rem;padding:1.5rem 1.25rem;background:var(--navy);color:#ddd;font-size:.95rem}
.site-footer a{color:var(--gold)}
@media(max-width:600px){.site-header{flex-direction:column;align-items:flex-start}}
.section-intro{margin-top:0;color:#444}
.gallery-preview,.gallery-full{max-width:960px}
.ba-grid{display:flex;flex-direction:column;gap:1.75rem}
.ba-pair{margin:0 0 1.75rem;background:#fff;border-radius:10px;padding:1rem;box-shadow:0 1px 4px rgba(0,0,0,.08)}
.ba-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.ba-row img,.single-shot img{width:100%;height:220px;object-fit:cover;border-radius:8px;display:block;background:#ddd}
.tag{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.25rem .5rem;border-radius:4px;margin-bottom:.4rem}
.tag.before{background:#5c4033;color:#fff}.tag.after{background:var(--teal);color:#fff}
.ba-pair figcaption,.single-shot figcaption{margin-top:.65rem;font-weight:600;color:var(--navy)}
.single-shot{margin:0 0 1.75rem;background:#fff;border-radius:10px;padding:1rem;box-shadow:0 1px 4px rgba(0,0,0,.08)}
.single-shot img{height:280px}
@media(max-width:700px){.ba-row{grid-template-columns:1fr}.ba-row img,.single-shot img{height:200px}}
.owner{max-width:960px}
.owner-card{display:grid;grid-template-columns:180px 1fr;gap:1.25rem;align-items:center;background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 4px rgba(0,0,0,.08)}
.owner-photo{width:180px;height:180px;object-fit:cover;border-radius:50%;border:4px solid var(--gold);display:block}
.owner-label{margin:0;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--teal)}
.owner-copy h2{margin:.25rem 0 .5rem;color:var(--navy)}
.owner-copy p{margin:.4rem 0}
@media(max-width:600px){.owner-card{grid-template-columns:1fr;justify-items:center;text-align:center}.owner-photo{width:160px;height:160px}}
.service-map-wrap{margin:1.25rem 0 1.5rem;max-width:960px}
.map-caption{margin:0 0 .75rem;color:#444;font-size:.95rem}
#service-map{width:100%;height:380px;border-radius:12px;overflow:hidden;border:1px solid rgba(11,58,74,.15);box-shadow:0 1px 4px rgba(0,0,0,.08);background:#dce8ec;z-index:0}
@media(max-width:600px){#service-map{height:280px}}
.map-cta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin:1rem 0 0}
.btn-call-now{font-size:1.05rem;padding:.85rem 1.25rem}

.logo-mark{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:inherit}
.logo-mark img{width:48px;height:48px;border-radius:8px;object-fit:cover;border:2px solid var(--gold);background:#fff}
.logo-mark .logo-text{font-family:Montserrat,system-ui,sans-serif;font-weight:700;font-size:1.05rem;letter-spacing:.01em;color:var(--gold)!important;line-height:1.15}
.hero-brand{font-family:Montserrat,system-ui,sans-serif;font-weight:700;font-size:clamp(1.75rem,5vw,2.6rem);letter-spacing:.01em;color:var(--navy);line-height:1.15;margin:0 0 .75rem}

.location-line{margin:.25rem 0 1rem;color:#555;font-size:1rem}

.hero-brand{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;margin:0 0 .75rem}
.hero-brand-script{font-family:"Great Vibes",cursive;font-weight:400;font-size:clamp(2.4rem,8vw,3.6rem);color:#d6aa28;line-height:1.05;letter-spacing:.02em}
.hero-brand-sub{font-family:Montserrat,system-ui,sans-serif;font-weight:700;font-size:clamp(1rem,3vw,1.25rem);color:#2f7a3e;letter-spacing:.08em;text-transform:uppercase}
.logo-text-stack{display:flex;flex-direction:column;line-height:1.05}
.logo-text-stack .ln1{font-family:"Great Vibes",cursive;font-size:1.45rem;color:#d6aa28;font-weight:400}
.logo-text-stack .ln2{font-family:Montserrat,system-ui,sans-serif;font-size:.7rem;font-weight:700;color:#2f7a3e;letter-spacing:.06em;text-transform:uppercase}

.logo-mark .header-logo{height:56px;width:auto;max-width:min(320px,70vw);object-fit:contain;border:none;border-radius:0;background:transparent;display:block}
@media(max-width:600px){.logo-mark .header-logo{height:44px}}
