
:root{--navy:#17232f;--charcoal:#26323d;--gold:#c8a96a;--cream:#f7f3ec;--light:#f4f6f7;--ink:#1d252c;--muted:#64717c;--line:#dde3e7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.55;background:#fff}a{color:inherit}.container{max-width:1180px;margin:auto;padding:0 24px}.topbar{background:#0f1820;color:#dfe7ec;text-align:center;padding:8px 16px;font-size:14px}.site-header{position:sticky;top:0;z-index:20;background:rgba(23,35,47,.96);display:flex;align-items:center;justify-content:space-between;padding:10px 6%;box-shadow:0 10px 24px rgba(0,0,0,.16);transition:.2s}.nav-logo img{height:54px;border-radius:8px}nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap}nav a{color:white;text-decoration:none;font-weight:800;font-size:14px}.nav-cta,.nav-cta-secondary{padding:10px 14px;border-radius:999px}.nav-cta{background:var(--gold);color:var(--navy)}.nav-cta-secondary{border:1px solid var(--gold);color:var(--gold)}.hero{background:linear-gradient(90deg,rgba(23,35,47,.94),rgba(23,35,47,.70)),url('images/bath-before-after-1.jpg') center/cover;color:white;padding:90px 0}.hero-grid,.split,.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}.hero h1{font-size:clamp(40px,6vw,72px);line-height:1.02;margin:10px 0}.lead{font-size:20px;max-width:740px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--gold);font-weight:900;font-size:13px}.buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-block;padding:13px 18px;border-radius:999px;text-decoration:none;font-weight:900;border:0;cursor:pointer}.primary{background:var(--gold);color:var(--navy)}.secondary,.dark-btn{background:var(--navy);color:white}.light-btn{background:white;color:var(--navy)}.outline-gold{border:1px solid var(--gold);color:var(--gold)}.hero-logo-card,.contact-card,.deposit-card,.comparison-card{background:white;border-radius:24px;padding:28px;box-shadow:0 18px 50px rgba(0,0,0,.18)}.hero-logo-card img,.contact-card img{width:100%;height:auto}.hero-contact{color:var(--navy);text-align:center;font-size:22px}.trust-strip{background:var(--cream);padding:18px 0}.badges{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.badges div{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 15px;font-weight:900}section{padding:72px 0}.section-title.center{text-align:center;max-width:900px;margin:0 auto 34px}.section-title h2{font-size:clamp(30px,4vw,48px);line-height:1.1;margin:8px 0}.cards,.feature-grid,.process-grid,.gallery-grid,.accordion-grid{display:grid;gap:20px}.three{grid-template-columns:repeat(3,1fr)}.two{grid-template-columns:repeat(2,1fr)}article,.feature-grid article,.process-grid article,details{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px}.features-section,.process-section,.contact-section{background:var(--light)}.dark{background:var(--navy);color:white}.dark article{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.18)}.checks{padding-left:0;list-style:none}.checks li{margin:10px 0}.checks li:before{content:'✓';color:var(--gold);font-weight:900;margin-right:8px}.photo,.gallery-grid img{width:100%;border-radius:20px;box-shadow:0 12px 34px rgba(0,0,0,.15)}.gallery-grid{grid-template-columns:repeat(3,1fr)}figcaption{text-align:center;font-weight:900;margin-top:10px}.comparison-table{width:100%;border-collapse:collapse}.comparison-table th,.comparison-table td{padding:16px;border-bottom:1px solid var(--line);text-align:left}.comparison-table th{background:var(--navy);color:white}details summary{font-weight:900;cursor:pointer;font-size:17px}details p{color:var(--muted)}.accordion-grid{grid-template-columns:repeat(2,1fr)}form{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px}input,select,textarea{width:100%;padding:14px;margin:8px 0;border:1px solid var(--line);border-radius:10px;font:inherit}textarea{min-height:130px}.file-upload{background:var(--cream);padding:14px;border-radius:14px;margin:8px 0}.deposit-section{background:var(--cream)}.card-icons{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin:14px 0}.card-icons span{border:1px solid var(--line);border-radius:8px;padding:8px 10px;font-weight:900;background:white}.stripe-logo{font-size:44px;color:#635bff;font-weight:900;text-align:center}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}footer{background:#0f1820;color:#dfe7ec;padding:40px 0}.footer-grid img{max-width:280px}.sticky-call,.sticky-estimate{position:fixed;bottom:16px;z-index:30;text-decoration:none;font-weight:900;padding:12px 16px;border-radius:999px;box-shadow:0 10px 25px rgba(0,0,0,.22)}.sticky-call{left:16px;background:var(--navy);color:white}.sticky-estimate{right:16px;background:var(--gold);color:var(--navy)}@media(max-width:850px){.hero-grid,.split,.contact-grid,.three,.two,.gallery-grid,.accordion-grid,.footer-grid{grid-template-columns:1fr}nav{justify-content:center}.site-header{display:block;text-align:center}.nav-logo img{margin-bottom:8px}.sticky-call{display:none}}


/* v30 Production refinements: compact cards, cleaner local/service/process sections */
.site-header{gap:18px}.site-header nav{gap:14px}.site-header.shrink{padding-top:6px;padding-bottom:6px;box-shadow:0 12px 30px rgba(0,0,0,.22)}.site-header.shrink .nav-logo img{height:44px}.site-header nav a.active{color:var(--gold)}
#service-areas .feature-grid{grid-template-columns:repeat(3,1fr);gap:16px}#service-areas .feature-grid article{padding:18px 18px 16px;border-radius:16px;min-height:0}#service-areas .feature-grid article span{display:none}#service-areas .feature-grid article h3{margin:0 0 6px;font-size:20px}#service-areas .feature-grid article p{margin:0;font-size:15px;line-height:1.45;color:var(--muted)}
#why-choose .feature-grid{gap:16px}#why-choose .feature-grid article{padding:20px;border-radius:18px;min-height:0}#why-choose .feature-grid article span{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--cream);color:var(--gold);font-weight:900;font-size:20px;margin-bottom:10px}#why-choose .feature-grid article h3{margin:4px 0 6px;font-size:21px}#why-choose .feature-grid article p{margin:0;font-size:15px;line-height:1.45;color:var(--muted)}
#process .process-grid{grid-template-columns:repeat(4,1fr);gap:16px}#process .process-grid article{padding:18px;border-radius:18px;min-height:0}#process .process-grid article span{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--navy);color:white;font-weight:900;font-size:18px;margin-bottom:10px}#process .process-grid article h3{margin:4px 0 6px;font-size:20px}#process .process-grid article p{margin:0;font-size:15px;line-height:1.45;color:var(--muted)}
.review-section{background:#fff}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-grid article{padding:22px;border-radius:18px;background:var(--cream);border-color:#eadfcd}.review-grid h3{margin-top:0}.review-grid p{margin-bottom:0;color:var(--muted)}
.gallery-grid img{aspect-ratio:4/3;object-fit:cover;cursor:pointer}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.84);display:none;align-items:center;justify-content:center;z-index:100;padding:28px}.lightbox.open{display:flex}.lightbox img{max-width:min(1100px,92vw);max-height:86vh;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.45)}.lightbox button{position:absolute;top:18px;right:18px;border:0;background:#fff;color:#111;border-radius:999px;font-weight:900;padding:10px 14px;cursor:pointer}
@media(max-width:980px){#service-areas .feature-grid,#process .process-grid,.review-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:850px){#service-areas .feature-grid,#process .process-grid,.review-grid{grid-template-columns:1fr}.site-header nav{gap:10px}.site-header nav a{font-size:13px}}


/* v33.1 estimator and comparison navigation */
.estimator-section{background:var(--cream)}
.estimator-shell{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:stretch;max-width:1050px;margin:0 auto}
.estimator-form,.estimator-result{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 12px 34px rgba(0,0,0,.08)}
.estimator-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.estimator-fields label{display:block;font-weight:800;color:var(--navy)}
.estimator-fields label span{display:block;margin-bottom:4px}
.estimator-fields select,.estimator-fields input{margin:0;background:#fff}
.estimator-button{width:100%;margin-top:18px}
.estimator-result{background:var(--navy);color:#fff;display:flex;flex-direction:column;justify-content:center}
.result-kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-weight:900;font-size:12px;margin:0}
.result-price{font-size:clamp(30px,4vw,48px);line-height:1.1;font-weight:900;margin:10px 0 12px}
.estimator-result>p:not(.result-kicker){color:#e4e9ed}
.estimator-result .checks li{color:#fff}
.estimator-notes{margin:12px 0 18px}
.center-buttons{justify-content:center}
#comparison{scroll-margin-top:95px}#estimator{scroll-margin-top:95px}
@media(max-width:1020px){.site-header nav{gap:10px}.site-header nav a{font-size:13px}}
@media(max-width:850px){.estimator-shell,.estimator-fields{grid-template-columns:1fr}.estimator-form,.estimator-result{padding:20px}}


/* v33.2 content refinement */
.gallery-grid figcaption{display:grid;gap:.28rem;text-align:left}.gallery-grid figcaption strong{font-size:1rem}.gallery-grid figcaption span{font-size:.86rem;line-height:1.4;opacity:.82}
.estimator-savings-note{max-width:780px;margin:1rem auto 0;padding:.85rem 1rem;border-left:4px solid #d6a84b;background:#fffaf0;border-radius:8px;font-weight:700}
.confidence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.confidence-grid article{background:#fff;border-radius:14px;padding:1.15rem;box-shadow:0 2px 8px rgba(0,0,0,.05);height:100%}.confidence-grid article>span{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff4d6;color:#102a43;font-weight:900}.confidence-grid h3{margin:.65rem 0 .35rem}.confidence-grid p{margin:0;line-height:1.55}.faq-more{text-align:center;margin-top:1.5rem}.faq-page-hero{padding:7rem 0 3rem;background:#f4f7fa}.faq-page-hero h1{font-size:clamp(2.3rem,6vw,4.4rem);margin:.25rem 0 .8rem;color:#102a43}.faq-page-hero p{max-width:780px;line-height:1.6}.faq-page-hero .buttons{margin-top:1.25rem}
@media(max-width:800px){.confidence-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.confidence-grid{grid-template-columns:1fr}.gallery-grid figcaption{text-align:center}}
