/* ==========================================================================
   MKB Lawncare LLC — site styles
   Rebuilt from mkblawncare.com (Elementor). Mobile-first: base styles are the
   375px layout; every media query is min-width.
   ========================================================================== */

:root {
  --dark: #1A191D;      /* Elementor "primary/text" */
  --black: #0A090B;     /* top bar, footer bar, dark blocks */
  --green: #005B32;     /* accent */
  --grey: #ECECEC;      /* light section background */
  --grey-2: #F6F6F6;    /* popup background */
  --grey-3: #E6E6E6;
  --white: #FFFFFF;
  --font-body: "Work Sans", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-alt: Roboto, "Work Sans", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --container: 1140px;
  --header-h: 137px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
  color: var(--dark);
  background: var(--white);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green); }
h1, h2, h3, h4, p, ul { margin: 0; }
ul { padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }
svg.icon { width: 1em; height: 1em; fill: currentColor; display: inline-block; vertical-align: -0.125em; flex-shrink: 0; }

:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; box-shadow: 0 0 0 6px var(--white); }
.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 12px; top: -100px; z-index: 1000;
  background: var(--green); color: var(--white); padding: 12px 18px;
  font-weight: 600; text-decoration: none;
}
.skip-link:focus { top: 12px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 15px; }
.text-center { text-align: center; }

/* --------------------------------------------------------------------------
   Type
   -------------------------------------------------------------------------- */
