/* ============================================================
   HOME-ONLY ITERATION LAYER
   Scoped to body.page-home so nothing else on the site is
   touched. The page now alternates: dark header/hero, light
   Snow-Drift sections with dark Everglade cards floating on
   them, one bold Ocean-Green band for rhythm, dark CTA/footer
   bookend. Once approved, fold into style.css + drop this file.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fragment+Mono:ital@0;1&display=swap');

/* ---- contact section: info column + booking card, replaces the old
   simple CTA band — reference layout with checklist/gradient-bar card ---- */
body.page-home .contact-layout{
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
}
body.page-home .contact-info .lede{ margin-top: 14px; margin-bottom: 8px; }
body.page-home .contact-row{
  display: flex; align-items: center; gap: 16px;
  padding-block: 18px; border-bottom: 1px solid rgba(13,26,12,0.12);
}
body.page-home .contact-row__icon{
  width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
  background: var(--paper-dim); color: var(--moss-dim);
  display: flex; align-items: center; justify-content: center;
}
body.page-home .contact-row__icon svg{ width: 18px; height: 18px; }
body.page-home .contact-row b{ display: block; color: var(--ink); font-size: 0.94rem; margin-bottom: 2px; }
body.page-home .contact-row span{ font-size: 0.86rem; color: var(--ink-soft); }
body.page-home .contact-socials{ display: flex; gap: 10px; margin-top: 22px; }
body.page-home .contact-socials a{
  width: 38px; height: 38px; border-radius: 10px; border: 1px solid rgba(13,26,12,0.15);
  display: flex; align-items: center; justify-content: center; color: var(--ink-soft);
  transition: border-color 0.2s ease, color 0.2s ease;
}
body.page-home .contact-socials svg{ width: 16px; height: 16px; }
body.page-home .contact-socials a:hover{ border-color: var(--moss); color: var(--moss-dim); }

