/* =========================================================
   FAMILY TREE SERVICES — design system
   Asheville NC arborists · Forest + Sky + Bark
   ========================================================= */

:root{
  --forest:#1F4D2E;
  --forest-deep:#133420;
  --forest-tint:#2A6840;
  --forest-soft:#E7EFE6;

  --sky:#4A90B8;
  --sky-bright:#6FB0D4;
  --sky-deep:#357294;

  --bark:#2B1F14;
  --bark-warm:#4A3826;

  --cream:#F6F2EA;
  --cream-light:#FAF8F2;
  --white:#FFFFFF;

  --ink:#1A1611;
  --mute:#544E42;          /* darkened for readability (~7:1 on cream) */
  --mute-soft:#6B6557;
  --mute-dark:#BDB4A2;     /* lightened for contrast on dark forest */
  --sage:#7C9A5B;
  --sage-deep:#5E7C42;
  --rule:#E5DFD2;
  --rule-dark:#2F4A35;
  --alert:#C9622E;

  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --maxw: 1240px;
  --pad: clamp(20px, 4vw, 56px);
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(20,30,15,.06), 0 1px 3px rgba(20,30,15,.05);
  --shadow-md: 0 4px 10px rgba(20,30,15,.06), 0 10px 30px rgba(20,30,15,.08);
  --shadow-lg: 0 10px 30px rgba(20,30,15,.10), 0 30px 80px rgba(20,30,15,.12);
}

*{box-sizing:border-box}
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; overflow-x:hidden;}
body{
  margin:0;
  font-family:var(--font);
  font-size:16px;
  line-height:1.55;
  color:var(--ink);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; height:auto;}
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; }

.wrap{ max-width: var(--maxw); margin:0 auto; padding: 0 var(--pad); }

/* ---------- TYPE ---------- */
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12px; letter-spacing:.16em; text-transform:uppercase;
  color:var(--sky-deep); font-weight:700;
}
.eyebrow::before{ content:""; width:24px; height:2px; background:var(--sky); }
.h-display{
  font-family:'Fraunces', Georgia, serif;
  font-weight:600;
  font-size: clamp(38px, 5.8vw, 74px);
  line-height:1.02;
  letter-spacing:-.018em;
  color:var(--white);
  margin:0;
}
.h-display--ink{ color:var(--ink); }
h1,h2,h3{ font-weight:800; letter-spacing:-.02em; margin:0;}
.h-section{
  font-family:'Fraunces', Georgia, serif;
  font-weight:600;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height:1.08;
  margin:0 0 14px;
  color:var(--forest-deep);
  letter-spacing:-.01em;
}
.h-section--white{ color:var(--white); }
.lead{ font-size:18px; color:var(--mute); max-width:62ch; }
.lead--white{ color:rgba(255,255,255,.82); }
.kicker{
  font-size:11px; letter-spacing:.2em; text-transform:uppercase;
  color:var(--mute); font-weight:700;
}

/* ---------- BUTTONS (BIG TAP TARGETS) ---------- */
.btn{
  display:inline-flex; align-items:center; gap:10px;
  padding:18px 26px;
  border-radius:12px;
  font-weight:700; font-size:16px;
  border:0; cursor:pointer;
  min-height:56px;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space:nowrap;
}
.btn:active{ transform: translateY(1px); }
.btn--primary{ background:var(--sky); color:var(--white); box-shadow: 0 8px 20px rgba(74,144,184,.34);}
.btn--primary:hover{ background:var(--sky-deep); }
.btn--ghost{ background:transparent; color:var(--white); border:2px solid rgba(255,255,255,.4); }
.btn--ghost:hover{ border-color:var(--white); background:rgba(255,255,255,.08); }
.btn--ink{ background:var(--forest); color:var(--white); }
.btn--ink:hover{ background:var(--forest-deep); }
.btn--block{ width:100%; justify-content:center; }
.btn--xl{ padding:22px 34px; font-size:18px; min-height:64px; }

.btn-call{
  display:inline-flex; align-items:center; gap:14px;
  background:var(--sky); color:var(--white);
  padding:18px 28px; border-radius:14px;
  font-weight:800; font-size:18px;
  box-shadow: 0 8px 24px rgba(74,144,184,.38);
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  min-height:60px;
  max-width:100%;
}
.btn-call:hover{ background:var(--sky-deep); transform:translateY(-1px); }
.btn-call__icon{
  width:36px;height:36px;border-radius:50%;
  background:rgba(255,255,255,.22);
  display:grid;place-items:center;
  flex:0 0 36px;
}
.btn-call__icon svg{ width:18px; height:18px; fill:var(--white); }
.btn-call__num{ font-size:20px; letter-spacing:-.01em; }
.btn-call__lab{ font-size:11px; letter-spacing:.18em; text-transform:uppercase; opacity:.85; font-weight:700; }