.eyebrow { font-size: 17px; font-weight: 600; line-height: 1.3; text-transform: uppercase; color: var(--green); }
.eyebrow--dark { color: var(--dark); }
.eyebrow--white { color: var(--white); }
.h-xl { font-size: 30px; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
.h-lg { font-size: 30px; font-weight: 600; line-height: 1.2; text-transform: uppercase; }
.lead { font-size: 18px; line-height: 1.375; }
.lead--lg { font-size: 20px; }
p + p { margin-top: 1em; }

@media (min-width: 768px) {
  .h-xl { font-size: 40px; line-height: 1.3; }
  .h-lg { font-size: 40px; line-height: 1.3; }
}
@media (min-width: 1024px) {
  .h-xl { font-size: 55px; line-height: 1; }
  .h-xl--40 { font-size: 40px; line-height: 1.3; }
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 15px;
  min-height: 48px; padding: 16px 15px;
  background: var(--green); color: var(--white);
  font-size: 16px; font-weight: 600; line-height: 1; text-transform: uppercase; text-decoration: none;
  border: 1px solid var(--green);
  transition: background .3s, color .3s, border-color .3s;
}
.btn .icon { font-size: 1em; }
.btn:hover, .btn:focus-visible { background: var(--dark); border-color: var(--dark); color: var(--white); }
.btn--outline { border-color: var(--white); box-shadow: 0 6px 7px rgba(0,0,0,.16); }
.btn--ghost { background: transparent; border-color: var(--white); box-shadow: 0 6px 7px rgba(0,0,0,.16); }
.btn--ghost:hover, .btn--ghost:focus-visible { background: var(--white); color: var(--green); border-color: var(--white); }
.btn--white { background: var(--white); color: var(--green); border-color: var(--white); }
.btn--white:hover, .btn--white:focus-visible { background: var(--dark); color: var(--white); border-color: var(--dark); }
.btn--sm { min-height: 40px; padding: 12px 16px; font-size: 14px; }
@media (min-width: 768px) { .btn { font-size: 18px; } .btn--sm { font-size: 14px; } }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.topbar { display: none; background: var(--black); color: var(--white); }
.topbar__inner { display: flex; justify-content: flex-end; align-items: center; gap: 12px; height: 40px; }
.topbar__phone { display: inline-flex; align-items: center; gap: 8px; color: var(--white); text-decoration: none; font-size: 15px; font-weight: 600; text-transform: uppercase; }
.topbar__phone .icon { color: var(--green); font-size: 14px; }
.topbar__fb { color: var(--white); font-size: 16px; display: inline-flex; padding: 4px; }
.topbar__phone:hover, .topbar__fb:hover { color: #9be3c1; }
@media (min-width: 768px) { .topbar { display: block; } }

.site-header { position: relative; z-index: 50; background: var(--white); box-shadow: 0 28px 57px rgba(0,0,0,.35); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; padding: 8px 15px; }
.site-header__logo { display: inline-flex; margin-left: 27px; }
.site-header__logo img { width: 153px; height: 120px; object-fit: contain; }
.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; margin-right: 8px;
  background: rgba(0,0,0,.05); border: 0; border-radius: 3px; color: var(--dark); font-size: 22px;
}
.nav-toggle .icon--close { display: none; }
.nav-toggle[aria-expanded="true"] .icon--open { display: none; }
.nav-toggle[aria-expanded="true"] .icon--close { display: block; }
.site-nav { position: absolute; left: 0; right: 0; top: 100%; background: var(--dark); display: none; }
.site-nav.is-open { display: block; }
.site-nav ul { display: flex; flex-direction: column; }
.site-nav a {
  display: flex; justify-content: center; align-items: center; min-height: 44px; padding: 10px 20px;
  color: var(--white); font-size: 15px; letter-spacing: .4px; text-transform: uppercase; text-decoration: none;
}
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { background: rgba(255,255,255,.08); color: #9be3c1; }
.site-nav__sub { background: rgba(255,255,255,.06); padding: 4px 0 8px; }
.site-nav__sub li + li { border-top: 0; }
.site-nav .site-nav__sub a { min-height: 42px; padding: 8px 20px; font-size: 14px; letter-spacing: .3px; color: #d9d9d9; }
.site-nav .site-nav__sub a::before { content: "–"; margin-right: 8px; color: #9be3c1; }
@media (min-width: 1025px) {
  .site-nav ul.site-nav__sub { display: none; }
  .site-header { box-shadow: none; }
  .site-header__inner { padding: 15px 15px 16px; }
  .site-header__logo { margin-left: 0; }
  .nav-toggle { display: none; }
  .site-nav { position: static; display: block; background: transparent; }
  .site-nav ul { flex-direction: row; justify-content: flex-end; }
  .site-nav a { padding: 13px 14px; color: var(--dark); font-size: 17px; font-weight: 700; line-height: 1; }
  .site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { background: transparent; color: var(--green); }
}

@media (min-width: 1400px) {
  .site-nav a { padding: 13px 17px; font-size: 19px; }
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero { position: relative; background-color: var(--dark); padding: 12px 12px 23px; color: var(--white); }
.hero__bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, var(--dark) 0%, rgba(26,25,29,.36) 100%); }
.hero--page::before { background: linear-gradient(0deg, var(--dark) 0%, rgba(26,25,29,.26) 58%); }
.hero__inner { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 500px; padding: 125px 15px 50px; text-align: center; }
.hero__title { font-size: 40px; font-weight: 600; line-height: .95; letter-spacing: .1px; text-transform: uppercase; text-shadow: 0 2px 10px rgba(0,0,0,.35); }
.hero__title--long { font-size: 29px; line-height: 1.06; letter-spacing: 0; margin-bottom: 6px; }
.hero__sub { margin-top: 20px; font-size: 18px; font-weight: 400; line-height: 1.4; text-transform: uppercase; }
.hero__actions { display: flex; flex-direction: column; align-items: center; gap: 20px; margin-top: 30px; }
@media (min-width: 768px) {
  .hero { padding: 0 0 100px; }
  .hero__inner { min-height: 560px; padding: 10px; text-align: left; justify-content: flex-end; }
  .hero__title { font-size: 60px; letter-spacing: -1.5px; line-height: 1.05; }
  .hero__title--long { font-size: 40px; letter-spacing: -.6px; line-height: 1.06; }
  .hero__sub { font-size: 22px; }
  .hero__actions { flex-direction: row; align-items: stretch; margin-top: 20px; }
}
@media (min-width: 1024px) {
  .hero { padding-bottom: 144px; }
  .hero__inner { min-height: 630px; }
  .hero__title { font-size: 75px; letter-spacing: -2.4px; line-height: 1.04; }
  .hero__title--long { font-size: 50px; letter-spacing: -1px; line-height: 1.06; max-width: 1050px; }
}

/* --------------------------------------------------------------------------
   Intro (home) / About intro
   -------------------------------------------------------------------------- */
.intro { background: var(--grey); padding: 0 0 30px; }
.intro__grid { display: flex; flex-direction: column; }
.intro__text { padding: 75px 15px 0; }
.intro__text .eyebrow { margin-bottom: 20px; }
.intro__text .h-xl { margin-bottom: 20px; }
.intro__text .lead { margin-bottom: 30px; }
.intro__media { position: relative; order: -1; padding: 15px 15px 0; background-size: cover; background-position: center; }
.intro__media::before { content: ""; position: absolute; inset: 0; background: rgba(0,91,50,.7); }
.frame { position: relative; }
.frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 15px solid var(--white); box-shadow: 0 6px 46px rgba(0,0,0,.26); background: var(--white); }
.counter-box { position: absolute; top: 15px; right: 15px; background: var(--white); padding: 12px 15px 15px; width: 160px; text-align: left; }
.counter-box__num { font-family: var(--font-alt); font-size: 60px; font-weight: 600; line-height: 1; color: var(--dark); }
.counter-box__label { font-family: var(--font-alt); font-size: 18px; font-weight: 600; line-height: 1.05; color: var(--dark); }
@media (min-width: 1024px) {
  .intro { padding: 120px 0; }
  .intro__grid { flex-direction: row; align-items: center; }
  .intro__text { flex: 0 0 60%; padding: 0 130px 0 max(15px, calc((100% - var(--container)) / 2 + 66px)); }
  .intro__media { order: 0; flex: 0 0 40%; min-width: 0; padding: 100px 0 90px; }
  .frame { margin-left: -50px; width: calc(100% + 50px); max-width: 590px; }
  .frame img { width: 100%; height: 450px; aspect-ratio: auto; }
  .counter-box { top: 20px; right: 20px; width: 120px; padding: 10px 12px 14px; }
  .counter-box__num { font-size: 69px; }
}

/* About page intro variant */
.about-intro { background: var(--grey); padding: 60px 0; }
.about-intro__grid { display: grid; gap: 40px; }
.about-intro__media { position: relative; }
.about-intro__media img { width: 100%; aspect-ratio: 455 / 469; object-fit: cover; box-shadow: 0 6px 46px rgba(0,0,0,.26); }
.about-intro__counter { position: absolute; left: 0; bottom: 30px; display: flex; align-items: center; gap: 12px; }
.about-intro__counter .num { background: var(--white); border-left: 5px solid var(--green); padding: 8px 12px 10px; font-size: 60px; font-weight: 600; line-height: 1; color: var(--dark); }
.about-intro__counter .label { font-size: 16px; font-weight: 600; line-height: 1.1; color: var(--white); max-width: 8em; padding: 6px 10px; background: rgba(10,9,11,.6); border-radius: 3px; }
.about-intro__text .eyebrow { margin-bottom: 20px; }
.about-intro__text .h-xl { margin-bottom: 20px; }
@media (min-width: 1024px) {
  .about-intro { padding: 120px 0; }
  .about-intro__grid { grid-template-columns: 455px 1fr; gap: 0; align-items: center; }
  .about-intro__text { padding-left: 75px; }
  .about-intro__counter .num { font-size: 69px; }
  .about-intro__counter .label { font-size: 18px; }
}

/* --------------------------------------------------------------------------
   Media strip carousel (home)
   -------------------------------------------------------------------------- */
.strip { position: relative; overflow: hidden; height: 310px; background: var(--white); }
.strip__track { display: flex; height: 100%; transition: transform .6s ease; }
.strip__slide { flex: 0 0 50%; height: 100%; padding: 0 1px; }
.strip__slide img { width: 100%; height: 100%; object-fit: cover; }
.carousel-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  background: transparent; border: 0; color: rgba(237,237,237,.9); font-size: 20px; padding: 0;
}
.carousel-btn:hover, .carousel-btn:focus-visible { color: var(--white); background: rgba(0,0,0,.35); border-radius: 50%; }
.carousel-btn--prev { left: 0; }
.carousel-btn--next { right: 0; }
.carousel-pause {
  position: absolute; right: 8px; bottom: 8px; z-index: 2;
  width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center;
  border: 0; border-radius: 50%; background: rgba(10,9,11,.55); color: var(--white); font-size: 12px; padding: 0;
}
.carousel-pause:hover, .carousel-pause:focus-visible { background: var(--green); }
.carousel-pause .icon--play { display: none; }
.carousel-pause[aria-pressed="true"] .icon--play { display: block; }
.carousel-pause[aria-pressed="true"] .icon--pause { display: none; }
@media (min-width: 768px) { .strip__slide { flex-basis: 33.3333%; } }
@media (min-width: 1200px) { .strip__slide { flex-basis: 25%; } }

/* --------------------------------------------------------------------------
   Services cards (home / about / service pages)
   -------------------------------------------------------------------------- */
.services { background: var(--white); padding: 58px 12px 50px; }
.services__head { text-align: center; max-width: 935px; margin: 0 auto 40px; }
.services__head .h-xl { margin-bottom: 20px; }
.cards { display: grid; gap: 40px; max-width: 1248px; margin: 0 auto; }
.card { display: flex; flex-direction: column; background: var(--black); color: var(--white); }
.card__img { width: 100%; aspect-ratio: 7 / 5; object-fit: cover; }
.card__body { flex: 1; padding: 22px 20px 14px; }
.card__eyebrow { font-size: 17px; font-weight: 600; line-height: 1.05; text-transform: uppercase; margin-bottom: 18px; }
.card__title { font-size: 22px; font-weight: 600; line-height: 1; text-transform: uppercase; margin-bottom: 8px; }
.card__text { font-size: 16px; line-height: 1.3; }
.card__link {
  display: flex; align-items: center; min-height: 50px; padding: 12px 30px 12px 20px;
  background: var(--green); color: var(--white); font-size: 17px; font-weight: 700; letter-spacing: .9px; line-height: 1;
  text-transform: uppercase; text-decoration: none; transition: background .3s;
}
.card__link:hover, .card__link:focus-visible { background: #00733f; }
@media (min-width: 768px) {
  .services { padding: 100px 40px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .services .cards > .card:last-child:nth-child(odd) { grid-column: 1 / -1; width: calc(50% - 20px); justify-self: center; }
  .card__eyebrow { font-size: 16px; }
  .card__text { font-size: 18px; line-height: 1.2; }
}
@media (min-width: 1024px) { .services { padding: 100px 86px; } }

/* --------------------------------------------------------------------------
   Difference (home)
   -------------------------------------------------------------------------- */
.diff { display: grid; background: var(--green); color: var(--white); }
.diff__media { position: relative; display: flex; align-items: flex-end; min-height: 360px; padding: 250px 15px 30px; background-size: cover; background-position: center; text-align: center; }
.diff__media::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(26,25,29,0) 40%, var(--black) 86%); opacity: .85; }
.diff__title { position: relative; width: 100%; font-family: var(--font-alt); font-size: 40px; font-weight: 700; line-height: 1.2; }
.diff__boxes { display: grid; gap: 20px; padding: 25px 25px 30px; }
.diff-box { background: var(--white); color: var(--dark); padding: 30px 25px 35px; text-align: center; }
.diff-box .icon { font-size: 50px; color: var(--dark); }
.diff-box h3 { margin: 15px 0 20px; font-size: 20px; font-weight: 600; line-height: 1.3; color: var(--green); }
.diff-box p { font-size: 16px; line-height: 1.4; }
@media (min-width: 1024px) {
  .diff { grid-template-columns: 1fr 1fr; }
  .diff__media { padding: 50px 20px 0 50px; text-align: left; min-height: 100%; }
  .diff__title { font-size: 48px; line-height: 1.25; padding-bottom: 35px; }
  .diff__boxes { grid-template-columns: 1fr 1fr; padding: 10px 10px 20px; gap: 20px 20px; }
  .diff-box--wide { grid-column: 1 / -1; }
}

/* --------------------------------------------------------------------------
   Dark photo sections (testimonials CTA, quote CTA)
   -------------------------------------------------------------------------- */
.photo-dark { position: relative; background-color: var(--black); background-size: cover; background-position: center; color: var(--white); border-bottom: 3px solid var(--green); }
.photo-dark::before { content: ""; position: absolute; inset: 0; background: var(--black); opacity: .83; }
.photo-dark > .container { position: relative; }
.photo-dark .lead { color: var(--white); }

.testi { padding: 40px 15px 0; }
.testi__grid { display: grid; gap: 40px; }
.testi__grid > *, .testi__carousel, .testi-about__panel, .testi-about > * { min-width: 0; }
.stars { display: flex; gap: 6px; color: #0B7A45; font-size: 28px; line-height: 1; margin-bottom: 20px; }
.testi__copy .eyebrow { margin-bottom: 20px; }
.testi__copy .h-lg { margin-bottom: 20px; }
.testi__copy .lead { margin-bottom: 30px; }
.testi__carousel { position: relative; padding: 30px 40px 80px; }
.testi__viewport { overflow: hidden; }
.testi__track { display: flex; transition: transform .5s ease; }
.testi__slide { flex: 0 0 100%; padding: 0 5px; }
.bubble { position: relative; margin: 0; background: var(--white); color: var(--dark); border-radius: 5px; padding: 20px; font-size: 16px; line-height: 1.15; }
.bubble::after { content: ""; position: absolute; left: 30px; bottom: -10px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid var(--white); }
.testi__name { display: block; margin: 20px 0 0 20px; font-size: 18px; font-weight: 600; font-style: normal; color: var(--white); }
.testi__carousel .carousel-btn { color: var(--green); }
.testi__carousel .carousel-btn:hover, .testi__carousel .carousel-btn:focus-visible { color: var(--white); background: var(--green); }
.testi__carousel .carousel-btn--prev { left: -8px; top: auto; bottom: 100px; transform: none; }
.testi__carousel .carousel-btn--next { right: -8px; top: auto; bottom: 100px; transform: none; }
.testi__carousel .carousel-pause { right: 8px; bottom: 30px; }
@media (min-width: 1024px) {
  .testi { padding: 120px 0; }
  .testi__grid { grid-template-columns: 55% 45%; gap: 0; align-items: center; }
  .testi__carousel { padding: 15px 60px 60px; }
  .testi__carousel .carousel-btn--prev { left: 0; top: 50%; bottom: auto; transform: translateY(-50%); }
  .testi__carousel .carousel-btn--next { right: 0; top: 50%; bottom: auto; transform: translateY(-50%); }
  .testi__carousel .carousel-pause { right: 60px; bottom: 10px; }
}

/* Testimonials on About page: image column + dark panel */
.testi-about { display: grid; background: var(--dark); color: var(--white); }
.testi-about__img { min-height: 260px; background-size: cover; background-position: center; }
.testi-about__panel { background: var(--black); padding: 36px 20px; }
.testi-about__panel .eyebrow { margin-bottom: 20px; }
.testi-about__panel .lead { margin-bottom: 20px; }
@media (min-width: 1024px) {
  .testi-about { grid-template-columns: 1fr 1fr; }
  .testi-about__img { min-height: 560px; }
  .testi-about__panel { padding: 36px 108px 36px 72px; }
  .testi-about__panel .testi__carousel { padding: 10px 50px 60px 0; }
  .testi-about__panel .carousel-btn--prev { left: -44px; }
  .testi-about__panel .carousel-btn--next { right: 0; }
  .testi-about__panel .carousel-pause { right: 0; }
}

.quote-cta { padding: 60px 0; }
.quote-cta__box { max-width: 570px; }
.quote-cta .h-lg { margin-bottom: 20px; font-size: 32px; }
.quote-cta .lead { margin-bottom: 25px; }
.quote-cta__row { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 30px; }
.call-box { display: inline-flex; align-items: center; gap: 4px; color: var(--white); text-decoration: none; }
.call-box .icon { font-size: 23px; padding: 11px; box-sizing: content-box; }
.call-box h4 { font-size: 16px; font-weight: 600; line-height: 1.2; }
.call-box p { font-size: 16px; line-height: 1.5; }
.call-box:hover p { text-decoration: underline; }
@media (min-width: 768px) { .quote-cta { padding: 120px 0; } .quote-cta .h-lg { font-size: 45px; } }

/* --------------------------------------------------------------------------
   Service areas (about / services / service pages)
   -------------------------------------------------------------------------- */
.areas { display: grid; color: var(--white); }
.areas__list-col { background: var(--black); padding: 50px 20px; }
.areas__list-col .h-lg { margin-bottom: 20px; }
.areas__list-col .lead { margin-bottom: 20px; }
.areas__lists { display: grid; grid-template-columns: 1fr; gap: 0 20px; }
@media (min-width: 480px) { .areas__lists { grid-template-columns: 1fr 1fr; } }
.area-list li { display: flex; align-items: center; gap: 5px; padding: 5px 0; font-size: 18px; }
.area-list .icon { font-size: 20px; color: var(--green); width: 25px; }
.areas__cta { position: relative; background: var(--green); padding: 40px 20px; }
.areas__cta::before { content: ""; position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .14; }
.areas__cta > * { position: relative; }
.areas__cta .h-lg { margin-bottom: 20px; }
.areas__cta .lead { margin-bottom: 25px; font-size: 16px; }
@media (min-width: 1024px) {
  .areas { grid-template-columns: 64.5% 35.5%; }
  .areas__list-col { padding: 93px max(93px, calc((100% - 1140px) / 2)) 93px max(93px, calc((100% - var(--container)) / 2 + 93px)); }
  .areas__lists { grid-template-columns: 245px 245px; }
  .area-list li { font-size: 20px; }
  .areas__cta { padding: 51px; }
}
@media (min-width: 1440px) {
  .areas__list-col { padding-left: calc((100vw - var(--container)) / 2 - 57px); }
}

/* --------------------------------------------------------------------------
   Expect (steps) — about / services / service pages
   -------------------------------------------------------------------------- */
.expect { background: var(--white); padding: 60px 0; text-align: center; }
.expect .h-lg { margin-bottom: 20px; }
.expect .lead { max-width: 1140px; margin: 0 auto; }
.steps { display: grid; gap: 30px; margin: 40px auto 30px; max-width: 1110px; list-style: none; padding: 0; }
.step { background: var(--white); padding: 25px; box-shadow: 0 6px 10px 5px rgba(0,0,0,.11); }
.step__num { font-family: var(--font-alt); font-size: 40px; font-weight: 600; line-height: 1; color: var(--green); margin-bottom: 10px; }
.step h3 { font-size: 26px; font-weight: 600; line-height: 1.3; color: var(--green); margin-bottom: 12px; }
.step--caps h3 { text-transform: uppercase; }
.step p { font-size: 16px; line-height: 1.4; }
@media (min-width: 768px) { .expect { padding: 85px 0; } .steps { grid-template-columns: repeat(3, 1fr); } .step h3 { font-size: 30px; } }
@media (min-width: 1024px) { .expect .h-lg { font-size: 45px; line-height: .9; } .expect--services .h-lg { font-size: 50px; line-height: 1.3; } }

/* --------------------------------------------------------------------------
   Services page rows
   -------------------------------------------------------------------------- */
.srows { background: var(--grey); padding: 60px 0; }
.srows .container { display: grid; gap: 22px; }
.srow { display: grid; background: var(--black); color: var(--white); }
.srow__img { position: relative; min-height: 260px; background-size: cover; background-position: center; }
.srow__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(10,9,11,.8)); }
.srow__img .eyebrow { z-index: 1; }
.srow__img .eyebrow { position: absolute; left: 25px; bottom: 25px; font-size: 16px; color: var(--white); text-shadow: 0 1px 6px rgba(0,0,0,.7); }
.srow__text { padding: 30px 20px 35px; }
.srow__text h3 { font-size: 24px; font-weight: 700; letter-spacing: -1px; line-height: 1.3; text-transform: uppercase; margin-bottom: 20px; }
.srow__text p { font-size: 16px; line-height: 1.5; }
.srow__text .card__link { display: inline-flex; margin-top: 25px; }
.srow__text h3 a { color: inherit; text-decoration: none; }
.srow__text h3 a:hover { text-decoration: underline; }
@media (min-width: 768px) {
  .srows { padding: 75px 0; }
  .srow { grid-template-columns: 1fr 1fr; min-height: 370px; }
  .srow--flip .srow__img { order: 2; }
  .srow__img .eyebrow { left: 35px; bottom: 35px; }
  .srow__text { padding: 45px 35px 45px 35px; display: flex; flex-direction: column; justify-content: center; }
  .srow__text h3 { font-size: 28px; letter-spacing: -1.3px; }
}

