
:root{
  --navy:#153b64;
  --navy-2:#0d2b49;
  --gold:#d5ae63;
  --cream:#f7f4ee;
  --ink:#22313f;
  --muted:#65717b;
  --white:#fff;
  --line:#e7e2d8;
  --shadow:0 18px 48px rgba(13,43,73,.12);
  --radius:18px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.topbar{background:var(--navy-2);color:white;font-size:.9rem;padding:8px 0}
.topbar .container{display:flex;justify-content:space-between;gap:20px;align-items:center}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);z-index:20;border-bottom:1px solid rgba(0,0,0,.06)}
.header-inner{min-height:86px;display:flex;align-items:center;gap:24px}
.logo{width:180px;flex:0 0 auto}
.logo img{width:100%;height:auto}
.nav{margin-left:auto;display:flex;align-items:center;gap:18px;font-size:.88rem;font-weight:700}
.nav a{text-decoration:none;white-space:nowrap}
.nav a:hover{color:var(--gold)}
.nav .cta{background:var(--gold);color:var(--navy-2);padding:12px 15px;border-radius:999px}
.nav-toggle{display:none;margin-left:auto;border:0;background:transparent;font-size:1.6rem}
.hero{min-height:650px;display:grid;place-items:center;position:relative;color:#fff;background:
linear-gradient(90deg,rgba(13,43,73,.92),rgba(13,43,73,.60) 54%,rgba(13,43,73,.20)),
linear-gradient(135deg,#345e82,#9aa8a1)}
.hero.has-photo{background-size:cover;background-position:center}
.hero-content{max-width:700px;padding:90px 0}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:700;color:var(--gold);font-size:.82rem}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.12;color:var(--navy-2);margin:0 0 16px}
.hero h1{color:#fff;font-size:clamp(2.8rem,6vw,5.3rem);max-width:780px}
.hero p{font-size:1.16rem;max-width:640px}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.button{display:inline-block;text-decoration:none;border-radius:999px;padding:14px 21px;font-weight:800}
.button.gold{background:var(--gold);color:var(--navy-2)}
.button.navy{background:var(--navy);color:#fff}
.button.outline{border:2px solid #fff;color:#fff}
.section{padding:86px 0}
.section.alt{background:var(--cream)}
.section-title{max-width:760px;margin-bottom:38px}
.section-title h2{font-size:clamp(2rem,4vw,3.25rem)}
.section-title p{color:var(--muted)}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 7px 30px rgba(13,43,73,.06)}
.card .body{padding:25px}
.card h3{font-size:1.5rem}
.photo-slot{aspect-ratio:4/3;display:grid;place-items:center;text-align:center;padding:20px;color:#eaf1f7;font-weight:700;background:
linear-gradient(135deg,rgba(21,59,100,.92),rgba(213,174,99,.72))}
.photo-slot small{display:block;font-weight:400;opacity:.85}
.service-link{text-decoration:none;color:var(--navy);font-weight:800}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px}
.check{padding:17px;border-left:4px solid var(--gold);background:#fff;border-radius:8px;box-shadow:0 3px 18px rgba(0,0,0,.04)}
.quote{padding:30px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);border-top:4px solid var(--gold)}
.quote p{font-family:Georgia,serif;font-size:1.22rem;font-style:italic}
.cta-band{padding:55px 0;background:var(--navy-2);color:#fff}
.cta-band .container{display:flex;gap:30px;justify-content:space-between;align-items:center}
.cta-band h2{color:#fff;margin:0;font-size:2.4rem}
.breadcrumbs{font-size:.88rem;color:var(--muted);padding:18px 0}
.page-hero{padding:80px 0;background:linear-gradient(135deg,var(--navy-2),var(--navy));color:#fff}
.page-hero h1{color:#fff;font-size:clamp(2.5rem,5vw,4.3rem)}
.page-hero p{max-width:760px;font-size:1.12rem}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gallery .photo-slot{border-radius:14px;aspect-ratio:4/3}
.meta{color:var(--muted);font-size:.92rem}
.blog-card{padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:white}
.form{display:grid;gap:16px}
.form label{font-weight:700;color:var(--navy-2)}
.form input,.form textarea,.form select{width:100%;padding:13px 14px;border:1px solid #cbd3d9;border-radius:10px;font:inherit}
.form textarea{min-height:150px}
.hp{position:absolute!important;left:-9999px!important}
.notice{background:#fff7df;border:1px solid #ecd69b;padding:14px 16px;border-radius:12px}
.footer{background:#081f35;color:#dfe8ef;padding:55px 0 25px}
.footer h3{color:#fff;font-family:Arial,sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:.08em}
.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:44px}
.footer a{text-decoration:none;color:#dfe8ef}
.footer a:hover{color:var(--gold)}
.footer .logo{filter:brightness(0) invert(1);opacity:.92}
.copyright{margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.13);font-size:.85rem;color:#aab9c6}
.service-list{columns:2;gap:32px}
.service-list li{margin:8px 0}
@media(max-width:1040px){
 .nav{display:none;position:absolute;left:0;right:0;top:86px;background:#fff;padding:22px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}
 .nav.open{display:flex}
 .nav-toggle{display:block}
 .grid-4{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
 .container{width:min(100% - 28px,var(--max))}
 .topbar .container{flex-direction:column;gap:3px;align-items:flex-start}
 .hero{min-height:570px}
 .grid-3,.grid-4,.split,.gallery,.footer-grid{grid-template-columns:1fr}
 .checks{grid-template-columns:1fr}
 .cta-band .container{flex-direction:column;align-items:flex-start}
 .service-list{columns:1}
 .section{padding:64px 0}
}

.real-photo{width:100%;height:100%;object-fit:cover;display:block}
.photo-frame{border-radius:18px;overflow:hidden;box-shadow:var(--shadow);background:#eee}
.photo-frame.landscape{aspect-ratio:4/3}
.photo-frame.hero-shot{aspect-ratio:16/10}
.photo-frame.portrait{aspect-ratio:4/5}
.hero.home-real{
  background:
    linear-gradient(90deg,rgba(13,43,73,.92),rgba(13,43,73,.62) 54%,rgba(13,43,73,.18)),
    url('/assets/images/addition-finished.webp') center/cover no-repeat;
}
.photo-card-img{aspect-ratio:4/3;overflow:hidden;background:#eee}
.photo-card-img img{width:100%;height:100%;object-fit:cover}
.before-after-label{position:absolute;left:14px;bottom:14px;background:rgba(13,43,73,.9);color:#fff;padding:7px 11px;border-radius:999px;font-size:.8rem;font-weight:800}


/* ODI WordPress staging refinements — v1.1 */
.header-inner{
  gap:18px;
}
.logo img{
  max-width:190px;
  height:auto;
}
.nav{
  gap:0;
  flex:1;
  justify-content:flex-end;
  flex-wrap:nowrap;
}
.nav > a,
.nav > li > a{
  font-size:14px;
  white-space:nowrap;
  padding:10px 6px;
}
.nav > li{
  list-style:none;
}
.nav > li:not(:last-child)::after{
  content:"•";
  margin:0 1px;
  color:#1d2b38;
}
.nav .cta{
  margin-left:12px;
  padding:14px 18px;
}

.hero.home-real{
  min-height:620px;
  display:flex;
  align-items:center;
  position:relative;
  background:
    linear-gradient(90deg, rgba(13,43,73,.90) 0%, rgba(13,43,73,.70) 43%, rgba(13,43,73,.22) 72%, rgba(13,43,73,.08) 100%),
    url("images/addition-finished.webp") center 46% / cover no-repeat;
}
.hero.home-real::before{
  display:none;
}
.hero.home-real .hero-content{
  padding-top:72px;
  padding-bottom:72px;
  max-width:1200px;
}
.hero.home-real .hero-content > *{
  max-width:760px;
}
.hero.home-real h1{
  font-size:clamp(48px,5.1vw,74px);
  line-height:.98;
  letter-spacing:-1.5px;
  margin:12px 0 22px;
}
.hero.home-real p{
  max-width:700px;
  font-size:19px;
  line-height:1.55;
}

@media (max-width:1180px){
  .header-inner{align-items:flex-start}
  .nav{flex-wrap:wrap; justify-content:flex-end}
  .nav > a,.nav > li > a{font-size:13px;padding:8px 5px}
  .logo img{max-width:165px}
}
@media (max-width:900px){
  .hero.home-real{
    min-height:560px;
    background:
      linear-gradient(90deg, rgba(13,43,73,.90), rgba(13,43,73,.52)),
      url("images/addition-finished.webp") center / cover no-repeat;
  }
  .hero.home-real h1{font-size:clamp(42px,8vw,60px)}
}


/* ODI v1.2 hero sizing */
.hero.home-real .hero-content{
  width:100%;
  max-width:1200px;
}
.hero.home-real .hero-content > *{
  max-width:820px;
}
.hero.home-real h1{
  font-size:58px !important;
  line-height:1.03 !important;
  letter-spacing:-1px !important;
  max-width:820px !important;
  margin:12px 0 22px !important;
}
@media (max-width:1000px){
  .hero.home-real h1{font-size:48px !important;max-width:700px !important;}
}
@media (max-width:700px){
  .hero.home-real h1{font-size:40px !important;}
}

/* ODI 2026 unique-theme hero */
.odi-hero .button.outline{color:#fff;border-color:#fff;}
@media(max-width:800px){
  .odi-hero h1{font-size:42px !important;}
}
@media(max-width:520px){
  .odi-hero h1{font-size:36px !important;}
}

/* ODI consolidated homepage polish v2.1 */
.topbar{font-size:15px!important;font-weight:600;padding:9px 0!important}
.section{padding-top:68px!important;padding-bottom:68px!important}
.section-title{margin-bottom:32px!important}
.section-title h2{font-size:clamp(42px,4vw,58px)!important;line-height:1.04!important;max-width:920px}
.odi-card-link{display:block;height:100%;color:inherit;text-decoration:none}
.odi-card-link .card,.odi-card-link .check{height:100%;transition:transform .18s ease,box-shadow .18s ease}
.odi-card-link:hover .card,.odi-card-link:hover .check{transform:translateY(-3px);box-shadow:0 14px 30px rgba(13,43,73,.10)}
.footer .logo{display:inline-block;background:#fff;border-radius:8px;padding:10px 12px;margin-bottom:12px}
.footer .logo img{display:block;width:190px;max-width:100%;height:auto}
@media(max-width:700px){
 .topbar{font-size:14px!important}
 .section{padding-top:52px!important;padding-bottom:52px!important}
 .section-title h2{font-size:38px!important}
}

/* v3 header + hero correction */
.site-header{position:sticky;top:0;z-index:1000;background:#fff}
.topbar{display:block!important;background:#123b60;color:#fff;font-size:15px!important;font-weight:600!important;padding:9px 0!important}
.topbar .container{display:flex;justify-content:space-between;gap:20px;align-items:center}
.odi-hero{background-position:center center!important;background-size:cover!important}
.odi-hero .container{max-width:1260px!important;margin:0 auto!important;padding-left:30px!important;padding-right:30px!important}
.odi-hero h1{font-size:clamp(48px,4.2vw,64px)!important;line-height:1.02!important;max-width:820px!important}
@media(max-width:900px){
 .topbar .container{flex-wrap:wrap;justify-content:center;text-align:center}
 .odi-hero .container{padding-left:24px!important;padding-right:24px!important}
 .odi-hero h1{font-size:clamp(40px,8vw,52px)!important}
}


/* ODI 2026 v4 — definitive homepage hero */
.odi-hero-fixed{
  position:relative!important;
  min-height:590px!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  background:#153b64!important;
  color:#fff!important;
}
.odi-hero-fixed .odi-hero-photo{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
}
.odi-hero-fixed .odi-hero-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}
.odi-hero-fixed .odi-hero-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(
    90deg,
    rgba(13,43,73,.94) 0%,
    rgba(13,43,73,.86) 34%,
    rgba(13,43,73,.58) 52%,
    rgba(13,43,73,.20) 70%,
    rgba(13,43,73,.04) 100%
  )!important;
}
.odi-hero-fixed .odi-hero-inner{
  position:relative!important;
  z-index:2!important;
  width:min(1260px,calc(100% - 60px))!important;
  margin:0 auto!important;
  padding:70px 0!important;
}
.odi-hero-fixed .odi-hero-copy{
  width:min(680px,56vw)!important;
}
.odi-hero-fixed h1{
  margin:12px 0 20px!important;
  max-width:680px!important;
  font-size:52px!important;
  line-height:1.03!important;
  letter-spacing:-1px!important;
  color:#fff!important;
}
.odi-hero-fixed p{
  max-width:650px!important;
  margin:0!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1.55!important;
}
@media(max-width:900px){
  .odi-hero-fixed{min-height:540px!important}
  .odi-hero-fixed .odi-hero-overlay{
    background:linear-gradient(90deg,rgba(13,43,73,.93),rgba(13,43,73,.66))!important;
  }
  .odi-hero-fixed .odi-hero-inner{
    width:min(100% - 36px,1260px)!important;
    padding:58px 0!important;
  }
  .odi-hero-fixed .odi-hero-copy{
    width:min(700px,100%)!important;
  }
  .odi-hero-fixed h1{
    font-size:44px!important;
    max-width:700px!important;
  }
}
@media(max-width:560px){
  .odi-hero-fixed h1{font-size:36px!important}
  .odi-hero-fixed p{font-size:17px!important}
}


/* ODI 2026 v5 — homepage service-card layout repair */
.grid-3 > .odi-card-link{
  display:block!important;
  min-width:0!important;
  height:100%!important;
}
.grid-3 > .odi-card-link .card{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  overflow:hidden!important;
}
.grid-3 > .odi-card-link .photo-card-img{
  width:100%!important;
  aspect-ratio:4 / 3!important;
  overflow:hidden!important;
  flex:0 0 auto!important;
}
.grid-3 > .odi-card-link .photo-card-img img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}
.grid-3 > .odi-card-link .body{
  flex:1 1 auto!important;
}
.grid-3 > .odi-card-link .service-link{
  display:inline-block!important;
  margin-top:8px!important;
}


/* ODI 2026 v6 — final homepage surgical fixes */
.header-estimate-button,
.header-estimate-button:link,
.header-estimate-button:visited,
.header-estimate-button:hover,
.header-estimate-button:focus{
  color:#0b2e4f!important;
  -webkit-text-fill-color:#0b2e4f!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1!important;
  white-space:nowrap!important;
}

.footer-logo-wrap{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  border-radius:8px!important;
  padding:12px 14px!important;
  margin-bottom:16px!important;
  width:auto!important;
  height:auto!important;
}

.footer-logo-wrap .footer-logo-img{
  display:block!important;
  width:190px!important;
  max-width:100%!important;
  height:auto!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  object-fit:contain!important;
}


/* ODI 2026 v7 — footer logo root-cause fix */
.footer .logo.footer-logo-wrap{
  filter:none!important;
  opacity:1!important;
  background:#fff!important;
}
.footer .logo.footer-logo-wrap img.footer-logo-img{
  filter:none!important;
  opacity:1!important;
  visibility:visible!important;
}

/* ODI 2026 v8 — Room Additions & Sunrooms polish */
.page-hero.additions-hero{
  position:relative!important;
  overflow:hidden!important;
  background:
    linear-gradient(90deg,rgba(17,57,92,.98) 0%,rgba(17,57,92,.93) 48%,rgba(17,57,92,.54) 68%,rgba(17,57,92,.16) 100%),
    url("images/addition-finished.webp") center right/cover no-repeat!important;
}
.page-hero.additions-hero .container{position:relative;z-index:2}
.page-hero.additions-hero h1{max-width:900px}
.page-hero.additions-hero p{max-width:680px}
@media(max-width:800px){
 .page-hero.additions-hero{
   background:
    linear-gradient(rgba(17,57,92,.88),rgba(17,57,92,.88)),
    url("images/addition-finished.webp") center/cover no-repeat!important;
 }
}

/* ODI 2026 v9 — additions gallery captions */
.gallery .project-tile{margin:0;min-width:0}
.gallery .project-tile .photo-frame{margin:0}
.gallery .project-tile figcaption{padding:14px 4px 4px;color:#17324d}
.gallery .project-tile figcaption strong{display:block;font-family:Georgia,serif;font-size:19px;margin-bottom:4px}
.gallery .project-tile figcaption span{display:block;font-size:14px;line-height:1.45;color:#5d6b78}

/* ODI 2026 v10 — Custom Decks page polish */
.page-hero.decks-hero{
  position:relative!important;
  overflow:hidden!important;
  background:
    linear-gradient(90deg,rgba(17,57,92,.98) 0%,rgba(17,57,92,.92) 46%,rgba(17,57,92,.55) 67%,rgba(17,57,92,.14) 100%),
    url("images/deck-porch-finished.webp") center/cover no-repeat!important;
}
.page-hero.decks-hero .container{position:relative;z-index:2}
.page-hero.decks-hero h1{max-width:850px}
.page-hero.decks-hero p{max-width:690px}
@media(max-width:800px){
 .page-hero.decks-hero{
   background:
    linear-gradient(rgba(17,57,92,.88),rgba(17,57,92,.88)),
    url("images/deck-porch-finished.webp") center/cover no-repeat!important;
 }
}

/* ODI 2026 v11 — Deck Repair page polish */
.page-hero.deck-repair-hero{
  position:relative!important;
  overflow:hidden!important;
  background:
    linear-gradient(90deg,rgba(17,57,92,.98) 0%,rgba(17,57,92,.92) 46%,rgba(17,57,92,.56) 68%,rgba(17,57,92,.16) 100%),
    url("images/deck-porch-finished.webp") center/cover no-repeat!important;
}
.page-hero.deck-repair-hero .container{position:relative;z-index:2}
.page-hero.deck-repair-hero h1{max-width:980px}
.page-hero.deck-repair-hero p{max-width:680px}
@media(max-width:800px){
 .page-hero.deck-repair-hero{
   background:
    linear-gradient(rgba(17,57,92,.89),rgba(17,57,92,.89)),
    url("images/deck-porch-finished.webp") center/cover no-repeat!important;
 }
}


/* Bathroom Remodeling hero — v12 */
.bathroom-hero{
  position:relative!important;
  overflow:hidden!important;
  background:
    linear-gradient(90deg,rgba(17,57,92,.98) 0%,rgba(17,57,92,.92) 46%,rgba(17,57,92,.56) 68%,rgba(17,57,92,.16) 100%),
    url("images/bathroom-shower.webp") center/cover no-repeat!important;
}
.page-hero.bathroom-hero .container{position:relative;z-index:2}
.page-hero.bathroom-hero h1{max-width:980px}
.page-hero.bathroom-hero p{max-width:680px}
@media(max-width:800px){
 .page-hero.bathroom-hero{
   background:
    linear-gradient(rgba(17,57,92,.89),rgba(17,57,92,.89)),
    url("images/bathroom-shower.webp") center/cover no-repeat!important;
 }
}
/* v13 real-project showcase */
.featured-project{display:grid;grid-template-columns:.82fr 1.18fr;gap:42px;align-items:center;margin:20px 0 44px}.project-copy h2{font-size:clamp(2rem,3.4vw,3rem)}.project-copy blockquote{margin:25px 0 0;padding:22px 24px;background:#fff;border-left:5px solid var(--gold);box-shadow:0 8px 28px rgba(13,43,73,.08);font-family:Georgia,serif;font-size:1.05rem}.project-copy blockquote strong{display:block;margin-top:12px;font-family:Arial,sans-serif;font-size:.9rem;color:var(--navy)}.before-after{display:grid;grid-template-columns:1fr 1fr;gap:12px}.before-after figure,.story-strip figure{margin:0;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 28px rgba(13,43,73,.09)}.before-after img{width:100%;height:330px;object-fit:cover}.before-after figcaption,.story-strip figcaption{padding:10px 13px;font-weight:800;color:var(--navy-2)}.before-after.wide img{height:420px}.story-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}.story-strip img{width:100%;height:230px;object-fit:cover}.project-sub{margin-top:64px}.featured-review{max-width:900px;margin:0 auto 28px}.reviews-grid{margin-top:20px}
@media(max-width:850px){.featured-project{grid-template-columns:1fr}.story-strip{grid-template-columns:repeat(2,1fr)}.before-after img,.before-after.wide img{height:260px}}
@media(max-width:560px){.before-after,.story-strip{grid-template-columns:1fr}.before-after img,.before-after.wide img,.story-strip img{height:auto;aspect-ratio:4/3;object-fit:cover}}

/* v14 project additions */
.bathroom-full-view{margin:26px 0 0;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 28px rgba(13,43,73,.09)}
.bathroom-full-view img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;background:#f4f4f1}
.bathroom-full-view figcaption{padding:12px 15px;font-weight:800;color:var(--navy-2)}
.review-stars{letter-spacing:.12em;color:var(--gold);font-size:1.1rem;font-weight:900;margin-bottom:9px}

/* v15 bathroom before/after and service-area clarity */
.bathroom-before-after img{height:520px;object-fit:contain;background:#f4f4f1}
.service-area-grid .card .body{min-height:150px}
.service-area-note{margin:30px 0 0;padding:20px 24px;background:#f4f4f1;border-left:5px solid var(--gold);font-weight:700;color:var(--navy-2)}
@media(max-width:850px){.bathroom-before-after img{height:auto;max-height:520px}}

.form-status{padding:14px 16px;border-radius:10px;margin:0 0 18px;font-weight:600}.form-success{background:#edf7ee;border:1px solid #b8d9bc}.form-error{background:#fff0f0;border:1px solid #e0b0b0}.form-help{font-size:.9rem;margin:0;color:#536170}.form button[disabled]{opacity:.7;cursor:wait!important}

/* v25 estimate form diagnostics and validation reset */
.odi-direct-form input:invalid,.odi-direct-form textarea:invalid,.odi-direct-form select:invalid{box-shadow:none!important;outline:none!important;background-image:none!important}
.odi-form-version{font-size:.82rem;color:#66727d;margin:0 0 10px}




/* v27 desktop + mobile Contact Form 7 repair */
.wpcf7 .odi-cf7-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:16px !important;
  width:100% !important;
  max-width:100% !important;
  align-items:start !important;
}
.wpcf7 .odi-cf7-grid > label,
.wpcf7 .odi-cf7-grid > .odi-cf7-full{
  grid-column:1 !important;
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  float:none !important;
  clear:both !important;
  text-align:left !important;
  font-weight:700 !important;
}
.wpcf7 .odi-cf7-grid .wpcf7-form-control-wrap{
  display:block !important;
  width:100% !important;
  margin:7px 0 0 !important;
  padding:0 !important;
  float:none !important;
  clear:both !important;
  text-align:left !important;
}
.wpcf7 .odi-cf7-grid input:not([type="submit"]),
.wpcf7 .odi-cf7-grid select,
.wpcf7 .odi-cf7-grid textarea{
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
  box-sizing:border-box !important;
  margin:0 !important;
  float:none !important;
  clear:both !important;
  text-align:left !important;
}
.wpcf7 .odi-cf7-grid textarea{min-height:150px !important;}
.wpcf7 .odi-cf7-grid .wpcf7-submit{float:none !important;margin-top:2px !important;}

/* v27 bathroom: preserve the real before/after framing without aggressive crops */
.bathroom-primary{align-items:start;}
.bathroom-primary figure{background:#fff;}
.bathroom-primary img,
.before-after.wide.bathroom-primary img{
  width:100%;
  height:auto !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  background:#f4f4f1;
}
.bathroom-intro{max-width:820px;margin-left:auto;margin-right:auto;text-align:center;}


/* v28 bathroom finished-project gallery; keep primary before/after layout unchanged */
.bathroom-more-projects{margin-top:56px;}
.bathroom-finished-gallery{margin-top:24px;}
.bathroom-gallery-item{margin:0;background:#fff;overflow:hidden;}
.bathroom-gallery-item img{width:100%;height:320px;object-fit:cover;display:block;}
.bathroom-gallery-item figcaption{padding:12px 14px;font-weight:700;color:var(--navy-2);}
@media(max-width:850px){
  .bathroom-more-projects{margin-top:38px;}
  .bathroom-gallery-item img{height:auto;max-height:520px;object-fit:contain;background:#f4f4f1;}
}
