/* Self-hosted Google Fonts (latin subset, variable weight files). */
@font-face{font-family:'Rubik';font-style:normal;font-weight:400 900;font-display:swap;src:url(/fonts/rubik-variable.woff2) format('woff2')}
@font-face{font-family:'Nunito Sans';font-style:normal;font-weight:400 800;font-display:swap;src:url(/fonts/nunito-sans-variable.woff2) format('woff2')}

/* M. McDonnell Enterprises — site styles.
   Palette comes straight off the round logo: bark brown ring and wordmark,
   two greens in the tree marks, white disc. Warm cream page, brown footer,
   green buttons, a cool "snow" blue only inside the winter sections.
   Look: rounded corners, pill buttons, big friendly Rubik headings. */

:root {
  --bark: #4A2C17;
  --bark-deep: #3A2112;
  --bark-2: #5C3A1E;
  --bark-3: #7A5233;
  --leaf: #7CB518;
  --leaf-bright: #9ACD32;
  --leaf-deep: #5C8F12;
  --leaf-text: #3F6B0A;     /* green for small text on cream: passes 4.5:1 */
  --leaf-soft: #E9F3D3;
  --pine: #4E8A23;
  --cream: #F8F4EC;
  --cream-2: #F0E8DA;
  --cream-3: #E5DAC7;
  --snow: #EEF4F9;
  --snow-2: #DCE8F2;
  --ice: #2C5E86;
  --ice-deep: #1E4562;
  --ink: #221610;
  --ink-2: #3B2A1E;
  --muted: #6B5B4E;
  --line: #E2D8C8;
  --white: #FFFFFF;
  --star: #F5B400;
  --radius: 14px;
  --radius-sm: 10px;
  --pill: 999px;
  --wrap: 1180px;
  --shadow: 0 20px 44px rgba(58, 33, 18, 0.16);
  --shadow-sm: 0 4px 16px rgba(58, 33, 18, 0.10);
  --font-head: "Rubik", "Segoe UI", Arial, sans-serif;
  --font-body: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--leaf-text); }
h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.5em;
  color: var(--ink-2);
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.1rem, 4.8vw, 3.3rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
.wrap { width: min(var(--wrap), calc(100% - 40px)); margin: 0 auto; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--bark); color: #fff; padding: 8px 14px; border-radius: var(--pill); z-index: 999; }
.skip:focus { left: 8px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border-radius: var(--pill);
  font-family: var(--font-head); font-weight: 600; font-size: 1.02rem; letter-spacing: 0.01em;
  text-decoration: none; border: 2px solid transparent; cursor: pointer; line-height: 1.2;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--leaf); color: var(--bark-deep); box-shadow: 0 10px 24px rgba(124, 181, 24, 0.32); }
