/* =========================================================
   SummitShield Roofing — Design System & Styles
   Built for CutLabsX portfolio demonstration
   ========================================================= */

:root{
  /* Color system */
  --ink:#12181f;          /* deep charcoal navy — primary dark */
  --ink-2:#1b2430;         /* secondary dark surface */
  --ink-3:#2a3542;         /* tertiary dark surface / borders on dark */
  --paper:#ffffff;
  --cream:#f8f5ef;         /* warm white background */
  --cream-2:#f0ead e;
  --line:#e7e1d6;
  --line-strong:#d8cfc0;
  --muted:#5c6672;
  --muted-2:#8b95a0;
  --accent:#c1441c;        /* rust / brick red — primary CTA color */
  --accent-dark:#9c3416;
  --accent-light:#f3ded4;
  --ok:#2f7a4d;
  --focus:#2e6fed;

  --radius-sm:8px;
  --radius-md:14px;
  --radius-lg:22px;

  --shadow-sm:0 1px 2px rgba(18,24,31,0.06), 0 1px 1px rgba(18,24,31,0.04);
  --shadow-md:0 8px 24px rgba(18,24,31,0.10);
  --shadow-lg:0 20px 48px rgba(18,24,31,0.16);

  --container:1220px;
  --header-h:76px;
  --mobile-bar-h:70px;
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0;}
ul[class],ol[class]{margin:0;padding:0;list-style:none;}
img,picture{max-width:100%;display:block;}
button{font:inherit;}
input,textarea,select{font:inherit;}
a{color:inherit;}
html:focus-within{scroll-behavior:smooth;}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *,*::before,*::after{animation-duration:0.001ms !important;animation-iteration-count:1 !important;transition-duration:0.001ms !important;scroll-behavior:auto !important;}
}