.bar { background: var(--black); color: var(--white); padding: 40px 0; }
.bar .container { display: flex; flex-direction: column; align-items: center; gap: 25px; text-align: center; }
.bar h2 { font-size: 24px; font-weight: 600; line-height: 1.3; text-transform: uppercase; }
@media (min-width: 1024px) { .bar { padding: 55px 0; } .bar .container { flex-direction: row; justify-content: space-between; text-align: left; } .bar h2 { font-size: 32px; } }

/* --------------------------------------------------------------------------
   Service detail pages
   -------------------------------------------------------------------------- */
.svc-intro { background: var(--grey); padding: 60px 0; }
.svc-intro__grid { display: grid; gap: 40px; }
.svc-intro__media img { width: 100%; aspect-ratio: 455 / 469; object-fit: cover; box-shadow: 0 6px 46px rgba(0,0,0,.26); }
.svc-intro__text .eyebrow { margin-bottom: 20px; }
.svc-intro__text .h-xl { margin-bottom: 20px; }
.svc-intro__text .lead { font-weight: 500; }
.svc-intro__text .lead + .lead { margin-top: 20px; font-weight: 400; }
.svc-intro__text .btn { margin-top: 30px; }
@media (min-width: 1024px) {
  .svc-intro { padding: 120px 0; }
  .svc-intro__grid { grid-template-columns: 455px 1fr; gap: 0; align-items: center; }
  .svc-intro__text { padding-left: 75px; }
}
.svc-more { background: var(--white); padding: 60px 12px; }
.svc-more .h-lg { text-align: center; margin-bottom: 40px; }
.svc-more .cards { grid-template-columns: 1fr; }
@media (min-width: 768px) { .svc-more { padding: 90px 40px; } .svc-more .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .svc-more .cards { grid-template-columns: repeat(3, 1fr); gap: 30px; } }