.btn--storm{
  background: var(--alert); color:var(--white);
  box-shadow: 0 8px 20px rgba(201,98,46,.34);
}
.btn--storm:hover{ background:#A8501F; }

/* ---------- HEADER ---------- */
.site-header{
  position:sticky; top:0; z-index:80;
  background:var(--white);
  border-bottom:1px solid var(--rule);
}
.hdr{
  display:flex; align-items:center; justify-content:space-between;
  gap:24px; height:78px;
}
.brand{ display:flex; align-items:center; gap:12px; }
.brand__mark{
  width:46px;height:46px; border-radius:11px;
  background:var(--forest); display:grid;place-items:center;
  position:relative; overflow:hidden;
}
.brand__mark svg{ width:30px; height:30px; }
.brand__text{ display:flex; flex-direction:column; line-height:1.1; }
.brand__name{ font-weight:800; font-size:17px; letter-spacing:-.01em; color:var(--forest-deep); }
.brand__sub{ font-size:10px; letter-spacing:.16em; text-transform:uppercase; color:var(--mute); font-weight:600; margin-top:3px;}

.hdr-nav{ display:none; gap:30px; }
.hdr-nav a{
  font-size:14px; font-weight:600; color:var(--ink);
  letter-spacing:.01em; transition:color .15s ease;
}
.hdr-nav a:hover, .hdr-nav a.active{ color:var(--sky-deep); }

.hdr-cta{ display:flex; align-items:center; gap:14px; }
.hdr-phone{
  display:flex; flex-direction:column; line-height:1.05;
  text-align:right;
}
.hdr-phone__lab{ font-size:10px; letter-spacing:.18em; text-transform:uppercase; color:var(--mute); font-weight:700; }
.hdr-phone__num{ font-size:18px; font-weight:800; color:var(--forest-deep); letter-spacing:-.01em; margin-top:3px; white-space:nowrap;}
.hdr-phone__num:hover{ color:var(--sky-deep); }

@media(max-width:899px){
  .hdr-phone{ text-align:right; }
  .hdr-phone__lab{ display:none; }
  .hdr-phone__num{ font-size:15px; padding: 13px 16px; background:var(--sky); color:var(--white); border-radius:10px; box-shadow: 0 4px 10px rgba(74,144,184,.32); margin-top:0; min-height:44px; display:inline-flex; align-items:center;}
  .hdr-phone__num:hover{ color:var(--white); background:var(--sky-deep);}
  .brand__text{ display:none; }
  .brand__mark{ width:42px; height:42px; }
}

.hdr-burger{
  width:46px;height:46px; border:1px solid var(--rule); background:var(--white);
  border-radius:11px; display:grid; place-items:center; cursor:pointer;
}
.hdr-burger span{ display:block; width:18px; height:2px; background:var(--ink); position:relative;}
.hdr-burger span::before,
.hdr-burger span::after{ content:""; position:absolute; left:0; width:18px; height:2px; background:var(--ink);}
.hdr-burger span::before{ top:-6px; }
.hdr-burger span::after{ top:6px; }

@media(min-width:900px){
  .hdr-nav{ display:flex; }
  .hdr-phone{ display:flex; }
  .hdr-burger{ display:none; }
}

.mob-menu{
  display:none;
  position:fixed; inset:78px 0 auto 0; background:var(--white);
  border-bottom:1px solid var(--rule);
  padding:18px var(--pad) 26px;
  z-index:79;
  box-shadow:var(--shadow-md);
}
.mob-menu.is-open{ display:block; }
.mob-menu a{
  display:block; padding:14px 0; border-bottom:1px solid var(--rule);
  font-weight:600; color:var(--ink);
}
.mob-menu a:last-of-type{ border-bottom:0; }

/* ---------- HERO ---------- */
.hero{
  position:relative; overflow:hidden;
  background:var(--forest-deep);
  color:var(--white);
  isolation:isolate;
}
.hero__bg{
  position:absolute; inset:0; z-index:-1;
  background:
    linear-gradient(180deg, rgba(19,52,32,.55) 0%, rgba(19,52,32,.85) 60%, rgba(19,52,32,.95) 100%),
    url('img/p-mountains.jpg') center/cover no-repeat,
    var(--forest-deep);
}
.hero__bg::after{
  content:""; position:absolute; inset:0;
  background: radial-gradient(900px 600px at 78% 25%, rgba(111,176,212,.22), transparent 60%);
}
.hero__inner{
  padding: clamp(64px, 12vw, 130px) 0 clamp(72px, 11vw, 120px);
  display:grid; gap:36px;
  max-width: 1100px;
}
.hero__badge{
  display:inline-flex; align-items:center; gap:10px;
  padding: 8px 14px; border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  font-size:12px; letter-spacing:.14em; text-transform:uppercase;
  font-weight:700; color:rgba(255,255,255,.92);
  width:fit-content;
}
.hero__badge::before{
  content:""; width:8px; height:8px; border-radius:50%;
  background:var(--sky-bright); box-shadow: 0 0 0 4px rgba(111,176,212,.25);
}
.hero__title{ max-width: 18ch; }
.hero__title em{ font-style:normal; color:var(--sky-bright); }
.hero__lead{ max-width: 56ch; }
.hero__cta{
  display:flex; flex-wrap:wrap; gap:14px; margin-top: 8px;
}
.hero__meta{
  display:flex; flex-wrap:wrap; gap: clamp(22px, 4vw, 42px);
  padding-top:26px; margin-top: 6px;
  border-top:1px solid rgba(255,255,255,.14);
}
.hero__meta-item{
  display:flex; flex-direction:column; gap:4px;
  font-size:13px; color:rgba(255,255,255,.7);
  letter-spacing:.04em;
}
.hero__meta-item strong{
  font-size: clamp(22px, 2.8vw, 30px); font-weight:800;
  color:var(--white); letter-spacing:-.01em;
}
.hero__meta-item small{ font-size:11px; text-transform:uppercase; letter-spacing:.16em; color:rgba(255,255,255,.55); font-weight:600;}

/* ---------- STORM ALERT BAND (above hero on home) ---------- */
.storm-alert{
  background: var(--alert);
  color:var(--white);
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  text-align:center;
  letter-spacing:.01em;
}
.storm-alert a{ color:var(--white); font-weight:800; text-decoration:underline; text-underline-offset: 3px;}
.storm-alert strong{ font-weight:800; letter-spacing:.06em; text-transform:uppercase; font-size:11px; padding: 3px 9px; background:rgba(0,0,0,.18); border-radius:999px; margin-right:8px;}

/* ---------- SERVICE STRIP (sticky) ---------- */
.svc-bar{
  background:var(--sky);
  color:var(--white);
  position:sticky; top:78px; z-index:60;
  border-bottom: 3px solid var(--sky-deep);
  overflow:hidden;
  max-width:100vw;
}
.svc-bar__inner{
  display:flex; gap:0;
  overflow-x:auto; -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  max-width:100%;
}
.svc-bar__inner::-webkit-scrollbar{ display:none; }
.svc-bar__item{
  flex:1 0 auto;
  display:flex; align-items:center; gap:10px;
  padding:14px 18px; min-height:56px;
  font-weight:700; font-size:14px;
  color:var(--white);
  white-space:nowrap;
  border-right:1px solid rgba(255,255,255,.18);
  transition:background .15s ease;
}
.svc-bar__item:last-child{ border-right:0; }
.svc-bar__item:hover{ background:var(--sky-deep); }
.svc-bar__item .ico{
  font-size:18px; line-height:1;
}
.svc-bar__item--alert{ background: var(--alert); }
.svc-bar__item--alert:hover{ background:#A8501F; }

@media(min-width:900px){
  .svc-bar__inner{ justify-content:center; gap:0; }
  .svc-bar__item{ flex:0 1 auto; padding:14px 28px; font-size:15px; }
}

/* ---------- SECTIONS ---------- */
.section{ padding: clamp(64px, 9vw, 110px) 0; }
.section--ivory{ background:var(--cream-light); }
.section--cream{ background:var(--cream); }
.section--forest{ background:var(--forest); color:var(--white); }
.section--forest-deep{ background:var(--forest-deep); color:var(--white); }
.section-head{
  display:grid; gap:14px;
  max-width:780px; margin: 0 auto clamp(40px, 6vw, 72px);
  text-align:center;
}
.section-head--left{ margin: 0 0 clamp(40px,6vw,72px); text-align:left; max-width: 720px;}
.section-head .lead{ margin-left:auto; margin-right:auto; }

/* ---------- SERVICES GRID ---------- */
.svc-grid{
  display:grid; gap:18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.svc-card{
  background:var(--white);
  border:1px solid var(--rule);
  border-radius: var(--radius);
  padding: 28px 24px;
  display:flex; flex-direction:column; gap:14px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position:relative;
}
.svc-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow-md);
  border-color: var(--sky);
}
.svc-card__icon{
  width:54px; height:54px; border-radius:13px;
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-tint) 100%);
  display:grid; place-items:center;
  box-shadow: 0 6px 14px rgba(31,77,46,.32);
}
.svc-card--emergency .svc-card__icon{
  background: linear-gradient(135deg, var(--alert) 0%, #DB7747 100%);
  box-shadow: 0 6px 14px rgba(201,98,46,.34);
}
.svc-card__icon svg{ width:26px; height:26px; fill:var(--white); }
.svc-card__title{ font-size:20px; font-weight:800; color:var(--forest-deep); letter-spacing:-.01em;}
.svc-card__blurb{ font-size:15px; color:var(--mute); line-height:1.55;}
.svc-card__list{
  list-style:none; padding:0; margin:6px 0 0;
  display:grid; gap:6px;
}
.svc-card__list li{
  font-size:13px; color:var(--ink); display:flex; gap:8px; align-items:flex-start;
}
.svc-card__list li::before{
  content:""; width:6px; height:6px; border-radius:50%;
  background:var(--sky); margin-top:8px; flex:0 0 6px;
}
.svc-card__cta{
  margin-top:10px;
  display:inline-flex; align-items:center; gap:6px;
  font-weight:700; color:var(--forest-deep); font-size:14px;
}
.svc-card__cta::after{ content:"→"; transition:transform .15s ease;}
.svc-card:hover .svc-card__cta::after{ transform:translateX(4px); }
.svc-card--emergency .svc-card__cta{ color:var(--alert); }

/* ---------- TRUST BAR (credentials strip) ---------- */
.trust-strip{
  display:flex; flex-wrap:wrap; justify-content:center; align-items:center;
  gap: clamp(24px, 4vw, 48px);
  padding: 12px 0;
}
.trust-chip{
  display:inline-flex; align-items:center; gap:10px;
  font-weight:700; letter-spacing:.02em;
  font-size: clamp(14px, 1.6vw, 16px);
  color:var(--forest-deep);
}
.trust-chip__icon{
  width:36px; height:36px; border-radius:50%;
  background: var(--forest-soft);
  display:grid; place-items:center;
}
.trust-chip__icon svg{ width:18px; height:18px; fill:var(--forest); }

/* ---------- AREAS ---------- */
.areas{
  display:grid; gap: 36px;
  grid-template-columns: 1fr;
}
@media(min-width:900px){
  .areas{ grid-template-columns: 1fr 1.4fr; gap: 64px; align-items:start;}
}
.areas-grid{
  display:grid; gap:10px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}
.area-tile{
  background:var(--white);
  border:1px solid rgba(255,255,255,.14);
  border-radius:11px;
  padding:16px 18px;
  display:flex; flex-direction:column; gap:4px;
  transition: border-color .15s ease, background .15s ease, transform .15s ease;
}
.section--forest-deep .area-tile{ background:rgba(255,255,255,.04); }
.section--forest-deep .area-tile__name{ color:var(--white); }
.section--forest-deep .area-tile__note{ color:var(--mute-dark); }
.area-tile:hover{ border-color: var(--sky-bright); background:rgba(111,176,212,.08); transform:translateY(-2px);}
.area-tile__name{ font-weight:800; letter-spacing:-.01em; color:var(--forest-deep); }
.area-tile__note{ font-size:12px; color:var(--mute); letter-spacing:.02em;}
.area-tile--home{ background: var(--sky) !important; border-color:var(--sky) !important; }
.area-tile--home .area-tile__name, .area-tile--home .area-tile__note{ color:var(--white) !important; }

/* ---------- STORY ---------- */
.story{
  display:grid; gap:48px; align-items:center;
  grid-template-columns: 1fr;
}
@media(min-width:900px){ .story{ grid-template-columns: 1.05fr 1fr; gap: 72px;} }
.story__img{
  position:relative; border-radius: var(--radius-lg); overflow:hidden;
  aspect-ratio: 4 / 5; background: var(--forest-tint);
}
.story__img img{ width:100%; height:100%; object-fit:cover; }
.story__img::after{
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 50%, rgba(19,52,32,.55) 100%);
}
.story__img-badge{
  position:absolute; left:20px; bottom:20px;
  background:var(--sky); color:var(--white);
  padding: 10px 16px; border-radius:10px;
  font-size:13px; font-weight:800; letter-spacing:.02em;
  display:flex; align-items:center; gap:8px;
}
.story__pillars{
  display:grid; gap:18px; margin-top:30px;
  grid-template-columns: 1fr;
}
@media(min-width:520px){ .story__pillars{ grid-template-columns: 1fr 1fr; } }
.pillar{
  background: rgba(31,77,46,.04);
  border-left: 3px solid var(--sky);
  padding: 16px 18px;
  border-radius: 0 10px 10px 0;
}
.pillar__lab{ font-size:11px; letter-spacing:.18em; text-transform:uppercase; color:var(--mute); font-weight:700; }
.pillar__val{ font-size:26px; font-weight:800; color:var(--forest-deep); letter-spacing:-.01em; margin-top:4px;}