body.page-home .contact-card{
  position: relative; overflow: hidden;
  background: var(--paper-dim); border-radius: 18px; padding: 30px;
  box-shadow: 0 20px 44px -18px rgba(13,26,12,0.35);
}
body.page-home .contact-card::before{
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, #5CC79A, #295726);
}
body.page-home .contact-card h3{ font-family: var(--f-display); font-weight: 600; font-size: 1.4rem; color: var(--ink); margin-bottom: 6px; }
body.page-home .contact-card > p{ font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 18px; }
body.page-home .contact-checklist{ margin-bottom: 24px; }
body.page-home .contact-checklist li{
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 12px;
}
body.page-home .contact-checklist__mark{
  width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; margin-top: 1px;
  background: var(--paper); color: var(--moss-dim);
  display: flex; align-items: center; justify-content: center;
}
body.page-home .contact-checklist__mark svg{ width: 11px; height: 11px; }
body.page-home .contact-card__btn{ width: 100%; justify-content: center; margin-bottom: 12px; }
body.page-home .contact-card__btn svg{ width: 18px; height: 18px; }
body.page-home .contact-card__note{
  display: flex; align-items: center; gap: 8px;
  font-size: 0.78rem; color: var(--stone-dim); margin: 0;
}
body.page-home .contact-card__note svg{ width: 14px; height: 14px; flex-shrink: 0; }
body.page-home .contact-card__divider{
  display: flex; align-items: center; gap: 12px; margin-block: 20px;
  font-family: var(--f-mono); font-size: 0.72rem; color: var(--stone-dim); white-space: nowrap;
}
body.page-home .contact-card__divider span{ flex: 1; height: 1px; background: rgba(13,26,12,0.15); }
body.page-home .contact-card__actions{ display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
body.page-home .contact-card__actions .btn{ justify-content: center; }
@media (max-width: 860px){
  body.page-home .contact-layout{ grid-template-columns: 1fr; }
}

/* ---- Featured Projects teaser: centered header (same pattern as the
   FAQ header below it) + 3 photo cards with a floating glass info bar,
   same real-photo-plus-tint treatment already used on the service
   panels and the "why choose us" collage. ---- */
body.page-home section.projects-teaser{
  background: color-mix(in srgb, var(--paper) 92.5%, #8a8f8a 7.5%);
  padding-bottom: calc(var(--section-pad) * 0.6);
}
body.page-home .projects-teaser__head{
  max-width: 620px; margin: 0 auto 44px; text-align: center;
}
body.page-home .projects-teaser__head .why-badge{ margin: 0 auto 20px; }
body.page-home .projects-teaser__head .lede{ margin-top: 16px; margin-inline: auto; }
body.page-home .projects-teaser__divider{
  display: flex; align-items: center; gap: 14px;
  max-width: 200px; margin: 26px auto 0;
}
body.page-home .projects-teaser__divider span{ flex: 1; height: 1px; background: rgba(13,26,12,0.2); }
body.page-home .projects-teaser__divider svg{ width: 16px; height: 16px; color: var(--moss-dim); flex-shrink: 0; }

body.page-home .projects-teaser__grid{
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
body.page-home .project-card{
  position: relative; display: block; overflow: hidden;
  aspect-ratio: 4 / 5; border-radius: 16px;
  border: 1px solid rgba(13,26,12,0.55);
  box-shadow: 0 16px 34px -16px rgba(13,26,12,0.4);
}
body.page-home .project-card__bg{
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  transition: transform 0.6s ease;
}
body.page-home .project-card:hover .project-card__bg{ transform: scale(1.06); }
body.page-home .project-card::after{
  content: ''; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, rgba(13,26,12,0) 42%, rgba(13,26,12,0.8) 100%);
}
body.page-home .project-card__bar{
  position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 1;
  background: rgba(13,26,12,0.3); backdrop-filter: blur(10px) saturate(1.1); -webkit-backdrop-filter: blur(10px) saturate(1.1);
  border: 1px solid rgba(242,246,239,0.24); border-radius: 12px; padding: 14px 16px;
  box-shadow: 0 8px 22px -12px rgba(13,26,12,0.5);
}
body.page-home .project-card__top{ display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
body.page-home .project-card__icon{
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
  background: #54A58B; color: var(--ink);
  display: flex; align-items: center; justify-content: center;
}
body.page-home .project-card__icon svg{ width: 16px; height: 16px; }
body.page-home .projects-teaser .services-cta__btn{
  background: linear-gradient(135deg, #5CC79A 0%, #54A58B 50%, #365429 100%);
}
body.page-home .project-card__text{ min-width: 0; }
body.page-home .project-card__text b{ display: block; color: var(--paper); font-size: 0.95rem; font-weight: 600; }
body.page-home .project-card__text span{ display: block; color: var(--paper-dim); font-size: 0.78rem; margin-top: 1px; }
body.page-home .project-card__link{
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--f-mono); font-size: 0.76rem; color: var(--ember-hi);
}
body.page-home .project-card__link svg{ width: 13px; height: 13px; transition: transform 0.2s ease; }
body.page-home .project-card:hover .project-card__link svg{ transform: translateX(3px); }
@media (max-width: 860px){
  body.page-home .projects-teaser__grid{ grid-template-columns: 1fr; }
  body.page-home .project-card{ aspect-ratio: 16 / 11; }
}
@media (prefers-reduced-motion: reduce){
  body.page-home .project-card:hover .project-card__bg{ transform: none; }
}

/* ---- FAQ + Get In Touch merged into one section: centered header,
   "Have Questions?" info card on the left, accordion filling the wider
   right column. Reuses the existing badge/divider/contact-row/button
   components so it stays in the same visual language as the rest of
   the page instead of introducing new styling. ---- */
body.page-home .faq-merged__head{
  max-width: 620px; margin: 0 auto 52px; text-align: center;
}
body.page-home .faq-merged__head .why-badge{ margin: 0 auto 20px; }
body.page-home .faq-merged__head .lede{ margin-top: 16px; margin-inline: auto; }
body.page-home .faq-merged__divider{
  display: flex; align-items: center; gap: 14px;
  max-width: 200px; margin: 26px auto 0;
}
body.page-home .faq-merged__divider span{ flex: 1; height: 1px; background: rgba(13,26,12,0.2); }
body.page-home .faq-merged__divider svg{ width: 16px; height: 16px; color: var(--moss-dim); flex-shrink: 0; }

body.page-home .faq-merged__layout{
  display: grid; grid-template-columns: 300px 1fr; gap: 40px; align-items: start;
}
body.page-home .faq-merged__card{
  background: var(--paper-dim); border-radius: 18px; padding: 32px 26px;
  text-align: center; position: sticky; top: 110px;
}
body.page-home .faq-merged__icon{
  width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 18px;
  background: var(--paper); color: var(--moss-dim);
  display: flex; align-items: center; justify-content: center;
}
body.page-home .faq-merged__icon svg{ width: 24px; height: 24px; }
body.page-home .faq-merged__card h3{ color: var(--ink); margin-bottom: 8px; }
body.page-home .faq-merged__card > p{ font-size: 0.88rem; color: var(--ink-soft); }
body.page-home .faq-merged__card .faq-merged__divider{ margin: 24px auto; max-width: 150px; }
body.page-home .faq-merged__card .contact-row{ text-align: left; padding-block: 14px; border-bottom-color: rgba(13,26,12,0.1); }
body.page-home .faq-merged__card .contact-row:last-of-type{ border-bottom: none; }
body.page-home .faq-merged__card .contact-row__icon{ background: var(--paper); }
body.page-home .faq-merged__cta{
  width: 100%; justify-content: center; margin-top: 22px;
}
body.page-home .faq-merged__cta svg{ width: 17px; height: 17px; }

body.page-home .faq-merged__list .faq-item:last-child{ border-bottom: none; }

@media (max-width: 900px){
  body.page-home .faq-merged__layout{ grid-template-columns: 1fr; }
  body.page-home .faq-merged__card{ position: static; }
}

/* ---- "why choose us": text+badge+divider+2x2 grid on the left,
   photo collage (1 big + 2 small) on the right — reference layout ---- */
body.page-home .why-layout{ align-items: center; gap: 64px; }
/* ---- badge pill, every section: glassy tinted-green capsule with a thin
   dark-green stroke and a clear (but not heavy) drop shadow. Icon-less
   badges get a small glowing dot instead; the reviews badge keeps its own
   star icon and skips the dot (see :has() rules below). ---- */
body.page-home .why-badge{
  position: relative;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 20px 8px 16px; border-radius: 999px;
  background: linear-gradient(135deg, rgba(64,170,130,0.14), rgba(64,170,130,0.03));
  border: 1px solid rgba(30,58,28,0.55);
  color: var(--forest);
  font-family: var(--f-mono); font-size: 0.76rem; letter-spacing: 0.06em; text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  box-shadow: 0 6px 14px -4px rgba(13,26,12,0.35), inset 0 1px 0 rgba(255,255,255,0.5);
}
body.page-home .why-badge svg{ width: 15px; height: 15px; flex-shrink: 0; }
body.page-home .why-badge:not(:has(svg))::before{
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  flex-shrink: 0;
  background: var(--moss);
  box-shadow: 0 0 0 3px rgba(64,170,130,0.18), 0 0 8px 1px rgba(64,170,130,0.5);
}
body.page-home .why-text .lede{ margin-top: 14px; margin-bottom: 26px; }
body.page-home .why-divider{ display: flex; align-items: center; gap: 14px; margin-bottom: 30px; max-width: 220px; }
body.page-home .why-divider span{ flex: 1; height: 1px; background: rgba(13,26,12,0.2); }
body.page-home .why-divider svg{ width: 18px; height: 18px; color: var(--moss-dim); flex-shrink: 0; }
body.page-home .why-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 28px 24px; }
body.page-home .why-item__icon{
  width: 42px; height: 42px; border-radius: 10px;
  background: var(--paper-dim); color: #39705E;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
}
body.page-home .why-item__icon svg{ width: 20px; height: 20px; }
body.page-home .why-item h4{ font-family: var(--f-body); font-weight: 700; font-size: 0.98rem; color: var(--ink); text-transform: none; letter-spacing: 0; margin-bottom: 6px; }
body.page-home .why-item p{ font-size: 0.85rem; margin: 0; }
body.page-home .why-collage{
  display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 14px;
}
body.page-home .why-collage__main{ grid-column: 1 / -1; aspect-ratio: 16/10; }
body.page-home .why-collage__sub{ aspect-ratio: 1/1; }
/* real photos behind the collage plates — scene gradient becomes a tint
   over the photo instead of a solid background, same treatment as the
   service card photos above */
body.page-home .why-collage .plate{
  border-radius: 16px;
  border: 1px solid rgba(13,26,12,0.55);
  box-shadow: 0 16px 34px -14px rgba(13,26,12,0.5);
  overflow: hidden;
}
/* ---- photo lives on ::before, sized to the frame — this is the layer that
   zooms on hover, while the .plate frame itself (border/radius/shadow/size)
   never moves. ---- */
body.page-home .why-collage .plate::before{
  background-image: var(--plate-img);
  background-size: cover; background-position: center;
}
/* ---- tint moves to ::after so it still sits above the photo ---- */
body.page-home .why-collage .plate::after{
  display: block;
  opacity: 0.6;
  backdrop-filter: blur(3px);
  background: linear-gradient(180deg, rgba(30,58,28,0.35) 0%, rgba(13,26,12,0.75) 100%);
}
/* ---- slow hover zoom: the photo layer drifts inward over a few seconds,
   frame size stays fixed. Desktop-only so it never fires as an accidental
   tap on mobile. ---- */
@media (hover: hover) and (pointer: fine){
  body.page-home .why-collage .plate::before{
    transition: transform 4s ease-out;
  }
  body.page-home .why-collage .plate:hover::before{
    transform: scale(1.12);
  }
}
@media (prefers-reduced-motion: reduce){
  body.page-home .why-collage .plate::before{ transition: none; }
}
@media (max-width: 700px){
  body.page-home .why-grid{ grid-template-columns: 1fr; }
}

/* ---- trial: swap the mono label/utility font sitewide-on-homepage-only.
   IBM Plex Mono reads as a generic AI-site default; Fragment Mono has
   more character (flared strokes) while staying precise/technical —
   fits the survey-marker label system this font drives everywhere. ---- */
body.page-home{ --f-mono: 'Fragment Mono', monospace; }

/* ---- warmth pass: whole page nudged 15% toward yellow/amber.
   Applied to header/footer/utility-bar separately rather than body —
   filter on body would make fixed-position UI (scroll progress bar,
   call widget, mobile nav) start tracking body's box instead of the
   viewport, breaking their pinning on scroll. ---- */
body.page-home main,
body.page-home .utility-bar,
body.page-home .site-header,
body.page-home .site-footer{ filter: sepia(10%); }

/* ---- grain: subtle noise texture on every section except the hero
   (hero has its own photo slideshow + tint already) and outside main
   (header/footer untouched) ---- */
body.page-home main > section:not(.hero)::before{
  content:'';
  position:absolute; inset:0;
  pointer-events:none;
  opacity:0.05;
  mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat:repeat;
}

/* ---- services section: closing CTA — note + gradient pill button ---- */
body.page-home .services-cta{
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  margin-top: 48px; text-align: center;
}
body.page-home .services-cta__note{
  font-family: var(--f-body); font-size: 1rem; color: var(--ink-soft); margin: 0;
}
/* ---- featured projects closing CTA: Book Now + Explore Projects side by side ---- */
body.page-home .projects-teaser .services-cta__actions{
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: center;
}
body.page-home .services-cta__btn{
  display: inline-flex; align-items: center; gap: 10px;
  padding: 17px 32px; border-radius: 16px;
  font-family: var(--f-body); font-weight: 700; font-size: 1.02rem; letter-spacing: 0;
  color: var(--paper);
  background: linear-gradient(135deg, #5CC79A 0%, #40AA82 50%, #295726 100%);
  box-shadow: 0 10px 24px -6px rgba(64,170,130,0.5), 0 0 28px 7px rgba(64,170,130,0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body.page-home .services-cta__btn svg{ width: 18px; height: 18px; transition: transform 0.2s ease; }
body.page-home .services-cta .services-cta__btn{ font-family: var(--f-mono); font-weight: 400; letter-spacing: 0.04em; }
body.page-home .services-cta__btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -6px rgba(64,170,130,0.6), 0 0 35px 9px rgba(64,170,130,0.2);
}
body.page-home .services-cta__btn:hover svg{ transform: translateX(3px); }

/* header nav CTA: same gradient/shape as the services button, no glow,
   sized to fit the nav bar instead of a full-width section CTA */
body.page-home .header-cta-btn{
  padding: 14px 26px; font-size: 0.88rem; border-radius: 14px;
  font-family: var(--f-mono); font-weight: 400; letter-spacing: 0.04em;
  box-shadow: none;
  background: linear-gradient(135deg, #5CC79A 0%, #54A58B 50%, #365429 100%);
}

/* hero CTA: same gradient/shape/font as the header button, sized up a bit for the hero */
body.page-home .hero-cta-btn{
  padding: 16px 30px; font-size: 0.95rem; border-radius: 14px;
  font-family: var(--f-mono); font-weight: 400; letter-spacing: 0.04em;
  box-shadow: none;
  background: linear-gradient(135deg, #5CC79A 0%, #54A58B 50%, #295726 100%);
}
body.page-home .hero-cta-btn:hover{
  box-shadow: none;
}
body.page-home .hero-cta-btn svg{ width: 17px; height: 17px; }
body.page-home .header-cta-btn:hover{
  box-shadow: none;
}
body.page-home .header-cta-btn svg{ width: 16px; height: 16px; }
/* mobile: show a small "Book Now" button next to the hamburger instead
   of hiding it entirely — reuses the same button/link, just resized. */
@media (max-width: 700px){
  body.page-home .header-cta-btn{
    display: inline-flex;
    padding: 8px 14px;
    font-size: 0.7rem;
    border-radius: 10px;
  }
}

/* ---- "where we work": grouped pills (hub / local / further afield) on the
   left, a map card with a legend on the right — reference layout ---- */
body.page-home .where-layout{
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: stretch;
}
body.page-home .where-accent{ color: var(--moss-dim); }
body.page-home .where-label{
  font-family: var(--f-mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--moss-dim); margin: 26px 0 12px;
}
body.page-home .where-text .where-label:first-of-type{ margin-top: 30px; }
body.page-home .where-pills{ display: flex; flex-wrap: wrap; gap: 10px; }
body.page-home .where-pill{
  display: inline-flex; align-items: center;
  padding: 10px 18px; border-radius: 14px;
  background: #39705E; color: var(--paper);
  font-family: var(--f-body); font-weight: 600; font-size: 0.88rem;
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
a.where-pill:hover{ transform: translateY(-2px); background: #54A58B; }
body.page-home .where-pill--hub{
  background: #54A58B; color: var(--paper); border-color: transparent;
}
body.page-home .where-pill--outline{
  background: transparent; color: var(--ink-soft);
  border-style: dashed; border-color: rgba(13,26,12,0.55);
}
body.page-home .where-note{ margin-top: 22px; font-size: 0.88rem; max-width: 42ch; }
body.page-home .where-map-card{
  background: var(--paper-dim); border-radius: 16px; padding: 14px;
  display: flex; flex-direction: column;
  border: 1px solid rgba(13,26,12,0.55);
  box-shadow: 0 10px 22px -14px rgba(13,26,12,0.45), 0 26px 44px -20px rgba(13,26,12,0.35);
}
body.page-home .where-map-card .areas-teaser-map{
  border-radius: 12px; overflow: hidden; border: 1px solid rgba(13,26,12,0.12);
  flex: 1; display: flex; min-height: 360px;
}
body.page-home .where-map-card .areas-teaser-map iframe{ width: 100%; height: 100%; border: 0; display: block; }
body.page-home .where-legend{
  display: flex; gap: 24px; padding: 14px 6px 4px;
  font-family: var(--f-mono); font-size: 0.76rem; color: var(--ink-soft);
}
body.page-home .where-legend span{ display: inline-flex; align-items: center; gap: 8px; }
body.page-home .where-dot{ width: 9px; height: 9px; border-radius: 50%; background: var(--stone-dim); flex-shrink: 0; }
body.page-home .where-dot--hub{ background: var(--moss); }
@media (max-width: 860px){
  body.page-home .where-layout{ grid-template-columns: 1fr; }
}

/* ---- process section bg: the user's actual reference photo (teal with
   corner leaf clusters baked in) instead of a recreated approximation ---- */
body.page-home section.home-mint{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-home section.home-mint > .container{ position: relative; z-index: 1; }

/* ---- process steps: white cards so they read as distinct objects against
   the solid teal section, instead of text floating directly on the color ---- */
body.page-home .process-step{
  position: relative; overflow: hidden;
  background: var(--paper);
  border-radius: 12px;
  padding: 18px 18px 20px;
  box-shadow: 0 16px 34px -14px rgba(13,26,12,0.4);
  display: flex; flex-direction: column;
  min-height: 260px; /* bit squarish, not literally square — content still drives extra height if needed */
}
/* flex columns default every child to align-items:stretch, which was
   forcing the small STEP tag to stretch full-width like the paragraph
   below it — opt just this one element out */
body.page-home .process-step .stake{ align-self: flex-start; }
/* subtle grain — same noise data-URI already used on the photo plates elsewhere */
body.page-home .process-step::after{
  content: ''; position: absolute; inset: 0; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: 0.4;
  pointer-events: none;
}
body.page-home .process-step::before{
  /* gradient reveal on hover — ported from a React hover-card reference,
     recolored to a translucent green tint instead of neutral gray */
  content: ''; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, rgba(166,222,186,0.5), transparent 70%);
  opacity: 0; transition: opacity 0.25s ease; pointer-events: none;
}
body.page-home .process-step:hover::before{ opacity: 1; }
body.page-home .process-step > *{ position: relative; z-index: 1; }
body.page-home .process-step__title-wrap{ position: relative; padding-left: 14px; margin-bottom: 8px; }
body.page-home .process-step__bar{
  position: absolute; left: 0; top: 2px; bottom: 2px; width: 3px; border-radius: 2px;
  background: rgba(13,26,12,0.28);
  transition: background 0.2s ease, top 0.2s ease, bottom 0.2s ease;
}
body.page-home .process-step:hover .process-step__bar{ background: var(--ink); top: -3px; bottom: -3px; }
body.page-home .process-step__title{ display: inline-block; transition: transform 0.2s ease; margin: 0; }
body.page-home .process-step:hover .process-step__title{ transform: translateX(6px); }
/* card is now its own contrast object, so the old column divider is gone */
.grid-4 .process-step{ border-left: none; }
/* text inside the card needs to be dark again — these beat the section-wide
   white-text rules below via the extra .process-step in the selector chain */
.home-mint .process-step .stake{ color: var(--ink); border-color: rgba(13,26,12,0.35); }
.home-mint .process-step p{ color: var(--ink-soft); }

/* ---- buttons: a touch of corner rounding instead of hard edges ---- */
body.page-home .btn{ border-radius: 6px; }

/* ---- service cards grid: tighter gap so the 6 cards read as one connected
   set instead of floating far apart ---- */
body.page-home .grid-3{ gap: 26px; }

/* ---- service cards: photo background + green gradient tint, rounded, shadowed ---- */
body.page-home .panel{
  position: relative; overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 20px 45px -14px rgba(13,26,12,0.6), 0 6px 16px -6px rgba(13,26,12,0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
body.page-home .panel:hover{
  box-shadow: 0 28px 60px -14px rgba(13,26,12,0.7), 0 10px 24px -8px rgba(13,26,12,0.5);
}
body.page-home .panel__bg{
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  transition: transform 0.6s ease;
}
body.page-home .panel:hover .panel__bg{ transform: scale(1.08); }
body.page-home .panel__bg::after{
  content: '';
  position: absolute; inset: 0;
  /* green tint over the photo — opacity bumped +40% per stop from the original
     (0.45/0.5/0.85 -> 0.63/0.7/1), still lighter up top, solid by the bottom
     where the text sits */
  background: linear-gradient(180deg, rgba(30,58,28,0.63) 0%, rgba(13,26,12,0.7) 45%, rgba(13,26,12,1) 100%);
}
body.page-home .panel > *:not(.panel__bg){ position: relative; z-index: 1; }
body.page-home .panel__foot{ justify-content: flex-end; }
@media (prefers-reduced-motion: reduce){
  body.page-home .panel:hover .panel__bg{ transform: none; }
}

/* ---- services section: animated WebGL gradient shader background (js/shader-bg.js).
   Scoped with :has() so only the section that actually contains the canvas
   is affected — the other white sections on the page are untouched. ---- */
body.page-home .section.home-snow:has(.services-shader){ position: relative; overflow: hidden; }
body.page-home .section.home-snow:has(.services-shader) > .container{ position: relative; z-index: 1; }
/* WebGL shader removed entirely (js/shader-bg.js no longer loaded) after
   it was still causing crashes on mobile even with the touch-device
   skip. Static gradient shows on every device now — same colors the
   shader used to animate between, just not moving. */
body.page-home .services-shader{
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%;
  opacity: 0.05;
  pointer-events: none;
  background: linear-gradient(160deg,
    #0D1A0C 0%, #295726 35%, #40AA82 68%, #A6DEBA 100%);
}

/* ---- buttons: shine sweep on click (see js/main.js for the .is-shining toggle) ---- */
body.page-home .btn{ position: relative; overflow: hidden; }
body.page-home .btn::after{
  content: ''; position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
  transform: skewX(-20deg);
  pointer-events: none;
}
body.page-home .btn.is-shining::after{ animation: btn-shine 0.6s ease-out; }
@keyframes btn-shine{
  from{ left: -60%; }
  to{ left: 130%; }
}
@media (prefers-reduced-motion: reduce){
  body.page-home .btn.is-shining::after{ animation: none; }
}

/* ---- header: glassy frosted panel instead of a near-opaque bar.
   Pure CSS (backdrop-filter) — no JS, no asset, no load-time cost.
   Only a small GPU paint cost while scrolling, same as any sticky bar. ---- */
body.page-home .site-header{
  background: rgba(13,26,12,0.5);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){
  body.page-home .site-header{ background: rgba(13,26,12,0.92); }
}
/* mobile: sticky header + backdrop-filter recomputes its blur every
   scroll frame (whatever's behind it keeps changing), which was
   causing stutter specifically at fast scroll speed. Solid background
   instead on mobile only — desktop keeps the full glass effect since
   it's not the problem there. */
@media (max-width: 700px){
  body.page-home .site-header{
    background: rgba(13,26,12,0.92);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

/* ---- FAQ section: light greenish tint instead of plain white ---- */
body.page-home .faq-section{ background: var(--paper-dim); }

/* ---- utility bar: hours + service area centered together, each with an icon ---- */
body.page-home .utility-bar .container{ justify-content: center; padding-block: 10px; }
body.page-home .utility-bar__center{ display: flex; align-items: center; gap: 36px; flex-wrap: wrap; justify-content: center; }
body.page-home .utility-bar__item{ display: inline-flex; align-items: center; gap: 8px; line-height: 1; font-weight: 400; font-size: 0.59rem; }
body.page-home .utility-bar__item svg{ width: 11px; height: 11px; flex-shrink: 0; }
body.page-home .utility-bar{ color: #FFFFFF; }
body.page-home .utility-bar__item svg{ color: var(--fern); }
@media (max-width: 640px){
  body.page-home .utility-bar__center{ gap: 18px; }
  body.page-home .utility-bar__item{ font-size: 0.54rem; }
}


/* ---- hero: lead-form removed, remaining content centered ---- */
body.page-home .hero__center{ text-align: center; max-width: 760px; margin-inline: auto; }
body.page-home .hero__row,
body.page-home .hero__actions,
body.page-home .hero__stats{ justify-content: center; }
body.page-home .hero__center .lede{ margin-inline: auto; }
body.page-home .hero h1{ margin-inline: auto; max-width: 16ch; }

/* ---- rotating headline word: slide-up + fade, rest of the sentence stays static ----
   h1 is a flex column so the two lines stack with an explicit, controlled gap instead
   of relying on inline line-box height (which was inflating the space between them,
   since the rotor's tall box was setting the wrapped line's height). ---- */
body.page-home .hero h1.hero__rotate-heading{
  max-width: min(92vw, 640px);
  display: flex; flex-direction: column; align-items: center;
  gap: 0.05em;
  margin-bottom: 14px;
}
body.page-home .hero__rotate-line{ line-height: 1.08; }
body.page-home .rotate-word-wrap{
  position: relative; display: inline-flex; justify-content: center; align-items: center;
  height: 1.3em; min-width: min(90vw, 420px);
  overflow: visible; /* inactive words are already opacity:0, so nothing needs clipping —
                         "overflow-x:visible + overflow-y:hidden" computes to "auto" per spec,
                         which is what produced the scrollbar and the crop */
  vertical-align: bottom;
}
body.page-home .rotate-word{
  position: absolute; left: 50%; transform: translate(-50%, 120%); opacity: 0; white-space: nowrap;
  font-weight: 700;
  background: linear-gradient(135deg, var(--fern), var(--ember-hi));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  transition: transform 0.55s cubic-bezier(.16,1,.3,1), opacity 0.5s cubic-bezier(.16,1,.3,1);
}
body.page-home .rotate-word.active{ transform: translate(-50%, 0%); opacity: 1; }
@media (prefers-reduced-motion: reduce){
  body.page-home .rotate-word{ transition: opacity 0.3s linear; transform: translate(-50%, 0%); }
}

/* ---- hero stats: 30% smaller, centered as a group and internally ---- */
body.page-home .hero__stats{ align-items: center; }
body.page-home .hero__stat{ display: flex; flex-direction: column; align-items: center; text-align: center; }
body.page-home .hero__stat b{ font-size: 1.33rem; } /* 1.9rem base × 0.7 */
body.page-home .hero__stat span{ font-size: 0.62rem; }

/* ---- hero: Google reviews capsule, replacing the old text eyebrow ---- */
body.page-home .google-badge{
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(242,246,239,0.12);
  border: 1px solid rgba(242,246,239,0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 9px 20px;
  margin-bottom: 24px;
  white-space: nowrap;
  max-width: 100%;
}
body.page-home .google-badge__icon{ width: 17px; height: 17px; flex-shrink: 0; }
body.page-home .google-badge__rating{ font-family: var(--f-mono); font-weight: 700; font-size: 0.86rem; color: var(--paper); }
body.page-home .google-badge__stars{ color: #FBBC05; font-size: 0.8rem; letter-spacing: 1px; flex-shrink: 0; }
body.page-home .google-badge__divider{ width: 1px; height: 14px; background: rgba(242,246,239,0.3); flex-shrink: 0; }
body.page-home .google-badge__count{ font-family: var(--f-mono); font-size: 0.78rem; color: var(--paper-dim); white-space: nowrap; }
@media (max-width: 420px){
  body.page-home .google-badge{ padding: 8px 14px; gap: 6px; }
  body.page-home .google-badge__count{ font-size: 0.66rem; }
  body.page-home .google-badge__rating{ font-size: 0.76rem; }
  body.page-home .google-badge__stars{ font-size: 0.66rem; }
}

/* ---- hero: 3-image slideshow, medium-slow crossfade every 5s (see js/main.js), dark green tint over it ---- */
.hero__media{ overflow: hidden; }
.hero__photo{
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.hero__slide{
  opacity: 0;
  transition: opacity 0.8s ease;
}
.hero__slide.is-active{ opacity: 1; }
.hero__tint{
  position: absolute; inset: 0; z-index: 0;
  background: var(--forest);
  opacity: 0.55;
}

/* ---- section grounds ---- */
.home-snow{ background: var(--paper); }
.home-mint{ background: #40AA82; }
.home-bold{ background: #40AA82; }

/* ---- headings / accents on light-ish grounds: dark ink throughout ----
   h3 is deliberately excluded: every h3 on this page lives inside a
   .panel or .quote-card, which stay dark cards and need their light
   default text — only true section-level h1/h2 get flipped to ink. */
.home-snow h1, .home-snow h2, .home-snow .eyebrow, .home-snow .stake, .home-snow .btn--ghost,
.home-mint h1, .home-mint h2, .home-mint .eyebrow, .home-mint .stake, .home-mint .btn--ghost,
.home-bold h1, .home-bold h2, .home-bold .eyebrow, .home-bold .btn--ghost{
  color: var(--ink);
}
.home-snow .eyebrow::before, .home-mint .eyebrow::before, .home-bold .eyebrow::before{ background: var(--ink); }
.home-mint .stake{ border-color: rgba(13,26,12,0.35); }
.home-snow .btn--ghost, .home-mint .btn--ghost, .home-bold .btn--ghost{ border-color: rgba(13,26,12,0.35); }
.home-snow .btn--ghost:hover, .home-mint .btn--ghost:hover, .home-bold .btn--ghost:hover{ border-color: var(--ink); }

/* ---- body copy: soft ink, still comfortably dark on all three grounds ---- */
.home-snow p, .home-mint p, .home-bold p, .home-snow .lede, .home-mint .lede{ color: var(--ink-soft); }
/* ...except copy inside the dark panel cards, which keeps its light default */
.home-snow .panel p{ color: var(--stone); }

/* ---- process section: all text white on the solid teal background,
   overriding the shared ink rules above (same selectors, later wins) ---- */
.home-mint h1, .home-mint h2, .home-mint .eyebrow, .home-mint .stake,
.home-mint p, .home-mint .lede{
  color: var(--paper);
}
.home-mint .eyebrow::before{ background: var(--paper); }
.home-mint .stake{ border-color: rgba(242,246,239,0.4); }

/* ---- "why choose us" feature list on the white section ---- */
.home-snow .feature__num{ color: var(--ink); border-color: rgba(13,26,12,0.3); }
.home-snow .feature h4{ color: var(--ink); }

/* ---- outline buttons need a dark stroke once the ground is light ---- */
.home-snow .btn--outline{ border-color: rgba(13,26,12,0.35); color: var(--ink); }
.home-snow .btn--outline:hover{ border-color: var(--ink); background: rgba(41,87,38,0.08); }

/* ---- FAQ accordion on the white section ---- */
.home-snow .faq-item{ border-bottom-color: rgba(13,26,12,0.15); }
.home-snow .faq-q{ color: var(--ink); }
.home-snow .faq-q .plus{ color: var(--ink); }

/* ---- testimonial cards stay Snow Drift, now floating on the bold teal band ---- */
body.page-home .tcard{ background: var(--paper); border-color: var(--paper-2); }
body.page-home .tcard__stars{ color: var(--moss-dim); }
body.page-home .tcard p{ color: var(--ink-soft); }
body.page-home .tcard__who b{ color: var(--ink); }
body.page-home .tcard__who span{ color: var(--ink-soft); opacity: 0.7; }
body.page-home .tcard__badge{ border-color: var(--moss-dim); color: var(--moss-dim); }
body.page-home .tcard__rating{ display: flex; align-items: center; gap: 8px; }
body.page-home .tcard__google{ width: 16px; height: 16px; flex-shrink: 0; }
/* ticker edge-fade must match the bold teal section it now sits in, not the old dark bg */
body.page-home .home-bold .tt-wrap::before{ background: linear-gradient(90deg, #54A58B, transparent); }
body.page-home .home-bold .tt-wrap::after{ background: linear-gradient(270deg, #54A58B, transparent); }

/* ---- testimonials band now has a photo background: heading + "read all" link
   need to flip from ink to white, and the ghost link needs a visible stroke
   against the leafy image instead of the old flat-teal dark-border treatment ---- */
body.page-home .home-bold h2{ color: var(--paper); }
/* the ghost treatment (zero inline padding + a bare bottom rule) read as stray
   text on the photo ground, and .btn's transparent 1px box picked up the border
   colour on all four sides — so this one gets a real, solid capsule button. */
body.page-home .home-bold .btn--ghost{
  padding: 14px 26px; border-radius: 999px;
  background: var(--paper); border: 1px solid var(--paper);
  color: #39705E; font-weight: 600;
  box-shadow: 0 10px 24px -12px rgba(13,26,12,0.55);
}
body.page-home .home-bold .btn--ghost:hover{
  background: var(--paper); border-color: var(--paper);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -12px rgba(13,26,12,0.65);
}

/* ---- trust-stat capsules below the review carousel: transparent-black glass pills ---- */
body.page-home .tt-stats{
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 14px; margin-top: 40px;
}
body.page-home .tt-stat{
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 14px;
  background: rgba(13,26,12,0.35); border: 1px solid rgba(242,246,239,0.28);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  color: var(--paper); font-weight: 600; font-size: 0.86rem; letter-spacing: 0.01em;
}
body.page-home .tt-stat__dot{
  width: 7px; height: 7px; border-radius: 50%; background: var(--ember-hi); flex-shrink: 0;
}
body.page-home section.home-bold{ padding-bottom: calc(var(--section-pad) * 0.5); }

/* ---- hero quote card stays Snow Drift, floating on the still-dark hero photo ---- */
body.page-home .quote-card{ background: var(--paper); border-color: var(--paper-2); }
body.page-home .quote-card .eyebrow{ color: var(--moss-dim); }
body.page-home .quote-card .eyebrow::before{ background: var(--moss-dim); }
body.page-home .quote-card h3{ color: var(--ink); }
body.page-home .field label{ color: var(--moss-dim); }
body.page-home .form-trust{ color: var(--moss-dim); }
/* inputs stay dark on purpose — reads as an ink-well inset against the light card */

/* ---- ridge dividers must match the new section colors they meet ---- */
.ridge--mint path{ fill: #A6DEBA; }
.ridge--snow path{ fill: var(--paper); }

/* ---- topo texture needs a dark variant to stay visible on the mint band ---- */
.home-mint .topo-bg{
  opacity: 0.14;
  background-image:
    repeating-radial-gradient(circle at 18% 30%, transparent 0, transparent 26px, rgba(13,26,12,0.16) 27px, transparent 28px, transparent 60px),
    repeating-radial-gradient(circle at 82% 70%, transparent 0, transparent 34px, rgba(13,26,12,0.16) 35px, transparent 36px, transparent 74px);
}

/* ---- tablet responsiveness fixes ----
   Isolated to 701–980px only, never touching mobile (≤700) or desktop
   (≥981). Grouped here as this section grows during the mobile/tablet
   responsiveness pass. ---- */

/* hero: base .hero rule in style.css is min-height:92vh with content
   bottom-anchored (align-items:flex-end) — on tablet-height viewports
   that left a large empty gap above the Google review badge. Scoped to
   body.page-home + tablet only: services.html shares the same .hero
   class and keeps its original sizing untouched. */
@media (min-width: 701px) and (max-width: 980px){
  body.page-home .hero{ min-height: 48vh; }
  body.page-home .hero__content{ padding-block: 29px 60px; }
}

/* services grid: was collapsing straight to 1 column on tablet, forcing
   6 full-width stacked cards and a very long scroll. 2 columns halves
   the row count (6 cards -> 3 rows instead of 6), shrinking the section
   naturally without shrinking any individual card's content. .grid-3 is
   used only once on the homepage (this section), so this is safe to
   target directly without a more specific selector. */
@media (min-width: 701px) and (max-width: 980px){
  body.page-home .grid-3{ grid-template-columns: repeat(2, 1fr); }
}

/* FAQ "Have Questions?" card: on desktop it's a narrow 300px sidebar
   column; the existing ≤900px rule collapses the layout to a single
   column, which stretched the card edge-to-edge and looked unbalanced.
   Constrain + center it for the full tablet range instead. */
@media (min-width: 701px) and (max-width: 980px){
  body.page-home .faq-merged__layout{ grid-template-columns: 1fr; }
  body.page-home .faq-merged__card{
    max-width: 460px;
    margin-inline: auto;
    position: static;
  }
}

/* why-item descriptions: text itself stays untouched — the problem was
   the paragraph stretching the full card width on tablet, wrapping
   unevenly card to card. Capping the line length keeps wording intact
   but forces more balanced, similar-height wrapping. */
@media (min-width: 701px) and (max-width: 980px){
  body.page-home .why-item p{ max-width: 28ch; }
}

/* FAQ section: on the tablet single-column stack, the "Have Questions?"
   card (first in the HTML, a sidebar on desktop) was appearing above the
   question list. Swap the visual order so the questions lead and the
   card follows, without touching the HTML/DOM order (keeps desktop's
   sidebar-left layout untouched, since order has no effect there while
   grid-template-columns still places them side by side). */
@media (min-width: 701px) and (max-width: 980px){
  body.page-home .faq-merged__list{ order: 1; }
  body.page-home .faq-merged__card{ order: 2; }
}

/* utility bar: mobile-only slimming + single-line fit. The short label
   is hidden by default (tablet/desktop keep "Serving the Blackwood
   Valley" unchanged) and only swapped in below 700px. */
body.page-home .utility-bar__short{ display: none; }
@media (max-width: 700px){
  body.page-home .utility-bar .container{ padding-block: 6px; }
  body.page-home .utility-bar__center{ flex-wrap: nowrap; gap: 10px; }
  body.page-home .utility-bar__item{ font-size: 0.5rem; white-space: nowrap; }
  body.page-home .utility-bar__item svg{ width: 9px; height: 9px; }
  body.page-home .utility-bar__full{ display: none; }
  body.page-home .utility-bar__short{ display: inline; }
}

/* mobile header refinements:
   - utility bar: the two items were clustered together in the center;
     space them across the full width instead so they don't sit stuck
     to each other, without pushing all the way to the bar's edges.
   - logo + hamburger: both reduced 20% and the header's own edge
     padding tightened, so they sit closer to the true screen edge. */
@media (max-width: 700px){
  body.page-home .utility-bar__center{ justify-content: center; gap: 22px; }

  body.page-home .site-header .container{ padding-inline: 14px; }

  body.page-home .brand__mark{ width: 34px; height: 34px; }
  body.page-home .brand__name{ font-size: 1.08rem; }
  body.page-home .brand__sub{ font-size: 0.5rem; }

  body.page-home .menu-toggle{ padding: 7px 9px; }
  body.page-home .menu-toggle svg{ width: 16px; height: 16px; }
}

/* mobile: hero gap above the Google review badge, same cause as the
   tablet fix — base .hero (style.css, shared with services.html) uses
   min-height:82vh with bottom-anchored content, leaving empty space
   above on tall phone screens. Homepage + mobile only. */
@media (max-width: 700px){
  body.page-home .hero{ min-height: 50vh; }
  body.page-home .hero__content{ padding-block: 48px 60px; }
}

/* mobile: hero action buttons were wrapping to two stacked full-width
   rows, adding scroll length. Shrink both so they sit side by side. */
@media (max-width: 700px){
  body.page-home .hero__actions{ flex-wrap: nowrap; gap: 10px; align-items: center; }
  body.page-home .hero-cta-btn{ padding: 9px 17px; font-size: 0.82rem; gap: 7px; border-radius: 10px; }
  body.page-home .hero-cta-btn svg{ width: 18px; height: 18px; }
  body.page-home .hero__actions .btn--outline{ padding: 9px 15px; font-size: 0.77rem; }
}

/* "Schedule Your Free Walkthrough" (services section CTA) — color
   applies at all breakpoints; size is reduced 30% on mobile only.
   Scoped with a direct-child selector (.services-cta > .services-cta__btn)
   so it does NOT also match the separate "Book Now" button in the
   Featured Projects section, which sits one level deeper inside
   .services-cta__actions and is untouched here. */
body.page-home .services-cta > .services-cta__btn{
  background: linear-gradient(135deg, #5CC79A 0%, #54A58B 50%, #365429 100%);
}
@media (max-width: 700px){
  body.page-home .services-cta > .services-cta__btn{
    padding: 12px 22px; font-size: 0.71rem; gap: 7px;
  }
  body.page-home .services-cta > .services-cta__btn svg{ width: 13px; height: 13px; }
}

/* process section background: mobile-only swap to the phone-specific
   image (img/process-bg-mobile.png). Tablet/desktop keep the original
   img/process-bg.png set inline on the section. background-size:cover
   is inherited from the existing section.home-mint rule above. */
@media (max-width: 700px){
  body.page-home section.home-mint{
    background-image: url('../img/process-bg-mobile.png') !important;
  }
}

/* mobile hero: was reading as too cramped — everything packed tightly
   together. Opening up the gaps between each element (header→badge,
   badge→headline, headline→paragraph, paragraph→buttons, buttons→stats)
   rather than just the one gap that was mentioned, for a more even,
   breathable rhythm down the section. hero__stats has an inline
   margin-top style in the HTML, so it needs !important to override. */
@media (max-width: 700px){
  body.page-home .hero__content{ padding-block: 68px 60px; }
  body.page-home .google-badge{ margin-bottom: 34px; }
  body.page-home .hero h1{ margin-bottom: 30px; }
  body.page-home .hero__row{ margin-top: 48px; }
  body.page-home .hero__stats{ margin-top: 52px !important; }
}

/* review/testimonials section background: mobile-only swap, same
   pattern as the process section fix. Inline style on the section
   requires !important to override, and the path is ../img/ since it's
   resolved relative to this CSS file's own folder (css/), not the
   HTML page's folder. */
@media (max-width: 700px){
  body.page-home section.home-bold{
    background-image: url('../img/testimonials-bg-mobile.png') !important;
  }
}

/* why-item: mobile-only horizontal layout (icon left, title+description
   stacked to its right), matching the supplied reference — instead of
   the icon-on-top-of-text vertical card layout used on tablet/desktop.
   Uses the new .why-item__text wrapper added in the HTML. */
@media (max-width: 700px){
  body.page-home .why-item{ display: flex; align-items: flex-start; gap: 14px; }
  body.page-home .why-item__icon{ margin-bottom: 0; flex-shrink: 0; }
  body.page-home .why-item__text{ min-width: 0; }
}

/* review section trust pills: on mobile each pill sized to its own
   text length, so stacking them left ragged, uneven edges. Same pills,
   same colors/text/border — just arranged as a clean uniform-width
   column instead. */
@media (max-width: 700px){
  body.page-home .tt-stats{ flex-direction: column; align-items: center; gap: 12px; }
  body.page-home .tt-stat{ width: 100%; max-width: 280px; justify-content: center; }
}

/* Featured Projects "Book Now" / "Explore Projects": matched to the
   same small size as the header's mobile Book Now button (padding
   8px 14px, font 0.7rem, radius 10px). Scoped to .projects-teaser so
   this doesn't touch the hero buttons, the Walkthrough CTA, or the
   header/mobile-nav buttons, which each already have their own sizing. */
@media (max-width: 700px){
  body.page-home .projects-teaser .services-cta__btn{
    padding: 10px 18px; font-size: 0.88rem; border-radius: 10px; gap: 8px;
  }
  body.page-home .projects-teaser .services-cta__btn svg{ width: 18px; height: 18px; }
  body.page-home .projects-teaser .btn--outline{ padding: 8px 14px; font-size: 0.7rem; }
}

/* FAQ "Have Questions?" card — mobile only:
   1. Glassy/translucent background (same lightweight blur(8px) already
      used elsewhere on the site, e.g. the Google review badge, so this
      doesn't add a new/heavier effect that could slow scrolling).
   2. A visible drop shadow for depth.
   3. Reorder so the question list appears above the card, matching the
      same swap already done for tablet. */
@media (max-width: 700px){
  body.page-home .faq-merged__card{
    background: rgba(242, 246, 239, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 14px 30px -10px rgba(13, 26, 12, 0.35);
  }
  body.page-home .faq-merged__list{ order: 1; }
  body.page-home .faq-merged__card{ order: 2; }
}

/* ---- hero section: light-tint color corrections ----
   Same principle as the button dark shade: these aren't the old
   values swapped for the new primary directly — each is derived by
   taking the exact hue/saturation/lightness RELATIONSHIP the old
   tint had to the old primary (#40AA82), and re-applying that same
   relationship to the new primary (#54A58B). Scoped to the homepage
   hero specifically, since .hero/.hero__stat are shared with
   services.html, which keeps the original colors untouched. ---- */

/* header logo subtitle "Landscaping" — was var(--fern) #A6DEBA */
body.page-home .site-header .brand__sub{ color: #BEDECC; }

/* rotating headline word gradient — light endpoint (var(--ember-hi)
   #5CC79A) is unchanged, it's the same light shade kept throughout;
   only the var(--fern) endpoint is replaced */
body.page-home .hero .rotate-word{
  background: linear-gradient(135deg, #BEDECC, #5CC79A);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* hero description paragraph — was var(--paper-dim) #C1EADA */
body.page-home .hero__center .lede{ color: #D9EDE6; }

/* hero stat labels (YEARS IN THE VALLEY, etc.) — was var(--fern) #A6DEBA */
body.page-home .hero__stat span{ color: #BEDECC; }

/* hero background overlay — darkened a bit further, same gradient
   shape, each stop's opacity raised */
body.page-home .hero__scrim{
  background:
    linear-gradient(180deg, rgba(13,26,12,0.80) 0%, rgba(13,26,12,0.42) 38%, rgba(13,26,12,0.62) 68%, var(--bark) 100%),
    linear-gradient(90deg, rgba(13,26,12,0.90) 0%, rgba(13,26,12,0.40) 55%, rgba(13,26,12,0.22) 100%);
}