/* --------------------------------------------------------------------------
   Portfolio gallery + lightbox
   -------------------------------------------------------------------------- */
.gallery { padding: 40px 10px 10px; }
.gallery__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; list-style: none; }
.gallery__item { display: block; aspect-ratio: 8 / 5; overflow: hidden; background: var(--grey); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery__item:hover img, .gallery__item:focus-visible img { transform: scale(1.04); }
@media (min-width: 768px) { .gallery { padding: 75px 10px 10px; } .gallery__grid { grid-template-columns: repeat(4, 1fr); } }
.gallery--service { background: var(--white); padding: 50px 15px 60px; }
.gallery--service .h-lg { text-align: center; margin-bottom: 30px; }
.gallery--service .gallery__grid { max-width: 1140px; margin: 0 auto; }
@media (min-width: 768px) { .gallery--service { padding: 80px 15px; } .gallery--service .gallery__grid { grid-template-columns: repeat(3, 1fr); } }

.lightbox { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100%; height: 100%; }
.lightbox::backdrop { background: rgba(0,0,0,.92); }
.lightbox__inner { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 60px 15px; }
.lightbox__img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; box-shadow: 0 10px 40px rgba(0,0,0,.6); }
.lightbox__btn { position: absolute; display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: rgba(255,255,255,.12); border: 0; border-radius: 50%; color: var(--white); font-size: 20px; }
.lightbox__btn:hover, .lightbox__btn:focus-visible { background: var(--green); }
.lightbox__close { top: 12px; right: 12px; }
.lightbox__prev { left: 8px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 8px; top: 50%; transform: translateY(-50%); }
.lightbox__count { position: absolute; left: 15px; top: 24px; color: var(--white); font-size: 14px; }

