/* ============================================
   CANOPY TREE SERVICE — V2: Clean & Natural Theme
   Light, airy, nature-inspired
   ============================================ */

:root {
  --green-900: #1b4332;
  --green-800: #2d6a4f;
  --green-700: #40916c;
  --green-600: #52b788;
  --green-500: #74c69d;
  --green-400: #95d5b2;
  --green-100: #d8f3dc;
  --green-50: #f0faf3;

  --gold-600: #6b705c;
  --gold-500: #6b705c;
  --gold-400: #a5a58d;
  --gold-300: #b7b7a4;

  --neutral-900: #1a1a1a;
  --neutral-800: #2d2d2d;
  --neutral-700: #404040;
  --neutral-600: #555;
  --neutral-500: #717171;
  --neutral-400: #999;
  --neutral-300: #c4c4c4;
  --neutral-200: #e8e8e8;
  --neutral-100: #f5f5f3;
  --neutral-50: #fafaf8;
  --white: #ffffff;

  --red-600: #c0392b;
  --red-500: #e74c3c;

  --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --shadow-sm: 0 1px 3px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.06);
  --shadow-lg: 0 8px 30px rgba(0,0,0,0.08);
  --shadow-xl: 0 16px 50px rgba(0,0,0,0.1);

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  --max-width: 1140px;
  --header-height: 76px;
}

/* RESET */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:var(--font-body);font-size:17px;line-height:1.75;
  color:var(--neutral-700);background:var(--white);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--green-700);text-decoration:none;transition:color 0.2s}
a:hover{color:var(--green-600)}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--neutral-900);line-height:1.2;font-weight:700}
h1{font-size:clamp(2rem,5vw,3rem)}
h2{font-size:clamp(1.5rem,3.5vw,2.2rem);margin-bottom:1rem}
h3{font-size:clamp(1.1rem,2.5vw,1.4rem);margin-bottom:0.75rem}
p{margin-bottom:1rem}
strong{color:var(--neutral-800)}
.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}

/* HEADER — Soft frosted glass */
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  background:rgba(255,255,255,0.92);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(0,0,0,0.06);
  height:var(--header-height);transition:box-shadow 0.3s;
}
.site-header.scrolled{box-shadow:0 2px 20px rgba(0,0,0,0.06);}
.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:100%}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.logo-icon{
  width:40px;height:40px;
  background:var(--green-600);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:var(--white);font-size:20px;
}
.logo-text{font-weight:700;font-size:1.05rem;color:var(--green-800);line-height:1.2}
.logo-text small{display:block;font-size:0.68rem;font-weight:400;color:var(--neutral-500);letter-spacing:0.3px}
.main-nav{display:flex;align-items:center;gap:28px}
.main-nav a{font-size:0.88rem;font-weight:500;color:var(--neutral-600);text-decoration:none;transition:color 0.2s;position:relative}
.main-nav a:hover,.main-nav a.active{color:var(--green-700)}
.nav-dropdown{position:relative}
.nav-dropdown .dropdown-menu{display:none;position:absolute;top:100%;left:-12px;background:var(--white);border:1px solid var(--neutral-200);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:8px 0;min-width:220px;z-index:100;margin-top:12px}
.nav-dropdown:hover .dropdown-menu{display:block}
.dropdown-menu a{display:block;padding:10px 20px;font-size:0.85rem;color:var(--neutral-700)}
.dropdown-menu a:hover{background:var(--green-50);color:var(--green-700)}
.header-ctas{display:flex;align-items:center;gap:12px}
.header-phone{font-weight:600;font-size:0.92rem;color:var(--green-700);display:flex;align-items:center;gap:6px}
.mobile-toggle{display:none;background:none;border:none;font-size:26px;cursor:pointer;color:var(--neutral-700);padding:4px}
.mobile-menu{display:none;position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:var(--white);z-index:999;padding:24px;overflow-y:auto}
.mobile-menu.open{display:block}
.mobile-menu a{display:block;padding:14px 0;font-size:1.05rem;color:var(--neutral-800);font-weight:500;border-bottom:1px solid var(--neutral-100)}
.mobile-menu .btn{display:block;text-align:center;margin-top:16px}