/* ---------- PROCESS STEPS ---------- */
.steps{
  display:grid; gap:18px;
  grid-template-columns: 1fr;
}
@media(min-width:760px){ .steps{ grid-template-columns: repeat(4, 1fr);} }
.step{
  background:var(--white);
  border:1px solid var(--rule);
  border-radius:14px;
  padding: 28px 24px;
  position:relative;
}
.step__num{
  font-size:11px; letter-spacing:.18em; text-transform:uppercase; font-weight:800; color:var(--sky-deep);
}
.step__title{ font-size:18px; font-weight:800; color:var(--forest-deep); margin: 8px 0;}
.step__body{ font-size:14px; color:var(--mute); line-height:1.55;}

/* ---------- REVIEWS ---------- */
.reviews{
  display:grid; gap:18px;
  grid-template-columns: 1fr;
}
@media(min-width:760px){ .reviews{ grid-template-columns: repeat(3, 1fr); } }
.review{
  background:var(--white);
  border:1px solid var(--rule);
  border-radius:14px;
  padding:26px 24px;
  display:flex; flex-direction:column; gap:14px;
}
.review__stars{
  display:inline-flex; gap:2px; color:var(--sky);
  font-size:16px;
}
.review__quote{ font-size:16px; line-height:1.55; color:var(--ink); }
.review__author{
  display:flex; align-items:center; gap:12px; margin-top: 4px;
  padding-top:14px; border-top:1px solid var(--rule);
}
.review__avatar{
  width:40px; height:40px; border-radius:50%;
  background: var(--forest);
  color:var(--white);
  display:grid; place-items:center;
  font-weight:800; font-size:14px;
  flex:0 0 40px;
}
.review__name{ font-weight:700; font-size:14px; color:var(--forest-deep);}
.review__src{ font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(--mute); font-weight:700;}
.reviews-strip{
  display:flex; justify-content:center; gap:32px; flex-wrap:wrap;
  margin-top: 32px; padding-top:32px;
  border-top:1px solid var(--rule);
}
.reviews-strip__item{
  display:flex; flex-direction:column; align-items:center; gap:6px;
}
.reviews-strip__rating{
  font-size:32px; font-weight:800; color:var(--forest-deep); letter-spacing:-.02em;
  display:flex; align-items:center; gap:6px;
}
.reviews-strip__rating::after{ content:"★"; color:var(--sky); font-size:24px; }
.reviews-strip__src{ font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--mute); font-weight:700;}