/* --------------------------------------------------------------------------
   Contact page hero
   -------------------------------------------------------------------------- */
.contact-hero { position: relative; background-color: var(--black); color: var(--white); text-align: center; border-bottom: 3px solid var(--green); }
.contact-hero .hero__bg { object-position: center; }
.contact-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: var(--black); opacity: .8; }
.contact-hero__inner { position: relative; z-index: 2; max-width: 1140px; margin: 0 auto; padding: 70px 15px 60px; }
.contact-hero .eyebrow { color: var(--white); }
.contact-hero__fb { display: inline-flex; color: var(--white); font-size: 45px; margin-bottom: 20px; }
.contact-hero__fb:hover { color: #9be3c1; }
.contact-hero .eyebrow { margin-bottom: 20px; font-size: 16px; }
.contact-hero .h-lg { margin-bottom: 20px; }
.contact-hero .lead { margin-bottom: 20px; }
.contact-hero__meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; margin-bottom: 20px; }
.contact-hero__meta a, .contact-hero__meta span { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-size: 16px; text-decoration: none; }
.contact-hero__meta .icon { color: var(--green); font-size: 16px; }
.contact-hero__meta a:hover { text-decoration: underline; }
.contact-hero .btn { margin-top: 5px; }
@media (min-width: 768px) { .contact-hero { padding-bottom: 86px; } .contact-hero__inner { padding: 100px 75px 100px; } .contact-hero .h-lg { font-size: 45px; } }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer { background: var(--white); padding: 50px 0 0; text-align: center; }
.site-footer > .container { padding-bottom: 40px; }
.site-footer__grid { display: grid; gap: 40px; justify-items: center; }
.site-footer__logo img { width: 230px; height: auto; }
.site-footer h2 { font-size: 20px; font-weight: 700; letter-spacing: 1px; line-height: 1.3; text-transform: uppercase; margin-bottom: 25px; }
.site-footer li { line-height: 1.45; }
.site-footer li + li { margin-top: 3px; }
.site-footer a { color: var(--dark); font-size: 17px; font-weight: 600; text-transform: uppercase; text-decoration: none; }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--green); text-decoration: underline; }
.site-footer__contact li { display: flex; align-items: center; justify-content: center; gap: 10px; }
.site-footer__contact .icon { color: var(--green); font-size: 22px; }
.site-footer__contact .icon--fb { font-size: 27px; }
.site-footer__contact li + li { margin-top: 12px; }
@media (min-width: 768px) {
  .site-footer { padding: 80px 0 0; text-align: left; }
  .site-footer > .container { padding-bottom: 80px; }
  .site-footer__grid { grid-template-columns: 1.15fr .95fr 1.1fr .9fr; justify-items: start; gap: 30px; align-items: start; }
  .site-footer__contact li { justify-content: flex-start; }
}

