:root{
  --green:#14382d;
  --green-2:#0b241d;
  --olive:#637447;
  --cream:#f6f1e8;
  --gold:#c99556;
  --ink:#111817;
  --muted:#5d6661;
  --line:#e5ded3;
  --radius:18px;
  --shadow:0 18px 55px rgba(0,0,0,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:112px}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}.container{width:min(1180px,92vw);margin:auto}.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.75rem;z-index:9999}.site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 10px 35px rgba(0,0,0,.08)}.top-strip{background:var(--green);color:#fff;font-size:.9rem}.top-strip__inner{height:32px;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}.nav-wrap{height:86px;display:flex;align-items:center;gap:2rem}.brand{display:flex;align-items:center;gap:.8rem;margin-right:auto}.brand img{width:58px;height:58px;object-fit:contain}.brand strong{display:block;font-size:2rem;line-height:.9;letter-spacing:.04em;color:var(--green)}.brand small{display:block;text-transform:uppercase;font-size:.78rem;font-weight:900;color:var(--olive);letter-spacing:.05em}.main-nav{display:flex;gap:2rem;font-weight:800}.main-nav a{position:relative;padding:.45rem 0}.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--green);transform:scaleX(0);transition:.2s}.main-nav a:hover::after,.main-nav a.active::after{transform:scaleX(1)}.nav-cta{background:var(--green);color:#fff;padding:.9rem 1.25rem;border-radius:8px;font-weight:900;box-shadow:0 8px 24px rgba(20,56,45,.18)}.menu-toggle{display:none;border:0;background:var(--green);color:#fff;border-radius:8px;padding:.6rem .75rem;font-size:1.25rem}.hero{position:relative;overflow:hidden}.hero__background{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,12,10,.84),rgba(5,12,10,.56) 47%,rgba(5,12,10,.16)),url('../images/hero-kitchen.jpg') center/cover no-repeat}.hero__grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:2.5rem;align-items:center;min-height:620px;padding:3rem 0}.hero__content{color:#fff;max-width:690px}.eyebrow,.section-kicker,.mini-kicker{text-transform:uppercase;color:#8fa261;font-weight:950;letter-spacing:.08em;margin:0 0 .75rem}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.5rem,6.8vw,6rem);line-height:.93;margin:.2rem 0 1.05rem;text-wrap:balance}.lead{font-size:clamp(1.05rem,1.8vw,1.24rem);max-width:625px;color:#f4f0e8;font-weight:650}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin:1.8rem 0 1.2rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:9px;padding:1rem 1.35rem;font-weight:950;border:1px solid transparent;cursor:pointer;text-align:center;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--green);color:#fff}.btn--outline{border-color:rgba(255,255,255,.75);color:#fff;background:rgba(0,0,0,.2)}.btn--gold{background:var(--gold);color:#fff;border:0}.hero-proof{display:flex;gap:.9rem;flex-wrap:wrap;color:#fff;font-weight:900}.hero-proof span{display:inline-flex;align-items:center;gap:.4rem}.hero-proof span::before{content:"✓";border:1px solid rgba(255,255,255,.7);border-radius:50%;width:20px;height:20px;display:inline-grid;place-items:center;font-size:.76rem}.estimate-card{scroll-margin-top:125px;background:linear-gradient(145deg,var(--green),#0a241d);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);width:100%}.estimate-card h2{font-family:Georgia,"Times New Roman",serif;font-size:1.8rem;line-height:1.05;margin:0 0 .35rem;text-align:center}.estimate-card p{text-align:center;margin:.15rem 0 1rem;color:#f5f0e8;font-size:.95rem}.estimate-form{display:grid;gap:.62rem}.estimate-form input,.estimate-form select,.estimate-form textarea{width:100%;border:1px solid rgba(255,255,255,.38);border-radius:7px;background:rgba(255,255,255,.06);color:#fff;padding:.77rem .85rem;font:inherit;outline:0}.estimate-form input::placeholder,.estimate-form textarea::placeholder{color:rgba(255,255,255,.78)}.estimate-form select option{color:#111}.estimate-form textarea{resize:vertical;min-height:82px}.estimate-form .btn{width:100%;margin-top:.1rem}.estimate-form small{text-align:center;color:#f1eadf}.section{padding:4.6rem 0}.services,.service-areas,.why{background:var(--cream)}.about,.galleries{background:#fff}.centered{text-align:center;max-width:760px;margin:0 auto 2.2rem}.section h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.15rem);line-height:1.04;margin:.2rem 0 1rem}.section p{color:#46504b}.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.service-card{position:relative;min-height:245px;border-radius:14px;overflow:hidden;background:linear-gradient(to top,rgba(11,38,30,.9),rgba(11,38,30,.06)),var(--bg) center/cover;box-shadow:0 14px 35px rgba(0,0,0,.14);transition:.22s}.service-card:hover{transform:translateY(-5px)}.service-card span{position:absolute;left:1rem;right:1rem;bottom:1rem;background:rgba(20,56,45,.88);color:#fff;border-radius:8px;padding:.85rem;font-weight:950;text-align:center;text-transform:uppercase;letter-spacing:.04em}.about__grid{display:grid;grid-template-columns:1fr 1.08fr;gap:4rem;align-items:center}.value-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem}.value-row div{text-align:center;border-left:1px solid var(--line);padding:0 .7rem}.value-row span{font-size:2rem;display:block}.value-row strong{font-size:.86rem;color:var(--green)}.about-photo{border-radius:var(--radius);box-shadow:var(--shadow);height:365px;width:100%;object-fit:cover}.area-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem}.area-list span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:.75rem 1rem;font-weight:900;color:var(--green);box-shadow:0 8px 22px rgba(0,0,0,.05)}.gallery-stack{display:grid;gap:2rem}.gallery-block{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem;box-shadow:0 10px 32px rgba(0,0,0,.07);scroll-margin-top:125px}.gallery-block__header{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:end;margin-bottom:1.1rem}.gallery-block h3{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,3.5vw,2.9rem);line-height:1;margin:.15rem 0 .5rem;color:var(--green)}.text-link{display:inline-flex;color:var(--green);font-weight:950;border-bottom:2px solid var(--gold);padding-bottom:.12rem;white-space:nowrap}.photo-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}.photo-grid img{width:100%;height:235px;object-fit:cover;border-radius:14px}.photo-grid img:first-child{height:486px;grid-row:span 2}.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.2rem;text-align:center}.why-grid>div{border-left:1px solid #d7cfc4;padding:0 1rem}.why-grid span{font-size:2rem}.why-grid h3{font-size:1rem;margin:.45rem 0;color:var(--green)}.why-grid p{font-size:.92rem;color:#4d5652}.cta-band{background:linear-gradient(90deg,var(--green),var(--green-2));color:#fff;padding:2rem 0}.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.cta-band h2{font-family:Georgia,"Times New Roman",serif;margin:0;font-size:2rem}.cta-band p{color:#f5f0e8;margin:.3rem 0 0}.cta-band .btn{min-width:230px}.site-footer{background:#101615;color:#fff;padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:2.25rem}.footer-logo{max-width:215px;margin-bottom:1rem}.site-footer p{color:#d8dedb}.site-footer a{display:block;color:#e8e8e8;margin:.35rem 0}.copyright{text-align:center;color:#b7bfbb;margin:2rem 0 0;font-size:.9rem}
@media(max-width:1120px){.container{width:min(1040px,94vw)}.main-nav{gap:1.2rem}.hero__grid{grid-template-columns:1fr 340px;gap:1.5rem}.hero h1{font-size:clamp(3rem,5.8vw,4.8rem)}}
@media(max-width:980px){html{scroll-padding-top:92px}.top-strip__inner{justify-content:center;flex-wrap:wrap;height:auto;min-height:32px;padding:.35rem 0}.nav-wrap{height:auto;padding:1rem 0;flex-wrap:wrap}.menu-toggle{display:block}.main-nav{display:none;width:100%;order:4;flex-direction:column;gap:.2rem;padding:1rem 0}.main-nav.open{display:flex}.nav-cta{display:none}.hero__grid{grid-template-columns:1fr;min-height:auto;padding:3rem 0}.hero-form{max-width:560px}.service-grid{grid-template-columns:repeat(2,1fr)}.about__grid{grid-template-columns:1fr}.value-row{grid-template-columns:repeat(2,1fr)}.gallery-block__header{grid-template-columns:1fr}.photo-grid{grid-template-columns:1fr 1fr}.photo-grid img:first-child{grid-column:1/-1;grid-row:auto;height:320px}.why-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.cta-band__inner{display:block}.cta-band .btn{margin-top:1rem}}
@media(max-width:620px){.brand strong{font-size:1.45rem}.brand img{width:48px;height:48px}.hero h1{font-size:3rem}.hero__grid{padding:2.35rem 0}.hero__actions .btn{width:100%}.hero-proof{font-size:.9rem}.estimate-card{padding:1rem}.section{padding:3.35rem 0}.service-grid,.photo-grid,.why-grid,.value-row,.footer-grid{grid-template-columns:1fr}.photo-grid img,.photo-grid img:first-child{height:245px}.cta-band .btn{width:100%}}


/* v5.0 real project gallery updates */
.real-gallery{
  grid-template-columns:repeat(3,1fr);
}
.gallery-thumb{
  border:0;
  padding:0;
  background:transparent;
  border-radius:14px;
  overflow:hidden;
  cursor:pointer;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
}
.gallery-thumb img{
  width:100%;
  height:260px;
  object-fit:cover;
  transition:transform .25s ease, filter .25s ease;
}
.gallery-thumb:hover img{
  transform:scale(1.035);
  filter:saturate(1.06);
}
.real-gallery .gallery-thumb:first-child{
  grid-column:span 2;
}
.real-gallery .gallery-thumb:first-child img{
  height:360px;
}
.lightbox{
  position:fixed;
  inset:0;
  z-index:5000;
  background:rgba(0,0,0,.88);
  display:none;
  align-items:center;
  justify-content:center;
  padding:2rem;
}
.lightbox.open{display:flex}
.lightbox img{
  max-width:min(1100px,92vw);
  max-height:82vh;
  object-fit:contain;
  border-radius:12px;
  box-shadow:0 20px 70px rgba(0,0,0,.45);
}
.lightbox button{
  position:absolute;
  border:0;
  color:#fff;
  background:rgba(20,56,45,.8);
  border-radius:999px;
  width:46px;
  height:46px;
  font-size:1.6rem;
  cursor:pointer;
}
.lightbox-close{top:1rem;right:1rem}
.lightbox-prev{left:1rem}
.lightbox-next{right:1rem}
@media(max-width:980px){
  .real-gallery{grid-template-columns:1fr 1fr}
  .real-gallery .gallery-thumb:first-child{grid-column:1/-1}
}
@media(max-width:620px){
  .real-gallery{grid-template-columns:1fr}
  .real-gallery .gallery-thumb:first-child{grid-column:auto}
  .real-gallery .gallery-thumb img,.real-gallery .gallery-thumb:first-child img{height:260px}
}

.form-success{
  display:none;
  margin:0 0 .9rem;
  padding:.75rem .85rem;
  border:1px solid rgba(255,255,255,.35);
  border-radius:8px;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-weight:850;
  text-align:center;
}
.form-success.show{display:block}

.form-error{
  display:none;
  margin:0 0 .9rem;
  padding:.75rem .85rem;
  border:1px solid rgba(255,120,120,.45);
  border-radius:8px;
  background:rgba(130,0,0,.18);
  color:#fff;
  font-weight:850;
  text-align:center;
}
.form-error.show{display:block}
.estimate-form.sending button[type="submit"]{
  opacity:.7;
  pointer-events:none;
}

.firebase-gallery-marker{grid-column:1/-1;margin-top:1rem}.firebase-gallery-title{margin:0 0 .5rem;color:var(--green,#14382d)}.firebase-project-card{overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 14px 35px rgba(0,0,0,.12)}.firebase-photo-button{display:block;width:100%;padding:0;border:0;background:transparent;cursor:pointer}.firebase-project-card img{width:100%;height:260px;object-fit:cover;display:block}.firebase-project-copy{padding:1rem}.firebase-project-copy h3{margin:.1rem 0 .3rem}.firebase-project-copy p{margin:.25rem 0}.firebase-project-copy .town{font-weight:800}

/* v6.2 integrated Firebase galleries */
.firebase-live-heading{margin:1.35rem 0 .8rem;padding-top:1rem;border-top:1px solid var(--line,#e5ded3)}
.firebase-live-heading h4{margin:.15rem 0 0;font-family:Georgia,"Times New Roman",serif;color:var(--green,#14382d);font-size:clamp(1.5rem,2.6vw,2.25rem)}
.firebase-live-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:start}
.firebase-live-card{background:#fff;border:1px solid var(--line,#e5ded3);border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.08)}
.firebase-live-photo{width:100%;padding:0;border:0;background:#f6f1e8;cursor:pointer;display:block}
.firebase-live-photo img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;background:#f6f1e8;display:block}
.firebase-live-copy{padding:.85rem 1rem 1rem}.firebase-live-copy h5{margin:0 0 .25rem;color:var(--green,#14382d);font-size:1rem}.firebase-live-copy p{margin:.25rem 0;font-size:.92rem}.firebase-town{font-weight:850;color:var(--olive,#637447)}
@media(max-width:980px){.firebase-live-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.firebase-live-gallery{grid-template-columns:1fr}}

/* v6.3 clean galleries */
.firebase-live-heading,
.firebase-live-gallery,
.firebase-live-card,
.firebase-live-photo,
.firebase-live-copy{
  display:none !important;
}
.firebase-gallery-thumb{
  border:0;
  padding:0;
  background:transparent;
  border-radius:14px;
  overflow:hidden;
  cursor:pointer;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
}
.firebase-gallery-thumb img{
  width:100%;
  height:235px;
  object-fit:cover;
  border-radius:14px;
  display:block;
  transition:transform .25s ease, filter .25s ease;
}
.firebase-gallery-thumb:hover img{
  transform:scale(1.035);
  filter:saturate(1.06);
}
.photo-grid .firebase-gallery-thumb:first-child,
.real-gallery .firebase-gallery-thumb:first-child{
  grid-column:auto;
  grid-row:auto;
}
.photo-grid .firebase-gallery-thumb:first-child img,
.real-gallery .firebase-gallery-thumb:first-child img{
  height:235px;
}
@media(max-width:620px){
  .firebase-gallery-thumb img,
  .photo-grid .firebase-gallery-thumb:first-child img,
  .real-gallery .firebase-gallery-thumb:first-child img{
    height:245px;
  }
}

/* v6.4 gallery order + testimonials restore */
.firebase-live-heading,
.firebase-live-gallery,
.firebase-live-card,
.firebase-live-photo,
.firebase-live-copy{
  display:none !important;
}
.firebase-gallery-thumb{
  border:0;
  padding:0;
  background:transparent;
  border-radius:14px;
  overflow:hidden;
  cursor:pointer;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
}
.firebase-gallery-thumb img{
  width:100%;
  height:235px;
  object-fit:cover;
  border-radius:14px;
  display:block;
  transition:transform .25s ease, filter .25s ease;
}
.firebase-gallery-thumb:hover img{
  transform:scale(1.035);
  filter:saturate(1.06);
}
.photo-grid .firebase-gallery-thumb:first-child,
.real-gallery .firebase-gallery-thumb:first-child{
  grid-column:auto;
  grid-row:auto;
}
.photo-grid .firebase-gallery-thumb:first-child img,
.real-gallery .firebase-gallery-thumb:first-child img{
  height:235px;
}
.testimonials{
  background:#fff;
}
.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.25rem;
}
.testimonial-card{
  background:var(--cream,#f6f1e8);
  border:1px solid var(--line,#e5ded3);
  border-radius:18px;
  padding:1.35rem;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
}
.testimonial-card .stars{
  color:var(--gold,#c99556);
  font-weight:950;
  letter-spacing:.08em;
  margin-bottom:.7rem;
}
.testimonial-card p{
  color:#2e3834;
  font-weight:600;
}
.testimonial-card strong{
  color:var(--green,#14382d);
}
@media(max-width:980px){
  .testimonial-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .firebase-gallery-thumb img,
  .photo-grid .firebase-gallery-thumb:first-child img,
  .real-gallery .firebase-gallery-thumb:first-child img{
    height:245px;
  }
}

/* v7.0 project-based gallery system */
.firebase-live-heading,
.firebase-live-gallery,
.firebase-live-card,
.firebase-live-photo,
.firebase-live-copy,
.firebase-gallery-thumb{
  display:none !important;
}
.project-card-heading{
  margin:0 0 1rem;
  padding:1rem 0 0;
  border-top:1px solid var(--line,#e5ded3);
}
.project-card-heading h4{
  margin:.15rem 0 0;
  font-family:Georgia,"Times New Roman",serif;
  color:var(--green,#14382d);
  font-size:clamp(1.6rem,2.8vw,2.35rem);
}
.project-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.25rem;
  margin-bottom:1.25rem;
}
.project-card{
  border:1px solid var(--line,#e5ded3);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 12px 34px rgba(0,0,0,.10);
}
.project-cover{
  position:relative;
  display:block;
  width:100%;
  border:0;
  padding:0;
  background:#f6f1e8;
  cursor:pointer;
}
.project-cover img{
  width:100%;
  height:270px;
  object-fit:cover;
  display:block;
}
.project-cover span{
  position:absolute;
  right:.75rem;
  bottom:.75rem;
  background:rgba(20,56,45,.88);
  color:#fff;
  font-weight:900;
  border-radius:999px;
  padding:.4rem .65rem;
  font-size:.8rem;
}
.project-card-copy{
  padding:1rem;
}
.project-category{
  margin:0 0 .25rem;
  color:var(--olive,#637447);
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:.78rem;
}
.project-card-copy h5{
  margin:0 0 .35rem;
  color:var(--green,#14382d);
  font-size:1.15rem;
}
.project-town{
  margin:.2rem 0;
  font-weight:850;
}
.project-desc{
  margin:.45rem 0 .85rem;
}
.view-project-btn{
  border:0;
  border-radius:8px;
  background:var(--green,#14382d);
  color:#fff;
  font-weight:950;
  padding:.75rem 1rem;
  cursor:pointer;
}
.project-lightbox{
  position:fixed;
  inset:0;
  z-index:6000;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.9);
  padding:2rem;
}
.project-lightbox.open{
  display:flex;
}
.project-lightbox img{
  max-width:min(1100px,92vw);
  max-height:82vh;
  object-fit:contain;
  border-radius:12px;
  box-shadow:0 20px 70px rgba(0,0,0,.45);
}
.project-lightbox button{
  position:absolute;
  border:0;
  color:#fff;
  background:rgba(20,56,45,.82);
  border-radius:999px;
  width:48px;
  height:48px;
  font-size:1.7rem;
  cursor:pointer;
}
.project-lightbox-close{top:1rem;right:1rem}
.project-lightbox-prev{left:1rem}
.project-lightbox-next{right:1rem}
.project-lightbox-count{
  position:absolute;
  bottom:1rem;
  left:50%;
  transform:translateX(-50%);
  color:#fff;
  background:rgba(20,56,45,.82);
  border-radius:999px;
  padding:.45rem .8rem;
  font-weight:900;
}
@media(max-width:980px){
  .project-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .project-card-grid{grid-template-columns:1fr}
  .project-cover img{height:245px}
}

/* v8.0 Google reviews foundation */
.google-reviews{
  background:linear-gradient(135deg,var(--green,#14382d),var(--green-2,#0b241d));
  color:#fff;
}
.google-reviews .section-kicker{
  color:var(--gold,#c99556);
}
.review-trust-card{
  max-width:860px;
  margin:0 auto;
  text-align:center;
  padding:2.25rem;
  border:1px solid rgba(255,255,255,.22);
  border-radius:22px;
  background:rgba(255,255,255,.07);
  box-shadow:0 22px 70px rgba(0,0,0,.20);
}
.review-stars{
  color:var(--gold,#c99556);
  font-size:2rem;
  letter-spacing:.12em;
  font-weight:950;
  margin-bottom:.6rem;
}
.review-trust-card h2{
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2rem,4vw,3.2rem);
  line-height:1.05;
  margin:.2rem 0 .8rem;
}
.review-trust-card p{
  color:#f4f0e8;
  max-width:680px;
  margin:.4rem auto 1.25rem;
  font-weight:650;
}
.review-actions{
  display:flex;
  justify-content:center;
  gap:1rem;
  flex-wrap:wrap;
}
.review-actions .btn{
  min-width:210px;
}
.testimonials{
  background:#fff;
}
@media(max-width:620px){
  .review-trust-card{padding:1.35rem}
  .review-actions .btn{width:100%}
}

/* v8.1 cleaned combined reviews section */
.google-reviews,
.testimonials{
  display:none !important;
}
.reviews-clean{
  background:#fff;
}
.reviews-layout{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:2rem;
  align-items:stretch;
}
.reviews-intro{
  background:linear-gradient(135deg,var(--green,#14382d),var(--green-2,#0b241d));
  color:#fff;
  border-radius:22px;
  padding:2rem;
  box-shadow:0 18px 55px rgba(0,0,0,.16);
}
.reviews-intro .section-kicker{
  color:var(--gold,#c99556);
}
.reviews-intro h2{
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.05;
  margin:.25rem 0 .8rem;
}
.reviews-intro p{
  color:#f4f0e8;
  font-weight:650;
}
.reviews-intro .review-stars{
  color:var(--gold,#c99556);
  font-size:1.7rem;
  letter-spacing:.09em;
  margin:.25rem 0 .7rem;
}
.reviews-intro .review-actions{
  display:grid;
  gap:.75rem;
  margin-top:1.25rem;
}
.reviews-intro .review-actions .btn{
  width:100%;
}
.review-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.review-cards .testimonial-card{
  background:var(--cream,#f6f1e8);
  border:1px solid var(--line,#e5ded3);
  border-radius:18px;
  padding:1.15rem;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
  display:flex;
  flex-direction:column;
}
.review-cards .testimonial-card .stars{
  color:var(--gold,#c99556);
  font-weight:950;
  letter-spacing:.06em;
  margin-bottom:.55rem;
}
.review-cards .testimonial-card p{
  color:#2e3834;
  font-weight:600;
  margin:.25rem 0 1rem;
}
.review-cards .testimonial-card strong{
  color:var(--green,#14382d);
  margin-top:auto;
}
@media(max-width:1100px){
  .reviews-layout{grid-template-columns:1fr}
}
@media(max-width:820px){
  .review-cards{grid-template-columns:1fr}
}

/* v8.2 nav + reviews fix */
.nav-wrap{
  gap:1rem;
}
.brand{
  flex:0 0 auto;
  min-width:235px;
}
.brand img{
  flex:0 0 auto;
}
.main-nav{
  gap:1rem;
  flex:1 1 auto;
  justify-content:center;
  align-items:center;
}
.main-nav a{
  white-space:nowrap;
  font-size:.95rem;
}
.nav-cta{
  flex:0 0 auto;
  white-space:nowrap;
  padding:.8rem 1rem;
}
.google-reviews,
.reviews-clean{
  display:none !important;
}
.testimonials{
  display:block !important;
  background:#fff;
}
.reviews-layout{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:2rem;
  align-items:stretch;
}
.reviews-intro{
  background:linear-gradient(135deg,var(--green,#14382d),var(--green-2,#0b241d));
  color:#fff;
  border-radius:22px;
  padding:2rem;
  box-shadow:0 18px 55px rgba(0,0,0,.16);
}
.reviews-intro .section-kicker{
  color:var(--gold,#c99556);
}
.reviews-intro h2{
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.05;
  margin:.25rem 0 .8rem;
}
.reviews-intro p{
  color:#f4f0e8;
  font-weight:650;
}
.reviews-intro .review-stars{
  color:var(--gold,#c99556);
  font-size:1.7rem;
  letter-spacing:.09em;
  margin:.25rem 0 .7rem;
}
.reviews-intro .review-actions{
  display:grid;
  gap:.75rem;
  margin-top:1.25rem;
}
.reviews-intro .review-actions .btn{
  width:100%;
}
.review-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.review-cards .testimonial-card{
  background:var(--cream,#f6f1e8);
  border:1px solid var(--line,#e5ded3);
  border-radius:18px;
  padding:1.15rem;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
  display:flex;
  flex-direction:column;
}
.review-cards .testimonial-card .stars{
  color:var(--gold,#c99556);
  font-weight:950;
  letter-spacing:.06em;
  margin-bottom:.55rem;
}
.review-cards .testimonial-card p{
  color:#2e3834;
  font-weight:600;
  margin:.25rem 0 1rem;
}
.review-cards .testimonial-card strong{
  color:var(--green,#14382d);
  margin-top:auto;
}
@media(max-width:1180px){
  .brand{min-width:205px}
  .brand strong{font-size:1.65rem}
  .main-nav{gap:.8rem}
  .main-nav a{font-size:.9rem}
  .nav-cta{padding:.75rem .85rem;font-size:.9rem}
}
@media(max-width:980px){
  .brand{min-width:0}
  .main-nav{
    justify-content:flex-start;
    align-items:flex-start;
  }
  .reviews-layout{grid-template-columns:1fr}
}
@media(max-width:820px){
  .review-cards{grid-template-columns:1fr}
}

/* v8.3 home + testimonials final fix */
html{
  scroll-padding-top:118px;
}
.google-reviews,
.reviews-clean{
  display:none !important;
}
.testimonials{
  display:block !important;
  background:#fff;
}
.review-topline{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1.25rem;
  background:linear-gradient(135deg,var(--green,#14382d),var(--green-2,#0b241d));
  color:#fff;
  border-radius:22px;
  padding:1.5rem;
  margin:0 0 1.25rem;
  box-shadow:0 18px 55px rgba(0,0,0,.16);
}
.review-topline .review-stars{
  color:var(--gold,#c99556);
  font-size:1.6rem;
  letter-spacing:.08em;
  font-weight:950;
}
.review-topline strong{
  display:block;
  margin-top:.2rem;
  font-size:1.05rem;
}
.review-topline .review-actions{
  display:flex;
  gap:.75rem;
  flex-wrap:wrap;
}
.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.testimonial-card{
  background:var(--cream,#f6f1e8);
  border:1px solid var(--line,#e5ded3);
  border-radius:18px;
  padding:1.2rem;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
  display:flex;
  flex-direction:column;
}
.testimonial-card .stars{
  color:var(--gold,#c99556);
  font-weight:950;
  letter-spacing:.06em;
  margin-bottom:.55rem;
}
.testimonial-card p{
  color:#2e3834;
  font-weight:600;
  margin:.25rem 0 1rem;
}
.testimonial-card strong{
  color:var(--green,#14382d);
  margin-top:auto;
}
.nav-wrap{
  gap:1rem;
}
.brand{
  flex:0 0 auto;
  min-width:220px;
}
.main-nav{
  flex:1 1 auto;
  justify-content:center;
  gap:.95rem;
}
.main-nav a{
  white-space:nowrap;
  font-size:.93rem;
}
.nav-cta{
  flex:0 0 auto;
  white-space:nowrap;
}
@media(max-width:1180px){
  .brand{min-width:200px}
  .brand strong{font-size:1.6rem}
  .main-nav{gap:.75rem}
  .main-nav a{font-size:.88rem}
  .nav-cta{padding:.75rem .85rem;font-size:.9rem}
}
@media(max-width:980px){
  html{scroll-padding-top:96px}
  .brand{min-width:0}
  .main-nav{justify-content:flex-start}
  .review-topline{display:block}
  .review-topline .review-actions{margin-top:1rem}
  .testimonial-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .review-topline .review-actions .btn{width:100%}
}

/* v8.4 definitive nav + testimonials fix */
html{scroll-behavior:smooth;scroll-padding-top:118px}
.hero{scroll-margin-top:118px}
#testimonials{scroll-margin-top:118px}
.google-reviews,.reviews-clean{display:none !important}
.testimonials{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  background:#fff;
}
.reviews-action-panel{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1.25rem;
  background:linear-gradient(135deg,var(--green,#14382d),var(--green-2,#0b241d));
  color:#fff;
  border-radius:22px;
  padding:1.5rem;
  margin:0 0 1.25rem;
  box-shadow:0 18px 55px rgba(0,0,0,.16);
}
.reviews-action-panel .review-stars{
  color:var(--gold,#c99556);
  font-size:1.7rem;
  letter-spacing:.08em;
  font-weight:950;
}
.reviews-action-panel h3{
  margin:.25rem 0 0;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.45rem;
}
.review-actions{display:flex;gap:.75rem;flex-wrap:wrap}
.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.testimonial-card{
  background:var(--cream,#f6f1e8);
  border:1px solid var(--line,#e5ded3);
  border-radius:18px;
  padding:1.2rem;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
  display:flex;
  flex-direction:column;
}
.testimonial-card .stars{
  color:var(--gold,#c99556);
  font-weight:950;
  letter-spacing:.06em;
  margin-bottom:.55rem;
}
.testimonial-card p{color:#2e3834;font-weight:600;margin:.25rem 0 1rem}
.testimonial-card strong{color:var(--green,#14382d);margin-top:auto}
.nav-wrap{gap:1rem}
.brand{flex:0 0 auto;min-width:215px}
.main-nav{flex:1 1 auto;justify-content:center;gap:.9rem}
.main-nav a{white-space:nowrap;font-size:.92rem}
.nav-cta{flex:0 0 auto;white-space:nowrap}
@media(max-width:1180px){
  .brand{min-width:190px}
  .brand strong{font-size:1.55rem}
  .main-nav{gap:.65rem}
  .main-nav a{font-size:.86rem}
  .nav-cta{padding:.72rem .8rem;font-size:.88rem}
}
@media(max-width:980px){
  html{scroll-padding-top:96px}
  .hero,#testimonials{scroll-margin-top:96px}
  .brand{min-width:0}
  .main-nav{justify-content:flex-start}
  .reviews-action-panel{display:block}
  .review-actions{margin-top:1rem}
  .testimonial-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .review-actions .btn{width:100%}
}

/* v8.5 testimonial section and Reviews nav fix */
#testimonials{scroll-margin-top:120px}
.testimonials{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  background:#fff;
}
.google-reviews,
.reviews-clean{
  display:none !important;
}
.review-action-panel{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1.25rem;
  background:linear-gradient(135deg,var(--green,#14382d),var(--green-2,#0b241d));
  color:#fff;
  border-radius:22px;
  padding:1.5rem;
  margin:0 0 1.25rem;
  box-shadow:0 18px 55px rgba(0,0,0,.16);
}
.review-stars{
  color:var(--gold,#c99556);
  font-size:1.65rem;
  letter-spacing:.08em;
  font-weight:950;
}
.review-summary h3{
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.45rem;
  margin:.25rem 0 0;
}
.review-actions{
  display:flex;
  gap:.75rem;
  flex-wrap:wrap;
}
.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.testimonial-card{
  background:var(--cream,#f6f1e8);
  border:1px solid var(--line,#e5ded3);
  border-radius:18px;
  padding:1.2rem;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
  display:flex;
  flex-direction:column;
}
.testimonial-card .stars{
  color:var(--gold,#c99556);
  font-weight:950;
  letter-spacing:.06em;
  margin-bottom:.55rem;
}
.testimonial-card p{
  color:#2e3834;
  font-weight:600;
  margin:.25rem 0 1rem;
}
.testimonial-card strong{
  color:var(--green,#14382d);
  margin-top:auto;
}
@media(max-width:980px){
  .review-action-panel{display:block}
  .review-actions{margin-top:1rem}
  .testimonial-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .review-actions .btn{width:100%}
}

/* v8.6 testimonial section only */
.testimonials{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  background:#fff;
  scroll-margin-top:120px;
}
.testimonial-actions{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1.25rem;
  background:linear-gradient(135deg,var(--green,#14382d),var(--green-2,#0b241d));
  color:#fff;
  border-radius:22px;
  padding:1.5rem;
  margin:0 0 1.25rem;
  box-shadow:0 18px 55px rgba(0,0,0,.16);
}
.testimonial-actions .review-stars{
  color:var(--gold,#c99556);
  font-size:1.7rem;
  letter-spacing:.08em;
  font-weight:950;
}
.testimonial-actions h3{
  color:#fff;
  margin:.25rem 0 0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.45rem;
}
.testimonial-buttons{
  display:flex;
  gap:.75rem;
  flex-wrap:wrap;
}
.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.testimonial-card{
  background:var(--cream,#f6f1e8);
  border:1px solid var(--line,#e5ded3);
  border-radius:18px;
  padding:1.2rem;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
  display:flex;
  flex-direction:column;
}
.testimonial-card .stars{
  color:var(--gold,#c99556);
  font-weight:950;
  letter-spacing:.06em;
  margin-bottom:.55rem;
}
.testimonial-card p{
  color:#2e3834;
  font-weight:600;
  margin:.25rem 0 1rem;
}
.testimonial-card strong{
  color:var(--green,#14382d);
  margin-top:auto;
}
@media(max-width:980px){
  .testimonial-actions{display:block}
  .testimonial-buttons{margin-top:1rem}
  .testimonial-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .testimonial-buttons .btn{width:100%}
}

/* v8.7 clickable testimonial/review section */
.testimonials{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  background:#fff;
  scroll-margin-top:120px;
}
.testimonial-review-box{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1.25rem;
  background:linear-gradient(135deg,var(--green,#14382d),var(--green-2,#0b241d));
  color:#fff;
  border-radius:22px;
  padding:1.5rem;
  margin:0 0 1.25rem;
  box-shadow:0 18px 55px rgba(0,0,0,.16);
}
.testimonial-review-copy .review-stars{
  color:var(--gold,#c99556);
  font-size:1.7rem;
  letter-spacing:.08em;
  font-weight:950;
}
.testimonial-review-copy h3{
  color:#fff;
  margin:.25rem 0 .35rem;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.45rem;
}
.testimonial-review-copy p{
  color:#f4f0e8;
  margin:0;
}
.testimonial-review-buttons{
  display:flex;
  gap:.75rem;
  flex-wrap:wrap;
}
.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.testimonial-card{
  background:var(--cream,#f6f1e8);
  border:1px solid var(--line,#e5ded3);
  border-radius:18px;
  padding:1.2rem;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
  display:flex;
  flex-direction:column;
}
.testimonial-card .stars{
  color:var(--gold,#c99556);
  font-weight:950;
  letter-spacing:.06em;
  margin-bottom:.55rem;
}
.testimonial-card p{
  color:#2e3834;
  font-weight:600;
  margin:.25rem 0 1rem;
}
.testimonial-card strong{
  color:var(--green,#14382d);
  margin-top:auto;
}
@media(max-width:980px){
  .testimonial-review-box{display:block}
  .testimonial-review-buttons{margin-top:1rem}
  .testimonial-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .testimonial-review-buttons .btn{width:100%}
}

/* v8.8 definitive testimonial section - unique classes so old CSS cannot hide it */
#grizzly-testimonials{
  scroll-margin-top:120px;
}
.grizzly-testimonials-section{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  padding:4.6rem 0;
  background:#fff;
  color:#111817;
}
.grizzly-testimonials-heading{
  text-align:center;
  max-width:760px;
  margin:0 auto 2rem;
}
.grizzly-testimonials-heading p{
  margin:0 0 .65rem;
  text-transform:uppercase;
  color:var(--olive,#637447);
  font-weight:950;
  letter-spacing:.08em;
}
.grizzly-testimonials-heading h2{
  margin:.2rem 0 .75rem;
  font-family:Georgia,"Times New Roman",serif;
  color:var(--green,#14382d);
  font-size:clamp(2rem,4vw,3.15rem);
  line-height:1.04;
}
.grizzly-testimonials-heading span{
  color:#46504b;
  font-weight:650;
}
.grizzly-review-panel{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1.25rem;
  background:linear-gradient(135deg,var(--green,#14382d),var(--green-2,#0b241d));
  color:#fff;
  border-radius:22px;
  padding:1.5rem;
  margin:0 0 1.25rem;
  box-shadow:0 18px 55px rgba(0,0,0,.16);
}
.grizzly-stars{
  color:var(--gold,#c99556);
  font-size:1.7rem;
  letter-spacing:.08em;
  font-weight:950;
}
.grizzly-review-panel h3{
  color:#fff;
  margin:.25rem 0 0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.45rem;
}
.grizzly-review-buttons{
  display:flex;
  gap:.75rem;
  flex-wrap:wrap;
}
.grizzly-review-buttons a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:170px;
  padding:1rem 1.25rem;
  border-radius:9px;
  font-weight:950;
  text-decoration:none;
}
.grizzly-review-buttons a:first-child{
  background:var(--green,#14382d);
  border:1px solid rgba(255,255,255,.45);
  color:#fff;
}
.grizzly-review-buttons a:last-child{
  background:var(--gold,#c99556);
  color:#fff;
}
.grizzly-testimonial-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.grizzly-testimonial-cards article{
  background:var(--cream,#f6f1e8);
  border:1px solid var(--line,#e5ded3);
  border-radius:18px;
  padding:1.2rem;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
  display:flex;
  flex-direction:column;
}
.grizzly-testimonial-cards article div{
  color:var(--gold,#c99556);
  font-weight:950;
  letter-spacing:.06em;
  margin-bottom:.55rem;
}
.grizzly-testimonial-cards article p{
  color:#2e3834;
  font-weight:600;
  margin:.25rem 0 1rem;
}
.grizzly-testimonial-cards article strong{
  color:var(--green,#14382d);
  margin-top:auto;
}
@media(max-width:980px){
  .grizzly-review-panel{display:block}
  .grizzly-review-buttons{margin-top:1rem}
  .grizzly-testimonial-cards{grid-template-columns:1fr}
}
@media(max-width:620px){
  .grizzly-review-buttons a{width:100%}
}

/* v8.9 testimonial section - verified in index.html */
#grizzly-testimonials{
  scroll-margin-top:120px;
}
.grizzly-testimonials-section{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  padding:4.6rem 0;
  background:#fff;
  color:#111817;
}
.grizzly-testimonials-heading{
  text-align:center;
  max-width:760px;
  margin:0 auto 2rem;
}
.grizzly-testimonials-heading p{
  margin:0 0 .65rem;
  text-transform:uppercase;
  color:var(--olive,#637447);
  font-weight:950;
  letter-spacing:.08em;
}
.grizzly-testimonials-heading h2{
  margin:.2rem 0 .75rem;
  font-family:Georgia,"Times New Roman",serif;
  color:var(--green,#14382d);
  font-size:clamp(2rem,4vw,3.15rem);
  line-height:1.04;
}
.grizzly-testimonials-heading span{
  color:#46504b;
  font-weight:650;
}
.grizzly-review-panel{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1.25rem;
  background:linear-gradient(135deg,var(--green,#14382d),var(--green-2,#0b241d));
  color:#fff;
  border-radius:22px;
  padding:1.5rem;
  margin:0 0 1.25rem;
  box-shadow:0 18px 55px rgba(0,0,0,.16);
}
.grizzly-stars{
  color:var(--gold,#c99556);
  font-size:1.7rem;
  letter-spacing:.08em;
  font-weight:950;
}
.grizzly-review-panel h3{
  color:#fff;
  margin:.25rem 0 0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.45rem;
}
.grizzly-review-buttons{
  display:flex;
  gap:.75rem;
  flex-wrap:wrap;
}
.grizzly-review-buttons a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:170px;
  padding:1rem 1.25rem;
  border-radius:9px;
  font-weight:950;
  text-decoration:none;
}
.grizzly-review-buttons a:first-child{
  background:var(--green,#14382d);
  border:1px solid rgba(255,255,255,.45);
  color:#fff;
}
.grizzly-review-buttons a:last-child{
  background:var(--gold,#c99556);
  color:#fff;
}
.grizzly-testimonial-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.grizzly-testimonial-cards article{
  background:var(--cream,#f6f1e8);
  border:1px solid var(--line,#e5ded3);
  border-radius:18px;
  padding:1.2rem;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
  display:flex;
  flex-direction:column;
}
.grizzly-testimonial-cards article div{
  color:var(--gold,#c99556);
  font-weight:950;
  letter-spacing:.06em;
  margin-bottom:.55rem;
}
.grizzly-testimonial-cards article p{
  color:#2e3834;
  font-weight:600;
  margin:.25rem 0 1rem;
}
.grizzly-testimonial-cards article strong{
  color:var(--green,#14382d);
  margin-top:auto;
}
@media(max-width:980px){
  .grizzly-review-panel{display:block}
  .grizzly-review-buttons{margin-top:1rem}
  .grizzly-testimonial-cards{grid-template-columns:1fr}
}
@media(max-width:620px){
  .grizzly-review-buttons a{width:100%}
}

/* Phase 3 recent project portfolio */
.main-nav{gap:1.35rem}.recent-projects{background:linear-gradient(180deg,#f2efe8,#fff)}.recent-projects-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.recent-projects-heading>div{max-width:760px}.home-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.home-project-card{position:relative;min-height:410px;border-radius:18px;overflow:hidden;background:#173d2d;box-shadow:0 18px 45px rgba(20,45,34,.16)}.home-project-card a,.home-project-card img{display:block;width:100%;height:100%}.home-project-card img{position:absolute;inset:0;object-fit:cover;transition:transform .35s}.home-project-card:hover img{transform:scale(1.045)}.home-project-card__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.4rem;color:#fff;background:linear-gradient(to top,rgba(8,29,22,.96),rgba(8,29,22,.08) 72%)}.home-project-card__overlay span{text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;font-weight:950;color:#d8ba82}.home-project-card__overlay h3{font-family:Georgia,"Times New Roman",serif;font-size:1.7rem;line-height:1.06;margin:.4rem 0}.home-project-card__overlay p{color:#e6efe9;margin:.15rem 0 .75rem}.home-project-card__overlay strong{font-size:.9rem}.project-card-copy .view-project-link{display:inline-block;border-radius:8px;background:var(--green,#14382d);color:#fff;font-weight:950;padding:.75rem 1rem}.project-card-copy .view-photos-btn{margin-left:.45rem;border:1px solid var(--line,#e5ded3);border-radius:8px;background:#fff;color:var(--green,#14382d);font-weight:950;padding:.7rem .8rem;cursor:pointer}@media(max-width:980px){.home-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-project-card:last-child{grid-column:1/-1}.recent-projects-heading{align-items:flex-start}}@media(max-width:650px){.home-project-grid{grid-template-columns:1fr}.home-project-card,.home-project-card:last-child{grid-column:auto;min-height:350px}.recent-projects-heading{display:block}.recent-projects-heading .text-link{margin-top:1rem}}
.hidden{display:none!important}


/* v18: carousel of real Grizzly customer reviews */
.grizzly-review-carousel{display:grid;grid-template-columns:54px minmax(0,1fr) 54px;gap:1rem;align-items:center;margin-top:1.5rem}.grizzly-review-stage{min-height:270px;display:grid;align-items:stretch}.grizzly-review-stage article{display:flex;flex-direction:column;justify-content:center;text-align:center;background:#fff;border:1px solid #ded7cb;border-radius:18px;padding:clamp(1.5rem,4vw,2.8rem);box-shadow:0 15px 40px rgba(18,49,39,.1)}.review-card-stars{color:#c99556;font-size:1.3rem;letter-spacing:.1em}.grizzly-review-stage p{font-family:Georgia,"Times New Roman",serif;color:#24342e;font-size:clamp(1.15rem,2.2vw,1.55rem);line-height:1.55;margin:1rem auto;max-width:850px}.grizzly-review-stage strong{color:#14382d;font-size:1rem}.grizzly-review-stage small{color:#6b746f;margin-top:.25rem;font-weight:700}.review-carousel-btn{width:52px;height:52px;border:1px solid #d7cec0;border-radius:50%;background:#14382d;color:#fff;font-size:2rem;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.12)}.review-carousel-btn:hover{background:#c99556}.review-carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.review-carousel-dots button{width:10px;height:10px;border:0;border-radius:50%;background:#c9cec9;padding:0;cursor:pointer}.review-carousel-dots button.active{background:#14382d;transform:scale(1.25)}.review-source-note{text-align:center!important;font-size:.82rem;color:#69736e!important;margin:.8rem 0 0}.review-card-enter{animation:reviewFade .35s ease}@keyframes reviewFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:650px){.grizzly-review-carousel{grid-template-columns:1fr;position:relative}.grizzly-review-stage{min-height:350px}.review-carousel-btn{position:absolute;bottom:12px;z-index:2;width:44px;height:44px;font-size:1.6rem}.review-prev{left:12px}.review-next{right:12px}.grizzly-review-stage article{padding:1.4rem 1.2rem 4.5rem}}

/* Phase 3.0 lead form */
.estimate-form .form-two-col,.estimate-form .form-address-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.estimate-form .form-address-row{grid-template-columns:1.35fr 1fr .75fr}.lead-contact-label{display:grid;gap:6px;font-weight:700;color:#fff}.lead-contact-label select{color:#fff}.lead-contact-label select option{color:#111}@media(max-width:700px){.estimate-form .form-two-col,.estimate-form .form-address-row{grid-template-columns:1fr}}

/* Phase 3.2 — restore clickable homepage job galleries */
.gallery-projects-wrap{margin:1rem 0 1.25rem}.project-card-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin:0 0 1rem}.project-card-heading h4{font-family:Georgia,"Times New Roman",serif;color:var(--green);font-size:1.65rem;margin:.15rem 0}.project-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.project-card{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 10px 26px rgba(0,0,0,.08)}.project-cover{display:block;position:relative;width:100%;padding:0;border:0;background:#eee;cursor:pointer}.project-cover img{display:block;width:100%;height:220px;object-fit:cover}.project-cover span{position:absolute;right:.7rem;bottom:.7rem;border-radius:999px;background:rgba(10,36,29,.9);color:#fff;padding:.38rem .65rem;font-size:.78rem;font-weight:900}.project-card-copy{padding:1rem}.project-category{margin:0;color:var(--olive)!important;font-size:.75rem;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.project-card-copy h5{margin:.25rem 0;font-family:Georgia,"Times New Roman",serif;color:var(--green);font-size:1.28rem}.project-town{font-weight:850;margin:.15rem 0!important}.project-desc{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:.55rem 0!important}.project-card-actions{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:.85rem}.gallery-empty{border:1px dashed var(--line);border-radius:12px;background:var(--cream);padding:1rem}.gallery-empty a{font-weight:900;color:var(--green);text-decoration:underline}@media(max-width:900px){.project-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.project-card-heading{display:block}.project-card-heading .text-link{margin-top:.55rem}.project-card-grid{grid-template-columns:1fr}.project-cover img{height:245px}}

/* Phase 3.5: homepage gallery project folders */
.project-folder-stack{gap:2.25rem}
.project-folder-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}
.project-folder-card{overflow:hidden;border:1px solid var(--line,#e5ded3);border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(20,45,34,.10)}
.project-folder-cover{position:relative;display:block;height:220px;overflow:hidden;background:#173d2d}
.project-folder-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.project-folder-card:hover .project-folder-cover img{transform:scale(1.04)}
.project-folder-count{position:absolute;right:.75rem;bottom:.75rem;border-radius:999px;background:rgba(8,29,22,.88);color:#fff;padding:.38rem .65rem;font-size:.78rem;font-weight:900}
.project-folder-copy{padding:1rem}
.project-folder-type{margin:0;color:var(--gold,#a77c36)!important;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:950}
.project-folder-copy h4{margin:.3rem 0 .25rem;font-family:Georgia,"Times New Roman",serif;font-size:1.35rem;line-height:1.12;color:var(--green,#14382d)}
.project-folder-town{margin:.15rem 0 .55rem!important;font-weight:850;color:#425049!important}
.project-folder-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:.35rem 0 .85rem!important;font-size:.92rem}
.project-folder-open{display:inline-flex;color:var(--green,#14382d);font-weight:950;border-bottom:2px solid var(--gold,#a77c36);padding-bottom:.1rem}
.gallery-project-cta{display:inline-flex;margin-top:1rem;border-radius:8px;background:var(--green,#14382d);color:#fff;padding:.78rem 1rem;font-weight:950}
.project-folder-empty{grid-column:1/-1;border:1px dashed #cfc6b9;border-radius:14px;padding:1.25rem;background:#faf8f3}
.project-folder-empty h4{margin:0 0 .35rem;color:var(--green,#14382d)}
.project-folder-empty p{margin:.2rem 0 .7rem}
.project-folder-empty a{color:var(--green,#14382d);font-weight:950}
.project-folder-loading{grid-column:1/-1}
@media(max-width:980px){.project-folder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.project-folder-grid{grid-template-columns:1fr}.project-folder-cover{height:245px}}

/* Phase 3.9: free address autocomplete */
.address-autocomplete { position: relative; }
.address-autocomplete > input { width: 100%; }
.address-autocomplete-note { display: block; margin: 5px 2px 0; opacity: .72; font-size: .78rem; }
.address-suggestions {
  position: absolute;
  z-index: 2000;
  top: calc(100% - 18px);
  left: 0;
  right: 0;
  max-height: 260px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(22, 32, 25, .2);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.address-suggestion {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(22, 32, 25, .08);
  background: #fff;
  padding: 11px 13px;
  text-align: left;
  color: #17221b;
  cursor: pointer;
  font: inherit;
  line-height: 1.3;
}
.address-suggestion:last-child { border-bottom: 0; }
.address-suggestion:hover,
.address-suggestion.is-active { background: #f3f5f1; }
.address-suggestion strong { display: block; font-size: .92rem; }
.address-suggestion span { display: block; margin-top: 2px; font-size: .78rem; opacity: .72; }
.address-suggestions-status { padding: 11px 13px; color: #4b554e; font-size: .84rem; }


/* Phase 4.2 — modern Google Places address field */
.google-address-autocomplete-wrap{width:100%;min-width:0;position:relative;z-index:20}
gmp-place-autocomplete.google-address-autocomplete{display:block;width:100%;min-width:0;color:#17221e;--gmpx-color-surface:#fff;--gmpx-color-on-surface:#17221e;--gmpx-color-primary:#14382d;--gmpx-font-family:inherit}
.google-address-autocomplete-wrap gmp-place-autocomplete{width:100%;border-radius:7px;overflow:visible}
.google-address-manual-fallback{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;opacity:0!important;pointer-events:none!important}
@media(max-width:700px){.google-address-autocomplete-wrap{grid-column:1/-1}}

/* Phase 4.4 — keep Google's address suggestions inline and move the form lower on phones */
.pac-container{z-index:10000!important;font-family:inherit;border-radius:0 0 8px 8px;box-shadow:0 10px 28px rgba(0,0,0,.22)}
.pac-item{padding:9px 12px;cursor:pointer;font-size:14px;line-height:1.35}
.pac-item-query{font-size:14px}
@media(max-width:620px){
  .hero__grid{gap:3.25rem;padding-top:2.35rem;padding-bottom:3.5rem}
  .hero-form{margin-top:1.25rem}
}