body{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  background:var(--cream);
  color:var(--ink);
  line-height:1.6;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

.container{
  width:100%;
  max-width:var(--container);
  margin:0 auto;
  padding:0 24px;
}

section{position:relative;}

/* Focus visibility for accessibility */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{
  outline:3px solid var(--focus);
  outline-offset:2px;
  border-radius:4px;
}

.skip-link{
  position:absolute;left:-9999px;top:0;background:var(--ink);color:#fff;padding:10px 18px;border-radius:0 0 8px 0;z-index:1000;
}
.skip-link:focus{left:0;}

/* ---------- Typography ---------- */
h1,h2,h3,h4{
  font-family:'Inter',sans-serif;
  font-weight:800;
  line-height:1.12;
  letter-spacing:-0.02em;
  color:var(--ink);
}
h1{font-size:clamp(2.3rem,5.2vw,3.7rem);}
h2{font-size:clamp(1.7rem,3.6vw,2.5rem);}
h3{font-size:clamp(1.15rem,2vw,1.4rem);}
p{color:var(--muted);}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:0.78rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;
  color:var(--accent-dark);
  margin-bottom:14px;
}
.eyebrow::before{content:'';width:7px;height:7px;border-radius:50%;background:var(--accent);display:inline-block;}
.section-head{max-width:680px;margin-bottom:44px;}
.section-head.center{margin-inline:auto;text-align:center;}
.section-head p{font-size:1.05rem;margin-top:12px;}
.lede{font-size:1.15rem;color:var(--muted);max-width:620px;}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 26px;border-radius:10px;
  font-weight:700;font-size:0.98rem;text-decoration:none;border:2px solid transparent;
  cursor:pointer;transition:transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
  white-space:nowrap;line-height:1.2;
}
.btn svg{width:18px;height:18px;flex-shrink:0;}
.btn:active{transform:translateY(1px);}
.btn-primary{background:var(--accent);color:#fff;box-shadow:var(--shadow-sm);}
.btn-primary:hover{background:var(--accent-dark);box-shadow:var(--shadow-md);}
.btn-dark{background:var(--ink);color:#fff;}
.btn-dark:hover{background:var(--ink-2);}
.btn-outline{background:transparent;border-color:var(--line-strong);color:var(--ink);}
.btn-outline:hover{border-color:var(--ink);background:rgba(18,24,31,0.04);}
.btn-outline-light{background:transparent;border-color:rgba(255,255,255,0.35);color:#fff;}
.btn-outline-light:hover{border-color:#fff;background:rgba(255,255,255,0.08);}
.btn-whatsapp{background:#25963f;color:#fff;}
.btn-whatsapp:hover{background:#1f7f34;}
.btn-block{width:100%;}
.btn-sm{padding:10px 18px;font-size:0.88rem;}
.btn-lg{padding:17px 32px;font-size:1.05rem;}

/* ========================================================
   HEADER
   ======================================================== */
.site-header{
  position:sticky;top:0;left:0;right:0;z-index:900;
  background:rgba(250,247,242,0.92);
  backdrop-filter:saturate(180%) blur(14px);
  border-bottom:1px solid var(--line);
  height:var(--header-h);
  display:flex;align-items:center;
}
.site-header .container{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
}
.brand{
  display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);
}
.brand-mark{
  width:40px;height:40px;border-radius:9px;background:var(--ink);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.brand-mark svg{width:22px;height:22px;color:var(--accent);}
.brand-text{display:flex;flex-direction:column;line-height:1.1;}
.brand-text .name{font-weight:800;font-size:1.05rem;letter-spacing:-0.01em;}
.brand-text .tag{font-size:0.68rem;letter-spacing:0.12em;color:var(--muted);text-transform:uppercase;font-weight:600;}

.main-nav{display:flex;align-items:center;gap:2px;}
.main-nav a{
  padding:10px 14px;border-radius:8px;font-weight:600;font-size:0.93rem;color:var(--ink-2);
  text-decoration:none;transition:background-color .15s ease, color .15s ease;
}
.main-nav a:hover{background:rgba(18,24,31,0.06);color:var(--ink);}

.header-ctas{display:flex;align-items:center;gap:10px;}
.header-call{
  display:flex;align-items:center;gap:8px;font-weight:700;font-size:0.92rem;color:var(--ink);
  text-decoration:none;padding:8px 6px;
}
.header-call svg{width:18px;height:18px;color:var(--accent);}

.hamburger{
  display:none;background:none;border:none;padding:8px;cursor:pointer;
  flex-direction:column;gap:5px;
}
.hamburger span{width:24px;height:2.5px;background:var(--ink);border-radius:2px;transition:transform .2s ease, opacity .2s ease;}
.hamburger[aria-expanded="true"] span:nth-child(1){transform:translateY(7.5px) rotate(45deg);}
.hamburger[aria-expanded="true"] span:nth-child(2){opacity:0;}
.hamburger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg);}

.mobile-nav{
  position:fixed;top:var(--header-h);left:0;right:0;bottom:0;
  background:var(--paper);z-index:850;
  transform:translateX(100%);transition:transform .28s ease;
  overflow-y:auto;padding:12px 0 40px;
  display:none;
}
.mobile-nav.open{transform:translateX(0);}
.mobile-nav a{
  display:block;padding:16px 24px;font-weight:700;font-size:1.05rem;color:var(--ink);
  text-decoration:none;border-bottom:1px solid var(--line);
}
.mobile-nav .mobile-cta-wrap{padding:20px 24px;display:flex;flex-direction:column;gap:12px;}

@media (max-width:1024px){
  .main-nav{display:none;}
  .header-ctas .header-estimate-btn{display:none;}
  .hamburger{display:flex;}
  .mobile-nav{display:block;}
}
@media (min-width:1025px){
  .mobile-nav{display:none !important;}
}

/* ========================================================
   HERO
   ======================================================== */
.hero{
  padding:56px 0 70px;
  background:linear-gradient(180deg,var(--cream) 0%, var(--cream) 60%, #f2ede3 100%);
  overflow:hidden;
}
.hero .container{
  display:grid;grid-template-columns:1.05fr 0.95fr;gap:56px;align-items:center;
}
.hero-copy h1{margin-bottom:20px;}
.hero-copy .lede{margin-bottom:30px;}
.hero-ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px;}
.hero-microtrust{display:flex;flex-wrap:wrap;gap:22px;}
.hero-microtrust li{
  display:flex;align-items:center;gap:8px;font-size:0.88rem;font-weight:600;color:var(--ink-2);
}
.hero-microtrust svg{width:17px;height:17px;color:var(--accent);flex-shrink:0;}

.hero-media{position:relative;}
.hero-media .frame{
  border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);
  aspect-ratio:4/5;position:relative;
}
.hero-media img{width:100%;height:100%;object-fit:cover;}
.hero-badge{
  position:absolute;left:-18px;bottom:26px;background:var(--ink);color:#fff;
  padding:16px 20px;border-radius:var(--radius-md);box-shadow:var(--shadow-md);
  display:flex;align-items:center;gap:12px;max-width:230px;
}
.hero-badge svg{width:26px;height:26px;color:var(--accent);flex-shrink:0;}
.hero-badge strong{display:block;font-size:0.95rem;line-height:1.3;}
.hero-badge span{font-size:0.76rem;color:#c7cdd3;}
.hero-service-area{
  position:absolute;top:22px;right:-14px;background:#fff;color:var(--ink);
  padding:10px 16px;border-radius:100px;box-shadow:var(--shadow-md);
  font-size:0.82rem;font-weight:700;display:flex;align-items:center;gap:8px;
}
.hero-service-area svg{width:15px;height:15px;color:var(--accent);}

@media (max-width:1024px){
  .hero .container{grid-template-columns:1fr;gap:36px;}
  .hero-media{order:-1;max-width:480px;margin:0 auto;}
  .hero-badge{left:10px;bottom:16px;}
  .hero-service-area{right:10px;top:14px;}
}
@media (max-width:480px){
  .hero{padding:36px 0 48px;}
  .hero-badge{display:none;}
}

/* ========================================================
   EMERGENCY STRIP
   ======================================================== */
.emergency-strip{
  background:var(--ink);color:#fff;padding:26px 0;
}
.emergency-strip .container{
  display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;
}
.emergency-copy{display:flex;align-items:flex-start;gap:14px;max-width:640px;}
.emergency-copy svg{width:30px;height:30px;color:var(--accent);flex-shrink:0;margin-top:2px;}
.emergency-copy h2{color:#fff;font-size:1.25rem;margin-bottom:4px;}
.emergency-copy p{color:#c7cdd3;font-size:0.93rem;margin:0;}
.emergency-ctas{display:flex;gap:12px;flex-wrap:wrap;}
.emergency-note{
  width:100%;font-size:0.78rem;color:#93a0ac;margin-top:16px;border-top:1px solid rgba(255,255,255,0.12);padding-top:14px;
}

/* ========================================================
   TRUST STRIP
   ======================================================== */
.trust-section{padding:64px 0;}
.trust-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
}
.trust-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);
  padding:26px 22px;transition:transform .18s ease, box-shadow .18s ease;
}
.trust-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);}
.trust-icon{
  width:46px;height:46px;border-radius:10px;background:var(--accent-light);
  display:flex;align-items:center;justify-content:center;margin-bottom:16px;
}
.trust-icon svg{width:24px;height:24px;color:var(--accent-dark);}
.trust-card h3{margin-bottom:8px;font-size:1.05rem;}
.trust-card p{font-size:0.92rem;margin:0;}

@media (max-width:900px){
  .trust-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:520px){
  .trust-grid{grid-template-columns:1fr;}
}

/* ========================================================
   SERVICES
   ======================================================== */
.services-section{padding:80px 0;background:#fff;}
.services-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:22px;
}
.service-card{
  border:1px solid var(--line);border-radius:var(--radius-md);padding:28px 24px;
  background:var(--cream);transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  display:flex;flex-direction:column;height:100%;
}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--line-strong);}
.service-icon{
  width:52px;height:52px;border-radius:12px;background:var(--ink);
  display:flex;align-items:center;justify-content:center;margin-bottom:18px;
}
.service-icon svg{width:26px;height:26px;color:var(--accent);}
.service-card h3{margin-bottom:8px;}
.service-card p{font-size:0.93rem;flex-grow:1;margin-bottom:16px;}
.service-card .card-link{
  display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:0.88rem;color:var(--accent-dark);text-decoration:none;
}
.service-card .card-link svg{width:14px;height:14px;transition:transform .15s ease;}
.service-card .card-link:hover svg{transform:translateX(3px);}
.service-card.emergency-card{background:var(--ink);color:#fff;border-color:var(--ink);}
.service-card.emergency-card h3,.service-card.emergency-card .card-link{color:#fff;}
.service-card.emergency-card p{color:#c7cdd3;}
.service-card.emergency-card .service-icon{background:var(--accent);}
.service-card.emergency-card .service-icon svg{color:#fff;}

@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:600px){.services-grid{grid-template-columns:1fr;}}

/* ========================================================
   FEATURED SERVICE (storm flow)
   ======================================================== */
.featured-section{padding:80px 0;background:var(--ink);color:#fff;overflow:hidden;}
.featured-section .section-head p{color:#c7cdd3;}
.featured-section .eyebrow{color:#f0a487;}
.flow-grid{
  display:grid;grid-template-columns:repeat(5,1fr);gap:14px;align-items:center;margin:44px 0 40px;
}
.flow-step{
  background:var(--ink-2);border:1px solid var(--ink-3);border-radius:var(--radius-md);
  padding:22px 16px;text-align:center;position:relative;
}
.flow-step .num{
  width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;font-weight:800;font-size:0.85rem;
  display:flex;align-items:center;justify-content:center;margin:0 auto 12px;
}
.flow-step p{color:#e4e8eb;font-size:0.85rem;margin:0;font-weight:600;}
.flow-arrow{display:flex;justify-content:center;color:var(--muted-2);}
.flow-arrow svg{width:20px;height:20px;}
.featured-cta{display:flex;gap:14px;flex-wrap:wrap;}
.featured-disclaimer{margin-top:20px;font-size:0.82rem;color:#93a0ac;max-width:560px;}

@media (max-width:900px){
  .flow-grid{grid-template-columns:1fr;gap:0;}
  .flow-arrow{transform:rotate(90deg);padding:4px 0;}
}

/* ========================================================
   ESTIMATE CTA SECTION
   ======================================================== */
.estimate-section{padding:80px 0;background:linear-gradient(135deg,#fff 0%,var(--cream) 100%);}
.estimate-card{
  display:grid;grid-template-columns:1.1fr 0.9fr;gap:0;
  background:var(--ink);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);
}
.estimate-copy{padding:56px 48px;color:#fff;}
.estimate-copy h2{color:#fff;margin-bottom:16px;}
.estimate-copy p{color:#c7cdd3;margin-bottom:28px;font-size:1.02rem;}
.estimate-list{display:flex;flex-direction:column;gap:12px;margin-bottom:32px;}
.estimate-list li{display:flex;gap:10px;align-items:flex-start;color:#e4e8eb;font-size:0.94rem;}
.estimate-list svg{width:19px;height:19px;color:var(--accent);flex-shrink:0;margin-top:2px;}
.estimate-ctas{display:flex;gap:14px;flex-wrap:wrap;}
.estimate-media{position:relative;min-height:280px;}
.estimate-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;}

@media (max-width:900px){
  .estimate-card{grid-template-columns:1fr;}
  .estimate-copy{padding:40px 28px;}
  .estimate-media{min-height:220px;order:-1;}
}

/* ========================================================
   MATERIALS
   ======================================================== */
.materials-section{padding:80px 0;background:#fff;}
.materials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.material-card{border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--line);background:var(--cream);}
.material-media{aspect-ratio:4/3;overflow:hidden;}
.material-media img{width:100%;height:100%;object-fit:cover;}
.material-body{padding:18px 20px;}
.material-body h3{font-size:1rem;margin-bottom:6px;}
.material-body p{font-size:0.87rem;margin:0;}
.materials-footer{
  margin-top:36px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;
  background:var(--cream);border:1px dashed var(--line-strong);border-radius:var(--radius-md);padding:22px 26px;
}
.materials-footer p{margin:0;font-weight:600;color:var(--ink-2);}

@media (max-width:1024px){.materials-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:520px){.materials-grid{grid-template-columns:1fr;}}

/* ========================================================
   PROJECT TYPES
   ======================================================== */
.types-section{padding:80px 0;background:var(--cream);}
.types-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;}
.type-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);
  padding:24px 18px;text-align:center;transition:transform .18s ease, box-shadow .18s ease;
}
.type-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);}
.type-icon{
  width:44px;height:44px;border-radius:10px;background:var(--accent-light);margin:0 auto 14px;
  display:flex;align-items:center;justify-content:center;
}
.type-icon svg{width:22px;height:22px;color:var(--accent-dark);}
.type-card h3{font-size:0.95rem;margin:0;}

@media (max-width:900px){.types-grid{grid-template-columns:repeat(3,1fr);}}
@media (max-width:560px){.types-grid{grid-template-columns:repeat(2,1fr);}}

/* ========================================================
   BEFORE / AFTER
   ======================================================== */
.ba-section{padding:80px 0;background:#fff;}
.ba-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.ba-card{border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;background:var(--cream);}
.ba-compare{position:relative;aspect-ratio:4/3;overflow:hidden;cursor:ew-resize;}
.ba-compare img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.ba-compare .after-img{clip-path:inset(0 50% 0 0);}
.ba-compare .ba-handle{
  position:absolute;top:0;bottom:0;left:50%;width:3px;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,0.15);
  transform:translateX(-50%);pointer-events:none;
}
.ba-compare .ba-handle::after{
  content:'';position:absolute;top:50%;left:50%;width:38px;height:38px;border-radius:50%;background:#fff;
  transform:translate(-50%,-50%);box-shadow:var(--shadow-md);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2312181f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='8 5 3 12 8 19'%3E%3C/polyline%3E%3Cpolyline points='16 5 21 12 16 19'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:center;
}
.ba-compare input[type="range"]{
  position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize;
}
.ba-tag{
  position:absolute;top:12px;padding:5px 12px;border-radius:100px;font-size:0.72rem;font-weight:800;
  letter-spacing:0.05em;text-transform:uppercase;
}
.ba-tag.before{left:12px;background:rgba(18,24,31,0.78);color:#fff;}
.ba-tag.after{right:12px;background:var(--accent);color:#fff;}
.ba-body{padding:20px 22px;}
.ba-body .demo-flag{
  display:inline-block;font-size:0.7rem;font-weight:800;letter-spacing:0.06em;text-transform:uppercase;
  color:var(--accent-dark);background:var(--accent-light);padding:4px 10px;border-radius:100px;margin-bottom:10px;
}
.ba-body h3{font-size:1.02rem;margin-bottom:6px;}
.ba-body p{font-size:0.88rem;margin:0;}

@media (max-width:900px){.ba-grid{grid-template-columns:1fr;}}

/* ========================================================
   GALLERY
   ======================================================== */
.gallery-section{padding:80px 0;background:var(--cream);}
.gallery-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px;}
.filter-btn{
  padding:9px 18px;border-radius:100px;border:1px solid var(--line-strong);background:#fff;
  font-weight:700;font-size:0.85rem;color:var(--ink-2);cursor:pointer;transition:all .15s ease;
}
.filter-btn:hover{border-color:var(--ink);}
.filter-btn.active{background:var(--ink);border-color:var(--ink);color:#fff;}
.gallery-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
}
.gallery-item{
  border-radius:var(--radius-md);overflow:hidden;position:relative;aspect-ratio:4/3;
  border:1px solid var(--line);
}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}
.gallery-item:hover img{transform:scale(1.06);}
.gallery-item .tag{
  position:absolute;bottom:10px;left:10px;background:rgba(18,24,31,0.82);color:#fff;
  font-size:0.72rem;font-weight:700;padding:5px 11px;border-radius:100px;
}
.gallery-item[hidden]{display:none;}

@media (max-width:1024px){.gallery-grid{grid-template-columns:repeat(3,1fr);}}
@media (max-width:700px){.gallery-grid{grid-template-columns:repeat(2,1fr);}}

/* ========================================================
   WHY CHOOSE US
   ======================================================== */
.why-section{padding:80px 0;background:#fff;}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.why-card{padding:8px;}
.why-num{
  font-size:0.8rem;font-weight:800;color:var(--accent);letter-spacing:0.06em;margin-bottom:10px;display:block;
}
.why-card h3{margin-bottom:8px;}
.why-card p{font-size:0.93rem;margin:0;}

@media (max-width:900px){.why-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.why-grid{grid-template-columns:1fr;}}

/* ========================================================
   PROCESS
   ======================================================== */
.process-section{padding:80px 0;background:var(--ink);color:#fff;}
.process-section .eyebrow{color:#f0a487;}
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:40px;}
.process-step{position:relative;padding-top:16px;}
.process-step .step-num{
  font-size:2.4rem;font-weight:800;color:var(--ink-3);line-height:1;margin-bottom:14px;display:block;
}
.process-step h3{color:#fff;font-size:1rem;margin-bottom:8px;}
.process-step p{color:#c7cdd3;font-size:0.88rem;margin:0;}
.process-step::before{
  content:'';position:absolute;top:0;left:0;width:36px;height:3px;background:var(--accent);
}
@media (max-width:900px){.process-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.process-grid{grid-template-columns:1fr;}}

/* ========================================================
   SERVICE AREA
   ======================================================== */
.area-section{padding:80px 0;background:var(--cream);}
.area-layout{display:grid;grid-template-columns:0.9fr 1.1fr;gap:48px;align-items:start;}
.area-media{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);aspect-ratio:4/5;}
.area-media img{width:100%;height:100%;object-fit:cover;}
.area-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.area-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:18px 20px;
  display:flex;flex-direction:column;gap:6px;
}
.area-card .city{font-weight:800;font-size:1.02rem;display:flex;align-items:center;gap:8px;}
.area-card .city svg{width:16px;height:16px;color:var(--accent);}
.area-card p{font-size:0.85rem;margin:0;}
.area-card a{font-size:0.83rem;font-weight:700;color:var(--accent-dark);text-decoration:none;margin-top:4px;}
.area-note{
  grid-column:1/-1;font-size:0.8rem;color:var(--muted-2);border-top:1px dashed var(--line-strong);padding-top:14px;margin-top:2px;
}

@media (max-width:900px){
  .area-layout{grid-template-columns:1fr;}
  .area-media{max-width:420px;margin:0 auto;order:-1;}
}
@media (max-width:520px){.area-grid{grid-template-columns:1fr;}}

/* ========================================================
   WHY LOCAL MATTERS
   ======================================================== */
.local-section{padding:80px 0;background:#fff;}
.local-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.local-item{text-align:left;}
.local-item svg{width:28px;height:28px;color:var(--accent-dark);margin-bottom:14px;}
.local-item h3{font-size:1rem;margin-bottom:6px;}
.local-item p{font-size:0.88rem;margin:0;}
@media (max-width:900px){.local-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:520px){.local-grid{grid-template-columns:1fr;}}

/* ========================================================
   ABOUT
   ======================================================== */
.about-section{padding:80px 0;background:var(--cream);}
.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
.about-media{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);aspect-ratio:4/3.4;}
.about-media img{width:100%;height:100%;object-fit:cover;}
.about-copy p{margin-bottom:16px;}
.about-pillars{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px;}
.about-pillar{background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);padding:16px 18px;}
.about-pillar strong{display:block;font-size:0.95rem;margin-bottom:4px;}
.about-pillar span{font-size:0.83rem;color:var(--muted);}

@media (max-width:900px){
  .about-layout{grid-template-columns:1fr;}
  .about-media{order:-1;max-width:460px;margin:0 auto;}
}
@media (max-width:520px){.about-pillars{grid-template-columns:1fr;}}

/* ========================================================
   CUSTOMER EXPERIENCE
   ======================================================== */
.experience-section{padding:80px 0;background:var(--ink);color:#fff;text-align:center;}
.experience-section .eyebrow{color:#f0a487;justify-content:center;}
.experience-section h2{color:#fff;max-width:680px;margin:0 auto 18px;}
.experience-section .lede{color:#c7cdd3;margin:0 auto 32px;text-align:center;}
.experience-flow{
  display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:36px;
}
.experience-flow span{
  background:var(--ink-2);border:1px solid var(--ink-3);padding:10px 18px;border-radius:100px;
  font-weight:700;font-size:0.9rem;color:#fff;
}
.experience-flow svg{width:16px;height:16px;color:var(--muted-2);}

/* ========================================================
   REVIEWS
   ======================================================== */
.reviews-section{padding:80px 0;background:#fff;}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.review-card{
  background:var(--cream);border:1px solid var(--line);border-radius:var(--radius-md);padding:26px 24px;
  display:flex;flex-direction:column;gap:14px;
}
.review-stars{display:flex;gap:3px;color:var(--accent);}
.review-stars svg{width:16px;height:16px;}
.review-card blockquote{margin:0;font-size:0.96rem;color:var(--ink-2);font-style:normal;}
.review-meta{display:flex;align-items:center;gap:12px;margin-top:auto;}
.review-avatar{
  width:42px;height:42px;border-radius:50%;background:var(--ink);color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.9rem;flex-shrink:0;
}
.review-meta div strong{display:block;font-size:0.9rem;}
.review-meta div span{font-size:0.78rem;color:var(--muted-2);}
.review-demo-tag{
  font-size:0.68rem;font-weight:800;letter-spacing:0.05em;text-transform:uppercase;color:var(--accent-dark);
  background:var(--accent-light);padding:3px 9px;border-radius:100px;align-self:flex-start;
}
@media (max-width:900px){.reviews-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:600px){.reviews-grid{grid-template-columns:1fr;}}

/* ========================================================
   FAQ
   ======================================================== */
.faq-section{padding:80px 0;background:var(--cream);}
.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px;}
.faq-item{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;
}
.faq-item summary{
  padding:20px 24px;font-weight:700;cursor:pointer;list-style:none;position:relative;
  display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:0.98rem;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary .plus{
  width:24px;height:24px;border-radius:50%;background:var(--cream);flex-shrink:0;position:relative;
}
.faq-item summary .plus::before,.faq-item summary .plus::after{
  content:'';position:absolute;background:var(--ink);top:50%;left:50%;transform:translate(-50%,-50%);
}
.faq-item summary .plus::before{width:10px;height:2px;}
.faq-item summary .plus::after{width:2px;height:10px;transition:transform .2s ease;}
.faq-item[open] summary .plus::after{transform:translate(-50%,-50%) scaleY(0);}
.faq-item .faq-answer{padding:0 24px 22px;font-size:0.93rem;color:var(--muted);}
.faq-item .faq-answer p{margin:0 0 10px;}
.faq-item .faq-answer p:last-child{margin-bottom:0;}

/* ========================================================
   QUOTE FORM
   ======================================================== */
.quote-section{padding:80px 0;background:#fff;}
.quote-layout{display:grid;grid-template-columns:0.85fr 1.15fr;gap:48px;}
.quote-info h2{margin-bottom:16px;}
.quote-info p{margin-bottom:24px;}
.quote-contact-list{display:flex;flex-direction:column;gap:16px;margin-bottom:28px;}
.quote-contact-list a, .quote-contact-list .info-row{
  display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);font-weight:600;font-size:0.95rem;
}
.quote-contact-list svg{width:20px;height:20px;color:var(--accent);flex-shrink:0;}
.quote-hours{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius-md);padding:18px 20px;}
.quote-hours h3{font-size:0.92rem;margin-bottom:10px;}
.quote-hours .row{display:flex;justify-content:space-between;font-size:0.87rem;padding:5px 0;color:var(--muted);}
.quote-hours .row strong{color:var(--ink-2);font-weight:600;}
.quote-hours .demo-note{font-size:0.76rem;color:var(--muted-2);margin-top:10px;}

.quote-form-card{
  background:var(--cream);border:1px solid var(--line);border-radius:var(--radius-lg);padding:36px;
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;}
.form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;}
.form-field label{font-size:0.85rem;font-weight:700;color:var(--ink-2);}
.form-field input,.form-field select,.form-field textarea{
  padding:13px 14px;border-radius:9px;border:1.5px solid var(--line-strong);background:#fff;
  font-size:0.95rem;color:var(--ink);transition:border-color .15s ease;
}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{
  border-color:var(--accent);outline:none;
}
.form-field textarea{resize:vertical;min-height:100px;}
.form-field .field-error{font-size:0.78rem;color:#b3261e;display:none;}
.form-field.error input,.form-field.error select,.form-field.error textarea{border-color:#b3261e;}
.form-field.error .field-error{display:block;}
.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}
.form-status{
  display:none;padding:16px 18px;border-radius:10px;margin-bottom:18px;font-size:0.92rem;font-weight:600;
}
.form-status.show{display:block;}
.form-status.success{background:#e8f4ec;color:var(--ok);border:1px solid #bfe3ca;}
.form-status.error{background:#fbeae9;color:#b3261e;border:1px solid #f3c9c6;}
.form-consent{font-size:0.78rem;color:var(--muted-2);margin-top:-4px;margin-bottom:18px;}

@media (max-width:900px){
  .quote-layout{grid-template-columns:1fr;}
  .quote-form-card{padding:26px;}
}
@media (max-width:520px){
  .form-row{grid-template-columns:1fr;}
}

/* ========================================================
   FOOTER
   ======================================================== */
.site-footer{background:var(--ink);color:#c7cdd3;padding:64px 0 0;}
.footer-top{
  display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:44px;border-bottom:1px solid var(--ink-3);
}
.footer-brand .brand{color:#fff;margin-bottom:14px;}
.footer-brand .brand-mark{background:var(--accent);}
.footer-brand .brand-mark svg{color:#fff;}
.footer-brand p{color:#93a0ac;font-size:0.9rem;max-width:280px;margin-bottom:16px;}
.footer-col h4{color:#fff;font-size:0.9rem;margin-bottom:16px;letter-spacing:0.02em;}
.footer-col ul{display:flex;flex-direction:column;gap:10px;}
.footer-col a{color:#a8b2bc;text-decoration:none;font-size:0.9rem;transition:color .15s ease;}
.footer-col a:hover{color:#fff;}
.footer-contact li{display:flex;align-items:flex-start;gap:10px;font-size:0.9rem;}
.footer-contact svg{width:17px;height:17px;color:var(--accent);flex-shrink:0;margin-top:2px;}
.footer-back{display:inline-flex;align-items:center;gap:8px;margin-top:6px;}
.footer-bottom{
  padding:22px 0 30px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;
  font-size:0.82rem;color:#7d8994;
}
.footer-bottom .legal-links{display:flex;gap:18px;flex-wrap:wrap;}
.footer-bottom a{color:#a8b2bc;text-decoration:none;}
.footer-bottom a:hover{color:#fff;}
.footer-portfolio{
  display:flex;align-items:center;gap:6px;color:#a8b2bc;text-decoration:none;font-weight:600;
}
.footer-portfolio:hover{color:#fff;}

@media (max-width:900px){
  .footer-top{grid-template-columns:1fr 1fr;gap:32px;}
}
@media (max-width:560px){
  .footer-top{grid-template-columns:1fr;}
  .footer-bottom{flex-direction:column;align-items:flex-start;}
}

/* ========================================================
   WHATSAPP FLOATING BUTTON + POPUP
   ======================================================== */
.wa-float{
  position:fixed;right:22px;bottom:22px;z-index:700;
  display:flex;align-items:center;
}
.wa-float-btn{
  width:60px;height:60px;border-radius:50%;background:#25963f;color:#fff;
  display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px rgba(37,150,63,0.4);
  border:none;cursor:pointer;transition:transform .18s ease, box-shadow .18s ease;position:relative;
}
.wa-float-btn svg{width:29px;height:29px;}
.wa-float-btn:hover{transform:scale(1.06);box-shadow:0 14px 30px rgba(37,150,63,0.48);}
.wa-float-btn .pulse{
  position:absolute;inset:0;border-radius:50%;background:#25963f;opacity:0.5;
  animation:wa-pulse 2.4s ease-out infinite;
}
@keyframes wa-pulse{
  0%{transform:scale(1);opacity:0.45;}
  100%{transform:scale(1.7);opacity:0;}
}
.wa-tooltip{
  position:absolute;right:72px;bottom:14px;background:var(--ink);color:#fff;padding:9px 14px;border-radius:8px;
  font-size:0.82rem;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transform:translateX(6px);
  transition:opacity .15s ease, transform .15s ease;
}
.wa-tooltip::after{
  content:'';position:absolute;right:-5px;top:50%;transform:translateY(-50%);border:5px solid transparent;border-left-color:var(--ink);
}
.wa-float:hover .wa-tooltip{opacity:1;transform:translateX(0);}

.wa-popup{
  position:fixed;right:22px;bottom:96px;z-index:699;width:310px;max-width:86vw;
  background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border:1px solid var(--line);
  padding:20px;transform:translateY(16px) scale(0.97);opacity:0;pointer-events:none;
  transition:transform .22s ease, opacity .22s ease;
}
.wa-popup.show{transform:translateY(0) scale(1);opacity:1;pointer-events:auto;}
.wa-popup-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px;}
.wa-popup-head .who{display:flex;align-items:center;gap:10px;}
.wa-popup-head .who .dot{width:36px;height:36px;border-radius:50%;background:#25963f;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.wa-popup-head .who .dot svg{width:19px;height:19px;color:#fff;}
.wa-popup-head strong{font-size:0.92rem;display:block;}
.wa-popup-head span{font-size:0.74rem;color:var(--ok);font-weight:600;}
.wa-popup-close{background:none;border:none;cursor:pointer;color:var(--muted-2);padding:4px;font-size:1.1rem;line-height:1;}
.wa-popup p.msg{font-size:0.86rem;color:var(--muted);margin-bottom:14px;}
.wa-popup-actions{display:flex;flex-direction:column;gap:8px;}

@media (max-width:1024px){
  .wa-float{display:none;}
}
@media (min-width:1025px){
  .wa-popup{display:block;}
}

/* ========================================================
   MOBILE STICKY CTA BAR
   ======================================================== */
.mobile-cta-bar{
  position:fixed;left:0;right:0;bottom:0;z-index:750;display:none;
  background:#fff;border-top:1px solid var(--line);
  padding:10px 14px calc(10px + env(safe-area-inset-bottom));
  box-shadow:0 -6px 20px rgba(18,24,31,0.08);
}
.mobile-cta-bar .bar-grid{display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:8px;}
.mobile-cta-bar a{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
  padding:9px 4px;border-radius:10px;text-decoration:none;font-weight:700;font-size:0.72rem;
}
.mobile-cta-bar svg{width:19px;height:19px;}
.mobile-cta-bar .bar-call{background:var(--cream);color:var(--ink);}
.mobile-cta-bar .bar-wa{background:#e9f7ed;color:#1f7f34;}
.mobile-cta-bar .bar-quote{background:var(--accent);color:#fff;}

@media (max-width:1024px){
  .mobile-cta-bar{display:block;}
  body{padding-bottom:calc(var(--mobile-bar-h) + env(safe-area-inset-bottom));}
}

/* ========================================================
   404 / LEGAL PAGES
   ======================================================== */
.simple-page{padding:100px 0 110px;text-align:center;}
.simple-page .code{font-size:5rem;font-weight:800;color:var(--accent);line-height:1;margin-bottom:10px;}
.simple-page h1{margin-bottom:14px;}
.simple-page p{max-width:480px;margin:0 auto 28px;font-size:1.05rem;}
.simple-page .actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}

.legal-page{padding:64px 0 100px;}
.legal-page .container{max-width:760px;}
.legal-page h1{margin-bottom:10px;}
.legal-page .updated{color:var(--muted-2);font-size:0.85rem;margin-bottom:36px;}
.legal-page h2{font-size:1.25rem;margin:32px 0 12px;}
.legal-page p{margin-bottom:14px;}
.legal-page ul{margin:0 0 14px 0;padding-left:22px;list-style:disc;}
.legal-page li{margin-bottom:8px;color:var(--muted);}
.legal-page .demo-banner{
  background:var(--accent-light);border:1px solid #e5bda9;color:var(--accent-dark);
  padding:14px 18px;border-radius:10px;font-size:0.88rem;font-weight:600;margin-bottom:32px;
}

/* ========================================================
   RESPONSIVE — global section paddings on small screens
   ======================================================== */
@media (max-width:768px){
  h1{line-height:1.16;}
  section{padding-top:0;}
  .trust-section,.services-section,.featured-section,.estimate-section,.materials-section,
  .types-section,.ba-section,.gallery-section,.why-section,.process-section,.area-section,
  .local-section,.about-section,.experience-section,.reviews-section,.faq-section,.quote-section{
    padding:56px 0;
  }
  .emergency-strip{padding:22px 0;}
  .estimate-copy{padding:32px 22px;}
}
@media (max-width:400px){
  .container{padding:0 18px;}
}

/* Utility */
.text-center{text-align:center;}
.mt-0{margin-top:0;}
.visually-hidden{
  position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;
}