/* ---------- INSURANCE CARD ---------- */
.insurance{
  background:var(--forest-deep);
  color:var(--white);
  border-radius: var(--radius-lg);
  padding: clamp(36px, 5vw, 64px);
  display:grid; gap:36px; align-items:center;
  grid-template-columns: 1fr;
}
@media(min-width:900px){ .insurance{ grid-template-columns: 1.3fr 1fr;} }
.insurance__title{ font-size:clamp(28px,3.4vw,40px); font-weight:800; line-height:1.1; letter-spacing:-.02em;}
.insurance__title em{ font-style:normal; color:var(--sky-bright); }
.insurance__lead{ color:rgba(255,255,255,.82); max-width: 50ch; margin-top:12px;}
.insurance__points{ list-style:none; padding:0; margin:24px 0 0; display:grid; gap:10px;}
.insurance__points li{ display:flex; gap:10px; align-items:flex-start; font-size:15px;}
.insurance__points li::before{
  content:""; width:24px; height:24px; flex:0 0 24px;
  border-radius:50%; background: var(--sky);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23fff' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>");
  background-repeat:no-repeat; background-position:center; background-size:14px;
}
.insurance__card{
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  padding: 28px 24px;
  display:grid; gap:14px;
}
.insurance__seal{
  width: 110px; height:110px; border-radius:50%;
  background: var(--sky);
  display:grid; place-items:center;
  margin-bottom: 8px;
  box-shadow: 0 10px 26px rgba(74,144,184,.34);
}
.insurance__seal svg{ width:54px; height:54px; fill:var(--white);}
.insurance__cardtitle{ font-size:20px; font-weight:800; letter-spacing:-.01em; color:var(--white);}
.insurance__cardcopy{ color:rgba(255,255,255,.78); font-size:14px; line-height:1.55;}
.insurance__cardsmall{ font-size:11px; color:rgba(255,255,255,.55); margin-top:4px; line-height:1.5;}