.site-footer-bar { background: var(--black); color: var(--white); padding: 20px 0; font-size: 15px; font-weight: 600; text-transform: uppercase; text-align: center; }
.site-footer-bar .container { display: flex; flex-direction: column; gap: 12px; }
.site-footer-bar a { color: var(--white); text-decoration: none; }
.site-footer-bar a:hover, .site-footer-bar a:focus-visible { color: #9be3c1; text-decoration: underline; }
.site-footer-bar__legal { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 6px 14px; }
.site-footer-bar__legal a { text-decoration: underline; text-underline-offset: 3px; font-size: 13px; }
@media (min-width: 1024px) {
  .site-footer-bar .container { flex-direction: row; justify-content: space-between; align-items: center; text-align: left; gap: 20px; }
  .site-footer-bar__legal { justify-content: flex-start; flex-wrap: nowrap; white-space: nowrap; }
}

/* --------------------------------------------------------------------------
   Floating chat button + popup form
   -------------------------------------------------------------------------- */
.fab {
  position: fixed; right: 20px; bottom: 25px; z-index: 90;
  width: 65px; height: 65px; display: inline-flex; align-items: center; justify-content: center;
  border: 0; border-radius: 50%; background: var(--green); color: var(--white); font-size: 27px;
  box-shadow: 0 4px 10px rgba(0,0,0,.13); transition: background .3s, box-shadow .3s;
}
.fab:hover, .fab:focus-visible { background: var(--dark); box-shadow: 0 4px 10px rgba(0,0,0,.5); }
@media (min-width: 768px) { .fab { right: 35px; bottom: 45px; } }

.popup { position: fixed; right: 15px; bottom: 15px; z-index: 100; width: 383px; max-width: calc(100vw - 30px); max-height: calc(100vh - 30px); overflow: auto; background: var(--grey-2); border-radius: 15px; box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2); }
.popup[hidden] { display: none; }
.popup__head { position: relative; background: var(--green); color: var(--white); padding: 15px 45px; border-radius: 15px 15px 0 0; text-align: center; }
.popup__head h2 { font-family: var(--font-alt); font-size: 20px; font-weight: 600; line-height: 1.3; }
.popup__close { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; background: transparent; border: 0; color: var(--white); font-size: 16px; border-radius: 50%; }
.popup__close:hover, .popup__close:focus-visible { background: rgba(255,255,255,.18); }
.popup__body { padding: 15px; }
.popup__note { background: var(--grey-3); border-radius: 10px; padding: 18px 15px; font-size: 17px; line-height: 1.55; color: var(--dark); margin-bottom: 20px; }
.popup__form { background: var(--white); border-radius: 10px; padding: 12px 10px 10px; }
.field { padding: 0 5px; margin-bottom: 10px; }
.field input, .field textarea { width: 100%; font: inherit; font-size: 16px; color: var(--dark); background: var(--white); border: 0; border-bottom: 1px solid var(--green); border-radius: 2px; padding: 11px; }
.field textarea { min-height: 95px; padding: 8px 11px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 2px solid var(--green); outline-offset: 0; }
.field input::placeholder, .field textarea::placeholder { color: #6b6b6b; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-consent { font-size: 13px; line-height: 1.4; color: #3a3a3a; padding: 0 5px; margin: 5px 0 12px; }
.form-consent a { color: var(--green); }
.popup__submit { width: calc(100% - 10px); margin: 0 5px; padding: 15px 30px; background: var(--green); color: var(--white); border: 0; border-radius: 4px; font-family: var(--font-alt); font-size: 16px; font-weight: 500; line-height: 1; text-transform: uppercase; transition: background .3s; }
.popup__submit:hover, .popup__submit:focus-visible { background: var(--dark); }
.popup__submit:disabled { opacity: .7; cursor: wait; }
.popup__cta { padding: 18px 15px 15px; text-align: center; }
.popup__cta p { font-size: 16px; line-height: 1.5; color: var(--dark); margin-bottom: 15px; }
.popup__cta .btn { width: 100%; }
.popup__or { margin-top: 15px !important; font-size: 15px; }
.popup__or a { color: var(--green); font-weight: 600; }
.form-status { margin: 12px 5px 0; font-size: 14px; line-height: 1.4; min-height: 1em; }
.form-status--ok { color: var(--green); font-weight: 600; }
.form-status--error { color: #8a1c1c; font-weight: 600; }

/* --------------------------------------------------------------------------
   Hero award chip + discount promo bar
   -------------------------------------------------------------------------- */
.hero__award { display: flex; align-items: center; gap: 14px; align-self: center; margin-top: 26px; text-align: left; }
.hero__award-badge { width: 104px; height: auto; flex-shrink: 0; filter: drop-shadow(0 3px 10px rgba(0,0,0,.55)); }
.hero__award-text {
  max-width: 14em; color: var(--white);
  font-size: 14px; font-weight: 700; line-height: 1.35; letter-spacing: .4px; text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0,0,0,.75);
}
.hero__award--center { align-self: center; justify-content: center; margin-top: 30px; }
@media (min-width: 768px) {
  .hero__award { align-self: flex-start; gap: 18px; }
  .hero__award--center { align-self: center; justify-content: center; }
  .hero__award-badge { width: 128px; }
  .hero__award-text { font-size: 16px; max-width: 16em; }
}

/* --------------------------------------------------------------------------
   Contact page phone cards
   -------------------------------------------------------------------------- */
.phones { background: var(--white); padding: 55px 0; text-align: center; }
.phones .h-lg { margin-bottom: 15px; }
.phones .lead { max-width: 720px; margin: 0 auto 35px; }
.phones__grid { display: grid; gap: 22px; max-width: 900px; margin: 0 auto; }
.phone-card { background: var(--grey); padding: 30px 25px 32px; border-top: 5px solid var(--green); }
.phone-card h3 { font-size: 18px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--green); margin-bottom: 14px; }
.phone-card__num {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 44px; margin-bottom: 14px;
  color: var(--dark); font-size: 26px; font-weight: 700; line-height: 1.2; text-decoration: none;
}
.phone-card__num .icon { color: var(--green); font-size: 20px; }
.phone-card__num:hover, .phone-card__num:focus-visible { color: var(--green); text-decoration: underline; }
.phone-card p { font-size: 16px; line-height: 1.55; }
.phone-card p + p { margin-top: 12px; }
.phone-card__sms {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 44px; margin-top: 18px; padding: 11px 20px;
  background: var(--green); color: var(--white);
  font-size: 15px; font-weight: 600; line-height: 1; text-transform: uppercase; text-decoration: none;
  border: 1px solid var(--green); transition: background .3s, border-color .3s;
}
.phone-card__sms:hover, .phone-card__sms:focus-visible { background: var(--dark); border-color: var(--dark); color: var(--white); }
.phone-card__sms .icon { font-size: 17px; }
@media (min-width: 768px) {
  .phones { padding: 85px 0; }
  .phones__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .phone-card__num { font-size: 30px; }
}

