:root{
  --bg:#efe9de;
  --bg-soft:#fbf7f1;
  --panel:#fffdf8;
  --panel-soft:#f8f0e3;
  --ink:#18242f;
  --muted:#5c6874;
  --line:#d8c8b3;
  --brand:#bb782d;
  --brand-deep:#825015;
  --steel:#243847;
  --steel-deep:#13212b;
  --white:#fff9f2;
  --shadow:0 20px 44px rgba(24,36,47,.12);
  --shadow-strong:0 28px 68px rgba(12,20,26,.26);
  --radius:24px;
  --shell:1200px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Barlow","Segoe UI",sans-serif;color:var(--ink);background:radial-gradient(circle at top right,rgba(187,120,45,.14),transparent 20%),linear-gradient(180deg,#f4efe6 0%,#ebe3d7 100%);line-height:1.6}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}

.site-header{position:sticky;top:0;z-index:100;background:rgba(239,233,222,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(130,80,21,.12)}
.shell{max-width:var(--shell);margin:0 auto;padding:0 20px}
.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:14px;padding-bottom:14px}
.brand{display:inline-flex;align-items:center;gap:0;font-family:"Oswald",sans-serif;text-transform:uppercase;letter-spacing:.05em;color:var(--steel);flex:0 0 auto}
.brand span{display:none}
.brand strong{font-size:1.4rem;font-weight:600}
.brand small{font-family:"Barlow","Segoe UI",sans-serif;font-size:.76rem;letter-spacing:.16em;color:var(--muted)}
.brand-icon{width:310px;height:auto;max-width:min(310px,32vw);object-fit:contain;flex:0 0 auto}

.mobile-call-now{display:none;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;font-weight:800;background:linear-gradient(135deg,var(--brand),#d69645);color:#241406;box-shadow:0 12px 28px rgba(187,120,45,.24);white-space:nowrap}

.nav-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.nav-links > a,.nav-dropdown > a{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border-radius:999px;font-weight:700;color:var(--steel);transition:background-color .2s ease,color .2s ease,transform .2s ease}
.nav-links > a.active,.nav-links > a:hover,.nav-links > a:focus-visible,.nav-dropdown:hover > a,.nav-dropdown:focus-within > a{background:#eadfcf;color:var(--brand-deep)}

.nav-dropdown{position:relative}
.dropdown-panel{position:absolute;top:calc(100% + 10px);left:0;display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:18px;min-width:420px;padding:20px;border-radius:22px;background:linear-gradient(180deg,#fffdf8,#f7efe3);border:1px solid rgba(130,80,21,.16);box-shadow:var(--shadow-strong);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease}
.nav-dropdown:hover .dropdown-panel,.nav-dropdown:focus-within .dropdown-panel{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-column p{margin:0 0 8px;font-family:"Oswald",sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--brand-deep)}
.dropdown-column a{display:block;padding:7px 0;font-weight:700;color:var(--ink)}
.dropdown-column a:hover,.dropdown-column a:focus-visible{color:var(--brand-deep)}

.call-now{background:linear-gradient(135deg,var(--brand),#d69645)!important;color:#241406!important;box-shadow:0 12px 28px rgba(187,120,45,.24)}
.back-yts{background:linear-gradient(135deg,var(--steel),#425667)!important;color:#edf4f7!important;box-shadow:0 12px 28px rgba(36,56,71,.24)}

.demo-menu-toggle{display:none;width:46px;height:46px;border-radius:14px;border:1px solid rgba(130,80,21,.18);background:var(--panel);padding:0;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.demo-menu-toggle span{width:22px;height:2px;background:var(--steel);border-radius:2px;display:block;transition:transform .24s ease,opacity .18s ease}
.nav-shell.nav-open .demo-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-shell.nav-open .demo-menu-toggle span:nth-child(2){opacity:0}
.nav-shell.nav-open .demo-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.hero{position:relative;min-height:760px;overflow:hidden;background:var(--steel-deep);color:var(--white)}
.hero-media,.hero-overlay{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.9)}
.hero-overlay{background:linear-gradient(100deg,rgba(19,33,43,.95) 0%,rgba(19,33,43,.76) 48%,rgba(19,33,43,.4) 100%),radial-gradient(circle at 18% 20%,rgba(187,120,45,.18),transparent 28%)}
.hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.75fr);gap:32px;align-items:end;padding-top:120px;padding-bottom:74px}

.eyebrow,.section-tag,.card-kicker{margin:0;text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:800}
.eyebrow,.card-kicker{color:#f1ca92}
.section-tag{color:var(--brand-deep)}

h1,h2,h3{font-family:"Oswald",sans-serif;letter-spacing:.01em}
.hero h1{margin:18px 0 16px;font-size:clamp(3rem,5.7vw,5.4rem);line-height:.96;max-width:11ch}
.hero-lead{max-width:62ch;color:rgba(255,249,242,.82);font-size:1.06rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}

.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}
.btn:hover,.btn:focus-visible{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--brand),#d69645);color:#251506;box-shadow:0 16px 34px rgba(187,120,45,.28)}
.btn-secondary{border:1px solid rgba(255,249,242,.34);background:rgba(255,255,255,.06);color:var(--white)}
.btn-light{background:#fbf4e8;color:var(--steel);border:1px solid rgba(216,200,179,.5)}
.btn-dark{background:#e7ddca;color:var(--ink);border-color:rgba(24,36,47,.14)}

.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.hero-tags span{padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);font-weight:700}

.card{background:var(--panel);border:1px solid rgba(130,80,21,.16);border-radius:20px;box-shadow:var(--shadow);transition:transform .26s ease,box-shadow .26s ease}
.hero-card{padding:30px;border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,253,248,.14),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow-strong);backdrop-filter:blur(10px);align-self:center}
.stat-stack{display:grid;gap:18px;margin-top:14px}
.stat-stack strong{display:block;font-family:"Oswald",sans-serif;font-size:1.5rem;color:var(--white)}
.stat-stack span{color:rgba(255,249,242,.8)}

.trust-band{padding:26px 0;background:#d9c29c;border-top:1px solid rgba(130,80,21,.15);border-bottom:1px solid rgba(130,80,21,.15)}
.trust-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:26px;align-items:center}
.trust-grid h2{margin:10px 0 0;font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.04}
.trust-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.trust-metrics article{padding:18px 16px;border-radius:18px;background:rgba(255,251,244,.62);border:1px solid rgba(130,80,21,.12)}
.trust-metrics strong{display:block;font-family:"Oswald",sans-serif;font-size:1.8rem;color:var(--brand-deep)}
.trust-metrics span{color:#514031}
.rating-value{display:inline-block;margin-right:8px}
.rating-stars{display:inline-flex;gap:2px;vertical-align:middle}
.rating-stars .star{position:relative;display:inline-block;font-size:1.22rem;line-height:1;color:#9d6f24;-webkit-text-stroke:1px #2b1a00;text-shadow:0 0 4px rgba(255,189,46,.18);animation:starGlow 2.2s ease-in-out infinite;transform-origin:center}
.rating-stars .star.full{color:#ffd24d;-webkit-text-stroke:1px #2b1a00;text-shadow:0 0 6px rgba(255,197,66,.4),0 0 10px rgba(255,197,66,.24)}
.rating-stars .star.partial{color:#9d6f24}
.rating-stars .star.partial::before{content:"\2605";position:absolute;left:0;top:0;width:var(--fill,90%);overflow:hidden;color:#ffd24d;-webkit-text-stroke:1px #2b1a00;text-shadow:0 0 6px rgba(255,197,66,.4),0 0 10px rgba(255,197,66,.24)}

@keyframes ctaPulse{
  0%,100%{transform:translateY(0) scale(1);box-shadow:0 16px 34px rgba(187,120,45,.28)}
  50%{transform:translateY(-2px) scale(1.03);box-shadow:0 22px 42px rgba(187,120,45,.38)}
}

@keyframes starGlow{
  0%,100%{filter:brightness(1);transform:scale(1)}
  50%{filter:brightness(1.16);transform:scale(1.08)}
}

.btn-primary,.call-now,.mobile-call-now{animation:ctaPulse 2.8s ease-in-out infinite}
.btn-primary:hover,.btn-primary:focus-visible,.call-now:hover,.call-now:focus-visible,.mobile-call-now:hover,.mobile-call-now:focus-visible{animation-play-state:paused}

.card:hover,.feature-card:hover,.gallery-card:hover,.case-card:hover,.strip-gallery img:hover{transform:translateY(-4px);box-shadow:0 24px 48px rgba(24,36,47,.18)}

.section-shell{padding:82px 0}
.section-soft-ivory{background:linear-gradient(180deg,#f8f4ed,#fffdf8)}
.section-soft-sand{background:linear-gradient(180deg,#ece1d1,#f3e9dc)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:26px}
.section-head h2,.page-hero h1,.cta-layout h2,.contact-card h2{margin:10px 0 0;font-size:clamp(2rem,3.7vw,3.3rem);line-height:1}
.inline-link{font-weight:800;color:var(--brand-deep)}

.service-grid,.detail-grid,.case-grid{display:grid;gap:18px}
.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.service-card{padding:24px}
.service-card h3,.detail-card h3,.case-copy h3,.page-card h3,.emphasis-card h2{margin:0 0 10px;color:var(--steel)}
.service-card p,.detail-card p,.case-copy p,.page-card p,.contact-card p{margin:0;color:var(--muted)}

.section-dark{background:linear-gradient(180deg,var(--steel-deep),#1c2c36);color:var(--white)}
.section-dark .section-tag{color:#f1ca92}
.section-dark h2,.section-dark h3{color:var(--white)}
.section-dark p,.section-dark li{color:rgba(255,249,242,.78)}
.soft-dark-card{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.12);box-shadow:none}

.feature-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}
.feature-card{position:relative;min-height:390px;border-radius:24px;overflow:hidden}
.feature-card-large{min-height:500px}
.feature-card img{width:100%;height:100%;object-fit:cover}
.feature-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(19,33,43,.08),rgba(19,33,43,.88))}
.feature-copy{position:absolute;left:22px;right:22px;bottom:22px;z-index:1}
.feature-copy p{margin:0;color:#f1ca92;text-transform:uppercase;letter-spacing:.14em;font-size:.74rem;font-weight:800}
.feature-copy h3{margin:10px 0 0;font-size:1.62rem;line-height:1.05}

.gallery-shell{background:var(--bg-soft)}
.gallery-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:18px}
.gallery-card{margin:0;border-radius:24px;overflow:hidden;background:var(--panel);box-shadow:var(--shadow)}
.gallery-card img{width:100%;height:100%;min-height:260px;object-fit:cover}
.gallery-card figcaption{padding:14px 18px;font-weight:700;color:var(--steel)}
.gallery-tall{grid-row:span 2}
.gallery-tall img{min-height:560px}
.gallery-wide{grid-column:span 2}

.process-shell{background:#efe5d8}
.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.process-grid article{padding:24px}
.process-grid span{display:inline-flex;width:46px;height:46px;border-radius:50%;align-items:center;justify-content:center;background:#eadbc5;color:var(--brand-deep);font-family:"Oswald",sans-serif;font-size:1.15rem}
.process-grid h3{margin:16px 0 8px;color:var(--steel)}
.process-grid p{margin:0;color:var(--muted)}

.testimonial-shell{background:var(--bg-soft)}
.testimonial-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:stretch}
.quote-card{padding:34px;border-radius:28px;background:linear-gradient(135deg,#fff6e8,#f4ebdf);border:1px solid rgba(130,80,21,.16);box-shadow:var(--shadow)}
.quote-card blockquote{margin:16px 0 18px;font-family:"Oswald",sans-serif;font-size:clamp(1.8rem,3vw,2.9rem);line-height:1.02;color:var(--steel)}
.quote-attribution{margin:0;color:var(--muted);font-weight:700}
.testimonial-points{padding:28px}

.map-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:center}
.radius-map{position:relative;min-height:540px;overflow:hidden;padding:0;background:linear-gradient(180deg,#eef3f6,#dfe8ee)}
.map-frame{display:block;width:100%;height:540px;border:0}
.map-copy-card{padding:30px}
.note-grid{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:18px}
.note-card{padding:22px 20px}
.note-card h3{margin:0 0 8px;line-height:1.08}
.note-card p{margin:0;color:rgba(255,249,242,.8);line-height:1.5}

.cta-shell{background:linear-gradient(180deg,#d4b289,#c7935a)}
.cta-layout{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:26px;align-items:center}
.cta-layout p{max-width:56ch;color:#412d18}
.cta-actions{display:flex;flex-wrap:wrap;gap:12px}

.page-hero{padding:88px 0 48px;background:linear-gradient(180deg,#ebe3d7,#f5efe6)}
.page-hero-dark{background:linear-gradient(180deg,#223544,#13212b);color:var(--white)}
.page-hero-dark .eyebrow{color:#f1ca92}
.page-hero-dark h1{color:var(--white)}
.page-hero-dark p{color:rgba(255,249,242,.8)}
.page-hero-dark .page-card h3{color:var(--white)}
.page-hero-dark .page-card p,.page-hero-dark .page-card li{color:rgba(255,249,242,.82)}
.page-hero-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:26px;align-items:end}
.page-card{padding:24px;background:linear-gradient(180deg,#fffdf8,#fbf1e5)}
.dark-page-card{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12);box-shadow:none}

/* Keep the tan look on estimate page but add stronger section contrast */
.estimate-page{background:radial-gradient(circle at top right,rgba(187,120,45,.12),transparent 28%),linear-gradient(180deg,#f4ecdf 0%,#eadfce 100%)}
.estimate-page .site-footer{background:linear-gradient(180deg,#e7dac6,#deceb8)}

.check-list{margin:18px 0 0;padding-left:20px;display:grid;gap:10px}
.compact-list{gap:8px;margin-top:14px}
.detail-grid,.case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.detail-card,.contact-card{padding:28px}

.visual-split,.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:center}
.visual-split img,.image-card img{width:100%;height:100%;min-height:380px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}
.emphasis-card{padding:34px;background:linear-gradient(180deg,#fff8ed,#fffdf9)}

.case-card{overflow:hidden;padding:0}
.case-card img{width:100%;height:260px;object-fit:cover}
.case-copy{padding:22px}
.strip-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.strip-gallery img{width:100%;height:280px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}
.image-card{overflow:hidden;padding:0}

.site-footer{padding:38px 0 42px;background:linear-gradient(180deg,#efe5d8,#e7dac8);border-top:1px solid rgba(130,80,21,.14)}
.footer-layout{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(280px,1fr) minmax(260px,.95fr);grid-template-areas:"brand links contact";gap:28px;align-items:start}
.footer-brand{display:inline-flex;align-items:center;justify-content:flex-start;grid-area:brand}
.footer-logo{width:280px;max-width:min(280px,74vw);height:auto;object-fit:contain}
.footer-contact{display:grid;gap:8px;color:#111;grid-area:contact;min-width:0;justify-items:start;text-align:left}
.footer-contact p{margin:0}
.contact-item{display:flex;align-items:center;gap:9px;min-width:0;max-width:100%;width:100%;justify-content:flex-start}
.contact-link-item{padding:0}
.contact-link{display:inline-flex;align-items:center;justify-content:flex-start;gap:9px;flex-wrap:nowrap;white-space:nowrap;width:auto;max-width:100%;min-width:0;padding:4px 10px;border-radius:8px;color:inherit;font-weight:700;transition:color .2s ease,background-color .2s ease}
.contact-link:hover,.contact-link:focus-visible{color:#111;background:rgba(255,255,255,.36)}
.contact-icon{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;flex:0 0 17px}
.contact-item strong,.contact-item span,.contact-link strong,.contact-link span{min-width:0;max-width:100%}
.phone-link .contact-icon{color:#2e7d32}
.email-link .contact-icon{color:#d97706}
.facebook-link .contact-icon{color:#1877f2}
.contact-icon svg{width:100%;height:100%;fill:currentColor}
.footer-contact a{color:#111;font-weight:700}
.service-area-item{white-space:nowrap;justify-content:flex-start}
.footer-links{display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));gap:18px 28px;grid-area:links;min-width:0;width:100%;justify-content:center;justify-items:start;text-align:left}
.footer-links h3{margin:0 0 10px;font-size:1.02rem;line-height:1;color:var(--steel)}
.footer-links nav{display:grid;gap:8px}
.footer-links a{color:#564a3d;font-weight:700;transition:color .2s ease,transform .2s ease}
.footer-links a:hover,.footer-links a:focus-visible{color:var(--brand-deep);transform:translateX(2px)}
.site-footer{overflow-x:clip}
.site-footer,.footer-layout,.footer-contact,.footer-links,.contact-item,.contact-link{min-width:0}

.scroll-top-button{position:fixed;left:24px;bottom:24px;display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(19,33,43,.9);color:var(--white);box-shadow:0 18px 36px rgba(19,33,43,.28);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(16px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease,background-color .22s ease;z-index:120}
.scroll-top-button.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.scroll-top-button:hover,.scroll-top-button:focus-visible{background:#294050}
.scroll-top-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.12)}
.scroll-top-icon svg{width:16px;height:16px;fill:currentColor}

@media (max-width:1080px){
  .hero-layout,.trust-grid,.page-hero-layout,.visual-split,.contact-grid,.cta-layout,.testimonial-layout,.map-layout{grid-template-columns:1fr}
  .feature-grid{grid-template-columns:1fr 1fr}
  .feature-card-large{grid-column:1 / -1}
  .process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .note-grid{grid-template-columns:1fr}
}

@media (max-width:1240px){
  .note-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:1080px){
  .site-footer .footer-layout{display:flex;flex-direction:column;align-items:center;gap:22px;text-align:center}
  .site-footer .footer-brand{order:1;display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto}
  .site-footer .footer-logo{display:block;margin-left:auto;margin-right:auto}
  .site-footer .footer-contact{order:2;display:grid;justify-items:center;align-items:center;width:min(100%,460px);margin:0 auto;text-align:center}
  .site-footer .footer-contact p{display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto;text-align:center}
  .site-footer .contact-item{display:flex;justify-content:center;align-items:center;width:100%;max-width:100%;margin:0 auto}
  .site-footer .contact-link{display:inline-flex;justify-content:center;max-width:100%;white-space:normal;text-align:center;overflow-wrap:anywhere;word-break:break-word}
  .site-footer .service-area-item{justify-content:center;white-space:normal;overflow-wrap:anywhere;word-break:break-word}
  .site-footer .footer-links{order:3;width:min(100%,560px);grid-template-columns:repeat(2,minmax(0,1fr));justify-items:center;text-align:center}
  .site-footer .footer-links nav{justify-items:center}
}

@media (max-width:940px){
  .nav-shell{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;column-gap:10px;row-gap:0}
  .brand-icon{width:220px;max-width:min(220px,50vw)}
  .demo-menu-toggle{display:inline-flex}
  .mobile-call-now{display:inline-flex;min-height:36px;padding:0 12px;font-size:.85rem}
  .nav-shell .demo-nav-links{display:none;grid-column:1 / -1;flex-direction:column;align-items:stretch;padding-top:10px}
  .nav-shell.nav-open .demo-nav-links{display:flex}
  .nav-shell .demo-nav-links > a,.nav-shell .demo-nav-links .nav-dropdown > a{width:100%;justify-content:flex-start}
  .nav-shell .demo-nav-links .call-now{display:none}
  .nav-dropdown{width:100%}
  .dropdown-panel{display:none!important}
  .service-grid,.detail-grid,.case-grid,.gallery-grid,.strip-gallery,.trust-metrics{grid-template-columns:1fr}
  .note-grid{grid-template-columns:1fr}
  .gallery-tall,.gallery-wide{grid-row:auto;grid-column:auto}
  .gallery-tall img,.gallery-wide img,.gallery-card img{min-height:240px}
  .footer-layout{display:flex;flex-direction:column;align-items:center;grid-template-columns:1fr;grid-template-areas:"brand" "contact" "links";gap:22px;justify-items:center;text-align:center}
  .footer-layout > *{min-width:0;max-width:100%}
  .site-footer .footer-brand{display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto;text-align:center}
  .site-footer .footer-logo{display:block;margin-left:auto;margin-right:auto}
  .site-footer .footer-contact{display:grid;justify-items:center;align-items:center;width:min(100%,460px);margin:0 auto;text-align:center}
  .site-footer .footer-contact p{display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto;text-align:center}
  .site-footer .contact-item{display:flex;justify-content:center;align-items:center;width:auto;max-width:100%;margin:0 auto}
  .site-footer .contact-link{display:inline-flex;width:auto;max-width:100%;justify-content:center;white-space:normal;text-align:center;overflow-wrap:anywhere;word-break:break-word}
  .site-footer .contact-link-item .contact-link{margin-left:auto;margin-right:auto}
  .site-footer .service-area-item{justify-content:center;white-space:normal;overflow-wrap:anywhere;word-break:break-word}
  .footer-links{width:min(100%,560px);grid-template-columns:repeat(2,minmax(0,1fr));justify-items:center;text-align:center}
  .footer-links nav{justify-items:center}
}

@media (max-width:640px){
  .shell{padding:0 14px}
  .nav-shell{padding-top:12px;padding-bottom:12px;column-gap:7px}
  .brand{gap:0}
  .brand strong{font-size:1.08rem}
  .brand small{font-size:.62rem;letter-spacing:.12em}
  .brand-icon{width:190px;max-width:min(190px,46vw);height:auto}
  .mobile-call-now{min-height:32px;padding:0 9px;font-size:.79rem}
  .hero{min-height:640px}
  .hero-layout{padding-top:98px;padding-bottom:46px}
  .hero h1{font-size:clamp(2.35rem,10.2vw,3.7rem)}
  .section-shell{padding:62px 0}
  .hero-actions,.cta-actions{flex-direction:column}
  .btn{width:100%}
  .feature-grid,.process-grid{grid-template-columns:1fr}
  .feature-card,.feature-card-large{min-height:320px}
  .visual-split img,.image-card img{min-height:260px}
  .radius-map{min-height:420px}
  .map-frame{height:420px}
  .footer-layout{gap:18px}
  .footer-contact{width:min(100%,390px)}
  .contact-link{font-size:.92rem;padding:4px 6px;white-space:normal}
  .service-area-item{font-size:.9rem;white-space:normal}
  .footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px}
  .scroll-top-button{left:16px;bottom:16px}
}

@media (max-width:380px){
  .brand-icon{max-width:42vw}
  .mobile-call-now{padding:0 7px;font-size:.74rem}
  .demo-menu-toggle{width:42px;height:42px}
}

@media (prefers-reduced-motion: reduce){
  .btn-primary,.call-now,.mobile-call-now,.rating-stars .star{animation:none!important}
  .card,.feature-card,.gallery-card,.case-card,.strip-gallery img{transition:none!important}
  .card:hover,.feature-card:hover,.gallery-card:hover,.case-card:hover,.strip-gallery img:hover{transform:none!important;box-shadow:var(--shadow)!important}
}

/* Final footer lock for tablet/mobile: logo -> contact -> sitemap, centered, no horizontal overflow */
@media (max-width:1080px){
  .site-footer{overflow-x:hidden}
  .site-footer .footer-layout{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    text-align:center!important;
    gap:20px!important;
  }
  .site-footer .footer-brand{
    order:1!important;
    width:100%!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    margin:0 auto!important;
  }
  .site-footer .footer-logo{display:block!important;margin:0 auto!important}
  .site-footer .footer-contact{
    order:2!important;
    width:min(100%,460px)!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    margin:0 auto!important;
    gap:8px!important;
  }
  .site-footer .footer-contact p,
  .site-footer .contact-item{
    width:100%!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    margin:0 auto!important;
    text-align:center!important;
  }
  .site-footer .contact-link{
    display:inline-flex!important;
    width:auto!important;
    max-width:100%!important;
    justify-content:center!important;
    text-align:center!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
  .site-footer .service-area-item{
    justify-content:center!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
  .site-footer .footer-links{
    order:3!important;
    width:min(100%,560px)!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    justify-items:center!important;
    text-align:center!important;
    gap:18px 16px!important;
  }
  .site-footer .footer-links nav{justify-items:center!important}
}