/* ---------- QUOTE FORM ---------- */
.quote{
  display:grid; gap:48px;
  grid-template-columns: 1fr;
}
@media(min-width:900px){ .quote{ grid-template-columns: 1fr 1.1fr; gap:80px;} }
.quote__intro h2{ color:var(--forest-deep); }
.quote__why{
  list-style:none; padding:0; margin: 26px 0 0;
  display:grid; gap:14px;
}
.quote__why li{ display:flex; gap:12px; align-items:flex-start; font-size:15px; color:var(--ink);}
.quote__why li::before{
  content:""; width:22px; height:22px; flex:0 0 22px; margin-top:1px;
  border-radius:50%; background:var(--sky);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23fff' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>");
  background-repeat:no-repeat; background-position:center; background-size:14px;
}
.form{
  background:var(--white);
  border:1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 44px);
  box-shadow: var(--shadow-sm);
  display:grid; gap:18px;
}
.form__row{ display:grid; gap:18px; grid-template-columns: 1fr;}
@media(min-width:600px){ .form__row--2{ grid-template-columns: 1fr 1fr;} }
.field{ display:flex; flex-direction:column; gap:6px;}
.field label{
  font-size:12px; letter-spacing:.12em; text-transform:uppercase; font-weight:700; color:var(--forest-deep);
}
.field input, .field select, .field textarea{
  font-family:inherit; font-size:16px;
  padding:16px 18px; border-radius:10px;
  border:1px solid var(--rule); background:var(--white); color:var(--ink);
  min-height:56px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus{
  outline:0;
  border-color: var(--sky);
  box-shadow: 0 0 0 4px rgba(74,144,184,.16);
}
.field textarea{ resize:vertical; min-height:110px; line-height:1.5;}
.form__note{ font-size:12px; color:var(--mute); }
.form__urgent{
  display:block;
  padding: 14px 16px;
  background: rgba(201,98,46,.08);
  border:1px solid rgba(201,98,46,.22);
  border-radius:10px;
  font-size:13px; color:var(--bark);
  word-wrap:break-word;
}
.form__urgent strong{ color:var(--alert); margin-right:6px; }

/* ---------- BRANDS STRIP ---------- */
.brands-strip{
  display:flex; flex-wrap:wrap; justify-content:center; align-items:center;
  gap: clamp(28px, 6vw, 64px);
  padding: 18px 0;
}
.brand-chip{
  font-weight:800; letter-spacing:.02em;
  font-size: clamp(20px, 3vw, 30px);
  color:var(--forest-deep); opacity:.55;
  font-family: var(--font);
}
.brand-chip:hover{ opacity:1; color:var(--sky-deep);}

/* ---------- CTA BAND ---------- */
.cta-band{
  background: var(--sky);
  color:var(--white);
  text-align:center;
  padding: clamp(56px, 7vw, 96px) 0;
}
.cta-band__title{ font-size: clamp(32px, 4.6vw, 56px); font-weight:800; letter-spacing:-.02em; line-height:1.1; color:var(--white);}
.cta-band__lead{ font-size:18px; opacity:.92; max-width: 50ch; margin: 14px auto 30px;}
.cta-band .btn-call{ background:var(--white); color:var(--forest-deep);}
.cta-band .btn-call .btn-call__icon{ background:rgba(19,52,32,.1);}
.cta-band .btn-call .btn-call__icon svg{ fill:var(--forest-deep);}
.cta-band .btn-call:hover{ background:var(--cream-light); }

/* ---------- STORM BAND (alternate CTA) ---------- */
.storm-band{
  background: var(--alert);
  color:var(--white);
  padding: clamp(48px, 6vw, 80px) 0;
  text-align:center;
}
.storm-band__title{ font-size: clamp(28px, 4vw, 44px); font-weight:800; letter-spacing:-.02em; line-height:1.15; color:var(--white);}
.storm-band__lead{ font-size:17px; opacity:.95; max-width: 56ch; margin: 12px auto 24px;}
.storm-band .btn-call{ background:var(--white); color:var(--alert);}
.storm-band .btn-call .btn-call__icon{ background:rgba(201,98,46,.12);}
.storm-band .btn-call .btn-call__icon svg{ fill:var(--alert);}

/* ---------- FOOTER ---------- */
.foot{
  background:var(--forest-deep);
  color: rgba(255,255,255,.78);
  padding: clamp(56px, 7vw, 88px) 0 28px;
}
.foot__grid{
  display:grid; gap:36px;
  grid-template-columns: 1fr;
}
@media(min-width:760px){ .foot__grid{ grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px;} }
.foot h4{
  font-size:12px; letter-spacing:.18em; text-transform:uppercase;
  color:var(--white); margin: 0 0 14px; font-weight:800;
}
.foot ul{ list-style:none; padding:0; margin:0; display:grid; gap:10px;}
.foot a{ font-size:14px; color: rgba(255,255,255,.7); transition: color .15s ease;}
.foot a:hover{ color: var(--sky-bright);}
.foot__brand{ display:flex; align-items:center; gap:12px; margin-bottom: 16px;}
.foot__brand .brand__mark{ width:50px; height:50px; }
.foot__about{ font-size:14px; color: rgba(255,255,255,.7); line-height:1.6; max-width: 38ch;}
.foot__phone{
  display:flex; flex-direction:column; gap:4px; margin-bottom:14px;
  padding: 14px 16px;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
}
.foot__phone .lab{ font-size:10px; letter-spacing:.18em; text-transform:uppercase; color:var(--mute-dark); font-weight:700;}
.foot__phone .num{ font-size:22px; font-weight:800; color:var(--white); letter-spacing:-.01em;}
.foot__phone .num:hover{ color: var(--sky-bright);}
.foot__bottom{
  margin-top: 56px; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.1);
  display:flex; flex-wrap:wrap; justify-content:space-between; gap:16px;
  font-size:12px; color: rgba(255,255,255,.5); letter-spacing:.02em;
}
.foot__credit{ color: rgba(255,255,255,.5);}
.foot__credit a{ color: var(--sky-bright);}