/* BUTTONS — Soft, rounded */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:50px;font-family:var(--font-body);font-weight:600;font-size:0.92rem;text-decoration:none;cursor:pointer;transition:all 0.25s ease;border:2px solid transparent;line-height:1.2}
.btn-primary{background:var(--green-600);color:var(--white);border-color:var(--green-600)}
.btn-primary:hover{background:var(--green-700);border-color:var(--green-700);color:var(--white);transform:translateY(-1px);box-shadow:var(--shadow-md)}
.btn-secondary{background:var(--white);color:var(--green-700);border-color:var(--neutral-200)}
.btn-secondary:hover{background:var(--green-50);border-color:var(--green-500);transform:translateY(-1px)}
.btn-emergency{background:var(--red-600);color:var(--white);border-color:var(--red-600)}
.btn-emergency:hover{background:var(--red-500);border-color:var(--red-500);color:var(--white)}
.btn-gold{background:var(--green-700);color:var(--white);border-color:var(--green-700)}
.btn-gold:hover{background:var(--green-800);border-color:var(--green-800);color:var(--white)}
.btn-lg{padding:16px 32px;font-size:1rem}
.btn-sm{padding:10px 20px;font-size:0.82rem}
.btn-block{display:flex;width:100%}

/* HERO — Soft gradient, nature feel */
.hero{
  padding:140px 0 90px;
  background:linear-gradient(160deg, var(--green-50) 0%, #e8f5e9 40%, #fff 100%);
  color:var(--neutral-900);position:relative;
}
.hero::after{display:none}
.hero .container{position:relative;z-index:1}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--green-100);border:1px solid var(--green-400);
  border-radius:50px;padding:8px 18px;font-size:0.78rem;font-weight:600;
  letter-spacing:0.5px;margin-bottom:24px;color:var(--green-800);
}
.hero h1{color:var(--neutral-900);font-size:clamp(2rem,5vw,3.2rem);max-width:750px;margin-bottom:20px;letter-spacing:-0.5px}
.hero-sub{font-size:1.1rem;line-height:1.75;max-width:620px;margin-bottom:36px;color:var(--neutral-600)}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}
.hero-emergency{display:inline-flex;align-items:center;gap:8px;margin-top:16px;font-size:0.88rem;color:var(--neutral-500)}
.hero-emergency a{color:var(--red-600);font-weight:600}
.pulse-dot{width:10px;height:10px;background:var(--red-500);border-radius:50%;animation:pulse 2s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(231,76,60,0.5)}70%{box-shadow:0 0 0 8px rgba(231,76,60,0)}100%{box-shadow:0 0 0 0 rgba(231,76,60,0)}}