.promo { background: var(--green); color: var(--white); }
.promo__inner { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 15px; text-align: center; }
.promo__inner .icon { font-size: 22px; flex-shrink: 0; }
.promo p { font-size: 15px; line-height: 1.4; }
.promo strong { font-weight: 700; }
@media (min-width: 768px) { .promo p { font-size: 17px; } }

/* --------------------------------------------------------------------------
   Service-area detail blocks (city pages)
   -------------------------------------------------------------------------- */
.area-detail { background: var(--grey); padding: 55px 0; }
.area-detail .h-lg { margin-bottom: 15px; }
.area-detail .lead { max-width: 800px; margin-bottom: 35px; }
.area-detail__grid { display: grid; gap: 25px; }
.area-block { background: var(--white); padding: 25px; border-left: 5px solid var(--green); }
.area-block h3 { font-size: 21px; font-weight: 700; line-height: 1.25; text-transform: uppercase; margin-bottom: 12px; }
.area-block p { font-size: 16px; line-height: 1.55; }
@media (min-width: 768px) { .area-detail { padding: 85px 0; } .area-detail__grid { grid-template-columns: repeat(3, 1fr); } }

/* --------------------------------------------------------------------------
   Commercial property types
   -------------------------------------------------------------------------- */
.props { background: var(--white); padding: 55px 0; }
.props .h-lg { margin-bottom: 15px; }
.props .lead { max-width: 800px; margin-bottom: 35px; }
.props__grid { display: grid; gap: 22px; }
.props__grid li { padding-left: 18px; border-left: 4px solid var(--green); }
.props__grid h3 { font-size: 19px; font-weight: 700; line-height: 1.3; margin-bottom: 8px; }
.props__grid p { font-size: 16px; line-height: 1.5; }
@media (min-width: 768px) { .props { padding: 85px 0; } .props__grid { grid-template-columns: repeat(2, 1fr); gap: 28px 40px; } }
@media (min-width: 1024px) { .props__grid { grid-template-columns: repeat(3, 1fr); } }

