/* =================================================================
   Reliant Services — Landscape Design, Gainesville GA
   Design system + responsive styles
   ================================================================= */

/* ---------- Tokens ---------- */
:root{
  --green:#1f7a43;            /* brand green / accents */
  --green-600:#1a6a3a;
  --green-700:#155f34;
  --green-deep:#103b27;       /* dark sections */
  --green-deep-2:#0b2c1d;
  --green-tint:#eef4ee;
  --green-tint-2:#e3eee4;
  --navy:#1b2a4a;             /* logo navy */
  --ink:#16233e;              /* headings */
  --body:#4c5a52;             /* body text */
  --body-soft:#6c7a71;
  --coral:#e0775c;            /* CTA accent */
  --coral-600:#cf6648;
  --coral-700:#bd5739;
  --cream:#f7f3ec;            /* page bg */
  --cream-2:#fcfaf4;
  --sand:#ece4d4;
  --card:#ffffff;
  --white:#ffffff;
  --line:rgba(20,40,30,.10);
  --line-2:rgba(20,40,30,.16);

  --maxw:1200px;
  --gutter:clamp(1.15rem, 5vw, 2rem);
  --radius:14px;
  --radius-lg:24px;
  --radius-xl:30px;
  --shadow-sm:0 2px 10px rgba(16,40,25,.06);
  --shadow:0 14px 40px rgba(16,40,25,.10);
  --shadow-lg:0 30px 70px rgba(16,40,25,.16);
  --header-h:74px;

  --ff:"Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --ff-display:"Fraunces",Georgia,"Times New Roman",serif;
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box}
*{margin:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  font-family:var(--ff);
  color:var(--body);
  background:var(--cream);
  line-height:1.65;
  font-size:clamp(1rem,.97rem + .15vw,1.0625rem);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img,svg,iframe{display:block;max-width:100%}
img{height:auto}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none;padding:0}
[hidden]{display:none!important}
button{font:inherit;color:inherit;cursor:pointer;border:0;background:none}
input,select,textarea{font:inherit}
h1,h2,h3,h4{color:var(--ink);line-height:1.12;font-weight:800;text-wrap:balance;letter-spacing:-.018em}
p{text-wrap:pretty}
:focus-visible{outline:3px solid var(--coral);outline-offset:3px;border-radius:6px}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{animation:none!important;transition:none!important}
}

.skip-link{
  position:absolute;left:50%;top:-60px;transform:translateX(-50%);
  background:var(--green-deep);color:#fff;padding:.6rem 1rem;border-radius:0 0 10px 10px;z-index:2000;
  transition:top .2s;
}
.skip-link:focus{top:0}

/* ---------- Layout helpers ---------- */
.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}
.section{padding-block:clamp(3.6rem,7vw,6.5rem)}
main section[id]{scroll-margin-top:calc(var(--header-h) + 16px)}

.section__head{max-width:62ch;margin-inline:auto;text-align:center;margin-bottom:clamp(2rem,4vw,3.25rem)}
.section__title{
  font-size:clamp(1.85rem,1.2rem + 2.6vw,2.9rem);
  margin-top:.55rem;
}
.section__intro{margin-top:1rem;color:var(--body-soft);font-size:1.075rem}