.btn-primary:hover { background: var(--leaf-bright); }
.btn-dark { background: var(--bark); color: #fff; }
.btn-dark:hover { background: var(--bark-2); }
.btn-ghost { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.55); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: rgba(255,255,255,0.22); }
.btn-outline { background: transparent; color: var(--bark); border-color: var(--bark); }
.btn-outline:hover { background: var(--bark); color: #fff; }
.btn-snow { background: var(--ice); color: #fff; }
.btn-snow:hover { background: var(--ice-deep); }
.btn svg { width: 20px; height: 20px; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(248, 244, 236, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease;
}
.site-header.is-stuck { box-shadow: var(--shadow-sm); }
.header-row { display: flex; align-items: center; gap: 20px; min-height: 84px; position: relative; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--bark); }
.brand img { width: 60px; height: 60px; border-radius: 50%; }
.brand-name { font-family: var(--font-head); font-weight: 800; font-size: 1.22rem; line-height: 1.05; color: var(--bark); letter-spacing: -0.01em; }
.brand-name small { display: block; font-family: var(--font-body); font-weight: 600; font-size: 0.74rem; color: var(--leaf-text); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 4px; }
.nav { display: flex; gap: 4px; margin-left: auto; }
.nav a {
  color: var(--ink-2); text-decoration: none; font-weight: 700; font-size: 0.98rem;
  padding: 9px 14px; border-radius: var(--pill); transition: background .15s ease, color .15s ease;
}
.nav a:hover { background: var(--cream-2); color: var(--bark); }
.nav a[aria-current="page"] { background: var(--leaf-soft); color: var(--leaf-text); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.call-now {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--bark); color: #fff; text-decoration: none;
  padding: 11px 18px; border-radius: var(--pill);
  font-family: var(--font-head); font-weight: 600; font-size: 0.98rem; white-space: nowrap;
  transition: background .18s ease, transform .18s ease;
}
.call-now:hover { background: var(--bark-2); transform: translateY(-1px); }
.call-now svg { width: 18px; height: 18px; animation: ring 2.4s ease-in-out infinite; transform-origin: 50% 20%; }
.call-number { padding-left: 9px; border-left: 1px solid rgba(255,255,255,0.35); }
@keyframes ring {
  0%, 60%, 100% { transform: rotate(0); }
  64% { transform: rotate(-16deg); } 68% { transform: rotate(14deg); }
  72% { transform: rotate(-12deg); } 76% { transform: rotate(10deg); }
  80% { transform: rotate(-6deg); } 84% { transform: rotate(0); }
}
.nav-toggle {
  display: none; width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--line);
  background: #fff; color: var(--bark); cursor: pointer; align-items: center; justify-content: center;
}
.nav-toggle svg { width: 24px; height: 24px; }
.nav-toggle .ico-close { display: none; }
.nav-toggle.is-open .ico-menu { display: none; }
.nav-toggle.is-open .ico-close { display: block; }

/* ---------- hero (full-bleed photo) ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background: var(--bark-deep);
  min-height: 600px; display: flex; align-items: center;
  padding: 72px 0 110px;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(42, 24, 12, 0.90) 0%, rgba(42, 24, 12, 0.72) 42%, rgba(42, 24, 12, 0.28) 100%);
}
.hero .wrap { position: relative; z-index: 1; }
.hero-copy { max-width: 700px; }
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--leaf-text); margin-bottom: 14px;
}
.kicker::before { content: ""; width: 22px; height: 3px; border-radius: 2px; background: var(--leaf); }
.hero .kicker { color: var(--leaf-bright); }
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero h1 em { font-style: normal; color: var(--leaf-bright); }
.hero .lead { font-size: 1.2rem; line-height: 1.6; color: rgba(255,255,255,0.92); margin-bottom: 28px; max-width: 560px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; font-size: 0.95rem; color: rgba(255,255,255,0.9); }
.hero-note { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; }
.hero-note svg { width: 18px; height: 18px; color: var(--leaf-bright); }
.hero-note a { color: inherit; text-decoration: none; }

/* Season cards that overlap the bottom of the hero */
.seasons { position: relative; z-index: 2; margin-top: -64px; }
.season-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.season-card {
  display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: center;
  background: #fff; border-radius: var(--radius); padding: 24px 26px;
  box-shadow: var(--shadow); text-decoration: none; color: var(--ink);
  border-top: 5px solid var(--leaf); transition: transform .18s ease;
}
.season-card:hover { transform: translateY(-3px); }
.season-card.winter { border-top-color: var(--ice); }
.season-card .ico { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; background: var(--leaf-soft); color: var(--leaf-text); }
.season-card.winter .ico { background: var(--snow-2); color: var(--ice); }
.season-card .ico svg { width: 34px; height: 34px; }
.season-card h3 { margin: 0 0 4px; font-size: 1.3rem; }
.season-card p { margin: 0; color: var(--muted); font-size: 0.98rem; }
.season-card .more { display: inline-block; margin-top: 8px; font-family: var(--font-head); font-weight: 600; font-size: 0.92rem; color: var(--leaf-text); }
.season-card.winter .more { color: var(--ice); }

/* ---------- sections ---------- */
.section { padding: 84px 0; }
.section-cream2 { background: var(--cream-2); }
.section-white { background: var(--white); }
.section-bark { background: var(--bark); color: rgba(255,255,255,0.9); }
.section-bark h2, .section-bark h3 { color: #fff; }
.section-bark .kicker { color: var(--leaf-bright); }
.section-snow { background: linear-gradient(180deg, var(--snow) 0%, var(--snow-2) 100%); }
.section-snow .kicker { color: var(--ice); }
.section-snow .kicker::before { background: var(--ice); }
.section-head { max-width: 720px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .kicker { justify-content: center; }
.section-head p { font-size: 1.1rem; color: var(--muted); }
.section-bark .section-head p { color: rgba(255,255,255,0.8); }

/* trust strip */
.trust { background: var(--white); border-bottom: 1px solid var(--line); padding: 34px 0; }
.trust ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust li { display: flex; align-items: center; gap: 14px; }
.trust .ico { flex: 0 0 48px; width: 48px; height: 48px; border-radius: 50%; background: var(--leaf-soft); color: var(--leaf-text); display: grid; place-items: center; }
.trust .ico svg { width: 26px; height: 26px; }
.trust li div { font-family: var(--font-head); font-weight: 600; font-size: 1rem; line-height: 1.25; color: var(--ink-2); }
.trust li small { display: block; font-family: var(--font-body); font-weight: 400; color: var(--muted); font-size: 0.88rem; margin-top: 3px; }

/* service cards */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc-card {
  display: flex; flex-direction: column; background: #fff; border-radius: var(--radius); overflow: hidden;
  text-decoration: none; color: var(--ink); box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  transition: transform .18s ease, box-shadow .18s ease;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.svc-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.svc-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.svc-card h3 { margin-bottom: 8px; }
.svc-card p { color: var(--muted); font-size: 0.98rem; margin-bottom: 14px; }
.svc-card .more { margin-top: auto; font-family: var(--font-head); font-weight: 600; color: var(--leaf-text); display: inline-flex; align-items: center; gap: 6px; }
.svc-card .more::after { content: "\2192"; }
.svc-cta { margin-top: 36px; text-align: center; }

/* split (about) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.frame { position: relative; }
.frame img { border-radius: var(--radius); aspect-ratio: 4 / 3; object-fit: cover; width: 100%; box-shadow: var(--shadow); }
.frame-badge {
  position: absolute; left: 22px; bottom: -22px; display: flex; align-items: center; gap: 12px;
  background: var(--bark); color: #fff; padding: 12px 18px; border-radius: var(--pill); box-shadow: var(--shadow);
}
.frame-badge strong { display: block; font-family: var(--font-head); font-size: 1.45rem; line-height: 1; }
.frame-badge small { font-size: 0.82rem; color: rgba(255,255,255,0.8); }
.frame-badge img { width: 44px; height: 44px; border-radius: 50%; background: #fff; }
.big { font-family: var(--font-head); font-weight: 600; font-size: 1.25rem; color: var(--bark); }
.ticks { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 12px; }
.ticks li { display: flex; gap: 12px; align-items: flex-start; }
.ticks svg { flex: 0 0 24px; width: 24px; height: 24px; color: var(--leaf-deep); background: var(--leaf-soft); border-radius: 50%; padding: 4px; }

/* why cards (on bark) */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius); padding: 30px 28px; }
.why-card .ico { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--leaf); color: var(--bark-deep); margin-bottom: 18px; }
.why-card .ico svg { width: 28px; height: 28px; }
.why-card p { color: rgba(255,255,255,0.82); margin: 0; }

/* winter feature */
.winter-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.winter-list { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 14px; }
.winter-list li { display: flex; gap: 12px; align-items: flex-start; }
.winter-list svg { flex: 0 0 26px; width: 26px; height: 26px; color: var(--ice); background: #fff; border-radius: 50%; padding: 4px; }

/* reviews */
.reviews-wrap { max-width: 900px; margin: 0 auto; }
.widget-placeholder {
  border: 2px dashed var(--bark-3); border-radius: var(--radius); padding: 34px 28px; text-align: center;
  background: #fff; color: var(--muted);
}
.widget-placeholder strong { display: block; font-family: var(--font-head); color: var(--bark); font-size: 1.15rem; margin-bottom: 6px; }
.widget-placeholder p { margin: 0; }
.review-links { text-align: center; margin-top: 30px; }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 14px; }
.gallery figure { margin: 0; position: relative; border-radius: var(--radius-sm); overflow: hidden; background: var(--cream-3); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery figure:hover img { transform: scale(1.04); }
.gallery .wide { grid-column: span 2; }
.gallery .tall { grid-row: span 2; }
.gallery figcaption {
  position: absolute; left: 12px; bottom: 12px; background: rgba(42, 24, 12, 0.82); color: #fff;
  font-family: var(--font-head); font-weight: 600; font-size: 0.82rem; padding: 5px 12px; border-radius: var(--pill);
}

/* area */
.area-pills { list-style: none; padding: 0; margin: 0 auto 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 820px; }
.area-pills li { background: #fff; border: 1px solid var(--line); border-radius: var(--pill); padding: 9px 18px; font-weight: 700; color: var(--ink-2); }
.area-pills li.hi { background: var(--leaf); border-color: var(--leaf); color: var(--bark-deep); }
.area { text-align: center; }

/* steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.steps li { background: #fff; border-radius: var(--radius); padding: 34px 28px 28px; position: relative; border: 1px solid var(--line); counter-increment: step; }
.steps li::before {
  content: counter(step); position: absolute; top: -20px; left: 24px;
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: var(--bark); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1.1rem;
}
.steps h3 { margin-bottom: 8px; }
.steps p { margin: 0; color: var(--muted); }

/* faq */
.faq-wrap { max-width: 860px; }
.faq { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0 22px; }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none;
  padding: 18px 0; font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; color: var(--ink-2);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { flex: 0 0 22px; width: 22px; height: 22px; color: var(--leaf-deep); transition: transform .2s ease; }
.faq-item[open] summary svg { transform: rotate(180deg); }
.faq-item p { margin: 0 0 20px; color: var(--muted); }

/* contact */
.contact { padding: 84px 0; background: var(--cream-2); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start; }
.clist { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 18px; }
.clist li { display: flex; gap: 14px; align-items: flex-start; }
.clist .ico { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1px solid var(--line); color: var(--leaf-deep); display: grid; place-items: center; }
.clist .ico svg { width: 22px; height: 22px; }
.clist .lbl { display: block; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.clist .val { font-weight: 700; color: var(--ink-2); }
.clist .val a { color: var(--bark); text-decoration: none; }
.clist .val a:hover { text-decoration: underline; }
.form-card { background: #fff; border-radius: var(--radius); padding: 34px 32px; box-shadow: var(--shadow); border-top: 5px solid var(--leaf); }
.form-card h3 { font-size: 1.5rem; margin-bottom: 6px; }
.form-card > p { color: var(--muted); margin-bottom: 22px; }
.field { margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; font-weight: 700; font-size: 0.92rem; margin-bottom: 6px; color: var(--ink-2); }
input, textarea {
  width: 100%; font: inherit; font-size: 16px; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--cream); color: var(--ink); transition: border-color .15s ease, box-shadow .15s ease;
}
input:focus, textarea:focus { outline: none; border-color: var(--leaf-deep); box-shadow: 0 0 0 4px var(--leaf-soft); background: #fff; }
textarea { min-height: 130px; resize: vertical; }
.char-count { font-size: 12px; color: var(--muted); text-align: right; margin-top: 4px; }
.gotcha { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-error { display: none; background: #FBE9E7; color: #8C2A1E; border-radius: var(--radius-sm); padding: 12px 14px; margin-bottom: 14px; font-weight: 600; }
.form-error.is-on { display: block; }
.form-error a { color: inherit; }
.form-note { font-size: 0.85rem; color: var(--muted); margin: 14px 0 0; }
.form-card form .btn { width: 100%; }
.form-success { display: none; text-align: center; padding: 24px 6px; }
.form-success.is-on { display: block; }
.form-success .tick { width: 64px; height: 64px; border-radius: 50%; background: var(--leaf-soft); color: var(--leaf-deep); display: grid; place-items: center; margin: 0 auto 16px; }
.form-success .tick svg { width: 36px; height: 36px; }
.form-success p { color: var(--muted); }
.form-success a { color: var(--bark); font-weight: 700; }

/* ---------- footer ---------- */
.site-footer { background: var(--bark-deep); color: rgba(255,255,255,0.82); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 44px; }
.footer-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; margin-bottom: 16px; }
.footer-logo img { width: 56px; height: 56px; border-radius: 50%; background: #fff; }
.footer-logo strong { font-family: var(--font-head); font-size: 1.15rem; }
.site-footer h4 { color: var(--leaf-bright); font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer a { color: rgba(255,255,255,0.86); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer p { font-size: 0.95rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.14); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 0.88rem; }
.footer-credit a { color: #fff; text-decoration: underline; }

/* ---------- chat popup ---------- */
.chat-toggle {
  position: fixed; right: 20px; bottom: 20px; z-index: 80;
  width: 66px; height: 66px; border-radius: 50%; border: 3px solid var(--leaf);
  background: #fff; padding: 0; cursor: pointer; overflow: hidden; box-shadow: var(--shadow);
  display: grid; place-items: center; transition: transform .18s ease;
}
.chat-toggle:hover { transform: scale(1.05); }
.chat-toggle img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.chat-toggle .ico-x { display: none; width: 30px; height: 30px; color: var(--bark); }
.chat-toggle.is-open img { display: none; }
.chat-toggle.is-open .ico-x { display: block; }
.chat-badge {
  position: fixed; right: 96px; bottom: 36px; z-index: 80;
  background: var(--bark); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: 0.88rem;
  padding: 8px 14px; border-radius: var(--pill); box-shadow: var(--shadow-sm); pointer-events: none;
}
.chat-badge::after { content: ""; position: absolute; right: -6px; top: 50%; margin-top: -6px; border: 6px solid transparent; border-left-color: var(--bark); border-right: 0; }
.chat-badge.is-hidden { display: none; }
.chat-panel {
  position: fixed; right: 20px; bottom: 100px; z-index: 80; width: 360px; max-width: calc(100vw - 40px);
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden;
  transform: translateY(16px) scale(0.98); opacity: 0; visibility: hidden; transition: all .22s ease;
  max-height: calc(100vh - 130px); display: flex; flex-direction: column;
}
.chat-panel.is-open { transform: none; opacity: 1; visibility: visible; }
.chat-head { display: flex; align-items: center; gap: 12px; background: var(--bark); color: #fff; padding: 14px 16px; }
.chat-head img { width: 42px; height: 42px; border-radius: 50%; background: #fff; }
.chat-head strong { display: block; font-family: var(--font-head); font-size: 1rem; }
.chat-head small { color: rgba(255,255,255,0.75); font-size: 0.8rem; }
.chat-close { margin-left: auto; background: transparent; border: 0; color: #fff; cursor: pointer; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; }
.chat-close:hover { background: rgba(255,255,255,0.14); }
.chat-close svg { width: 20px; height: 20px; }
.chat-body { padding: 16px; overflow-y: auto; }
.chat-body > p { font-size: 0.95rem; color: var(--muted); margin-bottom: 14px; }
.chat-body .field { margin-bottom: 10px; }
.chat-body input, .chat-body textarea { padding: 11px 13px; }
.chat-body textarea { min-height: 84px; }
.chat-body .char-count { margin-top: -2px; }
.chat-body .btn { width: 100%; }
.chat-body .form-success { padding: 10px 0; }

/* ---------- inner page hero ---------- */
.page-hero { position: relative; background: var(--bark-deep); color: #fff; padding: 76px 0 84px; overflow: hidden; }
.page-hero .hero-bg { position: absolute; inset: 0; }
.page-hero .hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(42, 24, 12, 0.92) 0%, rgba(42, 24, 12, 0.66) 55%, rgba(42, 24, 12, 0.35) 100%); }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero .kicker { color: var(--leaf-bright); }
.page-hero h1 { color: #fff; max-width: 760px; }
.page-hero .lead { font-size: 1.15rem; max-width: 640px; color: rgba(255,255,255,0.9); }
.page-hero.winter::after { background: linear-gradient(100deg, rgba(20, 42, 60, 0.92) 0%, rgba(20, 42, 60, 0.66) 55%, rgba(20, 42, 60, 0.3) 100%); }
.page-hero.winter .kicker { color: #9CC9EE; }
.page-hero.winter .kicker::before { background: #9CC9EE; }

/* detail blocks (services pages) */
.detail { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.detail.flip .frame { order: 2; }
.detail + .detail { margin-top: 84px; }
.detail h2 { margin-bottom: 14px; }

/* plan cards (snow) */
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.plan { background: #fff; border-radius: var(--radius); padding: 30px 28px; border: 1px solid var(--snow-2); box-shadow: var(--shadow-sm); }
.plan .ico { width: 54px; height: 54px; border-radius: 50%; background: var(--snow-2); color: var(--ice); display: grid; place-items: center; margin-bottom: 16px; }
.plan .ico svg { width: 28px; height: 28px; }
.plan p { color: var(--muted); margin: 0; }

/* about facts */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fact { background: #fff; border-radius: var(--radius); padding: 26px 22px; text-align: center; border: 1px solid var(--line); }
.fact strong { display: block; font-family: var(--font-head); font-weight: 800; font-size: 2.2rem; color: var(--bark); line-height: 1; margin-bottom: 8px; }
.fact span { color: var(--muted); font-weight: 700; font-size: 0.92rem; }

/* CTA band */
.cta-band { background: var(--leaf); color: var(--bark-deep); padding: 56px 0; }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-band h2 { color: var(--bark-deep); margin: 0 0 6px; }
.cta-band p { margin: 0; font-weight: 600; }

/* 404 */
.notfound { padding: 110px 0; text-align: center; }
.notfound h1 { color: var(--bark); }
.notfound p { color: var(--muted); max-width: 520px; margin: 0 auto 26px; }

/* ---------- motion (JS opt-in) ---------- */
.js-anim .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js-anim .reveal.is-in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .svc-grid, .why-grid, .steps, .plan-grid { grid-template-columns: repeat(2, 1fr); }
  .trust ul { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .facts { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .header-row { min-height: 72px; gap: 12px; }
  .brand img { width: 50px; height: 50px; }
  .brand-name { font-size: 1.05rem; }
  .brand-name small { display: none; }
  .nav {
    position: absolute; left: -20px; right: -20px; top: 100%; flex-direction: column; gap: 4px;
    background: var(--cream); border-bottom: 1px solid var(--line); padding: 12px 20px 18px;
    box-shadow: var(--shadow); display: none;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px 14px; font-size: 1.05rem; }
  /* Mobile order: logo, menu button, then Call Now at the right edge. */
  .header-actions { margin-left: auto; gap: 8px; }
  .nav-toggle { display: inline-flex; order: 1; }
  .header-actions .call-now { order: 2; padding: 11px 14px; }
  .call-number { display: none; }
  .hero { min-height: 0; padding: 60px 0 100px; }
  .hero .lead { font-size: 1.08rem; }
  .season-grid { grid-template-columns: 1fr; }
  .seasons { margin-top: -56px; }
  .split, .winter-grid, .detail, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .detail.flip .frame { order: 0; }
  .frame-badge { bottom: -18px; left: 14px; }
  .section { padding: 64px 0; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { width: calc(100% - 32px); }
  .nav { left: -16px; right: -16px; padding: 12px 16px 18px; }
  .header-row { min-height: 66px; }
  .brand img { width: 44px; height: 44px; }
  .brand-name { font-size: 0.98rem; }
  .nav-toggle { width: 42px; height: 42px; }
  .call-now { padding: 10px 13px; font-size: 0.9rem; }
  .hero { padding: 48px 0 92px; }
  .hero-proof { gap: 8px 16px; font-size: 0.9rem; }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; }
  .season-card { grid-template-columns: 52px 1fr; padding: 20px 18px; gap: 14px; }
  .season-card .ico { width: 52px; height: 52px; }
  .svc-grid, .why-grid, .steps, .plan-grid, .trust ul, .footer-grid, .facts { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; gap: 10px; }
  .gallery .wide { grid-column: span 2; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 26px 20px; }
  .chat-badge { display: none; }
  .chat-panel { right: 12px; bottom: 92px; max-width: calc(100vw - 24px); }
  .chat-toggle { right: 12px; bottom: 12px; width: 60px; height: 60px; }
  .frame-badge { padding: 10px 14px; }
  .frame-badge strong { font-size: 1.2rem; }
  .cta-band .wrap { flex-direction: column; align-items: stretch; text-align: center; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
}
@media (max-width: 360px) {
  .brand-ent { display: none; }
}