.hero-service{padding:120px 0 60px;background:linear-gradient(160deg, var(--green-50) 0%, #e8f5e9 50%, #fff 100%)}
.hero-service h1{font-size:clamp(1.7rem,4vw,2.6rem)}

/* TRUST BAR */
.trust-bar{background:var(--green-800);padding:16px 0;border-bottom:2px solid var(--green-500)}
.trust-items{display:flex;justify-content:center;flex-wrap:wrap;gap:8px 28px}
.trust-item{display:flex;align-items:center;gap:7px;color:rgba(255,255,255,0.9);font-size:0.82rem;font-weight:500;white-space:nowrap}
.trust-item .check{color:var(--green-400);font-size:1.05rem}

/* SECTIONS */
.section{padding:80px 0}
.section-alt{background:var(--neutral-50)}
.section-dark{background:var(--green-900);color:rgba(255,255,255,0.9)}
.section-dark h2,.section-dark h3{color:var(--white)}
.section-dark p{color:rgba(255,255,255,0.8)}
.section-header{text-align:center;max-width:660px;margin:0 auto 48px}
.section-header p{font-size:1.05rem;color:var(--neutral-500)}
.section-label{display:inline-block;font-size:0.72rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--green-600);margin-bottom:10px}
.problem-section{background:var(--neutral-50)}
.problem-content{max-width:760px;margin:0 auto}
.problem-content h2{text-align:center;margin-bottom:24px}

/* SERVICE CARDS — Clean, minimal */
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}
.service-card{background:var(--white);border:1px solid var(--neutral-200);border-radius:var(--radius-lg);padding:32px 28px;transition:all 0.3s ease}
.service-card:hover{border-color:var(--green-400);box-shadow:var(--shadow-md);transform:translateY(-3px)}
.service-icon{width:48px;height:48px;background:var(--green-50);border:1px solid var(--green-100);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:18px}
.service-card h3{margin-bottom:10px}
.service-card p{color:var(--neutral-600);font-size:0.92rem;margin-bottom:16px}
.service-card .card-link{font-weight:600;font-size:0.85rem;color:var(--green-700);display:inline-flex;align-items:center;gap:6px}
.service-card .card-link:hover{gap:10px}
.service-card.emergency-card{border-color:var(--red-500);background:#fff9f9}
.service-card.emergency-card .service-icon{background:#fde8e8;border-color:#f0c7c7}

/* DIFFERENTIATORS */
.diff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px}
.diff-item{display:flex;gap:18px}
.diff-icon{flex-shrink:0;width:48px;height:48px;background:var(--green-50);border:1px solid var(--green-100);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px}
.diff-item h3{font-size:1.1rem;margin-bottom:8px}
.diff-item p{font-size:0.9rem;color:var(--neutral-600);margin:0}

/* TESTIMONIALS */
.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}
.testimonial-card{background:var(--white);border:1px solid var(--neutral-200);border-radius:var(--radius-lg);padding:28px;position:relative}
.testimonial-card::before{content:'\201C';position:absolute;top:16px;right:24px;font-size:3.5rem;color:var(--green-100);font-family:Georgia,serif;line-height:1}
.stars{color:var(--green-600);font-size:1rem;letter-spacing:2px;margin-bottom:12px}
.testimonial-card blockquote{font-size:0.92rem;line-height:1.7;color:var(--neutral-600);margin-bottom:16px;font-style:italic}
.testimonial-author{font-weight:600;color:var(--neutral-800);font-size:0.88rem}
.testimonial-meta{font-size:0.78rem;color:var(--neutral-500);margin-top:2px}

/* PROCESS */
.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:24px}
.process-step{text-align:center;position:relative}
.step-number{width:50px;height:50px;background:var(--green-600);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;margin:0 auto 14px}
.process-step h3{font-size:0.95rem;margin-bottom:6px}
.process-step p{font-size:0.85rem;color:var(--neutral-600);margin:0}

/* GUARANTEES */
.guarantees-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}
.guarantee-card{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:var(--radius-md);padding:24px}
.guarantee-card h3{display:flex;align-items:center;gap:10px;font-size:1rem;margin-bottom:10px}
.guarantee-card p{font-size:0.88rem;margin:0}

/* SERVICE AREA */
.area-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:24px}
.area-tag{background:var(--green-50);color:var(--green-800);padding:8px 16px;border-radius:50px;font-size:0.85rem;font-weight:500;border:1px solid var(--green-100)}
.area-tag.primary{background:var(--green-600);color:var(--white);border-color:var(--green-600);font-weight:600}

/* FAQ */
.faq-list{max-width:760px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--neutral-200)}
.faq-question{width:100%;background:none;border:none;padding:20px 36px 20px 0;font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--neutral-800);text-align:left;cursor:pointer;position:relative;line-height:1.4}
.faq-question::after{content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.4rem;font-weight:300;color:var(--green-600);transition:transform 0.3s}
.faq-item.open .faq-question::after{content:'−'}
.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding 0.4s ease}
.faq-item.open .faq-answer{max-height:500px;padding-bottom:20px}
.faq-answer p{color:var(--neutral-600);font-size:0.92rem}