.eyebrow{
  display:inline-flex;align-items:center;gap:.6rem;
  font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--green);
}
.eyebrow::before{
  content:"";width:1.2em;height:1.2em;flex:none;background:var(--green);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.05 8.05c-2.73 2.73-2.73 7.17 0 9.9C7.42 19.32 9.21 20 11 20s3.58-.68 4.95-2.05C19.43 14.47 20 4 20 4S9.53 4.57 6.05 8.05z'/%3E%3Cpath d='M11 20c0-5 2-8 6-11' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.05 8.05c-2.73 2.73-2.73 7.17 0 9.9C7.42 19.32 9.21 20 11 20s3.58-.68 4.95-2.05C19.43 14.47 20 4 20 4S9.53 4.57 6.05 8.05z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.eyebrow--light{color:#cfe9d3}
.eyebrow--light::before{background:#9fe0aa}
.section__head .eyebrow{justify-content:center}
.dot{opacity:.5}

/* ---------- Buttons ---------- */
.btn{
  --btn-bg:var(--coral);--btn-fg:#fff;--btn-bd:transparent;
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  background:var(--btn-bg);color:var(--btn-fg);border:2px solid var(--btn-bd);
  padding:.82em 1.5em;border-radius:12px;font-weight:700;font-size:.98rem;line-height:1;
  letter-spacing:.005em;white-space:nowrap;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s;
  box-shadow:0 8px 20px rgba(224,119,92,.28);
}
.btn .ic{width:1.05em;height:1.05em}
.ic--arrow{width:1em;height:1em;transition:transform .18s ease}
.btn:hover .ic--arrow{transform:translate(2px,-2px)}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(0)}
.btn--primary{--btn-bg:var(--coral);--btn-fg:#fff}
.btn--primary:hover{--btn-bg:var(--coral-600)}
.btn--lg{padding:1em 1.8em;font-size:1.04rem;border-radius:13px}
.btn--block{width:100%}
.btn--ghost-light{--btn-bg:transparent;--btn-fg:#fff;--btn-bd:rgba(255,255,255,.55);box-shadow:none}
.btn--ghost-light:hover{--btn-bg:rgba(255,255,255,.12);--btn-bd:#fff}
.btn--ghost-green{--btn-bg:transparent;--btn-fg:var(--green-700);--btn-bd:var(--line-2);box-shadow:none}
.btn--ghost-green:hover{--btn-bg:var(--green-tint);--btn-bd:var(--green)}

.link-arrow{
  display:inline-flex;align-items:center;gap:.4rem;color:var(--green-700);font-weight:700;font-size:.95rem;
  transition:gap .18s, color .18s;
}
.link-arrow:hover{gap:.7rem;color:var(--coral-600)}

.ic{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}

/* =================================================================
   HEADER
   ================================================================= */
.site-header{position:relative;z-index:1000}

.topbar{background:var(--green-deep);color:#dcebe0;font-size:.84rem}
.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:42px;padding-block:.4rem}
.topbar__note{display:inline-flex;align-items:center;gap:.5rem;color:#c8e3cd}
.topbar__note .ic{width:16px;height:16px;color:#7fc98c}
.topbar__right{display:flex;align-items:center;gap:.9rem}
.topbar__link{display:inline-flex;align-items:center;gap:.45rem;color:#c8e3cd;transition:color .15s}
.topbar__link .ic{width:16px;height:16px;color:#7fc98c}
.topbar__link:hover{color:#fff}
.topbar__sep{width:1px;height:18px;background:rgba(255,255,255,.18)}
.social{display:flex;align-items:center;gap:.5rem}
.social a{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;color:#c8e3cd;background:rgba(255,255,255,.07);transition:.15s}
.social a .ic{width:17px;height:17px}
.social a:hover{background:var(--green);color:#fff}

.navbar{
  background:rgba(255,255,255,.96);
  backdrop-filter:saturate(140%) blur(8px);
  position:sticky;top:0;z-index:1000;
  border-bottom:1px solid var(--line);
  transition:box-shadow .25s, background-color .25s;
}
.site-header.is-stuck .navbar{box-shadow:0 8px 30px rgba(16,40,25,.10)}
.navbar__inner{display:flex;align-items:center;gap:1.2rem;min-height:var(--header-h)}

.brand{display:inline-flex;align-items:center;flex:none}
.brand__logo{height:46px;width:auto}

.nav{margin-inline:auto}
.nav__list{display:flex;align-items:center;gap:.35rem}
.nav__list a{
  display:inline-block;padding:.55rem .8rem;border-radius:9px;color:var(--navy);font-weight:600;font-size:.97rem;
  transition:color .15s,background-color .15s;
}
.nav__list a:hover{color:var(--green-700);background:var(--green-tint)}
.nav__cta-mobile{display:none}

.nav__actions{display:flex;align-items:center;gap:.9rem;flex:none;margin-left:auto}
.phone{display:inline-flex;align-items:center;gap:.6rem}
.phone__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:var(--green-tint);color:var(--green-700);flex:none}
.phone__icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.phone__text{display:flex;flex-direction:column;line-height:1.15}
.phone__text small{font-size:.7rem;color:var(--body-soft);font-weight:600}
.phone__text strong{font-size:1.04rem;color:var(--ink);font-weight:800;letter-spacing:-.01em}
.phone:hover .phone__icon{background:var(--green);color:#fff}

.nav__toggle{display:none;width:46px;height:46px;border-radius:11px;border:1px solid var(--line-2);place-items:center}
.burger,.burger::before,.burger::after{content:"";display:block;width:22px;height:2.4px;background:var(--ink);border-radius:3px;transition:transform .25s,opacity .2s}
.burger{position:relative}
.burger::before{position:absolute;top:-7px}
.burger::after{position:absolute;top:7px}
.nav__toggle[aria-expanded="true"] .burger{background:transparent}
.nav__toggle[aria-expanded="true"] .burger::before{transform:translateY(7px) rotate(45deg)}
.nav__toggle[aria-expanded="true"] .burger::after{transform:translateY(-7px) rotate(-45deg)}

/* =================================================================
   HERO
   ================================================================= */
/* Full-bleed photo hero — background image + scrim + overlaid content */
.hero{position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:center;min-height:clamp(480px,74vh,680px);padding-block:clamp(2.6rem,7vh,5.5rem)}
.hero__bg{position:absolute;inset:0;z-index:-2}
.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:72% center}
.hero::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:
    linear-gradient(90deg, rgba(8,30,19,.90) 0%, rgba(8,30,19,.74) 34%, rgba(8,30,19,.44) 58%, rgba(8,30,19,.14) 80%, rgba(8,30,19,0) 100%),
    linear-gradient(0deg, rgba(8,30,19,.42), transparent 48%);
}
.hero__inner{position:relative;width:100%}
.hero__content{max-width:600px;color:#eaf3ec}
.hero__title{
  color:#fff;margin-top:1rem;
  font-size:clamp(2.2rem,1.45rem + 3.5vw,3.85rem);
  line-height:1.04;letter-spacing:-.022em;text-shadow:0 2px 22px rgba(0,0,0,.30);
}
.hero__lead{margin-top:1.1rem;color:#e6f1ea;font-size:clamp(1.05rem,1rem + .35vw,1.22rem);max-width:46ch;text-shadow:0 1px 12px rgba(0,0,0,.34)}
.hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.7rem}
.hero__trust{display:flex;flex-wrap:wrap;gap:.55rem 1.4rem;margin-top:1.7rem}
.hero__trust li{display:inline-flex;align-items:center;gap:.5rem;font-size:.92rem;font-weight:600;color:#eaf3ec;text-shadow:0 1px 8px rgba(0,0,0,.34)}
.hero__trust .ic{width:18px;height:18px;color:#9fe0aa}

/* Stats trust strip below the hero (floating card) */
.stats-band{background:var(--cream)}
.stats-band__inner{position:relative;z-index:2}
.hero__stats{
  border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;
  box-shadow:var(--shadow);
  display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);
}
.hstat{background:var(--card);padding:clamp(1rem,2.2vw,1.5rem) .7rem;text-align:center;display:flex;flex-direction:column;gap:.3rem}

.hero__stats{
  border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;
  box-shadow:var(--shadow-sm);
  display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);
}
.hstat{background:var(--card);padding:clamp(1rem,2.2vw,1.5rem) .7rem;text-align:center;display:flex;flex-direction:column;gap:.3rem}
.hstat__num{font-family:var(--ff-display);font-weight:700;color:var(--green-700);font-size:clamp(1.7rem,1.3rem + 1.3vw,2.3rem);line-height:1}
.hstat__plus,.hstat__star{color:var(--coral)}
.hstat__star{font-size:.62em;vertical-align:.14em;margin-left:.04em}
.hstat__label{font-size:.78rem;color:var(--body-soft);font-weight:600;line-height:1.22}

/* =================================================================
   CARDS (generic grid)
   ================================================================= */
.cards{display:grid;gap:clamp(1.1rem,2.2vw,1.6rem)}
.cards--services{grid-template-columns:1fr}

.scard{
  background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;
  box-shadow:var(--shadow-sm);transition:transform .22s, box-shadow .22s;display:flex;flex-direction:column;
}
.scard:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.scard__media{aspect-ratio:3/2;overflow:hidden}
.scard__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.scard:hover .scard__media img{transform:scale(1.05)}
.scard__body{padding:1.25rem 1.3rem 1.4rem;display:flex;flex-direction:column;gap:.55rem;flex:1}
.scard__title{font-size:1.22rem;font-weight:800}
.scard__text{color:var(--body-soft);font-size:.96rem;flex:1}
.scard__body .link-arrow{margin-top:.35rem}

/* =================================================================
   ABOUT
   ================================================================= */
.about__grid{display:grid;gap:clamp(1.8rem,4vw,3.4rem);align-items:center}
.about__media{position:relative;max-width:560px;margin-inline:auto;width:100%}
.about__photo{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow)}
.about__photo img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}
.about__chip{
  position:absolute;right:-10px;bottom:-16px;display:flex;align-items:center;gap:.6rem;
  background:var(--green-deep);color:#fff;border-radius:14px;padding:.8rem 1rem;box-shadow:var(--shadow);font-weight:700;font-size:.9rem;line-height:1.2;
}
.about__chip .ic{width:20px;height:20px;color:#7fc98c}
.about__copy .section__title{font-size:clamp(1.8rem,1.2rem + 2.4vw,2.7rem)}
.about__text{margin-top:1rem;color:var(--body-soft)}
.about__features{margin-top:1.5rem;display:grid;gap:.75rem}
.afeature{display:flex;align-items:flex-start;gap:.9rem;text-align:left;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:.9rem 1rem;box-shadow:var(--shadow-sm)}
.afeature__ic{flex:none;display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:var(--green-tint);color:var(--green-700)}
.afeature__ic svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.afeature__body{display:flex;flex-direction:column;gap:.12rem}
.afeature__title{font-weight:800;color:var(--ink);font-size:1rem;line-height:1.25}
.afeature__text{color:var(--body-soft);font-size:.9rem;line-height:1.4}
.about__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.7rem}

/* =================================================================
   OUR WORK / GALLERY
   ================================================================= */
.work{background:linear-gradient(180deg,var(--cream-2),var(--cream))}
.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(.7rem,1.6vw,1.1rem)}
.gtile{
  position:relative;border-radius:var(--radius);overflow:hidden;cursor:pointer;
  box-shadow:var(--shadow-sm);background:#ddd;
}
.gtile img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;transition:transform .5s}
.gtile::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(11,44,29,.78),rgba(11,44,29,.08) 50%,transparent);opacity:0;transition:opacity .3s}
.gtile figcaption{
  position:absolute;left:0;right:0;bottom:0;padding:1rem;z-index:2;color:#fff;
  transform:translateY(8px);opacity:0;transition:transform .3s,opacity .3s;display:flex;flex-direction:column;gap:.15rem;
}
.gtile__cat{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#9fe0aa}
.gtile__name{font-weight:700;font-size:1.02rem}
.gtile:hover img{transform:scale(1.06)}
.gtile:hover::after,.gtile:focus-within::after{opacity:1}
.gtile:hover figcaption,.gtile:focus-within figcaption{transform:none;opacity:1}

/* =================================================================
   PROCESS
   ================================================================= */
.process{background:linear-gradient(180deg,var(--cream-2),var(--cream))}
.process__grid{display:grid;gap:clamp(1.8rem,4vw,3rem);align-items:center}
.steps{display:grid;gap:0}
.step{position:relative;display:flex;gap:1.1rem;padding-bottom:1.7rem}
.step:last-child{padding-bottom:0}
.step::after{content:"";position:absolute;left:25px;top:58px;bottom:4px;width:2px;background:var(--line-2)}
.step:last-child::after{display:none}
.step__num{
  flex:none;position:relative;z-index:1;
  display:grid;place-items:center;width:52px;height:52px;border-radius:50%;
  background:var(--coral);color:#fff;font-family:var(--ff-display);font-weight:700;font-size:1.25rem;
  box-shadow:0 8px 18px rgba(224,119,92,.32);
}
.step__body{padding-top:.4rem}
.step__title{color:var(--ink);font-size:1.18rem}
.step__text{color:var(--body-soft);margin-top:.4rem;font-size:.97rem}
.process__media{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow);height:100%}
.process__media img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}

/* =================================================================
   REVIEWS
   ================================================================= */
.cards--reviews{grid-template-columns:1fr}
.review{
  background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:1.6rem 1.5rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.85rem;
}
.review__stars{color:#f0a500;letter-spacing:.12em;font-size:1.05rem}
.review__quote{color:var(--ink);font-size:1rem;line-height:1.6;text-wrap:pretty}
.review__person{display:flex;align-items:center;gap:.7rem;margin-top:auto;padding-top:.6rem}
.review__avatar{flex:none;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--green-tint);color:var(--green-700);font-family:var(--ff-display);font-weight:700;font-size:1rem}
.review__meta{display:flex;flex-direction:column}
.review__name{font-weight:800;color:var(--ink)}
.review__city{font-size:.86rem;color:var(--body-soft)}

/* =================================================================
   SERVICE AREA
   ================================================================= */
.area__grid{display:grid;gap:clamp(1.8rem,4vw,3rem);align-items:center}
.area__list{display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem .9rem;margin-block:1.4rem}
.area__list li{display:flex;align-items:center;gap:.55rem;font-weight:600;color:var(--ink)}
.area__list li::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--green);flex:none}
.area__map{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}
.area__map iframe{width:100%;height:100%;min-height:340px;aspect-ratio:4/3}

/* =================================================================
   CTA BAND
   ================================================================= */
.cta-band{position:relative;color:#fff;overflow:hidden}
.cta-band__bg{position:absolute;inset:0;z-index:-1;background:linear-gradient(120deg,var(--green-deep) 35%,var(--green-700))}
.cta-band__bg::after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='400'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.06' stroke-width='2'%3E%3Cpath d='M-50 80 C 250 0 450 160 750 80 S 1150 0 1300 80'/%3E%3Cpath d='M-50 220 C 250 140 450 300 750 220 S 1150 140 1300 220'/%3E%3C/g%3E%3C/svg%3E");background-size:cover}
.cta-band__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.6rem;padding-block:clamp(2.6rem,5vw,3.6rem)}
.cta-band__title{color:#fff;font-size:clamp(1.7rem,1.2rem + 2vw,2.5rem)}
.cta-band__text{color:#cfe3d4;margin-top:.6rem;max-width:46ch}
.cta-band__actions{display:flex;flex-wrap:wrap;gap:.85rem}

/* =================================================================
   CONTACT / QUOTE
   ================================================================= */
.contact{background:linear-gradient(180deg,var(--cream),var(--cream-2))}
.contact__grid{display:grid;gap:clamp(1.8rem,4vw,3rem);align-items:start}
.contact__intro .section__title{font-size:clamp(1.8rem,1.2rem + 2.2vw,2.6rem)}
.contact__details{margin-top:1.7rem;display:grid;gap:1rem}
.contact__details li{display:flex;align-items:center;gap:.9rem}
.contact__ic{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:var(--green-tint);color:var(--green-700);flex:none}
.contact__ic svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.contact__details small{display:block;font-size:.78rem;color:var(--body-soft);font-weight:600}
.contact__details a,.contact__details strong{color:var(--ink);font-weight:700}
.contact__details a:hover{color:var(--green-700)}

.contact__formwrap{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-xl);padding:clamp(1.4rem,3vw,2rem);box-shadow:var(--shadow)}
.qform{display:grid;gap:1rem}
.qform__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.field{display:flex;flex-direction:column;gap:.4rem}
.field label{font-weight:700;font-size:.88rem;color:var(--ink)}
.field input,.field select,.field textarea{
  width:100%;padding:.8rem .9rem;border:1.5px solid var(--line-2);border-radius:11px;background:#fff;color:var(--ink);
  transition:border-color .15s,box-shadow .15s;
}
.field textarea{resize:vertical;min-height:110px}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(31,122,67,.14)}
.field input::placeholder,.field textarea::placeholder{color:#9aa7a0}
.field.is-invalid input,.field.is-invalid select{border-color:#d9534f;box-shadow:0 0 0 3px rgba(217,83,79,.12)}
.field__err{color:#c9433f;font-size:.8rem;min-height:0}
.field.is-invalid .field__err{min-height:1rem}
.qform__disclaimer{font-size:.76rem;color:var(--body-soft);line-height:1.5}
.qform__success{display:flex;align-items:center;gap:.6rem;background:var(--green-tint);color:var(--green-700);font-weight:700;padding:.9rem 1rem;border-radius:12px}
.qform__success .ic{color:var(--green);width:20px;height:20px}

/* =================================================================
   FOOTER
   ================================================================= */
.site-footer{background:var(--green-deep-2);color:#bcd0c1}
.footer__grid{display:grid;grid-template-columns:1fr;gap:clamp(1.8rem,4vw,2.6rem);padding-block:clamp(2.6rem,5vw,3.6rem)}
.footer__logo{height:46px;width:auto;margin-bottom:1rem}
.footer__blurb{color:#a7c0ad;font-size:.95rem;max-width:42ch}
.social--footer{margin-top:1.1rem}
.social--footer a{background:rgba(255,255,255,.08);color:#cfe3d4}
.social--footer a:hover{background:var(--green);color:#fff}
.footer__title{color:#fff;font-size:1.02rem;font-weight:800;margin-bottom:.9rem;letter-spacing:0}
.footer__col ul{display:grid;gap:.6rem}
.footer__col a{color:#b6cdbc;transition:color .15s}
.footer__col a:hover{color:#fff}
.footer__contact li{color:#a7c0ad;line-height:1.5}
.footer__bar{border-top:1px solid rgba(255,255,255,.1)}
.footer__bar-inner{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem;align-items:center;justify-content:space-between;padding-block:1.1rem;font-size:.85rem;color:#8fa996}

/* =================================================================
   LIGHTBOX
   ================================================================= */
.lightbox{position:fixed;inset:0;z-index:3000;background:rgba(8,22,15,.92);display:grid;place-items:center;padding:4vw}
.lightbox[hidden]{display:none}
.lightbox__figure{max-width:min(1100px,92vw);max-height:86vh;display:flex;flex-direction:column;gap:.6rem}
.lightbox__figure img{width:100%;max-height:78vh;object-fit:contain;border-radius:10px}
.lightbox__figure figcaption{color:#dcebe0;text-align:center;font-weight:600}
.lightbox__close{position:absolute;top:16px;right:20px;font-size:2.4rem;line-height:1;color:#fff;width:48px;height:48px;border-radius:50%}
.lightbox__close:hover{background:rgba(255,255,255,.12)}
.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);font-size:2.6rem;color:#fff;width:54px;height:54px;border-radius:50%;display:grid;place-items:center}
.lightbox__nav:hover{background:rgba(255,255,255,.12)}
.lightbox__nav--prev{left:2vw}
.lightbox__nav--next{right:2vw}

/* =================================================================
   FLOATING CALL BUTTON (mobile)
   ================================================================= */
.callfab{
  position:fixed;right:16px;bottom:16px;z-index:900;display:none;
  width:58px;height:58px;border-radius:50%;background:var(--coral);color:#fff;
  place-items:center;box-shadow:0 12px 30px rgba(224,119,92,.5);
  animation:pulse 2.4s infinite;
}
.callfab svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(224,119,92,.5)}70%{box-shadow:0 0 0 16px rgba(224,119,92,0)}100%{box-shadow:0 0 0 0 rgba(224,119,92,0)}}

/* ---------- Reveal on scroll ---------- */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease, transform .6s ease}
.reveal.is-visible{opacity:1;transform:none}

/* =================================================================
   RESPONSIVE
   ================================================================= */

/* Small phones: tighten */
@media (max-width:560px){
  .topbar{display:none}
  .callfab{display:grid}
}

/* >= 600px : services & reviews go 2-up, stats stay 2-up, area list 2-up */
@media (min-width:600px){
  .cards--services{grid-template-columns:repeat(2,1fr)}
  .cards--reviews{grid-template-columns:repeat(2,1fr)}
  .hero__stats{grid-template-columns:repeat(4,1fr)}
}

/* >= 768px : tablet */
@media (min-width:768px){
  .process__grid{grid-template-columns:1.05fr 1fr;align-items:stretch}
  .footer__grid{grid-template-columns:2fr 1fr 1fr 1.4fr}
}

/* >= 880px : reviews 3-up, gallery mosaic */
@media (min-width:880px){
  .cards--reviews{grid-template-columns:repeat(3,1fr)}
  .gallery{grid-template-columns:repeat(4,1fr);grid-auto-rows:13rem}
  .gtile{height:100%}
  .gtile img{aspect-ratio:auto;height:100%}
  .gtile:nth-child(1){grid-column:span 2;grid-row:span 2}   /* feature tile */
  .gtile:nth-child(6){grid-column:span 2}                   /* wide tile */
}

/* >= 980px : two-column split sections + 4-up services */
@media (min-width:980px){
  .cards--services{grid-template-columns:repeat(4,1fr)}
  .scard__title{font-size:1.1rem}            /* narrow 4-up cards: keep 2-word titles on one line */
  .about__grid{grid-template-columns:1fr 1.05fr}
  .area__grid{grid-template-columns:1.05fr 1fr}
  .contact__grid{grid-template-columns:1fr 1.1fr}
  .section__head{margin-inline:auto}
}

/* Desktop nav vs mobile nav switch — full horizontal nav only when it fits (>=1120px); hamburger below */
@media (max-width:1119px){
  .nav{
    position:fixed;inset:var(--header-h) 0 auto 0;margin:0;
    background:#fff;border-bottom:1px solid var(--line);
    box-shadow:0 24px 40px rgba(16,40,25,.14);
    display:grid;gap:.2rem;padding:1rem var(--gutter) 1.4rem;
    transform:translateY(-130%);transition:transform .3s ease;max-height:calc(100dvh - var(--header-h));overflow:auto;
  }
  .nav.is-open{transform:none}
  .nav__list{flex-direction:column;align-items:stretch;gap:.1rem}
  .nav__list a{padding:.85rem .6rem;font-size:1.05rem;border-bottom:1px solid var(--line)}
  .nav__list li:last-child a{border-bottom:0}
  .nav__cta-mobile{display:grid;gap:.6rem;margin-top:1rem}
  .nav__toggle{display:grid}
  .nav__quote{display:none}
  .phone__text{display:none}
  .phone__icon{width:46px;height:46px}
}

/* When the full horizontal nav is shown, hide the in-dropdown CTAs */
@media (min-width:1120px){
  .nav__cta-mobile{display:none}
}

/* Larger desktop polish */
@media (min-width:1100px){
  .scard__title{font-size:1.2rem}            /* roomier cards: restore larger title */
}

/* Mobile alignment: center section heads already centered; keep split copy centered on small, left on desktop */
@media (max-width:979px){
  .about__copy,.area__copy,.contact__intro{text-align:center}
  .about__copy .eyebrow,.area__copy .eyebrow,.contact__intro .eyebrow{justify-content:center}
  .checklist{justify-items:center}
  .checklist li{text-align:left}
  .area__list{max-width:420px;margin-inline:auto}
  .about__actions,.area__copy .btn,.about__copy .btn{justify-content:center}
  .about__actions{justify-content:center}
  .cta-band__inner{flex-direction:column;text-align:center}
  .cta-band__text{margin-inline:auto}
  .cta-band__actions{justify-content:center}
}

@media (min-width:980px){
  .about__copy,.area__copy,.contact__intro{text-align:left}
}

/* Hero: left-aligned over the photo on tablet/desktop; centered on phones */
@media (max-width:767px){
  .hero{text-align:center;min-height:clamp(520px,82vh,640px)}
  .hero__content{margin-inline:auto}
  .hero__lead{margin-inline:auto}
  .hero__actions,.hero__trust{justify-content:center}
  .hero__bg img{object-position:center}
  .hero::before{background:linear-gradient(180deg,rgba(8,30,19,.62),rgba(8,30,19,.5) 45%,rgba(8,30,19,.82))}
}

/* Floating stats card straddles the hero base on tablet/desktop */
@media (min-width:768px){
  .stats-band__inner{margin-top:clamp(-4rem,-5vw,-2.6rem)}
  .stats-band{padding-bottom:clamp(2rem,4vw,3rem)}
}