/* ---------- REVEAL (fallback visibility) ---------- */
.reveal{ opacity:1; transform:none;}
.reveal--ready{ opacity:0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease;}
.reveal--in{ opacity:1; transform: translateY(0);}

/* ---------- UTILS ---------- */
.spacer-sm{ height:24px; } .spacer-md{ height:48px;} .spacer-lg{ height:72px;}
.muted{ color:var(--mute);}
.center{ text-align:center; }
.no-wrap{ white-space:nowrap; }

/* ---------- PAGE HEADERS ---------- */
.page-hero{
  background: var(--forest);
  color:var(--white);
  padding: clamp(56px, 9vw, 112px) 0 clamp(48px, 6vw, 72px);
  border-bottom: 4px solid var(--sky);
}
.page-hero__inner{ display:grid; gap:18px; max-width: 800px;}
.page-hero__crumbs{ font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:rgba(255,255,255,.55); font-weight:700;}
.page-hero__crumbs a{ color: var(--sky-bright);}

/* ===== Mobile fixes ===== */
@media(max-width:600px){
  .hero__inner{ padding-top: 56px; padding-bottom: 64px; gap: 26px;}
  .hero__cta .btn-call{ width:100%; }
  .hero__cta .btn{ width:100%; justify-content:center; }
  .hero__meta{ gap:20px; }
  .svc-bar__item{ padding: 12px 14px; font-size:13px; }
  .section{ padding: 56px 0; }
  .storm-alert{ font-size:13px; padding: 10px 14px;}
  .btn-call{ padding:16px 18px; font-size:16px;}
  .btn-call__num{ font-size:17px;}
  .insurance{ padding: 28px 22px;}
  .insurance__title{ font-size: 26px;}
  .quote, .form{ min-width: 0;}
  .cta-band .btn-call, .storm-band .btn-call{ flex-wrap:wrap;}
}