/* CTA Section */
.cta-section{background:linear-gradient(160deg,var(--green-800) 0%,var(--green-600) 100%);padding:80px 0;text-align:center}
.cta-section h2{color:var(--white);font-size:clamp(1.7rem,4vw,2.4rem)}
.cta-section p{color:rgba(255,255,255,0.8);max-width:560px;margin:0 auto 28px;font-size:1.05rem}
.cta-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:16px}
.cta-reassurance{font-size:0.82rem;color:rgba(255,255,255,0.5);margin-top:18px}

/* Inline CTA */
.inline-cta{background:var(--green-50);border:1px solid var(--green-100);border-radius:var(--radius-md);padding:24px 28px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;margin:28px 0}
.inline-cta p{margin:0;font-weight:600;color:var(--neutral-800);font-size:1rem}

/* CONTENT PAGES */
.page-content{padding:40px 0 80px}
.page-content .content-body{max-width:760px;margin:0 auto}
.content-body h2{margin-top:44px;margin-bottom:14px;padding-top:24px;border-top:1px solid var(--neutral-200)}
.content-body h2:first-child{border-top:none;padding-top:0;margin-top:0}
.content-body ul,.content-body ol{margin:0 0 20px 20px}
.content-body li{margin-bottom:8px;padding-left:4px;list-style:disc;color:var(--neutral-600)}
.content-body ol li{list-style:decimal}
.price-table{width:100%;border-collapse:collapse;margin:20px 0;border-radius:var(--radius-md);overflow:hidden}
.price-table th{background:var(--green-700);color:var(--white);padding:13px 20px;text-align:left;font-size:0.88rem;font-weight:600}
.price-table td{padding:13px 20px;border-bottom:1px solid var(--neutral-200);font-size:0.92rem}
.price-table tr:nth-child(even) td{background:var(--neutral-50)}

/* FORM */
.estimate-form-section{background:var(--neutral-50);padding:80px 0}
.form-wrapper{max-width:600px;margin:0 auto;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:36px}
.form-group{margin-bottom:18px}
.form-group label{display:block;font-weight:600;font-size:0.88rem;margin-bottom:6px;color:var(--neutral-800)}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 16px;border:1px solid var(--neutral-200);border-radius:50px;font-family:var(--font-body);font-size:0.92rem;transition:border-color 0.2s;background:var(--white)}
.form-group textarea{border-radius:var(--radius-md);resize:vertical;min-height:100px}
.form-group select{border-radius:50px}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--green-500);box-shadow:0 0 0 3px rgba(82,183,136,0.12)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}

/* FOOTER */
.site-footer{background:var(--green-900);color:rgba(255,255,255,0.7);padding:56px 0 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:36px;margin-bottom:36px}
.footer-col h4{color:var(--white);font-size:0.92rem;margin-bottom:16px;font-weight:600}
.footer-col p,.footer-col li,.footer-col a{font-size:0.85rem;color:rgba(255,255,255,0.6);line-height:1.8}
.footer-col a:hover{color:var(--green-400)}
.footer-company .footer-phone{font-size:1.15rem;font-weight:700;color:var(--white);display:block;margin:10px 0}
.footer-badges{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}
.footer-badge{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);border-radius:50px;padding:5px 12px;font-size:0.72rem;color:rgba(255,255,255,0.6);font-weight:500}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding:18px 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:0.78rem}

/* BREADCRUMB */
.breadcrumb{padding:12px 0;font-size:0.82rem;color:var(--neutral-500)}
.breadcrumb a{color:var(--green-700)}
.hero-service .breadcrumb a{color:var(--green-800)}
.breadcrumb span{margin:0 8px}