/* --------------------------------------------------------------------------
   Footer serving line
   -------------------------------------------------------------------------- */
.site-footer__serving { max-width: var(--container); margin: 0 auto; padding: 0 15px 35px; font-size: 15px; line-height: 1.5; color: #3d3d3d; text-align: center; }
@media (min-width: 768px) { .site-footer__serving { text-align: left; padding-bottom: 45px; } }

/* --------------------------------------------------------------------------
   Before / after (service pages)
   -------------------------------------------------------------------------- */
.ba { background: var(--white); padding: 50px 0 20px; text-align: center; }
.ba .h-lg { margin-bottom: 15px; }
.ba .lead { max-width: 760px; margin: 0 auto 30px; }
.ba__grid { display: grid; gap: 24px; }
.ba__item { margin: 0; }
.ba__item .gallery__item { aspect-ratio: 4 / 3; }
.ba__item figcaption { margin-top: 12px; font-size: 16px; font-weight: 500; }
.ba__tag { display: inline-block; margin-right: 8px; padding: 4px 12px; background: var(--dark); color: var(--white); font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.ba__tag--after { background: var(--green); }
@media (min-width: 768px) { .ba { padding: 80px 0 30px; } .ba__grid { grid-template-columns: 1fr 1fr; gap: 30px; } }

/* --------------------------------------------------------------------------
   Scroll reveal (classes are added by JS, so nothing is hidden without it)
   -------------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease-out, transform .5s ease-out; will-change: opacity, transform; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* --------------------------------------------------------------------------
   Legal pages
   -------------------------------------------------------------------------- */
.legal { padding: 50px 0 70px; }
.legal .container { max-width: 800px; }
.legal h1 { font-size: 32px; font-weight: 700; text-transform: uppercase; margin-bottom: 8px; }
.legal .updated { color: #444; margin-bottom: 30px; }
.legal h2 { font-size: 22px; font-weight: 600; margin: 32px 0 10px; }
.legal p, .legal li { font-size: 17px; line-height: 1.6; }
.legal ul { list-style: disc; padding-left: 22px; }
.legal li + li { margin-top: 6px; }
.legal a { text-decoration: underline; }
.legal .placeholder { background: #fff3cd; padding: 0 4px; font-weight: 600; }
.legal .notice { background: var(--grey); padding: 15px 18px; border-left: 4px solid var(--green); margin-bottom: 25px; }
@media (min-width: 768px) { .legal { padding: 80px 0 100px; } .legal h1 { font-size: 40px; } }