/* =========================================================
   PREMIUM LAYER â€” Family Tree Services
   Blue Ridge topographic motif Â· real-photo storytelling
   ========================================================= */

/* ---- Brand logo lockup ---- */
.brand__logo{ height:46px; width:auto; display:block; }
.foot__logo{ height:54px; width:auto; }
@media(max-width:899px){ .brand__logo{ height:40px; } }

/* ---- Header elevation on scroll ---- */
.site-header{ transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled{ box-shadow: 0 6px 24px rgba(20,30,15,.10); }

/* ---- HERO premium: real Blue Ridge bg + featured arborist card ---- */
.hero__bg{
  background:
    linear-gradient(180deg, rgba(19,52,32,.62) 0%, rgba(19,52,32,.78) 55%, rgba(19,52,32,.92) 100%),
    url('img/p-mountains.jpg') center/cover no-repeat,
    var(--forest-deep);
  will-change: transform;
}
.hero__inner{ position:relative; }
.hero__layout{ display:grid; gap:40px; grid-template-columns:1fr; align-items:center; }
@media(min-width:1000px){ .hero__layout{ grid-template-columns: 1.15fr .85fr; gap:56px; } }
.hero__featured{
  position:relative; border-radius:20px; overflow:hidden;
  aspect-ratio: 4/5; box-shadow: 0 30px 70px rgba(0,0,0,.4);
  border:1px solid rgba(255,255,255,.16); display:none;
}
@media(min-width:1000px){ .hero__featured{ display:block; } }
.hero__featured img{ width:100%; height:100%; object-fit:cover; }
.hero__featured-tag{
  position:absolute; left:16px; bottom:16px; right:16px;
  background:rgba(19,52,32,.82);
  border:1px solid rgba(255,255,255,.16);
  color:#fff; padding:12px 16px; border-radius:12px;
  font-size:12px; letter-spacing:.04em; display:flex; align-items:center; gap:10px;
}
.hero__featured-tag::before{ content:""; width:9px; height:9px; border-radius:50%; background:var(--sky-bright); flex:0 0 9px; box-shadow:0 0 0 4px rgba(111,176,212,.25);}

/* ---- Count-up stat ---- */
.hero__meta-item strong[data-count]{ font-variant-numeric: tabular-nums; }

/* ---- Topographic ridge divider ---- */
.ridge{ display:block; width:100%; height:auto; }
.ridge--flip{ transform: rotate(180deg); }
.section--tight{ padding-top: clamp(40px,5vw,64px); }

/* ---- REAL-PHOTO GALLERY ---- */
.gallery-head{ display:flex; flex-wrap:wrap; align-items:flex-end; justify-content:space-between; gap:18px; margin-bottom:28px;}
.gallery{
  display:grid; gap:12px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
}
@media(min-width:760px){ .gallery{ grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; } }
.gallery__item{
  position:relative; overflow:hidden; border-radius:14px;
  background:var(--forest-tint); min-height:180px;
}
.gallery__item img{ width:100%; height:100%; object-fit:cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.gallery__item:hover img{ transform: scale(1.06); }
.gallery__item::after{
  content:attr(data-cap); position:absolute; left:0; right:0; bottom:0;
  padding:18px 14px 12px; color:#fff; font-size:12px; font-weight:600; letter-spacing:.02em;
  background:linear-gradient(180deg, transparent, rgba(19,52,32,.85));
  opacity:0; transform:translateY(8px); transition:opacity .3s ease, transform .3s ease;
}
.gallery__item:hover::after{ opacity:1; transform:translateY(0); }
@media(min-width:760px){
  .gallery__item--wide{ grid-column: span 2; }
  .gallery__item--tall{ grid-row: span 2; }
}
.gallery__note{ text-align:center; margin-top:20px; font-size:13px; color:var(--mute); }

/* ---- PHOTO-FEATURE deep blocks ---- */
.feat{
  display:grid; gap:36px; align-items:center; grid-template-columns:1fr;
  padding: clamp(28px,5vw,52px) 0;
  border-bottom:1px solid var(--rule);
}
.feat:last-child{ border-bottom:0; }
@media(min-width:860px){
  .feat{ grid-template-columns: 1fr 1fr; gap:60px; }
  .feat--rev .feat__media{ order:2; }
}
.feat__media{
  position:relative; border-radius:18px; overflow:hidden;
  aspect-ratio: 4/3; box-shadow: var(--shadow-md); background:var(--forest-tint);
}
.feat__media img{ width:100%; height:100%; object-fit:cover; }
.feat__tag{
  position:absolute; top:14px; left:14px;
  background:rgba(31,77,46,.92); color:#fff; font-size:11px; font-weight:700;
  letter-spacing:.12em; text-transform:uppercase; padding:7px 12px; border-radius:999px;
}
.feat__num{ font-size:12px; letter-spacing:.2em; text-transform:uppercase; font-weight:800; color:var(--sky-deep); }
.feat__title{ font-size: clamp(24px,3vw,34px); font-weight:800; color:var(--forest-deep); margin:8px 0 14px; letter-spacing:-.01em;}
.feat__body{ font-size:16px; color:var(--mute); line-height:1.6; }
.feat__list{ list-style:none; padding:0; margin:18px 0 0; display:grid; gap:10px; }
.feat__list li{ display:flex; gap:10px; align-items:flex-start; font-size:14.5px; color:var(--ink); }
.feat__list li::before{
  content:""; width:20px; height:20px; flex:0 0 20px; margin-top:1px; border-radius:50%;
  background:var(--sage);
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23fff' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>");
  background-repeat:no-repeat; background-position:center; background-size:13px;
}

/* ---- FAQ accordion ---- */
.faq{ max-width:820px; margin:0 auto; display:grid; gap:12px; }
.faq__item{ border:1px solid var(--rule); border-radius:14px; background:var(--white); overflow:hidden; }
.faq__q{
  width:100%; text-align:left; background:none; border:0;
  padding:20px 22px; font-size:16.5px; font-weight:700; color:var(--forest-deep);
  display:flex; justify-content:space-between; align-items:center; gap:16px; cursor:pointer;
}
.faq__q::after{ content:"+"; font-size:24px; font-weight:400; color:var(--sky-deep); transition: transform .25s ease; flex:0 0 auto;}
.faq__item.is-open .faq__q::after{ transform: rotate(45deg); }
.faq__a{ max-height:0; overflow:hidden; transition: max-height .35s ease; }
.faq__a-inner{ padding:0 22px 20px; color:var(--mute); font-size:15px; line-height:1.6; }
.faq__item.is-open .faq__a{ max-height:360px; }

/* ---- Google Maps embed ---- */
.map-embed{ border:0; width:100%; height:340px; border-radius:16px; box-shadow:var(--shadow-sm); display:block; }

/* ---- Magnetic CTA ---- */
.btn-call, .btn--primary{ will-change: transform; }

/* ---- Reveal: directional + stagger (fail-open) ---- */
.reveal-l.reveal--ready{ opacity:0; transform: translateX(-28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1);}
.reveal-r.reveal--ready{ opacity:0; transform: translateX(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1);}
.reveal-l.reveal--in, .reveal-r.reveal--in{ opacity:1; transform: none; }
[data-stagger]{ transition-delay: calc(var(--i, 0) * 80ms); }

/* ---- Readability hardening ---- */
.lead{ color:var(--mute); }
.svc-card__blurb{ color:var(--mute); }
.area-tile__note{ color:var(--mute-soft); }
.section--forest-deep .lead--white, .section--forest .lead--white{ color:rgba(255,255,255,.86); }
.hero__lead{ color:rgba(255,255,255,.9); }

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce){
  *{ animation: none !important; transition: none !important; }
  .reveal--ready, .reveal-l.reveal--ready, .reveal-r.reveal--ready{ opacity:1 !important; transform:none !important; }
  .hero__bg{ transform:none !important; }
}

/* ---- Mobile premium tweaks ---- */
@media(max-width:600px){
  .gallery{ grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; }
  .feat{ gap:24px; }
  .map-embed{ height:280px; }
}

/* ---- Mobile overflow hardening (grid/flex children) ---- */
.insurance, .feat, .quote, .form, .story, .areas, .gallery-head, .reviews, .steps, .svc-grid{ min-width:0; }
.insurance > *, .feat > *, .quote > *, .story > *{ min-width:0; }
.insurance__title, .feat__title, .h-section, .h-display{ overflow-wrap:break-word; }
@media(max-width:600px){
  .insurance{ padding:26px 20px; }
  .insurance__title{ font-size:25px; }
  .insurance__seal{ width:88px; height:88px; }
  .insurance__seal svg{ width:42px; height:42px; }
}