/* EMERGENCY OVERRIDES */
.hero-emergency-page{background:linear-gradient(135deg,#fde8e8,#fff5f5)!important}
.hero-emergency-page h1{color:var(--red-600)}
.emergency-phone-huge{font-size:clamp(1.6rem,5vw,2.8rem);font-weight:800;display:block;margin:20px 0}
.emergency-phone-huge a{color:var(--white);text-decoration:none;background:var(--red-600);padding:14px 36px;border-radius:50px;display:inline-block;transition:all 0.3s}
.emergency-phone-huge a:hover{background:#c0392b;transform:scale(1.02)}

/* RESPONSIVE */
@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:768px){
  :root{--header-height:64px}
  .main-nav{display:none}.header-ctas .btn{display:none}.mobile-toggle{display:block}
  .hero{padding:110px 0 60px}.hero-service{padding:100px 0 50px}
  .hero-ctas{flex-direction:column}.hero-ctas .btn{width:100%}
  .section{padding:60px 0}.services-grid{grid-template-columns:1fr}.diff-grid{grid-template-columns:1fr}
  .testimonials-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr;gap:24px}.footer-bottom{flex-direction:column;text-align:center}
  .inline-cta{flex-direction:column;text-align:center}.form-row{grid-template-columns:1fr}
  .cta-buttons{flex-direction:column;align-items:center}
}
@media(max-width:480px){body{font-size:16px}.hero{padding:100px 0 50px}.service-card{padding:24px 20px}.form-wrapper{padding:24px 18px}.process-grid{grid-template-columns:1fr}}

/* UTILITIES */
.text-center{text-align:center}.text-white{color:var(--white)}
.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}
.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.fade-in{opacity:0;transform:translateY(20px);transition:opacity 0.6s ease,transform 0.6s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}

/* --- HERO IMAGE BACKGROUNDS (light overlays for V2) --- */
.hero{background:linear-gradient(160deg,rgba(240,250,243,0.92),rgba(232,245,233,0.88),rgba(255,255,255,0.93)),url(../img/hero-main.jpeg) center/cover no-repeat}
.hero-service{background:linear-gradient(160deg,rgba(240,250,243,0.92),rgba(232,245,233,0.9),rgba(255,255,255,0.93)),url(../img/work-4.jpeg) center/cover no-repeat}
.hero-service.hero-trimming{background:linear-gradient(160deg,rgba(240,250,243,0.9),rgba(232,245,233,0.88),rgba(255,255,255,0.92)),url(../img/work-5.jpeg) center/cover no-repeat}
.hero-service.hero-stump{background:linear-gradient(160deg,rgba(240,250,243,0.9),rgba(232,245,233,0.88),rgba(255,255,255,0.92)),url(../img/getty-hero.jpeg) center/cover no-repeat}
.hero-service.hero-land{background:linear-gradient(160deg,rgba(240,250,243,0.9),rgba(232,245,233,0.88),rgba(255,255,255,0.92)),url(../img/work-1.jpeg) center/cover no-repeat}
.hero-emergency-page{background:linear-gradient(135deg,rgba(253,232,232,0.92),rgba(255,245,245,0.9)),url(../img/work-6.jpeg) center/cover no-repeat!important}
.hero-service.hero-estimate{background:linear-gradient(160deg,rgba(240,250,243,0.92),rgba(232,245,233,0.9),rgba(255,255,255,0.93)),url(../img/work-8.jpeg) center/cover no-repeat}

/* --- HERO OUTLINE BUTTON (light-aware for V2) --- */
.btn-outline-hero{background:var(--white);color:var(--green-700);border-color:var(--green-400)}
.btn-outline-hero:hover{background:var(--green-50);color:var(--green-800);border-color:var(--green-500);transform:translateY(-1px);box-shadow:var(--shadow-md)}

/* --- CTA SECTION IMAGE BG --- */
.cta-section{background:linear-gradient(160deg,rgba(45,106,79,0.93),rgba(82,183,136,0.88)),url(../img/work-3.jpeg) center/cover no-repeat}

/* --- LOGO IMAGE --- */
.logo-img{height:40px;width:auto;object-fit:contain}
.site-header .logo-img{filter:brightness(0) saturate(100%) invert(26%) sepia(91%) saturate(500%) hue-rotate(115deg)}
.site-footer .logo-img{filter:brightness(0) invert(1);opacity:0.85}

/* --- PHOTO GALLERY --- */
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;border-radius:var(--radius-lg);overflow:hidden}
.gallery-item{position:relative;overflow:hidden;aspect-ratio:1;cursor:pointer}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.gallery-item:hover img{transform:scale(1.08)}
.gallery-item::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,0.25));opacity:0;transition:opacity .3s}
.gallery-item:hover::after{opacity:1}
.gallery-item.span-2{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}
@media(max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item.span-2{grid-column:span 2}}

/* --- STAGGER ANIMATIONS --- */
.fade-in-1{transition-delay:.1s}.fade-in-2{transition-delay:.2s}.fade-in-3{transition-delay:.3s}
.fade-in-4{transition-delay:.4s}.fade-in-5{transition-delay:.5s}

/* --- SERVICE ICONS (SVG) --- */
.service-icon svg{width:26px;height:26px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.service-icon{color:var(--green-600)}
.diff-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.diff-icon{color:var(--green-700)}

/* --- OWNER ABOUT CARD --- */
.about-owner{display:flex;gap:28px;align-items:center;background:var(--green-50);border:1px solid var(--green-100);border-radius:var(--radius-lg);padding:32px;margin-top:40px}
.about-owner img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid var(--green-400);flex-shrink:0}
.about-owner-text h3{margin-bottom:6px}
.about-owner-text p{font-size:.92rem;color:var(--neutral-600);margin:0}
@media(max-width:600px){.about-owner{flex-direction:column;text-align:center}.about-owner img{margin:0 auto}}

/* --- EMERGENCY PAGE OVERRIDES (class-based) --- */
.hero-eyebrow-emergency{border-color:rgba(231,76,60,0.4)!important;background:rgba(231,76,60,0.15)!important;color:#fff}
.trust-bar-emergency{border-bottom-color:#e74c3c!important}
.trust-bar-emergency .check{color:#ff8a80!important}
.inline-cta-emergency{background:#fde8e8!important;border-color:#e74c3c!important}
.text-emergency{color:#c0392b!important}
.cta-emergency{background:linear-gradient(135deg,rgba(26,0,0,0.92),rgba(192,57,43,0.88)),url(../img/work-6.jpeg) center/cover no-repeat!important}

/* --- EMERGENCY PAGE OVERRIDES (class-based) --- */
.hero-eyebrow-emergency{border-color:rgba(231,76,60,0.4)!important;background:rgba(231,76,60,0.15)!important;color:#fff}
.trust-bar-emergency{border-bottom-color:#e74c3c!important}
.trust-bar-emergency .check{color:#ff8a80!important}
.inline-cta-emergency{background:#fde8e8!important;border-color:#e74c3c!important}
.text-emergency{color:#c0392b!important}
.cta-emergency{background:linear-gradient(135deg,rgba(26,0,0,0.92),rgba(192,57,43,0.88)),url(../img/work-6.jpeg) center/cover no-repeat!important}

/* --- BACK TO SELECTOR --- */
.back-to-selector{position:absolute;top:6px;left:24px;font-size:.7rem;font-weight:600;color:var(--green-600);z-index:10;text-decoration:none;display:inline-flex;align-items:center;gap:4px;opacity:.65;transition:opacity .2s;line-height:1}
.back-to-selector:hover{opacity:1;color:var(--green-500)}
.mobile-back{display:block;padding:14px 0;font-size:1.05rem;color:var(--green-600)!important;font-weight:600;border-bottom:1px solid var(--neutral-100)}
@media(max-width:768px){.back-to-selector{display:none}}
